[
https://issues.apache.org/jira/browse/LUCENE-6759?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14716567#comment-14716567
]
Michael McCandless commented on LUCENE-6759:
--------------------------------------------
Here's a newish looking failure (repros even after {{ant clean}} with the
previous patch I attached):
{noformat}
[junit4] Started J0 PID(48425@localhost).
[junit4] Suite: org.apache.lucene.bkdtree3d.TestGeo3DPointField
[junit4] 2> août 27, 2015 4:16:47 AM
com.carrotsearch.randomizedtesting.RandomizedRunner$QueueUncaughtExceptionsHandler
uncaughtException
[junit4] 2> WARNING: Uncaught exception in thread:
Thread[T0,5,TGRP-TestGeo3DPointField]
[junit4] 2> java.lang.RuntimeException: java.lang.NullPointerException
[junit4] 2> at
__randomizedtesting.SeedInfo.seed([9B02953CBA892483]:0)
[junit4] 2> at
org.apache.lucene.bkdtree3d.TestGeo3DPointField$4.run(TestGeo3DPointField.java:524)
[junit4] 2> Caused by: java.lang.NullPointerException
[junit4] 2> at
org.apache.lucene.geo3d.BaseXYZSolid.isWithin(BaseXYZSolid.java:82)
[junit4] 2> at
org.apache.lucene.geo3d.BaseXYZSolid.isShapeInsideArea(BaseXYZSolid.java:111)
[junit4] 2> at
org.apache.lucene.geo3d.XYZSolid.getRelationship(XYZSolid.java:267)
[junit4] 2> at
org.apache.lucene.bkdtree3d.PointInGeo3DShapeQuery$1.scorer(PointInGeo3DShapeQuery.java:105)
[junit4] 2> at
org.apache.lucene.search.LRUQueryCache$CachingWrapperWeight.scorer(LRUQueryCache.java:589)
[junit4] 2> at
org.apache.lucene.search.Weight.bulkScorer(Weight.java:135)
[junit4] 2> at
org.apache.lucene.search.AssertingWeight.bulkScorer(AssertingWeight.java:69)
[junit4] 2> at
org.apache.lucene.search.AssertingWeight.bulkScorer(AssertingWeight.java:69)
[junit4] 2> at
org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:618)
[junit4] 2> at
org.apache.lucene.search.AssertingIndexSearcher.search(AssertingIndexSearcher.java:92)
[junit4] 2> at
org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:425)
[junit4] 2> at
org.apache.lucene.bkdtree3d.TestGeo3DPointField$4._run(TestGeo3DPointField.java:587)
[junit4] 2> at
org.apache.lucene.bkdtree3d.TestGeo3DPointField$4.run(TestGeo3DPointField.java:521)
[junit4] 2>
[junit4] 2> NOTE: reproduce with: ant test -Dtestcase=TestGeo3DPointField
-Dtests.method=testRandomTiny -Dtests.seed=9B02953CBA892483
-Dtests.multiplier=5 -Dtests.slow=true
-Dtests.linedocsfile=/lucenedata/hudson.enwiki.random.lines.txt.fixed
-Dtests.locale=fr_LU -Dtests.timezone=America/Juneau -Dtests.asserts=true
-Dtests.file.encoding=UTF-8
{noformat}
> Integrate lat/long BKD and spatial 3d, part 2
> ---------------------------------------------
>
> Key: LUCENE-6759
> URL: https://issues.apache.org/jira/browse/LUCENE-6759
> Project: Lucene - Core
> Issue Type: New Feature
> Reporter: Michael McCandless
> Attachments: LUCENE-6699.patch, LUCENE-6699.patch, LUCENE-6699.patch,
> LUCENE-6699.patch, LUCENE-6699.patch
>
>
> This is just a continuation of LUCENE-6699, which became too big.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]