You are viewing a plain text version of this content. The canonical link for it is here.
Posted to hdfs-dev@hadoop.apache.org by "Brandon Li (JIRA)" <ji...@apache.org> on 2013/10/09 09:56:43 UTC

[jira] [Created] (HDFS-5330) fix readdir and readdirplus for large directories

Brandon Li created HDFS-5330:
--------------------------------

             Summary: fix readdir and readdirplus for large directories
                 Key: HDFS-5330
                 URL: https://issues.apache.org/jira/browse/HDFS-5330
             Project: Hadoop HDFS
          Issue Type: Sub-task
          Components: nfs
            Reporter: Brandon Li
            Assignee: Brandon Li


These two calls need to use cookies to do multiple round trips to namenode to get the complete list of the dirents. Currently implementation passes an inode path as "startAfter" for listPath(), however, namenode doesn't resolve startAfter as an inode path. Better use file name as "startAfter".



--
This message was sent by Atlassian JIRA
(v6.1#6144)