Skip to content

v2.11.0

Compare
Choose a tag to compare
@michaelklishin michaelklishin released this 17 Jun 19:45
· 120 commits to main since this release

What's Changed

  • Prevent non-voting (new and not-yet-caught-up) replicas from becoming cluster leader in certain scenarios by @sile in #435
  • Exclude non_voter server from quorum calculation by @sile in #427
  • Sync name.dets to disk by @visciang in #443
  • Heapsize config by @kjnilsson in #444
  • coordination_SUITE: Improve wait condition in segment_writer_or_wal_crash_leader/1 by @dumbbell in #446
  • Fix a bug where the leader is never elected even if the majority of the members are alive. by @sile in #442
  • WAL: drop entries with indexes lower or equal to the last snapshot by @kjnilsson in #445
  • Fix bug where cluster_change_permitted flag is incorrect by @kjnilsson in #447
  • Add ra_machine:snapshot_installed/2 callback. by @kjnilsson in #448

Full Changelog: v2.10.1...v2.11.0