-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/4034/
-----------------------------------------------------------
(Updated 2012-02-24 19:00:14.512832)
Review request for Flume.
Changes
-------
Updated unit test to get optional channel from an event which does not have
required channels.
Summary
-------
Support for optional channels in multiplexing channel selector. If no required
channels configured, but there are optional channels then it means, write to
default channels and optionally write to optional channels if they are
available.
This addresses bug FLUME-946.
https://issues.apache.org/jira/browse/FLUME-946
Diffs (updated)
-----
flume-ng-core/src/main/java/org/apache/flume/channel/MultiplexingChannelSelector.java
c63d0a1
flume-ng-core/src/test/java/org/apache/flume/channel/TestMultiplexingChannelSelector.java
2626b20
Diff: https://reviews.apache.org/r/4034/diff
Testing
-------
Updated unit tests to support these cases
Thanks,
Hari