David Mollitor created HBASE-23568:
--------------------------------------
Summary: Improve Threading of Replication
Key: HBASE-23568
URL: https://issues.apache.org/jira/browse/HBASE-23568
Project: HBase
Issue Type: Improvement
Reporter: David Mollitor
Assignee: David Mollitor
* Use a JDK ExecutorService instead of raw threads
* Untangle the dependencies of the threads with the parent class. Replace
threads with Callables so that a return value can be evaluated by the parent
class and the parent can react accordingly.
* Simplify the 'terminate' routine to use the clean facilities offered by the
{{ExecutorService}}
* Fix some checkstyle failures
--
This message was sent by Atlassian Jira
(v8.3.4#803005)