diff options
| author | kjnilsson <knilsson@pivotal.io> | 2018-12-03 10:37:02 +0000 |
|---|---|---|
| committer | kjnilsson <knilsson@pivotal.io> | 2018-12-03 10:37:02 +0000 |
| commit | 2f5746439eb2d5bd90da87f5c2ea5af7ab15f3cc (patch) | |
| tree | 612d919d2a7c43ec206c2c5789cacf26cbff380c | |
| parent | d1f38520d6b8a985adb97aa3939e272eded764f6 (diff) | |
| download | rabbitmq-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.erl | 2 |
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() -> |
