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/05/06 23:36:57 UTC

[GitHub] [helix] jiajunwang opened a new pull request #999: [Backporting] Async write operation should not throw Exception for serializing error (#845)

jiajunwang opened a new pull request #999:
URL: https://github.com/apache/helix/pull/999


   This is for backporting the fix in the newer version to fix the issue in the older 0.9.x release.
   
   This change will make the async write operations return error through the async callback instead of throwing exceptions. This change will fix the batch write/create failure due to one single node serializing failure.
   In addition, according to the serializer interface definition, change ZK related serializers to throw ZkMarshallingError instead of ZkClientException.


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