libraft icon indicating copy to clipboard operation
libraft copied to clipboard

Raft distributed consensus protocol in Java

Results 23 libraft issues
Sort by recently updated
recently updated
newest added

Currently a leader remains so until it receives an AppendEntries informing it of a new leader, or a message with a newer term. During network partitions this is insufficient. Because...

enhancement

If you have a really poor network that duplicates a lot of packets (and specifically, heartbeat packets) it's possible for a follower to believe that it's still in communication with...

`libraft-core` defines a class called `TestLoggingRule` that is used in both `libraft-agent` and `kayvee`. It would be ideal for `libraft-core` to define a separate artifact called `libraft-core-testlib` that is published...