steveloughran commented on code in PR #6723:
URL: https://github.com/apache/hadoop/pull/6723#discussion_r1574937338
##########
hadoop-tools/hadoop-aws/src/test/java/org/apache/hadoop/fs/s3a/scale/ITestS3AInputStreamPerformance.java:
##########
@@ -99,9 +100,12 @@ public class ITestS3AInputStreamPerformance extends
S3AScaleTestBase {
@Override
protected Configuration createScaleConfiguration() {
Configuration conf = super.createScaleConfiguration();
- S3ATestUtils.removeBaseAndBucketOverrides(conf,
- PREFETCH_ENABLED_KEY,
- ENDPOINT);
+ if (isUsingDefaultExternalDataFile(conf)) {
+ S3ATestUtils.removeBaseAndBucketOverrides(
+ conf,
+ PREFETCH_ENABLED_KEY,
Review Comment:
prefetch key must always be removed
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]