You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "Steve Loughran (Jira)" <ji...@apache.org> on 2020/04/17 13:10:00 UTC

[jira] [Commented] (HADOOP-16995) ITestS3AConfiguration proxy tests fail when bucket probes == 0

    [ https://issues.apache.org/jira/browse/HADOOP-16995?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17085729#comment-17085729 ] 

Steve Loughran commented on HADOOP-16995:
-----------------------------------------

[~mukund-thakur] afraid this is related to the bucket probe changes, so it's your homework.

> 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: common-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-issues-help@hadoop.apache.org