RaftLog entry cache is unnecessary for followers
Closed this issue · 0 comments
mgodave commented
The RaftLog entries cache is only really useful for leaders. Once a follower plays an entry to it's state machine it no longer needs to keep it cached in memory.