Build: https://builds.apache.org/job/Lucene-Solr-Tests-7.0/6/

5 tests failed.
FAILED:  org.apache.solr.client.solrj.TestSolrJErrorHandling.testWithXml

Error Message:
expected:<1000> but was:<999>

Stack Trace:
java.lang.AssertionError: expected:<1000> but was:<999>
        at 
__randomizedtesting.SeedInfo.seed([85EA38C878EF5B6:A3BC1A7A0588ECDB]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.failNotEquals(Assert.java:647)
        at org.junit.Assert.assertEquals(Assert.java:128)
        at org.junit.Assert.assertEquals(Assert.java:472)
        at org.junit.Assert.assertEquals(Assert.java:456)
        at 
org.apache.solr.client.solrj.TestSolrJErrorHandling.doThreads(TestSolrJErrorHandling.java:185)
        at 
org.apache.solr.client.solrj.TestSolrJErrorHandling.doIt(TestSolrJErrorHandling.java:200)
        at 
org.apache.solr.client.solrj.TestSolrJErrorHandling.testWithXml(TestSolrJErrorHandling.java:110)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java: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:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java: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 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)


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

Error Message:
Exception during query

Stack Trace:
java.lang.RuntimeException: Exception during query
        at 
__randomizedtesting.SeedInfo.seed([727FBA96BD0D88CE:C5822C4396587CAB]:0)
        at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:878)
        at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:845)
        at 
org.apache.solr.schema.TestPointFields.testPointStats(TestPointFields.java:2197)
        at 
org.apache.solr.schema.TestPointFields.testLongPointStats(TestPointFields.java:1251)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java: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:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java: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 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)
Caused by: java.lang.RuntimeException: REQUEST FAILED: xpath=//*[@numFound='11']
        xml response was: <?xml version="1.0" encoding="UTF-8"?>
<response>
<lst name="responseHeader"><int name="status">0</int><int 
name="QTime">0</int></lst><result name="response" numFound="21" 
start="0"><doc><str name="id">0</str><long 
name="number_p_l_dv">8622130</long></doc><doc><str name="id">1</str><long 
name="number_p_l_dv">-5986393</long></doc><doc><str name="id">2</str><long 
name="number_p_l_dv">1435710</long></doc><doc><str name="id">3</str><long 
name="number_p_l_dv">-3620497</long></doc><doc><str name="id">4</str><long 
name="number_p_l_dv">-8881867</long></doc><doc><str name="id">5</str><long 
name="number_p_l_dv">8279896</long></doc><doc><str name="id">6</str><long 
name="number_p_l_dv">-9043986</long></doc><doc><str name="id">7</str><long 
name="number_p_l_dv">1885702</long></doc><doc><str name="id">8</str><long 
name="number_p_l_dv">984590</long></doc><doc><str name="id">9</str><long 
name="number_p_l_dv">-6988707</long></doc></result><lst name="stats"><lst 
name="stats_fields"><lst name="number_p_l_dv"><double 
name="min">-9530785.0</double><double name="max">8622130.0</double><long 
name="count">20</long><long name="missing">1</long><double 
name="sum">-320500.0</double><double 
name="sumOfSquares">7.85335027101968E14</double><double 
name="mean">-16025.0</double><double 
name="stddev">6429086.417416053</double></lst></lst></lst>
</response>

        request 
was:q=*:*&stats=true&fl=id,+number_p_l_dv&wt=xml&stats.field=number_p_l_dv
        at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:871)
        ... 42 more


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

Error Message:
Exception during query

Stack Trace:
java.lang.RuntimeException: Exception during query
        at 
__randomizedtesting.SeedInfo.seed([727FBA96BD0D88CE:19FA439D23AB9617]:0)
        at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:878)
        at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:845)
        at 
org.apache.solr.schema.TestPointFields.testPointStats(TestPointFields.java:2197)
        at 
org.apache.solr.schema.TestPointFields.testIntPointStats(TestPointFields.java:278)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java: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:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java: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 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)
Caused by: java.lang.RuntimeException: REQUEST FAILED: xpath=//*[@numFound='11']
        xml response was: <?xml version="1.0" encoding="UTF-8"?>
<response>
<lst name="responseHeader"><int name="status">0</int><int 
name="QTime">0</int></lst><result name="response" numFound="21" 
start="0"><doc><str name="id">0</str><int 
name="number_p_i_dv">-5684542</int></doc><doc><str name="id">1</str><int 
name="number_p_i_dv">9991772</int></doc><doc><str name="id">2</str><int 
name="number_p_i_dv">-379057</int></doc><doc><str name="id">3</str><int 
name="number_p_i_dv">-3512294</int></doc><doc><str name="id">4</str><int 
name="number_p_i_dv">2640679</int></doc><doc><str name="id">5</str><int 
name="number_p_i_dv">798062</int></doc><doc><str name="id">6</str><int 
name="number_p_i_dv">-6660833</int></doc><doc><str name="id">7</str><int 
name="number_p_i_dv">-5192942</int></doc><doc><str name="id">8</str><int 
name="number_p_i_dv">-2554799</int></doc><doc><str name="id">9</str><int 
name="number_p_i_dv">3452697</int></doc></result><lst name="stats"><lst 
name="stats_fields"><lst name="number_p_i_dv"><double 
name="min">-9955066.0</double><double name="max">9991772.0</double><long 
name="count">20</long><long name="missing">1</long><double 
name="sum">-3.3053617E7</double><double 
name="sumOfSquares">5.33162087742459E14</double><double 
name="mean">-1652680.85</double><double 
name="stddev">5018570.817229085</double></lst></lst></lst>
</response>

        request 
was:q=*:*&stats=true&fl=id,+number_p_i_dv&wt=xml&stats.field=number_p_i_dv
        at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:871)
        ... 42 more


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

Error Message:
Exception during query

Stack Trace:
java.lang.RuntimeException: Exception during query
        at 
__randomizedtesting.SeedInfo.seed([727FBA96BD0D88CE:5D6574C049A0946A]:0)
        at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:878)
        at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:845)
        at 
org.apache.solr.schema.TestPointFields.testPointStats(TestPointFields.java:2197)
        at 
org.apache.solr.schema.TestPointFields.testDoublePointStats(TestPointFields.java:689)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java: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:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java: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 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)
Caused by: java.lang.RuntimeException: REQUEST FAILED: xpath=//*[@numFound='11']
        xml response was: <?xml version="1.0" encoding="UTF-8"?>
<response>
<lst name="responseHeader"><int name="status">0</int><int 
name="QTime">0</int></lst><result name="response" numFound="21" 
start="0"><doc><str name="id">0</str><double 
name="number_p_d_dv">-2257.764</double></doc><doc><str name="id">1</str><double 
name="number_p_d_dv">-2277615.0</double></doc><doc><str 
name="id">2</str><double name="number_p_d_dv">99.15935</double></doc><doc><str 
name="id">3</str><double 
name="number_p_d_dv">-3462067.0</double></doc><doc><str 
name="id">4</str><double name="number_p_d_dv">-9003.123</double></doc><doc><str 
name="id">5</str><double name="number_p_d_dv">36.46215</double></doc><doc><str 
name="id">6</str><double name="number_p_d_dv">6.98067</double></doc><doc><str 
name="id">7</str><double name="number_p_d_dv">8.474205</double></doc><doc><str 
name="id">8</str><double name="number_p_d_dv">0.1889496</double></doc><doc><str 
name="id">9</str><double 
name="number_p_d_dv">9541.218</double></doc></result><lst name="stats"><lst 
name="stats_fields"><lst name="number_p_d_dv"><double 
name="min">-3462067.0</double><double name="max">820449.7</double><long 
name="count">20</long><long name="missing">1</long><double 
name="sum">-5175517.998675399</double><double 
name="sumOfSquares">1.8054789919131242E13</double><double 
name="mean">-258775.89993376998</double><double 
name="stddev">937956.6422310226</double></lst></lst></lst>
</response>

        request 
was:q=*:*&stats=true&fl=id,+number_p_d_dv&wt=xml&stats.field=number_p_d_dv
        at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:871)
        ... 42 more


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

Error Message:
Exception during query

Stack Trace:
java.lang.RuntimeException: Exception during query
        at 
__randomizedtesting.SeedInfo.seed([727FBA96BD0D88CE:C875C2B1051C4A2C]:0)
        at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:878)
        at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:845)
        at 
org.apache.solr.schema.TestPointFields.testPointStats(TestPointFields.java:2197)
        at 
org.apache.solr.schema.TestPointFields.testFloatPointStats(TestPointFields.java:989)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java: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:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java: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 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)
Caused by: java.lang.RuntimeException: REQUEST FAILED: xpath=//*[@numFound='11']
        xml response was: <?xml version="1.0" encoding="UTF-8"?>
