You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ozone.apache.org by "Rakesh Radhakrishnan (Jira)" <ji...@apache.org> on 2020/10/22 02:46:00 UTC

[jira] [Created] (HDDS-4364) List FileStatus : startKey can be a non-existed path

Rakesh Radhakrishnan created HDDS-4364:
------------------------------------------

             Summary: List FileStatus : startKey can be a non-existed path
                 Key: HDDS-4364
                 URL: https://issues.apache.org/jira/browse/HDDS-4364
             Project: Hadoop Distributed Data Store
          Issue Type: Sub-task
            Reporter: Rakesh Radhakrishnan
            Assignee: Rakesh Radhakrishnan


StartKey can be a non-existed key in the {{keyManager#listStatus}}}} API. Needs special handling to search the path in FileTable and in DirTable.

For Example, OM has namespace like:
{code:java}
    /a/a
    /a/c
    /a/d
{code}
If given {{startKey: "/a/b"}}, here should return {{["/a/c", "/a/d"]}}

[Reference comment|https://github.com/apache/hadoop-ozone/pull/1503#discussion_r506857023]



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: ozone-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: ozone-issues-help@hadoop.apache.org