jackjlli opened a new pull request #5067: [Part 2] Update rate limiter when 
table config updated
URL: https://github.com/apache/incubator-pinot/pull/5067
 
 
   Currently table's rate limiter gets updated **only when** there is a table 
creation/deletion, or the EV of brokerResource gets changed. There is no way to 
add new rate limiter for existing tables without restarting pinot brokers.
   
   This PR checks if table config contains query quota, controller will send 
out an update msg to brokers, so that brokers can update the rate limiter on 
the fly. 
   
   This is the 2nd part of this improvement. Here is the 1st part: 
https://github.com/apache/incubator-pinot/pull/5066

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

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

Reply via email to