Comment 17 for bug 1575322

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

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

commit cccdfd188c87d9e864052f4d46931377a797d759
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_object.cc
 src/ksync/ksync_sock.cc

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