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

[email protected] commented on FLUME-945:
-----------------------------------------------------


-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/3888/
-----------------------------------------------------------

Review request for Flume.


Summary
-------

If an event comes in with header that does not exits in the config, then route 
it to the default channels. Also, if the header does not exist in the event, 
route it to default channels.


This addresses bug FLUME-945.
    https://issues.apache.org/jira/browse/FLUME-945


Diffs
-----

  
flume-ng-core/src/main/java/org/apache/flume/channel/MultiplexingChannelSelector.java
 e070cf2 
  
flume-ng-core/src/test/java/org/apache/flume/channel/TestMultiplexingChannelSelector.java
 4e585ad 

Diff: https://reviews.apache.org/r/3888/diff


Testing
-------

Added unit tests.


Thanks,

Hari


                
> Add the ability to specify a default channel for multiplexing channel 
> selector.
> -------------------------------------------------------------------------------
>
>                 Key: FLUME-945
>                 URL: https://issues.apache.org/jira/browse/FLUME-945
>             Project: Flume
>          Issue Type: Improvement
>    Affects Versions: v1.0.0
>            Reporter: Arvind Prabhakar
>            Assignee: Hari Shreedharan
>             Fix For: v1.1.0
>
>         Attachments: FLUME-945-2.patch
>
>
> For events that do not match any mapping specified in the selector 
> configuration, there should be the ability to setup a default channel. This 
> will ensure that no events are getting dropped from the system.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to