Skip to content

v0.2.0

Latest
Compare
Choose a tag to compare
@peteski22 peteski22 released this 07 Nov 21:26
· 27 commits to master since this release
d936f51

In this release changes have been made to ensure that autopilot respects the configured minimum quorum when deciding which stale or failed servers to remove from the raft configuration.

In order support this change, the promoter interface has been modified to add an additional method (IsPotentialVoter).

This allows raft-autopilot to delegate the decision making on whether a particular node type could be a potential voter in the future (as node types are extendable within consuming client code).