adoroszlai opened a new pull request, #9631: URL: https://github.com/apache/ozone/pull/9631
## What changes were proposed in this pull request? Reduce copying of maps in `OmKeyArgs`: - inherit `metadata` map from `WithMetadata` and its builder - use `MapBuilder` for `tags` in `OmKeyArgs.Builder` Since `metadata` is now immutable, change `BlockOutputStreamEntryPool` and `BlockDataStreamOutputEntryPool` to keep an `OmKeyArgs.Builder` instead of `OmKeyArgs`. https://issues.apache.org/jira/browse/HDDS-14169 ## How was this patch tested? CI: https://github.com/adoroszlai/ozone/actions/runs/20959833882 -- 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]
