Skip to content

Commit d08cdac

Browse files
committed
doc update
1 parent 2cd107b commit d08cdac

1 file changed

Lines changed: 16 additions & 7 deletions

File tree

  • hadoop-tools/hadoop-aws/src/site/markdown/tools/hadoop-aws

hadoop-tools/hadoop-aws/src/site/markdown/tools/hadoop-aws/performance.md

Lines changed: 16 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -75,13 +75,22 @@ on the client requirements.
7575
</description>
7676
</property>
7777
<property>
78-
<name>fs.s3a.vectored.read.max.merged.size</name>
79-
<value>1M</value>
80-
<description>
81-
What is the largest merged read size in bytes such
82-
that we group ranges together during vectored read.
83-
Setting this value to 0 will disable merging of ranges.
84-
</description>
78+
<name>fs.s3a.vectored.read.max.merged.size</name>
79+
<value>1M</value>
80+
<description>
81+
What is the largest merged read size in bytes such
82+
that we group ranges together during vectored read.
83+
Setting this value to 0 will disable merging of ranges.
84+
</description>
85+
<property>
86+
<name>fs.s3a.vectored.active.ranged.reads</name>
87+
<value>4</value>
88+
<description>
89+
Maximum number of range reads a single input stream can have
90+
active (downloading, or queued) to the central FileSystem
91+
instance's pool of queued operations.
92+
This stops a single stream overloading the shared thread pool.
93+
</description>
8594
</property>
8695
```
8796

0 commit comments

Comments
 (0)