Re: [PR] Don't create a Thread when there is no thread [solr]

2024-07-22 Thread via GitHub
dsmiley merged PR #2514: URL: https://github.com/apache/solr/pull/2514 -- 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] Don't create a Thread when there is no thread [solr]

2024-06-13 Thread via GitHub
psalagnac opened a new pull request, #2514: URL: https://github.com/apache/solr/pull/2514 No Jira. This is just to clean-up a bad smell in the code. # Description We create a `java.lang.Thread` instance, but this thread is never started. It just acts as a target for anot