You are viewing a plain text version of this content. The canonical link for it is here.
- [incubator-ratis] branch master updated: RATIS-1125. Fix TestDataStream (#247) - posted by ru...@apache.org on 2020/11/02 01:40:01 UTC, 0 replies.
- [incubator-ratis] branch master updated: RATIS-1127. Add a stream(RaftGroupId) method to DataStreamApi. (#248) - posted by ru...@apache.org on 2020/11/02 07:22:05 UTC, 0 replies.
- [incubator-ratis] branch master updated (12af614 -> f5e771d) - posted by ru...@apache.org on 2020/11/02 08:23:41 UTC, 0 replies.
- [incubator-ratis] branch master updated: RATIS-1084. Support multiple groups in Streaming (#245). Contributed by Rui Wang - posted by sz...@apache.org on 2020/11/03 02:39:45 UTC, 0 replies.
- [incubator-ratis] branch master updated: RATIS-1119. StateMachine is not closed when StateMachineUpdater encounters exception. (#242) - posted by sz...@apache.org on 2020/11/03 08:15:47 UTC, 0 replies.
- [incubator-ratis] branch master updated: RATIS-1109. Notify StateMachine on Configuration change (#251) - posted by sz...@apache.org on 2020/11/03 09:10:45 UTC, 0 replies.
- [incubator-ratis] branch master updated: RATIS-1120. Terminate election in advance if majority peers reject (#241) - posted by ru...@apache.org on 2020/11/04 05:28:01 UTC, 0 replies.
- [incubator-ratis] branch master updated: RATIS-1128. Update Configuration on InstallSnapshot (#253) - posted by sz...@apache.org on 2020/11/04 06:50:33 UTC, 0 replies.
- [incubator-ratis] branch master updated: RATIS-1122. Use thenApplyAsync instead of thenApply (#250) - posted by sz...@apache.org on 2020/11/04 11:25:17 UTC, 0 replies.
- [incubator-ratis] branch master updated: RATIS-1112. Ensure a node doesn't get reelected as a leader if it voluntarily steps down. (#252) - posted by sz...@apache.org on 2020/11/04 14:52:12 UTC, 0 replies.
- [incubator-ratis] branch master updated: RATIS-1083. Create transaction once stream data replicated to all servers (#237) - posted by sz...@apache.org on 2020/11/04 14:54:31 UTC, 0 replies.
- [incubator-ratis] branch master updated: RATIS-1129. Move out the RPC related APIs from DataStreamOutput. (#254) - posted by ru...@apache.org on 2020/11/04 23:48:12 UTC, 0 replies.
- [incubator-ratis] branch master updated: RATIS-950. Handle Exceptions appropriately (#115) - posted by ru...@apache.org on 2020/11/05 05:54:12 UTC, 0 replies.
- [incubator-ratis] branch master updated (43a042a -> ab1ac87) - posted by sz...@apache.org on 2020/11/05 07:27:12 UTC, 2 replies.
- [incubator-ratis] branch master updated: RATIS-1131. Refactor the notifyXxx() methods in StateMachine. (#256) - posted by sz...@apache.org on 2020/11/05 14:41:08 UTC, 0 replies.
- [incubator-ratis] branch master updated: RATIS-1132. Primary and peer should use the same streamId (#257) - posted by ru...@apache.org on 2020/11/06 02:37:14 UTC, 0 replies.
- [incubator-ratis] branch master updated: RATIS-1133. Primary and peer should use the same RaftClientRequest (#258) - posted by sz...@apache.org on 2020/11/06 08:03:50 UTC, 0 replies.
- [incubator-ratis] branch master updated: RATIS-1134. Remove DataStreamApi.stream(RaftGroupId). (#259) - posted by ru...@apache.org on 2020/11/06 11:33:37 UTC, 0 replies.
- [incubator-ratis] branch master updated: RATIS-1135. Initialize DataStreamServer after RaftServerProxy id is set (#260). Contributed by Rui Wang - posted by sz...@apache.org on 2020/11/07 03:28:46 UTC, 0 replies.
- [incubator-ratis] branch master updated: RATIS-1137. Rename StreamRequestTypeProto to MessageStreamRequestTypeProto (#261) - posted by ru...@apache.org on 2020/11/07 12:41:46 UTC, 0 replies.
- [incubator-ratis] branch master updated: RATIS-1138. Add dataStreamAddress to RaftPeer. (#262) - posted by sz...@apache.org on 2020/11/09 04:05:16 UTC, 0 replies.
- [incubator-ratis] branch master updated: RATIS-1139. Use RaftPeer.Bulider instead of the constructors. (#263) - posted by ru...@apache.org on 2020/11/09 12:24:58 UTC, 0 replies.
- [incubator-ratis] branch master updated: RATIS-1140. Do not create DataStreamOutput for non-primary server (#264) - posted by ru...@apache.org on 2020/11/10 07:46:28 UTC, 1 replies.
- [incubator-ratis] branch master updated: RATIS-1142. Remove STREAM_CLOSE_FORWARD (#265) - posted by ru...@apache.org on 2020/11/10 09:35:28 UTC, 0 replies.
- [incubator-ratis] branch master updated: RATIS-1144. Default disable datastream when start a MiniRaftCluster (#266) - posted by sz...@apache.org on 2020/11/10 16:54:33 UTC, 3 replies.
- [incubator-ratis] branch master updated: RATIS-1145. In NettyServerStreamRpc, the local/remote writes should only wait for the previous write. (#267) - posted by ru...@apache.org on 2020/11/11 01:21:01 UTC, 0 replies.
- [incubator-ratis] branch master updated (d289643 -> 4021164) - posted by ru...@apache.org on 2020/11/11 13:18:36 UTC, 0 replies.
- [incubator-ratis-thirdparty] branch master updated: RATIS-1113. Update gRPC to 1.33.0. (#11) - posted by lj...@apache.org on 2020/11/11 13:58:50 UTC, 0 replies.
- [incubator-ratis] branch master updated: RATIS-1141. Class.getSimpleName() has a 4% overhead in the SegmentedRaftLogWriter thread. (#268) - posted by sz...@apache.org on 2020/11/11 14:51:58 UTC, 0 replies.
- [incubator-ratis] branch master updated: RATIS-1143. Return exception of submitClientRequestAsync to client (#270) - posted by sz...@apache.org on 2020/11/12 06:00:22 UTC, 0 replies.
- [incubator-ratis] branch master updated: RATIS-1146. Does not build with newer JDK (#271) - posted by ru...@apache.org on 2020/11/12 06:29:15 UTC, 0 replies.
- [incubator-ratis] branch master updated: RATIS-1151. Move the DateStream requests handling code from NettyServerStreamRpc to a new class. (#273) - posted by sz...@apache.org on 2020/11/12 12:20:15 UTC, 0 replies.
- [incubator-ratis] branch master updated: RATIS-1155. Add a builder for DataStreamReplyByteBuffer. (#276) - posted by ru...@apache.org on 2020/11/15 01:28:16 UTC, 0 replies.
- [incubator-ratis] branch master updated: RATIS-1130. Add E2E test for Ratis streaming based on MiniRaftCluster (#272). Contributed by Rui Wang - posted by sz...@apache.org on 2020/11/15 03:25:26 UTC, 0 replies.
- [incubator-ratis] branch master updated: RATIS-1150. Return DataStreamException to client (#277) - posted by sz...@apache.org on 2020/11/15 11:06:18 UTC, 0 replies.
- [incubator-ratis] branch master updated (a054165 -> 32016e4) - posted by ru...@apache.org on 2020/11/16 02:23:26 UTC, 4 replies.
- [incubator-ratis] branch master updated (32016e4 -> cba931f) - posted by sz...@apache.org on 2020/11/16 07:03:18 UTC, 0 replies.
- [incubator-ratis] branch master updated: RATIS-1153. Implement ChannelInboundHandler.exceptionCaught in NettyServerStreamRpc. (#278) - posted by ru...@apache.org on 2020/11/16 09:04:42 UTC, 1 replies.
- [incubator-ratis] branch master updated: RATIS-1160. DataStreamClientImpl.closeAsync() should be idempotent. (#281) - posted by ru...@apache.org on 2020/11/16 23:47:27 UTC, 0 replies.
- [incubator-ratis] branch master updated: RATIS-1149. Leader should step down and initiate a stateMachine action in case of jvm pauses. (#275) - posted by ru...@apache.org on 2020/11/17 09:39:39 UTC, 0 replies.
- [incubator-ratis] branch master updated: RATIS-610. Add a builder for RaftClientReply. (#283) - posted by ru...@apache.org on 2020/11/18 03:46:12 UTC, 0 replies.
- [incubator-ratis] branch master updated: RATIS-1162. Enable testing clusters with Netty data stream and gRPC. (#282) - posted by ru...@apache.org on 2020/11/18 04:00:23 UTC, 0 replies.
- [incubator-ratis] branch master updated: RATIS-1154. Add sync flag when write stream data (#284) - posted by ru...@apache.org on 2020/11/18 05:42:08 UTC, 0 replies.
- [incubator-ratis] branch master updated (913f5a4 -> 2adccb0) - posted by ru...@apache.org on 2020/11/18 23:42:24 UTC, 0 replies.
- [incubator-ratis] branch master updated: RATIS-1136. Add DataStreamRequestTypeProto. (#287) - posted by ru...@apache.org on 2020/11/18 23:44:36 UTC, 1 replies.
- [incubator-ratis] branch master updated: RATIS-1164. Remove deprecated RaftServerConstants.INVALID_LOG_INDEX. (#286) - posted by ru...@apache.org on 2020/11/18 23:44:40 UTC, 1 replies.
- [incubator-ratis] branch master updated: RATIS-1163. RefCountingMap is not thread-safe. (#285) - posted by ru...@apache.org on 2020/11/18 23:44:54 UTC, 0 replies.
- [incubator-ratis] branch master updated: RATIS-1165. Add ClientInvocationId. (#288) - posted by sz...@apache.org on 2020/11/19 06:21:03 UTC, 1 replies.
- [incubator-ratis] branch asf-site-source updated: fix the link to raft main page (#291) - posted by ru...@apache.org on 2020/11/20 00:38:10 UTC, 0 replies.
- [incubator-ratis] branch master updated: RATIS-1166. Link DataStream with LogEntryProto. (#290) - posted by ru...@apache.org on 2020/11/20 01:42:58 UTC, 0 replies.
- [incubator-ratis] branch master updated: RATIS-1168. Move the utils from DataStreamBaseTest to a new file. (#292) - posted by ru...@apache.org on 2020/11/21 02:16:07 UTC, 0 replies.
- [incubator-ratis] branch master updated: RATIS-1169. Move the DataStream tests from TestDataStreamNetty to DataStreamClusterTests. (#293) - posted by ru...@apache.org on 2020/11/22 23:36:15 UTC, 0 replies.
- [incubator-ratis] branch master updated: RATIS-1171. Allow null for the stream parameter in StateMachine.DataApi.link (#294) - posted by ru...@apache.org on 2020/11/24 01:44:16 UTC, 0 replies.
- [incubator-ratis] branch master updated: RATIS-1173. Rename StateMachineDataChannel to DataChannel. (#295) - posted by ru...@apache.org on 2020/11/24 06:29:51 UTC, 0 replies.
- [incubator-ratis] branch master updated: RATIS-1175. DataStreamOutput should support FileChannel#transferTo. (#296) - posted by sz...@apache.org on 2020/11/24 14:00:53 UTC, 0 replies.
- [incubator-ratis] branch master updated: RATIS-1177. NPE when RaftServerJmxAdapter queries getLeaderId. (#297) - posted by sz...@apache.org on 2020/11/25 00:59:38 UTC, 0 replies.
- [incubator-ratis] branch master updated: RATIS-1179. Add a new API to DataStreamOutput for sending a File. (#299) - posted by ru...@apache.org on 2020/11/26 02:12:50 UTC, 0 replies.
- [incubator-ratis] branch master updated: RATIS-1182. Move RaftServerProxy/RaftServerImpl LOG to RaftServer. (#301) - posted by ru...@apache.org on 2020/11/26 07:41:23 UTC, 0 replies.
- [incubator-ratis] branch master updated: RATIS-1161. Updating commit index of follower does not require term check (#289) - posted by lj...@apache.org on 2020/11/26 10:35:02 UTC, 0 replies.
- [incubator-ratis] branch master updated: RATIS-1183. Add getId() and getPeer() to RaftServer/RaftServer.Division. (#302) - posted by ru...@apache.org on 2020/11/26 23:47:22 UTC, 0 replies.
- [incubator-ratis] branch master updated: RATIS-1184. Move RaftServerMetrics to org.apache.ratis.server.metrics. (#303) - posted by ru...@apache.org on 2020/11/27 15:57:09 UTC, 0 replies.
- [incubator-ratis] branch master updated: RATIS-1185. Avoid directly using RaftServerProxy in JvmPauseMonitor. (#304) - posted by ru...@apache.org on 2020/11/29 01:05:32 UTC, 0 replies.
- [incubator-ratis] branch master updated: RATIS-1187. Avoid directly using RaftServerImpl in LeaderElectionMetrics. (#305) - posted by ru...@apache.org on 2020/11/29 23:36:16 UTC, 0 replies.
- [incubator-ratis] branch master updated: RATIS-1188. Change MiniRaftCluster.getLeader() to return RaftServer.Division. (#306) - posted by ru...@apache.org on 2020/11/30 12:08:28 UTC, 0 replies.