Description
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.