Refactor servers to use a common lifecycle interface
----------------------------------------------------

                 Key: HBASE-2993
                 URL: https://issues.apache.org/jira/browse/HBASE-2993
             Project: HBase
          Issue Type: Improvement
          Components: master, regionserver
    Affects Versions: 0.90.0
            Reporter: Todd Lipcon
            Assignee: Todd Lipcon


In current trunk, the region server is a Runnable and the Master is a thread. 
We have all kinds of weird wrappers like JVMClusterUtil to try to work around 
this. It would be nice if they both implemented the same interface - 
LocalHBaseCluster and the MiniCluster would be a lot easier to understand as 
well, and we could share some more code between them.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to