kaisun2000 opened a new issue #1274:
URL: https://github.com/apache/helix/issues/1274
This one failed 3 times in github out of 10 logs examined.
```
Thread.sleep(100);
result = ClusterStateVerifier.verifyByPolling(
new ExternalViewBalancedVerifier(_gZkClient, CLUSTER_NAME, TEST_DB),
10000, 100);
Assert.assertTrue(result); ---> this line fails.
```
Maybe it did note wait log enough for this ExternalViewBalancedVerifie. Need
to add a log for distinguish the failure cause.
log:
>2020-08-12T03:55:06.4705923Z [ERROR]
testAutoRebalance(org.apache.helix.integration.rebalancer.TestAutoRebalance)
Time elapsed: 10.969 s <<< FAILURE!
2020-08-12T03:55:06.4710172Z java.lang.AssertionError: expected:<true> but
was:<false>
2020-08-12T03:55:06.4716402Z at
org.apache.helix.integration.rebalancer.TestAutoRebalance.testAutoRebalance(TestAutoRebalance.java:177)
2020-08-12T03:55:06.4717251Z
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]