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 2022/03/24 14:34:17 UTC

[ratis] branch master updated (77f21ae -> a81dd18)

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/ratis.git.


    from 77f21ae  RATIS-1558. Support Listener in RaftServerImpl (#627)
     add a81dd18  RATIS-1554. Fix SnapshotManager RV_RETURN_VALUE_IGNORED_BAD_PRACTICE. (#624)

No new revisions were added by this update.

Summary of changes:
 .../main/java/org/apache/ratis/util/FileUtils.java | 21 ++++---
 .../java/org/apache/ratis/util/StringUtils.java    |  8 +++
 .../{FileUtilsTest.java => TestFileUtils.java}     | 39 +++++++++----
 .../src/test/resources/log4j.properties            |  0
 .../ratis/server/storage/SnapshotManager.java      | 67 ++++++++++++++++++----
 5 files changed, 102 insertions(+), 33 deletions(-)
 rename ratis-common/src/test/java/org/apache/ratis/util/{FileUtilsTest.java => TestFileUtils.java} (53%)
 copy {ratis-test => ratis-common}/src/test/resources/log4j.properties (100%)