Comment 10 for bug 1687475

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

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

commit 685d13dfbc0729c6953fc3c7c1003f322a771bcb
Author: arvindvis <email address hidden>
Date: Fri May 5 10:09:22 2017 -0700

The syslog collector has issues with handling syslog messages
arriving in TCP so taking off the support. The reason being, unlike
UDP, TCP sockets read multiple syslog messages in one read until
the buffer gets full. This can toss our parsing code.
Closes-Bug:#1687475

Change-Id: I87c72e2154e5eecd19657a1de92c6c28b77fcd35