You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ratis.apache.org by ru...@apache.org on 2020/11/18 23:42:24 UTC

[incubator-ratis] branch master updated (913f5a4 -> 2adccb0)

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

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


    from 913f5a4  RATIS-1154. Add sync flag when write stream data (#284)
     add 2adccb0  RATIS-1136. Add DataStreamRequestTypeProto. (#287)

No new revisions were added by this update.

Summary of changes:
 .../apache/ratis/client/impl/ClientProtoUtils.java |  5 +++
 .../ratis/client/impl/DataStreamClientImpl.java    |  4 +--
 .../apache/ratis/protocol/RaftClientRequest.java   | 33 +++++++++++++++----
 ratis-proto/src/main/proto/Raft.proto              |  4 +++
 .../org/apache/ratis/server/JvmPauseMonitor.java   |  2 +-
 .../apache/ratis/server/impl/PendingRequests.java  |  2 --
 .../ratis/datastream/DataStreamBaseTest.java       | 11 +++++--
 .../ratis/datastream/DataStreamClusterTests.java   | 37 ++++++++++++++--------
 8 files changed, 70 insertions(+), 28 deletions(-)