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) ->
856856 % % statements on *one* node, rather than all of them.
857857 ok = rabbit_amqqueue :on_node_down (Node ),
858858 ok = rabbit_alarm :on_node_down (Node ),
859+ ok = rabbit_quorum_queue_periodic_membership_reconciliation :on_node_down (Node ),
859860 State1 = case rabbit_khepri :is_enabled () of
860861 true -> State ;
861862 false -> on_node_down_using_mnesia (Node , State )
@@ -865,7 +866,6 @@ handle_dead_rabbit(Node, State) ->
865866on_node_down_using_mnesia (Node , State = # state {partitions = Partitions ,
866867 autoheal = Autoheal }) ->
867868 ok = rabbit_mnesia :on_node_down (Node ),
868- ok = rabbit_quorum_queue_periodic_membership_reconciliation :on_node_down (Node ),
869869 % % If we have been partitioned, and we are now in the only remaining
870870 % % partition, we no longer care about partitions - forget them. Note
871871 % % that we do not attempt to deal with individual (other) partitions
You can’t perform that action at this time.
0 commit comments