sumitagrawl opened a new pull request, #5944:
URL: https://github.com/apache/ozone/pull/5944

   ## What changes were proposed in this pull request?
   
   `nodesInOrder` was declared as threadLocal which is not necessary. This have 
below impact:
   - Memory leak for thread local as its never released and every pipeline 
creation have this created
   - other threads if need to use nodeInOrder, it will not get as its set from 
first thread getting pipeline details
   
   This change do not have impact as its accessed using getter/setter.
   
   ## What is the link to the Apache JIRA
   
   https://issues.apache.org/jira/browse/HDDS-9848
   
   ## How was this patch tested?
   
   - existing test case cover 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]

Reply via email to