summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkjnilsson <knilsson@pivotal.io>2018-12-03 10:37:02 +0000
committerkjnilsson <knilsson@pivotal.io>2018-12-03 10:37:02 +0000
commit2f5746439eb2d5bd90da87f5c2ea5af7ab15f3cc (patch)
tree612d919d2a7c43ec206c2c5789cacf26cbff380c
parentd1f38520d6b8a985adb97aa3939e272eded764f6 (diff)
downloadrabbitmq-server-git-2f5746439eb2d5bd90da87f5c2ea5af7ab15f3cc.tar.gz
Add comment about not all ra servers being queues
To remind us to filter this in the future.
-rw-r--r--src/rabbit_vm.erl2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/rabbit_vm.erl b/src/rabbit_vm.erl
index baea79e897..e495ab8677 100644
--- a/src/rabbit_vm.erl
+++ b/src/rabbit_vm.erl
@@ -181,6 +181,8 @@ queue_sups() ->
all_vhosts_children(rabbit_amqqueue_sup_sup).
quorum_sups() ->
+ %% TODO: in the future not all ra servers may be queues and we needs
+ %% some way to filter this
[ra_server_sup].
msg_stores() ->