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:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to