Description
Backport HBASE-12028 (Abort the RegionServer when it's handler threads die) to 0.98. There are two 0.98-specific changes that should be addressed:
- The default configuration should preserve current behavior
- The interface change to RpcSchedulerFactory should be binary compatible for Phoenix if possible, and we can do this by detecting with reflection if an older implementation of the interface is missing the new 'create' method and by invoking the older deprecated 'create' method instead. We can cache the decision after making it once.
Attachments
Attachments
Issue Links
- is related to
-
HBASE-12028 Abort the RegionServer, when it's handler threads die
- Closed
-
HBASE-12788 Promote Abortable to LimitedPrivate
- Closed