Closed jasonrogena closed 4 years ago
According to In Search Of An Understandable Consensus Algorithm, section 5.3:
If last log index >= nextIndex for a follower: send AppendEntries RPC with log entries starting at the follower's nextIndex:
Make sure this is implemented. Notes on how an AppendEntries RPC should be handled when received:
According to In Search Of An Understandable Consensus Algorithm, section 5.3:
If last log index >= nextIndex for a follower: send AppendEntries RPC with log entries starting at the follower's nextIndex:
Make sure this is implemented. Notes on how an AppendEntries RPC should be handled when received: