jengebr commented on PR #2593:
URL: https://github.com/apache/logging-log4j2/pull/2593#issuecomment-2125164934

   @rgoers thank you for explaining.  Unfortunately I support several 
applications that rely on CloseableThreadContext to track short-lived context, 
and those operations trigger copies.  
`CloseableThreadContext$Instance.putAll()` is a good example: it calls 
`ThreadContext.putAll()`, which in turn delegates the work to the various 
implementations and forces copies.
   


-- 
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: notifications-unsubscr...@logging.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to