swamirishi opened a new pull request, #9393: URL: https://github.com/apache/ozone/pull/9393
## What changes were proposed in this pull request? Currently when using ByteArrayCodec the defrag internally creates a copy of the buffer by allocating a new byte array for each and every key. This can be avoided if we directly use CodecBuffer provided by the table. The patch creates a new CodecBufferCodec for avoid unnecessary creation of objects. The patch also adds sufficient amount of unit tests to test each function of the defrag service ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-14027 ## How was this patch tested? Added unit test -- 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]
