steveloughran opened a new pull request, #5559:
URL: https://github.com/apache/hadoop/pull/5559

   backport branch for S3A prefetching; initial big commit
   
   =========
   
   Contains
   
   HADOOP-18028. High performance S3A input stream (#4109)
        Contributed by Bhalchandra Pandit.
   
   HADOOP-18180. Replace use of twitter util-core with java futures (#4115)
        Contributed by PJ Fanning.
   
   HADOOP-18177. Document prefetching architecture. (#4205)
        Contributed by Ahmar Suhail
   
   HADOOP-18175. fix test failures with prefetching s3a input stream (#4212)
    Contributed by Monthon Klongklaew
   
   HADOOP-18231.  S3A prefetching: fix failing tests & drain stream async.  
(#4386)
   
        * adds in new test for prefetching input stream
        * creates streamStats before opening stream
        * updates numBlocks calculation method
        * fixes ITestS3AOpenCost.testOpenFileLongerLength
        * drains stream async
        * fixes failing unit test
   
        Contributed by Ahmar Suhail
   
   HADOOP-18254. Disable S3A prefetching by default. (#4469)
        Contributed by Ahmar Suhail
   
   HADOOP-18190. Collect IOStatistics during S3A prefetching (#4458)
   
        This adds iOStatisticsConnection to the S3PrefetchingInputStream class, 
with
        new statistic names in StreamStatistics.
   
        This stream is not (yet) IOStatisticsContext aware.
   
        Contributed by Ahmar Suhail
   
   HADOOP-18379 rebase feature/HADOOP-18028-s3a-prefetch to trunk HADOOP-18187. 
Convert s3a prefetching to use JavaDoc for fields and enums. HADOOP-18318. 
Update class names to be clear they belong to S3A prefetching
        Contributed by Steve Loughran
   
   Change-Id: I3eca19564dc0c0cb83184f4a42605dbafd908937
   
   <!--
     Thanks for sending a pull request!
       1. If this is your first time, please read our contributor guidelines: 
https://cwiki.apache.org/confluence/display/HADOOP/How+To+Contribute
       2. Make sure your PR title starts with JIRA issue id, e.g., 
'HADOOP-17799. Your PR title ...'.
   -->
   
   ### Description of PR
   
   
   ### How was this patch tested?
   
   
   ### For code changes:
   
   - [ ] Does the title or this PR starts with the corresponding JIRA issue id 
(e.g. 'HADOOP-17799. Your PR title ...')?
   - [ ] Object storage: have the integration tests been executed and the 
endpoint declared according to the connector-specific documentation?
   - [ ] If adding new dependencies to the code, are these dependencies 
licensed in a way that is compatible for inclusion under [ASF 
2.0](http://www.apache.org/legal/resolved.html#category-a)?
   - [ ] If applicable, have you updated the `LICENSE`, `LICENSE-binary`, 
`NOTICE-binary` files?
   
   


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to