Uploaded image for project: 'Hadoop Common'
  1. Hadoop Common
  2. HADOOP-12551

Introduce FileNotFoundException for WASB FileSystem API

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 2.7.1
    • 2.8.0, 3.0.0-alpha1
    • tools
    • None
    • Reviewed

    Description

      HADOOP-12533 introduced FileNotFoundException to the read and seek API for WASB. The open and getFileStatus api currently throws FileNotFoundException correctly when the file does not exists when the API is called but does not throw the same exception if there is another thread/process deletes the file during its execution. This Jira fixes that behavior.

      This jira also re-examines other Azure storage store calls to check for BlobNotFoundException in setPermission(), setOwner, rename(), delete(), open(), listStatus() APIs.

      Attachments

        1. HADOOP-12551.001.patch
          49 kB
          Dushyanth
        2. HADOOP-12551.002.patch
          48 kB
          Dushyanth
        3. HADOOP-12551.003.patch
          48 kB
          Dushyanth
        4. HADOOP-12551.004.patch
          47 kB
          Dushyanth

        Activity

          People

            dchickabasapa Dushyanth
            dchickabasapa Dushyanth
            Votes:
            0 Vote for this issue
            Watchers:
            6 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: