Description
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".
Attachments
Attachments
Issue Links
- is blocked by
-
HDFS-5329 Update FSNamesystem#getListing() to handle inode path in startAfter token
- Closed