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

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


    omit 8fc9defb5 Change version for the version 3.1.3 -rc1
    omit 52f7ab106 Change version for the version 3.1.3 -rc1
    omit 3e55fb220 fix cherry-pick leftovers
    omit 7a38c9984 RATIS-2235. Allow only one thread to perform appendLog  
(#1206)
    omit 3255448c4 RATIS-2236 Fixed bug where manual triggerSnapshot would 
never finish (#1207)
    omit 66cd8229f RATIS-2234. Remove lock race between heartbeat and append 
log channels (#1205)
    omit 00a8a1dcd RATIS-2233. make NOPROGRESS timeout configurable (#1204)
    omit 9f56eb721 RATIS-2232. Improve log for debugging on RaftLog / 
TransactionManager (#1203)
    omit 6affc903b RATIS-2231. Bump ratis-thirdparty to 1.0.8 (#1202)
    omit a64b2f8e9 RATIS-2200. Make Ratis example log at INFO level (#1189)
    omit 486c7e02c RATIS-2185. Improve gRPC log messages debugability. (#1186)
    omit 118fb6c34 RATIS-2201. Bump ratis-thirdparty from 1.0.6 to 1.0.7 (#1185)
    omit 53565b857 RATIS-2194. FileLock didn't unlock properly (#1183)
    omit 9cd0615c5 RATIS-2197. Clean remote stream to resolve direct memory 
leak (#1179)
    omit be71d5387 RATIS-2189. Use ByteBufAllocator#ioBuffer in 
NettyDataStreamUtils (#1178)
    omit 1e5682619 RATIS-2186. Raft log should not purge index lower than the 
log start index (#1175)
    omit 8dbba5173 RATIS-2177. Purge should delete segmentLog from small to 
large according to logIndex (#1174)
     new f656a5850 RATIS-2186. Raft log should not purge index lower than the 
log start index (#1175)
     new d52285d0e RATIS-2177. Purge should delete segmentLog from small to 
large according to logIndex (#1174)
     new f778c5ff1 RATIS-2189. Use ByteBufAllocator#ioBuffer in 
NettyDataStreamUtils (#1178)
     new 8c7fbb6c0 RATIS-2197. Clean remote stream to resolve direct memory 
leak (#1179)
     new 3c21b97d8 RATIS-2194. FileLock didn't unlock properly (#1183)
     new 9ae3040b8 RATIS-2201. Bump ratis-thirdparty from 1.0.6 to 1.0.7 (#1185)
     new 76797b07c RATIS-2185. Improve gRPC log messages debugability. (#1186)
     new 1399ce385 RATIS-2200. Make Ratis example log at INFO level (#1189)
     new 10c4c2413 RATIS-2231. Bump ratis-thirdparty to 1.0.8 (#1202)
     new e16b24c56 RATIS-2232. Improve log for debugging on RaftLog / 
TransactionManager (#1203)
     new 892e64a8e RATIS-2233. make NOPROGRESS timeout configurable (#1204)
     new 48f6e529d RATIS-2234. Remove lock race between heartbeat and append 
log channels (#1205)
     new 1e3712150 RATIS-2235. Allow only one thread to perform appendLog  
(#1206)
     new f3353f6e3 RATIS-2236 Fixed bug where manual triggerSnapshot would 
never finish (#1207)

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   (8fc9defb5)
            \
             N -- N -- N   refs/heads/release-3.1.3 (f3353f6e3)

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 14 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 +-
 .../src/main/java/org/apache/ratis/server/impl/RaftServerImpl.java   | 1 +
 .../apache/ratis/server/raftlog/segmented/SegmentedRaftLogCache.java | 5 +++--
 ratis-shell/pom.xml                                                  | 2 +-
 ratis-test/pom.xml                                                   | 2 +-
 ratis-tools/pom.xml                                                  | 2 +-
 22 files changed, 25 insertions(+), 23 deletions(-)

Reply via email to