} else
this.dynThrottleLimit = null;
// create the proxy put thread pool
this.proxyPutWorkerPool = Executors.newFixedThreadPool(config.getMaxProxyPutThreads(),
new DaemonThreadFactory("voldemort-proxy-put-thread"));
this.aggregatedProxyPutStats = new ProxyPutStats(null);
if(config.isJmxEnabled()) {
JmxUtils.registerMbean(this.aggregatedProxyPutStats,
JmxUtils.createObjectName("voldemort.store.rebalancing",
"aggregate-proxy-puts"));