Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Solaris/973/
Java: 64bit/jdk1.8.0 -XX:-UseCompressedOops -XX:+UseG1GC

7 tests failed.
FAILED:  org.apache.solr.cloud.CdcrBootstrapTest.testBootstrapWithSourceCluster

Error Message:
Document mismatch on target after sync expected:<20000> but was:<10000>

Stack Trace:
java.lang.AssertionError: Document mismatch on target after sync 
expected:<20000> but was:<10000>
        at 
__randomizedtesting.SeedInfo.seed([8080C71C649636E9:59D696D867F225A3]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.failNotEquals(Assert.java:647)
        at org.junit.Assert.assertEquals(Assert.java:128)
        at org.junit.Assert.assertEquals(Assert.java:472)
        at 
org.apache.solr.cloud.CdcrBootstrapTest.testBootstrapWithSourceCluster(CdcrBootstrapTest.java:232)
        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.cloud.DocValuesNotIndexedTest.testGroupingSorting

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

Stack Trace:
org.junit.ComparisonFailure: Documents in wrong order for field: boolGSF 
expected:<[2]> but was:<[1]>
        at 
__randomizedtesting.SeedInfo.seed([8080C71C649636E9:9EB8CF14183D8C69]: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.cloud.HttpPartitionTest.test

Error Message:
Captured an uncaught exception in thread: Thread[id=19483, 
name=SocketProxy-Response-36324:48361, state=RUNNABLE, 
group=TGRP-HttpPartitionTest]

Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught 
exception in thread: Thread[id=19483, name=SocketProxy-Response-36324:48361, 
state=RUNNABLE, group=TGRP-HttpPartitionTest]
        at 
__randomizedtesting.SeedInfo.seed([8080C71C649636E9:8D4F8C6CA6A5B11]:0)
Caused by: java.lang.RuntimeException: java.net.SocketException: Socket is 
closed
        at __randomizedtesting.SeedInfo.seed([8080C71C649636E9]:0)
        at 
org.apache.solr.cloud.SocketProxy$Bridge$Pump.run(SocketProxy.java:347)
Caused by: java.net.SocketException: Socket is closed
        at java.net.Socket.setSoTimeout(Socket.java:1137)
        at 
org.apache.solr.cloud.SocketProxy$Bridge$Pump.run(SocketProxy.java:344)


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([3D0313FFFB63451D:8F76DC1ADB5C4C9]: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)


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([3D0313FFFB63451D:602D952FC3769E9]: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.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([3D0313FFFB63451D:2E8D178DBC90C4B7]: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.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([3D0313FFFB63451D:304944A0E34C27B3]: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)




Build Log:
[...truncated 11450 lines...]
   [junit4] Suite: org.apache.solr.cloud.DocValuesNotIndexedTest
   [junit4]   2> Creating dataDir: 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.DocValuesNotIndexedTest_8080C71C649636E9-001/init-core-data-001
   [junit4]   2> 1158821 INFO  
(SUITE-DocValuesNotIndexedTest-seed#[8080C71C649636E9]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 1158822 INFO  
(SUITE-DocValuesNotIndexedTest-seed#[8080C71C649636E9]-worker) [    ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.DocValuesNotIndexedTest_8080C71C649636E9-001/tempDir-001
   [junit4]   2> 1158822 INFO  
(SUITE-DocValuesNotIndexedTest-seed#[8080C71C649636E9]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1158822 INFO  (Thread-2680) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1158822 INFO  (Thread-2680) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 1158922 INFO  
(SUITE-DocValuesNotIndexedTest-seed#[8080C71C649636E9]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:58011
   [junit4]   2> 1158931 INFO  (jetty-launcher-1630-thread-2) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1158932 INFO  (jetty-launcher-1630-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@64e4929c{/solr,null,AVAILABLE}
   [junit4]   2> 1158932 INFO  (jetty-launcher-1630-thread-2) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@197367e1{HTTP/1.1,[http/1.1]}{127.0.0.1:44610}
   [junit4]   2> 1158932 INFO  (jetty-launcher-1630-thread-2) [    ] 
o.e.j.s.Server Started @1162829ms
   [junit4]   2> 1158932 INFO  (jetty-launcher-1630-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=44610}
   [junit4]   2> 1158932 ERROR (jetty-launcher-1630-thread-2) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1158932 INFO  (jetty-launcher-1630-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.0.0
   [junit4]   2> 1158932 INFO  (jetty-launcher-1630-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1158932 INFO  (jetty-launcher-1630-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1158933 INFO  (jetty-launcher-1630-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2016-11-27T02:53:49.329Z
   [junit4]   2> 1158939 INFO  (jetty-launcher-1630-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1158947 INFO  (jetty-launcher-1630-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:58011/solr
   [junit4]   2> 1158982 INFO  (jetty-launcher-1630-thread-2) 
[n:127.0.0.1:44610_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:44610_solr
   [junit4]   2> 1158984 INFO  (jetty-launcher-1630-thread-2) 
[n:127.0.0.1:44610_solr    ] o.a.s.c.Overseer Overseer 
(id=97007385262161923-127.0.0.1:44610_solr-n_0000000000) starting
   [junit4]   2> 1158994 INFO  (jetty-launcher-1630-thread-2) 
[n:127.0.0.1:44610_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:44610_solr
   [junit4]   2> 1159023 INFO  (jetty-launcher-1630-thread-1) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1159025 INFO  (jetty-launcher-1630-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@2b909907{/solr,null,AVAILABLE}
   [junit4]   2> 1159025 INFO  (jetty-launcher-1630-thread-1) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@55c1ac66{HTTP/1.1,[http/1.1]}{127.0.0.1:55150}
   [junit4]   2> 1159025 INFO  (jetty-launcher-1630-thread-1) [    ] 
o.e.j.s.Server Started @1162922ms
   [junit4]   2> 1159025 INFO  (jetty-launcher-1630-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=55150}
   [junit4]   2> 1159025 ERROR (jetty-launcher-1630-thread-1) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1159025 INFO  (jetty-launcher-1630-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.0.0
   [junit4]   2> 1159025 INFO  (jetty-launcher-1630-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1159026 INFO  (jetty-launcher-1630-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1159026 INFO  (jetty-launcher-1630-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2016-11-27T02:53:49.422Z
   [junit4]   2> 1159034 INFO  
(zkCallback-1636-thread-1-processing-n:127.0.0.1:44610_solr) 
[n:127.0.0.1:44610_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 1159039 INFO  (jetty-launcher-1630-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1159045 INFO  (jetty-launcher-1630-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:58011/solr
   [junit4]   2> 1159058 INFO  (jetty-launcher-1630-thread-1) 
[n:127.0.0.1:55150_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 1159064 INFO  (jetty-launcher-1630-thread-1) 
[n:127.0.0.1:55150_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:55150_solr
   [junit4]   2> 1159092 INFO  
(zkCallback-1642-thread-1-processing-n:127.0.0.1:55150_solr) 
[n:127.0.0.1:55150_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 1159108 INFO  
(zkCallback-1636-thread-2-processing-n:127.0.0.1:44610_solr) 
[n:127.0.0.1:44610_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 1159116 INFO  (jetty-launcher-1630-thread-1) 
[n:127.0.0.1:55150_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.DocValuesNotIndexedTest_8080C71C649636E9-001/tempDir-001/node2/.
   [junit4]   2> 1159189 INFO  (jetty-launcher-1630-thread-2) 
[n:127.0.0.1:44610_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.DocValuesNotIndexedTest_8080C71C649636E9-001/tempDir-001/node1/.
   [junit4]   2> 1159200 INFO  
(SUITE-DocValuesNotIndexedTest-seed#[8080C71C649636E9]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1159202 INFO  
(SUITE-DocValuesNotIndexedTest-seed#[8080C71C649636E9]-worker) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:58011/solr ready
   [junit4]   2> 1159214 INFO  (qtp1016239370-10147) [n:127.0.0.1:55150_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> 1159218 INFO  
(OverseerThreadFactory-4301-thread-1-processing-n:127.0.0.1:44610_solr) 
[n:127.0.0.1:44610_solr    ] o.a.s.c.CreateCollectionCmd Create collection 
dv_coll
   [junit4]   2> 1159326 INFO  (qtp769838975-10118) [n:127.0.0.1:44610_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> 1159327 INFO  (qtp1016239370-10148) [n:127.0.0.1:55150_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> 1159329 INFO  (qtp769838975-10125) [n:127.0.0.1:44610_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> 1159328 INFO  (qtp1016239370-10150) [n:127.0.0.1:55150_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> 1159448 INFO  
(zkCallback-1642-thread-1-processing-n:127.0.0.1:55150_solr) 
[n:127.0.0.1:55150_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> 1159448 INFO  
(zkCallback-1636-thread-3-processing-n:127.0.0.1:44610_solr) 
[n:127.0.0.1:44610_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> 1160345 INFO  (qtp1016239370-10150) [n:127.0.0.1:55150_solr 
c:dv_coll s:shard2  x:dv_coll_shard2_replica1] o.a.s.c.SolrConfig Using Lucene 
MatchVersion: 7.0.0
   [junit4]   2> 1160345 INFO  (qtp769838975-10125) [n:127.0.0.1:44610_solr 
c:dv_coll s:shard1  x:dv_coll_shard1_replica1] o.a.s.c.SolrConfig Using Lucene 
MatchVersion: 7.0.0
   [junit4]   2> 1160348 INFO  (qtp1016239370-10148) [n:127.0.0.1:55150_solr 
c:dv_coll s:shard4  x:dv_coll_shard4_replica1] o.a.s.c.SolrConfig Using Lucene 
MatchVersion: 7.0.0
   [junit4]   2> 1160355 INFO  (qtp769838975-10118) [n:127.0.0.1:44610_solr 
c:dv_coll s:shard3  x:dv_coll_shard3_replica1] o.a.s.c.SolrConfig Using Lucene 
MatchVersion: 7.0.0
   [junit4]   2> 1160356 INFO  (qtp1016239370-10150) [n:127.0.0.1:55150_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> 1160357 INFO  (qtp769838975-10125) [n:127.0.0.1:44610_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> 1160359 INFO  (qtp1016239370-10150) [n:127.0.0.1:55150_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> 1160359 INFO  (qtp769838975-10125) [n:127.0.0.1:44610_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> 1160360 INFO  (qtp1016239370-10150) [n:127.0.0.1:55150_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> 1160360 INFO  (qtp769838975-10125) [n:127.0.0.1:44610_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> 1160361 INFO  (qtp769838975-10125) [n:127.0.0.1:44610_solr 
c:dv_coll s:shard1 r:core_node1 x:dv_coll_shard1_replica1] o.a.s.c.SolrCore 
[[dv_coll_shard1_replica1] ] Opening new SolrCore at 
[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.DocValuesNotIndexedTest_8080C71C649636E9-001/tempDir-001/node1/dv_coll_shard1_replica1],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.DocValuesNotIndexedTest_8080C71C649636E9-001/tempDir-001/node1/./dv_coll_shard1_replica1/data/]
   [junit4]   2> 1160361 INFO  (qtp1016239370-10150) [n:127.0.0.1:55150_solr 
c:dv_coll s:shard2 r:core_node4 x:dv_coll_shard2_replica1] o.a.s.c.SolrCore 
[[dv_coll_shard2_replica1] ] Opening new SolrCore at 
[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.DocValuesNotIndexedTest_8080C71C649636E9-001/tempDir-001/node2/dv_coll_shard2_replica1],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.DocValuesNotIndexedTest_8080C71C649636E9-001/tempDir-001/node2/./dv_coll_shard2_replica1/data/]
   [junit4]   2> 1160362 INFO  (qtp1016239370-10148) [n:127.0.0.1:55150_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> 1160365 INFO  (qtp1016239370-10148) [n:127.0.0.1:55150_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> 1160381 INFO  (qtp769838975-10118) [n:127.0.0.1:44610_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> 1160383 INFO  (qtp1016239370-10148) [n:127.0.0.1:55150_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> 1160383 INFO  (qtp769838975-10118) [n:127.0.0.1:44610_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> 1160384 INFO  (qtp1016239370-10148) [n:127.0.0.1:55150_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 
[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.DocValuesNotIndexedTest_8080C71C649636E9-001/tempDir-001/node2/dv_coll_shard4_replica1],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.DocValuesNotIndexedTest_8080C71C649636E9-001/tempDir-001/node2/./dv_coll_shard4_replica1/data/]
   [junit4]   2> 1160384 INFO  (qtp769838975-10118) [n:127.0.0.1:44610_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> 1160385 INFO  (qtp769838975-10118) [n:127.0.0.1:44610_solr 
c:dv_coll s:shard3 r:core_node3 x:dv_coll_shard3_replica1] o.a.s.c.SolrCore 
[[dv_coll_shard3_replica1] ] Opening new SolrCore at 
[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.DocValuesNotIndexedTest_8080C71C649636E9-001/tempDir-001/node1/dv_coll_shard3_replica1],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.DocValuesNotIndexedTest_8080C71C649636E9-001/tempDir-001/node1/./dv_coll_shard3_replica1/data/]
   [junit4]   2> 1160386 INFO  (qtp769838975-10125) [n:127.0.0.1:44610_solr 
c:dv_coll s:shard1 r:core_node1 x:dv_coll_shard1_replica1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1160386 INFO  (qtp769838975-10125) [n:127.0.0.1:44610_solr 
c:dv_coll s:shard1 r:core_node1 x:dv_coll_shard1_replica1] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1160388 INFO  (qtp1016239370-10150) [n:127.0.0.1:55150_solr 
c:dv_coll s:shard2 r:core_node4 x:dv_coll_shard2_replica1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1160388 INFO  (qtp1016239370-10150) [n:127.0.0.1:55150_solr 
c:dv_coll s:shard2 r:core_node4 x:dv_coll_shard2_replica1] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1160389 INFO  (qtp769838975-10125) [n:127.0.0.1:44610_solr 
c:dv_coll s:shard1 r:core_node1 x:dv_coll_shard1_replica1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1160389 INFO  (qtp769838975-10125) [n:127.0.0.1:44610_solr 
c:dv_coll s:shard1 r:core_node1 x:dv_coll_shard1_replica1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1160390 INFO  (qtp769838975-10125) [n:127.0.0.1:44610_solr 
c:dv_coll s:shard1 r:core_node1 x:dv_coll_shard1_replica1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@193baaa6[dv_coll_shard1_replica1] 
main]
   [junit4]   2> 1160391 INFO  (qtp1016239370-10150) [n:127.0.0.1:55150_solr 
c:dv_coll s:shard2 r:core_node4 x:dv_coll_shard2_replica1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1160391 INFO  (qtp1016239370-10150) [n:127.0.0.1:55150_solr 
c:dv_coll s:shard2 r:core_node4 x:dv_coll_shard2_replica1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1160392 INFO  (qtp1016239370-10150) [n:127.0.0.1:55150_solr 
c:dv_coll s:shard2 r:core_node4 x:dv_coll_shard2_replica1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@465fe47[dv_coll_shard2_replica1] 
main]
   [junit4]   2> 1160394 INFO  (qtp769838975-10125) [n:127.0.0.1:44610_solr 
c:dv_coll s:shard1 r:core_node1 x:dv_coll_shard1_replica1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 1160394 INFO  (qtp769838975-10125) [n:127.0.0.1:44610_solr 
c:dv_coll s:shard1 r:core_node1 x:dv_coll_shard1_replica1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1160394 INFO  (qtp769838975-10125) [n:127.0.0.1:44610_solr 
c:dv_coll s:shard1 r:core_node1 x:dv_coll_shard1_replica1] 
o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at 
/configs/conf1/managed-schema
   [junit4]   2> 1160395 INFO  (qtp769838975-10125) [n:127.0.0.1:44610_solr 
c:dv_coll s:shard1 r:core_node1 x:dv_coll_shard1_replica1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1160395 INFO  (qtp769838975-10125) [n:127.0.0.1:44610_solr 
c:dv_coll s:shard1 r:core_node1 x:dv_coll_shard1_replica1] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1552118165841903616
   [junit4]   2> 1160397 INFO  (qtp1016239370-10148) [n:127.0.0.1:55150_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> 1160397 INFO  (qtp1016239370-10148) [n:127.0.0.1:55150_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> 1160400 INFO  (qtp1016239370-10148) [n:127.0.0.1:55150_solr 
c:dv_coll s:shard4 r:core_node2 x:dv_coll_shard4_replica1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1160400 INFO  (qtp1016239370-10148) [n:127.0.0.1:55150_solr 
c:dv_coll s:shard4 r:core_node2 x:dv_coll_shard4_replica1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1160400 INFO  (qtp1016239370-10148) [n:127.0.0.1:55150_solr 
c:dv_coll s:shard4 r:core_node2 x:dv_coll_shard4_replica1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@7dc6e8a4[dv_coll_shard4_replica1] 
main]
   [junit4]   2> 1160402 INFO  
(searcherExecutor-4311-thread-1-processing-n:127.0.0.1:44610_solr 
x:dv_coll_shard1_replica1 s:shard1 c:dv_coll r:core_node1) 
[n:127.0.0.1:44610_solr c:dv_coll s:shard1 r:core_node1 
x:dv_coll_shard1_replica1] o.a.s.c.SolrCore [dv_coll_shard1_replica1] 
Registered new searcher Searcher@193baaa6[dv_coll_shard1_replica1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1160402 INFO  (qtp1016239370-10148) [n:127.0.0.1:55150_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> 1160402 INFO  (qtp1016239370-10150) [n:127.0.0.1:55150_solr 
c:dv_coll s:shard2 r:core_node4 x:dv_coll_shard2_replica1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 1160403 INFO  (qtp1016239370-10148) [n:127.0.0.1:55150_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> 1160403 INFO  (qtp1016239370-10148) [n:127.0.0.1:55150_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> 1160403 INFO  (qtp1016239370-10150) [n:127.0.0.1:55150_solr 
c:dv_coll s:shard2 r:core_node4 x:dv_coll_shard2_replica1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1160403 INFO  (qtp1016239370-10150) [n:127.0.0.1:55150_solr 
c:dv_coll s:shard2 r:core_node4 x:dv_coll_shard2_replica1] 
o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at 
/configs/conf1/managed-schema
   [junit4]   2> 1160403 INFO  (qtp769838975-10118) [n:127.0.0.1:44610_solr 
c:dv_coll s:shard3 r:core_node3 x:dv_coll_shard3_replica1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1160403 INFO  (qtp769838975-10118) [n:127.0.0.1:44610_solr 
c:dv_coll s:shard3 r:core_node3 x:dv_coll_shard3_replica1] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1160404 INFO  (qtp1016239370-10148) [n:127.0.0.1:55150_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> 1160404 INFO  (qtp1016239370-10150) [n:127.0.0.1:55150_solr 
c:dv_coll s:shard2 r:core_node4 x:dv_coll_shard2_replica1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1160404 INFO  (qtp1016239370-10148) [n:127.0.0.1:55150_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 
1552118165851340800
   [junit4]   2> 1160404 INFO  (qtp1016239370-10150) [n:127.0.0.1:55150_solr 
c:dv_coll s:shard2 r:core_node4 x:dv_coll_shard2_replica1] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1552118165851340800
   [junit4]   2> 1160406 INFO  (qtp769838975-10118) [n:127.0.0.1:44610_solr 
c:dv_coll s:shard3 r:core_node3 x:dv_coll_shard3_replica1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1160406 INFO  (qtp769838975-10118) [n:127.0.0.1:44610_solr 
c:dv_coll s:shard3 r:core_node3 x:dv_coll_shard3_replica1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1160406 INFO  
(searcherExecutor-4312-thread-1-processing-n:127.0.0.1:55150_solr 
x:dv_coll_shard4_replica1 s:shard4 c:dv_coll r:core_node2) 
[n:127.0.0.1:55150_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@7dc6e8a4[dv_coll_shard4_replica1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1160406 INFO  (qtp769838975-10118) [n:127.0.0.1:44610_solr 
c:dv_coll s:shard3 r:core_node3 x:dv_coll_shard3_replica1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@1b7e1d55[dv_coll_shard3_replica1] 
main]
   [junit4]   2> 1160406 INFO  
(searcherExecutor-4310-thread-1-processing-n:127.0.0.1:55150_solr 
x:dv_coll_shard2_replica1 s:shard2 c:dv_coll r:core_node4) 
[n:127.0.0.1:55150_solr c:dv_coll s:shard2 r:core_node4 
x:dv_coll_shard2_replica1] o.a.s.c.SolrCore [dv_coll_shard2_replica1] 
Registered new searcher Searcher@465fe47[dv_coll_shard2_replica1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1160409 INFO  (qtp769838975-10125) [n:127.0.0.1:44610_solr 
c:dv_coll s:shard1 r:core_node1 x:dv_coll_shard1_replica1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1160409 INFO  (qtp769838975-10125) [n:127.0.0.1:44610_solr 
c:dv_coll s:shard1 r:core_node1 x:dv_coll_shard1_replica1] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1160409 INFO  (qtp769838975-10125) [n:127.0.0.1:44610_solr 
c:dv_coll s:shard1 r:core_node1 x:dv_coll_shard1_replica1] o.a.s.c.SyncStrategy 
Sync replicas to http://127.0.0.1:44610/solr/dv_coll_shard1_replica1/
   [junit4]   2> 1160409 INFO  (qtp769838975-10125) [n:127.0.0.1:44610_solr 
c:dv_coll s:shard1 r:core_node1 x:dv_coll_shard1_replica1] o.a.s.c.SyncStrategy 
Sync Success - now sync replicas to me
   [junit4]   2> 1160409 INFO  (qtp769838975-10125) [n:127.0.0.1:44610_solr 
c:dv_coll s:shard1 r:core_node1 x:dv_coll_shard1_replica1] o.a.s.c.SyncStrategy 
http://127.0.0.1:44610/solr/dv_coll_shard1_replica1/ has no replicas
   [junit4]   2> 1160410 INFO  (qtp769838975-10118) [n:127.0.0.1:44610_solr 
c:dv_coll s:shard3 r:core_node3 x:dv_coll_shard3_replica1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 1160410 INFO  (qtp769838975-10118) [n:127.0.0.1:44610_solr 
c:dv_coll s:shard3 r:core_node3 x:dv_coll_shard3_replica1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1160411 INFO  (qtp769838975-10118) [n:127.0.0.1:44610_solr 
c:dv_coll s:shard3 r:core_node3 x:dv_coll_shard3_replica1] 
o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at 
/configs/conf1/managed-schema
   [junit4]   2> 1160411 INFO  (qtp769838975-10118) [n:127.0.0.1:44610_solr 
c:dv_coll s:shard3 r:core_node3 x:dv_coll_shard3_replica1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1160412 INFO  
(searcherExecutor-4315-thread-1-processing-n:127.0.0.1:44610_solr 
x:dv_coll_shard3_replica1 s:shard3 c:dv_coll r:core_node3) 
[n:127.0.0.1:44610_solr c:dv_coll s:shard3 r:core_node3 
x:dv_coll_shard3_replica1] o.a.s.c.SolrCore [dv_coll_shard3_replica1] 
Registered new searcher Searcher@1b7e1d55[dv_coll_shard3_replica1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1160412 INFO  (qtp769838975-10118) [n:127.0.0.1:44610_solr 
c:dv_coll s:shard3 r:core_node3 x:dv_coll_shard3_replica1] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1552118165859729408
   [junit4]   2> 1160417 INFO  (qtp769838975-10125) [n:127.0.0.1:44610_solr 
c:dv_coll s:shard1 r:core_node1 x:dv_coll_shard1_replica1] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:44610/solr/dv_coll_shard1_replica1/ shard1
   [junit4]   2> 1160418 INFO  (qtp1016239370-10148) [n:127.0.0.1:55150_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> 1160418 INFO  (qtp1016239370-10148) [n:127.0.0.1:55150_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> 1160418 INFO  (qtp1016239370-10148) [n:127.0.0.1:55150_solr 
c:dv_coll s:shard4 r:core_node2 x:dv_coll_shard4_replica1] o.a.s.c.SyncStrategy 
Sync replicas to http://127.0.0.1:55150/solr/dv_coll_shard4_replica1/
   [junit4]   2> 1160418 INFO  (qtp1016239370-10148) [n:127.0.0.1:55150_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> 1160418 INFO  (qtp1016239370-10148) [n:127.0.0.1:55150_solr 
c:dv_coll s:shard4 r:core_node2 x:dv_coll_shard4_replica1] o.a.s.c.SyncStrategy 
http://127.0.0.1:55150/solr/dv_coll_shard4_replica1/ has no replicas
   [junit4]   2> 1160419 INFO  (qtp1016239370-10150) [n:127.0.0.1:55150_solr 
c:dv_coll s:shard2 r:core_node4 x:dv_coll_shard2_replica1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1160419 INFO  (qtp1016239370-10150) [n:127.0.0.1:55150_solr 
c:dv_coll s:shard2 r:core_node4 x:dv_coll_shard2_replica1] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1160419 INFO  (qtp1016239370-10150) [n:127.0.0.1:55150_solr 
c:dv_coll s:shard2 r:core_node4 x:dv_coll_shard2_replica1] o.a.s.c.SyncStrategy 
Sync replicas to http://127.0.0.1:55150/solr/dv_coll_shard2_replica1/
   [junit4]   2> 1160419 INFO  (qtp1016239370-10150) [n:127.0.0.1:55150_solr 
c:dv_coll s:shard2 r:core_node4 x:dv_coll_shard2_replica1] o.a.s.c.SyncStrategy 
Sync Success - now sync replicas to me
   [junit4]   2> 1160420 INFO  (qtp1016239370-10150) [n:127.0.0.1:55150_solr 
c:dv_coll s:shard2 r:core_node4 x:dv_coll_shard2_replica1] o.a.s.c.SyncStrategy 
http://127.0.0.1:55150/solr/dv_coll_shard2_replica1/ has no replicas
   [junit4]   2> 1160423 INFO  (qtp769838975-10118) [n:127.0.0.1:44610_solr 
c:dv_coll s:shard3 r:core_node3 x:dv_coll_shard3_replica1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1160423 INFO  (qtp769838975-10118) [n:127.0.0.1:44610_solr 
c:dv_coll s:shard3 r:core_node3 x:dv_coll_shard3_replica1] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1160423 INFO  (qtp769838975-10118) [n:127.0.0.1:44610_solr 
c:dv_coll s:shard3 r:core_node3 x:dv_coll_shard3_replica1] o.a.s.c.SyncStrategy 
Sync replicas to http://127.0.0.1:44610/solr/dv_coll_shard3_replica1/
   [junit4]   2> 1160423 INFO  (qtp769838975-10118) [n:127.0.0.1:44610_solr 
c:dv_coll s:shard3 r:core_node3 x:dv_coll_shard3_replica1] o.a.s.c.SyncStrategy 
Sync Success - now sync replicas to me
   [junit4]   2> 1160423 INFO  (qtp769838975-10118) [n:127.0.0.1:44610_solr 
c:dv_coll s:shard3 r:core_node3 x:dv_coll_shard3_replica1] o.a.s.c.SyncStrategy 
http://127.0.0.1:44610/solr/dv_coll_shard3_replica1/ has no replicas
   [junit4]   2> 1160425 INFO  (qtp1016239370-10148) [n:127.0.0.1:55150_solr 
c:dv_coll s:shard4 r:core_node2 x:dv_coll_shard4_replica1] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:55150/solr/dv_coll_shard4_replica1/ shard4
   [junit4]   2> 1160426 INFO  (qtp1016239370-10150) [n:127.0.0.1:55150_solr 
c:dv_coll s:shard2 r:core_node4 x:dv_coll_shard2_replica1] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:55150/solr/dv_coll_shard2_replica1/ shard2
   [junit4]   2> 1160430 INFO  (qtp769838975-10118) [n:127.0.0.1:44610_solr 
c:dv_coll s:shard3 r:core_node3 x:dv_coll_shard3_replica1] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:44610/solr/dv_coll_shard3_replica1/ shard3
   [junit4]   2> 1160538 INFO  
(zkCallback-1642-thread-1-processing-n:127.0.0.1:55150_solr) 
[n:127.0.0.1:55150_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> 1160538 INFO  
(zkCallback-1636-thread-1-processing-n:127.0.0.1:44610_solr) 
[n:127.0.0.1:44610_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> 1160569 INFO  (qtp769838975-10125) [n:127.0.0.1:44610_solr 
c:dv_coll s:shard1 r:core_node1 x:dv_coll_shard1_replica1] o.a.s.c.ZkController 
I am the leader, no recovery necessary
   [junit4]   2> 1160572 INFO  (qtp769838975-10125) [n:127.0.0.1:44610_solr 
c:dv_coll s:shard1 r:core_node1 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=1243
   [junit4]   2> 1160576 INFO  (qtp1016239370-10148) [n:127.0.0.1:55150_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> 1160577 INFO  (qtp1016239370-10150) [n:127.0.0.1:55150_solr 
c:dv_coll s:shard2 r:core_node4 x:dv_coll_shard2_replica1] o.a.s.c.ZkController 
I am the leader, no recovery necessary
   [junit4]   2> 1160580 INFO  (qtp1016239370-10148) [n:127.0.0.1:55150_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=1253
   [junit4]   2> 1160580 INFO  (qtp1016239370-10150) [n:127.0.0.1:55150_solr 
c:dv_coll s:shard2 r:core_node4 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=1252
   [junit4]   2> 1160581 INFO  (qtp769838975-10118) [n:127.0.0.1:44610_solr 
c:dv_coll s:shard3 r:core_node3 x:dv_coll_shard3_replica1] o.a.s.c.ZkController 
I am the leader, no recovery necessary
   [junit4]   2> 1160584 INFO  (qtp769838975-10118) [n:127.0.0.1:44610_solr 
c:dv_coll s:shard3 r:core_node3 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=1258
   [junit4]   2> 1160590 INFO  (qtp1016239370-10147) [n:127.0.0.1:55150_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> 1160692 INFO  
(zkCallback-1636-thread-3-processing-n:127.0.0.1:44610_solr) 
[n:127.0.0.1:44610_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> 1160692 INFO  
(zkCallback-1642-thread-1-processing-n:127.0.0.1:55150_solr) 
[n:127.0.0.1:55150_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> 1161225 INFO  
(OverseerCollectionConfigSetProcessor-97007385262161923-127.0.0.1:44610_solr-n_0000000000)
 [n:127.0.0.1:44610_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> 1161591 INFO  (qtp1016239370-10147) [n:127.0.0.1:55150_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=2378
   [junit4]   2> 1161610 INFO  (qtp1016239370-10155) [n:127.0.0.1:55150_solr 
c:dv_coll s:shard2 r:core_node4 x:dv_coll_shard2_replica1] 
o.a.s.s.SchemaManager managed schema loaded . version : 0 
   [junit4]   2> 1161614 INFO  (qtp1016239370-10155) [n:127.0.0.1:55150_solr 
c:dv_coll s:shard2 r:core_node4 x:dv_coll_shard2_replica1] o.a.s.s.IndexSchema 
[dv_coll_shard2_replica1] Schema name=minimal
   [junit4]   2> 1161617 INFO  (qtp1016239370-10155) [n:127.0.0.1:55150_solr 
c:dv_coll s:shard2 r:core_node4 x:dv_coll_shard2_replica1] o.a.s.s.IndexSchema 
Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1161641 INFO  (qtp1016239370-10155) [n:127.0.0.1:55150_solr 
c:dv_coll s:shard2 r:core_node4 x:dv_coll_shard2_replica1] o.a.s.c.ZkController 
Persisted config data to node /configs/conf1/managed-schema 
   [junit4]   2> 1161641 INFO  
(zkCallback-1636-thread-3-processing-n:127.0.0.1:44610_solr) 
[n:127.0.0.1:44610_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> 1161641 INFO  
(zkCallback-1636-thread-1-processing-n:127.0.0.1:44610_solr) 
[n:127.0.0.1:44610_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> 1161642 INFO  
(zkCallback-1642-thread-1-processing-n:127.0.0.1:55150_solr) 
[n:127.0.0.1:55150_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> 1161642 INFO  
(zkCallback-1642-thread-2-processing-n:127.0.0.1:55150_solr) 
[n:127.0.0.1:55150_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> 1161642 INFO  
(zkCallback-1636-thread-1-processing-n:127.0.0.1:44610_solr) 
[n:127.0.0.1:44610_solr    ] o.a.s.s.ZkIndexSchemaReader Retrieved schema 
version 1 from ZooKeeper
   [junit4]   2> 1161642 INFO  
(zkCallback-1636-thread-3-processing-n:127.0.0.1:44610_solr) 
[n:127.0.0.1:44610_solr    ] o.a.s.s.ZkIndexSchemaReader Retrieved schema 
version 1 from ZooKeeper
   [junit4]   2> 1161645 INFO  
(zkCallback-1636-thread-1-processing-n:127.0.0.1:44610_solr) 
[n:127.0.0.1:44610_solr    ] o.a.s.s.IndexSchema [dv_coll_shard3_replica1] 
Schema name=minimal
   [junit4]   2> 1161645 INFO  
(zkCallback-1642-thread-1-processing-n:127.0.0.1:55150_solr) 
[n:127.0.0.1:55150_solr    ] o.a.s.s.ZkIndexSchemaReader Retrieved schema 
version 1 from ZooKeeper
   [junit4]   2> 1161649 INFO  (qtp1016239370-10155) [n:127.0.0.1:55150_solr 
c:dv_coll s:shard2 r:core_node4 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> 1161655 INFO  
(zkCallback-1636-thread-1-processing-n:127.0.0.1:44610_solr) 
[n:127.0.0.1:44610_solr    ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with 
uniqueid field id
   [junit4]   2> 1161655 INFO  
(zkCallback-1636-thread-1-processing-n:127.0.0.1:44610_solr) 
[n:127.0.0.1:44610_solr    ] o.a.s.s.ZkIndexSchemaReader Finished refreshing 
schema in 12 ms
   [junit4]   2> 1161655 INFO  
(zkCallback-1642-thread-1-processing-n:127.0.0.1:55150_solr) 
[n:127.0.0.1:55150_solr    ] o.a.s.s.IndexSchema [dv_coll_shard4_replica1] 
Schema name=minimal
   [junit4]   2> 1161658 INFO  (qtp769838975-10129) [n:127.0.0.1:44610_solr 
c:dv_coll s:shard1 r:core_node1 x:dv_coll_shard1_replica1] 
o.a.s.h.SchemaHandler REFRESHING SCHEMA (refreshIfBelowVersion=1, 
currentVersion=0) before returning version!
   [junit4]   2> 1161658 INFO  (qtp1016239370-10156) [n:127.0.0.1:55150_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> 1161659 INFO  
(zkCallback-1636-thread-3-processing-n:127.0.0.1:44610_solr) 
[n:127.0.0.1:44610_solr    ] o.a.s.s.IndexSchema [dv_coll_shard1_replica1] 
Schema name=minimal
   [junit4]   2> 1161667 INFO  
(zkCallback-1636-thread-3-processing-n:127.0.0.1:44610_solr) 
[n:127.0.0.1:44610_solr    ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with 
uniqueid field id
   [junit4]   2> 1161667 INFO  
(zkCallback-1636-thread-3-processing-n:127.0.0.1:44610_solr) 
[n:127.0.0.1:44610_solr    ] o.a.s.s.ZkIndexSchemaReader Finished refreshing 
schema in 24 ms
   [junit4]   2> 1161667 INFO  (qtp769838975-10129) [n:127.0.0.1:44610_solr 
c:dv_coll s:shard1 r:core_node1 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=9
   [junit4]   2> 1161670 INFO  
(zkCallback-1642-thread-1-processing-n:127.0.0.1:55150_solr) 
[n:127.0.0.1:55150_solr    ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with 
uniqueid field id
   [junit4]   2> 1161670 INFO  
(zkCallback-1642-thread-1-processing-n:127.0.0.1:55150_solr) 
[n:127.0.0.1:55150_solr    ] o.a.s.s.ZkIndexSchemaReader Finished refreshing 
schema in 24 ms
   [junit4]   2> 1161671 INFO  (qtp1016239370-10156) [n:127.0.0.1:55150_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=12
   [junit4]   2> 1161671 INFO  (Thread-2705) [n:127.0.0.1:44610_solr    ] 
o.a.s.c.SolrCore config update listener called for core dv_coll_shard1_replica1
   [junit4]   2> 1161672 INFO  (Thread-2706) [n:127.0.0.1:55150_solr    ] 
o.a.s.c.SolrCore config update listener called for core dv_coll_shard4_replica1
   [junit4]   2> 1161674 INFO  (qtp769838975-10130) [n:127.0.0.1:44610_solr 
c:dv_coll s:shard3 r:core_node3 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=0
   [junit4]   2> 1161675 INFO  (qtp1016239370-10155) [n:127.0.0.1:55150_solr 
c:dv_coll s:shard2 r:core_node4 x:dv_coll_shard2_replica1] 
o.a.s.s.ManagedIndexSchema Took 26.0ms for 3 replicas to apply schema update 
version 1 for collection dv_coll
   [junit4]   2> 1161675 INFO  (qtp1016239370-10155) [n:127.0.0.1:55150_solr 
c:dv_coll s:shard2 r:core_node4 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=66
   [junit4]   2> 1161680 INFO  
(zkCallback-1642-thread-2-processing-n:127.0.0.1:55150_solr) 
[n:127.0.0.1:55150_solr    ] o.a.s.s.ZkIndexSchemaReader Retrieved schema 
version 1 from ZooKeeper
   [junit4]   2> 1161691 INFO  (Thread-2705) [n:127.0.0.1:44610_solr    ] 
o.a.s.c.SolrCore config update listener called for core dv_coll_shard3_replica1
   [junit4]   2> 1161692 INFO  (Thread-2706) [n:127.0.0.1:55150_solr    ] 
o.a.s.c.SolrCore config update listener called for core dv_coll_shard2_replica1
   [junit4]   2> 1161704 INFO  
(TEST-DocValuesNotIndexedTest.testDistribFaceting-seed#[8080C71C649636E9]) [    
] o.a.s.SolrTestCaseJ4 ###Starting testDistribFaceting
   [junit4]   2> 1161707 INFO  
(zkCallback-1642-thread-2-processing-n:127.0.0.1:55150_solr) 
[n:127.0.0.1:55150_solr    ] o.a.s.s.IndexSchema [dv_coll_shard2_replica1] 
Schema name=minimal
   [junit4]   2> 1161707 INFO  (Thread-2706) [n:127.0.0.1:55150_solr    ] 
o.a.s.s.SchemaManager managed schema loaded . version : 1 
   [junit4]   2> 1161713 INFO  
(zkCallback-1642-thread-2-processing-n:127.0.0.1:55150_solr) 
[n:127.0.0.1:55150_solr    ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with 
uniqueid field id
   [junit4]   2> 1161713 INFO  
(zkCallback-1642-thread-2-processing-n:127.0.0.1:55150_solr) 
[n:127.0.0.1:55150_solr    ] o.a.s.s.ZkIndexSchemaReader Finished refreshing 
schema in 33 ms
   [junit4]   2> 1161720 INFO  (Thread-2706) [n:127.0.0.1:55150_solr    ] 
o.a.s.s.IndexSchema [dv_coll_shard2_replica1] Schema name=minimal
   [junit4]   2> 1161724 INFO  (qtp1016239370-10157) [n:127.0.0.1:55150_solr 
c:dv_coll s:shard2 r:core_node4 x:dv_coll_shard2_replica1] 
o.a.s.u.p.LogUpdateProcessorFactory [dv_coll_shard2_replica1]  webapp=/solr 
path=/update 
params={update.distrib=TOLEADER&distrib.from=http://127.0.0.1:44610/solr/dv_coll_shard3_replica1/&wt=javabin&version=2}{deleteByQuery=*:*
 (-1552118167233363968)} 0 2
   [junit4]   2> 1161726 INFO  (qtp1016239370-10157) [n:127.0.0.1:55150_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=http://127.0.0.1:44610/solr/dv_coll_shard3_replica1/&wt=javabin&version=2}{deleteByQuery=*:*
 (-1552118167235461120)} 0 1
   [junit4]   2> 1161728 INFO  (qtp769838975-10123) [n:127.0.0.1:44610_solr 
c:dv_coll s:shard1 r:core_node1 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=http://127.0.0.1:44610/solr/dv_coll_shard3_replica1/&wt=javabin&version=2}{deleteByQuery=*:*
 (-1552118167237558272)} 0 2
   [junit4]   2> 1161729 INFO  (qtp769838975-10130) [n:127.0.0.1:44610_solr 
c:dv_coll s:shard3 r:core_node3 x:dv_coll_shard3_replica1] 
o.a.s.u.p.LogUpdateProcessorFactory [dv_coll_shard3_replica1]  webapp=/solr 
path=/update params={wt=javabin&version=2}{deleteByQuery=*:* 
(-1552118167224975360)} 0 15
   [junit4]   2> 1161731 INFO  (qtp769838975-10121) [n:127.0.0.1:44610_solr 
c:dv_coll s:shard1 r:core_node1 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> 1161731 INFO  (qtp769838975-10121) [n:127.0.0.1:44610_solr 
c:dv_coll s:shard1 r:core_node1 x:dv_coll_shard1_replica1] 
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 1161733 INFO  (qtp769838975-10124) [n:127.0.0.1:44610_solr 
c:dv_coll s:shard3 r:core_node3 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> 1161734 INFO  (qtp769838975-10124) [n:127.0.0.1:44610_solr 
c:dv_coll s:shard3 r:core_node3 x:dv_coll_shard3_replica1] 
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 1161738 INFO  (Thread-2706) [n:127.0.0.1:55150_solr    ] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1161738 INFO  (Thread-2706) [n:127.0.0.1:55150_solr    ] 
o.a.s.c.SolrCore core reload dv_coll_shard2_replica1
   [junit4]   2> 1161738 INFO  (qtp769838975-10121) [n:127.0.0.1:44610_solr 
c:dv_coll s:shard1 r:core_node1 x:dv_coll_shard1_replica1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@2e3b40de[dv_coll_shard1_replica1] 
main]
   [junit4]   2> 1161739 INFO  (qtp769838975-10124) [n:127.0.0.1:44610_solr 
c:dv_coll s:shard3 r:core_node3 x:dv_coll_shard3_replica1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@3c6fc3ac[dv_coll_shard3_replica1] 
main]
   [junit4]   2> 1161739 INFO  (qtp769838975-10124) [n:127.0.0.1:44610_solr 
c:dv_coll s:shard3 r:core_node3 x:dv_coll_shard3_replica1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1161739 INFO  (qtp769838975-10121) [n:127.0.0.1:44610_solr 
c:dv_coll s:shard1 r:core_node1 x:dv_coll_shard1_replica1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1161739 INFO  
(searcherExecutor-4315-thread-1-processing-n:127.0.0.1:44610_solr 
x:dv_coll_shard3_replica1 s:shard3 c:dv_coll r:core_node3) 
[n:127.0.0.1:44610_solr c:dv_coll s:shard3 r:core_node3 
x:dv_coll_shard3_replica1] o.a.s.c.SolrCore [dv_coll_shard3_replica1] 
Registered new searcher Searcher@3c6fc3ac[dv_coll_shard3_replica1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1161739 INFO  (qtp1016239370-10144) [n:127.0.0.1:55150_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> 1161739 INFO  (qtp1016239370-10144) [n:127.0.0.1:55150_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> 1161740 INFO  
(searcherExecutor-4311-thread-1-processing-n:127.0.0.1:44610_solr 
x:dv_coll_shard1_replica1 s:shard1 c:dv_coll r:core_node1) 
[n:127.0.0.1:44610_solr c:dv_coll s:shard1 r:core_node1 
x:dv_coll_shard1_replica1] o.a.s.c.SolrCore [dv_coll_shard1_replica1] 
Registered new searcher Searcher@2e3b40de[dv_coll_shard1_replica1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1161740 INFO  (qtp1016239370-10144) [n:127.0.0.1:55150_solr 
c:dv_coll s:shard4 r:core_node2 x:dv_coll_shard4_replica1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@61a2601d[dv_coll_shard4_replica1] 
main]
   [junit4]   2> 1161740 INFO  (qtp769838975-10121) [n:127.0.0.1:44610_solr 
c:dv_coll s:shard1 r:core_node1 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=http://127.0.0.1:55150/solr/dv_coll_shard4_replica1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 8
   [junit4]   2> 1161740 INFO  (qtp1016239370-10144) [n:127.0.0.1:55150_solr 
c:dv_coll s:shard4 r:core_node2 x:dv_coll_shard4_replica1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1161740 INFO  
(searcherExecutor-4312-thread-1-processing-n:127.0.0.1:55150_solr 
x:dv_coll_shard4_replica1 s:shard4 c:dv_coll r:core_node2) 
[n:127.0.0.1:55150_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@61a2601d[dv_coll_shard4_replica1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1161740 INFO  (qtp1016239370-10144) [n:127.0.0.1:55150_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=http://127.0.0.1:55150/solr/dv_coll_shard4_replica1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 1
   [junit4]   2> 1161740 INFO  (qtp769838975-10124) [n:127.0.0.1:44610_solr 
c:dv_coll s:shard3 r:core_node3 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=http://127.0.0.1:55150/solr/dv_coll_shard4_replica1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 7
   [junit4]   2> 1161741 INFO  (qtp1016239370-10148) [n:127.0.0.1:55150_solr 
c:dv_coll s:shard2 r:core_node4 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> 1161741 INFO  (qtp1016239370-10148) [n:127.0.0.1:55150_solr 
c:dv_coll s:shard2 r:core_node4 x:dv_coll_shard2_replica1] 
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 1161742 INFO  (qtp1016239370-10148) [n:127.0.0.1:55150_solr 
c:dv_coll s:shard2 r:core_node4 x:dv_coll_shard2_replica1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@445a9df5[dv_coll_shard2_replica1] 
main]
   [junit4]   2> 1161742 INFO  (qtp1016239370-10148) [n:127.0.0.1:55150_solr 
c:dv_coll s:shard2 r:core_node4 x:dv_coll_shard2_replica1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1161742 INFO  
(searcherExecutor-4310-thread-1-processing-n:127.0.0.1:55150_solr 
x:dv_coll_shard2_replica1 s:shard2 c:dv_coll r:core_node4) 
[n:127.0.0.1:55150_solr c:dv_coll s:shard2 r:core_node4 
x:dv_coll_shard2_replica1] o.a.s.c.SolrCore [dv_coll_shard2_replica1] 
Registered new searcher Searcher@445a9df5[dv_coll_shard2_replica1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1161742 INFO  (qtp1016239370-10148) [n:127.0.0.1:55150_solr 
c:dv_coll s:shard2 r:core_node4 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=http://127.0.0.1:55150/solr/dv_coll_shard4_replica1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 2
   [junit4]   2> 1161742 INFO  (qtp1016239370-10151) [n:127.0.0.1:55150_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:3&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
 0 12
   [junit4]   2> 1161750 INFO  (qtp769838975-10125) [n:127.0.0.1:44610_solr 
c:dv_coll s:shard1 r:core_node1 x:dv_coll_shard1_replica1] 
o.a.s.u.p.LogUpdateProcessorFactory [dv_coll_shard1_replica1]  webapp=/solr 
path=/update params={_stateVer_=dv_coll:3&wt=javabin&version=2}{add=[1 
(1552118167260626944)]} 0 2
   [junit4]   2> 1161752 INFO  (qtp1016239370-10144) [n:127.0.0.1:55150_solr 
c:dv_coll s:shard2 r:core_node4 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> 1161752 INFO  (qtp1016239370-10144) [n:127.0.0.1:55150_solr 
c:dv_coll s:shard2 r:core_node4 x:dv_coll_shard2_replica1] 
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 1161752 INFO  (qtp1016239370-10144) [n:127.0.0.1:55150_solr 
c:dv_coll s:shard2 r:core_node4 x:dv_coll_shard2_replica1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1161753 INFO  (qtp1016239370-10144) [n:127.0.0.1:55150_solr 
c:dv_coll s:shard2 r:core_node4 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=http://127.0.0.1:44610/solr/dv_coll_shard1_replica1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 0
   [junit4]   2> 1161754 INFO  (qtp769838975-10129) [n:127.0.0.1:44610_solr 
c:dv_coll s:shard1 r:core_node1 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> 1161754 INFO  (qtp769838975-10129) [n:127.0.0.1:44610_solr 
c:dv_coll s:shard1 r:core_node1 x:dv_coll_shard1_replica1] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@6c62044b
   [junit4]   2> 1161759 INFO  (qtp1016239370-10147) [n:127.0.0.1:55150_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> 1161759 INFO  (qtp1016239370-10147) [n:127.0.0.1:55150_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> 1161760 INFO  (qtp769838975-10131) [n:127.0.0.1:44610_solr 
c:dv_coll s:shard3 r:core_node3 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> 1161760 INFO  (qtp769838975-10131) [n:127.0.0.1:44610_solr 
c:dv_coll s:shard3 r:core_node3 x:dv_coll_shard3_replica1] 
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 1161760 INFO  (qtp769838975-10131) [n:127.0.0.1:44610_solr 
c:dv_coll s:shard3 r:core_node3 x:dv_coll_shard3_replica1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1161761 INFO  (qtp769838975-10131) [n:127.0.0.1:44610_solr 
c:dv_coll s:shard3 r:core_node3 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=http://127.0.0.1:44610/solr/dv_coll_shard1_replica1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 1
   [junit4]   2> 1161767 INFO  (Thread-2706) [n:127.0.0.1:55150_solr    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1161783 INFO  (Thread-2706) [n:127.0.0.1:55150_solr    ] 
o.a.s.s.IndexSchema [dv_coll_shard2_replica1] Schema name=minimal
   [junit4]   2> 1161784 INFO  (qtp1016239370-10147) [n:127.0.0.1:55150_solr 
c:dv_coll s:shard4 r:core_node2 x:dv_coll_shard4_replica1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1161784 INFO  (qtp1016239370-10147) [n:127.0.0.1:55150_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=http://127.0.0.1:44610/solr/dv_coll_shard1_replica1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 25
   [junit4]   2> 1161787 INFO  (qtp769838975-10129) [n:127.0.0.1:44610_solr 
c:dv_coll s:shard1 r:core_node1 x:dv_coll_shard1_replica1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@22d94766[dv_coll_shard1_replica1] 
main]
   [junit4]   2> 1161787 INFO  (qtp769838975-10129) [n:127.0.0.1:44610_solr 
c:dv_coll s:shard1 r:core_node1 x:dv_coll_shard1_replica1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1161788 INFO  
(searcherExecutor-4311-thread-1-processing-n:127.0.0.1:44610_solr 
x:dv_coll_shard1_replica1 s:shard1 c:dv_coll r:core_node1) 
[n:127.0.0.1:44610_solr c:dv_coll s:shard1 r:core_node1 
x:dv_coll_shard1_replica1] o.a.s.c.SolrCore [dv_coll_shard1_replica1] 
Registered new searcher Searcher@22d94766[dv_coll_shard1_replica1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.0.0):C1)))}
   [junit4]   2> 1161792 INFO  (qtp769838975-10129) [n:127.0.0.1:44610_solr 
c:dv_coll s:shard1 r:core_node1 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=http://127.0.0.1:44610/solr/dv_coll_shard1_replica1/&commi

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

ldCacheSort, SchemaVersionSpecificBehaviorTest, RulesTest, 
AnalysisAfterCoreReloadTest, TestConfigOverlay, CustomCollectionTest, 
ZkControllerTest, TestRemoteStreaming, TestManagedSynonymFilterFactory, 
ConcurrentDeleteAndCreateCollectionTest, XsltUpdateRequestHandlerTest, 
CdcrUpdateLogTest, SolrRequestParserTest, TestWordDelimiterFilterFactory, 
TestReloadDeadlock, RestartWhileUpdatingTest, TestAnalyzeInfixSuggestions, 
TestCryptoKeys, TestCSVResponseWriter, DocumentBuilderTest, 
XmlUpdateRequestHandlerTest, ClassificationUpdateProcessorIntegrationTest, 
BasicDistributedZkTest, ChaosMonkeySafeLeaderTest, 
CollectionsAPIDistributedZkTest, SyncSliceTest, LeaderElectionIntegrationTest, 
BasicZkTest, RecoveryZkTest, FullSolrCloudDistribCmdsTest, 
TestReplicationHandler, LeaderElectionTest, TestZkChroot, TestRecovery, 
TestRealTimeGet, TestJoin, DistributedTermsComponentTest, StatsComponentTest, 
TestFiltering, SoftAutoCommitTest, SuggesterTSTTest, TestStressLucene, 
SpatialFilterTest, SuggesterWFSTTest, NoCacheHeaderTest, 
TestPseudoReturnFields, TestUpdate, FieldMutatingUpdateProcessorTest, 
QueryEqualityTest, DistanceFunctionTest, DebugComponentTest, CacheHeaderTest, 
LukeRequestHandlerTest, TestReversedWildcardFilterFactory, TestQueryTypes, 
TestSolrQueryParser, SolrPluginUtilsTest, UpdateRequestProcessorFactoryTest, 
JsonLoaderTest, PingRequestHandlerTest, TestPhraseSuggestions, 
TestCodecSupport, TestPerFieldSimilarity, TestIBSimilarityFactory, 
TestJmxMonitoredMap, PluginInfoTest, ChaosMonkeyNothingIsSafeTest, 
CdcrReplicationDistributedZkTest, CdcrVersionReplicationTest, 
CleanupOldIndexTest, CloudExitableDirectoryReaderTest, 
CollectionStateFormat2Test, CollectionTooManyReplicasTest, 
CollectionsAPIAsyncDistributedZkTest, CollectionsAPISolrJTest, 
DeleteReplicaTest, DistribCursorPagingTest, 
DistribDocExpirationUpdateProcessorTest, HttpPartitionTest]
   [junit4] Completed [466/658 (3!)] on J0 in 125.22s, 1 test, 1 error <<< 
FAILURES!

[...truncated 11771 lines...]
   [junit4] Suite: org.apache.solr.uima.processor.UIMAUpdateRequestProcessorTest
   [junit4]   2> Creating dataDir: 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/contrib/solr-uima/test/J0/temp/solr.uima.processor.UIMAUpdateRequestProcessorTest_3D0313FFFB63451D-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> ????. 27, 2016 8:37:50 AM WhitespaceTokenizer initialize
   [junit4]   2> INFO: "Whitespace tokenizer successfully initialized"
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=UIMAUpdateRequestProcessorTest -Dtests.method=testErrorHandling 
-Dtests.seed=3D0313FFFB63451D -Dtests.slow=true -Dtests.locale=mk 
-Dtests.timezone=Indian/Maldives -Dtests.asserts=true 
-Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   6.52s 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([3D0313FFFB63451D:8F76DC1ADB5C4C9]: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: reproduce with: ant test  
-Dtestcase=UIMAUpdateRequestProcessorTest 
-Dtests.method=testMultiplierProcessing -Dtests.seed=3D0313FFFB63451D 
-Dtests.slow=true -Dtests.locale=mk -Dtests.timezone=Indian/Maldives 
-Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   0.04s 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([3D0313FFFB63451D:602D952FC3769E9]: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> ????. 27, 2016 8:37:54 AM WhitespaceTokenizer initialize
   [junit4]   2> INFO: "Whitespace tokenizer successfully initialized"
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=UIMAUpdateRequestProcessorTest -Dtests.method=testProcessing 
-Dtests.seed=3D0313FFFB63451D -Dtests.slow=true -Dtests.locale=mk 
-Dtests.timezone=Indian/Maldives -Dtests.asserts=true 
-Dtests.file.encoding=ISO-8859-1
   [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([3D0313FFFB63451D:2E8D178DBC90C4B7]: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=testTwoUpdates 
-Dtests.seed=3D0313FFFB63451D -Dtests.slow=true -Dtests.locale=mk 
-Dtests.timezone=Indian/Maldives -Dtests.asserts=true 
-Dtests.file.encoding=ISO-8859-1
   [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([3D0313FFFB63451D:304944A0E34C27B3]: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: leaving temporary files on disk at: 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/contrib/solr-uima/test/J0/temp/solr.uima.processor.UIMAUpdateRequestProcessorTest_3D0313FFFB63451D-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {}, 
docValues:{}, maxPointsInLeafNode=1373, maxMBSortInHeap=7.919182768184008, 
sim=RandomSimilarity(queryNorm=true): {}, locale=mk, timezone=Indian/Maldives
   [junit4]   2> NOTE: SunOS 5.11 amd64/Oracle Corporation 1.8.0_102 
(64-bit)/cpus=3,threads=1,free=234199904,total=508559360
   [junit4]   2> NOTE: All tests run in this JVM: 
[UIMAUpdateRequestProcessorTest]
   [junit4] Completed [2/2 (1!)] on J0 in 13.91s, 6 tests, 4 errors <<< 
FAILURES!

[...truncated 51250 lines...]

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to