Skip to content

Commit 74edb2a

Browse files
authored
Merge pull request #3471 from rabbitmq/mergify/bp/v3.9.x/pr-3470
Stream coordinator: monitor task processes (backport #3470)
2 parents 0f47841 + 45db9de commit 74edb2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deps/rabbit/src/rabbit_stream_coordinator.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -634,7 +634,7 @@ run_action(Action, StreamId, #{node := _Node,
634634
ActionFun(),
635635
unlink(Coordinator)
636636
end),
637-
Effects = [],
637+
Effects = [{monitor, process, aux, Pid}],
638638
Actions = Actions0#{Pid => {StreamId, Action, Args}},
639639
{no_reply, Aux#aux{actions = Actions}, Log, Effects}.
640640

0 commit comments

Comments
 (0)