-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/3888/
-----------------------------------------------------------
(Updated 2012-02-14 00:32:05.297592)
Review request for Flume.
Changes
-------
Removed a bunch of trailing spaces
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 (updated)
-----
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