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

Dawid Weiss commented on LUCENE-5212:
-------------------------------------

> (sorry, dynamicAssignmentRatio=0 doesnt quite work),

The lack of determinism may be due to work stealing -- dynamicAssignmentRatio=0 
preallocates tasks to JVMs, while work stealing *may* actually assign 
differently on every run.

Perhaps we should run jenkins jobs with dynamicAssignmentRatio=0... but then 
all the benefits of work time balancing among cores would be gone and fixed 
task assignment only helps in very specific bug cases (inter-suite dependency 
or JVM bugs). Hard to tell.
                
> java 7u40 causes sigsegv and corrupt term vectors
> -------------------------------------------------
>
>                 Key: LUCENE-5212
>                 URL: https://issues.apache.org/jira/browse/LUCENE-5212
>             Project: Lucene - Core
>          Issue Type: Bug
>            Reporter: Robert Muir
>         Attachments: hs_err_pid32714.log, jenkins.txt
>
>


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