-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/5556/
-----------------------------------------------------------
Review request for Flume and Brock Noland.
Description
-------
Modified the checkpoint allocation to write a byte array in order to allocate
the capacity.
This addresses bug FLUME-1304.
https://issues.apache.org/jira/browse/FLUME-1304
Diffs
-----
/trunk/flume-ng-channels/flume-file-channel/src/main/java/org/apache/flume/channel/file/FlumeEventQueue.java
1353634
Diff: https://reviews.apache.org/r/5556/diff/
Testing
-------
Ran all tests. Manual verification of file allocation using byte array
indicates much better performance than the previous implementation.
Thanks,
Arvind Prabhakar