Comment 9 for bug 1229475

Revision history for this message
Davanum Srinivas (DIMS) (dims-v) wrote :

@Joe, Managed to capture some tracebacks in http://logs.openstack.org/11/49011/4/check/check-tempest-devstack-vm-neutron/0ab22df/logs/screen-n-cpu.txt.gz

First call for fd 16 is here - http://paste.openstack.org/show/47754/
Second call to fd 16 is here - http://paste.openstack.org/show/47755/

And then we end up with
2013-10-01 12:34:13.962 3428 TRACE nova.openstack.common.rpc.amqp RuntimeError: My Second simultaneous read on fileno 16 detected. Unless you really know what you're doing, make sure that only one greenthread can read any particular socket. Consider using a pools.Pool. If you do know what you're doing and want to disable this error, call eventlet.debug.hub_prevent_multiple_readers(False)