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 2018/02/05 22:55:02 UTC

[jira] [Created] (HADOOP-15210) Handle FNFE from S3Guard.getMetadataStore() in S3A initialize()

Steve Loughran created HADOOP-15210:
---------------------------------------

             Summary: Handle FNFE from S3Guard.getMetadataStore() in S3A initialize()
                 Key: HADOOP-15210
                 URL: https://issues.apache.org/jira/browse/HADOOP-15210
             Project: Hadoop Common
          Issue Type: Sub-task
          Components: fs/s3
    Affects Versions: 3.0.0
            Reporter: Steve Loughran


{{S3Guard.getMetadataStore()}} throws FileNotFoundExceptions up, as the comments say " rely on callers to catch and treat specially"

S3A Filesystem doesn't do that, instead it will just fail FileSystem.initialize; the FNFE  is generated by DynamoDBMetadataStore.

Are we happy with this? 

Downgrading has some appeal: if you don't have the table, it will keep going. But failures could be a sign of bad config, so maybe silent recovery is bad.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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