You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Jerry He (JIRA)" <ji...@apache.org> on 2015/03/26 22:42:53 UTC

[jira] [Created] (HBASE-13345) Fix LocalHBaseCluster so that different region server impl can be used for different slaves

Jerry He created HBASE-13345:
--------------------------------

             Summary: Fix LocalHBaseCluster so that different region server impl can be used for different slaves
                 Key: HBASE-13345
                 URL: https://issues.apache.org/jira/browse/HBASE-13345
             Project: HBase
          Issue Type: Improvement
            Reporter: Jerry He
            Assignee: Jerry He
            Priority: Minor


LocalHBaseCluster and MiniHBaseCluster allow plugging in custom region server implementations.
This JIRA will fix a loophole so that different implementations can be used for different slaves. 
For example, MyRegionServer1 for slave1, MyRegionServer1 for slave2.
Or  MyRegionServer1 for slave1,  All other slaves use the default.

This will help targeted testing using MiniHBaseCluster.

I am working on a unit test for HBASE-13317.  This fix will be useful..



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)