// node limit to Max Int.
this.chokeMan = new ChokeManager();
this.vmInfo = new FlumeVMInfo(PHYSICAL_NODE_REPORT_PREFIX
+ this.physicalNodeName + ".");
this.reportPusher = new MasterReportPusher(FlumeConfiguration.get(),
simpleReportManager, rpcMan);
this.sysInfo = new SystemInfo(PHYSICAL_NODE_REPORT_PREFIX
+ this.physicalNodeName + ".");
}