Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-MacOSX/4218/
Java: 64bit/jdk1.8.0 -XX:+UseCompressedOops -XX:+UseSerialGC

4 tests failed.
FAILED:  org.apache.solr.cloud.CustomCollectionTest.testRouteFieldForHashRouter

Error Message:
Collection not found: routeFieldColl

Stack Trace:
org.apache.solr.common.SolrException: Collection not found: routeFieldColl
        at 
__randomizedtesting.SeedInfo.seed([FF92FB4D29E87AF8:57A46590B68991A2]:0)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.getCollectionNames(CloudSolrClient.java:1139)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:822)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:793)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:178)
        at 
org.apache.solr.client.solrj.request.UpdateRequest.commit(UpdateRequest.java:233)
        at 
org.apache.solr.cloud.CustomCollectionTest.testRouteFieldForHashRouter(CustomCollectionTest.java:166)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.cloud.CustomCollectionTest.testCustomCollectionsAPI

Error Message:
Could not find collection : implicitcoll

Stack Trace:
org.apache.solr.common.SolrException: Could not find collection : implicitcoll
        at 
__randomizedtesting.SeedInfo.seed([FF92FB4D29E87AF8:957375261472CC80]:0)
        at 
org.apache.solr.common.cloud.ClusterState.getCollection(ClusterState.java:111)
        at 
org.apache.solr.cloud.SolrCloudTestCase.getCollectionState(SolrCloudTestCase.java:247)
        at 
org.apache.solr.cloud.CustomCollectionTest.testCustomCollectionsAPI(CustomCollectionTest.java:68)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.cloud.DocValuesNotIndexedTest.testGroupingSorting

Error Message:
Should have exactly 4 documents returned expected:<4> but was:<3>

Stack Trace:
java.lang.AssertionError: Should have exactly 4 documents returned expected:<4> 
but was:<3>
        at 
__randomizedtesting.SeedInfo.seed([FF92FB4D29E87AF8:E1AAF3455543C078]: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.DocValuesNotIndexedTest.checkSortOrder(DocValuesNotIndexedTest.java:260)
        at 
org.apache.solr.cloud.DocValuesNotIndexedTest.testGroupingSorting(DocValuesNotIndexedTest.java:245)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)


FAILED:  
org.apache.solr.handler.TestReplicationHandler.doTestIndexAndConfigReplication

Error Message:
Index: 0, Size: 0

Stack Trace:
java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
        at 
__randomizedtesting.SeedInfo.seed([FF92FB4D29E87AF8:EBDAA0180AEFC7E6]:0)
        at java.util.ArrayList.rangeCheck(ArrayList.java:653)
        at java.util.ArrayList.get(ArrayList.java:429)
        at 
org.apache.solr.handler.TestReplicationHandler.doTestIndexAndConfigReplication(TestReplicationHandler.java:561)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 12221 lines...]
   [junit4] Suite: org.apache.solr.cloud.DocValuesNotIndexedTest
   [junit4]   2> 1281809 INFO  
