summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Sebastien Pedron <jean-sebastien@rabbitmq.com>2014-12-24 15:58:14 +0100
committerJean-Sebastien Pedron <jean-sebastien@rabbitmq.com>2014-12-24 15:58:14 +0100
commit97bf9452d031de8fc8cc4beb2ccd52f477226680 (patch)
tree751e20685d8bac7bbace89ea07eae7b77d95797c
parent4ccccceaaa0a41532ebc15b7572b729af09d2834 (diff)
downloadrabbitmq-server-git-97bf9452d031de8fc8cc4beb2ccd52f477226680.tar.gz
Remove 'backing_queue_status' from ?STATISTICS_KEYS
This key is already provided by rabbit_backing_queue:info_keys/0 which is concatenated to ?INFO_KEYS and ?STATISTICS_KEYS. This fixes a bug where this key was duplicated in the JSON returned by the "/api/queues" endpoint.
-rw-r--r--src/rabbit_amqqueue_process.erl1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/rabbit_amqqueue_process.erl b/src/rabbit_amqqueue_process.erl
index b06da4c1c5..a18df22522 100644
--- a/src/rabbit_amqqueue_process.erl
+++ b/src/rabbit_amqqueue_process.erl
@@ -84,7 +84,6 @@
slave_pids,
synchronised_slave_pids,
down_slave_nodes,
- backing_queue_status,
state
]).