Skip to content

Commit 9a818cd

Browse files
Merge pull request #9217 from rabbitmq/autoheal-request-start
rabbit_autoheal: handle request_start in not_healing state
2 parents 886314f + befee26 commit 9a818cd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

deps/rabbit/src/rabbit_autoheal.erl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,8 @@ process_down(_, State) ->
200200

201201
%% By receiving this message we become the leader
202202
%% TODO should we try to debounce this?
203+
handle_msg({request_start, _Node}, not_healing, []) ->
204+
not_healing;
203205
handle_msg({request_start, Node},
204206
not_healing, Partitions) ->
205207
rabbit_log:info("Autoheal request received from ~tp", [Node]),

0 commit comments

Comments
 (0)