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/02/14 12:55:00 UTC

[jira] [Assigned] (HADOOP-16711) Add way to skip "verifyBuckets" check in S3A fs init()

     [ https://issues.apache.org/jira/browse/HADOOP-16711?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Steve Loughran reassigned HADOOP-16711:
---------------------------------------

    Release Note: 
The probe for an S3 bucket existing now uses the V2 API, which fails fast if the caller lacks access to the bucket.
The property fs.s3a.bucket.probe can be used to change this. If using a third party library which doesn't support this API call, change it to "1".

to skip the test entirely, use "0". This will make filesystem instantiation slightly faster, at a cost of postponing all issues related to bucket existence and client authentication until the filesystem API calls are first used.

        Assignee: Mukund Thakur  (was: Rajesh Balamohan)

> Add way to skip "verifyBuckets" check in S3A fs init()
> ------------------------------------------------------
>
>                 Key: HADOOP-16711
>                 URL: https://issues.apache.org/jira/browse/HADOOP-16711
>             Project: Hadoop Common
>          Issue Type: Sub-task
>          Components: fs/s3
>    Affects Versions: 3.2.1
>            Reporter: Rajesh Balamohan
>            Assignee: Mukund Thakur
>            Priority: Minor
>              Labels: performance
>         Attachments: HADOOP-16711.prelim.1.patch
>
>
> When authoritative mode is enabled with s3guard, it would be good to skip verifyBuckets call during S3A filesystem init(). This would save call to S3 during init method.



--
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