commits
Thread
Date
Later messages
Messages by Date
2020/10/23
[incubator-ratis] branch master updated (c8c8360 -> 746de17)
ljain
2020/10/22
[incubator-ratis] branch master updated: Fix typo. (#226)
runzhiwang
2020/10/22
[incubator-ratis] branch master updated: RATIS-1104.Should check "bytewritten" from remote writes to peers to determine whether current stream write is successful (#230)
runzhiwang
2020/10/22
[incubator-ratis] branch master updated: RATIS-1104.Should check "bytewritten" from remote writes to peers to determine whether current stream write is successful (#230)
runzhiwang
2020/10/21
[incubator-ratis] branch master updated: RATIS-1098. DataStreamReply should include byteWritten and isSuccess. (#228)
szetszwo
2020/10/21
[incubator-ratis] branch master updated: RATIS-1101. Fix Failed UT: RaftBasicTests.runTestOldLeaderNotCommit:IndexOutOfBounds (#229). Contributed by Rui Wang
szetszwo
2020/10/20
[incubator-ratis] branch master updated: RATIS-1103. Add an interface for adding RaftPeers. (#227)
runzhiwang
2020/10/20
[incubator-ratis] branch master updated (f5ebbb7 -> e99f0d4)
runzhiwang
2020/10/20
[incubator-ratis] branch master updated (f5ebbb7 -> e99f0d4)
runzhiwang
2020/10/20
[incubator-ratis] branch master updated: RATIS-1099. DataStreamServerRpc should connect other peers automatically (#225)
runzhiwang
2020/10/20
[incubator-ratis] branch master updated: RATIS-1088. SegmentedRaftLogWorker#closeLogSegment should also roll the open segment maintained in the cache. (#217)
ljain
2020/10/19
[incubator-ratis] branch master updated: RATIS-1082. Netty stream server should forward the data to the other servers in the group (#213)
runzhiwang
2020/10/19
[incubator-ratis] branch master updated: RATIS-1082. Netty stream server should forward the data to the other servers in the group (#213)
runzhiwang
2020/10/15
[incubator-ratis] branch master updated: RATIS-1097. DataStreamOutputImpl should use streamOffset instead of messageId (#224)
runzhiwang
2020/10/13
[incubator-ratis] branch master updated: RATIS-1085. Encode a RaftClientRequest as the head of a stream request (#221)
szetszwo
2020/10/13
[incubator-ratis] branch master updated: RATIS-1095. Move the related methods from RaftClientImpl to the corresponding impls. (#222)
runzhiwang
2020/10/12
[incubator-ratis] branch master updated: RATIS-1093. Move blocking methods from RaftClient to a new BlockingApi interface (#219). Contributed by Rui Wang
szetszwo
2020/10/12
[incubator-ratis] branch master updated: RATIS-1094. Move async methods from RaftClient to a new AsyncApi interface (#220). Contributed by Rui Wang
szetszwo
2020/10/12
[incubator-ratis] branch master updated: RATIS-1092. Move the group management methods from RaftClient to a new interface. (#218)
runzhiwang
2020/10/12
[incubator-ratis] branch master updated: RATIS-1089. Add getDataStreamApi() to RaftClient. (#215)
runzhiwang
2020/10/09
[incubator-ratis] branch master updated: RATIS-1087. Add setConfiguration tests with single node clusters. (#214)
hanishakoneru
2020/10/05
[incubator-ratis] branch master updated: RATIS-1081. Change NettyServerStreamRpc to write data to StateMachine. (#212)
runzhiwang
2020/09/30
[incubator-ratis] branch master updated: RATIS-1080. Rename StreamApi to MessageStreamApi. (#211)
shashikant
2020/09/29
[incubator-ratis-thirdparty] 01/01: RATIS-1046. relocate native_epoll.so files correctly to allow use of native epoll on Linux servers. (#9)
elek
2020/09/29
[incubator-ratis-thirdparty] branch master updated (3a613f8 -> 6122b96)
elek
2020/09/28
[incubator-ratis] branch master updated: RATIS-1078. Refactor DataStream classes. (#210)
runzhiwang
2020/09/28
[incubator-ratis] branch ratis-ozone updated (6ab75ae -> ea949f1)
msingh
2020/09/28
[incubator-ratis] branch master updated: RATIS-1072: Should not shutdown and re-create channel/stub in GrpcServerProtocolClient when StreamObserver::onError() is called. (#206) Contributed by Glen Geng
szetszwo
2020/09/26
[incubator-ratis-thirdparty] branch master updated: RATIS-1073. Move all version declarations to root pom (#10)
msingh
2020/09/24
[incubator-ratis] branch master updated: RATIS-1075. Classes that implement AutoCloseable should call "close()" when it should be terminated (#208)
runzhiwang
2020/09/24
[incubator-ratis] branch master updated: RATIS-1074: GrpcLogAppender improperly decrease nextIndex to 1, which may trigger a installSnapshot request to follower (#207) Contributed by Glen Geng
szetszwo
2020/09/24
[incubator-ratis] branch master updated: RATIS-1043. Add Pause/Resume to RaftServerImpl (#188) Contributed by Rui Wang
szetszwo
2020/09/22
[incubator-ratis] branch master updated: RATIS-1042. Watch for commit calls are blocked for a long if no other message (#185)
runzhiwang
2020/09/22
[incubator-ratis] branch master updated: RATIS-830. Add a metric for tracking failed client requests on a server (#205)
runzhiwang
2020/09/22
[incubator-ratis] branch master updated: RATIS-1064. Fix TestGrpcOutputStream.testSimpleWrite (#201)
runzhiwang
2020/09/16
[incubator-ratis] branch master updated: RATIS-455. Move exception classes to org.apache.ratis.protocol.exceptions (#203). Contributed by Rui Wang
szetszwo
2020/09/14
[incubator-ratis] branch master updated: RATIS-1063. Failed UT: testOldLeaderCommit: expected leader is different than actual leader (#197)
runzhiwang
2020/09/09
[incubator-ratis] branch master updated: RATIS-1059. Avoid NPE when exportInfo is NULL in LogStateMachine.processArchiveLog (#195)
runzhiwang
2020/09/08
[incubator-ratis] branch master updated: RATIS-1055. Switch cases should end with an unconditional "break" statement (#193)
runzhiwang
2020/09/08
[incubator-ratis] branch master updated: RATIS-1052. Math operands should be cast before assignment (#192)
runzhiwang
2020/09/08
[incubator-ratis] branch master updated: RATIS-1051. Use try-resource-block when saveMd5File (#190)
runzhiwang
2020/09/08
[incubator-ratis] branch master updated: RATIS-1052. Fix the testDisconnectLeader assertion
runzhiwang
2020/09/08
[incubator-ratis] branch master updated: RATIS-1052. Fix the testDisconnectLeader assertion
runzhiwang
2020/09/07
[incubator-ratis] branch master updated (81b65fb -> 0a720b5)
ljain
2020/09/07
[incubator-ratis] branch master updated (ea949f1 -> 81b65fb)
runzhiwang
2020/08/31
[incubator-ratis] branch master updated: RATIS-1047. Fix can not elect leader when higher priority server crash (#187)
szetszwo
2020/08/31
[incubator-ratis] branch master updated: RATIS-945. Fix exception in RaftClientReply was ignored
runzhiwang
2020/08/30
[incubator-ratis] branch master updated: RATIS-1041. Change client to try the servers according to the priority (#186)
szetszwo
2020/08/30
[incubator-ratis] branch master updated: RATIS-1034. Change leader heartbeat to yield to a higher priority leader (#184)
szetszwo
2020/08/26
[incubator-ratis] branch master updated: RATIS-1033. Change leader election to add priority consideration (#182)
szetszwo
2020/08/25
[incubator-ratis] branch master updated: RATIS-1032. Change RaftPeer and proto to support priority (#181)
szetszwo
2020/08/25
[incubator-ratis] annotated tag ratis-1.0.0 updated (f35d5e5 -> 67c4f5b)
elek
2020/08/18
[incubator-ratis] branch master updated: RATIS-1039. Update ratis-thirdparty version in order to use the latest netty. (#180). Contributed by Ansh Khanna
szetszwo
2020/08/17
[incubator-ratis] branch master updated: RATIS-1031. Implement ratis streaming using netty - Server code (#177). Contributed by Ansh Khanna
szetszwo
2020/08/14
[incubator-ratis-thirdparty] branch master updated: update netty version
szetszwo
2020/08/14
[incubator-ratis-thirdparty] branch master updated: RATIS-1037. Remove flatbuffers from thirdparty. (#6)
ljain
2020/08/13
[incubator-ratis] branch master updated: RATIS-1030: Implement ratis streaming using netty - Client code (#179). Contributed by Ansh Khanna
szetszwo
2020/08/12
[incubator-ratis] branch master updated: RATIS-1029. NPE at MetricServerInterceptor.interceptCall (#174)
shashikant
2020/08/12
[incubator-ratis] branch master updated: RATIS-1023.During installing snapshot, when snapshot file is corrup… (#168)
shashikant
2020/08/10
[incubator-ratis] branch master updated: RATIS-1027.Implement un-finished tests in TestLogServiceProtoUtil
elserj
2020/08/10
[incubator-ratis] branch master updated (ed02db7 -> d4d1c96)
szetszwo
2020/08/10
[incubator-ratis] branch master updated: RATIS-1024.Unit Tests for MemoryRaftLog entry truncation (#169). Contributed by Rui Wang
szetszwo
2020/08/10
[incubator-ratis] branch master updated (349c365 -> ed02db7)
ljain
2020/08/06
[incubator-ratis] branch master updated: RATIS-1011 - Interfaces for client, server for netty streaming (#164) Contributed by Ansh Khanna
szetszwo
2020/08/04
[incubator-ratis] branch master updated: RATIS-1021. Fix failed UT: testMultipleLinearRandomRetry (#166)
shashikant
2020/08/04
[incubator-ratis] branch master updated: RATIS-805 - Metrics for GRPC messages (#159)
shashikant
2020/08/04
[incubator-ratis] branch master updated: RATIS-1018. Fix Failed UT: testGroupInfo (#163)
shashikant
2020/08/03
[incubator-ratis] branch master updated: RATIS-1015. Fix Failed UT: testBasicInstallSnapshot (#162)
shashikant
2020/07/31
[incubator-ratis] branch master updated: RATIS-792. NPE. ServerOpts.metaQuorum should be required (#49)
arp
Later messages