You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@zookeeper.apache.org by dd...@apache.org on 2021/04/21 17:20:38 UTC

[zookeeper] branch branch-3.5 updated (347fc1b -> 24e1d2b)

This is an automated email from the ASF dual-hosted git repository.

ddiederen pushed a change to branch branch-3.5
in repository https://gitbox.apache.org/repos/asf/zookeeper.git.


    from 347fc1b  ZOOKEEPER-4275: Prevent unnecessary client connection retry caused by slow SASL login
     add 24e1d2b  ZOOKEEPER-4262: Backport ZOOKEEPER-3911 to branch-3.5

No new revisions were added by this update.

Summary of changes:
 .../apache/zookeeper/server/ZooKeeperServer.java   |  15 +-
 .../apache/zookeeper/server/quorum/Follower.java   |   6 +-
 .../apache/zookeeper/server/quorum/Learner.java    |  29 +-
 .../apache/zookeeper/server/quorum/Observer.java   |   6 +-
 .../server/quorum/DIFFSyncConsistencyTest.java     | 293 +++++++++++++++++++++
 .../server/quorum/QuorumPeerMainTest.java          |   3 +
 .../server/quorum/ReconfigFailureCasesTest.java    |  43 ---
 7 files changed, 338 insertions(+), 57 deletions(-)
 create mode 100644 zookeeper-server/src/test/java/org/apache/zookeeper/server/quorum/DIFFSyncConsistencyTest.java