ratis
ratis copied to clipboard
Open source Java implementation for Raft consensus protocol.
## What changes were proposed in this pull request? Expose `sendRequestAsync` API in `NettyClientRpc`. ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/RATIS-1071 ## How was this patch tested?...
## Add handy tool for start or stop three Ratis server at once Hello, I am a new user for Ratis. I found that in example module, there is no...
## What changes were proposed in this pull request? shouldWithholdVotes() should be triggered for handling higher term ## What is the link to the Apache JIRA https://issues.apache.org/jira/projects/RATIS/issues/RATIS-998?filter=allissues ## How was...
fixed In the log service, when creating a log, add a raft group to all group peers, where the group peers are not all peers currently registered
See https://issues.apache.org/jira/browse/RATIS-1712
## What changes were proposed in this pull request? The options field is currently an array which would caus [EI_EXPOSE_REP](https://spotbugs.readthedocs.io/en/stable/bugDescriptions.html#ei-may-expose-internal-representation-by-returning-reference-to-mutable-object-ei-expose-rep). ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/RATIS-1647...