Comment 7 for bug 1456284

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

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

commit df3d055158217de7e7922ab78d6fb8f93ab5cc13
Author: Prabhjot Singh Sethi <email address hidden>
Date: Mon Jun 1 12:44:51 2015 +0530

ToR Agent Performance - monitor request

Issue:
------
During initial response for monitor request, we end up
generating too many partial update for Physical port
entries causing lots of unneccessary processing on half
baked data. resulting in bad performance.

Fix:
----
Delay Creation of Physical Port entries, to be done
after processing of initial response to monitor request
is complete. This avoids processing triggers for partial
updates on physical port entries. Once we unable physical
port creation it will create physical port and stale
entries for vlan port bindings with completed information.

Partial-Bug: #1456284
Change-Id: I03984ac9749cea6197feb1f8c43c87cdfe48833d
(cherry picked from commit 06b82cb91f91e749ce8338ca08a64b7e6dfbf690)