You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ratis.apache.org by sz...@apache.org on 2020/12/08 08:23:26 UTC

[incubator-ratis] branch master updated (6c7f1d1 -> edcf1d6)

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

szetszwo pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-ratis.git.


    from 6c7f1d1  RATIS-1210. Expose RetryCache. (#334)
     add edcf1d6  RATIS-1195. Log Entry Validation in appendEntry can fail after log purge (#322). Contributed by Aravindan Vijayan

No new revisions were added by this update.

Summary of changes:
 .../org/apache/ratis/server/impl/ServerState.java  | 30 ++++-----
 .../org/apache/ratis/server/raftlog/RaftLog.java   | 16 ++++-
 .../ratis/server/raftlog/memory/MemoryRaftLog.java |  7 ++-
 .../server/raftlog/segmented/SegmentedRaftLog.java |  6 +-
 .../ratis/server/impl/RaftServerTestUtil.java      |  2 +-
 .../ratis/server/impl/RetryCacheTestUtil.java      |  3 +-
 .../server/raftlog/memory/MemoryRaftLogTest.java   |  4 +-
 .../raftlog/segmented/TestSegmentedRaftLog.java    | 72 +++++++++++++++++++---
 8 files changed, 105 insertions(+), 35 deletions(-)