File tree Expand file tree Collapse file tree
hadoop-tools/hadoop-aws/src/site/markdown/tools/hadoop-aws Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments