You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by GitBox <gi...@apache.org> on 2020/03/03 18:21:43 UTC

[GitHub] [incubator-pinot] jackjlli commented on a change in pull request #5067: Update rate limiter when table config updated on controller (Part 2)

jackjlli commented on a change in pull request #5067: Update rate limiter when table config updated on controller (Part 2)
URL: https://github.com/apache/incubator-pinot/pull/5067#discussion_r387206761
 
 

 ##########
 File path: pinot-controller/src/main/java/org/apache/pinot/controller/helix/core/PinotHelixResourceManager.java
 ##########
 @@ -1720,6 +1726,41 @@ private void sendSegmentRefreshMessage(String offlineTableName, String segmentNa
     }
   }
 
+  private void sendUpdateQueryQuotaMessage(TableConfig tableConfig) {
+    QuotaConfig quotaConfig = tableConfig.getQuotaConfig();
 
 Review comment:
   Good idea, although it's very rare the query quota got removed once added.
   Updated the PR.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org