-
Notifications
You must be signed in to change notification settings - Fork 4k
Closed
Description
Describe the bug
I have a shovel that has the status starting and I can't remove it in version 4.1.2
and in the console it doesn't remove it either
in other cases it can only be resolved by restarting the node that has the shovel
Reproduction steps
rabbitmqctl delete_shovel queue...
Deleting shovel queue.... in vhost /
Error:
{{:badmatch, {:error_string, ~c"Parameter does not exist"}}, [{:rabbit_shovel_util, :delete_shovel, 3, [file: ~c"rabbit_shovel_util.erl", line: 49]}]}
Expected behavior
That the shovel was deleted after executing the command, but it is only removed after a node restart
Additional context
No response