An incident-only runbook in this repository, ZooKeeper/runbooks/quorum-loss-snapshot-restore/README.md, for a three-member ensemble that has lost quorum. It is destructive to local state and may lose writes made after the chosen snapshot.1

Takeaways

  • With no surviving authoritative copy, recovery is a rebuild: every member is restored from the same approved snapshot, one at a time.1 See ZooKeeper quorum-loss restore.

Footnotes

  1. ZooKeeper Quorum-Loss Snapshot Restore Runbook, original on GitHub ↩ ↩2