duongkame opened a new pull request, #5092: URL: https://github.com/apache/ozone/pull/5092
Ozone not to disable netty resource leak detector in datanode. ## What changes were proposed in this pull request? Forcing datanode to disable the Netty leak detector is premature optimization. This prevents efforts to debug memory leaks in Ozone. The default netty leak detection level is SIMPLE, meaning it doesn't create any stacktrace and hurt performance. Ref: https://netty.io/wiki/reference-counted-objects.html#wiki-h3-11 ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-9047 ## How was this patch tested? -- 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]
