[ 
https://issues.apache.org/jira/browse/SOLR-4858?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Alexey Serba updated SOLR-4858:
-------------------------------

    Attachment: find_leak.sh

bq. Hmmm... git bisect?
Yes

{noformat}
sh> git status
# On branch branch_4x
nothing to commit (working directory clean)

sh> git clean -d -f -x; git checkout -- .; git bisect reset; git bisect start; 
git bisect good 539d7dba81a59f8644ef268ad238b5a9fc547645; git bisect bad 
d19f9bf904197d4e9594340e21a961fd617036cb;  git bisect run sh -c "bash 
../find_leak.sh 1>> ../bisect.log"
{noformat}

                
> 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: find_leak.sh, SOLR-4858.patch, 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]

Reply via email to