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

Mark Miller commented on LUCENE-3985:
-------------------------------------

I saw another:

   2) Thread[id=13, name=SessionTracker, state=TIMED_WAITING, 
group=TGRP-FullSolrCloudTest]
        at java.lang.Object.wait(Native Method)
        at 
org.apache.zookeeper.server.SessionTrackerImpl.run(SessionTrackerImpl.java:145)
        at __randomizedtesting.SeedInfo.seed([657241244CA545BB]:0)

This, like I think some of the others, is stopping - it just has not stopped 
yet I guess. In this case, ZooKeeper tries to shutdown this thread simply by 
setting running to false - on its next loop it will notice and bail. ZooKeeper 
doesn't wait to make sure that has happened before returning from shutdown 
though.
                
> Refactor support for thread leaks
> ---------------------------------
>
>                 Key: LUCENE-3985
>                 URL: https://issues.apache.org/jira/browse/LUCENE-3985
>             Project: Lucene - Core
>          Issue Type: Improvement
>          Components: general/test
>            Reporter: Dawid Weiss
>            Assignee: Dawid Weiss
>            Priority: Minor
>             Fix For: 4.0
>
>         Attachments: LUCENE-3985.patch
>
>
> This will be duplicated in the runner and in LuceneTestCase; try to 
> consolidate.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
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