Comment 27 for bug 1572471

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

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

commit 89a2b24d7fd3276b1408ac3d5c52f8569be89e9d
Author: Praveen K V <email address hidden>
Date: Thu May 5 12:49:46 2016 +0530

Define new class for FlowEvent queues

1. Define new class for FlowEvent queues. The new class makes it easier to
add common functionality needed for all flow-event queues
2. Added functionality to log message if time taken for single run of a
queue exceeds a threshold
3. Fix crash in UpdateStats. When FlowEvent is enqueued to work-queue,
it can be processed and released before we hit UpdateStats. Ensure
that UpdateStats is invoked before enqueuing FlowStats

Conflicts:
 src/vnsw/agent/pkt/flow_proto.h

Change-Id: I7fa217b1b200cb01202e7731d792318ea88f3f91
Closes-Bug: #1578660
Partial-Bug: #1568126
Partial-Bug: #1572270
Partial-Bug: #1572471