Comment 4 for bug 1282206

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

Reviewed: https://review.openstack.org/76380
Committed: https://git.openstack.org/cgit/openstack/oslo-incubator/commit/?id=a6fec438abe61d40fc4fb6907ea1fefd4dd93e22
Submitter: Jenkins
Branch: master

commit a6fec438abe61d40fc4fb6907ea1fefd4dd93e22
Author: Carl Baldwin <email address hidden>
Date: Tue Feb 25 22:28:10 2014 +0000

    Reap child processes gracefully if greenlet thread gets killed

    If ProcessLauncher is run from within a thread we should be able to
    call wait after the thread is killed to reap the child processes.
    Catching this exception and then proceeding to the cleanup phase
    accomplishes this.

    Closes-Bug: #1282206
    Change-Id: I9c863864c25c0478b720fc57cf0dccbe9bc9d9f6