commits
Thread
Date
Earlier messages
Later messages
Messages by Date
2020/12/24
[incubator-ratis] branch master updated: RATIS-1263. Refactor RaftClientRequest to use Builder (#374)
szetszwo
2020/12/23
[incubator-ratis] branch master updated: RATIS-1260. Implement transferLeaderShip in server (#372)
szetszwo
2020/12/22
[incubator-ratis] branch master updated: RATIS-1259. Move RaftServer and the related interfaces to raft-server-api. (#371)
runzhiwang
2020/12/22
[incubator-ratis] branch master updated: RATIS-1257. Refactor RaftServerMetrics. (#370)
runzhiwang
2020/12/22
[incubator-ratis] branch master updated: RATIS-1253. FileStore support routing table (#368)
szetszwo
2020/12/21
[incubator-ratis] branch master updated: RATIS-1254. Add transfer leadership request and proto (#366)
runzhiwang
2020/12/21
[incubator-ratis] branch master updated: RATIS-1241. Leader unable to append logs to a recovering follower when its logs have been purged. (#360)
szetszwo
2020/12/21
[incubator-ratis] branch master updated: RATIS-1256. Leader updateCommit should use the updated index. (#369)
runzhiwang
2020/12/21
[incubator-ratis] branch master updated: RATIS-1248. Support network topology (#364)
szetszwo
2020/12/20
[incubator-ratis] branch master updated: RATIS-1255. Move RaftLog to raft-server-api. (#367)
runzhiwang
2020/12/20
[incubator-ratis] branch master updated (f511964 -> cfa6c4f)
runzhiwang
2020/12/19
[incubator-ratis] branch master updated: RATIS-1251. Move StateMachine and TransactionContext to ratis-server-api (#363)
runzhiwang
2020/12/17
[incubator-ratis] branch master updated: RATIS-1250. Move RaftStorage classes to ratis-server-api. (#362)
runzhiwang
2020/12/17
[incubator-ratis] branch master updated: RATIS-1246. Move out LogPathAndIndex from RaftStorageDirectory. (#361)
runzhiwang
2020/12/17
[incubator-ratis] branch master updated: RATIS-1196. Save STREAM_CLOSE RPC call (#339)
szetszwo
2020/12/17
[incubator-ratis] branch master updated (12c4303 -> f69a355)
szetszwo
2020/12/16
[incubator-ratis] branch master updated: RATIS-1244. Move MetaFile and RaftLog.Metadata to ratis-server-api. (#358)
runzhiwang
2020/12/16
[incubator-ratis] branch master updated: RATIS-1243. Create ratis-server-api module. (#357)
runzhiwang
2020/12/14
[incubator-ratis] branch asf-site-source updated: RATIS-1235. Update slack invite in ratis website (#355)
msingh
2020/12/14
[incubator-ratis] branch master updated: RATIS-1239. Move the TermIndex implementation to TermIndex. (#354)
runzhiwang
2020/12/14
[incubator-ratis] branch asf-site updated: RATIS-1235. Update slack invite in ratis website (#356)
msingh
2020/12/13
[incubator-ratis] branch master updated: RATIS-1238. Seperate request and write executor (#353)
runzhiwang
2020/12/13
[incubator-ratis] branch master updated (17a2198 -> 5412d3d)
runzhiwang
2020/12/13
[incubator-ratis] branch master updated: RATIS-1236. Move out the leader only methods from ServerProtoUtils. (#351)
runzhiwang
2020/12/13
[incubator-ratis] branch master updated: RATIS-1233. Move the StateMachineData methods from ServerProtoUtils to LogProtoUtils (#350)
runzhiwang
2020/12/11
[incubator-ratis] branch master updated: RATIS-1232. Change error log message in initGroups (#349). Contributed by Bharat Viswanadham
szetszwo
2020/12/10
[incubator-ratis] branch master updated: RATIS-1229. FileStore client generate files in parallel (#347)
runzhiwang
2020/12/10
[incubator-ratis] branch master updated: RATIS-1230. Move out the LogEntryProto methods from ServerProtoUtils. (#348)
runzhiwang
2020/12/10
[incubator-ratis] branch master updated: RATIS-1216. State machine preAppend callback can throw exception without having leader to step down (#344). Contributed by Ethan Rose
szetszwo
2020/12/09
[incubator-ratis] branch master updated: RATIS-1227. RaftServerRpcWithProxy constructor and the abstract impl methods should be protected. (#345)
runzhiwang
2020/12/09
[incubator-ratis] branch master updated: RATIS-1228. FileStore support multi disk (#346)
runzhiwang
2020/12/09
[incubator-ratis] branch master updated: RATIS-1226. The primary server should get the other peers from the current RaftConfiguration. (#343)
runzhiwang
2020/12/09
[incubator-ratis] branch master updated: RATIS-1225. Remove RaftServerConstants. (#342)
runzhiwang
2020/12/09
[incubator-ratis] branch master updated: RATIS-1223. FileStore write file in parallel (#340)
runzhiwang
2020/12/09
[incubator-ratis] branch master updated: RATIS-1224. Define a CallId class. (#341)
szetszwo
2020/12/08
[incubator-ratis] branch master updated: RATIS-1220. FileStore stream to send small packets for MappedByteBuffer and NettyFileRegion. (#338)
runzhiwang
2020/12/08
[incubator-ratis] branch master updated: RATIS-1219. Define an interface for RaftConfiguration. (#336)
runzhiwang
2020/12/08
[incubator-ratis] branch master updated: RATIS-1218. Add sync option when test filestore performance (#337)
szetszwo
2020/12/08
[incubator-ratis] branch master updated: RATIS-1217. Fix filestore failed to readStateMachineData when use AsyncApi (#335)
szetszwo
2020/12/08
[incubator-ratis] branch master updated (6c7f1d1 -> edcf1d6)
szetszwo
2020/12/07
[incubator-ratis] branch master updated: RATIS-1210. Expose RetryCache. (#334)
runzhiwang
2020/12/07
[incubator-ratis] branch master updated: RATIS-1215. Allow put duplicate key in LogSegment#entryCache (#333)
runzhiwang
2020/12/07
[incubator-ratis] branch master updated: RATIS-1211. Fix TestLogAppenderWithSimulatedRpc.testUnlimitedElementBuffer throw NPE (#332)
runzhiwang
2020/12/07
[incubator-ratis] branch master updated: RATIS-1214. Separate the default LogAppender implementation from LogAppenderBase. (#331)
runzhiwang
2020/12/06
[incubator-ratis] branch master updated: RATIS-1213. Provide a default implementation for DataStreamApi.stream() (#330)
runzhiwang
2020/12/06
[incubator-ratis] branch master updated: RATIS-1208. Separate LogAppender interface from the implementation. (#326)
runzhiwang
2020/12/06
[incubator-ratis] branch master updated: RATIS-1201. Enhance FileStore steaming tests (#320). Contributed by Rui Wang
szetszwo
2020/12/06
[incubator-ratis] branch master updated: RATIS-1212. Remove steams from StreamMap when close stream (#329)
runzhiwang
2020/12/06
[incubator-ratis] branch master updated (7849eee -> 28bafa1)
runzhiwang
2020/12/06
[incubator-ratis] branch RATIS-1209 updated (20998ee -> cf90a5e)
szetszwo
2020/12/06
[incubator-ratis] branch RATIS-1209 updated (c140982 -> 20998ee)
szetszwo
2020/12/06
[incubator-ratis] 01/01: RATIS-1209. Compare the performance between DataStreamApi and AsyncApi.
szetszwo
2020/12/06
[incubator-ratis] 01/02: rename methods
szetszwo
2020/12/06
[incubator-ratis] branch RATIS-1209 created (now c140982)
szetszwo
2020/12/06
[incubator-ratis] 02/02: RATIS-1209. Compare the performance between DataStreamApi and AsyncApi.
szetszwo
2020/12/06
[incubator-ratis] branch master updated: RATIS-1186. Change the FileStore CLI to use Streaming (#325)
runzhiwang
2020/12/05
[incubator-ratis] branch master updated: RATIS-1206. Use atomic update instead of synchronized in AppenderDaemon. (#324)
runzhiwang
2020/12/04
[incubator-ratis] branch master updated: RATIS-1205. Change LogAppender to use RaftServer.Division and LeaderState. (#323)
runzhiwang
2020/12/04
[incubator-ratis] branch master updated: RATIS-1198. Fix OOM when use FileStore to write 1GB file (#317)
szetszwo
2020/12/03
[incubator-ratis] branch master updated: RATIS-1200. Refactor LogAppender.SnapshotRequestIter. (#319)
runzhiwang
2020/12/03
[incubator-ratis] branch master updated (04ff37e -> 39480bf)
runzhiwang
2020/12/03
[incubator-ratis] branch master updated (ef95e2c -> 04ff37e)
szetszwo
2020/12/03
[incubator-ratis] branch master updated: RATIS-1199. Change RaftServerProxy/RaftServerImpl to package private. (#318)
runzhiwang
2020/12/02
[incubator-ratis] branch master updated (f35d4f5 -> fbf0386)
runzhiwang
2020/12/02
[incubator-ratis] branch master updated (feed58a -> f35d4f5)
ljain
2020/12/02
[incubator-ratis] branch master updated: RATIS-1193. Add getRaftLog() to RaftServer.Division. (#314)
runzhiwang
2020/12/02
[incubator-ratis] branch master updated: RATIS-953. XML Parsers should not be vulnerable to XXE attacks (#126)
runzhiwang
2020/12/02
[incubator-ratis] branch master updated: Remove $QUORUM_OPTS parameter (#200)
runzhiwang
2020/12/02
[incubator-ratis] branch master updated: RATIS-1174. Test leader change when close stream (#310)
szetszwo
2020/12/02
[incubator-ratis] branch master updated: RATIS-1192. Add a public API to get server states. (#313)
runzhiwang
2020/12/02
[incubator-ratis] branch master updated (9a3589f -> 4573fb7)
szetszwo
2020/12/01
[incubator-ratis] branch master updated: RATIS-1191. Define an interface for FollowerInfo. (#311)
runzhiwang
2020/12/01
[incubator-ratis] branch master updated: RATIS-1178. Use RaftClient to submit request (#308)
runzhiwang
2020/12/01
[incubator-ratis] branch master updated: RATIS-1190. Remove the abstract newRaftServer method in MiniRaftCluster. (#309)
runzhiwang
2020/11/30
[incubator-ratis] branch master updated: RATIS-1189. Change other MiniRaftCluster methods to return RaftServer.Division. (#307)
runzhiwang
2020/11/30
[incubator-ratis] branch master updated: RATIS-1188. Change MiniRaftCluster.getLeader() to return RaftServer.Division. (#306)
runzhiwang
2020/11/29
[incubator-ratis] branch master updated: RATIS-1187. Avoid directly using RaftServerImpl in LeaderElectionMetrics. (#305)
runzhiwang
2020/11/28
[incubator-ratis] branch master updated: RATIS-1185. Avoid directly using RaftServerProxy in JvmPauseMonitor. (#304)
runzhiwang
2020/11/27
[incubator-ratis] branch master updated: RATIS-1184. Move RaftServerMetrics to org.apache.ratis.server.metrics. (#303)
runzhiwang
2020/11/26
[incubator-ratis] branch master updated: RATIS-1183. Add getId() and getPeer() to RaftServer/RaftServer.Division. (#302)
runzhiwang
2020/11/26
[incubator-ratis] branch master updated: RATIS-1161. Updating commit index of follower does not require term check (#289)
ljain
2020/11/25
[incubator-ratis] branch master updated: RATIS-1182. Move RaftServerProxy/RaftServerImpl LOG to RaftServer. (#301)
runzhiwang
2020/11/25
[incubator-ratis] branch master updated: RATIS-1179. Add a new API to DataStreamOutput for sending a File. (#299)
runzhiwang
2020/11/24
[incubator-ratis] branch master updated: RATIS-1177. NPE when RaftServerJmxAdapter queries getLeaderId. (#297)
szetszwo
2020/11/24
[incubator-ratis] branch master updated: RATIS-1175. DataStreamOutput should support FileChannel#transferTo. (#296)
szetszwo
2020/11/23
[incubator-ratis] branch master updated: RATIS-1173. Rename StateMachineDataChannel to DataChannel. (#295)
runzhiwang
2020/11/23
[incubator-ratis] branch master updated: RATIS-1171. Allow null for the stream parameter in StateMachine.DataApi.link (#294)
runzhiwang
2020/11/22
[incubator-ratis] branch master updated: RATIS-1169. Move the DataStream tests from TestDataStreamNetty to DataStreamClusterTests. (#293)
runzhiwang
2020/11/20
[incubator-ratis] branch master updated: RATIS-1168. Move the utils from DataStreamBaseTest to a new file. (#292)
runzhiwang
2020/11/19
[incubator-ratis] branch master updated: RATIS-1166. Link DataStream with LogEntryProto. (#290)
runzhiwang
2020/11/19
[incubator-ratis] branch asf-site-source updated: fix the link to raft main page (#291)
runzhiwang
2020/11/18
[incubator-ratis] branch master updated: RATIS-1165. Add ClientInvocationId. (#288)
szetszwo
2020/11/18
[incubator-ratis] branch master updated: RATIS-1165. Add ClientInvocationId. (#288)
szetszwo
2020/11/18
[incubator-ratis] branch master updated: RATIS-1163. RefCountingMap is not thread-safe. (#285)
runzhiwang
2020/11/18
[incubator-ratis] branch master updated: RATIS-1164. Remove deprecated RaftServerConstants.INVALID_LOG_INDEX. (#286)
runzhiwang
2020/11/18
[incubator-ratis] branch master updated: RATIS-1136. Add DataStreamRequestTypeProto. (#287)
runzhiwang
2020/11/18
[incubator-ratis] branch master updated: RATIS-1164. Remove deprecated RaftServerConstants.INVALID_LOG_INDEX. (#286)
runzhiwang
2020/11/18
[incubator-ratis] branch master updated: RATIS-1136. Add DataStreamRequestTypeProto. (#287)
runzhiwang
2020/11/18
[incubator-ratis] branch master updated (913f5a4 -> 2adccb0)
runzhiwang
2020/11/17
[incubator-ratis] branch master updated: RATIS-1154. Add sync flag when write stream data (#284)
runzhiwang
2020/11/17
[incubator-ratis] branch master updated: RATIS-1162. Enable testing clusters with Netty data stream and gRPC. (#282)
runzhiwang
2020/11/17
[incubator-ratis] branch master updated: RATIS-610. Add a builder for RaftClientReply. (#283)
runzhiwang
2020/11/17
[incubator-ratis] branch master updated: RATIS-1149. Leader should step down and initiate a stateMachine action in case of jvm pauses. (#275)
runzhiwang
2020/11/16
[incubator-ratis] branch master updated: RATIS-1160. DataStreamClientImpl.closeAsync() should be idempotent. (#281)
runzhiwang
2020/11/16
[incubator-ratis] branch master updated: RATIS-1153. Implement ChannelInboundHandler.exceptionCaught in NettyServerStreamRpc. (#278)
runzhiwang
2020/11/16
[incubator-ratis] branch master updated: RATIS-1153. Implement ChannelInboundHandler.exceptionCaught in NettyServerStreamRpc. (#278)
runzhiwang
2020/11/15
[incubator-ratis] branch master updated (32016e4 -> cba931f)
szetszwo
2020/11/15
[incubator-ratis] branch master updated (a054165 -> 32016e4)
runzhiwang
2020/11/15
[incubator-ratis] branch master updated (a054165 -> 32016e4)
runzhiwang
2020/11/15
[incubator-ratis] branch master updated (a054165 -> 32016e4)
runzhiwang
2020/11/15
[incubator-ratis] branch master updated (a054165 -> 32016e4)
runzhiwang
2020/11/15
[incubator-ratis] branch master updated (a054165 -> 32016e4)
runzhiwang
2020/11/15
[incubator-ratis] branch master updated: RATIS-1150. Return DataStreamException to client (#277)
szetszwo
2020/11/14
[incubator-ratis] branch master updated: RATIS-1130. Add E2E test for Ratis streaming based on MiniRaftCluster (#272). Contributed by Rui Wang
szetszwo
2020/11/14
[incubator-ratis] branch master updated: RATIS-1155. Add a builder for DataStreamReplyByteBuffer. (#276)
runzhiwang
2020/11/12
[incubator-ratis] branch master updated: RATIS-1151. Move the DateStream requests handling code from NettyServerStreamRpc to a new class. (#273)
szetszwo
2020/11/11
[incubator-ratis] branch master updated: RATIS-1146. Does not build with newer JDK (#271)
runzhiwang
2020/11/11
[incubator-ratis] branch master updated: RATIS-1143. Return exception of submitClientRequestAsync to client (#270)
szetszwo
2020/11/11
[incubator-ratis] branch master updated: RATIS-1141. Class.getSimpleName() has a 4% overhead in the SegmentedRaftLogWriter thread. (#268)
szetszwo
2020/11/11
[incubator-ratis-thirdparty] branch master updated: RATIS-1113. Update gRPC to 1.33.0. (#11)
ljain
2020/11/11
[incubator-ratis] branch master updated (d289643 -> 4021164)
runzhiwang
2020/11/10
[incubator-ratis] branch master updated: RATIS-1145. In NettyServerStreamRpc, the local/remote writes should only wait for the previous write. (#267)
runzhiwang
2020/11/10
[incubator-ratis] branch master updated: RATIS-1144. Default disable datastream when start a MiniRaftCluster (#266)
szetszwo
2020/11/10
[incubator-ratis] branch master updated: RATIS-1144. Default disable datastream when start a MiniRaftCluster (#266)
szetszwo
2020/11/10
[incubator-ratis] branch master updated: RATIS-1144. Default disable datastream when start a MiniRaftCluster (#266)
szetszwo
2020/11/10
[incubator-ratis] branch master updated: RATIS-1144. Default disable datastream when start a MiniRaftCluster (#266)
szetszwo
2020/11/10
[incubator-ratis] branch master updated: RATIS-1142. Remove STREAM_CLOSE_FORWARD (#265)
runzhiwang
2020/11/09
[incubator-ratis] branch master updated: RATIS-1140. Do not create DataStreamOutput for non-primary server (#264)
runzhiwang
2020/11/09
[incubator-ratis] branch master updated: RATIS-1140. Do not create DataStreamOutput for non-primary server (#264)
runzhiwang
2020/11/09
[incubator-ratis] branch master updated: RATIS-1139. Use RaftPeer.Bulider instead of the constructors. (#263)
runzhiwang
2020/11/08
[incubator-ratis] branch master updated: RATIS-1138. Add dataStreamAddress to RaftPeer. (#262)
szetszwo
2020/11/07
[incubator-ratis] branch master updated: RATIS-1137. Rename StreamRequestTypeProto to MessageStreamRequestTypeProto (#261)
runzhiwang
2020/11/06
[incubator-ratis] branch master updated: RATIS-1135. Initialize DataStreamServer after RaftServerProxy id is set (#260). Contributed by Rui Wang
szetszwo
2020/11/06
[incubator-ratis] branch master updated: RATIS-1134. Remove DataStreamApi.stream(RaftGroupId). (#259)
runzhiwang
2020/11/06
[incubator-ratis] branch master updated: RATIS-1133. Primary and peer should use the same RaftClientRequest (#258)
szetszwo
2020/11/05
[incubator-ratis] branch master updated: RATIS-1132. Primary and peer should use the same streamId (#257)
runzhiwang
2020/11/05
[incubator-ratis] branch master updated: RATIS-1131. Refactor the notifyXxx() methods in StateMachine. (#256)
szetszwo
2020/11/04
[incubator-ratis] branch master updated (43a042a -> ab1ac87)
szetszwo
2020/11/04
[incubator-ratis] branch master updated (43a042a -> ab1ac87)
szetszwo
2020/11/04
[incubator-ratis] branch master updated (43a042a -> ab1ac87)
szetszwo
2020/11/04
[incubator-ratis] branch master updated: RATIS-950. Handle Exceptions appropriately (#115)
runzhiwang
2020/11/04
[incubator-ratis] branch master updated: RATIS-1129. Move out the RPC related APIs from DataStreamOutput. (#254)
runzhiwang
2020/11/04
[incubator-ratis] branch master updated: RATIS-1083. Create transaction once stream data replicated to all servers (#237)
szetszwo
2020/11/04
[incubator-ratis] branch master updated: RATIS-1112. Ensure a node doesn't get reelected as a leader if it voluntarily steps down. (#252)
szetszwo
2020/11/04
[incubator-ratis] branch master updated: RATIS-1122. Use thenApplyAsync instead of thenApply (#250)
szetszwo
2020/11/03
[incubator-ratis] branch master updated: RATIS-1128. Update Configuration on InstallSnapshot (#253)
szetszwo
2020/11/03
[incubator-ratis] branch master updated: RATIS-1120. Terminate election in advance if majority peers reject (#241)
runzhiwang
2020/11/03
[incubator-ratis] branch master updated: RATIS-1109. Notify StateMachine on Configuration change (#251)
szetszwo
2020/11/03
[incubator-ratis] branch master updated: RATIS-1119. StateMachine is not closed when StateMachineUpdater encounters exception. (#242)
szetszwo
2020/11/02
[incubator-ratis] branch master updated: RATIS-1084. Support multiple groups in Streaming (#245). Contributed by Rui Wang
szetszwo
2020/11/02
[incubator-ratis] branch master updated (12af614 -> f5e771d)
runzhiwang
2020/11/01
[incubator-ratis] branch master updated: RATIS-1127. Add a stream(RaftGroupId) method to DataStreamApi. (#248)
runzhiwang
2020/11/01
[incubator-ratis] branch master updated: RATIS-1125. Fix TestDataStream (#247)
runzhiwang
2020/10/31
[incubator-ratis] branch master updated: RATIS-1124. NettyServerStreamRpc should get stateMachine from RaftServer. (#246)
runzhiwang
2020/10/30
[incubator-ratis] branch master updated: RATIS-1123. Support multiple DataStream clients. (#244)
runzhiwang
2020/10/30
[incubator-ratis] branch master updated: RATIS-1121. Support multiple streams. (#243)
runzhiwang
2020/10/29
[incubator-ratis] branch master updated: RATIS-1117. Remove DataStreamClient.start() and DataStreamClientRpc.startClient(). (#239)
runzhiwang
2020/10/29
[incubator-ratis] branch master updated: RATIS-1116. Add DataStreamType. (#238)
runzhiwang
2020/10/29
[incubator-ratis] branch master updated: RATIS-1116. Add DataStreamType. (#238)
runzhiwang
2020/10/29
[incubator-ratis] branch master updated: RATIS-1116. Add DataStreamType. (#238)
runzhiwang
2020/10/29
[incubator-ratis] 01/01: Revert "RATIS-1108. Add SupportedDataStreamType.DISABLED (#234). Contributed by Rui Wang"
szetszwo
2020/10/29
[incubator-ratis] branch revert-234-RATIS-1108 created (now a5eceb6)
szetszwo
2020/10/29
[incubator-ratis] branch master updated: RATIS-1108. Add SupportedDataStreamType.DISABLED (#234). Contributed by Rui Wang
szetszwo
2020/10/28
[incubator-ratis] branch master updated: RATIS-1114. Change NettyServerStreamRpc to use only one ConcurrentMap. (#236)
runzhiwang
2020/10/28
[incubator-ratis] branch master updated: RATIS-1110. Fix DataStreamReply out of order. (#235)
runzhiwang
2020/10/27
[incubator-ratis] branch master updated: RATIS-1107. Start NettyServerStreamRpc when create RaftServerProxy. (#233)
szetszwo
2020/10/26
[incubator-ratis] branch master updated: RATIS-1106. Add type for DataStream (#232)
szetszwo
2020/10/23
[incubator-ratis] branch master updated: RATIS-1105. Refactor Netty streaming encoder and decoder. (#231)
runzhiwang
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
Earlier messages
Later messages