You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@solr.apache.org by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2022/09/06 14:24:00 UTC

[jira] [Commented] (SOLR-16399) ExportWriter fails with max values for fields

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

ASF subversion and git services commented on SOLR-16399:
--------------------------------------------------------

Commit 2fec44b12bd0ee08ba543b75607eb134f2e762c1 in solr's branch refs/heads/main from Kevin Risden
[ https://gitbox.apache.org/repos/asf?p=solr.git;h=2fec44b12bd ]

SOLR-16399: ExportWriter fails with max values for fields (#995)



> ExportWriter fails with max values for fields
> ---------------------------------------------
>
>                 Key: SOLR-16399
>                 URL: https://issues.apache.org/jira/browse/SOLR-16399
>             Project: Solr
>          Issue Type: Bug
>      Security Level: Public(Default Security Level. Issues are Public) 
>          Components: Export Writer
>            Reporter: Kevin Risden
>            Assignee: Kevin Risden
>            Priority: Major
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> TestExportWriter.testMultipleSorts has been hanging and [~epugh] shared this seed that reproduced:
> {code:java}
> ./gradlew :solr:core:test --tests “org.apache.solr.handler.export.TestExportWriter.testMultipleSorts” -Ptests.jvms=4 “-Ptests.jvmargs=-XX:TieredStopAtLevel=1 -XX:ReservedCodeCacheSize=120m” -Ptests.seed=9ED4BC2C416D56E9 -Ptests.file.encoding=US-ASCI
> {code}
> https://lists.apache.org/list?builds@solr.apache.org:lte=1y:&header_body=org.apache.solr.handler.export.TestExportWriter.testMultipleSorts
> Looking into the failure found that if Float.MAX_VALUE is chosen and document ends up being compared to the top doc. That document will get skipped since MAX_VALUE can't be more than MAX_VALUE.
> This causes the export writer to hang looking for more documents indefinitely until the test framework times out.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@solr.apache.org
For additional commands, e-mail: issues-help@solr.apache.org