[
https://issues.apache.org/jira/browse/HADOOP-4225?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12632865#action_12632865
]
dhruba borthakur commented on HADOOP-4225:
------------------------------------------
I am handling "append" as precisely the same as "opening the file at creation
time and writing to it". I am assuming that every modification to a file also
counts as an "access" to the file, hence every modification (including appends)
should update the access time as well.
> FSEditLog logs modification time instead of access time.
> --------------------------------------------------------
>
> Key: HADOOP-4225
> URL: https://issues.apache.org/jira/browse/HADOOP-4225
> Project: Hadoop Core
> Issue Type: Bug
> Components: dfs
> Affects Versions: 0.19.0
> Reporter: Konstantin Shvachko
> Priority: Blocker
> Fix For: 0.19.0
>
>
> ((FSEditLog.logOpenFile()}} does not persist accessTime but modificationTime
> instead. Should be {{getAccessTime()}}.
> Introduced in HADOOP-1869.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.