Comment 3 for bug 1523080

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

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

commit f089ff20e7e18f627c7a12ce5cd9b450b74ea9e1
Author: Manish Singh <email address hidden>
Date: Sat Dec 5 11:55:14 2015 +0530

Agent crashes at KSyncSandeshContext::FlowMsgHandler

Problem:
KSyncIoContext was NULL. During bulk send both uve and config messages were
stored in same Bulk Sandesh object. When response was received then both
messages were being processed in respective context and in turn iterator was
becoming invalid (e.g. iterator was of type uve for message of type config).

Solution:
Bulk only same context type messages. Moment a different context type is seen
create a new bulk message.

Change-Id: Id26952f986b44649e518f231226d4db10385e7ac
closes-bug: 1523080