#8499 [fedora-messaging] no messages consumed
Closed: Fixed 4 years ago by jpopelka. Opened 4 years ago by jpopelka.

Hi again,

our consumers (see #8493) haven't seen any messages since Friday.

Log says:

[2020-01-03 13:17:50,130 WARNING fedora_messaging.twisted.protocol] The connection to the broker was lost (ConnectionDone()), consumer halted; the connection should restart and consuming will resume.
[2020-01-03 13:17:50,136 INFO fedora_messaging.twisted.protocol] Disconnect requested, but AMQP connection already gone
[2020-01-03 13:17:50,137 INFO twisted] <twisted.internet.tcp.Connector instance at 0x7fcc1053b310 disconnected IPv4Address(type='TCP', host='rabbitmq.fedoraproject.org', port=5671)> will retry in 3 seconds
[2020-01-03 13:17:50,137 INFO twisted] Stopping factory FedoraMessagingFactoryV2(parameters=<URLParameters host=rabbitmq.fedoraproject.org port=5671 virtual_host=/public_pubsub ssl=True>, confirms=True)
[2020-01-03 13:17:53,369 INFO twisted] Starting factory FedoraMessagingFactoryV2(parameters=<URLParameters host=rabbitmq.fedoraproject.org port=5671 virtual_host=/public_pubsub ssl=True>, confirms=True)
[2020-01-03 13:17:54,990 INFO fedora_messaging.twisted.factory] Re-registering the Consumer(queue=my, callback=<bound method Consumerino.fedora_messaging_callback of <packit_service_fedmsg.consumer.Consumerino object at 0x7fcc13505890>>) consumer
[2020-01-03 13:17:56,493 INFO fedora_messaging.twisted.protocol] Successfully registered AMQP consumer Consumer(queue=my, callback=<bound method Consumerino.fedora_messaging_callback of <packit_service_fedmsg.consumer.Consumerino object at 0x7fcc13505890>>)
[2020-01-03 14:13:42,812 WARNING fedora_messaging.twisted.protocol] The connection to the broker was lost (ConnectionDone()), consumer halted; the connection should restart and consuming will resume.
[2020-01-03 14:13:42,817 INFO fedora_messaging.twisted.protocol] Disconnect requested, but AMQP connection already gone
[2020-01-03 14:13:42,817 INFO twisted] <twisted.internet.tcp.Connector instance at 0x7fcc1053b310 disconnected IPv4Address(type='TCP', host='rabbitmq.fedoraproject.org', port=5671)> will retry in 2 seconds
[2020-01-03 14:13:42,817 INFO twisted] Stopping factory FedoraMessagingFactoryV2(parameters=<URLParameters host=rabbitmq.fedoraproject.org port=5671 virtual_host=/public_pubsub ssl=True>, confirms=True)
[2020-01-03 14:13:45,621 INFO twisted] Starting factory FedoraMessagingFactoryV2(parameters=<URLParameters host=rabbitmq.fedoraproject.org port=5671 virtual_host=/public_pubsub ssl=True>, confirms=True)
[2020-01-03 14:13:47,228 INFO fedora_messaging.twisted.factory] Re-registering the Consumer(queue=my, callback=<bound method Consumerino.fedora_messaging_callback of <packit_service_fedmsg.consumer.Consumerino object at 0x7fcc13505890>>) consumer
[2020-01-03 14:13:48,744 INFO fedora_messaging.twisted.protocol] Successfully registered AMQP consumer Consumer(queue=my, callback=<bound method Consumerino.fedora_messaging_callback of <packit_service_fedmsg.consumer.Consumerino object at 0x7fcc13505890>>)

I restarted them, but no luck.
I tried to play with the configuration locally (amq.topic vs. zmq.topic, change routing_keys) but no luck either. Nothing works.


It seems to be resolved, thanks!

Metadata Update from @jpopelka:
- Issue close_status updated to: Fixed
- Issue status updated to: Closed (was: Open)

4 years ago

Login to comment on this ticket.

Metadata