zhangmeng916 opened a new issue #1440:
URL: https://github.com/apache/helix/issues/1440


   ### Describe the bug
   In group commit `commit` function, the return value is true or false, 
denoting whether the group commit succeed or not. However, in the read data 
path, if there is an exception such as zkclient is closed, etc., an exception 
will still be thrown in group commit. This is inconsistent with group commit 
java doc, and also different from normal update zk operation, which catches all 
exception.
   
   ### To Reproduce
   Zkclient closed will throw an exception in group commit.
   
   ### Expected behavior
   Group commit catches all exceptions and return false.
   
   ### Additional context
   Add any other context about the problem here.
   


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