[jira] [Commented] (FLUME-2285) FileChannel Erroneously Reports "Usable Space Exhausted"

2016-03-15 Thread JIRA
[ https://issues.apache.org/jira/browse/FLUME-2285?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15194860#comment-15194860 ] Barış Taşkend commented on FLUME-2285: -- Hi, Set minimumRequiredSpace=99401728 in flu

[jira] [Commented] (FLUME-2821) Flume-Kafka Source with new Consumer

2016-03-15 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLUME-2821?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15195206#comment-15195206 ] ASF GitHub Bot commented on FLUME-2821: --- GitHub user GRpro opened a pull request:

[GitHub] flume pull request: FLUME-2821 Add Kafka Source that supports new ...

2016-03-15 Thread GRpro
GitHub user GRpro opened a pull request: https://github.com/apache/flume/pull/44 FLUME-2821 Add Kafka Source that supports new Kafka API Support for reading multiple topics. You can merge this pull request into a Git repository by running: $ git pull https://github.com/GRpro/fl

[jira] [Updated] (FLUME-2822) Flume-Kafka-Sink with new Producer

2016-03-15 Thread Jeff Holoman (JIRA)
[ https://issues.apache.org/jira/browse/FLUME-2822?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeff Holoman updated FLUME-2822: Attachment: FLUME-2822.patch > Flume-Kafka-Sink with new Producer >

[jira] [Updated] (FLUME-2823) Flume-Kafka-Channel with new APIs

2016-03-15 Thread Jeff Holoman (JIRA)
[ https://issues.apache.org/jira/browse/FLUME-2823?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeff Holoman updated FLUME-2823: Attachment: FLUME-2823v4.patch > Flume-Kafka-Channel with new APIs > ---

[jira] [Commented] (FLUME-2885) Handle payloads larger than 2k via SyslogUDPSource

2016-03-15 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLUME-2885?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15196245#comment-15196245 ] ASF GitHub Bot commented on FLUME-2885: --- GitHub user ryanpersaud opened a pull reque

[GitHub] flume pull request: Fixes to address 2K message size limit when us...

2016-03-15 Thread ryanpersaud
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