Comment 6 for bug 1487397

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

Reviewed: https://review.openstack.org/220069
Committed: https://git.openstack.org/cgit/stackforge/fuel-astute/commit/?id=e790f6609104fffd33bca2ba20175d0d67024e51
Submitter: Jenkins
Branch: master

commit e790f6609104fffd33bca2ba20175d0d67024e51
Author: Igor Kalnitsky <email address hidden>
Date: Thu Sep 3 10:15:34 2015 +0000

    Revert "Implement asynchronous logger for event callbacks"

    This reverts commit e63709d16bd4c1949bef820ac336c9393c040d25.

    AsyncLogger's worker thread takes almost 100% CPU because
    it infinitely iterates over a logger queue. A simple
    "sleep 0.2" will solve this problem, but I have doubts
    about that AsyncLogger helps us anyway. It's better to
    revert this fix and investigate a real cause of our problems.

    Closes-Bug: 1491794
    Related-Bug: 1487397

    Change-Id: I95d57de9ef92c717b8b07f7832ab258c0b35b6a5