Uploaded image for project: 'Hadoop Common'
  1. Hadoop Common
  2. HADOOP-14531 [Umbrella] Improve S3A error handling & reporting
  3. HADOOP-13059

S3a over-reacts to potentially transient network problems in its init() logic

    XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Resolved
    • Minor
    • Resolution: Duplicate
    • 2.8.0
    • None
    • fs/s3
    • None

    Description

      If there's a reason for s3a not being able to connect to AWS, then the constructor fails, even if this is a potentially transient event.

      This happens because the code to check for a bucket existing will relay the exceptions.

      The constructor should catch IOEs against the remote FS, downgrade to warn and let the code continue; it may fail later, but it may also recover.

      Attachments

        1. HADOOP-13059-001.patch
          11 kB
          Steve Loughran

        Issue Links

          Activity

            People

              Unassigned Unassigned
              stevel@apache.org Steve Loughran
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: