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

Camille Fournier commented on ZOOKEEPER-1270:
---------------------------------------------

You have come to the same conclusion I did. The leader sends snapshots to the 
followers and they both log that they are taking a snaphsot (implying that we 
got the NEWLEADER message), but you don't see anything in the log that 
indicates the leader actually managed to call processAck on either of the 
responses, where you should see something like:
2011-11-03 13:07:49,717 [myid:2] - WARN  
[LearnerHandler-/127.0.0.1:63083:Leader@506] - Commiting zxid 0x200000000 from 
/127.0.0.1:11228 not first!
2011-11-03 13:07:49,717 [myid:2] - WARN  
[LearnerHandler-/127.0.0.1:63083:Leader@508] - First is 0

Not sure why yet though.
                
> testEarlyLeaderAbandonment failing intermittently, quorum formed, no serving.
> -----------------------------------------------------------------------------
>
>                 Key: ZOOKEEPER-1270
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-1270
>             Project: ZooKeeper
>          Issue Type: Bug
>          Components: server
>            Reporter: Patrick Hunt
>            Priority: Blocker
>             Fix For: 3.4.0, 3.5.0
>
>         Attachments: testEarlyLeaderAbandonment.txt.gz, 
> testEarlyLeaderAbandonment2.txt.gz
>
>
> Looks pretty serious - quorum is formed but no clients can attach. Will 
> attach logs momentarily.
> This test was introduced in the following commit (all three jira commit at 
> once):
> ZOOKEEPER-335. zookeeper servers should commit the new leader txn to their 
> logs.
> ZOOKEEPER-1081. modify leader/follower code to correctly deal with new leader
> ZOOKEEPER-1082. modify leader election to correctly take into account current

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to