_manager = new HelixConnectionAdaptor(this);
_leaderElection = new ZkHelixLeaderElection(this, _pipeline);
_timerTasks.add(new HealthStatsAggregationTask(new HealthStatsAggregator(_manager)));
_timerTasks.add(new StatusDumpTask(clusterId, _manager.getHelixDataAccessor()));
}