rmuir commented on PR #11847:
URL: https://github.com/apache/lucene/pull/11847#issuecomment-1279364308

   both are an issue.
   
   The threadlocal will leak badly, especially for cases that "churn" lots of 
threads (e.g. jetty defaults, e.g. java webapps). It will cause more harm than 
good.
   
   the private map just leaks for the caller by unnecessarily saving strings. 
it's a lot of overhead to datainput to add this map. keep in mind datainput 
isn't closeable and has other implementations such as ByteArrayDataInput.
   
   Sorry, I don't see advantages to this stuff.


-- 
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: issues-unsubscr...@lucene.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org
For additional commands, e-mail: issues-h...@lucene.apache.org

Reply via email to