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

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


    from 349c365  RATIS-1011 - Interfaces for client, server for netty 
streaming (#164)  Contributed by Ansh Khanna
     add ed02db7  RATIS-924: rename raft group dir on disk when remove group is 
invoked (#148)

No new revisions were added by this update.

Summary of changes:
 .../java/org/apache/ratis/client/RaftClient.java   |  3 +-
 .../apache/ratis/client/impl/ClientProtoUtils.java |  4 +-
 .../apache/ratis/client/impl/RaftClientImpl.java   |  6 +-
 .../ratis/protocol/GroupManagementRequest.java     | 18 ++++-
 .../main/java/org/apache/ratis/util/FileUtils.java | 39 +++++++++
 .../ratis/logservice/server/MetaStateMachine.java  |  4 +-
 ratis-proto/src/main/proto/Raft.proto              |  1 +
 .../apache/ratis/server/RaftServerConfigKeys.java  | 10 +++
 .../org/apache/ratis/server/impl/LeaderState.java  |  2 +-
 .../apache/ratis/server/impl/RaftServerImpl.java   | 63 +++++++++++----
 .../apache/ratis/server/impl/RaftServerProxy.java  | 10 ++-
 .../ratis/server/impl/StateMachineUpdater.java     |  4 +-
 .../raftlog/segmented/SegmentedRaftLogWorker.java  |  4 +-
 .../org/apache/ratis/RaftExceptionBaseTest.java    |  3 +-
 .../ratis/server/impl/GroupManagementBaseTest.java | 93 +++++++++++++++++++++-
 .../server/impl/StateMachineShutdownTests.java     |  2 +-
 .../raftlog/segmented/TestSegmentedRaftLog.java    |  2 +-
 17 files changed, 229 insertions(+), 39 deletions(-)

Reply via email to