Skip to content

Commit 2e82707

Browse files
committed
Start coordination Ra system before quorum_queues
So that quorum_queues shuts down _before_ coordination where khepri run inside. Quorum queues depend on khepri so need to be shut down first.
1 parent dc5a703 commit 2e82707

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deps/rabbit/src/rabbit_ra_systems.erl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ setup(_) ->
4343
-spec all_ra_systems() -> [ra_system_name()].
4444

4545
all_ra_systems() ->
46-
[quorum_queues,
47-
coordination].
46+
[coordination,
47+
quorum_queues].
4848

4949
-spec are_running() -> AreRunning when
5050
AreRunning :: boolean().

0 commit comments

Comments
 (0)