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

Dawid Weiss commented on LUCENE-4177:
-------------------------------------

This looks good to me and I'd apply it -- since we cannot reproduce this 
reliably it's better than nothing. 

As a side note, wouldn't it be easier to propagate a single flag object instead 
of method calls? I mean propagate a single AtomicBoolean down to all children 
tasks (passed in constructors or at initialization time). Then it wouldn't 
matter when or where you set the flag -- all the objects would see a single 
state.
                
> TestPerfTasksLogic.testBGSearchTaskThreads sometimes fails or hangs on Windows
> ------------------------------------------------------------------------------
>
>                 Key: LUCENE-4177
>                 URL: https://issues.apache.org/jira/browse/LUCENE-4177
>             Project: Lucene - Core
>          Issue Type: Bug
>            Reporter: Robert Muir
>         Attachments: LUCENE-4177.patch
>
>
> e.g.
> http://jenkins.sd-datasolutions.de/job/Lucene-Solr-4.x-Windows-Java6-64/147/
> http://jenkins.sd-datasolutions.de/job/Lucene-Solr-trunk-Windows-Java7-64/408/
> this has happened a couple times... but always on Windows.

--
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