This is an automated email from the ASF dual-hosted git repository.
symat pushed a change to branch branch-3.5
in repository https://gitbox.apache.org/repos/asf/zookeeper.git
from d1ec2f346 ZOOKEEPER-3781: Create snapshots on followers when
snapshot.trust.empty is true
new f68019ab9 ZOOKEEPER-3459: Add admin command to display synced state of
peer
new 161e50574 ZOOKEEPER-3642: Fix potential data inconsistency due to DIFF
sync after partial SNAP sync.
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../apache/zookeeper/server/ZooKeeperServer.java | 3 +
.../apache/zookeeper/server/admin/Commands.java | 40 +++++-
.../apache/zookeeper/server/quorum/Follower.java | 15 ++-
.../org/apache/zookeeper/server/quorum/Leader.java | 3 +
.../apache/zookeeper/server/quorum/Learner.java | 14 +-
.../apache/zookeeper/server/quorum/Observer.java | 5 +-
.../apache/zookeeper/server/quorum/QuorumPeer.java | 50 +++++++
.../server/quorum/QuorumPeerMainTest.java | 147 ++++++++++++++++++++-
8 files changed, 260 insertions(+), 17 deletions(-)