[ 
https://issues.apache.org/jira/browse/SOLR-5007?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13700530#comment-13700530
 ] 

Dawid Weiss commented on SOLR-5007:
-----------------------------------

Ok, I think I know. Whenever you're using this:
{code}
@ThreadLeakScope(Scope.NONE) // hdfs mini cluster currently leaks threads
{code}

it means any threads this test leaves behind will be a problem to debug. And 
any threads they themselves create will cause a thread leak later. So it's not 
a bug in the test framework.

This annotation is present in a number of classes; it'd be best to get rid of 
it as soon as possible...
                
> TestRecoveryHdfs seems to be leaking a thread occasionally that ends up 
> failing a completely different test.
> ------------------------------------------------------------------------------------------------------------
>
>                 Key: SOLR-5007
>                 URL: https://issues.apache.org/jira/browse/SOLR-5007
>             Project: Solr
>          Issue Type: Test
>            Reporter: Mark Miller
>            Assignee: Mark Miller
>


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

Reply via email to