kaisun2000 commented on issue #1374:
URL: https://github.com/apache/helix/issues/1374#issuecomment-694495117


   ```
       Thread.sleep(100);
       result = ClusterStateVerifier.verifyByPolling(
           new ExternalViewBalancedVerifier(_gZkClient, CLUSTER_NAME, TEST_DB), 
10000, 100);
       Assert.assertTrue(result);
   
   ```
   
   Need to get rid of these legacy verifier.


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