Comment 7 for bug 1536821

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

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

commit a1cadd44984f1d23e67cd7c348bbbd5120079760
Author: Rudra Rugge <email address hidden>
Date: Thu Jan 21 14:55:30 2016 -0800

Create vrouter state cache from polling uve

Currently every launch of a netns VM causes fetch of vrouter UVEs.
This is inefficient and the plan is to maintain a local cache for
the same. Also need to add debouncing logic for marking the vrouter
as down as the collectors might return inconsistent data when
there is flux in the system.

Also added fix to pick analytics api client from discovery and not
from configuration as before.

Change-Id: I81e77d9c975a0599d7036b19fd73e4042f3604a3
Closes-Bug: #1536821
Closes-Bug: #1409073