[
https://issues.apache.org/jira/browse/SOLR-4858?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13671045#comment-13671045
]
Alexey Serba commented on SOLR-4858:
------------------------------------
{noformat}
# this will cause a searcher leak because the directory failed to close
ant test -Dtestcase=TestReloadAndDeleteDocs
-Dtests.method=testReloadAndDeleteDocsWithUpdateLog
{noformat}
It seems that this test started failing after the following commit:
{noformat}
0226c616297c84196753f0989b45471b59c7c09a is the first bad commit
commit 0226c616297c84196753f0989b45471b59c7c09a
Author: Mark Robert Miller <[email protected]>
Date: Mon Mar 18 04:51:18 2013 +0000
SOLR-4604: SolrCore is not using the UpdateHandler that is passed to it in
SolrCore#reload.
git-svn-id:
https://svn.apache.org/repos/asf/lucene/dev/branches/branch_4x@1457641
13f79535-47bb-0310-9956-ffa450edef68
{noformat}
https://github.com/apache/lucene-solr/commit/0226c616297c84196753f0989b45471b59c7c09a
> updateLog + core reload + deleteByQuery = leaked directory
> ----------------------------------------------------------
>
> Key: SOLR-4858
> URL: https://issues.apache.org/jira/browse/SOLR-4858
> Project: Solr
> Issue Type: Bug
> Affects Versions: 4.2.1
> Reporter: Hoss Man
> Fix For: 4.3.1
>
> Attachments: SOLR-4858.patch, SOLR-4858.patch
>
>
> I havene't been able to make sense of this yet, but trying to track down
> another bug lead me to discover that the following combination leads to
> problems...
> * updateLog enabled
> * do a core reload
> * do a delete by query \*:\*
> ...leave out any one of the three, and everything works fine.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
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]