You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2021/09/13 16:44:00 UTC

[jira] [Work logged] (IO-510) Add a ReadAheadInputStream (Apache Spark)

     [ https://issues.apache.org/jira/browse/IO-510?focusedWorklogId=650128&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-650128 ]

ASF GitHub Bot logged work on IO-510:
-------------------------------------

                Author: ASF GitHub Bot
            Created on: 13/Sep/21 16:43
            Start Date: 13/Sep/21 16:43
    Worklog Time Spent: 10m 
      Work Description: garydgregory commented on pull request #27:
URL: https://github.com/apache/commons-io/pull/27#issuecomment-918376398


   Closing since `ReadAheadInputStream` is in Commons IO as of 2.9.0.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@commons.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Issue Time Tracking
-------------------

    Worklog Id:     (was: 650128)
    Time Spent: 20m  (was: 10m)

> Add a ReadAheadInputStream (Apache Spark)
> -----------------------------------------
>
>                 Key: IO-510
>                 URL: https://issues.apache.org/jira/browse/IO-510
>             Project: Commons IO
>          Issue Type: New Feature
>          Components: Streams/Writers
>            Reporter: David Mollitor
>            Assignee: Gary D. Gregory
>            Priority: Major
>         Attachments: IO-510.1.patch, IO-510.2.patch
>
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> Create a "ReadAheadInputStream".  Such a feature would essentially be a BufferedInputStream that spawns a thread for asynchronous reading.  The thread would continuously fill the buffer (if there was space) from the underlying InputStream.  Thread would wait if buffer was full.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)