Comment 7 for bug 1461119

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

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

commit af1bb5e08d23570af791edef1c7ffe39ddddd1a0
Author: Chandan Mishra <email address hidden>
Date: Mon Jun 15 18:05:49 2015 -0700

This commit makes sure that nodemgr handles all pending events
before going to sleep.
Current nodemgr design is such that it sleeps for 1 second between
processing of each event. This fix takes care of that.
We removed all the gevent sleeps from the nodemgr code. Instead
nodemgr just waits in the select call.

Overall it will make processing of events by nodemgr more efficient.

Change-Id: I0566d605b0b83d01b0965c358f786d49a9104ae9
Closes-Bug: 1461119