Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/18816/
Java: 32bit/jdk-9-ea+153 -server -XX:+UseParallelGC

4 tests failed.
FAILED:  org.apache.solr.schema.TestPointFields.testIntPointFieldReturn

Error Message:
Exception during query

Stack Trace:
java.lang.RuntimeException: Exception during query
        at 
__randomizedtesting.SeedInfo.seed([DCCF9DE20D04BC8C:65CE2AD4E80F7744]:0)
        at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:857)
        at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:824)
        at 
org.apache.solr.schema.TestPointFields.testPointFieldReturn(TestPointFields.java:790)
        at 
org.apache.solr.schema.TestPointFields.testIntPointFieldReturn(TestPointFields.java:68)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:543)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        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:367)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:811)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:462)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        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 
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:367)
        at java.base/java.lang.Thread.run(Thread.java:844)
Caused by: java.lang.RuntimeException: REQUEST FAILED: 
xpath=//doc/int[@name='number_p_i'][.='0']
        xml response was: <?xml version="1.0" encoding="UTF-8"?>
<response>

<null name="doc"/>
</response>

        request was:qt=/get&id=0&wt=xml
        at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:850)
        ... 41 more


FAILED:  org.apache.solr.schema.TestPointFields.testDoublePointFieldReturn

Error Message:
Exception during query

Stack Trace:
java.lang.RuntimeException: Exception during query
        at 
__randomizedtesting.SeedInfo.seed([DCCF9DE20D04BC8C:E9B4DDDF07138E22]:0)
        at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:857)
        at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:824)
        at 
org.apache.solr.schema.TestPointFields.testPointFieldReturn(TestPointFields.java:790)
        at 
org.apache.solr.schema.TestPointFields.testDoublePointFieldReturn(TestPointFields.java:244)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:543)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        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:367)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:811)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:462)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        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 
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:367)
        at java.base/java.lang.Thread.run(Thread.java:844)
Caused by: java.lang.RuntimeException: REQUEST FAILED: 
xpath=//doc/double[@name='number_p_d'][.='0.0']
        xml response was: <?xml version="1.0" encoding="UTF-8"?>
<response>

<null name="doc"/>
</response>

        request was:qt=/get&id=0&wt=xml
        at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:850)
        ... 41 more


FAILED:  org.apache.solr.schema.TestPointFields.testLongPointFieldReturn

Error Message:
Exception during query

Stack Trace:
java.lang.RuntimeException: Exception during query
        at 
__randomizedtesting.SeedInfo.seed([DCCF9DE20D04BC8C:2E7C97095793511]:0)
        at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:857)
        at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:824)
        at 
org.apache.solr.schema.TestPointFields.testPointFieldReturn(TestPointFields.java:790)
        at 
org.apache.solr.schema.TestPointFields.testLongPointFieldReturn(TestPointFields.java:559)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:543)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        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:367)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:811)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:462)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        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 
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:367)
        at java.base/java.lang.Thread.run(Thread.java:844)
Caused by: java.lang.RuntimeException: REQUEST FAILED: 
xpath=//doc/long[@name='number_p_l'][.='0']
        xml response was: <?xml version="1.0" encoding="UTF-8"?>
<response>

<null name="doc"/>
</response>

        request was:qt=/get&id=0&wt=xml
        at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:850)
        ... 41 more


FAILED:  org.apache.solr.schema.TestPointFields.testFloatPointFieldReturn

Error Message:
Exception during query

Stack Trace:
java.lang.RuntimeException: Exception during query
        at 
__randomizedtesting.SeedInfo.seed([DCCF9DE20D04BC8C:ED5053E97FE6156B]:0)
        at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:857)
        at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:824)
        at 
org.apache.solr.schema.TestPointFields.testPointFieldReturn(TestPointFields.java:790)
        at 
org.apache.solr.schema.TestPointFields.testFloatPointFieldReturn(TestPointFields.java:465)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:543)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        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:367)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:811)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:462)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        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 
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:367)
        at java.base/java.lang.Thread.run(Thread.java:844)
Caused by: java.lang.RuntimeException: REQUEST FAILED: 
xpath=//doc/float[@name='number_p_f'][.='0.0']
        xml response was: <?xml version="1.0" encoding="UTF-8"?>
<response>

<null name="doc"/>
</response>

        request was:qt=/get&id=0&wt=xml
        at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:850)
        ... 41 more




Build Log:
[...truncated 12700 lines...]
   [junit4] Suite: org.apache.solr.schema.TestPointFields
   [junit4]   2> Creating dataDir: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.schema.TestPointFields_DCCF9DE20D04BC8C-001/init-core-data-001
   [junit4]   2> 2278947 INFO  
