Comment 5 for bug 1505615

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

Reviewed: https://review.opencontrail.org/14408
Committed: http://github.org/Juniper/contrail-controller/commit/e51bdabe676866b74feeadf8cd8b94b1896bd411
Submitter: Zuul
Branch: R2.20

commit e51bdabe676866b74feeadf8cd8b94b1896bd411
Author: Ashok Singh <email address hidden>
Date: Tue Oct 13 21:24:36 2015 -0700

Fix cpu hog of contrail-vrouter-agent caused by setting flow_cache_timeout to high values.

The high value of flow_cache_timeout when used to compute the flow timer interval, does not
fit in uint32 field. We need to interpret the value as uint64 instead of uint32.
Closes-Bug: #1505615

Change-Id: Ie48e6ced9191a10a14f68112cd94d64cc50bc2f0