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


   log 930 first batch of waitTillVerify
   >2020-09-17T01:20:49.7767264Z [ERROR]   
TestResourceChangeDetector.testResetSnapshots:437 ยป ThreadTimeout Method 
org.t...
   
   code 
   
   ```
     public void testResetSnapshots() {
       // ensure the cluster converged before the test to ensure IS is not 
modified unexpectedly
       ZkHelixClusterVerifier _clusterVerifier =
           new 
StrictMatchExternalViewVerifier.Builder(CLUSTER_NAME).setZkAddress(ZK_ADDR)
               .setDeactivatedNodeAwareness(true)
               .setResources(new 
HashSet<>(_dataAccessor.getChildNames(_keyBuilder.idealStates())))
               
.setWaitTillVerify(TestHelper.DEFAULT_REBALANCE_PROCESSING_WAIT_TIME)
               .build();
       try {
         boolean result = _clusterVerifier.verify(WAIT_TIME);   ----- this line.
         Assert.assertTrue(result);
       } finally {
         _clusterVerifier.close();
       }
   
   
   ```


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