You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zookeeper.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/08/30 06:17:00 UTC

[jira] [Commented] (ZOOKEEPER-915) Errors that happen during sync() processing at the leader do not get propagated back to the client.

    [ https://issues.apache.org/jira/browse/ZOOKEEPER-915?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16146690#comment-16146690 ] 

ASF GitHub Bot commented on ZOOKEEPER-915:
------------------------------------------

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.

----


> Errors that happen during sync() processing at the leader do not get propagated back to the client.
> ---------------------------------------------------------------------------------------------------
>
>                 Key: ZOOKEEPER-915
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-915
>             Project: ZooKeeper
>          Issue Type: Bug
>            Reporter: Benjamin Reed
>            Assignee: gaoshu
>             Fix For: 3.5.4, 3.6.0
>
>
> If an error in sync() processing happens at the leader (SESSION_MOVED for example), they are not propagated back to the client.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)