[ 
https://issues.apache.org/jira/browse/ZOOKEEPER-570?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Patrick Hunt updated ZOOKEEPER-570:
-----------------------------------

    Attachment: ZOOKEEPER-570.patch

same patch as before, however I noticed that there was a serious flaw with the
verification phase, which restarted the quorum. The restart code was wrong,
it caused a new quorum to be started, rather than restarting the existing 
quorum.

This addresses the original cause of the test failing, plus the original patch's
fix for the delete not being correct (etc...)

> AsyncHammerTest is broken, callbacks need to validate rc parameter
> ------------------------------------------------------------------
>
>                 Key: ZOOKEEPER-570
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-570
>             Project: Zookeeper
>          Issue Type: Bug
>          Components: tests
>    Affects Versions: 3.2.1
>            Reporter: Patrick Hunt
>            Assignee: Patrick Hunt
>            Priority: Critical
>             Fix For: 3.2.2, 3.3.0
>
>         Attachments: ZOOKEEPER-570.patch, ZOOKEEPER-570.patch
>
>
> the asynchammertest is not validating the rc in the callback, more serious is 
> that it is using path in the create callback
> to delete the node, rather than name (which is important in the case of a 
> sequential node creation as in this case)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to