_messagingService = new DefaultMessagingService(this);
_version =
new PropertiesReader("cluster-manager-version.properties").getProperty("clustermanager.version");
_stateMachEngine = new HelixStateMachineEngine(this);
// add all timer tasks
_controllerTimerTasks = new ArrayList<HelixTimerTask>();
if (_instanceType == InstanceType.CONTROLLER)
{