Comment 8 for bug 1395319

Revision history for this message
OpenContrail Admin (ci-admin-f) wrote : A change has been merged

Reviewed: https://review.opencontrail.org/8858
Committed: http://github.org/Juniper/contrail-controller/commit/44d559187d99b3c04438d184dabd4536e78fb610
Submitter: Zuul
Branch: master

commit 44d559187d99b3c04438d184dabd4536e78fb610
Author: Sachin Bansal <email address hidden>
Date: Thu Apr 2 11:50:05 2015 -0700

Use gevent.sleep as sleep_func for KazooRetry

By default, KazooRetry uses time.sleep as sleep_func, which makes the whole
process when called. This causes the call to become blocking. We should use
gevent.sleep to avoid this.

Change-Id: I3b9ef36b5da2bbb56f5f96db68fa254678890b33
Closes-Bug: 1395319