Comment 2 for bug 1510776

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

Reviewed: https://review.openstack.org/264333
Committed: https://git.openstack.org/cgit/openstack/magnum/commit/?id=873214b6e2d8f206ba4a2750e911998c2000745a
Submitter: Jenkins
Branch: master

commit 873214b6e2d8f206ba4a2750e911998c2000745a
Author: Surojit Pathak <email address hidden>
Date: Wed Jan 6 19:30:10 2016 +0000

    Fix socket descriptor leak

    The connection to amqp was not getting cleaned up, even after the
    communication to conductor across amqp was complete, for a given
    request. Thus, sockets were leaking with each communication and finally
    led to a hang situation, where no more fds were available.

    Change-Id: I1deabdbce6ba448fe4c25d7694aabe5e5fec7b5a
    Closes-Bug: #1510776