Brock Noland created FLUME-1956:
-----------------------------------
Summary: FileChannel LogFile.SequentialReader should use buffered
io
Key: FLUME-1956
URL: https://issues.apache.org/jira/browse/FLUME-1956
Project: Flume
Issue Type: Improvement
Reporter: Brock Noland
Priority: Minor
Right now I believe we are not doing any buffering of reads in-process. Since
events are typically small (< 64KB) we should use a buffer to speed reads.
Java doesn't provide a buffered interface which provides a position function a
as well so we might have to go find a class which both buffers and provides a
position() function.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira