Comment 3 for bug 1445125

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

Reviewed: https://review.openstack.org/175830
Committed: https://git.openstack.org/cgit/openstack/designate/commit/?id=f3dd7a8f42f2946ec6f7a70f0a92b845de183d05
Submitter: Jenkins
Branch: master

commit f3dd7a8f42f2946ec6f7a70f0a92b845de183d05
Author: Kiall Mac Innes <email address hidden>
Date: Tue Apr 21 13:07:38 2015 +0100

    PM: Ensure only one periodic task runs per host

    Ensure multiple periodic sync/recovery tasks do not run concurrently on
    a single host by using an inter process lock inside the periodic task.

    This has the effect of serializing the tasks, rather than the more correct
    deduplication of tasks. Bug 1445127 tracks the longer term fix.

    Change-Id: Ib0041f127aacfd0f49ca84deecc2a6950594dd58
    Closes-Bug: 1445125