rmdmattingly commented on code in PR #7091:
URL: https://github.com/apache/hbase/pull/7091#discussion_r2167423395


##########
hbase-server/src/main/java/org/apache/hadoop/hbase/quotas/RegionServerRpcQuotaManager.java:
##########
@@ -88,6 +90,15 @@ public void stop() {
     }
   }
 
+  public void reload() {
+    quotaCache.forceSynchronousCacheRefresh();
+  }
+
+  @Override
+  public void onConfigurationChange(Configuration conf) {
+    reload();
+  }

Review Comment:
   Nice, so we'll get a quota cache refresh automatically when we call 
`update_all_config` too? This will be nice for default throttles that live in 
the hbase-site.xml



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to