Skip to content
Discussion options

You must be logged in to vote

@dormanze RabbitMQ 4.1.x is out of community support.

The autoheal partition handling strategy restarts all nodes except for the first one on the list (the "winner").

We cannot possibly know what was the reason for the network partition given these few snippets. What we do know is that everything Raft-based uses rabbitmq/aten for peer failure detection but that is entirely orthogonal to what triggers the partition handling strategy. For that, see Inter-node Communication Heartbeats.

aten has several settings that can be adjusted via advanced.config just like any other setting not exposed to rabbitmq.conf. One setting is exposed, though: raft.adaptive_failure_detector.poll_interval. This i…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by michaelklishin
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
Labels
None yet
2 participants