GitHub user ryanpersaud opened a pull request:

    https://github.com/apache/flume/pull/45

    Fixes to address 2K message size limit when using SyslogUDPSource.

    Please see https://issues.apache.org/jira/browse/FLUME-2885.  Currently, 
the SyslogUDPSource is limited to messages <= 2K.  With this fix, the default 
behavior remains the same (2K is used for the buffer size), but if a user 
specifies a value for datagramSize in the flume configuration, then that size 
is used instead.  If we want to use AdaptiveReceiveBufferSizePredictor to avoid 
allocating buffers that are too large, 'someone' is going to have to develop a 
more comprehensive fix.  This at least allows for udp syslog users with 
messages larger than 2K to process their messages without truncation.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/ryanpersaud/flume trunk

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/flume/pull/45.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #45
    
----
commit 8efafda2ac7798f3df26d4de309fa9d9d6c81348
Author: Ryan Persaud <[email protected]>
Date:   2016-03-15T20:37:49Z

    Fixes to address 2K message size limit when using SyslogUDPSource.

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to