Uploaded image for project: 'Hadoop Common'
  1. Hadoop Common
  2. HADOOP-11694 Über-jira: S3a phase II: robustness, scale and performance
  3. HADOOP-13857

S3AUtils.translateException to map (wrapped) InterruptedExceptions to InterruptedIOEs

    XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 2.8.0
    • 2.8.0, 3.0.0-alpha2
    • fs/s3
    • None
    • Reviewed

    Description

      Currently S3AUtils.translateException doesn't recognise interruptions; it just sees an AmazonClientException chain which is then relayed up.

      Proposed: look for an InterruptedIOException at the base of the chain of exceptions, map it to an InterruptedIOException

      Attachments

        1. HADOOP-13857-001.patch
          4 kB
          Steve Loughran

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: