Rakesh Radhakrishnan created HDDS-6992:
------------------------------------------

             Summary: 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


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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to