You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "David Mollitor (Jira)" <ji...@apache.org> on 2019/12/12 17:17:00 UTC

[jira] [Created] (HBASE-23568) Improve Threading of Replication

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)