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


##########
hbase-server/src/main/java/org/apache/hadoop/hbase/quotas/QuotaCache.java:
##########
@@ -218,6 +218,10 @@ void triggerCacheRefresh() {
     refreshChore.triggerNow();
   }
 
+  void forceSynchronousCacheRefresh() {
+    refreshChore.chore();
+  }

Review Comment:
   This addition is a bit weird, but I noticed that many tests were flappy when 
running locally due to the chore missing its trigger. So this is a more 
forceful approach that improves the test reliability



-- 
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