You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zookeeper.apache.org by breed <gi...@git.apache.org> on 2018/08/25 00:40:19 UTC

[GitHub] zookeeper pull request #605: [ZOOKEEPER-3125] Fixing pzxid consistent issue ...

Github user breed commented on a diff in the pull request:

    https://github.com/apache/zookeeper/pull/605#discussion_r212781611
  
    --- Diff: src/java/test/org/apache/zookeeper/server/quorum/QuorumPeerMainTest.java ---
    @@ -452,7 +452,7 @@ public void testElectionFraud() throws IOException, InterruptedException {
             Assert.assertTrue("falseLeader never rejoins the quorum", foundFollowing);
         }
     
    -    private void waitForOne(ZooKeeper zk, States state) throws InterruptedException {
    --- End diff --
    
    this are in the other change, so we are going to have to re-resolve depending on which one goes in.


---