You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flume.apache.org by "Hari Shreedharan (JIRA)" <ji...@apache.org> on 2014/02/07 21:24:22 UTC

[jira] [Commented] (FLUME-2130) Handle larger payloads via SyslogUDPSource

    [ https://issues.apache.org/jira/browse/FLUME-2130?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13894984#comment-13894984 ] 

Hari Shreedharan commented on FLUME-2130:
-----------------------------------------

This looks good. The only issue is that UDP packets can't be fragmented, so even "large" packets may not reach the source at all based on the MTU of the netwrok being used. For example, I modified this patch's test and it was fine until I went up slightly about 7K (using the test in the patch itself).

> Handle larger payloads via SyslogUDPSource
> ------------------------------------------
>
>                 Key: FLUME-2130
>                 URL: https://issues.apache.org/jira/browse/FLUME-2130
>             Project: Flume
>          Issue Type: Improvement
>    Affects Versions: v1.2.0, v1.3.0, v1.4.0
>            Reporter: Roman Scherer
>            Assignee: Ashish Paliwal
>         Attachments: 0001-Handle-larger-UDP-payloads-via-SyslogUDPSource.patch, FLUME-2130-0.patch, FLUME-2130-1.patch, FLUME-2130-2.patch
>
>
> Syslog messages sent via UDP can contain a payload up to 65507 bytes. Payloads more than 768 bytes are currently truncated because the Netty's buffer size set to this value.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)