[ https://issues.apache.org/jira/browse/HADOOP-4669?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12652123#action_12652123 ]
Hudson commented on HADOOP-4669: -------------------------------- Integrated in Hadoop-trunk #675 (See [http://hudson.zones.apache.org/hudson/job/Hadoop-trunk/675/]) . Use correct operator when evaluating whether access time is enabled Contributed by Dhruba Borthakur. > A file-open sometimes may not set the access time of a file > ----------------------------------------------------------- > > Key: HADOOP-4669 > URL: https://issues.apache.org/jira/browse/HADOOP-4669 > Project: Hadoop Core > Issue Type: Bug > Components: dfs > Reporter: dhruba borthakur > Assignee: dhruba borthakur > Fix For: 0.20.0 > > Attachments: setTimesBug.patch > > > The access time of a file may not be set even when the file is opened for > read. This is because FileSystem.getBlockLocationsInternal may not correctly > evaluate the condition that checks whether "access time" is enabled or not. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.