Comment 7 for bug 1566887

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

Reviewed: https://review.openstack.org/308190
Committed: https://git.openstack.org/cgit/openstack/ceilometer/commit/?id=24f75dae1219e8b82ffe26571a5ebe3e6b746701
Submitter: Jenkins
Branch: master

commit 24f75dae1219e8b82ffe26571a5ebe3e6b746701
Author: Mehdi Abaakouk <email address hidden>
Date: Wed Apr 20 09:33:25 2016 +0200

    notification: Remove eventlet timers

    This change removes usage of eventlet timers.

    This allows coordinator heartbeat/watchers to work correctly when
    the main thread is stuck for any reason (IO, time.sleep, ...).

    Change-Id: I847aebb0d0166c2b46505061a15a06e3ce1b5eb2
    Closes-Bug: #1566887