Closed jasonrogena closed 4 years ago
There were certain steps that need to be done before appending an entry, as stated in the Raft paper, that weren't being done:
Having these steps will help with reconciling with a leader in-case of a conflict between the log of the follower and the leader.
TODO: Add tests to newly added functionality.
Fixes #10
There were certain steps that need to be done before appending an entry, as stated in the Raft paper, that weren't being done:
Having these steps will help with reconciling with a leader in-case of a conflict between the log of the follower and the leader.
TODO: Add tests to newly added functionality.
Fixes #10