(SUITE-TestPointFields-seed#[DCCF9DE20D04BC8C]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields
   [junit4]   2> 2278949 INFO  
(SUITE-TestPointFields-seed#[DCCF9DE20D04BC8C]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via: 
@org.apache.solr.util.RandomizeSSL(reason="", ssl=0.0/0.0, value=0.0/0.0, 
clientAuth=0.0/0.0)
   [junit4]   2> 2278949 INFO  
(SUITE-TestPointFields-seed#[DCCF9DE20D04BC8C]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 2278950 INFO  
(SUITE-TestPointFields-seed#[DCCF9DE20D04BC8C]-worker) [    ] 
o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib,
 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 2279024 WARN  
(SUITE-TestPointFields-seed#[DCCF9DE20D04BC8C]-worker) [    ] o.a.s.c.Config 
Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> 
instead.
   [junit4]   2> 2279025 INFO  
(SUITE-TestPointFields-seed#[DCCF9DE20D04BC8C]-worker) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 2279042 INFO  
(SUITE-TestPointFields-seed#[DCCF9DE20D04BC8C]-worker) [    ] 
o.a.s.s.IndexSchema [null] Schema name=example
   [junit4]   2> 2279045 INFO  
(SUITE-TestPointFields-seed#[DCCF9DE20D04BC8C]-worker) [    ] 
o.a.s.s.IndexSchema Loaded schema example/1.6 with uniqueid field id
   [junit4]   2> 2279051 WARN  
(SUITE-TestPointFields-seed#[DCCF9DE20D04BC8C]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter No serviceUrl or agentId was configured, using first 
MBeanServer.
   [junit4]   2> 2279054 INFO  
(SUITE-TestPointFields-seed#[DCCF9DE20D04BC8C]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@e162e0
   [junit4]   2> 2279054 WARN  
(SUITE-TestPointFields-seed#[DCCF9DE20D04BC8C]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter No serviceUrl or agentId was configured, using first 
MBeanServer.
   [junit4]   2> 2279057 INFO  
(SUITE-TestPointFields-seed#[DCCF9DE20D04BC8C]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@e162e0
   [junit4]   2> 2279058 WARN  
(SUITE-TestPointFields-seed#[DCCF9DE20D04BC8C]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter No serviceUrl or agentId was configured, using first 
MBeanServer.
   [junit4]   2> 2279058 INFO  
(SUITE-TestPointFields-seed#[DCCF9DE20D04BC8C]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@e162e0
   [junit4]   2> 2279060 INFO  (coreLoadExecutor-7815-thread-1) [    ] 
o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib,
 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 2279131 WARN  (coreLoadExecutor-7815-thread-1) [    ] 
o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use 
<mergePolicyFactory> instead.
   [junit4]   2> 2279132 INFO  (coreLoadExecutor-7815-thread-1) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 2279151 INFO  (coreLoadExecutor-7815-thread-1) [    ] 
o.a.s.s.IndexSchema [collection1] Schema name=example
   [junit4]   2> 2279154 INFO  (coreLoadExecutor-7815-thread-1) [    ] 
o.a.s.s.IndexSchema Loaded schema example/1.6 with uniqueid field id
   [junit4]   2> 2279157 INFO  (coreLoadExecutor-7815-thread-1) [    ] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from 
instancedir 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1
   [junit4]   2> 2279157 WARN  (coreLoadExecutor-7815-thread-1) [    ] 
o.a.s.m.r.SolrJmxReporter No serviceUrl or agentId was configured, using first 
MBeanServer.
   [junit4]   2> 2279157 INFO  (coreLoadExecutor-7815-thread-1) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@e162e0
   [junit4]   2> 2279157 INFO  (coreLoadExecutor-7815-thread-1) [    ] 
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.schema.TestPointFields_DCCF9DE20D04BC8C-001/init-core-data-001/]
   [junit4]   2> 2279158 INFO  (coreLoadExecutor-7815-thread-1) [    ] 
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX 
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@e162e0
   [junit4]   2> 2279159 INFO  (coreLoadExecutor-7815-thread-1) [    ] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=43, maxMergeAtOnceExplicit=21, maxMergedSegmentMB=72.009765625, 
floorSegmentMB=1.794921875, forceMergeDeletesPctAllowed=6.596494010140864, 
segmentsPerTier=37.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 2279182 INFO  (coreLoadExecutor-7815-thread-1) [    ] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2279182 INFO  (coreLoadExecutor-7815-thread-1) [    ] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2279183 INFO  (coreLoadExecutor-7815-thread-1) [    ] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: 
minMergeSize=0, mergeFactor=10, maxMergeSize=1650992362, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 2279198 INFO  (coreLoadExecutor-7815-thread-1) [    ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@12172b9[collection1] main]
   [junit4]   2> 2279199 INFO  (coreLoadExecutor-7815-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 2279334 INFO  (coreLoadExecutor-7815-thread-1) [    ] 
o.a.s.s.DirectSolrSpellChecker init: 
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 2279917 INFO  (coreLoadExecutor-7815-thread-1) [    ] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 2279917 INFO  (searcherExecutor-7816-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 2279917 INFO  (searcherExecutor-7816-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 2279918 INFO  (searcherExecutor-7816-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 2279918 INFO  (searcherExecutor-7816-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
multipleFields
   [junit4]   2> 2279918 INFO  (searcherExecutor-7816-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 2279918 INFO  (searcherExecutor-7816-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 2279919 INFO  (searcherExecutor-7816-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 2279919 INFO  (searcherExecutor-7816-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 2279919 INFO  (searcherExecutor-7816-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 2279920 INFO  (searcherExecutor-7816-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@12172b9[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2279920 INFO  
(SUITE-TestPointFields-seed#[DCCF9DE20D04BC8C]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 2279923 INFO  
(TEST-TestPointFields.testDoublePointStats-seed#[DCCF9DE20D04BC8C]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testDoublePointStats
   [junit4]   2> 2279924 INFO  
(TEST-TestPointFields.testDoublePointStats-seed#[DCCF9DE20D04BC8C]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[0]} 0 0
   [junit4]   2> 2279925 INFO  
(TEST-TestPointFields.testDoublePointStats-seed#[DCCF9DE20D04BC8C]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[1]} 0 0
   [junit4]   2> 2279926 INFO  
(TEST-TestPointFields.testDoublePointStats-seed#[DCCF9DE20D04BC8C]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[2]} 0 0
   [junit4]   2> 2279926 INFO  
(TEST-TestPointFields.testDoublePointStats-seed#[DCCF9DE20D04BC8C]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[3]} 0 0
   [junit4]   2> 2279926 INFO  
(TEST-TestPointFields.testDoublePointStats-seed#[DCCF9DE20D04BC8C]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[4]} 0 0
   [junit4]   2> 2279927 INFO  
(TEST-TestPointFields.testDoublePointStats-seed#[DCCF9DE20D04BC8C]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[5]} 0 0
   [junit4]   2> 2279928 INFO  
(TEST-TestPointFields.testDoublePointStats-seed#[DCCF9DE20D04BC8C]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[6]} 0 0
   [junit4]   2> 2279928 INFO  
(TEST-TestPointFields.testDoublePointStats-seed#[DCCF9DE20D04BC8C]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[7]} 0 0
   [junit4]   2> 2279928 INFO  
(TEST-TestPointFields.testDoublePointStats-seed#[DCCF9DE20D04BC8C]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[8]} 0 0
   [junit4]   2> 2279928 INFO  
(TEST-TestPointFields.testDoublePointStats-seed#[DCCF9DE20D04BC8C]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[9]} 0 0
   [junit4]   2> 2279929 INFO  
(TEST-TestPointFields.testDoublePointStats-seed#[DCCF9DE20D04BC8C]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[10]} 0 0
   [junit4]   2> 2279930 INFO  
(TEST-TestPointFields.testDoublePointStats-seed#[DCCF9DE20D04BC8C]) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2279930 INFO  
(TEST-TestPointFields.testDoublePointStats-seed#[DCCF9DE20D04BC8C]) [    ] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@1db9959
   [junit4]   2> 2279940 INFO  
(TEST-TestPointFields.testDoublePointStats-seed#[DCCF9DE20D04BC8C]) [    ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@15f794d[collection1] main]
   [junit4]   2> 2279940 INFO  
(TEST-TestPointFields.testDoublePointStats-seed#[DCCF9DE20D04BC8C]) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2279942 INFO  (searcherExecutor-7816-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@15f794d[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.0.0):C11)))}
   [junit4]   2> 2279942 INFO  
(TEST-TestPointFields.testDoublePointStats-seed#[DCCF9DE20D04BC8C]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{commit=} 0 13
   [junit4]   2> 2279944 INFO  
(TEST-TestPointFields.testDoublePointStats-seed#[DCCF9DE20D04BC8C]) [    ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=*:*&stats=true&fl=id,+number_p_d_dv&wt=xml&stats.field=number_p_d_dv} 
hits=11 status=0 QTime=1
   [junit4]   2> 2279947 INFO  
(TEST-TestPointFields.testDoublePointStats-seed#[DCCF9DE20D04BC8C]) [    ] 
o.a.s.h.RequestHandlerBase Ignoring exception matching .
   [junit4]   2> 2279947 INFO  
(TEST-TestPointFields.testDoublePointStats-seed#[DCCF9DE20D04BC8C]) [    ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=*:*&stats=true&fl=id,+number_p_d&wt=xml&stats.field=number_p_d} 
status=400 QTime=1
   [junit4]   2> 2279947 INFO  
(TEST-TestPointFields.testDoublePointStats-seed#[DCCF9DE20D04BC8C]) [    ] 
o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 2279947 INFO  
(TEST-TestPointFields.testDoublePointStats-seed#[DCCF9DE20D04BC8C]) [    ] 
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> 2279948 INFO  
(TEST-TestPointFields.testDoublePointStats-seed#[DCCF9DE20D04BC8C]) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2279948 INFO  
(TEST-TestPointFields.testDoublePointStats-seed#[DCCF9DE20D04BC8C]) [    ] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@1db9959
   [junit4]   2> 2279948 INFO  
(TEST-TestPointFields.testDoublePointStats-seed#[DCCF9DE20D04BC8C]) [    ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@46bde3[collection1] main]
   [junit4]   2> 2279950 INFO  (searcherExecutor-7816-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@46bde3[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2279951 INFO  
(TEST-TestPointFields.testDoublePointStats-seed#[DCCF9DE20D04BC8C]) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2279951 INFO  
(TEST-TestPointFields.testDoublePointStats-seed#[DCCF9DE20D04BC8C]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{commit=} 0 3
   [junit4]   2> 2279951 INFO  
(TEST-TestPointFields.testDoublePointStats-seed#[DCCF9DE20D04BC8C]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testDoublePointStats
   [junit4]   2> 2279954 INFO  
(TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[DCCF9DE20D04BC8C]) [ 
   ] o.a.s.SolrTestCaseJ4 ###Starting testDoublePointFieldExactQuery
   [junit4]   2> 2279955 INFO  
(TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[DCCF9DE20D04BC8C]) [ 
   ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[0]} 0 0
   [junit4]   2> 2279955 INFO  
(TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[DCCF9DE20D04BC8C]) [ 
   ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[1]} 0 0
   [junit4]   2> 2279955 INFO  
(TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[DCCF9DE20D04BC8C]) [ 
   ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[2]} 0 0
   [junit4]   2> 2279956 INFO  
(TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[DCCF9DE20D04BC8C]) [ 
   ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[3]} 0 0
   [junit4]   2> 2279956 INFO  
(TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[DCCF9DE20D04BC8C]) [ 
   ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[4]} 0 0
   [junit4]   2> 2279956 INFO  
(TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[DCCF9DE20D04BC8C]) [ 
   ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[5]} 0 0
   [junit4]   2> 2279956 INFO  
(TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[DCCF9DE20D04BC8C]) [ 
   ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[6]} 0 0
   [junit4]   2> 2279957 INFO  
(TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[DCCF9DE20D04BC8C]) [ 
   ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[7]} 0 0
   [junit4]   2> 2279957 INFO  
(TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[DCCF9DE20D04BC8C]) [ 
   ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[8]} 0 0
   [junit4]   2> 2279957 INFO  
(TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[DCCF9DE20D04BC8C]) [ 
   ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[9]} 0 0
   [junit4]   2> 2279957 INFO  
(TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[DCCF9DE20D04BC8C]) [ 
   ] o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2279957 INFO  
(TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[DCCF9DE20D04BC8C]) [ 
   ] o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@1db9959
   [junit4]   2> 2279960 INFO  
(TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[DCCF9DE20D04BC8C]) [ 
   ] o.a.s.s.SolrIndexSearcher Opening [Searcher@51d37[collection1] main]
   [junit4]   2> 2279960 INFO  
(TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[DCCF9DE20D04BC8C]) [ 
   ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2279962 INFO  (searcherExecutor-7816-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@51d37[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_1(7.0.0):C10)))}
   [junit4]   2> 2279962 INFO  
(TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[DCCF9DE20D04BC8C]) [ 
   ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{commit=} 0 4
   [junit4]   2> 2279963 INFO  
(TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[DCCF9DE20D04BC8C]) [ 
   ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=number_d:1.1&fl=id,+number_d&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 2279963 INFO  
(TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[DCCF9DE20D04BC8C]) [ 
   ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=number_d:2.2&fl=id,+number_d&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 2279964 INFO  
(TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[DCCF9DE20D04BC8C]) [ 
   ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=number_d:3.3&fl=id,+number_d&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 2279964 INFO  
(TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[DCCF9DE20D04BC8C]) [ 
   ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=number_d:4.4&fl=id,+number_d&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 2279964 INFO  
(TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[DCCF9DE20D04BC8C]) [ 
   ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=number_d:5.5&fl=id,+number_d&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 2279964 INFO  
(TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[DCCF9DE20D04BC8C]) [ 
   ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=number_d:6.6&fl=id,+number_d&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 2279965 INFO  
(TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[DCCF9DE20D04BC8C]) [ 
   ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=number_d:7.7&fl=id,+number_d&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 2279965 INFO  
(TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[DCCF9DE20D04BC8C]) [ 
   ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=number_d:8.8&fl=id,+number_d&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 2279965 INFO  
(TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[DCCF9DE20D04BC8C]) [ 
   ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=number_d:9.9&fl=id,+number_d&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 2279965 INFO  
(TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[DCCF9DE20D04BC8C]) [ 
   ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=number_d:1.1+OR+number_d:2.2&wt=xml} hits=2 status=0 QTime=0
   [junit4]   2> 2279966 INFO  
(TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[DCCF9DE20D04BC8C]) [ 
   ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=number_d:2.2+OR+number_d:3.3&wt=xml} hits=2 status=0 QTime=0
   [junit4]   2> 2279966 INFO  
(TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[DCCF9DE20D04BC8C]) [ 
   ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=number_d:3.3+OR+number_d:4.4&wt=xml} hits=2 status=0 QTime=0
   [junit4]   2> 2279966 INFO  
(TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[DCCF9DE20D04BC8C]) [ 
   ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=number_d:4.4+OR+number_d:5.5&wt=xml} hits=2 status=0 QTime=0
   [junit4]   2> 2279966 INFO  
(TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[DCCF9DE20D04BC8C]) [ 
   ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=number_d:5.5+OR+number_d:6.6&wt=xml} hits=2 status=0 QTime=0
   [junit4]   2> 2279967 INFO  
(TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[DCCF9DE20D04BC8C]) [ 
   ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=number_d:6.6+OR+number_d:7.7&wt=xml} hits=2 status=0 QTime=0
   [junit4]   2> 2279967 INFO  
(TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[DCCF9DE20D04BC8C]) [ 
   ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=number_d:7.7+OR+number_d:8.8&wt=xml} hits=2 status=0 QTime=0
   [junit4]   2> 2279994 INFO  
(TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[DCCF9DE20D04BC8C]) [ 
   ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=number_d:8.8+OR+number_d:9.9&wt=xml} hits=2 status=0 QTime=0
   [junit4]   2> 2279995 INFO  
(TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[DCCF9DE20D04BC8C]) [ 
   ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=number_d:9.9+OR+number_d:1.1&wt=xml} hits=2 status=0 QTime=0
   [junit4]   2> 2279995 INFO  
(TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[DCCF9DE20D04BC8C]) [ 
   ] o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM 
INDEX
   [junit4]   2> 2279995 INFO  
(TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[DCCF9DE20D04BC8C]) [ 
   ] 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> 2279996 INFO  
(TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[DCCF9DE20D04BC8C]) [ 
   ] o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2279996 INFO  
(TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[DCCF9DE20D04BC8C]) [ 
   ] o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@1db9959
   [junit4]   2> 2279996 INFO  
(TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[DCCF9DE20D04BC8C]) [ 
   ] o.a.s.s.SolrIndexSearcher Opening [Searcher@1c97658[collection1] main]
   [junit4]   2> 2279996 INFO  
(TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[DCCF9DE20D04BC8C]) [ 
   ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2279998 INFO  (searcherExecutor-7816-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@1c97658[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2279998 INFO  
(TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[DCCF9DE20D04BC8C]) [ 
   ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{commit=} 0 2
   [junit4]   2> 2279999 INFO  
(TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[DCCF9DE20D04BC8C]) [ 
   ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[random_number ]} 0 0
   [junit4]   2> 2280000 INFO  
(TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[DCCF9DE20D04BC8C]) [ 
   ] o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2280000 INFO  
(TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[DCCF9DE20D04BC8C]) [ 
   ] o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@1db9959
   [junit4]   2> 2280001 INFO  
(TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[DCCF9DE20D04BC8C]) [ 
   ] o.a.s.s.SolrIndexSearcher Opening [Searcher@1aa9db0[collection1] main]
   [junit4]   2> 2280002 INFO  
(TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[DCCF9DE20D04BC8C]) [ 
   ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2280004 INFO  (searcherExecutor-7816-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@1aa9db0[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_2(7.0.0):C1)))}
   [junit4]   2> 2280005 INFO  
(TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[DCCF9DE20D04BC8C]) [ 
   ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{commit=} 0 5
   [junit4]   2> 2280005 INFO  
(TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[DCCF9DE20D04BC8C]) [ 
   ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=number_d:3.67981&fl=id,+number_d&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 2280006 INFO  
(TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[DCCF9DE20D04BC8C]) [ 
   ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[random_number ]} 0 0
   [junit4]   2> 2280006 INFO  
(TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[DCCF9DE20D04BC8C]) [ 
   ] o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2280006 INFO  
(TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[DCCF9DE20D04BC8C]) [ 
   ] o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@1db9959
   [junit4]   2> 2280009 INFO  
(TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[DCCF9DE20D04BC8C]) [ 
   ] o.a.s.s.SolrIndexSearcher Opening [Searcher@51f0f3[collection1] main]
   [junit4]   2> 2280012 INFO  
(TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[DCCF9DE20D04BC8C]) [ 
   ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2280013 INFO  (searcherExecutor-7816-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@51f0f3[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_3(7.0.0):C1)))}
   [junit4]   2> 2280013 INFO  
(TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[DCCF9DE20D04BC8C]) [ 
   ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{commit=} 0 6
   [junit4]   2> 2280013 INFO  
(TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[DCCF9DE20D04BC8C]) [ 
   ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=number_d:3.471694&fl=id,+number_d&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 2280014 INFO  
(TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[DCCF9DE20D04BC8C]) [ 
   ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[random_number ]} 0 0
   [junit4]   2> 2280014 INFO  
(TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[DCCF9DE20D04BC8C]) [ 
   ] o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2280014 INFO  
(TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[DCCF9DE20D04BC8C]) [ 
   ] o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@1db9959
   [junit4]   2> 2280016 INFO  
(TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[DCCF9DE20D04BC8C]) [ 
   ] o.a.s.s.SolrIndexSearcher Opening [Searcher@18ef2b1[collection1] main]
   [junit4]   2> 2280017 INFO  
(TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[DCCF9DE20D04BC8C]) [ 
   ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2280018 INFO  (searcherExecutor-7816-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@18ef2b1[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_4(7.0.0):C1)))}
   [junit4]   2> 2280018 INFO  
(TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[DCCF9DE20D04BC8C]) [ 
   ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{commit=} 0 4
   [junit4]   2> 2280025 INFO  
(TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[DCCF9DE20D04BC8C]) [ 
   ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=number_d:2.9560156&fl=id,+number_d&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 2280026 INFO  
(TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[DCCF9DE20D04BC8C]) [ 
   ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[random_number ]} 0 0
   [junit4]   2> 2280026 INFO  
(TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[DCCF9DE20D04BC8C]) [ 
   ] o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2280026 INFO  
(TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[DCCF9DE20D04BC8C]) [ 
   ] o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@1db9959
   [junit4]   2> 2280030 INFO  
(TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[DCCF9DE20D04BC8C]) [ 
   ] o.a.s.s.SolrIndexSearcher Opening [Searcher@1c6b143[collection1] main]
   [junit4]   2> 2280030 INFO  
(TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[DCCF9DE20D04BC8C]) [ 
   ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2280032 INFO  (searcherExecutor-7816-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@1c6b143[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_5(7.0.0):C1)))}
   [junit4]   2> 2280032 INFO  
(TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[DCCF9DE20D04BC8C]) [ 
   ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{commit=} 0 5
   [junit4]   2> 2280033 INFO  
(TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[DCCF9DE20D04BC8C]) [ 
   ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=number_d:5.3801956&fl=id,+number_d&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 2280034 INFO  
(TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[DCCF9DE20D04BC8C]) [ 
   ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[random_number ]} 0 0
   [junit4]   2> 2280035 INFO  
(TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[DCCF9DE20D04BC8C]) [ 
   ] o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2280035 INFO  
(TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[DCCF9DE20D04BC8C]) [ 
   ] o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@1db9959
   [junit4]   2> 2280037 INFO  
(TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[DCCF9DE20D04BC8C]) [ 
   ] o.a.s.s.SolrIndexSearcher Opening [Searcher@6b8f15[collection1] main]
   [junit4]   2> 2280037 INFO  
(TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[DCCF9DE20D04BC8C]) [ 
   ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2280039 INFO  (searcherExecutor-7816-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@6b8f15[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_6(7.0.0):C1)))}
   [junit4]   2> 2280039 INFO  
(TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[DCCF9DE20D04BC8C]) [ 
   ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{commit=} 0 4
   [junit4]   2> 2280039 INFO  
(TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[DCCF9DE20D04BC8C]) [ 
   ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=number_d:9.890228&fl=id,+number_d&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 2280040 INFO  
(TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[DCCF9DE20D04BC8C]) [ 
   ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[random_number ]} 0 0
   [junit4]   2> 2280040 INFO  
(TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[DCCF9DE20D04BC8C]) [ 
   ] o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2280040 INFO  
(TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[DCCF9DE20D04BC8C]) [ 
   ] o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@1db9959
   [junit4]   2> 2280042 INFO  
(TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[DCCF9DE20D04BC8C]) [ 
   ] o.a.s.s.SolrIndexSearcher Opening [Searcher@51f187[collection1] main]
   [junit4]   2> 2280043 INFO  
(TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[DCCF9DE20D04BC8C]) [ 
   ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2280043 INFO  (searcherExecutor-7816-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@51f187[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_7(7.0.0):C1)))}
   [junit4]   2> 2280044 INFO  
(TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[DCCF9DE20D04BC8C]) [ 
   ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{commit=} 0 3
   [junit4]   2> 2280044 INFO  
(TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[DCCF9DE20D04BC8C]) [ 
   ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=number_d:7.3298807&fl=id,+number_d&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 2280045 INFO  
(TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[DCCF9DE20D04BC8C]) [ 
   ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[random_number ]} 0 0
   [junit4]   2> 2280045 INFO  
(TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[DCCF9DE20D04BC8C]) [ 
   ] o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2280045 INFO  
(TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[DCCF9DE20D04BC8C]) [ 
   ] o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@1db9959
   [junit4]   2> 2280047 INFO  
(TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[DCCF9DE20D04BC8C]) [ 
   ] o.a.s.s.SolrIndexSearcher Opening [Searcher@456d3f[collection1] main]
   [junit4]   2> 2280048 INFO  
(TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[DCCF9DE20D04BC8C]) [ 
   ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2280049 INFO  (searcherExecutor-7816-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@456d3f[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_8(7.0.0):C1)))}
   [junit4]   2> 2280050 INFO  
(TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[DCCF9DE20D04BC8C]) [ 
   ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{commit=} 0 4
   [junit4]   2> 2280050 INFO  
(TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[DCCF9DE20D04BC8C]) [ 
   ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=number_d:0.011357665&fl=id,+number_d&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 2280051 INFO  
(TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[DCCF9DE20D04BC8C]) [ 
   ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[random_number ]} 0 0
   [junit4]   2> 2280051 INFO  
(TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[DCCF9DE20D04BC8C]) [ 
   ] o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2280051 INFO  
(TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[DCCF9DE20D04BC8C]) [ 
   ] o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@1db9959
   [junit4]   2> 2280053 INFO  
(TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[DCCF9DE20D04BC8C]) [ 
   ] o.a.s.s.SolrIndexSearcher Opening [Searcher@10f0013[collection1] main]
   [junit4]   2> 2280053 INFO  
(TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[DCCF9DE20D04BC8C]) [ 
   ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2280060 INFO  (searcherExecutor-7816-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@10f0013[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_9(7.0.0):C1)))}
   [junit4]   2> 2280064 INFO  
(TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[DCCF9DE20D04BC8C]) [ 
   ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{commit=} 0 12
   [junit4]   2> 2280064 INFO  
(TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[DCCF9DE20D04BC8C]) [ 
   ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=number_d:3.1581254&fl=id,+number_d&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 2280065 INFO  
(TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[DCCF9DE20D04BC8C]) [ 
   ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[random_number ]} 0 0
   [junit4]   2> 2280065 INFO  
(TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[DCCF9DE20D04BC8C]) [ 
   ] o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2280065 INFO  
(TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[DCCF9DE20D04BC8C]) [ 
   ] o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@1db9959
   [junit4]   2> 2280067 INFO  
(TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[DCCF9DE20D04BC8C]) [ 
   ] o.a.s.s.SolrIndexSearcher Opening [Searcher@93fdc0[collection1] main]
   [junit4]   2> 2280068 INFO  
(TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[DCCF9DE20D04BC8C]) [ 
   ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2280069 INFO  (searcherExecutor-7816-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@93fdc0[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_a(7.0.0):C1)))}
   [junit4]   2> 2280069 INFO  
(TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[DCCF9DE20D04BC8C]) [ 
   ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{commit=} 0 4
   [junit4]   2> 2280070 INFO  
(TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[DCCF9DE20D04BC8C]) [ 
   ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=number_d:7.11997&fl=id,+number_d&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 2280071 INFO  
(TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[DCCF9DE20D04BC8C]) [ 
   ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[random_number ]} 0 1
   [junit4]   2> 2280072 INFO  
(TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[DCCF9DE20D04BC8C]) [ 
   ] o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2280072 INFO  
(TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[DCCF9DE20D04BC8C]) [ 
   ] o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@1db9959
   [junit4]   2> 2280074 INFO  
(TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[DCCF9DE20D04BC8C]) [ 
   ] o.a.s.s.SolrIndexSearcher Opening [Searcher@3c18dc[collection1] main]
   [junit4]   2> 2280074 INFO  
(TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[DCCF9DE20D04BC8C]) [ 
   ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2280075 INFO  (searcherExecutor-7816-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@3c18dc[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_b(7.0.0):C1)))}
   [junit4]   2> 2280083 INFO  
(TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[DCCF9DE20D04BC8C]) [ 
   ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{commit=} 0 11
   [junit4]   2> 2280084 INFO  
(TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[DCCF9DE20D04BC8C]) [ 
   ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=number_d:8.58342&fl=id,+number_d&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 2280084 INFO  
(TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[DCCF9DE20D04BC8C]) [ 
   ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[random_number ]} 0 0
   [junit4]   2> 2280085 INFO  
(TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[DCCF9DE20D04BC8C]) [ 
   ] o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2280085 INFO  
(TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[DCCF9DE20D04BC8C]) [ 
   ] o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@1db9959
   [junit4]   2> 2280087 INFO  
(TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[DCCF9DE20D04BC8C]) [ 
   ] o.a.s.s.SolrIndexSearcher Opening [Searcher@9bec39[collection1] main]
   [junit4]   2> 2280087 INFO  
(TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[DCCF9DE20D04BC8C]) [ 
   ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2280088 INFO  (searcherExecutor-7816-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@9bec39[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_c(7.0.0):C1)))}
   [junit4]   2> 2280088 INFO  
(TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[DCCF9DE20D04BC8C]) [ 
   ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{commit=} 0 3
   [junit4]   2> 2280089 INFO  
(TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[DCCF9DE20D04BC8C]) [ 
   ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=number_d:8.29077&fl=id,+number_d&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 2280089 INFO  
(TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[DCCF9DE20D04BC8C]) [ 
   ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[random_number ]} 0 0
   [junit4]   2> 2280089 INFO  
(TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[DCCF9DE20D04BC8C]) [ 
   ] o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2280089 INFO  
(TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[DCCF9DE20D04BC8C]) [ 
   ] o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@1db9959
   [junit4]   2> 2280091 INFO  
(TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[DCCF9DE20D04BC8C]) [ 
   ] o.a.s.s.SolrIndexSearcher Opening [Searcher@155d1fb[collection1] main]
   [junit4]   2> 2280091 INFO  
(TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[DCCF9DE20D04BC8C]) [ 
   ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2280092 INFO  (searcherExecutor-7816-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@155d1fb[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_d(7.0.0):C1)))}
   [junit4]   2> 2280092 INFO  
(TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[DCCF9DE20D04BC8C]) [ 
   ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{commit=} 0 2
   [junit4]   2> 2280092 INFO  
(TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[DCCF9DE20D04BC8C]) [ 
   ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=number_d:6.6676884&fl=id,+number_d&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 2280093 INFO  
(TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[DCCF9DE20D04BC8C]) [ 
   ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[random_number ]} 0 0
   [junit4]   2> 2280093 INFO  
(TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[DCCF9DE20D04BC8C]) [ 
   ] o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2280093 INFO  
(TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[DCCF9DE20D04BC8C]) [ 
   ] o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@1db9959
   [junit4]   2> 2280094 INFO  
(TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[DCCF9DE20D04BC8C]) [ 
   ] o.a.s.s.SolrIndexSearcher Opening [Searcher@d398b6[collection1] main]
   [junit4]   2> 2280095 INFO  
(TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[DCCF9DE20D04BC8C]) [ 
   ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2280096 INFO  (searcherExecutor-7816-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@d398b6[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_e(7.0.0):C1)))}
   [junit4]   2> 2280096 INFO  
(TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[DCCF9DE20D04BC8C]) [ 
   ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{commit=} 0 3
   [junit4]   2> 2280096 INFO  
(TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[DCCF9DE20D04BC8C]) [ 
   ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=number_d:9.507835&fl=id,+number_d&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 2280097 INFO  
(TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[DCCF9DE20D04BC8C]) [ 
   ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[random_number ]} 0 0
   [junit4]   2> 2280097 INFO  
(TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[DCCF9DE20D04BC8C]) [ 
   ] o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2280097 INFO  
(TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[DCCF9DE20D04BC8C]) [ 
   ] o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@1db9959
   [junit4]   2> 2280099 INFO  
(TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[DCCF9DE20D04BC8C]) [ 
   ] o.a.s.s.SolrIndexSearcher Opening [Searcher@1fbe81[collection1] main]
   [junit4]   2> 2280100 INFO  
(TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[DCCF9DE20D04BC8C]) [ 
   ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2280101 INFO  (searcherExecutor-7816-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@1fbe81[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_f(7.0.0):C1)))}
   [junit4]   2> 2280101 INFO  
(TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[DCCF9DE20D04BC8C]) [ 
   ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{commit=} 0 3
   [junit4]   2> 2280101 INFO  
(TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[DCCF9DE20D04BC8C]) [ 
   ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=number_d:8.836309&fl=id,+number_d&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 2280102 INFO  
(TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[DCCF9DE20D04BC8C]) [ 
   ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[random_number ]} 0 0
   [junit4]   2> 2280102 INFO  
(TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[DCCF9DE20D04BC8C]) [ 
   ] o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2280102 INFO  
(TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[DCCF9DE20D04BC8C]) [ 
   ] o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@1db9959
   [junit4]   2> 2280104 INFO  
(TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[DCCF9DE20D04BC8C]) [ 
   ] o.a.s.s.SolrIndexSearcher Opening [Searcher@11799d8[collection1] main]
   [junit4]   2> 2280104 INFO  
(TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[DCCF9DE20D04BC8C]) [ 
   ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2280106 INFO  (searcherExecutor-7816-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@11799d8[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_g(7.0.0):C1)))}
   [junit4]   2> 2280106 INFO  
(TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[DCCF9DE20D04BC8C]) [ 
   ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{commit=} 0 3
   [junit4]   2> 2280107 INFO  
(TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[DCCF9DE20D04BC8C]) [ 
   ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=number_d:3.5995193&fl=id,+number_d&wt=xml} hits=1 status=0 QTime=1
   [junit4]   2> 2280108 INFO  
(TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[DCCF9DE20D04BC8C]) [ 
   ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[random_number ]} 0 0
   [junit4]   2> 2280108 INFO  
(TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[DCCF9DE20D04BC8C]) [ 
   ] o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2280108 INFO  
(TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[DCCF9DE20D04BC8C]) [ 
   ] o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@1db9959
   [junit4]   2> 2280110 INFO  
(TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[DCCF9DE20D04BC8C]) [ 
   ] o.a.s.s.SolrIndexSearcher Opening [Searcher@35de01[collection1] main]
   [junit4]   2> 2280110 INFO  
(TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[DCCF9DE20D04BC8C]) [ 
   ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2280111 INFO  (searcherExecutor-7816-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@35de01[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_h(7.0.0):C1)))}
   [junit4]   2> 2280111 INFO  
(TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[DCCF9DE20D04BC8C]) [ 
   ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{commit=} 0 3
   [junit4]   2> 2280111 INFO  
(TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[DCCF9DE20D04BC8C]) [ 
   ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=number_d:5.1079817&fl=id,+number_d&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 2280112 INFO  
(TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[DCCF9DE20D04BC8C]) [ 
   ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[random_number ]} 0 0
   [junit4]   2> 2280112 INFO  
(TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[DCCF9DE20D04BC8C]) [ 
   ] o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2280112 INFO  
(TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[DCCF9DE20D04BC8C]) [ 
   ] o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@1db9959
   [junit4]   2> 2280114 INFO  
(TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[DCCF9DE20D04BC8C]) [ 
   ] o.a.s.s.SolrIndexSearcher Opening [Searcher@17cfe12[collection1] main]
   [junit4]   2> 2280114 INFO  
(TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[DCCF9DE20D04BC8C]) [ 
   ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2280115 INFO  (searcherExecutor-7816-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@17cfe12[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_i(7.0.0):C1)))}
   [junit4]   2> 2280115 INFO  
(TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[DCCF9DE20D04BC8C]) [ 
   ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{commit=} 0 3
   [junit4]   2> 2280116 INFO  
(TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[DCCF9DE20D04BC8C]) [ 
   ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=number_d:3.41017&fl=id,+number_d&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 2280116 INFO  
(TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[DCCF9DE20D04BC8C]) [ 
   ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[random_number ]} 0 0
   [junit4]   2> 2280116 INFO  
(TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[DCCF9DE20D04BC8C]) [ 
   ] o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2280116 INFO  
(TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[DCCF9DE20D04BC8C]) [ 
   ] o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@1db9959
   [junit4]   2> 2280118 INFO  
(TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[DCCF9DE20D04BC8C]) [ 
   ] o.a.s.s.SolrIndexSearcher Opening [Searcher@e74c21[collection1] main]
   [junit4]   2> 2280118 INFO  
(TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[DCCF9DE20D04BC8C]) [ 
   ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2280120 INFO  (searcherExecutor-7816-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@e74c21[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_j(7.0.0):C1)))}
   [junit4]   2> 2280120 INFO  
(TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[DCCF9DE20D04BC8C]) [ 
   ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{commit=} 0 3
   [junit4]   2> 2280120 INFO  
(TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[DCCF9DE20D04BC8C]) [ 
   ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=number_d:8.272532&fl=id,+number_d&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 2280121 INFO  
(TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[DCCF9DE20D04BC8C]) [ 
   ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[random_number ]} 0 0
   [junit4]   2> 2280121 INFO  
(TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[DCCF9DE20D04BC8C]) [ 
   ] o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2280121 INFO  
(TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[DCCF9DE20D04BC8C]) [ 
   ] o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@1db9959
   [junit4]   2> 2280123 INFO  
(TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[DCCF9DE20D04BC8C]) [ 
   ] o.a.s.s.SolrIndexSearcher Opening [Searcher@19a97a0[collection1] main]
   [junit4]   2> 2280123 INFO  
(TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[DCCF9DE20D04BC8C]) [ 
   ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2280124 INFO  (searcherExecutor-7816-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@19a97a0[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_k(7.0.0):C1)))}
   [junit4]   2> 2280124 INFO  
(TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[DCCF9DE20D04BC8C]) [ 
   ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{commit=} 0 3
   [junit4]   2> 2280124 INFO  
(TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[DCCF9DE20D04BC8C]) [ 
   ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=number_d:8.159411&fl=id,+number_d&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 2280125 INFO  
(TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[DCCF9DE20D04BC8C]) [ 
   ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[random_number ]} 0 0
   [junit4]   2> 2280125 INFO  
(TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[DCCF9DE20D04BC8C]) [ 
   ] o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2280125 INFO  
(TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[DCCF9DE20D04BC8C]) [ 
   ] o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@1db9959
   [junit4]   2> 2280127 INFO  
(TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[DCCF9DE20D04BC8C]) [ 
   ] o.a.s.s.SolrIndexSearcher Opening [Searcher@831b24[collection1] main]
   [junit4]   2> 2280127 INFO  
(TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[DCCF9DE20D04BC8C]) [ 
   ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2280128 INFO  (searcherExecutor-7816-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@831b24[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_l(7.0.0):C1)))}
   [junit4]   2> 2280128 INFO  
(TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[DCCF9DE20D04BC8C]) [ 
   ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{commit=} 0 3
   [junit4]   2> 2280129 INFO  
(TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[DCCF9DE20D04BC8C]) [ 
   ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=number_d:1.363455&fl=id,+number_d&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 2280129 INFO  
(TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[DCCF9DE20D04BC8C]) [ 
   ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[random_number ]} 0 0
   [junit4]   2> 2280129 INFO  
(TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[DCCF9DE20D04BC8C]) [ 
   ] o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2280129 INFO  
(TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[DCCF9DE20D04BC8C]) [ 
   ] o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@1db9959
   [junit4]   2> 2280132 INFO  
(TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[DCCF9DE20D04BC8C]) [ 
   ] o.a.s.s.SolrIndexSearcher Opening [Searcher@a52ee6[collection1] main]
   [junit4]   2> 2280132 INFO  
(TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[DCCF9DE20D04BC8C]) [ 
   ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2280133 INFO  (searcherExecutor-7816-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@a52ee6[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_m(7.0.0):C1)))}
   [junit4]   2> 2280133 INFO  
(TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[DCCF9DE20D04BC8C]) [ 
   ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{commit=} 0 4
   [junit4]   2> 2280134 INFO  
(TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[DCCF9DE20D04BC8C]) [ 
   ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=number_d:1.5285748&fl=id,+number_d&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 2280134 INFO  
(TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[DCCF9DE20D04BC8C]) [ 
   ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[random_number ]} 0 0
   [junit4]   2> 2280134 INFO  
(TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[DCCF9DE20D04BC8C]) [ 
   ] o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2280134 INFO  
(TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[DCCF9DE20D04BC8C]) [ 
   ] o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@1db9959
   [junit4]   2> 2280136 INFO  
(TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[DCCF9DE20D04BC8C]) [ 
   ] o.a.s.s.SolrIndexSearcher Opening [Searcher@1b07f4b[collection1] main]
   [junit4]   2> 2280137 INFO  
(TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[DCCF9DE20D04BC8C]) [ 
   ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2280138 INFO  (searcherExecutor-7816-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@1b07f4b[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_n(7.0.0):C1)))}
   [junit4]   2> 2280143 INFO  
(TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[DCCF9DE20D04BC8C]) [ 
   ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{commit=} 0 8
   [junit4]   2> 2280144 INFO  
(TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[DCCF9DE20D04BC8C]) [ 
   ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=number_d:7.017601&fl=id,+number_d&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 2280151 INFO  
(TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[DCCF9DE20D04BC8C]) [ 
   ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[random_number ]} 0 6
   [junit4]   2> 2280151 INFO  
(TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[DCCF9DE20D04BC8C]) [ 
   ] o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2280151 INFO  
(TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[DCCF9DE20D04BC8C]) [ 
   ] o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@1db9959
   [junit4]   2> 2280153 INFO  
(TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[DCCF9DE20D04BC8C]) [ 
   ] o.a.s.s.SolrIndexSearcher Opening [Searcher@67ae2e[collection1] main]
   [junit4]   2> 2280154 INFO  
(TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[DCCF9DE20D04BC8C]) [ 
   ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2280156 INFO  (searcherExecutor-7816-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@67ae2e[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_o(7.0.0):C1)))}
   [junit4]   2> 2280157 INFO  
(TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[DCCF9DE20D04BC8C]) [ 
   ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{commit=} 0 5
   [junit4]   2> 2280157 INFO  
(TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[DCCF9DE20D04BC8C]) [ 
   ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=number_d:3.249548&fl=id,+number_d&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 2280158 INFO  
(TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[DCCF9DE20D04BC8C]) [ 
   ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[random_number ]} 0 0
   [junit4]   2> 2280158 INFO  
(TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[DCCF9DE20D04BC8C]) [ 
   ] o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2280158 INFO  
(TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[DCCF9DE20D04BC8C]) [ 
   ] o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@1db9959
   [junit4]   2> 2280160 INFO  
(TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[DCCF9DE20D04BC8C]) [ 
   ] o.a.s.s.SolrIndexSearcher Opening [Searcher@1dc6d3a[collection1] main]
   [junit4]   2> 2280160 INFO  
(TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[DCCF9DE20D04BC8C]) [ 
   ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2280162 INFO  (searcherExecutor-7816-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@1dc6d3a[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_p(7.0.0):C1)))}
   [junit4]   2> 2280163 INFO  
(TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[DCCF9DE20D04BC8C]) [ 
   ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{commit=} 0 4
   [junit4]   2> 2280163 INFO  
(TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[DCCF9DE20D04BC8C]) [ 
   ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=number_d:7.360615&fl=id,+number_d&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 2280164 INFO  
(TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[DCCF9DE20D04BC8C]) [ 
   ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[random_number ]} 0 0
   [junit4]   2> 2280164 INFO  
(TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[DCCF9DE20D04BC8C]) [ 
   ] o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2280164 INFO  
(TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[DCCF9DE20D04BC8C]) [ 
   ] o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@1db9959
   [junit4]   2> 2280166 INFO  
(TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[DCCF9DE20D04BC8C]) [ 
   ] o.a.s.s.SolrIndexSearcher Opening [Searcher@82ab3a[collection1] main]
   [junit4]   2> 2280167 INFO  
(TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[DCCF9DE20D04BC8C]) [ 
   ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2280169 INFO  (searcherExecutor-7816-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@82ab3a[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_q(7.0.0):C1)))}
   [junit4]   2> 2280169 INFO  
(TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[DCCF9DE20D04BC8C]) [ 
   ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{commit=} 0 4
   [junit4]   2> 2280169 INFO  
(TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[DCCF9DE20D04BC8C]) [ 
   ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=number_d:6.3359413&fl=id,+number_d&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 2280170 INFO  
(TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[DCCF9DE20D04BC8C]) [ 
   ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[random_number ]} 0 0
   [junit4]   2> 2280170 INFO  
(TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[DCCF9DE20D04BC8C]) [ 
   ] o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2280170 INFO  
(TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[DCCF9DE20D04BC8C]) [ 
   ] o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@1db9959
   [junit4]   2> 2280171 INFO  
(TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[DCCF9DE20D04BC8C]) [ 
   ] o.a.s.s.SolrIndexSearcher Opening [Searcher@ee8072[collection1] main]
   [junit4]   2> 2280172 INFO  
(TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[DCCF9DE20D04BC8C]) [ 
   ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2280173 INFO  (searcherExecutor-7816-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@ee8072[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_r(7.0.0):C1)))}
   [junit4]   2> 2280173 INFO  
(TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[DCCF9DE20D04BC8C]) [ 
   ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{commit=} 0 2
   [junit4]   2> 2280173 INFO  
(TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[DCCF9DE20D04BC8C]) [ 
   ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=number_d:9.050576&fl=id,+number_d&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 2280173 INFO  
(TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[DCCF9DE20D04BC8C]) [ 
   ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[random_number ]} 0 0
   [junit4]   2> 2280174 INFO  
(TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[DCCF9DE20D04BC8C]) [ 
   ] o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2280174 INFO  
(TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[DCCF9DE20D04BC8C]) [ 
   ] o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@1db9959
   [junit4]   2> 2280175 INFO  
(TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[DCCF9DE20D04BC8C]) [ 
   ] o.a.s.s.SolrIndexSearcher Opening [Searcher@1755344[collection1] main]
   [junit4]   2> 2280175 INFO  
(TEST-TestPointFields.testDoublePointFieldExactQuery-seed#[DCCF9DE20D04BC8C]) [ 
   ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2280176 INFO  (searcherExecutor-7816-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@1755344[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_

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

[DCCF9DE20D04BC8C]) [    ] o.a.s.c.S.Request [collection1]  webapp=null 
path=null params={q=*:*&fl=id,+number_p_d_dv,+field(number_p_d_dv)&wt=xml} 
hits=10 status=0 QTime=0
   [junit4]   2> 2283590 INFO  
(TEST-TestPointFields.testDoublePointFunctionQuery-seed#[DCCF9DE20D04BC8C]) [   
 ] o.a.s.h.RequestHandlerBase Ignoring exception matching .
   [junit4]   2> 2283590 INFO  
(TEST-TestPointFields.testDoublePointFunctionQuery-seed#[DCCF9DE20D04BC8C]) [   
 ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=*:*&fl=id,+number_p_d&sort=product(-1,number_p_d)+asc&wt=xml} 
status=400 QTime=0
   [junit4]   2> 2283591 INFO  
(TEST-TestPointFields.testDoublePointFunctionQuery-seed#[DCCF9DE20D04BC8C]) [   
 ] o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 2283591 INFO  
(TEST-TestPointFields.testDoublePointFunctionQuery-seed#[DCCF9DE20D04BC8C]) [   
 ] 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> 2283591 INFO  
(TEST-TestPointFields.testDoublePointFunctionQuery-seed#[DCCF9DE20D04BC8C]) [   
 ] o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2283591 INFO  
(TEST-TestPointFields.testDoublePointFunctionQuery-seed#[DCCF9DE20D04BC8C]) [   
 ] o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@1db9959
   [junit4]   2> 2283591 INFO  
(TEST-TestPointFields.testDoublePointFunctionQuery-seed#[DCCF9DE20D04BC8C]) [   
 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@189ada8[collection1] main]
   [junit4]   2> 2283591 INFO  
(TEST-TestPointFields.testDoublePointFunctionQuery-seed#[DCCF9DE20D04BC8C]) [   
 ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2283592 INFO  (searcherExecutor-7816-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@189ada8[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2283593 INFO  
(TEST-TestPointFields.testDoublePointFunctionQuery-seed#[DCCF9DE20D04BC8C]) [   
 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{commit=} 0 1
   [junit4]   2> 2283593 INFO  
(TEST-TestPointFields.testDoublePointFunctionQuery-seed#[DCCF9DE20D04BC8C]) [   
 ] o.a.s.SolrTestCaseJ4 ###Ending testDoublePointFunctionQuery
   [junit4]   2> 2283593 INFO  
(SUITE-TestPointFields-seed#[DCCF9DE20D04BC8C]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 2283593 INFO  
(SUITE-TestPointFields-seed#[DCCF9DE20D04BC8C]-worker) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=21639865
   [junit4]   2> 2283593 INFO  (coreCloseExecutor-7820-thread-1) [    ] 
o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@816ec4
   [junit4]   2> 2283622 INFO  (coreCloseExecutor-7820-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection1
   [junit4]   2> 2283625 INFO  
(SUITE-TestPointFields-seed#[DCCF9DE20D04BC8C]-worker) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.schema.TestPointFields_DCCF9DE20D04BC8C-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): 
{number_d=PostingsFormat(name=Memory), id=PostingsFormat(name=MockRandom)}, 
docValues:{number_p_d_ni_dv=DocValuesFormat(name=Direct), 
number_p_i_dv=DocValuesFormat(name=Memory), 
number_p_l_dv=DocValuesFormat(name=Direct), 
number_p_f_dv=DocValuesFormat(name=Lucene70), 
number_p_l_ni_dv=DocValuesFormat(name=Direct), 
number_p_d_dv=DocValuesFormat(name=Direct), 
number_p_f_ni_dv=DocValuesFormat(name=Lucene70), 
number_p_i_ni_dv=DocValuesFormat(name=Lucene70)}, maxPointsInLeafNode=1873, 
maxMBSortInHeap=6.601941858816756, sim=RandomSimilarity(queryNorm=false): {}, 
locale=en-ZW, timezone=Europe/Vilnius
   [junit4]   2> NOTE: Linux 4.4.0-53-generic i386/Oracle Corporation 9-ea 
(32-bit)/cpus=12,threads=1,free=227521712,total=383254528
   [junit4]   2> NOTE: All tests run in this JVM: [ReturnFieldsTest, 
BadCopyFieldTest, TestOmitPositions, RequiredFieldsTest, 
HttpSolrCallGetCoreTest, TestRandomFaceting, HdfsDirectoryFactoryTest, 
DefaultValueUpdateProcessorTest, BigEndianAscendingWordSerializerTest, 
TestSimpleQParserPlugin, SignatureUpdateProcessorFactoryTest, 
QueryEqualityTest, OutOfBoxZkACLAndCredentialsProvidersTest, 
SolrCloudExampleTest, TestPKIAuthenticationPlugin, TestClusterStateMutator, 
TestMiniSolrCloudCluster, SortSpecParsingTest, 
CdcrReplicationDistributedZkTest, BlobRepositoryCloudTest, 
NotRequiredUniqueKeyTest, TestLFUCache, BlockDirectoryTest, TestCollectionAPI, 
TestFaceting, TestLegacyFieldCache, TestRawResponseWriter, NumericFieldsTest, 
PluginInfoTest, SolrIndexMetricsTest, CacheHeaderTest, 
DistribDocExpirationUpdateProcessorTest, PingRequestHandlerTest, 
RegexBoostProcessorTest, ClassificationUpdateProcessorTest, 
TestEmbeddedSolrServerConstructors, TestCrossCoreJoin, TestCloudDeleteByQuery, 
SyncSliceTest, TestShortCircuitedRequests, DeleteLastCustomShardedReplicaTest, 
FacetPivotSmallTest, MetricsHandlerTest, TestSolrCoreParser, CursorMarkTest, 
TestReplicationHandler, TestFoldingMultitermQuery, TestRandomDVFaceting, 
PathHierarchyTokenizerFactoryTest, StandardRequestHandlerTest, 
DistributedSpellCheckComponentTest, LeaderElectionIntegrationTest, 
TestDelegationWithHadoopAuth, DistributedFacetPivotSmallAdvancedTest, 
TestSubQueryTransformerDistrib, TestSuggestSpellingConverter, 
TestLMJelinekMercerSimilarityFactory, RestartWhileUpdatingTest, 
TestShardHandlerFactory, TestLegacyNumericRangeQueryBuilder, 
TestAtomicUpdateErrorCases, TestLRUCache, CoreAdminRequestStatusTest, 
TestInitParams, CloudExitableDirectoryReaderTest, ZkNodePropsTest, 
TestBadConfig, TestFreeTextSuggestions, TestGraphMLResponseWriter, 
CdcrVersionReplicationTest, TestCopyFieldCollectionResource, 
TestHdfsCloudBackupRestore, DistributedVersionInfoTest, TestValueSourceCache, 
TestConfigSets, CdcrUpdateLogTest, TestChildDocTransformer, 
HdfsLockFactoryTest, ActionThrottleTest, TestSolrDeletionPolicy2, 
CurrencyFieldOpenExchangeTest, TestNoOpRegenerator, TestDFRSimilarityFactory, 
UUIDFieldTest, FileBasedSpellCheckerTest, HdfsUnloadDistributedZkTest, 
ResponseLogComponentTest, TestSolrCloudWithKerberosAlt, 
CreateCollectionCleanupTest, TestSolrCoreProperties, TestCustomSort, 
CopyFieldTest, QueryElevationComponentTest, DisMaxRequestHandlerTest, 
TestDynamicLoading, TestUninvertingReader, TestStressLiveNodes, 
TestRequestStatusCollectionAPI, TestDistribDocBasedVersion, 
SystemInfoHandlerTest, DocumentAnalysisRequestHandlerTest, HttpPartitionTest, 
TestRestManager, BJQParserTest, TestRandomCollapseQParserPlugin, 
TestStressUserVersions, SolrCoreTest, TestSchemaResource, TestRangeQuery, 
TestCustomDocTransformer, AsyncCallRequestStatusResponseTest, 
TestConfigOverlay, DistributedQueryElevationComponentTest, ShardRoutingTest, 
TestZkChroot, ShardRoutingCustomTest, TestDistributedSearch, TestRecovery, 
ZkControllerTest, TestRealTimeGet, TestJoin, PeerSyncTest, TestFunctionQuery, 
BasicFunctionalityTest, HighlighterTest, SimplePostToolTest, TestCoreDiscovery, 
AnalysisAfterCoreReloadTest, CoreAdminHandlerTest, 
SchemaVersionSpecificBehaviorTest, XsltUpdateRequestHandlerTest, 
TestWriterPerf, TermsComponentTest, TestSolrQueryParser, SolrPluginUtilsTest, 
TestAnalyzedSuggestions, TestPHPSerializedResponseWriter, 
TestQuerySenderListener, SolrIndexConfigTest, TestMergePolicyConfig, 
MultiTermTest, SampleTest, MinimalSchemaTest, TestConfig, OutputWriterTest, 
TestFuzzyAnalyzedSuggestions, DirectSolrConnectionTest, TestPhraseSuggestions, 
TestXIncludeConfig, TestPerFieldSimilarity, TestFastWriter, TimeZoneUtilsTest, 
ResourceLoaderTest, TestFastOutputStream, ScriptEngineTest, DateMathParserTest, 
TestSystemIdResolver, DateFieldTest, RAMDirectoryFactoryTest, 
TestDocumentBuilder, TestRTGBase, TestCursorMarkWithoutUniqueKey, 
TestDistributedMissingSort, TestHighlightDedupGrouping, 
CdcrReplicationHandlerTest, CdcrRequestHandlerTest, CollectionReloadTest, 
CollectionTooManyReplicasTest, CollectionsAPIAsyncDistributedZkTest, 
DistribCursorPagingTest, LeaderInitiatedRecoveryOnCommitTest, 
LeaderInitiatedRecoveryOnShardRestartTest, MigrateRouteKeyTest, 
OverseerCollectionConfigSetProcessorTest, OverseerModifyCollectionTest, 
OverseerTaskQueueTest, ReplicationFactorTest, SSLMigrationTest, 
SaslZkACLProviderTest, SharedFSAutoReplicaFailoverTest, 
SharedFSAutoReplicaFailoverUtilsTest, TestCloudInspectUtil, 
TestCloudPseudoReturnFields, TestClusterProperties, TestConfigSetsAPI, 
TestLockTree, TestOnReconnectListenerSupport, 
TestSolrCloudWithSecureImpersonation, TlogReplayBufferedWhileIndexingTest, 
TriLevelCompositeIdRoutingTest, TestImplicitCoreProperties, 
TestInfoStreamLogging, TestNRTOpen, TestReloadAndDeleteDocs, 
TestSolrDynamicMBean, TestSolrXml, TestSolrCoreSnapshots, 
TestHdfsBackupRestoreCore, TestReplicationHandlerBackup, TestRestoreCore, 
CoreAdminCreateDiscoverTest, CoreMergeIndexesAdminHandlerTest, 
StatsReloadRaceTest, DistributedDebugComponentTest, 
DistributedFacetExistsSmallTest, DistributedFacetPivotSmallTest, 
DistributedQueryComponentCustomSortTest, ShufflingReplicaListTransformerTest, 
SpatialHeatmapFacetsTest, SolrJmxReporterTest, SolrSlf4jReporterTest, 
JSONWriterTest, TestBinaryResponseWriter, TestJavabinTupleStreamParser, 
TestSubQueryTransformerCrossCore, TestFieldTypeCollectionResource, 
TestSerializedLuceneMatchVersion, TestUniqueKeyFieldResource, 
DateRangeFieldTest, EnumFieldTest, PreAnalyzedFieldManagedSchemaCloudTest, 
TestBulkSchemaConcurrent, TestManagedSchemaThreadSafety, TestPointFields]
   [junit4] Completed [606/680 (1!)] on J0 in 4.70s, 58 tests, 4 errors, 6 
skipped <<< FAILURES!

[...truncated 51774 lines...]

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

Reply via email to