Comment 17 for bug 2016893

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to charm-placement (stable/victoria)

Reviewed: https://review.opendev.org/c/openstack/charm-placement/+/881083
Committed: https://opendev.org/openstack/charm-placement/commit/3fdf4a66fa9df7a856f454802a1bb82637802095
Submitter: "Zuul (22348)"
Branch: stable/victoria

commit 3fdf4a66fa9df7a856f454802a1bb82637802095
Author: Felipe Reyes <email address hidden>
Date: Tue Apr 18 09:58:25 2023 -0400

    Prevent update-status to run unrequired handlers

    Before the update-status hook would run handlers that are expected to
    run when the configuration changes or relations added/removed.

    The update-status hook doesn't hold the machine lock which makes
    concurrent hook executions possible and seen in the gate where for
    example multiple "apt-get" executions trying to acquire dpkg's lock.

    Closes-Bug: #2016893
    Change-Id: I63bfd9903057cbea2db8de4f1b612601aacb568d