Skip to content
Discussion options

You must be logged in to vote

RabbitMQ 3.11 is out of community support. There will be no guidance besides the absolute basics.

  1. Please upgrade to 3.13.1
  2. See logs from all nodes for clues
  3. Consider how the nodes were added or removed. For example, the following upgrade strategy is very Raft-unfriendly, and requires extra care during the upgrade process (covered in the docs) when nodes leave the cluster

Node identity matters for Raft-based features, so if you (or AKS) remove a node, it must be done explicitly, simply nuking a pod is not good enough, or rather it eventually may have side effects on the rest of the cluster, similar to what you are observing: the replicas cannot elect a leader for one reason or another.
I…

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
Converted from issue

This discussion was converted from issue #10934 on April 08, 2024 04:43.