You are viewing a plain text version of this content. The canonical link for it is here.
Posted to hdfs-dev@hadoop.apache.org by "Surendra Singh Lilhore (JIRA)" <ji...@apache.org> on 2015/09/14 16:16:46 UTC

[jira] [Created] (HDFS-9076) Log full path instead of inodeId in DFSClient#closeAllFilesBeingWritten()

Surendra Singh Lilhore created HDFS-9076:
--------------------------------------------

             Summary: Log full path instead of inodeId in DFSClient#closeAllFilesBeingWritten()
                 Key: HDFS-9076
                 URL: https://issues.apache.org/jira/browse/HDFS-9076
             Project: Hadoop HDFS
          Issue Type: Bug
          Components: hdfs-client
            Reporter: Surendra Singh Lilhore
            Assignee: Surendra Singh Lilhore


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



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)