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/04/17 00:27:47 UTC

[GitHub] [helix] pkuwm commented on issue #526: Need a better way to verify (wait) if the partition assignment converged or not.

pkuwm commented on issue #526: Need a better way to verify (wait) if the partition assignment converged or not.
URL: https://github.com/apache/helix/issues/526#issuecomment-614966963
 
 
   Note down an idea: verifier listens on a Znode, when controller completes calculation, it sends a message or updates the Znode so verifier knows controllers completes calculation.
   
   @jiajunwang's concern: 
   About why it's still not a complete idea, consider the following scenario:
   event A processed in controller
   test case trigger some changes
   controller notify for event A processed
   test case proceed prematurely (event B has not been processed yet)
   
   Maybe we can create one Znode for each event, and verifier needs to check if the message/znode data is what it's looking for to proceed?

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


With regards,
Apache Git Services

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