Re: [PR] SOLR-17298 backport from main. ThreadCpuTimer for multi-threaded search [solr]

2024-08-01 Thread via GitHub
gus-asf merged PR #2604: URL: https://github.com/apache/solr/pull/2604 -- 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...@solr.apache.or

[PR] SOLR-17298 backport from main. ThreadCpuTimer for multi-threaded search [solr]

2024-07-30 Thread via GitHub
gus-asf opened a new pull request, #2604: URL: https://github.com/apache/solr/pull/2604 Simplify ThreadCpuTimer by never instantiating it, and instead tracking any number of contexts per thread. This avoids thread safety issues previously caused by keeping state in a field. Also add TestIn