You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ozone.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2022/05/31 07:45:00 UTC

[jira] [Updated] (HDDS-4859) [FSO]ListKeys: seek all the files/dirs from startKey to keyPrefix

     [ https://issues.apache.org/jira/browse/HDDS-4859?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

ASF GitHub Bot updated HDDS-4859:
---------------------------------
    Labels: pull-request-available  (was: )

> [FSO]ListKeys: seek all the files/dirs from startKey to keyPrefix
> -----------------------------------------------------------------
>
>                 Key: HDDS-4859
>                 URL: https://issues.apache.org/jira/browse/HDDS-4859
>             Project: Apache Ozone
>          Issue Type: Sub-task
>          Components: Ozone Client
>            Reporter: Rakesh Radhakrishnan
>            Assignee: Rakesh Radhakrishnan
>            Priority: Major
>              Labels: pull-request-available
>
> This is a follow-up task to HDDS-4683.  Say, we have below is the Ozone FS tree. 
> {code:java}
>                buck-1
>                 |
>                 a
>                 |
>       ---------------------------------------
>      |           |                           |
>      b1          b2                          b3
>    -----       -----------------          ----------
>    |    |      |    |           |        |    |     |
>   c1   c2     d1   d2           d3       e1   e2   e3
>                   ------                 |
>                  |      |                |
>               d21.txt  d22.txt        e11.txt
> {code}
>  
> {{ozoneBuck#listKeys("a/", "a/b2/d2/d21.txt");}} should do back and forth search in FileTable and DirTable.
> Output list should be something like -> {{d22.txt, d3, b3, e1, e11.txt, e2, e3}}
>  



--
This message was sent by Atlassian Jira
(v8.20.7#820007)

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