You are viewing a plain text version of this content. The canonical link for it is here.
- [incubator-ratis] branch master updated: RATIS-1081. Change NettyServerStreamRpc to write data to StateMachine. (#212) - posted by ru...@apache.org on 2020/10/06 00:46:00 UTC, 0 replies.
- [incubator-ratis] branch master updated: RATIS-1087. Add setConfiguration tests with single node clusters. (#214) - posted by ha...@apache.org on 2020/10/09 21:21:13 UTC, 0 replies.
- [incubator-ratis] branch master updated: RATIS-1089. Add getDataStreamApi() to RaftClient. (#215) - posted by ru...@apache.org on 2020/10/12 08:40:11 UTC, 0 replies.
- [incubator-ratis] branch master updated: RATIS-1092. Move the group management methods from RaftClient to a new interface. (#218) - posted by ru...@apache.org on 2020/10/12 11:22:28 UTC, 0 replies.
- [incubator-ratis] branch master updated: RATIS-1094. Move async methods from RaftClient to a new AsyncApi interface (#220). Contributed by Rui Wang - posted by sz...@apache.org on 2020/10/13 04:08:23 UTC, 0 replies.
- [incubator-ratis] branch master updated: RATIS-1093. Move blocking methods from RaftClient to a new BlockingApi interface (#219). Contributed by Rui Wang - posted by sz...@apache.org on 2020/10/13 05:51:37 UTC, 0 replies.
- [incubator-ratis] branch master updated: RATIS-1095. Move the related methods from RaftClientImpl to the corresponding impls. (#222) - posted by ru...@apache.org on 2020/10/13 10:56:17 UTC, 0 replies.
- [incubator-ratis] branch master updated: RATIS-1085. Encode a RaftClientRequest as the head of a stream request (#221) - posted by sz...@apache.org on 2020/10/14 01:43:45 UTC, 0 replies.
- [incubator-ratis] branch master updated: RATIS-1097. DataStreamOutputImpl should use streamOffset instead of messageId (#224) - posted by ru...@apache.org on 2020/10/15 07:16:28 UTC, 0 replies.
- [incubator-ratis] branch master updated: RATIS-1082. Netty stream server should forward the data to the other servers in the group (#213) - posted by ru...@apache.org on 2020/10/20 02:26:31 UTC, 1 replies.
- [incubator-ratis] branch master updated: RATIS-1088. SegmentedRaftLogWorker#closeLogSegment should also roll the open segment maintained in the cache. (#217) - posted by lj...@apache.org on 2020/10/20 07:50:16 UTC, 0 replies.
- [incubator-ratis] branch master updated: RATIS-1099. DataStreamServerRpc should connect other peers automatically (#225) - posted by ru...@apache.org on 2020/10/21 00:30:56 UTC, 0 replies.
- [incubator-ratis] branch master updated (f5ebbb7 -> e99f0d4) - posted by ru...@apache.org on 2020/10/21 00:31:57 UTC, 1 replies.
- [incubator-ratis] branch master updated: RATIS-1103. Add an interface for adding RaftPeers. (#227) - posted by ru...@apache.org on 2020/10/21 01:57:49 UTC, 0 replies.
- [incubator-ratis] branch master updated: RATIS-1101. Fix Failed UT: RaftBasicTests.runTestOldLeaderNotCommit:IndexOutOfBounds (#229). Contributed by Rui Wang - posted by sz...@apache.org on 2020/10/21 14:37:57 UTC, 0 replies.
- [incubator-ratis] branch master updated: RATIS-1098. DataStreamReply should include byteWritten and isSuccess. (#228) - posted by sz...@apache.org on 2020/10/21 23:17:45 UTC, 0 replies.
- [incubator-ratis] branch master updated: RATIS-1104.Should check "bytewritten" from remote writes to peers to determine whether current stream write is successful (#230) - posted by ru...@apache.org on 2020/10/22 07:43:21 UTC, 1 replies.
- [incubator-ratis] branch master updated: Fix typo. (#226) - posted by ru...@apache.org on 2020/10/23 04:54:35 UTC, 0 replies.
- [incubator-ratis] branch master updated (c8c8360 -> 746de17) - posted by lj...@apache.org on 2020/10/23 11:17:26 UTC, 0 replies.
- [incubator-ratis] branch master updated: RATIS-1105. Refactor Netty streaming encoder and decoder. (#231) - posted by ru...@apache.org on 2020/10/24 01:37:58 UTC, 0 replies.
- [incubator-ratis] branch master updated: RATIS-1106. Add type for DataStream (#232) - posted by sz...@apache.org on 2020/10/27 03:56:59 UTC, 0 replies.
- [incubator-ratis] branch master updated: RATIS-1107. Start NettyServerStreamRpc when create RaftServerProxy. (#233) - posted by sz...@apache.org on 2020/10/27 10:00:18 UTC, 0 replies.
- [incubator-ratis] branch master updated: RATIS-1110. Fix DataStreamReply out of order. (#235) - posted by ru...@apache.org on 2020/10/28 13:01:18 UTC, 0 replies.
- [incubator-ratis] branch master updated: RATIS-1114. Change NettyServerStreamRpc to use only one ConcurrentMap. (#236) - posted by ru...@apache.org on 2020/10/28 23:57:52 UTC, 0 replies.
- [incubator-ratis] branch master updated: RATIS-1108. Add SupportedDataStreamType.DISABLED (#234). Contributed by Rui Wang - posted by sz...@apache.org on 2020/10/29 10:12:16 UTC, 0 replies.
- [incubator-ratis] branch revert-234-RATIS-1108 created (now a5eceb6) - posted by sz...@apache.org on 2020/10/29 10:14:29 UTC, 0 replies.
- [incubator-ratis] 01/01: Revert "RATIS-1108. Add SupportedDataStreamType.DISABLED (#234). Contributed by Rui Wang" - posted by sz...@apache.org on 2020/10/29 10:14:30 UTC, 0 replies.
- [incubator-ratis] branch master updated: RATIS-1116. Add DataStreamType. (#238) - posted by ru...@apache.org on 2020/10/29 13:14:54 UTC, 2 replies.
- [incubator-ratis] branch master updated: RATIS-1117. Remove DataStreamClient.start() and DataStreamClientRpc.startClient(). (#239) - posted by ru...@apache.org on 2020/10/30 01:55:12 UTC, 0 replies.
- [incubator-ratis] branch master updated: RATIS-1121. Support multiple streams. (#243) - posted by ru...@apache.org on 2020/10/31 01:13:56 UTC, 0 replies.
- [incubator-ratis] branch master updated: RATIS-1123. Support multiple DataStream clients. (#244) - posted by ru...@apache.org on 2020/10/31 06:45:34 UTC, 0 replies.
- [incubator-ratis] branch master updated: RATIS-1124. NettyServerStreamRpc should get stateMachine from RaftServer. (#246) - posted by ru...@apache.org on 2020/10/31 10:06:05 UTC, 0 replies.