Comment 18 for bug 1575322

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

Reviewed: https://review.opencontrail.org/19841
Committed: http://github.org/Juniper/contrail-controller/commit/37ae5e0bc5b7b53773263bb50a85a98ebf520413
Submitter: Zuul
Branch: R2.22.x

commit 37ae5e0bc5b7b53773263bb50a85a98ebf520413
Author: Prabhjot Singh Sethi <email address hidden>
Date: Mon May 2 16:23:55 2016 +0530

Fix Error Log for KSync Error Handler

Issue:
------
Currently Ksync Error Handler tries to get operation string
from the current state which may not be same as the
operation for which the ack was received and ends up
reporting wrong error

Fix:
----
Use Ack event to get the operation string instead of state

Conflicts:
 src/ksync/ksync_sock.cc

Closes-Bug: 1575322
Change-Id: I77f928c28ee8afaa8a0bbe6585edd98d7cd06646
(cherry picked from commit b488b36b6737bb7558dcc5963d2a314cf153fa0f)