Comment 17 for bug 1822063

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to charm-keystone (master)

Reviewed: https://review.openstack.org/648448
Committed: https://git.openstack.org/cgit/openstack/charm-keystone/commit/?id=299a9520031b1563be9c38218e8d352f1ed59832
Submitter: Zuul
Branch: master

commit 299a9520031b1563be9c38218e8d352f1ed59832
Author: Alex Kavanagh <email address hidden>
Date: Thu Mar 28 15:56:18 2019 +0000

    Ensure that manager.py exits cleanly if charm closes socket

    In the related bug, the manager.py was crashing as it received
    (essentially) a socket close which resulted in no data being received.
    This wasn't handled properly resulting in a crash in the manager.py.
    This change simply allows the manager.py to exit cleanly, and the charm
    can restart it if it needs to.

    Change-Id: I76a435f48cdb8c201b0ddc529da947e6ed9ec031
    Related-Bug: #1822063