-----------------------------------------------------------------
Key: HDFS-1498
URL: https://issues.apache.org/jira/browse/HDFS-1498
Project: Hadoop HDFS
Issue Type: Bug
Components: name-node
Reporter: Eli Collins
Assignee: Eli Collins
Priority: Minor
Fix For: 0.22.0
The HDFSConcat test fails when asserts are enabled because FSDirectory#unprotectedConcat calls INode#setModificationTime on a file, this method asserts that the argument is a directory. It should use setModificationTimeForce since we know the target is a file, it's mod time should be set to now unconditionally since we know we're modifying it. The behavior should be equivalent.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.