Skip to content

[Questions] Quorum queue setup on 2 WAN datacenters with exactly two availability zones (racks) each #13165

Closed Answered by michaelklishin
jonenst asked this question in Questions
Discussion options

You must be logged in to vote

@jonenst it is not possible, witness replicas/node types have never made it to our Raft implementation despite two attempts, and this idea does not fit the quorum queue or stream replication "model" and user-exposed features.

Four node clusters are explicitly not recommended, you'd need 3 or 5 nodes.

If the latency is low (I'd say, a few ms), you can try spanning a cluster across a WAN. Some users successfully do it over availability zones on AWS, for example. However, for as long as the Mnesia is supported in any way, and thus partition handling strategies still exist, you will run the risk of a latency spike creating completely unnecessary leader migrations and such.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by michaelklishin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants