sumitagrawl opened a new pull request, #5946: URL: https://github.com/apache/ozone/pull/5946
## What changes were proposed in this pull request? There is possibility of ThreadLocal memory leak during rotation of key as thread local variable is never released, so for thread safety for mac instance, concurrent hash map with thread Id as key is used (Mac instance is not thread safe) ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-10089 ## How was this patch tested? - existing test case cover functionality -- 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]
