Fei Hui created HADOOP-14065:
--------------------------------

             Summary: oss directory filestatus should use meta time
                 Key: HADOOP-14065
                 URL: https://issues.apache.org/jira/browse/HADOOP-14065
             Project: Hadoop Common
          Issue Type: Bug
          Components: fs/oss
    Affects Versions: 3.0.0-alpha2
            Reporter: Fei Hui
            Assignee: Fei Hui


code in getFileStatus function
else if (objectRepresentsDirectory(key, meta.getContentLength())) {
  return new FileStatus(0, true, 1, 0, 0, qualifiedPath);
}

we should set right modifiedtime



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

---------------------------------------------------------------------
To unsubscribe, e-mail: common-dev-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-dev-h...@hadoop.apache.org

Reply via email to