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

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


*** WARNING: tag ratis-2.5.0-rc0 was modified! ***

    from b3ec0dd41 (tag)
      to 773db2630 (tag)
 tagging 0a34940149aef2ed6597564ca1eb5176ccd493c7 (commit)
 replaces 0.4.0-rc4
      by szywilliam
      on Tue Apr 4 19:31:25 2023 +0800

- Log -----------------------------------------------------------------
Release 2.5.0 -rc0
-----BEGIN PGP SIGNATURE-----

iQIzBAABCAAdFiEE3OLDPUHGJXiWnbr+N9bs+E54vJIFAmQsCo0ACgkQN9bs+E54
vJInrA//W99EU2exp+In0rUaygsyGT0wrCqd+YfSzgeg24cZiUZo7TBFRIk/y1Om
5d2ok9gd3m1HSllReHELNSIIHx9ZgZN6vlsGQfOJwuIObl9y/zIc5nY131W9jjV6
lJu6krSp0RJdRhq35Da8Nq4U6sG1MolI1GWtF97TsN5Dk/SpvU1EcR/gg+LP6cwZ
gy+izNd/IsP22tsoRniGefqcSn7GMj4B5QB7n8IjDH8T36roVnxaL1tQFfZ4zR2n
K5/edYYOml1PETXbtwKlTfXNyPZ3h0WOOmEIiR7tzopByTSZAOrc5WEbf0GfbSu4
fm9TNDnY62/7cOXGMDTXeSYugCAOJOSKCD11yhNdvbz/CW460/oa9XTbj/jf/0wA
QyVdbgDtaKdb9S1bITHHaXtaXzh3C17GHqbRhLOuNUDvfL4S4123hJPItoQ+pEE6
8HefX8xHSRSms17U5msKgp+FKPTRQOmEm+2NdMgV0U0lEvOuhfcBRXPcMl7DTUwI
FmlS9Q7iV3Y5sraUaDk/oXMhiY3vr7FVhxTg6pSpev4uLcFjxwu/IXiTI0U+KUsN
WLynEvmEnMGO3qg2UApaZ1SAxrWv/kp8lVc/4QFUjvXPwwtmGLJISxKNCDdd/CRz
xd23WKyQck6qp3eWoHypOGNQZrkO93VEgW40NCpoB2OgOcC78Es=
=3daG
-----END PGP SIGNATURE-----
-----------------------------------------------------------------------

 discard 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
     add 0a3494014 Change version for the version 2.5.0 -rc0

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
annotated tag 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   (b3ec0dd41)
            \
             N -- N -- N   refs/tags/ratis-2.5.0-rc0 (773db2630)

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                                            |  2 +-
 .../apache/ratis/client/impl/ClientProtoUtils.java |  3 ++-
 .../org/apache/ratis/protocol/GroupInfoReply.java  | 19 ++++++++++++----
 ratis-proto/src/main/proto/Raft.proto              |  1 +
 .../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 ++++++++++++++++++++++
 .../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 +++++++++------------
 .../raftlog/segmented/TestSegmentedRaftLog.java    |  2 +-
 19 files changed, 136 insertions(+), 68 deletions(-)

Reply via email to