szetszwo opened a new pull request, #5302: URL: https://github.com/apache/ozone/pull/5302
## What changes were proposed in this pull request? CodecBuffer overrides the finalize() method for leak detection. It turns out causing a much longer GC time. (Thanks @duongkame for finding it out.) This JIRA is to change CodecBuffer not to override finalize(). In the test, we will create a subclass to override CodecBuffer for leak detection. ## What is the link to the Apache JIRA HDDS-9295 ## How was this patch tested? Added a new 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]
