clarax commented on a change in pull request #3729:
URL: https://github.com/apache/hbase/pull/3729#discussion_r734837933
##########
File path:
hbase-balancer/src/test/java/org/apache/hadoop/hbase/master/balancer/TestStochasticLoadBalancerRegionReplica.java
##########
@@ -161,8 +161,7 @@ public void testNeedsBalanceForColocatedReplicas() {
map.put(s2, regionsOnS2);
// add another server so that the cluster has some host on another rack
map.put(ServerName.valueOf("host2", 1000, 11111), randomRegions(1));
- assertFalse(
- loadBalancer.needsBalance(HConstants.ENSEMBLE_TABLE_NAME,
+ assertTrue(!loadBalancer.needsBalance(HConstants.ENSEMBLE_TABLE_NAME,
Review comment:
will update to assertFalse
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]