You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Steven Bower (JIRA)" <ji...@apache.org> on 2013/05/16 22:37:17 UTC

[jira] [Resolved] (SOLR-4831) Transaction logs are leaking

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

Steven Bower resolved SOLR-4831.
--------------------------------

    Resolution: Duplicate
    
> Transaction logs are leaking
> ----------------------------
>
>                 Key: SOLR-4831
>                 URL: https://issues.apache.org/jira/browse/SOLR-4831
>             Project: Solr
>          Issue Type: Bug
>            Reporter: Steven Bower
>
> We have a system in which a client is sending 1 record at a time (via REST) followed by a commit. This has produced ~65k tlog files and the JVM has run out of file descriptors... I grabbed a heap dump from the JVM and I can see ~52k "unreachable" FileDescriptors... This leads me to believe that the TransactionLog is not properly closing all of it's files before getting rid of the object... 
> I've verified with lsof that indeed there are ~60k tlog files that are open currently..
> This is Solr 4.3.0

--
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: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org