<response>
<lst name="responseHeader"><int name="status">0</int><int 
name="QTime">0</int></lst><result name="response" numFound="21" 
start="0"><doc><str name="id">0</str><float 
name="number_p_f_dv">-53.54362</float></doc><doc><str name="id">1</str><float 
name="number_p_f_dv">0.4825506</float></doc><doc><str name="id">2</str><float 
name="number_p_f_dv">-6074294.0</float></doc><doc><str name="id">3</str><float 
name="number_p_f_dv">2675.778</float></doc><doc><str name="id">4</str><float 
name="number_p_f_dv">-4127908.0</float></doc><doc><str name="id">5</str><float 
name="number_p_f_dv">-77.79086</float></doc><doc><str name="id">6</str><float 
name="number_p_f_dv">19684.26</float></doc><doc><str name="id">7</str><float 
name="number_p_f_dv">0.6470163</float></doc><doc><str name="id">8</str><float 
name="number_p_f_dv">36292.43</float></doc><doc><str name="id">9</str><float 
name="number_p_f_dv">-57.18149</float></doc></result><lst name="stats"><lst 
name="stats_fields"><lst name="number_p_f_dv"><double 
name="min">-6074294.0</double><double name="max">428761.59375</double><long 
name="count">20</long><long name="missing">1</long><double 
name="sum">-9716440.56419307</double><double 
name="sumOfSquares">5.4122223118131625E13</double><double 
name="mean">-485822.0282096535</double><double 
name="stddev">1612480.3100594145</double></lst></lst></lst>
</response>

        request 
was:q=*:*&stats=true&fl=id,+number_p_f_dv&wt=xml&stats.field=number_p_f_dv
        at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:871)
        ... 42 more




Build Log:
[...truncated 13044 lines...]
   [junit4] Suite: org.apache.solr.schema.TestPointFields
   [junit4]   2> Creating dataDir: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J2/temp/solr.schema.TestPointFields_727FBA96BD0D88CE-001/init-core-data-001
   [junit4]   2> 3556628 WARN  