(SUITE-DocValuesNotIndexedTest-seed#[FF92FB4D29E87AF8]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DocValuesNotIndexedTest_FF92FB4D29E87AF8-001/init-core-data-001
   [junit4]   2> 1281809 WARN  
(SUITE-DocValuesNotIndexedTest-seed#[FF92FB4D29E87AF8]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=1 numCloses=1
   [junit4]   2> 1281810 INFO  
(SUITE-DocValuesNotIndexedTest-seed#[FF92FB4D29E87AF8]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 1281814 INFO  
(SUITE-DocValuesNotIndexedTest-seed#[FF92FB4D29E87AF8]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN) 
w/ MAC_OS_X supressed clientAuth
   [junit4]   2> 1281816 INFO  
(SUITE-DocValuesNotIndexedTest-seed#[FF92FB4D29E87AF8]-worker) [    ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DocValuesNotIndexedTest_FF92FB4D29E87AF8-001/tempDir-001
   [junit4]   2> 1281816 INFO  
(SUITE-DocValuesNotIndexedTest-seed#[FF92FB4D29E87AF8]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1281816 INFO  (Thread-1018) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1281816 INFO  (Thread-1018) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 1281820 ERROR (Thread-1018) [    ] o.a.z.s.ZooKeeperServer 
ZKShutdownHandler is not registered, so ZooKeeper server won't take any action 
on ERROR or SHUTDOWN server state changes
   [junit4]   2> 1281926 INFO  
(SUITE-DocValuesNotIndexedTest-seed#[FF92FB4D29E87AF8]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:57025
   [junit4]   2> 1281954 INFO  (jetty-launcher-1484-thread-1) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 1281954 INFO  (jetty-launcher-1484-thread-2) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 1281955 INFO  (jetty-launcher-1484-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@7d0f1f36{/solr,null,AVAILABLE}
   [junit4]   2> 1281956 INFO  (jetty-launcher-1484-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@18f2e738{/solr,null,AVAILABLE}
   [junit4]   2> 1281958 INFO  (jetty-launcher-1484-thread-1) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@144e8e7e{SSL,[ssl, 
http/1.1]}{127.0.0.1:57027}
   [junit4]   2> 1281958 INFO  (jetty-launcher-1484-thread-1) [    ] 
o.e.j.s.Server Started @1289671ms
   [junit4]   2> 1281958 INFO  (jetty-launcher-1484-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=57027}
   [junit4]   2> 1281958 INFO  (jetty-launcher-1484-thread-2) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@ecfc4d3{SSL,[ssl, 
http/1.1]}{127.0.0.1:57028}
   [junit4]   2> 1281958 INFO  (jetty-launcher-1484-thread-2) [    ] 
o.e.j.s.Server Started @1289671ms
   [junit4]   2> 1281958 ERROR (jetty-launcher-1484-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1281958 INFO  (jetty-launcher-1484-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=57028}
   [junit4]   2> 1281959 INFO  (jetty-launcher-1484-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.0.0
   [junit4]   2> 1281959 ERROR (jetty-launcher-1484-thread-2) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1281959 INFO  (jetty-launcher-1484-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1281959 INFO  (jetty-launcher-1484-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 1281959 INFO  (jetty-launcher-1484-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.0.0
   [junit4]   2> 1281959 INFO  (jetty-launcher-1484-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1281959 INFO  (jetty-launcher-1484-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 1281959 INFO  (jetty-launcher-1484-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-10-10T23:00:07.757Z
   [junit4]   2> 1281959 INFO  (jetty-launcher-1484-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-10-10T23:00:07.757Z
   [junit4]   2> 1281961 INFO  (jetty-launcher-1484-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1281961 INFO  (jetty-launcher-1484-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1281971 INFO  (jetty-launcher-1484-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:57025/solr
   [junit4]   2> 1281971 INFO  (jetty-launcher-1484-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:57025/solr
   [junit4]   2> 1282119 INFO  (jetty-launcher-1484-thread-2) 
[n:127.0.0.1:57028_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1282119 INFO  (jetty-launcher-1484-thread-1) 
[n:127.0.0.1:57027_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1282120 INFO  (jetty-launcher-1484-thread-2) 
[n:127.0.0.1:57028_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:57028_solr
   [junit4]   2> 1282121 INFO  (jetty-launcher-1484-thread-1) 
[n:127.0.0.1:57027_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:57027_solr
   [junit4]   2> 1282121 INFO  (jetty-launcher-1484-thread-2) 
[n:127.0.0.1:57028_solr    ] o.a.s.c.Overseer Overseer 
(id=98807081049522182-127.0.0.1:57028_solr-n_0000000000) starting
   [junit4]   2> 1282122 INFO  
(zkCallback-1496-thread-1-processing-n:127.0.0.1:57028_solr) 
[n:127.0.0.1:57028_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 1282123 INFO  
(zkCallback-1495-thread-1-processing-n:127.0.0.1:57027_solr) 
[n:127.0.0.1:57027_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 1282135 INFO  (jetty-launcher-1484-thread-2) 
[n:127.0.0.1:57028_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:57028_solr
   [junit4]   2> 1282174 INFO  
(zkCallback-1495-thread-1-processing-n:127.0.0.1:57027_solr) 
[n:127.0.0.1:57027_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 1282174 INFO  
(zkCallback-1496-thread-1-processing-n:127.0.0.1:57028_solr) 
[n:127.0.0.1:57028_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 1282221 INFO  (jetty-launcher-1484-thread-1) 
[n:127.0.0.1:57027_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_57027.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@379adc53
   [junit4]   2> 1282227 INFO  (jetty-launcher-1484-thread-1) 
[n:127.0.0.1:57027_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_57027.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@379adc53
   [junit4]   2> 1282228 INFO  (jetty-launcher-1484-thread-1) 
[n:127.0.0.1:57027_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_57027.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@379adc53
   [junit4]   2> 1282230 INFO  (jetty-launcher-1484-thread-1) 
[n:127.0.0.1:57027_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DocValuesNotIndexedTest_FF92FB4D29E87AF8-001/tempDir-001/node1/.
   [junit4]   2> 1282235 INFO  (jetty-launcher-1484-thread-2) 
[n:127.0.0.1:57028_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_57028.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@379adc53
   [junit4]   2> 1282241 INFO  (jetty-launcher-1484-thread-2) 
[n:127.0.0.1:57028_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_57028.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@379adc53
   [junit4]   2> 1282241 INFO  (jetty-launcher-1484-thread-2) 
[n:127.0.0.1:57028_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_57028.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@379adc53
   [junit4]   2> 1282242 INFO  (jetty-launcher-1484-thread-2) 
[n:127.0.0.1:57028_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DocValuesNotIndexedTest_FF92FB4D29E87AF8-001/tempDir-001/node2/.
   [junit4]   2> 1282281 INFO  
(SUITE-DocValuesNotIndexedTest-seed#[FF92FB4D29E87AF8]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1282283 INFO  
(SUITE-DocValuesNotIndexedTest-seed#[FF92FB4D29E87AF8]-worker) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:57025/solr ready
   [junit4]   2> 1282309 INFO  (qtp984871037-8387) [n:127.0.0.1:57027_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
replicationFactor=1&collection.configName=conf1&maxShardsPerNode=2&name=dv_coll&nrtReplicas=1&action=CREATE&numShards=4&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1282311 INFO  
(OverseerThreadFactory-2722-thread-1-processing-n:127.0.0.1:57028_solr) 
[n:127.0.0.1:57028_solr    ] o.a.s.c.CreateCollectionCmd Create collection 
dv_coll
   [junit4]   2> 1282448 INFO  
(OverseerStateUpdate-98807081049522182-127.0.0.1:57028_solr-n_0000000000) 
[n:127.0.0.1:57028_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"dv_coll",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"dv_coll_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:57027/solr";,
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 1282455 INFO  
(OverseerStateUpdate-98807081049522182-127.0.0.1:57028_solr-n_0000000000) 
[n:127.0.0.1:57028_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"dv_coll",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"dv_coll_shard2_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:57028/solr";,
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 1282467 INFO  
(OverseerStateUpdate-98807081049522182-127.0.0.1:57028_solr-n_0000000000) 
[n:127.0.0.1:57028_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"dv_coll",
   [junit4]   2>   "shard":"shard3",
   [junit4]   2>   "core":"dv_coll_shard3_replica_n4",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:57027/solr";,
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 1282475 INFO  
(OverseerStateUpdate-98807081049522182-127.0.0.1:57028_solr-n_0000000000) 
[n:127.0.0.1:57028_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"dv_coll",
   [junit4]   2>   "shard":"shard4",
   [junit4]   2>   "core":"dv_coll_shard4_replica_n6",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:57028/solr";,
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 1282695 INFO  (qtp984871037-8388) [n:127.0.0.1:57027_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf1&newCollection=true&name=dv_coll_shard1_replica_n1&action=CREATE&numShards=4&collection=dv_coll&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1282696 INFO  (qtp984871037-8388) [n:127.0.0.1:57027_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 1282702 INFO  (qtp984871037-8384) [n:127.0.0.1:57027_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node7&collection.configName=conf1&newCollection=true&name=dv_coll_shard3_replica_n4&action=CREATE&numShards=4&collection=dv_coll&shard=shard3&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1282718 INFO  (qtp199330587-8392) [n:127.0.0.1:57028_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node8&collection.configName=conf1&newCollection=true&name=dv_coll_shard4_replica_n6&action=CREATE&numShards=4&collection=dv_coll&shard=shard4&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1282718 INFO  (qtp199330587-8398) [n:127.0.0.1:57028_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node5&collection.configName=conf1&newCollection=true&name=dv_coll_shard2_replica_n2&action=CREATE&numShards=4&collection=dv_coll&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1282718 INFO  (qtp199330587-8398) [n:127.0.0.1:57028_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 1282832 INFO  
(zkCallback-1495-thread-1-processing-n:127.0.0.1:57027_solr) 
[n:127.0.0.1:57027_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> 1282833 INFO  
(zkCallback-1495-thread-2-processing-n:127.0.0.1:57027_solr) 
[n:127.0.0.1:57027_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> 1282833 INFO  
(zkCallback-1495-thread-3-processing-n:127.0.0.1:57027_solr) 
[n:127.0.0.1:57027_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> 1282835 INFO  
(zkCallback-1496-thread-1-processing-n:127.0.0.1:57028_solr) 
[n:127.0.0.1:57028_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> 1282835 INFO  
(zkCallback-1496-thread-2-processing-n:127.0.0.1:57028_solr) 
[n:127.0.0.1:57028_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> 1283753 INFO  (qtp199330587-8392) [n:127.0.0.1:57028_solr 
c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n6] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1283753 INFO  (qtp984871037-8388) [n:127.0.0.1:57027_solr 
c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1283753 INFO  (qtp984871037-8384) [n:127.0.0.1:57027_solr 
c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1283770 INFO  (qtp199330587-8398) [n:127.0.0.1:57028_solr 
c:dv_coll s:shard2 r:core_node5 x:dv_coll_shard2_replica_n2] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1283772 INFO  (qtp199330587-8392) [n:127.0.0.1:57028_solr 
c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n6] 
o.a.s.s.IndexSchema [dv_coll_shard4_replica_n6] Schema name=minimal
   [junit4]   2> 1283774 INFO  (qtp984871037-8388) [n:127.0.0.1:57027_solr 
c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1] 
o.a.s.s.IndexSchema [dv_coll_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 1283775 INFO  (qtp199330587-8392) [n:127.0.0.1:57028_solr 
c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n6] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1283775 INFO  (qtp199330587-8392) [n:127.0.0.1:57028_solr 
c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n6] 
o.a.s.c.CoreContainer Creating SolrCore 'dv_coll_shard4_replica_n6' using 
configuration from collection dv_coll, trusted=true
   [junit4]   2> 1283775 INFO  (qtp199330587-8392) [n:127.0.0.1:57028_solr 
c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n6] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_57028.solr.core.dv_coll.shard4.replica_n6' (registry 
'solr.core.dv_coll.shard4.replica_n6') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@379adc53
   [junit4]   2> 1283775 INFO  (qtp199330587-8392) [n:127.0.0.1:57028_solr 
c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n6] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 1283775 INFO  (qtp199330587-8392) [n:127.0.0.1:57028_solr 
c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n6] o.a.s.c.SolrCore 
[[dv_coll_shard4_replica_n6] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DocValuesNotIndexedTest_FF92FB4D29E87AF8-001/tempDir-001/node2/dv_coll_shard4_replica_n6],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DocValuesNotIndexedTest_FF92FB4D29E87AF8-001/tempDir-001/node2/./dv_coll_shard4_replica_n6/data/]
   [junit4]   2> 1283775 INFO  (qtp984871037-8388) [n:127.0.0.1:57027_solr 
c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1283775 INFO  (qtp984871037-8388) [n:127.0.0.1:57027_solr 
c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1] 
o.a.s.c.CoreContainer Creating SolrCore 'dv_coll_shard1_replica_n1' using 
configuration from collection dv_coll, trusted=true
   [junit4]   2> 1283776 INFO  (qtp984871037-8388) [n:127.0.0.1:57027_solr 
c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_57027.solr.core.dv_coll.shard1.replica_n1' (registry 
'solr.core.dv_coll.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@379adc53
   [junit4]   2> 1283776 INFO  (qtp984871037-8388) [n:127.0.0.1:57027_solr 
c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 1283776 INFO  (qtp984871037-8388) [n:127.0.0.1:57027_solr 
c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1] o.a.s.c.SolrCore 
[[dv_coll_shard1_replica_n1] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DocValuesNotIndexedTest_FF92FB4D29E87AF8-001/tempDir-001/node1/dv_coll_shard1_replica_n1],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DocValuesNotIndexedTest_FF92FB4D29E87AF8-001/tempDir-001/node1/./dv_coll_shard1_replica_n1/data/]
   [junit4]   2> 1283779 INFO  (qtp984871037-8384) [n:127.0.0.1:57027_solr 
c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4] 
o.a.s.s.IndexSchema [dv_coll_shard3_replica_n4] Schema name=minimal
   [junit4]   2> 1283780 INFO  (qtp984871037-8384) [n:127.0.0.1:57027_solr 
c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1283780 INFO  (qtp984871037-8384) [n:127.0.0.1:57027_solr 
c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4] 
o.a.s.c.CoreContainer Creating SolrCore 'dv_coll_shard3_replica_n4' using 
configuration from collection dv_coll, trusted=true
   [junit4]   2> 1283781 INFO  (qtp984871037-8384) [n:127.0.0.1:57027_solr 
c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_57027.solr.core.dv_coll.shard3.replica_n4' (registry 
'solr.core.dv_coll.shard3.replica_n4') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@379adc53
   [junit4]   2> 1283781 INFO  (qtp984871037-8384) [n:127.0.0.1:57027_solr 
c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 1283781 INFO  (qtp984871037-8384) [n:127.0.0.1:57027_solr 
c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4] o.a.s.c.SolrCore 
[[dv_coll_shard3_replica_n4] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DocValuesNotIndexedTest_FF92FB4D29E87AF8-001/tempDir-001/node1/dv_coll_shard3_replica_n4],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DocValuesNotIndexedTest_FF92FB4D29E87AF8-001/tempDir-001/node1/./dv_coll_shard3_replica_n4/data/]
   [junit4]   2> 1283784 INFO  (qtp199330587-8398) [n:127.0.0.1:57028_solr 
c:dv_coll s:shard2 r:core_node5 x:dv_coll_shard2_replica_n2] 
o.a.s.s.IndexSchema [dv_coll_shard2_replica_n2] Schema name=minimal
   [junit4]   2> 1283786 INFO  (qtp199330587-8398) [n:127.0.0.1:57028_solr 
c:dv_coll s:shard2 r:core_node5 x:dv_coll_shard2_replica_n2] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1283786 INFO  (qtp199330587-8398) [n:127.0.0.1:57028_solr 
c:dv_coll s:shard2 r:core_node5 x:dv_coll_shard2_replica_n2] 
o.a.s.c.CoreContainer Creating SolrCore 'dv_coll_shard2_replica_n2' using 
configuration from collection dv_coll, trusted=true
   [junit4]   2> 1283787 INFO  (qtp199330587-8398) [n:127.0.0.1:57028_solr 
c:dv_coll s:shard2 r:core_node5 x:dv_coll_shard2_replica_n2] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_57028.solr.core.dv_coll.shard2.replica_n2' (registry 
'solr.core.dv_coll.shard2.replica_n2') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@379adc53
   [junit4]   2> 1283787 INFO  (qtp199330587-8398) [n:127.0.0.1:57028_solr 
c:dv_coll s:shard2 r:core_node5 x:dv_coll_shard2_replica_n2] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 1283787 INFO  (qtp199330587-8398) [n:127.0.0.1:57028_solr 
c:dv_coll s:shard2 r:core_node5 x:dv_coll_shard2_replica_n2] o.a.s.c.SolrCore 
[[dv_coll_shard2_replica_n2] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DocValuesNotIndexedTest_FF92FB4D29E87AF8-001/tempDir-001/node2/dv_coll_shard2_replica_n2],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DocValuesNotIndexedTest_FF92FB4D29E87AF8-001/tempDir-001/node2/./dv_coll_shard2_replica_n2/data/]
   [junit4]   2> 1283846 INFO  (qtp984871037-8388) [n:127.0.0.1:57027_solr 
c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1283846 INFO  (qtp984871037-8388) [n:127.0.0.1:57027_solr 
c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1283847 INFO  (qtp984871037-8388) [n:127.0.0.1:57027_solr 
c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1283847 INFO  (qtp984871037-8388) [n:127.0.0.1:57027_solr 
c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1283849 INFO  (qtp984871037-8384) [n:127.0.0.1:57027_solr 
c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1283849 INFO  (qtp984871037-8384) [n:127.0.0.1:57027_solr 
c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1283867 INFO  (qtp984871037-8384) [n:127.0.0.1:57027_solr 
c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1283867 INFO  (qtp984871037-8384) [n:127.0.0.1:57027_solr 
c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1283867 INFO  (qtp984871037-8388) [n:127.0.0.1:57027_solr 
c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@981a9d0[dv_coll_shard1_replica_n1] 
main]
   [junit4]   2> 1283869 INFO  (qtp199330587-8392) [n:127.0.0.1:57028_solr 
c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n6] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1283869 INFO  (qtp199330587-8392) [n:127.0.0.1:57028_solr 
c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n6] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1283869 INFO  (qtp984871037-8388) [n:127.0.0.1:57027_solr 
c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 1283870 INFO  (qtp984871037-8388) [n:127.0.0.1:57027_solr 
c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1283870 INFO  (qtp984871037-8388) [n:127.0.0.1:57027_solr 
c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1] 
o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at 
/configs/conf1/managed-schema
   [junit4]   2> 1283870 INFO  (qtp984871037-8388) [n:127.0.0.1:57027_solr 
c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1] 
o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 1283871 INFO  (qtp199330587-8392) [n:127.0.0.1:57028_solr 
c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n6] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1283871 INFO  (qtp199330587-8392) [n:127.0.0.1:57028_solr 
c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n6] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1283871 INFO  (qtp984871037-8388) [n:127.0.0.1:57027_solr 
c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1283871 INFO  (qtp984871037-8388) [n:127.0.0.1:57027_solr 
c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1580913298945081344
   [junit4]   2> 1283872 INFO  
(searcherExecutor-2728-thread-1-processing-n:127.0.0.1:57027_solr 
x:dv_coll_shard1_replica_n1 s:shard1 c:dv_coll r:core_node3) 
[n:127.0.0.1:57027_solr c:dv_coll s:shard1 r:core_node3 
x:dv_coll_shard1_replica_n1] o.a.s.c.SolrCore [dv_coll_shard1_replica_n1] 
Registered new searcher Searcher@981a9d0[dv_coll_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1283873 INFO  (qtp199330587-8398) [n:127.0.0.1:57028_solr 
c:dv_coll s:shard2 r:core_node5 x:dv_coll_shard2_replica_n2] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1283873 INFO  (qtp199330587-8398) [n:127.0.0.1:57028_solr 
c:dv_coll s:shard2 r:core_node5 x:dv_coll_shard2_replica_n2] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1283874 INFO  (qtp984871037-8384) [n:127.0.0.1:57027_solr 
c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@17dfdcae[dv_coll_shard3_replica_n4] 
main]
   [junit4]   2> 1283874 INFO  (qtp199330587-8398) [n:127.0.0.1:57028_solr 
c:dv_coll s:shard2 r:core_node5 x:dv_coll_shard2_replica_n2] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1283874 INFO  (qtp199330587-8398) [n:127.0.0.1:57028_solr 
c:dv_coll s:shard2 r:core_node5 x:dv_coll_shard2_replica_n2] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1283875 INFO  (qtp199330587-8392) [n:127.0.0.1:57028_solr 
c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n6] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@a989ab3[dv_coll_shard4_replica_n6] 
main]
   [junit4]   2> 1283875 INFO  (qtp984871037-8384) [n:127.0.0.1:57027_solr 
c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 1283876 INFO  (qtp984871037-8384) [n:127.0.0.1:57027_solr 
c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1283876 INFO  (qtp984871037-8384) [n:127.0.0.1:57027_solr 
c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4] 
o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at 
/configs/conf1/managed-schema
   [junit4]   2> 1283876 INFO  (qtp199330587-8392) [n:127.0.0.1:57028_solr 
c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n6] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 1283876 INFO  (qtp199330587-8392) [n:127.0.0.1:57028_solr 
c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n6] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1283876 INFO  (qtp199330587-8392) [n:127.0.0.1:57028_solr 
c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n6] 
o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at 
/configs/conf1/managed-schema
   [junit4]   2> 1283877 INFO  (qtp199330587-8398) [n:127.0.0.1:57028_solr 
c:dv_coll s:shard2 r:core_node5 x:dv_coll_shard2_replica_n2] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@4f43020f[dv_coll_shard2_replica_n2] 
main]
   [junit4]   2> 1283877 INFO  (qtp984871037-8384) [n:127.0.0.1:57027_solr 
c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4] 
o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 1283877 INFO  (qtp984871037-8384) [n:127.0.0.1:57027_solr 
c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1283877 INFO  (qtp199330587-8392) [n:127.0.0.1:57028_solr 
c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n6] 
o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 1283877 INFO  (qtp984871037-8384) [n:127.0.0.1:57027_solr 
c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1580913298951372800
   [junit4]   2> 1283878 INFO  (qtp984871037-8388) [n:127.0.0.1:57027_solr 
c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1283878 INFO  (qtp984871037-8388) [n:127.0.0.1:57027_solr 
c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1283878 INFO  (qtp984871037-8388) [n:127.0.0.1:57027_solr 
c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1] 
o.a.s.c.SyncStrategy Sync replicas to 
https://127.0.0.1:57027/solr/dv_coll_shard1_replica_n1/
   [junit4]   2> 1283878 INFO  (qtp984871037-8388) [n:127.0.0.1:57027_solr 
c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1] 
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1283878 INFO  (qtp984871037-8388) [n:127.0.0.1:57027_solr 
c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1] 
o.a.s.c.SyncStrategy https://127.0.0.1:57027/solr/dv_coll_shard1_replica_n1/ 
has no replicas
   [junit4]   2> 1283878 INFO  (qtp984871037-8388) [n:127.0.0.1:57027_solr 
c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 1283878 INFO  (qtp199330587-8398) [n:127.0.0.1:57028_solr 
c:dv_coll s:shard2 r:core_node5 x:dv_coll_shard2_replica_n2] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 1283879 INFO  (qtp199330587-8392) [n:127.0.0.1:57028_solr 
c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n6] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1283879 INFO  (qtp199330587-8392) [n:127.0.0.1:57028_solr 
c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n6] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1580913298953469952
   [junit4]   2> 1283879 INFO  
(searcherExecutor-2729-thread-1-processing-n:127.0.0.1:57027_solr 
x:dv_coll_shard3_replica_n4 s:shard3 c:dv_coll r:core_node7) 
[n:127.0.0.1:57027_solr c:dv_coll s:shard3 r:core_node7 
x:dv_coll_shard3_replica_n4] o.a.s.c.SolrCore [dv_coll_shard3_replica_n4] 
Registered new searcher Searcher@17dfdcae[dv_coll_shard3_replica_n4] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1283880 INFO  (qtp199330587-8398) [n:127.0.0.1:57028_solr 
c:dv_coll s:shard2 r:core_node5 x:dv_coll_shard2_replica_n2] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1283880 INFO  (qtp199330587-8398) [n:127.0.0.1:57028_solr 
c:dv_coll s:shard2 r:core_node5 x:dv_coll_shard2_replica_n2] 
o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at 
/configs/conf1/managed-schema
   [junit4]   2> 1283880 INFO  
(searcherExecutor-2727-thread-1-processing-n:127.0.0.1:57028_solr 
x:dv_coll_shard4_replica_n6 s:shard4 c:dv_coll r:core_node8) 
[n:127.0.0.1:57028_solr c:dv_coll s:shard4 r:core_node8 
x:dv_coll_shard4_replica_n6] o.a.s.c.SolrCore [dv_coll_shard4_replica_n6] 
Registered new searcher Searcher@a989ab3[dv_coll_shard4_replica_n6] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1283881 INFO  (qtp199330587-8398) [n:127.0.0.1:57028_solr 
c:dv_coll s:shard2 r:core_node5 x:dv_coll_shard2_replica_n2] 
o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 1283881 INFO  (qtp199330587-8398) [n:127.0.0.1:57028_solr 
c:dv_coll s:shard2 r:core_node5 x:dv_coll_shard2_replica_n2] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1283882 INFO  (qtp199330587-8398) [n:127.0.0.1:57028_solr 
c:dv_coll s:shard2 r:core_node5 x:dv_coll_shard2_replica_n2] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1580913298956615680
   [junit4]   2> 1283882 INFO  
(searcherExecutor-2730-thread-1-processing-n:127.0.0.1:57028_solr 
x:dv_coll_shard2_replica_n2 s:shard2 c:dv_coll r:core_node5) 
[n:127.0.0.1:57028_solr c:dv_coll s:shard2 r:core_node5 
x:dv_coll_shard2_replica_n2] o.a.s.c.SolrCore [dv_coll_shard2_replica_n2] 
Registered new searcher Searcher@4f43020f[dv_coll_shard2_replica_n2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1283888 INFO  (qtp984871037-8384) [n:127.0.0.1:57027_solr 
c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1283888 INFO  (qtp984871037-8384) [n:127.0.0.1:57027_solr 
c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1283888 INFO  (qtp984871037-8384) [n:127.0.0.1:57027_solr 
c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4] 
o.a.s.c.SyncStrategy Sync replicas to 
https://127.0.0.1:57027/solr/dv_coll_shard3_replica_n4/
   [junit4]   2> 1283888 INFO  (qtp984871037-8384) [n:127.0.0.1:57027_solr 
c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4] 
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1283888 INFO  (qtp984871037-8384) [n:127.0.0.1:57027_solr 
c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4] 
o.a.s.c.SyncStrategy https://127.0.0.1:57027/solr/dv_coll_shard3_replica_n4/ 
has no replicas
   [junit4]   2> 1283888 INFO  (qtp984871037-8384) [n:127.0.0.1:57027_solr 
c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 1283889 INFO  (qtp984871037-8388) [n:127.0.0.1:57027_solr 
c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
https://127.0.0.1:57027/solr/dv_coll_shard1_replica_n1/ shard1
   [junit4]   2> 1283889 INFO  (qtp199330587-8392) [n:127.0.0.1:57028_solr 
c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n6] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1283889 INFO  (qtp199330587-8392) [n:127.0.0.1:57028_solr 
c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n6] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1283889 INFO  (qtp199330587-8392) [n:127.0.0.1:57028_solr 
c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n6] 
o.a.s.c.SyncStrategy Sync replicas to 
https://127.0.0.1:57028/solr/dv_coll_shard4_replica_n6/
   [junit4]   2> 1283889 INFO  (qtp199330587-8392) [n:127.0.0.1:57028_solr 
c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n6] 
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1283889 INFO  (qtp199330587-8392) [n:127.0.0.1:57028_solr 
c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n6] 
o.a.s.c.SyncStrategy https://127.0.0.1:57028/solr/dv_coll_shard4_replica_n6/ 
has no replicas
   [junit4]   2> 1283889 INFO  (qtp199330587-8392) [n:127.0.0.1:57028_solr 
c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n6] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 1283890 INFO  (qtp199330587-8398) [n:127.0.0.1:57028_solr 
c:dv_coll s:shard2 r:core_node5 x:dv_coll_shard2_replica_n2] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1283890 INFO  (qtp199330587-8398) [n:127.0.0.1:57028_solr 
c:dv_coll s:shard2 r:core_node5 x:dv_coll_shard2_replica_n2] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1283890 INFO  (qtp199330587-8398) [n:127.0.0.1:57028_solr 
c:dv_coll s:shard2 r:core_node5 x:dv_coll_shard2_replica_n2] 
o.a.s.c.SyncStrategy Sync replicas to 
https://127.0.0.1:57028/solr/dv_coll_shard2_replica_n2/
   [junit4]   2> 1283890 INFO  (qtp199330587-8398) [n:127.0.0.1:57028_solr 
c:dv_coll s:shard2 r:core_node5 x:dv_coll_shard2_replica_n2] 
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1283890 INFO  (qtp199330587-8398) [n:127.0.0.1:57028_solr 
c:dv_coll s:shard2 r:core_node5 x:dv_coll_shard2_replica_n2] 
o.a.s.c.SyncStrategy https://127.0.0.1:57028/solr/dv_coll_shard2_replica_n2/ 
has no replicas
   [junit4]   2> 1283890 INFO  (qtp199330587-8398) [n:127.0.0.1:57028_solr 
c:dv_coll s:shard2 r:core_node5 x:dv_coll_shard2_replica_n2] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 1283893 INFO  (qtp984871037-8384) [n:127.0.0.1:57027_solr 
c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
https://127.0.0.1:57027/solr/dv_coll_shard3_replica_n4/ shard3
   [junit4]   2> 1283894 INFO  (qtp199330587-8392) [n:127.0.0.1:57028_solr 
c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n6] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
https://127.0.0.1:57028/solr/dv_coll_shard4_replica_n6/ shard4
   [junit4]   2> 1283895 INFO  (qtp199330587-8398) [n:127.0.0.1:57028_solr 
c:dv_coll s:shard2 r:core_node5 x:dv_coll_shard2_replica_n2] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
https://127.0.0.1:57028/solr/dv_coll_shard2_replica_n2/ shard2
   [junit4]   2> 1284005 INFO  
(zkCallback-1495-thread-3-processing-n:127.0.0.1:57027_solr) 
[n:127.0.0.1:57027_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> 1284005 INFO  
(zkCallback-1495-thread-2-processing-n:127.0.0.1:57027_solr) 
[n:127.0.0.1:57027_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> 1284005 INFO  
(zkCallback-1495-thread-1-processing-n:127.0.0.1:57027_solr) 
[n:127.0.0.1:57027_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> 1284005 INFO  
(zkCallback-1496-thread-1-processing-n:127.0.0.1:57028_solr) 
[n:127.0.0.1:57028_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> 1284005 INFO  
(zkCallback-1496-thread-2-processing-n:127.0.0.1:57028_solr) 
[n:127.0.0.1:57028_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> 1284053 INFO  (qtp984871037-8388) [n:127.0.0.1:57027_solr 
c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1284054 INFO  (qtp199330587-8392) [n:127.0.0.1:57028_solr 
c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n6] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1284054 INFO  (qtp984871037-8384) [n:127.0.0.1:57027_solr 
c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1284054 INFO  (qtp199330587-8398) [n:127.0.0.1:57028_solr 
c:dv_coll s:shard2 r:core_node5 x:dv_coll_shard2_replica_n2] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1284057 INFO  (qtp984871037-8388) [n:127.0.0.1:57027_solr 
c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf1&newCollection=true&name=dv_coll_shard1_replica_n1&action=CREATE&numShards=4&collection=dv_coll&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=1361
   [junit4]   2> 1284058 INFO  (qtp984871037-8384) [n:127.0.0.1:57027_solr 
c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node7&collection.configName=conf1&newCollection=true&name=dv_coll_shard3_replica_n4&action=CREATE&numShards=4&collection=dv_coll&shard=shard3&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=1355
   [junit4]   2> 1284059 INFO  (qtp199330587-8398) [n:127.0.0.1:57028_solr 
c:dv_coll s:shard2 r:core_node5 x:dv_coll_shard2_replica_n2] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node5&collection.configName=conf1&newCollection=true&name=dv_coll_shard2_replica_n2&action=CREATE&numShards=4&collection=dv_coll&shard=shard2&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=1341
   [junit4]   2> 1284061 INFO  (qtp199330587-8392) [n:127.0.0.1:57028_solr 
c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n6] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node8&collection.configName=conf1&newCollection=true&name=dv_coll_shard4_replica_n6&action=CREATE&numShards=4&collection=dv_coll&shard=shard4&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=1343
   [junit4]   2> 1284069 INFO  (qtp984871037-8387) [n:127.0.0.1:57027_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> 1284191 INFO  
(zkCallback-1495-thread-1-processing-n:127.0.0.1:57027_solr) 
[n:127.0.0.1:57027_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> 1284191 INFO  
(zkCallback-1495-thread-2-processing-n:127.0.0.1:57027_solr) 
[n:127.0.0.1:57027_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> 1284191 INFO  
(zkCallback-1496-thread-2-processing-n:127.0.0.1:57028_solr) 
[n:127.0.0.1:57028_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> 1284191 INFO  
(zkCallback-1496-thread-1-processing-n:127.0.0.1:57028_solr) 
[n:127.0.0.1:57028_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> 1284191 INFO  
(zkCallback-1495-thread-3-processing-n:127.0.0.1:57027_solr) 
[n:127.0.0.1:57027_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> 1284324 INFO  
(OverseerCollectionConfigSetProcessor-98807081049522182-127.0.0.1:57028_solr-n_0000000000)
 [n:127.0.0.1:57028_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> 1285080 INFO  (qtp984871037-8387) [n:127.0.0.1:57027_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={replicationFactor=1&collection.configName=conf1&maxShardsPerNode=2&name=dv_coll&nrtReplicas=1&action=CREATE&numShards=4&wt=javabin&version=2}
 status=0 QTime=2771
   [junit4]   2> 1285087 INFO  (qtp984871037-8386) [n:127.0.0.1:57027_solr 
c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4] 
o.a.s.s.SchemaManager managed schema loaded . version : 0 
   [junit4]   2> 1285091 INFO  (qtp984871037-8386) [n:127.0.0.1:57027_solr 
c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4] 
o.a.s.s.IndexSchema [dv_coll_shard3_replica_n4] Schema name=minimal
   [junit4]   2> 1285093 INFO  (qtp984871037-8386) [n:127.0.0.1:57027_solr 
c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1285098 INFO  
(zkCallback-1496-thread-1-processing-n:127.0.0.1:57028_solr) 
[n:127.0.0.1:57028_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> 1285098 INFO  (qtp984871037-8386) [n:127.0.0.1:57027_solr 
c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4] 
o.a.s.c.ZkController Persisted config data to node 
/configs/conf1/managed-schema 
   [junit4]   2> 1285099 INFO  
(zkCallback-1496-thread-2-processing-n:127.0.0.1:57028_solr) 
[n:127.0.0.1:57028_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> 1285099 INFO  
(zkCallback-1495-thread-3-processing-n:127.0.0.1:57027_solr) 
[n:127.0.0.1:57027_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> 1285099 INFO  
(zkCallback-1495-thread-2-processing-n:127.0.0.1:57027_solr) 
[n:127.0.0.1:57027_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> 1285099 INFO  
(zkCallback-1496-thread-1-processing-n:127.0.0.1:57028_solr) 
[n:127.0.0.1:57028_solr    ] o.a.s.s.ZkIndexSchemaReader Retrieved schema 
version 1 from ZooKeeper
   [junit4]   2> 1285100 INFO  
(zkCallback-1495-thread-2-processing-n:127.0.0.1:57027_solr) 
[n:127.0.0.1:57027_solr    ] o.a.s.s.ZkIndexSchemaReader Retrieved schema 
version 1 from ZooKeeper
   [junit4]   2> 1285100 INFO  
(zkCallback-1496-thread-2-processing-n:127.0.0.1:57028_solr) 
[n:127.0.0.1:57028_solr    ] o.a.s.s.ZkIndexSchemaReader Retrieved schema 
version 1 from ZooKeeper
   [junit4]   2> 1285101 INFO  
(zkCallback-1495-thread-2-processing-n:127.0.0.1:57027_solr) 
[n:127.0.0.1:57027_solr    ] o.a.s.s.IndexSchema [dv_coll_shard1_replica_n1] 
Schema name=minimal
   [junit4]   2> 1285101 INFO  
(zkCallback-1496-thread-1-processing-n:127.0.0.1:57028_solr) 
[n:127.0.0.1:57028_solr    ] o.a.s.s.IndexSchema [dv_coll_shard4_replica_n6] 
Schema name=minimal
   [junit4]   2> 1285102 INFO  
(zkCallback-1496-thread-2-processing-n:127.0.0.1:57028_solr) 
[n:127.0.0.1:57028_solr    ] o.a.s.s.IndexSchema [dv_coll_shard2_replica_n2] 
Schema name=minimal
   [junit4]   2> 1285104 INFO  
(zkCallback-1495-thread-2-processing-n:127.0.0.1:57027_solr) 
[n:127.0.0.1:57027_solr    ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with 
uniqueid field id
   [junit4]   2> 1285104 INFO  
(zkCallback-1495-thread-2-processing-n:127.0.0.1:57027_solr) 
[n:127.0.0.1:57027_solr    ] o.a.s.s.ZkIndexSchemaReader Finished refreshing 
schema in 4 ms
   [junit4]   2> 1285106 INFO  
(zkCallback-1496-thread-2-processing-n:127.0.0.1:57028_solr) 
[n:127.0.0.1:57028_solr    ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with 
uniqueid field id
   [junit4]   2> 1285106 INFO  
(zkCallback-1496-thread-2-processing-n:127.0.0.1:57028_solr) 
[n:127.0.0.1:57028_solr    ] o.a.s.s.ZkIndexSchemaReader Finished refreshing 
schema in 5 ms
   [junit4]   2> 1285107 INFO  (Thread-1037) [n:127.0.0.1:57027_solr    ] 
o.a.s.c.SolrCore config update listener called for core 
dv_coll_shard3_replica_n4
   [junit4]   2> 1285108 INFO  
(zkCallback-1496-thread-1-processing-n:127.0.0.1:57028_solr) 
[n:127.0.0.1:57028_solr    ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with 
uniqueid field id
   [junit4]   2> 1285108 INFO  
(zkCallback-1496-thread-1-processing-n:127.0.0.1:57028_solr) 
[n:127.0.0.1:57028_solr    ] o.a.s.s.ZkIndexSchemaReader Finished refreshing 
schema in 8 ms
   [junit4]   2> 1285108 INFO  (Thread-1038) [n:127.0.0.1:57028_solr    ] 
o.a.s.c.SolrCore config update listener called for core 
dv_coll_shard2_replica_n2
   [junit4]   2> 1285110 INFO  (Thread-1038) [n:127.0.0.1:57028_solr    ] 
o.a.s.c.SolrCore config update listener called for core 
dv_coll_shard4_replica_n6
   [junit4]   2> 1285110 INFO  (Thread-1037) [n:127.0.0.1:57027_solr    ] 
o.a.s.c.SolrCore core reload dv_coll_shard3_replica_n4
   [junit4]   2> 1285118 INFO  (qtp984871037-8386) [n:127.0.0.1:57027_solr 
c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1285124 INFO  (qtp984871037-8386) [n:127.0.0.1:57027_solr 
c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4] 
o.a.s.s.IndexSchema [dv_coll_shard3_replica_n4] Schema name=minimal
   [junit4]   2> 1285127 INFO  (qtp984871037-8386) [n:127.0.0.1:57027_solr 
c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1285127 INFO  (qtp984871037-8386) [n:127.0.0.1:57027_solr 
c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4] 
o.a.s.c.CoreContainer Reloading SolrCore 'dv_coll_shard3_replica_n4' using 
configuration from collection dv_coll
   [junit4]   2> 1285148 INFO  (qtp984871037-8386) [n:127.0.0.1:57027_solr 
c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_57027.solr.core.dv_coll.shard3.replica_n4' (registry 
'solr.core.dv_coll.shard3.replica_n4') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@379adc53
   [junit4]   2> 1285149 INFO  (qtp984871037-8386) [n:127.0.0.1:57027_solr 
c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4] o.a.s.c.SolrCore 
[[dv_coll_shard3_replica_n4] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DocValuesNotIndexedTest_FF92FB4D29E87AF8-001/tempDir-001/node1/dv_coll_shard3_replica_n4],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DocValuesNotIndexedTest_FF92FB4D29E87AF8-001/tempDir-001/node1/./dv_coll_shard3_replica_n4/data/]
   [junit4]   2> 1285230 INFO  (qtp984871037-8386) [n:127.0.0.1:57027_solr 
c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1285230 INFO  (qtp984871037-8386) [n:127.0.0.1:57027_solr 
c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1285232 INFO  (qtp984871037-8386) [n:127.0.0.1:57027_solr 
c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@d8311fb[dv_coll_shard3_replica_n4] 
main]
   [junit4]   2> 1285233 INFO  (qtp984871037-8386) [n:127.0.0.1:57027_solr 
c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 1285234 INFO  (qtp984871037-8386) [n:127.0.0.1:57027_solr 
c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1285234 INFO  (qtp984871037-8386) [n:127.0.0.1:57027_solr 
c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4] 
o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at 
/configs/conf1/managed-schema
   [junit4]   2> 1285234 INFO  (qtp984871037-8386) [n:127.0.0.1:57027_solr 
c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4] 
o.a.s.s.ZkIndexSchemaReader Current schema version 1 is already the latest
   [junit4]   2> 1285235 INFO  (qtp984871037-8386) [n:127.0.0.1:57027_solr 
c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1285235 INFO  (qtp984871037-8386) [n:127.0.0.1:57027_solr 
c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1580913300375339008
   [junit4]   2> 1285237 INFO  
(searcherExecutor-2747-thread-1-processing-n:127.0.0.1:57027_solr 
x:dv_coll_shard3_replica_n4 s:shard3 c:dv_coll r:core_node7) 
[n:127.0.0.1:57027_solr c:dv_coll s:shard3 r:core_node7 
x:dv_coll_shard3_replica_n4] o.a.s.c.SolrCore [dv_coll_shard3_replica_n4] 
Registered new searcher Searcher@d8311fb[dv_coll_shard3_replica_n4] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1285237 INFO  (qtp984871037-8386) [n:127.0.0.1:57027_solr 
c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4] 
o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 1285237 INFO  (qtp984871037-8386) [n:127.0.0.1:57027_solr 
c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@4ed3155f[dv_coll_shard3_replica_n4] 
main]
   [junit4]   2> 1285238 INFO  (qtp984871037-8386) [n:127.0.0.1:57027_solr 
c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4] 
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> 1285239 INFO  
(searcherExecutor-2747-thread-1-processing-n:127.0.0.1:57027_solr 
x:dv_coll_shard3_replica_n4 s:shard3 c:dv_coll r:core_node7) 
[n:127.0.0.1:57027_solr c:dv_coll s:shard3 r:core_node7 
x:dv_coll_shard3_replica_n4] o.a.s.c.SolrCore [dv_coll_shard3_replica_n4] 
Registered new searcher Searcher@4ed3155f[dv_coll_shard3_replica_n4] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1285240 INFO  
(zkCallback-1495-thread-3-processing-n:127.0.0.1:57027_solr) 
[n:127.0.0.1:57027_solr    ] o.a.s.s.ZkIndexSchemaReader Retrieved schema 
version 1 from ZooKeeper
   [junit4]   2> 1285245 INFO  
(zkCallback-1495-thread-3-processing-n:127.0.0.1:57027_solr) 
[n:127.0.0.1:57027_solr    ] o.a.s.s.IndexSchema [dv_coll_shard3_replica_n4] 
Schema name=minimal
   [junit4]   2> 1285249 INFO  (qtp984871037-8390) [n:127.0.0.1:57027_solr 
c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1] o.a.s.c.S.Request 
[dv_coll_shard1_replica_n1]  webapp=/solr path=/schema/zkversion 
params={refreshIfBelowVersion=1&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1285250 INFO  
(zkCallback-1495-thread-3-processing-n:127.0.0.1:57027_solr) 
[n:127.0.0.1:57027_solr    ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with 
uniqueid field id
   [junit4]   2> 1285250 INFO  
(zkCallback-1495-thread-3-processing-n:127.0.0.1:57027_solr) 
[n:127.0.0.1:57027_solr    ] o.a.s.s.ZkIndexSchemaReader Finished refreshing 
schema in 9 ms
   [junit4]   2> 1285251 INFO  (qtp199330587-8393) [n:127.0.0.1:57028_solr 
c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n6] o.a.s.c.S.Request 
[dv_coll_shard4_replica_n6]  webapp=/solr path=/schema/zkversion 
params={refreshIfBelowVersion=1&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1285255 INFO  (qtp199330587-8395) [n:127.0.0.1:57028_solr 
c:dv_coll s:shard2 r:core_node5 x:dv_coll_shard2_replica_n2] o.a.s.c.S.Request 
[dv_coll_shard2_replica_n2]  webapp=/solr path=/schema/zkversion 
params={refreshIfBelowVersion=1&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1285256 INFO  (qtp984871037-8386) [n:127.0.0.1:57027_solr 
c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4] 
o.a.s.s.ManagedIndexSchema Took 18.0ms for 3 replicas to apply schema update 
version 1 for collection dv_coll
   [junit4]   2> 1285256 INFO  (qtp984871037-8386) [n:127.0.0.1:57027_solr 
c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4] o.a.s.c.S.Request 
[dv_coll_shard3_replica_n4]  webapp=/solr path=/schema 
params={wt=javabin&version=2} status=0 QTime=170
   [junit4]   2> 1285256 INFO  (qtp984871037-8386) [n:127.0.0.1:57027_solr 
c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4] o.a.s.c.SolrCore 
[dv_coll_shard3_replica_n4]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@245fbefd
   [junit4]   2> 1285256 INFO  (qtp984871037-8386) [n:127.0.0.1:57027_solr 
c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.dv_coll.shard3.replica_n4, tag=610254589
   [junit4]   2> 1285256 INFO  (qtp984871037-8386) [n:127.0.0.1:57027_solr 
c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@7e42f2ca: rootName = 
solr_57027, domain = solr.core.dv_coll.shard3.replica_n4, service url = null, 
agent id = null] for registry solr.core.dv_coll.shard3.replica_n4 / 
com.codahale.metrics.MetricRegistry@5a8afd16
   [junit4]   2> 1285258 INFO  (Thread-1037) [n:127.0.0.1:57027_solr    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1285262 INFO  (qtp984871037-8386) [n:127.0.0.1:57027_solr 
c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.collection.dv_coll.shard3.leader, tag=610254589
   [junit4]   2> 1285263 INFO  (Thread-1037) [n:127.0.0.1:57027_solr    ] 
o.a.s.s.IndexSchema [dv_coll_shard3_replica_n4] Schema name=minimal
   [junit4]   2> 1285270 INFO  (Thread-1037) [n:127.0.0.1:57027_solr    ] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1285270 INFO  (Thread-1037) [n:127.0.0.1:57027_solr    ] 
o.a.s.c.CoreContainer Reloading SolrCore 'dv_coll_shard3_replica_n4' using 
configuration from collection dv_coll
   [junit4]   2> 1285294 INFO  
(TEST-DocValuesNotIndexedTest.testDistribFaceting-seed#[FF92FB4D29E87AF8]) [    
] o.a.s.SolrTestCaseJ4 ###Starting testDistribFaceting
   [junit4]   2> 1285306 INFO  (Thread-1037) [n:127.0.0.1:57027_solr c:dv_coll 
s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4] o.a.s.m.r.SolrJmxReporter 
JMX monitoring for 'solr_57027.solr.core.dv_coll.shard3.replica_n4' (registry 
'solr.core.dv_coll.shard3.replica_n4') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@379adc53
   [junit4]   2> 1285306 INFO  (Thread-1037) [n:127.0.0.1:57027_solr c:dv_coll 
s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4] o.a.s.c.SolrCore 
[[dv_coll_shard3_replica_n4] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DocValuesNotIndexedTest_FF92FB4D29E87AF8-001/tempDir-001/node1/dv_coll_shard3_replica_n4],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DocValuesNotIndexedTest_FF92FB4D29E87AF8-001/tempDir-001/node1/./dv_coll_shard3_replica_n4/data/]
   [junit4]   2> 1285318 INFO  (qtp984871037-8390) [n:127.0.0.1:57027_solr 
c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [dv_coll_shard1_replica_n1]  webapp=/solr 
path=/update 
params={update.distrib=TOLEADER&distrib.from=https://127.0.0.1:57028/solr/dv_coll_shard2_replica_n2/&wt=javabin&version=2}{deleteByQuery=*:*
 (-1580913300456079360)} 0 6
   [junit4]   2> 1285320 INFO  (qtp199330587-8397) [n:127.0.0.1:57028_solr 
c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n6] 
o.a.s.u.p.LogUpdateProcessorFactory [dv_coll_shard4_replica_n6]  webapp=/solr 
path=/update 
params={update.distrib=TOLEADER&distrib.from=https://127.0.0.1:57028/solr/dv_coll_shard2_replica_n2/&wt=javabin&version=2}{deleteByQuery=*:*
 (-1580913300456079360)} 0 8
   [junit4]   2> 1285321 INFO  (qtp984871037-8389) [n:127.0.0.1:57027_solr 
c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4] 
o.a.s.u.p.LogUpdateProcessorFactory [dv_coll_shard3_replica_n4]  webapp=/solr 
path=/update 
params={update.distrib=TOLEADER&distrib.from=https://127.0.0.1:57028/solr/dv_coll_shard2_replica_n2/&wt=javabin&version=2}{deleteByQuery=*:*
 (-1580913300459225088)} 0 5
   [junit4]   2> 1285321 INFO  (qtp199330587-8393) [n:127.0.0.1:57028_solr 
c:dv_coll s:shard2 r:core_node5 x:dv_coll_shard2_replica_n2] 
o.a.s.u.p.LogUpdateProcessorFactory [dv_coll_shard2_replica_n2]  webapp=/solr 
path=/update params={wt=javabin&version=2}{deleteByQuery=*:* 
(-1580913300445593600)} 0 19
   [junit4]   2> 1285330 INFO  (qtp199330587-8397) [n:127.0.0.1:57028_solr 
c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n6] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1580913300474953728,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1285330 INFO  (qtp199330587-8392) [n:127.0.0.1:57028_solr 
c:dv_coll s:shard2 r:core_node5 x:dv_coll_shard2_replica_n2] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1580913300474953728,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1285330 INFO  (qtp199330587-8392) [n:127.0.0.1:57028_solr 
c:dv_coll s:shard2 r:core_node5 x:dv_coll_shard2_replica_n2] 
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 1285330 INFO  (qtp199330587-8397) [n:127.0.0.1:57028_solr 
c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n6] 
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 1285331 INFO  (qtp199330587-8397) [n:127.0.0.1:57028_solr 
c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n6] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@6ab01f74[dv_coll_shard4_replica_n6] 
main]
   [junit4]   2> 1285331 INFO  (qtp984871037-8390) [n:127.0.0.1:57027_solr 
c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1580913300476002304,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1285332 INFO  (qtp984871037-8390) [n:127.0.0.1:57027_solr 
c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 1285332 INFO  (qtp199330587-8392) [n:127.0.0.1:57028_solr 
c:dv_coll s:shard2 r:core_node5 x:dv_coll_shard2_replica_n2] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@6f7bc739[dv_coll_shard2_replica_n2] 
main]
   [junit4]   2> 1285332 INFO  (qtp199330587-8397) [n:127.0.0.1:57028_solr 
c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n6] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1285332 INFO  (qtp199330587-8392) [n:127.0.0.1:57028_solr 
c:dv_coll s:shard2 r:core_node5 x:dv_coll_shard2_replica_n2] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1285333 INFO  
(searcherExecutor-2727-thread-1-processing-n:127.0.0.1:57028_solr 
x:dv_coll_shard4_replica_n6 s:shard4 c:dv_coll r:core_node8) 
[n:127.0.0.1:57028_solr c:dv_coll s:shard4 r:core_node8 
x:dv_coll_shard4_replica_n6] o.a.s.c.SolrCore [dv_coll_shard4_replica_n6] 
Registered new searcher Searcher@6ab01f74[dv_coll_shard4_replica_n6] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1285333 INFO  
(searcherExecutor-2730-thread-1-processing-n:127.0.0.1:57028_solr 
x:dv_coll_shard2_replica_n2 s:shard2 c:dv_coll r:core_node5) 
[n:127.0.0.1:57028_solr c:dv_coll s:shard2 r:core_node5 
x:dv_coll_shard2_replica_n2] o.a.s.c.SolrCore [dv_coll_shard2_replica_n2] 
Registered new searcher Searcher@6f7bc739[dv_coll_shard2_replica_n2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1285333 INFO  (qtp199330587-8392) [n:127.0.0.1:57028_solr 
c:dv_coll s:shard2 r:core_node5 x:dv_coll_shard2_replica_n2] 
o.a.s.u.p.LogUpdateProcessorFactory [dv_coll_shard2_replica_n2]  webapp=/solr 
path=/update 
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=https://127.0.0.1:57027/solr/dv_coll_shard3_replica_n4/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 3
   [junit4]   2> 1285334 INFO  (qtp199330587-8397) [n:127.0.0.1:57028_solr 
c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n6] 
o.a.s.u.p.LogUpdateProcessorFactory [dv_coll_shard4_replica_n6]  webapp=/solr 
path=/update 
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=https://127.0.0.1:57027/solr/dv_coll_shard3_replica_n4/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 4
   [junit4]   2> 1285335 INFO  (qtp984871037-8390) [n:127.0.0.1:57027_solr 
c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@1922c0ba[dv_coll_shard1_replica_n1] 
main]
   [junit4]   2> 1285335 INFO  (qtp984871037-8390) [n:127.0.0.1:57027_solr 
c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1285336 INFO  (qtp984871037-8389) [n:127.0.0.1:57027_solr 
c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1580913300481245184,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1285336 INFO  (qtp984871037-8389) [n:127.0.0.1:57027_solr 
c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4] 
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 1285336 INFO  (qtp984871037-8389) [n:127.0.0.1:57027_solr 
c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1285336 INFO  (qtp984871037-8389) [n:127.0.0.1:57027_solr 
c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4] 
o.a.s.u.p.LogUpdateProcessorFactory [dv_coll_shard3_replica_n4]  webapp=/solr 
path=/update 
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=https://127.0.0.1:57027/solr/dv_coll_shard3_replica_n4/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 0
   [junit4]   2> 1285337 INFO  
(searcherExecutor-2728-thread-1-processing-n:127.0.0.1:57027_solr 
x:dv_coll_shard1_replica_n1 s:shard1 c:dv_coll r:core_node3) 
[n:127.0.0.1:57027_solr c:dv_coll s:shard1 r:core_node3 
x:dv_coll_shard1_replica_n1] o.a.s.c.SolrCore [dv_coll_shard1_replica_n1] 
Registered new searcher Searcher@1922c0ba[dv_coll_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1285337 INFO  (qtp984871037-8390) [n:127.0.0.1:57027_solr 
c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [dv_coll_shard1_replica_n1]  webapp=/solr 
path=/update 
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=https://127.0.0.1:57027/solr/dv_coll_shard3_replica_n4/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 6
   [junit4]   2> 1285338 INFO  (qtp984871037-8384) [n:127.0.0.1:57027_solr 
c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4] 
o.a.s.u.p.LogUpdateProcessorFactory [dv_coll_shard3_replica_n4]  webapp=/solr 
path=/update 
params={_stateVer_=dv_coll:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
 0 16
   [junit4]   2> 1285348 INFO  (qtp984871037-8386) [n:127.0.0.1:57027_solr 
c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [dv_coll_shard1_replica_n1]  webapp=/solr 
path=/update params={_stateVer_=dv_coll:4&

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

ng metric reporters for registry=solr.node, tag=null
   [junit4]   2> 1639612 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[FF92FB4D29E87AF8])
 [    ] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@5dff8a7: rootName = null, 
domain = solr.node, service url = null, agent id = null] for registry solr.node 
/ com.codahale.metrics.MetricRegistry@38832b4d
   [junit4]   2> 1639615 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[FF92FB4D29E87AF8])
 [    ] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.jvm, tag=null
   [junit4]   2> 1639615 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[FF92FB4D29E87AF8])
 [    ] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@79076525: rootName = null, 
domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / 
com.codahale.metrics.MetricRegistry@72fc47ee
   [junit4]   2> 1639617 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[FF92FB4D29E87AF8])
 [    ] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.jetty, tag=null
   [junit4]   2> 1639618 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[FF92FB4D29E87AF8])
 [    ] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@573e5080: rootName = null, 
domain = solr.jetty, service url = null, agent id = null] for registry 
solr.jetty / com.codahale.metrics.MetricRegistry@6d531fe4
   [junit4]   2> 1639618 INFO  (coreCloseExecutor-4555-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@3a53a0ad
   [junit4]   2> 1639618 INFO  (coreCloseExecutor-4555-thread-1) [    
x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection1, tag=978559149
   [junit4]   2> 1639618 INFO  (coreCloseExecutor-4555-thread-1) [    
x:collection1] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@5178e66: rootName = null, 
domain = solr.core.collection1, service url = null, agent id = null] for 
registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@29d9d337
   [junit4]   2> 1639637 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[FF92FB4D29E87AF8])
 [    ] o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@c21f9b8{/solr,null,UNAVAILABLE}
   [junit4]   2> 1639640 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[FF92FB4D29E87AF8])
 [    ] o.e.j.s.AbstractConnector Stopped 
ServerConnector@5856fde0{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 1639640 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[FF92FB4D29E87AF8])
 [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=755668221
   [junit4]   2> 1639640 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[FF92FB4D29E87AF8])
 [    ] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.node, tag=null
   [junit4]   2> 1639640 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[FF92FB4D29E87AF8])
 [    ] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@4fbc69ac: rootName = null, 
domain = solr.node, service url = null, agent id = null] for registry solr.node 
/ com.codahale.metrics.MetricRegistry@5ebdade5
   [junit4]   2> 1639646 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[FF92FB4D29E87AF8])
 [    ] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.jvm, tag=null
   [junit4]   2> 1639646 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[FF92FB4D29E87AF8])
 [    ] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@2d3c79d1: rootName = null, 
domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / 
com.codahale.metrics.MetricRegistry@72fc47ee
   [junit4]   2> 1639649 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[FF92FB4D29E87AF8])
 [    ] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.jetty, tag=null
   [junit4]   2> 1639649 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[FF92FB4D29E87AF8])
 [    ] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@737dd557: rootName = null, 
domain = solr.jetty, service url = null, agent id = null] for registry 
solr.jetty / com.codahale.metrics.MetricRegistry@6d531fe4
   [junit4]   2> 1639650 INFO  (coreCloseExecutor-4557-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@a061c83
   [junit4]   2> 1639650 INFO  (coreCloseExecutor-4557-thread-1) [    
x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection1, tag=168172675
   [junit4]   2> 1639650 INFO  (coreCloseExecutor-4557-thread-1) [    
x:collection1] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@285baaec: rootName = null, 
domain = solr.core.collection1, service url = null, agent id = null] for 
registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@1d44c190
   [junit4]   2> 1639658 INFO  
(TEST-TestReplicationHandler.testRateLimitedReplication-seed#[FF92FB4D29E87AF8])
 [    ] o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@5386c4c3{/solr,null,UNAVAILABLE}
   [junit4] IGNOR/A 0.00s J0 | 
TestReplicationHandler.doTestIndexFetchOnMasterRestart
   [junit4]    > Assumption #1: 'awaitsfix' test group is disabled 
(@AwaitsFix(bugUrl=https://issues.apache.org/jira/browse/SOLR-9036))
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_FF92FB4D29E87AF8-001
   [junit4]   2> NOTE: test params are: 
codec=FastDecompressionCompressingStoredFields(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=FAST_DECOMPRESSION,
 chunkSize=13671, maxDocsPerChunk=3, blockSize=3), 
termVectorsFormat=CompressingTermVectorsFormat(compressionMode=FAST_DECOMPRESSION,
 chunkSize=13671, blockSize=3)), sim=RandomSimilarity(queryNorm=true): {}, 
locale=ja, timezone=Atlantic/Faroe
   [junit4]   2> NOTE: Mac OS X 10.11.6 x86_64/Oracle Corporation 1.8.0_144 
(64-bit)/cpus=3,threads=1,free=185997728,total=459624448
   [junit4]   2> NOTE: All tests run in this JVM: [TestFieldCache, 
TestQuerySenderListener, TestNumericTerms64, TestClusterProperties, 
SolrJmxReporterTest, CollectionStateFormat2Test, TestHighlightDedupGrouping, 
TestMacroExpander, TestLockTree, TestFieldCacheVsDocValues, 
CdcrRequestHandlerTest, TimeZoneUtilsTest, TestRestoreCore, 
TestTolerantUpdateProcessorCloud, SolrCloudExampleTest, TestGroupingSearch, 
DistribDocExpirationUpdateProcessorTest, SolrCoreTest, TestJmxIntegration, 
ConnectionManagerTest, ZkCLITest, TestComplexPhraseLeadingWildcard, 
HdfsDirectoryFactoryTest, ShufflingReplicaListTransformerTest, 
CircularListTest, HdfsRestartWhileUpdatingTest, TestQueryWrapperFilter, 
LargeFieldTest, CollectionsAPIAsyncDistributedZkTest, NumericFieldsTest, 
SolrInfoBeanTest, ReplaceNodeTest, BaseCdcrDistributedZkTest, 
ManagedSchemaRoundRobinCloudTest, TestFoldingMultitermQuery, 
SolrTestCaseJ4Test, TestNamedUpdateProcessors, 
DistributedFacetPivotLongTailTest, TestReplicationHandlerBackup, 
BasicAuthIntegrationTest, StressHdfsTest, WrapperMergePolicyFactoryTest, 
BinaryUpdateRequestHandlerTest, TestExtendedDismaxParser, OutputWriterTest, 
ConnectionReuseTest, PeerSyncWithIndexFingerprintCachingTest, 
TestCoreContainer, TestImplicitCoreProperties, TestLegacyNumericUtils, 
ZkControllerTest, CdcrUpdateLogTest, HttpTriggerListenerTest, 
TestHashQParserPlugin, TestSQLHandlerNonCloud, ConfigureRecoveryStrategyTest, 
TestConfigReload, OverseerRolesTest, TestPushWriter, AnalyticsQueryTest, 
JSONWriterTest, CoreAdminRequestStatusTest, SoftAutoCommitTest, 
TestExclusionRuleCollectionAccess, ClassificationUpdateProcessorTest, 
TestHalfAndHalfDocValues, SegmentsInfoRequestHandlerTest, ShardRoutingTest, 
TestExportWriter, TestLeaderElectionWithEmptyReplica, DirectUpdateHandlerTest, 
SolrIndexSplitterTest, BasicDistributedZkTest, InfixSuggestersTest, 
TestFunctionQuery, HardAutoCommitTest, TestBinaryField, HighlighterTest, 
AutoScalingHandlerTest, TestEmbeddedSolrServerSchemaAPI, 
DocValuesNotIndexedTest, TestHttpShardHandlerFactory, TestSolrCoreSnapshots, 
CustomCollectionTest, DateMathParserTest, SortByFunctionTest, 
ImplicitSnitchTest, TestSchemaNameResource, TestManagedResourceStorage, 
RAMDirectoryFactoryTest, TestRequestForwarding, IndexSchemaTest, 
TestBinaryResponseWriter, ClassificationUpdateProcessorFactoryTest, 
TestSimpleTextCodec, BlockJoinFacetRandomTest, TestWriterPerf, 
DistributedFacetPivotSmallTest, TestCloudInspectUtil, TestDistribIDF, 
TestSha256AuthenticationProvider, TestStressReorder, ReturnFieldsTest, 
HdfsRecoverLeaseTest, TestSchemaSimilarityResource, TestSolrDeletionPolicy2, 
TestSerializedLuceneMatchVersion, TestCSVResponseWriter, V2ApiIntegrationTest, 
TestGraphMLResponseWriter, TestAddFieldRealTimeGet, BufferStoreTest, 
TestConfigsApi, TestSearcherReuse, ClusterStateUpdateTest, 
DistributedQueryComponentCustomSortTest, FastVectorHighlighterTest, 
TestLFUCache, SolrMetricManagerTest, TestBulkSchemaAPI, 
TestDynamicFieldCollectionResource, TestSolrCoreParser, 
TestFieldTypeCollectionResource, SimpleFacetsTest, 
TestSolrCloudWithKerberosAlt, BooleanFieldTest, DisMaxRequestHandlerTest, 
TestManagedStopFilterFactory, TestBackupRepositoryFactory, 
TestNumericRangeQuery64, TestIBSimilarityFactory, RecoveryAfterSoftCommitTest, 
TestHashPartitioner, TestSubQueryTransformer, TestSSLRandomization, 
TestSweetSpotSimilarityFactory, TestReplicationHandler]
   [junit4] Completed [333/745 (3!)] on J0 in 85.88s, 16 tests, 1 error, 1 
skipped <<< FAILURES!

[...truncated 48331 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to