--
You received this message because you are subscribed to the Google Groups "rabbitmq-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rabbitmq-users+unsubscribe@googlegroups.com.
To post to this group, send email to rabbitmq-users@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Thank you.Do you observe ingress network traffic to those consumers degrade at a comparable pace?What about consumer utilization as reported by RabbitMQ?
On Mon, May 8, 2017 at 10:29 PM, <ni...@bluejeansnet.com> wrote:
Alas I was too focused on getting the cow out of the ditch to grab the charts at the time. If it happens again, I will do that. In the scenario we've seen, the consumer never recovers once it drops below 1 message per minute.I think I'll also add some lightweight instrumentation to the activities we perform inside the consumer with some loud logging in the event that they start taking an abnormal duration, and also schedule an upgrade to 3.6.9 as well. 3.6.5 is pretty ancient at this point.That way, we'll have all the bases covered and either the problem will go away entirely, or at least we'll have more information if it happens again.Nick
On Monday, May 8, 2017 at 12:11:15 PM UTC-7, Michael Klishin wrote:It's hard to tell without having consumer metric charts.We've seen this a scenario that causes something similar but it wasn't necessarily time-dependent. Our permanently runningenvironment with varying workload and periodic backlogs no longer reproduce it, or at least it goesaway quickly enough that it's not easy to spot when publisher rates vary by design.We collect rates, network throughput, disk I/O and total Ready message backlog.
--
You received this message because you are subscribed to the Google Groups "rabbitmq-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rabbitmq-user...@googlegroups.com.
To post to this group, send email to rabbitm...@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to rabbitmq-users+unsubscribe@googlegroups.com.
To post to this group, send email to rabbitmq-users@googlegroups.com.
That's a step forward in the investigation nevertheless.When you say "messages backlogged", do you mean that they were ready for delivery or delivered but unacknowledged?With 0% utilization no or virtually no reductions on channels only used to consume is more or less expected: those channels aren't doing any work(to be honest and precise, channels don't really do the last mile delivery to consumers; they delegate to their friends channel writers but that stillcounts for "work" when it comes to counting reductions in the runtime).I agree with your conclusion that at this point it looks more likely to be an issue with the consumers rather than the queuebut let's see what adding more metrics (both for RabbitMQ and your apps) will reveal.
--
You received this message because you are subscribed to the Google Groups "rabbitmq-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rabbitmq-users+unsubscribe@googlegroups.com.
To post to this group, send email to rabbitmq-users@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To unsubscribe from this group and stop receiving emails from it, send an email to rabbitmq-user...@googlegroups.com.
To post to this group, send email to rabbitm...@googlegroups.com.