-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/53339/
-----------------------------------------------------------
(Updated Nov. 9, 2016, 10:03 p.m.)
Review request for Flume and Jeff Holoman.
Changes
-------
Added private and final to static class InetAddressCache
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 (updated)
-----
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