rakeshadr opened a new pull request, #3481:
URL: https://github.com/apache/ozone/pull/3481

   ## What changes were proposed in this pull request?
   
   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:
   
       /a/a
       /a/c
       /a/d
   If given startKey: "/a/b", here should return ["/a/c", "/a/d"]
   
   [Reference 
comment](https://github.com/apache/hadoop-ozone/pull/1503#discussion_r506857023)
   
   ## What is the link to the Apache JIRA
   
   https://issues.apache.org/jira/browse/HDDS-4364
   
   ## How was this patch tested?
   
   Added test cases.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to