This is an automated email from the ASF dual-hosted git repository.
adoroszlai pushed a change to branch release-2.5.1
in repository https://gitbox.apache.org/repos/asf/ratis.git
omit 6896ed85c Change version for the version 2.5.1 -rc0
add b221e6226 RATIS-1835. Keep nextIndex unchanged when leader sending
heartbeat to restarting followers (#875)
add 262e8cb5f RATIS-1834. ServerRequestStreamObserver is not properly
closed. (#876)
add 05410aafe RATIS-1837. Restrict reading maxChunkSize bytes each
installSnapshot RPC (#877)
add a96bfeeb3 RATIS-1838. Compare commit index with last included index
when installSnapshot (#878)
add 77640a3a1 Change version for the version 2.5.1 -rc1
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 (6896ed85c)
\
N -- N -- N refs/heads/release-2.5.1 (77640a3a1)
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/grpc/server/GrpcLogAppender.java | 3 +++
.../grpc/server/GrpcServerProtocolService.java | 21 +++++++++++++++++----
.../server/impl/SnapshotInstallationHandler.java | 10 +++++-----
.../ratis/server/storage/FileChunkReader.java | 6 +++++-
5 files changed, 31 insertions(+), 11 deletions(-)