You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@helix.apache.org by GitBox <gi...@apache.org> on 2020/10/07 00:10:54 UTC

[GitHub] [helix] kaisun2000 opened a new issue #1448: Fix unit test HelixClusterVerifier pre-mature verify() issue

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


   HelixClusterVerifier verify() and related method may return pre-maturely. The reason is that the verify the converging stable condition too early before controller has a chance to make change. Basically the previous stable state is mistaken as the expected next stable state. 
   
   We fix this issue by adding waitTillVerify() timeout in construction time of 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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@helix.apache.org
For additional commands, e-mail: reviews-help@helix.apache.org


[GitHub] [helix] alirezazamani closed issue #1448: Fix unit test HelixClusterVerifier pre-mature verify() issue

Posted by GitBox <gi...@apache.org>.
alirezazamani closed issue #1448:
URL: https://github.com/apache/helix/issues/1448


   


----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@helix.apache.org
For additional commands, e-mail: reviews-help@helix.apache.org