mkhludnev commented on pull request #376: URL: https://github.com/apache/solr/pull/376#issuecomment-955586812
I don't like `SRI.addCloseHookStrict()` too, @dsmiley. As another band-aid I can put that atomic boolean wrapper into `JoinQuery` only. WDYT, @madrob ? The question closer to the root cause is why `SRI.getInheritableThreadLocalProvider().clean()` not only cleans threadlocal (which make sense for thread returning into the pool) but also closes SRI which it hasn't created. -- 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]
