We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ea74f9 commit b527366Copy full SHA for b527366
hadoop-tools/hadoop-aws/src/main/java/org/apache/hadoop/fs/s3a/impl/OpenFileSupport.java
@@ -286,7 +286,7 @@ public OpenFileInformation prepareToOpenFile(
286
return new OpenFileInformation()
287
.withAsyncDrainThreshold(
288
builderSupport.getPositiveLong(ASYNC_DRAIN_THRESHOLD,
289
- defaultReadAhead))
+ defaultAsyncDrainThreshold))
290
.withBufferSize(
291
(int)builderSupport.getPositiveLong(
292
FS_OPTION_OPENFILE_BUFFER_SIZE, defaultBufferSize))
0 commit comments