hadoop/hadoop-tools/hadoop-aws
Mukund Thakur 735e35d648
HADOOP-18347. S3A Vectored IO to use bounded thread pool. (#4918)
part of HADOOP-18103.

Also introducing a config fs.s3a.vectored.active.ranged.reads
to configure the maximum number of number of range reads a
single input stream can have active (downloading, or queued)
to the central FileSystem instance's pool of queued operations.
This stops a single stream overloading the shared thread pool.

Contributed by: Mukund Thakur
2022-09-27 21:13:07 +05:30
..
dev-support HADOOP-18466. Limit the findbugs suppression IS2_INCONSISTENT_SYNC to S3AFileSystem field (#4926) 2022-09-26 18:56:58 +01:00
src HADOOP-18347. S3A Vectored IO to use bounded thread pool. (#4918) 2022-09-27 21:13:07 +05:30
pom.xml HADOOP-18377. hadoop-aws build to add a -prefetch profile to run all tests with prefetching (#4914) 2022-09-20 10:26:13 +01:00