Comment 12 for bug 1732394

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

Reviewed: https://review.opencontrail.org/37879
Committed: http://github.com/Juniper/contrail-controller/commit/c4ddad049a007f8ecd0128cc4915b7dcef423cc7
Submitter: Zuul (<email address hidden>)
Branch: R3.2

commit c4ddad049a007f8ecd0128cc4915b7dcef423cc7
Author: Hari Prasad Killi <email address hidden>
Date: Mon Nov 27 13:59:40 2017 +0530

Multicast unsubscribed after subscribing

This happens because route table subscribe walk is started without initializing
type of walk. In that case disassociate is issued resulting in unsubscription.
This issue will happen if this walk requests are processed after route
notification in controller. Notification would have done sub but walk will
unsub. If walk finishes before route notification then issue is not seen.

Change-Id: I9a3d02d901a1d9cb4f2755e5c6254231f35f13f7
Closes-bug: #1732394