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/23 22:56:18 UTC

[GitHub] [helix] jiajunwang opened a new issue #969: Batch Aync ZK calls may return partial results

jiajunwang opened a new issue #969:
URL: https://github.com/apache/helix/issues/969


   The batch read or write ZK operations are built based on the Async ZK calls. The calls might fail due to the transient ZK connectivity issue. In this case, the batch read will return a partial result or throw exception. Either way is less idea.
   
   For resolve this issue, we want to do the following 2 things,
   1. Retry when the operation fails because of the ZK connectivity issue.
   2. Fail the batch operation in the critical pipeline logic to ensure the Helix components finish the calculation based on a complete view.


----------------------------------------------------------------
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] jiajunwang closed issue #969: Batch Aync ZK calls may return partial results

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


   


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