Comment 16 for bug 2016893

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

Reviewed: https://review.opendev.org/c/openstack/charm-placement/+/881082
Committed: https://opendev.org/openstack/charm-placement/commit/1c2cd3a94d242244c862411d0b2059fe5ec9761f
Submitter: "Zuul (22348)"
Branch: stable/wallaby

commit 1c2cd3a94d242244c862411d0b2059fe5ec9761f
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