Comment 9 for bug 1488936

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

Reviewed: https://review.opencontrail.org/13407
Committed: http://github.org/Juniper/contrail-controller/commit/90947f1b39e3d41c7d50963b6b44429dbf9a2528
Submitter: Zuul
Branch: master

commit 90947f1b39e3d41c7d50963b6b44429dbf9a2528
Author: Nipa Kumar <email address hidden>
Date: Tue Aug 25 16:34:45 2015 -0700

Unconditionally send publish with updated oper-state or oper-state-reason

Background: Discovery client periodically sends heartbeat and
publish if there is change is publish information. Write to
cassandra db if not sequenced results in older stale oper-state
and oper-state-reason updated due to last db read during
heartbeat update instead of new published information.
(TODO: Fix Cassandra DB writes)

To overcome above issue, we are sending publish unconditionally
everytime.

Change-Id: Ia0ae8be877210df755613a9332804d97dad48f66
ParTial-Bug:1488936