You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ratis.apache.org by sh...@apache.org on 2020/06/03 15:07:38 UTC

[incubator-ratis] branch master updated (6ab75ae -> 91aaf6e)

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

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


    from 6ab75ae  RATIS-939. Fix Failed UT: testRaftServerMetrics (#102)
     add 91aaf6e  RATIS-959. Refactor xxxStateMachineData methods. (#119)

No new revisions were added by this update.

Summary of changes:
 .../examples/filestore/FileStoreStateMachine.java  |   6 +-
 .../server/raftlog/segmented/SegmentedRaftLog.java |   2 +-
 .../raftlog/segmented/SegmentedRaftLogWorker.java  |   6 +-
 .../apache/ratis/statemachine/StateMachine.java    | 102 ++++++++++-----------
 .../ratis/statemachine/impl/BaseStateMachine.java  |   4 +-
 .../statemachine/SimpleStateMachine4Testing.java   |  15 ++-
 .../ratis/server/raftlog/TestRaftLogMetrics.java   |   4 +-
 .../raftlog/segmented/TestSegmentedRaftLog.java    |   2 +-
 8 files changed, 68 insertions(+), 73 deletions(-)