Uploaded image for project: 'Hadoop HDFS'
  1. Hadoop HDFS
  2. HDFS-7199

DFSOutputStream should not silently drop data if DataStreamer crashes with an unchecked exception

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Critical
    • Resolution: Fixed
    • 2.5.0
    • 2.6.0
    • hdfs-client
    • None

    Description

      If the DataStreamer thread encounters a non-I/O exception then it closes the output stream but does not set lastException. When the client later calls close on the output stream then it will see the stream is already closed with lastException == null, mistakently think this is a redundant close call, and fail to report any error to the client.

      Attachments

        1. HDFS-7199-WIP.patch
          0.7 kB
          Chen He
        2. HDFS-7199.patch
          0.8 kB
          Rushabh Shah
        3. HDFS-7199-1.patch
          0.7 kB
          Rushabh Shah

        Activity

          People

            shahrs87 Rushabh Shah
            jlowe Jason Darrell Lowe
            Votes:
            0 Vote for this issue
            Watchers:
            14 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: