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

Tomás Fernández Löbbe commented on SOLR-10028:
----------------------------------------------

I was missing a part of the fix. The problem could be the merge (decreasing the 
number of segments to 1) but it could also have been the flushing (having more 
segments than commits). I think I fixed this in my last patch by setting the MP 
to NoMergePolicy and setting the maxBufferedDocs and ramBufferSizeMB to high 
enough numbers to prevent flushing (otherwise those values are randomly set in 
the base test class). Also added a test for the segment names. 

> SegmentsInfoRequestHandlerTest.testSegmentInfosVersion fails in master
> ----------------------------------------------------------------------
>
>                 Key: SOLR-10028
>                 URL: https://issues.apache.org/jira/browse/SOLR-10028
>             Project: Solr
>          Issue Type: Bug
>      Security Level: Public(Default Security Level. Issues are Public) 
>            Reporter: Tomás Fernández Löbbe
>            Priority: Minor
>         Attachments: SOLR-10028-alternative.patch, SOLR-10028.patch, 
> SOLR-10028.patch
>
>
> Failed in Jenkins: 
> https://jenkins.thetaphi.de/job/Lucene-Solr-master-Solaris/1092/
> It reproduces consistently in my mac also with the latest master 
> (ca50e5b61c2d8bfb703169cea2fb0ab20fd24c6b):
> {code}
> ant test  -Dtestcase=SegmentsInfoRequestHandlerTest 
> -Dtests.method=testSegmentInfosVersion -Dtests.seed=619B9D838D6F1E29 
> -Dtests.slow=true -Dtests.locale=en-AU -Dtests.timezone=America/Manaus 
> -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
> {code}
> There are similar failures in previous Jenkins builds since last month



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to