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

Log full path instead of inodeId in DFSClient#closeAllFilesBeingWritten()

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 2.8.0, 3.0.0-alpha1
    • hdfs-client
    • None
    • Reviewed

    Description

             try {
                if (abort) {
                  out.abort();
                } else {
                  out.close();
                }
              } catch(IOException ie) {
                LOG.error("Failed to " + (abort? "abort": "close") +
                        " inode " + inodeId, ie);
              }
      

      Attachments

        1. HDFS-9076.02.patch
          2 kB
          Surendra Singh Lilhore
        2. HDFS-9076.01.patch
          2 kB
          Surendra Singh Lilhore
        3. HDFS-9076.patch
          2 kB
          Surendra Singh Lilhore

        Activity

          People

            surendralilhore Surendra Singh Lilhore
            surendralilhore Surendra Singh Lilhore
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: