dino2895 opened a new pull request, #11078: URL: https://github.com/apache/ozone/pull/11078
## What changes were proposed in this pull request? Avoid creating flattened location list copies in the following `KeyManagerImpl` read paths: - Block token generation - Datanode sorting - Container ID extraction These paths now iterate `getLocationLists()` directly while preserving the existing behavior. ## What is the link to the Apache Jira? https://issues.apache.org/jira/browse/HDDS-16214 ## How was this patch tested? - `mvn -pl :ozone-manager -am clean test -Dtest=TestKeyManagerUnit#listStatus -Dsurefire.failIfNoSpecifiedTests=false -DskipShade -DskipRecon -DskipDocs` - `./hadoop-ozone/dev-support/checks/checkstyle.sh` -- 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]
