[ 
https://issues.apache.org/jira/browse/SOLR-3392?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13259164#comment-13259164
 ] 

Yonik Seeley commented on SOLR-3392:
------------------------------------

{code}
   [junit4]    > (@AfterClass output)
   [junit4]   2> 35484 T1048 oash.SnapPuller.fetchLatestIndex SEVERE Master at: 
http://localhost:40685/solr/replication is not available. Index fetch failed. 
Exception: Connect to localhost:40685 timed out
   [junit4]   2> 153931 T846 oas.SolrTestCaseJ4.endTrackingSearchers SEVERE 
ERROR: SolrIndexSearcher opens=74 closes=73
{code}

It's often the case that an earlier failure can cause tests to abort in such 
ways that not everything is cleaned up and you'll also see a searcher mismatch 
error.

Perhaps there's a way to tell if a test has already failed, then this 
open/closed searcher test can be skipped?

                
> searcher leak when openSearcher=false
> -------------------------------------
>
>                 Key: SOLR-3392
>                 URL: https://issues.apache.org/jira/browse/SOLR-3392
>             Project: Solr
>          Issue Type: Bug
>            Reporter: Yonik Seeley
>             Fix For: 4.0
>
>
> It appears we have a searcher leak where SolrIndexSearcher instances are 
> sometimes not being closed.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to