Details
Description
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..
Attachments
Attachments
Issue Links
- is related to
-
HBASE-13317 Region server reportForDuty stuck looping if there is a master change
-
- Closed
-