You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Shalin Shekhar Mangar (JIRA)" <ji...@apache.org> on 2016/08/08 01:54:20 UTC

[jira] [Updated] (SOLR-9392) CDCR Test failures due to leaked resources

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

Shalin Shekhar Mangar updated SOLR-9392:
----------------------------------------
    Attachment: SOLR-9392.patch

The bug was that BaseCdcrDistributedZkTest#updateMappingsFromZk was called while restarting nodes which used to replace the CloudJettyRunner instances with new ones without closing the resources being used by any existing CloudJettyRunner. The fix is to ensure that any old resources are closed before the CloudJettyRunner instances are replaced.

> CDCR Test failures due to leaked resources
> ------------------------------------------
>
>                 Key: SOLR-9392
>                 URL: https://issues.apache.org/jira/browse/SOLR-9392
>             Project: Solr
>          Issue Type: Bug
>      Security Level: Public(Default Security Level. Issues are Public) 
>          Components: CDCR, SolrCloud, Tests
>            Reporter: Shalin Shekhar Mangar
>            Assignee: Shalin Shekhar Mangar
>             Fix For: 6.2, master (7.0)
>
>         Attachments: SOLR-9392.patch
>
>
> The CDCR tests fail all the time due to leaked resources.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org