sumitagrawl commented on PR #8161: URL: https://github.com/apache/ozone/pull/8161#issuecomment-2866452833
> Thanks @ArafatKhan2198 for the patch. I think the `prevKeyPrefix` and newly added `startPrefix` will work same, else they contradict each other. In RocksDB search, since its sequential search , search relies on seek of rocksDB table iterator. And in this API, it already receiving `prevKeyPrefix` as input which is correct and in case of `FSO`, that `prevKeyPrefix` value will already be transformed based on `FSO` and `OBS` accordingly. Pls check this. So I am not able to understand the difference between `prevKeyPrefix` and newly added `startPrefix` There is a difference in behavior, startPrefix also act as stoppage to avoid going to other sub-ordinate directory. other cases is same. Current implementation do not take care .... -- 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: issues-unsubscr...@ozone.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@ozone.apache.org For additional commands, e-mail: issues-h...@ozone.apache.org