Class TestLargeClusterBalancingMetaTableIsolation
java.lang.Object
org.apache.hadoop.hbase.master.balancer.TestLargeClusterBalancingMetaTableIsolation
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final HBaseClassTestRule
private static final org.slf4j.Logger
private static final org.apache.hadoop.hbase.TableName
private static final int
private static final int
private static final org.apache.hadoop.hbase.ServerName[]
private static final Map<org.apache.hadoop.hbase.ServerName,
List<org.apache.hadoop.hbase.client.RegionInfo>> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate boolean
isMetaTableIsolated
(org.apache.hadoop.hbase.master.balancer.BalancerClusterState cluster) static void
setup()
void
-
Field Details
-
CLASS_RULE
-
LOG
-
NON_META_TABLE_NAME
-
NUM_SERVERS
- See Also:
-
NUM_REGIONS
- See Also:
-
servers
-
serverToRegions
private static final Map<org.apache.hadoop.hbase.ServerName,List<org.apache.hadoop.hbase.client.RegionInfo>> serverToRegions
-
-
Constructor Details
-
TestLargeClusterBalancingMetaTableIsolation
-
-
Method Details
-
setup
-
testMetaTableIsolation
-
isMetaTableIsolated
private boolean isMetaTableIsolated(org.apache.hadoop.hbase.master.balancer.BalancerClusterState cluster)
-