charlesconnell opened a new pull request, #7091: URL: https://github.com/apache/hbase/pull/7091
- New `ReloadQuotas` RPC supported by RegionServers - When a quota is modified, the HMaster sends this RPC to all RegionServers - When a RegionServer gets a `ReloadQuotasRequest`, it does `QuotaRefresherChore#chore()` - When a RegionServer gets an `UpdateConfigurationRequest`, or the equivalent Unix signal, this also triggers `QuotaRefresherChore#chore()` - Increase scheduled runs of `QuotaRefresherChore` from 5 minute period to 12 hours, because it only necessary now for doing evictions. - Change logic of `QuotaRefresherChore#chore()` so that it always reloads non-expired cache entries, regardless of when they were last loaded -- 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]
