You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flume.apache.org by "Brock Noland (JIRA)" <ji...@apache.org> on 2013/03/21 15:55:16 UTC

[jira] [Created] (FLUME-1956) FileChannel LogFile.SequentialReader should use buffered io

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