Comment 15 for bug 1744914

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

Reviewed: https://review.opencontrail.org/40533
Committed: http://github.com/Juniper/contrail-controller/commit/884ab3ac9b3354f9b8451f631f1db77035a1c7a7
Submitter: Zuul (<email address hidden>)
Branch: R4.1

commit 884ab3ac9b3354f9b8451f631f1db77035a1c7a7
Author: bmadhu <email address hidden>
Date: Mon Mar 12 15:55:29 2018 +0530

Unnecessary sessions getting logged with out SLO rate check

Idle sessions for which stats are not changed can be logged with SLO rate match
is not a bug.

This fix has below change:
With this change, all tear down sessions will not be logged.
Tear down sessions which are logged earlier at least once will be logged immidiately
with out checking rate, otherwise it will be considered as normal session and will be
reported only after matching the SLO rate.

Change-Id: I0f1ae5e4239fec9eebe57c8b34b6f20c3431403a
Closes-Bug: 1744914