swamirishi opened a new pull request, #9317: URL: https://github.com/apache/ozone/pull/9317
## What changes were proposed in this pull request? After [HDDS-13005](https://issues.apache.org/jira/browse/HDDS-13005) all keys returned by SstFileSetReader is going to be monotonically sorted increasing order thus using rocksdbIterator for getting the keys would be more optimzed than doing multiple gets. Examples of well-written pull requests: * [#3980](https://github.com/apache/ozone/pull/3980) * [#5265](https://github.com/apache/ozone/pull/5265) * [#4701](https://github.com/apache/ozone/pull/4701) * [#5283](https://github.com/apache/ozone/pull/5283) * [#5300](https://github.com/apache/ozone/pull/5300) ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-13930 ## How was this patch tested? Added unit tests -- 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]
