File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -856,6 +856,7 @@ handle_dead_rabbit(Node, State) ->
856
856
% % statements on *one* node, rather than all of them.
857
857
ok = rabbit_amqqueue :on_node_down (Node ),
858
858
ok = rabbit_alarm :on_node_down (Node ),
859
+ ok = rabbit_quorum_queue_periodic_membership_reconciliation :on_node_down (Node ),
859
860
State1 = case rabbit_khepri :is_enabled () of
860
861
true -> State ;
861
862
false -> on_node_down_using_mnesia (Node , State )
@@ -865,7 +866,6 @@ handle_dead_rabbit(Node, State) ->
865
866
on_node_down_using_mnesia (Node , State = # state {partitions = Partitions ,
866
867
autoheal = Autoheal }) ->
867
868
ok = rabbit_mnesia :on_node_down (Node ),
868
- ok = rabbit_quorum_queue_periodic_membership_reconciliation :on_node_down (Node ),
869
869
% % If we have been partitioned, and we are now in the only remaining
870
870
% % partition, we no longer care about partitions - forget them. Note
871
871
% % that we do not attempt to deal with individual (other) partitions
You can’t perform that action at this time.
0 commit comments