This is an automated email from the ASF dual-hosted git repository.
dragonyliu pushed a change to branch branch-2
in repository https://gitbox.apache.org/repos/asf/ratis.git
from c138700c RATIS-1630. Use maven site plugin instead of Hugo to generate
ratis documents for better compatibility (#690)
new 6eec4618 RATIS-1634. Close SegmentedRaftLogReader if init failed.
(#693)
new c286c62f RATIS-1633. Improve the grpc config output log information.
(#691)
new f313e077 RATIS-1635. Support listener in MiniRaftCluster (#692)
new 482142dd RATIS-1626. Preserve recent logs when purge logs (#688)
new f5d15922 RATIS-1637. Improve the log message with fallback value in
conf. (#695)
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:
.../main/java/org/apache/ratis/conf/ConfUtils.java | 27 ++++++
.../ratis/examples/ParameterizedBaseTest.java | 2 +-
.../java/org/apache/ratis/grpc/GrpcConfigKeys.java | 19 +++--
.../apache/ratis/grpc/MiniRaftClusterWithGrpc.java | 8 +-
.../ratis/netty/MiniRaftClusterWithNetty.java | 8 +-
.../apache/ratis/server/RaftServerConfigKeys.java | 10 +++
.../apache/ratis/server/raftlog/RaftLogBase.java | 9 +-
.../segmented/SegmentedRaftLogInputStream.java | 13 +--
.../apache/ratis/server/impl/MiniRaftCluster.java | 97 ++++++++++++++++------
.../MiniRaftClusterWithSimulatedRpc.java | 10 +--
...usterWithRpcTypeGrpcAndDataStreamTypeNetty.java | 9 +-
...sterWithRpcTypeNettyAndDataStreamTypeNetty.java | 9 +-
12 files changed, 159 insertions(+), 62 deletions(-)