[ https://issues.apache.org/jira/browse/HDFS-9076?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Vinayakumar B updated HDFS-9076: -------------------------------- Resolution: Fixed Hadoop Flags: Reviewed Fix Version/s: 2.8.0 Status: Resolved (was: Patch Available) Committed to trunk and branch-2. Thanks [~surendrasingh] > 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 > Fix For: 2.8.0 > > Attachments: HDFS-9076.01.patch, HDFS-9076.02.patch, HDFS-9076.patch > > > {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)