Skip to content

Commit d149c68

Browse files
committed
HADOOP-18416. fix ITestS3AIOStatisticsContext test failure (#4931)
Uncomment the S3ATestUtils-side part of the original patch.
1 parent 2ffffc4 commit d149c68

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

hadoop-tools/hadoop-aws/src/test/java/org/apache/hadoop/fs/s3a/S3ATestUtils.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1508,7 +1508,6 @@ public static S3AInputStream getS3AInputStream(
15081508
* @param conf Configuration to remove the prefetch property from.
15091509
*/
15101510
public static void disablePrefetching(Configuration conf) {
1511-
// TODO: Reinstate once HADOOP-18028 is merged.
1512-
// removeBaseAndBucketOverrides(conf, PREFETCH_ENABLED_KEY);
1511+
removeBaseAndBucketOverrides(conf, PREFETCH_ENABLED_KEY);
15131512
}
15141513
}

0 commit comments

Comments
 (0)