Details
-
Sub-task
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
0.19.0
-
None
Description
A number of threads in both HMaster and HRegionServer extend Thread and not Chore. Why?
If we added Chore.interrupt (equivalent to many of the threads interruptPolitely), there seems no reason to extend Chore rather than Thread.