(SUITE-TestPointFields-seed#[727FBA96BD0D88CE]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=4 numCloses=4
   [junit4]   2> 3556649 INFO  
(SUITE-TestPointFields-seed#[727FBA96BD0D88CE]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) 
w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 3556651 INFO  
(SUITE-TestPointFields-seed#[727FBA96BD0D88CE]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via: 
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 3556651 INFO  
(SUITE-TestPointFields-seed#[727FBA96BD0D88CE]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 3556651 INFO  
(SUITE-TestPointFields-seed#[727FBA96BD0D88CE]-worker) [    ] 
o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/core/src/test-files/solr/collection1/lib,
 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 3556718 INFO  
(SUITE-TestPointFields-seed#[727FBA96BD0D88CE]-worker) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 3556753 INFO  
(SUITE-TestPointFields-seed#[727FBA96BD0D88CE]-worker) [    ] 
o.a.s.s.IndexSchema [null] Schema name=schema-point
   [junit4]   2> 3556768 INFO  
(SUITE-TestPointFields-seed#[727FBA96BD0D88CE]-worker) [    ] 
o.a.s.s.IndexSchema Loaded schema schema-point/1.6 with uniqueid field id
   [junit4]   2> 3556808 INFO  
(SUITE-TestPointFields-seed#[727FBA96BD0D88CE]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@116801db
   [junit4]   2> 3556810 INFO  
(SUITE-TestPointFields-seed#[727FBA96BD0D88CE]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@116801db
   [junit4]   2> 3556811 INFO  
(SUITE-TestPointFields-seed#[727FBA96BD0D88CE]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@116801db
   [junit4]   2> 3556824 INFO  (coreLoadExecutor-7507-thread-1) [    
x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, 
from paths: 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/core/src/test-files/solr/collection1/lib,
 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 3556854 INFO  (coreLoadExecutor-7507-thread-1) [    
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 3556869 INFO  (coreLoadExecutor-7507-thread-1) [    
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=schema-point
   [junit4]   2> 3556875 INFO  (coreLoadExecutor-7507-thread-1) [    
x:collection1] o.a.s.s.IndexSchema Loaded schema schema-point/1.6 with uniqueid 
field id
   [junit4]   2> 3556875 INFO  (coreLoadExecutor-7507-thread-1) [    
x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using 
configuration from instancedir 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/core/src/test-files/solr/collection1,
 trusted=true
   [junit4]   2> 3556875 INFO  (coreLoadExecutor-7507-thread-1) [    
x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@116801db
   [junit4]   2> 3556876 INFO  (coreLoadExecutor-7507-thread-1) [    
x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 3556876 INFO  (coreLoadExecutor-7507-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/core/src/test-files/solr/collection1],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J2/temp/solr.schema.TestPointFields_727FBA96BD0D88CE-001/init-core-data-001/]
   [junit4]   2> 3556877 INFO  (coreLoadExecutor-7507-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=38, maxMergeAtOnceExplicit=38, maxMergedSegmentMB=70.662109375, 
floorSegmentMB=0.94921875, forceMergeDeletesPctAllowed=17.376197514049576, 
segmentsPerTier=40.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.11095955359669657
   [junit4]   2> 3556911 INFO  (coreLoadExecutor-7507-thread-1) [    
x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 3556911 INFO  (coreLoadExecutor-7507-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= 
defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 
numVersionBuckets=65536
   [junit4]   2> 3556912 INFO  (coreLoadExecutor-7507-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 3556912 INFO  (coreLoadExecutor-7507-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 3556912 INFO  (coreLoadExecutor-7507-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=45, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.8043396238112523]
   [junit4]   2> 3556913 INFO  (coreLoadExecutor-7507-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@5587ab24[collection1] main]
   [junit4]   2> 3556913 INFO  (coreLoadExecutor-7507-thread-1) [    
x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 3556920 INFO  (coreLoadExecutor-7507-thread-1) [    
x:collection1] o.a.s.s.DirectSolrSpellChecker init: 
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 3556951 INFO  (coreLoadExecutor-7507-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 3556951 INFO  
(searcherExecutor-7508-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 3556951 INFO  (coreLoadExecutor-7507-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent 
updates, using new clock 1572634693482840064
   [junit4]   2> 3556951 INFO  
(searcherExecutor-7508-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 3556951 INFO  
(searcherExecutor-7508-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 3556951 INFO  
(searcherExecutor-7508-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
multipleFields
   [junit4]   2> 3556952 INFO  
(searcherExecutor-7508-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 3556952 INFO  
(searcherExecutor-7508-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 3556952 INFO  
(searcherExecutor-7508-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 3556952 INFO  
(searcherExecutor-7508-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 3556952 INFO  
(searcherExecutor-7508-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 3556953 INFO  
(searcherExecutor-7508-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@5587ab24[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3556954 INFO  
(SUITE-TestPointFields-seed#[727FBA96BD0D88CE]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 3556971 INFO  
(TEST-TestPointFields.testDoublePointFieldRangeFacet-seed#[727FBA96BD0D88CE]) [ 
   ] o.a.s.SolrTestCaseJ4 ###Starting testDoublePointFieldRangeFacet
   [junit4]   2> 3556974 INFO  
(TEST-TestPointFields.testDoublePointFieldRangeFacet-seed#[727FBA96BD0D88CE]) [ 
   ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[0 (1572634693504860160)]} 0 1
   [junit4]   2> 3556975 INFO  
(TEST-TestPointFields.testDoublePointFieldRangeFacet-seed#[727FBA96BD0D88CE]) [ 
   ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[1 (1572634693508005888)]} 0 0
   [junit4]   2> 3556976 INFO  
(TEST-TestPointFields.testDoublePointFieldRangeFacet-seed#[727FBA96BD0D88CE]) [ 
   ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[2 (1572634693509054464)]} 0 0
   [junit4]   2> 3556976 INFO  
(TEST-TestPointFields.testDoublePointFieldRangeFacet-seed#[727FBA96BD0D88CE]) [ 
   ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[3 (1572634693509054465)]} 0 0
   [junit4]   2> 3556976 INFO  
(TEST-TestPointFields.testDoublePointFieldRangeFacet-seed#[727FBA96BD0D88CE]) [ 
   ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[4 (1572634693509054466)]} 0 0
   [junit4]   2> 3556977 INFO  
(TEST-TestPointFields.testDoublePointFieldRangeFacet-seed#[727FBA96BD0D88CE]) [ 
   ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[5 (1572634693509054467)]} 0 0
   [junit4]   2> 3556977 INFO  
(TEST-TestPointFields.testDoublePointFieldRangeFacet-seed#[727FBA96BD0D88CE]) [ 
   ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[6 (1572634693510103040)]} 0 0
   [junit4]   2> 3556977 INFO  
(TEST-TestPointFields.testDoublePointFieldRangeFacet-seed#[727FBA96BD0D88CE]) [ 
   ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[7 (1572634693510103041)]} 0 0
   [junit4]   2> 3556977 INFO  
(TEST-TestPointFields.testDoublePointFieldRangeFacet-seed#[727FBA96BD0D88CE]) [ 
   ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[8 (1572634693510103042)]} 0 0
   [junit4]   2> 3556978 INFO  
(TEST-TestPointFields.testDoublePointFieldRangeFacet-seed#[727FBA96BD0D88CE]) [ 
   ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[9 (1572634693511151616)]} 0 0
   [junit4]   2> 3556978 INFO  
(TEST-TestPointFields.testDoublePointFieldRangeFacet-seed#[727FBA96BD0D88CE]) [ 
   ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[10 (1572634693511151617)]} 0 0
   [junit4]   2> 3556978 INFO  
(TEST-TestPointFields.testDoublePointFieldRangeFacet-seed#[727FBA96BD0D88CE]) [ 
   ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[11 (1572634693511151618)]} 0 0
   [junit4]   2> 3556979 INFO  
(TEST-TestPointFields.testDoublePointFieldRangeFacet-seed#[727FBA96BD0D88CE]) [ 
   ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[12 (1572634693512200192)]} 0 0
   [junit4]   2> 3556979 INFO  
(TEST-TestPointFields.testDoublePointFieldRangeFacet-seed#[727FBA96BD0D88CE]) [ 
   ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[13 (1572634693512200193)]} 0 0
   [junit4]   2> 3556979 INFO  
(TEST-TestPointFields.testDoublePointFieldRangeFacet-seed#[727FBA96BD0D88CE]) [ 
   ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[14 (1572634693512200194)]} 0 0
   [junit4]   2> 3556980 INFO  
(TEST-TestPointFields.testDoublePointFieldRangeFacet-seed#[727FBA96BD0D88CE]) [ 
   ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[15 (1572634693512200195)]} 0 0
   [junit4]   2> 3556980 INFO  
(TEST-TestPointFields.testDoublePointFieldRangeFacet-seed#[727FBA96BD0D88CE]) [ 
   ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[16 (1572634693513248768)]} 0 0
   [junit4]   2> 3556980 INFO  
(TEST-TestPointFields.testDoublePointFieldRangeFacet-seed#[727FBA96BD0D88CE]) [ 
   ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[17 (1572634693513248769)]} 0 0
   [junit4]   2> 3556981 INFO  
(TEST-TestPointFields.testDoublePointFieldRangeFacet-seed#[727FBA96BD0D88CE]) [ 
   ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[18 (1572634693514297344)]} 0 0
   [junit4]   2> 3556981 INFO  
(TEST-TestPointFields.testDoublePointFieldRangeFacet-seed#[727FBA96BD0D88CE]) [ 
   ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[19 (1572634693514297345)]} 0 0
   [junit4]   2> 3556981 INFO  
(TEST-TestPointFields.testDoublePointFieldRangeFacet-seed#[727FBA96BD0D88CE]) [ 
   ] o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1572634693514297346,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 3556981 INFO  
(TEST-TestPointFields.testDoublePointFieldRangeFacet-seed#[727FBA96BD0D88CE]) [ 
   ] o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@71293968 
commitCommandVersion:1572634693514297346
   [junit4]   2> 3557015 INFO  
(TEST-TestPointFields.testDoublePointFieldRangeFacet-seed#[727FBA96BD0D88CE]) [ 
   ] o.a.s.s.SolrIndexSearcher Opening [Searcher@739451f7[collection1] main]
   [junit4]   2> 3557016 INFO  
(TEST-TestPointFields.testDoublePointFieldRangeFacet-seed#[727FBA96BD0D88CE]) [ 
   ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 3557017 INFO  (searcherExecutor-7508-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@739451f7[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.0.0):c20)))}
   [junit4]   2> 3557017 INFO  
(TEST-TestPointFields.testDoublePointFieldRangeFacet-seed#[727FBA96BD0D88CE]) [ 
   ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{commit=} 0 35
   [junit4]   2> 3557019 INFO  
(TEST-TestPointFields.testDoublePointFieldRangeFacet-seed#[727FBA96BD0D88CE]) [ 
   ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet.range=number_p_d_dv&q=*:*&facet.range.gap=5.563573986136724E285&facet=true&wt=xml&facet.range.start=-1.3246604728896962E285&facet.range.end=5.431107938847755E286}
 hits=20 status=0 QTime=1
   [junit4]   2> 3557022 INFO  
(TEST-TestPointFields.testDoublePointFieldRangeFacet-seed#[727FBA96BD0D88CE]) [ 
   ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet.range=number_p_d_dv&q=*:*&facet.range.gap=5.563573986136724E285&facet=true&wt=xml&facet.range.start=-1.3246604728896962E285&facet.range.method=dv&facet.range.end=5.431107938847755E286}
 hits=20 status=0 QTime=0
   [junit4]   2> 3557036 INFO  
(TEST-TestPointFields.testDoublePointFieldRangeFacet-seed#[727FBA96BD0D88CE]) [ 
   ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet.range=number_p_d&q=*:*&facet.range.gap=5.563573986136724E285&facet=true&wt=xml&facet.range.start=-1.3246604728896962E285&facet.range.method=filter&facet.range.end=5.431107938847755E286}
 hits=20 status=0 QTime=0
   [junit4]   2> 3557038 WARN  
(TEST-TestPointFields.testDoublePointFieldRangeFacet-seed#[727FBA96BD0D88CE]) [ 
   ] o.a.s.h.c.RangeFacetRequest Range facet method 'dv' is not supported on 
PointFields without docValues.Will use method 'filter' instead
   [junit4]   2> 3557038 INFO  
(TEST-TestPointFields.testDoublePointFieldRangeFacet-seed#[727FBA96BD0D88CE]) [ 
   ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={facet.range=number_p_d&q=*:*&facet.range.gap=5.563573986136724E285&facet=true&wt=xml&facet.range.start=-1.3246604728896962E285&facet.range.method=dv&facet.range.end=5.431107938847755E286}
 hits=20 status=0 QTime=0
   [junit4]   2> 3557049 INFO  
(TEST-TestPointFields.testDoublePointFieldRangeFacet-seed#[727FBA96BD0D88CE]) [ 
   ] o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM 
INDEX
   [junit4]   2> 3557049 INFO  
(TEST-TestPointFields.testDoublePointFieldRangeFacet-seed#[727FBA96BD0D88CE]) [ 
   ] o.a.s.s.SolrIndexSearcher Opening [Searcher@645cdfed[collection1] realtime]
   [junit4]   2> 3557049 INFO  
(TEST-TestPointFields.testDoublePointFieldRangeFacet-seed#[727FBA96BD0D88CE]) [ 
   ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={_version_=-9223372036854775807&update.distrib=FROMLEADER&versions=true&wt=json&indent=true}{deleteByQuery=*:*
 (-9223372036854775807)} 0 0
   [junit4]   2> 3557049 INFO  
(TEST-TestPointFields.testDoublePointFieldRangeFacet-seed#[727FBA96BD0D88CE]) [ 
   ] o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1572634693585600512,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 3557049 INFO  
(TEST-TestPointFields.testDoublePointFieldRangeFacet-seed#[727FBA96BD0D88CE]) [ 
   ] o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@71293968 
commitCommandVersion:1572634693585600512
   [junit4]   2> 3557050 INFO  
(TEST-TestPointFields.testDoublePointFieldRangeFacet-seed#[727FBA96BD0D88CE]) [ 
   ] o.a.s.s.SolrIndexSearcher Opening [Searcher@3fe0b4b9[collection1] main]
   [junit4]   2> 3557050 INFO  
(TEST-TestPointFields.testDoublePointFieldRangeFacet-seed#[727FBA96BD0D88CE]) [ 
   ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 3557069 INFO  (searcherExecutor-7508-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@3fe0b4b9[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3557069 INFO  
(TEST-TestPointFields.testDoublePointFieldRangeFacet-seed#[727FBA96BD0D88CE]) [ 
   ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{commit=} 0 20
   [junit4]   2> 3557070 INFO  
(TEST-TestPointFields.testDoublePointFieldRangeFacet-seed#[727FBA96BD0D88CE]) [ 
   ] o.a.s.SolrTestCaseJ4 ###Ending testDoublePointFieldRangeFacet
   [junit4]   2> 3557101 INFO  
(TEST-TestPointFields.testMultiValuedIntPointFieldsAtomicUpdates-seed#[727FBA96BD0D88CE])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting 
testMultiValuedIntPointFieldsAtomicUpdates
   [junit4]   2> 3557102 INFO  
(TEST-TestPointFields.testMultiValuedIntPointFieldsAtomicUpdates-seed#[727FBA96BD0D88CE])
 [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[1 (1572634693641175040)]} 0 0
   [junit4]   2> 3557102 INFO  
(TEST-TestPointFields.testMultiValuedIntPointFieldsAtomicUpdates-seed#[727FBA96BD0D88CE])
 [    ] o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1572634693641175041,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 3557103 INFO  
(TEST-TestPointFields.testMultiValuedIntPointFieldsAtomicUpdates-seed#[727FBA96BD0D88CE])
 [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@71293968 
commitCommandVersion:1572634693641175041
   [junit4]   2> 3557104 INFO  
(TEST-TestPointFields.testMultiValuedIntPointFieldsAtomicUpdates-seed#[727FBA96BD0D88CE])
 [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@6ad20ade[collection1] main]
   [junit4]   2> 3557104 INFO  
(TEST-TestPointFields.testMultiValuedIntPointFieldsAtomicUpdates-seed#[727FBA96BD0D88CE])
 [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 3557113 INFO  (searcherExecutor-7508-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@6ad20ade[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_1(7.0.0):c1)))}
   [junit4]   2> 3557113 INFO  
(TEST-TestPointFields.testMultiValuedIntPointFieldsAtomicUpdates-seed#[727FBA96BD0D88CE])
 [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{commit=} 0 10
   [junit4]   2> 3557113 INFO  
(TEST-TestPointFields.testMultiValuedIntPointFieldsAtomicUpdates-seed#[727FBA96BD0D88CE])
 [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=id:1&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 3557115 INFO  
(TEST-TestPointFields.testMultiValuedIntPointFieldsAtomicUpdates-seed#[727FBA96BD0D88CE])
 [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[1 (1572634693653757952)]} 0 0
   [junit4]   2> 3557115 INFO  
(TEST-TestPointFields.testMultiValuedIntPointFieldsAtomicUpdates-seed#[727FBA96BD0D88CE])
 [    ] o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1572634693654806528,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 3557115 INFO  
(TEST-TestPointFields.testMultiValuedIntPointFieldsAtomicUpdates-seed#[727FBA96BD0D88CE])
 [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@71293968 
commitCommandVersion:1572634693654806528
   [junit4]   2> 3557116 INFO  
(TEST-TestPointFields.testMultiValuedIntPointFieldsAtomicUpdates-seed#[727FBA96BD0D88CE])
 [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@71b3d468[collection1] main]
   [junit4]   2> 3557116 INFO  
(TEST-TestPointFields.testMultiValuedIntPointFieldsAtomicUpdates-seed#[727FBA96BD0D88CE])
 [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 3557117 INFO  (searcherExecutor-7508-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@71b3d468[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_2(7.0.0):c1)))}
   [junit4]   2> 3557118 INFO  
(TEST-TestPointFields.testMultiValuedIntPointFieldsAtomicUpdates-seed#[727FBA96BD0D88CE])
 [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{commit=} 0 2
   [junit4]   2> 3557118 INFO  
(TEST-TestPointFields.testMultiValuedIntPointFieldsAtomicUpdates-seed#[727FBA96BD0D88CE])
 [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=id:1&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 3557119 INFO  
(TEST-TestPointFields.testMultiValuedIntPointFieldsAtomicUpdates-seed#[727FBA96BD0D88CE])
 [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[1 (1572634693657952256)]} 0 0
   [junit4]   2> 3557119 INFO  
(TEST-TestPointFields.testMultiValuedIntPointFieldsAtomicUpdates-seed#[727FBA96BD0D88CE])
 [    ] o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1572634693659000832,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 3557119 INFO  
(TEST-TestPointFields.testMultiValuedIntPointFieldsAtomicUpdates-seed#[727FBA96BD0D88CE])
 [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@71293968 
commitCommandVersion:1572634693659000832
   [junit4]   2> 3557120 INFO  
(TEST-TestPointFields.testMultiValuedIntPointFieldsAtomicUpdates-seed#[727FBA96BD0D88CE])
 [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@37779b9f[collection1] main]
   [junit4]   2> 3557120 INFO  
(TEST-TestPointFields.testMultiValuedIntPointFieldsAtomicUpdates-seed#[727FBA96BD0D88CE])
 [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 3557121 INFO  (searcherExecutor-7508-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@37779b9f[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_3(7.0.0):c1)))}
   [junit4]   2> 3557121 INFO  
(TEST-TestPointFields.testMultiValuedIntPointFieldsAtomicUpdates-seed#[727FBA96BD0D88CE])
 [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{commit=} 0 2
   [junit4]   2> 3557122 INFO  
(TEST-TestPointFields.testMultiValuedIntPointFieldsAtomicUpdates-seed#[727FBA96BD0D88CE])
 [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=id:1&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 3557164 INFO  
(TEST-TestPointFields.testMultiValuedIntPointFieldsAtomicUpdates-seed#[727FBA96BD0D88CE])
 [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[1 (1572634693662146560)]} 0 41
   [junit4]   2> 3557164 INFO  
(TEST-TestPointFields.testMultiValuedIntPointFieldsAtomicUpdates-seed#[727FBA96BD0D88CE])
 [    ] o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1572634693706186752,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 3557164 INFO  
(TEST-TestPointFields.testMultiValuedIntPointFieldsAtomicUpdates-seed#[727FBA96BD0D88CE])
 [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@71293968 
commitCommandVersion:1572634693706186752
   [junit4]   2> 3557166 INFO  
(TEST-TestPointFields.testMultiValuedIntPointFieldsAtomicUpdates-seed#[727FBA96BD0D88CE])
 [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@5b045820[collection1] main]
   [junit4]   2> 3557167 INFO  (searcherExecutor-7508-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@5b045820[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_4(7.0.0):c1)))}
   [junit4]   2> 3557167 INFO  
(TEST-TestPointFields.testMultiValuedIntPointFieldsAtomicUpdates-seed#[727FBA96BD0D88CE])
 [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 3557167 INFO  
(TEST-TestPointFields.testMultiValuedIntPointFieldsAtomicUpdates-seed#[727FBA96BD0D88CE])
 [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{commit=} 0 3
   [junit4]   2> 3557167 INFO  
(TEST-TestPointFields.testMultiValuedIntPointFieldsAtomicUpdates-seed#[727FBA96BD0D88CE])
 [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=id:1&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 3557169 INFO  
(TEST-TestPointFields.testMultiValuedIntPointFieldsAtomicUpdates-seed#[727FBA96BD0D88CE])
 [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[1 (1572634693710381056)]} 0 0
   [junit4]   2> 3557169 INFO  
(TEST-TestPointFields.testMultiValuedIntPointFieldsAtomicUpdates-seed#[727FBA96BD0D88CE])
 [    ] o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1572634693711429632,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 3557169 INFO  
(TEST-TestPointFields.testMultiValuedIntPointFieldsAtomicUpdates-seed#[727FBA96BD0D88CE])
 [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@71293968 
commitCommandVersion:1572634693711429632
   [junit4]   2> 3557170 INFO  
(TEST-TestPointFields.testMultiValuedIntPointFieldsAtomicUpdates-seed#[727FBA96BD0D88CE])
 [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@6114a595[collection1] main]
   [junit4]   2> 3557171 INFO  (searcherExecutor-7508-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@6114a595[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_5(7.0.0):c1)))}
   [junit4]   2> 3557171 INFO  
(TEST-TestPointFields.testMultiValuedIntPointFieldsAtomicUpdates-seed#[727FBA96BD0D88CE])
 [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 3557171 INFO  
(TEST-TestPointFields.testMultiValuedIntPointFieldsAtomicUpdates-seed#[727FBA96BD0D88CE])
 [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{commit=} 0 2
   [junit4]   2> 3557171 INFO  
(TEST-TestPointFields.testMultiValuedIntPointFieldsAtomicUpdates-seed#[727FBA96BD0D88CE])
 [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=id:1&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 3557172 INFO  
(TEST-TestPointFields.testMultiValuedIntPointFieldsAtomicUpdates-seed#[727FBA96BD0D88CE])
 [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[1 (1572634693714575360)]} 0 0
   [junit4]   2> 3557172 INFO  
(TEST-TestPointFields.testMultiValuedIntPointFieldsAtomicUpdates-seed#[727FBA96BD0D88CE])
 [    ] o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1572634693714575361,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 3557172 INFO  
(TEST-TestPointFields.testMultiValuedIntPointFieldsAtomicUpdates-seed#[727FBA96BD0D88CE])
 [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@71293968 
commitCommandVersion:1572634693714575361
   [junit4]   2> 3557186 INFO  
(TEST-TestPointFields.testMultiValuedIntPointFieldsAtomicUpdates-seed#[727FBA96BD0D88CE])
 [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@43cbdfc5[collection1] main]
   [junit4]   2> 3557186 INFO  
(TEST-TestPointFields.testMultiValuedIntPointFieldsAtomicUpdates-seed#[727FBA96BD0D88CE])
 [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 3557187 INFO  (searcherExecutor-7508-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@43cbdfc5[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_6(7.0.0):c1)))}
   [junit4]   2> 3557187 INFO  
(TEST-TestPointFields.testMultiValuedIntPointFieldsAtomicUpdates-seed#[727FBA96BD0D88CE])
 [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{commit=} 0 14
   [junit4]   2> 3557187 INFO  
(TEST-TestPointFields.testMultiValuedIntPointFieldsAtomicUpdates-seed#[727FBA96BD0D88CE])
 [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=id:1&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 3557188 INFO  
(TEST-TestPointFields.testMultiValuedIntPointFieldsAtomicUpdates-seed#[727FBA96BD0D88CE])
 [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[1 (1572634693731352576)]} 0 0
   [junit4]   2> 3557188 INFO  
(TEST-TestPointFields.testMultiValuedIntPointFieldsAtomicUpdates-seed#[727FBA96BD0D88CE])
 [    ] o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1572634693731352577,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 3557188 INFO  
(TEST-TestPointFields.testMultiValuedIntPointFieldsAtomicUpdates-seed#[727FBA96BD0D88CE])
 [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@71293968 
commitCommandVersion:1572634693731352577
   [junit4]   2> 3557190 INFO  
(TEST-TestPointFields.testMultiValuedIntPointFieldsAtomicUpdates-seed#[727FBA96BD0D88CE])
 [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@397d1582[collection1] main]
   [junit4]   2> 3557190 INFO  
(TEST-TestPointFields.testMultiValuedIntPointFieldsAtomicUpdates-seed#[727FBA96BD0D88CE])
 [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 3557191 INFO  (searcherExecutor-7508-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@397d1582[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_7(7.0.0):c1)))}
   [junit4]   2> 3557191 INFO  
(TEST-TestPointFields.testMultiValuedIntPointFieldsAtomicUpdates-seed#[727FBA96BD0D88CE])
 [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{commit=} 0 2
   [junit4]   2> 3557191 INFO  
(TEST-TestPointFields.testMultiValuedIntPointFieldsAtomicUpdates-seed#[727FBA96BD0D88CE])
 [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=id:1&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 3557192 INFO  
(TEST-TestPointFields.testMultiValuedIntPointFieldsAtomicUpdates-seed#[727FBA96BD0D88CE])
 [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[1 (1572634693735546880)]} 0 0
   [junit4]   2> 3557192 INFO  
(TEST-TestPointFields.testMultiValuedIntPointFieldsAtomicUpdates-seed#[727FBA96BD0D88CE])
 [    ] o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1572634693735546881,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 3557192 INFO  
(TEST-TestPointFields.testMultiValuedIntPointFieldsAtomicUpdates-seed#[727FBA96BD0D88CE])
 [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@71293968 
commitCommandVersion:1572634693735546881
   [junit4]   2> 3557202 INFO  
(TEST-TestPointFields.testMultiValuedIntPointFieldsAtomicUpdates-seed#[727FBA96BD0D88CE])
 [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@1ebe80a8[collection1] main]
   [junit4]   2> 3557202 INFO  
(TEST-TestPointFields.testMultiValuedIntPointFieldsAtomicUpdates-seed#[727FBA96BD0D88CE])
 [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 3557203 INFO  (searcherExecutor-7508-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@1ebe80a8[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_8(7.0.0):c1)))}
   [junit4]   2> 3557206 INFO  
(TEST-TestPointFields.testMultiValuedIntPointFieldsAtomicUpdates-seed#[727FBA96BD0D88CE])
 [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{commit=} 0 13
   [junit4]   2> 3557207 INFO  
(TEST-TestPointFields.testMultiValuedIntPointFieldsAtomicUpdates-seed#[727FBA96BD0D88CE])
 [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=id:1&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 3557207 INFO  
(TEST-TestPointFields.testMultiValuedIntPointFieldsAtomicUpdates-seed#[727FBA96BD0D88CE])
 [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[1 (1572634693751275520)]} 0 0
   [junit4]   2> 3557208 INFO  
(TEST-TestPointFields.testMultiValuedIntPointFieldsAtomicUpdates-seed#[727FBA96BD0D88CE])
 [    ] o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1572634693752324096,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 3557208 INFO  
(TEST-TestPointFields.testMultiValuedIntPointFieldsAtomicUpdates-seed#[727FBA96BD0D88CE])
 [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@71293968 
commitCommandVersion:1572634693752324096
   [junit4]   2> 3557209 INFO  
(TEST-TestPointFields.testMultiValuedIntPointFieldsAtomicUpdates-seed#[727FBA96BD0D88CE])
 [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@2d2ffd6f[collection1] main]
   [junit4]   2> 3557209 INFO  
(TEST-TestPointFields.testMultiValuedIntPointFieldsAtomicUpdates-seed#[727FBA96BD0D88CE])
 [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 3557210 INFO  (searcherExecutor-7508-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@2d2ffd6f[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_9(7.0.0):c1)))}
   [junit4]   2> 3557222 INFO  
(TEST-TestPointFields.testMultiValuedIntPointFieldsAtomicUpdates-seed#[727FBA96BD0D88CE])
 [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{commit=} 0 13
   [junit4]   2> 3557222 INFO  
(TEST-TestPointFields.testMultiValuedIntPointFieldsAtomicUpdates-seed#[727FBA96BD0D88CE])
 [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=id:1&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 3557223 INFO  
(TEST-TestPointFields.testMultiValuedIntPointFieldsAtomicUpdates-seed#[727FBA96BD0D88CE])
 [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[1 (1572634693767004160)]} 0 0
   [junit4]   2> 3557223 INFO  
(TEST-TestPointFields.testMultiValuedIntPointFieldsAtomicUpdates-seed#[727FBA96BD0D88CE])
 [    ] o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1572634693768052736,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 3557223 INFO  
(TEST-TestPointFields.testMultiValuedIntPointFieldsAtomicUpdates-seed#[727FBA96BD0D88CE])
 [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@71293968 
commitCommandVersion:1572634693768052736
   [junit4]   2> 3557224 INFO  
(TEST-TestPointFields.testMultiValuedIntPointFieldsAtomicUpdates-seed#[727FBA96BD0D88CE])
 [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@5d99e606[collection1] main]
   [junit4]   2> 3557224 INFO  
(TEST-TestPointFields.testMultiValuedIntPointFieldsAtomicUpdates-seed#[727FBA96BD0D88CE])
 [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 3557225 INFO  (searcherExecutor-7508-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@5d99e606[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_a(7.0.0):c1)))}
   [junit4]   2> 3557225 INFO  
(TEST-TestPointFields.testMultiValuedIntPointFieldsAtomicUpdates-seed#[727FBA96BD0D88CE])
 [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{commit=} 0 2
   [junit4]   2> 3557226 INFO  
(TEST-TestPointFields.testMultiValuedIntPointFieldsAtomicUpdates-seed#[727FBA96BD0D88CE])
 [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=id:1&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 3557226 INFO  
(TEST-TestPointFields.testMultiValuedIntPointFieldsAtomicUpdates-seed#[727FBA96BD0D88CE])
 [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[1 (1572634693771198464)]} 0 0
   [junit4]   2> 3557227 INFO  
(TEST-TestPointFields.testMultiValuedIntPointFieldsAtomicUpdates-seed#[727FBA96BD0D88CE])
 [    ] o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1572634693771198465,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 3557227 INFO  
(TEST-TestPointFields.testMultiValuedIntPointFieldsAtomicUpdates-seed#[727FBA96BD0D88CE])
 [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@71293968 
commitCommandVersion:1572634693771198465
   [junit4]   2> 3557228 INFO  
(TEST-TestPointFields.testMultiValuedIntPointFieldsAtomicUpdates-seed#[727FBA96BD0D88CE])
 [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@5846f3ec[collection1] main]
   [junit4]   2> 3557228 INFO  
(TEST-TestPointFields.testMultiValuedIntPointFieldsAtomicUpdates-seed#[727FBA96BD0D88CE])
 [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 3557229 INFO  (searcherExecutor-7508-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@5846f3ec[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_b(7.0.0):c1)))}
   [junit4]   2> 3557229 INFO  
(TEST-TestPointFields.testMultiValuedIntPointFieldsAtomicUpdates-seed#[727FBA96BD0D88CE])
 [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{commit=} 0 2
   [junit4]   2> 3557229 INFO  
(TEST-TestPointFields.testMultiValuedIntPointFieldsAtomicUpdates-seed#[727FBA96BD0D88CE])
 [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=id:1&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 3557230 INFO  
(TEST-TestPointFields.testMultiValuedIntPointFieldsAtomicUpdates-seed#[727FBA96BD0D88CE])
 [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[1 (1572634693775392768)]} 0 0
   [junit4]   2> 3557230 INFO  
(TEST-TestPointFields.testMultiValuedIntPointFieldsAtomicUpdates-seed#[727FBA96BD0D88CE])
 [    ] o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1572634693775392769,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 3557230 INFO  
(TEST-TestPointFields.testMultiValuedIntPointFieldsAtomicUpdates-seed#[727FBA96BD0D88CE])
 [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@71293968 
commitCommandVersion:1572634693775392769
   [junit4]   2> 3557232 INFO  
(TEST-TestPointFields.testMultiValuedIntPointFieldsAtomicUpdates-seed#[727FBA96BD0D88CE])
 [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@28c3adde[collection1] main]
   [junit4]   2> 3557232 INFO  
(TEST-TestPointFields.testMultiValuedIntPointFieldsAtomicUpdates-seed#[727FBA96BD0D88CE])
 [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 3557233 INFO  (searcherExecutor-7508-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@28c3adde[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_c(7.0.0):c1)))}
   [junit4]   2> 3557233 INFO  
(TEST-TestPointFields.testMultiValuedIntPointFieldsAtomicUpdates-seed#[727FBA96BD0D88CE])
 [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{commit=} 0 2
   [junit4]   2> 3557233 INFO  
(TEST-TestPointFields.testMultiValuedIntPointFieldsAtomicUpdates-seed#[727FBA96BD0D88CE])
 [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=id:1&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 3557246 INFO  
(TEST-TestPointFields.testMultiValuedIntPointFieldsAtomicUpdates-seed#[727FBA96BD0D88CE])
 [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[1 (1572634693792169984)]} 0 12
   [junit4]   2> 3557247 INFO  
(TEST-TestPointFields.testMultiValuedIntPointFieldsAtomicUpdates-seed#[727FBA96BD0D88CE])
 [    ] o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1572634693793218560,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 3557247 INFO  
(TEST-TestPointFields.testMultiValuedIntPointFieldsAtomicUpdates-seed#[727FBA96BD0D88CE])
 [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@71293968 
commitCommandVersion:1572634693793218560
   [junit4]   2> 3557248 INFO  
(TEST-TestPointFields.testMultiValuedIntPointFieldsAtomicUpdates-seed#[727FBA96BD0D88CE])
 [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@5307c3c[collection1] main]
   [junit4]   2> 3557248 INFO  
(TEST-TestPointFields.testMultiValuedIntPointFieldsAtomicUpdates-seed#[727FBA96BD0D88CE])
 [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 3557249 INFO  (searcherExecutor-7508-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@5307c3c[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_d(7.0.0):c1)))}
   [junit4]   2> 3557249 INFO  
(TEST-TestPointFields.testMultiValuedIntPointFieldsAtomicUpdates-seed#[727FBA96BD0D88CE])
 [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{commit=} 0 2
   [junit4]   2> 3557249 INFO  
(TEST-TestPointFields.testMultiValuedIntPointFieldsAtomicUpdates-seed#[727FBA96BD0D88CE])
 [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=id:1&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 3557250 INFO  
(TEST-TestPointFields.testMultiValuedIntPointFieldsAtomicUpdates-seed#[727FBA96BD0D88CE])
 [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[1 (1572634693796364288)]} 0 0
   [junit4]   2> 3557250 INFO  
(TEST-TestPointFields.testMultiValuedIntPointFieldsAtomicUpdates-seed#[727FBA96BD0D88CE])
 [    ] o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1572634693796364289,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 3557250 INFO  
(TEST-TestPointFields.testMultiValuedIntPointFieldsAtomicUpdates-seed#[727FBA96BD0D88CE])
 [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@71293968 
commitCommandVersion:1572634693796364289
   [junit4]   2> 3557252 INFO  
(TEST-TestPointFields.testMultiValuedIntPointFieldsAtomicUpdates-seed#[727FBA96BD0D88CE])
 [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@663a2c51[collection1] main]
   [junit4]   2> 3557252 INFO  
(TEST-TestPointFields.testMultiValuedIntPointFieldsAtomicUpdates-seed#[727FBA96BD0D88CE])
 [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 3557253 INFO  (searcherExecutor-7508-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@663a2c51[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_e(7.0.0):c1)))}
   [junit4]   2> 3557253 INFO  
(TEST-TestPointFields.testMultiValuedIntPointFieldsAtomicUpdates-seed#[727FBA96BD0D88CE])
 [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{commit=} 0 2
   [junit4]   2> 3557253 INFO  
(TEST-TestPointFields.testMultiValuedIntPointFieldsAtomicUpdates-seed#[727FBA96BD0D88CE])
 [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=id:1&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 3557254 INFO  
(TEST-TestPointFields.testMultiValuedIntPointFieldsAtomicUpdates-seed#[727FBA96BD0D88CE])
 [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[1 (1572634693800558592)]} 0 0
   [junit4]   2> 3557254 INFO  
(TEST-TestPointFields.testMultiValuedIntPointFieldsAtomicUpdates-seed#[727FBA96BD0D88CE])
 [    ] o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1572634693800558593,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 3557254 INFO  
(TEST-TestPointFields.testMultiValuedIntPointFieldsAtomicUpdates-seed#[727FBA96BD0D88CE])
 [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@71293968 
commitCommandVersion:1572634693800558593
   [junit4]   2> 3557255 INFO  
(TEST-TestPointFields.testMultiValuedIntPointFieldsAtomicUpdates-seed#[727FBA96BD0D88CE])
 [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@17ac01ae[collection1] main]
   [junit4]   2> 3557256 INFO  
(TEST-TestPointFields.testMultiValuedIntPointFieldsAtomicUpdates-seed#[727FBA96BD0D88CE])
 [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 3557256 INFO  (searcherExecutor-7508-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@17ac01ae[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_f(7.0.0):c1)))}
   [junit4]   2> 3557257 INFO  
(TEST-TestPointFields.testMultiValuedIntPointFieldsAtomicUpdates-seed#[727FBA96BD0D88CE])
 [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{commit=} 0 2
   [junit4]   2> 3557257 INFO  
(TEST-TestPointFields.testMultiValuedIntPointFieldsAtomicUpdates-seed#[727FBA96BD0D88CE])
 [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=id:1&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 3557257 INFO  
(TEST-TestPointFields.testMultiValuedIntPointFieldsAtomicUpdates-seed#[727FBA96BD0D88CE])
 [    ] o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM 
INDEX
   [junit4]   2> 3557257 INFO  
(TEST-TestPointFields.testMultiValuedIntPointFieldsAtomicUpdates-seed#[727FBA96BD0D88CE])
 [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@3746c73d[collection1] 
realtime]
   [junit4]   2> 3557257 INFO  
(TEST-TestPointFields.testMultiValuedIntPointFieldsAtomicUpdates-seed#[727FBA96BD0D88CE])
 [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null 
params={_version_=-9223372036854775807&update.distrib=FROMLEADER&versions=true&wt=json&indent=true}{deleteByQuery=*:*
 (-9223372036854775807)} 0 0
   [junit4]   2> 3557258 INFO  
(TEST-TestPointFields.testMultiValuedIntPointFieldsAtomicUpdates-seed#[727FBA96BD0D88CE])
 [    ] o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1572634693804752896,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 3557258 INFO  
(TEST-TestPointFields.testMultiValuedIntPointFieldsAtomicUpdates-seed#[727FBA96BD0D88CE])
 [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@71293968 
commitCommandVersion:1572634693804752896
   [junit4]   2> 3557258 INFO  
(TEST-TestPointFields.testMultiValuedIntPointFieldsAtomicUpdates-seed#[727FBA96BD0D88CE])
 [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@7fc3a4c3[collection1] main]
   [junit4]   2> 3557258 INFO  
(TEST-TestPointFields.testMultiValuedIntPointFieldsAtomicUpdates-seed#[727FBA96BD0D88CE])
 [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 3557259 INFO  (searcherExecutor-7508-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@7fc3a4c3[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3557270 INFO  
(TEST-TestPointFields.testMultiValuedIntPointFieldsAtomicUpdates-seed#[727FBA96BD0D88CE])
 [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{commit=} 0 12
   [junit4]   2> 3557271 INFO  
(TEST-TestPointFields.testMultiValuedIntPointFieldsAtomicUpdates-seed#[727FBA96BD0D88CE])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending 
testMultiValuedIntPointFieldsAtomicUpdates
   [junit4]   2> 3557273 INFO  
(TEST-TestPointFields.testDoublePointFieldReturn-seed#[727FBA96BD0D88CE]) [    
] o.a.s.SolrTestCaseJ4 ###Starting testDoublePointFieldReturn
   [junit4]   2> 3557274 INFO  
(TEST-TestPointFields.testDoublePointFieldReturn-seed#[727FBA96BD0D88CE]) [    
] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[0 (1572634693820481536)]} 0 0
   [junit4]   2> 3557274 INFO  
(TEST-TestPointFields.testDoublePointFieldReturn-seed#[727FBA96BD0D88CE]) [    
] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[1 (1572634693821530112)]} 0 0
   [junit4]   2> 3557274 INFO  
(TEST-TestPointFields.testDoublePointFieldReturn-seed#[727FBA96BD0D88CE]) [    
] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[2 (1572634693821530113)]} 0 0
   [junit4]   2> 3557275 INFO  
(TEST-TestPointFields.testDoublePointFieldReturn-seed#[727FBA96BD0D88CE]) [    
] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[3 (1572634693822578688)]} 0 0
   [junit4]   2> 3557275 INFO  
(TEST-TestPointFields.testDoublePointFieldReturn-seed#[727FBA96BD0D88CE]) [    
] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[4 (1572634693822578689)]} 0 0
   [junit4]   2> 3557275 INFO  
(TEST-TestPointFields.testDoublePointFieldReturn-seed#[727FBA96BD0D88CE]) [    
] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[5 (1572634693822578690)]} 0 0
   [junit4]   2> 3557275 INFO  
(TEST-TestPointFields.testDoublePointFieldReturn-seed#[727FBA96BD0D88CE]) [    
] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[6 (1572634693822578691)]} 0 0
   [junit4]   2> 3557275 INFO  
(TEST-TestPointFields.testDoublePointFieldReturn-seed#[727FBA96BD0D88CE]) [    
] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[7 (1572634693822578692)]} 0 0
   [junit4]   2> 3557276 INFO  
(TEST-TestPointFields.testDoublePointFieldReturn-seed#[727FBA96BD0D88CE]) [    
] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[8 (1572634693823627264)]} 0 0
   [junit4]   2> 3557276 INFO  
(TEST-TestPointFields.testDoublePointFieldReturn-seed#[727FBA96BD0D88CE]) [    
] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[9 (1572634693823627265)]} 0 0
   [junit4]   2> 3557276 INFO  
(TEST-TestPointFields.testDoublePointFieldReturn-seed#[727FBA96BD0D88CE]) [    
] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[10 (1572634693823627266)]} 0 0
   [junit4]   2> 3557276 INFO  
(TEST-TestPointFields.testDoublePointFieldReturn-seed#[727FBA96BD0D88CE]) [    
] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[11 (1572634693823627267)]} 0 0
   [junit4]   2> 3557277 INFO  
(TEST-TestPointFields.testDoublePointFieldReturn-seed#[727FBA96BD0D88CE]) [    
] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[12 (1572634693823627268)]} 0 0
   [junit4]   2> 3557277 INFO  
(TEST-TestPointFields.testDoublePointFieldReturn-seed#[727FBA96BD0D88CE]) [    
] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[13 (1572634693824675840)]} 0 0
   [junit4]   2> 3557277 INFO  
(TEST-TestPointFields.testDoublePointFieldReturn-seed#[727FBA96BD0D88CE]) [    
] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[14 (1572634693824675841)]} 0 0
   [junit4]   2> 3557277 INFO  
(TEST-TestPointFields.testDoublePointFieldReturn-seed#[727FBA96BD0D88CE]) [    
] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[15 (1572634693824675842)]} 0 0
   [junit4]   2> 3557277 INFO  
(TEST-TestPointFields.testDoublePointFieldReturn-seed#[727FBA96BD0D88CE]) [    
] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[16 (1572634693824675843)]} 0 0
   [junit4]   2> 3557278 INFO  
(TEST-TestPointFields.testDoublePointFieldReturn-seed#[727FBA96BD0D88CE]) [    
] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[17 (1572634693825724416)]} 0 0
   [junit4]   2> 3557278 INFO  
(TEST-TestPointFields.testDoublePointFieldReturn-seed#[727FBA96BD0D88CE]) [    
] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[18 (1572634693825724417)]} 0 0
   [junit4]   2> 3557278 INFO  
(TEST-TestPointFields.testDoublePointFieldReturn-seed#[727FBA96BD0D88CE]) [    
] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[19 (1572634693825724418)]} 0 0
   [junit4]   2> 3557278 INFO  
(TEST-TestPointFields.testDoublePointFieldReturn-seed#[727FBA96BD0D88CE]) [    
] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={qt=/get&id=0&wt=xml} status=0 QTime=0
   [junit4]   2> 3557279 INFO  
(TEST-TestPointFields.testDoublePointFieldReturn-seed#[727FBA96BD0D88CE]) [    
] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={qt=/get&id=1&wt=xml} status=0 QTime=0
   [junit4]   2> 3557279 INFO  
(TEST-TestPointFields.testDoublePointFieldReturn-seed#[727FBA96BD0D88CE]) [    
] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={qt=/get&id=2&wt=xml} status=0 QTime=0
   [junit4]   2> 3557279 INFO  
(TEST-TestPointFields.testDoublePointFieldReturn-seed#[727FBA96BD0D88CE]) [    
] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={qt=/get&id=3&wt=xml} status=0 QTime=0
   [junit4]   2> 3557279 INFO  
(TEST-TestPointFields.testDoublePointFieldReturn-seed#[727FBA96BD0D88CE]) [    
] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={qt=/get&id=4&wt=xml} status=0 QTime=0
   [junit4]   2> 3557279 INFO  
(TEST-TestPointFields.testDoublePointFieldReturn-seed#[727FBA96BD0D88CE]) [    
] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={qt=/get&id=5&wt=xml} status=0 QTime=0
   [junit4]   2> 3557280 INFO  
(TEST-TestPointFields.testDoublePointFieldReturn-seed#[727FBA96BD0D88CE]) [    
] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={qt=/get&id=6&wt=xml} status=0 QTime=0
   [junit4]   2> 3557280 INFO  
(TEST-TestPointFields.testDoublePointFieldReturn-seed#[727FBA96BD0D88CE]) [    
] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={qt=/get&id=7&wt=xml} status=0 QTime=0
   [junit4]   2> 3557280 INFO  
(TEST-TestPointFields.testDoublePointFieldReturn-seed#[727FBA96BD0D88CE]) [    
] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={qt=/get&id=8&wt=xml} status=0 QTime=0
   [junit4]   2> 3557280 INFO  
(TEST-TestPointFields.testDoublePointFieldReturn-seed#[727FBA96BD0D88CE]) [    
] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={qt=/get&id=9&wt=xml} status=0 QTime=0
   [junit4]   2> 3557280 INFO  
(TEST-TestPointFields.testDoublePointFieldReturn-seed#[727FBA96BD0D88CE]) [    
] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={qt=/get&id=10&wt=xml} status=0 QTime=0
   [junit4]   2> 3557281 INFO  
(TEST-TestPointFields.testDoublePointFieldReturn-seed#[727FBA96BD0D88CE]) [    
] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={qt=/get&id=11&wt=xml} status=0 QTime=0
   [junit4]   2> 3557281 INFO  
(TEST-TestPointFields.testDoublePointFieldReturn-seed#[727FBA96BD0D88CE]) [    
] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={qt=/get&id=12&wt=xml} status=0 QTime=0
   [junit4]   2> 3557281 INFO  
(TEST-TestPointFields.testDoublePointFieldReturn-seed#[727FBA96BD0D88CE]) [    
] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={qt=/get&id=13&wt=xml} status=0 QTime=0
   [junit4]   2> 3557281 INFO  
(TEST-TestPointFields.testDoublePointFieldReturn-seed#[727FBA96BD0D88CE]) [    
] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={qt=/get&id=14&wt=xml} status=0 QTime=0
   [junit4]   2> 3557281 INFO  
(TEST-TestPointFields.testDoublePointFieldReturn-seed#[727FBA96BD0D88CE]) [    
] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={qt=/get&id=15&wt=xml} status=0 QTime=0
   [junit4]   2> 3557282 INFO  
(TEST-TestPointFields.testDoublePointFieldReturn-seed#[727FBA96BD0D88CE]) [    
] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={qt=/get&id=16&wt=xml} status=0 QTime=0
   [junit4]   2> 3557282 INFO  
(TEST-TestPointFields.testDoublePointFieldReturn-seed#[727FBA96BD0D88CE]) [    
] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={qt=/get&id=17&wt=xml} status=0 QTime=0
   [junit4]   2> 3557282 INFO  
(TEST-TestPointFields.testDoublePointFieldReturn-seed#[727FBA96BD0D88CE]) [    
] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={qt=/get&id=18&wt=xml} status=0 QTime=0
   [junit4]   2> 3557282 INFO  
(TEST-TestPointFields.testDoublePointFieldReturn-seed#[727FBA96BD0D88CE]) [    
] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={qt=/get&id=19&wt=xml} status=0 QTime=0
   [junit4]   2> 3557282 INFO  
(TEST-TestPointFields.testDoublePointFieldReturn-seed#[727FBA96BD0D88CE]) [    
] o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1572634693829918720,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 3557282 INFO  
(TEST-TestPointFields.testDoublePointFieldReturn-seed#[727FBA96BD0D88CE]) [    
] o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@71293968 
commitCommandVersion:1572634693829918720
   [junit4]   2> 3557296 INFO  
(TEST-TestPointFields.testDoublePointFieldReturn-seed#[727FBA96BD0D88CE]) [    
] o.a.s.s.SolrIndexSearcher Opening [Searcher@6d8af102[collection1] main]
   [junit4]   2> 3557296 INFO  
(TEST-TestPointFields.testDoublePointFieldReturn-seed#[727FBA96BD0D88CE]) [    
] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 3557299 INFO  (searcherExecutor-7508-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@6d8af102[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_g(7.0.0):c20)))}
   [junit4]   2> 3557299 INFO  
(TEST-TestPointFields.testDoublePointFieldReturn-seed#[727FBA96BD0D88CE]) [    
] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{commit=} 0 16
   [junit4]   2> 3557299 INFO  
(TEST-TestPointFields.testDoublePointFieldReturn-seed#[727FBA96BD0D88CE]) [    
] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=*:*&fl=id,+number_p_d&rows=20&wt=xml} hits=20 status=0 QTime=0
   [junit4]   2> 3557311 INFO  
(TEST-TestPointFields.testDoublePointFieldReturn-seed#[727FBA96BD0D88CE]) [    
] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={qt=/get&id=0&wt=xml} status=0 QTime=9
   [junit4]   2> 3557311 INFO  
(TEST-TestPointFields.testDoublePointFieldReturn-seed#[727FBA96BD0D88CE]) [    
] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={qt=/get&id=1&wt=xml} status=0 QTime=0
   [junit4]   2> 3557312 INFO  
(TEST-TestPointFields.testDoublePointFieldReturn-seed#[727FBA96BD0D88CE]) [    
] o.a.s.c.S.Request [collection1]  webapp=null 

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

edInfo.seed([85EA38C878EF5B6:A3BC1A7A0588ECDB]:0)
   [junit4]    >        at 
org.apache.solr.client.solrj.TestSolrJErrorHandling.doThreads(TestSolrJErrorHandling.java:185)
   [junit4]    >        at 
org.apache.solr.client.solrj.TestSolrJErrorHandling.doIt(TestSolrJErrorHandling.java:200)
   [junit4]    >        at 
org.apache.solr.client.solrj.TestSolrJErrorHandling.testWithXml(TestSolrJErrorHandling.java:110)
   [junit4]    >        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 265513 INFO  
(SUITE-TestSolrJErrorHandling-seed#[85EA38C878EF5B6]-worker) [    ] 
o.e.j.s.AbstractConnector Stopped 
ServerConnector@7b83eae2{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 265514 INFO  
(SUITE-TestSolrJErrorHandling-seed#[85EA38C878EF5B6]-worker) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=458351520
   [junit4]   2> 265514 INFO  
(SUITE-TestSolrJErrorHandling-seed#[85EA38C878EF5B6]-worker) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 265515 INFO  
(SUITE-TestSolrJErrorHandling-seed#[85EA38C878EF5B6]-worker) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 265516 INFO  
(SUITE-TestSolrJErrorHandling-seed#[85EA38C878EF5B6]-worker) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 265532 INFO  
(SUITE-TestSolrJErrorHandling-seed#[85EA38C878EF5B6]-worker) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 265533 INFO  (coreCloseExecutor-158-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@4c12dff7
   [junit4]   2> 265533 INFO  (coreCloseExecutor-158-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-158-thread-1]: 
now flush at close
   [junit4]   2> 265533 INFO  (coreCloseExecutor-158-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-158-thread-1]:  
 start flush: applyAllDeletes=true
   [junit4]   2> 265533 INFO  (coreCloseExecutor-158-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-158-thread-1]:  
 index before flush _5(7.0.0):C484/483:delGen=1 _6(7.0.0):C1/1:delGen=1
   [junit4]   2> 265533 INFO  (coreCloseExecutor-158-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [DW][coreCloseExecutor-158-thread-1]: 
startFullFlush
   [junit4]   2> 265533 INFO  (coreCloseExecutor-158-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [DW][coreCloseExecutor-158-thread-1]: 
coreCloseExecutor-158-thread-1 finishFullFlush success=true
   [junit4]   2> 265533 INFO  (coreCloseExecutor-158-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-158-thread-1]: 
now apply all deletes for all segments buffered updates bytesUsed=0 reader pool 
bytesUsed=0
   [junit4]   2> 265533 INFO  (coreCloseExecutor-158-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [BD][coreCloseExecutor-158-thread-1]: 
waitApply: no deletes to apply
   [junit4]   2> 265533 INFO  (coreCloseExecutor-158-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [MS][coreCloseExecutor-158-thread-1]: 
updateMergeThreads ioThrottle=true targetMBPerSec=10240.0 MB/sec
   [junit4]   2> 265533 INFO  (coreCloseExecutor-158-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [MS][coreCloseExecutor-158-thread-1]: 
now merge
   [junit4]   2> 265533 INFO  (coreCloseExecutor-158-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [MS][coreCloseExecutor-158-thread-1]:  
 index: _5(7.0.0):C484/483:delGen=1 _6(7.0.0):C1/1:delGen=1
   [junit4]   2> 265533 INFO  (coreCloseExecutor-158-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [MS][coreCloseExecutor-158-thread-1]:  
 no more merges pending; now return
   [junit4]   2> 265534 INFO  (coreCloseExecutor-158-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-158-thread-1]: 
waitForMerges
   [junit4]   2> 265534 INFO  (coreCloseExecutor-158-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-158-thread-1]: 
waitForMerges done
   [junit4]   2> 265534 INFO  (coreCloseExecutor-158-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-158-thread-1]: 
commit: start
   [junit4]   2> 265534 INFO  (coreCloseExecutor-158-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-158-thread-1]: 
commit: enter lock
   [junit4]   2> 265534 INFO  (coreCloseExecutor-158-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-158-thread-1]: 
commit: now prepare
   [junit4]   2> 265534 INFO  (coreCloseExecutor-158-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-158-thread-1]: 
prepareCommit: flush
   [junit4]   2> 265534 INFO  (coreCloseExecutor-158-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-158-thread-1]:  
 index before flush _5(7.0.0):C484/483:delGen=1 _6(7.0.0):C1/1:delGen=1
   [junit4]   2> 265534 INFO  (coreCloseExecutor-158-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [DW][coreCloseExecutor-158-thread-1]: 
startFullFlush
   [junit4]   2> 265534 INFO  (coreCloseExecutor-158-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-158-thread-1]: 
now apply all deletes for all segments buffered updates bytesUsed=0 reader pool 
bytesUsed=0
   [junit4]   2> 265534 INFO  (coreCloseExecutor-158-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [BD][coreCloseExecutor-158-thread-1]: 
waitApply: no deletes to apply
   [junit4]   2> 265534 INFO  (coreCloseExecutor-158-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [DW][coreCloseExecutor-158-thread-1]: 
coreCloseExecutor-158-thread-1 finishFullFlush success=true
   [junit4]   2> 265534 INFO  (coreCloseExecutor-158-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-158-thread-1]: 
startCommit(): start
   [junit4]   2> 265534 INFO  (coreCloseExecutor-158-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-158-thread-1]:  
 skip startCommit(): no changes pending
   [junit4]   2> 265534 INFO  (coreCloseExecutor-158-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-158-thread-1]: 
commit: pendingCommit == null; skip
   [junit4]   2> 265534 INFO  (coreCloseExecutor-158-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-158-thread-1]: 
commit: took 0.2 msec
   [junit4]   2> 265534 INFO  (coreCloseExecutor-158-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-158-thread-1]: 
commit: done
   [junit4]   2> 265534 INFO  (coreCloseExecutor-158-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-158-thread-1]: 
rollback
   [junit4]   2> 265534 INFO  (coreCloseExecutor-158-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-158-thread-1]: 
all running merges have aborted
   [junit4]   2> 265534 INFO  (coreCloseExecutor-158-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-158-thread-1]: 
rollback: done finish merges
   [junit4]   2> 265534 INFO  (coreCloseExecutor-158-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [DW][coreCloseExecutor-158-thread-1]: 
abort
   [junit4]   2> 265534 INFO  (coreCloseExecutor-158-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [DW][coreCloseExecutor-158-thread-1]: 
done abort success=true
   [junit4]   2> 265534 INFO  (coreCloseExecutor-158-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-158-thread-1]: 
rollback: infos=_5(7.0.0):C484/483:delGen=1 _6(7.0.0):C1/1:delGen=1
   [junit4]   2> 265534 INFO  (coreCloseExecutor-158-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IFD][coreCloseExecutor-158-thread-1]: 
now checkpoint "_5(7.0.0):C484/483:delGen=1 _6(7.0.0):C1/1:delGen=1" [2 
segments ; isCommit = false]
   [junit4]   2> 265534 INFO  (coreCloseExecutor-158-thread-1) [    
x:collection1] o.a.s.u.LoggingInfoStream [IFD][coreCloseExecutor-158-thread-1]: 
0 msec to checkpoint
   [junit4]   2> 265601 INFO  (coreCloseExecutor-158-thread-1) [    
x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection1, tag=1276305399
   [junit4]   2> 265617 INFO  
(SUITE-TestSolrJErrorHandling-seed#[85EA38C878EF5B6]-worker) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@5e1ef2b9{/solr,null,UNAVAILABLE}
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-solrj/test/J2/temp/solr.client.solrj.TestSolrJErrorHandling_85EA38C878EF5B6-001
   [junit4]   2> NOTE: test params are: codec=CheapBastard, 
sim=RandomSimilarity(queryNorm=false): {}, locale=ar-SA, 
timezone=Pacific/Galapagos
   [junit4]   2> NOTE: Linux 4.4.0-83-generic amd64/Oracle Corporation 
1.8.0_131 (64-bit)/cpus=4,threads=1,free=227138576,total=353894400
   [junit4]   2> NOTE: All tests run in this JVM: [CosineEvaluatorTest, 
TestDelegationTokenResponse, SolrExceptionTest, TestJavaBinCodec, 
CloudSolrClientCacheTest, StreamingTest, CommonAdminParamsTest, 
ModuloEvaluatorTest, DocumentAnalysisResponseTest, SolrParamTest, SolrPingTest, 
SolrSchemalessExampleTest, TestRetryUtil, JsonValidatorTest, 
ModifiableSolrParamsTest, HttpSolrClientConPoolTest, ArcTangentEvaluatorTest, 
SolrZkClientTest, HyperbolicCosineEvaluatorTest, NamedListTest, 
SquareRootEvaluatorTest, SolrExampleBinaryTest, SolrExampleXMLTest, 
LargeVolumeBinaryJettyTest, TestBatchUpdate, LargeVolumeJettyTest, 
TestNamedListCodec, TestDocumentObjectBinder, SolrQueryTest, TestHash, 
ContentStreamTest, TestFastInputStream, TestXMLEscaping, 
TestUpdateRequestCodec, CollectionAdminRequestRequiredParamsTest, 
TestSolrJErrorHandling]
   [junit4] Completed [98/135 (1!)] on J2 in 67.96s, 4 tests, 1 failure <<< 
FAILURES!

[...truncated 42583 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to