sumitagrawl opened a new pull request, #5748: URL: https://github.com/apache/ozone/pull/5748
## What changes were proposed in this pull request? FIXED_BYTESTRING_CACHE is used to cache encoded text to avoid frequent encoding of token's kind and service field. But serviceId is containerId and blockId which vary and hence cache keeps growing always causing memory leak. As fix, do not need cache serviceId of token. ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-9879 ## How was this patch tested? Existing test cases should not have any impact -- 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]
