You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Policeman Jenkins Server <je...@thetaphi.de> on 2018/02/14 00:26:39 UTC

[JENKINS] Lucene-Solr-master-Linux (32bit/jdk1.8.0_162) - Build # 21453 - Still Unstable!

Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/21453/
Java: 32bit/jdk1.8.0_162 -client -XX:+UseConcMarkSweepGC

4 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.autoscaling.HttpTriggerListenerTest

Error Message:
1 thread leaked from SUITE scope at org.apache.solr.cloud.autoscaling.HttpTriggerListenerTest:     1) Thread[id=6042, name=qtp24402601-6042, state=TIMED_WAITING, group=TGRP-HttpTriggerListenerTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2163)         at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.reservedWait(ReservedThreadExecutor.java:308)         at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:373)         at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)         at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)         at java.lang.Thread.run(Thread.java:748)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.cloud.autoscaling.HttpTriggerListenerTest: 
   1) Thread[id=6042, name=qtp24402601-6042, state=TIMED_WAITING, group=TGRP-HttpTriggerListenerTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2163)
        at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.reservedWait(ReservedThreadExecutor.java:308)
        at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:373)
        at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)
        at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)
        at java.lang.Thread.run(Thread.java:748)
	at __randomizedtesting.SeedInfo.seed([49CA7CEB2F1D525B]:0)


FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.autoscaling.HttpTriggerListenerTest

Error Message:
There are still zombie threads that couldn't be terminated:    1) Thread[id=6042, name=qtp24402601-6042, state=TIMED_WAITING, group=TGRP-HttpTriggerListenerTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2163)         at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.reservedWait(ReservedThreadExecutor.java:308)         at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:373)         at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)         at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)         at java.lang.Thread.run(Thread.java:748)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   1) Thread[id=6042, name=qtp24402601-6042, state=TIMED_WAITING, group=TGRP-HttpTriggerListenerTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2163)
        at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.reservedWait(ReservedThreadExecutor.java:308)
        at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:373)
        at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)
        at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)
        at java.lang.Thread.run(Thread.java:748)
	at __randomizedtesting.SeedInfo.seed([49CA7CEB2F1D525B]:0)


FAILED:  org.apache.solr.cloud.autoscaling.TriggerIntegrationTest.testCooldown

Error Message:


Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([49CA7CEB2F1D525B:7874110F51B727A9]:0)
	at org.junit.Assert.fail(Assert.java:92)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.junit.Assert.assertTrue(Assert.java:54)
	at org.apache.solr.cloud.autoscaling.TriggerIntegrationTest.testCooldown(TriggerIntegrationTest.java:1177)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.handler.admin.AutoscalingHistoryHandlerTest.testHistory

Error Message:
expected:<5> but was:<0>

Stack Trace:
java.lang.AssertionError: expected:<5> but was:<0>
	at __randomizedtesting.SeedInfo.seed([49CA7CEB2F1D525B:2436D8169555AD5C]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.failNotEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:128)
	at org.junit.Assert.assertEquals(Assert.java:472)
	at org.junit.Assert.assertEquals(Assert.java:456)
	at org.apache.solr.handler.admin.AutoscalingHistoryHandlerTest.testHistory(AutoscalingHistoryHandlerTest.java:244)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 12286 lines...]
   [junit4] Suite: org.apache.solr.handler.admin.AutoscalingHistoryHandlerTest
   [junit4]   2> 361950 INFO  (SUITE-AutoscalingHistoryHandlerTest-seed#[49CA7CEB2F1D525B]-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/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_49CA7CEB2F1D525B-001/init-core-data-001
   [junit4]   2> 361951 WARN  (SUITE-AutoscalingHistoryHandlerTest-seed#[49CA7CEB2F1D525B]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=3 numCloses=3
   [junit4]   2> 361951 INFO  (SUITE-AutoscalingHistoryHandlerTest-seed#[49CA7CEB2F1D525B]-worker) [    ] o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 361953 INFO  (SUITE-AutoscalingHistoryHandlerTest-seed#[49CA7CEB2F1D525B]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 361954 INFO  (SUITE-AutoscalingHistoryHandlerTest-seed#[49CA7CEB2F1D525B]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 3 servers in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_49CA7CEB2F1D525B-001/tempDir-001
   [junit4]   2> 361954 INFO  (SUITE-AutoscalingHistoryHandlerTest-seed#[49CA7CEB2F1D525B]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 361956 INFO  (Thread-781) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 361956 INFO  (Thread-781) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 361977 ERROR (Thread-781) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 362060 INFO  (SUITE-AutoscalingHistoryHandlerTest-seed#[49CA7CEB2F1D525B]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:34309
   [junit4]   2> 362093 INFO  (zkConnectionManagerCallback-478-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 362101 INFO  (jetty-launcher-475-thread-1) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-22T10:27:37+13:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 362105 INFO  (jetty-launcher-475-thread-2) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-22T10:27:37+13:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 362109 INFO  (jetty-launcher-475-thread-3) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-22T10:27:37+13:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 362130 INFO  (jetty-launcher-475-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 362131 INFO  (jetty-launcher-475-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 362131 INFO  (jetty-launcher-475-thread-1) [    ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 362132 INFO  (jetty-launcher-475-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1975f06{/solr,null,AVAILABLE}
   [junit4]   2> 362133 INFO  (jetty-launcher-475-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@1ecdbc7{HTTP/1.1,[http/1.1]}{127.0.0.1:34115}
   [junit4]   2> 362133 INFO  (jetty-launcher-475-thread-1) [    ] o.e.j.s.Server Started @363904ms
   [junit4]   2> 362133 INFO  (jetty-launcher-475-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=34115}
   [junit4]   2> 362133 ERROR (jetty-launcher-475-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 362133 INFO  (jetty-launcher-475-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 362134 INFO  (jetty-launcher-475-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 362134 INFO  (jetty-launcher-475-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 362134 INFO  (jetty-launcher-475-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-02-13T23:27:55.784Z
   [junit4]   2> 362176 INFO  (jetty-launcher-475-thread-2) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 362176 INFO  (jetty-launcher-475-thread-2) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 362176 INFO  (jetty-launcher-475-thread-2) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 362180 INFO  (jetty-launcher-475-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@e24e81{/solr,null,AVAILABLE}
   [junit4]   2> 362181 INFO  (jetty-launcher-475-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@515321{HTTP/1.1,[http/1.1]}{127.0.0.1:36733}
   [junit4]   2> 362181 INFO  (jetty-launcher-475-thread-2) [    ] o.e.j.s.Server Started @363952ms
   [junit4]   2> 362181 INFO  (jetty-launcher-475-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=36733}
   [junit4]   2> 362181 ERROR (jetty-launcher-475-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 362181 INFO  (jetty-launcher-475-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 362182 INFO  (jetty-launcher-475-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 362182 INFO  (jetty-launcher-475-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 362182 INFO  (jetty-launcher-475-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-02-13T23:27:55.832Z
   [junit4]   2> 362188 INFO  (zkConnectionManagerCallback-482-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 362189 INFO  (jetty-launcher-475-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 362244 INFO  (jetty-launcher-475-thread-3) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 362244 INFO  (jetty-launcher-475-thread-3) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 362244 INFO  (jetty-launcher-475-thread-3) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 362248 INFO  (jetty-launcher-475-thread-3) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@17c42{/solr,null,AVAILABLE}
   [junit4]   2> 362249 INFO  (jetty-launcher-475-thread-3) [    ] o.e.j.s.AbstractConnector Started ServerConnector@1de9a79{HTTP/1.1,[http/1.1]}{127.0.0.1:41619}
   [junit4]   2> 362249 INFO  (jetty-launcher-475-thread-3) [    ] o.e.j.s.Server Started @364020ms
   [junit4]   2> 362249 INFO  (jetty-launcher-475-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=41619}
   [junit4]   2> 362249 ERROR (jetty-launcher-475-thread-3) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 362249 INFO  (jetty-launcher-475-thread-3) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 362249 INFO  (jetty-launcher-475-thread-3) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 362249 INFO  (jetty-launcher-475-thread-3) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 362250 INFO  (jetty-launcher-475-thread-3) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-02-13T23:27:55.899Z
   [junit4]   2> 362274 INFO  (zkConnectionManagerCallback-484-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 362275 INFO  (jetty-launcher-475-thread-3) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 362365 INFO  (zkConnectionManagerCallback-480-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 362366 INFO  (jetty-launcher-475-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 362390 INFO  (jetty-launcher-475-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34309/solr
   [junit4]   2> 362397 INFO  (jetty-launcher-475-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34309/solr
   [junit4]   2> 362440 INFO  (zkConnectionManagerCallback-488-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 362465 INFO  (jetty-launcher-475-thread-3) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34309/solr
   [junit4]   2> 362504 INFO  (zkConnectionManagerCallback-492-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 362515 INFO  (zkConnectionManagerCallback-496-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 362556 INFO  (zkConnectionManagerCallback-498-thread-1-processing-n:127.0.0.1:36733_solr) [n:127.0.0.1:36733_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 362579 INFO  (zkConnectionManagerCallback-500-thread-1-processing-n:127.0.0.1:41619_solr) [n:127.0.0.1:41619_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 362580 INFO  (zkConnectionManagerCallback-502-thread-1-processing-n:127.0.0.1:34115_solr) [n:127.0.0.1:34115_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 362589 INFO  (jetty-launcher-475-thread-1) [n:127.0.0.1:34115_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 362590 INFO  (jetty-launcher-475-thread-1) [n:127.0.0.1:34115_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:34115_solr
   [junit4]   2> 362592 INFO  (jetty-launcher-475-thread-1) [n:127.0.0.1:34115_solr    ] o.a.s.c.Overseer Overseer (id=72144601993969673-127.0.0.1:34115_solr-n_0000000000) starting
   [junit4]   2> 362603 INFO  (jetty-launcher-475-thread-3) [n:127.0.0.1:41619_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 362604 INFO  (jetty-launcher-475-thread-3) [n:127.0.0.1:41619_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:41619_solr
   [junit4]   2> 362613 DEBUG (OverseerStateUpdate-72144601993969673-127.0.0.1:34115_solr-n_0000000000) [n:127.0.0.1:34115_solr    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 362640 INFO  (zkCallback-501-thread-1-processing-n:127.0.0.1:34115_solr) [n:127.0.0.1:34115_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 362641 INFO  (jetty-launcher-475-thread-1) [n:127.0.0.1:34115_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:34115_solr
   [junit4]   2> 362649 INFO  (OverseerStateUpdate-72144601993969673-127.0.0.1:34115_solr-n_0000000000) [n:127.0.0.1:34115_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 362649 DEBUG (OverseerStateUpdate-72144601993969673-127.0.0.1:34115_solr-n_0000000000) [n:127.0.0.1:34115_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:34115_solr"} current state version: 0
   [junit4]   2> 362650 DEBUG (OverseerStateUpdate-72144601993969673-127.0.0.1:34115_solr-n_0000000000) [n:127.0.0.1:34115_solr    ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:34115_solr
   [junit4]   2> 362658 DEBUG (OverseerAutoScalingTriggerThread-72144601993969673-127.0.0.1:34115_solr-n_0000000000) [n:127.0.0.1:34115_solr    ] o.a.s.c.a.OverseerTriggerThread Adding .autoAddReplicas trigger
   [junit4]   2> 362661 DEBUG (OverseerAutoScalingTriggerThread-72144601993969673-127.0.0.1:34115_solr-n_0000000000) [n:127.0.0.1:34115_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 1
   [junit4]   2> 362663 DEBUG (OverseerAutoScalingTriggerThread-72144601993969673-127.0.0.1:34115_solr-n_0000000000) [n:127.0.0.1:34115_solr    ] o.a.s.c.a.NodeLostTrigger Initial livenodes: [127.0.0.1:34115_solr, 127.0.0.1:41619_solr]
   [junit4]   2> 362663 DEBUG (OverseerAutoScalingTriggerThread-72144601993969673-127.0.0.1:34115_solr-n_0000000000) [n:127.0.0.1:34115_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion -1
   [junit4]   2> 362663 DEBUG (OverseerAutoScalingTriggerThread-72144601993969673-127.0.0.1:34115_solr-n_0000000000) [n:127.0.0.1:34115_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 1
   [junit4]   2> 362668 DEBUG (OverseerAutoScalingTriggerThread-72144601993969673-127.0.0.1:34115_solr-n_0000000000) [n:127.0.0.1:34115_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 362668 DEBUG (OverseerAutoScalingTriggerThread-72144601993969673-127.0.0.1:34115_solr-n_0000000000) [n:127.0.0.1:34115_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion 1
   [junit4]   2> 362668 INFO  (zkCallback-499-thread-1-processing-n:127.0.0.1:41619_solr) [n:127.0.0.1:41619_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 362671 DEBUG (ScheduledTrigger-796-thread-1) [n:127.0.0.1:34115_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 362776 INFO  (jetty-launcher-475-thread-2) [n:127.0.0.1:36733_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 362816 INFO  (jetty-launcher-475-thread-2) [n:127.0.0.1:36733_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 362853 DEBUG (OverseerStateUpdate-72144601993969673-127.0.0.1:34115_solr-n_0000000000) [n:127.0.0.1:34115_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:36733_solr"} current state version: 0
   [junit4]   2> 362854 DEBUG (OverseerStateUpdate-72144601993969673-127.0.0.1:34115_solr-n_0000000000) [n:127.0.0.1:34115_solr    ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:36733_solr
   [junit4]   2> 362856 INFO  (jetty-launcher-475-thread-2) [n:127.0.0.1:36733_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:36733_solr
   [junit4]   2> 362867 INFO  (zkCallback-499-thread-1-processing-n:127.0.0.1:41619_solr) [n:127.0.0.1:41619_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 362868 INFO  (zkCallback-501-thread-1-processing-n:127.0.0.1:34115_solr) [n:127.0.0.1:34115_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 362908 INFO  (zkCallback-497-thread-1-processing-n:127.0.0.1:36733_solr) [n:127.0.0.1:36733_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 363157 INFO  (jetty-launcher-475-thread-1) [n:127.0.0.1:34115_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34115.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@44e1aa
   [junit4]   2> 363232 INFO  (jetty-launcher-475-thread-1) [n:127.0.0.1:34115_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34115.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@44e1aa
   [junit4]   2> 363242 INFO  (jetty-launcher-475-thread-1) [n:127.0.0.1:34115_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34115.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@44e1aa
   [junit4]   2> 363244 INFO  (jetty-launcher-475-thread-1) [n:127.0.0.1:34115_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_49CA7CEB2F1D525B-001/tempDir-001/node1/.
   [junit4]   2> 363244 INFO  (jetty-launcher-475-thread-3) [n:127.0.0.1:41619_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_41619.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@44e1aa
   [junit4]   2> 363294 INFO  (jetty-launcher-475-thread-3) [n:127.0.0.1:41619_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_41619.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@44e1aa
   [junit4]   2> 363295 INFO  (jetty-launcher-475-thread-3) [n:127.0.0.1:41619_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_41619.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@44e1aa
   [junit4]   2> 363298 INFO  (jetty-launcher-475-thread-3) [n:127.0.0.1:41619_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_49CA7CEB2F1D525B-001/tempDir-001/node3/.
   [junit4]   2> 363642 INFO  (jetty-launcher-475-thread-2) [n:127.0.0.1:36733_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36733.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@44e1aa
   [junit4]   2> 363702 DEBUG (ScheduledTrigger-796-thread-1) [n:127.0.0.1:34115_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 3
   [junit4]   2> 363722 INFO  (jetty-launcher-475-thread-2) [n:127.0.0.1:36733_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36733.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@44e1aa
   [junit4]   2> 363724 INFO  (jetty-launcher-475-thread-2) [n:127.0.0.1:36733_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36733.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@44e1aa
   [junit4]   2> 363726 INFO  (jetty-launcher-475-thread-2) [n:127.0.0.1:36733_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_49CA7CEB2F1D525B-001/tempDir-001/node2/.
   [junit4]   2> 363856 INFO  (zkConnectionManagerCallback-510-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 363880 INFO  (zkConnectionManagerCallback-514-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 363885 INFO  (SUITE-AutoscalingHistoryHandlerTest-seed#[49CA7CEB2F1D525B]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 363887 INFO  (SUITE-AutoscalingHistoryHandlerTest-seed#[49CA7CEB2F1D525B]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:34309/solr ready
   [junit4]   2> 363933 INFO  (qtp10864682-2764) [n:127.0.0.1:36733_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=3&name=AutoscalingHistoryHandlerTest_collection&nrtReplicas=3&action=CREATE&numShards=1&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 363952 INFO  (OverseerThreadFactory-798-thread-1-processing-n:127.0.0.1:34115_solr) [n:127.0.0.1:34115_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection AutoscalingHistoryHandlerTest_collection
   [junit4]   2> 363961 INFO  (OverseerThreadFactory-798-thread-1-processing-n:127.0.0.1:34115_solr) [n:127.0.0.1:34115_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/protwords.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/protwords.txt
   [junit4]   2> 363966 INFO  (OverseerThreadFactory-798-thread-1-processing-n:127.0.0.1:34115_solr) [n:127.0.0.1:34115_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/managed-schema to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/managed-schema
   [junit4]   2> 363967 INFO  (OverseerThreadFactory-798-thread-1-processing-n:127.0.0.1:34115_solr) [n:127.0.0.1:34115_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/solrconfig.xml to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/solrconfig.xml
   [junit4]   2> 363969 INFO  (OverseerThreadFactory-798-thread-1-processing-n:127.0.0.1:34115_solr) [n:127.0.0.1:34115_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/synonyms.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/synonyms.txt
   [junit4]   2> 363972 INFO  (OverseerThreadFactory-798-thread-1-processing-n:127.0.0.1:34115_solr) [n:127.0.0.1:34115_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/stopwords.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/stopwords.txt
   [junit4]   2> 363974 INFO  (OverseerThreadFactory-798-thread-1-processing-n:127.0.0.1:34115_solr) [n:127.0.0.1:34115_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_it.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/contractions_it.txt
   [junit4]   2> 363976 INFO  (OverseerThreadFactory-798-thread-1-processing-n:127.0.0.1:34115_solr) [n:127.0.0.1:34115_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stemdict_nl.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stemdict_nl.txt
   [junit4]   2> 363978 INFO  (OverseerThreadFactory-798-thread-1-processing-n:127.0.0.1:34115_solr) [n:127.0.0.1:34115_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hy.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_hy.txt
   [junit4]   2> 363981 INFO  (OverseerThreadFactory-798-thread-1-processing-n:127.0.0.1:34115_solr) [n:127.0.0.1:34115_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_no.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_no.txt
   [junit4]   2> 363983 INFO  (OverseerThreadFactory-798-thread-1-processing-n:127.0.0.1:34115_solr) [n:127.0.0.1:34115_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_ca.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/contractions_ca.txt
   [junit4]   2> 363985 INFO  (OverseerThreadFactory-798-thread-1-processing-n:127.0.0.1:34115_solr) [n:127.0.0.1:34115_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_id.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_id.txt
   [junit4]   2> 363986 INFO  (OverseerThreadFactory-798-thread-1-processing-n:127.0.0.1:34115_solr) [n:127.0.0.1:34115_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ga.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_ga.txt
   [junit4]   2> 363988 INFO  (OverseerThreadFactory-798-thread-1-processing-n:127.0.0.1:34115_solr) [n:127.0.0.1:34115_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hi.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_hi.txt
   [junit4]   2> 363990 INFO  (OverseerThreadFactory-798-thread-1-processing-n:127.0.0.1:34115_solr) [n:127.0.0.1:34115_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_da.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_da.txt
   [junit4]   2> 363996 INFO  (OverseerThreadFactory-798-thread-1-processing-n:127.0.0.1:34115_solr) [n:127.0.0.1:34115_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ja.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_ja.txt
   [junit4]   2> 363998 INFO  (OverseerThreadFactory-798-thread-1-processing-n:127.0.0.1:34115_solr) [n:127.0.0.1:34115_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_pt.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_pt.txt
   [junit4]   2> 363999 INFO  (OverseerThreadFactory-798-thread-1-processing-n:127.0.0.1:34115_solr) [n:127.0.0.1:34115_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hu.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_hu.txt
   [junit4]   2> 364001 INFO  (OverseerThreadFactory-798-thread-1-processing-n:127.0.0.1:34115_solr) [n:127.0.0.1:34115_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_el.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_el.txt
   [junit4]   2> 364003 INFO  (OverseerThreadFactory-798-thread-1-processing-n:127.0.0.1:34115_solr) [n:127.0.0.1:34115_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ru.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_ru.txt
   [junit4]   2> 364004 INFO  (OverseerThreadFactory-798-thread-1-processing-n:127.0.0.1:34115_solr) [n:127.0.0.1:34115_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_tr.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_tr.txt
   [junit4]   2> 364006 INFO  (OverseerThreadFactory-798-thread-1-processing-n:127.0.0.1:34115_solr) [n:127.0.0.1:34115_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ar.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_ar.txt
   [junit4]   2> 364007 INFO  (OverseerThreadFactory-798-thread-1-processing-n:127.0.0.1:34115_solr) [n:127.0.0.1:34115_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/userdict_ja.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/userdict_ja.txt
   [junit4]   2> 364008 INFO  (OverseerThreadFactory-798-thread-1-processing-n:127.0.0.1:34115_solr) [n:127.0.0.1:34115_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_eu.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_eu.txt
   [junit4]   2> 364010 INFO  (OverseerThreadFactory-798-thread-1-processing-n:127.0.0.1:34115_solr) [n:127.0.0.1:34115_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_it.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_it.txt
   [junit4]   2> 364011 INFO  (OverseerThreadFactory-798-thread-1-processing-n:127.0.0.1:34115_solr) [n:127.0.0.1:34115_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_cz.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_cz.txt
   [junit4]   2> 364013 INFO  (OverseerThreadFactory-798-thread-1-processing-n:127.0.0.1:34115_solr) [n:127.0.0.1:34115_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stoptags_ja.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stoptags_ja.txt
   [junit4]   2> 364014 INFO  (OverseerThreadFactory-798-thread-1-processing-n:127.0.0.1:34115_solr) [n:127.0.0.1:34115_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_fr.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/contractions_fr.txt
   [junit4]   2> 364016 INFO  (OverseerThreadFactory-798-thread-1-processing-n:127.0.0.1:34115_solr) [n:127.0.0.1:34115_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_de.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_de.txt
   [junit4]   2> 364017 INFO  (OverseerThreadFactory-798-thread-1-processing-n:127.0.0.1:34115_solr) [n:127.0.0.1:34115_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_fa.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_fa.txt
   [junit4]   2> 364021 INFO  (OverseerThreadFactory-798-thread-1-processing-n:127.0.0.1:34115_solr) [n:127.0.0.1:34115_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_ga.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/contractions_ga.txt
   [junit4]   2> 364022 INFO  (OverseerThreadFactory-798-thread-1-processing-n:127.0.0.1:34115_solr) [n:127.0.0.1:34115_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ca.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_ca.txt
   [junit4]   2> 364023 INFO  (OverseerThreadFactory-798-thread-1-processing-n:127.0.0.1:34115_solr) [n:127.0.0.1:34115_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_nl.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_nl.txt
   [junit4]   2> 364024 INFO  (OverseerThreadFactory-798-thread-1-processing-n:127.0.0.1:34115_solr) [n:127.0.0.1:34115_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_bg.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_bg.txt
   [junit4]   2> 364025 INFO  (OverseerThreadFactory-798-thread-1-processing-n:127.0.0.1:34115_solr) [n:127.0.0.1:34115_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_lv.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_lv.txt
   [junit4]   2> 364026 INFO  (OverseerThreadFactory-798-thread-1-processing-n:127.0.0.1:34115_solr) [n:127.0.0.1:34115_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_en.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_en.txt
   [junit4]   2> 364029 INFO  (OverseerThreadFactory-798-thread-1-processing-n:127.0.0.1:34115_solr) [n:127.0.0.1:34115_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_es.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_es.txt
   [junit4]   2> 364030 INFO  (OverseerThreadFactory-798-thread-1-processing-n:127.0.0.1:34115_solr) [n:127.0.0.1:34115_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_th.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_th.txt
   [junit4]   2> 364031 INFO  (OverseerThreadFactory-798-thread-1-processing-n:127.0.0.1:34115_solr) [n:127.0.0.1:34115_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ro.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_ro.txt
   [junit4]   2> 364036 INFO  (OverseerThreadFactory-798-thread-1-processing-n:127.0.0.1:34115_solr) [n:127.0.0.1:34115_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_fr.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_fr.txt
   [junit4]   2> 364037 INFO  (OverseerThreadFactory-798-thread-1-processing-n:127.0.0.1:34115_solr) [n:127.0.0.1:34115_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_sv.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_sv.txt
   [junit4]   2> 364038 INFO  (OverseerThreadFactory-798-thread-1-processing-n:127.0.0.1:34115_solr) [n:127.0.0.1:34115_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_fi.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_fi.txt
   [junit4]   2> 364039 INFO  (OverseerThreadFactory-798-thread-1-processing-n:127.0.0.1:34115_solr) [n:127.0.0.1:34115_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/hyphenations_ga.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/hyphenations_ga.txt
   [junit4]   2> 364041 INFO  (OverseerThreadFactory-798-thread-1-processing-n:127.0.0.1:34115_solr) [n:127.0.0.1:34115_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_gl.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_gl.txt
   [junit4]   2> 364042 INFO  (OverseerThreadFactory-798-thread-1-processing-n:127.0.0.1:34115_solr) [n:127.0.0.1:34115_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/params.json to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/params.json
   [junit4]   2> 364046 DEBUG (OverseerStateUpdate-72144601993969673-127.0.0.1:34115_solr-n_0000000000) [n:127.0.0.1:34115_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "name":"AutoscalingHistoryHandlerTest_collection",
   [junit4]   2>   "fromApi":"true",
   [junit4]   2>   "replicationFactor":"3",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "nrtReplicas":"3",
   [junit4]   2>   "stateFormat":"2",
   [junit4]   2>   "operation":"create"} current state version: 0
   [junit4]   2> 364046 DEBUG (OverseerStateUpdate-72144601993969673-127.0.0.1:34115_solr-n_0000000000) [n:127.0.0.1:34115_solr    ] o.a.s.c.o.ClusterStateMutator building a new cName: AutoscalingHistoryHandlerTest_collection
   [junit4]   2> 364046 DEBUG (OverseerStateUpdate-72144601993969673-127.0.0.1:34115_solr-n_0000000000) [n:127.0.0.1:34115_solr    ] o.a.s.c.o.ZkStateWriter going to create_collection /collections/AutoscalingHistoryHandlerTest_collection/state.json
   [junit4]   2> 364236 DEBUG (OverseerStateUpdate-72144601993969673-127.0.0.1:34115_solr-n_0000000000) [n:127.0.0.1:34115_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"AutoscalingHistoryHandlerTest_collection",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:41619/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} current state version: 0
   [junit4]   2> 364237 INFO  (OverseerStateUpdate-72144601993969673-127.0.0.1:34115_solr-n_0000000000) [n:127.0.0.1:34115_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"AutoscalingHistoryHandlerTest_collection",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:41619/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 364263 DEBUG (OverseerStateUpdate-72144601993969673-127.0.0.1:34115_solr-n_0000000000) [n:127.0.0.1:34115_solr    ] o.a.s.c.o.SliceMutator Old Slice: shard1:{
   [junit4]   2>   "range":"80000000-7fffffff",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "replicas":{}}
   [junit4]   2> 364263 DEBUG (OverseerStateUpdate-72144601993969673-127.0.0.1:34115_solr-n_0000000000) [n:127.0.0.1:34115_solr    ] o.a.s.c.o.SliceMutator New Slice: shard1:{
   [junit4]   2>   "range":"80000000-7fffffff",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "replicas":{"core_node3":{
   [junit4]   2>       "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n1",
   [junit4]   2>       "base_url":"http://127.0.0.1:41619/solr",
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":null,
   [junit4]   2>       "type":"NRT"}}}
   [junit4]   2> 364290 DEBUG (OverseerStateUpdate-72144601993969673-127.0.0.1:34115_solr-n_0000000000) [n:127.0.0.1:34115_solr    ] o.a.s.c.Overseer processMessage: queueSize: 2, message = {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"AutoscalingHistoryHandlerTest_collection",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:34115/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} current state version: 0
   [junit4]   2> 364290 INFO  (OverseerStateUpdate-72144601993969673-127.0.0.1:34115_solr-n_0000000000) [n:127.0.0.1:34115_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"AutoscalingHistoryHandlerTest_collection",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:34115/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 364320 DEBUG (OverseerStateUpdate-72144601993969673-127.0.0.1:34115_solr-n_0000000000) [n:127.0.0.1:34115_solr    ] o.a.s.c.o.SliceMutator Old Slice: shard1:{
   [junit4]   2>   "range":"80000000-7fffffff",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "replicas":{"core_node3":{
   [junit4]   2>       "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n1",
   [junit4]   2>       "base_url":"http://127.0.0.1:41619/solr",
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":null,
   [junit4]   2>       "type":"NRT"}}}
   [junit4]   2> 364321 DEBUG (OverseerStateUpdate-72144601993969673-127.0.0.1:34115_solr-n_0000000000) [n:127.0.0.1:34115_solr    ] o.a.s.c.o.SliceMutator New Slice: shard1:{
   [junit4]   2>   "range":"80000000-7fffffff",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "replicas":{
   [junit4]   2>     "core_node3":{
   [junit4]   2>       "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n1",
   [junit4]   2>       "base_url":"http://127.0.0.1:41619/solr",
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":null,
   [junit4]   2>       "type":"NRT"},
   [junit4]   2>     "core_node5":{
   [junit4]   2>       "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n2",
   [junit4]   2>       "base_url":"http://127.0.0.1:34115/solr",
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":null,
   [junit4]   2>       "type":"NRT"}}}
   [junit4]   2> 364337 DEBUG (OverseerStateUpdate-72144601993969673-127.0.0.1:34115_solr-n_0000000000) [n:127.0.0.1:34115_solr    ] o.a.s.c.Overseer processMessage: queueSize: 3, message = {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"AutoscalingHistoryHandlerTest_collection",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n4",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:36733/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} current state version: 0
   [junit4]   2> 364337 INFO  (OverseerStateUpdate-72144601993969673-127.0.0.1:34115_solr-n_0000000000) [n:127.0.0.1:34115_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"AutoscalingHistoryHandlerTest_collection",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n4",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:36733/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 364337 DEBUG (OverseerStateUpdate-72144601993969673-127.0.0.1:34115_solr-n_0000000000) [n:127.0.0.1:34115_solr    ] o.a.s.c.o.SliceMutator Old Slice: shard1:{
   [junit4]   2>   "range":"80000000-7fffffff",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "replicas":{
   [junit4]   2>     "core_node3":{
   [junit4]   2>       "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n1",
   [junit4]   2>       "base_url":"http://127.0.0.1:41619/solr",
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":null,
   [junit4]   2>       "type":"NRT"},
   [junit4]   2>     "core_node5":{
   [junit4]   2>       "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n2",
   [junit4]   2>       "base_url":"http://127.0.0.1:34115/solr",
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":null,
   [junit4]   2>       "type":"NRT"}}}
   [junit4]   2> 364338 DEBUG (OverseerStateUpdate-72144601993969673-127.0.0.1:34115_solr-n_0000000000) [n:127.0.0.1:34115_solr    ] o.a.s.c.o.SliceMutator New Slice: shard1:{
   [junit4]   2>   "range":"80000000-7fffffff",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "replicas":{
   [junit4]   2>     "core_node3":{
   [junit4]   2>       "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n1",
   [junit4]   2>       "base_url":"http://127.0.0.1:41619/solr",
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":null,
   [junit4]   2>       "type":"NRT"},
   [junit4]   2>     "core_node5":{
   [junit4]   2>       "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n2",
   [junit4]   2>       "base_url":"http://127.0.0.1:34115/solr",
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":null,
   [junit4]   2>       "type":"NRT"},
   [junit4]   2>     "core_node6":{
   [junit4]   2>       "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n4",
   [junit4]   2>       "base_url":"http://127.0.0.1:36733/solr",
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":null,
   [junit4]   2>       "type":"NRT"}}}
   [junit4]   2> 364448 DEBUG (OverseerStateUpdate-72144601993969673-127.0.0.1:34115_solr-n_0000000000) [n:127.0.0.1:34115_solr    ] o.a.s.c.o.ZkStateWriter going to update_collection /collections/AutoscalingHistoryHandlerTest_collection/state.json version: 0
   [junit4]   2> 364590 INFO  (qtp7642402-2776) [n:127.0.0.1:41619_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node3&collection.configName=AutoscalingHistoryHandlerTest_collection.AUTOCREATED&newCollection=true&name=AutoscalingHistoryHandlerTest_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=AutoscalingHistoryHandlerTest_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 364594 INFO  (qtp7642402-2776) [n:127.0.0.1:41619_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 364598 INFO  (qtp16736082-2753) [n:127.0.0.1:34115_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node5&collection.configName=AutoscalingHistoryHandlerTest_collection.AUTOCREATED&newCollection=true&name=AutoscalingHistoryHandlerTest_collection_shard1_replica_n2&action=CREATE&numShards=1&collection=AutoscalingHistoryHandlerTest_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 364598 INFO  (qtp16736082-2753) [n:127.0.0.1:34115_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 364609 INFO  (qtp10864682-2770) [n:127.0.0.1:36733_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node6&collection.configName=AutoscalingHistoryHandlerTest_collection.AUTOCREATED&newCollection=true&name=AutoscalingHistoryHandlerTest_collection_shard1_replica_n4&action=CREATE&numShards=1&collection=AutoscalingHistoryHandlerTest_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 364609 INFO  (qtp10864682-2770) [n:127.0.0.1:36733_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 364615 DEBUG (OverseerStateUpdate-72144601993969673-127.0.0.1:34115_solr-n_0000000000) [n:127.0.0.1:34115_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n1",
   [junit4]   2>   "core_node_name":"core_node3",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:41619/solr",
   [junit4]   2>   "node_name":"127.0.0.1:41619_solr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"AutoscalingHistoryHandlerTest_collection",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 364615 DEBUG (OverseerStateUpdate-72144601993969673-127.0.0.1:34115_solr-n_0000000000) [n:127.0.0.1:34115_solr    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 message={
   [junit4]   2>   "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n1",
   [junit4]   2>   "core_node_name":"core_node3",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:41619/solr",
   [junit4]   2>   "node_name":"127.0.0.1:41619_solr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"AutoscalingHistoryHandlerTest_collection",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 364615 DEBUG (OverseerStateUpdate-72144601993969673-127.0.0.1:34115_solr-n_0000000000) [n:127.0.0.1:34115_solr    ] o.a.s.c.o.ReplicaMutator Will update state for replica: core_node3:{"core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n1","base_url":"http://127.0.0.1:41619/solr","node_name":"127.0.0.1:41619_solr","state":"down","type":"NRT"}
   [junit4]   2> 364615 DEBUG (OverseerStateUpdate-72144601993969673-127.0.0.1:34115_solr-n_0000000000) [n:127.0.0.1:34115_solr    ] o.a.s.c.o.ReplicaMutator Collection is now: DocCollection(AutoscalingHistoryHandlerTest_collection//collections/AutoscalingHistoryHandlerTest_collection/state.json/1)={
   [junit4]   2>   "pullReplicas":"0",
   [junit4]   2>   "replicationFactor":"3",
   [junit4]   2>   "router":{"name":"compositeId"},
   [junit4]   2>   "maxShardsPerNode":"1",
   [junit4]   2>   "autoAddReplicas":"false",
   [junit4]   2>   "nrtReplicas":"3",
   [junit4]   2>   "tlogReplicas":"0",
   [junit4]   2>   "shards":{"shard1":{
   [junit4]   2>       "range":"80000000-7fffffff",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "replicas":{
   [junit4]   2>         "core_node3":{
   [junit4]   2>           "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n1",
   [junit4]   2>           "base_url":"http://127.0.0.1:41619/solr",
   [junit4]   2>           "node_name":"127.0.0.1:41619_solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "type":"NRT"},
   [junit4]   2>         "core_node5":{
   [junit4]   2>           "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n2",
   [junit4]   2>           "base_url":"http://127.0.0.1:34115/solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "node_name":null,
   [junit4]   2>           "type":"NRT"},
   [junit4]   2>         "core_node6":{
   [junit4]   2>           "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n4",
   [junit4]   2>           "base_url":"http://127.0.0.1:36733/solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "node_name":null,
   [junit4]   2>           "type":"NRT"}}}}}
   [junit4]   2> 364618 DEBUG (OverseerStateUpdate-72144601993969673-127.0.0.1:34115_solr-n_0000000000) [n:127.0.0.1:34115_solr    ] o.a.s.c.Overseer processMessage: queueSize: 2, message = {
   [junit4]   2>   "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n2",
   [junit4]   2>   "core_node_name":"core_node5",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:34115/solr",
   [junit4]   2>   "node_name":"127.0.0.1:34115_solr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"AutoscalingHistoryHandlerTest_collection",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 364618 DEBUG (OverseerStateUpdate-72144601993969673-127.0.0.1:34115_solr-n_0000000000) [n:127.0.0.1:34115_solr    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 message={
   [junit4]   2>   "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n2",
   [junit4]   2>   "core_node_name":"core_node5",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:34115/solr",
   [junit4]   2>   "node_name":"127.0.0.1:34115_solr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"AutoscalingHistoryHandlerTest_collection",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 364618 DEBUG (OverseerStateUpdate-72144601993969673-127.0.0.1:34115_solr-n_0000000000) [n:127.0.0.1:34115_solr    ] o.a.s.c.o.ReplicaMutator Will update state for replica: core_node5:{"core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n2","base_url":"http://127.0.0.1:34115/solr","node_name":"127.0.0.1:34115_solr","state":"down","type":"NRT"}
   [junit4]   2> 364618 DEBUG (OverseerStateUpdate-72144601993969673-127.0.0.1:34115_solr-n_0000000000) [n:127.0.0.1:34115_solr    ] o.a.s.c.o.ReplicaMutator Collection is now: DocCollection(AutoscalingHistoryHandlerTest_collection//collections/AutoscalingHistoryHandlerTest_collection/state.json/1)={
   [junit4]   2>   "pullReplicas":"0",
   [junit4]   2>   "replicationFactor":"3",
   [junit4]   2>   "router":{"name":"compositeId"},
   [junit4]   2>   "maxShardsPerNode":"1",
   [junit4]   2>   "autoAddReplicas":"false",
   [junit4]   2>   "nrtReplicas":"3",
   [junit4]   2>   "tlogReplicas":"0",
   [junit4]   2>   "shards":{"shard1":{
   [junit4]   2>       "range":"80000000-7fffffff",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "replicas":{
   [junit4]   2>         "core_node3":{
   [junit4]   2>           "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n1",
   [junit4]   2>           "base_url":"http://127.0.0.1:41619/solr",
   [junit4]   2>           "node_name":"127.0.0.1:41619_solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "type":"NRT"},
   [junit4]   2>         "core_node5":{
   [junit4]   2>           "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n2",
   [junit4]   2>           "base_url":"http://127.0.0.1:34115/solr",
   [junit4]   2>           "node_name":"127.0.0.1:34115_solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "type":"NRT"},
   [junit4]   2>         "core_node6":{
   [junit4]   2>           "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n4",
   [junit4]   2>           "base_url":"http://127.0.0.1:36733/solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "node_name":null,
   [junit4]   2>           "type":"NRT"}}}}}
   [junit4]   2> 364644 DEBUG (OverseerStateUpdate-72144601993969673-127.0.0.1:34115_solr-n_0000000000) [n:127.0.0.1:34115_solr    ] o.a.s.c.Overseer processMessage: queueSize: 3, message = {
   [junit4]   2>   "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n4",
   [junit4]   2>   "core_node_name":"core_node6",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:36733/solr",
   [junit4]   2>   "node_name":"127.0.0.1:36733_solr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"AutoscalingHistoryHandlerTest_collection",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 364644 DEBUG (OverseerStateUpdate-72144601993969673-127.0.0.1:34115_solr-n_0000000000) [n:127.0.0.1:34115_solr    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 message={
   [junit4]   2>   "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n4",
   [junit4]   2>   "core_node_name":"core_node6",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:36733/solr",
   [junit4]   2>   "node_name":"127.0.0.1:36733_solr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"AutoscalingHistoryHandlerTest_collection",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 364644 DEBUG (OverseerStateUpdate-72144601993969673-127.0.0.1:34115_solr-n_0000000000) [n:127.0.0.1:34115_solr    ] o.a.s.c.o.ReplicaMutator Will update state for replica: core_node6:{"core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n4","base_url":"http://127.0.0.1:36733/solr","node_name":"127.0.0.1:36733_solr","state":"down","type":"NRT"}
   [junit4]   2> 364644 DEBUG (OverseerStateUpdate-72144601993969673-127.0.0.1:34115_solr-n_0000000000) [n:127.0.0.1:34115_solr    ] o.a.s.c.o.ReplicaMutator Collection is now: DocCollection(AutoscalingHistoryHandlerTest_collection//collections/AutoscalingHistoryHandlerTest_collection/state.json/1)={
   [junit4]   2>   "pullReplicas":"0",
   [junit4]   2>   "replicationFactor":"3",
   [junit4]   2>   "router":{"name":"compositeId"},
   [junit4]   2>   "maxShardsPerNode":"1",
   [junit4]   2>   "autoAddReplicas":"false",
   [junit4]   2>   "nrtReplicas":"3",
   [junit4]   2>   "tlogReplicas":"0",
   [junit4]   2>   "shards":{"shard1":{
   [junit4]   2>       "range":"80000000-7fffffff",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "replicas":{
   [junit4]   2>         "core_node3":{
   [junit4]   2>           "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n1",
   [junit4]   2>           "base_url":"http://127.0.0.1:41619/solr",
   [junit4]   2>           "node_name":"127.0.0.1:41619_solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "type":"NRT"},
   [junit4]   2>         "core_node5":{
   [junit4]   2>           "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n2",
   [junit4]   2>           "base_url":"http://127.0.0.1:34115/solr",
   [junit4]   2>           "node_name":"127.0.0.1:34115_solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "type":"NRT"},
   [junit4]   2>         "core_node6":{
   [junit4]   2>           "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n4",
   [junit4]   2>           "base_url":"http://127.0.0.1:36733/solr",
   [junit4]   2>           "node_name":"127.0.0.1:36733_solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "type":"NRT"}}}}}
   [junit4]   2> 364705 DEBUG (ScheduledTrigger-796-thread-2) [n:127.0.0.1:34115_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 3
   [junit4]   2> 364760 DEBUG (OverseerStateUpdate-72144601993969673-127.0.0.1:34115_solr-n_0000000000) [n:127.0.0.1:34115_solr    ] o.a.s.c.o.ZkStateWriter going to update_collection /collections/AutoscalingHistoryHandlerTest_collection/state.json version: 1
   [junit4]   2> 364769 INFO  (zkCallback-499-thread-1-processing-n:127.0.0.1:41619_solr) [n:127.0.0.1:41619_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/AutoscalingHistoryHandlerTest_collection/state.json] for collection [AutoscalingHistoryHandlerTest_collection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 364769 INFO  (zkCallback-497-thread-1-processing-n:127.0.0.1:36733_solr) [n:127.0.0.1:36733_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/AutoscalingHistoryHandlerTest_collection/state.json] for collection [AutoscalingHistoryHandlerTest_collection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 364769 INFO  (zkCallback-501-thread-1-processing-n:127.0.0.1:34115_solr) [n:127.0.0.1:34115_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/AutoscalingHistoryHandlerTest_collection/state.json] for collection [AutoscalingHistoryHandlerTest_collection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 364774 INFO  (zkCallback-499-thread-2-processing-n:127.0.0.1:41619_solr) [n:127.0.0.1:41619_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/AutoscalingHistoryHandlerTest_collection/state.json] for collection [AutoscalingHistoryHandlerTest_collection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 364776 INFO  (zkCallback-501-thread-2-processing-n:127.0.0.1:34115_solr) [n:127.0.0.1:34115_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/AutoscalingHistoryHandlerTest_collection/state.json] for collection [AutoscalingHistoryHandlerTest_collection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 364776 INFO  (zkCallback-497-thread-2-processing-n:127.0.0.1:36733_solr) [n:127.0.0.1:36733_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/AutoscalingHistoryHandlerTest_collection/state.json] for collection [AutoscalingHistoryHandlerTest_collection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 365680 INFO  (qtp10864682-2770) [n:127.0.0.1:36733_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node6 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n4] o.a.s.c.RequestParams conf resource params.json loaded . version : 0 
   [junit4]   2> 365680 INFO  (qtp10864682-2770) [n:127.0.0.1:36733_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node6 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n4] o.a.s.c.RequestParams request params refreshed to version 0
   [junit4]   2> 365682 WARN  (qtp10864682-2770) [n:127.0.0.1:36733_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node6 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n4] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_49CA7CEB2F1D525B-001/tempDir-001/node2/AutoscalingHistoryHandlerTest_collection_shard1_replica_n4/../../../../contrib/extraction/lib filtered by .*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_49CA7CEB2F1D525B-001/tempDir-001/node2/AutoscalingHistoryHandlerTest_collection_shard1_replica_n4/../../../../contrib/extraction/lib
   [junit4]   2> 365682 WARN  (qtp10864682-2770) [n:127.0.0.1:36733_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node6 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n4] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_49CA7CEB2F1D525B-001/tempDir-001/node2/AutoscalingHistoryHandlerTest_collection_shard1_replica_n4/../../../../dist filtered by solr-cell-\d.*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_49CA7CEB2F1D525B-001/tempDir-001/node2/AutoscalingHistoryHandlerTest_collection_shard1_replica_n4/../../../../dist
   [junit4]   2> 365682 WARN  (qtp10864682-2770) [n:127.0.0.1:36733_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node6 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n4] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_49CA7CEB2F1D525B-001/tempDir-001/node2/AutoscalingHistoryHandlerTest_collection_shard1_replica_n4/../../../../contrib/clustering/lib filtered by .*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_49CA7CEB2F1D525B-001/tempDir-001/node2/AutoscalingHistoryHandlerTest_collection_shard1_replica_n4/../../../../contrib/clustering/lib
   [junit4]   2> 365682 WARN  (qtp10864682-2770) [n:127.0.0.1:36733_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node6 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n4] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_49CA7CEB2F1D525B-001/tempDir-001/node2/AutoscalingHistoryHandlerTest_collection_shard1_replica_n4/../../../../dist filtered by solr-clustering-\d.*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_49CA7CEB2F1D525B-001/tempDir-001/node2/AutoscalingHistoryHandlerTest_collection_shard1_replica_n4/../../../../dist
   [junit4]   2> 365683 WARN  (qtp10864682-2770) [n:127.0.0.1:36733_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node6 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n4] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_49CA7CEB2F1D525B-001/tempDir-001/node2/AutoscalingHistoryHandlerTest_collection_shard1_replica_n4/../../../../contrib/langid/lib filtered by .*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_49CA7CEB2F1D525B-001/tempDir-001/node2/AutoscalingHistoryHandlerTest_collection_shard1_replica_n4/../../../../contrib/langid/lib
   [junit4]   2> 365683 WARN  (qtp10864682-2770) [n:127.0.0.1:36733_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node6 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n4] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_49CA7CEB2F1D525B-001/tempDir-001/node2/AutoscalingHistoryHandlerTest_collection_shard1_replica_n4/../../../../dist filtered by solr-langid-\d.*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_49CA7CEB2F1D525B-001/tempDir-001/node2/AutoscalingHistoryHandlerTest_collection_shard1_replica_n4/../../../../dist
   [junit4]   2> 365683 WARN  (qtp10864682-2770) [n:127.0.0.1:36733_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node6 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n4] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_49CA7CEB2F1D525B-001/tempDir-001/node2/AutoscalingHistoryHandlerTest_collection_shard1_replica_n4/../../../../contrib/velocity/lib filtered by .*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_49CA7CEB2F1D525B-001/tempDir-001/node2/AutoscalingHistoryHandlerTest_collection_shard1_replica_n4/../../../../contrib/velocity/lib
   [junit4]   2> 365683 WARN  (qtp10864682-2770) [n:127.0.0.1:36733_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node6 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n4] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_49CA7CEB2F1D525B-001/tempDir-001/node2/AutoscalingHistoryHandlerTest_collection_shard1_replica_n4/../../../../dist filtered by solr-velocity-\d.*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_49CA7CEB2F1D525B-001/tempDir-001/node2/AutoscalingHistoryHandlerTest_collection_shard1_replica_n4/../../../../dist
   [junit4]   2> 365689 INFO  (qtp16736082-2753) [n:127.0.0.1:34115_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node5 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n2] o.a.s.c.RequestParams conf resource params.json loaded . version : 0 
   [junit4]   2> 365689 INFO  (qtp16736082-2753) [n:127.0.0.1:34115_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node5 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n2] o.a.s.c.RequestParams request params refreshed to version 0
   [junit4]   2> 365689 INFO  (qtp7642402-2776) [n:127.0.0.1:41619_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node3 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n1] o.a.s.c.RequestParams conf resource params.json loaded . version : 0 
   [junit4]   2> 365690 INFO  (qtp7642402-2776) [n:127.0.0.1:41619_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node3 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n1] o.a.s.c.RequestParams request params refreshed to version 0
   [junit4]   2> 365690 WARN  (qtp16736082-2753) [n:127.0.0.1:34115_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node5 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n2] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_49CA7CEB2F1D525B-001/tempDir-001/node1/AutoscalingHistoryHandlerTest_collection_shard1_replica_n2/../../../../contrib/extraction/lib filtered by .*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_49CA7CEB2F1D525B-001/tempDir-001/node1/AutoscalingHistoryHandlerTest_collection_shard1_replica_n2/../../../../contrib/extraction/lib
   [junit4]   2> 365722 WARN  (qtp16736082-2753) [n:127.0.0.1:34115_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node5 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n2] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_49CA7CEB2F1D525B-001/tempDir-001/node1/AutoscalingHistoryHandlerTest_collection_shard1_replica_n2/../../../../dist filtered by solr-cell-\d.*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_49CA7CEB2F1D525B-001/tempDir-001/node1/AutoscalingHistoryHandlerTest_collection_shard1_replica_n2/../../../../dist
   [junit4]   2> 365722 WARN  (qtp16736082-2753) [n:127.0.0.1:34115_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node5 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n2] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_49CA7CEB2F1D525B-001/tempDir-001/node1/AutoscalingHistoryHandlerTest_collection_shard1_replica_n2/../../../../contrib/clustering/lib filtered by .*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_49CA7CEB2F1D525B-001/tempDir-001/node1/AutoscalingHistoryHandlerTest_collection_shard1_replica_n2/../../../../contrib/clustering/lib
   [junit4]   2> 365722 WARN  (qtp16736082-2753) [n:127.0.0.1:34115_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node5 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n2] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_49CA7CEB2F1D525B-001/tempDir-001/node1/AutoscalingHistoryHandlerTest_collection_shard1_replica_n2/../../../../dist filtered by solr-clustering-\d.*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_49CA7CEB2F1D525B-001/tempDir-001/node1/AutoscalingHistoryHandlerTest_collection_shard1_replica_n2/../../../../dist
   [junit4]   2> 365722 WARN  (qtp16736082-2753) [n:127.0.0.1:34115_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node5 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n2] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_49CA7CEB2F1D525B-001/tempDir-001/node1/AutoscalingHistoryHandlerTest_collection_shard1_replica_n2/../../../../contrib/langid/lib filtered by .*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_49CA7CEB2F1D525B-001/tempDir-001/node1/AutoscalingHistoryHandlerTest_collection_shard1_replica_n2/../../../../contrib/langid/lib
   [junit4]   2> 365723 WARN  (qtp16736082-2753) [n:127.0.0.1:34115_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node5 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n2] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_49CA7CEB2F1D525B-001/tempDir-001/node1/AutoscalingHistoryHandlerTest_collection_shard1_replica_n2/../../../../dist filtered by solr-langid-\d.*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_49CA7CEB2F1D525B-001/tempDir-001/node1/AutoscalingHistoryHandlerTest_collection_shard1_replica_n2/../../../../dist
   [junit4]   2> 365723 WARN  (qtp16736082-2753) [n:127.0.0.1:34115_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node5 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n2] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_49CA7CEB2F1D525B-001/tempDir-001/node1/AutoscalingHistoryHandlerTest_collection_shard1_replica_n2/../../../../contrib/velocity/lib filtered by .*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_49CA7CEB2F1D525B-001/tempDir-001/node1/AutoscalingHistoryHandlerTest_collection_shard1_replica_n2/../../../../contrib/velocity/lib
   [junit4]   2> 365723 WARN  (qtp16736082-2753) [n:127.0.0.1:34115_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node5 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n2] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_49CA7CEB2F1D525B-001/tempDir-001/node1/AutoscalingHistoryHandlerTest_collection_shard1_replica_n2/../../../../dist filtered by solr-velocity-\d.*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_49CA7CEB2F1D525B-001/tempDir-001/node1/AutoscalingHistoryHandlerTest_collection_shard1_replica_n2/../../../../dist
   [junit4]   2> 365713 DEBUG (ScheduledTrigger-796-thread-1) [n:127.0.0.1:34115_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 3
   [junit4]   2> 365690 WARN  (qtp7642402-2776) [n:127.0.0.1:41619_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node3 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_49CA7CEB2F1D525B-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n1/../../../../contrib/extraction/lib filtered by .*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_49CA7CEB2F1D525B-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n1/../../../../contrib/extraction/lib
   [junit4]   2> 365725 WARN  (qtp7642402-2776) [n:127.0.0.1:41619_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node3 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_49CA7CEB2F1D525B-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n1/../../../../dist filtered by solr-cell-\d.*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_49CA7CEB2F1D525B-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n1/../../../../dist
   [junit4]   2> 365725 WARN  (qtp7642402-2776) [n:127.0.0.1:41619_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node3 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_49CA7CEB2F1D525B-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n1/../../../../contrib/clustering/lib filtered by .*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_49CA7CEB2F1D525B-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n1/../../../../contrib/clustering/lib
   [junit4]   2> 365725 WARN  (qtp7642402-2776) [n:127.0.0.1:41619_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node3 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_49CA7CEB2F1D525B-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n1/../../../../dist filtered by solr-clustering-\d.*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_49CA7CEB2F1D525B-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n1/../../../../dist
   [junit4]   2> 365725 WARN  (qtp7642402-2776) [n:127.0.0.1:41619_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node3 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_49CA7CEB2F1D525B-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n1/../../../../contrib/langid/lib filtered by .*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_49CA7CEB2F1D525B-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n1/../../../../contrib/langid/lib
   [junit4]   2> 365726 WARN  (qtp7642402-2776) [n:127.0.0.1:41619_solr c:Autos

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

junit4]   2> 2712803 INFO  (coreCloseExecutor-6337-thread-1) [n:127.0.0.1:40077_solr c:collection1 s:shard1 r:core_node16 x:collection1_shard1_replica_n15] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.collection1.shard1.leader, tag=7137486
   [junit4]   2> 2712803 INFO  (coreCloseExecutor-6339-thread-1) [n:127.0.0.1:33239_solr c:collection1 s:shard1 r:core_node14 x:collection1_shard1_replica_n13] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.collection1.shard1.leader, tag=4311025
   [junit4]   2> 2712805 INFO  (coreCloseExecutor-6340-thread-1) [n:127.0.0.1:32963_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.collection1.shard1.leader, tag=8079224
   [junit4]   2> 2712805 INFO  (jetty-closer-5138-thread-9) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@ced689{/solr,null,UNAVAILABLE}
   [junit4]   2> 2712809 INFO  (jetty-closer-5138-thread-8) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@19149aa{/solr,null,UNAVAILABLE}
   [junit4]   2> 2712809 INFO  (coreCloseExecutor-6338-thread-2) [n:127.0.0.1:38731_solr c:collection1 s:shard1 r:core_node10 x:collection1_shard1_replica_n9] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1.shard1.replica_n9, tag=33539402
   [junit4]   2> 2712810 INFO  (jetty-closer-5138-thread-8) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 2712810 INFO  (coreCloseExecutor-6338-thread-2) [n:127.0.0.1:38731_solr c:collection1 s:shard1 r:core_node10 x:collection1_shard1_replica_n9] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@1040184: rootName = solr_38731, domain = solr.core.collection1.shard1.replica_n9, service url = null, agent id = null] for registry solr.core.collection1.shard1.replica_n9 / com.codahale.metrics.MetricRegistry@4e8303
   [junit4]   2> 2712809 INFO  (jetty-closer-5138-thread-9) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 2712810 INFO  (zkCallback-5327-thread-2-processing-n:127.0.0.1:38731_solr) [n:127.0.0.1:38731_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:38731_solr
   [junit4]   2> 2712812 INFO  (jetty-closer-5138-thread-5) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@17ecf78{/solr,null,UNAVAILABLE}
   [junit4]   2> 2712813 INFO  (jetty-closer-5138-thread-5) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 2712820 INFO  (coreCloseExecutor-6338-thread-1) [n:127.0.0.1:38731_solr c:collection1 s:shard1 r:core_node8 x:collection1_shard1_replica_n7] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.collection1.shard1.leader, tag=24955012
   [junit4]   2> 2712820 INFO  (coreCloseExecutor-6338-thread-2) [n:127.0.0.1:38731_solr c:collection1 s:shard1 r:core_node10 x:collection1_shard1_replica_n9] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.collection1.shard1.leader, tag=33539402
   [junit4]   2> 2712830 INFO  (jetty-closer-5138-thread-10) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@3ab1c0{/solr,null,UNAVAILABLE}
   [junit4]   2> 2712830 INFO  (jetty-closer-5138-thread-10) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 2712831 ERROR (SUITE-TriggerIntegrationTest-seed#[49CA7CEB2F1D525B]-worker) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 2712831 INFO  (SUITE-TriggerIntegrationTest-seed#[49CA7CEB2F1D525B]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:40651 40651
   [junit4]   2> 2717862 INFO  (Thread-8010) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:40651 40651
   [junit4]   2> 2717863 WARN  (Thread-8010) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	39	/solr/collections/collection1/terms/shard1
   [junit4]   2> 	20	/solr/aliases.json
   [junit4]   2> 	19	/solr/security.json
   [junit4]   2> 	11	/solr/configs/conf
   [junit4]   2> 	10	/solr/collections/testMetricTrigger/terms/shard1
   [junit4]   2> 	2	/solr/collections/testMetricTrigger/terms/shard2
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	136	/solr/collections/collection1/state.json
   [junit4]   2> 	49	/solr/collections/testMetricTrigger/state.json
   [junit4]   2> 	20	/solr/clusterprops.json
   [junit4]   2> 	20	/solr/clusterstate.json
   [junit4]   2> 	6	/solr/autoscaling.json
   [junit4]   2> 	3	/solr/overseer_elect/election/72144743596359719-127.0.0.1:37787_solr-n_0000000011
   [junit4]   2> 	2	/solr/overseer_elect/election/72144743596359725-127.0.0.1:43663_solr-n_0000000013
   [junit4]   2> 	2	/solr/overseer_elect/election/72144743596359710-127.0.0.1:35891_solr-n_0000000008
   [junit4]   2> 	2	/solr/overseer_elect/election/72144743596359695-127.0.0.1:45677_solr-n_0000000003
   [junit4]   2> 	2	/solr/overseer_elect/election/72144743596359731-127.0.0.1:32963_solr-n_0000000015
   [junit4]   2> 	2	/solr/collections/collection1/leader_elect/shard1/election/72144743596359710-core_node3-n_0000000001
   [junit4]   2> 	2	/solr/overseer_elect/election/72144743596359716-127.0.0.1:33239_solr-n_0000000010
   [junit4]   2> 	2	/solr/collections/collection1/leader_elect/shard1/election/72144743596359731-core_node4-n_0000000000
   [junit4]   2> 	2	/solr/collections/collection1/leader_elect/shard1/election/72144743596359737-core_node10-n_0000000004
   [junit4]   2> 	2	/solr/overseer_elect/election/72144743596359707-127.0.0.1:42387_solr-n_0000000007
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	20	/solr/live_nodes
   [junit4]   2> 	20	/solr/collections
   [junit4]   2> 	6	/solr/overseer/queue-work
   [junit4]   2> 	6	/solr/autoscaling/events/.auto_add_replicas
   [junit4]   2> 	6	/solr/overseer/queue
   [junit4]   2> 	6	/solr/overseer/collection-queue-work
   [junit4]   2> 	2	/solr/autoscaling/events/node_lost_triggerMR
   [junit4]   2> 	2	/solr/autoscaling/events/node_added_triggerCTOOR
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.TriggerIntegrationTest_49CA7CEB2F1D525B-001
   [junit4]   2> NOTE: test params are: codec=FastDecompressionCompressingStoredFields(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=FAST_DECOMPRESSION, chunkSize=7, maxDocsPerChunk=827, blockSize=6), termVectorsFormat=CompressingTermVectorsFormat(compressionMode=FAST_DECOMPRESSION, chunkSize=7, blockSize=6)), sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@15bc2aa), locale=nl-BE, timezone=Africa/Maputo
   [junit4]   2> NOTE: Linux 4.13.0-32-generic i386/Oracle Corporation 1.8.0_162 (32-bit)/cpus=8,threads=1,free=97940120,total=366383104
   [junit4]   2> NOTE: All tests run in this JVM: [TestSolrConfigHandlerConcurrent, CheckHdfsIndexTest, TestExactStatsCache, TestCoreDiscovery, TestManagedSynonymGraphFilterFactory, SpatialRPTFieldTypeTest, OverriddenZkACLAndCredentialsProvidersTest, MoveReplicaHDFSFailoverTest, TestGraphMLResponseWriter, ExecutePlanActionTest, TestCodecSupport, TemplateUpdateProcessorTest, MetricTriggerTest, CursorMarkTest, QueryResultKeyTest, TestFiltering, FileBasedSpellCheckerTest, SpellCheckComponentTest, LeaderFailoverAfterPartitionTest, TestPayloadCheckQParserPlugin, AutoAddReplicasPlanActionTest, TestRangeQuery, TestManagedSchema, TestLFUCache, ConnectionManagerTest, SolrTestCaseJ4Test, TestDistributedMissingSort, TestFieldTypeResource, LukeRequestHandlerTest, DirectSolrSpellCheckerTest, CachingDirectoryFactoryTest, RankQueryTest, TestSQLHandler, FullHLLTest, AddSchemaFieldsUpdateProcessorFactoryTest, TestLeaderInitiatedRecoveryThread, TestExceedMaxTermLength, TestSortableTextField, CustomHighlightComponentTest, BaseCdcrDistributedZkTest, CloneFieldUpdateProcessorFactoryTest, MinimalSchemaTest, ConcurrentDeleteAndCreateCollectionTest, TestSolrDeletionPolicy2, TriLevelCompositeIdRoutingTest, TestHttpShardHandlerFactory, SegmentsInfoRequestHandlerTest, TestLegacyNumericRangeQueryBuilder, SubstringBytesRefFilterTest, SpatialFilterTest, TestNumericRangeQuery32, HdfsBasicDistributedZkTest, TestFaceting, ConnectionReuseTest, SearchHandlerTest, TestXmlQParserPlugin, TestRandomCollapseQParserPlugin, IndexSchemaRuntimeFieldTest, TestRTimerTree, TestSolrCloudWithSecureImpersonation, TestSkipOverseerOperations, TestSolrCoreProperties, TestConfigSetsAPIExclusivity, TestStressUserVersions, SolrMetricsIntegrationTest, TestPullReplicaErrorHandling, PeerSyncWithIndexFingerprintCachingTest, ClusterStateUpdateTest, StressHdfsTest, CleanupOldIndexTest, ShardSplitTest, TestDeleteCollectionOnDownNodes, SaslZkACLProviderTest, DistributedQueueTest, RecoveryZkTest, CdcrReplicationDistributedZkTest, DeleteReplicaTest, CopyFieldTest, HttpPartitionTest, TestCloudNestedDocsSort, UnloadDistributedZkTest, TestUniqueKeyFieldResource, DisMaxRequestHandlerTest, ReplaceNodeNoTargetTest, PreAnalyzedFieldManagedSchemaCloudTest, TestCoreContainer, TestSolrCoreParser, AnalysisAfterCoreReloadTest, TestRecoveryHdfs, JavabinLoaderTest, DistributedFacetExistsSmallTest, TestJmxIntegration, TestSolrCloudSnapshots, RegexBoostProcessorTest, DistributedFacetPivotSmallAdvancedTest, TestCollectionsAPIViaSolrCloudCluster, TestStressReorder, ChangedSchemaMergeTest, ShufflingReplicaListTransformerTest, OverseerRolesTest, ParsingFieldUpdateProcessorsTest, CollectionsAPISolrJTest, TriggerIntegrationTest]
   [junit4] Completed [729/776 (3!)] on J2 in 195.70s, 14 tests, 1 failure <<< FAILURES!

[...truncated 44329 lines...]

[JENKINS] Lucene-Solr-master-Linux (32bit/jdk1.8.0_162) - Build # 21457 - Still Unstable!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/21457/
Java: 32bit/jdk1.8.0_162 -client -XX:+UseG1GC

4 tests failed.
FAILED:  org.apache.solr.cloud.AddReplicaTest.test

Error Message:
core_node6:{"core":"addreplicatest_coll_shard1_replica_n5","base_url":"https://127.0.0.1:44453/solr","node_name":"127.0.0.1:44453_solr","state":"active","type":"NRT"}

Stack Trace:
java.lang.AssertionError: core_node6:{"core":"addreplicatest_coll_shard1_replica_n5","base_url":"https://127.0.0.1:44453/solr","node_name":"127.0.0.1:44453_solr","state":"active","type":"NRT"}
	at __randomizedtesting.SeedInfo.seed([C01A3F9323D19E28:484E00498D2DF3D0]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.apache.solr.cloud.AddReplicaTest.test(AddReplicaTest.java:84)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest.testSimple

Error Message:
Waiting for collection testSimple1 null Live Nodes: [127.0.0.1:35301_solr, 127.0.0.1:38687_solr] Last available state: DocCollection(testSimple1//collections/testSimple1/state.json/16)={   "pullReplicas":"0",   "replicationFactor":"2",   "shards":{     "shard1":{       "range":"80000000-ffffffff",       "state":"active",       "replicas":{         "core_node3":{           "dataDir":"hdfs://localhost.localdomain:39185/data/testSimple1/core_node3/data/",           "base_url":"http://127.0.0.1:38687/solr",           "node_name":"127.0.0.1:38687_solr",           "type":"NRT",           "ulogDir":"hdfs://localhost.localdomain:39185/data/testSimple1/core_node3/data/tlog",           "core":"testSimple1_shard1_replica_n1",           "shared_storage":"true",           "state":"active"},         "core_node5":{           "dataDir":"hdfs://localhost.localdomain:39185/data/testSimple1/core_node5/data/",           "base_url":"http://127.0.0.1:38687/solr",           "node_name":"127.0.0.1:38687_solr",           "type":"NRT",           "ulogDir":"hdfs://localhost.localdomain:39185/data/testSimple1/core_node5/data/tlog",           "core":"testSimple1_shard1_replica_n2",           "shared_storage":"true",           "state":"active",           "leader":"true"}}},     "shard2":{       "range":"0-7fffffff",       "state":"active",       "replicas":{         "core_node7":{           "dataDir":"hdfs://localhost.localdomain:39185/data/testSimple1/core_node7/data/",           "base_url":"http://127.0.0.1:45115/solr",           "node_name":"127.0.0.1:45115_solr",           "type":"NRT",           "ulogDir":"hdfs://localhost.localdomain:39185/data/testSimple1/core_node7/data/tlog",           "core":"testSimple1_shard2_replica_n4",           "shared_storage":"true",           "state":"down"},         "core_node8":{           "dataDir":"hdfs://localhost.localdomain:39185/data/testSimple1/core_node8/data/",           "base_url":"http://127.0.0.1:38687/solr",           "node_name":"127.0.0.1:38687_solr",           "type":"NRT",           "ulogDir":"hdfs://localhost.localdomain:39185/data/testSimple1/core_node8/data/tlog",           "core":"testSimple1_shard2_replica_n6",           "shared_storage":"true",           "state":"active",           "leader":"true"}}}},   "router":{"name":"compositeId"},   "maxShardsPerNode":"2",   "autoAddReplicas":"true",   "nrtReplicas":"2",   "tlogReplicas":"0"}

Stack Trace:
java.lang.AssertionError: Waiting for collection testSimple1
null
Live Nodes: [127.0.0.1:35301_solr, 127.0.0.1:38687_solr]
Last available state: DocCollection(testSimple1//collections/testSimple1/state.json/16)={
  "pullReplicas":"0",
  "replicationFactor":"2",
  "shards":{
    "shard1":{
      "range":"80000000-ffffffff",
      "state":"active",
      "replicas":{
        "core_node3":{
          "dataDir":"hdfs://localhost.localdomain:39185/data/testSimple1/core_node3/data/",
          "base_url":"http://127.0.0.1:38687/solr",
          "node_name":"127.0.0.1:38687_solr",
          "type":"NRT",
          "ulogDir":"hdfs://localhost.localdomain:39185/data/testSimple1/core_node3/data/tlog",
          "core":"testSimple1_shard1_replica_n1",
          "shared_storage":"true",
          "state":"active"},
        "core_node5":{
          "dataDir":"hdfs://localhost.localdomain:39185/data/testSimple1/core_node5/data/",
          "base_url":"http://127.0.0.1:38687/solr",
          "node_name":"127.0.0.1:38687_solr",
          "type":"NRT",
          "ulogDir":"hdfs://localhost.localdomain:39185/data/testSimple1/core_node5/data/tlog",
          "core":"testSimple1_shard1_replica_n2",
          "shared_storage":"true",
          "state":"active",
          "leader":"true"}}},
    "shard2":{
      "range":"0-7fffffff",
      "state":"active",
      "replicas":{
        "core_node7":{
          "dataDir":"hdfs://localhost.localdomain:39185/data/testSimple1/core_node7/data/",
          "base_url":"http://127.0.0.1:45115/solr",
          "node_name":"127.0.0.1:45115_solr",
          "type":"NRT",
          "ulogDir":"hdfs://localhost.localdomain:39185/data/testSimple1/core_node7/data/tlog",
          "core":"testSimple1_shard2_replica_n4",
          "shared_storage":"true",
          "state":"down"},
        "core_node8":{
          "dataDir":"hdfs://localhost.localdomain:39185/data/testSimple1/core_node8/data/",
          "base_url":"http://127.0.0.1:38687/solr",
          "node_name":"127.0.0.1:38687_solr",
          "type":"NRT",
          "ulogDir":"hdfs://localhost.localdomain:39185/data/testSimple1/core_node8/data/tlog",
          "core":"testSimple1_shard2_replica_n6",
          "shared_storage":"true",
          "state":"active",
          "leader":"true"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"2",
  "autoAddReplicas":"true",
  "nrtReplicas":"2",
  "tlogReplicas":"0"}
	at __randomizedtesting.SeedInfo.seed([C01A3F9323D19E28:F8A91B6D04224AF9]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.cloud.SolrCloudTestCase.waitForState(SolrCloudTestCase.java:269)
	at org.apache.solr.cloud.autoscaling.AutoAddReplicasIntegrationTest.testSimple(AutoAddReplicasIntegrationTest.java:103)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.cloud.autoscaling.TriggerIntegrationTest.testSetProperties

Error Message:
Expected 8 triggers but found: [x0, x1, x2, x3, x4, x5, x6] expected:<8> but was:<7>

Stack Trace:
java.lang.AssertionError: Expected 8 triggers but found: [x0, x1, x2, x3, x4, x5, x6] expected:<8> but was:<7>
	at __randomizedtesting.SeedInfo.seed([C01A3F9323D19E28:AB7EE8DA90FC0BAC]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.failNotEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:128)
	at org.junit.Assert.assertEquals(Assert.java:472)
	at org.apache.solr.cloud.autoscaling.TriggerIntegrationTest.testSetProperties(TriggerIntegrationTest.java:1322)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.cloud.autoscaling.TriggerIntegrationTest.testMetricTrigger

Error Message:


Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([C01A3F9323D19E28:7A16081C7C394867]:0)
	at org.junit.Assert.fail(Assert.java:92)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.junit.Assert.assertNull(Assert.java:551)
	at org.junit.Assert.assertNull(Assert.java:562)
	at org.apache.solr.cloud.autoscaling.TriggerIntegrationTest.testMetricTrigger(TriggerIntegrationTest.java:1575)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 12504 lines...]
   [junit4] Suite: org.apache.solr.cloud.AddReplicaTest
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.AddReplicaTest_C01A3F9323D19E28-001/init-core-data-001
   [junit4]   2> 684217 WARN  (SUITE-AddReplicaTest-seed#[C01A3F9323D19E28]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=20 numCloses=20
   [junit4]   2> 684217 INFO  (SUITE-AddReplicaTest-seed#[C01A3F9323D19E28]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 684218 INFO  (SUITE-AddReplicaTest-seed#[C01A3F9323D19E28]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 684219 INFO  (SUITE-AddReplicaTest-seed#[C01A3F9323D19E28]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 684220 INFO  (SUITE-AddReplicaTest-seed#[C01A3F9323D19E28]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.AddReplicaTest_C01A3F9323D19E28-001/tempDir-001
   [junit4]   2> 684220 INFO  (SUITE-AddReplicaTest-seed#[C01A3F9323D19E28]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 684220 INFO  (Thread-2057) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 684220 INFO  (Thread-2057) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 684222 ERROR (Thread-2057) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 684320 INFO  (SUITE-AddReplicaTest-seed#[C01A3F9323D19E28]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:46121
   [junit4]   2> 684323 INFO  (zkConnectionManagerCallback-1273-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 684328 INFO  (jetty-launcher-1270-thread-2) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: ๒๕๖๐-๑๑-๒๑T๑๗:๒๗:๓๗-04:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 684328 INFO  (jetty-launcher-1270-thread-3) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: ๒๕๖๐-๑๑-๒๑T๑๗:๒๗:๓๗-04:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 684328 INFO  (jetty-launcher-1270-thread-1) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: ๒๕๖๐-๑๑-๒๑T๑๗:๒๗:๓๗-04:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 684328 INFO  (jetty-launcher-1270-thread-4) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: ๒๕๖๐-๑๑-๒๑T๑๗:๒๗:๓๗-04:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 684335 INFO  (jetty-launcher-1270-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 684336 INFO  (jetty-launcher-1270-thread-4) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 684336 INFO  (jetty-launcher-1270-thread-3) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 684336 INFO  (jetty-launcher-1270-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 684336 INFO  (jetty-launcher-1270-thread-2) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 684336 INFO  (jetty-launcher-1270-thread-1) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 684336 INFO  (jetty-launcher-1270-thread-3) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 684336 INFO  (jetty-launcher-1270-thread-4) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 684336 INFO  (jetty-launcher-1270-thread-3) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 684336 INFO  (jetty-launcher-1270-thread-4) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 684336 INFO  (jetty-launcher-1270-thread-2) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 684336 INFO  (jetty-launcher-1270-thread-2) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 684336 INFO  (jetty-launcher-1270-thread-3) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@5ed30c{/solr,null,AVAILABLE}
   [junit4]   2> 684336 INFO  (jetty-launcher-1270-thread-4) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@b2b6cc{/solr,null,AVAILABLE}
   [junit4]   2> 684336 INFO  (jetty-launcher-1270-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1ff34c5{/solr,null,AVAILABLE}
   [junit4]   2> 684336 INFO  (jetty-launcher-1270-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@eb5d15{/solr,null,AVAILABLE}
   [junit4]   2> 684338 INFO  (jetty-launcher-1270-thread-3) [    ] o.e.j.s.AbstractConnector Started ServerConnector@104fa32{SSL,[ssl, http/1.1]}{127.0.0.1:44453}
   [junit4]   2> 684338 INFO  (jetty-launcher-1270-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@70ed88{SSL,[ssl, http/1.1]}{127.0.0.1:34553}
   [junit4]   2> 684339 INFO  (jetty-launcher-1270-thread-3) [    ] o.e.j.s.Server Started @685720ms
   [junit4]   2> 684339 INFO  (jetty-launcher-1270-thread-1) [    ] o.e.j.s.Server Started @685720ms
   [junit4]   2> 684339 INFO  (jetty-launcher-1270-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=44453}
   [junit4]   2> 684339 INFO  (jetty-launcher-1270-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=34553}
   [junit4]   2> 684339 ERROR (jetty-launcher-1270-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 684339 ERROR (jetty-launcher-1270-thread-3) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 684339 INFO  (jetty-launcher-1270-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@1bffbce{SSL,[ssl, http/1.1]}{127.0.0.1:45113}
   [junit4]   2> 684339 INFO  (jetty-launcher-1270-thread-3) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.0.0
   [junit4]   2> 684339 INFO  (jetty-launcher-1270-thread-2) [    ] o.e.j.s.Server Started @685721ms
   [junit4]   2> 684339 INFO  (jetty-launcher-1270-thread-3) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 684339 INFO  (jetty-launcher-1270-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=45113}
   [junit4]   2> 684339 INFO  (jetty-launcher-1270-thread-3) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 684339 INFO  (jetty-launcher-1270-thread-3) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-02-14T13:15:52.771Z
   [junit4]   2> 684340 ERROR (jetty-launcher-1270-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 684340 INFO  (jetty-launcher-1270-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.0.0
   [junit4]   2> 684340 INFO  (jetty-launcher-1270-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 684340 INFO  (jetty-launcher-1270-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 684340 INFO  (jetty-launcher-1270-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-02-14T13:15:52.772Z
   [junit4]   2> 684339 INFO  (jetty-launcher-1270-thread-4) [    ] o.e.j.s.AbstractConnector Started ServerConnector@10a7b86{SSL,[ssl, http/1.1]}{127.0.0.1:37299}
   [junit4]   2> 684339 INFO  (jetty-launcher-1270-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.0.0
   [junit4]   2> 684340 INFO  (jetty-launcher-1270-thread-4) [    ] o.e.j.s.Server Started @685722ms
   [junit4]   2> 684340 INFO  (jetty-launcher-1270-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 684340 INFO  (jetty-launcher-1270-thread-4) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=37299}
   [junit4]   2> 684340 INFO  (jetty-launcher-1270-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 684340 INFO  (jetty-launcher-1270-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-02-14T13:15:52.772Z
   [junit4]   2> 684340 ERROR (jetty-launcher-1270-thread-4) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 684341 INFO  (jetty-launcher-1270-thread-4) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.0.0
   [junit4]   2> 684341 INFO  (jetty-launcher-1270-thread-4) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 684341 INFO  (jetty-launcher-1270-thread-4) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 684341 INFO  (jetty-launcher-1270-thread-4) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-02-14T13:15:52.773Z
   [junit4]   2> 684341 INFO  (zkConnectionManagerCallback-1275-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 684342 INFO  (zkConnectionManagerCallback-1279-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 684342 INFO  (jetty-launcher-1270-thread-3) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 684342 INFO  (zkConnectionManagerCallback-1281-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 684342 INFO  (zkConnectionManagerCallback-1277-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 684342 INFO  (jetty-launcher-1270-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 684342 INFO  (jetty-launcher-1270-thread-4) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 684342 INFO  (jetty-launcher-1270-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 684354 INFO  (jetty-launcher-1270-thread-4) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:46121/solr
   [junit4]   2> 684354 INFO  (jetty-launcher-1270-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:46121/solr
   [junit4]   2> 684355 INFO  (jetty-launcher-1270-thread-3) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:46121/solr
   [junit4]   2> 684356 INFO  (zkConnectionManagerCallback-1287-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 684356 INFO  (jetty-launcher-1270-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:46121/solr
   [junit4]   2> 684357 INFO  (zkConnectionManagerCallback-1292-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 684357 INFO  (zkConnectionManagerCallback-1294-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 684358 DEBUG (jetty-launcher-1270-thread-4) [n:127.0.0.1:37299_solr    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$48/22267178@17b1376
   [junit4]   2> 684358 INFO  (zkConnectionManagerCallback-1297-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 684358 DEBUG (jetty-launcher-1270-thread-1) [n:127.0.0.1:34553_solr    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$48/22267178@157012e
   [junit4]   2> 684359 DEBUG (jetty-launcher-1270-thread-3) [n:127.0.0.1:44453_solr    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$48/22267178@1eec9da
   [junit4]   2> 684359 DEBUG (jetty-launcher-1270-thread-2) [n:127.0.0.1:45113_solr    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$48/22267178@416a9a
   [junit4]   2> 684362 INFO  (zkConnectionManagerCallback-1301-thread-1-processing-n:127.0.0.1:34553_solr) [n:127.0.0.1:34553_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 684366 INFO  (zkConnectionManagerCallback-1299-thread-1-processing-n:127.0.0.1:37299_solr) [n:127.0.0.1:37299_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 684370 INFO  (zkConnectionManagerCallback-1303-thread-1-processing-n:127.0.0.1:44453_solr) [n:127.0.0.1:44453_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 684378 INFO  (zkConnectionManagerCallback-1305-thread-1-processing-n:127.0.0.1:45113_solr) [n:127.0.0.1:45113_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 684384 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/clusterprops.json
   [junit4]   2> 684384 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 684384 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/clusterstate.json
   [junit4]   2> 684385 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/collections
   [junit4]   2> 684385 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/aliases.json
   [junit4]   2> 684385 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/security.json
   [junit4]   2> 684388 INFO  (jetty-launcher-1270-thread-2) [n:127.0.0.1:45113_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 684388 DEBUG (jetty-launcher-1270-thread-2) [n:127.0.0.1:45113_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/72147857628594188-127.0.0.1:45113_solr-n_0000000000
   [junit4]   2> 684388 INFO  (jetty-launcher-1270-thread-2) [n:127.0.0.1:45113_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:45113_solr
   [junit4]   2> 684389 INFO  (jetty-launcher-1270-thread-2) [n:127.0.0.1:45113_solr    ] o.a.s.c.Overseer Overseer (id=72147857628594188-127.0.0.1:45113_solr-n_0000000000) starting
   [junit4]   2> 684406 DEBUG (OverseerStateUpdate-72147857628594188-127.0.0.1:45113_solr-n_0000000000) [n:127.0.0.1:45113_solr    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 684415 DEBUG (OverseerCollectionConfigSetProcessor-72147857628594188-127.0.0.1:45113_solr-n_0000000000) [n:127.0.0.1:45113_solr    ] o.a.s.c.OverseerTaskProcessor Process current queue of overseer operations
   [junit4]   2> 684415 DEBUG (OverseerAutoScalingTriggerThread-72147857628594188-127.0.0.1:45113_solr-n_0000000000) [n:127.0.0.1:45113_solr    ] o.a.s.c.a.OverseerTriggerThread Adding .autoAddReplicas trigger
   [junit4]   2> 684415 INFO  (jetty-launcher-1270-thread-2) [n:127.0.0.1:45113_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:45113_solr
   [junit4]   2> 684416 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes
   [junit4]   2> 684416 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/autoscaling.json
   [junit4]   2> 684416 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/overseer/queue-work
   [junit4]   2> 684416 DEBUG (OverseerAutoScalingTriggerThread-72147857628594188-127.0.0.1:45113_solr-n_0000000000) [n:127.0.0.1:45113_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 1
   [junit4]   2> 684417 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/overseer/queue
   [junit4]   2> 684417 DEBUG (OverseerAutoScalingTriggerThread-72147857628594188-127.0.0.1:45113_solr-n_0000000000) [n:127.0.0.1:45113_solr    ] o.a.s.c.a.NodeLostTrigger Initial livenodes: []
   [junit4]   2> 684417 DEBUG (OverseerAutoScalingTriggerThread-72147857628594188-127.0.0.1:45113_solr-n_0000000000) [n:127.0.0.1:45113_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion -1
   [junit4]   2> 684417 DEBUG (OverseerAutoScalingTriggerThread-72147857628594188-127.0.0.1:45113_solr-n_0000000000) [n:127.0.0.1:45113_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 1
   [junit4]   2> 684418 DEBUG (OverseerCollectionConfigSetProcessor-72147857628594188-127.0.0.1:45113_solr-n_0000000000) [n:127.0.0.1:45113_solr    ] o.a.s.c.OverseerTaskProcessor Cleaning up work-queue. #Running tasks: 0
   [junit4]   2> 684418 DEBUG (OverseerCollectionConfigSetProcessor-72147857628594188-127.0.0.1:45113_solr-n_0000000000) [n:127.0.0.1:45113_solr    ] o.a.s.c.OverseerTaskProcessor RunningTasks: []
   [junit4]   2> 684418 DEBUG (OverseerCollectionConfigSetProcessor-72147857628594188-127.0.0.1:45113_solr-n_0000000000) [n:127.0.0.1:45113_solr    ] o.a.s.c.OverseerTaskProcessor BlockedTasks: []
   [junit4]   2> 684418 DEBUG (OverseerCollectionConfigSetProcessor-72147857628594188-127.0.0.1:45113_solr-n_0000000000) [n:127.0.0.1:45113_solr    ] o.a.s.c.OverseerTaskProcessor CompletedTasks: []
   [junit4]   2> 684418 DEBUG (OverseerCollectionConfigSetProcessor-72147857628594188-127.0.0.1:45113_solr-n_0000000000) [n:127.0.0.1:45113_solr    ] o.a.s.c.OverseerTaskProcessor RunningZKTasks: []
   [junit4]   2> 684418 DEBUG (OverseerCollectionConfigSetProcessor-72147857628594188-127.0.0.1:45113_solr-n_0000000000) [n:127.0.0.1:45113_solr    ] o.a.s.c.OverseerTaskQueue Peeking for top 100 elements. ExcludeSet: []
   [junit4]   2> 684418 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/overseer/collection-queue-work
   [junit4]   2> 684430 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 684431 INFO  (zkCallback-1304-thread-1-processing-n:127.0.0.1:45113_solr) [n:127.0.0.1:45113_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 684433 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/clusterprops.json
   [junit4]   2> 684434 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/clusterprops.json
   [junit4]   2> 684434 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 684434 INFO  (jetty-launcher-1270-thread-1) [n:127.0.0.1:34553_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 684434 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 684434 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/clusterstate.json
   [junit4]   2> 684434 INFO  (jetty-launcher-1270-thread-3) [n:127.0.0.1:44453_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 684434 DEBUG (OverseerAutoScalingTriggerThread-72147857628594188-127.0.0.1:45113_solr-n_0000000000) [n:127.0.0.1:45113_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 684434 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/clusterstate.json
   [junit4]   2> 684434 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/collections
   [junit4]   2> 684434 DEBUG (OverseerAutoScalingTriggerThread-72147857628594188-127.0.0.1:45113_solr-n_0000000000) [n:127.0.0.1:45113_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion 1
   [junit4]   2> 684434 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/autoscaling/events/.auto_add_replicas
   [junit4]   2> 684435 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/aliases.json
   [junit4]   2> 684435 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/collections
   [junit4]   2> 684435 DEBUG (ScheduledTrigger-2233-thread-1) [n:127.0.0.1:45113_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1
   [junit4]   2> 684435 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/aliases.json
   [junit4]   2> 684435 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/security.json
   [junit4]   2> 684436 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/security.json
   [junit4]   2> 684436 INFO  (jetty-launcher-1270-thread-1) [n:127.0.0.1:34553_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 684437 DEBUG (jetty-launcher-1270-thread-1) [n:127.0.0.1:34553_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/72147857628594186-127.0.0.1:34553_solr-n_0000000001
   [junit4]   2> 684437 INFO  (jetty-launcher-1270-thread-3) [n:127.0.0.1:44453_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 684437 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/overseer_elect/election/72147857628594188-127.0.0.1:45113_solr-n_0000000000
   [junit4]   2> 684437 DEBUG (jetty-launcher-1270-thread-1) [n:127.0.0.1:34553_solr    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/72147857628594188-127.0.0.1:45113_solr-n_0000000000 to know if I could be the leader
   [junit4]   2> 684437 DEBUG (jetty-launcher-1270-thread-3) [n:127.0.0.1:44453_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/72147857628594187-127.0.0.1:44453_solr-n_0000000002
   [junit4]   2> 684437 DEBUG (jetty-launcher-1270-thread-1) [n:127.0.0.1:34553_solr    ] o.a.s.c.ZkController Publish node=127.0.0.1:34553_solr as DOWN
   [junit4]   2> 684437 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/clusterprops.json
   [junit4]   2> 684438 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 684438 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/overseer_elect/election/72147857628594186-127.0.0.1:34553_solr-n_0000000001
   [junit4]   2> 684438 INFO  (jetty-launcher-1270-thread-4) [n:127.0.0.1:37299_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 684438 DEBUG (jetty-launcher-1270-thread-3) [n:127.0.0.1:44453_solr    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/72147857628594186-127.0.0.1:34553_solr-n_0000000001 to know if I could be the leader
   [junit4]   2> 684438 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/clusterstate.json
   [junit4]   2> 684438 DEBUG (jetty-launcher-1270-thread-3) [n:127.0.0.1:44453_solr    ] o.a.s.c.ZkController Publish node=127.0.0.1:44453_solr as DOWN
   [junit4]   2> 684438 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/collections
   [junit4]   2> 684438 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/overseer/queue
   [junit4]   2> 684438 INFO  (jetty-launcher-1270-thread-1) [n:127.0.0.1:34553_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:34553_solr
   [junit4]   2> 684438 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/aliases.json
   [junit4]   2> 684438 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/overseer/queue
   [junit4]   2> 684439 DEBUG (OverseerStateUpdate-72147857628594188-127.0.0.1:45113_solr-n_0000000000) [n:127.0.0.1:45113_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:34553_solr"} current state version: 0
   [junit4]   2> 684439 DEBUG (OverseerStateUpdate-72147857628594188-127.0.0.1:45113_solr-n_0000000000) [n:127.0.0.1:45113_solr    ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:34553_solr
   [junit4]   2> 684439 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes
   [junit4]   2> 684439 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes
   [junit4]   2> 684439 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes
   [junit4]   2> 684439 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes
   [junit4]   2> 684439 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/security.json
   [junit4]   2> 684439 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 684439 INFO  (zkCallback-1304-thread-1-processing-n:127.0.0.1:45113_solr) [n:127.0.0.1:45113_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 684443 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/overseer/queue
   [junit4]   2> 684443 INFO  (jetty-launcher-1270-thread-3) [n:127.0.0.1:44453_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:44453_solr
   [junit4]   2> 684443 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/overseer/queue
   [junit4]   2> 684443 DEBUG (OverseerStateUpdate-72147857628594188-127.0.0.1:45113_solr-n_0000000000) [n:127.0.0.1:45113_solr    ] o.a.s.c.Overseer processMessage: queueSize: 2, message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:44453_solr"} current state version: 0
   [junit4]   2> 684444 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes
   [junit4]   2> 684444 DEBUG (OverseerStateUpdate-72147857628594188-127.0.0.1:45113_solr-n_0000000000) [n:127.0.0.1:45113_solr    ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:44453_solr
   [junit4]   2> 684444 INFO  (jetty-launcher-1270-thread-4) [n:127.0.0.1:37299_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 684444 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 684444 INFO  (zkCallback-1304-thread-1-processing-n:127.0.0.1:45113_solr) [n:127.0.0.1:45113_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 684444 DEBUG (jetty-launcher-1270-thread-4) [n:127.0.0.1:37299_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/72147857628594185-127.0.0.1:37299_solr-n_0000000003
   [junit4]   2> 684444 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/overseer_elect/election/72147857628594187-127.0.0.1:44453_solr-n_0000000002
   [junit4]   2> 684444 DEBUG (jetty-launcher-1270-thread-4) [n:127.0.0.1:37299_solr    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/72147857628594187-127.0.0.1:44453_solr-n_0000000002 to know if I could be the leader
   [junit4]   2> 684445 DEBUG (jetty-launcher-1270-thread-4) [n:127.0.0.1:37299_solr    ] o.a.s.c.ZkController Publish node=127.0.0.1:37299_solr as DOWN
   [junit4]   2> 684446 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/overseer/queue
   [junit4]   2> 684446 INFO  (jetty-launcher-1270-thread-4) [n:127.0.0.1:37299_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:37299_solr
   [junit4]   2> 684446 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/overseer/queue
   [junit4]   2> 684446 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes
   [junit4]   2> 684451 DEBUG (OverseerStateUpdate-72147857628594188-127.0.0.1:45113_solr-n_0000000000) [n:127.0.0.1:45113_solr    ] o.a.s.c.Overseer processMessage: queueSize: 3, message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:37299_solr"} current state version: 0
   [junit4]   2> 684451 DEBUG (OverseerStateUpdate-72147857628594188-127.0.0.1:45113_solr-n_0000000000) [n:127.0.0.1:45113_solr    ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:37299_solr
   [junit4]   2> 684451 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 684451 INFO  (zkCallback-1304-thread-1-processing-n:127.0.0.1:45113_solr) [n:127.0.0.1:45113_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 684454 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 684455 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 684459 INFO  (zkCallback-1302-thread-1-processing-n:127.0.0.1:44453_solr) [n:127.0.0.1:44453_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (4)
   [junit4]   2> 684459 INFO  (zkCallback-1298-thread-1-processing-n:127.0.0.1:37299_solr) [n:127.0.0.1:37299_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (4)
   [junit4]   2> 684459 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 684460 INFO  (zkCallback-1300-thread-1-processing-n:127.0.0.1:34553_solr) [n:127.0.0.1:34553_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (4)
   [junit4]   2> 684558 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/overseer/queue
   [junit4]   2> 684566 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/overseer/queue
   [junit4]   2> 684578 INFO  (jetty-launcher-1270-thread-3) [n:127.0.0.1:44453_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44453.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@37b626
   [junit4]   2> 684592 INFO  (jetty-launcher-1270-thread-3) [n:127.0.0.1:44453_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44453.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@37b626
   [junit4]   2> 684593 INFO  (jetty-launcher-1270-thread-3) [n:127.0.0.1:44453_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44453.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@37b626
   [junit4]   2> 684594 INFO  (jetty-launcher-1270-thread-3) [n:127.0.0.1:44453_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.AddReplicaTest_C01A3F9323D19E28-001/tempDir-001/node3/.
   [junit4]   2> 684647 INFO  (jetty-launcher-1270-thread-1) [n:127.0.0.1:34553_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34553.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@37b626
   [junit4]   2> 684659 INFO  (jetty-launcher-1270-thread-1) [n:127.0.0.1:34553_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34553.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@37b626
   [junit4]   2> 684659 INFO  (jetty-launcher-1270-thread-1) [n:127.0.0.1:34553_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34553.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@37b626
   [junit4]   2> 684675 INFO  (jetty-launcher-1270-thread-1) [n:127.0.0.1:34553_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.AddReplicaTest_C01A3F9323D19E28-001/tempDir-001/node1/.
   [junit4]   2> 684713 INFO  (jetty-launcher-1270-thread-2) [n:127.0.0.1:45113_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45113.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@37b626
   [junit4]   2> 684722 INFO  (jetty-launcher-1270-thread-2) [n:127.0.0.1:45113_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45113.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@37b626
   [junit4]   2> 684723 INFO  (jetty-launcher-1270-thread-2) [n:127.0.0.1:45113_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45113.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@37b626
   [junit4]   2> 684724 INFO  (jetty-launcher-1270-thread-2) [n:127.0.0.1:45113_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.AddReplicaTest_C01A3F9323D19E28-001/tempDir-001/node2/.
   [junit4]   2> 684846 INFO  (jetty-launcher-1270-thread-4) [n:127.0.0.1:37299_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_37299.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@37b626
   [junit4]   2> 684856 INFO  (jetty-launcher-1270-thread-4) [n:127.0.0.1:37299_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_37299.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@37b626
   [junit4]   2> 684856 INFO  (jetty-launcher-1270-thread-4) [n:127.0.0.1:37299_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_37299.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@37b626
   [junit4]   2> 684857 INFO  (jetty-launcher-1270-thread-4) [n:127.0.0.1:37299_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.AddReplicaTest_C01A3F9323D19E28-001/tempDir-001/node4/.
   [junit4]   2> 684905 INFO  (zkConnectionManagerCallback-1315-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 684909 INFO  (zkConnectionManagerCallback-1319-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 684909 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/clusterprops.json
   [junit4]   2> 684910 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 684910 INFO  (SUITE-AddReplicaTest-seed#[C01A3F9323D19E28]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 684910 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/clusterstate.json
   [junit4]   2> 684910 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/collections
   [junit4]   2> 684910 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/aliases.json
   [junit4]   2> 684911 INFO  (SUITE-AddReplicaTest-seed#[C01A3F9323D19E28]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:46121/solr ready
   [junit4]   2> 684948 INFO  (TEST-AddReplicaTest.test-seed#[C01A3F9323D19E28]) [    ] o.a.s.SolrTestCaseJ4 ###Starting test
   [junit4]   2> 684949 INFO  (zkConnectionManagerCallback-1321-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 685020 INFO  (qtp4853320-7419) [n:127.0.0.1:34553_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=1&collection.configName=conf1&maxShardsPerNode=2&name=addreplicatest_coll&nrtReplicas=1&action=CREATE&numShards=2&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 685020 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/overseer/collection-queue-work
   [junit4]   2> 685021 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/overseer/collection-queue-work/qnr-0000000000
   [junit4]   2> 685021 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/overseer/collection-queue-work
   [junit4]   2> 685021 DEBUG (OverseerCollectionConfigSetProcessor-72147857628594188-127.0.0.1:45113_solr-n_0000000000) [n:127.0.0.1:45113_solr    ] o.a.s.c.ZkDistributedQueue Found child node with improper name: qnr-0000000000
   [junit4]   2> 685021 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/overseer/collection-queue-work
   [junit4]   2> 685021 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/overseer/collection-queue-work
   [junit4]   2> 685021 DEBUG (OverseerCollectionConfigSetProcessor-72147857628594188-127.0.0.1:45113_solr-n_0000000000) [n:127.0.0.1:45113_solr    ] o.a.s.c.ZkDistributedQueue Found child node with improper name: qnr-0000000000
   [junit4]   2> 685021 DEBUG (OverseerCollectionConfigSetProcessor-72147857628594188-127.0.0.1:45113_solr-n_0000000000) [n:127.0.0.1:45113_solr    ] o.a.s.c.OverseerTaskQueue Returning topN elements: [/overseer/collection-queue-work/qn-0000000000, ]
   [junit4]   2> 685021 DEBUG (OverseerCollectionConfigSetProcessor-72147857628594188-127.0.0.1:45113_solr-n_0000000000) [n:127.0.0.1:45113_solr    ] o.a.s.c.OverseerTaskProcessor Got 1 tasks from work-queue : [[org.apache.solr.cloud.OverseerTaskQueue$QueueEvent@2e684ecf]]
   [junit4]   2> 685021 DEBUG (OverseerCollectionConfigSetProcessor-72147857628594188-127.0.0.1:45113_solr-n_0000000000) [n:127.0.0.1:45113_solr    ] o.a.s.c.OverseerTaskProcessor Marked task [/overseer/collection-queue-work/qn-0000000000] as running
   [junit4]   2> 685021 DEBUG (OverseerCollectionConfigSetProcessor-72147857628594188-127.0.0.1:45113_solr-n_0000000000) [n:127.0.0.1:45113_solr    ] o.a.s.c.OverseerTaskProcessor Overseer Collection Message Handler: Get the message id:/overseer/collection-queue-work/qn-0000000000 message:{
   [junit4]   2>   "name":"addreplicatest_coll",
   [junit4]   2>   "fromApi":"true",
   [junit4]   2>   "replicationFactor":"1",
   [junit4]   2>   "collection.configName":"conf1",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "maxShardsPerNode":"2",
   [junit4]   2>   "nrtReplicas":"1",
   [junit4]   2>   "stateFormat":"2",
   [junit4]   2>   "operation":"create"}
   [junit4]   2> 685022 DEBUG (OverseerThreadFactory-2235-thread-1-processing-n:127.0.0.1:45113_solr) [n:127.0.0.1:45113_solr    ] o.a.s.c.OverseerTaskProcessor Runner processing /overseer/collection-queue-work/qn-0000000000
   [junit4]   2> 685022 DEBUG (OverseerThreadFactory-2235-thread-1-processing-n:127.0.0.1:45113_solr) [n:127.0.0.1:45113_solr    ] o.a.s.c.a.c.OverseerCollectionMessageHandler OverseerCollectionMessageHandler.processMessage : create , {
   [junit4]   2>   "name":"addreplicatest_coll",
   [junit4]   2>   "fromApi":"true",
   [junit4]   2>   "replicationFactor":"1",
   [junit4]   2>   "collection.configName":"conf1",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "maxShardsPerNode":"2",
   [junit4]   2>   "nrtReplicas":"1",
   [junit4]   2>   "stateFormat":"2",
   [junit4]   2>   "operation":"create"}
   [junit4]   2> 685022 INFO  (OverseerThreadFactory-2235-thread-1-processing-n:127.0.0.1:45113_solr) [n:127.0.0.1:45113_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection addreplicatest_coll
   [junit4]   2> 685022 DEBUG (OverseerCollectionConfigSetProcessor-72147857628594188-127.0.0.1:45113_solr-n_0000000000) [n:127.0.0.1:45113_solr    ] o.a.s.c.OverseerTaskProcessor Cleaning up work-queue. #Running tasks: 1
   [junit4]   2> 685022 DEBUG (OverseerCollectionConfigSetProcessor-72147857628594188-127.0.0.1:45113_solr-n_0000000000) [n:127.0.0.1:45113_solr    ] o.a.s.c.OverseerTaskProcessor RunningTasks: [/overseer/collection-queue-work/qn-0000000000]
   [junit4]   2> 685022 DEBUG (OverseerCollectionConfigSetProcessor-72147857628594188-127.0.0.1:45113_solr-n_0000000000) [n:127.0.0.1:45113_solr    ] o.a.s.c.OverseerTaskProcessor BlockedTasks: []
   [junit4]   2> 685022 DEBUG (OverseerCollectionConfigSetProcessor-72147857628594188-127.0.0.1:45113_solr-n_0000000000) [n:127.0.0.1:45113_solr    ] o.a.s.c.OverseerTaskProcessor CompletedTasks: []
   [junit4]   2> 685022 DEBUG (OverseerCollectionConfigSetProcessor-72147857628594188-127.0.0.1:45113_solr-n_0000000000) [n:127.0.0.1:45113_solr    ] o.a.s.c.OverseerTaskProcessor RunningZKTasks: [/overseer/collection-queue-work/qn-0000000000]
   [junit4]   2> 685022 DEBUG (OverseerCollectionConfigSetProcessor-72147857628594188-127.0.0.1:45113_solr-n_0000000000) [n:127.0.0.1:45113_solr    ] o.a.s.c.OverseerTaskQueue Peeking for top 99 elements. ExcludeSet: [/overseer/collection-queue-work/qn-0000000000],[]
   [junit4]   2> 685022 DEBUG (OverseerThreadFactory-2235-thread-1-processing-n:127.0.0.1:45113_solr) [n:127.0.0.1:45113_solr    ] o.a.s.c.a.c.Assign Identify nodes using default
   [junit4]   2> 685022 DEBUG (OverseerThreadFactory-2235-thread-1-processing-n:127.0.0.1:45113_solr) [n:127.0.0.1:45113_solr    ] o.a.s.c.a.c.OverseerCollectionMessageHandler creating collections conf node /collections/addreplicatest_coll 
   [junit4]   2> 685023 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/collections
   [junit4]   2> 685023 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/collections
   [junit4]   2> 685023 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/collections
   [junit4]   2> 685023 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/collections
   [junit4]   2> 685023 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/collections
   [junit4]   2> 685023 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/collections
   [junit4]   2> 685023 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/collections
   [junit4]   2> 685023 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/collections
   [junit4]   2> 685023 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/collections
   [junit4]   2> 685023 DEBUG (OverseerThreadFactory-2235-thread-1-processing-n:127.0.0.1:45113_solr) [n:127.0.0.1:45113_solr    ] o.a.s.c.a.c.CreateCollectionCmd Check for collection zkNode:addreplicatest_coll
   [junit4]   2> 685023 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/collections
   [junit4]   2> 685024 DEBUG (OverseerThreadFactory-2235-thread-1-processing-n:127.0.0.1:45113_solr) [n:127.0.0.1:45113_solr    ] o.a.s.c.a.c.CreateCollectionCmd Collection zkNode exists
   [junit4]   2> 685025 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/overseer/queue
   [junit4]   2> 685025 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/overseer/queue
   [junit4]   2> 685025 DEBUG (OverseerStateUpdate-72147857628594188-127.0.0.1:45113_solr-n_0000000000) [n:127.0.0.1:45113_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "name":"addreplicatest_coll",
   [junit4]   2>   "fromApi":"true",
   [junit4]   2>   "replicationFactor":"1",
   [junit4]   2>   "collection.configName":"conf1",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "maxShardsPerNode":"2",
   [junit4]   2>   "nrtReplicas":"1",
   [junit4]   2>   "stateFormat":"2",
   [junit4]   2>   "operation":"create"} current state version: 0
   [junit4]   2> 685025 DEBUG (OverseerStateUpdate-72147857628594188-127.0.0.1:45113_solr-n_0000000000) [n:127.0.0.1:45113_solr    ] o.a.s.c.o.ClusterStateMutator building a new cName: addreplicatest_coll
   [junit4]   2> 685026 DEBUG (OverseerStateUpdate-72147857628594188-127.0.0.1:45113_solr-n_0000000000) [n:127.0.0.1:45113_solr    ] o.a.s.c.o.ZkStateWriter going to create_collection /collections/addreplicatest_coll/state.json
   [junit4]   2> 685026 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/overseer/queue
   [junit4]   2> 685026 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/overseer/queue
   [junit4]   2> 685126 DEBUG (OverseerThreadFactory-2235-thread-1-processing-n:127.0.0.1:45113_solr) [n:127.0.0.1:45113_solr    ] o.a.s.c.a.c.CreateCollectionCmd Creating SolrCores for new collection addreplicatest_coll, shardNames [shard1, shard2] , message : {
   [junit4]   2>   "name":"addreplicatest_coll",
   [junit4]   2>   "fromApi":"true",
   [junit4]   2>   "replicationFactor":"1",
   [junit4]   2>   "collection.configName":"conf1",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "maxShardsPerNode":"2",
   [junit4]   2>   "nrtReplicas":"1",
   [junit4]   2>   "stateFormat":"2",
   [junit4]   2>   "operation":"create"}
   [junit4]   2> 685127 DEBUG (OverseerThreadFactory-2235-thread-1-processing-n:127.0.0.1:45113_solr) [n:127.0.0.1:45113_solr    ] o.a.s.c.a.c.CreateCollectionCmd Creating core addreplicatest_coll_shard1_replica_n1 as part of shard shard1 of collection addreplicatest_coll on 127.0.0.1:45113_solr
   [junit4]   2> 685127 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/overseer/queue
   [junit4]   2> 685128 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/overseer/queue
   [junit4]   2> 685128 DEBUG (OverseerStateUpdate-72147857628594188-127.0.0.1:45113_solr-n_0000000000) [n:127.0.0.1:45113_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"addreplicatest_coll",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"addreplicatest_coll_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:45113/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} current state version: 0
   [junit4]   2> 685128 INFO  (OverseerStateUpdate-72147857628594188-127.0.0.1:45113_solr-n_0000000000) [n:127.0.0.1:45113_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"addreplicatest_coll",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"addreplicatest_coll_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:45113/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 685128 DEBUG (OverseerThreadFactory-2235-thread-1-processing-n:127.0.0.1:45113_solr) [n:127.0.0.1:45113_solr    ] o.a.s.c.a.c.CreateCollectionCmd Creating core addreplicatest_coll_shard2_replica_n2 as part of shard shard2 of collection addreplicatest_coll on 127.0.0.1:34553_solr
   [junit4]   2> 685129 DEBUG (OverseerStateUpdate-72147857628594188-127.0.0.1:45113_solr-n_0000000000) [n:127.0.0.1:45113_solr    ] o.a.s.c.o.SliceMutator Old Slice: shard1:{
   [junit4]   2>   "range":"80000000-ffffffff",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "replicas":{}}
   [junit4]   2> 685129 DEBUG (OverseerStateUpdate-72147857628594188-127.0.0.1:45113_solr-n_0000000000) [n:127.0.0.1:45113_solr    ] o.a.s.c.o.SliceMutator New Slice: shard1:{
   [junit4]   2>   "range":"80000000-ffffffff",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "replicas":{"core_node3":{
   [junit4]   2>       "core":"addreplicatest_coll_shard1_replica_n1",
   [junit4]   2>       "base_url":"https://127.0.0.1:45113/solr",
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":null,
   [junit4]   2>       "type":"NRT"}}}
   [junit4]   2> 685129 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/overseer/queue
   [junit4]   2> 685129 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/overseer/queue
   [junit4]   2> 685129 DEBUG (OverseerThreadFactory-2235-thread-1-processing-n:127.0.0.1:45113_solr) [n:127.0.0.1:45113_solr    ] o.a.s.c.a.c.OverseerCollectionMessageHandler Expecting [addreplicatest_coll_shard1_replica_n1, addreplicatest_coll_shard2_replica_n2] cores but found {}
   [junit4]   2> 685129 DEBUG (OverseerStateUpdate-72147857628594188-127.0.0.1:45113_solr-n_0000000000) [n:127.0.0.1:45113_solr    ] o.a.s.c.Overseer processMessage: queueSize: 2, message = {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"addreplicatest_coll",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"addreplicatest_coll_shard2_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:34553/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} current state version: 0
   [junit4]   2> 685129 INFO  (OverseerStateUpdate-72147857628594188-127.0.0.1:45113_solr-n_0000000000) [n:127.0.0.1:45113_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"addreplicatest_coll",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"addreplicatest_coll_shard2_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:34553/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 685130 DEBUG (OverseerStateUpdate-72147857628594188-127.0.0.1:45113_solr-n_0000000000) [n:127.0.0.1:45113_solr    ] o.a.s.c.o.SliceMutator Old Slice: shard2:{
   [junit4]   2>   "range":"0-7fffffff",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "replicas":{}}
   [junit4]   2> 685130 DEBUG (OverseerStateUpdate-72147857628594188-127.0.0.1:45113_solr-n_0000000000) [n:127.0.0.1:45113_solr    ] o.a.s.c.o.SliceMutator New Slice: shard2:{
   [junit4]   2>   "range":"0-7fffffff",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "replicas":{"core_node4":{
   [junit4]   2>       "core":"addreplicatest_coll_shard2_replica_n2",
   [junit4]   2>       "base_url":"https://127.0.0.1:34553/solr",
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":null,
   [junit4]   2>       "type":"NRT"}}}
   [junit4]   2> 685230 DEBUG (OverseerThreadFactory-2235-thread-1-processing-n:127.0.0.1:45113_solr) [n:127.0.0.1:45113_solr    ] o.a.s.c.a.c.OverseerCollectionMessageHandler Expecting [addreplicatest_coll_shard1_replica_n1, addreplicatest_coll_shard2_replica_n2] cores but found {}
   [junit4]   2> 685230 DEBUG (OverseerStateUpdate-72147857628594188-127.0.0.1:45113_solr-n_0000000000) [n:127.0.0.1:45113_solr    ] o.a.s.c.o.ZkStateWriter going to update_collection /collections/addreplicatest_coll/state.json version: 0
   [junit4]   2> 685231 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/overseer/queue
   [junit4]   2> 685232 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/overseer/queue
   [junit4]   2> 685336 INFO  (qtp4853320-7422) [n:127.0.0.1:34553_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf1&newCollection=true&name=addreplicatest_coll_shard2_replica_n2&action=CREATE&numShards=2&collection=addreplicatest_coll&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 685337 INFO  (qtp4853320-7422) [n:127.0.0.1:34553_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 685338 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/collections/addreplicatest_coll/state.json
   [junit4]   2> 685342 DEBUG (qtp4853320-7422) [n:127.0.0.1:34553_solr c:addreplicatest_coll s:shard2 r:core_node4 x:addreplicatest_coll_shard2_replica_n2] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 685343 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/overseer/queue
   [junit4]   2> 685343 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/overseer/queue
   [junit4]   2> 685343 DEBUG (qtp4853320-7422) [n:127.0.0.1:34553_solr c:addreplicatest_coll s:shard2 r:core_node4 x:addreplicatest_coll_shard2_replica_n2] o.a.s.c.ZkController Registering watch for collection addreplicatest_coll
   [junit4]   2> 685343 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/collections/addreplicatest_coll/state.json
   [junit4]   2> 685343 DEBUG (OverseerStateUpdate-72147857628594188-127.0.0.1:45113_solr-n_0000000000) [n:127.0.0.1:45113_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "core":"addreplicatest_coll_shard2_replica_n2",
   [junit4]   2>   "core_node_name":"core_node4",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:34553/solr",
   [junit4]   2>   "node_name":"127.0.0.1:34553_solr",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "collection":"addreplicatest_coll",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 685343 DEBUG (OverseerStateUpdate-72147857628594188-127.0.0.1:45113_solr-n_0000000000) [n:127.0.0.1:45113_solr    ] o.a.s.c.o.ReplicaMutator Update state numShards=2 message={
   [junit4]   2>   "core":"addreplicatest_coll_shard2_replica_n2",
   [junit4]   2>   "core_node_name":"core_node4",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:34553/solr",
   [junit4]   2>   "node_name":"127.0.0.1:34553_solr",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "collection":"addreplicatest_coll",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 685344 DEBUG (qtp4853320-7422) [n:127.0.0.1:34553_solr c:addreplicatest_coll s:shard2 r:core_node4 x:addreplicatest_coll_shard2_replica_n2] o.a.s.c.ZkController waiting to find shard id in clusterstate for addreplicatest_coll_shard2_replica_n2
   [junit4]   2> 685344 DEBUG (OverseerStateUpdate-72147857628594188-127.0.0.1:45113_solr-n_0000000000) [n:127.0.0.1:45113_solr    ] o.a.s.c.o.ReplicaMutator Will update state for replica: core_node4:{"core":"addreplicatest_coll_shard2_replica_n2","base_url":"https://127.0.0.1:34553/solr","node_name":"127.0.0.1:34553_solr","state":"down","type":"NRT"}
   [junit4]   2> 685344 DEBUG (OverseerStateUpdate-72147857628594188-127.0.0.1:45113_solr-n_0000000000) [n:127.0.0.1:45113_solr    ] o.a.s.c.o.ReplicaMutator Collection is now: DocCollection(addreplicatest_coll//collections/addreplicatest_coll/state.json/1)={
   [junit4]   2>   "pullReplicas":"0",
   [junit4]   2>   "replicationFactor":"1",
   [junit4]   2>   "router":{"name":"compositeId"},
   [junit4]   2>   "maxShardsPerNode":"2",
   [junit4]   2>   "autoAddReplicas":"false",
   [junit4]   2>   "nrtReplicas":"1",
   [junit4]   2>   "tlogReplicas":"0",
   [junit4]   2>   "shards":{
   [junit4]   2>     "shard1":{
   [junit4]   2>       "range":"80000000-ffffffff",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "replicas":{"core_node3":{
   [junit4]   2>           "core":"addreplicatest_coll_shard1_replica_n1",
   [junit4]   2>           "base_url":"https://127.0.0.1:45113/solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "node_name":null,
   [junit4]   2>           "type":"NRT"}}},
   [junit4]   2>     "shard2":{
   [junit4]   2>       "range":"0-7fffffff",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "replicas":{"core_node4":{
   [junit4]   2>           "core":"addreplicatest_coll_shard2_replica_n2",
   [junit4]   2>           "base_url":"https://127.0.0.1:34553/solr",
   [junit4]   2>           "node_name":"127.0.0.1:34553_solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "type":"NRT"}}}}}
   [junit4]   2> 685398 INFO  (qtp9397068-7416) [n:127.0.0.1:45113_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf1&newCollection=true&name=addreplicatest_coll_shard1_replica_n1&action=CREATE&numShards=2&collection=addreplicatest_coll&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 685399 INFO  (qtp9397068-7416) [n:127.0.0.1:45113_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 685400 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/collections/addreplicatest_coll/state.json
   [junit4]   2> 685400 DEBUG (qtp9397068-7416) [n:127.0.0.1:45113_solr c:addreplicatest_coll s:shard1 r:core_node3 x:addreplicatest_coll_shard1_replica_n1] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 685400 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/overseer/queue
   [junit4]   2> 685401 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/overseer/queue
   [junit4]   2> 685401 DEBUG (qtp9397068-7416) [n:127.0.0.1:45113_solr c:addreplicatest_coll s:shard1 r:core_node3 x:addreplicatest_coll_shard1_replica_n1] o.a.s.c.ZkController Registering watch for collection addreplicatest_coll
   [junit4]   2> 685401 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/collections/addreplicatest_coll/state.json
   [junit4]   2> 685401 DEBUG (OverseerStateUpdate-72147857628594188-127.0.0.1:45113_solr-n_0000000000) [n:127.0.0.1:45113_solr    ] o.a.s.c.Overseer processMessage: queueSize: 2, message = {
   [junit4]   2>   "core":"addreplicatest_coll_shard1_replica_n1",
   [junit4]   2>   "core_node_name":"core_node3",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:45113/solr",
   [junit4]   2>   "node_name":"127.0.0.1:45113_solr",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"addreplicatest_coll",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 685401 DEBUG (OverseerStateUpdate-72147857628594188-127.0.0.1:45113_solr-n_0000000000) [n:127.0.0.1:45113_solr    ] o.a.s.c.o.ReplicaMutator Update state numShards=2 message={
   [junit4]   2>   "core":"addreplicatest_coll_shard1_replica_n1",
   [junit4]   2>   "core_node_name":"core_node3",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:45113/solr",
   [junit4]   2>   "node_name":"127.0.0.1:45113_solr",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"addreplicatest_coll",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 685401 DEBUG (qtp9397068-7416) [n:127.0.0.1:45113_solr c:addreplicatest_coll s:shard1 r:core_node3 x:addreplicatest_coll_shard1_replica_n1] o.a.s.c.ZkController waiting to find shard id in clusterstate for addreplicatest_coll_shard1_replica_n1
   [junit4]   2> 685402 DEBUG (OverseerStateUpdate-72147857628594188-127.0.0.1:45113_solr-n_0000000000) [n:127.0.0.1:45113_solr    ] o.a.s.c.o.ReplicaMutator Will update state for replica: core_node3:{"core":"addreplicatest_coll_shard1_replica_n1","base_url":"https://127.0.0.1:45113/solr","node_name":"127.0.0.1:45113_solr","state":"down","type":"NRT"}
   [junit4]   2> 685402 DEBUG (OverseerStateUpdate-72147857628594188-127.0.0.1:45113_solr-n_0000000000) [n:127.0.0.1:45113_solr    ] o.a.s.c.o.ReplicaMutator Collection is now: DocCollection(addreplicatest_coll//collections/addreplicatest_coll/state.json/1)={
   [junit4]   2>   "pullReplicas":"0",
   [junit4]   2>   "replicationFactor":"1",
   [junit4]   2>   "router":{"name":"compositeId"},
   [junit4]   2>   "maxShardsPerNode":"2",
   [junit4]   2>   "autoAddReplicas":"false",
   [junit4]   2>   "nrtReplicas":"1",
   [junit4]   2>   "tlogReplicas":"0",
   [junit4]   2>   "shards":{
   [junit4]   2>     "shard1":{
   [junit4]   2>       "range":"80000000-ffffffff",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "replicas":{"core_node3":{
   [junit4]   2>           "core":"addreplicatest_coll_shard1_replica_n1",
   [junit4]   2>           "base_url":"https://127.0.0.1:45113/solr",
   [junit4]   2>           "node_name":"127.0.0.1:45113_solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "type":"NRT"}}},
   [junit4]   2>     "shard2":{
   [junit4]   2>       "range":"0-7fffffff",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "replicas":{"core_node4":{
   [junit4]   2>           "core":"addreplicatest_coll_shard2_replica_n2",
   [junit4]   2>           "base_url":"https://127.0.0.1:34553/solr",
   [junit4]   2>           "node_name":"127.0.0.1:34553_solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "type":"NRT"}}}}}
   [junit4]   2> 685436 DEBUG (ScheduledTrigger-2233-thread-1) [n:127.0.0.1:45113_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 4
   [junit4]   2> 685502 DEBUG (OverseerStateUpdate-72147857628594188-127.0.0.1:45113_solr-n_0000000000) [n:127.0.0.1:45113_solr    ] o.a.s.c.o.ZkStateWriter going to update_collection /collections/addreplicatest_coll/state.json version: 1
   [junit4]   2> 685503 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: data: /solr/collections/addreplicatest_coll/state.json
   [junit4]   2> 685503 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: data: /solr/collections/addreplicatest_coll/state.json
   [junit4]   2> 685503 INFO  (zkCallback-1304-thread-1-processing-n:127.0.0.1:45113_solr) [n:127.0.0.1:45113_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/addreplicatest_coll/state.json] for collection [addreplicatest_coll] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 685503 INFO  (zkCallback-1300-thread-1-processing-n:127.0.0.1:34553_solr) [n:127.0.0.1:34553_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/addreplicatest_coll/state.json] for collection [addreplicatest_coll] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 685503 INFO  (zkCallback-1304-thread-2-processing-n:127.0.0.1:45113_solr) [n:127.0.0.1:45113_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/addreplicatest_coll/state.json] for collection [addreplicatest_coll] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 685503 INFO  (zkCallback-1300-thread-2-processing-n:127.0.0.1:34553_solr) [n:127.0.0.1:34553_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/addreplicatest_coll/state.json] for collection [addreplicatest_coll] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 685503 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/overseer/queue
   [junit4]   2> 685503 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/collections/addreplicatest_coll/state.json
   [junit4]   2> 685503 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/collections/addreplicatest_coll/state.json
   [junit4]   2> 685503 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/collections/addreplicatest_coll/state.json
   [junit4]   2> 685503 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/collections/addreplicatest_coll/state.json
   [junit4]   2> 685504 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/overseer/queue
   [junit4]   2> 686355 INFO  (qtp4853320-7422) [n:127.0.0.1:34553_solr c:addreplicatest_coll s:shard2 r:core_node4 x:addreplicatest_coll_shard2_replica_n2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 686365 INFO  (qtp4853320-7422) [n:127.0.0.1:34553_solr c:addreplicatest_coll s:shard2 r:core_node4 x:addreplicatest_coll_shard2_replica_n2] o.a.s.s.IndexSchema [addreplicatest_coll_shard2_replica_n2] Schema name=minimal
   [junit4]   2> 686368 INFO  (qtp4853320-7422) [n:127.0.0.1:34553_solr c:addreplicatest_coll s:shard2 r:core_node4 x:addreplicatest_coll_shard2_replica_n2] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 686368 INFO  (qtp4853320-7422) [n:127.0.0.1:34553_solr c:addreplicatest_coll s:shard2 r:core_node4 x:addreplicatest_coll_shard2_replica_n2] o.a.s.c.CoreContainer Creating SolrCore 'addreplicatest_coll_shard2_replica_n2' using configuration from collection addreplicatest_coll, trusted=true
   [junit4]   2> 686369 INFO  (qtp4853320-7422) [n:127.0.0.1:34553_solr c:addreplicatest_coll s:shard2 r:core_node4 x:addreplicatest_coll_shard2_replica_n2] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34553.solr.core.addreplicatest_coll.shard2.replica_n2' (registry 'solr.core.addreplicatest_coll.shard2.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@37b626
   [junit4]   2> 686369 INFO  (qtp4853320-7422) [n:127.0.0.1:34553_solr c:addreplicatest_coll s:shard2 r:core_node4 x:addreplicatest_coll_shard2_replica_n2] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 686370 INFO  (qtp4853320-7422) [n:127.0.0.1:34553_solr c:addreplicatest_coll s:shard2 r:core_node4 x:addreplicatest_coll_shard2_replica_n2] o.a.s.c.SolrCore [[addreplicatest_coll_shard2_replica_n2] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.AddReplicaTest_C01A3F9323D19E28-001/tempDir-001/node1/addreplicatest_coll_shard2_replica_n2], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.AddReplicaTest_C01A3F9323D19E28-001/tempDir-001/node1/./addreplicatest_coll_shard2_replica_n2/data/]
   [junit4]   2> 686409 INFO  (qtp9397068-7416) [n:127.0.0.1:45113_solr c:addreplicatest_coll s:shard1 r:core_node3 x:addreplicatest_coll_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 686418 INFO  (qtp9397068-7416) [n:127.0.0.1:45113_solr c:addreplicatest_coll s:shard1 r:core_node3 x:addreplicatest_coll_shard1_replica_n1] o.a.s.s.IndexSchema [addreplicatest_coll_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 686420 INFO  (qtp9397068-7416) [n:127.0.0.1:45113_solr c:addreplicatest_coll s:shard1 r:core_node3 x:addreplicatest_coll_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 686420 INFO  (qtp9397068-7416) [n:127.0.0.1:45113_solr c:addreplicatest_coll s:shard1 r:core_node3 x:addreplicatest_coll_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'addreplicatest_coll_shard1_replica_n1' using configuration from collection addreplicatest_

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

 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
   [junit4]   2> 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 3238930 INFO  (jetty-closer-5222-thread-13) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@1ae9d2c{/solr,null,UNAVAILABLE}
   [junit4]   2> 3238930 INFO  (jetty-closer-5222-thread-13) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 3238953 INFO  (jetty-closer-5222-thread-12) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@1e392a5{/solr,null,UNAVAILABLE}
   [junit4]   2> 3238953 INFO  (jetty-closer-5222-thread-12) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 3238953 ERROR (SUITE-TriggerIntegrationTest-seed#[C01A3F9323D19E28]-worker) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 3238954 INFO  (SUITE-TriggerIntegrationTest-seed#[C01A3F9323D19E28]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:34627 34627
   [junit4]   2> 3244222 INFO  (Thread-5578) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:34627 34627
   [junit4]   2> 3244223 WARN  (Thread-5578) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	35	/solr/collections/collection1/terms/shard1
   [junit4]   2> 	22	/solr/aliases.json
   [junit4]   2> 	21	/solr/security.json
   [junit4]   2> 	7	/solr/configs/conf
   [junit4]   2> 	2	/solr/collections/testMetricTrigger/terms/shard1
   [junit4]   2> 	2	/solr/collections/testMetricTrigger/terms/shard2
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	102	/solr/collections/collection1/state.json
   [junit4]   2> 	22	/solr/clusterprops.json
   [junit4]   2> 	22	/solr/clusterstate.json
   [junit4]   2> 	11	/solr/collections/testMetricTrigger/state.json
   [junit4]   2> 	6	/solr/autoscaling.json
   [junit4]   2> 	5	/solr/overseer_elect/election/72148012697780250-127.0.0.1:40337_solr-n_0000000007
   [junit4]   2> 	3	/solr/collections/collection1/leader_elect/shard1/election/72148012697780247-core_node6-n_0000000002
   [junit4]   2> 	3	/solr/overseer_elect/election/72148012697780271-127.0.0.1:44993_solr-n_0000000014
   [junit4]   2> 	2	/solr/overseer_elect/election/72148012697780259-127.0.0.1:45199_solr-n_0000000010
   [junit4]   2> 	2	/solr/overseer_elect/election/72148012697780256-127.0.0.1:44731_solr-n_0000000009
   [junit4]   2> 	2	/solr/collections/collection1/leader_elect/shard1/election/72148012697780250-core_node4-n_0000000001
   [junit4]   2> 	2	/solr/overseer_elect/election/72148012697780280-127.0.0.1:45295_solr-n_0000000017
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	22	/solr/live_nodes
   [junit4]   2> 	22	/solr/collections
   [junit4]   2> 	6	/solr/overseer/queue-work
   [junit4]   2> 	6	/solr/autoscaling/events/.auto_add_replicas
   [junit4]   2> 	6	/solr/overseer/queue
   [junit4]   2> 	6	/solr/overseer/collection-queue-work
   [junit4]   2> 	2	/solr/autoscaling/events/node_lost_triggerMR
   [junit4]   2> 	2	/solr/autoscaling/events/node_added_triggerCTOOR
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.TriggerIntegrationTest_C01A3F9323D19E28-001
   [junit4]   2> NOTE: test params are: codec=CheapBastard, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@19332e1), locale=es-GT, timezone=America/Metlakatla
   [junit4]   2> NOTE: Linux 4.13.0-32-generic i386/Oracle Corporation 1.8.0_162 (32-bit)/cpus=8,threads=1,free=180883344,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [TestDownShardTolerantSearch, TestXmlQParser, TestBinaryResponseWriter, SuggestComponentContextFilterQueryTest, TestExpandComponent, SolrGraphiteReporterTest, BasicZkTest, MoveReplicaTest, TestSolrJ, DeleteNodeTest, TestInPlaceUpdatesDistrib, TestNumericTokenStream, TestCloudManagedSchema, OverseerModifyCollectionTest, TestPerFieldSimilarity, ManagedSchemaRoundRobinCloudTest, TestAuthorizationFramework, TestConfigSetsAPI, InfoHandlerTest, TestTriggerIntegration, TestManagedSynonymFilterFactory, PathHierarchyTokenizerFactoryTest, ClassificationUpdateProcessorTest, TestFieldCacheReopen, TestShardHandlerFactory, TestRetrieveFieldsOptimizer, SampleTest, UpdateRequestProcessorFactoryTest, TestSubQueryTransformer, TestStressVersions, TestSizeLimitedDistributedMap, AddBlockUpdateTest, TestDistributedGrouping, TestJsonFacetRefinement, TestReversedWildcardFilterFactory, TestSolrCloudWithHadoopAuthPlugin, TestFoldingMultitermQuery, ChaosMonkeySafeLeaderTest, DocValuesNotIndexedTest, TestSweetSpotSimilarityFactory, TestScoreJoinQPNoScore, TestFunctionQuery, TestBlobHandler, ShardRoutingCustomTest, HighlighterTest, CurrencyRangeFacetCloudTest, TestStandardQParsers, SystemInfoHandlerTest, TestSolrXml, BooleanFieldTest, SignatureUpdateProcessorFactoryTest, LeaderElectionContextKeyTest, TestNodeLostTrigger, TestPushWriter, TestAnalyzeInfixSuggestions, DistributedMLTComponentTest, TimeRoutedAliasUpdateProcessorTest, QueryParsingTest, PeerSyncTest, DocumentBuilderTest, CreateRoutedAliasTest, SolrSlf4jReporterTest, WrapperMergePolicyFactoryTest, TestHdfsBackupRestoreCore, TestFreeTextSuggestions, FileUtilsTest, DirectSolrConnectionTest, TestSolr4Spatial, TestComplexPhraseQParserPlugin, DataDrivenBlockJoinTest, TestMissingGroups, HdfsRecoveryZkTest, TestTolerantUpdateProcessorCloud, TestReRankQParserPlugin, AddReplicaTest, TestInitParams, ResourceLoaderTest, TestPullReplica, TermsComponentTest, TestSchemaResource, BasicAuthIntegrationTest, TestComputePlanAction, ConfigSetsAPITest, OutOfBoxZkACLAndCredentialsProvidersTest, DistribJoinFromCollectionTest, ComputePlanActionTest, TestFieldTypeCollectionResource, TestTrackingShardHandlerFactory, TestXIncludeConfig, RegexBytesRefFilterTest, TestLRUCache, SuggesterFSTTest, TestCharFilters, SOLR749Test, PrimUtilsTest, TestStressInPlaceUpdates, ExplicitHLLTest, HdfsWriteToMultipleCollectionsTest, TestLeaderElectionZkExpiry, HdfsChaosMonkeySafeLeaderTest, TestSolrIndexConfig, TestPostingsSolrHighlighter, TestTrie, AtomicUpdatesTest, JsonLoaderTest, ZkFailoverTest, TestUseDocValuesAsStored2, PolyFieldTest, DirectUpdateHandlerOptimizeTest, ReplicationFactorTest, PrimitiveFieldTypeTest, TestFilteredDocIdSet, TestManagedSchemaThreadSafety, ScriptEngineTest, TestZkChroot, TestRandomRequestDistribution, TestConfigOverlay, TestSystemIdResolver, TestDocBasedVersionConstraints, CollectionsAPIDistributedZkTest, CoreSorterTest, TestEmbeddedSolrServerAdminHandler, TestCoreAdminApis, MetricsConfigTest, TestCollectionAPI, TestBulkSchemaAPI, GraphQueryTest, BasicDistributedZk2Test, SyncSliceTest, OverseerTest, ShardRoutingTest, TestReplicationHandler, LeaderElectionTest, ZkSolrClientTest, ZkCLITest, TestFaceting, TestRecovery, DistributedSpellCheckComponentTest, TestStressReorder, TestRangeQuery, SimplePostToolTest, TestCoreDiscovery, AnalysisAfterCoreReloadTest, TestExtendedDismaxParser, SpellCheckCollatorTest, CoreAdminHandlerTest, DocValuesTest, SuggesterTSTTest, SuggesterTest, TestStressLucene, SpatialFilterTest, TestCSVLoader, WordBreakSolrSpellCheckerTest, SchemaVersionSpecificBehaviorTest, SolrCoreCheckLockOnStartupTest, TestUpdate, FieldMutatingUpdateProcessorTest, QueryEqualityTest, SortByFunctionTest, SolrInfoBeanTest, CacheHeaderTest, TestQueryUtils, DirectSolrSpellCheckerTest, TestOmitPositions, TermVectorComponentTest, TestIndexingPerformance, FastVectorHighlighterTest, LoggingHandlerTest, TestJmxIntegration, TestCSVResponseWriter, TestAnalyzedSuggestions, BinaryUpdateRequestHandlerTest, TestPartialUpdateDeduplication, TestPHPSerializedResponseWriter, PingRequestHandlerTest, CSVRequestHandlerTest, TestComponentsName, TestLFUCache, TestSuggestSpellingConverter, DateFieldTest, SpellingQueryConverterTest, DOMUtilTest, RAMDirectoryFactoryTest, SliceStateTest, UUIDFieldTest, CircularListTest, TestRTGBase, CursorPagingTest, DistributedIntervalFacetingTest, TestCrossCoreJoin, TestCursorMarkWithoutUniqueKey, TestSimpleTrackingShardHandler, TestLuceneIndexBackCompat, TestJettySolrRunner, ConnectionReuseTest, ActionThrottleTest, AsyncCallRequestStatusResponseTest, ChaosMonkeySafeLeaderWithPullReplicasTest, ConnectionManagerTest, DeleteLastCustomShardedReplicaTest, DeleteReplicaTest, DistributedVersionInfoTest, HealthCheckHandlerTest, HttpPartitionOnCommitTest, HttpPartitionTest, LeaderFailoverAfterPartitionTest, MissingSegmentRecoveryTest, MultiThreadedOCPTest, OverseerTaskQueueTest, RestartWhileUpdatingTest, SSLMigrationTest, SharedFSAutoReplicaFailoverTest, SolrCLIZkUtilsTest, SolrXmlInZkTest, TestCloudInspectUtil, TestCloudJSONFacetJoinDomain, TestCloudPseudoReturnFields, TestCryptoKeys, TestLeaderInitiatedRecoveryThread, TestRequestForwarding, TestSSLRandomization, TestSolrCloudWithDelegationTokens, TestSolrCloudWithKerberosAlt, TlogReplayBufferedWhileIndexingTest, VMParamsZkACLAndCredentialsProvidersTest, CollectionReloadTest, CollectionsAPIAsyncDistributedZkTest, TestLocalFSCloudBackupRestore, AutoScalingHandlerTest, HttpTriggerListenerTest, NodeAddedTriggerTest, NodeLostTriggerTest, SearchRateTriggerTest, TriggerIntegrationTest]
   [junit4] Completed [613/776 (3!)] on J1 in 193.95s, 14 tests, 2 failures <<< FAILURES!

[...truncated 44698 lines...]

[JENKINS] Lucene-Solr-master-Linux (64bit/jdk-9.0.4) - Build # 21456 - Still Unstable!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/21456/
Java: 64bit/jdk-9.0.4 -XX:+UseCompressedOops -XX:+UseG1GC

1 tests failed.
FAILED:  org.apache.solr.cloud.TestAuthenticationFramework.testBasics

Error Message:
Error from server at https://127.0.0.1:36255/solr/testcollection_shard1_replica_n3: Expected mime type application/octet-stream but got text/html. <html> <head> <meta http-equiv="Content-Type" content="text/html;charset=utf-8"/> <title>Error 404 Can not find: /solr/testcollection_shard1_replica_n3/update</title> </head> <body><h2>HTTP ERROR 404</h2> <p>Problem accessing /solr/testcollection_shard1_replica_n3/update. Reason: <pre>    Can not find: /solr/testcollection_shard1_replica_n3/update</pre></p><hr><a href="http://eclipse.org/jetty">Powered by Jetty:// 9.4.8.v20171121</a><hr/>  </body> </html> 

Stack Trace:
org.apache.solr.client.solrj.impl.CloudSolrClient$RouteException: Error from server at https://127.0.0.1:36255/solr/testcollection_shard1_replica_n3: Expected mime type application/octet-stream but got text/html. <html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8"/>
<title>Error 404 Can not find: /solr/testcollection_shard1_replica_n3/update</title>
</head>
<body><h2>HTTP ERROR 404</h2>
<p>Problem accessing /solr/testcollection_shard1_replica_n3/update. Reason:
<pre>    Can not find: /solr/testcollection_shard1_replica_n3/update</pre></p><hr><a href="http://eclipse.org/jetty">Powered by Jetty:// 9.4.8.v20171121</a><hr/>

</body>
</html>

	at __randomizedtesting.SeedInfo.seed([A9217D1D6DB0F332:94F9D331555EAD42]:0)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:550)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1013)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:884)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:946)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:946)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:946)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:946)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:946)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:817)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
	at org.apache.solr.client.solrj.request.UpdateRequest.commit(UpdateRequest.java:233)
	at org.apache.solr.cloud.TestAuthenticationFramework.collectionCreateSearchDeleteTwice(TestAuthenticationFramework.java:126)
	at org.apache.solr.cloud.TestAuthenticationFramework.testBasics(TestAuthenticationFramework.java:74)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at 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.base/java.lang.Thread.run(Thread.java:844)
Caused by: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at https://127.0.0.1:36255/solr/testcollection_shard1_replica_n3: Expected mime type application/octet-stream but got text/html. <html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8"/>
<title>Error 404 Can not find: /solr/testcollection_shard1_replica_n3/update</title>
</head>
<body><h2>HTTP ERROR 404</h2>
<p>Problem accessing /solr/testcollection_shard1_replica_n3/update. Reason:
<pre>    Can not find: /solr/testcollection_shard1_replica_n3/update</pre></p><hr><a href="http://eclipse.org/jetty">Powered by Jetty:// 9.4.8.v20171121</a><hr/>

</body>
</html>

	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:607)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.lambda$directUpdate$0(CloudSolrClient.java:527)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
	... 1 more




Build Log:
[...truncated 12087 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestAuthenticationFramework
   [junit4]   2> 1    INFO  (SUITE-TestAuthenticationFramework-seed#[A9217D1D6DB0F332]-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/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestAuthenticationFramework_A9217D1D6DB0F332-001/init-core-data-001
   [junit4]   2> 232  INFO  (SUITE-TestAuthenticationFramework-seed#[A9217D1D6DB0F332]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 276  INFO  (SUITE-TestAuthenticationFramework-seed#[A9217D1D6DB0F332]-worker) [    ] o.e.j.u.log Logging initialized @1938ms to org.eclipse.jetty.util.log.Slf4jLog
   [junit4]   2> 292  INFO  (SUITE-TestAuthenticationFramework-seed#[A9217D1D6DB0F332]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason="", ssl=0.0/0.0, value=0.0/0.0, clientAuth=0.0/0.0)
   [junit4]   2> 524  INFO  (TEST-TestAuthenticationFramework.testBasics-seed#[A9217D1D6DB0F332]) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestAuthenticationFramework_A9217D1D6DB0F332-001/tempDir-001
   [junit4]   2> 530  INFO  (TEST-TestAuthenticationFramework.testBasics-seed#[A9217D1D6DB0F332]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 531  INFO  (Thread-0) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 531  INFO  (Thread-0) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 635  INFO  (TEST-TestAuthenticationFramework.testBasics-seed#[A9217D1D6DB0F332]) [    ] o.a.s.c.ZkTestServer start zk server on port:35591
   [junit4]   2> 834  WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn Exception causing close of session 0x0: ZooKeeperServer not running
   [junit4]   2> 862  ERROR (Thread-0) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 2439 INFO  (zkConnectionManagerCallback-4-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2471 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 0x100515f53710000, likely client has closed socket
   [junit4]   2> 2661 INFO  (jetty-launcher-1-thread-1) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T22:27:37+01:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 2671 INFO  (jetty-launcher-1-thread-2) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T22:27:37+01:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 2706 INFO  (jetty-launcher-1-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2706 INFO  (jetty-launcher-1-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2708 INFO  (jetty-launcher-1-thread-1) [    ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 2714 INFO  (jetty-launcher-1-thread-2) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2714 INFO  (jetty-launcher-1-thread-2) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2715 INFO  (jetty-launcher-1-thread-2) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 2726 INFO  (jetty-launcher-1-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@5c024df7{/solr,null,AVAILABLE}
   [junit4]   2> 2735 INFO  (jetty-launcher-1-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@4ef7d979{/solr,null,AVAILABLE}
   [junit4]   2> 2768 INFO  (jetty-launcher-1-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@412f83ce{SSL,[ssl, http/1.1]}{127.0.0.1:36255}
   [junit4]   2> 2773 INFO  (jetty-launcher-1-thread-1) [    ] o.e.j.s.Server Started @4437ms
   [junit4]   2> 2773 INFO  (jetty-launcher-1-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=36255}
   [junit4]   2> 2776 INFO  (jetty-launcher-1-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@6979613a{SSL,[ssl, http/1.1]}{127.0.0.1:42009}
   [junit4]   2> 2776 INFO  (jetty-launcher-1-thread-2) [    ] o.e.j.s.Server Started @4440ms
   [junit4]   2> 2776 INFO  (jetty-launcher-1-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=42009}
   [junit4]   2> 2793 ERROR (jetty-launcher-1-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2793 ERROR (jetty-launcher-1-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2793 INFO  (jetty-launcher-1-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.0.0
   [junit4]   2> 2793 INFO  (jetty-launcher-1-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.0.0
   [junit4]   2> 2803 INFO  (jetty-launcher-1-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2804 INFO  (jetty-launcher-1-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2797 INFO  (jetty-launcher-1-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2806 INFO  (jetty-launcher-1-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2817 INFO  (jetty-launcher-1-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-02-14T09:54:03.509781Z
   [junit4]   2> 2817 INFO  (jetty-launcher-1-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-02-14T09:54:03.508602Z
   [junit4]   2> 2866 INFO  (jetty-launcher-1-thread-1) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 2959 INFO  (zkConnectionManagerCallback-6-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2959 INFO  (zkConnectionManagerCallback-8-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3006 INFO  (jetty-launcher-1-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 3009 INFO  (jetty-launcher-1-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 3338 INFO  (jetty-launcher-1-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35591/solr
   [junit4]   2> 3342 INFO  (jetty-launcher-1-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35591/solr
   [junit4]   2> 3432 INFO  (zkConnectionManagerCallback-14-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3450 INFO  (zkConnectionManagerCallback-16-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3482 INFO  (zkConnectionManagerCallback-18-thread-1-processing-n:127.0.0.1:36255_solr) [n:127.0.0.1:36255_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3483 INFO  (zkConnectionManagerCallback-20-thread-1-processing-n:127.0.0.1:42009_solr) [n:127.0.0.1:42009_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3804 INFO  (jetty-launcher-1-thread-2) [n:127.0.0.1:42009_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 3805 INFO  (jetty-launcher-1-thread-2) [n:127.0.0.1:42009_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:42009_solr
   [junit4]   2> 3806 INFO  (jetty-launcher-1-thread-1) [n:127.0.0.1:36255_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 3812 INFO  (jetty-launcher-1-thread-2) [n:127.0.0.1:42009_solr    ] o.a.s.c.Overseer Overseer (id=72147063901585414-127.0.0.1:42009_solr-n_0000000000) starting
   [junit4]   2> 3813 INFO  (jetty-launcher-1-thread-1) [n:127.0.0.1:36255_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:36255_solr
   [junit4]   2> 3828 INFO  (zkCallback-19-thread-1-processing-n:127.0.0.1:42009_solr) [n:127.0.0.1:42009_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 3833 INFO  (zkCallback-17-thread-1-processing-n:127.0.0.1:36255_solr) [n:127.0.0.1:36255_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 3951 INFO  (jetty-launcher-1-thread-2) [n:127.0.0.1:42009_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:42009_solr
   [junit4]   2> 3953 INFO  (zkCallback-17-thread-1-processing-n:127.0.0.1:36255_solr) [n:127.0.0.1:36255_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 3966 INFO  (zkCallback-19-thread-1-processing-n:127.0.0.1:42009_solr) [n:127.0.0.1:42009_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 4083 INFO  (jetty-launcher-1-thread-2) [n:127.0.0.1:42009_solr    ] o.a.s.c.CoreContainer Initializing authentication plugin: org.apache.solr.cloud.TestAuthenticationFramework$MockAuthenticationPlugin
   [junit4]   2> 4095 INFO  (jetty-launcher-1-thread-1) [n:127.0.0.1:36255_solr    ] o.a.s.c.CoreContainer Initializing authentication plugin: org.apache.solr.cloud.TestAuthenticationFramework$MockAuthenticationPlugin
   [junit4]   2> 4431 INFO  (jetty-launcher-1-thread-1) [n:127.0.0.1:36255_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36255.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6aee880b
   [junit4]   2> 4440 INFO  (jetty-launcher-1-thread-1) [n:127.0.0.1:36255_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36255.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6aee880b
   [junit4]   2> 4441 INFO  (jetty-launcher-1-thread-1) [n:127.0.0.1:36255_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36255.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6aee880b
   [junit4]   2> 4454 INFO  (jetty-launcher-1-thread-2) [n:127.0.0.1:42009_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42009.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6aee880b
   [junit4]   2> 4466 INFO  (jetty-launcher-1-thread-2) [n:127.0.0.1:42009_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42009.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6aee880b
   [junit4]   2> 4467 INFO  (jetty-launcher-1-thread-2) [n:127.0.0.1:42009_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42009.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6aee880b
   [junit4]   2> 4486 INFO  (jetty-launcher-1-thread-1) [n:127.0.0.1:36255_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestAuthenticationFramework_A9217D1D6DB0F332-001/tempDir-001/node2/.
   [junit4]   2> 4504 INFO  (jetty-launcher-1-thread-2) [n:127.0.0.1:42009_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestAuthenticationFramework_A9217D1D6DB0F332-001/tempDir-001/node1/.
   [junit4]   2> 4743 INFO  (zkConnectionManagerCallback-26-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4818 INFO  (zkConnectionManagerCallback-30-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4820 INFO  (TEST-TestAuthenticationFramework.testBasics-seed#[A9217D1D6DB0F332]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 4821 INFO  (TEST-TestAuthenticationFramework.testBasics-seed#[A9217D1D6DB0F332]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:35591/solr ready
   [junit4]   2> 4824 INFO  (TEST-TestAuthenticationFramework.testBasics-seed#[A9217D1D6DB0F332]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testBasics
   [junit4]   2> 5268 INFO  (qtp968524623-37) [n:127.0.0.1:36255_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=2&collection.configName=solrCloudCollectionConfig&maxShardsPerNode=2&name=testcollection&nrtReplicas=2&action=CREATE&numShards=2&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 5294 INFO  (OverseerThreadFactory-12-thread-1-processing-n:127.0.0.1:42009_solr) [n:127.0.0.1:42009_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection testcollection
   [junit4]   2> 5433 INFO  (OverseerStateUpdate-72147063901585414-127.0.0.1:42009_solr-n_0000000000) [n:127.0.0.1:42009_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testcollection",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testcollection_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:42009/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 5439 INFO  (OverseerStateUpdate-72147063901585414-127.0.0.1:42009_solr-n_0000000000) [n:127.0.0.1:42009_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testcollection",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testcollection_shard1_replica_n3",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:36255/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 5464 INFO  (OverseerStateUpdate-72147063901585414-127.0.0.1:42009_solr-n_0000000000) [n:127.0.0.1:42009_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testcollection",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"testcollection_shard2_replica_n5",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:42009/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 5468 INFO  (OverseerStateUpdate-72147063901585414-127.0.0.1:42009_solr-n_0000000000) [n:127.0.0.1:42009_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testcollection",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"testcollection_shard2_replica_n7",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:36255/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 5780 INFO  (qtp968524623-34) [n:127.0.0.1:36255_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node4&collection.configName=solrCloudCollectionConfig&newCollection=true&name=testcollection_shard1_replica_n3&action=CREATE&numShards=2&collection=testcollection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 5785 INFO  (qtp968524623-34) [n:127.0.0.1:36255_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 5864 INFO  (qtp968524623-35) [n:127.0.0.1:36255_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node8&collection.configName=solrCloudCollectionConfig&newCollection=true&name=testcollection_shard2_replica_n7&action=CREATE&numShards=2&collection=testcollection&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 5888 INFO  (qtp1822483866-43) [n:127.0.0.1:42009_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node6&collection.configName=solrCloudCollectionConfig&newCollection=true&name=testcollection_shard2_replica_n5&action=CREATE&numShards=2&collection=testcollection&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 5888 INFO  (qtp1822483866-43) [n:127.0.0.1:42009_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 5895 INFO  (qtp1822483866-42) [n:127.0.0.1:42009_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node2&collection.configName=solrCloudCollectionConfig&newCollection=true&name=testcollection_shard1_replica_n1&action=CREATE&numShards=2&collection=testcollection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 6018 INFO  (zkCallback-19-thread-1-processing-n:127.0.0.1:42009_solr) [n:127.0.0.1:42009_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testcollection/state.json] for collection [testcollection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 6018 INFO  (zkCallback-17-thread-2-processing-n:127.0.0.1:36255_solr) [n:127.0.0.1:36255_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testcollection/state.json] for collection [testcollection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 6018 INFO  (zkCallback-17-thread-1-processing-n:127.0.0.1:36255_solr) [n:127.0.0.1:36255_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testcollection/state.json] for collection [testcollection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 6890 INFO  (qtp968524623-35) [n:127.0.0.1:36255_solr c:testcollection s:shard2 r:core_node8 x:testcollection_shard2_replica_n7] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 6890 INFO  (qtp968524623-34) [n:127.0.0.1:36255_solr c:testcollection s:shard1 r:core_node4 x:testcollection_shard1_replica_n3] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 6915 INFO  (qtp1822483866-42) [n:127.0.0.1:42009_solr c:testcollection s:shard1 r:core_node2 x:testcollection_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 6934 INFO  (qtp1822483866-43) [n:127.0.0.1:42009_solr c:testcollection s:shard2 r:core_node6 x:testcollection_shard2_replica_n5] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 6956 INFO  (qtp1822483866-43) [n:127.0.0.1:42009_solr c:testcollection s:shard2 r:core_node6 x:testcollection_shard2_replica_n5] o.a.s.s.IndexSchema [testcollection_shard2_replica_n5] Schema name=minimal
   [junit4]   2> 6956 INFO  (qtp968524623-35) [n:127.0.0.1:36255_solr c:testcollection s:shard2 r:core_node8 x:testcollection_shard2_replica_n7] o.a.s.s.IndexSchema [testcollection_shard2_replica_n7] Schema name=minimal
   [junit4]   2> 6960 INFO  (qtp1822483866-42) [n:127.0.0.1:42009_solr c:testcollection s:shard1 r:core_node2 x:testcollection_shard1_replica_n1] o.a.s.s.IndexSchema [testcollection_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 6965 INFO  (qtp968524623-34) [n:127.0.0.1:36255_solr c:testcollection s:shard1 r:core_node4 x:testcollection_shard1_replica_n3] o.a.s.s.IndexSchema [testcollection_shard1_replica_n3] Schema name=minimal
   [junit4]   2> 6990 INFO  (qtp968524623-35) [n:127.0.0.1:36255_solr c:testcollection s:shard2 r:core_node8 x:testcollection_shard2_replica_n7] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 6990 INFO  (qtp968524623-34) [n:127.0.0.1:36255_solr c:testcollection s:shard1 r:core_node4 x:testcollection_shard1_replica_n3] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 6990 INFO  (qtp968524623-35) [n:127.0.0.1:36255_solr c:testcollection s:shard2 r:core_node8 x:testcollection_shard2_replica_n7] o.a.s.c.CoreContainer Creating SolrCore 'testcollection_shard2_replica_n7' using configuration from collection testcollection, trusted=true
   [junit4]   2> 6990 INFO  (qtp968524623-34) [n:127.0.0.1:36255_solr c:testcollection s:shard1 r:core_node4 x:testcollection_shard1_replica_n3] o.a.s.c.CoreContainer Creating SolrCore 'testcollection_shard1_replica_n3' using configuration from collection testcollection, trusted=true
   [junit4]   2> 6995 INFO  (qtp1822483866-43) [n:127.0.0.1:42009_solr c:testcollection s:shard2 r:core_node6 x:testcollection_shard2_replica_n5] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 6995 INFO  (qtp1822483866-43) [n:127.0.0.1:42009_solr c:testcollection s:shard2 r:core_node6 x:testcollection_shard2_replica_n5] o.a.s.c.CoreContainer Creating SolrCore 'testcollection_shard2_replica_n5' using configuration from collection testcollection, trusted=true
   [junit4]   2> 7002 INFO  (qtp968524623-35) [n:127.0.0.1:36255_solr c:testcollection s:shard2 r:core_node8 x:testcollection_shard2_replica_n7] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36255.solr.core.testcollection.shard2.replica_n7' (registry 'solr.core.testcollection.shard2.replica_n7') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6aee880b
   [junit4]   2> 7002 INFO  (qtp968524623-34) [n:127.0.0.1:36255_solr c:testcollection s:shard1 r:core_node4 x:testcollection_shard1_replica_n3] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36255.solr.core.testcollection.shard1.replica_n3' (registry 'solr.core.testcollection.shard1.replica_n3') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6aee880b
   [junit4]   2> 7003 INFO  (qtp1822483866-43) [n:127.0.0.1:42009_solr c:testcollection s:shard2 r:core_node6 x:testcollection_shard2_replica_n5] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42009.solr.core.testcollection.shard2.replica_n5' (registry 'solr.core.testcollection.shard2.replica_n5') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6aee880b
   [junit4]   2> 7005 INFO  (qtp1822483866-43) [n:127.0.0.1:42009_solr c:testcollection s:shard2 r:core_node6 x:testcollection_shard2_replica_n5] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 7005 INFO  (qtp968524623-34) [n:127.0.0.1:36255_solr c:testcollection s:shard1 r:core_node4 x:testcollection_shard1_replica_n3] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 7005 INFO  (qtp968524623-35) [n:127.0.0.1:36255_solr c:testcollection s:shard2 r:core_node8 x:testcollection_shard2_replica_n7] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 7008 INFO  (qtp1822483866-42) [n:127.0.0.1:42009_solr c:testcollection s:shard1 r:core_node2 x:testcollection_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 7008 INFO  (qtp1822483866-42) [n:127.0.0.1:42009_solr c:testcollection s:shard1 r:core_node2 x:testcollection_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'testcollection_shard1_replica_n1' using configuration from collection testcollection, trusted=true
   [junit4]   2> 7009 INFO  (qtp1822483866-42) [n:127.0.0.1:42009_solr c:testcollection s:shard1 r:core_node2 x:testcollection_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42009.solr.core.testcollection.shard1.replica_n1' (registry 'solr.core.testcollection.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6aee880b
   [junit4]   2> 7009 INFO  (qtp1822483866-42) [n:127.0.0.1:42009_solr c:testcollection s:shard1 r:core_node2 x:testcollection_shard1_replica_n1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 7012 INFO  (qtp968524623-34) [n:127.0.0.1:36255_solr c:testcollection s:shard1 r:core_node4 x:testcollection_shard1_replica_n3] o.a.s.c.SolrCore [[testcollection_shard1_replica_n3] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestAuthenticationFramework_A9217D1D6DB0F332-001/tempDir-001/node2/testcollection_shard1_replica_n3], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestAuthenticationFramework_A9217D1D6DB0F332-001/tempDir-001/node2/./testcollection_shard1_replica_n3/data/]
   [junit4]   2> 7012 INFO  (qtp1822483866-42) [n:127.0.0.1:42009_solr c:testcollection s:shard1 r:core_node2 x:testcollection_shard1_replica_n1] o.a.s.c.SolrCore [[testcollection_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestAuthenticationFramework_A9217D1D6DB0F332-001/tempDir-001/node1/testcollection_shard1_replica_n1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestAuthenticationFramework_A9217D1D6DB0F332-001/tempDir-001/node1/./testcollection_shard1_replica_n1/data/]
   [junit4]   2> 7012 INFO  (qtp1822483866-43) [n:127.0.0.1:42009_solr c:testcollection s:shard2 r:core_node6 x:testcollection_shard2_replica_n5] o.a.s.c.SolrCore [[testcollection_shard2_replica_n5] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestAuthenticationFramework_A9217D1D6DB0F332-001/tempDir-001/node1/testcollection_shard2_replica_n5], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestAuthenticationFramework_A9217D1D6DB0F332-001/tempDir-001/node1/./testcollection_shard2_replica_n5/data/]
   [junit4]   2> 7015 INFO  (qtp968524623-35) [n:127.0.0.1:36255_solr c:testcollection s:shard2 r:core_node8 x:testcollection_shard2_replica_n7] o.a.s.c.SolrCore [[testcollection_shard2_replica_n7] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestAuthenticationFramework_A9217D1D6DB0F332-001/tempDir-001/node2/testcollection_shard2_replica_n7], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestAuthenticationFramework_A9217D1D6DB0F332-001/tempDir-001/node2/./testcollection_shard2_replica_n7/data/]
   [junit4]   2> 7662 INFO  (qtp968524623-34) [n:127.0.0.1:36255_solr c:testcollection s:shard1 r:core_node4 x:testcollection_shard1_replica_n3] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 7662 INFO  (qtp968524623-34) [n:127.0.0.1:36255_solr c:testcollection s:shard1 r:core_node4 x:testcollection_shard1_replica_n3] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 7671 INFO  (qtp968524623-34) [n:127.0.0.1:36255_solr c:testcollection s:shard1 r:core_node4 x:testcollection_shard1_replica_n3] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 7671 INFO  (qtp968524623-34) [n:127.0.0.1:36255_solr c:testcollection s:shard1 r:core_node4 x:testcollection_shard1_replica_n3] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 7667 INFO  (qtp1822483866-43) [n:127.0.0.1:42009_solr c:testcollection s:shard2 r:core_node6 x:testcollection_shard2_replica_n5] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 7675 INFO  (qtp1822483866-42) [n:127.0.0.1:42009_solr c:testcollection s:shard1 r:core_node2 x:testcollection_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 7684 INFO  (qtp968524623-35) [n:127.0.0.1:36255_solr c:testcollection s:shard2 r:core_node8 x:testcollection_shard2_replica_n7] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 7676 INFO  (qtp1822483866-43) [n:127.0.0.1:42009_solr c:testcollection s:shard2 r:core_node6 x:testcollection_shard2_replica_n5] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 7684 INFO  (qtp968524623-35) [n:127.0.0.1:36255_solr c:testcollection s:shard2 r:core_node8 x:testcollection_shard2_replica_n7] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 7676 INFO  (qtp1822483866-42) [n:127.0.0.1:42009_solr c:testcollection s:shard1 r:core_node2 x:testcollection_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 7694 INFO  (qtp1822483866-43) [n:127.0.0.1:42009_solr c:testcollection s:shard2 r:core_node6 x:testcollection_shard2_replica_n5] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 7694 INFO  (qtp1822483866-43) [n:127.0.0.1:42009_solr c:testcollection s:shard2 r:core_node6 x:testcollection_shard2_replica_n5] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 7695 INFO  (qtp1822483866-42) [n:127.0.0.1:42009_solr c:testcollection s:shard1 r:core_node2 x:testcollection_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 7696 INFO  (qtp1822483866-42) [n:127.0.0.1:42009_solr c:testcollection s:shard1 r:core_node2 x:testcollection_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 7701 INFO  (qtp968524623-34) [n:127.0.0.1:36255_solr c:testcollection s:shard1 r:core_node4 x:testcollection_shard1_replica_n3] o.a.s.s.SolrIndexSearcher Opening [Searcher@60ac7d57[testcollection_shard1_replica_n3] main]
   [junit4]   2> 7708 INFO  (qtp968524623-35) [n:127.0.0.1:36255_solr c:testcollection s:shard2 r:core_node8 x:testcollection_shard2_replica_n7] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 7708 INFO  (qtp968524623-35) [n:127.0.0.1:36255_solr c:testcollection s:shard2 r:core_node8 x:testcollection_shard2_replica_n7] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 7710 INFO  (qtp1822483866-42) [n:127.0.0.1:42009_solr c:testcollection s:shard1 r:core_node2 x:testcollection_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@5861e5a3[testcollection_shard1_replica_n1] main]
   [junit4]   2> 7712 INFO  (qtp1822483866-43) [n:127.0.0.1:42009_solr c:testcollection s:shard2 r:core_node6 x:testcollection_shard2_replica_n5] o.a.s.s.SolrIndexSearcher Opening [Searcher@31155f7f[testcollection_shard2_replica_n5] main]
   [junit4]   2> 7718 INFO  (qtp1822483866-43) [n:127.0.0.1:42009_solr c:testcollection s:shard2 r:core_node6 x:testcollection_shard2_replica_n5] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/solrCloudCollectionConfig
   [junit4]   2> 7720 INFO  (qtp968524623-35) [n:127.0.0.1:36255_solr c:testcollection s:shard2 r:core_node8 x:testcollection_shard2_replica_n7] o.a.s.s.SolrIndexSearcher Opening [Searcher@574be219[testcollection_shard2_replica_n7] main]
   [junit4]   2> 7721 INFO  (qtp1822483866-42) [n:127.0.0.1:42009_solr c:testcollection s:shard1 r:core_node2 x:testcollection_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/solrCloudCollectionConfig
   [junit4]   2> 7723 INFO  (qtp968524623-35) [n:127.0.0.1:36255_solr c:testcollection s:shard2 r:core_node8 x:testcollection_shard2_replica_n7] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/solrCloudCollectionConfig
   [junit4]   2> 7731 INFO  (qtp968524623-34) [n:127.0.0.1:36255_solr c:testcollection s:shard1 r:core_node4 x:testcollection_shard1_replica_n3] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/solrCloudCollectionConfig
   [junit4]   2> 7735 INFO  (qtp1822483866-42) [n:127.0.0.1:42009_solr c:testcollection s:shard1 r:core_node2 x:testcollection_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/solrCloudCollectionConfig
   [junit4]   2> 7735 INFO  (qtp968524623-34) [n:127.0.0.1:36255_solr c:testcollection s:shard1 r:core_node4 x:testcollection_shard1_replica_n3] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/solrCloudCollectionConfig
   [junit4]   2> 7735 INFO  (qtp968524623-35) [n:127.0.0.1:36255_solr c:testcollection s:shard2 r:core_node8 x:testcollection_shard2_replica_n7] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/solrCloudCollectionConfig
   [junit4]   2> 7735 INFO  (qtp1822483866-43) [n:127.0.0.1:42009_solr c:testcollection s:shard2 r:core_node6 x:testcollection_shard2_replica_n5] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/solrCloudCollectionConfig
   [junit4]   2> 7742 INFO  (qtp1822483866-42) [n:127.0.0.1:42009_solr c:testcollection s:shard1 r:core_node2 x:testcollection_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 7748 INFO  (qtp968524623-35) [n:127.0.0.1:36255_solr c:testcollection s:shard2 r:core_node8 x:testcollection_shard2_replica_n7] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 7758 INFO  (qtp1822483866-43) [n:127.0.0.1:42009_solr c:testcollection s:shard2 r:core_node6 x:testcollection_shard2_replica_n5] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 7757 INFO  (qtp968524623-34) [n:127.0.0.1:36255_solr c:testcollection s:shard1 r:core_node4 x:testcollection_shard1_replica_n3] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 7803 INFO  (searcherExecutor-17-thread-1-processing-n:127.0.0.1:36255_solr x:testcollection_shard2_replica_n7 s:shard2 c:testcollection r:core_node8) [n:127.0.0.1:36255_solr c:testcollection s:shard2 r:core_node8 x:testcollection_shard2_replica_n7] o.a.s.c.SolrCore [testcollection_shard2_replica_n7] Registered new searcher Searcher@574be219[testcollection_shard2_replica_n7] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 7804 INFO  (searcherExecutor-18-thread-1-processing-n:127.0.0.1:36255_solr x:testcollection_shard1_replica_n3 s:shard1 c:testcollection r:core_node4) [n:127.0.0.1:36255_solr c:testcollection s:shard1 r:core_node4 x:testcollection_shard1_replica_n3] o.a.s.c.SolrCore [testcollection_shard1_replica_n3] Registered new searcher Searcher@60ac7d57[testcollection_shard1_replica_n3] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 7807 INFO  (searcherExecutor-19-thread-1-processing-n:127.0.0.1:42009_solr x:testcollection_shard2_replica_n5 s:shard2 c:testcollection r:core_node6) [n:127.0.0.1:42009_solr c:testcollection s:shard2 r:core_node6 x:testcollection_shard2_replica_n5] o.a.s.c.SolrCore [testcollection_shard2_replica_n5] Registered new searcher Searcher@31155f7f[testcollection_shard2_replica_n5] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 7808 INFO  (qtp1822483866-43) [n:127.0.0.1:42009_solr c:testcollection s:shard2 r:core_node6 x:testcollection_shard2_replica_n5] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1592369661619470336
   [junit4]   2> 7808 INFO  (qtp968524623-35) [n:127.0.0.1:36255_solr c:testcollection s:shard2 r:core_node8 x:testcollection_shard2_replica_n7] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1592369661619470336
   [junit4]   2> 7808 INFO  (searcherExecutor-20-thread-1-processing-n:127.0.0.1:42009_solr x:testcollection_shard1_replica_n1 s:shard1 c:testcollection r:core_node2) [n:127.0.0.1:42009_solr c:testcollection s:shard1 r:core_node2 x:testcollection_shard1_replica_n1] o.a.s.c.SolrCore [testcollection_shard1_replica_n1] Registered new searcher Searcher@5861e5a3[testcollection_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 7808 INFO  (qtp1822483866-42) [n:127.0.0.1:42009_solr c:testcollection s:shard1 r:core_node2 x:testcollection_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1592369661619470336
   [junit4]   2> 7808 INFO  (qtp968524623-34) [n:127.0.0.1:36255_solr c:testcollection s:shard1 r:core_node4 x:testcollection_shard1_replica_n3] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1592369661619470336
   [junit4]   2> 7839 INFO  (qtp1822483866-42) [n:127.0.0.1:42009_solr c:testcollection s:shard1 r:core_node2 x:testcollection_shard1_replica_n1] o.a.s.c.ZkShardTerms Failed to save terms, version is not match, retrying
   [junit4]   2> 7840 INFO  (qtp1822483866-43) [n:127.0.0.1:42009_solr c:testcollection s:shard2 r:core_node6 x:testcollection_shard2_replica_n5] o.a.s.c.ZkShardTerms Failed to save terms, version is not match, retrying
   [junit4]   2> 7855 INFO  (qtp968524623-34) [n:127.0.0.1:36255_solr c:testcollection s:shard1 r:core_node4 x:testcollection_shard1_replica_n3] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 7856 INFO  (qtp968524623-34) [n:127.0.0.1:36255_solr c:testcollection s:shard1 r:core_node4 x:testcollection_shard1_replica_n3] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 7856 INFO  (qtp968524623-34) [n:127.0.0.1:36255_solr c:testcollection s:shard1 r:core_node4 x:testcollection_shard1_replica_n3] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:36255/solr/testcollection_shard1_replica_n3/
   [junit4]   2> 7856 INFO  (qtp968524623-35) [n:127.0.0.1:36255_solr c:testcollection s:shard2 r:core_node8 x:testcollection_shard2_replica_n7] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 7857 INFO  (qtp968524623-35) [n:127.0.0.1:36255_solr c:testcollection s:shard2 r:core_node8 x:testcollection_shard2_replica_n7] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 7857 INFO  (qtp968524623-35) [n:127.0.0.1:36255_solr c:testcollection s:shard2 r:core_node8 x:testcollection_shard2_replica_n7] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:36255/solr/testcollection_shard2_replica_n7/
   [junit4]   2> 7862 INFO  (qtp968524623-35) [n:127.0.0.1:36255_solr c:testcollection s:shard2 r:core_node8 x:testcollection_shard2_replica_n7] o.a.s.u.PeerSync PeerSync: core=testcollection_shard2_replica_n7 url=https://127.0.0.1:36255/solr START replicas=[https://127.0.0.1:42009/solr/testcollection_shard2_replica_n5/] nUpdates=100
   [junit4]   2> 7863 INFO  (qtp968524623-34) [n:127.0.0.1:36255_solr c:testcollection s:shard1 r:core_node4 x:testcollection_shard1_replica_n3] o.a.s.u.PeerSync PeerSync: core=testcollection_shard1_replica_n3 url=https://127.0.0.1:36255/solr START replicas=[https://127.0.0.1:42009/solr/testcollection_shard1_replica_n1/] nUpdates=100
   [junit4]   2> 7876 INFO  (qtp1822483866-28) [n:127.0.0.1:42009_solr c:testcollection s:shard2 r:core_node6 x:testcollection_shard2_replica_n5] o.a.s.c.S.Request [testcollection_shard2_replica_n5]  webapp=/solr path=/get params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2} status=0 QTime=3
   [junit4]   2> 7888 INFO  (qtp1822483866-31) [n:127.0.0.1:42009_solr c:testcollection s:shard1 r:core_node2 x:testcollection_shard1_replica_n1] o.a.s.c.S.Request [testcollection_shard1_replica_n1]  webapp=/solr path=/get params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 7956 INFO  (zkCallback-17-thread-2-processing-n:127.0.0.1:36255_solr) [n:127.0.0.1:36255_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testcollection/state.json] for collection [testcollection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 7956 INFO  (zkCallback-19-thread-2-processing-n:127.0.0.1:42009_solr) [n:127.0.0.1:42009_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testcollection/state.json] for collection [testcollection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 7956 INFO  (zkCallback-17-thread-1-processing-n:127.0.0.1:36255_solr) [n:127.0.0.1:36255_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testcollection/state.json] for collection [testcollection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 8162 INFO  (qtp968524623-35) [n:127.0.0.1:36255_solr c:testcollection s:shard2 r:core_node8 x:testcollection_shard2_replica_n7] o.a.s.u.PeerSync PeerSync: core=testcollection_shard2_replica_n7 url=https://127.0.0.1:36255/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 8163 INFO  (qtp968524623-35) [n:127.0.0.1:36255_solr c:testcollection s:shard2 r:core_node8 x:testcollection_shard2_replica_n7] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 8163 INFO  (qtp968524623-35) [n:127.0.0.1:36255_solr c:testcollection s:shard2 r:core_node8 x:testcollection_shard2_replica_n7] o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 8163 INFO  (qtp968524623-35) [n:127.0.0.1:36255_solr c:testcollection s:shard2 r:core_node8 x:testcollection_shard2_replica_n7] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 8163 INFO  (qtp968524623-34) [n:127.0.0.1:36255_solr c:testcollection s:shard1 r:core_node4 x:testcollection_shard1_replica_n3] o.a.s.u.PeerSync PeerSync: core=testcollection_shard1_replica_n3 url=https://127.0.0.1:36255/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 8164 INFO  (qtp968524623-34) [n:127.0.0.1:36255_solr c:testcollection s:shard1 r:core_node4 x:testcollection_shard1_replica_n3] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 8164 INFO  (qtp968524623-34) [n:127.0.0.1:36255_solr c:testcollection s:shard1 r:core_node4 x:testcollection_shard1_replica_n3] o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 8164 INFO  (qtp968524623-34) [n:127.0.0.1:36255_solr c:testcollection s:shard1 r:core_node4 x:testcollection_shard1_replica_n3] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 8171 INFO  (qtp968524623-34) [n:127.0.0.1:36255_solr c:testcollection s:shard1 r:core_node4 x:testcollection_shard1_replica_n3] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:36255/solr/testcollection_shard1_replica_n3/ shard1
   [junit4]   2> 8171 INFO  (qtp968524623-35) [n:127.0.0.1:36255_solr c:testcollection s:shard2 r:core_node8 x:testcollection_shard2_replica_n7] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:36255/solr/testcollection_shard2_replica_n7/ shard2
   [junit4]   2> 8273 INFO  (zkCallback-19-thread-2-processing-n:127.0.0.1:42009_solr) [n:127.0.0.1:42009_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testcollection/state.json] for collection [testcollection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 8273 INFO  (zkCallback-17-thread-1-processing-n:127.0.0.1:36255_solr) [n:127.0.0.1:36255_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testcollection/state.json] for collection [testcollection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 8274 INFO  (zkCallback-17-thread-2-processing-n:127.0.0.1:36255_solr) [n:127.0.0.1:36255_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testcollection/state.json] for collection [testcollection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 8323 INFO  (qtp968524623-34) [n:127.0.0.1:36255_solr c:testcollection s:shard1 r:core_node4 x:testcollection_shard1_replica_n3] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 8323 INFO  (qtp968524623-35) [n:127.0.0.1:36255_solr c:testcollection s:shard2 r:core_node8 x:testcollection_shard2_replica_n7] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 8328 INFO  (qtp968524623-34) [n:127.0.0.1:36255_solr c:testcollection s:shard1 r:core_node4 x:testcollection_shard1_replica_n3] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node4&collection.configName=solrCloudCollectionConfig&newCollection=true&name=testcollection_shard1_replica_n3&action=CREATE&numShards=2&collection=testcollection&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=2550
   [junit4]   2> 8330 INFO  (qtp968524623-35) [n:127.0.0.1:36255_solr c:testcollection s:shard2 r:core_node8 x:testcollection_shard2_replica_n7] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node8&collection.configName=solrCloudCollectionConfig&newCollection=true&name=testcollection_shard2_replica_n7&action=CREATE&numShards=2&collection=testcollection&shard=shard2&wt=javabin&version=2&replicaType=NRT} status=0 QTime=2466
   [junit4]   2> 8428 INFO  (zkCallback-17-thread-1-processing-n:127.0.0.1:36255_solr) [n:127.0.0.1:36255_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testcollection/state.json] for collection [testcollection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 8428 INFO  (zkCallback-17-thread-2-processing-n:127.0.0.1:36255_solr) [n:127.0.0.1:36255_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testcollection/state.json] for collection [testcollection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 8428 INFO  (zkCallback-19-thread-2-processing-n:127.0.0.1:42009_solr) [n:127.0.0.1:42009_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testcollection/state.json] for collection [testcollection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 8867 INFO  (qtp1822483866-43) [n:127.0.0.1:42009_solr c:testcollection s:shard2 r:core_node6 x:testcollection_shard2_replica_n5] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node6&collection.configName=solrCloudCollectionConfig&newCollection=true&name=testcollection_shard2_replica_n5&action=CREATE&numShards=2&collection=testcollection&shard=shard2&wt=javabin&version=2&replicaType=NRT} status=0 QTime=2979
   [junit4]   2> 8867 INFO  (qtp1822483866-42) [n:127.0.0.1:42009_solr c:testcollection s:shard1 r:core_node2 x:testcollection_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node2&collection.configName=solrCloudCollectionConfig&newCollection=true&name=testcollection_shard1_replica_n1&action=CREATE&numShards=2&collection=testcollection&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=2972
   [junit4]   2> 8888 INFO  (qtp968524623-37) [n:127.0.0.1:36255_solr    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 8963 INFO  (zkCallback-17-thread-2-processing-n:127.0.0.1:36255_solr) [n:127.0.0.1:36255_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testcollection/state.json] for collection [testcollection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 8963 INFO  (zkCallback-17-thread-1-processing-n:127.0.0.1:36255_solr) [n:127.0.0.1:36255_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testcollection/state.json] for collection [testcollection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 8968 INFO  (zkCallback-19-thread-2-processing-n:127.0.0.1:42009_solr) [n:127.0.0.1:42009_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testcollection/state.json] for collection [testcollection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 9297 INFO  (OverseerCollectionConfigSetProcessor-72147063901585414-127.0.0.1:42009_solr-n_0000000000) [n:127.0.0.1:42009_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> 9889 INFO  (qtp968524623-37) [n:127.0.0.1:36255_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=2&collection.configName=solrCloudCollectionConfig&maxShardsPerNode=2&name=testcollection&nrtReplicas=2&action=CREATE&numShards=2&wt=javabin&version=2} status=0 QTime=4672
   [junit4]   2> 9894 INFO  (TEST-TestAuthenticationFramework.testBasics-seed#[A9217D1D6DB0F332]) [    ] o.a.s.c.AbstractDistribZkTestBase Wait for recoveries to finish - collection: testcollection failOnTimeout:true timeout (sec):330
   [junit4]   1> -
   [junit4]   1> replica:core_node2 rstate:active live:true
   [junit4]   1> replica:core_node4 rstate:active live:true
   [junit4]   1> replica:core_node6 rstate:active live:true
   [junit4]   1> replica:core_node8 rstate:active live:true
   [junit4]   1> no one is recoverying
   [junit4]   2> 9896 INFO  (TEST-TestAuthenticationFramework.testBasics-seed#[A9217D1D6DB0F332]) [    ] o.a.s.c.AbstractDistribZkTestBase Recoveries finished - collection: testcollection
   [junit4]   2> 9950 INFO  (qtp968524623-32) [n:127.0.0.1:36255_solr c:testcollection s:shard1 r:core_node4 x:testcollection_shard1_replica_n3] o.a.s.c.S.Request [testcollection_shard1_replica_n3]  webapp=/solr path=/select params={df=text&distrib=false&_stateVer_=testcollection:6&fl=id&fl=score&shards.purpose=4&start=0&fsv=true&shard.url=https://127.0.0.1:36255/solr/testcollection_shard1_replica_n3/|https://127.0.0.1:42009/solr/testcollection_shard1_replica_n1/&rows=10&version=2&q=*:*&NOW=1518602050609&isShard=true&wt=javabin} hits=0 status=0 QTime=10
   [junit4]   2> 9950 INFO  (qtp1822483866-43) [n:127.0.0.1:42009_solr c:testcollection s:shard2 r:core_node6 x:testcollection_shard2_replica_n5] o.a.s.c.S.Request [testcollection_shard2_replica_n5]  webapp=/solr path=/select params={df=text&distrib=false&_stateVer_=testcollection:6&fl=id&fl=score&shards.purpose=4&start=0&fsv=true&shard.url=https://127.0.0.1:42009/solr/testcollection_shard2_replica_n5/|https://127.0.0.1:36255/solr/testcollection_shard2_replica_n7/&rows=10&version=2&q=*:*&NOW=1518602050609&isShard=true&wt=javabin} hits=0 status=0 QTime=10
   [junit4]   2> 9958 INFO  (qtp1822483866-30) [n:127.0.0.1:42009_solr c:testcollection s:shard1 r:core_node2 x:testcollection_shard1_replica_n1] o.a.s.c.S.Request [testcollection_shard1_replica_n1]  webapp=/solr path=/select params={q=*:*&_stateVer_=testcollection:6&wt=javabin&version=2} hits=0 status=0 QTime=52
   [junit4]   2> 10929 INFO  (qtp1822483866-100) [n:127.0.0.1:42009_solr c:testcollection s:shard1 r:core_node2 x:testcollection_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [testcollection_shard1_replica_n1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:36255/solr/testcollection_shard1_replica_n3/&wt=javabin&version=2}{add=[1 (1592369663899074560)]} 0 2
   [junit4]   2> 10930 INFO  (qtp968524623-39) [n:127.0.0.1:36255_solr c:testcollection s:shard1 r:core_node4 x:testcollection_shard1_replica_n3] o.a.s.u.p.LogUpdateProcessorFactory [testcollection_shard1_replica_n3]  webapp=/solr path=/update params={_stateVer_=testcollection:6&wt=javabin&version=2}{add=[1 (1592369663899074560)]} 0 963
   [junit4]   2> 10936 INFO  (qtp1822483866-30) [n:127.0.0.1:42009_solr c:testcollection s:shard1 r:core_node2 x:testcollection_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1592369664899416064,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 10936 INFO  (qtp1822483866-30) [n:127.0.0.1:42009_solr c:testcollection s:shard1 r:core_node2 x:testcollection_shard1_replica_n1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@33dc43e5 commitCommandVersion:1592369664899416064
   [junit4]   2> 10950 INFO  (qtp968524623-99) [n:127.0.0.1:36255_solr c:testcollection s:shard1 r:core_node4 x:testcollection_shard1_replica_n3] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1592369664914096128,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 10949 INFO  (qtp968524623-35) [n:127.0.0.1:36255_solr c:testcollection s:shard2 r:core_node8 x:testcollection_shard2_replica_n7] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1592369664913047552,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 10955 INFO  (qtp968524623-35) [n:127.0.0.1:36255_solr c:testcollection s:shard2 r:core_node8 x:testcollection_shard2_replica_n7] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 10950 INFO  (qtp968524623-99) [n:127.0.0.1:36255_solr c:testcollection s:shard1 r:core_node4 x:testcollection_shard1_replica_n3] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@699c9ec7 commitCommandVersion:1592369664914096128
   [junit4]   2> 10956 INFO  (qtp968524623-35) [n:127.0.0.1:36255_solr c:testcollection s:shard2 r:core_node8 x:testcollection_shard2_replica_n7] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 10956 INFO  (qtp968524623-35) [n:127.0.0.1:36255_solr c:testcollection s:shard2 r:core_node8 x:testcollection_shard2_replica_n7] o.a.s.u.p.LogUpdateProcessorFactory [testcollection_shard2_replica_n7]  webapp=/solr path=/update params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=https://127.0.0.1:36255/solr/testcollection_shard1_replica_n3/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=} 0 7
   [junit4]   2> 10959 INFO  (qtp1822483866-117) [n:127.0.0.1:42009_solr c:testcollection s:shard2 r:core_node6 x:testcollection_shard2_replica_n5] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1592369664923533312,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 10959 INFO  (qtp1822483866-117) [n:127.0.0.1:42009_solr c:testcollection s:shard2 r:core_node6 x:testcollection_shard2_replica_n5] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 10960 INFO  (qtp1822483866-117) [n:127.0.0.1:42009_solr c:testcollection s:shard2 r:core_node6 x:testcollection_shard2_replica_n5] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 10961 INFO  (qtp1822483866-117) [n:127.0.0.1:42009_solr c:testcollection s:shard2 r:core_node6 x:testcollection_shard2_replica_n5] o.a.s.u.p.LogUpdateProcessorFactory [testcollection_shard2_replica_n5]  webapp=/solr path=/update params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=https://127.0.0.1:36255/solr/testcollection_shard1_replica_n3/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=} 0 3
   [junit4]   2> 11050 INFO  (qtp1822483866-30) [n:127.0.0.1:42009_solr c:testcollection s:shard1 r:core_node2 x:testcollection_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@5205ae60[testcollection_shard1_replica_n1] main]
   [junit4]   2> 11052 INFO  (qtp968524623-99) [n:127.0.0.1:36255_solr c:testcollection s:shard1 r:core_node4 x:testcollection_shard1_replica_n3] o.a.s.s.SolrIndexSearcher Opening [Searcher@147a1dd7[testcollection_shard1_replica_n3] main]
   [junit4]   2> 11054 INFO  (qtp968524623-99) [n:127.0.0.1:36255_solr c:testcollection s:shard1 r:core_node4 x:testcollection_shard1_replica_n3] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 11057 INFO  (searcherExecutor-20-thread-1-processing-n:127.0.0.1:42009_solr x:testcollection_shard1_replica_n1 s:shard1 c:testcollection r:core_node2) [n:127.0.0.1:42009_solr c:testcollection s:shard1 r:core_node2 x:testcollection_shard1_replica_n1] o.a.s.c.SolrCore [testcollection_shard1_replica_n1] Registered new searcher Searcher@5205ae60[testcollection_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.0.0):C1)))}
   [junit4]   2> 11060 INFO  (searcherExecutor-18-thread-1-processing-n:127.0.0.1:36255_solr x:testcollection_shard1_replica_n3 s:shard1 c:testcollection r:core_node4) [n:127.0.0.1:36255_solr c:testcollection s:shard1 r:core_node4 x:testcollection_shard1_replica_n3] o.a.s.c.SolrCore [testcollection_shard1_replica_n3] Registered new searcher Searcher@147a1dd7[testcollection_shard1_replica_n3] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.0.0):C1)))}
   [junit4]   2> 11060 INFO  (qtp968524623-99) [n:127.0.0.1:36255_solr c:testcollection s:shard1 r:core_node4 x:testcollection_shard1_replica_n3] o.a.s.u.p.LogUpdateProcessorFactory [testcollection_shard1_replica_n3]  webapp=/solr path=/update params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=https://127.0.0.1:36255/solr/testcollection_shard1_replica_n3/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=} 0 110
   [junit4]   2> 11068 INFO  (qtp1822483866-30) [n:127.0.0.1:42009_solr c:testcollection s:shard1 r:core_node2 x:testcollection_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 11068 INFO  (qtp1822483866-30) [n:127.0.0.1:42009_solr c:testcollection s:shard1 r:core_node2 x:testcollection_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [testcollection_shard1_replica_n1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=https://127.0.0.1:36255/solr/testcollection_shard1_replica_n3/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=} 0 132
   [junit4]   2> 11080 INFO  (qtp968524623-32) [n:127.0.0.1:36255_solr c:testcollection s:shard1 r:core_node4 x:testcollection_shard1_replica_n3] o.a.s.u.p.LogUpdateProcessorFactory [testcollection_shard1_replica_n3]  webapp=/solr path=/update params={_stateVer_=testcollection:6&commit=true&wt=javabin&version=2}{commit=} 0 147
   [junit4]   2> 11107 INFO  (qtp1822483866-117) [n:127.0.0.1:42009_solr c:testcollection s:shard2 r:core_node6 x:testcollection_shard2_replica_n5] o.a.s.c.S.Request [testcollection_shard2_replica_n5]  webapp=/solr path=/select params={df=text&distrib=false&_stateVer_=testcollection:6&fl=id&fl=score&shards.purpose=4&start=0&fsv=true&shard.url=https://127.0.0.1:42009/solr/testcollection_shard2_replica_n5/|https://127.0.0.1:36255/solr/testcollection_shard2_replica_n7/&rows=10&version=2&q=*:*&NOW=1518602051786&isShard=true&wt=javabin} hits=0 status=0 QTime=0
   [junit4]   2> 11112 INFO  (qtp968524623-99) [n:127.0.0.1:36255_solr c:testcollection s:shard1 r:core_node4 x:testcollection_shard1_replica_n3] o.a.s.c.S.Request [testcollection_shard1_replica_n3]  webapp=/solr path=/select params={df=text&distrib=false&_stateVer_=testcollection:6&fl=id&fl=score&shards.purpose=4&start=0&fsv=true&shard.url=https://127.0.0.1:36255/solr/testcollection_shard1_replica_n3/|https://127.0.0.1:42009/solr/testcollection_shard1_replica_n1/&rows=10&version=2&q=*:*&NOW=1518602051786&isShard=true&wt=javabin} hits=1 status=0 QTime=3
   [junit4]   2> 11121 INFO  (qtp968524623-88) [n:127.0.0.1:36255_solr c:testcollection s:shard1 r:core_node4 x:testcollection_shard1_replica_n3] o.a.s.c.S.Request [testcollection_shard1_replica_n3]  webapp=/solr path=/select params={q=*:*&df=text&distrib=false&_stateVer_=testcollection:6&shards.purpose=64&NOW=1518602051786&ids=1&isShard=true&shard.url=https://127.0.0.1:36255/solr/testcollection_shard1_replica_n3/|https://127.0.0.1:42009/solr/testcollection_shard1_replica_n1/&wt=javabin&version=2} status=0 QTime=3
   [junit4]   2> 11123 INFO  (qtp968524623-89) [n:127.0.0.1:36255_solr c:testcollection s:shard2 r:core_node8 x:testcollection_shard2_replica_n7] o.a.s.c.S.Request [testcollection_shard2_replica_n7]  webapp=/solr path=/select params={q=*:*&_stateVer_=testcollection:6&wt=javabin&version=2} hits=1 status=0 QTime=39
   [junit4]   2> 11126 INFO  (qtp968524623-32) [n:127.0.0.1:36255_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :delete with params name=testcollection&action=DELETE&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 11133 INFO  (OverseerThreadFactory-12-thread-2-processing-n:127.0.0.1:42009_solr) [n:127.0.0.1:42009_solr    ] o.a.s.c.a.c.OverseerCollectionMessageHandler Executing Collection Cmd : action=UNLOAD&deleteInstanceDir=true&deleteDataDir=true
   [junit4]   2> 11136 INFO  (qtp1822483866-42) [n:127.0.0.1:42009_solr    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.testcollection.shard1.replica_n1, tag=null
   [junit4]   2> 11136 INFO  (qtp1822483866-42) [n:127.0.0.1:42009_solr    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@11b7cef1: rootName = solr_42009, domain = solr.core.testcollection.shard1.replica_n1, service url = null, agent id = null] for registry solr.core.testcollection.shard1.replica_n1 / com.codahale.metrics.MetricRegistry@52d5e793
   [junit4]   2> 11137 INFO  (qtp968524623-37) [n:127.0.0.1:36255_solr    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.testcollection.shard1.replica_n3, tag=null
   [junit4]   2> 11139 INFO  (qtp968524623-37) [n:127.0.0.1:36255_solr    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@3af911c8: rootName = solr_36255, domain = solr.core.testcollection.shard1.replica_n3, service url = null, agent id = null] for registry solr.core.testcollection.shard1.replica_n3 / com.codahale.metrics.MetricRegistry@4360ce7f
   [junit4]   2> 11173 INFO  (qtp968524623-99) [n:127.0.0.1:36255_solr    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.testcollection.shard2.replica_n7, tag=null
   [junit4]   2> 11173 INFO  (qtp968524623-37) [n:127.0.0.1:36255_solr    ] o.a.s.c.SolrCore [testcollection_shard1_replica_n3]  CLOSING SolrCore org.apache.solr.core.SolrCore@4a134abf
   [junit4]   2> 11173 INFO  (qtp968524623-99) [n:127.0.0.1:36255_solr    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@1d25b21: rootName = solr_36255, domain = solr.core.testcollection.shard2.replica_n7, service url = null, agent id = null] for registry solr.core.testcollection.shard2.replica_n7 / com.codahale.metrics.MetricRegistry@625c2b1f
   [junit4]   2> 11183 INFO  (qtp1822483866-41) [n:127.0.0.1:42009_solr    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.testcollection.shard2.replica_n5, tag=null
   [junit4]   2> 11183 INFO  (qtp1822483866-42) [n:127.0.0.1:42009_solr    ] o.a.s.c.SolrCore [testcollection_shard1_replica_n1]  CLOSING SolrCore org.apache.solr.core.SolrCore@1a353a28
   [junit4]   2> 11183 INFO  (qtp1822483866-41) [n:127.0.0.1:42009_solr    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@7da454d6: rootName = solr_42009, domain = solr.core.testcollection.shard2.replica_n5, service url = null, agent id = null] for registry solr.core.testcollection.shard2.replica_n5 / com.codahale.metrics.MetricRegistry@311ae350
   [junit4]   2> 11201 INFO  (qtp1822483866-42) [n:127.0.0.1:42009_solr    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.testcollection.shard1.replica_n1, tag=439695912
   [junit4]   2> 11201 INFO  (qtp1822483866-42) [n:127.0.0.1:42009_solr    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.testcollection.shard1.leader, tag=439695912
   [junit4]   2> 11212 INFO  (qtp1822483866-41) [n:127.0.0.1:42009_solr    ] o.a.s.c.SolrCore [testcollection_shard2_replica_n5]  CLOSING SolrCore org.apache.solr.core.SolrCore@9ca42fe
   [junit4]   2> 11212 INFO  (qtp1822483866-41) [n:127.0.0.1:42009_solr    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.testcollection.shard2.replica_n5, tag=164250366
   [junit4]   2> 11212 INFO  (qtp1822483866-41) [n:127.0.0.1:42009_solr    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.testcollection.shard2.leader, tag=164250366
   [junit4]   2> 11220 INFO  (qtp1822483866-42) [n:127.0.0.1:42009_solr    ] o.a.s.c.ShardLeaderElectionContextBase No version found for ephemeral leader parent node, won't remove previous leader registration.
   [junit4]   2> 11222 INFO  (qtp1822483866-42) [n:127.0.0.1:42009_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={deleteInstanceDir=true&core=testcollection_shard1_replica_n1&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2} status=0 QTime=86
   [junit4]   2> 11223 INFO  (zkCallback-17-thread-2-processing-n:127.0.0.1:36255_solr) [n:127.0.0.1:36255_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testcollection/state.json] for collection [testcollection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 11223 INFO  (zkCallback-17-thread-1-processing-n:127.0.0.1:36255_solr) [n:127.0.0.1:36255_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testcollection/state.json] for collection [testcollection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 11223 INFO  (zkCallback-19-thread-2-processing-n:127.0.0.1:42009_solr) [n:127.0.0.1:42009_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testcollection/state.json] for collection [testcollection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 11225 INFO  (qtp968524623-37) [n:127.0.0.1:36255_solr    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.testcollection.shard1.replica_n3, tag=1242778303
   [junit4]   2> 11225 INFO  (qtp968524623-37) [n:127.0.0.1:36255_solr    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.testcollection.shard1.leader, tag=1242778303
   [junit4]   2> 11237 INFO  (qtp968524623-99) [n:127.0.0.1:36255_solr    ] o.a.s.c.SolrCore [testcollection_shard2_replica_n7]  CLOSING SolrCore org.apache.solr.core.SolrCore@63cc5f5a
   [junit4]   2> 11245 INFO  (qtp968524623-99) [n:127.0.0.1:36255_solr    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.testcollection.shard2.replica_n7, tag=1674338138
   [junit4]   2> 11245 INFO  (qtp968524623-99) [n:127.0.0.1:36255_solr    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.testcollection.shard2.leader, tag=1674338138
   [junit4]   2> 11247 WARN  (zkCallback-19-thread-1-processing-n:127.0.0.1:42009_solr) [n:127.0.0.1:42009_solr    ] o.a.s.c.LeaderElector Our node is no longer in line to be leader
   [junit4]   2> 11249 INFO  (qtp968524623-37) [n:127.0.0.1:36255_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={deleteInstanceDir=true&core=testcollection_shard1_replica_n3&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2} status=0 QTime=112
   [junit4]   2> 11265 WARN  (zkCallback-19-thread-1-processing-n:127.0.0.1:42009_solr) [n:127.0.0.1:42009_solr    ] o.a.s.c.LeaderElector 
   [junit4]   2> org.apache.solr.common.SolrException: SolrCore not found:testcollection_shard2_replica_n5 in []
   [junit4]   2> 	at org.apache.solr.cloud.ShardLeaderElectionContext.runLeaderProcess(ElectionContext.java:311)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:170)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:135)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.access$200(LeaderElector.java:56)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector$ElectionWatcher.process(LeaderElector.java:348)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$1.lambda$process$1(SolrZkClient.java:269)
   [junit4]   2> 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:514)
   [junit4]   2> 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188)
   [junit4]   2> 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
   [junit4]   2> 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 11268 INFO  (qtp1822483866-41) [n:127.0.0.1:42009_solr    ] o.a.s.c.ShardLeaderElectionContextBase No version found for ephemeral leader parent node, won't remove previous leader registration.
   [junit4]   2> 11268 INFO  (qtp968524623-99) [n:127.0.0.1:36255_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={deleteInstanceDir=true&core=testcollection_shard2_replica_n7&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2} status=0 QTime=124
   [junit4]   2> 11269 INFO  (qtp1822483866-41) [n:127.0.0.1:42009_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={deleteInstanceDir=true&core=testcollection_shard2_replica_n5&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2} status=0 QTime=124
   [junit4]   2> 11996 INFO  (qtp968524623-32) [n:127.0.0.1:36255_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={name=testcollection&action=DELETE&wt=javabin&version=2} status=0 QTime=869
   [junit4]   2> 11998 INFO  (TEST-TestAuthenticationFramework.testBasics-seed#[A9217D1D6DB0F332]) [    ] o.a.s.c.AbstractDistribZkTestBase Wait for collection to disappear - collection: testcollection failOnTimeout:true timeout (sec):330
   [junit4]   1> -
   [junit4]   2> 11998 INFO  (TEST-TestAuthenticationFramework.testBasics-seed#[A9217D1D6DB0F332]) [    ] o.a.s.c.AbstractDistribZkTestBase Collection has disappeared - collection: testcollection
   [junit4]   2> 12010 INFO  (qtp968524623-89) [n:127.0.0.1:36255_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params async=2e7fb4a9-88f6-414d-a274-ec92a59867eb&replicationFactor=2&collection.configName=solrCloudCollectionConfig&maxShardsPerNode=2&name=testcollection&nrtReplicas=2&action=CREATE&numShards=2&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 12017 INFO  (qtp968524623-89) [n:127.0.0.1:36255_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={async=2e7fb4a9-88f6-414d-a274-ec92a59867eb&replicationFactor=2&collection.configName=solrCloudCollectionConfig&maxShardsPerNode=2&name=testcollection&nrtReplicas=2&action=CREATE&numShards=2&wt=javabin&version=2} status=0 QTime=6
   [junit4]   2> 12020 INFO  (qtp968524623-32) [n:127.0.0.1:36255_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with params requestid=2e7fb4a9-88f6-414d-a274-ec92a59867eb&action=REQUESTSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 12022 INFO  (qtp968524623-32) [n:127.0.0.1:36255_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={requestid=2e7fb4a9-88f6-414d-a274-ec92a59867eb&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 12043 INFO  (OverseerThreadFactory-12-thread-3-processing-n:127.0.0.1:42009_solr) [n:127.0.0.1:42009_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection testcollection
   [junit4]   2> 12047 INFO  (OverseerCollectionConfigSetProcessor-72147063901585414-127.0.0.1:42009_solr-n_0000000000) [n:127.0.0.1:42009_solr    ] 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> 12174 INFO  (OverseerStateUpdate-72147063901585414-127.0.0.1:42009_solr-n_0000000000) [n:127.0.0.1:42009_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testcollection",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testcollection_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:36255/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 12177 INFO  (OverseerStateUpdate-72147063901585414-127.0.0.1:42009_solr-n_0000000000) [n:127.0.0.1:42009_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testcollection",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testcollection_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:42009/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 12183 INFO  (OverseerStateUpdate-72147063901585414-127.0.0.1:42009_solr-n_0000000000) [n:127.0.0.1:42009_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testcollection",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"testcollection_shard2_replica_n4",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:36255/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 12188 INFO  (OverseerStateUpdate-72147063901585414-127.0.0.1:42009_solr-n_0000000000) [n:127.0.0.1:42009_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testcollection",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"testcollection_shard2_replica_n6",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:42009/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 12411 INFO  (qtp968524623-35) [n:127.0.0.1:36255_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=solrCloudCollectionConfig&newCollection=true&collection=testcollection&version=2&replicaType=NRT&async=2e7fb4a9-88f6-414d-a274-ec92a59867eb1365213323374762&coreNodeName=core_node7&name=testcollection_shard2_replica_n4&action=CREATE&numShards=2&shard=shard2&wt=javabin} status=0 QTime=7
   [junit4]   2> 12412 INFO  (parallelCoreAdminExecutor-13-thread-1-processing-n:127.0.0.1:36255_solr 2e7fb4a9-88f6-414d-a274-ec92a59867eb1365213323374762 CREATE) [n:127.0.0.1:36255_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=solrCloudCollectionConfig&newCollection=true&collection=testcollection&version=2&replicaType=NRT&async=2e7fb4a9-88f6-414d-a274-ec92a59867eb1365213323374762&coreNodeName=core_node7&name=testcollection_shard2_replica_n4&action=CREATE&numShards=2&shard=shard2&wt=javabin
   [junit4]   2> 12426 INFO  (qtp1822483866-30) [n:127.0.0.1:42009_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=solrCloudCollectionConfig&newCollection=true&collection=testcollection&version=2&replicaType=NRT&async=2e7fb4a9-88f6-414d-a274-ec92a59867eb1365213317820678&coreNodeName=core_node5&name=testcollection_shard1_replica_n2&action=CREATE&numShards=2&shard=shard1&wt=javabin} status=0 QTime=23
   [junit4]   2> 12450 INFO  (parallelCoreAdminExecutor-14-thread-1-processing-n:127.0.0.1:42009_solr 2e7fb4a9-88f6-414d-a274-ec92a59867eb1365213317820678 CREATE) [n:127.0.0.1:42009_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=solrCloudCollectionConfig&newCollection=true&collection=testcollection&version=2&replicaType=NRT&async=2e7fb4a9-88f6-414d-a274-ec92a59867eb1365213317820678&coreNodeName=core_node5&name=testcollection_shard1_replica_n2&action=CREATE&numShards=2&shard=shard1&wt=javabin
   [junit4]   2> 12459 INFO  (qtp968524623-88) [n:127.0.0.1:36255_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=solrCloudCollectionConfig&newCollection=true&collection=testcollection&version=2&replicaType=NRT&async=2e7fb4a9-88f6-414d-a274-ec92a59867eb1365213314455630&coreNodeName=core_node3&name=testcollection_shard1_replica_n1&action=CREATE&numShards=2&shard=shard1&wt=javabin} status=0 QTime=17
   [junit4]   2> 12487 INFO  (qtp1822483866-117) [n:127.0.0.1:42009_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=solrCloudCollectionConfig&newCollection=true&collection=testcollection&version=2&replicaType=NRT&async=2e7fb4a9-88f6-414d-a274-ec92a59867eb1365213328702371&coreNodeName=core_node8&name=testcollection_shard2_replica_n6&action=CREATE&numShards=2&shard=shard2&wt=javabin} status=0 QTime=40
   [junit4]   2> 12488 INFO  (parallelCoreAdminExecutor-13-thread-2-processing-n:127.0.0.1:36255_solr 2e7fb4a9-88f6-414d-a274-ec92a59867eb1365213314455630 CREATE) [n:127.0.0.1:36255_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=solrCloudCollectionConfig&newCollection=true&collection=testcollection&version=2&replicaType=NRT&async=2e7fb4a9-88f6-414d-a274-ec92a59867eb1365213314455630&coreNodeName=core_node3&name=testcollection_shard1_replica_n1&action=CREATE&numShards=2&shard=shard1&wt=javabin
   [junit4]   2> 12494 INFO  (qtp968524623-35) [n:127.0.0.1:36255_solr    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 2e7fb4a9-88f6-414d-a274-ec92a59867eb1365213323374762
   [junit4]   2> 12494 INFO  (qtp968524623-35) [n:127.0.0.1:36255_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&requestid=2e7fb4a9-88f6-414d-a274-ec92a59867eb1365213323374762&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 12509 INFO  (parallelCoreAdminExecutor-14-thread-2-processing-n:127.0.0.1:42009_solr 2e7fb4a9-88f6-414d-a274-ec92a59867eb1365213328702371 CREATE) [n:127.0.0.1:42009_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=solrCloudCollectionConfig&newCollection=true&collection=testcollection&version=2&replicaType=NRT&async=2e7fb4a9-88f6-414d-a274-ec92a59867eb1365213328702371&coreNodeName=core_node8&name=testcollection_shard2_replica_n6&action=CREATE&numShards=2&shard=shard2&wt=javabin
   [junit4]   2> 12662 INFO  (zkCallback-17-thread-1-processing-n:127.0.0.1:36255_solr) [n:127.0.0.1:36255_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testcollection/state.json] for collection [testcollection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 12662 INFO  (zkCallback-17-thread-2-processing-n:127.0.0.1:36255_solr) [n:127.0.0.1:36255_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testcollection/state.json] for collection [testcollection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 12663 INFO  (zkCallback-19-thread-1-processing-n:127.0.0.1:42009_solr) [n:127.0.0.1:42009_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDa

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

[junit4]   2> 16100 INFO  (zkCallback-17-thread-1-processing-n:127.0.0.1:36255_solr) [n:127.0.0.1:36255_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 16100 INFO  (zkCallback-19-thread-1-processing-n:127.0.0.1:42009_solr) [n:127.0.0.1:42009_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 16101 INFO  (jetty-closer-2-thread-2) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 16101 INFO  (jetty-closer-2-thread-1) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@13fb63d: rootName = solr_42009, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@2f6ef11e
   [junit4]   2> 16102 INFO  (coreCloseExecutor-57-thread-1) [n:127.0.0.1:36255_solr c:testcollection s:shard2 r:core_node7 x:testcollection_shard2_replica_n4] o.a.s.c.SolrCore [testcollection_shard2_replica_n4]  CLOSING SolrCore org.apache.solr.core.SolrCore@278baf58
   [junit4]   2> 16102 INFO  (coreCloseExecutor-57-thread-2) [n:127.0.0.1:36255_solr c:testcollection s:shard1 r:core_node3 x:testcollection_shard1_replica_n1] o.a.s.c.SolrCore [testcollection_shard1_replica_n1]  CLOSING SolrCore org.apache.solr.core.SolrCore@19757cc7
   [junit4]   2> 16102 INFO  (coreCloseExecutor-57-thread-1) [n:127.0.0.1:36255_solr c:testcollection s:shard2 r:core_node7 x:testcollection_shard2_replica_n4] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.testcollection.shard2.replica_n4, tag=663465816
   [junit4]   2> 16102 INFO  (coreCloseExecutor-57-thread-1) [n:127.0.0.1:36255_solr c:testcollection s:shard2 r:core_node7 x:testcollection_shard2_replica_n4] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@405c9668: rootName = solr_36255, domain = solr.core.testcollection.shard2.replica_n4, service url = null, agent id = null] for registry solr.core.testcollection.shard2.replica_n4 / com.codahale.metrics.MetricRegistry@29250a47
   [junit4]   2> 16102 INFO  (jetty-closer-2-thread-1) [    ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:42009_solr
   [junit4]   2> 16103 INFO  (jetty-closer-2-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 16103 INFO  (zkCallback-19-thread-1-processing-n:127.0.0.1:42009_solr) [n:127.0.0.1:42009_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (0)
   [junit4]   2> 16103 INFO  (zkCallback-17-thread-1-processing-n:127.0.0.1:36255_solr) [n:127.0.0.1:36255_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (0)
   [junit4]   2> 16105 INFO  (coreCloseExecutor-58-thread-1) [n:127.0.0.1:42009_solr c:testcollection s:shard1 r:core_node5 x:testcollection_shard1_replica_n2] o.a.s.c.SolrCore [testcollection_shard1_replica_n2]  CLOSING SolrCore org.apache.solr.core.SolrCore@5edc9a9c
   [junit4]   2> 16105 INFO  (coreCloseExecutor-58-thread-2) [n:127.0.0.1:42009_solr c:testcollection s:shard2 r:core_node8 x:testcollection_shard2_replica_n6] o.a.s.c.SolrCore [testcollection_shard2_replica_n6]  CLOSING SolrCore org.apache.solr.core.SolrCore@194ecaa0
   [junit4]   2> 16105 INFO  (coreCloseExecutor-58-thread-1) [n:127.0.0.1:42009_solr c:testcollection s:shard1 r:core_node5 x:testcollection_shard1_replica_n2] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.testcollection.shard1.replica_n2, tag=1591515804
   [junit4]   2> 16105 INFO  (coreCloseExecutor-58-thread-1) [n:127.0.0.1:42009_solr c:testcollection s:shard1 r:core_node5 x:testcollection_shard1_replica_n2] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@2c182f74: rootName = solr_42009, domain = solr.core.testcollection.shard1.replica_n2, service url = null, agent id = null] for registry solr.core.testcollection.shard1.replica_n2 / com.codahale.metrics.MetricRegistry@443cce82
   [junit4]   2> 16112 INFO  (coreCloseExecutor-57-thread-1) [n:127.0.0.1:36255_solr c:testcollection s:shard2 r:core_node7 x:testcollection_shard2_replica_n4] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.testcollection.shard2.leader, tag=663465816
   [junit4]   2> 16112 INFO  (coreCloseExecutor-57-thread-2) [n:127.0.0.1:36255_solr c:testcollection s:shard1 r:core_node3 x:testcollection_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.testcollection.shard1.replica_n1, tag=427130055
   [junit4]   2> 16112 INFO  (coreCloseExecutor-57-thread-2) [n:127.0.0.1:36255_solr c:testcollection s:shard1 r:core_node3 x:testcollection_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@74b2405f: rootName = solr_36255, domain = solr.core.testcollection.shard1.replica_n1, service url = null, agent id = null] for registry solr.core.testcollection.shard1.replica_n1 / com.codahale.metrics.MetricRegistry@32fc4a57
   [junit4]   2> 16117 INFO  (coreCloseExecutor-58-thread-2) [n:127.0.0.1:42009_solr c:testcollection s:shard2 r:core_node8 x:testcollection_shard2_replica_n6] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.testcollection.shard2.replica_n6, tag=424594080
   [junit4]   2> 16117 INFO  (coreCloseExecutor-58-thread-2) [n:127.0.0.1:42009_solr c:testcollection s:shard2 r:core_node8 x:testcollection_shard2_replica_n6] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@79e2f743: rootName = solr_42009, domain = solr.core.testcollection.shard2.replica_n6, service url = null, agent id = null] for registry solr.core.testcollection.shard2.replica_n6 / com.codahale.metrics.MetricRegistry@51363103
   [junit4]   2> 16122 INFO  (coreCloseExecutor-57-thread-2) [n:127.0.0.1:36255_solr c:testcollection s:shard1 r:core_node3 x:testcollection_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.testcollection.shard1.leader, tag=427130055
   [junit4]   2> 16128 INFO  (coreCloseExecutor-58-thread-2) [n:127.0.0.1:42009_solr c:testcollection s:shard2 r:core_node8 x:testcollection_shard2_replica_n6] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.testcollection.shard2.leader, tag=424594080
   [junit4]   2> 16129 INFO  (coreCloseExecutor-58-thread-1) [n:127.0.0.1:42009_solr c:testcollection s:shard1 r:core_node5 x:testcollection_shard1_replica_n2] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.testcollection.shard1.leader, tag=1591515804
   [junit4]   2> 16157 INFO  (jetty-closer-2-thread-1) [    ] o.a.s.c.Overseer Overseer (id=72147063901585414-127.0.0.1:42009_solr-n_0000000000) closing
   [junit4]   2> 16158 INFO  (OverseerStateUpdate-72147063901585414-127.0.0.1:42009_solr-n_0000000000) [n:127.0.0.1:42009_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:42009_solr
   [junit4]   2> 16177 WARN  (OverseerAutoScalingTriggerThread-72147063901585414-127.0.0.1:42009_solr-n_0000000000) [n:127.0.0.1:42009_solr    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 16179 INFO  (jetty-closer-2-thread-2) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@4ef7d979{/solr,null,UNAVAILABLE}
   [junit4]   2> 16180 INFO  (jetty-closer-2-thread-2) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 16180 INFO  (jetty-closer-2-thread-1) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@5c024df7{/solr,null,UNAVAILABLE}
   [junit4]   2> 16180 INFO  (jetty-closer-2-thread-1) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 16181 ERROR (SUITE-TestAuthenticationFramework-seed#[A9217D1D6DB0F332]-worker) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 16182 INFO  (SUITE-TestAuthenticationFramework-seed#[A9217D1D6DB0F332]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:35591 35591
   [junit4]   2> 21960 INFO  (Thread-0) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:35591 35591
   [junit4]   2> 21961 WARN  (Thread-0) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	13	/solr/collections/testcollection/terms/shard1
   [junit4]   2> 	13	/solr/collections/testcollection/terms/shard2
   [junit4]   2> 	4	/solr/configs/solrCloudCollectionConfig
   [junit4]   2> 	3	/solr/aliases.json
   [junit4]   2> 	2	/solr/security.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	23	/solr/collections/testcollection/state.json
   [junit4]   2> 	3	/solr/clusterstate.json
   [junit4]   2> 	3	/solr/clusterprops.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	3	/solr/live_nodes
   [junit4]   2> 	3	/solr/collections
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestAuthenticationFramework_A9217D1D6DB0F332-001
   [junit4]   2> NOTE: test params are: codec=CheapBastard, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@44e8452c), locale=xog-UG, timezone=Africa/Porto-Novo
   [junit4]   2> NOTE: Linux 4.13.0-32-generic amd64/Oracle Corporation 9.0.4 (64-bit)/cpus=8,threads=1,free=293638144,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [TestAuthenticationFramework]
   [junit4] Completed [10/776 (1!)] on J1 in 22.67s, 1 test, 1 error <<< FAILURES!

[...truncated 43749 lines...]

[JENKINS-EA] Lucene-Solr-master-Linux (64bit/jdk-10-ea+42) - Build # 21455 - Still Unstable!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/21455/
Java: 64bit/jdk-10-ea+42 -XX:+UseCompressedOops -XX:+UseParallelGC

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

Error Message:
Could not find collection:collection2

Stack Trace:
java.lang.AssertionError: Could not find collection:collection2
	at __randomizedtesting.SeedInfo.seed([E98666FEF1703A34:61D259245F8C57CC]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.junit.Assert.assertNotNull(Assert.java:526)
	at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:155)
	at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:140)
	at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:135)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.waitForRecoveriesToFinish(AbstractFullDistribZkTestBase.java:915)
	at org.apache.solr.cloud.FullSolrCloudDistribCmdsTest.testIndexingBatchPerRequestWithHttpSolrClient(FullSolrCloudDistribCmdsTest.java:612)
	at org.apache.solr.cloud.FullSolrCloudDistribCmdsTest.test(FullSolrCloudDistribCmdsTest.java:152)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:993)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at 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.base/java.lang.Thread.run(Thread.java:844)


FAILED:  org.apache.solr.cloud.autoscaling.AutoAddReplicasPlanActionTest.testSimple

Error Message:
IOException occured when talking to server at: https://127.0.0.1:37249/solr

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: https://127.0.0.1:37249/solr
	at __randomizedtesting.SeedInfo.seed([E98666FEF1703A34:D1354200D683EEE5]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:657)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1104)
	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.SolrClient.request(SolrClient.java:1219)
	at org.apache.solr.cloud.autoscaling.AutoAddReplicasPlanActionTest.testSimple(AutoAddReplicasPlanActionTest.java:110)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at 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.base/java.lang.Thread.run(Thread.java:844)
Caused by: org.apache.http.NoHttpResponseException: 127.0.0.1:37249 failed to respond
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:141)
	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:111)
	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:542)
	... 47 more




Build Log:
[...truncated 12889 lines...]
   [junit4] Suite: org.apache.solr.cloud.autoscaling.AutoAddReplicasPlanActionTest
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_E98666FEF1703A34-001/init-core-data-001
   [junit4]   2> 1045624 WARN  (SUITE-AutoAddReplicasPlanActionTest-seed#[E98666FEF1703A34]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=1 numCloses=1
   [junit4]   2> 1045624 INFO  (SUITE-AutoAddReplicasPlanActionTest-seed#[E98666FEF1703A34]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 1045625 INFO  (SUITE-AutoAddReplicasPlanActionTest-seed#[E98666FEF1703A34]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason="", value=0.0/0.0, ssl=0.0/0.0, clientAuth=0.0/0.0)
   [junit4]   2> 1045625 INFO  (SUITE-AutoAddReplicasPlanActionTest-seed#[E98666FEF1703A34]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 1045626 INFO  (SUITE-AutoAddReplicasPlanActionTest-seed#[E98666FEF1703A34]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 3 servers in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_E98666FEF1703A34-001/tempDir-001
   [junit4]   2> 1045626 INFO  (SUITE-AutoAddReplicasPlanActionTest-seed#[E98666FEF1703A34]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1045626 INFO  (Thread-5546) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1045626 INFO  (Thread-5546) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1045628 ERROR (Thread-5546) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 1045726 INFO  (SUITE-AutoAddReplicasPlanActionTest-seed#[E98666FEF1703A34]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:44211
   [junit4]   2> 1045728 INFO  (zkConnectionManagerCallback-1463-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1045730 INFO  (jetty-launcher-1460-thread-1) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T14:27:37-07:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 1045730 INFO  (jetty-launcher-1460-thread-2) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T14:27:37-07:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 1045730 INFO  (jetty-launcher-1460-thread-3) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T14:27:37-07:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 1045731 INFO  (jetty-launcher-1460-thread-2) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1045731 INFO  (jetty-launcher-1460-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1045731 INFO  (jetty-launcher-1460-thread-2) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1045731 INFO  (jetty-launcher-1460-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1045731 INFO  (jetty-launcher-1460-thread-1) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 1045731 INFO  (jetty-launcher-1460-thread-2) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 1045731 INFO  (jetty-launcher-1460-thread-3) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1045731 INFO  (jetty-launcher-1460-thread-3) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1045731 INFO  (jetty-launcher-1460-thread-3) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 1045731 INFO  (jetty-launcher-1460-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@250647ba{/solr,null,AVAILABLE}
   [junit4]   2> 1045731 INFO  (jetty-launcher-1460-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@45fd61db{/solr,null,AVAILABLE}
   [junit4]   2> 1045732 INFO  (jetty-launcher-1460-thread-3) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@18f98ea{/solr,null,AVAILABLE}
   [junit4]   2> 1045733 INFO  (jetty-launcher-1460-thread-3) [    ] o.e.j.s.AbstractConnector Started ServerConnector@38305393{SSL,[ssl, http/1.1]}{127.0.0.1:37747}
   [junit4]   2> 1045733 INFO  (jetty-launcher-1460-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@2fa720bb{SSL,[ssl, http/1.1]}{127.0.0.1:37249}
   [junit4]   2> 1045733 INFO  (jetty-launcher-1460-thread-3) [    ] o.e.j.s.Server Started @1047802ms
   [junit4]   2> 1045733 INFO  (jetty-launcher-1460-thread-1) [    ] o.e.j.s.Server Started @1047802ms
   [junit4]   2> 1045733 INFO  (jetty-launcher-1460-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@6e43c4ff{SSL,[ssl, http/1.1]}{127.0.0.1:45867}
   [junit4]   2> 1045733 INFO  (jetty-launcher-1460-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=37747}
   [junit4]   2> 1045733 INFO  (jetty-launcher-1460-thread-2) [    ] o.e.j.s.Server Started @1047802ms
   [junit4]   2> 1045733 INFO  (jetty-launcher-1460-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=37249}
   [junit4]   2> 1045733 INFO  (jetty-launcher-1460-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=45867}
   [junit4]   2> 1045733 ERROR (jetty-launcher-1460-thread-3) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1045733 ERROR (jetty-launcher-1460-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1045733 ERROR (jetty-launcher-1460-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1045733 INFO  (jetty-launcher-1460-thread-3) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 1045733 INFO  (jetty-launcher-1460-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 1045733 INFO  (jetty-launcher-1460-thread-3) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1045733 INFO  (jetty-launcher-1460-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 1045733 INFO  (jetty-launcher-1460-thread-3) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1045733 INFO  (jetty-launcher-1460-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1045733 INFO  (jetty-launcher-1460-thread-3) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-02-14T07:14:33.472776Z
   [junit4]   2> 1045733 INFO  (jetty-launcher-1460-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1045733 INFO  (jetty-launcher-1460-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-02-14T07:14:33.472835Z
   [junit4]   2> 1045733 INFO  (jetty-launcher-1460-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1045734 INFO  (jetty-launcher-1460-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1045734 INFO  (jetty-launcher-1460-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-02-14T07:14:33.473157Z
   [junit4]   2> 1045735 INFO  (zkConnectionManagerCallback-1466-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1045735 INFO  (zkConnectionManagerCallback-1469-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1045735 INFO  (zkConnectionManagerCallback-1467-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1045735 INFO  (jetty-launcher-1460-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1045735 INFO  (jetty-launcher-1460-thread-3) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1045735 INFO  (jetty-launcher-1460-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1045738 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 0x10050cd548c0002, likely client has closed socket
   [junit4]   2> 1045739 INFO  (jetty-launcher-1460-thread-3) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44211/solr
   [junit4]   2> 1045740 INFO  (jetty-launcher-1460-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44211/solr
   [junit4]   2> 1045741 INFO  (jetty-launcher-1460-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44211/solr
   [junit4]   2> 1045741 INFO  (zkConnectionManagerCallback-1474-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1045741 INFO  (zkConnectionManagerCallback-1478-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1045742 INFO  (zkConnectionManagerCallback-1481-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1045742 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 0x10050cd548c0005, likely client has closed socket
   [junit4]   2> 1045743 INFO  (zkConnectionManagerCallback-1483-thread-1-processing-n:127.0.0.1:37747_solr) [n:127.0.0.1:37747_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1045743 INFO  (zkConnectionManagerCallback-1485-thread-1-processing-n:127.0.0.1:37249_solr) [n:127.0.0.1:37249_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1045743 INFO  (zkConnectionManagerCallback-1487-thread-1-processing-n:127.0.0.1:45867_solr) [n:127.0.0.1:45867_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1045789 INFO  (jetty-launcher-1460-thread-1) [n:127.0.0.1:37249_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1045790 INFO  (jetty-launcher-1460-thread-1) [n:127.0.0.1:37249_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:37249_solr
   [junit4]   2> 1045790 INFO  (jetty-launcher-1460-thread-1) [n:127.0.0.1:37249_solr    ] o.a.s.c.Overseer Overseer (id=72146436854906888-127.0.0.1:37249_solr-n_0000000000) starting
   [junit4]   2> 1045791 INFO  (jetty-launcher-1460-thread-2) [n:127.0.0.1:45867_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1045791 INFO  (jetty-launcher-1460-thread-3) [n:127.0.0.1:37747_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1045791 INFO  (jetty-launcher-1460-thread-2) [n:127.0.0.1:45867_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:45867_solr
   [junit4]   2> 1045791 INFO  (jetty-launcher-1460-thread-3) [n:127.0.0.1:37747_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:37747_solr
   [junit4]   2> 1045796 INFO  (zkCallback-1486-thread-1-processing-n:127.0.0.1:45867_solr) [n:127.0.0.1:45867_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1045796 INFO  (zkCallback-1484-thread-1-processing-n:127.0.0.1:37249_solr) [n:127.0.0.1:37249_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1045796 INFO  (zkCallback-1482-thread-1-processing-n:127.0.0.1:37747_solr) [n:127.0.0.1:37747_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1045799 INFO  (jetty-launcher-1460-thread-1) [n:127.0.0.1:37249_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:37249_solr
   [junit4]   2> 1045803 INFO  (zkCallback-1484-thread-1-processing-n:127.0.0.1:37249_solr) [n:127.0.0.1:37249_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1045803 INFO  (zkCallback-1486-thread-1-processing-n:127.0.0.1:45867_solr) [n:127.0.0.1:45867_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1045804 INFO  (zkCallback-1482-thread-1-processing-n:127.0.0.1:37747_solr) [n:127.0.0.1:37747_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1045831 INFO  (jetty-launcher-1460-thread-2) [n:127.0.0.1:45867_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45867.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@15ca468b
   [junit4]   2> 1045834 INFO  (jetty-launcher-1460-thread-1) [n:127.0.0.1:37249_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_37249.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@15ca468b
   [junit4]   2> 1045836 INFO  (jetty-launcher-1460-thread-2) [n:127.0.0.1:45867_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45867.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@15ca468b
   [junit4]   2> 1045837 INFO  (jetty-launcher-1460-thread-2) [n:127.0.0.1:45867_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45867.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@15ca468b
   [junit4]   2> 1045837 INFO  (jetty-launcher-1460-thread-2) [n:127.0.0.1:45867_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_E98666FEF1703A34-001/tempDir-001/node2/.
   [junit4]   2> 1045841 INFO  (jetty-launcher-1460-thread-1) [n:127.0.0.1:37249_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_37249.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@15ca468b
   [junit4]   2> 1045842 INFO  (jetty-launcher-1460-thread-1) [n:127.0.0.1:37249_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_37249.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@15ca468b
   [junit4]   2> 1045842 INFO  (jetty-launcher-1460-thread-1) [n:127.0.0.1:37249_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_E98666FEF1703A34-001/tempDir-001/node1/.
   [junit4]   2> 1045873 INFO  (jetty-launcher-1460-thread-3) [n:127.0.0.1:37747_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_37747.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@15ca468b
   [junit4]   2> 1045882 INFO  (jetty-launcher-1460-thread-3) [n:127.0.0.1:37747_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_37747.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@15ca468b
   [junit4]   2> 1045882 INFO  (jetty-launcher-1460-thread-3) [n:127.0.0.1:37747_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_37747.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@15ca468b
   [junit4]   2> 1045883 INFO  (jetty-launcher-1460-thread-3) [n:127.0.0.1:37747_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_E98666FEF1703A34-001/tempDir-001/node3/.
   [junit4]   2> 1045913 INFO  (zkConnectionManagerCallback-1495-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1045914 INFO  (zkConnectionManagerCallback-1499-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1045915 INFO  (SUITE-AutoAddReplicasPlanActionTest-seed#[E98666FEF1703A34]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 1045915 INFO  (SUITE-AutoAddReplicasPlanActionTest-seed#[E98666FEF1703A34]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:44211/solr ready
   [junit4]   2> 1045927 INFO  (TEST-AutoAddReplicasPlanActionTest.testSimple-seed#[E98666FEF1703A34]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testSimple
   [junit4]   2> 1045942 INFO  (qtp1568421645-11761) [n:127.0.0.1:37747_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=2&collection.configName=conf&maxShardsPerNode=2&autoAddReplicas=true&name=testSimple1&nrtReplicas=2&action=CREATE&numShards=2&createNodeSet=127.0.0.1:45867_solr,127.0.0.1:37249_solr&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1045943 INFO  (OverseerThreadFactory-2889-thread-1-processing-n:127.0.0.1:37249_solr) [n:127.0.0.1:37249_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection testSimple1
   [junit4]   2> 1046048 INFO  (OverseerStateUpdate-72146436854906888-127.0.0.1:37249_solr-n_0000000000) [n:127.0.0.1:37249_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testSimple1",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testSimple1_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:45867/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1046048 INFO  (OverseerStateUpdate-72146436854906888-127.0.0.1:37249_solr-n_0000000000) [n:127.0.0.1:37249_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testSimple1",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testSimple1_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:37249/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1046049 INFO  (OverseerStateUpdate-72146436854906888-127.0.0.1:37249_solr-n_0000000000) [n:127.0.0.1:37249_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testSimple1",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"testSimple1_shard2_replica_n4",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:45867/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1046050 INFO  (OverseerStateUpdate-72146436854906888-127.0.0.1:37249_solr-n_0000000000) [n:127.0.0.1:37249_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testSimple1",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"testSimple1_shard2_replica_n6",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:37249/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1046286 INFO  (qtp585562653-11753) [n:127.0.0.1:37249_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node5&collection.configName=conf&newCollection=true&name=testSimple1_shard1_replica_n2&action=CREATE&numShards=2&collection=testSimple1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1046286 INFO  (qtp585562653-11753) [n:127.0.0.1:37249_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1046286 INFO  (qtp1228262005-11755) [n:127.0.0.1:45867_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node7&collection.configName=conf&newCollection=true&name=testSimple1_shard2_replica_n4&action=CREATE&numShards=2&collection=testSimple1&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1046286 INFO  (qtp1228262005-11755) [n:127.0.0.1:45867_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1046287 INFO  (qtp1228262005-11837) [n:127.0.0.1:45867_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=testSimple1_shard1_replica_n1&action=CREATE&numShards=2&collection=testSimple1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1046291 INFO  (qtp585562653-11759) [n:127.0.0.1:37249_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node8&collection.configName=conf&newCollection=true&name=testSimple1_shard2_replica_n6&action=CREATE&numShards=2&collection=testSimple1&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1046393 INFO  (zkCallback-1484-thread-1-processing-n:127.0.0.1:37249_solr) [n:127.0.0.1:37249_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1046393 INFO  (zkCallback-1486-thread-1-processing-n:127.0.0.1:45867_solr) [n:127.0.0.1:45867_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1046393 INFO  (zkCallback-1484-thread-2-processing-n:127.0.0.1:37249_solr) [n:127.0.0.1:37249_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1047292 INFO  (qtp1228262005-11837) [n:127.0.0.1:45867_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1047292 INFO  (qtp585562653-11753) [n:127.0.0.1:37249_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1047312 INFO  (qtp585562653-11753) [n:127.0.0.1:37249_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.s.IndexSchema [testSimple1_shard1_replica_n2] Schema name=minimal
   [junit4]   2> 1047313 INFO  (qtp585562653-11753) [n:127.0.0.1:37249_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1047313 INFO  (qtp585562653-11753) [n:127.0.0.1:37249_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.c.CoreContainer Creating SolrCore 'testSimple1_shard1_replica_n2' using configuration from collection testSimple1, trusted=true
   [junit4]   2> 1047314 INFO  (qtp585562653-11753) [n:127.0.0.1:37249_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_37249.solr.core.testSimple1.shard1.replica_n2' (registry 'solr.core.testSimple1.shard1.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@15ca468b
   [junit4]   2> 1047314 INFO  (qtp585562653-11753) [n:127.0.0.1:37249_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1047314 INFO  (qtp585562653-11753) [n:127.0.0.1:37249_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.c.SolrCore [[testSimple1_shard1_replica_n2] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_E98666FEF1703A34-001/tempDir-001/node1/testSimple1_shard1_replica_n2], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_E98666FEF1703A34-001/tempDir-001/node1/./testSimple1_shard1_replica_n2/data/]
   [junit4]   2> 1047315 INFO  (qtp1228262005-11755) [n:127.0.0.1:45867_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1047315 INFO  (qtp585562653-11759) [n:127.0.0.1:37249_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1047318 INFO  (qtp1228262005-11837) [n:127.0.0.1:45867_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.s.IndexSchema [testSimple1_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 1047319 INFO  (qtp1228262005-11837) [n:127.0.0.1:45867_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1047319 INFO  (qtp1228262005-11837) [n:127.0.0.1:45867_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'testSimple1_shard1_replica_n1' using configuration from collection testSimple1, trusted=true
   [junit4]   2> 1047319 INFO  (qtp585562653-11759) [n:127.0.0.1:37249_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.s.IndexSchema [testSimple1_shard2_replica_n6] Schema name=minimal
   [junit4]   2> 1047319 INFO  (qtp1228262005-11755) [n:127.0.0.1:45867_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.s.IndexSchema [testSimple1_shard2_replica_n4] Schema name=minimal
   [junit4]   2> 1047319 INFO  (qtp1228262005-11837) [n:127.0.0.1:45867_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45867.solr.core.testSimple1.shard1.replica_n1' (registry 'solr.core.testSimple1.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@15ca468b
   [junit4]   2> 1047319 INFO  (qtp1228262005-11837) [n:127.0.0.1:45867_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1047319 INFO  (qtp1228262005-11837) [n:127.0.0.1:45867_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.c.SolrCore [[testSimple1_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_E98666FEF1703A34-001/tempDir-001/node2/testSimple1_shard1_replica_n1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_E98666FEF1703A34-001/tempDir-001/node2/./testSimple1_shard1_replica_n1/data/]
   [junit4]   2> 1047320 INFO  (qtp585562653-11759) [n:127.0.0.1:37249_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1047320 INFO  (qtp1228262005-11755) [n:127.0.0.1:45867_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1047320 INFO  (qtp585562653-11759) [n:127.0.0.1:37249_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.c.CoreContainer Creating SolrCore 'testSimple1_shard2_replica_n6' using configuration from collection testSimple1, trusted=true
   [junit4]   2> 1047320 INFO  (qtp1228262005-11755) [n:127.0.0.1:45867_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.c.CoreContainer Creating SolrCore 'testSimple1_shard2_replica_n4' using configuration from collection testSimple1, trusted=true
   [junit4]   2> 1047321 INFO  (qtp1228262005-11755) [n:127.0.0.1:45867_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45867.solr.core.testSimple1.shard2.replica_n4' (registry 'solr.core.testSimple1.shard2.replica_n4') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@15ca468b
   [junit4]   2> 1047321 INFO  (qtp1228262005-11755) [n:127.0.0.1:45867_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1047321 INFO  (qtp1228262005-11755) [n:127.0.0.1:45867_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.c.SolrCore [[testSimple1_shard2_replica_n4] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_E98666FEF1703A34-001/tempDir-001/node2/testSimple1_shard2_replica_n4], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_E98666FEF1703A34-001/tempDir-001/node2/./testSimple1_shard2_replica_n4/data/]
   [junit4]   2> 1047322 INFO  (qtp585562653-11759) [n:127.0.0.1:37249_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_37249.solr.core.testSimple1.shard2.replica_n6' (registry 'solr.core.testSimple1.shard2.replica_n6') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@15ca468b
   [junit4]   2> 1047322 INFO  (qtp585562653-11759) [n:127.0.0.1:37249_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1047322 INFO  (qtp585562653-11759) [n:127.0.0.1:37249_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.c.SolrCore [[testSimple1_shard2_replica_n6] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_E98666FEF1703A34-001/tempDir-001/node1/testSimple1_shard2_replica_n6], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_E98666FEF1703A34-001/tempDir-001/node1/./testSimple1_shard2_replica_n6/data/]
   [junit4]   2> 1047409 INFO  (qtp1228262005-11837) [n:127.0.0.1:45867_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1047409 INFO  (qtp1228262005-11837) [n:127.0.0.1:45867_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1047411 INFO  (qtp1228262005-11837) [n:127.0.0.1:45867_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1047411 INFO  (qtp1228262005-11837) [n:127.0.0.1:45867_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1047412 INFO  (qtp1228262005-11755) [n:127.0.0.1:45867_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1047412 INFO  (qtp1228262005-11755) [n:127.0.0.1:45867_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1047415 INFO  (qtp1228262005-11755) [n:127.0.0.1:45867_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1047415 INFO  (qtp1228262005-11755) [n:127.0.0.1:45867_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1047419 INFO  (qtp1228262005-11837) [n:127.0.0.1:45867_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@35ad2568[testSimple1_shard1_replica_n1] main]
   [junit4]   2> 1047420 INFO  (qtp1228262005-11837) [n:127.0.0.1:45867_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 1047420 INFO  (qtp1228262005-11837) [n:127.0.0.1:45867_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1047421 INFO  (qtp1228262005-11755) [n:127.0.0.1:45867_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.s.SolrIndexSearcher Opening [Searcher@27a1ed4c[testSimple1_shard2_replica_n4] main]
   [junit4]   2> 1047421 INFO  (qtp1228262005-11755) [n:127.0.0.1:45867_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 1047422 INFO  (qtp1228262005-11755) [n:127.0.0.1:45867_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1047422 INFO  (qtp1228262005-11837) [n:127.0.0.1:45867_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1047423 INFO  (searcherExecutor-2897-thread-1-processing-n:127.0.0.1:45867_solr x:testSimple1_shard1_replica_n1 s:shard1 c:testSimple1 r:core_node3) [n:127.0.0.1:45867_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.c.SolrCore [testSimple1_shard1_replica_n1] Registered new searcher Searcher@35ad2568[testSimple1_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1047423 INFO  (qtp1228262005-11837) [n:127.0.0.1:45867_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1592359623235469312
   [junit4]   2> 1047426 INFO  (qtp585562653-11753) [n:127.0.0.1:37249_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1047426 INFO  (qtp585562653-11753) [n:127.0.0.1:37249_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1047426 INFO  (qtp1228262005-11755) [n:127.0.0.1:45867_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1047427 INFO  (searcherExecutor-2899-thread-1-processing-n:127.0.0.1:45867_solr x:testSimple1_shard2_replica_n4 s:shard2 c:testSimple1 r:core_node7) [n:127.0.0.1:45867_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.c.SolrCore [testSimple1_shard2_replica_n4] Registered new searcher Searcher@27a1ed4c[testSimple1_shard2_replica_n4] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1047427 INFO  (qtp1228262005-11755) [n:127.0.0.1:45867_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1592359623239663616
   [junit4]   2> 1047427 INFO  (qtp585562653-11753) [n:127.0.0.1:37249_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1047428 INFO  (qtp585562653-11753) [n:127.0.0.1:37249_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1047429 INFO  (qtp585562653-11753) [n:127.0.0.1:37249_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.s.SolrIndexSearcher Opening [Searcher@f942873[testSimple1_shard1_replica_n2] main]
   [junit4]   2> 1047430 INFO  (qtp585562653-11753) [n:127.0.0.1:37249_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 1047430 INFO  (qtp585562653-11753) [n:127.0.0.1:37249_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1047430 INFO  (qtp585562653-11759) [n:127.0.0.1:37249_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1047430 INFO  (qtp585562653-11759) [n:127.0.0.1:37249_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1047431 INFO  (qtp585562653-11753) [n:127.0.0.1:37249_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1047431 INFO  (qtp585562653-11759) [n:127.0.0.1:37249_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1047431 INFO  (qtp585562653-11759) [n:127.0.0.1:37249_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1047431 INFO  (searcherExecutor-2896-thread-1-processing-n:127.0.0.1:37249_solr x:testSimple1_shard1_replica_n2 s:shard1 c:testSimple1 r:core_node5) [n:127.0.0.1:37249_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.c.SolrCore [testSimple1_shard1_replica_n2] Registered new searcher Searcher@f942873[testSimple1_shard1_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1047432 INFO  (qtp585562653-11753) [n:127.0.0.1:37249_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1592359623244906496
   [junit4]   2> 1047433 INFO  (qtp585562653-11759) [n:127.0.0.1:37249_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.s.SolrIndexSearcher Opening [Searcher@778e24d2[testSimple1_shard2_replica_n6] main]
   [junit4]   2> 1047434 INFO  (qtp585562653-11759) [n:127.0.0.1:37249_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 1047436 INFO  (qtp1228262005-11755) [n:127.0.0.1:45867_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for shard shard2: total=2 found=1 timeoutin=9999ms
   [junit4]   2> 1047436 INFO  (qtp585562653-11759) [n:127.0.0.1:37249_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1047437 INFO  (qtp585562653-11759) [n:127.0.0.1:37249_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1047438 INFO  (searcherExecutor-2898-thread-1-processing-n:127.0.0.1:37249_solr x:testSimple1_shard2_replica_n6 s:shard2 c:testSimple1 r:core_node8) [n:127.0.0.1:37249_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.c.SolrCore [testSimple1_shard2_replica_n6] Registered new searcher Searcher@778e24d2[testSimple1_shard2_replica_n6] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1047438 INFO  (qtp585562653-11759) [n:127.0.0.1:37249_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1592359623251197952
   [junit4]   2> 1047439 INFO  (qtp1228262005-11837) [n:127.0.0.1:45867_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for shard shard1: total=2 found=1 timeoutin=9999ms
   [junit4]   2> 1047937 INFO  (qtp1228262005-11755) [n:127.0.0.1:45867_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1047937 INFO  (qtp1228262005-11755) [n:127.0.0.1:45867_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1047937 INFO  (qtp1228262005-11755) [n:127.0.0.1:45867_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:45867/solr/testSimple1_shard2_replica_n4/
   [junit4]   2> 1047937 INFO  (qtp1228262005-11755) [n:127.0.0.1:45867_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.u.PeerSync PeerSync: core=testSimple1_shard2_replica_n4 url=https://127.0.0.1:45867/solr START replicas=[https://127.0.0.1:37249/solr/testSimple1_shard2_replica_n6/] nUpdates=100
   [junit4]   2> 1047939 INFO  (qtp1228262005-11837) [n:127.0.0.1:45867_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1047939 INFO  (qtp1228262005-11837) [n:127.0.0.1:45867_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1047939 INFO  (qtp1228262005-11837) [n:127.0.0.1:45867_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:45867/solr/testSimple1_shard1_replica_n1/
   [junit4]   2> 1047940 INFO  (qtp1228262005-11837) [n:127.0.0.1:45867_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.u.PeerSync PeerSync: core=testSimple1_shard1_replica_n1 url=https://127.0.0.1:45867/solr START replicas=[https://127.0.0.1:37249/solr/testSimple1_shard1_replica_n2/] nUpdates=100
   [junit4]   2> 1047940 INFO  (qtp585562653-11836) [n:127.0.0.1:37249_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.c.S.Request [testSimple1_shard2_replica_n6]  webapp=/solr path=/get params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1047943 INFO  (qtp585562653-11836) [n:127.0.0.1:37249_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.c.S.Request [testSimple1_shard1_replica_n2]  webapp=/solr path=/get params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1048238 INFO  (qtp1228262005-11755) [n:127.0.0.1:45867_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.u.PeerSync PeerSync: core=testSimple1_shard2_replica_n4 url=https://127.0.0.1:45867/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 1048238 INFO  (qtp1228262005-11755) [n:127.0.0.1:45867_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 1048238 INFO  (qtp1228262005-11755) [n:127.0.0.1:45867_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 1048238 INFO  (qtp1228262005-11755) [n:127.0.0.1:45867_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 1048240 INFO  (qtp1228262005-11755) [n:127.0.0.1:45867_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:45867/solr/testSimple1_shard2_replica_n4/ shard2
   [junit4]   2> 1048240 INFO  (qtp1228262005-11837) [n:127.0.0.1:45867_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.u.PeerSync PeerSync: core=testSimple1_shard1_replica_n1 url=https://127.0.0.1:45867/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 1048241 INFO  (qtp1228262005-11837) [n:127.0.0.1:45867_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 1048241 INFO  (qtp1228262005-11837) [n:127.0.0.1:45867_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 1048241 INFO  (qtp1228262005-11837) [n:127.0.0.1:45867_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 1048247 INFO  (qtp1228262005-11837) [n:127.0.0.1:45867_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:45867/solr/testSimple1_shard1_replica_n1/ shard1
   [junit4]   2> 1049395 INFO  (zkCallback-1484-thread-3-processing-n:127.0.0.1:37249_solr) [n:127.0.0.1:37249_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1049395 INFO  (zkCallback-1484-thread-2-processing-n:127.0.0.1:37249_solr) [n:127.0.0.1:37249_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1049395 INFO  (zkCallback-1486-thread-1-processing-n:127.0.0.1:45867_solr) [n:127.0.0.1:45867_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1049496 INFO  (zkCallback-1486-thread-1-processing-n:127.0.0.1:45867_solr) [n:127.0.0.1:45867_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1049496 INFO  (zkCallback-1484-thread-3-processing-n:127.0.0.1:37249_solr) [n:127.0.0.1:37249_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1049496 INFO  (zkCallback-1484-thread-2-processing-n:127.0.0.1:37249_solr) [n:127.0.0.1:37249_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1049499 INFO  (qtp1228262005-11837) [n:127.0.0.1:45867_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1049500 INFO  (qtp1228262005-11837) [n:127.0.0.1:45867_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=testSimple1_shard1_replica_n1&action=CREATE&numShards=2&collection=testSimple1&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=3214
   [junit4]   2> 1049542 INFO  (qtp1228262005-11755) [n:127.0.0.1:45867_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1049543 INFO  (qtp1228262005-11755) [n:127.0.0.1:45867_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node7&collection.configName=conf&newCollection=true&name=testSimple1_shard2_replica_n4&action=CREATE&numShards=2&collection=testSimple1&shard=shard2&wt=javabin&version=2&replicaType=NRT} status=0 QTime=3257
   [junit4]   2> 1049546 INFO  (qtp585562653-11753) [n:127.0.0.1:37249_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node5&collection.configName=conf&newCollection=true&name=testSimple1_shard1_replica_n2&action=CREATE&numShards=2&collection=testSimple1&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=3260
   [junit4]   2> 1049550 INFO  (qtp585562653-11759) [n:127.0.0.1:37249_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node8&collection.configName=conf&newCollection=true&name=testSimple1_shard2_replica_n6&action=CREATE&numShards=2&collection=testSimple1&shard=shard2&wt=javabin&version=2&replicaType=NRT} status=0 QTime=3258
   [junit4]   2> 1049552 INFO  (qtp1568421645-11761) [n:127.0.0.1:37747_solr    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 1049646 INFO  (zkCallback-1486-thread-1-processing-n:127.0.0.1:45867_solr) [n:127.0.0.1:45867_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1049646 INFO  (zkCallback-1484-thread-2-processing-n:127.0.0.1:37249_solr) [n:127.0.0.1:37249_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1049646 INFO  (zkCallback-1484-thread-3-processing-n:127.0.0.1:37249_solr) [n:127.0.0.1:37249_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1049944 INFO  (OverseerCollectionConfigSetProcessor-72146436854906888-127.0.0.1:37249_solr-n_0000000000) [n:127.0.0.1:37249_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> 1050552 INFO  (qtp1568421645-11761) [n:127.0.0.1:37747_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=2&collection.configName=conf&maxShardsPerNode=2&autoAddReplicas=true&name=testSimple1&nrtReplicas=2&action=CREATE&numShards=2&createNodeSet=127.0.0.1:45867_solr,127.0.0.1:37249_solr&wt=javabin&version=2} status=0 QTime=4610
   [junit4]   2> 1050553 INFO  (qtp1568421645-11763) [n:127.0.0.1:37747_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=2&collection.configName=conf&maxShardsPerNode=1&autoAddReplicas=false&name=testSimple2&nrtReplicas=2&action=CREATE&numShards=1&createNodeSet=127.0.0.1:37249_solr,127.0.0.1:37747_solr&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1050555 INFO  (OverseerThreadFactory-2889-thread-2-processing-n:127.0.0.1:37249_solr) [n:127.0.0.1:37249_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection testSimple2
   [junit4]   2> 1050759 INFO  (OverseerStateUpdate-72146436854906888-127.0.0.1:37249_solr-n_0000000000) [n:127.0.0.1:37249_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testSimple2",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testSimple2_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:37249/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1050760 INFO  (OverseerStateUpdate-72146436854906888-127.0.0.1:37249_solr-n_0000000000) [n:127.0.0.1:37249_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testSimple2",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testSimple2_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:37747/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1050961 INFO  (qtp585562653-11833) [n:127.0.0.1:37249_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=testSimple2_shard1_replica_n1&action=CREATE&numShards=1&collection=testSimple2&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1050963 INFO  (qtp1568421645-11762) [n:127.0.0.1:37747_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=testSimple2_shard1_replica_n2&action=CREATE&numShards=1&collection=testSimple2&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1050963 INFO  (qtp1568421645-11762) [n:127.0.0.1:37747_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1051065 INFO  (zkCallback-1484-thread-3-processing-n:127.0.0.1:37249_solr) [n:127.0.0.1:37249_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple2/state.json] for collection [testSimple2] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1051065 INFO  (zkCallback-1484-thread-2-processing-n:127.0.0.1:37249_solr) [n:127.0.0.1:37249_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple2/state.json] for collection [testSimple2] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1051065 INFO  (zkCallback-1482-thread-2-processing-n:127.0.0.1:37747_solr) [n:127.0.0.1:37747_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple2/state.json] for collection [testSimple2] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1051065 INFO  (zkCallback-1482-thread-1-processing-n:127.0.0.1:37747_solr) [n:127.0.0.1:37747_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple2/state.json] for collection [testSimple2] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1051967 INFO  (qtp585562653-11833) [n:127.0.0.1:37249_solr c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1051968 INFO  (qtp1568421645-11762) [n:127.0.0.1:37747_solr c:testSimple2 s:shard1 r:core_node4 x:testSimple2_shard1_replica_n2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1051971 INFO  (qtp585562653-11833) [n:127.0.0.1:37249_solr c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] o.a.s.s.IndexSchema [testSimple2_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 1051972 INFO  (qtp1568421645-11762) [n:127.0.0.1:37747_solr c:testSimple2 s:shard1 r:core_node4 x:testSimple2_shard1_replica_n2] o.a.s.s.IndexSchema [testSimple2_shard1_replica_n2] Schema name=minimal
   [junit4]   2> 1051973 INFO  (qtp1568421645-11762) [n:127.0.0.1:37747_solr c:testSimple2 s:shard1 r:core_node4 x:testSimple2_shard1_replica_n2] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1051973 INFO  (qtp585562653-11833) [n:127.0.0.1:37249_solr c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1051973 INFO  (qtp1568421645-11762) [n:127.0.0.1:37747_solr c:testSimple2 s:shard1 r:core_node4 x:testSimple2_shard1_replica_n2] o.a.s.c.CoreContainer Creating SolrCore 'testSimple2_shard1_replica_n2' using configuration from collection testSimple2, trusted=true
   [junit4]   2> 1051973 INFO  (qtp585562653-11833) [n:127.0.0.1:37249_solr c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'testSimple2_shard1_replica_n1' using configuration from collection testSimple2, trusted=true
   [junit4]   2> 1051973 INFO  (qtp585562653-11833) [n:127.0.0.1:37249_solr c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_37249.solr.core.testSimple2.shard1.replica_n1' (registry 'solr.core.testSimple2.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@15ca468b
   [junit4]   2> 1051973 INFO  (qtp585562653-11833) [n:127.0.0.1:37249_solr c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1051973 INFO  (qtp585562653-11833) [n:127.0.0.1:37249_solr c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] o.a.s.c.SolrCore [[testSimple2_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_E98666FEF1703A34-001/tempDir-001/node1/testSimple2_shard1_replica_n1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_E98666FEF1703A34-001/tempDir-001/node1/./testSimple2_shard1_replica_n1/data/]
   [junit4]   2> 1051975 INFO  (qtp1568421645-11762) [n:127.0.0.1:37747_solr c:testSimple2 s:shard1 r:core_node4 x:testSimple2_shard1_replica_n2] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_37747.solr.core.testSimple2.shard1.replica_n2' (registry 'solr.core.testSimple2.shard1.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@15ca468b
   [junit4]   2> 1051975 INFO  (qtp1568421645-11762) [n:127.0.0.1:37747_solr c:testSimple2 s:shard1 r:core_node4 x:testSimple2_shard1_replica_n2] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1051975 INFO  (qtp1568421645-11762) [n:127.0.0.1:37747_solr c:testSimple2 s:shard1 r:core_node4 x:testSimple2_shard1_replica_n2] o.a.s.c.SolrCore [[testSimple2_shard1_replica_n2] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_E98666FEF1703A34-001/tempDir-001/node3/testSimple2_shard1_replica_n2], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_E98666FEF1703A34-001/tempDir-001/node3/./testSimple2_shard1_replica_n2/data/]
   [junit4]   2> 1052034 INFO  (qtp585562653-11833) [n:127.0.0.1:37249_solr c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1052034 INFO  (qtp1568421645-11762) [n:127.0.0.1:37747_solr c:testSimple2 s:shard1 r:core_node4 x:testSimple2_shard1_replica_n2] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1052034 INFO  (qtp585562653-11833) [n:127.0.0.1:37249_solr c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1052034 INFO  (qtp1568421645-11762) [n:127.0.0.1:37747_solr c:testSimple2 s:shard1 r:core_node4 x:testSimple2_shard1_replica_n2] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1052034 INFO  (qtp585562653-11833) [n:127.0.0.1:37249_solr c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1052035 INFO  (qtp585562653-11833) [n:127.0.0.1:37249_solr c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1052035 INFO  (qtp1568421645-11762) [n:127.0.0.1:37747_solr c:testSimple2 s:shard1 r:core_node4 x:testSimple2_shard1_replica_n2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1052035 INFO  (qtp1568421645-11762) [n:127.0.0.1:37747_solr c:testSimple2 s:shard1 r:core_node4 x:testSimple2_shard1_replica_n2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1052035 INFO  (qtp585562653-11833) [n:127.0.0.1:37249_solr c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@1034ea02[testSimple2_shard1_replica_n1] main]
   [junit4]   2> 1052036 INFO  (qtp585562653-11833) [n:127.0.0.1:37249_solr c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 1052036 INFO  (qtp1568421645-11762) [n:127.0.0.1:37747_solr c:testSimple2 s:shard1 r:core_node4 x:testSimple2_shard1_replica_n2] o.a.s.s.SolrIndexSearcher Opening [Searcher@719f5c97[testSimple2_shard1_replica_n2] main]
   [junit4]   2> 1052036 INFO  (qtp585562653-11833) [n:127.0.0.1:37249_solr c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1052036 INFO  (qtp1568421645-11762) [n:127.0.0.1:37747_solr c:testSimple2 s:shard1 r:core_node4 x:testSimple2_shard1_replica_n2] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 1052036 INFO  (qtp585562653-11833) [n:127.0.0.1:37249_solr c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1052037 INFO  (qtp1568421645-11762) [n:127.0.0.1:37747_solr c:testSimple2 s:shard1 r:core_node4 x:testSimple2_shard1_replica_n2] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1052037 INFO  (qtp585562653-11833) [n:127.0.0.1:37249_solr c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1592359628073598976
   [junit4]   2> 1052037 INFO  (qtp1568421645-11762) [n:127.0.0.1:37747_solr c:testSimple2 s:shard1 r:core_node4 x:testSimple2_shard1_replica_n2] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1052038 INFO  (searcherExecutor-2916-thread-1-processing-n:127.0.0.1:37747_solr x:testSimple2_shard1_replica_n2 s:shard1 c:testSimple2 r:core_node4) [n:127.0.0.1:37747_solr c:testSimple2 s:shard1 r:core_node4 x:testSimple2_shard1_replica_n2] o.a.s.c.SolrCore [testSimple2_shard1_replica_n2] Registered new searcher Searcher@719f5c97[testSimple2_shard1_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1052038 INFO  (qtp1568421645-11762) [n:127.0.0.1:37747_solr c:testSimple2 s:shard1 r:core_node4 x:testSimple2_shard1_replica_n2] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1592359628074647552
   [junit4]   2> 1052039 INFO  (searcherExecutor-2917-thread-1-processing-n:127.0.0.1:37249_solr x:testSimple2_shard1_replica_n1 s:shard1 c:testSimple2 r:core_node3) [n:127.0.0.1:37249_solr c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] o.a.s.c.SolrCore [testSimple2_shard1_replica_n1] Registered new searcher Searcher@1034ea02[testSimple2_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1052041 INFO  (qtp1568421645-11762) [n:127.0.0.1:37747_solr c:testSimple2 s:shard1 r:core_node4 x:testSimple2_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1052041 INFO  (qtp1568421645-11762) [n:127.0.0.1:37747_solr c:testSimple2 s:shard1 r:core_node4 x:testSimple2_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1052041 INFO  (qtp1568421645-11762) [n:127.0.0.1:37747_solr c:testSimple2 s:shard1 r:core_node4 x:testSimple2_shard1_replica_n2] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:37747/solr/testSimple2_shard1_replica_n2/
   [junit4]   2> 1052041 INFO  (qtp1568421645-11762) [n:127.0.0.1:37747_solr c:testSimple2 s:shard1 r:core_node4 x:testSimple2_shard1_replica_n2] o.a.s.u.PeerSync PeerSync: core=testSimple2_shard1_replica_n2 url=https://127.0.0.1:37747/solr START replicas=[https://127.0.0.1:37249/solr/testSimple2_shard1_replica_n1/] nUpdates=100
   [junit4]   2> 1052044 INFO  (qtp585562653-11753) [n:127.0.0.1:37249_solr c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] o.a.s.c.S.Request [testSimple2_shard1_replica_n1]  webapp=/solr path=/get params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1052142 INFO  (zkCallback-1484-thread-2-processing-n:127.0.0.1:37249_solr) [n:127.0.0.1:37249_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple2/state.json] for collection [testSimple2] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1052142 INFO  (zkCallback-1482-thread-1-processing-n:127.0.0.1:37747_solr) [n:127.0.0.1:37747_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple2/state.json] for collection [testSimple2] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1052142 INFO  (zkCallback-1482-thread-2-processing-n:127.0.0.1:37747_solr) [n:127.0.0.1:37747_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple2/state.json] for collection [testSimple2] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1052142 INFO  (zkCallback-1484-thread-3-processing-n:127.0.0.1:37249_solr) [n:127.0.0.1:37249_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple2/state.json] for collection [testSimple2] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1052342 INFO  (qtp1568421645-11762) [n:127.0.0.1:37747_solr c:testSimple2 s:shard1 r:core_node4 x:testSimple2_shard1_replica_n2] o.a.s.u.PeerSync PeerSync: core=testSimple2_shard1_replica_n2 url=https://127.0.0.1:37747/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 1052342 INFO  (qtp1568421645-11762) [n:127.0.0.1:37747_solr c:testSimple2 s:shard1 r:core_node4 x:testSimple2_shard1_replica_n2] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 1052342 INFO  (qtp1568421645-11762) [n:127.0.0.1:37747_solr c:testSimple2 s:shard1 r:core_node4 x:testSimple2_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 1052342 INFO  (qtp1568421645-11762) [n:127.0.0.1:37747_solr c:testSimple2 s:shard1 r:core_node4 x:testSimple2_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 1052344 INFO  (qtp1568421645-11762) [n:127.0.0.1:37747_solr c:testSimple2 s:shard1 r:core_node4 x:testSimple2_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:37747/solr/testSimple2_shard1_replica_n2/ shard1
   [junit4]   2> 1052445 INFO  (zkCallback-1484-thread-3-processing-n:127.0.0.1:37249_solr) [n:127.0.0.1:37249_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple2/state.json] for collection [testSimple2] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1052445 INFO  (zkCallback-1482-thread-2-processing-n:127.0.0.1:37747_solr) [n:127.0.0.1:37747_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple2/state.json] for collection [testSimple2] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1052445 INFO  (zkCallback-1482-thread-1-processing-n:127.0.0.1:37747_solr) [n:127.0.0.1:37747_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple2/state.json] for collection [testSimple2] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1052445 INFO  (zkCallback-1484-thread-2-processing-n:127.0.0.1:37249_solr) [n:127.0.0.1:37249_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple2/state.json] for collection [testSimple2] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1052495 INFO  (qtp1568421645-11762) [n:127.0.0.1:37747_solr c:testSimple2 s:shard1 r:core_node4 x:testSimple2_shard1_replica_n2] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1052597 INFO  (zkCallback-1484-thread-2-processing-n:127.0.0.1:37249_solr) [n:127.0.0.1:37249_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple2/state.json] for collection [testSimple2] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1052597 INFO  (zkCallback-1482-thread-2-processing-n:127.0.0.1:37747_solr) [n:127.0.0.1:37747_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple2/state.json] for collection [testSimple2] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1052597 INFO  (zkCallback-1484-thread-3-processing-n:127.0.0.1:37249_solr) [n:127.0.0.1:37249_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple2/state.json] for collection [testSimple2] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1052597 INFO  (zkCallback-1482-thread-1-processing-n:127.0.0.1:37747_solr) [n:127.0.0.1:37747_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple2/state.json] for collection [testSimple2] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1053143 INFO  (zkCallback-1482-thread-2-processing-n:127.0.0.1:37747_solr) [n:127.0.0.1:37747_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple2/state.json] for collection [testSimple2] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1053143 INFO  (zkCallback-1484-thread-3-processing-n:127.0.0.1:37249_solr) [n:127.0.0.1:37249_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple2/state.json] for collection [testSimple2] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1053143 INFO  (zkCallback-1484-thread-2-processing-n:127.0.0.1:37249_solr) [n:127.0.0.1:37249_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple2/state.json] for collection [testSimple2] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1053143 INFO  (zkCallback-1482-thread-1-processing-n:127.0.0.1:37747_solr) [n:127.0.0.1:37747_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple2/state.json] for collection [testSimple2] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1053222 INFO  (qtp1568421645-11762) [n:127.0.0.1:37747_solr c:testSimple2 s:shard1 r:core_node4 x:testSimple2_shard1_replica_n2] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=testSimple2_shard1_replica_n2&action=CREATE&numShards=1&collection=testSimple2&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=2259
   [junit4]   2> 1053222 INFO  (qtp585562653-11833) [n:127.0.0.1:37249_solr c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=testSimple2_shard1_replica_n1&action=CREATE&numShards=1&collection=testSimple2&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=2260
   [junit4]   2> 1053223 INFO  (qtp1568421645-11763) [n:127.0.0.1:37747_solr    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 1053223 INFO  (qtp1568421645-11763) [n:127.0.0.1:37747_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=2&collection.configName=conf&maxShardsPerNode=1&autoAddReplicas=false&name=testSimple2&nrtReplicas=2&action=CREATE&numShards=1&createNodeSet=127.0.0.1:37249_solr,127.0.0.1:37747_solr&wt=javabin&version=2} status=0 QTime=2670
   [junit4]   2> 1053224 INFO  (qtp1568421645-11761) [n:127.0.0.1:37747_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=1&collection.configName=conf&maxShardsPerNode=3&autoAddReplicas=false&name=testSimple3&nrtReplicas=1&action=CREATE&numShards=3&createNodeSet=127.0.0.1:45867_solr&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1053225 INFO  (OverseerThreadFactory-2889-thread-3-processing-n:127.0.0.1:37249_solr) [n:127.0.0.1:37249_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection testSimple3
   [junit4]   2> 1053225 INFO  (OverseerCollectionConfigSetProcessor-72146436854906888-127.0.0.1:37249_solr-n_0000000000) [n:127.0.0.1:37249_solr    ] 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> 1053429 INFO  (OverseerStateUpdate-72146436854906888-127.0.0.1:37249_solr-n_0000000000) [n:127.0.0.1:37249_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testSimple3",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testSimple3_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:45867/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1053430 INFO  (OverseerStateUpdate-72146436854906888-127.0.0.1:37249_solr-n_0000000000) [n:127.0.0.1:37249_solr    ] o.a.s.c.o.SliceM

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

ngPostingsFormat(Lucene50(blocksize=128))), 7grand1_s=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))), 15parent_f2_s=PostingsFormat(name=LuceneVarGapFixedInterval), 25parent_f2_s=PostingsFormat(name=LuceneFixedGap), 6parent_f2_s=PostingsFormat(name=LuceneVarGapFixedInterval), 0parent_f2_s=PostingsFormat(name=Direct), 3grand1_s=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))), 19parent_f1_s=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))), 4parent_f1_s=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))), 9parent_f2_s=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))), a_t=PostingsFormat(name=LuceneFixedGap), id=PostingsFormat(name=Direct), 5grand3_s=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))), 1parent_f1_s=PostingsFormat(name=LuceneVarGapFixedInterval), 13parent_f1_s=PostingsFormat(name=LuceneFixedGap), 23parent_f1_s=PostingsFormat(name=Direct), _root_=PostingsFormat(name=LuceneFixedGap), 29parent_f1_s=PostingsFormat(name=Direct), 3child0_s=PostingsFormat(name=LuceneVarGapFixedInterval), 4child3_s=PostingsFormat(name=LuceneVarGapFixedInterval), 12parent_f1_s=PostingsFormat(name=Direct), 22parent_f1_s=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))), 1grand0_s=PostingsFormat(name=LuceneVarGapFixedInterval), 7parent_f1_s=PostingsFormat(name=Direct), 2child1_s=PostingsFormat(name=Direct), 3parent_f2_s=PostingsFormat(name=LuceneFixedGap), 32parent_f1_s=PostingsFormat(name=LuceneVarGapFixedInterval), 6grand3_s=PostingsFormat(name=LuceneVarGapFixedInterval), 31parent_f2_s=PostingsFormat(name=Direct), 5grand2_s=PostingsFormat(name=LuceneVarGapFixedInterval), 11parent_f2_s=PostingsFormat(name=LuceneVarGapFixedInterval), 21parent_f2_s=PostingsFormat(name=LuceneFixedGap), 4grand1_s=PostingsFormat(name=LuceneVarGapFixedInterval), 7grand4_s=PostingsFormat(name=LuceneVarGapFixedInterval), 3grand0_s=PostingsFormat(name=LuceneVarGapFixedInterval), 9parent_f1_s=PostingsFormat(name=LuceneVarGapFixedInterval), 30parent_f1_s=PostingsFormat(name=Direct), 14parent_f2_s=PostingsFormat(name=LuceneFixedGap), 20parent_f1_s=PostingsFormat(name=LuceneFixedGap), 1parent_f2_s=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))), 7grand0_s=PostingsFormat(name=LuceneVarGapFixedInterval), text_t=PostingsFormat(name=LuceneFixedGap), 24parent_f2_s=PostingsFormat(name=Direct), 13parent_f2_s=PostingsFormat(name=Direct), type_s=PostingsFormat(name=LuceneFixedGap), 23parent_f2_s=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))), 10parent_f1_s=PostingsFormat(name=LuceneVarGapFixedInterval), 22parent_f2_s=PostingsFormat(name=LuceneVarGapFixedInterval), 4child0_s=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))), 12parent_f2_s=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))), 32parent_f2_s=PostingsFormat(name=LuceneFixedGap), 31parent_f1_s=PostingsFormat(name=LuceneFixedGap), 5grand1_s=PostingsFormat(name=LuceneFixedGap), 6grand4_s=PostingsFormat(name=LuceneFixedGap), 11parent_f1_s=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))), 21parent_f1_s=PostingsFormat(name=LuceneVarGapFixedInterval), 4grand2_s=PostingsFormat(name=LuceneFixedGap), 7grand3_s=PostingsFormat(name=LuceneFixedGap), 14parent_f1_s=PostingsFormat(name=LuceneVarGapFixedInterval), 20parent_f2_s=PostingsFormat(name=Direct), 24parent_f1_s=PostingsFormat(name=LuceneFixedGap), 30parent_f2_s=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))), 5parent_f1_s=PostingsFormat(name=LuceneVarGapFixedInterval), 6grand0_s=PostingsFormat(name=LuceneFixedGap), 10parent_f2_s=PostingsFormat(name=LuceneFixedGap), 8parent_f1_s=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))), 27parent_f2_s=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))), 2parent_f2_s=PostingsFormat(name=LuceneVarGapFixedInterval), 4child1_s=PostingsFormat(name=Direct), 2grand1_s=PostingsFormat(name=LuceneVarGapFixedInterval), 17parent_f2_s=PostingsFormat(name=LuceneVarGapFixedInterval), 3child2_s=PostingsFormat(name=Direct), 16parent_f2_s=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))), 26parent_f2_s=PostingsFormat(name=LuceneVarGapFixedInterval), 1child0_s=PostingsFormat(name=Direct), 7grand6_s=PostingsFormat(name=Direct), 18parent_f1_s=PostingsFormat(name=Direct), 5grand0_s=PostingsFormat(name=Direct), 28parent_f1_s=PostingsFormat(name=LuceneFixedGap), 6grand5_s=PostingsFormat(name=Direct), 7grand2_s=PostingsFormat(name=Direct), 15parent_f1_s=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))), 4grand3_s=PostingsFormat(name=Direct), 6parent_f1_s=PostingsFormat(name=LuceneFixedGap), 25parent_f1_s=PostingsFormat(name=LuceneVarGapFixedInterval), 0parent_f1_s=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))), 3grand2_s=PostingsFormat(name=Direct), 19parent_f2_s=PostingsFormat(name=Direct), 4parent_f2_s=PostingsFormat(name=Direct), 5grand4_s=PostingsFormat(name=Direct), 6grand1_s=PostingsFormat(name=Direct), 5parent_f2_s=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))), 16parent_f1_s=PostingsFormat(name=LuceneVarGapFixedInterval), 8parent_f2_s=PostingsFormat(name=Direct), 29parent_f2_s=PostingsFormat(name=LuceneFixedGap), 2parent_f1_s=PostingsFormat(name=LuceneFixedGap), 4child2_s=PostingsFormat(name=LuceneFixedGap), rnd_b=PostingsFormat(name=Direct), 27parent_f1_s=PostingsFormat(name=Direct), 17parent_f1_s=PostingsFormat(name=LuceneFixedGap), 2grand0_s=PostingsFormat(name=LuceneFixedGap), 3child1_s=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))), 7parent_f2_s=PostingsFormat(name=LuceneFixedGap), 26parent_f1_s=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))), 2child0_s=PostingsFormat(name=LuceneFixedGap), 3parent_f1_s=PostingsFormat(name=Direct)}, docValues:{_version_=DocValuesFormat(name=Direct)}, maxPointsInLeafNode=1476, maxMBSortInHeap=5.089345844014558, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@3c5a05af), locale=en-PR, timezone=Europe/Ljubljana
   [junit4]   2> NOTE: Linux 4.13.0-32-generic amd64/Oracle Corporation 10-ea (64-bit)/cpus=8,threads=1,free=196108800,total=502792192
   [junit4]   2> NOTE: All tests run in this JVM: [TestDynamicFieldResource, CoreAdminCreateDiscoverTest, ManagedSchemaRoundRobinCloudTest, BasicZkTest, HdfsThreadLeakTest, RuleEngineTest, SyncSliceTest, TestBlobHandler, CollectionReloadTest, ZkStateReaderTest, TestSizeLimitedDistributedMap, TestStressVersions, TestTrackingShardHandlerFactory, TestFoldingMultitermQuery, TestTriggerIntegration, TestGenericDistributedQueue, TestCloudManagedSchema, CollectionStateFormat2Test, TestCharFilters, TestManagedSynonymFilterFactory, DocumentBuilderTest, NodeLostTriggerTest, FileUtilsTest, TestScoreJoinQPNoScore, TestTolerantUpdateProcessorCloud, TestReplicationHandler, AtomicUpdatesTest, CdcrBootstrapTest, AsyncCallRequestStatusResponseTest, ConfigSetsAPITest, ShardRoutingCustomTest, SuggesterTest, BooleanFieldTest, TestXmlQParser, SystemInfoHandlerTest, DistanceUnitsTest, RegexBytesRefFilterTest, TestShardHandlerFactory, HdfsWriteToMultipleCollectionsTest, GraphQueryTest, AlternateDirectoryTest, SolrSlf4jReporterTest, TestConfigSetsAPI, TestInitQParser, TestPolicyCloud, TestSolrJ, TestSolr4Spatial2, TestIntervalFaceting, TestSearcherReuse, TestFunctionQuery, FastVectorHighlighterTest, TestPerFieldSimilarity, PolyFieldTest, ComputePlanActionTest, TestRecovery, TestSha256AuthenticationProvider, TestMacros, MergeStrategyTest, TestFastLRUCache, TestLocalFSCloudBackupRestore, TestNodeLostTrigger, TestStressInPlaceUpdates, SecurityConfHandlerTest, PrimitiveFieldTypeTest, SOLR749Test, SampleTest, TimeRoutedAliasUpdateProcessorTest, CSVRequestHandlerTest, CoreSorterTest, TestRestoreCore, SortByFunctionTest, BlockDirectoryTest, QueryEqualityTest, TestStressRecovery, TestDynamicLoading, SimplePostToolTest, DistributedIntervalFacetingTest, HdfsCollectionsAPIDistributedZkTest, LeaderInitiatedRecoveryOnShardRestartTest, ClassificationUpdateProcessorTest, QueryElevationComponentTest, TestFieldCacheReopen, DistributedMLTComponentTest, ChaosMonkeySafeLeaderTest, PathHierarchyTokenizerFactoryTest, DocValuesNotIndexedTest, TestSimpleTrackingShardHandler, SignatureUpdateProcessorFactoryTest, HdfsLockFactoryTest, TestCloudRecovery, TestQueryWrapperFilter, TestSchemalessBufferedUpdates, TestPartialUpdateDeduplication, TestComplexPhraseQParserPlugin, TestRetrieveFieldsOptimizer, SchemaVersionSpecificBehaviorTest, FieldMutatingUpdateProcessorTest, TestJettySolrRunner, TestExpandComponent, SuggesterFSTTest, TestReRankQParserPlugin, TestGeoJSONResponseWriter, UpdateRequestProcessorFactoryTest, CloudMLTQParserTest, TestExactSharedStatsCache, BadComponentTest, SolrGraphiteReporterTest, CreateRoutedAliasTest, DeleteNodeTest, TestTrie, TestInitParams, TestCloudJSONFacetJoinDomain, TestSerializedLuceneMatchVersion, TestHdfsBackupRestoreCore, TermsComponentTest, DistributedSuggestComponentTest, MissingSegmentRecoveryTest, TestQueryUtils, DateRangeFieldTest, HdfsDirectoryFactoryTest, TestSubQueryTransformer, LoggingHandlerTest, OverseerTaskQueueTest, WrapperMergePolicyFactoryTest, DOMUtilTest, TestRandomRequestDistribution, HdfsChaosMonkeySafeLeaderTest, BasicDistributedZk2Test, UnloadDistributedZkTest, OpenCloseCoreStressTest, OverseerTest, ShardRoutingTest, FullSolrCloudDistribCmdsTest]
   [junit4] Completed [341/776 (2!)] on J1 in 59.64s, 1 test, 1 failure <<< FAILURES!

[...truncated 42688 lines...]

[JENKINS] Lucene-Solr-master-Linux (32bit/jdk1.8.0_162) - Build # 21454 - Still Unstable!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/21454/
Java: 32bit/jdk1.8.0_162 -client -XX:+UseSerialGC

2 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.TestCryptoKeys

Error Message:
1 thread leaked from SUITE scope at org.apache.solr.cloud.TestCryptoKeys:     1) Thread[id=4047, name=qtp7908968-4047, state=TIMED_WAITING, group=TGRP-TestCryptoKeys]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2163)         at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.reservedWait(ReservedThreadExecutor.java:308)         at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:373)         at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)         at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)         at java.lang.Thread.run(Thread.java:748)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.cloud.TestCryptoKeys: 
   1) Thread[id=4047, name=qtp7908968-4047, state=TIMED_WAITING, group=TGRP-TestCryptoKeys]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2163)
        at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.reservedWait(ReservedThreadExecutor.java:308)
        at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:373)
        at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)
        at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)
        at java.lang.Thread.run(Thread.java:748)
	at __randomizedtesting.SeedInfo.seed([616411DCCF70F4B4]:0)


FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.TestCryptoKeys

Error Message:
There are still zombie threads that couldn't be terminated:    1) Thread[id=4047, name=qtp7908968-4047, state=TIMED_WAITING, group=TGRP-TestCryptoKeys]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2163)         at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.reservedWait(ReservedThreadExecutor.java:308)         at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:373)         at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)         at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)         at java.lang.Thread.run(Thread.java:748)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   1) Thread[id=4047, name=qtp7908968-4047, state=TIMED_WAITING, group=TGRP-TestCryptoKeys]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2163)
        at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.reservedWait(ReservedThreadExecutor.java:308)
        at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:373)
        at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)
        at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)
        at java.lang.Thread.run(Thread.java:748)
	at __randomizedtesting.SeedInfo.seed([616411DCCF70F4B4]:0)




Build Log:
[...truncated 12404 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestCryptoKeys
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestCryptoKeys_616411DCCF70F4B4-001/init-core-data-001
   [junit4]   2> 649766 WARN  (SUITE-TestCryptoKeys-seed#[616411DCCF70F4B4]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=113 numCloses=113
   [junit4]   2> 649766 INFO  (SUITE-TestCryptoKeys-seed#[616411DCCF70F4B4]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 649768 INFO  (SUITE-TestCryptoKeys-seed#[616411DCCF70F4B4]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 649768 INFO  (SUITE-TestCryptoKeys-seed#[616411DCCF70F4B4]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 649768 INFO  (SUITE-TestCryptoKeys-seed#[616411DCCF70F4B4]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /_gx/g
   [junit4]   2> 649770 INFO  (TEST-TestCryptoKeys.test-seed#[616411DCCF70F4B4]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 649770 INFO  (Thread-1018) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 649770 INFO  (Thread-1018) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 649775 ERROR (Thread-1018) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 649870 INFO  (TEST-TestCryptoKeys.test-seed#[616411DCCF70F4B4]) [    ] o.a.s.c.ZkTestServer start zk server on port:38125
   [junit4]   2> 649872 INFO  (zkConnectionManagerCallback-805-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 649878 INFO  (zkConnectionManagerCallback-807-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 649882 INFO  (TEST-TestCryptoKeys.test-seed#[616411DCCF70F4B4]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 649883 INFO  (TEST-TestCryptoKeys.test-seed#[616411DCCF70F4B4]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 649885 INFO  (TEST-TestCryptoKeys.test-seed#[616411DCCF70F4B4]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 649885 INFO  (TEST-TestCryptoKeys.test-seed#[616411DCCF70F4B4]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 649886 INFO  (TEST-TestCryptoKeys.test-seed#[616411DCCF70F4B4]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 649887 INFO  (TEST-TestCryptoKeys.test-seed#[616411DCCF70F4B4]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 649888 INFO  (TEST-TestCryptoKeys.test-seed#[616411DCCF70F4B4]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 649890 INFO  (TEST-TestCryptoKeys.test-seed#[616411DCCF70F4B4]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 649892 INFO  (TEST-TestCryptoKeys.test-seed#[616411DCCF70F4B4]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 649892 INFO  (TEST-TestCryptoKeys.test-seed#[616411DCCF70F4B4]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 649893 INFO  (TEST-TestCryptoKeys.test-seed#[616411DCCF70F4B4]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 649894 INFO  (TEST-TestCryptoKeys.test-seed#[616411DCCF70F4B4]) [    ] o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly asked otherwise
   [junit4]   2> 649998 INFO  (TEST-TestCryptoKeys.test-seed#[616411DCCF70F4B4]) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-22T00:27:37+03:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 650005 INFO  (TEST-TestCryptoKeys.test-seed#[616411DCCF70F4B4]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 650005 INFO  (TEST-TestCryptoKeys.test-seed#[616411DCCF70F4B4]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 650005 INFO  (TEST-TestCryptoKeys.test-seed#[616411DCCF70F4B4]) [    ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 650005 INFO  (TEST-TestCryptoKeys.test-seed#[616411DCCF70F4B4]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@10be60c{/_gx/g,null,AVAILABLE}
   [junit4]   2> 650008 INFO  (TEST-TestCryptoKeys.test-seed#[616411DCCF70F4B4]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@1185b5{HTTP/1.1,[http/1.1]}{127.0.0.1:41707}
   [junit4]   2> 650008 INFO  (TEST-TestCryptoKeys.test-seed#[616411DCCF70F4B4]) [    ] o.e.j.s.Server Started @651262ms
   [junit4]   2> 650008 INFO  (TEST-TestCryptoKeys.test-seed#[616411DCCF70F4B4]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestCryptoKeys_616411DCCF70F4B4-001/tempDir-001/control/data, replicaType=NRT, hostContext=/_gx/g, hostPort=41707, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestCryptoKeys_616411DCCF70F4B4-001/control-001/cores}
   [junit4]   2> 650008 ERROR (TEST-TestCryptoKeys.test-seed#[616411DCCF70F4B4]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 650008 INFO  (TEST-TestCryptoKeys.test-seed#[616411DCCF70F4B4]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 650008 INFO  (TEST-TestCryptoKeys.test-seed#[616411DCCF70F4B4]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 650008 INFO  (TEST-TestCryptoKeys.test-seed#[616411DCCF70F4B4]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 650008 INFO  (TEST-TestCryptoKeys.test-seed#[616411DCCF70F4B4]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-02-14T03:15:41.480Z
   [junit4]   2> 650014 INFO  (zkConnectionManagerCallback-809-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 650015 INFO  (TEST-TestCryptoKeys.test-seed#[616411DCCF70F4B4]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 650015 INFO  (TEST-TestCryptoKeys.test-seed#[616411DCCF70F4B4]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestCryptoKeys_616411DCCF70F4B4-001/control-001/solr.xml
   [junit4]   2> 650022 INFO  (TEST-TestCryptoKeys.test-seed#[616411DCCF70F4B4]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 650022 INFO  (TEST-TestCryptoKeys.test-seed#[616411DCCF70F4B4]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 650024 INFO  (TEST-TestCryptoKeys.test-seed#[616411DCCF70F4B4]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@d359, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 650030 INFO  (TEST-TestCryptoKeys.test-seed#[616411DCCF70F4B4]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38125/solr
   [junit4]   2> 650034 INFO  (zkConnectionManagerCallback-813-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 650041 INFO  (zkConnectionManagerCallback-815-thread-1-processing-n:127.0.0.1:41707__gx%2Fg) [n:127.0.0.1:41707__gx%2Fg    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 650101 INFO  (TEST-TestCryptoKeys.test-seed#[616411DCCF70F4B4]) [n:127.0.0.1:41707__gx%2Fg    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 650102 INFO  (TEST-TestCryptoKeys.test-seed#[616411DCCF70F4B4]) [n:127.0.0.1:41707__gx%2Fg    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:41707__gx%2Fg
   [junit4]   2> 650102 INFO  (TEST-TestCryptoKeys.test-seed#[616411DCCF70F4B4]) [n:127.0.0.1:41707__gx%2Fg    ] o.a.s.c.Overseer Overseer (id=72145497584959492-127.0.0.1:41707__gx%2Fg-n_0000000000) starting
   [junit4]   2> 650110 INFO  (TEST-TestCryptoKeys.test-seed#[616411DCCF70F4B4]) [n:127.0.0.1:41707__gx%2Fg    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:41707__gx%2Fg
   [junit4]   2> 650118 INFO  (zkCallback-814-thread-1-processing-n:127.0.0.1:41707__gx%2Fg) [n:127.0.0.1:41707__gx%2Fg    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 650322 INFO  (TEST-TestCryptoKeys.test-seed#[616411DCCF70F4B4]) [n:127.0.0.1:41707__gx%2Fg    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@d359
   [junit4]   2> 650336 INFO  (TEST-TestCryptoKeys.test-seed#[616411DCCF70F4B4]) [n:127.0.0.1:41707__gx%2Fg    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@d359
   [junit4]   2> 650336 INFO  (TEST-TestCryptoKeys.test-seed#[616411DCCF70F4B4]) [n:127.0.0.1:41707__gx%2Fg    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@d359
   [junit4]   2> 650338 INFO  (TEST-TestCryptoKeys.test-seed#[616411DCCF70F4B4]) [n:127.0.0.1:41707__gx%2Fg    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestCryptoKeys_616411DCCF70F4B4-001/control-001/cores
   [junit4]   2> 650366 INFO  (zkConnectionManagerCallback-821-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 650367 INFO  (TEST-TestCryptoKeys.test-seed#[616411DCCF70F4B4]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 650368 INFO  (TEST-TestCryptoKeys.test-seed#[616411DCCF70F4B4]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:38125/solr ready
   [junit4]   2> 650369 INFO  (qtp4749567-3992) [n:127.0.0.1:41707__gx%2Fg    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=1&collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:41707__gx%252Fg&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 650374 INFO  (OverseerThreadFactory-1876-thread-1-processing-n:127.0.0.1:41707__gx%2Fg) [n:127.0.0.1:41707__gx%2Fg    ] o.a.s.c.a.c.CreateCollectionCmd Create collection control_collection
   [junit4]   2> 650497 INFO  (qtp4749567-3998) [n:127.0.0.1:41707__gx%2Fg    ] 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> 650498 INFO  (qtp4749567-3998) [n:127.0.0.1:41707__gx%2Fg    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 650601 INFO  (zkCallback-814-thread-1-processing-n:127.0.0.1:41707__gx%2Fg) [n:127.0.0.1:41707__gx%2Fg    ] 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> 651557 INFO  (qtp4749567-3998) [n:127.0.0.1:41707__gx%2Fg c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 651609 INFO  (qtp4749567-3998) [n:127.0.0.1:41707__gx%2Fg 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> 651772 INFO  (qtp4749567-3998) [n:127.0.0.1:41707__gx%2Fg 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> 651797 INFO  (qtp4749567-3998) [n:127.0.0.1:41707__gx%2Fg 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> 651798 INFO  (qtp4749567-3998) [n:127.0.0.1:41707__gx%2Fg 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@d359
   [junit4]   2> 651798 INFO  (qtp4749567-3998) [n:127.0.0.1:41707__gx%2Fg c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 651798 INFO  (qtp4749567-3998) [n:127.0.0.1:41707__gx%2Fg 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/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestCryptoKeys_616411DCCF70F4B4-001/control-001/cores/control_collection_shard1_replica_n1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestCryptoKeys_616411DCCF70F4B4-001/control-001/cores/control_collection_shard1_replica_n1/data/]
   [junit4]   2> 651802 INFO  (qtp4749567-3998) [n:127.0.0.1:41707__gx%2Fg 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=49, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 651809 WARN  (qtp4749567-3998) [n:127.0.0.1:41707__gx%2Fg 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> 651868 INFO  (qtp4749567-3998) [n:127.0.0.1:41707__gx%2Fg 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> 651868 INFO  (qtp4749567-3998) [n:127.0.0.1:41707__gx%2Fg 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> 651869 INFO  (qtp4749567-3998) [n:127.0.0.1:41707__gx%2Fg c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 651869 INFO  (qtp4749567-3998) [n:127.0.0.1:41707__gx%2Fg c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 651871 INFO  (qtp4749567-3998) [n:127.0.0.1:41707__gx%2Fg c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=751500348, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 651871 INFO  (qtp4749567-3998) [n:127.0.0.1:41707__gx%2Fg c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@13603c[control_collection_shard1_replica_n1] main]
   [junit4]   2> 651872 INFO  (qtp4749567-3998) [n:127.0.0.1:41707__gx%2Fg c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 651873 INFO  (qtp4749567-3998) [n:127.0.0.1:41707__gx%2Fg 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> 651874 INFO  (qtp4749567-3998) [n:127.0.0.1:41707__gx%2Fg c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 651876 INFO  (searcherExecutor-1879-thread-1-processing-n:127.0.0.1:41707__gx%2Fg x:control_collection_shard1_replica_n1 s:shard1 c:control_collection) [n:127.0.0.1:41707__gx%2Fg 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@13603c[control_collection_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 651876 INFO  (qtp4749567-3998) [n:127.0.0.1:41707__gx%2Fg 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 1592344595239272448
   [junit4]   2> 651882 INFO  (qtp4749567-3998) [n:127.0.0.1:41707__gx%2Fg c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 651883 INFO  (qtp4749567-3998) [n:127.0.0.1:41707__gx%2Fg 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> 651883 INFO  (qtp4749567-3998) [n:127.0.0.1:41707__gx%2Fg c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:41707/_gx/g/control_collection_shard1_replica_n1/
   [junit4]   2> 651883 INFO  (qtp4749567-3998) [n:127.0.0.1:41707__gx%2Fg 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> 651883 INFO  (qtp4749567-3998) [n:127.0.0.1:41707__gx%2Fg c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SyncStrategy http://127.0.0.1:41707/_gx/g/control_collection_shard1_replica_n1/ has no replicas
   [junit4]   2> 651883 INFO  (qtp4749567-3998) [n:127.0.0.1:41707__gx%2Fg c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 651885 INFO  (qtp4749567-3998) [n:127.0.0.1:41707__gx%2Fg c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:41707/_gx/g/control_collection_shard1_replica_n1/ shard1
   [junit4]   2> 651986 INFO  (zkCallback-814-thread-1-processing-n:127.0.0.1:41707__gx%2Fg) [n:127.0.0.1:41707__gx%2Fg    ] 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> 652036 INFO  (qtp4749567-3998) [n:127.0.0.1:41707__gx%2Fg 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> 652065 INFO  (qtp4749567-3998) [n:127.0.0.1:41707__gx%2Fg 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=1567
   [junit4]   2> 652068 INFO  (qtp4749567-3992) [n:127.0.0.1:41707__gx%2Fg    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 652138 INFO  (zkCallback-814-thread-1-processing-n:127.0.0.1:41707__gx%2Fg) [n:127.0.0.1:41707__gx%2Fg    ] 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> 652376 INFO  (OverseerCollectionConfigSetProcessor-72145497584959492-127.0.0.1:41707__gx%2Fg-n_0000000000) [n:127.0.0.1:41707__gx%2Fg    ] 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> 653068 INFO  (qtp4749567-3992) [n:127.0.0.1:41707__gx%2Fg    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=1&collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:41707__gx%252Fg&wt=javabin&version=2} status=0 QTime=2699
   [junit4]   2> 653074 INFO  (zkConnectionManagerCallback-825-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 653075 INFO  (TEST-TestCryptoKeys.test-seed#[616411DCCF70F4B4]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 653075 INFO  (TEST-TestCryptoKeys.test-seed#[616411DCCF70F4B4]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:38125/solr ready
   [junit4]   2> 653075 INFO  (TEST-TestCryptoKeys.test-seed#[616411DCCF70F4B4]) [    ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 653081 INFO  (qtp4749567-3998) [n:127.0.0.1:41707__gx%2Fg    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=1&collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=&stateFormat=2&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 653083 INFO  (OverseerThreadFactory-1876-thread-2-processing-n:127.0.0.1:41707__gx%2Fg) [n:127.0.0.1:41707__gx%2Fg    ] o.a.s.c.a.c.CreateCollectionCmd Create collection collection1
   [junit4]   2> 653084 WARN  (OverseerThreadFactory-1876-thread-2-processing-n:127.0.0.1:41707__gx%2Fg) [n:127.0.0.1:41707__gx%2Fg    ] o.a.s.c.a.c.CreateCollectionCmd It is unusual to create a collection (collection1) without cores.
   [junit4]   2> 653292 INFO  (qtp4749567-3998) [n:127.0.0.1:41707__gx%2Fg    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 653292 INFO  (qtp4749567-3998) [n:127.0.0.1:41707__gx%2Fg    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=1&collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=&stateFormat=2&wt=javabin&version=2} status=0 QTime=212
   [junit4]   2> 653386 INFO  (TEST-TestCryptoKeys.test-seed#[616411DCCF70F4B4]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestCryptoKeys_616411DCCF70F4B4-001/shard-1-001 of type NRT
   [junit4]   2> 653387 INFO  (TEST-TestCryptoKeys.test-seed#[616411DCCF70F4B4]) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-22T00:27:37+03:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 653391 INFO  (TEST-TestCryptoKeys.test-seed#[616411DCCF70F4B4]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 653391 INFO  (TEST-TestCryptoKeys.test-seed#[616411DCCF70F4B4]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 653392 INFO  (TEST-TestCryptoKeys.test-seed#[616411DCCF70F4B4]) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 653392 INFO  (TEST-TestCryptoKeys.test-seed#[616411DCCF70F4B4]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@59ed8{/_gx/g,null,AVAILABLE}
   [junit4]   2> 653392 INFO  (TEST-TestCryptoKeys.test-seed#[616411DCCF70F4B4]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@1cd90de{HTTP/1.1,[http/1.1]}{127.0.0.1:34367}
   [junit4]   2> 653392 INFO  (TEST-TestCryptoKeys.test-seed#[616411DCCF70F4B4]) [    ] o.e.j.s.Server Started @654647ms
   [junit4]   2> 653392 INFO  (TEST-TestCryptoKeys.test-seed#[616411DCCF70F4B4]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestCryptoKeys_616411DCCF70F4B4-001/tempDir-001/jetty1, solrconfig=solrconfig.xml, hostContext=/_gx/g, hostPort=34367, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestCryptoKeys_616411DCCF70F4B4-001/shard-1-001/cores}
   [junit4]   2> 653393 ERROR (TEST-TestCryptoKeys.test-seed#[616411DCCF70F4B4]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 653393 INFO  (TEST-TestCryptoKeys.test-seed#[616411DCCF70F4B4]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 653393 INFO  (TEST-TestCryptoKeys.test-seed#[616411DCCF70F4B4]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 653393 INFO  (TEST-TestCryptoKeys.test-seed#[616411DCCF70F4B4]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 653393 INFO  (TEST-TestCryptoKeys.test-seed#[616411DCCF70F4B4]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-02-14T03:15:44.865Z
   [junit4]   2> 653394 INFO  (zkConnectionManagerCallback-827-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 653395 INFO  (TEST-TestCryptoKeys.test-seed#[616411DCCF70F4B4]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 653395 INFO  (TEST-TestCryptoKeys.test-seed#[616411DCCF70F4B4]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestCryptoKeys_616411DCCF70F4B4-001/shard-1-001/solr.xml
   [junit4]   2> 653399 INFO  (TEST-TestCryptoKeys.test-seed#[616411DCCF70F4B4]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 653399 INFO  (TEST-TestCryptoKeys.test-seed#[616411DCCF70F4B4]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 653401 INFO  (TEST-TestCryptoKeys.test-seed#[616411DCCF70F4B4]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@d359, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 653404 INFO  (TEST-TestCryptoKeys.test-seed#[616411DCCF70F4B4]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38125/solr
   [junit4]   2> 653406 INFO  (zkConnectionManagerCallback-831-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 653409 INFO  (zkConnectionManagerCallback-833-thread-1-processing-n:127.0.0.1:34367__gx%2Fg) [n:127.0.0.1:34367__gx%2Fg    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 653413 INFO  (TEST-TestCryptoKeys.test-seed#[616411DCCF70F4B4]) [n:127.0.0.1:34367__gx%2Fg    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 653414 INFO  (TEST-TestCryptoKeys.test-seed#[616411DCCF70F4B4]) [n:127.0.0.1:34367__gx%2Fg    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 653415 INFO  (TEST-TestCryptoKeys.test-seed#[616411DCCF70F4B4]) [n:127.0.0.1:34367__gx%2Fg    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:34367__gx%2Fg
   [junit4]   2> 653419 INFO  (zkCallback-814-thread-1-processing-n:127.0.0.1:41707__gx%2Fg) [n:127.0.0.1:41707__gx%2Fg    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 653426 INFO  (zkCallback-824-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 653427 INFO  (zkCallback-832-thread-1-processing-n:127.0.0.1:34367__gx%2Fg) [n:127.0.0.1:34367__gx%2Fg    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 653612 INFO  (TEST-TestCryptoKeys.test-seed#[616411DCCF70F4B4]) [n:127.0.0.1:34367__gx%2Fg    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@d359
   [junit4]   2> 653625 INFO  (TEST-TestCryptoKeys.test-seed#[616411DCCF70F4B4]) [n:127.0.0.1:34367__gx%2Fg    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@d359
   [junit4]   2> 653625 INFO  (TEST-TestCryptoKeys.test-seed#[616411DCCF70F4B4]) [n:127.0.0.1:34367__gx%2Fg    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@d359
   [junit4]   2> 653627 INFO  (TEST-TestCryptoKeys.test-seed#[616411DCCF70F4B4]) [n:127.0.0.1:34367__gx%2Fg    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestCryptoKeys_616411DCCF70F4B4-001/shard-1-001/cores
   [junit4]   2> 653666 INFO  (qtp7908968-4042) [n:127.0.0.1:34367__gx%2Fg    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:34367__gx%252Fg&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 653668 INFO  (OverseerCollectionConfigSetProcessor-72145497584959492-127.0.0.1:41707__gx%2Fg-n_0000000000) [n:127.0.0.1:41707__gx%2Fg    ] 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> 653668 INFO  (OverseerThreadFactory-1876-thread-3-processing-n:127.0.0.1:41707__gx%2Fg) [n:127.0.0.1:41707__gx%2Fg    ] o.a.s.c.a.c.AddReplicaCmd Node Identified 127.0.0.1:34367__gx%2Fg for creating new replica
   [junit4]   2> 653670 INFO  (qtp7908968-4048) [n:127.0.0.1:34367__gx%2Fg    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n21&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 653671 INFO  (qtp7908968-4048) [n:127.0.0.1:34367__gx%2Fg    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 653774 INFO  (zkCallback-832-thread-1-processing-n:127.0.0.1:34367__gx%2Fg) [n:127.0.0.1:34367__gx%2Fg    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 654710 INFO  (qtp7908968-4048) [n:127.0.0.1:34367__gx%2Fg c:collection1 s:shard1  x:collection1_shard1_replica_n21] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 654737 INFO  (qtp7908968-4048) [n:127.0.0.1:34367__gx%2Fg c:collection1 s:shard1  x:collection1_shard1_replica_n21] o.a.s.s.IndexSchema [collection1_shard1_replica_n21] Schema name=test
   [junit4]   2> 654874 INFO  (qtp7908968-4048) [n:127.0.0.1:34367__gx%2Fg c:collection1 s:shard1  x:collection1_shard1_replica_n21] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 654893 INFO  (qtp7908968-4048) [n:127.0.0.1:34367__gx%2Fg c:collection1 s:shard1  x:collection1_shard1_replica_n21] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard1_replica_n21' using configuration from collection collection1, trusted=true
   [junit4]   2> 654893 INFO  (qtp7908968-4048) [n:127.0.0.1:34367__gx%2Fg c:collection1 s:shard1  x:collection1_shard1_replica_n21] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1.shard1.replica_n21' (registry 'solr.core.collection1.shard1.replica_n21') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@d359
   [junit4]   2> 654894 INFO  (qtp7908968-4048) [n:127.0.0.1:34367__gx%2Fg c:collection1 s:shard1  x:collection1_shard1_replica_n21] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 654894 INFO  (qtp7908968-4048) [n:127.0.0.1:34367__gx%2Fg c:collection1 s:shard1  x:collection1_shard1_replica_n21] o.a.s.c.SolrCore [[collection1_shard1_replica_n21] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestCryptoKeys_616411DCCF70F4B4-001/shard-1-001/cores/collection1_shard1_replica_n21], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestCryptoKeys_616411DCCF70F4B4-001/shard-1-001/cores/collection1_shard1_replica_n21/data/]
   [junit4]   2> 654897 INFO  (qtp7908968-4048) [n:127.0.0.1:34367__gx%2Fg c:collection1 s:shard1  x:collection1_shard1_replica_n21] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=49, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 654900 WARN  (qtp7908968-4048) [n:127.0.0.1:34367__gx%2Fg c:collection1 s:shard1  x:collection1_shard1_replica_n21] 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> 654954 INFO  (qtp7908968-4048) [n:127.0.0.1:34367__gx%2Fg c:collection1 s:shard1  x:collection1_shard1_replica_n21] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 654954 INFO  (qtp7908968-4048) [n:127.0.0.1:34367__gx%2Fg c:collection1 s:shard1  x:collection1_shard1_replica_n21] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 654956 INFO  (qtp7908968-4048) [n:127.0.0.1:34367__gx%2Fg c:collection1 s:shard1  x:collection1_shard1_replica_n21] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 654956 INFO  (qtp7908968-4048) [n:127.0.0.1:34367__gx%2Fg c:collection1 s:shard1  x:collection1_shard1_replica_n21] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 654958 INFO  (qtp7908968-4048) [n:127.0.0.1:34367__gx%2Fg c:collection1 s:shard1  x:collection1_shard1_replica_n21] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=751500348, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 654958 INFO  (qtp7908968-4048) [n:127.0.0.1:34367__gx%2Fg c:collection1 s:shard1  x:collection1_shard1_replica_n21] o.a.s.s.SolrIndexSearcher Opening [Searcher@199f469[collection1_shard1_replica_n21] main]
   [junit4]   2> 654959 INFO  (qtp7908968-4048) [n:127.0.0.1:34367__gx%2Fg c:collection1 s:shard1  x:collection1_shard1_replica_n21] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 654959 INFO  (qtp7908968-4048) [n:127.0.0.1:34367__gx%2Fg c:collection1 s:shard1  x:collection1_shard1_replica_n21] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 654960 INFO  (qtp7908968-4048) [n:127.0.0.1:34367__gx%2Fg c:collection1 s:shard1  x:collection1_shard1_replica_n21] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 654960 INFO  (qtp7908968-4048) [n:127.0.0.1:34367__gx%2Fg c:collection1 s:shard1  x:collection1_shard1_replica_n21] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1592344598473080832
   [junit4]   2> 654964 INFO  (searcherExecutor-1890-thread-1-processing-n:127.0.0.1:34367__gx%2Fg x:collection1_shard1_replica_n21 s:shard1 c:collection1) [n:127.0.0.1:34367__gx%2Fg c:collection1 s:shard1  x:collection1_shard1_replica_n21] o.a.s.c.SolrCore [collection1_shard1_replica_n21] Registered new searcher Searcher@199f469[collection1_shard1_replica_n21] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 654968 INFO  (qtp7908968-4048) [n:127.0.0.1:34367__gx%2Fg c:collection1 s:shard1  x:collection1_shard1_replica_n21] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 654968 INFO  (qtp7908968-4048) [n:127.0.0.1:34367__gx%2Fg c:collection1 s:shard1  x:collection1_shard1_replica_n21] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 654968 INFO  (qtp7908968-4048) [n:127.0.0.1:34367__gx%2Fg c:collection1 s:shard1  x:collection1_shard1_replica_n21] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:34367/_gx/g/collection1_shard1_replica_n21/
   [junit4]   2> 654968 INFO  (qtp7908968-4048) [n:127.0.0.1:34367__gx%2Fg c:collection1 s:shard1  x:collection1_shard1_replica_n21] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 654968 INFO  (qtp7908968-4048) [n:127.0.0.1:34367__gx%2Fg c:collection1 s:shard1  x:collection1_shard1_replica_n21] o.a.s.c.SyncStrategy http://127.0.0.1:34367/_gx/g/collection1_shard1_replica_n21/ has no replicas
   [junit4]   2> 654968 INFO  (qtp7908968-4048) [n:127.0.0.1:34367__gx%2Fg c:collection1 s:shard1  x:collection1_shard1_replica_n21] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 654971 INFO  (qtp7908968-4048) [n:127.0.0.1:34367__gx%2Fg c:collection1 s:shard1  x:collection1_shard1_replica_n21] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:34367/_gx/g/collection1_shard1_replica_n21/ shard1
   [junit4]   2> 655072 INFO  (zkCallback-832-thread-1-processing-n:127.0.0.1:34367__gx%2Fg) [n:127.0.0.1:34367__gx%2Fg    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 655121 INFO  (qtp7908968-4048) [n:127.0.0.1:34367__gx%2Fg c:collection1 s:shard1  x:collection1_shard1_replica_n21] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 655154 INFO  (qtp7908968-4048) [n:127.0.0.1:34367__gx%2Fg c:collection1 s:shard1  x:collection1_shard1_replica_n21] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n21&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1483
   [junit4]   2> 655156 INFO  (qtp7908968-4042) [n:127.0.0.1:34367__gx%2Fg    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={node=127.0.0.1:34367__gx%252Fg&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2} status=0 QTime=1490
   [junit4]   2> 655223 INFO  (zkCallback-832-thread-1-processing-n:127.0.0.1:34367__gx%2Fg) [n:127.0.0.1:34367__gx%2Fg    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 655260 INFO  (TEST-TestCryptoKeys.test-seed#[616411DCCF70F4B4]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestCryptoKeys_616411DCCF70F4B4-001/shard-2-001 of type NRT
   [junit4]   2> 655261 INFO  (TEST-TestCryptoKeys.test-seed#[616411DCCF70F4B4]) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-22T00:27:37+03:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 655262 INFO  (TEST-TestCryptoKeys.test-seed#[616411DCCF70F4B4]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 655263 INFO  (TEST-TestCryptoKeys.test-seed#[616411DCCF70F4B4]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 655263 INFO  (TEST-TestCryptoKeys.test-seed#[616411DCCF70F4B4]) [    ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 655263 INFO  (TEST-TestCryptoKeys.test-seed#[616411DCCF70F4B4]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@a70308{/_gx/g,null,AVAILABLE}
   [junit4]   2> 655263 INFO  (TEST-TestCryptoKeys.test-seed#[616411DCCF70F4B4]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@66d34d{HTTP/1.1,[http/1.1]}{127.0.0.1:40399}
   [junit4]   2> 655263 INFO  (TEST-TestCryptoKeys.test-seed#[616411DCCF70F4B4]) [    ] o.e.j.s.Server Started @656518ms
   [junit4]   2> 655263 INFO  (TEST-TestCryptoKeys.test-seed#[616411DCCF70F4B4]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestCryptoKeys_616411DCCF70F4B4-001/tempDir-001/jetty2, solrconfig=solrconfig.xml, hostContext=/_gx/g, hostPort=40399, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestCryptoKeys_616411DCCF70F4B4-001/shard-2-001/cores}
   [junit4]   2> 655264 ERROR (TEST-TestCryptoKeys.test-seed#[616411DCCF70F4B4]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 655264 INFO  (TEST-TestCryptoKeys.test-seed#[616411DCCF70F4B4]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 655264 INFO  (TEST-TestCryptoKeys.test-seed#[616411DCCF70F4B4]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 655264 INFO  (TEST-TestCryptoKeys.test-seed#[616411DCCF70F4B4]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 655264 INFO  (TEST-TestCryptoKeys.test-seed#[616411DCCF70F4B4]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-02-14T03:15:46.736Z
   [junit4]   2> 655265 INFO  (zkConnectionManagerCallback-837-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 655266 INFO  (TEST-TestCryptoKeys.test-seed#[616411DCCF70F4B4]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 655266 INFO  (TEST-TestCryptoKeys.test-seed#[616411DCCF70F4B4]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestCryptoKeys_616411DCCF70F4B4-001/shard-2-001/solr.xml
   [junit4]   2> 655270 INFO  (TEST-TestCryptoKeys.test-seed#[616411DCCF70F4B4]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 655270 INFO  (TEST-TestCryptoKeys.test-seed#[616411DCCF70F4B4]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 655271 INFO  (TEST-TestCryptoKeys.test-seed#[616411DCCF70F4B4]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@d359, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 655275 INFO  (TEST-TestCryptoKeys.test-seed#[616411DCCF70F4B4]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38125/solr
   [junit4]   2> 655276 INFO  (zkConnectionManagerCallback-841-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 655278 INFO  (zkConnectionManagerCallback-843-thread-1-processing-n:127.0.0.1:40399__gx%2Fg) [n:127.0.0.1:40399__gx%2Fg    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 655281 INFO  (TEST-TestCryptoKeys.test-seed#[616411DCCF70F4B4]) [n:127.0.0.1:40399__gx%2Fg    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 655282 INFO  (TEST-TestCryptoKeys.test-seed#[616411DCCF70F4B4]) [n:127.0.0.1:40399__gx%2Fg    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 655283 INFO  (TEST-TestCryptoKeys.test-seed#[616411DCCF70F4B4]) [n:127.0.0.1:40399__gx%2Fg    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:40399__gx%2Fg
   [junit4]   2> 655284 INFO  (zkCallback-824-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 655284 INFO  (zkCallback-832-thread-1-processing-n:127.0.0.1:34367__gx%2Fg) [n:127.0.0.1:34367__gx%2Fg    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 655285 INFO  (zkCallback-814-thread-2-processing-n:127.0.0.1:41707__gx%2Fg) [n:127.0.0.1:41707__gx%2Fg    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 655287 INFO  (zkCallback-842-thread-1-processing-n:127.0.0.1:40399__gx%2Fg) [n:127.0.0.1:40399__gx%2Fg    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 655566 INFO  (TEST-TestCryptoKeys.test-seed#[616411DCCF70F4B4]) [n:127.0.0.1:40399__gx%2Fg    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@d359
   [junit4]   2> 655588 INFO  (TEST-TestCryptoKeys.test-seed#[616411DCCF70F4B4]) [n:127.0.0.1:40399__gx%2Fg    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@d359
   [junit4]   2> 655588 INFO  (TEST-TestCryptoKeys.test-seed#[616411DCCF70F4B4]) [n:127.0.0.1:40399__gx%2Fg    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@d359
   [junit4]   2> 655591 INFO  (TEST-TestCryptoKeys.test-seed#[616411DCCF70F4B4]) [n:127.0.0.1:40399__gx%2Fg    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestCryptoKeys_616411DCCF70F4B4-001/shard-2-001/cores
   [junit4]   2> 655667 INFO  (qtp7908968-4046) [n:127.0.0.1:34367__gx%2Fg    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:40399__gx%252Fg&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 655670 INFO  (OverseerCollectionConfigSetProcessor-72145497584959492-127.0.0.1:41707__gx%2Fg-n_0000000000) [n:127.0.0.1:41707__gx%2Fg    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000004 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 655670 INFO  (OverseerThreadFactory-1876-thread-4-processing-n:127.0.0.1:41707__gx%2Fg) [n:127.0.0.1:41707__gx%2Fg    ] o.a.s.c.a.c.AddReplicaCmd Node Identified 127.0.0.1:40399__gx%2Fg for creating new replica
   [junit4]   2> 655673 INFO  (qtp31665843-4076) [n:127.0.0.1:40399__gx%2Fg    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n23&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 655673 INFO  (qtp31665843-4076) [n:127.0.0.1:40399__gx%2Fg    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 655777 INFO  (zkCallback-832-thread-1-processing-n:127.0.0.1:34367__gx%2Fg) [n:127.0.0.1:34367__gx%2Fg    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 655777 INFO  (zkCallback-842-thread-1-processing-n:127.0.0.1:40399__gx%2Fg) [n:127.0.0.1:40399__gx%2Fg    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 656722 INFO  (qtp31665843-4076) [n:127.0.0.1:40399__gx%2Fg c:collection1 s:shard1  x:collection1_shard1_replica_n23] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 656737 INFO  (qtp31665843-4076) [n:127.0.0.1:40399__gx%2Fg c:collection1 s:shard1  x:collection1_shard1_replica_n23] o.a.s.s.IndexSchema [collection1_shard1_replica_n23] Schema name=test
   [junit4]   2> 656850 INFO  (qtp31665843-4076) [n:127.0.0.1:40399__gx%2Fg c:collection1 s:shard1  x:collection1_shard1_replica_n23] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 656866 INFO  (qtp31665843-4076) [n:127.0.0.1:40399__gx%2Fg c:collection1 s:shard1  x:collection1_shard1_replica_n23] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard1_replica_n23' using configuration from collection collection1, trusted=true
   [junit4]   2> 656867 INFO  (qtp31665843-4076) [n:127.0.0.1:40399__gx%2Fg c:collection1 s:shard1  x:collection1_shard1_replica_n23] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1.shard1.replica_n23' (registry 'solr.core.collection1.shard1.replica_n23') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@d359
   [junit4]   2> 656867 INFO  (qtp31665843-4076) [n:127.0.0.1:40399__gx%2Fg c:collection1 s:shard1  x:collection1_shard1_replica_n23] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 656867 INFO  (qtp31665843-4076) [n:127.0.0.1:40399__gx%2Fg c:collection1 s:shard1  x:collection1_shard1_replica_n23] o.a.s.c.SolrCore [[collection1_shard1_replica_n23] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestCryptoKeys_616411DCCF70F4B4-001/shard-2-001/cores/collection1_shard1_replica_n23], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestCryptoKeys_616411DCCF70F4B4-001/shard-2-001/cores/collection1_shard1_replica_n23/data/]
   [junit4]   2> 656870 INFO  (qtp31665843-4076) [n:127.0.0.1:40399__gx%2Fg c:collection1 s:shard1  x:collection1_shard1_replica_n23] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=49, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 656879 WARN  (qtp31665843-4076) [n:127.0.0.1:40399__gx%2Fg c:collection1 s:shard1  x:collection1_shard1_replica_n23] 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> 656934 INFO  (qtp31665843-4076) [n:127.0.0.1:40399__gx%2Fg c:collection1 s:shard1  x:collection1_shard1_replica_n23] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 656934 INFO  (qtp31665843-4076) [n:127.0.0.1:40399__gx%2Fg c:collection1 s:shard1  x:collection1_shard1_replica_n23] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 656935 INFO  (qtp31665843-4076) [n:127.0.0.1:40399__gx%2Fg c:collection1 s:shard1  x:collection1_shard1_replica_n23] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 656935 INFO  (qtp31665843-4076) [n:127.0.0.1:40399__gx%2Fg c:collection1 s:shard1  x:collection1_shard1_replica_n23] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 656938 INFO  (qtp31665843-4076) [n:127.0.0.1:40399__gx%2Fg c:collection1 s:shard1  x:collection1_shard1_replica_n23] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=751500348, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 656939 INFO  (qtp31665843-4076) [n:127.0.0.1:40399__gx%2Fg c:collection1 s:shard1  x:collection1_shard1_replica_n23] o.a.s.s.SolrIndexSearcher Opening [Searcher@632cc8[collection1_shard1_replica_n23] main]
   [junit4]   2> 656940 INFO  (qtp31665843-4076) [n:127.0.0.1:40399__gx%2Fg c:collection1 s:shard1  x:collection1_shard1_replica_n23] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 656941 INFO  (qtp31665843-4076) [n:127.0.0.1:40399__gx%2Fg c:collection1 s:shard1  x:collection1_shard1_replica_n23] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 656942 INFO  (qtp31665843-4076) [n:127.0.0.1:40399__gx%2Fg c:collection1 s:shard1  x:collection1_shard1_replica_n23] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 656942 INFO  (qtp31665843-4076) [n:127.0.0.1:40399__gx%2Fg c:collection1 s:shard1  x:collection1_shard1_replica_n23] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1592344600551358464
   [junit4]   2> 656944 INFO  (searcherExecutor-1901-thread-1-processing-n:127.0.0.1:40399__gx%2Fg x:collection1_shard1_replica_n23 s:shard1 c:collection1) [n:127.0.0.1:40399__gx%2Fg c:collection1 s:shard1  x:collection1_shard1_replica_n23] o.a.s.c.SolrCore [collection1_shard1_replica_n23] Registered new searcher Searcher@632cc8[collection1_shard1_replica_n23] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 656947 INFO  (qtp31665843-4076) [n:127.0.0.1:40399__gx%2Fg c:collection1 s:shard1  x:collection1_shard1_replica_n23] o.a.s.c.ZkController Core needs to recover:collection1_shard1_replica_n23
   [junit4]   2> 656947 INFO  (updateExecutor-838-thread-1-processing-n:127.0.0.1:40399__gx%2Fg x:collection1_shard1_replica_n23 s:shard1 c:collection1) [n:127.0.0.1:40399__gx%2Fg c:collection1 s:shard1 r:core_node24 x:collection1_shard1_replica_n23] o.a.s.u.DefaultSolrCoreState Running recovery
   [junit4]   2> 656948 INFO  (recoveryExecutor-839-thread-1-processing-n:127.0.0.1:40399__gx%2Fg x:collection1_shard1_replica_n23 s:shard1 c:collection1 r:core_node24) [n:127.0.0.1:40399__gx%2Fg c:collection1 s:shard1 r:core_node24 x:collection1_shard1_replica_n23] o.a.s.c.RecoveryStrategy Starting recovery process. recoveringAfterStartup=true
   [junit4]   2> 656948 INFO  (recoveryExecutor-839-thread-1-processing-n:127.0.0.1:40399__gx%2Fg x:collection1_shard1_replica_n23 s:shard1 c:collection1 r:core_node24) [n:127.0.0.1:40399__gx%2Fg c:collection1 s:shard1 r:core_node24 x:collection1_shard1_replica_n23] o.a.s.c.RecoveryStrategy ###### startupVersions=[[]]
   [junit4]   2> 656949 INFO  (qtp31665843-4076) [n:127.0.0.1:40399__gx%2Fg c:collection1 s:shard1  x:collection1_shard1_replica_n23] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n23&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1275
   [junit4]   2> 656951 INFO  (qtp7908968-4047) [n:127.0.0.1:34367__gx%2Fg c:collection1 s:shard1 r:core_node22 x:collection1_shard1_replica_n21] o.a.s.c.S.Request [collection1_shard1_replica_n21]  webapp=/_gx/g path=/admin/ping params={wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 656951 INFO  (qtp7908968-4047) [n:127.0.0.1:34367__gx%2Fg c:collection1 s:shard1 r:core_node22 x:collection1_shard1_replica_n21] o.a.s.c.S.Request [collection1_shard1_replica_n21]  webapp=/_gx/g path=/admin/ping params={wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 656952 INFO  (recoveryExecutor-839-thread-1-processing-n:127.0.0.1:40399__gx%2Fg x:collection1_shard1_replica_n23 s:shard1 c:collection1 r:core_node24) [n:127.0.0.1:40399__gx%2Fg c:collection1 s:shard1 r:core_node24 x:collection1_shard1_replica_n23] o.a.s.c.RecoveryStrategy Begin buffering updates. core=[collection1_shard1_replica_n23]
   [junit4]   2> 656952 INFO  (recoveryExecutor-839-thread-1-processing-n:127.0.0.1:40399__gx%2Fg x:collection1_shard1_replica_n23 s:shard1 c:collection1 r:core_node24) [n:127.0.0.1:40399__gx%2Fg c:collection1 s:shard1 r:core_node24 x:collection1_shard1_replica_n23] o.a.s.u.UpdateLog Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
   [junit4]   2> 656952 INFO  (recoveryExecutor-839-thread-1-processing-n:127.0.0.1:40399__gx%2Fg x:collection1_shard1_replica_n23 s:shard1 c:collection1 r:core_node24) [n:127.0.0.1:40399__gx%2Fg c:collection1 s:shard1 r:core_node24 x:collection1_shard1_replica_n23] o.a.s.c.RecoveryStrategy Publishing state of core [collection1_shard1_replica_n23] as recovering, leader is [http://127.0.0.1:34367/_gx/g/collection1_shard1_replica_n21/] and I am [http://127.0.0.1:40399/_gx/g/collection1_shard1_replica_n23/]
   [junit4]   2> 656954 INFO  (qtp7908968-4046) [n:127.0.0.1:34367__gx%2Fg    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={node=127.0.0.1:40399__gx%252Fg&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2} status=0 QTime=1287
   [junit4]   2> 656959 INFO  (recoveryExecutor-839-thread-1-processing-n:127.0.0.1:40399__gx%2Fg x:collection1_shard1_replica_n23 s:shard1 c:collection1 r:core_node24) [n:127.0.0.1:40399__gx%2Fg c:collection1 s:shard1 r:core_node24 x:collection1_shard1_replica_n23] o.a.s.c.RecoveryStrategy Sending prep recovery command to [http://127.0.0.1:34367/_gx/g]; [WaitForState: action=PREPRECOVERY&core=collection1_shard1_replica_n21&nodeName=127.0.0.1:40399__gx%252Fg&coreNodeName=core_node24&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true]
   [junit4]   2> 656960 INFO  (qtp7908968-4046) [n:127.0.0.1:34367__gx%2Fg    ] o.a.s.h.a.PrepRecoveryOp Going to wait for coreNodeName: core_node24, state: recovering, checkLive: true, onlyIfLeader: true, onlyIfLeaderActive: true, maxTime: 183 s
   [junit4]   2> 656960 INFO  (qtp7908968-4046) [n:127.0.0.1:34367__gx%2Fg    ] o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering): collection=collection1, shard=shard1, thisCore=collection1_shard1_replica_n21, leaderDoesNotNeedRecovery=false, isLeader? true, live=true, checkLive=true, currentState=down, localState=active, nodeName=127.0.0.1:40399__gx%2Fg, coreNodeName=core_node24, onlyIfActiveCheckResult=false, nodeProps: core_node24:{"core":"collection1_shard1_replica_n23","base_url":"http://127.0.0.1:40399/_gx/g","node_name":"127.0.0.1:40399__gx%2Fg","state":"down","type":"NRT"}
   [junit4]   2> 656965 INFO  (OverseerCollectionConfigSetProcessor-72145497584959492-127.0.0.1:41707__gx%2Fg-n_0000000000) [n:127.0.0.1:41707__gx%2Fg    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000006 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 657054 INFO  (TEST-TestCryptoKeys.test-seed#[616411DCCF70F4B4]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestCryptoKeys_616411DCCF70F4B4-001/shard-3-001 of type NRT
   [junit4]   2> 657054 INFO  (TEST-TestCryptoKeys.test-seed#[616411DCCF70F4B4]) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-22T00:27:37+03:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 657056 INFO  (zkCallback-832-thread-1-processing-n:127.0.0.1:34367__gx%2Fg) [n:127.0.0.1:34367__gx%2Fg    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 657056 INFO  (zkCallback-842-thread-1-processing-n:127.0.0.1:40399__gx%2Fg) [n:127.0.0.1:40399__gx%2Fg    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 657065 INFO  (TEST-TestCryptoKeys.test-seed#[616411DCCF70F4B4]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 657065 INFO  (TEST-TestCryptoKeys.test-seed#[616411DCCF70F4B4]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 657065 INFO  (TEST-TestCryptoKeys.test-seed#[616411DCCF70F4B4]) [    ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 657065 INFO  (TEST-TestCryptoKeys.test-seed#[616411DCCF70F4B4]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@5474d2{/_gx/g,null,AVAILABLE}
   [junit4]   2> 657066 INFO  (TEST-TestCryptoKeys.test-seed#[616411DCCF70F4B4]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@77fa8b{HTTP/1.1,[http/1.1]}{127.0.0.1:39003}
   [junit4]   2> 657066 INFO  (TEST-TestCryptoKeys.test-seed#[616411DCCF70F4B4]) [    ] o.e.j.s.Server Started @658320ms
   [junit4]   2> 657066 INFO  (TEST-TestCryptoKeys.test-seed#[616411DCCF70F4B4]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestCryptoKeys_616411DCCF70F4B4-001/tempDir-001/jetty3, replicaType=NRT, solrconfig=solrconfig.xml, hostContext=/_gx/g, hostPort=39003, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestCryptoKeys_616411DCCF70F4B4-001/shard-3-001/cores}
   [junit4]   2> 657066 ERROR (TEST-TestCryptoKeys.test-seed#[616411DCCF70F4B4]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 657067 INFO  (TEST-TestCryptoKeys.test-seed#[616411DCCF70F4B4]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 657067 INFO  (TEST-TestCryptoKeys.test-seed#[616411DCCF70F4B4]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 657067 INFO  (TEST-TestCryptoKeys.test-seed#[616411DCCF70F4B4]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 657067 INFO  (TEST-TestCryptoKeys.test-seed#[616411DCCF70F4B4]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-02-14T03:15:48.539Z
   [junit4]   2> 657068 INFO  (zkConnectionManagerCallback-848-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 657069 INFO  (TEST-TestCryptoKeys.test-seed#[616411DCCF70F4B4]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 657069 INFO  (TEST-TestCryptoKeys.test-seed#[616411DCCF70F4B4]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestCryptoKeys_616411DCCF70F4B4-001/shard-3-001/solr.xml
   [junit4]   2> 657072 INFO  (TEST-TestCryptoKeys.test-seed#[616411DCCF70F4B4]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 657072 INFO  (TEST-TestCryptoKeys.test-seed#[616411DCCF70F4B4]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 657074 INFO  (TEST-TestCryptoKeys.test-seed#[616411DCCF70F4B4]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@d359, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 657076 INFO  (TEST-TestCryptoKeys.test-seed#[616411DCCF70F4B4]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38125/solr
   [junit4]   2> 657077 INFO  (zkConnectionManagerCallback-852-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 657082 INFO  (zkConnectionManagerCallback-854-thread-1-processing-n:127.0.0.1:39003__gx%2Fg) [n:127.0.0.1:39003__gx%2Fg    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 657089 INFO  (TEST-TestCryptoKeys.test-seed#[616411DCCF70F4B4]) [n:127.0.0.1:39003__gx%2Fg    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 657092 INFO  (TEST-TestCryptoKeys.test-seed#[616411DCCF70F4B4]) [n:127.0.0.1:39003__gx%2Fg    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 657095 INFO  (TEST-TestCryptoKeys.test-seed#[616411DCCF70F4B4]) [n:127.0.0.1:39003__gx%2Fg    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:39003__gx%2Fg
   [junit4]   2> 657096 INFO  (zkCallback-824-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 657096 INFO  (zkCallback-842-thread-1-processing-n:127.0.0.1:40399__gx%2Fg) [n:127.0.0.1:40399__gx%2Fg    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 657096 INFO  (zkCallback-814-thread-2-processing-n:127.0.0.1:41707__gx%2Fg) [n:127.0.0.1:41707__gx%2Fg    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 657096 INFO  (zkCallback-832-thread-1-processing-n:127.0.0.1:34367__gx%2Fg) [n:127.0.0.1:34367__gx%2Fg    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 657097 INFO  (zkCallback-853-thread-1-processing-n:127.0.0.1:39003__gx%2Fg) [n:127.0.0.1:39003__gx%2Fg    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 657205 INFO  (TEST-TestCryptoKeys.test-seed#[616411DCCF70F4B4]) [n:127.0.0.1:39003__gx%2Fg    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@d359
   [junit4]   2> 657235 INFO  (TEST-TestCryptoKeys.test-seed#[616411DCCF70F4B4]) [n:127.0.0.1:39003__gx%2Fg    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@d359
   [junit4]   2> 657235 INFO  (TEST-TestCryptoKeys.test-seed#[616411DCCF70F4B4]) [n:127.0.0.1:39003__gx%2Fg    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@d359
   [junit4]   2> 657237 INFO  (TEST-TestCryptoKeys.test-seed#[616411DCCF70F4B4]) [n:127.0.0.1:39003__gx%2Fg    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestCryptoKeys_616411DCCF70F4B4-001/shard-3-001/cores
   [junit4]   2> 657310 INFO  (qtp7908968-4048) [n:127.0.0.1:34367__gx%2Fg    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:39003__gx%252Fg&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 657312 INFO  (OverseerThreadFactory-1876-thread-5-processing-n:127.0.0.1:41707__gx%2Fg) [n:127.0.0.1:41707__gx%2Fg    ] o.a.s.c.a.c.AddReplicaCmd Node Identified 127.0.0.1:39003__gx%2Fg for creating new replica
   [junit4]   2> 657314 INFO  (qtp10366142-4112) [n:127.0.0.1:39003__gx%2Fg    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n25&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 657315 INFO  (qtp10366142-4112) [n:127.0.0.1:39003__gx%2Fg    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 657418 INFO  (zkCallback-832-thread-1-processing-n:127.0.0.1:34367__gx%2Fg) [n:127.0.0.1:34367__gx%2Fg    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 657418 INFO  (zkCallback-853-thread-1-processing-n:127.0.0.1:39003__gx%2Fg) [n:127.0.0.1:39003__gx%2Fg    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 657419 INFO  (zkCallback-842-thread-1-processing-n:127.0.0.1:40399__gx%2Fg) [n:127.0.0.1:40399__gx%2Fg    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 657960 INFO  (qtp7908968-4046) [n:127.0.0.1:34367__gx%2Fg    ] o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering): collection=collection1, shard=shard1, thisCore=collection1_shard1_replica_n21, leaderDoesNotNeedRecovery=false, isLeader? true, live=true, checkLive=true, currentState=recovering, localState=active, nodeName=127.0.0.1:40399__gx%2Fg, coreNodeName=core_node24, onlyIfActiveCheckResult=false, nodeProps: core_node24:{"core":"collection1_shard1_replica_n23","base_url":"http://127.0.0.1:40399/_gx/g","node_name":"127.0.0.1:40399__gx%2Fg","state":"recovering","type":"NRT"}
   [junit4]   2> 657960 INFO  (qtp7908968-4046) [n:127.0.0.1:34367__gx%2Fg    ] o.a.s.h.a.PrepRecoveryOp Waited coreNodeName: core_node24, state: recovering, checkLive: true, onlyIfLeader: true for: 1 seconds.
   [junit4]   2> 657961 INFO  (qtp7908968-4046) [n:127.0.0.1:34367__gx%2Fg    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={nodeName=127.0.0.1:40399__gx%252Fg&onlyIfLeaderActive=true&core=collection1_shard1_replica_n21&coreNodeName=core_node24&action=PREPRECOVERY&checkLive=true&state=recovering&onlyIfLeader=true&wt=javabin&version=2} status=0 QTime=1000
   [junit4]   2> 658332 INFO  (qtp10366142-4112) [n:127.0.0.1:39003__gx%2Fg c:collection1 s:shard1  x:collection1_shard1_replica_n25] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 658358 INFO  (qtp10366142-4112) [n:127.0.0.1:39003__gx%2Fg c:collection1 s:shard1  x:collection1_shard1_replica_n25] o.a.s.s.IndexSchema [collection1_shard1_replica_n25] Schema name=test
   [junit4]   2> 658461 INFO  (recoveryExecutor-839-thread-1-processing-n:127.0.0.1:40399__gx%2Fg x:collection1_shard1_replica_n23 s:shard1 c:collection1 r:core_node24) [n:127.0.0.1:40399__gx%2Fg c:collection1 s:shard1 r:core_node24 x:collection1_shard1_replica_n23] o.a.s.c.RecoveryStrategy Attempting to PeerSync from [http://127.0.0.1:34367/_gx/g/collection1_shard1_replica_n21/] - recoveringAfterStartup=[true]
   [junit4]   2> 658462 INFO  (recoveryExecutor-839-thread-1-processing-n:127.0.0.1:40399__gx%2Fg x:collection1_shard1_replica_n23 s:shard1 c:collection1 r:core_node24) [n:127.0.0.1:40399__gx%2Fg c:collection1 s:shard1 r:core_node24 x:collection1_shard1_replica_n23] o.a.s.u.PeerSync PeerSync: core=collection1_shard1_replica_n23 url=http://127.0.0.1:40399/_gx/g START replicas=[http://127.0.0.1:34367/_gx/g/collection1_shard1_replica_n21/] nUpdates=100
   [junit4]   2> 658470 INFO  (qtp7908968-4046) [n:127.0.0.1:34367__gx%2Fg c:collection1 s:shard1 r:core_node22 x:collection1_shard1_replica_n21] o.a.s.u.IndexFingerprint IndexFingerprint millis:3.0 result:{maxVersionSpecified=9223372036854775807, maxVersionEncountered=0, maxInHash=0, versionsHash=0, numVersions=0, numDocs=0, maxDoc=0}
   [junit4]   2> 658470 INFO  (qtp7908968-4046) [n:127.0.0.1:34367__gx%2Fg c:collection1 s:shard1 r:core_node22 x:collection1_shard1_replica_n21] o.a.s.c.S.Request [collection1_shard1_replica_n21]  webapp=/_gx/g path=/get params={distrib=false&qt=/get&getFingerprint=9223372036854775807&wt=javabin&version=2} status=0 QTime=4
   [junit4]   2> 658473 INFO  (recoveryExecutor-839-thread-1-processing-n:127.0.0.1:40399__gx%2Fg x:collection1_shard1_replica_n23 s:shard1 c:collection1 r:core_node24) [n:127.0.0.1:40399__gx%2Fg c:collection1 s:shard1 r:core_node24 x:collection1_shard1_replica_n23] o.a.s.u.IndexFingerprint IndexFingerprint millis:0.0 result:{maxVersionSpecified=9223372036854775807, maxVersionEncountered=0, maxInHash=0, versionsHash=0, numVersions=0, numDocs=0, maxDoc=0}
   [junit4]   2> 658473 INFO  (recoveryExecutor-839-thread-1-processing-n:127.0.0.1:40399__gx%2Fg x:collection1_shard1_replica_n23 s:shard1 c:collection1 r:core_node24) [n:127.0.0.1:40399__gx%2Fg c:collection1 s:shard1 r:core_node24 x:collection1_shard1_replica_n23] o.a.s.u.PeerSync We are already in sync. No need to do a PeerSync 
   [junit4]   2> 658473 INFO  (recoveryExecutor-839-thread-1-processing-n:127.0.0.1:40399__gx%2Fg x:collection1_shard1_replica_n23 s:shard1 c:collection1 r:core_node24) [n:127.0.0.1:40399__gx%2Fg c:collection1 s:shard1 r:core_node24 x:collection1_shard1_replica_n23] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 658473 INFO  (recoveryExecutor-839-thread-1-processing-n:127.0.0.1:40399__gx%2Fg x:collection1_shard1_replica_n23 s:shard1 c:collection1 r:core_node24) [n:127.0.0.1:40399__gx%2Fg c:collection1 s:shard1 r:core_node24 x:collection1_shard1_replica_n23] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 658474 INFO  (recoveryExecutor-839-thread-1-processing-n:127.0.0.1:40399__gx%2Fg x:collection1_shard1_replica_n23 s:shard1 c:collection1 r:core_node24) [n:127.0.0.1:40399__gx%2Fg c:collection1 s:shard1 r:core_node24 x:collection1_shard1_replica_n23] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 658474 INFO  (recoveryExecutor-839-thread-1-processing-n:127.0.0.1:40399__gx%2Fg x:collection1_shard1_replica_n23 s:shard1 c:collection1 r:core_node24) [n:127.0.0.1:40399__gx%2Fg c:collection1 s:shard1 r:core_node24 x:collection1_shard1_replica_n23] o.a.s.c.RecoveryStrategy PeerSync stage of recovery was successful.
   [junit4]   2> 658474 INFO  (recoveryExecutor-839-thread-1-processing-n:127.0.0.1:40399__gx%2Fg x:collection1_shard1_replica_n23 s:shard1 c:collection1 r:core_node24) [n:127.0.0.1:40399__gx%2Fg c:collection1 s:shard1 r:core_node24 x:collection1_shard1_replica_n23] o.a.s.c.RecoveryStrategy Replaying updates buffered during PeerSync.
   [junit4]   2> 658474 INFO  (recoveryExecutor-839-thread-1-processing-n:127.0.0.1:40399__gx%2Fg x:collection1_shard1_replica_n23 s:shard1 c:collection1 r:core_node24) [n:127.0.0.1:40399__gx%2Fg c:collection1 s:shard1 r:core_node24 x:collection1_shard1_replica_n23] o.a.s.c.RecoveryStrategy No replay needed.
   [junit4]   2> 658474 INFO  (recoveryExecutor-839-thread-1-processing-n:127.0.0.1:40399__gx%2Fg x:collection1_shard1_replica_n23 s:shard1 c:collection1 r:core_node24) [n:127.0.0.1:40399__gx%2Fg c:collection1 s:shard1 r:core_node24 x:collection1_shard1_replica_n23] o.a.s.c.RecoveryStrategy Registering as Active after recovery.
   [junit4]   2> 658507 INFO  (qtp10366142-4112) [n:127.0.0.1:39003__gx%2Fg c:collection1 s:shard1  x:collection1_shard1_replica_n25] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 658522 INFO  (qtp10366142-4112) [n:127.0.0.1:39003__gx%2Fg c:collection1 s:shard1  x:collection1_shard1_replica_n25] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard1_replica_n25' using configuration from collection collection1, trusted=true
   [junit4]   2> 658523 INFO  (qtp10366142-4112) [n:127.0.0.1:39003__gx%2Fg c:collection1 s:shard1  x:collection1_shard1_replica_n25] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1.shard1.replica_n25' (registry 'solr.core.collection1.shard1.replica_n25') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@d359
   [junit4]   2> 658523 INFO  (qtp10366142-4112) [n:127.0.0.1:39003__gx%2Fg c:collection1 s:shard1  x:collection1_shard1_replica_n25] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 658523 INFO  (qtp10366142-4112) [n:127.0.0.1:39003__gx%2Fg c:collection1 s:shard1  x:collection1_shard1_replica_n25] o.a.s.c.SolrCore [[collection1_shard1_replica_n25] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestCryptoKeys_616411DCCF70F4B4-001/shard-3-001/cores/collection1_shard1_replica_n25], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestCryptoKeys_616411DCCF70F4B4-001/shard-3-001/cores/collection1_shard1_replica_n25/data/]
   [junit4]   2> 658526 INFO  (qtp10366142-4112) [n:127.0.0.1:39003__gx%2Fg c:collection1 s:shard1  x:collection1_shard1_replica_n25] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=49, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 658530 WARN  (qtp10366142-4112) [n:127.0.0.1:39003__gx%2Fg c:collection1 s:shard1  x:collection1_shard1_replica_n25] 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> 658576 INFO  (zkCallback-853-thread-1-processing-n:127.0.0.1:39003__gx%2Fg) [n:127.0.0.1:39003__gx%2Fg    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 658576 INFO  (zkCallback-842-thread-1-processing-n:127.0.0.1:40399__gx%2Fg) [n:127.0.0.1:40399__gx%2Fg    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 658576 INFO  (zkCallback-832-thread-1-processing-n:127.0.0.1:34367__gx%2Fg) [n:127.0.0.1:34367__gx%2Fg    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 658582 INFO  (qtp10366142-4112) [n:127.0.0.1:39003__gx%2Fg c:collection1 s:shard1  x:collection1_shard1_replica_n25] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 658582 INFO  (qtp10366142-4112) [n:127.0.0.1:39003__gx%2Fg c:collection1 s:shard1  x:collection1_shard1_replica_n25] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 658584 INFO  (qtp10366142-4112) [n:127.0.0.1:39003__gx%2Fg c:collection1 s:shard1  x:collection1_shard1_replica_n25] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 658584 INFO  (qtp10366142-4112) [n:127.0.0.1:39003__gx%2Fg c:collection1 s:shard1  x:collection1_shard1_replica_n25] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 658586 INFO  (qtp10366142-4112) [n:127.0.0.1:39003__gx%2Fg c:collection1 s:shard1  x:collection1_shard1_replica_n25] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=751500348, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 658586 INFO  (qtp10366142-4112) [n:127.0.0.1:39003__gx%2Fg c:collection1 s:shard1  x:collection1_shard1_replica_n25] o.a.s.s.SolrIndexSearcher Opening [Searcher@be9576[collection1_shard1_replica_n25] main]
   [junit4]   2> 658587 INFO  (qtp10366142-4112) [n:127.0.0.1:39003__gx%2Fg c:collection1 s:shard1  x:collection1_shard1_replica_n25] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 658587 INFO  (qtp10366142-4112) [n:127.0.0.1:39003__gx%2Fg c:collection1 s:shard1  x:collection1_shard1_replica_n25] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 658588 INFO  (qtp10366142-4112) [n:127.0.0.1:39003__gx%2Fg c:collection1 s:shard1  x:collection1_shard1_replica_n25] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 658589 INFO  (qtp10366142-4112) [n:127.0.0.1:39003__gx%2Fg c:collection1 s:shard1  x:collection1_shard1_replica_n25] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1592344602278363136
   [junit4]   2> 658593 INFO  (searcherExecutor-1912-thread-1-processing-n:127.0.0.1:39003__gx%2Fg x:collection1_shard1_replica_n25 s:shard1 c:collection1) [n:127.0.0.1:39003__gx%2Fg c:collection1 s:shard1  x:collection1_shard1_replica_n25] o.a.s.c.SolrCore [collection1_shard1_replica_n25] Registered new searcher Searcher@be9576[collection1_shard1_replica_n25] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 658593 INFO  (qtp10366142-4112) [n:127.0.0.1:39003__gx%2Fg c:collection1 s:shard1  x:collection1_shard1_replica_n25] o.a.s.c.ZkController Core needs to recover:collection1_shard1_replica_n25
   [junit4]   2> 658593 INFO  (updateExecutor-849-thread-1-processing-n:127.0.0.1:39003__gx%2Fg x:collection1_shard1_replica_n25 s:shard1 c:collection1) [n:127.0.0.1:39003__gx%2Fg c:collection1 s:shard1 r:core_node26 x:collection1_shard1_replica_n25] o.a.s.u.DefaultSolrCoreState Running recovery
   [junit4]   2> 658594 INFO  (qtp10366142-4112) [n:127.0.0.1:39003__gx%2Fg c:collection1 s:shard1  x:collection1_shard1_replica_n25] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n25&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1279
   [junit4]   2> 658594 INFO  (recoveryExecutor-850-thread-1-processing-n:127.0.0.1:39003__gx%2Fg x:collection1_shard1_replica_n25 s:shard1 c:collection1 r:core_node26) [n:127.0.0.1:39003__gx%2Fg c:collection1 s:shard1 r:core_no

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

(TEST-TestCryptoKeys.test-seed#[616411DCCF70F4B4]) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 703752 INFO  (TEST-TestCryptoKeys.test-seed#[616411DCCF70F4B4]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:38125 38125
   [junit4]   2> 718775 INFO  (Thread-1018) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:38125 38125
   [junit4]   2> 718775 WARN  (Thread-1018) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	30	/solr/configs/conf1
   [junit4]   2> 	14	/solr/collections/collection1/terms/shard1
   [junit4]   2> 	8	/solr/aliases.json
   [junit4]   2> 	5	/solr/security.json
   [junit4]   2> 	5	/solr/collections/.system/terms/shard1
   [junit4]   2> 	2	/solr/configs/.system
   [junit4]   2> 	2	/solr/configs/.system/managed-schema
   [junit4]   2> 	2	/solr/collections/control_collection/terms/shard1
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	8	/solr/clusterprops.json
   [junit4]   2> 	8	/solr/clusterstate.json
   [junit4]   2> 	5	/solr/autoscaling.json
   [junit4]   2> 	4	/solr/collections/collection1/state.json
   [junit4]   2> 	2	/solr/collections/.system/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	8	/solr/live_nodes
   [junit4]   2> 	8	/solr/collections
   [junit4]   2> 	5	/solr/overseer/queue
   [junit4]   2> 	5	/solr/overseer/queue-work
   [junit4]   2> 	5	/solr/overseer/collection-queue-work
   [junit4]   2> 	4	/solr/autoscaling/events/.auto_add_replicas
   [junit4]   2> 
   [junit4]   2> 718777 INFO  (SUITE-TestCryptoKeys-seed#[616411DCCF70F4B4]-worker) [    ] o.a.s.SolrTestCaseJ4 ------------------------------------------------------- Done waiting for tracked resources to be released
   [junit4]   2> Feb 14, 2018 3:16:50 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> Feb 14, 2018 3:17:10 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> SEVERE: 1 thread leaked from SUITE scope at org.apache.solr.cloud.TestCryptoKeys: 
   [junit4]   2>    1) Thread[id=4047, name=qtp7908968-4047, state=TIMED_WAITING, group=TGRP-TestCryptoKeys]
   [junit4]   2>         at sun.misc.Unsafe.park(Native Method)
   [junit4]   2>         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
   [junit4]   2>         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2163)
   [junit4]   2>         at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.reservedWait(ReservedThreadExecutor.java:308)
   [junit4]   2>         at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:373)
   [junit4]   2>         at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)
   [junit4]   2>         at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)
   [junit4]   2>         at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> Feb 14, 2018 3:17:10 AM com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: Starting to interrupt leaked threads:
   [junit4]   2>    1) Thread[id=4047, name=qtp7908968-4047, state=TIMED_WAITING, group=TGRP-TestCryptoKeys]
   [junit4]   2> Feb 14, 2018 3:17:13 AM com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> SEVERE: There are still zombie threads that couldn't be terminated:
   [junit4]   2>    1) Thread[id=4047, name=qtp7908968-4047, state=TIMED_WAITING, group=TGRP-TestCryptoKeys]
   [junit4]   2>         at sun.misc.Unsafe.park(Native Method)
   [junit4]   2>         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
   [junit4]   2>         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2163)
   [junit4]   2>         at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.reservedWait(ReservedThreadExecutor.java:308)
   [junit4]   2>         at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:373)
   [junit4]   2>         at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)
   [junit4]   2>         at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)
   [junit4]   2>         at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {blobName=PostingsFormat(name=MockRandom), event.property._enqueue_time__ss=Lucene50(blocksize=128), stage_s=Lucene50(blocksize=128), event.id_s=PostingsFormat(name=Asserting), event.property.eventTimes_ss=PostingsFormat(name=MockRandom), event.source_s=PostingsFormat(name=Asserting), source_s=PostingsFormat(name=Asserting), event.type_s=PostingsFormat(name=MockRandom), id=PostingsFormat(name=Asserting), type=PostingsFormat(name=MockRandom), event.property.nodeNames_ss=PostingsFormat(name=MockRandom), md5=PostingsFormat(name=MockRandom)}, docValues:{size=DocValuesFormat(name=Asserting), _version_=DocValuesFormat(name=Direct), event.time_l=DocValuesFormat(name=Lucene70), version=DocValuesFormat(name=Direct), timestamp=DocValuesFormat(name=Lucene70)}, maxPointsInLeafNode=484, maxMBSortInHeap=6.874694407758955, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@591a62), locale=he-IL, timezone=Australia/Darwin
   [junit4]   2> NOTE: Linux 4.13.0-32-generic i386/Oracle Corporation 1.8.0_162 (32-bit)/cpus=8,threads=2,free=100183224,total=251162624
   [junit4]   2> NOTE: All tests run in this JVM: [LoggingHandlerTest, TestPartialUpdateDeduplication, TestObjectReleaseTracker, TestHalfAndHalfDocValues, ReplicationFactorTest, SolrGraphiteReporterTest, DirectSolrConnectionTest, AddReplicaTest, CollectionsAPIDistributedZkTest, ResponseHeaderTest, HdfsChaosMonkeySafeLeaderTest, TestReRankQParserPlugin, TestSchemalessBufferedUpdates, DistributedSuggestComponentTest, TestFieldCacheVsDocValues, TestSolrCloudWithHadoopAuthPlugin, TestRandomRequestDistribution, ComputePlanActionTest, HttpTriggerListenerTest, TestTolerantUpdateProcessorCloud, DeleteNodeTest, TestSchemaResource, ShardRoutingCustomTest, DeleteStatusTest, TestManagedSynonymFilterFactory, SolrSlf4jReporterTest, TestSubQueryTransformer, TestManagedResource, TestFoldingMultitermQuery, LeaderInitiatedRecoveryOnShardRestartTest, TestMacros, HdfsBasicDistributedZk2Test, SchemaVersionSpecificBehaviorTest, TermsComponentTest, XsltUpdateRequestHandlerTest, ZkFailoverTest, TestSystemIdResolver, TestSolrJ, OverseerModifyCollectionTest, PeerSyncTest, TestFunctionQuery, DistanceUnitsTest, TestDistributedGrouping, TestPullReplica, SolrMetricReporterTest, TestOrdValues, TestCryptoKeys]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestCryptoKeys -Dtests.seed=616411DCCF70F4B4 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=he-IL -Dtests.timezone=Australia/Darwin -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   0.00s J1 | TestCryptoKeys (suite) <<<
   [junit4]    > Throwable #1: com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.cloud.TestCryptoKeys: 
   [junit4]    >    1) Thread[id=4047, name=qtp7908968-4047, state=TIMED_WAITING, group=TGRP-TestCryptoKeys]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
   [junit4]    >         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2163)
   [junit4]    >         at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.reservedWait(ReservedThreadExecutor.java:308)
   [junit4]    >         at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:373)
   [junit4]    >         at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)
   [junit4]    >         at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)
   [junit4]    >         at java.lang.Thread.run(Thread.java:748)
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([616411DCCF70F4B4]:0)Throwable #2: com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   [junit4]    >    1) Thread[id=4047, name=qtp7908968-4047, state=TIMED_WAITING, group=TGRP-TestCryptoKeys]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
   [junit4]    >         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2163)
   [junit4]    >         at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.reservedWait(ReservedThreadExecutor.java:308)
   [junit4]    >         at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:373)
   [junit4]    >         at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)
   [junit4]    >         at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)
   [junit4]    >         at java.lang.Thread.run(Thread.java:748)
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([616411DCCF70F4B4]:0)
   [junit4] Completed [103/776 (1!)] on J1 in 92.37s, 1 test, 2 errors <<< FAILURES!

[...truncated 46403 lines...]