[
https://issues.apache.org/jira/browse/SOLR-4829?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13659472#comment-13659472
]
Yonik Seeley commented on SOLR-4829:
------------------------------------
After a code review, one source leak is in ElectionContext.java:
{code}
if (!success && ulog.getRecentUpdates().getVersions(1).isEmpty()) {
{code}
introduced in SOLR-3933 (Solr 4.1)
> transaction log reference leak
> ------------------------------
>
> Key: SOLR-4829
> URL: https://issues.apache.org/jira/browse/SOLR-4829
> Project: Solr
> Issue Type: Bug
> Reporter: Yonik Seeley
>
> Failure to dereference tlogs or RecentUpdates can cause old transaction logs
> to never be closed & deleted.
--
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]