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/11/05 07:27:12 UTC

[incubator-ratis] branch master updated (43a042a -> ab1ac87)

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 43a042a  RATIS-950. Handle Exceptions appropriately (#115)
     add ab1ac87  RATIS-1090. Implement RaftClient.getDataStreamApi (#255)

No new revisions were added by this update.

Summary of changes:
 .../org/apache/ratis/client/DataStreamClient.java     | 16 +++++++++++++++-
 .../main/java/org/apache/ratis/client/RaftClient.java | 16 +++++++++-------
 .../org/apache/ratis/client/impl/ClientImplUtils.java |  5 +++--
 .../ratis/client/impl/DataStreamClientImpl.java       | 10 ++++++----
 .../org/apache/ratis/client/impl/RaftClientImpl.java  | 11 ++++++++++-
 .../ratis/netty/server/NettyServerStreamRpc.java      |  2 ++
 .../apache/ratis/datastream/DataStreamBaseTest.java   | 19 ++++++++++++-------
 .../ratis/datastream/TestDataStreamDisabled.java      |  5 +++--
 8 files changed, 60 insertions(+), 24 deletions(-)