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:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]