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

williamsong pushed a change to branch release-2.5.0
in repository https://gitbox.apache.org/repos/asf/ratis.git


    omit c37d76b71 Change version for the version 2.5.0 -rc0
     add 6497f8e0b RATIS-1827. Update installed snapshot index only when 
InstallSnapshot is done (#868)
     add 2e0adeb83 RATIS-1824. Membership change may fail when a Listener is 
present in the cluster.  (#865)
     add ad03a7be4 RATIS-1826: Listener will change to follower when using 
ratis shell

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (c37d76b71)
            \
             N -- N -- N   refs/heads/release-2.5.0 (ad03a7be4)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 pom.xml                                            |  4 ++--
 ratis-assembly/pom.xml                             |  2 +-
 ratis-client/pom.xml                               |  2 +-
 .../apache/ratis/client/impl/ClientProtoUtils.java |  3 ++-
 ratis-common/pom.xml                               |  2 +-
 .../org/apache/ratis/protocol/GroupInfoReply.java  | 19 ++++++++++++----
 ratis-docs/pom.xml                                 |  2 +-
 ratis-examples/pom.xml                             |  2 +-
 ratis-experiments/pom.xml                          |  2 +-
 ratis-grpc/pom.xml                                 |  2 +-
 ratis-metrics/pom.xml                              |  2 +-
 ratis-netty/pom.xml                                |  2 +-
 ratis-proto/pom.xml                                |  2 +-
 ratis-proto/src/main/proto/Raft.proto              |  1 +
 ratis-replicated-map/pom.xml                       |  2 +-
 ratis-resource-bundle/pom.xml                      |  2 +-
 ratis-server-api/pom.xml                           |  2 +-
 ratis-server/pom.xml                               |  2 +-
 .../apache/ratis/server/impl/FollowerInfoImpl.java | 16 ++++++-------
 .../apache/ratis/server/impl/LeaderStateImpl.java  | 24 ++++++++++----------
 .../apache/ratis/server/impl/RaftServerImpl.java   |  7 ++++--
 .../org/apache/ratis/server/impl/ServerState.java  | 12 ++++------
 .../server/impl/SnapshotInstallationHandler.java   |  8 +++----
 .../apache/ratis/server/raftlog/LogProtoUtils.java |  2 +-
 .../server/raftlog/segmented/SegmentedRaftLog.java |  1 +
 .../ratis/InstallSnapshotFromLeaderTests.java      | 13 ++++++-----
 .../ratis/server/impl/LeaderElectionTests.java     | 26 ++++++++++++++++++++++
 ratis-shell/pom.xml                                |  2 +-
 .../shell/cli/sh/command/AbstractRatisCommand.java | 19 ++++++++++++++++
 .../shell/cli/sh/election/TransferCommand.java     |  6 +++--
 .../apache/ratis/shell/cli/sh/peer/AddCommand.java |  8 +++++--
 .../ratis/shell/cli/sh/peer/RemoveCommand.java     | 10 ++++++---
 .../shell/cli/sh/peer/SetPriorityCommand.java      | 25 +++++++++------------
 ratis-test/pom.xml                                 |  2 +-
 .../raftlog/segmented/TestSegmentedRaftLog.java    |  2 +-
 ratis-tools/pom.xml                                |  2 +-
 36 files changed, 154 insertions(+), 86 deletions(-)

Reply via email to