You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2019/02/15 23:27:46 UTC

[JENKINS] Lucene-Solr-BadApples-Tests-8.x - Build # 26 - Unstable

Build: https://builds.apache.org/job/Lucene-Solr-BadApples-Tests-8.x/26/

3 tests failed.
FAILED:  org.apache.lucene.classification.utils.ConfusionMatrixGeneratorTest.testGetConfusionMatrixWithCNB

Error Message:
expected:<7> but was:<6>

Stack Trace:
java.lang.AssertionError: expected:<7> but was:<6>
	at __randomizedtesting.SeedInfo.seed([49DCA1A619906B1D:18C746B88BFA4B78]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.failNotEquals(Assert.java:834)
	at org.junit.Assert.assertEquals(Assert.java:645)
	at org.junit.Assert.assertEquals(Assert.java:631)
	at org.apache.lucene.classification.utils.ConfusionMatrixGeneratorTest.checkCM(ConfusionMatrixGeneratorTest.java:110)
	at org.apache.lucene.classification.utils.ConfusionMatrixGeneratorTest.testGetConfusionMatrixWithCNB(ConfusionMatrixGeneratorTest.java:152)
	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:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	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:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	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.update.processor.TimeRoutedAliasUpdateProcessorTest.testSliceRouting

Error Message:
Timeout occurred while waiting response from server at: https://127.0.0.1:35381/solr/myalias_2017-10-23_shard1_replica_n1

Stack Trace:
org.apache.solr.client.solrj.impl.CloudSolrClient$RouteException: Timeout occurred while waiting response from server at: https://127.0.0.1:35381/solr/myalias_2017-10-23_shard1_replica_n1
	at __randomizedtesting.SeedInfo.seed([60B41ADDCE11284A:512496316A47D763]:0)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:553)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1019)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:884)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:817)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207)
	at org.apache.solr.client.solrj.SolrClient.add(SolrClient.java:177)
	at org.apache.solr.client.solrj.SolrClient.add(SolrClient.java:138)
	at org.apache.solr.update.processor.TimeRoutedAliasUpdateProcessorTest.testSliceRouting(TimeRoutedAliasUpdateProcessorTest.java:294)
	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:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	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:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)
Caused by: org.apache.solr.client.solrj.SolrServerException: Timeout occurred while waiting response from server at: https://127.0.0.1:35381/solr/myalias_2017-10-23_shard1_replica_n1
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:661)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:256)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:245)
	at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:368)
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:296)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:213)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.lambda$directUpdate$0(CloudSolrClient.java:528)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	... 1 more
Caused by: java.net.SocketTimeoutException: Read timed out
	at java.net.SocketInputStream.socketRead0(Native Method)
	at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
	at java.net.SocketInputStream.read(SocketInputStream.java:171)
	at java.net.SocketInputStream.read(SocketInputStream.java:141)
	at sun.security.ssl.InputRecord.readFully(InputRecord.java:465)
	at sun.security.ssl.InputRecord.read(InputRecord.java:503)
	at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:975)
	at sun.security.ssl.SSLSocketImpl.readDataRecord(SSLSocketImpl.java:933)
	at sun.security.ssl.AppInputStream.read(AppInputStream.java:105)
	at org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:137)
	at org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:153)
	at org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:282)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)
	at org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163)
	at org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:165)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:549)
	... 11 more


FAILED:  org.apache.solr.update.processor.TimeRoutedAliasUpdateProcessorTest.testPreemptiveCreation

Error Message:
took over 10 seconds after collection creation to update aliases

Stack Trace:
java.lang.AssertionError: took over 10 seconds after collection creation to update aliases
	at __randomizedtesting.SeedInfo.seed([60B41ADDCE11284A:DDE9F76F673C57E]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.apache.solr.update.processor.TimeRoutedAliasUpdateProcessorTest.waitColAndAlias(TimeRoutedAliasUpdateProcessorTest.java:715)
	at org.apache.solr.update.processor.TimeRoutedAliasUpdateProcessorTest.testPreemptiveCreation(TimeRoutedAliasUpdateProcessorTest.java:482)
	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:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	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:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	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 7040 lines...]
   [junit4] Suite: org.apache.lucene.classification.utils.ConfusionMatrixGeneratorTest
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=ConfusionMatrixGeneratorTest -Dtests.method=testGetConfusionMatrixWithCNB -Dtests.seed=49DCA1A619906B1D -Dtests.multiplier=2 -Dtests.slow=true -Dtests.badapples=true -Dtests.locale=es-PY -Dtests.timezone=Asia/Kolkata -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] FAILURE 14.1s J2 | ConfusionMatrixGeneratorTest.testGetConfusionMatrixWithCNB <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: expected:<7> but was:<6>
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([49DCA1A619906B1D:18C746B88BFA4B78]:0)
   [junit4]    > 	at org.apache.lucene.classification.utils.ConfusionMatrixGeneratorTest.checkCM(ConfusionMatrixGeneratorTest.java:110)
   [junit4]    > 	at org.apache.lucene.classification.utils.ConfusionMatrixGeneratorTest.testGetConfusionMatrixWithCNB(ConfusionMatrixGeneratorTest.java:152)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene80): {bool=PostingsFormat(name=LuceneFixedGap), cat=PostingsFormat(name=LuceneFixedGap), text=PostingsFormat(name=MockRandom)}, docValues:{}, maxPointsInLeafNode=170, maxMBSortInHeap=5.952451675464406, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@2a83a30b), locale=es-PY, timezone=Asia/Kolkata
   [junit4]   2> NOTE: Linux 4.4.0-112-generic amd64/Oracle Corporation 1.8.0_191 (64-bit)/cpus=4,threads=1,free=217216688,total=336592896
   [junit4]   2> NOTE: All tests run in this JVM: [CachingNaiveBayesClassifierTest, ConfusionMatrixGeneratorTest]
   [junit4] Completed [5/11 (1!)] on J2 in 19.35s, 7 tests, 1 failure <<< FAILURES!

