Comment 2 for bug 1252409

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to nova (master)

Reviewed: https://review.openstack.org/57000
Committed: http://github.com/openstack/nova/commit/e4b0d8e9446ad3ad3a514b9cf65722f6ed95888d
Submitter: Jenkins
Branch: master

commit e4b0d8e9446ad3ad3a514b9cf65722f6ed95888d
Author: Michael Kerrin <email address hidden>
Date: Mon Nov 18 17:25:50 2013 +0000

    Use of logging in native thread causes deadlock connecting to libvirtd

    When connecting to libvirtd daemon we were calling the _connect
    method in a native thread. The use of logging in this method hit this
    bug in eventlet https://bitbucket.org/eventlet/eventlet/issue/137/
    causing nova-compute to hang.

    Closes-Bug: #1252409

    Change-Id: I0d22c3ed1b3288aeb1afae130f11a4f38dc6440a