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
commitba14dc27c8d2236e8b24fbfb2e5dfc09e36ed6df (patch)
tree751e20685d8bac7bbace89ea07eae7b77d95797c
parent1aee5daf34be8b6744fab65722a62e93c286960f (diff)
downloadrabbitmq-server-ba14dc27c8d2236e8b24fbfb2e5dfc09e36ed6df.tar.gz
Remove 'backing_queue_status' from ?STATISTICS_KEYSbug26502
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 b06da4c1..a18df225 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
]).