Description
HBASE-12071, among other things, introduced annotating RPC methods to give certain methods priority over others. Namely, this helps ensure that client requests cannot starve out internal RPC between master and regionserver.
Similarly, we can do the same thing for Master RPC methods that are invoked by RS's.
Attachments
Attachments
Issue Links
- is related to
-
HBASE-12071 Separate out thread pool for Master <-> RegionServer communication
- Closed
-
HBASE-13375 Provide HBase superuser higher priority over other users in the RPC handling
- Closed
- relates to
-
HBASE-13603 Write test asserting desired priority of RS->Master RPCs
- Closed