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

Dawid Weiss commented on LUCENE-6439:
-------------------------------------

It looks like an unclosed executor from an internal channel management in the 
JRE (windows-only). Iocp says:
{code}
/**
 * Windows implementation of AsynchronousChannelGroup encapsulating an I/O
 * completion port.
 */
{code}

Maybe surefire uses async file channels for something and this fires the 
executor somehow?

> Create test-framework/src/test
> ------------------------------
>
>                 Key: LUCENE-6439
>                 URL: https://issues.apache.org/jira/browse/LUCENE-6439
>             Project: Lucene - Core
>          Issue Type: Test
>            Reporter: Robert Muir
>            Assignee: Robert Muir
>             Fix For: Trunk, 5.2
>
>         Attachments: LUCENE-6439-maven.patch, LUCENE-6439.patch
>
>
> We have quite a few tests (~30 suites) for test-framework stuff 
> ("test-the-tester") but currently they all sit in lucene/core housed with 
> real tests.
> I think we should just give test-framework a src/test and move these tests 
> there. This makes the build simpler in the future too, because its less 
> "special". 



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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to