[
https://issues.apache.org/jira/browse/FLUME-2130?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13847984#comment-13847984
]
Hari Shreedharan commented on FLUME-2130:
-----------------------------------------
The patch does not seem to apply (perhaps after yesterday's commit?).
Also, even now the SyslogUtils instance is being instantiated with maxSize as
the size of the ByteArrayOutputStream - perhaps this should also be using
DEFAULT_INITIAL_SIZE. BAOS does expand when needed.
> 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
>
>
> 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.4#6159)