raft-rs icon indicating copy to clipboard operation
raft-rs copied to clipboard

Dcoument EntryConfChange context

Open bkchr opened this issue 7 years ago • 1 comments
trafficstars

If the storage does not contain any data, raft sends the initial node list as ConfChanges and uses the peer context as context for the ConfChange. That is not documented anywhere and very confusing, especially if you expect your own context type in the ConfChange entry. This behavior should be documented somewhere.

bkchr avatar Jul 31 '18 11:07 bkchr

Thanks for raising this! I agree, we should document this!

Hoverbear avatar Aug 01 '18 16:08 Hoverbear