You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zookeeper.apache.org by bitgaoshu <gi...@git.apache.org> on 2017/08/30 06:16:16 UTC

[GitHub] zookeeper pull request #351: ZOOKEEPER-915: Error get propagated back to the...

GitHub user bitgaoshu opened a pull request:

    https://github.com/apache/zookeeper/pull/351

    ZOOKEEPER-915: Error get propagated back to the client

    If an error in sync() processing happens at the leader (SESSION_MOVED for example), they are not propagated back to the client. And use QuorumPacket::Zxid indicates  the exception happens or not.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/bitgaoshu/zookeeper ZOOKEEPER-915

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/zookeeper/pull/351.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #351
    
----
commit c4170cbe16cbccc9f6f5292528b6fd7650bfa32b
Author: bitgaoshu <bi...@gmail.com>
Date:   2017-08-30T03:17:41Z

    ZOOKEEPER-915: Errors that happen during sync() processing at the leader get propagated back to the client.

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---