Skip to content

Commit

Permalink
Registering individual store quota stats instead of aggregate to the …
Browse files Browse the repository at this point in the history
…Mbean server
  • Loading branch information
Chinmay Soman committed Jun 19, 2014
1 parent 6dc8505 commit cf92ed7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/java/voldemort/server/storage/StorageService.java
Expand Up @@ -887,7 +887,7 @@ public void registerEngine(StorageEngine<ByteArray, byte[], byte[]> engine,
quotaStats,
quotaStore);
if(voldemortConfig.isJmxEnabled()) {
JmxUtils.registerMbean(this.aggregatedQuotaStats,
JmxUtils.registerMbean(quotaStats,
JmxUtils.createObjectName("voldemort.store.quota",
store.getName()
+ "-quota-limit-stats"));
Expand Down

0 comments on commit cf92ed7

Please sign in to comment.