|
|
+
Hari Shreedharan 2012-10-29, 19:18
+
Brock Noland 2012-10-29, 20:47
-
Re: Review Request: Support for optional channels in MultiplexingChannelSelectorHari Shreedharan 2012-10-29, 20:39
----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/4034/#review12885 ----------------------------------------------------------- flume-ng-core/src/main/java/org/apache/flume/channel/MultiplexingChannelSelector.java <https://reviews.apache.org/r/4034/#comment27697> Collections.EmptyList() is smarter in the sense that it is a single immutable list that is (re-)used - allowing the original list to be garbage collected immediately. - Hari Shreedharan On Oct. 29, 2012, 7:18 p.m., Hari Shreedharan wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/4034/ > ----------------------------------------------------------- > > (Updated Oct. 29, 2012, 7:18 p.m.) > > > Review request for Flume. > > > Description > ------- > > 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 > ----- > > flume-ng-core/src/main/java/org/apache/flume/channel/MultiplexingChannelSelector.java 81dc3e8 > flume-ng-core/src/test/java/org/apache/flume/channel/TestMultiplexingChannelSelector.java 2626b20 > flume-ng-doc/sphinx/FlumeUserGuide.rst 0c0951b > > Diff: https://reviews.apache.org/r/4034/diff/ > > > Testing > ------- > > Updated unit tests to support these cases > > > Thanks, > > Hari Shreedharan > > +
Brock Noland 2012-10-29, 20:27
+
Brock Noland 2012-10-29, 18:03
|