You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Uwe Schindler (JIRA)" <ji...@apache.org> on 2012/05/16 16:55:04 UTC

[jira] [Commented] (SOLR-3461) TestRealTimeGet.testStressRecovery() is sometimes very slow on Windows, using al CPUs

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

Uwe Schindler commented on SOLR-3461:
-------------------------------------

I investigated:
It is not related to Codecs or something like that, testStressRecovery uses Solr's API and not Lucene's API. It sometimes is very slow, this cannot always reproduced with the seed. So there must be some Windows-only deadlock/starvation-like problem, or maybe related to 2 cores like on the Jenkins Windows machine or my local laptop.

I added an assumeFalse(Constants.WINDOWS) for now.
                
> TestRealTimeGet.testStressRecovery() is sometimes very slow on Windows, using al CPUs
> -------------------------------------------------------------------------------------
>
>                 Key: SOLR-3461
>                 URL: https://issues.apache.org/jira/browse/SOLR-3461
>             Project: Solr
>          Issue Type: Bug
>          Components: update
>    Affects Versions: 4.0
>            Reporter: Uwe Schindler
>
> I already noticed that on my local machine (Thinkpad Laptop with SSD), but
> I was thinking it might be my slow IO system (thanks Robert for this
> running-gag). But when reviewing test times on the new Jenkins Windows
> build server, this test takes very long (around 30 minutes, which is half
> of the complete time when running with 1 test runner on 2 cores).
> There must be something that makes this test very slow on Windows:
> http://goo.gl/irDVw
> The method taking so long is actually "testStressRecovery", I would like
> to @Ignore it until it is fixed. It makes running Solr tests in Windows
> take ages and stops me from running them at all :(

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