Details
-
Bug
-
Status: Patch Available
-
Major
-
Resolution: Unresolved
-
0.23.0, 2.0.0-alpha
-
None
Description
After the dicussion in HDFS-2436, unsupported behaviour for setTimes was intentional (HADOOP-1869).
But current INode structure hierarchy seems, it supports atime for directories also. But as per HADOOP-1869, we are supporting only for files. To avoid the confusions, we can move the atime fields to INodeFile as we planned to support setTimes only for files. And also restrict the support for setTimes on directories ( which is implemented with HDFS-2436 ).
Attachments
Attachments
Issue Links
- is related to
-
HDFS-2436 FSNamesystem.setTimes(..) expects the path is a file.
- Closed
-
HADOOP-1377 Creation time and modification time for hadoop files and directories
- Closed
-
HADOOP-1869 access times of HDFS files
- Closed
- relates to
-
MAPREDUCE-3592 DistCp should not setTimes on directories
- Open