From d917bc5cf0a8550f529bf6a4d04b73fe683e8154 Mon Sep 17 00:00:00 2001 From: Simon MacMullen Date: Wed, 14 Mar 2012 17:26:57 +0000 Subject: Comment --- src/rabbit_amqqueue.erl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/rabbit_amqqueue.erl b/src/rabbit_amqqueue.erl index badbe7b5..c9fcec58 100644 --- a/src/rabbit_amqqueue.erl +++ b/src/rabbit_amqqueue.erl @@ -424,7 +424,8 @@ info_all(VHostPath, Items) -> map(VHostPath, fun (Q) -> info(Q, Items) end). %% We need to account for the idea that queues may be mid-promotion %% during force_event_refresh (since it's likely we're doing this in %% the first place since a node failed). Therefore we keep poking at -%% the list of queues until we were able to talk to a live process. +%% the list of queues until we were able to talk to a live process or +%% the queue no longer exists. force_event_refresh() -> force_event_refresh([Q#amqqueue.name || Q <- list()]). -- cgit v1.2.1