Skip to content
Discussion options

You must be logged in to vote

Modern RabbitMQ 3.x features, most notably quorum queues and streams, and as of RabbitMQ 4.0, virtually every subsystem, are not designed with transient storage in mind.

Data safety features of modern queue and stream types, node restarts, the upgrade process and tooling: all of these things do not assume that a node can basically lose all of its data and prior knowledge about the rest of the cluster.

Upgrades and even node restarts will fail with RAM-based storage (at some point whatever provides the RAM-backed filesystem volume also has to be restarted, right?).

Both the Cluster Formation and Clustering doc guides describes a scenario where a node is reset or restored after failure, and…

Replies: 4 comments 7 replies

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
3 replies
@lukebakken
Comment options

@michaelklishin
Comment options

@michaelklishin
Comment options

Comment options

You must be logged in to vote
4 replies
@michaelklishin
Comment options

@michaelklishin
Comment options

@stefanLeo
Comment options

@michaelklishin
Comment options

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
3 participants