Comment 18 for bug 1639698

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

Reviewed: https://review.opencontrail.org/25766
Committed: http://github.org/Juniper/contrail-controller/commit/4c00bbef8526b364d0c8ae576a986bf5055716eb
Submitter: Zuul
Branch: R3.0

commit 4c00bbef8526b364d0c8ae576a986bf5055716eb
Author: ashoksingh <email address hidden>
Date: Thu Nov 17 13:51:09 2016 +0530

Fix Invalid flow-rate exported from Vrouter UVE

Currently flow-rate is updated in Agent::FlowEvent task while it is being read in Agent::Uve task and there is no exclusion between these tasks. Made changes to update flow-rate in a new task which has exclusion with Agent::Uve. Also ensured in Agent::Uve task that flow-rate
is not exported if it is not yet computed.

Change-Id: I19bff570b0990a3b932576bf23c4b13a8260a3a6
Closes-Bug: #1639698