You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@solr.apache.org by "Houston Putman (Jira)" <ji...@apache.org> on 2022/03/10 22:20:00 UTC

[jira] [Created] (SOLR-16094) TestSolrConfigHandlerCloud is failing on OSX due to hanging SolrCore.reload calls

Houston Putman created SOLR-16094:
-------------------------------------

             Summary: TestSolrConfigHandlerCloud is failing on OSX due to hanging SolrCore.reload calls
                 Key: SOLR-16094
                 URL: https://issues.apache.org/jira/browse/SOLR-16094
             Project: Solr
          Issue Type: Bug
      Security Level: Public (Default Security Level. Issues are Public)
            Reporter: Houston Putman


As the title says, we are getting consistent (yet non-repeatable) failures of {{TestSolrConfigHandlerCloud}} due to {{SolrCore.reload()}} hanging for the duration of the test. This is called in the ZKEventListenerThread, so it's only cleaned up after the test fails and all stale threads are killed. However when the thread is killed the reload is continued and we get a log line about "Opening new SolrCore at ...", therefore the hanging happens somewhere at the beginning of {{SolrCore.reload()}} before the new SolrCore is created.

I cannot reproduce this locally yet so I have no ideas as to where the hanging could come from yet.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@solr.apache.org
For additional commands, e-mail: issues-help@solr.apache.org