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

Ignacio Vera commented on LUCENE-8643:
--------------------------------------

I had a quick look and my guess is that this is a case where we are indexing 
big lines and the resulting BKD tree is not optimal and we are ending up 
checking most of the shapes when querying. This is actually interesting because 
we might need to break big lines to prevent this situations. Reproducing line:
{code:java}
ant test  -Dtestcase=TestLatLonLineShapeies -Dtests.seed=37C511586778964F 
-Dtests.multiplier=2 -Dtests.nightly=true -Dtests.slow=true 
-Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/test-data/enwiki.random.lines.txt
 -Dtests.locale=und -Dtests.timezone=Asia/Chungking -Dtests.asserts=true 
-Dtests.file.encoding=UTF-8
{code}

> TestLatLonLineShapeQueries.testRandomBig fails with suite timeout (simple 
> text codec used)
> ------------------------------------------------------------------------------------------
>
>                 Key: LUCENE-8643
>                 URL: https://issues.apache.org/jira/browse/LUCENE-8643
>             Project: Lucene - Core
>          Issue Type: Bug
>            Reporter: Dawid Weiss
>            Assignee: Dawid Weiss
>            Priority: Minor
>




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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to