Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/18383/
Java: 32bit/jdk1.8.0_102 -client -XX:+UseParallelGC

5 tests failed.
FAILED:  org.apache.solr.cloud.DocValuesNotIndexedTest.testGroupingSorting

Error Message:
Documents in wrong order for field: stringGSF expected:<[2]> but was:<[3]>

Stack Trace:
org.junit.ComparisonFailure: Documents in wrong order for field: stringGSF 
expected:<[2]> but was:<[3]>
        at 
__randomizedtesting.SeedInfo.seed([9AAD0EAE3E14CA1D:849506A642BF709D]:0)
        at org.junit.Assert.assertEquals(Assert.java:125)
        at 
org.apache.solr.cloud.DocValuesNotIndexedTest.checkSortOrder(DocValuesNotIndexedTest.java:247)
        at 
org.apache.solr.cloud.DocValuesNotIndexedTest.testGroupingSorting(DocValuesNotIndexedTest.java:227)
        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:367)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:811)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:462)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
        at java.lang.Thread.run(Thread.java:745)


FAILED:  
org.apache.solr.uima.processor.UIMAUpdateRequestProcessorTest.testMultiplierProcessing

Error Message:
unknown UpdateRequestProcessorChain: <add><doc><field 
name="id">2312312321312</field><field name="text">SpellCheckComponent got 
improvement related to recent Lucene changes.    Add support for specifying 
Spelling SuggestWord Comparator to Lucene spell checkers for 
SpellCheckComponent. Issue SOLR-2053 is already fixed, patch is attached if you 
need it, but it is also committed to trunk and 3_x branch. Last Lucene European 
Conference has been held in Prague.</field></doc></add>

Stack Trace:
org.apache.solr.common.SolrException: unknown UpdateRequestProcessorChain: 
<add><doc><field name="id">2312312321312</field><field 
name="text">SpellCheckComponent got improvement related to recent Lucene 
changes. 
  Add support for specifying Spelling SuggestWord Comparator to Lucene spell 
checkers for SpellCheckComponent. Issue SOLR-2053 is already fixed, patch is 
attached if you need it, but it is also committed to trunk and 3_x branch. Last 
Lucene European Conference has been held in Prague.</field></doc></add>
        at 
__randomizedtesting.SeedInfo.seed([969DB9B3E5518C9E:AD9C731EE205A06A]:0)
        at 
org.apache.solr.core.SolrCore.getUpdateProcessingChain(SolrCore.java:1214)
        at 
org.apache.solr.core.SolrCore.getUpdateProcessorChain(SolrCore.java:1222)
        at 
org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:52)
        at org.apache.solr.SolrTestCaseJ4.addDoc(SolrTestCaseJ4.java:1031)
        at 
org.apache.solr.uima.processor.UIMAUpdateRequestProcessorTest.testProcessing(UIMAUpdateRequestProcessorTest.java:83)
        at 
org.apache.solr.uima.processor.UIMAUpdateRequestProcessorTest.testMultiplierProcessing(UIMAUpdateRequestProcessorTest.java:177)
        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:367)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:811)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:462)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
        at java.lang.Thread.run(Thread.java:745)


FAILED:  
org.apache.solr.uima.processor.UIMAUpdateRequestProcessorTest.testTwoUpdates

Error Message:
unknown UpdateRequestProcessorChain: <add><doc><field name="id">1</field><field 
name="text">The Apache Software Foundation is happy to announce BarCampApache 
Sydney, Australia, the first ASF-backed event in the Southern 
Hemisphere!</field></doc></add>

Stack Trace:
org.apache.solr.common.SolrException: unknown UpdateRequestProcessorChain: 
<add><doc><field name="id">1</field><field name="text">The Apache Software 
Foundation is happy to announce BarCampApache Sydney, Australia, the first 
ASF-backed event in the Southern Hemisphere!</field></doc></add>
        at 
__randomizedtesting.SeedInfo.seed([969DB9B3E5518C9E:9BD7EEECFD7EEE30]:0)
        at 
org.apache.solr.core.SolrCore.getUpdateProcessingChain(SolrCore.java:1214)
        at 
org.apache.solr.core.SolrCore.getUpdateProcessorChain(SolrCore.java:1222)
        at 
org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:52)
        at org.apache.solr.SolrTestCaseJ4.addDoc(SolrTestCaseJ4.java:1031)
        at 
org.apache.solr.uima.processor.UIMAUpdateRequestProcessorTest.testTwoUpdates(UIMAUpdateRequestProcessorTest.java:101)
        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:367)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:811)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:462)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
        at java.lang.Thread.run(Thread.java:745)


FAILED:  
org.apache.solr.uima.processor.UIMAUpdateRequestProcessorTest.testProcessing

Error Message:
unknown UpdateRequestProcessorChain: <add><doc><field 
name="id">2312312321312</field><field name="text">SpellCheckComponent got 
improvement related to recent Lucene changes.    Add support for specifying 
Spelling SuggestWord Comparator to Lucene spell checkers for 
SpellCheckComponent. Issue SOLR-2053 is already fixed, patch is attached if you 
need it, but it is also committed to trunk and 3_x branch. Last Lucene European 
Conference has been held in Prague.</field></doc></add>

Stack Trace:
org.apache.solr.common.SolrException: unknown UpdateRequestProcessorChain: 
<add><doc><field name="id">2312312321312</field><field 
name="text">SpellCheckComponent got improvement related to recent Lucene 
changes. 
  Add support for specifying Spelling SuggestWord Comparator to Lucene spell 
checkers for SpellCheckComponent. Issue SOLR-2053 is already fixed, patch is 
attached if you need it, but it is also committed to trunk and 3_x branch. Last 
Lucene European Conference has been held in Prague.</field></doc></add>
        at 
__randomizedtesting.SeedInfo.seed([969DB9B3E5518C9E:8513BDC1A2A20D34]:0)
        at 
org.apache.solr.core.SolrCore.getUpdateProcessingChain(SolrCore.java:1214)
        at 
org.apache.solr.core.SolrCore.getUpdateProcessorChain(SolrCore.java:1222)
        at 
org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:52)
        at org.apache.solr.SolrTestCaseJ4.addDoc(SolrTestCaseJ4.java:1031)
        at 
org.apache.solr.uima.processor.UIMAUpdateRequestProcessorTest.testProcessing(UIMAUpdateRequestProcessorTest.java:83)
        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:367)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:811)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:462)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
        at java.lang.Thread.run(Thread.java:745)


FAILED:  
org.apache.solr.uima.processor.UIMAUpdateRequestProcessorTest.testErrorHandling

Error Message:
unknown UpdateRequestProcessorChain: <add><doc><field 
name="id">2312312321312</field><field name="text">SpellCheckComponent got 
improvement related to recent Lucene changes.    Add support for specifying 
Spelling SuggestWord Comparator to Lucene spell checkers for 
SpellCheckComponent. Issue SOLR-2053 is already fixed, patch is attached if you 
need it, but it is also committed to trunk and 3_x branch. Last Lucene European 
Conference has been held in Prague.</field></doc></add>

Stack Trace:
org.apache.solr.common.SolrException: unknown UpdateRequestProcessorChain: 
<add><doc><field name="id">2312312321312</field><field 
name="text">SpellCheckComponent got improvement related to recent Lucene 
changes. 
  Add support for specifying Spelling SuggestWord Comparator to Lucene spell 
checkers for SpellCheckComponent. Issue SOLR-2053 is already fixed, patch is 
attached if you need it, but it is also committed to trunk and 3_x branch. Last 
Lucene European Conference has been held in Prague.</field></doc></add>
        at 
__randomizedtesting.SeedInfo.seed([969DB9B3E5518C9E:A369C78DB3870D4A]:0)
        at 
org.apache.solr.core.SolrCore.getUpdateProcessingChain(SolrCore.java:1214)
        at 
org.apache.solr.core.SolrCore.getUpdateProcessorChain(SolrCore.java:1222)
        at 
org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:52)
        at org.apache.solr.SolrTestCaseJ4.addDoc(SolrTestCaseJ4.java:1031)
        at 
org.apache.solr.uima.processor.UIMAUpdateRequestProcessorTest.testErrorHandling(UIMAUpdateRequestProcessorTest.java:137)
        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:367)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:811)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:462)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
        at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 12168 lines...]
   [junit4] Suite: org.apache.solr.cloud.DocValuesNotIndexedTest
   [junit4]   2> Creating dataDir: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.DocValuesNotIndexedTest_9AAD0EAE3E14CA1D-001/init-core-data-001
   [junit4]   2> 1351767 INFO  
