[
https://issues.apache.org/jira/browse/SOLR-3392?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Yonik Seeley resolved SOLR-3392.
--------------------------------
Resolution: Fixed
Fix Version/s: 4.0
I just committed a fix - it was a really simple silly bug. When
openSearcher=false, we requested a new searcher but then never decremented it
when we were done. Although the getSearcher() code itself had good test
coverage (that's the more complicated code I was worried about), the caller in
this specific case (DirectUpdateHandler2) did not.
> searcher leak
> -------------
>
> 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]