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

Simon Willnauer commented on LUCENE-3572:
-----------------------------------------

+1 patch looks good to me
                
> MultiIndexDocValues pretends it can merge sorted sources
> --------------------------------------------------------
>
>                 Key: LUCENE-3572
>                 URL: https://issues.apache.org/jira/browse/LUCENE-3572
>             Project: Lucene - Java
>          Issue Type: Bug
>            Reporter: Michael McCandless
>            Assignee: Michael McCandless
>             Fix For: 4.0
>
>         Attachments: LUCENE-3572.patch
>
>
> Nightly build hit this failure:
> {noformat}
> ant test-core -Dtestcase=TestSort -Dtestmethod=testReverseSort 
> -Dtests.seed=791b126576b0cfab:-48895c7243ecc5d0:743c683d1c9f7768 
> -Dtests.multiplier=3 -Dargs="-Dfile.encoding=ISO8859-1"
>     [junit] Testcase: testReverseSort(org.apache.lucene.search.TestSort):     
> Caused an ERROR
>     [junit] expected:<[CEGIA]> but was:<[ACEGI]>
>     [junit]   at 
> org.apache.lucene.search.TestSort.assertMatches(TestSort.java:1248)
>     [junit]   at 
> org.apache.lucene.search.TestSort.assertMatches(TestSort.java:1216)
>     [junit]   at 
> org.apache.lucene.search.TestSort.testReverseSort(TestSort.java:759)
>     [junit]   at 
> org.apache.lucene.util.LuceneTestCase$3$1.evaluate(LuceneTestCase.java:523)
>     [junit]   at 
> org.apache.lucene.util.LuceneTestCaseRunner.runChild(LuceneTestCaseRunner.java:149)
>     [junit]   at 
> org.apache.lucene.util.LuceneTestCaseRunner.runChild(LuceneTestCaseRunner.java:51)
> {noformat}
> It's happening in the test for reverse-sort of a string field with DocValues, 
> when the test had gotten SlowMultiReaderWrapper.
> I committed a fix to the test to avoid testing this case, but we need a 
> better fix to the underlying bug.
> MultiIndexDocValues cannot merge sorted sources (I think?), yet somehow it's 
> pretending it can (in the above test, the three subs had BYTES_FIXED_SORTED 
> type, and the TypePromoter happily claims to merge these to 
> BYTES_FIXED_SORTED; I think MultiIndexDocValues should return null for the 
> sorted source in this case?

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

Reply via email to