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

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


 discard 04be4295f upgrade snapshot version
 discard 55abd1de5 cherry-pick merge
     new 7ab0c2ca1 RATIS-1767. Initialize MatchIndex to 
RaftLog.INVALID_LOG_INDEX. (#805)
     new 765cb40fe RATIS-1765. [GrpcLogAppender] Calculate streaming md5 
file-wise when installSnapshot (#803)
     new b5f5b0c24 RATIS-1765. [GrpcLogAppender] Calculate streaming md5 
file-wise when installSnapshot
     new dcdafd520 RATIS-1763. Purging logs in an ordered manner. (#801)
     new d4dcf9572 Bump version for 2.4.2-snapshot release

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   (04be4295f)
            \
             N -- N -- N   refs/heads/snapshot-branch2 (d4dcf9572)

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 5 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                                                     |  2 +-
 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 +-
 ratis-metrics/pom.xml                                       |  2 +-
 ratis-netty/pom.xml                                         |  2 +-
 ratis-proto/pom.xml                                         |  2 +-
 ratis-replicated-map/pom.xml                                |  2 +-
 ratis-resource-bundle/pom.xml                               |  2 +-
 ratis-server-api/pom.xml                                    |  2 +-
 ratis-server/pom.xml                                        |  2 +-
 .../java/org/apache/ratis/server/impl/FollowerInfoImpl.java |  2 +-
 .../server/raftlog/segmented/SegmentedRaftLogCache.java     |  4 ++--
 .../org/apache/ratis/server/storage/FileChunkReader.java    | 13 ++++++++++---
 .../org/apache/ratis/InstallSnapshotFromLeaderTests.java    | 13 ++++++++++++-
 ratis-shell/pom.xml                                         |  2 +-
 ratis-test/pom.xml                                          |  2 +-
 ratis-tools/pom.xml                                         |  2 +-
 22 files changed, 43 insertions(+), 25 deletions(-)

Reply via email to