charlesconnell commented on PR #7091:
URL: https://github.com/apache/hbase/pull/7091#issuecomment-2971868728

   > For me I prefer we just send the request to master and let master to 
trigger reload for region servers.
   
   That is exactly what this PR implements.
   
   > For now, how do we change quotas? Write to the hbase:quota table directly 
from client? Or let master do the updating?
   
   Client sends an RPC to the hmaster, which writes to the `hbase:quota` table. 
The RegionServer sees the change on its next chore run which reads that table.


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