kaisun2000 opened a new issue #1393:
URL: https://github.com/apache/helix/issues/1393


   LOG 1235 after delayedAuto as default
   
   >2020-09-23T03:14:06.1737876Z [ERROR] 
testSafeAssignment(org.apache.helix.integration.rebalancer.TestFullAutoNodeTagging)
  Time elapsed: 32.957 s  <<< FAILURE!
   2020-09-23T03:14:06.1739684Z java.lang.AssertionError: expected:<true> but 
was:<false>
   2020-09-23T03:14:06.1741742Z         at 
org.apache.helix.integration.rebalancer.TestFullAutoNodeTagging.testSafeAssignment(TestFullAutoNodeTagging.java:300)
   
   ```
         if (taggedNodes.contains(instanceName)) {
           // make sure that the best possible matches the external view
           Thread.sleep(500);
           boolean result =
               ClusterStateVerifier.verifyByZkCallback(new 
BestPossAndExtViewZkVerifier(ZK_ADDR,
                   clusterName));
           Assert.assertTrue(result);
   
   ```
   
   


----------------------------------------------------------------
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]

Reply via email to