[...truncated 8566 lines...]
   [junit4] Suite: org.apache.solr.update.processor.TimeRoutedAliasUpdateProcessorTest
   [junit4]   2> 5090402 INFO  (SUITE-TimeRoutedAliasUpdateProcessorTest-seed#[60B41ADDCE11284A]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_60B41ADDCE11284A-001/init-core-data-001
   [junit4]   2> 5090402 WARN  (SUITE-TimeRoutedAliasUpdateProcessorTest-seed#[60B41ADDCE11284A]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=2 numCloses=2
   [junit4]   2> 5090403 INFO  (SUITE-TimeRoutedAliasUpdateProcessorTest-seed#[60B41ADDCE11284A]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 5090404 INFO  (SUITE-TimeRoutedAliasUpdateProcessorTest-seed#[60B41ADDCE11284A]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 5090407 INFO  (TEST-TimeRoutedAliasUpdateProcessorTest.testSliceRouting-seed#[60B41ADDCE11284A]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testSliceRouting
   [junit4]   2> 5090409 INFO  (TEST-TimeRoutedAliasUpdateProcessorTest.testSliceRouting-seed#[60B41ADDCE11284A]) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_60B41ADDCE11284A-001/tempDir-001
   [junit4]   2> 5090409 INFO  (TEST-TimeRoutedAliasUpdateProcessorTest.testSliceRouting-seed#[60B41ADDCE11284A]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 5090409 INFO  (ZkTestServer Run Thread) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 5090409 INFO  (ZkTestServer Run Thread) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 5090509 INFO  (TEST-TimeRoutedAliasUpdateProcessorTest.testSliceRouting-seed#[60B41ADDCE11284A]) [    ] o.a.s.c.ZkTestServer start zk server on port:43326
   [junit4]   2> 5090509 INFO  (TEST-TimeRoutedAliasUpdateProcessorTest.testSliceRouting-seed#[60B41ADDCE11284A]) [    ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:43326
   [junit4]   2> 5090509 INFO  (TEST-TimeRoutedAliasUpdateProcessorTest.testSliceRouting-seed#[60B41ADDCE11284A]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 43326
   [junit4]   2> 5090514 INFO  (zkConnectionManagerCallback-18017-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 5090517 INFO  (zkConnectionManagerCallback-18019-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 5090518 INFO  (zkConnectionManagerCallback-18021-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 5090521 WARN  (jetty-launcher-18022-thread-1) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 5090521 INFO  (jetty-launcher-18022-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 5090521 INFO  (jetty-launcher-18022-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 5090522 INFO  (jetty-launcher-18022-thread-1) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
   [junit4]   2> 5090523 WARN  (jetty-launcher-18022-thread-2) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 5090523 INFO  (jetty-launcher-18022-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 5090523 INFO  (jetty-launcher-18022-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 5090523 INFO  (jetty-launcher-18022-thread-2) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
   [junit4]   2> 5090524 INFO  (jetty-launcher-18022-thread-2) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 5090524 INFO  (jetty-launcher-18022-thread-2) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 5090524 INFO  (jetty-launcher-18022-thread-2) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 5090524 INFO  (jetty-launcher-18022-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@6c07dcc8{/solr,null,AVAILABLE}
   [junit4]   2> 5090525 WARN  (jetty-launcher-18022-thread-3) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 5090525 WARN  (jetty-launcher-18022-thread-2) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@4884e427[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 5090525 INFO  (jetty-launcher-18022-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 5090525 INFO  (jetty-launcher-18022-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 5090525 INFO  (jetty-launcher-18022-thread-3) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
   [junit4]   2> 5090526 INFO  (jetty-launcher-18022-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 5090526 INFO  (jetty-launcher-18022-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 5090526 INFO  (jetty-launcher-18022-thread-1) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 5090526 INFO  (jetty-launcher-18022-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1554bfd4{/solr,null,AVAILABLE}
   [junit4]   2> 5090526 WARN  (jetty-launcher-18022-thread-1) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@43e1286c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 5090526 WARN  (jetty-launcher-18022-thread-4) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 5090526 INFO  (jetty-launcher-18022-thread-4) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 5090526 INFO  (jetty-launcher-18022-thread-4) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 5090526 INFO  (jetty-launcher-18022-thread-4) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
   [junit4]   2> 5090527 INFO  (jetty-launcher-18022-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@49b64821{SSL,[ssl, http/1.1]}{127.0.0.1:39764}
   [junit4]   2> 5090527 INFO  (jetty-launcher-18022-thread-2) [    ] o.e.j.s.Server Started @5090615ms
   [junit4]   2> 5090527 INFO  (jetty-launcher-18022-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=39764}
   [junit4]   2> 5090527 INFO  (jetty-launcher-18022-thread-3) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 5090527 INFO  (jetty-launcher-18022-thread-3) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 5090527 INFO  (jetty-launcher-18022-thread-3) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 5090527 ERROR (jetty-launcher-18022-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 5090527 INFO  (jetty-launcher-18022-thread-2) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 5090527 INFO  (jetty-launcher-18022-thread-3) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@4ed1bc8b{/solr,null,AVAILABLE}
   [junit4]   2> 5090527 INFO  (jetty-launcher-18022-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.1.0
   [junit4]   2> 5090527 INFO  (jetty-launcher-18022-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 5090527 INFO  (jetty-launcher-18022-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 5090527 INFO  (jetty-launcher-18022-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-02-15T22:20:16.094Z
   [junit4]   2> 5090527 WARN  (jetty-launcher-18022-thread-3) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@294b9d52[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 5090528 INFO  (jetty-launcher-18022-thread-3) [    ] o.e.j.s.AbstractConnector Started ServerConnector@4ad895cc{SSL,[ssl, http/1.1]}{127.0.0.1:35381}
   [junit4]   2> 5090528 INFO  (jetty-launcher-18022-thread-3) [    ] o.e.j.s.Server Started @5090616ms
   [junit4]   2> 5090528 INFO  (jetty-launcher-18022-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=35381}
   [junit4]   2> 5090528 ERROR (jetty-launcher-18022-thread-3) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 5090528 INFO  (jetty-launcher-18022-thread-3) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 5090528 INFO  (jetty-launcher-18022-thread-3) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.1.0
   [junit4]   2> 5090528 INFO  (jetty-launcher-18022-thread-3) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 5090528 INFO  (jetty-launcher-18022-thread-3) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 5090528 INFO  (jetty-launcher-18022-thread-3) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-02-15T22:20:16.095Z
   [junit4]   2> 5090529 INFO  (jetty-launcher-18022-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@7122bfea{SSL,[ssl, http/1.1]}{127.0.0.1:38345}
   [junit4]   2> 5090529 INFO  (jetty-launcher-18022-thread-1) [    ] o.e.j.s.Server Started @5090618ms
   [junit4]   2> 5090529 INFO  (jetty-launcher-18022-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=38345}
   [junit4]   2> 5090530 ERROR (jetty-launcher-18022-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 5090530 INFO  (jetty-launcher-18022-thread-1) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 5090530 INFO  (jetty-launcher-18022-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.1.0
   [junit4]   2> 5090530 INFO  (jetty-launcher-18022-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 5090530 INFO  (jetty-launcher-18022-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 5090530 INFO  (jetty-launcher-18022-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-02-15T22:20:16.097Z
   [junit4]   2> 5090531 INFO  (zkConnectionManagerCallback-18024-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 5090531 INFO  (jetty-launcher-18022-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 5090531 INFO  (jetty-launcher-18022-thread-4) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 5090531 INFO  (jetty-launcher-18022-thread-4) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 5090531 INFO  (jetty-launcher-18022-thread-4) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 5090534 INFO  (zkConnectionManagerCallback-18026-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 5090535 INFO  (jetty-launcher-18022-thread-3) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 5090536 INFO  (jetty-launcher-18022-thread-4) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@782091ad{/solr,null,AVAILABLE}
   [junit4]   2> 5090537 WARN  (jetty-launcher-18022-thread-4) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@727d7359[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 5090537 INFO  (zkConnectionManagerCallback-18028-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 5090537 INFO  (jetty-launcher-18022-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 5090539 INFO  (jetty-launcher-18022-thread-4) [    ] o.e.j.s.AbstractConnector Started ServerConnector@3e18595{SSL,[ssl, http/1.1]}{127.0.0.1:41173}
   [junit4]   2> 5090539 INFO  (jetty-launcher-18022-thread-4) [    ] o.e.j.s.Server Started @5090628ms
   [junit4]   2> 5090539 INFO  (jetty-launcher-18022-thread-4) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=41173}
   [junit4]   2> 5090539 ERROR (jetty-launcher-18022-thread-4) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 5090539 INFO  (jetty-launcher-18022-thread-4) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 5090539 INFO  (jetty-launcher-18022-thread-4) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.1.0
   [junit4]   2> 5090539 INFO  (jetty-launcher-18022-thread-4) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 5090539 INFO  (jetty-launcher-18022-thread-4) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 5090539 INFO  (jetty-launcher-18022-thread-4) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-02-15T22:20:16.106Z
   [junit4]   2> 5090568 INFO  (zkConnectionManagerCallback-18030-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 5090568 INFO  (jetty-launcher-18022-thread-4) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 5090643 INFO  (jetty-launcher-18022-thread-3) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 5090644 WARN  (jetty-launcher-18022-thread-3) [    ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 5090664 INFO  (jetty-launcher-18022-thread-1) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 5090664 WARN  (jetty-launcher-18022-thread-3) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@7c308967[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 5090664 WARN  (jetty-launcher-18022-thread-1) [    ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 5090682 INFO  (jetty-launcher-18022-thread-4) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 5090683 WARN  (jetty-launcher-18022-thread-4) [    ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 5090688 WARN  (jetty-launcher-18022-thread-3) [    ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 5090696 WARN  (jetty-launcher-18022-thread-1) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@9eca4ff[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 5090700 WARN  (jetty-launcher-18022-thread-3) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@411551ef[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 5090701 INFO  (jetty-launcher-18022-thread-3) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43326/solr
   [junit4]   2> 5090704 INFO  (jetty-launcher-18022-thread-2) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 5090704 WARN  (jetty-launcher-18022-thread-2) [    ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 5090705 WARN  (jetty-launcher-18022-thread-1) [    ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 5090709 WARN  (jetty-launcher-18022-thread-2) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@340f66ba[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 5090711 WARN  (jetty-launcher-18022-thread-4) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@327d85a0[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 5090711 WARN  (jetty-launcher-18022-thread-1) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@35ab506[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 5090712 INFO  (jetty-launcher-18022-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43326/solr
   [junit4]   2> 5090712 INFO  (zkConnectionManagerCallback-18039-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 5090717 WARN  (jetty-launcher-18022-thread-2) [    ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 5090717 WARN  (jetty-launcher-18022-thread-4) [    ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 5090724 INFO  (zkConnectionManagerCallback-18046-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 5090726 WARN  (jetty-launcher-18022-thread-2) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@501f88e4[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 5090727 INFO  (jetty-launcher-18022-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43326/solr
   [junit4]   2> 5090727 WARN  (jetty-launcher-18022-thread-4) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@69279152[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 5090728 INFO  (jetty-launcher-18022-thread-4) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43326/solr
   [junit4]   2> 5090730 INFO  (zkConnectionManagerCallback-18050-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 5090730 INFO  (zkConnectionManagerCallback-18058-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 5090730 INFO  (zkConnectionManagerCallback-18055-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 5090730 INFO  (zkConnectionManagerCallback-18052-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 5090756 INFO  (zkConnectionManagerCallback-18060-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 5090761 INFO  (zkConnectionManagerCallback-18062-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 5090764 INFO  (jetty-launcher-18022-thread-4) [n:127.0.0.1:41173_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:41173_solr
   [junit4]   2> 5090772 INFO  (jetty-launcher-18022-thread-4) [n:127.0.0.1:41173_solr    ] o.a.s.c.Overseer Overseer (id=74194501284003853-127.0.0.1:41173_solr-n_0000000000) starting
   [junit4]   2> 5090780 INFO  (jetty-launcher-18022-thread-2) [n:127.0.0.1:39764_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:39764_solr
   [junit4]   2> 5090795 INFO  (zkCallback-18061-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 5090800 INFO  (zkConnectionManagerCallback-18075-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 5090801 INFO  (jetty-launcher-18022-thread-4) [n:127.0.0.1:41173_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 5090802 INFO  (jetty-launcher-18022-thread-4) [n:127.0.0.1:41173_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:43326/solr ready
   [junit4]   2> 5090812 INFO  (zkCallback-18059-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 5090817 INFO  (jetty-launcher-18022-thread-1) [n:127.0.0.1:38345_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 5090820 INFO  (jetty-launcher-18022-thread-1) [n:127.0.0.1:38345_solr    ] o.a.s.c.ZkController Publish node=127.0.0.1:38345_solr as DOWN
   [junit4]   2> 5090821 INFO  (jetty-launcher-18022-thread-1) [n:127.0.0.1:38345_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 5090821 INFO  (jetty-launcher-18022-thread-1) [n:127.0.0.1:38345_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:38345_solr
   [junit4]   2> 5090828 INFO  (zkCallback-18061-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 5090828 INFO  (zkCallback-18059-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 5090828 INFO  (jetty-launcher-18022-thread-4) [n:127.0.0.1:41173_solr    ] o.a.s.c.ZkController Publish node=127.0.0.1:41173_solr as DOWN
   [junit4]   2> 5090828 INFO  (OverseerStateUpdate-74194501284003853-127.0.0.1:41173_solr-n_0000000000) [n:127.0.0.1:41173_solr    ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:41173_solr
   [junit4]   2> 5090829 INFO  (zkCallback-18051-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 5090833 INFO  (jetty-launcher-18022-thread-4) [n:127.0.0.1:41173_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 5090833 INFO  (jetty-launcher-18022-thread-4) [n:127.0.0.1:41173_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:41173_solr
   [junit4]   2> 5090836 INFO  (zkCallback-18074-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 5090838 INFO  (zkCallback-18061-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 5090838 INFO  (zkCallback-18059-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 5090838 INFO  (zkCallback-18074-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 5090838 INFO  (zkCallback-18051-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 5090844 DEBUG (OverseerStateUpdate-74194501284003853-127.0.0.1:41173_solr-n_0000000000) [n:127.0.0.1:41173_solr    ] o.a.s.c.Overseer processMessage: queueSize: 2, message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:38345_solr"} current state version: 0
   [junit4]   2> 5090844 DEBUG (OverseerStateUpdate-74194501284003853-127.0.0.1:41173_solr-n_0000000000) [n:127.0.0.1:41173_solr    ] o.a.s.c.Overseer processMessage: queueSize: 2, message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:41173_solr"} current state version: 0
   [junit4]   2> 5090848 INFO  (zkConnectionManagerCallback-18080-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 5090849 INFO  (jetty-launcher-18022-thread-2) [n:127.0.0.1:39764_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 5090850 INFO  (jetty-launcher-18022-thread-2) [n:127.0.0.1:39764_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:43326/solr ready
   [junit4]   2> 5090852 INFO  (zkConnectionManagerCallback-18085-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 5090853 INFO  (jetty-launcher-18022-thread-2) [n:127.0.0.1:39764_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 5090860 INFO  (jetty-launcher-18022-thread-4) [n:127.0.0.1:41173_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 5090860 INFO  (jetty-launcher-18022-thread-1) [n:127.0.0.1:38345_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 5090861 INFO  (jetty-launcher-18022-thread-1) [n:127.0.0.1:38345_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:43326/solr ready
   [junit4]   2> 5090864 INFO  (jetty-launcher-18022-thread-1) [n:127.0.0.1:38345_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 5090871 DEBUG (OverseerAutoScalingTriggerThread-74194501284003853-127.0.0.1:41173_solr-n_0000000000) [    ] o.a.s.c.a.NodeLostTrigger NodeLostTrigger .auto_add_replicas - Initial livenodes: [127.0.0.1:39764_solr, 127.0.0.1:38345_solr, 127.0.0.1:41173_solr]
   [junit4]   2> 5090879 DEBUG (ScheduledTrigger-15270-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 3 and last live nodes: 3
   [junit4]   2> 5090886 INFO  (jetty-launcher-18022-thread-3) [n:127.0.0.1:35381_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 5090889 INFO  (jetty-launcher-18022-thread-3) [n:127.0.0.1:35381_solr    ] o.a.s.c.ZkController Publish node=127.0.0.1:35381_solr as DOWN
   [junit4]   2> 5090890 INFO  (jetty-launcher-18022-thread-3) [n:127.0.0.1:35381_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 5090890 INFO  (jetty-launcher-18022-thread-3) [n:127.0.0.1:35381_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:35381_solr
   [junit4]   2> 5090891 INFO  (zkCallback-18061-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 5090891 INFO  (zkCallback-18051-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 5090891 INFO  (zkCallback-18074-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 5090900 INFO  (zkCallback-18049-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 5090900 INFO  (zkCallback-18059-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 5090900 DEBUG (OverseerStateUpdate-74194501284003853-127.0.0.1:41173_solr-n_0000000000) [n:127.0.0.1:41173_solr    ] o.a.s.c.Overseer processMessage: queueSize: 3, message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:35381_solr"} current state version: 0
   [junit4]   2> 5090905 INFO  (jetty-launcher-18022-thread-2) [n:127.0.0.1:39764_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39764.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@23ce4487
   [junit4]   2> 5090906 INFO  (jetty-launcher-18022-thread-1) [n:127.0.0.1:38345_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38345.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@23ce4487
   [junit4]   2> 5090916 INFO  (zkCallback-18084-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 5090920 INFO  (zkCallback-18079-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 5090927 INFO  (jetty-launcher-18022-thread-2) [n:127.0.0.1:39764_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39764.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@23ce4487
   [junit4]   2> 5090927 INFO  (jetty-launcher-18022-thread-2) [n:127.0.0.1:39764_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39764.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@23ce4487
   [junit4]   2> 5090928 INFO  (jetty-launcher-18022-thread-2) [n:127.0.0.1:39764_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_60B41ADDCE11284A-001/tempDir-001/node2/.
   [junit4]   2> 5090929 INFO  (jetty-launcher-18022-thread-1) [n:127.0.0.1:38345_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38345.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@23ce4487
   [junit4]   2> 5090932 INFO  (jetty-launcher-18022-thread-4) [n:127.0.0.1:41173_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_41173.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@23ce4487
   [junit4]   2> 5090947 INFO  (zkConnectionManagerCallback-18093-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 5090947 INFO  (jetty-launcher-18022-thread-1) [n:127.0.0.1:38345_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38345.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@23ce4487
   [junit4]   2> 5090947 INFO  (jetty-launcher-18022-thread-1) [n:127.0.0.1:38345_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_60B41ADDCE11284A-001/tempDir-001/node1/.
   [junit4]   2> 5090955 INFO  (jetty-launcher-18022-thread-4) [n:127.0.0.1:41173_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_41173.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@23ce4487
   [junit4]   2> 5090955 INFO  (jetty-launcher-18022-thread-4) [n:127.0.0.1:41173_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_41173.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@23ce4487
   [junit4]   2> 5090956 INFO  (jetty-launcher-18022-thread-4) [n:127.0.0.1:41173_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_60B41ADDCE11284A-001/tempDir-001/node4/.
   [junit4]   2> 5090957 INFO  (jetty-launcher-18022-thread-3) [n:127.0.0.1:35381_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 5090958 INFO  (jetty-launcher-18022-thread-3) [n:127.0.0.1:35381_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:43326/solr ready
   [junit4]   2> 5090960 INFO  (jetty-launcher-18022-thread-3) [n:127.0.0.1:35381_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 5090975 INFO  (jetty-launcher-18022-thread-3) [n:127.0.0.1:35381_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35381.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@23ce4487
   [junit4]   2> 5091008 INFO  (jetty-launcher-18022-thread-3) [n:127.0.0.1:35381_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35381.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@23ce4487
   [junit4]   2> 5091008 INFO  (jetty-launcher-18022-thread-3) [n:127.0.0.1:35381_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35381.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@23ce4487
   [junit4]   2> 5091009 INFO  (jetty-launcher-18022-thread-3) [n:127.0.0.1:35381_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_60B41ADDCE11284A-001/tempDir-001/node3/.
   [junit4]   2> 5091102 INFO  (zkConnectionManagerCallback-18099-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 5091103 INFO  (TEST-TimeRoutedAliasUpdateProcessorTest.testSliceRouting-seed#[60B41ADDCE11284A]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 5091104 INFO  (TEST-TimeRoutedAliasUpdateProcessorTest.testSliceRouting-seed#[60B41ADDCE11284A]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:43326/solr ready
   [junit4]   2> 5091105 INFO  (TEST-TimeRoutedAliasUpdateProcessorTest.testSliceRouting-seed#[60B41ADDCE11284A]) [    ] o.a.s.u.p.TimeRoutedAliasUpdateProcessorTest SolrClient: org.apache.solr.client.solrj.impl.CloudSolrClient@18b06fa9
   [junit4]   2> 5091105 INFO  (TEST-TimeRoutedAliasUpdateProcessorTest.testSliceRouting-seed#[60B41ADDCE11284A]) [    ] o.a.s.u.p.TimeRoutedAliasUpdateProcessorTest ClusterStateProvider 127.0.0.1:43326/solr
   [junit4]   2> 5091106 INFO  (zkConnectionManagerCallback-18104-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 5091107 INFO  (TEST-TimeRoutedAliasUpdateProcessorTest.testSliceRouting-seed#[60B41ADDCE11284A]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 5091108 INFO  (TEST-TimeRoutedAliasUpdateProcessorTest.testSliceRouting-seed#[60B41ADDCE11284A]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:43326/solr ready
   [junit4]   2> 5091123 INFO  (qtp1148887579-52600) [n:127.0.0.1:39764_solr    ] o.a.s.h.a.ConfigSetsHandler Invoked ConfigSet Action :create with params baseConfigSet=_default&name=testSliceRouting&action=CREATE&wt=javabin&version=2 
   [junit4]   2> 5091124 INFO  (OverseerThreadFactory-15273-thread-1-processing-n:127.0.0.1:41173_solr) [n:127.0.0.1:41173_solr    ] o.a.s.c.OverseerConfigSetMessageHandler OverseerConfigSetMessageHandler.processMessage : create , {
   [junit4]   2>   "name":"testSliceRouting",
   [junit4]   2>   "baseConfigSet":"_default",
   [junit4]   2>   "immutable":"false",
   [junit4]   2>   "operation":"configsets:create"}
   [junit4]   2> 5091125 INFO  (OverseerThreadFactory-15273-thread-1-processing-n:127.0.0.1:41173_solr) [n:127.0.0.1:41173_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/protwords.txt to /configs/testSliceRouting/protwords.txt
   [junit4]   2> 5091126 INFO  (OverseerThreadFactory-15273-thread-1-processing-n:127.0.0.1:41173_solr) [n:127.0.0.1:41173_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/managed-schema to /configs/testSliceRouting/managed-schema
   [junit4]   2> 5091128 INFO  (OverseerThreadFactory-15273-thread-1-processing-n:127.0.0.1:41173_solr) [n:127.0.0.1:41173_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/solrconfig.xml to /configs/testSliceRouting/solrconfig.xml
   [junit4]   2> 5091129 INFO  (OverseerThreadFactory-15273-thread-1-processing-n:127.0.0.1:41173_solr) [n:127.0.0.1:41173_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/synonyms.txt to /configs/testSliceRouting/synonyms.txt
   [junit4]   2> 5091130 INFO  (OverseerThreadFactory-15273-thread-1-processing-n:127.0.0.1:41173_solr) [n:127.0.0.1:41173_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/stopwords.txt to /configs/testSliceRouting/stopwords.txt
   [junit4]   2> 5091131 INFO  (OverseerThreadFactory-15273-thread-1-processing-n:127.0.0.1:41173_solr) [n:127.0.0.1:41173_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/params.json to /configs/testSliceRouting/params.json
   [junit4]   2> 5091133 INFO  (OverseerThreadFactory-15273-thread-1-processing-n:127.0.0.1:41173_solr) [n:127.0.0.1:41173_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_it.txt to /configs/testSliceRouting/lang/contractions_it.txt
   [junit4]   2> 5091134 INFO  (OverseerThreadFactory-15273-thread-1-processing-n:127.0.0.1:41173_solr) [n:127.0.0.1:41173_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_no.txt to /configs/testSliceRouting/lang/stopwords_no.txt
   [junit4]   2> 5091135 INFO  (OverseerThreadFactory-15273-thread-1-processing-n:127.0.0.1:41173_solr) [n:127.0.0.1:41173_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hy.txt to /configs/testSliceRouting/lang/stopwords_hy.txt
   [junit4]   2> 5091137 INFO  (OverseerThreadFactory-15273-thread-1-processing-n:127.0.0.1:41173_solr) [n:127.0.0.1:41173_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stemdict_nl.txt to /configs/testSliceRouting/lang/stemdict_nl.txt
   [junit4]   2> 5091138 INFO  (OverseerThreadFactory-15273-thread-1-processing-n:127.0.0.1:41173_solr) [n:127.0.0.1:41173_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_ca.txt to /configs/testSliceRouting/lang/contractions_ca.txt
   [junit4]   2> 5091139 INFO  (OverseerThreadFactory-15273-thread-1-processing-n:127.0.0.1:41173_solr) [n:127.0.0.1:41173_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_id.txt to /configs/testSliceRouting/lang/stopwords_id.txt
   [junit4]   2> 5091140 INFO  (OverseerThreadFactory-15273-thread-1-processing-n:127.0.0.1:41173_solr) [n:127.0.0.1:41173_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ga.txt to /configs/testSliceRouting/lang/stopwords_ga.txt
   [junit4]   2> 5091141 INFO  (OverseerThreadFactory-15273-thread-1-processing-n:127.0.0.1:41173_solr) [n:127.0.0.1:41173_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_da.txt to /configs/testSliceRouting/lang/stopwords_da.txt
   [junit4]   2> 5091143 INFO  (OverseerThreadFactory-15273-thread-1-processing-n:127.0.0.1:41173_solr) [n:127.0.0.1:41173_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hi.txt to /configs/testSliceRouting/lang/stopwords_hi.txt
   [junit4]   2> 5091145 INFO  (OverseerThreadFactory-15273-thread-1-processing-n:127.0.0.1:41173_solr) [n:127.0.0.1:41173_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ja.txt to /configs/testSliceRouting/lang/stopwords_ja.txt
   [junit4]   2> 5091146 INFO  (OverseerThreadFactory-15273-thread-1-processing-n:127.0.0.1:41173_solr) [n:127.0.0.1:41173_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_pt.txt to /configs/testSliceRouting/lang/stopwords_pt.txt
   [junit4]   2> 5091147 INFO  (OverseerThreadFactory-15273-thread-1-processing-n:127.0.0.1:41173_solr) [n:127.0.0.1:41173_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hu.txt to /configs/testSliceRouting/lang/stopwords_hu.txt
   [junit4]   2> 5091148 INFO  (OverseerThreadFactory-15273-thread-1-processing-n:127.0.0.1:41173_solr) [n:127.0.0.1:41173_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_el.txt to /configs/testSliceRouting/lang/stopwords_el.txt
   [junit4]   2> 5091150 INFO  (OverseerThreadFactory-15273-thread-1-processing-n:127.0.0.1:41173_solr) [n:127.0.0.1:41173_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ru.txt to /configs/testSliceRouting/lang/stopwords_ru.txt
   [junit4]   2> 5091151 INFO  (OverseerThreadFactory-15273-thread-1-processing-n:127.0.0.1:41173_solr) [n:127.0.0.1:41173_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_tr.txt to /configs/testSliceRouting/lang/stopwords_tr.txt
   [junit4]   2> 5091152 INFO  (OverseerThreadFactory-15273-thread-1-processing-n:127.0.0.1:41173_solr) [n:127.0.0.1:41173_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ar.txt to /configs/testSliceRouting/lang/stopwords_ar.txt
   [junit4]   2> 5091154 INFO  (OverseerThreadFactory-15273-thread-1-processing-n:127.0.0.1:41173_solr) [n:127.0.0.1:41173_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/userdict_ja.txt to /configs/testSliceRouting/lang/userdict_ja.txt
   [junit4]   2> 5091155 INFO  (OverseerThreadFactory-15273-thread-1-processing-n:127.0.0.1:41173_solr) [n:127.0.0.1:41173_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_it.txt to /configs/testSliceRouting/lang/stopwords_it.txt
   [junit4]   2> 5091156 INFO  (OverseerThreadFactory-15273-thread-1-processing-n:127.0.0.1:41173_solr) [n:127.0.0.1:41173_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_eu.txt to /configs/testSliceRouting/lang/stopwords_eu.txt
   [junit4]   2> 5091157 INFO  (OverseerThreadFactory-15273-thread-1-processing-n:127.0.0.1:41173_solr) [n:127.0.0.1:41173_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_cz.txt to /configs/testSliceRouting/lang/stopwords_cz.txt
   [junit4]   2> 5091159 INFO  (OverseerThreadFactory-15273-thread-1-processing-n:127.0.0.1:41173_solr) [n:127.0.0.1:41173_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stoptags_ja.txt to /configs/testSliceRouting/lang/stoptags_ja.txt
   [junit4]   2> 5091160 INFO  (OverseerThreadFactory-15273-thread-1-processing-n:127.0.0.1:41173_solr) [n:127.0.0.1:41173_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_fr.txt to /configs/testSliceRouting/lang/contractions_fr.txt
   [junit4]   2> 5091161 INFO  (OverseerThreadFactory-15273-thread-1-processing-n:127.0.0.1:41173_solr) [n:127.0.0.1:41173_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_fa.txt to /configs/testSliceRouting/lang/stopwords_fa.txt
   [junit4]   2> 5091163 INFO  (OverseerThreadFactory-15273-thread-1-processing-n:127.0.0.1:41173_solr) [n:127.0.0.1:41173_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_de.txt to /configs/testSliceRouting/lang/stopwords_de.txt
   [junit4]   2> 5091164 INFO  (OverseerThreadFactory-15273-thread-1-processing-n:127.0.0.1:41173_solr) [n:127.0.0.1:41173_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_ga.txt to /configs/testSliceRouting/lang/contractions_ga.txt
   [junit4]   2> 5091165 INFO  (OverseerThreadFactory-15273-thread-1-processing-n:127.0.0.1:41173_solr) [n:127.0.0.1:41173_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ca.txt to /configs/testSliceRouting/lang/stopwords_ca.txt
   [junit4]   2> 5091167 INFO  (OverseerThreadFactory-15273-thread-1-processing-n:127.0.0.1:41173_solr) [n:127.0.0.1:41173_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_nl.txt to /configs/testSliceRouting/lang/stopwords_nl.txt
   [junit4]   2> 5091168 INFO  (OverseerThreadFactory-15273-thread-1-processing-n:127.0.0.1:41173_solr) [n:127.0.0.1:41173_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_bg.txt to /configs/testSliceRouting/lang/stopwords_bg.txt
   [junit4]   2> 5091169 INFO  (OverseerThreadFactory-15273-thread-1-processing-n:127.0.0.1:41173_solr) [n:127.0.0.1:41173_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_es.txt to /configs/testSliceRouting/lang/stopwords_es.txt
   [junit4]   2> 5091170 INFO  (OverseerThreadFactory-15273-thread-1-processing-n:127.0.0.1:41173_solr) [n:127.0.0.1:41173_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_en.txt to /configs/testSliceRouting/lang/stopwords_en.txt
   [junit4]   2> 5091172 INFO  (OverseerThreadFactory-15273-thread-1-processing-n:127.0.0.1:41173_solr) [n:127.0.0.1:41173_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_lv.txt to /configs/testSliceRouting/lang/stopwords_lv.txt
   [junit4]   2> 5091173 INFO  (OverseerThreadFactory-15273-thread-1-processing-n:127.0.0.1:41173_solr) [n:127.0.0.1:41173_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_th.txt to /configs/testSliceRouting/lang/stopwords_th.txt
   [junit4]   2> 5091174 INFO  (OverseerThreadFactory-15273-thread-1-processing-n:127.0.0.1:41173_solr) [n:127.0.0.1:41173_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ro.txt to /configs/testSliceRouting/lang/stopwords_ro.txt
   [junit4]   2> 5091179 INFO  (OverseerThreadFactory-15273-thread-1-processing-n:127.0.0.1:41173_solr) [n:127.0.0.1:41173_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_fr.txt to /configs/testSliceRouting/lang/stopwords_fr.txt
   [junit4]   2> 5091180 INFO  (OverseerThreadFactory-15273-thread-1-processing-n:127.0.0.1:41173_solr) [n:127.0.0.1:41173_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_sv.txt to /configs/testSliceRouting/lang/stopwords_sv.txt
   [junit4]   2> 5091181 INFO  (OverseerThreadFactory-15273-thread-1-processing-n:127.0.0.1:41173_solr) [n:127.0.0.1:41173_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_fi.txt to /configs/testSliceRouting/lang/stopwords_fi.txt
   [junit4]   2> 5091182 INFO  (OverseerThreadFactory-15273-thread-1-processing-n:127.0.0.1:41173_solr) [n:127.0.0.1:41173_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/hyphenations_ga.txt to /configs/testSliceRouting/lang/hyphenations_ga.txt
   [junit4]   2> 5091184 INFO  (OverseerThreadFactory-15273-thread-1-processing-n:127.0.0.1:41173_solr) [n:127.0.0.1:41173_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_gl.txt to /configs/testSliceRouting/lang/stopwords_gl.txt
   [junit4]   2> 5091190 INFO  (qtp1148887579-52600) [n:127.0.0.1:39764_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/configs params={baseConfigSet=_default&name=testSliceRouting&action=CREATE&wt=javabin&version=2} status=0 QTime=67
   [junit4]   2> 5091191 INFO  (qtp1148887579-52593) [n:127.0.0.1:39764_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params collection.configName=testSliceRouting&name=testSliceRouting&nrtReplicas=1&action=CREATE&numShards=1&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 5091194 INFO  (OverseerThreadFactory-15273-thread-2-processing-n:127.0.0.1:41173_solr) [n:127.0.0.1:41173_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection testSliceRouting
   [junit4]   2> 5091194 INFO  (OverseerCollectionConfigSetProcessor-74194501284003853-127.0.0.1:41173_solr-n_0000000000) [n:127.0.0.1:41173_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> 5091197 DEBUG (OverseerStateUpdate-74194501284003853-127.0.0.1:41173_solr-n_0000000000) [n:127.0.0.1:41173_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "name":"testSliceRouting",
   [junit4]   2>   "fromApi":"true",
   [junit4]   2>   "collection.configName":"testSliceRouting",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "nrtReplicas":"1",
   [junit4]   2>   "stateFormat":"2",
   [junit4]   2>   "replicationFactor":"1",
   [junit4]   2>   "operation":"create"} current state version: 0
   [junit4]   2> 5091302 INFO  (qtp1148887579-52599) [n:127.0.0.1:39764_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 5091303 INFO  (qtp1148887579-52600) [n:127.0.0.1:39764_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 5091304 INFO  (qtp1148887579-52597) [n:127.0.0.1:39764_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 5091304 INFO  (qtp1148887579-52598) [n:127.0.0.1:39764_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 5091305 INFO  (qtp1148887579-52599) [n:127.0.0.1:39764_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 5091316 INFO  (qtp2086959348-52612) [n:127.0.0.1:38345_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 5091316 INFO  (qtp2086959348-52613) [n:127.0.0.1:38345_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 5091317 INFO  (qtp2086959348-52609) [n:127.0.0.1:38345_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 5091318 INFO  (qtp2086959348-52610) [n:127.0.0.1:38345_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 5091318 INFO  (qtp2086959348-52611) [n:127.0.0.1:38345_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 5091332 INFO  (qtp1144119714-52633) [n:127.0.0.1:41173_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 5091333 INFO  (qtp1144119714-52630) [n:127.0.0.1:41173_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 5091334 INFO  (qtp1144119714-52625) [n:127.0.0.1:41173_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 5091334 INFO  (qtp1144119714-52627) [n:127.0.0.1:41173_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 5091335 INFO  (qtp1144119714-52628) [n:127.0.0.1:41173_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 5091344 INFO  (qtp1458121336-52618) [n:127.0.0.1:35381_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 5091345 INFO  (qtp1458121336-52619) [n:127.0.0.1:35381_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 5091346 INFO  (qtp1458121336-52615) [n:127.0.0.1:35381_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 5091347 INFO  (qtp1458121336-52607) [n:127.0.0.1:35381_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 5091347 INFO  (qtp1458121336-52616) [n:127.0.0.1:35381_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 5091351 DEBUG (OverseerStateUpdate-74194501284003853-127.0.0.1:41173_solr-n_0000000000) [n:127.0.0.1:41173_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testSliceRouting",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testSliceRouting_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:35381/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} current state version: 0
   [junit4]   2> 5091351 INFO  (OverseerStateUpdate-74194501284003853-127.0.0.1:41173_solr-n_0000000000) [n:127.0.0.1:41173_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testSliceRouting",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testSliceRouting_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:35381/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 5091556 INFO  (qtp1458121336-52618) [n:127.0.0.1:35381_solr    x:testSliceRouting_shard1_replica_n1] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node2&collection.configName=testSliceRouting&newCollection=true&name=testSliceRouting_shard1_replica_n1&action=CREATE&numShards=1&collection=testSliceRouting&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 5091562 DEBUG (OverseerStateUpdate-74194501284003853-127.0.0.1:41173_solr-n_0000000000) [n:127.0.0.1:41173_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "core":"testSliceRouting_shard1_replica_n1",
   [junit4]   2>   "core_node_name":"core_node2",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:35381/solr",
   [junit4]   2>   "node_name":"127.0.0.1:35381_solr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"testSliceRouting",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "force_set_state":"false",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 5091888 DEBUG (ScheduledTrigger-15270-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 4 and last live nodes: 3
   [junit4]   2> 5092579 INFO  (qtp1458121336-52618) [n:127.0.0.1:35381_solr c:testSliceRouting s:shard1 r:core_node2 x:testSliceRouting_shard1_replica_n1] o.a.s.c.RequestParams conf resource params.json loaded . version : 0 
   [junit4]   2> 5092579 INFO  (qtp1458121336-52618) [n:127.0.0.1:35381_solr c:testSliceRouting s:shard1 r:core_node2 x:testSliceRouting_shard1_replica_n1] o.a.s.c.RequestParams request params refreshed to version 0
   [junit4]   2> 5092579 WARN  (qtp1458121336-52618) [n:127.0.0.1:35381_solr c:testSliceRouting s:shard1 r:core_node2 x:testSliceRouting_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_60B41ADDCE11284A-001/tempDir-001/node3/testSliceRouting_shard1_replica_n1/../../../../contrib/extraction/lib filtered by .*\.jar to classpath: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_60B41ADDCE11284A-001/tempDir-001/node3/testSliceRouting_shard1_replica_n1/../../../../contrib/extraction/lib
   [junit4]   2> 5092580 WARN  (qtp1458121336-52618) [n:127.0.0.1:35381_solr c:testSliceRouting s:shard1 r:core_node2 x:testSliceRouting_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_60B41ADDCE11284A-001/tempDir-001/node3/testSliceRouting_shard1_replica_n1/../../../../dist filtered by solr-cell-\d.*\.jar to classpath: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_60B41ADDCE11284A-001/tempDir-001/node3/testSliceRouting_shard1_replica_n1/../../../../dist
   [junit4]   2> 5092580 WARN  (qtp1458121336-52618) [n:127.0.0.1:35381_solr c:testSliceRouting s:shard1 r:core_node2 x:testSliceRouting_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_60B41ADDCE11284A-001/tempDir-001/node3/testSliceRouting_shard1_replica_n1/../../../../contrib/clustering/lib filtered by .*\.jar to classpath: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_60B41ADDCE11284A-001/tempDir-001/node3/testSliceRouting_shard1_replica_n1/../../../../contrib/clustering/lib
   [junit4]   2> 5092580 WARN  (qtp1458121336-52618) [n:127.0.0.1:35381_solr c:testSliceRouting s:shard1 r:core_node2 x:testSliceRouting_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_60B41ADDCE11284A-001/tempDir-001/node3/testSliceRouting_shard1_replica_n1/../../../../dist filtered by solr-clustering-\d.*\.jar to classpath: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_60B41ADDCE11284A-001/tempDir-001/node3/testSliceRouting_shard1_replica_n1/../../../../dist
   [junit4]   2> 5092580 WARN  (qtp1458121336-52618) [n:127.0.0.1:35381_solr c:testSliceRouting s:shard1 r:core_node2 x:testSliceRouting_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_60B41ADDCE11284A-001/tempDir-001/node3/testSliceRouting_shard1_replica_n1/../../../../contrib/langid/lib filtered by .*\.jar to classpath: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_60B41ADDCE11284A-001/tempDir-001/node3/testSliceRouting_shard1_replica_n1/../../../../contrib/langid/lib
   [junit4]   2> 5092580 WARN  (qtp1458121336-52618) [n:127.0.0.1:35381_solr c:testSliceRouting s:shard1 r:core_node2 x:testSliceRouting_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_60B41ADDCE11284A-001/tempDir-001/node3/testSliceRouting_shard1_replica_n1/../../../../dist filtered by solr-langid-\d.*\.jar to classpath: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_60B41ADDCE11284A-001/tempDir-001/node3/testSliceRouting_shard1_replica_n1/../../../../dist
   [junit4]   2> 5092580 WARN  (qtp1458121336-52618) [n:127.0.0.1:35381_solr c:testSliceRouting s:shard1 r:core_node2 x:testSliceRouting_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_60B41ADDCE11284A-001/tempDir-001/node3/testSliceRouting_shard1_replica_n1/../../../../contrib/velocity/lib filtered by .*\.jar to classpath: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_60B41ADDCE11284A-001/tempDir-001/node3/testSliceRouting_shard1_replica_n1/../../../../contrib/velocity/lib
   [junit4]   2> 5092580 WARN  (qtp1458121336-52618) [n:127.0.0.1:35381_solr c:testSliceRouting s:shard1 r:core_node2 x:testSliceRouting_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_60B41ADDCE11284A-001/tempDir-001/node3/testSliceRouting_shard1_replica_n1/../../../../dist filtered by solr-velocity-\d.*\.jar to classpath: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_60B41ADDCE11284A-001/tempDir-001/node3/testSliceRouting_shard1_replica_n1/../../../../dist
   [junit4]   2> 5092581 WARN  (qtp1458121336-52618) [n:127.0.0.1:35381_solr c:testSliceRouting s:shard1 r:core_node2 x:testSliceRouting_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_60B41ADDCE11284A-001/tempDir-001/node3/testSliceRouting_shard1_replica_n1/../../../../dist filtered by solr-ltr-\d.*\.jar to classpath: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_60B41ADDCE11284A-001/tempDir-001/node3/testSliceRouting_shard1_replica_n1/../../../../dist
   [junit4]   2> 5092588 INFO  (qtp1458121336-52618) [n:127.0.0.1:35381_solr c:testSliceRouting s:shard1 r:core_node2 x:testSliceRouting_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.1.0
   [junit4]   2> 5092611 INFO  (qtp1458121336-52618) [n:127.0.0.1:35381_solr c:testSliceRouting s:shard1 r:core_node2 x:testSliceRouting_shard1_replica_n1] o.a.s.s.IndexSchema [testSliceRouting_shard1_replica_n1] Schema name=default-config
   [junit4]   2> 5092851 INFO  (qtp1458121336-52618) [n:127.0.0.1:35381_solr c:testSliceRouting s:shard1 r:core_node2 x:testSliceRouting_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema default-config/1.6 with uniqueid field id
   [junit4]   2> 5092879 INFO  (qtp1458121336-52618) [n:127.0.0.1:35381_solr c:testSliceRouting s:shard1 r:core_node2 x:testSliceRouting_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'testSliceRouting_shard1_replica_n1' using configuration from collection testSliceRouting, trusted=true
   [junit4]   2> 5092880 INFO  (qtp1458121336-52618) [n:127.0.0.1:35381_solr c:testSliceRouting s:shard1 r:core_node2 x:testSliceRouting_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35381.solr.core.testSliceRouting.shard1.replica_n1' (registry 'solr.core.testSliceRouting.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@23ce4487
   [junit4]   2> 5092880 INFO  (qtp1458121336-52618) [n:127.0.0.1:35381_solr c:testSliceRouting s:shard1 r:core_node2 x:testSliceRouting_shard1_replica_n1] o.a.s.c.SolrCore [[testSliceRouting_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_60B41ADDCE11284A-001/tempDir-001/node3/testSliceRouting_shard1_replica_n1], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_60B41ADDCE11284A-001/tempDir-001/node3/./testSliceRouting_shard1_replica_n1/data/]
   [junit4]   2> 5092883 INFO  (qtp1458121336-52618) [n:127.0.0.1:35381_solr c:testSliceRouting s:shard1 r:core_node2 x:testSliceRouting_shard1_replica_n1] o.a.s.r.XSLTResponseWriter xsltCacheLifetimeSeconds=5
   [junit4]   2> 5092890 DEBUG (ScheduledTrigger-15270-thread-4) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 4 and last live nodes: 4
   [junit4]   2> 5092956 INFO  (qtp1458121336-52618) [n:127.0.0.1:35381_solr c:testSliceRouting s:shard1 r:core_node2 x:testSliceRouting_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 5092956 INFO  (qtp1458121336-52618) [n:127.0.0.1:35381_solr c:testSliceRouting s:shard1 r:core_node2 x:testSliceRouting_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 5092958 INFO  (qtp1458121336-52618) [n:127.0.0.1:35381_solr c:testSliceRouting s:shard1 r:core_node2 x:testSliceRouting_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: if uncommitted for 15000ms; 
   [junit4]   2> 5092958 INFO  (qtp1458121336-52618) [n:127.0.0.1:35381_solr c:testSliceRouting s:shard1 r:core_node2 x:testSliceRouting_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 5092959 INFO  (qtp1458121336-52618) [n:127.0.0.1:35381_solr c:testSliceRouting s:shard1 r:core_node2 x:testSliceRouting_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@7c939764[testSliceRouting_shard1_replica_n1] main]
   [junit4]   2> 5092960 INFO  (qtp1458121336-52618) [n:127.0.0.1:35381_solr c:testSliceRouting s:shard1 r:core_node2 x:testSliceRouting_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/testSliceRouting
   [junit4]   2> 5092961 INFO  (qtp1458121336-52618) [n:127.0.0.1:35381_solr c:testSliceRouting s:shard1 r:core_node2 x:testSliceRouting_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/testSliceRouting
   [junit4]   2> 5092961 INFO  (qtp1458121336-52618) [n:127.0.0.1:35381_solr c:testSliceRouting s:shard1 r:core_node2 x:testSliceRouting_shard1_replica_n1] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/testSliceRouting/managed-schema
   [junit4]   2> 5092961 INFO  (qtp1458121336-52618) [n:127.0.0.1:35381_solr c:testSliceRouting s:shard1 r:core_node2 x:testSliceRouting_shard1_replica_n1] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 5092962 INFO  (qtp1458121336-52618) [n:127.0.0.1:35381_solr c:testSliceRouting s:shard1 r:core_node2 x:testSliceRouting_shard1_replica_n1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 5092962 INFO  (qtp1458121336-52618) [n:127.0.0.1:35381_solr c:testSliceRouting s:shard1 r:core_node2 x:testSliceRouting_shard1_replica_n1] o.a.s.s.DirectSolrSpellChecker init: {name=default,field=_text_,classname=solr.DirectSolrSpellChecker,distanceMeasure=internal,accuracy=0.5,maxEdits=2,minPrefix=1,maxInspections=5,minQueryLength=4,maxQueryFrequency=0.01}
   [junit4]   2> 5092963 INFO  (qtp1458121336-52618) [n:127.0.0.1:35381_solr c:testSliceRouting s:shard1 r:core_node2 x:testSliceRouting_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 5092963 INFO  (qtp1458121336-52618) [n:127.0.0.1:35381_solr c:testSliceRouting s:shard1 r:core_node2 x:testSliceRouting_shard1_replica_n1] o.a.s.u.

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

Apples-Tests-8.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/lucene/top-level-ivy-settings.xml

resolve:

jar-checksums:
    [mkdir] Created dir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/null1657929864
     [copy] Copying 237 files to /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/null1657929864
   [delete] Deleting directory /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/null1657929864

check-working-copy:
[ivy:cachepath] :: resolving dependencies :: org.eclipse.jgit#org.eclipse.jgit-caller;working
[ivy:cachepath] 	confs: [default]
[ivy:cachepath] 	found org.eclipse.jgit#org.eclipse.jgit;4.6.0.201612231935-r in public
[ivy:cachepath] 	found com.jcraft#jsch;0.1.53 in public
[ivy:cachepath] 	found com.googlecode.javaewah#JavaEWAH;1.1.6 in public
[ivy:cachepath] 	found org.apache.httpcomponents#httpclient;4.3.6 in public
[ivy:cachepath] 	found org.apache.httpcomponents#httpcore;4.3.3 in public
[ivy:cachepath] 	found commons-logging#commons-logging;1.1.3 in public
[ivy:cachepath] 	found commons-codec#commons-codec;1.6 in public
[ivy:cachepath] 	found org.slf4j#slf4j-api;1.7.2 in public
[ivy:cachepath] :: resolution report :: resolve 66ms :: artifacts dl 19ms
	---------------------------------------------------------------------
	|                  |            modules            ||   artifacts   |
	|       conf       | number| search|dwnlded|evicted|| number|dwnlded|
	---------------------------------------------------------------------
	|      default     |   8   |   0   |   0   |   0   ||   8   |   0   |
	---------------------------------------------------------------------
[wc-checker] Initializing working copy...
[wc-checker] SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
[wc-checker] SLF4J: Defaulting to no-operation (NOP) logger implementation
[wc-checker] SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
[wc-checker] Checking working copy status...

-jenkins-base:

BUILD SUCCESSFUL
Total time: 246 minutes 8 seconds
Archiving artifacts
java.lang.InterruptedException: no matches found within 10000
	at hudson.FilePath$ValidateAntFileMask.hasMatch(FilePath.java:2847)
	at hudson.FilePath$ValidateAntFileMask.invoke(FilePath.java:2726)
	at hudson.FilePath$ValidateAntFileMask.invoke(FilePath.java:2707)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3086)
Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to lucene2
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
		at hudson.remoting.Channel.call(Channel.java:955)
		at hudson.FilePath.act(FilePath.java:1072)
		at hudson.FilePath.act(FilePath.java:1061)
		at hudson.FilePath.validateAntFileMask(FilePath.java:2705)
		at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:243)
		at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81)
		at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
		at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
		at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
		at hudson.model.Build$BuildExecution.post2(Build.java:186)
		at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
		at hudson.model.Run.execute(Run.java:1835)
		at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
		at hudson.model.ResourceController.execute(ResourceController.java:97)
		at hudson.model.Executor.run(Executor.java:429)
Caused: hudson.FilePath$TunneledInterruptedException
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3088)
	at hudson.remoting.UserRequest.perform(UserRequest.java:212)
	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
	at hudson.remoting.Request$2.run(Request.java:369)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:748)
Caused: java.lang.InterruptedException: java.lang.InterruptedException: no matches found within 10000
	at hudson.FilePath.act(FilePath.java:1074)
	at hudson.FilePath.act(FilePath.java:1061)
	at hudson.FilePath.validateAntFileMask(FilePath.java:2705)
	at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:243)
	at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81)
	at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
	at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
	at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
	at hudson.model.Build$BuildExecution.post2(Build.java:186)
	at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
	at hudson.model.Run.execute(Run.java:1835)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:429)
No artifacts found that match the file pattern "**/*.events,heapdumps/**,**/hs_err_pid*". Configuration error?
Recording test results
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
Email was triggered for: Unstable (Test Failures)
Sending email for trigger: Unstable (Test Failures)

[JENKINS] Lucene-Solr-BadApples-Tests-8.x - Build # 27 - Still Unstable

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-BadApples-Tests-8.x/27/

2 tests failed.
FAILED:  org.apache.solr.cloud.MultiThreadedOCPTest.test

Error Message:
acoll: 1550387748146 bcoll: 1550387748293

Stack Trace:
java.lang.AssertionError: acoll: 1550387748146 bcoll: 1550387748293
	at __randomizedtesting.SeedInfo.seed([9D14CBCC0EDF0C7D:1540F416A0236185]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.solr.cloud.MultiThreadedOCPTest.testFillWorkQueue(MultiThreadedOCPTest.java:116)
	at org.apache.solr.cloud.MultiThreadedOCPTest.test(MultiThreadedOCPTest.java:71)
	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:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1082)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1054)
	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:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	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.security.BasicAuthIntegrationTest.testBasicAuth

Error Message:
Expected metric minimums for prefix SECURITY./authentication.: {failMissingCredentials=2, authenticated=19, passThrough=9, failWrongCredentials=1, requests=31, errors=0}, but got: {failMissingCredentials=2, authenticated=18, passThrough=11, totalTime=10109459, failWrongCredentials=1, requestTimes=1718, requests=32, errors=0}

Stack Trace:
java.lang.AssertionError: Expected metric minimums for prefix SECURITY./authentication.: {failMissingCredentials=2, authenticated=19, passThrough=9, failWrongCredentials=1, requests=31, errors=0}, but got: {failMissingCredentials=2, authenticated=18, passThrough=11, totalTime=10109459, failWrongCredentials=1, requestTimes=1718, requests=32, errors=0}
	at __randomizedtesting.SeedInfo.seed([9D14CBCC0EDF0C7D:217ABDDEAA8C8F07]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.solr.cloud.SolrCloudAuthTestCase.assertAuthMetricsMinimums(SolrCloudAuthTestCase.java:125)
	at org.apache.solr.cloud.SolrCloudAuthTestCase.assertAuthMetricsMinimums(SolrCloudAuthTestCase.java:81)
	at org.apache.solr.security.BasicAuthIntegrationTest.testBasicAuth(BasicAuthIntegrationTest.java:306)
	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:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	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:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	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 14121 lines...]
   [junit4] Suite: org.apache.solr.cloud.MultiThreadedOCPTest
   [junit4]   2> Creating dataDir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.cloud.MultiThreadedOCPTest_9D14CBCC0EDF0C7D-001/init-core-data-001
   [junit4]   2> 2881727 WARN  (SUITE-MultiThreadedOCPTest-seed#[9D14CBCC0EDF0C7D]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=4 numCloses=4
   [junit4]   2> 2881727 INFO  (SUITE-MultiThreadedOCPTest-seed#[9D14CBCC0EDF0C7D]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 2881729 INFO  (SUITE-MultiThreadedOCPTest-seed#[9D14CBCC0EDF0C7D]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 2881729 INFO  (SUITE-MultiThreadedOCPTest-seed#[9D14CBCC0EDF0C7D]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 2881729 INFO  (SUITE-MultiThreadedOCPTest-seed#[9D14CBCC0EDF0C7D]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 2881732 INFO  (TEST-MultiThreadedOCPTest.test-seed#[9D14CBCC0EDF0C7D]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 2881732 INFO  (ZkTestServer Run Thread) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2881732 INFO  (ZkTestServer Run Thread) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 2881832 INFO  (TEST-MultiThreadedOCPTest.test-seed#[9D14CBCC0EDF0C7D]) [    ] o.a.s.c.ZkTestServer start zk server on port:41122
   [junit4]   2> 2881832 INFO  (TEST-MultiThreadedOCPTest.test-seed#[9D14CBCC0EDF0C7D]) [    ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:41122
   [junit4]   2> 2881832 INFO  (TEST-MultiThreadedOCPTest.test-seed#[9D14CBCC0EDF0C7D]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 41122
   [junit4]   2> 2881870 INFO  (zkConnectionManagerCallback-8719-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2881894 INFO  (zkConnectionManagerCallback-8721-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2881895 INFO  (TEST-MultiThreadedOCPTest.test-seed#[9D14CBCC0EDF0C7D]) [    ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 2881896 INFO  (TEST-MultiThreadedOCPTest.test-seed#[9D14CBCC0EDF0C7D]) [    ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/core/src/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 2881897 INFO  (TEST-MultiThreadedOCPTest.test-seed#[9D14CBCC0EDF0C7D]) [    ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 2881898 INFO  (TEST-MultiThreadedOCPTest.test-seed#[9D14CBCC0EDF0C7D]) [    ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 2881898 INFO  (TEST-MultiThreadedOCPTest.test-seed#[9D14CBCC0EDF0C7D]) [    ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 2881899 INFO  (TEST-MultiThreadedOCPTest.test-seed#[9D14CBCC0EDF0C7D]) [    ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 2881900 INFO  (TEST-MultiThreadedOCPTest.test-seed#[9D14CBCC0EDF0C7D]) [    ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 2881900 INFO  (TEST-MultiThreadedOCPTest.test-seed#[9D14CBCC0EDF0C7D]) [    ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 2881901 INFO  (TEST-MultiThreadedOCPTest.test-seed#[9D14CBCC0EDF0C7D]) [    ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 2881902 INFO  (TEST-MultiThreadedOCPTest.test-seed#[9D14CBCC0EDF0C7D]) [    ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 2881902 INFO  (TEST-MultiThreadedOCPTest.test-seed#[9D14CBCC0EDF0C7D]) [    ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 2881922 INFO  (zkConnectionManagerCallback-8725-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2881930 INFO  (TEST-MultiThreadedOCPTest.test-seed#[9D14CBCC0EDF0C7D]) [    ] o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly asked otherwise
   [junit4]   2> 2882112 WARN  (TEST-MultiThreadedOCPTest.test-seed#[9D14CBCC0EDF0C7D]) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 2882112 INFO  (TEST-MultiThreadedOCPTest.test-seed#[9D14CBCC0EDF0C7D]) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 2882112 INFO  (TEST-MultiThreadedOCPTest.test-seed#[9D14CBCC0EDF0C7D]) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 2882112 INFO  (TEST-MultiThreadedOCPTest.test-seed#[9D14CBCC0EDF0C7D]) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
   [junit4]   2> 2882142 INFO  (TEST-MultiThreadedOCPTest.test-seed#[9D14CBCC0EDF0C7D]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2882142 INFO  (TEST-MultiThreadedOCPTest.test-seed#[9D14CBCC0EDF0C7D]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2882142 INFO  (TEST-MultiThreadedOCPTest.test-seed#[9D14CBCC0EDF0C7D]) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 2882142 INFO  (TEST-MultiThreadedOCPTest.test-seed#[9D14CBCC0EDF0C7D]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@29757e4a{/,null,AVAILABLE}
   [junit4]   2> 2882144 WARN  (TEST-MultiThreadedOCPTest.test-seed#[9D14CBCC0EDF0C7D]) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@56eeb92b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2882144 INFO  (TEST-MultiThreadedOCPTest.test-seed#[9D14CBCC0EDF0C7D]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@49216b1f{SSL,[ssl, http/1.1]}{127.0.0.1:33649}
   [junit4]   2> 2882144 INFO  (TEST-MultiThreadedOCPTest.test-seed#[9D14CBCC0EDF0C7D]) [    ] o.e.j.s.Server Started @2882365ms
   [junit4]   2> 2882144 INFO  (TEST-MultiThreadedOCPTest.test-seed#[9D14CBCC0EDF0C7D]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.cloud.MultiThreadedOCPTest_9D14CBCC0EDF0C7D-001/tempDir-001/control/data, replicaType=NRT, hostContext=/, hostPort=33649, coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J2/../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.cloud.MultiThreadedOCPTest_9D14CBCC0EDF0C7D-001/control-001/cores}
   [junit4]   2> 2882144 ERROR (TEST-MultiThreadedOCPTest.test-seed#[9D14CBCC0EDF0C7D]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2882145 INFO  (TEST-MultiThreadedOCPTest.test-seed#[9D14CBCC0EDF0C7D]) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2882145 INFO  (TEST-MultiThreadedOCPTest.test-seed#[9D14CBCC0EDF0C7D]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.1.0
   [junit4]   2> 2882145 INFO  (TEST-MultiThreadedOCPTest.test-seed#[9D14CBCC0EDF0C7D]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2882145 INFO  (TEST-MultiThreadedOCPTest.test-seed#[9D14CBCC0EDF0C7D]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2882145 INFO  (TEST-MultiThreadedOCPTest.test-seed#[9D14CBCC0EDF0C7D]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-02-17T07:15:15.682Z
   [junit4]   2> 2882166 INFO  (zkConnectionManagerCallback-8727-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2882168 INFO  (TEST-MultiThreadedOCPTest.test-seed#[9D14CBCC0EDF0C7D]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 2882168 INFO  (TEST-MultiThreadedOCPTest.test-seed#[9D14CBCC0EDF0C7D]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.cloud.MultiThreadedOCPTest_9D14CBCC0EDF0C7D-001/control-001/solr.xml
   [junit4]   2> 2882172 INFO  (TEST-MultiThreadedOCPTest.test-seed#[9D14CBCC0EDF0C7D]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 2882172 INFO  (TEST-MultiThreadedOCPTest.test-seed#[9D14CBCC0EDF0C7D]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 2882173 INFO  (TEST-MultiThreadedOCPTest.test-seed#[9D14CBCC0EDF0C7D]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@5f2e8345, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 2882377 INFO  (TEST-MultiThreadedOCPTest.test-seed#[9D14CBCC0EDF0C7D]) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 2882377 WARN  (TEST-MultiThreadedOCPTest.test-seed#[9D14CBCC0EDF0C7D]) [    ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 2882386 WARN  (TEST-MultiThreadedOCPTest.test-seed#[9D14CBCC0EDF0C7D]) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@38a00097[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2882389 WARN  (TEST-MultiThreadedOCPTest.test-seed#[9D14CBCC0EDF0C7D]) [    ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 2882401 WARN  (TEST-MultiThreadedOCPTest.test-seed#[9D14CBCC0EDF0C7D]) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@f417d98[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2882403 INFO  (TEST-MultiThreadedOCPTest.test-seed#[9D14CBCC0EDF0C7D]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:41122/solr
   [junit4]   2> 2882410 INFO  (zkConnectionManagerCallback-8733-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2882412 INFO  (zkConnectionManagerCallback-8735-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2882486 INFO  (TEST-MultiThreadedOCPTest.test-seed#[9D14CBCC0EDF0C7D]) [n:127.0.0.1:33649_    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:33649_
   [junit4]   2> 2882486 INFO  (TEST-MultiThreadedOCPTest.test-seed#[9D14CBCC0EDF0C7D]) [n:127.0.0.1:33649_    ] o.a.s.c.Overseer Overseer (id=74202267253669893-127.0.0.1:33649_-n_0000000000) starting
   [junit4]   2> 2882526 INFO  (zkConnectionManagerCallback-8742-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2882530 INFO  (TEST-MultiThreadedOCPTest.test-seed#[9D14CBCC0EDF0C7D]) [n:127.0.0.1:33649_    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:41122/solr ready
   [junit4]   2> 2882539 INFO  (OverseerStateUpdate-74202267253669893-127.0.0.1:33649_-n_0000000000) [n:127.0.0.1:33649_    ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:33649_
   [junit4]   2> 2882542 INFO  (TEST-MultiThreadedOCPTest.test-seed#[9D14CBCC0EDF0C7D]) [n:127.0.0.1:33649_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:33649_
   [junit4]   2> 2882559 INFO  (zkCallback-8741-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2882566 INFO  (zkCallback-8734-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2882626 INFO  (TEST-MultiThreadedOCPTest.test-seed#[9D14CBCC0EDF0C7D]) [n:127.0.0.1:33649_    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 2882650 INFO  (TEST-MultiThreadedOCPTest.test-seed#[9D14CBCC0EDF0C7D]) [n:127.0.0.1:33649_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5f2e8345
   [junit4]   2> 2882672 INFO  (TEST-MultiThreadedOCPTest.test-seed#[9D14CBCC0EDF0C7D]) [n:127.0.0.1:33649_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5f2e8345
   [junit4]   2> 2882672 INFO  (TEST-MultiThreadedOCPTest.test-seed#[9D14CBCC0EDF0C7D]) [n:127.0.0.1:33649_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5f2e8345
   [junit4]   2> 2882673 INFO  (TEST-MultiThreadedOCPTest.test-seed#[9D14CBCC0EDF0C7D]) [n:127.0.0.1:33649_    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J2/../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.cloud.MultiThreadedOCPTest_9D14CBCC0EDF0C7D-001/control-001/cores
   [junit4]   2> 2882738 INFO  (zkConnectionManagerCallback-8748-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2882739 INFO  (TEST-MultiThreadedOCPTest.test-seed#[9D14CBCC0EDF0C7D]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2882740 INFO  (TEST-MultiThreadedOCPTest.test-seed#[9D14CBCC0EDF0C7D]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:41122/solr ready
   [junit4]   2> 2882774 INFO  (qtp291815994-22688) [n:127.0.0.1:33649_    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:33649_&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2882790 INFO  (OverseerThreadFactory-5797-thread-1-processing-n:127.0.0.1:33649_) [n:127.0.0.1:33649_    ] o.a.s.c.a.c.CreateCollectionCmd Create collection control_collection
   [junit4]   2> 2882897 INFO  (qtp291815994-22686) [n:127.0.0.1:33649_    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 2882898 INFO  (qtp291815994-22687) [n:127.0.0.1:33649_    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 2882898 INFO  (qtp291815994-22689) [n:127.0.0.1:33649_    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 2882899 INFO  (qtp291815994-22685) [n:127.0.0.1:33649_    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 2882900 INFO  (qtp291815994-22686) [n:127.0.0.1:33649_    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 2882914 INFO  (qtp291815994-22687) [n:127.0.0.1:33649_    x:control_collection_shard1_replica_n1] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 2882914 INFO  (qtp291815994-22687) [n:127.0.0.1:33649_    x:control_collection_shard1_replica_n1] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 2883936 INFO  (qtp291815994-22687) [n:127.0.0.1:33649_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.1.0
   [junit4]   2> 2883953 INFO  (qtp291815994-22687) [n:127.0.0.1:33649_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.IndexSchema [control_collection_shard1_replica_n1] Schema name=test
   [junit4]   2> 2884172 INFO  (qtp291815994-22687) [n:127.0.0.1:33649_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 2884202 INFO  (qtp291815994-22687) [n:127.0.0.1:33649_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'control_collection_shard1_replica_n1' using configuration from collection control_collection, trusted=true
   [junit4]   2> 2884202 INFO  (qtp291815994-22687) [n:127.0.0.1:33649_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.control_collection.shard1.replica_n1' (registry 'solr.core.control_collection.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5f2e8345
   [junit4]   2> 2884203 INFO  (qtp291815994-22687) [n:127.0.0.1:33649_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrCore [[control_collection_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.cloud.MultiThreadedOCPTest_9D14CBCC0EDF0C7D-001/control-001/cores/control_collection_shard1_replica_n1], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J2/../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.cloud.MultiThreadedOCPTest_9D14CBCC0EDF0C7D-001/control-001/cores/control_collection_shard1_replica_n1/data/]
   [junit4]   2> 2884205 INFO  (qtp291815994-22687) [n:127.0.0.1:33649_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=26, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 2884215 WARN  (qtp291815994-22687) [n:127.0.0.1:33649_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 2884286 INFO  (qtp291815994-22687) [n:127.0.0.1:33649_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2884286 INFO  (qtp291815994-22687) [n:127.0.0.1:33649_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2884288 INFO  (qtp291815994-22687) [n:127.0.0.1:33649_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2884288 INFO  (qtp291815994-22687) [n:127.0.0.1:33649_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2884301 INFO  (qtp291815994-22687) [n:127.0.0.1:33649_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=33, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.7251096120239318]
   [junit4]   2> 2884301 INFO  (qtp291815994-22687) [n:127.0.0.1:33649_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@20ff1700[control_collection_shard1_replica_n1] main]
   [junit4]   2> 2884344 INFO  (qtp291815994-22687) [n:127.0.0.1:33649_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 2884345 INFO  (qtp291815994-22687) [n:127.0.0.1:33649_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2884345 INFO  (qtp291815994-22687) [n:127.0.0.1:33649_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2884345 INFO  (qtp291815994-22687) [n:127.0.0.1:33649_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1625699351665836032
   [junit4]   2> 2884348 INFO  (searcherExecutor-5802-thread-1-processing-n:127.0.0.1:33649_ x:control_collection_shard1_replica_n1 c:control_collection s:shard1) [n:127.0.0.1:33649_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrCore [control_collection_shard1_replica_n1] Registered new searcher Searcher@20ff1700[control_collection_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2884359 INFO  (qtp291815994-22687) [n:127.0.0.1:33649_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ZkShardTerms Successful update of terms at /collections/control_collection/terms/shard1 to Terms{values={core_node2=0}, version=0}
   [junit4]   2> 2884359 INFO  (qtp291815994-22687) [n:127.0.0.1:33649_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/control_collection/leaders/shard1
   [junit4]   2> 2884362 INFO  (qtp291815994-22687) [n:127.0.0.1:33649_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 2884362 INFO  (qtp291815994-22687) [n:127.0.0.1:33649_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 2884362 INFO  (qtp291815994-22687) [n:127.0.0.1:33649_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:33649/control_collection_shard1_replica_n1/
   [junit4]   2> 2884362 INFO  (qtp291815994-22687) [n:127.0.0.1:33649_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 2884363 INFO  (qtp291815994-22687) [n:127.0.0.1:33649_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SyncStrategy https://127.0.0.1:33649/control_collection_shard1_replica_n1/ has no replicas
   [junit4]   2> 2884363 INFO  (qtp291815994-22687) [n:127.0.0.1:33649_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/control_collection/leaders/shard1/leader after winning as /collections/control_collection/leader_elect/shard1/election/74202267253669893-core_node2-n_0000000000
   [junit4]   2> 2884364 INFO  (qtp291815994-22687) [n:127.0.0.1:33649_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:33649/control_collection_shard1_replica_n1/ shard1
   [junit4]   2> 2884466 INFO  (zkCallback-8734-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 2884467 INFO  (qtp291815994-22687) [n:127.0.0.1:33649_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 2884468 INFO  (qtp291815994-22687) [n:127.0.0.1:33649_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1554
   [junit4]   2> 2884486 INFO  (zkCallback-8734-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 2884490 INFO  (qtp291815994-22688) [n:127.0.0.1:33649_    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 45 seconds. Check all shard replicas
   [junit4]   2> 2884590 INFO  (zkCallback-8734-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 2884590 INFO  (zkCallback-8734-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 2884591 INFO  (qtp291815994-22688) [n:127.0.0.1:33649_    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:33649_&wt=javabin&version=2} status=0 QTime=1816
   [junit4]   2> 2884594 INFO  (zkCallback-8734-thread-3) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 2884653 INFO  (zkConnectionManagerCallback-8754-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2884654 INFO  (TEST-MultiThreadedOCPTest.test-seed#[9D14CBCC0EDF0C7D]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2884655 INFO  (TEST-MultiThreadedOCPTest.test-seed#[9D14CBCC0EDF0C7D]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:41122/solr ready
   [junit4]   2> 2884655 INFO  (TEST-MultiThreadedOCPTest.test-seed#[9D14CBCC0EDF0C7D]) [    ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 2884657 INFO  (qtp291815994-22688) [n:127.0.0.1:33649_    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=1&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2884670 INFO  (OverseerCollectionConfigSetProcessor-74202267253669893-127.0.0.1:33649_-n_0000000000) [n:127.0.0.1:33649_    ] 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> 2884682 INFO  (OverseerThreadFactory-5797-thread-2-processing-n:127.0.0.1:33649_) [n:127.0.0.1:33649_    ] o.a.s.c.a.c.CreateCollectionCmd Create collection collection1
   [junit4]   2> 2884885 WARN  (OverseerThreadFactory-5797-thread-2-processing-n:127.0.0.1:33649_) [n:127.0.0.1:33649_    ] o.a.s.c.a.c.CreateCollectionCmd It is unusual to create a collection (collection1) without cores.
   [junit4]   2> 2884888 INFO  (qtp291815994-22688) [n:127.0.0.1:33649_    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 45 seconds. Check all shard replicas
   [junit4]   2> 2884888 INFO  (qtp291815994-22688) [n:127.0.0.1:33649_    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=1&wt=javabin&version=2} status=0 QTime=231
   [junit4]   2> 2884902 INFO  (TEST-MultiThreadedOCPTest.test-seed#[9D14CBCC0EDF0C7D]) [    ] o.a.s.c.AbstractFullDistribZkTestBase Creating jetty instances pullReplicaCount=0 numOtherReplicas=3
   [junit4]   2> 2885005 INFO  (TEST-MultiThreadedOCPTest.test-seed#[9D14CBCC0EDF0C7D]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.cloud.MultiThreadedOCPTest_9D14CBCC0EDF0C7D-001/shard-1-001 of type NRT
   [junit4]   2> 2885017 WARN  (closeThreadPool-8755-thread-1) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 2885026 INFO  (closeThreadPool-8755-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 2885026 INFO  (closeThreadPool-8755-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 2885026 INFO  (closeThreadPool-8755-thread-1) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
   [junit4]   2> 2885114 INFO  (TEST-MultiThreadedOCPTest.test-seed#[9D14CBCC0EDF0C7D]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.cloud.MultiThreadedOCPTest_9D14CBCC0EDF0C7D-001/shard-2-001 of type NRT
   [junit4]   2> 2885131 WARN  (closeThreadPool-8755-thread-2) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 2885131 INFO  (closeThreadPool-8755-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 2885131 INFO  (closeThreadPool-8755-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 2885131 INFO  (closeThreadPool-8755-thread-2) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
   [junit4]   2> 2885142 INFO  (closeThreadPool-8755-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2885142 INFO  (closeThreadPool-8755-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2885142 INFO  (closeThreadPool-8755-thread-1) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 2885143 INFO  (closeThreadPool-8755-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@30700978{/,null,AVAILABLE}
   [junit4]   2> 2885144 WARN  (closeThreadPool-8755-thread-1) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@43d8f613[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2885145 INFO  (closeThreadPool-8755-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@3030e839{SSL,[ssl, http/1.1]}{127.0.0.1:45778}
   [junit4]   2> 2885145 INFO  (closeThreadPool-8755-thread-1) [    ] o.e.j.s.Server Started @2885365ms
   [junit4]   2> 2885145 INFO  (closeThreadPool-8755-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.cloud.MultiThreadedOCPTest_9D14CBCC0EDF0C7D-001/tempDir-001/jetty1, replicaType=NRT, solrconfig=solrconfig.xml, hostContext=/, hostPort=45778, coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.cloud.MultiThreadedOCPTest_9D14CBCC0EDF0C7D-001/shard-1-001/cores}
   [junit4]   2> 2885145 ERROR (closeThreadPool-8755-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2885145 INFO  (closeThreadPool-8755-thread-1) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2885145 INFO  (closeThreadPool-8755-thread-2) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2885145 INFO  (closeThreadPool-8755-thread-2) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2885145 INFO  (closeThreadPool-8755-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.1.0
   [junit4]   2> 2885145 INFO  (closeThreadPool-8755-thread-2) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 2885145 INFO  (closeThreadPool-8755-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2885145 INFO  (closeThreadPool-8755-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2885145 INFO  (closeThreadPool-8755-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-02-17T07:15:18.682Z
   [junit4]   2> 2885145 INFO  (closeThreadPool-8755-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1b3b0bbe{/,null,AVAILABLE}
   [junit4]   2> 2885146 WARN  (closeThreadPool-8755-thread-2) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@218395d6[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2885147 INFO  (closeThreadPool-8755-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@22780c5e{SSL,[ssl, http/1.1]}{127.0.0.1:33787}
   [junit4]   2> 2885147 INFO  (closeThreadPool-8755-thread-2) [    ] o.e.j.s.Server Started @2885368ms
   [junit4]   2> 2885147 INFO  (closeThreadPool-8755-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.cloud.MultiThreadedOCPTest_9D14CBCC0EDF0C7D-001/tempDir-001/jetty2, replicaType=NRT, solrconfig=solrconfig.xml, hostContext=/, hostPort=33787, coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.cloud.MultiThreadedOCPTest_9D14CBCC0EDF0C7D-001/shard-2-001/cores}
   [junit4]   2> 2885147 INFO  (zkConnectionManagerCallback-8757-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2885148 ERROR (closeThreadPool-8755-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2885148 INFO  (closeThreadPool-8755-thread-2) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2885148 INFO  (closeThreadPool-8755-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.1.0
   [junit4]   2> 2885148 INFO  (closeThreadPool-8755-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2885148 INFO  (closeThreadPool-8755-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2885148 INFO  (closeThreadPool-8755-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-02-17T07:15:18.685Z
   [junit4]   2> 2885161 INFO  (closeThreadPool-8755-thread-1) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 2885161 INFO  (closeThreadPool-8755-thread-1) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.cloud.MultiThreadedOCPTest_9D14CBCC0EDF0C7D-001/shard-1-001/solr.xml
   [junit4]   2> 2885164 INFO  (closeThreadPool-8755-thread-1) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 2885164 INFO  (closeThreadPool-8755-thread-1) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 2885166 INFO  (closeThreadPool-8755-thread-1) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@5f2e8345, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 2885178 INFO  (zkConnectionManagerCallback-8759-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2885182 INFO  (closeThreadPool-8755-thread-2) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 2885182 INFO  (closeThreadPool-8755-thread-2) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.cloud.MultiThreadedOCPTest_9D14CBCC0EDF0C7D-001/shard-2-001/solr.xml
   [junit4]   2> 2885185 INFO  (closeThreadPool-8755-thread-2) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 2885185 INFO  (closeThreadPool-8755-thread-2) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 2885186 INFO  (closeThreadPool-8755-thread-2) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@5f2e8345, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 2885236 INFO  (TEST-MultiThreadedOCPTest.test-seed#[9D14CBCC0EDF0C7D]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.cloud.MultiThreadedOCPTest_9D14CBCC0EDF0C7D-001/shard-3-001 of type NRT
   [junit4]   2> 2885245 WARN  (closeThreadPool-8755-thread-3) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 2885245 INFO  (closeThreadPool-8755-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 2885250 INFO  (closeThreadPool-8755-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 2885250 INFO  (closeThreadPool-8755-thread-3) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
   [junit4]   2> 2885262 INFO  (closeThreadPool-8755-thread-3) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2885262 INFO  (closeThreadPool-8755-thread-3) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2885262 INFO  (closeThreadPool-8755-thread-3) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 2885263 INFO  (closeThreadPool-8755-thread-3) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@66791ff8{/,null,AVAILABLE}
   [junit4]   2> 2885263 WARN  (closeThreadPool-8755-thread-3) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@42bca93d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2885263 INFO  (closeThreadPool-8755-thread-3) [    ] o.e.j.s.AbstractConnector Started ServerConnector@7b6a5349{SSL,[ssl, http/1.1]}{127.0.0.1:45536}
   [junit4]   2> 2885263 INFO  (closeThreadPool-8755-thread-3) [    ] o.e.j.s.Server Started @2885484ms
   [junit4]   2> 2885263 INFO  (closeThreadPool-8755-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.cloud.MultiThreadedOCPTest_9D14CBCC0EDF0C7D-001/tempDir-001/jetty3, replicaType=NRT, solrconfig=solrconfig.xml, hostContext=/, hostPort=45536, coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.cloud.MultiThreadedOCPTest_9D14CBCC0EDF0C7D-001/shard-3-001/cores}
   [junit4]   2> 2885264 ERROR (closeThreadPool-8755-thread-3) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2885264 INFO  (closeThreadPool-8755-thread-3) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2885264 INFO  (closeThreadPool-8755-thread-3) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.1.0
   [junit4]   2> 2885264 INFO  (closeThreadPool-8755-thread-3) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2885264 INFO  (closeThreadPool-8755-thread-3) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2885264 INFO  (closeThreadPool-8755-thread-3) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-02-17T07:15:18.801Z
   [junit4]   2> 2885282 INFO  (zkConnectionManagerCallback-8761-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2885283 INFO  (closeThreadPool-8755-thread-3) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 2885283 INFO  (closeThreadPool-8755-thread-3) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.cloud.MultiThreadedOCPTest_9D14CBCC0EDF0C7D-001/shard-3-001/solr.xml
   [junit4]   2> 2885287 INFO  (closeThreadPool-8755-thread-3) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 2885287 INFO  (closeThreadPool-8755-thread-3) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 2885288 INFO  (closeThreadPool-8755-thread-3) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@5f2e8345, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 2885393 INFO  (closeThreadPool-8755-thread-1) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 2885393 WARN  (closeThreadPool-8755-thread-1) [    ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 2885422 INFO  (closeThreadPool-8755-thread-3) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 2885422 WARN  (closeThreadPool-8755-thread-3) [    ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 2885430 WARN  (closeThreadPool-8755-thread-1) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@5dd7b8f[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2885442 WARN  (closeThreadPool-8755-thread-1) [    ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 2885454 WARN  (closeThreadPool-8755-thread-3) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@9c5c597[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2885458 WARN  (closeThreadPool-8755-thread-1) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@6033ef5[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2885459 INFO  (closeThreadPool-8755-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:41122/solr
   [junit4]   2> 2885462 WARN  (closeThreadPool-8755-thread-3) [    ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 2885463 WARN  (closeThreadPool-8755-thread-3) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@53e26eff[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2885464 INFO  (closeThreadPool-8755-thread-3) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:41122/solr
   [junit4]   2> 2885465 INFO  (zkConnectionManagerCallback-8769-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2885465 INFO  (zkConnectionManagerCallback-8773-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2885489 INFO  (zkConnectionManagerCallback-8777-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2885492 INFO  (closeThreadPool-8755-thread-3) [n:127.0.0.1:45536_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2885495 INFO  (zkConnectionManagerCallback-8775-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2885497 INFO  (closeThreadPool-8755-thread-3) [n:127.0.0.1:45536_    ] o.a.s.c.ZkController Publish node=127.0.0.1:45536_ as DOWN
   [junit4]   2> 2885497 INFO  (closeThreadPool-8755-thread-3) [n:127.0.0.1:45536_    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 2885497 INFO  (closeThreadPool-8755-thread-3) [n:127.0.0.1:45536_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:45536_
   [junit4]   2> 2885498 INFO  (zkCallback-8741-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2885498 INFO  (zkCallback-8753-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2885498 INFO  (zkCallback-8734-thread-3) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2885510 INFO  (zkCallback-8776-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2885511 INFO  (closeThreadPool-8755-thread-1) [n:127.0.0.1:45778_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 2885514 INFO  (closeThreadPool-8755-thread-1) [n:127.0.0.1:45778_    ] o.a.s.c.ZkController Publish node=127.0.0.1:45778_ as DOWN
   [junit4]   2> 2885514 INFO  (closeThreadPool-8755-thread-1) [n:127.0.0.1:45778_    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 2885515 INFO  (closeThreadPool-8755-thread-1) [n:127.0.0.1:45778_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:45778_
   [junit4]   2> 2885515 INFO  (zkCallback-8741-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2885515 INFO  (zkCallback-8753-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2885516 INFO  (zkCallback-8734-thread-3) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2885516 INFO  (zkCallback-8776-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2885526 INFO  (closeThreadPool-8755-thread-2) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 2885526 WARN  (closeThreadPool-8755-thread-2) [    ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 2885528 INFO  (zkCallback-8774-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2885547 INFO  (zkConnectionManagerCallback-8787-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2885547 WARN  (closeThreadPool-8755-thread-2) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@727148a8[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2885547 INFO  (zkConnectionManagerCallback-8792-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2885549 INFO  (closeThreadPool-8755-thread-1) [n:127.0.0.1:45778_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 2885549 WARN  (closeThreadPool-8755-thread-2) [    ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 2885550 INFO  (closeThreadPool-8755-thread-1) [n:127.0.0.1:45778_    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:41122/solr ready
   [junit4]   2> 2885550 INFO  (closeThreadPool-8755-thread-3) [n:127.0.0.1:45536_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 2885551 INFO  (closeThreadPool-8755-thread-1) [n:127.0.0.1:45778_    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 2885551 WARN  (closeThreadPool-8755-thread-2) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@45f491a1[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2885552 INFO  (closeThreadPool-8755-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:41122/solr
   [junit4]   2> 2885561 INFO  (closeThreadPool-8755-thread-3) [n:127.0.0.1:45536_    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:41122/solr ready
   [junit4]   2> 2885568 INFO  (closeThreadPool-8755-thread-3) [n:127.0.0.1:45536_    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 2885574 INFO  (zkConnectionManagerCallback-8798-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2885582 INFO  (closeThreadPool-8755-thread-3) [n:127.0.0.1:45536_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5f2e8345
   [junit4]   2> 2885622 INFO  (closeThreadPool-8755-thread-1) [n:127.0.0.1:45778_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5f2e8345
   [junit4]   2> 2885631 INFO  (closeThreadPool-8755-thread-1) [n:127.0.0.1:45778_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5f2e8345
   [junit4]   2> 2885631 INFO  (closeThreadPool-8755-thread-1) [n:127.0.0.1:45778_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5f2e8345
   [junit4]   2> 2885632 INFO  (closeThreadPool-8755-thread-1) [n:127.0.0.1:45778_    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.cloud.MultiThreadedOCPTest_9D14CBCC0EDF0C7D-001/shard-1-001/cores
   [junit4]   2> 2885636 INFO  (closeThreadPool-8755-thread-3) [n:127.0.0.1:45536_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5f2e8345
   [junit4]   2> 2885636 INFO  (closeThreadPool-8755-thread-3) [n:127.0.0.1:45536_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5f2e8345
   [junit4]   2> 2885637 INFO  (closeThreadPool-8755-thread-3) [n:127.0.0.1:45536_    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.cloud.MultiThreadedOCPTest_9D14CBCC0EDF0C7D-001/shard-3-001/cores
   [junit4]   2> 2885637 INFO  (zkConnectionManagerCallback-8801-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2885641 INFO  (closeThreadPool-8755-thread-2) [n:127.0.0.1:33787_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 2885652 INFO  (closeThreadPool-8755-thread-2) [n:127.0.0.1:33787_    ] o.a.s.c.ZkController Publish node=127.0.0.1:33787_ as DOWN
   [junit4]   2> 2885653 INFO  (closeThreadPool-8755-thread-2) [n:127.0.0.1:33787_    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 2885653 INFO  (closeThreadPool-8755-thread-2) [n:127.0.0.1:33787_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:33787_
   [junit4]   2> 2885654 INFO  (zkCallback-8753-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2885654 INFO  (zkCallback-8741-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2885654 INFO  (zkCallback-8776-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2885655 INFO  (zkCallback-8734-thread-3) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2885663 INFO  (zkCallback-8774-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2885666 INFO  (zkCallback-8791-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2885670 INFO  (zkCallback-8786-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2885682 INFO  (zkCallback-8800-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2885742 INFO  (zkConnectionManagerCallback-8808-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2885743 INFO  (closeThreadPool-8755-thread-2) [n:127.0.0.1:33787_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 2885743 INFO  (closeThreadPool-8755-thread-2) [n:127.0.0.1:33787_    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:41122/solr ready
   [junit4]   2> 2885762 INFO  (closeThreadPool-8755-thread-2) [n:127.0.0.1:33787_    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 2885784 INFO  (closeThreadPool-8755-thread-2) [n:127.0.0.1:33787_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5f2e8345
   [junit4]   2> 2885793 INFO  (closeThreadPool-8755-thread-2) [n:127.0.0.1:33787_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5f2e8345
   [junit4]   2> 2885794 INFO  (closeThreadPool-8755-thread-2) [n:127.0.0.1:33787_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5f2e8345
   [junit4]   2> 2885795 INFO  (closeThreadPool-8755-thread-2) [n:127.0.0.1:33787_    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.cloud.MultiThreadedOCPTest_9D14CBCC0EDF0C7D-001/shard-2-001/cores
   [junit4]   2> 2885906 INFO  (qtp291815994-22685) [n:127.0.0.1:33649_    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:45536_&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2885908 INFO  (qtp291815994-22689) [n:127.0.0.1:33649_    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:45778_&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2885908 INFO  (qtp291815994-22687) [n:127.0.0.1:33649_    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:33787_&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2885923 INFO  (OverseerCollectionConfigSetProcessor-74202267253669893-127.0.0.1:33649_-n_0000000000) [n:127.0.0.1:33649_    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000002 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 2885930 INFO  (qtp291815994-22686) [n:127.0.0.1:33649_    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={wt=javabin&version=2&key=solr.core.control_collection.shard1.replica_n1:INDEX.sizeInBytes} status=0 QTime=5
   [junit4]   2> 2885931 INFO  (qtp291815994-22688) [n:127.0.0.1:33649_    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={wt=javabin&version=2&key=solr.core.control_collection.shard1.replica_n1:INDEX.sizeInBytes} status=0 QTime=0
   [junit4]   2> 2885932 INFO  (qtp291815994-22686) [n:127.0.0.1:33649_    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={wt=javabin&version=2&key=solr.core.control_collection.shard1.replica_n1:INDEX.sizeInBytes} status=0 QTime=0
   [junit4]   2> 2885933 INFO  (qtp291815994-22688) [n:127.0.0.1:33649_    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 2885934 INFO  (qtp291815994-22686) [n:127.0.0.1:33649_    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 2885934 INFO  (qtp291815994-22688) [n:127.0.0.1:33649_    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 2885942 INFO  (qtp291815994-22686) [n:127.0.0.1:33649_    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 2885943 INFO  (qtp291815994-22688) [n:127.0.0.1:33649_    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 2885961 INFO  (qtp1367189661-22762) [n:127.0.0.1:33787_    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 2885962 INFO  (qtp1367189661-22755) [n:127.0.0.1:33787_    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 2885962 INFO  (qtp1367189661-22758) [n:127.0.0.1:33787_    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 2885963 INFO  (qtp1367189661-22760) [n:127.0.0.1:33787_    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 2885964 INFO  (qtp1367189661-22759) [n:127.0.0.1:33787_    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 2885981 INFO  (qtp215720260-22774) [n:127.0.0.1:45536_    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 2885982 INFO  (qtp215720260-22775) [n:127.0.0.1:45536_    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 2885982 INFO  (qtp215720260-22776) [n:127.0.0.1:45536_    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 2885983 INFO  (qtp215720260-22777) [n:127.0.0.1:45536_    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 2885984 INFO  (qtp215720260-22778) [n:127.0.0.1:45536_    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 2886001 INFO  (qtp236356926-22751) [n:127.0.0.1:45778_    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 2886002 INFO  (qtp236356926-22753) [n:127.0.0.1:45778_    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 2886003 INFO  (qtp236356926-22748) [n:127.0.0.1:45778_    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 2886003 INFO  (qtp236356926-22749) [n:127.0.0.1:45778_    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 2886004 INFO  (qtp236356926-22750) [n:127.0.0.1:45778_    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 2886005 INFO  (OverseerThreadFactory-5797-thread-4-processing-n:127.0.0.1:33649_) [n:127.0.0.1:33649_ c:collection1 s:shard1  ] o.a.s.c.a.c.AddReplicaCmd Node Identified 127.0.0.1:33787_ for creating new replica of shard shard1 for collection collection1
   [junit4]   2> 2886005 INFO  (OverseerThreadFactory-5797-thread-3-processing-n:127.0.0.1:33649_) [n:127.0.0.1:33649_ c:collection1 s:shard2  ] o.a.s.c.a.c.AddReplicaCmd Node Identified 127.0.0.1:45536_ for creating new replica of shard shard2 for collection collection1
   [junit4]   2> 2886006 INFO  (OverseerThreadFactory-5797-thread-4-processing-n:127.0.0.1:33649_) [n:127.0.0.1:33649_ c:collection1 s:shard1  ] o.a.s.c.a.c.AddReplicaCmd Returning CreateReplica command.
   [junit4]   2> 2886007 INFO  (OverseerThreadFactory-5797-thread-3-processing-n:127.0.0.1:33649_) [n:127.0.0.1:33649_ c:collection1 s:shard2  ] o.a.s.c.a.c.AddReplicaCmd Returning CreateReplica command.
   [junit4]   2> 2886096 INFO  (qtp1367189661-22760) [n:127.0.0.1:33787_    x:collection1_shard1_replica_n1] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n1&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 2886108 INFO  (qtp215720260-22777) [n:127.0.0.1:45536_    x:collection1_shard2_replica_n2] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_n2&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 2887112 INFO  (qtp1367189661-22760) [n:127.0.0.1:33787_ c:collection1 s:shard1  x:collection1_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.1.0
   [junit4]   2> 2887145 INFO  (qtp215720260-22777) [n:127.0.0.1:45536_ c:collection1 s:shard2  x:collection1_shard2_replica_n2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.1.0
   [junit4]   2> 2887151 INFO  (qtp1367189661-22760) [n:127.0.0.1:33787_ c:collection1 s:shard1  x:collection1_shard1_replica_n1] o.a.s.s.IndexSchema [collection1_shard1_replica_n1] Schema name=test
   [junit4]   2> 2887169 INFO  (qtp215720260-22777) [n:127.0.0.1:45536_ c:collection1 s:shard2  x:collection1_shard2_replica_n2] o.a.s.s.IndexSchema [collection1_shard2_replica_n2] Schema name=test
   [junit4]   2> 2887321 INFO  (qtp1367189661-22760) [n:127.0.0.1:33787_ c:collection1 s:shard1  x:collection1_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 2887336 INFO  (qtp1367189661-22760) [n:127.0.0.1:33787_ c:collection1 s:shard1  x:collection1_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard1_replica_n1' using configuration from collection collection1, trusted=true
   [junit4]   2> 2887337 INFO  (qtp1367189661-22760) [n:127.0.0.1:33787_ c:collection1 s:shard1  x:collection1_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1.shard1.replica_n1' (registry 'solr.core.collection1.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5f2e8345
   [junit4]   2> 2887337 INFO  (qtp1367189661-22760) [n:127.0.0.1:33787_ c:collection1 s:shard1  x:collection1_shard1_replica_n1] o.a.s.c.SolrCore [[collection1_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.cloud.MultiThreadedOCPTest_9D14CBCC0EDF0C7D-001/shard-2-001/cores/collection1_shard1_replica_n1], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.cloud.MultiThreadedOCPTest_9D14CBCC0EDF0C7D-001/shard-2-001/cores/collection1_shard1_replica_n1/data/]
   [junit4]   2> 2887339 INFO  (qtp1367189661-22760) [n:127.0.0.1:33787_ c:collection1 s:shard1  x:collection1_shard1_replica_n1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=26, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 2887342 WARN  (qtp1367189661-22760) [n:127.0.0.1:33787_ c:collection1 s:shard1  x:collection1_shard1_replica_n1] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 2887344 INFO  (qtp215720260-22777) [n:127.0.0.1:45536_ c:collection1 s:shard2  x:collection1_shard2_replica_n2] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 2887369 INFO  (qtp215720260-22777) [n:127.0.0.1:45536_ c:collection1 s:shard2  x:collection1_shard2_replica_n2] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard2_replica_n2' using configuration from collection collection1, trusted=true
   [junit4]   2> 2887376 INFO  (qtp215720260-22777) [n:127.0.0.1:45536_ c:collection1 s:shard2  x:collection1_shard2_replica_n2] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1.shard2.replica_n2' (registry 'solr.core.collection1.shard2.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5f2e8345
   [junit4]   2> 2887376 INFO  (qtp215720260-22777) [n:127.0.0.1:45536_ c:collection1 s:shard2  x:collection1_shard2_replica_n2] o.a.s.c.SolrCore [[collection1_shard2_replica_n2] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.cloud.MultiThreadedOCPTest_9D14CBCC0EDF0C7D-001/shard-3-001/cores/collection1_shard2_replica_n2], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.cloud.MultiThreadedOCPTest_9D14CBCC0EDF0C7D-001/shard-3-001/cores/collection1_shard2_replica_n2/data/]
   [junit4]   2> 2887378 INFO  (qtp215720260-22777) [n:127.0.0.1:45536_ c:collection1 s:shard2  x:collection1_shard2_replica_n2] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=26, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 2887391 WARN  (qtp215720260-22777) [n:127.0.0.1:45536_ c:collection1 s:shard2  x:collection1_shard2_replica_n2] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 2887398 INFO  (qtp1367189661-22760) [n:127.0.0.1:33787_ c:collection1 s:shard1  x:collection1_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2887398 INFO  (qtp1367189661-22760) [n:127.0.0.1:33787_ c:collection1 s:shard1  x:collection1_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2887400 INFO  (qtp1367189661-22760) [n:127.0.0.1:33787_ c:collection1 s:shard1  x:collection1_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2887400 INFO  (qtp1367189661-22760) [n:127.0.0.1:33787_ c:collection1 s:shard1  x:collection1_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2887401 INFO  (qtp1367189661-22760) [n:127.0.0.1:33787_ c:collection1 s:shard1  x:collection1_shard1_replica_n1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=33, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.7251096120239318]
   [junit4]   2> 2887401 INFO  (qtp1367189661-22760) [n:127.0.0.1:33787_ c:collection1 s:shard1  x:collection1_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@1c0fb45d[collection1_shard1_replica_n1] main]
   [junit4]   2> 2887403 INFO  (qtp1367189661-22760) [n:127.0.0.1:33787_ c:collection1 s:shard1  x:collection1_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 2887403 INFO  (qtp1367189661-22760) [n:127.0.0.1:33787_ c:collection1 s:shard1  x:collection1_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2887403 INFO  (qtp1367189661-22760) [n:127.0.0.1:33787_ c:collection1 s:shard1  x:collection1_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2887403 INFO  (qtp1367189661-22760) [n:127.0.0.1:33787_ c:collection1 s:shard1  x:collection1_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1625699354872381440
   [junit4]   2> 2887406 INFO  (searcherExecutor-5834-thread-1-processing-n:127.0.0.1:33787_ x:collection1_shard1_replica_n1 c:collection1 s:shard1) [n:127.0.0.1:33787_ c:collection1 s:shard1  x:collection1_shard1_replica_n1] o.a.s.c.SolrCore [collection1_shard1_replica_n1] Registered new searcher Searcher@1c0fb45d[collection1_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2887419 INFO  (qtp1367189661-22760) [n:127.0.0.1:33787_ c:collection1 s:shard1  x:collection1_shard1_replica_n1] o.a.s.c.ZkShardTerms Successful update of terms at /collections/collection1/terms/shard1 to Terms{values={core_node3=0}, version=0}
   [junit4]   2> 2887419 INFO  (qtp1367189661-22760) [n:127.0.0.1:33787_ c:collection1 s:shard1  x:collection1_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/collection1/leaders/shard1
   [junit4]   2> 2887421 INFO  (qtp1367189661-22760) [n:127.0.0.1:33787_ c:collection1 s:shard1  x:collection1_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 2887421 INFO  (qtp1367189661-22760) [n:127.0.0.1:33787_ c:collection1 s:shard1  x:collection1_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 2887421 INFO  (qtp1367189661-22760) [n:127.0.0.1:33787_ c:collection1 s:shard1  x:collection1_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:33787/collection1_shard1_replica_n1/
   [junit4]   2> 2887421 INFO  (qtp1367189661-22760) [n:127.0.0.1:33787_ c:collection1 s:shard1  x:collection1_shard1_replica_n1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 2887422 INFO  (qtp1367189661-22760) [n:127.0.0.1:33787_ c:collection1 s:shard1  x:collection1_shard1_replica_n1] o.a.s.c.SyncStrategy https://127.0.0.1:33787/collection1_shard1_replica_n1/ has no replicas
   [junit4]   2> 2887422 INFO  (qtp1367189661-22760) [n:127.0.0.1:33787_ c:collection1 s:shard1  x:collection1_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/collection1/leaders/shard1/leader after winning as /collections/collection1/leader_elect/shard1/election/74202267253669907-core_node3-n_0000000000
   [junit4]   2> 2887422 INFO  (qtp1367189661-22760) [n:127.0.0.1:33787_ c:collection1 s:shard1  x:collection1_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:33787/collection1_shard1_replica_n1/ shard1
   [junit4]   2> 2887438 INFO  (qtp215720260-22777) [n:127.0.0.1:45536_ c:collection1 s:shard2  x:collection1_shard2_replica_n2] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2887438 INFO  (qtp215720260-22777) [n:127.0.0.1:45536_ c:collection1 s:shard2  x:collection1_shard2_replica_n2] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2887440 INFO  (qtp215720260-22777) [n:127.0.0.1:45536_ c:collection1 s:shard2  x:collection1_shard2_replica_n2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2887440 INFO  (qtp215720260-22777) [n:127.0.0.1:45536_ c:collection1 s:shard2  x:collection1_shard2_replica_n2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2887441 INFO  (qtp215720260-22777) [n:127.0.0.1:45536_ c:collection1 s:shard2  x:collection1_shard2_replica_n2] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=33, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.7251096120239318]
   [junit4]   2> 2887441 INFO  (qtp215720260-22777) [n:127.0.0.1:45536_ c:collection1 s:shard2  x:collection1_shard2_replica_n2] o.a.s.s.SolrIndexSearcher Opening [Searcher@1b0ba32b[collection1_shard2_replica_n2] main]
   [junit4]   2> 2887442 INFO  (qtp2

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

adApples-Tests-8.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/lucene/top-level-ivy-settings.xml

resolve:

jar-checksums:
    [mkdir] Created dir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/null719219802
     [copy] Copying 237 files to /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/null719219802
   [delete] Deleting directory /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/null719219802

check-working-copy:
[ivy:cachepath] :: resolving dependencies :: org.eclipse.jgit#org.eclipse.jgit-caller;working
[ivy:cachepath] 	confs: [default]
[ivy:cachepath] 	found org.eclipse.jgit#org.eclipse.jgit;4.6.0.201612231935-r in public
[ivy:cachepath] 	found com.jcraft#jsch;0.1.53 in public
[ivy:cachepath] 	found com.googlecode.javaewah#JavaEWAH;1.1.6 in public
[ivy:cachepath] 	found org.apache.httpcomponents#httpclient;4.3.6 in public
[ivy:cachepath] 	found org.apache.httpcomponents#httpcore;4.3.3 in public
[ivy:cachepath] 	found commons-logging#commons-logging;1.1.3 in public
[ivy:cachepath] 	found commons-codec#commons-codec;1.6 in public
[ivy:cachepath] 	found org.slf4j#slf4j-api;1.7.2 in public
[ivy:cachepath] :: resolution report :: resolve 58ms :: artifacts dl 11ms
	---------------------------------------------------------------------
	|                  |            modules            ||   artifacts   |
	|       conf       | number| search|dwnlded|evicted|| number|dwnlded|
	---------------------------------------------------------------------
	|      default     |   8   |   0   |   0   |   0   ||   8   |   0   |
	---------------------------------------------------------------------
[wc-checker] Initializing working copy...
[wc-checker] SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
[wc-checker] SLF4J: Defaulting to no-operation (NOP) logger implementation
[wc-checker] SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
[wc-checker] Checking working copy status...

-jenkins-base:

BUILD SUCCESSFUL
Total time: 232 minutes 48 seconds
Archiving artifacts
java.lang.InterruptedException: no matches found within 10000
	at hudson.FilePath$ValidateAntFileMask.hasMatch(FilePath.java:2847)
	at hudson.FilePath$ValidateAntFileMask.invoke(FilePath.java:2726)
	at hudson.FilePath$ValidateAntFileMask.invoke(FilePath.java:2707)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3086)
Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to lucene2
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
		at hudson.remoting.Channel.call(Channel.java:955)
		at hudson.FilePath.act(FilePath.java:1072)
		at hudson.FilePath.act(FilePath.java:1061)
		at hudson.FilePath.validateAntFileMask(FilePath.java:2705)
		at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:243)
		at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81)
		at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
		at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
		at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
		at hudson.model.Build$BuildExecution.post2(Build.java:186)
		at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
		at hudson.model.Run.execute(Run.java:1835)
		at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
		at hudson.model.ResourceController.execute(ResourceController.java:97)
		at hudson.model.Executor.run(Executor.java:429)
Caused: hudson.FilePath$TunneledInterruptedException
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3088)
	at hudson.remoting.UserRequest.perform(UserRequest.java:212)
	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
	at hudson.remoting.Request$2.run(Request.java:369)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:748)
Caused: java.lang.InterruptedException: java.lang.InterruptedException: no matches found within 10000
	at hudson.FilePath.act(FilePath.java:1074)
	at hudson.FilePath.act(FilePath.java:1061)
	at hudson.FilePath.validateAntFileMask(FilePath.java:2705)
	at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:243)
	at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81)
	at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
	at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
	at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
	at hudson.model.Build$BuildExecution.post2(Build.java:186)
	at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
	at hudson.model.Run.execute(Run.java:1835)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:429)
No artifacts found that match the file pattern "**/*.events,heapdumps/**,**/hs_err_pid*". Configuration error?
Recording test results
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
Email was triggered for: Unstable (Test Failures)
Sending email for trigger: Unstable (Test Failures)