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 "Rajesh Balamohan (JIRA)" <ji...@apache.org> on 2016/10/25 00:52:58 UTC

[jira] [Created] (HADOOP-13757) Remove verifyBuckets overhead in S3AFileSystem::initialize()

Rajesh Balamohan created HADOOP-13757:
-----------------------------------------

             Summary: Remove verifyBuckets overhead in S3AFileSystem::initialize()
                 Key: HADOOP-13757
                 URL: https://issues.apache.org/jira/browse/HADOOP-13757
             Project: Hadoop Common
          Issue Type: Sub-task
          Components: fs/s3
            Reporter: Rajesh Balamohan
            Priority: Minor


{{S3AFileSystem.initialize()}} invokes verifyBuckets, but in case the bucket does not exist and gets a 403 error message, it ends up returning {{true}} for {{s3.doesBucketExists(bucketName}}.  In that aspect,  verifyBuckets() is an unnecessary call during initialization. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: common-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-issues-help@hadoop.apache.org