Comment 16 for bug 1586840

Revision history for this message
Cristian Tomoiaga (ctomoiaga) wrote :

As a note, using Kombu 4 and amqp 2 I encountered the following:

Failed to consume message from queue: 'NoneType' object has no attribute 'getsockname'

I am using a standard listener with the threading executor but my guess is that oslo or whoever handles reconnects skips this and never reconnects again. This happens after some time and I believe it's due to socket timeouts or other similar issues.
Unfortunately I have no trace for now, I'm still trying to reproduce this.