int maximumNumberOfLeafNodesAllowed = 10000;
if (_timer == null) {
LOG.info("Start StatusDumpTask");
_timer = new Timer("StatusDumpTimerTask", true);
_timer.scheduleAtFixedRate(new ZKPathDataDumpTask(helixController,
timeThresholdNoChangeForStatusUpdates, timeThresholdNoChangeForErrors,
maximumNumberOfLeafNodesAllowed), initialDelay, period);
}
}