Build: https://builds.apache.org/job/Lucene-Solr-Tests-7.x/561/

2 tests failed.
FAILED:  org.apache.solr.search.TestSolr4Spatial2.testLatLonRetrieval

Error Message:
mismatch: '-40,40'!='-40,39.99999997' @ response/docs/[4]/llp_N_dv_dvasst/[1]

Stack Trace:
java.lang.RuntimeException: mismatch: '-40,40'!='-40,39.99999997' @ 
response/docs/[4]/llp_N_dv_dvasst/[1]
        at 
__randomizedtesting.SeedInfo.seed([8B039D972547372B:ADF7F76B29E07165]:0)
        at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:1004)
        at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:951)
        at 
org.apache.solr.search.TestSolr4Spatial2.testLatLonRetrieval(TestSolr4Spatial2.java:226)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)


FAILED:  
org.apache.solr.common.cloud.TestCollectionStateWatchers.testWaitForStateWatcherIsRetainedOnPredicateFailure

Error Message:
Did not see a fully active cluster after 30 seconds

Stack Trace:
java.lang.AssertionError: Did not see a fully active cluster after 30 seconds
        at 
__randomizedtesting.SeedInfo.seed([54BFC97BB90015E9:DC896B2861AFFDFB]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at 
org.apache.solr.common.cloud.TestCollectionStateWatchers.testWaitForStateWatcherIsRetainedOnPredicateFailure(TestCollectionStateWatchers.java:250)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 12834 lines...]
   [junit4] Suite: org.apache.solr.search.TestSolr4Spatial2
   [junit4]   2> 1127127 INFO  
