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: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
