[
https://issues.apache.org/jira/browse/HDFS-7119?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14149265#comment-14149265
]
Hudson commented on HDFS-7119:
------------------------------
FAILURE: Integrated in Hadoop-Mapreduce-trunk #1908 (See
[https://builds.apache.org/job/Hadoop-Mapreduce-trunk/1908/])
HDFS-7119. Split error checks in AtomicFileOutputStream#close into separate
conditions to improve diagnostics. Contributed by Chris Nauroth. (cnauroth: rev
9f9a2222a2e142a47537bc57ca98fb07a7a78ad4)
* hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
*
hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/util/TestAtomicFileOutputStream.java
*
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/util/AtomicFileOutputStream.java
> Split error checks in AtomicFileOutputStream#close into separate conditions
> to improve diagnostics.
> ---------------------------------------------------------------------------------------------------
>
> Key: HDFS-7119
> URL: https://issues.apache.org/jira/browse/HDFS-7119
> Project: Hadoop HDFS
> Issue Type: Sub-task
> Components: journal-node
> Reporter: Chris Nauroth
> Assignee: Chris Nauroth
> Priority: Minor
> Fix For: 2.6.0
>
> Attachments: HDFS-7119.1.patch
>
>
> {{AtomicFileOutputStream#close}} throws an exception if either deleting the
> original file or renaming the temp file fails, but the exception isn't
> specific about which step failed. Splitting these into separate conditions
> with different error messages could help diagnose a permissions problem more
> quickly.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)