(SUITE-TestSolr4Spatial2-seed#[8B039D972547372B]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.search.TestSolr4Spatial2_8B039D972547372B-001/init-core-data-001
   [junit4]   2> 1127144 WARN  
(SUITE-TestSolr4Spatial2-seed#[8B039D972547372B]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=1 numCloses=1
   [junit4]   2> 1127169 INFO  
(SUITE-TestSolr4Spatial2-seed#[8B039D972547372B]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 1127171 INFO  
(SUITE-TestSolr4Spatial2-seed#[8B039D972547372B]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via: 
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 1127172 INFO  
(SUITE-TestSolr4Spatial2-seed#[8B039D972547372B]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 1127193 INFO  
(SUITE-TestSolr4Spatial2-seed#[8B039D972547372B]-worker) [    ] 
o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/lib,
 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1127284 INFO  
(SUITE-TestSolr4Spatial2-seed#[8B039D972547372B]-worker) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.4.0
   [junit4]   2> 1127315 INFO  
(SUITE-TestSolr4Spatial2-seed#[8B039D972547372B]-worker) [    ] 
o.a.s.s.IndexSchema [null] Schema name=test
   [junit4]   2> 1127357 WARN  
(SUITE-TestSolr4Spatial2-seed#[8B039D972547372B]-worker) [    ] 
o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class 
[solr.SpatialTermQueryPrefixTreeFieldType]. Please consult documentation how to 
replace it accordingly.
   [junit4]   2> 1127412 WARN  
(SUITE-TestSolr4Spatial2-seed#[8B039D972547372B]-worker) [    ] 
o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class 
[solr.SpatialPointVectorFieldType]. Please consult documentation how to replace 
it accordingly.
   [junit4]   2> 1127515 INFO  
(SUITE-TestSolr4Spatial2-seed#[8B039D972547372B]-worker) [    ] 
o.a.s.s.IndexSchema Loaded schema test/1.4 with uniqueid field id
   [junit4]   2> 1127647 INFO  
(SUITE-TestSolr4Spatial2-seed#[8B039D972547372B]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1bf4fb89
   [junit4]   2> 1127666 INFO  
(SUITE-TestSolr4Spatial2-seed#[8B039D972547372B]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1bf4fb89
   [junit4]   2> 1127666 INFO  
(SUITE-TestSolr4Spatial2-seed#[8B039D972547372B]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1bf4fb89
   [junit4]   2> 1127683 INFO  (coreLoadExecutor-1237-thread-1) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 1127684 INFO  (coreLoadExecutor-1237-thread-1) [    
x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, 
from paths: 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/lib,
 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1127787 INFO  (coreLoadExecutor-1237-thread-1) [    
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.4.0
   [junit4]   2> 1127823 INFO  (coreLoadExecutor-1237-thread-1) [    
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1127913 INFO  (coreLoadExecutor-1237-thread-1) [    
x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.4 with uniqueid field id
   [junit4]   2> 1127913 INFO  (coreLoadExecutor-1237-thread-1) [    
x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using 
configuration from instancedir 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1,
 trusted=true
   [junit4]   2> 1127913 INFO  (coreLoadExecutor-1237-thread-1) [    
x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1bf4fb89
   [junit4]   2> 1127913 INFO  (coreLoadExecutor-1237-thread-1) [    
x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1127913 INFO  (coreLoadExecutor-1237-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.search.TestSolr4Spatial2_8B039D972547372B-001/init-core-data-001/]
   [junit4]   2> 1127927 INFO  (coreLoadExecutor-1237-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=19, maxMergeAtOnceExplicit=40, maxMergedSegmentMB=53.5615234375, 
floorSegmentMB=1.916015625, forceMergeDeletesPctAllowed=23.018873266023952, 
segmentsPerTier=39.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1128060 INFO  (coreLoadExecutor-1237-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1128060 INFO  (coreLoadExecutor-1237-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1128060 INFO  (coreLoadExecutor-1237-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=28, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.5063013753452957]
   [junit4]   2> 1128061 INFO  (coreLoadExecutor-1237-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@5cd4f658[collection1] main]
   [junit4]   2> 1128061 WARN  (coreLoadExecutor-1237-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config directory 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/conf;
 switching to use InMemory storage instead.
   [junit4]   2> 1128062 INFO  (coreLoadExecutor-1237-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1128063 INFO  
(searcherExecutor-1238-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@5cd4f658[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1128072 INFO  
(SUITE-TestSolr4Spatial2-seed#[8B039D972547372B]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 1128075 INFO  
(TEST-TestSolr4Spatial2.testLatLonRetrieval-seed#[8B039D972547372B]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testLatLonRetrieval
   [junit4]   2> 1128076 INFO  
(TEST-TestSolr4Spatial2.testLatLonRetrieval-seed#[8B039D972547372B]) [    ] 
o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 1128079 INFO  
(TEST-TestSolr4Spatial2.testLatLonRetrieval-seed#[8B039D972547372B]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={_version_=-9223372036854775807&update.distrib=FROMLEADER&versions=true&wt=json&indent=true}{deleteByQuery=*:*}
 0 3
   [junit4]   2> 1128132 INFO  
(TEST-TestSolr4Spatial2.testLatLonRetrieval-seed#[8B039D972547372B]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[1]} 0 48
   [junit4]   2> 1128148 INFO  
(TEST-TestSolr4Spatial2.testLatLonRetrieval-seed#[8B039D972547372B]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[4]} 0 0
   [junit4]   2> 1128148 INFO  
(TEST-TestSolr4Spatial2.testLatLonRetrieval-seed#[8B039D972547372B]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[2]} 0 0
   [junit4]   2> 1128148 INFO  
(TEST-TestSolr4Spatial2.testLatLonRetrieval-seed#[8B039D972547372B]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[3]} 0 0
   [junit4]   2> 1128149 INFO  
(TEST-TestSolr4Spatial2.testLatLonRetrieval-seed#[8B039D972547372B]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[6]} 0 0
   [junit4]   2> 1128149 INFO  
(TEST-TestSolr4Spatial2.testLatLonRetrieval-seed#[8B039D972547372B]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[8]} 0 0
   [junit4]   2> 1128150 INFO  
(TEST-TestSolr4Spatial2.testLatLonRetrieval-seed#[8B039D972547372B]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[7]} 0 0
   [junit4]   2> 1128150 INFO  
(TEST-TestSolr4Spatial2.testLatLonRetrieval-seed#[8B039D972547372B]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[5]} 0 0
   [junit4]   2> 1128151 INFO  
(TEST-TestSolr4Spatial2.testLatLonRetrieval-seed#[8B039D972547372B]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[0]} 0 0
   [junit4]   2> 1128151 INFO  
(TEST-TestSolr4Spatial2.testLatLonRetrieval-seed#[8B039D972547372B]) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1128151 INFO  
(TEST-TestSolr4Spatial2.testLatLonRetrieval-seed#[8B039D972547372B]) [    ] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@3a3e6cb9 commitCommandVersion:0
   [junit4]   2> 1128203 INFO  
(TEST-TestSolr4Spatial2.testLatLonRetrieval-seed#[8B039D972547372B]) [    ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@462a2b63[collection1] main]
   [junit4]   2> 1128204 INFO  
(TEST-TestSolr4Spatial2.testLatLonRetrieval-seed#[8B039D972547372B]) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1128205 INFO  (searcherExecutor-1238-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@462a2b63[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.4.0):c9)))}
   [junit4]   2> 1128205 INFO  
(TEST-TestSolr4Spatial2.testLatLonRetrieval-seed#[8B039D972547372B]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{commit=} 0 54
   [junit4]   2> 1128206 INFO  
(TEST-TestSolr4Spatial2.testLatLonRetrieval-seed#[8B039D972547372B]) [    ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=*:*&fl=*&sort=id+asc&wt=xml} hits=9 status=0 QTime=0
   [junit4]   2> 1128208 ERROR 
(TEST-TestSolr4Spatial2.testLatLonRetrieval-seed#[8B039D972547372B]) [    ] 
o.a.s.SolrTestCaseJ4 query failed JSON validation. error=mismatch: 
'-40,40'!='-40,39.99999997' @ response/docs/[4]/llp_N_dv_dvasst/[1]
   [junit4]   2>  expected =response/docs/[4]/llp_N_dv_dvasst==['-45,45', 
'-40,40']
   [junit4]   2>  response = {
   [junit4]   2>   "responseHeader":{
   [junit4]   2>     "status":0,
   [junit4]   2>     "QTime":0},
   [junit4]   2>   "response":{"numFound":9,"start":0,"docs":[
   [junit4]   2>       {
   [junit4]   2>         "id":"0",
   [junit4]   2>         "llp_1_dv_st":"40.2996543270,-74.0824956673"},
   [junit4]   2>       {
   [junit4]   2>         "id":"1",
   [junit4]   2>         "llp_N_dv_st":["-40,40",
   [junit4]   2>           "-45,45"]},
   [junit4]   2>       {
   [junit4]   2>         "id":"2",
   [junit4]   2>         "llp_N_dv_st":["-40,40"]},
   [junit4]   2>       {
   [junit4]   2>         "id":"3",
   [junit4]   2>         "llp_1_dv_dvasst":"40.29965431,-74.08249572"},
   [junit4]   2>       {
   [junit4]   2>         "id":"4",
   [junit4]   2>         "llp_N_dv_dvasst":["-45,45",
   [junit4]   2>           "-40,39.99999997"]},
   [junit4]   2>       {
   [junit4]   2>         "id":"5",
   [junit4]   2>         "llp_N_dv_dvasst":["-40,39.99999997"]},
   [junit4]   2>       {
   [junit4]   2>         "id":"6",
   [junit4]   2>         "llp_N_dv_dvasst":["-90,179.99999992",
   [junit4]   2>           "-90,-180",
   [junit4]   2>           "0,0",
   [junit4]   2>           "0,179.99999992",
   [junit4]   2>           "0,-180",
   [junit4]   2>           "89.99999996,0",
   [junit4]   2>           "89.99999996,179.99999992",
   [junit4]   2>           "89.99999996,-180"]},
   [junit4]   2>       {
   [junit4]   2>         "id":"7"},
   [junit4]   2>       {
   [junit4]   2>         "id":"8"}]
   [junit4]   2>   }}
   [junit4]   2> 
   [junit4]   2>  request = q=*:*&fl=*&sort=id+asc&wt=xml
   [junit4]   2> 1128255 INFO  
(TEST-TestSolr4Spatial2.testLatLonRetrieval-seed#[8B039D972547372B]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testLatLonRetrieval
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestSolr4Spatial2 
-Dtests.method=testLatLonRetrieval -Dtests.seed=8B039D972547372B 
-Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=is 
-Dtests.timezone=Pacific/Majuro -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.19s J0 | TestSolr4Spatial2.testLatLonRetrieval <<<
   [junit4]    > Throwable #1: java.lang.RuntimeException: mismatch: 
'-40,40'!='-40,39.99999997' @ response/docs/[4]/llp_N_dv_dvasst/[1]
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([8B039D972547372B:ADF7F76B29E07165]:0)
   [junit4]    >        at 
org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:1004)
   [junit4]    >        at 
org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:951)
   [junit4]    >        at 
org.apache.solr.search.TestSolr4Spatial2.testLatLonRetrieval(TestSolr4Spatial2.java:226)
   [junit4]    >        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 1128312 INFO  
(TEST-TestSolr4Spatial2.testRptWithGeometryGeo3dField-seed#[8B039D972547372B]) 
[    ] o.a.s.SolrTestCaseJ4 ###Starting testRptWithGeometryGeo3dField
   [junit4]   2> 1128312 INFO  
(TEST-TestSolr4Spatial2.testRptWithGeometryGeo3dField-seed#[8B039D972547372B]) 
[    ] o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM 
INDEX
   [junit4]   2> 1128312 INFO  
(TEST-TestSolr4Spatial2.testRptWithGeometryGeo3dField-seed#[8B039D972547372B]) 
[    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={_version_=-9223372036854775807&update.distrib=FROMLEADER&versions=true&wt=json&indent=true}{deleteByQuery=*:*}
 0 0
   [junit4]   2> 1128354 INFO  
(TEST-TestSolr4Spatial2.testRptWithGeometryGeo3dField-seed#[8B039D972547372B]) 
[    ] o.a.s.s.AbstractSpatialPrefixTreeFieldType 
srptgeom_geo3d{class=org.apache.solr.schema.SpatialRecursivePrefixTreeFieldType,analyzer=org.apache.solr.schema.FieldType$DefaultAnalyzer,args=null}
 strat: 
RecursivePrefixTreeStrategy(SPG:(GeohashPrefixTree(maxLevels:11,ctx:SpatialContext{geo=true,
 
calculator=org.apache.lucene.spatial.spatial4j.Geo3dDistanceCalculator@601b9226,
 
worldBounds=Rect(minX=-180.0,maxX=180.0,minY=-90.0,maxY=90.0)})),pruneLeafyBranches)
 maxLevels: 11
   [junit4]   2> 1128620 INFO  
(TEST-TestSolr4Spatial2.testRptWithGeometryGeo3dField-seed#[8B039D972547372B]) 
[    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[0]} 0 307
   [junit4]   2> 1128721 INFO  
(TEST-TestSolr4Spatial2.testRptWithGeometryGeo3dField-seed#[8B039D972547372B]) 
[    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[1]} 0 100
   [junit4]   2> 1128722 INFO  
(TEST-TestSolr4Spatial2.testRptWithGeometryGeo3dField-seed#[8B039D972547372B]) 
[    ] o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=true,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1128722 WARN  
(TEST-TestSolr4Spatial2.testRptWithGeometryGeo3dField-seed#[8B039D972547372B]) 
[    ] o.a.s.u.DirectUpdateHandler2 Starting optimize... Reading and rewriting 
the entire index! Use with care.
   [junit4]   2> 1128758 INFO  
(TEST-TestSolr4Spatial2.testRptWithGeometryGeo3dField-seed#[8B039D972547372B]) 
[    ] o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@3a3e6cb9 commitCommandVersion:0
   [junit4]   2> 1128778 INFO  
(TEST-TestSolr4Spatial2.testRptWithGeometryGeo3dField-seed#[8B039D972547372B]) 
[    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@31021caf[collection1] main]
   [junit4]   2> 1128778 INFO  
(TEST-TestSolr4Spatial2.testRptWithGeometryGeo3dField-seed#[8B039D972547372B]) 
[    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1128779 INFO  (searcherExecutor-1238-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@31021caf[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_2(7.4.0):C2)))}
   [junit4]   2> 1128779 INFO  
(TEST-TestSolr4Spatial2.testRptWithGeometryGeo3dField-seed#[8B039D972547372B]) 
[    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{optimize=} 0 57
   [junit4]   2> 1128780 INFO  
(TEST-TestSolr4Spatial2.testRptWithGeometryGeo3dField-seed#[8B039D972547372B]) 
[    ] o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1128780 INFO  
(TEST-TestSolr4Spatial2.testRptWithGeometryGeo3dField-seed#[8B039D972547372B]) 
[    ] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 1128780 INFO  
(TEST-TestSolr4Spatial2.testRptWithGeometryGeo3dField-seed#[8B039D972547372B]) 
[    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1128780 INFO  
(TEST-TestSolr4Spatial2.testRptWithGeometryGeo3dField-seed#[8B039D972547372B]) 
[    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{commit=} 0 0
   [junit4]   2> 1128905 INFO  
(TEST-TestSolr4Spatial2.testRptWithGeometryGeo3dField-seed#[8B039D972547372B]) 
[    ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q={!cache%3Dfalse+field+f%3Dsrptgeom_geo3d}Intersects(ENVELOPE(-20,+-10.0001,+30,+15.0001))&sort=id+asc&wt=xml}
 hits=1 status=0 QTime=124
   [junit4]   2> 1128925 INFO  
(TEST-TestSolr4Spatial2.testRptWithGeometryGeo3dField-seed#[8B039D972547372B]) 
[    ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q={!cache%3Dfalse+field+f%3Dsrptgeom_geo3d}Intersects(ENVELOPE(-20,+-10.0001,+30,+15.0001))&sort=id+asc&wt=xml}
 hits=1 status=0 QTime=145
   [junit4]   2> 1128939 INFO  
(TEST-TestSolr4Spatial2.testRptWithGeometryGeo3dField-seed#[8B039D972547372B]) 
[    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[3]} 0 0
   [junit4]   2> 1128940 INFO  
(TEST-TestSolr4Spatial2.testRptWithGeometryGeo3dField-seed#[8B039D972547372B]) 
[    ] o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1128940 INFO  
(TEST-TestSolr4Spatial2.testRptWithGeometryGeo3dField-seed#[8B039D972547372B]) 
[    ] o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@3a3e6cb9 commitCommandVersion:0
   [junit4]   2> 1128944 INFO  
(TEST-TestSolr4Spatial2.testRptWithGeometryGeo3dField-seed#[8B039D972547372B]) 
[    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@206d4776[collection1] main]
   [junit4]   2> 1128944 INFO  
(TEST-TestSolr4Spatial2.testRptWithGeometryGeo3dField-seed#[8B039D972547372B]) 
[    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1128949 INFO  (searcherExecutor-1238-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@206d4776[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_2(7.4.0):C2)
 Uninverting(_3(7.4.0):c1)))}
   [junit4]   2> 1128955 INFO  
(TEST-TestSolr4Spatial2.testRptWithGeometryGeo3dField-seed#[8B039D972547372B]) 
[    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{commit=} 0 14
   [junit4]   2> 1128996 INFO  
(TEST-TestSolr4Spatial2.testRptWithGeometryGeo3dField-seed#[8B039D972547372B]) 
[    ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q={!cache%3Dfalse+field+f%3Dsrptgeom_geo3d}Intersects(ENVELOPE(-20,+-10.0001,+30,+15.0001))&sort=id+asc&wt=xml}
 hits=1 status=0 QTime=216
   [junit4]   2> 1129068 INFO  
(TEST-TestSolr4Spatial2.testRptWithGeometryGeo3dField-seed#[8B039D972547372B]) 
[    ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=*:*&facet.heatmap=srptgeom_geo3d&json.nl=map&facet=true&wt=xml} 
hits=3 status=0 QTime=71
   [junit4]   2> 1129251 INFO  
(TEST-TestSolr4Spatial2.testRptWithGeometryGeo3dField-seed#[8B039D972547372B]) 
[    ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q={!cache%3Dfalse+field+f%3Dsrptgeom_geo3d}Intersects(POLYGON((-11+12,+10.5+12,+-11+11,+-11+12)))&sort=id+asc&wt=xml}
 hits=2 status=0 QTime=166
   [junit4]   2> 1129252 INFO  
(TEST-TestSolr4Spatial2.testRptWithGeometryGeo3dField-seed#[8B039D972547372B]) 
[    ] o.a.s.SolrTestCaseJ4 ###Ending testRptWithGeometryGeo3dField
   [junit4]   2> 1129388 INFO  
(TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[8B039D972547372B])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testLLPDecodeIsStableAndPrecise 
{seed=[8B039D972547372B:C8FF47DE3D1AD993]}
   [junit4]   2> 1129401 INFO  
(TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[8B039D972547372B])
 [    ] o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM 
INDEX
   [junit4]   2> 1129401 INFO  
(TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[8B039D972547372B])
 [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null 
params={_version_=-9223372036854775807&update.distrib=FROMLEADER&versions=true&wt=json&indent=true}{deleteByQuery=*:*}
 0 0
   [junit4]   2> 1129477 INFO  
(TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[8B039D972547372B])
 [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[0]} 0 0
   [junit4]   2> 1129477 INFO  
(TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[8B039D972547372B])
 [    ] o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1129477 INFO  
(TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[8B039D972547372B])
 [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@3a3e6cb9 commitCommandVersion:0
   [junit4]   2> 1129479 INFO  
(TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[8B039D972547372B])
 [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@57f1108[collection1] main]
   [junit4]   2> 1129481 INFO  (searcherExecutor-1238-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@57f1108[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_4(7.4.0):c1)))}
   [junit4]   2> 1129481 INFO  
(TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[8B039D972547372B])
 [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1129481 INFO  
(TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[8B039D972547372B])
 [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{commit=} 0 3
   [junit4]   2> 1129482 INFO  
(TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[8B039D972547372B])
 [    ] o.a.s.c.S.Request [collection1]  webapp=null path=/select 
params={q=id:0} hits=1 status=0 QTime=0
   [junit4]   2> 1129523 INFO  
(TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[8B039D972547372B])
 [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[0]} 0 0
   [junit4]   2> 1129524 INFO  
(TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[8B039D972547372B])
 [    ] o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1129524 INFO  
(TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[8B039D972547372B])
 [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@3a3e6cb9 commitCommandVersion:0
   [junit4]   2> 1129540 INFO  
(TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[8B039D972547372B])
 [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@4ff60f9a[collection1] main]
   [junit4]   2> 1129542 INFO  (searcherExecutor-1238-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@4ff60f9a[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_5(7.4.0):c1)))}
   [junit4]   2> 1129542 INFO  
(TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[8B039D972547372B])
 [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1129542 INFO  
(TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[8B039D972547372B])
 [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{commit=} 0 17
   [junit4]   2> 1129542 INFO  
(TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[8B039D972547372B])
 [    ] o.a.s.c.S.Request [collection1]  webapp=null path=/select 
params={q=id:0} hits=1 status=0 QTime=0
   [junit4]   2> 1129576 INFO  
(TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[8B039D972547372B])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testLLPDecodeIsStableAndPrecise 
{seed=[8B039D972547372B:C8FF47DE3D1AD993]}
   [junit4]   2> 1129641 INFO  
(TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[8B039D972547372B])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testLLPDecodeIsStableAndPrecise 
{seed=[8B039D972547372B:7CA9FB2209D812BF]}
   [junit4]   2> 1129641 INFO  
(TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[8B039D972547372B])
 [    ] o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM 
INDEX
   [junit4]   2> 1129641 INFO  
(TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[8B039D972547372B])
 [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null 
params={_version_=-9223372036854775807&update.distrib=FROMLEADER&versions=true&wt=json&indent=true}{deleteByQuery=*:*}
 0 0
   [junit4]   2> 1129642 INFO  
(TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[8B039D972547372B])
 [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[0]} 0 0
   [junit4]   2> 1129642 INFO  
(TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[8B039D972547372B])
 [    ] o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1129642 INFO  
(TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[8B039D972547372B])
 [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@3a3e6cb9 commitCommandVersion:0
   [junit4]   2> 1129657 INFO  
(TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[8B039D972547372B])
 [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@2d41b12c[collection1] main]
   [junit4]   2> 1129658 INFO  
(TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[8B039D972547372B])
 [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1129659 INFO  (searcherExecutor-1238-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@2d41b12c[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_6(7.4.0):c1)))}
   [junit4]   2> 1129659 INFO  
(TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[8B039D972547372B])
 [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{commit=} 0 17
   [junit4]   2> 1129660 INFO  
(TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[8B039D972547372B])
 [    ] o.a.s.c.S.Request [collection1]  webapp=null path=/select 
params={q=id:0} hits=1 status=0 QTime=0
   [junit4]   2> 1129697 INFO  
(TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[8B039D972547372B])
 [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[0]} 0 37
   [junit4]   2> 1129697 INFO  
(TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[8B039D972547372B])
 [    ] o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1129697 INFO  
(TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[8B039D972547372B])
 [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@3a3e6cb9 commitCommandVersion:0
   [junit4]   2> 1129699 INFO  
(TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[8B039D972547372B])
 [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@c9fb23b[collection1] main]
   [junit4]   2> 1129700 INFO  
(TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[8B039D972547372B])
 [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1129710 INFO  (searcherExecutor-1238-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@c9fb23b[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_7(7.4.0):c1)))}
   [junit4]   2> 1129717 INFO  
(TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[8B039D972547372B])
 [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{commit=} 0 19
   [junit4]   2> 1129717 INFO  
(TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[8B039D972547372B])
 [    ] o.a.s.c.S.Request [collection1]  webapp=null path=/select 
params={q=id:0} hits=1 status=0 QTime=0
   [junit4]   2> 1129718 INFO  
(TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[8B039D972547372B])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testLLPDecodeIsStableAndPrecise 
{seed=[8B039D972547372B:7CA9FB2209D812BF]}
   [junit4]   2> 1129843 INFO  
(TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[8B039D972547372B])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testLLPDecodeIsStableAndPrecise 
{seed=[8B039D972547372B:F2406DFE581C5A74]}
   [junit4]   2> 1129844 INFO  
(TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[8B039D972547372B])
 [    ] o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM 
INDEX
   [junit4]   2> 1129844 INFO  
(TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[8B039D972547372B])
 [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null 
params={_version_=-9223372036854775807&update.distrib=FROMLEADER&versions=true&wt=json&indent=true}{deleteByQuery=*:*}
 0 0
   [junit4]   2> 1129844 INFO  
(TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[8B039D972547372B])
 [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[0]} 0 0
   [junit4]   2> 1129845 INFO  
(TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[8B039D972547372B])
 [    ] o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1129845 INFO  
(TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[8B039D972547372B])
 [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@3a3e6cb9 commitCommandVersion:0
   [junit4]   2> 1129846 INFO  
(TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[8B039D972547372B])
 [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@36f56853[collection1] main]
   [junit4]   2> 1129863 INFO  
(TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[8B039D972547372B])
 [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1129872 INFO  (searcherExecutor-1238-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@36f56853[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_8(7.4.0):c1)))}
   [junit4]   2> 1129879 INFO  
(TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[8B039D972547372B])
 [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{commit=} 0 34
   [junit4]   2> 1129880 INFO  
(TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[8B039D972547372B])
 [    ] o.a.s.c.S.Request [collection1]  webapp=null path=/select 
params={q=id:0} hits=1 status=0 QTime=0
   [junit4]   2> 1129880 INFO  
(TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[8B039D972547372B])
 [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[0]} 0 0
   [junit4]   2> 1129881 INFO  
(TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[8B039D972547372B])
 [    ] o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1129881 INFO  
(TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[8B039D972547372B])
 [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@3a3e6cb9 commitCommandVersion:0
   [junit4]   2> 1129882 INFO  
(TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[8B039D972547372B])
 [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@714a3cff[collection1] main]
   [junit4]   2> 1129883 INFO  
(TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[8B039D972547372B])
 [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1129892 INFO  (searcherExecutor-1238-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@714a3cff[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_9(7.4.0):c1)))}
   [junit4]   2> 1129899 INFO  
(TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[8B039D972547372B])
 [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{commit=} 0 18
   [junit4]   2> 1129900 INFO  
(TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[8B039D972547372B])
 [    ] o.a.s.c.S.Request [collection1]  webapp=null path=/select 
params={q=id:0} hits=1 status=0 QTime=0
   [junit4]   2> 1129900 INFO  
(TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[8B039D972547372B])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testLLPDecodeIsStableAndPrecise 
{seed=[8B039D972547372B:F2406DFE581C5A74]}
   [junit4]   2> 1130059 INFO  
(TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[8B039D972547372B])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testLLPDecodeIsStableAndPrecise 
{seed=[8B039D972547372B:C3AEC61B34E2015D]}
   [junit4]   2> 1130059 INFO  
(TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[8B039D972547372B])
 [    ] o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM 
INDEX
   [junit4]   2> 1130059 INFO  
(TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[8B039D972547372B])
 [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null 
params={_version_=-9223372036854775807&update.distrib=FROMLEADER&versions=true&wt=json&indent=true}{deleteByQuery=*:*}
 0 0
   [junit4]   2> 1130060 INFO  
(TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[8B039D972547372B])
 [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[0]} 0 0
   [junit4]   2> 1130060 INFO  
(TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[8B039D972547372B])
 [    ] o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1130060 INFO  
(TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[8B039D972547372B])
 [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@3a3e6cb9 commitCommandVersion:0
   [junit4]   2> 1130076 INFO  
(TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[8B039D972547372B])
 [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@4445f3fa[collection1] main]
   [junit4]   2> 1130076 INFO  
(TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[8B039D972547372B])
 [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1130082 INFO  (searcherExecutor-1238-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@4445f3fa[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_a(7.4.0):c1)))}
   [junit4]   2> 1130110 INFO  
(TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[8B039D972547372B])
 [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{commit=} 0 49
   [junit4]   2> 1130110 INFO  
(TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[8B039D972547372B])
 [    ] o.a.s.c.S.Request [collection1]  webapp=null path=/select 
params={q=id:0} hits=1 status=0 QTime=0
   [junit4]   2> 1130111 INFO  
(TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[8B039D972547372B])
 [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[0]} 0 0
   [junit4]   2> 1130112 INFO  
(TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[8B039D972547372B])
 [    ] o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1130112 INFO  
(TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[8B039D972547372B])
 [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@3a3e6cb9 commitCommandVersion:0
   [junit4]   2> 1130113 INFO  
(TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[8B039D972547372B])
 [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@49eb6cd3[collection1] main]
   [junit4]   2> 1130114 INFO  
(TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[8B039D972547372B])
 [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1130183 INFO  (searcherExecutor-1238-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@49eb6cd3[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_b(7.4.0):c1)))}
   [junit4]   2> 1130184 INFO  
(TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[8B039D972547372B])
 [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{commit=} 0 72
   [junit4]   2> 1130197 INFO  
(TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[8B039D972547372B])
 [    ] o.a.s.c.S.Request [collection1]  webapp=null path=/select 
params={q=id:0} hits=1 status=0 QTime=0
   [junit4]   2> 1130198 INFO  
(TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[8B039D972547372B])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testLLPDecodeIsStableAndPrecise 
{seed=[8B039D972547372B:C3AEC61B34E2015D]}
   [junit4]   2> 1130543 INFO  
(TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[8B039D972547372B])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testLLPDecodeIsStableAndPrecise 
{seed=[8B039D972547372B:8F6F43B695EAC1E6]}
   [junit4]   2> 1130556 INFO  
(TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[8B039D972547372B])
 [    ] o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM 
INDEX
   [junit4]   2> 1130556 INFO  
(TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[8B039D972547372B])
 [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null 
params={_version_=-9223372036854775807&update.distrib=FROMLEADER&versions=true&wt=json&indent=true}{deleteByQuery=*:*}
 0 12
   [junit4]   2> 1130557 INFO  
(TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[8B039D972547372B])
 [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[0]} 0 0
   [junit4]   2> 1130558 INFO  
(TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[8B039D972547372B])
 [    ] o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1130558 INFO  
(TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[8B039D972547372B])
 [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@3a3e6cb9 commitCommandVersion:0
   [junit4]   2> 1130559 INFO  
(TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[8B039D972547372B])
 [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@69be7bd4[collection1] main]
   [junit4]   2> 1130572 INFO  
(TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[8B039D972547372B])
 [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1130577 INFO  (searcherExecutor-1238-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@69be7bd4[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_c(7.4.0):c1)))}
   [junit4]   2> 1130584 INFO  
(TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[8B039D972547372B])
 [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{commit=} 0 26
   [junit4]   2> 1130585 INFO  
(TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[8B039D972547372B])
 [    ] o.a.s.c.S.Request [collection1]  webapp=null path=/select 
params={q=id:0} hits=1 status=0 QTime=0
   [junit4]   2> 1130585 INFO  
(TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[8B039D972547372B])
 [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[0]} 0 0
   [junit4]   2> 1130586 INFO  
(TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[8B039D972547372B])
 [    ] o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1130586 INFO  
(TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[8B039D972547372B])
 [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@3a3e6cb9 commitCommandVersion:0
   [junit4]   2> 1130587 INFO  
(TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[8B039D972547372B])
 [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@594a4820[collection1] main]
   [junit4]   2> 1130587 INFO  
(TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[8B039D972547372B])
 [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1130592 INFO  (searcherExecutor-1238-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@594a4820[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_d(7.4.0):c1)))}
   [junit4]   2> 1130600 INFO  
(TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[8B039D972547372B])
 [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{commit=} 0 14
   [junit4]   2> 1130621 INFO  
(TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[8B039D972547372B])
 [    ] o.a.s.c.S.Request [collection1]  webapp=null path=/select 
params={q=id:0} hits=1 status=0 QTime=20
   [junit4]   2> 1130623 INFO  
(TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[8B039D972547372B])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testLLPDecodeIsStableAndPrecise 
{seed=[8B039D972547372B:8F6F43B695EAC1E6]}
   [junit4]   2> 1130720 INFO  
(TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[8B039D972547372B])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testLLPDecodeIsStableAndPrecise 
{seed=[8B039D972547372B:1E9590E9E8568CE6]}
   [junit4]   2> 1130720 INFO  
(TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[8B039D972547372B])
 [    ] o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM 
INDEX
   [junit4]   2> 1130720 INFO  
(TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[8B039D972547372B])
 [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null 
params={_version_=-9223372036854775807&update.distrib=FROMLEADER&versions=true&wt=json&indent=true}{deleteByQuery=*:*}
 0 0
   [junit4]   2> 1130721 INFO  
(TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[8B039D972547372B])
 [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[0]} 0 0
   [junit4]   2> 1130722 INFO  
(TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[8B039D972547372B])
 [    ] o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1130722 INFO  
(TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[8B039D972547372B])
 [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@3a3e6cb9 commitCommandVersion:0
   [junit4]   2> 1130723 INFO  
(TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[8B039D972547372B])
 [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@777a8df4[collection1] main]
   [junit4]   2> 1130723 INFO  
(TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[8B039D972547372B])
 [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1130725 INFO  (searcherExecutor-1238-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@777a8df4[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_e(7.4.0):c1)))}
   [junit4]   2> 1130725 INFO  
(TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[8B039D972547372B])
 [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{commit=} 0 3
   [junit4]   2> 1130742 INFO  
(TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[8B039D972547372B])
 [    ] o.a.s.c.S.Request [collection1]  webapp=null path=/select 
params={q=id:0} hits=1 status=0 QTime=16
   [junit4]   2> 1130743 INFO  
(TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[8B039D972547372B])
 [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[0]} 0 0
   [junit4]   2> 1130743 INFO  
(TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[8B039D972547372B])
 [    ] o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1130743 INFO  
(TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[8B039D972547372B])
 [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@3a3e6cb9 commitCommandVersion:0
   [junit4]   2> 1130744 INFO  
(TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[8B039D972547372B])
 [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@78559202[collection1] main]
   [junit4]   2> 1130745 INFO  
(TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[8B039D972547372B])
 [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1130755 INFO  (searcherExecutor-1238-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@78559202[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_f(7.4.0):c1)))}
   [junit4]   2> 1130755 INFO  
(TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[8B039D972547372B])
 [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{commit=} 0 12
   [junit4]   2> 1130756 INFO  
(TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[8B039D972547372B])
 [    ] o.a.s.c.S.Request [collection1]  webapp=null path=/select 
params={q=id:0} hits=1 status=0 QTime=0
   [junit4]   2> 1130756 INFO  
(TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[8B039D972547372B])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testLLPDecodeIsStableAndPrecise 
{seed=[8B039D972547372B:1E9590E9E8568CE6]}
   [junit4]   2> 1130806 INFO  
(TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[8B039D972547372B])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testLLPDecodeIsStableAndPrecise 
{seed=[8B039D972547372B:204BF46FFA669CE0]}
   [junit4]   2> 1130807 INFO  
(TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[8B039D972547372B])
 [    ] o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM 
INDEX
   [junit4]   2> 1130807 INFO  
(TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[8B039D972547372B])
 [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null 
params={_version_=-9223372036854775807&update.distrib=FROMLEADER&versions=true&wt=json&indent=true}{deleteByQuery=*:*}
 0 0
   [junit4]   2> 1130808 INFO  
(TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[8B039D972547372B])
 [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[0]} 0 0
   [junit4]   2> 1130808 INFO  
(TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[8B039D972547372B])
 [    ] o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1130808 INFO  
(TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[8B039D972547372B])
 [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@3a3e6cb9 commitCommandVersion:0
   [junit4]   2> 1130809 INFO  
(TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[8B039D972547372B])
 [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@7cefc7be[collection1] main]
   [junit4]   2> 1130810 INFO  
(TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[8B039D972547372B])
 [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1130824 INFO  (searcherExecutor-1238-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@7cefc7be[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_g(7.4.0):c1)))}
   [junit4]   2> 1130824 INFO  
(TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[8B039D972547372B])
 [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{commit=} 0 16
   [junit4]   2> 1130825 INFO  
(TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[8B039D972547372B])
 [    ] o.a.s.c.S.Request [collection1]  webapp=null path=/select 
params={q=id:0} hits=1 status=0 QTime=0
   [junit4]   2> 1130826 INFO  
(TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[8B039D972547372B])
 [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[0]} 0 0
   [junit4]   2> 1130826 INFO  
(TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[8B039D972547372B])
 [    ] o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1130826 INFO  
(TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[8B039D972547372B])
 [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@3a3e6cb9 commitCommandVersion:0
   [junit4]   2> 1130828 INFO  
(TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[8B039D972547372B])
 [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@1f99d0b2[collection1] main]
   [junit4]   2> 1130828 INFO  
(TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[8B039D972547372B])
 [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1130840 INFO  (searcherExecutor-1238-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@1f99d0b2[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_h(7.4.0):c1)))}
   [junit4]   2> 1130843 INFO  
(TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[8B039D972547372B])
 [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{commit=} 0 17
   [junit4]   2> 1130844 INFO  
(TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[8B039D972547372B])
 [    ] o.a.s.c.S.Request [collection1]  webapp=null path=/select 
params={q=id:0} hits=1 status=0 QTime=0
   [junit4]   2> 1130845 INFO  
(TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[8B039D972547372B])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testLLPDecodeIsStableAndPrecise 
{seed=[8B039D972547372B:204BF46FFA669CE0]}
   [junit4]   2> 1130886 INFO  
(TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[8B039D972547372B])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testLLPDecodeIsStableAndPrecise 
{seed=[8B039D972547372B:BCF86E15D972084E]}
   [junit4]   2> 1130886 INFO  
(TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[8B039D972547372B])
 [    ] o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM 
INDEX
   [junit4]   2> 1130886 INFO  
(TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[8B039D972547372B])
 [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null 
params={_version_=-9223372036854775807&update.distrib=FROMLEADER&versions=true&wt=json&indent=true}{deleteByQuery=*:*}
 0 0
   [junit4]   2> 1130887 INFO  
(TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[8B039D972547372B])
 [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[0]} 0 0
   [junit4]   2> 1130887 INFO  
(TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[8B039D972547372B])
 [    ] o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1130887 INFO  
(TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[8B039D972547372B])
 [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@3a3e6cb9 commitCommandVersion:0
   [junit4]   2> 1130888 INFO  
(TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[8B039D972547372B])
 [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@1590d374[collection1] main]
   [junit4]   2> 1130889 INFO  
(TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[8B039D972547372B])
 [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1130890 INFO  (searcherExecutor-1238-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@1590d374[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_i(7.4.0):c1)))}
   [junit4]   2> 1130890 INFO  
(TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[8B039D972547372B])
 [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{commit=} 0 3
   [junit4]   2> 1130890 INFO  
(TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[8B039D972547372B])
 [    ] o.a.s.c.S.Request [collection1]  webapp=null path=/select 
params={q=id:0} hits=1 status=0 QTime=0
   [junit4]   2> 1130891 INFO  
(TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[8B039D972547372B])
 [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[0]} 0 0
   [junit4]   2> 1130891 INFO  
(TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[8B039D972547372B])
 [    ] o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1130891 INFO  
(TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[8B039D972547372B])
 [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@3a3e6cb9 commitCommandVersion:0
   [junit4]   2> 1130905 INFO  
(TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[8B039D972547372B])
 [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@107b9e22[collection1] main]
   [junit4]   2> 1130905 INFO  
(TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[8B039D972547372B])
 [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1130906 INFO  (searcherExecutor-1238-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@107b9e22[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_j(7.4.0):c1)))}
   [junit4]   2> 1130906 INFO  
(TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[8B039D972547372B])
 [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{commit=} 0 14
   [junit4]   2> 1130906 INFO  
(TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[8B039D972547372B])
 [    ] o.a.s.c.S.Request [collection1]  webapp=null path=/select 
params={q=id:0} hits=1 status=0 QTime=0
   [junit4]   2> 1130907 INFO  
(TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[8B039D972547372B])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testLLPDecodeIsStableAndPrecise 
{seed=[8B039D972547372B:BCF86E15D972084E]}
   [junit4]   2> 1130946 INFO  
(TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[8B039D972547372B])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testLLPDecodeIsStableAndPrecise 
{seed=[8B039D972547372B:8E548B7BAEB91F14]}
   [junit4]   2> 1130947 INFO  
(TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[8B039D972547372B])
 [    ] o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM 
INDEX
   [junit4]   2> 1130947 INFO  
(TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[8B039D972547372B])
 [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null 
params={_version_=-9223372036854775807&update.distrib=FROMLEADER&versions=true&wt=json&indent=true}{deleteByQuery=*:*}
 0 0
   [junit4]   2> 1130947 INFO  
(TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[8B039D972547372B])
 [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[0]} 0 0
   [junit4]   2> 1130948 INFO  
(TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[8B039D972547372B])
 [    ] o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1130948 INFO  
(TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[8B039D972547372B])
 [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@3a3e6cb9 commitCommandVersion:0
   [junit4]   2> 1130949 INFO  
(TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[8B039D972547372B])
 [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@2d0de387[collection1] main]
   [junit4]   2> 1130950 INFO  
(TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[8B039D972547372B])
 [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1130962 INFO  (searcherExecutor-1238-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@2d0de387[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_k(7.4.0):c1)))}
   [junit4]   2> 1130962 INFO  
(TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[8B039D972547372B])
 [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{commit=} 0 14
   [junit4]   2> 1130963 INFO  
(TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[8B039D972547372B])
 [    ] o.a.s.c.S.Request [collection1]  webapp=null path=/select 
params={q=id:0} hits=1 status=0 QTime=0
   [junit4]   2> 1130963 INFO  
(TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[8B039D972547372B])
 [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[0]} 0 0
   [junit4]   2> 1130963 INFO  
(TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[8B039D972547372B])
 [    ] o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1130963 INFO  
(TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[8B039D972547372B])
 [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@3a3e6cb9 commitCommandVersion:0
   [junit4]   2> 1130965 INFO  
(TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[8B039D972547372B])
 [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@49044775[collection1] main]
   [junit4]   2> 1130965 INFO  
(TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[8B039D972547372B])
 [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1130966 INFO  (searcherExecutor-1238-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@49044775[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_l(7.4.0):c1)))}
   [junit4]   2> 1130966 INFO  
(TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[8B039D972547372B])
 [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{commit=} 0 2
   [junit4]   2> 1130967 INFO  
(TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[8B039D972547372B])
 [    ] o.a.s.c.S.Request [collection1]  webapp=null path=/select 
params={q=id:0} hits=1 status=0 QTime=0
   [junit4]   2> 1130967 INFO  
(TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[8B039D972547372B])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testLLPDecodeIsStableAndPrecise 
{seed=[8B039D972547372B:8E548B7BAEB91F14]}
   [junit4]   2> 1131019 INFO  
(TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[8B039D972547372B])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testLLPDecodeIsStableAndPrecise 
{seed=[8B039D972547372B:59DFDDC1CAEE2846]}
   [junit4]   2> 1131020 INFO  
(TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[8B039D972547372B])
 [    ] o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM 
INDEX
   [junit4]   2> 1131020 INFO  
(TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[8B039D972547372B])
 [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null 
params={_version_=-9223372036854775807&update.distrib=FROMLEADER&versions=true&wt=json&indent=true}{deleteByQuery=*:*}
 0 0
   [junit4]   2> 1131020 INFO  
(TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[8B039D972547372B])
 [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[0]} 0 0
   [junit4]   2> 1131021 INFO  
(TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[8B039D972547372B])
 [    ] o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1131021 INFO  
(TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[8B039D972547372B])
 [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@3a3e6cb9 commitCommandVersion:0
   [junit4]   2> 1131022 INFO  
(TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[8B039D972547372B])
 [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@1397b43d[collection1] main]
   [junit4]   2> 1131023 INFO  
(TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[8B039D972547372B])
 [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1131024 INFO  (searcherExecutor-1238-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@1397b43d[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_m(7.4.0):c1)))}
   [junit4]   2> 1131024 INFO  
(TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[8B039D972547372B])
 [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{commit=} 0 3
   [junit4]   2> 1131024 INFO  
(TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[8B039D972547372B])
 [    ] o.a.s.c.S.Request [collection1]  webapp=null path=/select 
params={q=id:0} hits=1 status=0 QTime=0
   [junit4]   2> 1131025 INFO  
(TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[8B039D972547372B])
 [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[0]} 0 0
   [junit4]   2> 1131025 INFO  
(TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[8B039D972547372B])
 [    ] o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1131025 INFO  
(TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[8B039D972547372B])
 [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@3a3e6cb9 commitCommandVersion:0
   [junit4]   2> 1131039 INFO  
(TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[8B039D972547372B])
 [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@359a7897[collection1] main]
   [junit4]   2> 1131039 INFO  
(TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[8B039D972547372B])
 [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1131040 INFO  (searcherExecutor-1238-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@359a7897[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_n(7.4.0):c1)))}
   [junit4]   2> 1131040 INFO  
(TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[8B039D972547372B])
 [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{commit=} 0 15
   [junit4]   2> 1131041 INFO  
(TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[8B039D972547372B])
 [    ] o.a.s.c.S.Request [collection1]  webapp=null path=/select 
params={q=id:0} hits=1 status=0 QTime=0
   [junit4]   2> 1131041 INFO  
(TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[8B039D972547372B])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testLLPDecodeIsStableAndPrecise 
{seed=[8B039D972547372B:59DFDDC1CAEE2846]}
   [junit4]   2> 1131092 INFO  
(TEST-TestSolr4Spatial2.testBBox-seed#[8B039D972547372B]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testBBox
   [junit4]   2> 1131092 INFO  
(TEST-TestSolr4Spatial2.testBBox-seed#[8B039D972547372B]) [    ] 
o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 1131093 INFO  
(TEST-TestSolr4Spatial2.testBBox-seed#[8B039D972547372B]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={_version_=-9223372036854775807&update.distrib=FROMLEADER&versions=true&wt=json&indent=true}{deleteByQuery=*:*}
 0 0
   [junit4]   2> 1131093 INFO  
(TEST-TestSolr4Spatial2.testBBox-seed#[8B039D972547372B]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[0]} 0 0
   [junit4]   2> 1131097 INFO  
(TEST-TestSolr4Spatial2.testBBox-seed#[8B039D972547372B]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[1]} 0 3
   [junit4]   2> 1131097 INFO  
(TEST-TestSolr4Spatial2.testBBox-seed#[8B039D972547372B]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[2]} 0 0
   [junit4]   2> 1131098 INFO  
(TEST-TestSolr4Spatial2.testBBox-seed#[8B039D972547372B]) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1131098 INFO  
(TEST-TestSolr4Spatial2.testBBox-seed#[8B039D972547372B]) [    ] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@3a3e6cb9 commitCommandVersion:0
   [junit4]   2> 1131116 INFO  
(TEST-TestSolr4Spatial2.testBBox-seed#[8B039D972547372B]) [    ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@8251493[collection1] main]
   [junit4]   2> 1131117 INFO  
(TEST-TestSolr4Spatial2.testBBox-seed#[8B039D972547372B]) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1131118 INFO  (searcherExecutor-1238-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@8251493[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_o(7.4.0):c3)))}
   [junit4]   2> 1131118 INFO  
(TEST-TestSolr4Spatial2.testBBox-seed#[8B039D972547372B]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{commit=} 0 20
   [junit4]   2> 1131251 INFO  
(TEST-TestSolr4Spatial2.testBBox-seed#[8B039D972547372B]) [    ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q={!field+f%3Dbbox+filter%3Dfalse+score%3DoverlapRatio+queryTargetProportion%3D0.25}Intersects(ENVELOPE(10,25,12,10))&debug=results&fl=*,score&wt=xml}
 hits=3 status=0 QTime=132
   [junit4]   2> 1131252 INFO  
(TEST-TestSolr4Spatial2.testBBox-seed#[8B039D972547372B]) [    ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q={!field+f%3Dbbox+filter%3Dfalse+score%3DoverlapRatio+queryTargetProportion%3D0.5+minSideLength%3D1}Intersects(ENVELOPE(0,0,12,12))&debug=results&fl=id,score&wt=xml}
 hits=3 status=0 QTime=0
   [junit4]   2> 1131266 INFO  
(TEST-TestSolr4Spatial2.testBBox-seed#[8B039D972547372B]) [    ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q={!field+f%3Dbbox+filter%3Dfalse+score%3Darea2D}Intersects(ENVELOPE(0,0,12,12))&debug=results&fl=id,score&wt=xml}
 hits=3 status=0 QTime=13
   [junit4]   2> 1131266 INFO  
(TEST-TestSolr4Spatial2.testBBox-seed#[8B039D972547372B]) [    ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q={!field+f%3Dbbox+filter%3Dfalse+score%3Darea}Intersects(ENVELOPE(0,0,12,12))&debug=results&fl=id,score&wt=xml}
 hits=3 status=0 QTime=0
   [junit4]   2> 1131267 INFO  
(TEST-TestSolr4Spatial2.testBBox-seed#[8B039D972547372B]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testBBox
   [junit4]   2> 1131355 INFO  
(TEST-TestSolr4Spatial2.testConstantScoreQueryWithFilterPartOnly-seed#[8B039D972547372B])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting 
testConstantScoreQueryWithFilterPartOnly
   [junit4]   2> 1131355 INFO  
(TEST-TestSolr4Spatial2.testConstantScoreQueryWithFilterPartOnly-seed#[8B039D972547372B])
 [    ] o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM 
INDEX
   [junit4]   2> 1131355 INFO  
(TEST-TestSolr4Spatial2.testConstantScoreQueryWithFilterPartOnly-seed#[8B039D972547372B])
 [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null 
params={_version_=-9223372036854775807&update.distrib=FROMLEADER&versions=true&wt=json&indent=true}{deleteByQuery=*:*}
 0 0
   [junit4]   2> 1131356 INFO  
(TEST-TestSolr4Spatial2.testConstantScoreQueryWithFilterPartOnly-seed#[8B039D972547372B])
 [    ] o.a.s.s.AbstractSpatialPrefixTreeFieldType 
srptgeom{class=org.apache.solr.schema.SpatialRecursivePrefixTreeFieldType,analyzer=org.apache.solr.schema.FieldType$DefaultAnalyzer,args=null}
 strat: 
RecursivePrefixTreeStrategy(SPG:(GeohashPrefixTree(maxLevels:11,ctx:SpatialContext{geo=true,
 calculator=Haversine, 
worldBounds=Rect(minX=-180.0,maxX=180.0,minY=-90.0,maxY=90.0)})),pruneLeafyBranches)
 maxLevels: 11
   [junit4]   2> 1131375 INFO  
(TEST-TestSolr4Spatial2.testConstantScoreQueryWithFilterPartOnly-seed#[8B039D972547372B])
 [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[1]} 0 18
   [junit4]   2> 1131375 INFO  
(TEST-TestSolr4Spatial2.testConstantScoreQueryWithFilterPartOnly-seed#[8B039D972547372B])
 [    ] o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1131375 INFO  
(TEST-TestSolr4Spatial2.testConstantScoreQueryWithFilterPartOnly-seed#[8B039D972547372B])
 [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@3a3e6cb9 commitCommandVersion:0
   [junit4]   2> 1131376 INFO  
(TEST-TestSolr4Spatial2.testConstantScoreQueryWithFilterPartOnly-seed#[8B039D972547372B])
 [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@30b2544[collection1] main]
   [junit4]   2> 1131378 INFO  (searcherExecutor-1238-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@30b2544[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_p(7.4.0):c1)))}
   [junit4]   2> 1131378 INFO  
(TEST-TestSolr4Spatial2.testConstantScoreQueryWithFilterPartOnly-seed#[8B039D972547372B])
 [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1131378 INFO  
(TEST-TestSolr4Spatial2.testConstantScoreQueryWithFilterPartOnly-seed#[8B039D972547372B])
 [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{commit=} 0 3
   [junit4]   2> 1131401 INFO  
(TEST-TestSolr4Spatial2.testConstantScoreQueryWithFilterPartOnly-seed#[8B039D972547372B])
 [    ] o.a.s.s.AbstractSpatialPrefixTreeFieldType 
srptgeom{class=org.apache.solr.schema.SpatialRecursivePrefixTreeFieldType,analyzer=org.apache.solr.schema.FieldType$DefaultAnalyzer,args=null}
 strat: 
RecursivePrefixTreeStrategy(SPG:(GeohashPrefixTree(maxLevels:11,ctx:SpatialContext{geo=true,
 calculator=Haversine, 
worldBounds=Rect(minX=-180.0,maxX=180.0,minY=-90.0,maxY=90.0)})),pruneLeafyBranches)
 maxLevels: 11
   [junit4]   2> 1131402 INFO  
(TEST-TestSolr4Spatial2.testConstantScoreQueryWithFilterPartOnly-seed#[8B039D972547372B])
 [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q={!geofilt+sfield%3D"srptgeom"+pt%3D"56.9484,24.0981"+d%3D100}&hl=true&hl.fl=srptgeom}
 hits=1 status=0 QTime=22
   [junit4]   2> 1131415 INFO  
(TEST-TestSolr4Spatial2.testConstantScoreQueryWithFilterPartOnly-seed#[8B039D972547372B])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testConstantScoreQueryWithFilterPartOnly
   [junit4]   2> 1131504 INFO  
(TEST-TestSolr4Spatial2.testBadScoreParam-seed#[8B039D972547372B]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testBadScoreParam
   [junit4]   2> 1131505 INFO  
(TEST-TestSolr4Spatial2.testBadScoreParam-seed#[8B039D972547372B]) [    ] 
o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 1131505 INFO  
(TEST-TestSolr4Spatial2.testBadScoreParam-seed#[8B039D972547372B]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={_version_=-9223372036854775807&update.distrib=FROMLEADER&versions=true&wt=json&indent=true}{deleteByQuery=*:*}
 0 0
   [junit4]   2> 1131505 INFO  
(TEST-TestSolr4Spatial2.testBadScoreParam-seed#[8B039D972547372B]) [    ] 
o.a.s.h.RequestHandlerBase Ignoring exception matching .
   [junit4]   2> 1131506 INFO  
(TEST-TestSolr4Spatial2.testBadScoreParam-seed#[8B039D972547372B]) [    ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q={!field+f%3Dbbox+filter%3Dfalse+score%3Dbogus}Intersects(ENVELOPE(0,0,12,12))&qt=&start=0&rows=20&version=2.2}
 status=400 QTime=0
   [junit4]   2> 1131506 INFO  
(TEST-TestSolr4Spatial2.testBadScoreParam-seed#[8B039D972547372B]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testBadScoreParam
   [junit4]   2> 1131704 INFO  
(TEST-TestSolr4Spatial2.testRptWithGeometryField-seed#[8B039D972547372B]) [    
] o.a.s.SolrTestCaseJ4 ###Starting testRptWithGeometryField
   [junit4]   2> 1131704 INFO  
(TEST-TestSolr4Spatial2.testRptWithGeometryField-seed#[8B039D972547372B]) [    
] o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 1131704 INFO  
(TEST-TestSolr4Spatial2.testRptWithGeometryField-seed#[8B039D972547372B]) [    
] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={_version_=-9223372036854775807&update.distrib=FROMLEADER&versions=true&wt=json&indent=true}{deleteByQuery=*:*}
 0 0
   [junit4]   2> 1131706 INFO  
(TEST-TestSolr4Spatial2.testRptWithGeometryField-seed#[8B039D972547372B]) [    
] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[0]} 0 1
   [junit4]   2> 1131795 INFO  
(TEST-TestSolr4Spatial2.testRptWithGeometryField-seed#[8B039D972547372B]) [    
] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[1]} 0 89
   [junit4]   2> 1131814 INFO  
(TEST-TestSolr4Spatial2.testRptWithGeometryField-seed#[8B039D972547372B]) [    
] o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=true,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1131814 WARN  
(TEST-TestSolr4Spatial2.testRptWithGeometryField-seed#[8B039D972547372B]) [    
] o.a.s.u.DirectUpdateHandler2 Starting optimize... Reading and rewriting the 
entire index! Use with care.
   [junit4]   2> 1131831 INFO  
(TEST-TestSolr4Spatial2.testRptWithGeometryField-seed#[8B039D972547372B]) [    
] o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@3a3e6cb9 commitCommandVersion:0
   [junit4]   2> 1131849 INFO  
(TEST-TestSolr4Spatial2.testRptWithGeometryField-seed#[8B039D972547372B]) [    
] o.a.s.s.SolrIndexSearcher Opening [Searcher@79fa931d[collection1] main]
   [junit4]   2> 1131849 INFO  
(TEST-TestSolr4Spatial2.testRptWithGeometryField-seed#[8B039D972547372B]) [    
] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1131850 INFO  (searcherExecutor-1238-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@79fa931d[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_r(7.4.0):C2)))}
   [junit4]   2> 1131851 INFO  
(TEST-TestSolr4Spatial2.testRptWithGeometryField-seed#[8B039D972547372B]) [    
] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{optimize=} 0 36
   [junit4]   2> 1131873 INFO  
(TEST-TestSolr4Spatial2.testRptWithGeometryField-seed#[8B039D972547372B]) [    
] o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1131873 INFO  
(TEST-TestSolr4Spatial2.testRptWithGeometryField-seed#[8B039D972547372B]) [    
] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 1131874 INFO  
(TEST-TestSolr4Spatial2.testRptWithGeometryField-seed#[8B039D972547372B]) [    
] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1131874 INFO  
(TEST-TestSolr4Spatial2.testRptWithGeometryField-seed#[8B039D972547372B]) [    
] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{commit=} 0 0
   [junit4]   2> 1131876 INFO  
(TEST-TestSolr4Spatial2.testRptWithGeometryField-seed#[8B039D972547372B]) [    
] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q={!cache%3Dfalse+field+f%3Dsrptgeom}Intersects(ENVELOPE(-20,+-10.0001,+30,+15.0001))&sort=id+asc&wt=xml}
 hits=1 status=0 QTime=1
   [junit4]   2> 1131889 INFO  
(TEST-TestSolr4Spatial2.testRptWithGeometryField-seed#[8B039D972547372B]) [    
] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q={!cache%3Dfalse+field+f%3Dsrptgeom}Intersects(ENVELOPE(-20,+-10.0001,+30,+15.0001))&sort=id+asc&wt=xml}
 hits=1 status=0 QTime=14
   [junit4]   2> 1131891 INFO  
(TEST-TestSolr4Spatial2.testRptWithGeometryField-seed#[8B039D972547372B]) [    
] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[3]} 0 0
   [junit4]   2> 1131892 INFO  
(TEST-TestSolr4Spatial2.testRptWithGeometryField-seed#[8B039D972547372B]) [    
] o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1131892 INFO  
(TEST-TestSolr4Spatial2.testRptWithGeometryField-seed#[8B039D972547372B]) [    
] o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@3a3e6cb9 commitCommandVersion:0
   [junit4]   2> 1131893 INFO  
(TEST-TestSolr4Spatial2.testRptWithGeometryField-seed#[8B039D972547372B]) [    
] o.a.s.s.SolrIndexSearcher Opening [Searcher@6eab913c[collection1] main]
   [junit4]   2> 1131906 INFO  
(TEST-TestSolr4Spatial2.testRptWithGeometryField-seed#[8B039D972547372B]) [    
] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1131907 INFO  (searcherExecutor-1238-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@6eab913c[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_r(7.4.0):C2)
 Uninverting(_s(7.4.0):c1)))}
   [junit4]   2> 1131907 INFO  (T

[...truncated too long message...]

/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/top-level-ivy-settings.xml

resolve:

jar-checksums:
    [mkdir] Created dir: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/null1471493486
     [copy] Copying 40 files to 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/null1471493486
   [delete] Deleting directory 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/null1471493486

resolve-example:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/top-level-ivy-settings.xml

resolve:

resolve-server:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/top-level-ivy-settings.xml

resolve:

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/top-level-ivy-settings.xml

resolve:

jar-checksums:
    [mkdir] Created dir: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/null1320477924
     [copy] Copying 246 files to 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/null1320477924
   [delete] Deleting directory 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/null1320477924

check-working-copy:
[ivy:cachepath] :: resolving dependencies :: 
org.eclipse.jgit#org.eclipse.jgit-caller;working
[ivy:cachepath]         confs: [default]
[ivy:cachepath]         found 
org.eclipse.jgit#org.eclipse.jgit;4.6.0.201612231935-r in public
[ivy:cachepath]         found com.jcraft#jsch;0.1.53 in public
[ivy:cachepath]         found com.googlecode.javaewah#JavaEWAH;1.1.6 in public
[ivy:cachepath]         found org.apache.httpcomponents#httpclient;4.3.6 in 
public
[ivy:cachepath]         found org.apache.httpcomponents#httpcore;4.3.3 in public
[ivy:cachepath]         found commons-logging#commons-logging;1.1.3 in public
[ivy:cachepath]         found commons-codec#commons-codec;1.6 in public
[ivy:cachepath]         found org.slf4j#slf4j-api;1.7.2 in public
[ivy:cachepath] :: resolution report :: resolve 56ms :: artifacts dl 2ms
        ---------------------------------------------------------------------
        |                  |            modules            ||   artifacts   |
        |       conf       | number| search|dwnlded|evicted|| number|dwnlded|
        ---------------------------------------------------------------------
        |      default     |   8   |   0   |   0   |   0   ||   8   |   0   |
        ---------------------------------------------------------------------
[wc-checker] Initializing working copy...
[wc-checker] SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
[wc-checker] SLF4J: Defaulting to no-operation (NOP) logger implementation
[wc-checker] SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for 
further details.
[wc-checker] Checking working copy status...

-jenkins-base:

BUILD SUCCESSFUL
Total time: 210 minutes 18 seconds
Archiving artifacts
WARN: No artifacts found that match the file pattern 
"**/*.events,heapdumps/**,**/hs_err_pid*". Configuration error?
WARN: java.lang.InterruptedException: no matches found within 10000
Recording test results
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
Email was triggered for: Unstable (Test Failures)
Sending email for trigger: Unstable (Test Failures)
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to