Daniel Dai created HIVE-17254:
---------------------------------

             Summary: Skip updating AccessTime of recycled files in 
ReplChangeManager
                 Key: HIVE-17254
                 URL: https://issues.apache.org/jira/browse/HIVE-17254
             Project: Hive
          Issue Type: Bug
          Components: repl
            Reporter: Daniel Dai
            Assignee: Daniel Dai


For recycled file, we update both ModifyTime and AccessTime:
fs.setTimes(path, now, now);
On some version of hdfs, this is now allowed when 
"dfs.namenode.accesstime.precision" is set to 0. Though the issue is solved in 
HDFS-9208, we don't use AccessTime in CM and this could be skipped so we don't 
have to fail on this scenario.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to