Skip to content

Commit 90d7735

Browse files
committed
wip: add feature flag and put RaUids in nodes
1 parent 8e87832 commit 90d7735

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

deps/rabbit/src/rabbit_quorum_queue.erl

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2624,3 +2624,8 @@ queue_vm_ets() ->
26242624

26252625
tick_interval() ->
26262626
application:get_env(rabbit, quorum_tick_interval, ?TICK_INTERVAL).
2627+
2628+
has_uuid_tracking(#{nodes := Nodes}) when is_map(Nodes) ->
2629+
true;
2630+
has_uuid_tracking(_QTypeState) ->
2631+
false.

0 commit comments

Comments
 (0)