Skip to content

Commit

Permalink
Let QQs check if it needs to repair amqqueue nodes
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonUnge committed May 20, 2024
1 parent 21be5e9 commit ce90f5d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deps/rabbit/src/rabbit_quorum_queue.erl
Original file line number Diff line number Diff line change
Expand Up @@ -552,6 +552,7 @@ handle_tick(QName,
| info(Q, Keys)],
rabbit_core_metrics:queue_stats(QName, Infos),
ok = repair_leader_record(Q, Self),
repair_amqqueue_nodes(Q),
ExpectedNodes = rabbit_nodes:list_members(),
case Nodes -- ExpectedNodes of
[] ->
Expand Down

0 comments on commit ce90f5d

Please sign in to comment.