Skip to content

Commit a36366d

Browse files
committed
Use ra:restart_node/1
[#154472164]
1 parent a27f601 commit a36366d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rabbit_amqqueue.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ recover_classic_queues(VHost, Queues) ->
251251

252252
recover_quorum_queues(VHost, Queues) ->
253253
[begin
254-
ok = ra:start_node(ra_node_config(VHost, Id)),
254+
ok = ra:restart_node(ra_node_config(VHost, Id)),
255255
internal_declare(Q, true)
256256
end || #amqqueue{pid = Id} = Q <- Queues].
257257

0 commit comments

Comments
 (0)