Skip to content

async-raft v0.6.1 | Bug Fixes

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 19 May 04:11
· 2 commits to master since this release

fixed

  • Fixed #105 where function set_target_state missing else condition.
  • Fixed #106 which ensures that counting of replicas to determine a new commit value only considers entries replicated as part of the current term.
  • Fixed a bug where NonVoter nodes could be restarted and come back as voting members.