Skip to content

Commit 86a9039

Browse files
committed
add comments
1 parent bdb6f9d commit 86a9039

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

deps/rabbit/src/rabbit_quorum_queue.erl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -631,6 +631,8 @@ make_add_member_effect(Q, QName, {_ClusterName, Node} = ServerId) ->
631631
end,
632632
{{ServerId, Conf}, ResultFun}.
633633

634+
%% Just an idea to pick the 'right' node. In the future maybe a have availabilty
635+
%% zone filters etc for picking a node.
634636
grow_order_sort(Nodes) ->
635637
QueueLenFun =
636638
fun(Node) ->

0 commit comments

Comments
 (0)