HADOOP-18416. fix ITestS3AIOStatisticsContext test failure (#4931)

Uncomment the S3ATestUtils-side part of the original patch.
This commit is contained in:
Steve Loughran 2023-04-24 19:55:23 +01:00
parent 0fd36df1d2
commit bb08c90228
No known key found for this signature in database
GPG Key ID: D22CF846DBB162A0

View File

@ -1508,7 +1508,6 @@ public static S3AInputStream getS3AInputStream(
* @param conf Configuration to remove the prefetch property from.
*/
public static void disablePrefetching(Configuration conf) {
// TODO: Reinstate once HADOOP-18028 is merged.
// removeBaseAndBucketOverrides(conf, PREFETCH_ENABLED_KEY);
removeBaseAndBucketOverrides(conf, PREFETCH_ENABLED_KEY);
}
}