[ https://issues.apache.org/jira/browse/FLUME-2712?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14949257#comment-14949257 ]
Johny Rufus commented on FLUME-2712: ------------------------------------ Thanks [~hshreedharan] for the catch. I thought we generally dont guarantee ordering, but it makes sense not to break the existing level of ordering. Submitting to a single threaded executor will guarantee the sequential execution of jobs and it works out of an unbounded queue, so let me make that change. Will also work on a test case. > Optional channel errors slows down the Source to Main channel event rate > ------------------------------------------------------------------------ > > Key: FLUME-2712 > URL: https://issues.apache.org/jira/browse/FLUME-2712 > Project: Flume > Issue Type: Bug > Reporter: Johny Rufus > Assignee: Johny Rufus > Attachments: FLUME-2712.patch, FLUME-2712.patch > > > When we have a source configured to deliver events to a main channel and an > optional channel, and if the delivery to optional channel fails, this > significantly slows down the rate at which events are delivered to the main > channel by the source. > We need to evaluate async means of delivering events to the optional channel > and isolate the errors happening in optional channel from the delivery to the > main channel -- This message was sent by Atlassian JIRA (v6.3.4#6332)