summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/rabbit_quorum_queue.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rabbit_quorum_queue.erl b/src/rabbit_quorum_queue.erl
index 75bd9515f1..8ca80c4814 100644
--- a/src/rabbit_quorum_queue.erl
+++ b/src/rabbit_quorum_queue.erl
@@ -744,7 +744,7 @@ add_member(Q, Node) when ?amqqueue_is_quorum(Q) ->
{timeout, _} ->
{error, timeout};
E ->
- %% TODO should we stop the ra process here?
+ _ = ra:force_delete_server(ServerId),
E
end;
E ->