Comment 4 for bug 1543411

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

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

commit 8248229ea05b180592c545fcce8362f8c854d00c
Author: Ashok Singh <email address hidden>
Date: Sun Feb 14 22:55:06 2016 -0800

Ignore duplicate deletes in FlowStatsCollector module.

In some transient cases it is possible that two flows with same flow Key
exists in two different partitions. In this scenario, FlowStatsCollector module
can receive duplicate deletes. For now, the FlowStatsCollector module will ignore
duplicate deletes and this scenario will be handled later in FlowStatsCollector by
changing the key from FlowKey to FlowUUID.

Also print partition-id in Flow trace messages.

Change-Id: I79988347a2c7294215e63e950ef871e25a126b3c
Closes-Bug: #1543411