Commit b855d67
Enable Continuous Membership Reconciliation for quorum queues
Quorum queues can end up under-replicated when clients declare queues
while not all RabbitMQ nodes are available (e.g. during rolling restarts
or parallel pod startup after a data-wipe upgrade). RabbitMQ does not
retroactively grow membership, so the missing nodes stay missing.
Enable CMR in the RabbitMQ 4.x config for multi-node clusters so that
quorum queues are automatically grown to the target group size. CMR's
trigger_interval (10s default) fires when a node joins, covering rolling
restarts. The periodic interval (60min default) acts as a background
safety net. auto_remove is set to false so nodes temporarily down during
restarts are not shrunk.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 3dfdbc3 commit b855d67
1 file changed
Lines changed: 14 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
137 | 137 | | |
138 | 138 | | |
139 | 139 | | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
140 | 154 | | |
141 | 155 | | |
142 | 156 | | |
| |||
0 commit comments