-
Notifications
You must be signed in to change notification settings - Fork 166
'unknown' consumers in queues #254
Comments
Stats DB intentionally drops events when it cannot keep up: that's one possible reason for what you see. You can reset stats DB as explained in the docs. There is no solution to this with the current design, although future versions should make it less likely. Channels that no longer exist will be cleaned up eventually by the plugin. Can you post your logs to rabbitmq-users, please? |
Sorry, my logs in /var/log/rabbitmq are empty now (empty file)... I should increase log level and check some |
If both regular and SASL logs are empty and weren't deleted Please watch #236, On Tue, Jul 19, 2016 at 12:34 PM, Oleksandr notifications@github.com
MK Staff Software Engineer, Pivotal/RabbitMQ |
Some rotated logs exists but about a month ago. I made updates and reconfigurations later. |
We are primarily after SASL logs and those are not controlled by log verbosity levels. Also, there is no "debug" level in 3.6.x either. |
So why my logs are empty? |
We cannot know. Reasons range from "they were rotated very recently" to On Tue, Jul 19, 2016 at 12:41 PM, Oleksandr notifications@github.com
MK Staff Software Engineer, Pivotal/RabbitMQ |
Resetting of stats DB didn't help |
@sfesfizh either you haven't reset it properly or the consumers are not phantom. All of the management plugin data is kept in memory. This is long overdue for moving to rabbitmq-users. |
Resetted with this command:
Also it can't be real consumers... P.S. Helped with service restart one-by-one with systemctl restart |
Everything collected in the management database is there because there was Are you sure you run the Again, please take this to the mailing list. Our team does not use GitHub On Tue, Jul 19, 2016 at 4:16 PM, Oleksandr notifications@github.com wrote:
MK Staff Software Engineer, Pivotal/RabbitMQ |
Hi! Using cluster with 4 hosts of 3.6.3 version and in some of queues I see 'unknown' consumers with information about deleted or not existed object. CLI information (sudo rabbitmqctl list_consumers -p /) does not show any of 'unknown' consumers and also no in 'channels'
The text was updated successfully, but these errors were encountered: