-
- Downloads
Bugfix: RAFT Snapshot causing leadership failures.
- Fix the bug due to which a restart from valid snapshot would cause node to not participate in election, hence making Dgraph immutable. Started keeping track of conf state, which is now passed when creating a new snapshot. - Find the variables in node struct, which could be changed after initialization, or are initialized later. Put all accessors to those under mutex locks.
Please register or sign in to comment