Comment 24 for bug 1512001

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

Reviewed: https://review.openstack.org/268351
Committed: https://git.openstack.org/cgit/openstack/tooz/commit/?id=379e606028c1b244a06249563dc2f5d25ec15eb4
Submitter: Jenkins
Branch: master

commit 379e606028c1b244a06249563dc2f5d25ec15eb4
Author: Joshua Harlow <email address hidden>
Date: Fri Jan 15 14:22:42 2016 -0800

    Have zookeeper heartbeat perform basic get

    Under situations where greenthreads are used sometimes
    the kazoo threads can get starved, which can cause bad
    things to happen, so in order to help avoid this have
    the zookeeper drivers heartbeat methods fetch the basic
    namespace (which will cause heartbeats to also be
    flushed and connection verification to happen as a
    side-effect).

    Related-Bug: #1512001

    Change-Id: I244d6c433a41c4b5cd6e0e5d6f01013ccd5db348