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 e1f7de187 RATIS-2140. Thread wait when installing snapshot. (#1137)
 discard efd47a0f2 RATIS-2144. SegmentedRaftLogWorker should close the stream 
before releasing the buffer. (#1138)
 discard 71122250f RATIS-2138 Remove uncessary error log in JVMPauseMonitor 
When GC is serious (#1133)
 discard 8d0b50b2b RATIS-2135. The leader keeps sending inconsistent entries 
repeatedly to followers. (#1132)
 discard 017d70475 RATIS-2136 Fixed the issue that RatisServer could not start 
after frequent restarts (#1131)
 discard dd24cb063 RATIS-2114. Corruption due to SegmentedRaftLogWorker queue 
LogEntry without reference counter (#1113)
     new 40cfa13ab RATIS-2136 Fixed the issue that RatisServer could not start 
after frequent restarts (#1131)
     new 303da68d9 RATIS-2135. The leader keeps sending inconsistent entries 
repeatedly to followers. (#1132)
     new cbdfe6314 RATIS-2138 Remove uncessary error log in JVMPauseMonitor 
When GC is serious (#1133)
     new 5f5f34c35 RATIS-2144. SegmentedRaftLogWorker should close the stream 
before releasing the buffer. (#1138)
     new 0133c90a7 RATIS-2140. Thread wait when installing snapshot. (#1137)
     new 964e3caf2 release 3.1.1-0133c90-SNAPSHOT

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   (e1f7de187)
            \
             N -- N -- N   refs/heads/snapshot-3 (964e3caf2)

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 6 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 +-
 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-replicated-map/pom.xml                              |  2 +-
 ratis-resource-bundle/pom.xml                             |  2 +-
 ratis-server-api/pom.xml                                  |  2 +-
 ratis-server/pom.xml                                      |  2 +-
 .../ratis/server/raftlog/segmented/SegmentedRaftLog.java  |  3 ---
 .../server/raftlog/segmented/SegmentedRaftLogWorker.java  | 15 ---------------
 ratis-shell/pom.xml                                       |  2 +-
 ratis-test/pom.xml                                        |  2 +-
 ratis-tools/pom.xml                                       |  2 +-
 22 files changed, 21 insertions(+), 39 deletions(-)

Reply via email to