-
Type:
Bug
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 3.0.0-alpha-1, 2.2.0, 2.3.0, 2.1.6
-
Component/s: read replicas, test
-
Labels:None
-
Hadoop Flags:Reviewed
java.lang.AssertionError: expected:<3> but was:<2> at org.apache.hadoop.hbase.master.TestMasterOperationsForRegionReplicas.validateFromSnapshotFromMeta(TestMasterOperationsForRegionReplicas.java:354) at org.apache.hadoop.hbase.master.TestMasterOperationsForRegionReplicas.testCreateTableWithMultipleReplicas(TestMasterOperationsForRegionReplicas.java:204)
I think the problem here is that the regions are still under transition. So maybe we should disable balancer, and also wait until no RIT before asserting.
- links to