----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/53339/#review155519 -----------------------------------------------------------
Ship it! Ship It! - Balázs Donát Bessenyei On nov. 9, 2016, 10:03 du, Ted Malaska wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/53339/ > ----------------------------------------------------------- > > (Updated nov. 9, 2016, 10:03 du) > > > Review request for Flume and Jeff Holoman. > > > Bugs: FLUME-3020 > https://issues.apache.org/jira/browse/FLUME-3020 > > > Repository: flume-git > > > Description > ------- > > If you are use escaping the current code will call InetAddress on every > record. Which will result is a huge impact to performance. > TotalTime,8403, > totalEventTakeTime,1498, > totalWriteTime,1981, > totalWriterSetupTime,65, > commitTime,201, > flushTime,18, > startTrans,7, > The rest is all InetAddress > > > Diffs > ----- > > > flume-ng-core/src/main/java/org/apache/flume/formatter/output/BucketPath.java > cf0fbb0 > > Diff: https://reviews.apache.org/r/53339/diff/ > > > Testing > ------- > > > Thanks, > > Ted Malaska > >
