[
https://issues.apache.org/jira/browse/HADOOP-16995?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17091321#comment-17091321
]
Mukund Thakur commented on HADOOP-16995:
----------------------------------------
[[email protected]] I am unable to reproduce this. When I set the bucket name
to an nnknown bucket in the conf, some tests fail and that is okay I suppose as
the bucket probe is 2 by default. When I change the bucket probe to 0 along
with unknown bucket name, those tests fail again but I don't see any new
failures.
> ITestS3AConfiguration proxy tests fail when bucket probes == 0
> --------------------------------------------------------------
>
> Key: HADOOP-16995
> URL: https://issues.apache.org/jira/browse/HADOOP-16995
> Project: Hadoop Common
> Issue Type: Sub-task
> Components: fs/s3, test
> Affects Versions: 3.3.0
> Reporter: Steve Loughran
> Assignee: Mukund Thakur
> Priority: Minor
>
> when bucket probes are disabled, proxy config tests in ITestS3AConfiguration
> fail because the probes aren't being attempted in initialize()
> {code}
> <property>
> <name>fs.s3a.bucket.probe</name>
> <value>0</value>
> </property>
> {code}
> Cause: HADOOP-16711
> Fix: call unsetBaseAndBucketOverrides for bucket probe in test conf, then set
> the probe value to 2 just to be resilient to future default changes.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]