Merge pull request #3470 from rabbitmq/stream-coord-cleanup-tasks

Stream coordinator: monitor task processes
This commit is contained in:
Arnaud Cogoluègnes 2021-09-21 14:47:04 +02:00 committed by GitHub
commit 214944f764
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -634,7 +634,7 @@ run_action(Action, StreamId, #{node := _Node,
ActionFun(),
unlink(Coordinator)
end),
Effects = [],
Effects = [{monitor, process, aux, Pid}],
Actions = Actions0#{Pid => {StreamId, Action, Args}},
{no_reply, Aux#aux{actions = Actions}, Log, Effects}.