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/ratis.git.
from cbf3129 RATIS-1548. use stateMachine#lastAppliedIndex instead of
stateMachinUpdater#lastAppliedIndex when checking snapshot should be taken
(#618)
add f163cd3 RATIS-1541. Add SslContext to netty ChannelPipeline. (#615)
No new revisions were added by this update.
Summary of changes:
.../java/org/apache/ratis/security/TlsConf.java | 35 +++++++--
.../java/org/apache/ratis/grpc/GrpcTlsConfig.java | 18 +++--
.../grpc/client/GrpcClientProtocolClient.java | 16 ++---
.../apache/ratis/netty/NettyDataStreamFactory.java | 16 ++++-
.../java/org/apache/ratis/netty/NettyUtils.java | 83 ++++++++++++++++++++++
.../ratis/netty/client/NettyClientStreamRpc.java | 14 +++-
.../ratis/netty/server/NettyServerStreamRpc.java | 12 +++-
7 files changed, 163 insertions(+), 31 deletions(-)