(SUITE-DocValuesNotIndexedTest-seed#[9AAD0EAE3E14CA1D]-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> 1351782 INFO  
(SUITE-DocValuesNotIndexedTest-seed#[9AAD0EAE3E14CA1D]-worker) [    ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.DocValuesNotIndexedTest_9AAD0EAE3E14CA1D-001/tempDir-001
   [junit4]   2> 1351782 INFO  
(SUITE-DocValuesNotIndexedTest-seed#[9AAD0EAE3E14CA1D]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1351782 INFO  (Thread-2854) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1351782 INFO  (Thread-2854) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 1351882 INFO  
(SUITE-DocValuesNotIndexedTest-seed#[9AAD0EAE3E14CA1D]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:41738
   [junit4]   2> 1351893 INFO  (jetty-launcher-1690-thread-2) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1351893 INFO  (jetty-launcher-1690-thread-1) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1351896 INFO  (jetty-launcher-1690-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@77d9aa{/solr,null,AVAILABLE}
   [junit4]   2> 1351896 INFO  (jetty-launcher-1690-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@12a66bb{/solr,null,AVAILABLE}
   [junit4]   2> 1351900 INFO  (jetty-launcher-1690-thread-1) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@3055a7{SSL,[ssl, 
http/1.1]}{127.0.0.1:42011}
   [junit4]   2> 1351900 INFO  (jetty-launcher-1690-thread-2) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@12cb78e{SSL,[ssl, 
http/1.1]}{127.0.0.1:45539}
   [junit4]   2> 1351900 INFO  (jetty-launcher-1690-thread-1) [    ] 
o.e.j.s.Server Started @1353094ms
   [junit4]   2> 1351900 INFO  (jetty-launcher-1690-thread-2) [    ] 
o.e.j.s.Server Started @1353094ms
   [junit4]   2> 1351901 INFO  (jetty-launcher-1690-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=42011}
   [junit4]   2> 1351901 INFO  (jetty-launcher-1690-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=45539}
   [junit4]   2> 1351901 ERROR (jetty-launcher-1690-thread-1) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1351901 ERROR (jetty-launcher-1690-thread-2) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1351901 INFO  (jetty-launcher-1690-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.0.0
   [junit4]   2> 1351901 INFO  (jetty-launcher-1690-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.0.0
   [junit4]   2> 1351901 INFO  (jetty-launcher-1690-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1351901 INFO  (jetty-launcher-1690-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1351901 INFO  (jetty-launcher-1690-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1351901 INFO  (jetty-launcher-1690-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1351901 INFO  (jetty-launcher-1690-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2016-11-27T06:18:41.282Z
   [junit4]   2> 1351901 INFO  (jetty-launcher-1690-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2016-11-27T06:18:41.282Z
   [junit4]   2> 1351905 INFO  (jetty-launcher-1690-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1351905 INFO  (jetty-launcher-1690-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1351917 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from 
client sessionid 0x158a46f828d0002, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 1351920 INFO  (jetty-launcher-1690-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:41738/solr
   [junit4]   2> 1351920 INFO  (jetty-launcher-1690-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:41738/solr
   [junit4]   2> 1351953 INFO  (jetty-launcher-1690-thread-2) 
[n:127.0.0.1:45539_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:45539_solr
   [junit4]   2> 1351953 INFO  (jetty-launcher-1690-thread-1) 
[n:127.0.0.1:42011_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:42011_solr
   [junit4]   2> 1351953 INFO  (jetty-launcher-1690-thread-2) 
[n:127.0.0.1:45539_solr    ] o.a.s.c.Overseer Overseer 
(id=97008190827069445-127.0.0.1:45539_solr-n_0000000000) starting
   [junit4]   2> 1351954 INFO  
(zkCallback-1701-thread-1-processing-n:127.0.0.1:42011_solr) 
[n:127.0.0.1:42011_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 1351955 INFO  
(zkCallback-1700-thread-1-processing-n:127.0.0.1:45539_solr) 
[n:127.0.0.1:45539_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 1351960 INFO  (jetty-launcher-1690-thread-2) 
[n:127.0.0.1:45539_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:45539_solr
   [junit4]   2> 1351961 INFO  
(zkCallback-1701-thread-1-processing-n:127.0.0.1:42011_solr) 
[n:127.0.0.1:42011_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 1351961 INFO  
(zkCallback-1700-thread-1-processing-n:127.0.0.1:45539_solr) 
[n:127.0.0.1:45539_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 1352172 INFO  (jetty-launcher-1690-thread-2) 
[n:127.0.0.1:45539_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.DocValuesNotIndexedTest_9AAD0EAE3E14CA1D-001/tempDir-001/node2/.
   [junit4]   2> 1352327 INFO  (jetty-launcher-1690-thread-1) 
[n:127.0.0.1:42011_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.DocValuesNotIndexedTest_9AAD0EAE3E14CA1D-001/tempDir-001/node1/.
   [junit4]   2> 1352332 INFO  
(SUITE-DocValuesNotIndexedTest-seed#[9AAD0EAE3E14CA1D]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1352333 INFO  
(SUITE-DocValuesNotIndexedTest-seed#[9AAD0EAE3E14CA1D]-worker) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:41738/solr ready
   [junit4]   2> 1352452 INFO  (qtp1297649-10694) [n:127.0.0.1:45539_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
replicationFactor=1&collection.configName=conf1&maxShardsPerNode=2&name=dv_coll&action=CREATE&numShards=4&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1352454 INFO  
(OverseerThreadFactory-5258-thread-1-processing-n:127.0.0.1:45539_solr) 
[n:127.0.0.1:45539_solr    ] o.a.s.c.CreateCollectionCmd Create collection 
dv_coll
   [junit4]   2> 1352567 INFO  (qtp1297649-10757) [n:127.0.0.1:45539_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf1&newCollection=true&name=dv_coll_shard4_replica1&action=CREATE&numShards=4&collection=dv_coll&shard=shard4&wt=javabin&version=2
   [junit4]   2> 1352567 INFO  (qtp1297649-10696) [n:127.0.0.1:45539_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf1&newCollection=true&name=dv_coll_shard2_replica1&action=CREATE&numShards=4&collection=dv_coll&shard=shard2&wt=javabin&version=2
   [junit4]   2> 1352672 INFO  
(zkCallback-1700-thread-2-processing-n:127.0.0.1:45539_solr) 
[n:127.0.0.1:45539_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/dv_coll/state.json] for collection [dv_coll] has occurred - 
updating... (live nodes size: [2])
   [junit4]   2> 1352686 INFO  (qtp4897832-10707) [n:127.0.0.1:42011_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf1&newCollection=true&name=dv_coll_shard1_replica1&action=CREATE&numShards=4&collection=dv_coll&shard=shard1&wt=javabin&version=2
   [junit4]   2> 1352687 INFO  (qtp4897832-10709) [n:127.0.0.1:42011_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf1&newCollection=true&name=dv_coll_shard3_replica1&action=CREATE&numShards=4&collection=dv_coll&shard=shard3&wt=javabin&version=2
   [junit4]   2> 1352793 INFO  
(zkCallback-1700-thread-1-processing-n:127.0.0.1:45539_solr) 
[n:127.0.0.1:45539_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/dv_coll/state.json] for collection [dv_coll] has occurred - 
updating... (live nodes size: [2])
   [junit4]   2> 1352793 INFO  
(zkCallback-1701-thread-1-processing-n:127.0.0.1:42011_solr) 
[n:127.0.0.1:42011_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/dv_coll/state.json] for collection [dv_coll] has occurred - 
updating... (live nodes size: [2])
   [junit4]   2> 1353580 INFO  (qtp1297649-10696) [n:127.0.0.1:45539_solr 
c:dv_coll s:shard2  x:dv_coll_shard2_replica1] o.a.s.c.SolrConfig Using Lucene 
MatchVersion: 7.0.0
   [junit4]   2> 1353583 INFO  (qtp1297649-10757) [n:127.0.0.1:45539_solr 
c:dv_coll s:shard4  x:dv_coll_shard4_replica1] o.a.s.c.SolrConfig Using Lucene 
MatchVersion: 7.0.0
   [junit4]   2> 1353594 INFO  (qtp1297649-10696) [n:127.0.0.1:45539_solr 
c:dv_coll s:shard2  x:dv_coll_shard2_replica1] o.a.s.s.IndexSchema 
[dv_coll_shard2_replica1] Schema name=minimal
   [junit4]   2> 1353609 INFO  (qtp1297649-10696) [n:127.0.0.1:45539_solr 
c:dv_coll s:shard2  x:dv_coll_shard2_replica1] o.a.s.s.IndexSchema Loaded 
schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1353610 INFO  (qtp1297649-10696) [n:127.0.0.1:45539_solr 
c:dv_coll s:shard2  x:dv_coll_shard2_replica1] o.a.s.c.CoreContainer Creating 
SolrCore 'dv_coll_shard2_replica1' using configuration from collection dv_coll
   [junit4]   2> 1353611 INFO  (qtp1297649-10696) [n:127.0.0.1:45539_solr 
c:dv_coll s:shard2 r:core_node1 x:dv_coll_shard2_replica1] o.a.s.c.SolrCore 
[[dv_coll_shard2_replica1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.DocValuesNotIndexedTest_9AAD0EAE3E14CA1D-001/tempDir-001/node2/dv_coll_shard2_replica1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.DocValuesNotIndexedTest_9AAD0EAE3E14CA1D-001/tempDir-001/node2/./dv_coll_shard2_replica1/data/]
   [junit4]   2> 1353611 INFO  (qtp1297649-10757) [n:127.0.0.1:45539_solr 
c:dv_coll s:shard4  x:dv_coll_shard4_replica1] o.a.s.s.IndexSchema 
[dv_coll_shard4_replica1] Schema name=minimal
   [junit4]   2> 1353616 INFO  (qtp1297649-10757) [n:127.0.0.1:45539_solr 
c:dv_coll s:shard4  x:dv_coll_shard4_replica1] o.a.s.s.IndexSchema Loaded 
schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1353617 INFO  (qtp1297649-10757) [n:127.0.0.1:45539_solr 
c:dv_coll s:shard4  x:dv_coll_shard4_replica1] o.a.s.c.CoreContainer Creating 
SolrCore 'dv_coll_shard4_replica1' using configuration from collection dv_coll
   [junit4]   2> 1353617 INFO  (qtp1297649-10757) [n:127.0.0.1:45539_solr 
c:dv_coll s:shard4 r:core_node2 x:dv_coll_shard4_replica1] o.a.s.c.SolrCore 
[[dv_coll_shard4_replica1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.DocValuesNotIndexedTest_9AAD0EAE3E14CA1D-001/tempDir-001/node2/dv_coll_shard4_replica1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.DocValuesNotIndexedTest_9AAD0EAE3E14CA1D-001/tempDir-001/node2/./dv_coll_shard4_replica1/data/]
   [junit4]   2> 1353621 INFO  (qtp1297649-10696) [n:127.0.0.1:45539_solr 
c:dv_coll s:shard2 r:core_node1 x:dv_coll_shard2_replica1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1353622 INFO  (qtp1297649-10696) [n:127.0.0.1:45539_solr 
c:dv_coll s:shard2 r:core_node1 x:dv_coll_shard2_replica1] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1353624 INFO  (qtp1297649-10696) [n:127.0.0.1:45539_solr 
c:dv_coll s:shard2 r:core_node1 x:dv_coll_shard2_replica1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1353624 INFO  (qtp1297649-10696) [n:127.0.0.1:45539_solr 
c:dv_coll s:shard2 r:core_node1 x:dv_coll_shard2_replica1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1353625 INFO  (qtp1297649-10696) [n:127.0.0.1:45539_solr 
c:dv_coll s:shard2 r:core_node1 x:dv_coll_shard2_replica1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@8b87ec[dv_coll_shard2_replica1] 
main]
   [junit4]   2> 1353626 INFO  (qtp1297649-10696) [n:127.0.0.1:45539_solr 
c:dv_coll s:shard2 r:core_node1 x:dv_coll_shard2_replica1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 1353626 INFO  (qtp1297649-10696) [n:127.0.0.1:45539_solr 
c:dv_coll s:shard2 r:core_node1 x:dv_coll_shard2_replica1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1353626 INFO  (qtp1297649-10696) [n:127.0.0.1:45539_solr 
c:dv_coll s:shard2 r:core_node1 x:dv_coll_shard2_replica1] 
o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at 
/configs/conf1/managed-schema
   [junit4]   2> 1353626 INFO  (qtp1297649-10696) [n:127.0.0.1:45539_solr 
c:dv_coll s:shard2 r:core_node1 x:dv_coll_shard2_replica1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1353626 INFO  
(searcherExecutor-5263-thread-1-processing-n:127.0.0.1:45539_solr 
x:dv_coll_shard2_replica1 s:shard2 c:dv_coll r:core_node1) 
[n:127.0.0.1:45539_solr c:dv_coll s:shard2 r:core_node1 
x:dv_coll_shard2_replica1] o.a.s.c.SolrCore [dv_coll_shard2_replica1] 
Registered new searcher Searcher@8b87ec[dv_coll_shard2_replica1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1353627 INFO  (qtp1297649-10696) [n:127.0.0.1:45539_solr 
c:dv_coll s:shard2 r:core_node1 x:dv_coll_shard2_replica1] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1552131055165636608
   [junit4]   2> 1353628 INFO  (qtp1297649-10757) [n:127.0.0.1:45539_solr 
c:dv_coll s:shard4 r:core_node2 x:dv_coll_shard4_replica1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1353628 INFO  (qtp1297649-10757) [n:127.0.0.1:45539_solr 
c:dv_coll s:shard4 r:core_node2 x:dv_coll_shard4_replica1] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1353634 INFO  (qtp1297649-10757) [n:127.0.0.1:45539_solr 
c:dv_coll s:shard4 r:core_node2 x:dv_coll_shard4_replica1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1353634 INFO  (qtp1297649-10757) [n:127.0.0.1:45539_solr 
c:dv_coll s:shard4 r:core_node2 x:dv_coll_shard4_replica1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1353635 INFO  (qtp1297649-10757) [n:127.0.0.1:45539_solr 
c:dv_coll s:shard4 r:core_node2 x:dv_coll_shard4_replica1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@1e26cd7[dv_coll_shard4_replica1] 
main]
   [junit4]   2> 1353636 INFO  (qtp1297649-10757) [n:127.0.0.1:45539_solr 
c:dv_coll s:shard4 r:core_node2 x:dv_coll_shard4_replica1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 1353636 INFO  (qtp1297649-10757) [n:127.0.0.1:45539_solr 
c:dv_coll s:shard4 r:core_node2 x:dv_coll_shard4_replica1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1353636 INFO  (qtp1297649-10757) [n:127.0.0.1:45539_solr 
c:dv_coll s:shard4 r:core_node2 x:dv_coll_shard4_replica1] 
o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at 
/configs/conf1/managed-schema
   [junit4]   2> 1353636 INFO  (qtp1297649-10696) [n:127.0.0.1:45539_solr 
c:dv_coll s:shard2 r:core_node1 x:dv_coll_shard2_replica1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1353636 INFO  (qtp1297649-10696) [n:127.0.0.1:45539_solr 
c:dv_coll s:shard2 r:core_node1 x:dv_coll_shard2_replica1] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1353636 INFO  (qtp1297649-10696) [n:127.0.0.1:45539_solr 
c:dv_coll s:shard2 r:core_node1 x:dv_coll_shard2_replica1] o.a.s.c.SyncStrategy 
Sync replicas to https://127.0.0.1:45539/solr/dv_coll_shard2_replica1/
   [junit4]   2> 1353636 INFO  (qtp1297649-10757) [n:127.0.0.1:45539_solr 
c:dv_coll s:shard4 r:core_node2 x:dv_coll_shard4_replica1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1353637 INFO  (qtp1297649-10696) [n:127.0.0.1:45539_solr 
c:dv_coll s:shard2 r:core_node1 x:dv_coll_shard2_replica1] o.a.s.c.SyncStrategy 
Sync Success - now sync replicas to me
   [junit4]   2> 1353637 INFO  (qtp1297649-10696) [n:127.0.0.1:45539_solr 
c:dv_coll s:shard2 r:core_node1 x:dv_coll_shard2_replica1] o.a.s.c.SyncStrategy 
https://127.0.0.1:45539/solr/dv_coll_shard2_replica1/ has no replicas
   [junit4]   2> 1353637 INFO  
(searcherExecutor-5264-thread-1-processing-n:127.0.0.1:45539_solr 
x:dv_coll_shard4_replica1 s:shard4 c:dv_coll r:core_node2) 
[n:127.0.0.1:45539_solr c:dv_coll s:shard4 r:core_node2 
x:dv_coll_shard4_replica1] o.a.s.c.SolrCore [dv_coll_shard4_replica1] 
Registered new searcher Searcher@1e26cd7[dv_coll_shard4_replica1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1353637 INFO  (qtp1297649-10757) [n:127.0.0.1:45539_solr 
c:dv_coll s:shard4 r:core_node2 x:dv_coll_shard4_replica1] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1552131055176122368
   [junit4]   2> 1353640 INFO  (qtp1297649-10696) [n:127.0.0.1:45539_solr 
c:dv_coll s:shard2 r:core_node1 x:dv_coll_shard2_replica1] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
https://127.0.0.1:45539/solr/dv_coll_shard2_replica1/ shard2
   [junit4]   2> 1353643 INFO  (qtp1297649-10757) [n:127.0.0.1:45539_solr 
c:dv_coll s:shard4 r:core_node2 x:dv_coll_shard4_replica1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1353643 INFO  (qtp1297649-10757) [n:127.0.0.1:45539_solr 
c:dv_coll s:shard4 r:core_node2 x:dv_coll_shard4_replica1] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1353643 INFO  (qtp1297649-10757) [n:127.0.0.1:45539_solr 
c:dv_coll s:shard4 r:core_node2 x:dv_coll_shard4_replica1] o.a.s.c.SyncStrategy 
Sync replicas to https://127.0.0.1:45539/solr/dv_coll_shard4_replica1/
   [junit4]   2> 1353643 INFO  (qtp1297649-10757) [n:127.0.0.1:45539_solr 
c:dv_coll s:shard4 r:core_node2 x:dv_coll_shard4_replica1] o.a.s.c.SyncStrategy 
Sync Success - now sync replicas to me
   [junit4]   2> 1353643 INFO  (qtp1297649-10757) [n:127.0.0.1:45539_solr 
c:dv_coll s:shard4 r:core_node2 x:dv_coll_shard4_replica1] o.a.s.c.SyncStrategy 
https://127.0.0.1:45539/solr/dv_coll_shard4_replica1/ has no replicas
   [junit4]   2> 1353646 INFO  (qtp1297649-10757) [n:127.0.0.1:45539_solr 
c:dv_coll s:shard4 r:core_node2 x:dv_coll_shard4_replica1] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
https://127.0.0.1:45539/solr/dv_coll_shard4_replica1/ shard4
   [junit4]   2> 1353702 INFO  (qtp4897832-10707) [n:127.0.0.1:42011_solr 
c:dv_coll s:shard1  x:dv_coll_shard1_replica1] o.a.s.c.SolrConfig Using Lucene 
MatchVersion: 7.0.0
   [junit4]   2> 1353702 INFO  (qtp4897832-10709) [n:127.0.0.1:42011_solr 
c:dv_coll s:shard3  x:dv_coll_shard3_replica1] o.a.s.c.SolrConfig Using Lucene 
MatchVersion: 7.0.0
   [junit4]   2> 1353713 INFO  (qtp4897832-10709) [n:127.0.0.1:42011_solr 
c:dv_coll s:shard3  x:dv_coll_shard3_replica1] o.a.s.s.IndexSchema 
[dv_coll_shard3_replica1] Schema name=minimal
   [junit4]   2> 1353715 INFO  (qtp4897832-10707) [n:127.0.0.1:42011_solr 
c:dv_coll s:shard1  x:dv_coll_shard1_replica1] o.a.s.s.IndexSchema 
[dv_coll_shard1_replica1] Schema name=minimal
   [junit4]   2> 1353716 INFO  (qtp4897832-10709) [n:127.0.0.1:42011_solr 
c:dv_coll s:shard3  x:dv_coll_shard3_replica1] o.a.s.s.IndexSchema Loaded 
schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1353717 INFO  (qtp4897832-10709) [n:127.0.0.1:42011_solr 
c:dv_coll s:shard3  x:dv_coll_shard3_replica1] o.a.s.c.CoreContainer Creating 
SolrCore 'dv_coll_shard3_replica1' using configuration from collection dv_coll
   [junit4]   2> 1353717 INFO  (qtp4897832-10709) [n:127.0.0.1:42011_solr 
c:dv_coll s:shard3 r:core_node4 x:dv_coll_shard3_replica1] o.a.s.c.SolrCore 
[[dv_coll_shard3_replica1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.DocValuesNotIndexedTest_9AAD0EAE3E14CA1D-001/tempDir-001/node1/dv_coll_shard3_replica1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.DocValuesNotIndexedTest_9AAD0EAE3E14CA1D-001/tempDir-001/node1/./dv_coll_shard3_replica1/data/]
   [junit4]   2> 1353718 INFO  (qtp4897832-10707) [n:127.0.0.1:42011_solr 
c:dv_coll s:shard1  x:dv_coll_shard1_replica1] o.a.s.s.IndexSchema Loaded 
schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1353719 INFO  (qtp4897832-10707) [n:127.0.0.1:42011_solr 
c:dv_coll s:shard1  x:dv_coll_shard1_replica1] o.a.s.c.CoreContainer Creating 
SolrCore 'dv_coll_shard1_replica1' using configuration from collection dv_coll
   [junit4]   2> 1353719 INFO  (qtp4897832-10707) [n:127.0.0.1:42011_solr 
c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica1] o.a.s.c.SolrCore 
[[dv_coll_shard1_replica1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.DocValuesNotIndexedTest_9AAD0EAE3E14CA1D-001/tempDir-001/node1/dv_coll_shard1_replica1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.DocValuesNotIndexedTest_9AAD0EAE3E14CA1D-001/tempDir-001/node1/./dv_coll_shard1_replica1/data/]
   [junit4]   2> 1353726 INFO  (qtp4897832-10709) [n:127.0.0.1:42011_solr 
c:dv_coll s:shard3 r:core_node4 x:dv_coll_shard3_replica1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1353726 INFO  (qtp4897832-10709) [n:127.0.0.1:42011_solr 
c:dv_coll s:shard3 r:core_node4 x:dv_coll_shard3_replica1] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1353728 INFO  (qtp4897832-10707) [n:127.0.0.1:42011_solr 
c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1353728 INFO  (qtp4897832-10707) [n:127.0.0.1:42011_solr 
c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica1] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1353735 INFO  (qtp4897832-10709) [n:127.0.0.1:42011_solr 
c:dv_coll s:shard3 r:core_node4 x:dv_coll_shard3_replica1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1353735 INFO  (qtp4897832-10707) [n:127.0.0.1:42011_solr 
c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1353735 INFO  (qtp4897832-10709) [n:127.0.0.1:42011_solr 
c:dv_coll s:shard3 r:core_node4 x:dv_coll_shard3_replica1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1353735 INFO  (qtp4897832-10707) [n:127.0.0.1:42011_solr 
c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1353736 INFO  (qtp4897832-10709) [n:127.0.0.1:42011_solr 
c:dv_coll s:shard3 r:core_node4 x:dv_coll_shard3_replica1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@a5a6e3[dv_coll_shard3_replica1] 
main]
   [junit4]   2> 1353736 INFO  (qtp4897832-10707) [n:127.0.0.1:42011_solr 
c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@16f2a5d[dv_coll_shard1_replica1] 
main]
   [junit4]   2> 1353736 INFO  (qtp4897832-10709) [n:127.0.0.1:42011_solr 
c:dv_coll s:shard3 r:core_node4 x:dv_coll_shard3_replica1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 1353737 INFO  (qtp4897832-10707) [n:127.0.0.1:42011_solr 
c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 1353737 INFO  (qtp4897832-10709) [n:127.0.0.1:42011_solr 
c:dv_coll s:shard3 r:core_node4 x:dv_coll_shard3_replica1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1353737 INFO  (qtp4897832-10707) [n:127.0.0.1:42011_solr 
c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1353737 INFO  (qtp4897832-10709) [n:127.0.0.1:42011_solr 
c:dv_coll s:shard3 r:core_node4 x:dv_coll_shard3_replica1] 
o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at 
/configs/conf1/managed-schema
   [junit4]   2> 1353737 INFO  (qtp4897832-10707) [n:127.0.0.1:42011_solr 
c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica1] 
o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at 
/configs/conf1/managed-schema
   [junit4]   2> 1353737 INFO  (qtp4897832-10709) [n:127.0.0.1:42011_solr 
c:dv_coll s:shard3 r:core_node4 x:dv_coll_shard3_replica1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1353737 INFO  (qtp4897832-10707) [n:127.0.0.1:42011_solr 
c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1353737 INFO  
(searcherExecutor-5273-thread-1-processing-n:127.0.0.1:42011_solr 
x:dv_coll_shard3_replica1 s:shard3 c:dv_coll r:core_node4) 
[n:127.0.0.1:42011_solr c:dv_coll s:shard3 r:core_node4 
x:dv_coll_shard3_replica1] o.a.s.c.SolrCore [dv_coll_shard3_replica1] 
Registered new searcher Searcher@a5a6e3[dv_coll_shard3_replica1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1353737 INFO  
(searcherExecutor-5274-thread-1-processing-n:127.0.0.1:42011_solr 
x:dv_coll_shard1_replica1 s:shard1 c:dv_coll r:core_node3) 
[n:127.0.0.1:42011_solr c:dv_coll s:shard1 r:core_node3 
x:dv_coll_shard1_replica1] o.a.s.c.SolrCore [dv_coll_shard1_replica1] 
Registered new searcher Searcher@16f2a5d[dv_coll_shard1_replica1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1353737 INFO  (qtp4897832-10709) [n:127.0.0.1:42011_solr 
c:dv_coll s:shard3 r:core_node4 x:dv_coll_shard3_replica1] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1552131055280979968
   [junit4]   2> 1353738 INFO  (qtp4897832-10707) [n:127.0.0.1:42011_solr 
c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica1] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1552131055282028544
   [junit4]   2> 1353744 INFO  (qtp4897832-10707) [n:127.0.0.1:42011_solr 
c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1353744 INFO  (qtp4897832-10707) [n:127.0.0.1:42011_solr 
c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica1] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1353744 INFO  (qtp4897832-10709) [n:127.0.0.1:42011_solr 
c:dv_coll s:shard3 r:core_node4 x:dv_coll_shard3_replica1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1353744 INFO  (qtp4897832-10709) [n:127.0.0.1:42011_solr 
c:dv_coll s:shard3 r:core_node4 x:dv_coll_shard3_replica1] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1353744 INFO  (qtp4897832-10707) [n:127.0.0.1:42011_solr 
c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica1] o.a.s.c.SyncStrategy 
Sync replicas to https://127.0.0.1:42011/solr/dv_coll_shard1_replica1/
   [junit4]   2> 1353744 INFO  (qtp4897832-10709) [n:127.0.0.1:42011_solr 
c:dv_coll s:shard3 r:core_node4 x:dv_coll_shard3_replica1] o.a.s.c.SyncStrategy 
Sync replicas to https://127.0.0.1:42011/solr/dv_coll_shard3_replica1/
   [junit4]   2> 1353744 INFO  (qtp4897832-10707) [n:127.0.0.1:42011_solr 
c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica1] o.a.s.c.SyncStrategy 
Sync Success - now sync replicas to me
   [junit4]   2> 1353744 INFO  (qtp4897832-10709) [n:127.0.0.1:42011_solr 
c:dv_coll s:shard3 r:core_node4 x:dv_coll_shard3_replica1] o.a.s.c.SyncStrategy 
Sync Success - now sync replicas to me
   [junit4]   2> 1353744 INFO  (qtp4897832-10707) [n:127.0.0.1:42011_solr 
c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica1] o.a.s.c.SyncStrategy 
https://127.0.0.1:42011/solr/dv_coll_shard1_replica1/ has no replicas
   [junit4]   2> 1353744 INFO  (qtp4897832-10709) [n:127.0.0.1:42011_solr 
c:dv_coll s:shard3 r:core_node4 x:dv_coll_shard3_replica1] o.a.s.c.SyncStrategy 
https://127.0.0.1:42011/solr/dv_coll_shard3_replica1/ has no replicas
   [junit4]   2> 1353747 INFO  (qtp4897832-10707) [n:127.0.0.1:42011_solr 
c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica1] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
https://127.0.0.1:42011/solr/dv_coll_shard1_replica1/ shard1
   [junit4]   2> 1353747 INFO  (qtp4897832-10709) [n:127.0.0.1:42011_solr 
c:dv_coll s:shard3 r:core_node4 x:dv_coll_shard3_replica1] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
https://127.0.0.1:42011/solr/dv_coll_shard3_replica1/ shard3
   [junit4]   2> 1353850 INFO  
(zkCallback-1701-thread-1-processing-n:127.0.0.1:42011_solr) 
[n:127.0.0.1:42011_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/dv_coll/state.json] for collection [dv_coll] has occurred - 
updating... (live nodes size: [2])
   [junit4]   2> 1353850 INFO  
(zkCallback-1700-thread-1-processing-n:127.0.0.1:45539_solr) 
[n:127.0.0.1:45539_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/dv_coll/state.json] for collection [dv_coll] has occurred - 
updating... (live nodes size: [2])
   [junit4]   2> 1353891 INFO  (qtp1297649-10696) [n:127.0.0.1:45539_solr 
c:dv_coll s:shard2 r:core_node1 x:dv_coll_shard2_replica1] o.a.s.c.ZkController 
I am the leader, no recovery necessary
   [junit4]   2> 1353893 INFO  (qtp1297649-10696) [n:127.0.0.1:45539_solr 
c:dv_coll s:shard2 r:core_node1 x:dv_coll_shard2_replica1] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf1&newCollection=true&name=dv_coll_shard2_replica1&action=CREATE&numShards=4&collection=dv_coll&shard=shard2&wt=javabin&version=2}
 status=0 QTime=1325
   [junit4]   2> 1353897 INFO  (qtp1297649-10757) [n:127.0.0.1:45539_solr 
c:dv_coll s:shard4 r:core_node2 x:dv_coll_shard4_replica1] o.a.s.c.ZkController 
I am the leader, no recovery necessary
   [junit4]   2> 1353898 INFO  (qtp4897832-10709) [n:127.0.0.1:42011_solr 
c:dv_coll s:shard3 r:core_node4 x:dv_coll_shard3_replica1] o.a.s.c.ZkController 
I am the leader, no recovery necessary
   [junit4]   2> 1353898 INFO  (qtp4897832-10707) [n:127.0.0.1:42011_solr 
c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica1] o.a.s.c.ZkController 
I am the leader, no recovery necessary
   [junit4]   2> 1353909 INFO  (qtp1297649-10757) [n:127.0.0.1:45539_solr 
c:dv_coll s:shard4 r:core_node2 x:dv_coll_shard4_replica1] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf1&newCollection=true&name=dv_coll_shard4_replica1&action=CREATE&numShards=4&collection=dv_coll&shard=shard4&wt=javabin&version=2}
 status=0 QTime=1342
   [junit4]   2> 1353910 INFO  (qtp4897832-10709) [n:127.0.0.1:42011_solr 
c:dv_coll s:shard3 r:core_node4 x:dv_coll_shard3_replica1] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf1&newCollection=true&name=dv_coll_shard3_replica1&action=CREATE&numShards=4&collection=dv_coll&shard=shard3&wt=javabin&version=2}
 status=0 QTime=1222
   [junit4]   2> 1353925 INFO  (qtp4897832-10707) [n:127.0.0.1:42011_solr 
c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica1] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf1&newCollection=true&name=dv_coll_shard1_replica1&action=CREATE&numShards=4&collection=dv_coll&shard=shard1&wt=javabin&version=2}
 status=0 QTime=1239
   [junit4]   2> 1353929 INFO  (qtp1297649-10694) [n:127.0.0.1:45539_solr    ] 
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
30 seconds. Check all shard replicas
   [junit4]   2> 1354027 INFO  
(zkCallback-1701-thread-1-processing-n:127.0.0.1:42011_solr) 
[n:127.0.0.1:42011_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/dv_coll/state.json] for collection [dv_coll] has occurred - 
updating... (live nodes size: [2])
   [junit4]   2> 1354027 INFO  
(zkCallback-1700-thread-2-processing-n:127.0.0.1:45539_solr) 
[n:127.0.0.1:45539_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/dv_coll/state.json] for collection [dv_coll] has occurred - 
updating... (live nodes size: [2])
   [junit4]   2> 1354456 INFO  
(OverseerCollectionConfigSetProcessor-97008190827069445-127.0.0.1:45539_solr-n_0000000000)
 [n:127.0.0.1:45539_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000000 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 1354929 INFO  (qtp1297649-10694) [n:127.0.0.1:45539_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={replicationFactor=1&collection.configName=conf1&maxShardsPerNode=2&name=dv_coll&action=CREATE&numShards=4&wt=javabin&version=2}
 status=0 QTime=2476
   [junit4]   2> 1354939 INFO  (qtp1297649-10704) [n:127.0.0.1:45539_solr 
c:dv_coll s:shard2 r:core_node1 x:dv_coll_shard2_replica1] 
o.a.s.s.SchemaManager managed schema loaded . version : 0 
   [junit4]   2> 1354942 INFO  (qtp1297649-10704) [n:127.0.0.1:45539_solr 
c:dv_coll s:shard2 r:core_node1 x:dv_coll_shard2_replica1] o.a.s.s.IndexSchema 
[dv_coll_shard2_replica1] Schema name=minimal
   [junit4]   2> 1354945 INFO  (qtp1297649-10704) [n:127.0.0.1:45539_solr 
c:dv_coll s:shard2 r:core_node1 x:dv_coll_shard2_replica1] o.a.s.s.IndexSchema 
Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1354963 INFO  (qtp1297649-10704) [n:127.0.0.1:45539_solr 
c:dv_coll s:shard2 r:core_node1 x:dv_coll_shard2_replica1] o.a.s.c.ZkController 
Persisted config data to node /configs/conf1/managed-schema 
   [junit4]   2> 1354963 INFO  
(zkCallback-1700-thread-1-processing-n:127.0.0.1:45539_solr) 
[n:127.0.0.1:45539_solr    ] o.a.s.s.ZkIndexSchemaReader A schema change: 
WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/configs/conf1/managed-schema, has occurred - updating schema from 
ZooKeeper ...
   [junit4]   2> 1354963 INFO  
(zkCallback-1701-thread-2-processing-n:127.0.0.1:42011_solr) 
[n:127.0.0.1:42011_solr    ] o.a.s.s.ZkIndexSchemaReader A schema change: 
WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/configs/conf1/managed-schema, has occurred - updating schema from 
ZooKeeper ...
   [junit4]   2> 1354963 INFO  
(zkCallback-1701-thread-1-processing-n:127.0.0.1:42011_solr) 
[n:127.0.0.1:42011_solr    ] o.a.s.s.ZkIndexSchemaReader A schema change: 
WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/configs/conf1/managed-schema, has occurred - updating schema from 
ZooKeeper ...
   [junit4]   2> 1354963 INFO  
(zkCallback-1700-thread-2-processing-n:127.0.0.1:45539_solr) 
[n:127.0.0.1:45539_solr    ] o.a.s.s.ZkIndexSchemaReader A schema change: 
WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/configs/conf1/managed-schema, has occurred - updating schema from 
ZooKeeper ...
   [junit4]   2> 1354964 INFO  
(zkCallback-1701-thread-2-processing-n:127.0.0.1:42011_solr) 
[n:127.0.0.1:42011_solr    ] o.a.s.s.ZkIndexSchemaReader Retrieved schema 
version 1 from ZooKeeper
   [junit4]   2> 1354965 INFO  
(zkCallback-1701-thread-1-processing-n:127.0.0.1:42011_solr) 
[n:127.0.0.1:42011_solr    ] o.a.s.s.ZkIndexSchemaReader Retrieved schema 
version 1 from ZooKeeper
   [junit4]   2> 1354965 INFO  (Thread-2875) [n:127.0.0.1:45539_solr    ] 
o.a.s.c.SolrCore config update listener called for core dv_coll_shard4_replica1
   [junit4]   2> 1354966 INFO  (qtp1297649-10704) [n:127.0.0.1:45539_solr 
c:dv_coll s:shard2 r:core_node1 x:dv_coll_shard2_replica1] 
o.a.s.s.ManagedIndexSchema Waiting up to 599 secs for 3 replicas to apply 
schema update version 1 for collection dv_coll
   [junit4]   2> 1354967 INFO  (Thread-2876) [n:127.0.0.1:42011_solr    ] 
o.a.s.c.SolrCore config update listener called for core dv_coll_shard1_replica1
   [junit4]   2> 1354967 INFO  (Thread-2875) [n:127.0.0.1:45539_solr    ] 
o.a.s.s.SchemaManager managed schema loaded . version : 1 
   [junit4]   2> 1354968 INFO  
(zkCallback-1700-thread-2-processing-n:127.0.0.1:45539_solr) 
[n:127.0.0.1:45539_solr    ] o.a.s.s.ZkIndexSchemaReader Retrieved schema 
version 1 from ZooKeeper
   [junit4]   2> 1354968 INFO  (Thread-2876) [n:127.0.0.1:42011_solr    ] 
o.a.s.s.SchemaManager managed schema loaded . version : 1 
   [junit4]   2> 1354973 INFO  
(zkCallback-1701-thread-1-processing-n:127.0.0.1:42011_solr) 
[n:127.0.0.1:42011_solr    ] o.a.s.s.IndexSchema [dv_coll_shard3_replica1] 
Schema name=minimal
   [junit4]   2> 1354973 INFO  
(zkCallback-1701-thread-2-processing-n:127.0.0.1:42011_solr) 
[n:127.0.0.1:42011_solr    ] o.a.s.s.IndexSchema [dv_coll_shard1_replica1] 
Schema name=minimal
   [junit4]   2> 1354973 INFO  (qtp1297649-10696) [n:127.0.0.1:45539_solr 
c:dv_coll s:shard4 r:core_node2 x:dv_coll_shard4_replica1] 
o.a.s.h.SchemaHandler REFRESHING SCHEMA (refreshIfBelowVersion=1, 
currentVersion=0) before returning version!
   [junit4]   2> 1354975 INFO  (qtp4897832-10707) [n:127.0.0.1:42011_solr 
c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica1] 
o.a.s.h.SchemaHandler REFRESHING SCHEMA (refreshIfBelowVersion=1, 
currentVersion=0) before returning version!
   [junit4]   2> 1354975 INFO  (Thread-2876) [n:127.0.0.1:42011_solr    ] 
o.a.s.s.IndexSchema [dv_coll_shard1_replica1] Schema name=minimal
   [junit4]   2> 1354978 INFO  (Thread-2875) [n:127.0.0.1:45539_solr    ] 
o.a.s.s.IndexSchema [dv_coll_shard4_replica1] Schema name=minimal
   [junit4]   2> 1354980 INFO  
(zkCallback-1700-thread-2-processing-n:127.0.0.1:45539_solr) 
[n:127.0.0.1:45539_solr    ] o.a.s.s.IndexSchema [dv_coll_shard4_replica1] 
Schema name=minimal
   [junit4]   2> 1354980 INFO  (qtp4897832-10705) [n:127.0.0.1:42011_solr 
c:dv_coll s:shard3 r:core_node4 x:dv_coll_shard3_replica1] 
o.a.s.h.SchemaHandler REFRESHING SCHEMA (refreshIfBelowVersion=1, 
currentVersion=0) before returning version!
   [junit4]   2> 1354991 INFO  
(zkCallback-1701-thread-2-processing-n:127.0.0.1:42011_solr) 
[n:127.0.0.1:42011_solr    ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with 
uniqueid field id
   [junit4]   2> 1354992 INFO  
(zkCallback-1701-thread-2-processing-n:127.0.0.1:42011_solr) 
[n:127.0.0.1:42011_solr    ] o.a.s.s.ZkIndexSchemaReader Finished refreshing 
schema in 26 ms
   [junit4]   2> 1354992 INFO  (qtp4897832-10707) [n:127.0.0.1:42011_solr 
c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica1] o.a.s.c.S.Request 
[dv_coll_shard1_replica1]  webapp=/solr path=/schema/zkversion 
params={refreshIfBelowVersion=1&wt=javabin&version=2} status=0 QTime=17
   [junit4]   2> 1354993 INFO  (Thread-2876) [n:127.0.0.1:42011_solr    ] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1354993 INFO  (Thread-2876) [n:127.0.0.1:42011_solr    ] 
o.a.s.c.SolrCore core reload dv_coll_shard1_replica1
   [junit4]   2> 1354993 INFO  
(zkCallback-1701-thread-1-processing-n:127.0.0.1:42011_solr) 
[n:127.0.0.1:42011_solr    ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with 
uniqueid field id
   [junit4]   2> 1354993 INFO  
(zkCallback-1701-thread-1-processing-n:127.0.0.1:42011_solr) 
[n:127.0.0.1:42011_solr    ] o.a.s.s.ZkIndexSchemaReader Finished refreshing 
schema in 28 ms
   [junit4]   2> 1354993 INFO  (qtp4897832-10705) [n:127.0.0.1:42011_solr 
c:dv_coll s:shard3 r:core_node4 x:dv_coll_shard3_replica1] o.a.s.c.S.Request 
[dv_coll_shard3_replica1]  webapp=/solr path=/schema/zkversion 
params={refreshIfBelowVersion=1&wt=javabin&version=2} status=0 QTime=13
   [junit4]   2> 1354994 INFO  (Thread-2875) [n:127.0.0.1:45539_solr    ] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1354994 INFO  (Thread-2875) [n:127.0.0.1:45539_solr    ] 
o.a.s.c.SolrCore core reload dv_coll_shard4_replica1
   [junit4]   2> 1354998 INFO  
(zkCallback-1700-thread-2-processing-n:127.0.0.1:45539_solr) 
[n:127.0.0.1:45539_solr    ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with 
uniqueid field id
   [junit4]   2> 1354998 INFO  
(zkCallback-1700-thread-2-processing-n:127.0.0.1:45539_solr) 
[n:127.0.0.1:45539_solr    ] o.a.s.s.ZkIndexSchemaReader Finished refreshing 
schema in 30 ms
   [junit4]   2> 1354998 INFO  (qtp1297649-10696) [n:127.0.0.1:45539_solr 
c:dv_coll s:shard4 r:core_node2 x:dv_coll_shard4_replica1] o.a.s.c.S.Request 
[dv_coll_shard4_replica1]  webapp=/solr path=/schema/zkversion 
params={refreshIfBelowVersion=1&wt=javabin&version=2} status=0 QTime=25
   [junit4]   2> 1355001 INFO  (qtp1297649-10704) [n:127.0.0.1:45539_solr 
c:dv_coll s:shard2 r:core_node1 x:dv_coll_shard2_replica1] 
o.a.s.s.ManagedIndexSchema Took 35.0ms for 3 replicas to apply schema update 
version 1 for collection dv_coll
   [junit4]   2> 1355001 INFO  (qtp1297649-10704) [n:127.0.0.1:45539_solr 
c:dv_coll s:shard2 r:core_node1 x:dv_coll_shard2_replica1] o.a.s.c.S.Request 
[dv_coll_shard2_replica1]  webapp=/solr path=/schema 
params={wt=javabin&version=2} status=0 QTime=62
   [junit4]   2> 1355001 INFO  
(zkCallback-1700-thread-1-processing-n:127.0.0.1:45539_solr) 
[n:127.0.0.1:45539_solr    ] o.a.s.s.ZkIndexSchemaReader Retrieved schema 
version 1 from ZooKeeper
   [junit4]   2> 1355002 INFO  (Thread-2875) [n:127.0.0.1:45539_solr    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1355002 INFO  (Thread-2876) [n:127.0.0.1:42011_solr    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1355028 INFO  
(TEST-DocValuesNotIndexedTest.testGroupingDVOnly-seed#[9AAD0EAE3E14CA1D]) [    
] o.a.s.SolrTestCaseJ4 ###Starting testGroupingDVOnly
   [junit4]   2> 1355030 INFO  
(zkCallback-1700-thread-1-processing-n:127.0.0.1:45539_solr) 
[n:127.0.0.1:45539_solr    ] o.a.s.s.IndexSchema [dv_coll_shard2_replica1] 
Schema name=minimal
   [junit4]   2> 1355037 INFO  (Thread-2875) [n:127.0.0.1:45539_solr    ] 
o.a.s.s.IndexSchema [dv_coll_shard4_replica1] Schema name=minimal
   [junit4]   2> 1355040 INFO  
(zkCallback-1700-thread-1-processing-n:127.0.0.1:45539_solr) 
[n:127.0.0.1:45539_solr    ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with 
uniqueid field id
   [junit4]   2> 1355040 INFO  
(zkCallback-1700-thread-1-processing-n:127.0.0.1:45539_solr) 
[n:127.0.0.1:45539_solr    ] o.a.s.s.ZkIndexSchemaReader Finished refreshing 
schema in 39 ms
   [junit4]   2> 1355041 INFO  (qtp4897832-10701) [n:127.0.0.1:42011_solr 
c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica1] 
o.a.s.u.p.LogUpdateProcessorFactory [dv_coll_shard1_replica1]  webapp=/solr 
path=/update 
params={update.distrib=TOLEADER&distrib.from=https://127.0.0.1:45539/solr/dv_coll_shard2_replica1/&wt=javabin&version=2}{deleteByQuery=*:*
 (-1552131056646225920)} 0 2
   [junit4]   2> 1355041 INFO  (qtp4897832-10697) [n:127.0.0.1:42011_solr 
c:dv_coll s:shard3 r:core_node4 x:dv_coll_shard3_replica1] 
o.a.s.u.p.LogUpdateProcessorFactory [dv_coll_shard3_replica1]  webapp=/solr 
path=/update 
params={update.distrib=TOLEADER&distrib.from=https://127.0.0.1:45539/solr/dv_coll_shard2_replica1/&wt=javabin&version=2}{deleteByQuery=*:*
 (-1552131056646225920)} 0 2
   [junit4]   2> 1355043 INFO  (Thread-2876) [n:127.0.0.1:42011_solr    ] 
o.a.s.s.IndexSchema [dv_coll_shard1_replica1] Schema name=minimal
   [junit4]   2> 1355049 INFO  (Thread-2875) [n:127.0.0.1:45539_solr    ] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1355050 INFO  (Thread-2875) [n:127.0.0.1:45539_solr    ] 
o.a.s.c.CoreContainer Reloading SolrCore 'dv_coll_shard4_replica1' using 
configuration from collection dv_coll
   [junit4]   2> 1355051 INFO  (Thread-2875) [n:127.0.0.1:45539_solr c:dv_coll 
s:shard4 r:core_node2 x:dv_coll_shard4_replica1] o.a.s.c.SolrCore 
[[dv_coll_shard4_replica1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.DocValuesNotIndexedTest_9AAD0EAE3E14CA1D-001/tempDir-001/node2/dv_coll_shard4_replica1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.DocValuesNotIndexedTest_9AAD0EAE3E14CA1D-001/tempDir-001/node2/./dv_coll_shard4_replica1/data/]
   [junit4]   2> 1355052 INFO  (Thread-2876) [n:127.0.0.1:42011_solr    ] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1355053 INFO  (Thread-2876) [n:127.0.0.1:42011_solr    ] 
o.a.s.c.CoreContainer Reloading SolrCore 'dv_coll_shard1_replica1' using 
configuration from collection dv_coll
   [junit4]   2> 1355053 INFO  (Thread-2876) [n:127.0.0.1:42011_solr c:dv_coll 
s:shard1 r:core_node3 x:dv_coll_shard1_replica1] o.a.s.c.SolrCore 
[[dv_coll_shard1_replica1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.DocValuesNotIndexedTest_9AAD0EAE3E14CA1D-001/tempDir-001/node1/dv_coll_shard1_replica1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.DocValuesNotIndexedTest_9AAD0EAE3E14CA1D-001/tempDir-001/node1/./dv_coll_shard1_replica1/data/]
   [junit4]   2> 1355058 INFO  (qtp1297649-10704) [n:127.0.0.1:45539_solr 
c:dv_coll s:shard4 r:core_node2 x:dv_coll_shard4_replica1] 
o.a.s.u.p.LogUpdateProcessorFactory [dv_coll_shard4_replica1]  webapp=/solr 
path=/update 
params={update.distrib=TOLEADER&distrib.from=https://127.0.0.1:45539/solr/dv_coll_shard2_replica1/&wt=javabin&version=2}{deleteByQuery=*:*
 (-1552131056649371648)} 0 16
   [junit4]   2> 1355059 INFO  (qtp1297649-10706) [n:127.0.0.1:45539_solr 
c:dv_coll s:shard2 r:core_node1 x:dv_coll_shard2_replica1] 
o.a.s.u.p.LogUpdateProcessorFactory [dv_coll_shard2_replica1]  webapp=/solr 
path=/update params={wt=javabin&version=2}{deleteByQuery=*:* 
(-1552131056637837312)} 0 29
   [junit4]   2> 1355066 INFO  (Thread-2875) [n:127.0.0.1:45539_solr c:dv_coll 
s:shard4 r:core_node2 x:dv_coll_shard4_replica1] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 1355067 INFO  (Thread-2875) [n:127.0.0.1:45539_solr c:dv_coll 
s:shard4 r:core_node2 x:dv_coll_shard4_replica1] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 1355067 INFO  (Thread-2876) [n:127.0.0.1:42011_solr c:dv_coll 
s:shard1 r:core_node3 x:dv_coll_shard1_replica1] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 1355067 INFO  (Thread-2876) [n:127.0.0.1:42011_solr c:dv_coll 
s:shard1 r:core_node3 x:dv_coll_shard1_replica1] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 1355067 INFO  (Thread-2875) [n:127.0.0.1:45539_solr c:dv_coll 
s:shard4 r:core_node2 x:dv_coll_shard4_replica1] o.a.s.s.SolrIndexSearcher 
Opening [Searcher@d898f8[dv_coll_shard4_replica1] main]
   [junit4]   2> 1355067 INFO  (Thread-2876) [n:127.0.0.1:42011_solr c:dv_coll 
s:shard1 r:core_node3 x:dv_coll_shard1_replica1] o.a.s.s.SolrIndexSearcher 
Opening [Searcher@157727a[dv_coll_shard1_replica1] main]
   [junit4]   2> 1355068 INFO  (Thread-2876) [n:127.0.0.1:42011_solr c:dv_coll 
s:shard1 r:core_node3 x:dv_coll_shard1_replica1] o.a.s.r.ManagedResourceStorage 
Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1355068 INFO  (Thread-2876) [n:127.0.0.1:42011_solr c:dv_coll 
s:shard1 r:core_node3 x:dv_coll_shard1_replica1] o.a.s.r.ManagedResourceStorage 
Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1355069 INFO  (Thread-2876) [n:127.0.0.1:42011_solr c:dv_coll 
s:shard1 r:core_node3 x:dv_coll_shard1_replica1] o.a.s.s.ZkIndexSchemaReader 
Creating ZooKeeper watch for the managed schema at /configs/conf1/managed-schema
   [junit4]   2> 1355069 INFO  (Thread-2875) [n:127.0.0.1:45539_solr c:dv_coll 
s:shard4 r:core_node2 x:dv_coll_shard4_replica1] o.a.s.r.ManagedResourceStorage 
Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1355069 INFO  (Thread-2876) [n:127.0.0.1:42011_solr c:dv_coll 
s:shard1 r:core_node3 x:dv_coll_shard1_replica1] o.a.s.h.ReplicationHandler 
Commits will be reserved for  10000
   [junit4]   2> 1355069 INFO  (Thread-2875) [n:127.0.0.1:45539_solr c:dv_coll 
s:shard4 r:core_node2 x:dv_coll_shard4_replica1] o.a.s.r.ManagedResourceStorage 
Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1355069 INFO  (Thread-2875) [n:127.0.0.1:45539_solr c:dv_coll 
s:shard4 r:core_node2 x:dv_coll_shard4_replica1] o.a.s.s.ZkIndexSchemaReader 
Creating ZooKeeper watch for the managed schema at /configs/conf1/managed-schema
   [junit4]   2> 1355069 INFO  
(searcherExecutor-5285-thread-1-processing-n:127.0.0.1:42011_solr 
x:dv_coll_shard1_replica1 s:shard1 c:dv_coll r:core_node3) 
[n:127.0.0.1:42011_solr c:dv_coll s:shard1 r:core_node3 
x:dv_coll_shard1_replica1] o.a.s.c.SolrCore [dv_coll_shard1_replica1] 
Registered new searcher Searcher@157727a[dv_coll_shard1_replica1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1355070 INFO  (Thread-2875) [n:127.0.0.1:45539_solr c:dv_coll 
s:shard4 r:core_node2 x:dv_coll_shard4_replica1] o.a.s.h.ReplicationHandler 
Commits will be reserved for  10000
   [junit4]   2> 1355070 INFO  
(searcherExecutor-5284-thread-1-processing-n:127.0.0.1:45539_solr 
x:dv_coll_shard4_replica1 s:shard4 c:dv_coll r:core_node2) 
[n:127.0.0.1:45539_solr c:dv_coll s:shard4 r:core_node2 
x:dv_coll_shard4_replica1] o.a.s.c.SolrCore [dv_coll_shard4_replica1] 
Registered new searcher Searcher@d898f8[dv_coll_shard4_replica1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1355071 INFO  (qtp4897832-10794) [n:127.0.0.1:42011_solr 
c:dv_coll s:shard3 r:core_node4 x:dv_coll_shard3_replica1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1355072 INFO  (qtp4897832-10794) [n:127.0.0.1:42011_solr 
c:dv_coll s:shard3 r:core_node4 x:dv_coll_shard3_replica1] 
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 1355073 INFO  (qtp4897832-10794) [n:127.0.0.1:42011_solr 
c:dv_coll s:shard3 r:core_node4 x:dv_coll_shard3_replica1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@3a2bca[dv_coll_shard3_replica1] 
main]
   [junit4]   2> 1355074 INFO  
(searcherExecutor-5273-thread-1-processing-n:127.0.0.1:42011_solr 
x:dv_coll_shard3_replica1 s:shard3 c:dv_coll r:core_node4) 
[n:127.0.0.1:42011_solr c:dv_coll s:shard3 r:core_node4 
x:dv_coll_shard3_replica1] o.a.s.c.SolrCore [dv_coll_shard3_replica1] 
Registered new searcher Searcher@3a2bca[dv_coll_shard3_replica1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1355074 INFO  (qtp1297649-10704) [n:127.0.0.1:45539_solr 
c:dv_coll s:shard2 r:core_node1 x:dv_coll_shard2_replica1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1355074 INFO  (qtp1297649-10704) [n:127.0.0.1:45539_solr 
c:dv_coll s:shard2 r:core_node1 x:dv_coll_shard2_replica1] 
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 1355074 INFO  (qtp1297649-10704) [n:127.0.0.1:45539_solr 
c:dv_coll s:shard2 r:core_node1 x:dv_coll_shard2_replica1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@462ef4[dv_coll_shard2_replica1] 
main]
   [junit4]   2> 1355075 INFO  
(searcherExecutor-5263-thread-1-processing-n:127.0.0.1:45539_solr 
x:dv_coll_shard2_replica1 s:shard2 c:dv_coll r:core_node1) 
[n:127.0.0.1:45539_solr c:dv_coll s:shard2 r:core_node1 
x:dv_coll_shard2_replica1] o.a.s.c.SolrCore [dv_coll_shard2_replica1] 
Registered new searcher Searcher@462ef4[dv_coll_shard2_replica1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1355077 INFO  (qtp4897832-10794) [n:127.0.0.1:42011_solr 
c:dv_coll s:shard3 r:core_node4 x:dv_coll_shard3_replica1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1355077 INFO  (qtp1297649-10704) [n:127.0.0.1:45539_solr 
c:dv_coll s:shard2 r:core_node1 x:dv_coll_shard2_replica1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1355077 INFO  (qtp4897832-10794) [n:127.0.0.1:42011_solr 
c:dv_coll s:shard3 r:core_node4 x:dv_coll_shard3_replica1] 
o.a.s.u.p.LogUpdateProcessorFactory [dv_coll_shard3_replica1]  webapp=/solr 
path=/update 
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=https://127.0.0.1:42011/solr/dv_coll_shard3_replica1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 6
   [junit4]   2> 1355077 INFO  (qtp1297649-10704) [n:127.0.0.1:45539_solr 
c:dv_coll s:shard2 r:core_node1 x:dv_coll_shard2_replica1] 
o.a.s.u.p.LogUpdateProcessorFactory [dv_coll_shard2_replica1]  webapp=/solr 
path=/update 
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=https://127.0.0.1:42011/solr/dv_coll_shard3_replica1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 3
   [junit4]   2> 1355079 INFO  (qtp1297649-10708) [n:127.0.0.1:45539_solr 
c:dv_coll s:shard4 r:core_node2 x:dv_coll_shard4_replica1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1355079 INFO  (qtp1297649-10708) [n:127.0.0.1:45539_solr 
c:dv_coll s:shard4 r:core_node2 x:dv_coll_shard4_replica1] 
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 1355080 INFO  (qtp4897832-10695) [n:127.0.0.1:42011_solr 
c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1355080 INFO  (qtp4897832-10695) [n:127.0.0.1:42011_solr 
c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica1] 
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 1355081 INFO  (Thread-2875) [n:127.0.0.1:45539_solr c:dv_coll 
s:shard4 r:core_node2 x:dv_coll_shard4_replica1] o.a.s.u.DefaultSolrCoreState 
New IndexWriter is ready to be used.
   [junit4]   2> 1355081 INFO  (Thread-2876) [n:127.0.0.1:42011_solr c:dv_coll 
s:shard1 r:core_node3 x:dv_coll_shard1_replica1] o.a.s.u.DefaultSolrCoreState 
New IndexWriter is ready to be used.
   [junit4]   2> 1355082 INFO  (qtp1297649-10708) [n:127.0.0.1:45539_solr 
c:dv_coll s:shard4 r:core_node2 x:dv_coll_shard4_replica1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@dcdd31[dv_coll_shard4_replica1] 
main]
   [junit4]   2> 1355082 INFO  (qtp4897832-10695) [n:127.0.0.1:42011_solr 
c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@87fdc7[dv_coll_shard1_replica1] 
main]
   [junit4]   2> 1355082 INFO  (Thread-2876) [n:127.0.0.1:42011_solr c:dv_coll 
s:shard1 r:core_node3 x:dv_coll_shard1_replica1] o.a.s.s.SolrIndexSearcher 
Opening [Searcher@60b1c0[dv_coll_shard1_replica1] main]
   [junit4]   2> 1355082 INFO  (Thread-2875) [n:127.0.0.1:45539_solr c:dv_coll 
s:shard4 r:core_node2 x:dv_coll_shard4_replica1] o.a.s.s.SolrIndexSearcher 
Opening [Searcher@1ea9eb[dv_coll_shard4_replica1] main]
   [junit4]   2> 1355082 INFO  
(searcherExecutor-5264-thread-1-processing-n:127.0.0.1:45539_solr 
x:dv_coll_shard4_replica1 s:shard4 c:dv_coll r:core_node2) 
[n:127.0.0.1:45539_solr c:dv_coll s:shard4 r:core_node2 
x:dv_coll_shard4_replica1] o.a.s.c.SolrCore [dv_coll_shard4_replica1] 
Registered new searcher Searcher@dcdd31[dv_coll_shard4_replica1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1355082 INFO  (Thread-2876) [n:127.0.0.1:42011_solr c:dv_coll 
s:shard1 r:core_node3 x:dv_coll_shard1_replica1] o.a.s.c.SolrCore config update 
listener called for core dv_coll_shard3_replica1
   [junit4]   2> 1355082 INFO  
(searcherExecutor-5284-thread-1-processing-n:127.0.0.1:45539_solr 
x:dv_coll_shard4_replica1 s:shard4 c:dv_coll r:core_node2) 
[n:127.0.0.1:45539_solr c:dv_coll s:shard4 r:core_node2 
x:dv_coll_shard4_replica1] o.a.s.c.SolrCore [dv_coll_shard4_replica1] 
Registered new searcher Searcher@1ea9eb[dv_coll_shard4_replica1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1355095 INFO  (qtp1297649-10708) [n:127.0.0.1:45539_solr 
c:dv_coll s:shard4 r:core_node2 x:dv_coll_shard4_replica1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1355095 INFO  (qtp4897832-10695) [n:127.0.0.1:42011_solr 
c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1355097 INFO  (qtp1297649-10708) [n:127.0.0.1:45539_solr 
c:dv_coll s:shard4 r:core_node2 x:dv_coll_shard4_replica1] 
o.a.s.u.p.LogUpdateProcessorFactory [dv_coll_shard4_replica1]  webapp=/solr 
path=/update 
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=https://127.0.0.1:42011/solr/dv_coll_shard3_replica1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 25
   [junit4]   2> 1355082 INFO  (Thread-2875) [n:127.0.0.1:45539_solr c:dv_coll 
s:shard4 r:core_node2 x:dv_coll_shard4_replica1] o.a.s.c.SolrCore config update 
listener called for core dv_coll_shard2_replica1
   [junit4]   2> 1355082 INFO  
(searcherExecutor-5285-thread-1-processing-n:127.0.0.1:42011_solr 
x:dv_coll_shard1_replica1 s:shard1 c:dv_coll r:core_node3) 
[n:127.0.0.1:42011_solr c:dv_coll s:shard1 r:core_node3 
x:dv_coll_shard1_replica1] o.a.s.c.SolrCore [dv_coll_shard1_replica1] 
Registered new searcher Searcher@60b1c0[dv_coll_shard1_replica1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1355097 INFO  (qtp1297649-10708) [n:127.0.0.1:45539_solr 
c:dv_coll s:shard4 r:core_node2 x:dv_coll_shard4_replica1] o.a.s.c.SolrCore 
[dv_coll_shard4_replica1]  CLOSING SolrCore org.apache.solr.core.SolrCore@d45998
   [junit4]   2> 1355082 INFO  
(searcherExecutor-5274-thread-1-processing-n:127.0.0.1:42011_solr 
x:dv_coll_shard1_replica1 s:shard1 c:dv_coll r:core_node3) 
[n:127.0.0.1:42011_solr c:dv_coll s:shard1 r:core_node3 
x:dv_coll_shard1_replica1] o.a.s.c.SolrCore [dv_coll_shard1_replica1] 
Registered new searcher Searcher@87fdc7[dv_coll_shard1_replica1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1355097 INFO  (qtp4897832-10695) [n:127.0.0.1:42011_solr 
c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica1] 
o.a.s.u.p.LogUpdateProcessorFactory [dv_coll_shard1_replica1]  webapp=/solr 
path=/update 
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=https://127.0.0.1:42011/solr/dv_coll_shard3_replica1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 22
   [junit4]   2> 1355097 INFO  (qtp4897832-10695) [n:127.0.0.1:42011_solr 
c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica1] o.a.s.c.SolrCore 
[dv_coll_shard1_replica1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@1b491cd
   [junit4]   2> 1355098 INFO  (qtp4897832-10699) [n:127.0.0.1:42011_solr 
c:dv_coll s:shard3 r:core_node4 x:dv_coll_shard3_replica1] 
o.a.s.u.p.LogUpdateProcessorFactory [dv_coll_shard3_replica1]  webapp=/solr 
path=/update 
params={_stateVer_=dv_coll:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
 0 33
   [junit4]   2> 1355118 INFO  (qtp4897832-10707) [n:127.0.0.1:42011_solr 
c:dv_coll s:shard3 r:core_node4 x:dv_coll_shard3_replica1] 
o.a.s.u.p.LogUpdateProcessorFactory [dv_coll_shard3_replica1]  webapp=/solr 
path=/update params={_stateVer_=dv_coll:4&wt=javabin&version=2}{add=[2 
(1552131056719626240), 3 (1552131056723820544), 105 (1552131056723820545), 6 
(1552131056723820546), 7 (1552131056724869120), 9 (1552131056724869121), 115 
(1552131056725917696), 18 (1552131056725917697), 120 (1552131056725917698), 26 
(1552131056726966272), ... (15 adds)]} 0 8
   [junit4]   2> 1355118 INFO  (qtp1297649-10694) [n:127.0.0.1:45539_solr 
c:dv_coll s:shard4 r:core_node2 x:dv_coll_shard4_replica1] 
o.a.s.u.p.LogUpdateProcessorFactory [dv_coll_shard4_replica1]  webapp=/solr 
path=/update params={_stateVer_=dv_coll:4&wt=javabin&version=2}{add=[5 
(1552131056719626240), 17 (1552131056723820544), 19 (1552131056723820545), 21 
(1552131056724869120), 23 (1552131056725917696), 25 (1552131056725917697), 29 
(1552131056726966272), 33 (1552131056726966273), 37 (1552131056728014848), 45 
(1552131056728014849), ... (11 adds)]} 0 9
   [junit4]   2> 1355119 INFO  (qtp1297649-10696) [n:127.0.0.1:45539_solr 
c:dv_coll s:shard2 r:core_node1 x:dv_coll_shard2_replica1] 
o.a.s.u.p.LogUpdateProcessorFactory [dv_coll_shard2_replica1]  webapp=/solr 
path=/update params={_stateVer_=dv_coll:4&wt=javabin&version=2}{add=[0 
(1552131056715431936), 100 (1552131056723820544), 4 (1552131056723820545), 12 
(1552131056723820546), 15 (1552131056724869120), 16 (1552131056724869121), 20 
(1552131056725917696), 22 (1552131056725917697), 125 (15521310567269

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

amLogging, ScriptEngineTest, TestCloudManagedSchema, PingRequestHandlerTest, 
TestManagedSchemaThreadSafety, TestCSVLoader, TestScoreJoinQPNoScore, 
QueryElevationComponentTest, TestOverriddenPrefixQueryForCustomFieldType, 
TestSolrCloudWithDelegationTokens, TestIntervalFaceting, SortSpecParsingTest, 
StatsReloadRaceTest, BlockCacheTest, TestGraphMLResponseWriter, 
TestReloadDeadlock, FastVectorHighlighterTest, ShardRoutingTest, 
TestReplicationHandler, DistributedSpellCheckComponentTest, TestJoin, 
SolrCmdDistributorTest, TestSort, DirectUpdateHandlerTest, 
CurrencyFieldXmlFileTest, SignatureUpdateProcessorFactoryTest, 
CoreAdminHandlerTest, SuggesterTest, TestStressLucene, PolyFieldTest, 
NoCacheHeaderTest, FieldMutatingUpdateProcessorTest, 
TestWordDelimiterFilterFactory, SortByFunctionTest, SolrInfoMBeanTest, 
LukeRequestHandlerTest, TestValueSourceCache, MoreLikeThisHandlerTest, 
RegexBoostProcessorTest, TestJmxIntegration, TestAnalyzedSuggestions, 
UpdateParamsTest, TestSolrDeletionPolicy2, SampleTest, TestSearchPerf, 
TestConfig, TestFuzzyAnalyzedSuggestions, NotRequiredUniqueKeyTest, 
TestCharFilters, SynonymTokenizerTest, EchoParamsTest, 
TestSweetSpotSimilarityFactory, TestIBSimilarityFactory, ResourceLoaderTest, 
URLClassifyProcessorTest, TestSystemIdResolver, SpellingQueryConverterTest, 
TestLRUCache, FileUtilsTest, DistributedMLTComponentTest, SolrTestCaseJ4Test, 
TestCrossCoreJoin, TestCursorMarkWithoutUniqueKey, TestDistributedMissingSort, 
TestTolerantSearch, TestEmbeddedSolrServerConstructors, ActionThrottleTest, 
AliasIntegrationTest, CdcrReplicationDistributedZkTest, 
CdcrVersionReplicationTest, CollectionStateFormat2Test, 
DeleteLastCustomShardedReplicaTest, DeleteNodeTest, DeleteReplicaTest, 
DistribDocExpirationUpdateProcessorTest, DocValuesNotIndexedTest]
   [junit4] Completed [474/658 (1!)] on J0 in 6.00s, 4 tests, 1 failure <<< 
FAILURES!

[...truncated 11752 lines...]
   [junit4] Suite: org.apache.solr.uima.processor.UIMAUpdateRequestProcessorTest
   [junit4]   2> Creating dataDir: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-uima/test/J0/temp/solr.uima.processor.UIMAUpdateRequestProcessorTest_969DB9B3E5518C9E-001/init-core-data-001
   [junit4]   2> log4j:WARN No appenders could be found for logger 
(org.eclipse.jetty.util.log).
   [junit4]   2> log4j:WARN Please initialize the log4j system properly.
   [junit4]   2> log4j:WARN See 
http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
   [junit4]   2> Nov 26, 2016 11:34:20 PM WhitespaceTokenizer initialize
   [junit4]   2> INFO: "Whitespace tokenizer successfully initialized"
   [junit4]   2> Nov 26, 2016 11:34:24 PM WhitespaceTokenizer initialize
   [junit4]   2> INFO: "Whitespace tokenizer successfully initialized"
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=UIMAUpdateRequestProcessorTest 
-Dtests.method=testMultiplierProcessing -Dtests.seed=969DB9B3E5518C9E 
-Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=hi 
-Dtests.timezone=America/Yellowknife -Dtests.asserts=true 
-Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.01s J0 | 
UIMAUpdateRequestProcessorTest.testMultiplierProcessing <<<
   [junit4]    > Throwable #1: org.apache.solr.common.SolrException: unknown 
UpdateRequestProcessorChain: <add><doc><field 
name="id">2312312321312</field><field name="text">SpellCheckComponent got 
improvement related to recent Lucene changes. 
   [junit4]    >   Add support for specifying Spelling SuggestWord Comparator 
to Lucene spell checkers for SpellCheckComponent. Issue SOLR-2053 is already 
fixed, patch is attached if you need it, but it is also committed to trunk and 
3_x branch. Last Lucene European Conference has been held in 
Prague.</field></doc></add>
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([969DB9B3E5518C9E:AD9C731EE205A06A]:0)
   [junit4]    >        at 
org.apache.solr.core.SolrCore.getUpdateProcessingChain(SolrCore.java:1214)
   [junit4]    >        at 
org.apache.solr.core.SolrCore.getUpdateProcessorChain(SolrCore.java:1222)
   [junit4]    >        at 
org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:52)
   [junit4]    >        at 
org.apache.solr.SolrTestCaseJ4.addDoc(SolrTestCaseJ4.java:1031)
   [junit4]    >        at 
org.apache.solr.uima.processor.UIMAUpdateRequestProcessorTest.testProcessing(UIMAUpdateRequestProcessorTest.java:83)
   [junit4]    >        at 
org.apache.solr.uima.processor.UIMAUpdateRequestProcessorTest.testMultiplierProcessing(UIMAUpdateRequestProcessorTest.java:177)
   [junit4]    >        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=UIMAUpdateRequestProcessorTest -Dtests.method=testTwoUpdates 
-Dtests.seed=969DB9B3E5518C9E -Dtests.multiplier=3 -Dtests.slow=true 
-Dtests.locale=hi -Dtests.timezone=America/Yellowknife -Dtests.asserts=true 
-Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.01s J0 | UIMAUpdateRequestProcessorTest.testTwoUpdates <<<
   [junit4]    > Throwable #1: org.apache.solr.common.SolrException: unknown 
UpdateRequestProcessorChain: <add><doc><field name="id">1</field><field 
name="text">The Apache Software Foundation is happy to announce BarCampApache 
Sydney, Australia, the first ASF-backed event in the Southern 
Hemisphere!</field></doc></add>
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([969DB9B3E5518C9E:9BD7EEECFD7EEE30]:0)
   [junit4]    >        at 
org.apache.solr.core.SolrCore.getUpdateProcessingChain(SolrCore.java:1214)
   [junit4]    >        at 
org.apache.solr.core.SolrCore.getUpdateProcessorChain(SolrCore.java:1222)
   [junit4]    >        at 
org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:52)
   [junit4]    >        at 
org.apache.solr.SolrTestCaseJ4.addDoc(SolrTestCaseJ4.java:1031)
   [junit4]    >        at 
org.apache.solr.uima.processor.UIMAUpdateRequestProcessorTest.testTwoUpdates(UIMAUpdateRequestProcessorTest.java:101)
   [junit4]    >        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=UIMAUpdateRequestProcessorTest -Dtests.method=testProcessing 
-Dtests.seed=969DB9B3E5518C9E -Dtests.multiplier=3 -Dtests.slow=true 
-Dtests.locale=hi -Dtests.timezone=America/Yellowknife -Dtests.asserts=true 
-Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.01s J0 | UIMAUpdateRequestProcessorTest.testProcessing <<<
   [junit4]    > Throwable #1: org.apache.solr.common.SolrException: unknown 
UpdateRequestProcessorChain: <add><doc><field 
name="id">2312312321312</field><field name="text">SpellCheckComponent got 
improvement related to recent Lucene changes. 
   [junit4]    >   Add support for specifying Spelling SuggestWord Comparator 
to Lucene spell checkers for SpellCheckComponent. Issue SOLR-2053 is already 
fixed, patch is attached if you need it, but it is also committed to trunk and 
3_x branch. Last Lucene European Conference has been held in 
Prague.</field></doc></add>
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([969DB9B3E5518C9E:8513BDC1A2A20D34]:0)
   [junit4]    >        at 
org.apache.solr.core.SolrCore.getUpdateProcessingChain(SolrCore.java:1214)
   [junit4]    >        at 
org.apache.solr.core.SolrCore.getUpdateProcessorChain(SolrCore.java:1222)
   [junit4]    >        at 
org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:52)
   [junit4]    >        at 
org.apache.solr.SolrTestCaseJ4.addDoc(SolrTestCaseJ4.java:1031)
   [junit4]    >        at 
org.apache.solr.uima.processor.UIMAUpdateRequestProcessorTest.testProcessing(UIMAUpdateRequestProcessorTest.java:83)
   [junit4]    >        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=UIMAUpdateRequestProcessorTest -Dtests.method=testErrorHandling 
-Dtests.seed=969DB9B3E5518C9E -Dtests.multiplier=3 -Dtests.slow=true 
-Dtests.locale=hi -Dtests.timezone=America/Yellowknife -Dtests.asserts=true 
-Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.01s J0 | UIMAUpdateRequestProcessorTest.testErrorHandling 
<<<
   [junit4]    > Throwable #1: org.apache.solr.common.SolrException: unknown 
UpdateRequestProcessorChain: <add><doc><field 
name="id">2312312321312</field><field name="text">SpellCheckComponent got 
improvement related to recent Lucene changes. 
   [junit4]    >   Add support for specifying Spelling SuggestWord Comparator 
to Lucene spell checkers for SpellCheckComponent. Issue SOLR-2053 is already 
fixed, patch is attached if you need it, but it is also committed to trunk and 
3_x branch. Last Lucene European Conference has been held in 
Prague.</field></doc></add>
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([969DB9B3E5518C9E:A369C78DB3870D4A]:0)
   [junit4]    >        at 
org.apache.solr.core.SolrCore.getUpdateProcessingChain(SolrCore.java:1214)
   [junit4]    >        at 
org.apache.solr.core.SolrCore.getUpdateProcessorChain(SolrCore.java:1222)
   [junit4]    >        at 
org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:52)
   [junit4]    >        at 
org.apache.solr.SolrTestCaseJ4.addDoc(SolrTestCaseJ4.java:1031)
   [junit4]    >        at 
org.apache.solr.uima.processor.UIMAUpdateRequestProcessorTest.testErrorHandling(UIMAUpdateRequestProcessorTest.java:137)
   [junit4]    >        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-uima/test/J0/temp/solr.uima.processor.UIMAUpdateRequestProcessorTest_969DB9B3E5518C9E-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {}, 
docValues:{}, maxPointsInLeafNode=1228, maxMBSortInHeap=7.696770007925395, 
sim=RandomSimilarity(queryNorm=true): {}, locale=hi, 
timezone=America/Yellowknife
   [junit4]   2> NOTE: Linux 4.4.0-47-generic i386/Oracle Corporation 1.8.0_102 
(32-bit)/cpus=12,threads=1,free=153198384,total=327417856
   [junit4]   2> NOTE: All tests run in this JVM: 
[UIMAUpdateRequestProcessorTest]
   [junit4] Completed [2/2 (1!)] on J0 in 10.24s, 6 tests, 4 errors <<< 
FAILURES!

[...truncated 43379 lines...]

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

Reply via email to