managementCenterService.signalVersionMismatch();
Node node = managementCenterService.getHazelcastInstance().node;
ILogger logger = node.getLogger(VersionMismatchLogRequest.class);
//todo: does this message make sense because to the user it just displays version information we already know.
//he has no clue that the management version is not matching with his own.
logger.severe("The version of the management center is " + manCenterVersion);
}
@Override
public void writeData(ObjectDataOutput out) throws IOException {
out.writeUTF(manCenterVersion);