This is an automated email from the ASF dual-hosted git repository.
tanxinyu pushed a change to branch snapshot-3
in repository https://gitbox.apache.org/repos/asf/ratis.git
discard af6438ac2 RATIS-2178. Add a log message whenever deleting a RaftLog
segment. (#1170)
discard 87ba60c59 RATIS-2179. Fix NPE in RaftServerImpl.getLogInfo. (#1171)
discard 7430a65bd release 3.1.2-5cd8971-SNAPSHOT
discard 5cd8971b6 RATIS-2174. Move future.join outside the lock (#1168)
discard 246b7eac1 release 3.1.2-b09bfe7-SNAPSHOT
discard b09bfe771 RATIS-2172. RaftServer may lose FollowerState (#1166)
discard 9f77cddc4 release 3.1.2-536419c-SNAPSHOT
add fbb9b5a66 RATIS-2172. RaftServer may lose FollowerState (#1166)
add 7f10888a4 RATIS-2174. Move future.join outside the lock (#1168)
add 263ea69b2 RATIS-2179. Fix NPE in RaftServerImpl.getLogInfo. (#1171)
add 2981c6b15 RATIS-2178. Add a log message whenever deleting a RaftLog
segment. (#1170)
add 7c3942d1d RATIS-2183. Detect staled snapshot request. (#1173)
add ebc9c3e65 Change version for the version 3.1.2 -rc1
new 5ed4341b0 RATIS-2177. Purge should delete segmentLog from small to
large according to logIndex (#1174)
new 2fe59d3f1 RATIS-2186. Raft log should not purge index lower than the
log start index (#1175)
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 (af6438ac2)
\
N -- N -- N refs/heads/snapshot-3 (2fe59d3f1)
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.
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:
pom.xml | 4 +--
ratis-assembly/pom.xml | 2 +-
ratis-client/pom.xml | 2 +-
ratis-common/pom.xml | 2 +-
ratis-docs/pom.xml | 2 +-
ratis-examples/pom.xml | 2 +-
ratis-experiments/pom.xml | 2 +-
ratis-grpc/pom.xml | 2 +-
.../apache/ratis/grpc/server/GrpcLogAppender.java | 2 ++
ratis-metrics-api/pom.xml | 2 +-
ratis-metrics-default/pom.xml | 2 +-
ratis-metrics-dropwizard3/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 +-
.../server/impl/SnapshotInstallationHandler.java | 17 ++++++++++++
.../ratis/server/leader/LogAppenderDefault.java | 1 +
.../apache/ratis/server/raftlog/RaftLogBase.java | 20 ++++++++++-----
.../raftlog/segmented/SegmentedRaftLogCache.java | 6 ++++-
.../raftlog/segmented/SegmentedRaftLogWorker.java | 7 ++---
ratis-shell/pom.xml | 2 +-
ratis-test/pom.xml | 2 +-
.../raftlog/segmented/TestSegmentedRaftLog.java | 30 +++++++++++++++++++---
ratis-tools/pom.xml | 2 +-
28 files changed, 91 insertions(+), 35 deletions(-)