| slopStores,
nonblockingSlopStores,
failureDetectorRef,
this.routedStoreConfig);
store = new LoggingStore(store);
if(isJmxEnabled) {
StatTrackingStore statStore = new StatTrackingStore(store, this.aggregateStats);
store = statStore;
JmxUtils.registerMbean(new StoreStatsJmx(statStore.getStats()),
|