Comment 86 for bug 1464016

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

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

commit c7526418d9322156194b9abefff575a0d2384409
Author: Ananth Suryanarayana <email address hidden>
Date: Tue Jul 19 13:07:07 2016 -0700

Add ability to selectively skip sending xmpp updates

In scaled setups, we want to minimuze cpu consumed by actual data send over
tcp. Instead of sending and dropping right after read at the receiver end,
we can have an option not send data at all.

This was there, but limited as a binary option. With this change, one can filter
destinations to which the updates send must be skipped, based on regex pattern
match as specified in the environment variable XMPP_SKIP_UPDATE_SEND

Change-Id: I078887186e6df2fb7be5b7a6b6b44d7c40a7e6e8
Partial-Bug: 1464016