Skip to content
Discussion options

You must be logged in to vote

Hi @venkataramanam,

Thanks for the detailed write-up. The cluster dump and the per-node databases listing make the situation clear.

What's happening

With the Raft-based HA, databases reach a node in two ways:

  • Databases created/imported while the cluster is online are committed to the Raft log and shipped to the peers that are members at that moment. That is why OpenBeer is on -0/-1/-2.
  • A node that joins later with an empty data dir only auto-installs snapshots for databases it already has on disk. The follower snapshot-install path iterates over the databases present locally and refreshes those from the leader; it does not pull a database it has never seen. So -3/-4 come up with only dbi…

Replies: 6 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by venkataramanam
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants