Jing Zhao created HDFS-4357: ------------------------------- Summary: After calling replaceSelf, further operations that should be processed on the new INode may be applied to the original INode Key: HDFS-4357 URL: https://issues.apache.org/jira/browse/HDFS-4357 Project: Hadoop HDFS Issue Type: Sub-task Reporter: Jing Zhao Assignee: Jing Zhao
An example is in INode#setModificationTime, if the INode is an instance of INodeDirectory, after replacing itself with a new INodeDirectoryWithSnapshot, the change of the modification time should happen in the new INodeDirectoryWithSnapshot instead of the original INodeDirectory. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira