manishrjain commented :
One of the things might be that raft.Advance is slow, and needs optimization – one of the things that needs to be done there is to add a cache in front of LastEntry API call in raft storage.
manishrjain commented :
One of the things might be that raft.Advance is slow, and needs optimization – one of the things that needs to be done there is to add a cache in front of LastEntry API call in raft storage.