This is an automated email from the ASF dual-hosted git repository. stevel pushed a change to branch feature-HADOOP-18028-s3a-prefetch-branch-3.3 in repository https://gitbox.apache.org/repos/asf/hadoop.git
from f1fbac411d3 HADOOP-18380. fs.s3a.prefetch.block.size to be read through longBytesOption (#4762) new 8e811394fe7 HADOOP-17450. Add Public IOStatistics API -missed backport new f633c032610 HADOOP-18186. s3a prefetching to use SemaphoredDelegatingExecutor for submitting work (#4796) new 5569b415935 HADOOP-18455. S3A prefetching executor should be closed (#4879) The 3 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .../impl/prefetch/ExecutorServiceFuturePool.java | 20 ++++++++++- .../hadoop/util/SemaphoredDelegatingExecutor.java | 41 ++++++++++++++++++---- .../hadoop/util/concurrent/HadoopExecutors.java | 5 ++- .../hadoop-aws/dev-support/findbugs-exclude.xml | 4 +++ .../org/apache/hadoop/fs/s3a/S3AFileSystem.java | 27 ++++++++------ .../fs/s3a/ITestS3APrefetchingInputStream.java | 9 +++++ 6 files changed, 86 insertions(+), 20 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: common-commits-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-commits-h...@hadoop.apache.org