----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/6986/#review11254 -----------------------------------------------------------
flume-ng-core/src/main/java/org/apache/flume/sink/NullSink.java <https://reviews.apache.org/r/6986/#comment24187> It looks like this would work. I wonder if a % would be more readable? - Brock Noland On Sept. 10, 2012, 4:53 p.m., Ted Malaska wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/6986/ > ----------------------------------------------------------- > > (Updated Sept. 10, 2012, 4:53 p.m.) > > > Review request for Flume. > > > Description > ------- > > Adding the ability to log.info counts at the end of a transaction if a > threshold of logEveryNEvents is met. > > Default value for logEveryNEvents is 10k but it can be configured. > > > This addresses bug FLUME-1556. > https://issues.apache.org/jira/browse/FLUME-1556 > > > Diffs > ----- > > flume-ng-core/src/main/java/org/apache/flume/sink/NullSink.java 5cc1521 > > Diff: https://reviews.apache.org/r/6986/diff/ > > > Testing > ------- > > > Thanks, > > Ted Malaska > >
