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/07/12 03:48:00 UTC

[jira] [Updated] (HDDS-6992) ListKeys : SubPaths with a mixture of files and dirs breaks sorted order

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

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

> ListKeys : SubPaths with a mixture of files and dirs breaks sorted order 
> -------------------------------------------------------------------------
>
>                 Key: HDDS-6992
>                 URL: https://issues.apache.org/jira/browse/HDDS-6992
>             Project: Apache Ozone
>          Issue Type: Sub-task
>            Reporter: Rakesh Radhakrishnan
>            Assignee: Rakesh Radhakrishnan
>            Priority: Major
>              Labels: pull-request-available
>
> Say, Files & Dirs in the namespace:
> {code:java}
> /a1/b1/c1/c1.tx;
> /a110.tx
> /a111.tx
> /x/y/z/z1.tx
> /dir1/dir2/dir3/d11.tx
> {code}
> Expected List:
> {code:java}
> [a1/, a1/b1/, a1/b1/c1/, a1/b1/c1/c1.tx, a110.tx, a111.tx, dir1/, dir1/dir2/, dir1/dir2/dir3/, dir1/dir2/dir3/d11.tx, x/, x/y/, x/y/z/, x/y/z/z1.tx]
> {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

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