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/01/04 20:07:35 UTC

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

Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/21213/
Java: 32bit/jdk1.8.0_144 -client -XX:+UseSerialGC

1 tests failed.
FAILED:  org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest.test

Error Message:
Timeout occured while waiting response from server at: http://127.0.0.1:44333

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: http://127.0.0.1:44333
	at __randomizedtesting.SeedInfo.seed([A84CFEDDEB87E6EF:2018C107457B8B17]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:654)
	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.SolrRequest.process(SolrRequest.java:194)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.createServers(AbstractFullDistribZkTestBase.java:320)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:991)
	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 com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)
Caused by: java.net.SocketTimeoutException: Read timed out
	at java.net.SocketInputStream.socketRead0(Native Method)
	at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
	at java.net.SocketInputStream.read(SocketInputStream.java:171)
	at java.net.SocketInputStream.read(SocketInputStream.java:141)
	at org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:137)
	at org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:153)
	at org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:282)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)
	at org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163)
	at org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:165)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java: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)
	... 43 more




Build Log:
[...truncated 12304 lines...]
   [junit4] Suite: org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_A84CFEDDEB87E6EF-001/init-core-data-001
   [junit4]   2> 274988 WARN  (SUITE-ChaosMonkeyNothingIsSafeTest-seed#[A84CFEDDEB87E6EF]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=2 numCloses=2
   [junit4]   2> 274988 INFO  (SUITE-ChaosMonkeyNothingIsSafeTest-seed#[A84CFEDDEB87E6EF]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 274990 INFO  (SUITE-ChaosMonkeyNothingIsSafeTest-seed#[A84CFEDDEB87E6EF]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl=https://issues.apache.org/jira/browse/SOLR-5776)
   [junit4]   2> 274990 INFO  (SUITE-ChaosMonkeyNothingIsSafeTest-seed#[A84CFEDDEB87E6EF]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 274990 INFO  (SUITE-ChaosMonkeyNothingIsSafeTest-seed#[A84CFEDDEB87E6EF]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 274996 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[A84CFEDDEB87E6EF]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 274996 INFO  (Thread-140) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 274996 INFO  (Thread-140) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 275007 ERROR (Thread-140) [    ] 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> 275096 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[A84CFEDDEB87E6EF]) [    ] o.a.s.c.ZkTestServer start zk server on port:41227
   [junit4]   2> 275098 INFO  (zkConnectionManagerCallback-278-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 275102 INFO  (zkConnectionManagerCallback-280-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 275109 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[A84CFEDDEB87E6EF]) [    ] 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> 275111 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[A84CFEDDEB87E6EF]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/schema15.xml to /configs/conf1/schema.xml
   [junit4]   2> 275112 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[A84CFEDDEB87E6EF]) [    ] 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> 275114 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[A84CFEDDEB87E6EF]) [    ] 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> 275115 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[A84CFEDDEB87E6EF]) [    ] 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> 275116 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[A84CFEDDEB87E6EF]) [    ] 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> 275117 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[A84CFEDDEB87E6EF]) [    ] 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> 275119 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[A84CFEDDEB87E6EF]) [    ] 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> 275120 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[A84CFEDDEB87E6EF]) [    ] 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> 275121 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[A84CFEDDEB87E6EF]) [    ] 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> 275122 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[A84CFEDDEB87E6EF]) [    ] 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> 275124 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[A84CFEDDEB87E6EF]) [    ] o.a.s.c.AbstractFullDistribZkTestBase Will use TLOG replicas unless explicitly asked otherwise
   [junit4]   2> 275240 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[A84CFEDDEB87E6EF]) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 275247 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[A84CFEDDEB87E6EF]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1b6d0fe{/,null,AVAILABLE}
   [junit4]   2> 275249 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[A84CFEDDEB87E6EF]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@1590bc2{HTTP/1.1,[http/1.1]}{127.0.0.1:44333}
   [junit4]   2> 275249 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[A84CFEDDEB87E6EF]) [    ] o.e.j.s.Server Started @276694ms
   [junit4]   2> 275249 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[A84CFEDDEB87E6EF]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_A84CFEDDEB87E6EF-001/tempDir-001/control/data, hostContext=/, hostPort=44333, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_A84CFEDDEB87E6EF-001/control-001/cores}
   [junit4]   2> 275249 ERROR (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[A84CFEDDEB87E6EF]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 275249 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[A84CFEDDEB87E6EF]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 275249 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[A84CFEDDEB87E6EF]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 275249 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[A84CFEDDEB87E6EF]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 275249 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[A84CFEDDEB87E6EF]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-01-04T19:02:06.618Z
   [junit4]   2> 275253 INFO  (zkConnectionManagerCallback-282-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 275254 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[A84CFEDDEB87E6EF]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 275254 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[A84CFEDDEB87E6EF]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_A84CFEDDEB87E6EF-001/control-001/solr.xml
   [junit4]   2> 275260 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[A84CFEDDEB87E6EF]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 275260 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[A84CFEDDEB87E6EF]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 275262 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[A84CFEDDEB87E6EF]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@136eadf, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 275265 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[A84CFEDDEB87E6EF]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:41227/solr
   [junit4]   2> 275266 INFO  (zkConnectionManagerCallback-286-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 275269 INFO  (zkConnectionManagerCallback-288-thread-1-processing-n:127.0.0.1:44333_) [n:127.0.0.1:44333_    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 275347 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[A84CFEDDEB87E6EF]) [n:127.0.0.1:44333_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 275347 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[A84CFEDDEB87E6EF]) [n:127.0.0.1:44333_    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:44333_
   [junit4]   2> 275348 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[A84CFEDDEB87E6EF]) [n:127.0.0.1:44333_    ] o.a.s.c.Overseer Overseer (id=99293103808118788-127.0.0.1:44333_-n_0000000000) starting
   [junit4]   2> 275354 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[A84CFEDDEB87E6EF]) [n:127.0.0.1:44333_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:44333_
   [junit4]   2> 275355 INFO  (zkCallback-287-thread-1-processing-n:127.0.0.1:44333_) [n:127.0.0.1:44333_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 275563 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[A84CFEDDEB87E6EF]) [n:127.0.0.1:44333_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@136eadf
   [junit4]   2> 275574 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[A84CFEDDEB87E6EF]) [n:127.0.0.1:44333_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@136eadf
   [junit4]   2> 275574 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[A84CFEDDEB87E6EF]) [n:127.0.0.1:44333_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@136eadf
   [junit4]   2> 275576 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[A84CFEDDEB87E6EF]) [n:127.0.0.1:44333_    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_A84CFEDDEB87E6EF-001/control-001/cores
   [junit4]   2> 275602 INFO  (zkConnectionManagerCallback-294-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 275603 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[A84CFEDDEB87E6EF]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 275603 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[A84CFEDDEB87E6EF]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:41227/solr ready
   [junit4]   2> 275606 INFO  (qtp17105177-937) [n:127.0.0.1:44333_    ] 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:44333_&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 275608 INFO  (OverseerThreadFactory-507-thread-1-processing-n:127.0.0.1:44333_) [n:127.0.0.1:44333_    ] o.a.s.c.CreateCollectionCmd Create collection control_collection
   [junit4]   2> 275714 INFO  (qtp17105177-939) [n:127.0.0.1:44333_    ] 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> 275715 INFO  (qtp17105177-939) [n:127.0.0.1:44333_    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 275819 INFO  (zkCallback-287-thread-1-processing-n:127.0.0.1:44333_) [n:127.0.0.1:44333_    ] 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> 276750 INFO  (qtp17105177-939) [n:127.0.0.1:44333_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 276775 INFO  (qtp17105177-939) [n:127.0.0.1:44333_ 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> 276922 INFO  (qtp17105177-939) [n:127.0.0.1:44333_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 276961 INFO  (qtp17105177-939) [n:127.0.0.1:44333_ 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> 276962 INFO  (qtp17105177-939) [n:127.0.0.1:44333_ 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@136eadf
   [junit4]   2> 276969 INFO  (qtp17105177-939) [n:127.0.0.1:44333_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 276969 INFO  (qtp17105177-939) [n:127.0.0.1:44333_ 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/J2/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_A84CFEDDEB87E6EF-001/control-001/cores/control_collection_shard1_replica_n1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest_A84CFEDDEB87E6EF-001/control-001/cores/control_collection_shard1_replica_n1/data/]
   [junit4]   2> 276976 INFO  (qtp17105177-939) [n:127.0.0.1:44333_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=14, maxMergeAtOnceExplicit=26, maxMergedSegmentMB=33.361328125, floorSegmentMB=0.8447265625, forceMergeDeletesPctAllowed=7.51330814460648, segmentsPerTier=41.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 277006 WARN  (qtp17105177-939) [n:127.0.0.1:44333_ 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> 277074 INFO  (qtp17105177-939) [n:127.0.0.1:44333_ 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> 277074 INFO  (qtp17105177-939) [n:127.0.0.1:44333_ 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> 277076 INFO  (qtp17105177-939) [n:127.0.0.1:44333_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: if uncommited for 15000ms; 
   [junit4]   2> 277076 INFO  (qtp17105177-939) [n:127.0.0.1:44333_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 277079 INFO  (qtp17105177-939) [n:127.0.0.1:44333_ 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=28, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.6508343608068794]
   [junit4]   2> 277079 INFO  (qtp17105177-939) [n:127.0.0.1:44333_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@db500b[control_collection_shard1_replica_n1] main]
   [junit4]   2> 277081 INFO  (qtp17105177-939) [n:127.0.0.1:44333_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 277082 INFO  (qtp17105177-939) [n:127.0.0.1:44333_ 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> 277083 INFO  (qtp17105177-939) [n:127.0.0.1:44333_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 277085 INFO  (searcherExecutor-510-thread-1-processing-n:127.0.0.1:44333_ x:control_collection_shard1_replica_n1 s:shard1 c:control_collection) [n:127.0.0.1:44333_ 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@db500b[control_collection_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 277085 INFO  (qtp17105177-939) [n:127.0.0.1:44333_ 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 1588689663116181504
   [junit4]   2> 277091 INFO  (qtp17105177-939) [n:127.0.0.1:44333_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 277091 INFO  (qtp17105177-939) [n:127.0.0.1:44333_ 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> 277091 INFO  (qtp17105177-939) [n:127.0.0.1:44333_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:44333/control_collection_shard1_replica_n1/
   [junit4]   2> 277091 INFO  (qtp17105177-939) [n:127.0.0.1:44333_ 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> 277091 INFO  (qtp17105177-939) [n:127.0.0.1:44333_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SyncStrategy http://127.0.0.1:44333/control_collection_shard1_replica_n1/ has no replicas
   [junit4]   2> 277091 INFO  (qtp17105177-939) [n:127.0.0.1:44333_ 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> 277094 INFO  (qtp17105177-939) [n:127.0.0.1:44333_ 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:44333/control_collection_shard1_replica_n1/ shard1
   [junit4]   2> 335668 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[A84CFEDDEB87E6EF]) [    ] o.a.s.c.ChaosMonkey monkey: stop jetty! 44333
   [junit4]   2> 335668 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[A84CFEDDEB87E6EF]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=3311173
   [junit4]   2> 335668 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[A84CFEDDEB87E6EF]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 335668 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[A84CFEDDEB87E6EF]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@1bee8e4: rootName = null, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@150cd0
   [junit4]   2> 335673 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[A84CFEDDEB87E6EF]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 335673 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[A84CFEDDEB87E6EF]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@1a0df5e: rootName = null, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@1c95f0
   [junit4]   2> 335692 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[A84CFEDDEB87E6EF]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 335692 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[A84CFEDDEB87E6EF]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@111a8cc: rootName = null, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@231cab
   [junit4]   2> 335694 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[A84CFEDDEB87E6EF]) [    ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:44333_
   [junit4]   2> 335695 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[A84CFEDDEB87E6EF]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 335695 INFO  (zkCallback-287-thread-2-processing-n:127.0.0.1:44333_) [n:127.0.0.1:44333_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (0)
   [junit4]   2> 335696 INFO  (coreCloseExecutor-515-thread-1) [n:127.0.0.1:44333_ c:control_collection s:shard1 r:core_node2 x:control_collection_shard1_replica_n1] o.a.s.c.SolrCore [control_collection_shard1_replica_n1]  CLOSING SolrCore org.apache.solr.core.SolrCore@c2c44a
   [junit4]   2> 335696 INFO  (coreCloseExecutor-515-thread-1) [n:127.0.0.1:44333_ c:control_collection s:shard1 r:core_node2 x:control_collection_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.control_collection.shard1.replica_n1, tag=12764234
   [junit4]   2> 335696 INFO  (coreCloseExecutor-515-thread-1) [n:127.0.0.1:44333_ c:control_collection s:shard1 r:core_node2 x:control_collection_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@1d7396e: rootName = null, domain = solr.core.control_collection.shard1.replica_n1, service url = null, agent id = null] for registry solr.core.control_collection.shard1.replica_n1 / com.codahale.metrics.MetricRegistry@1cb4d95
   [junit4]   2> 335712 INFO  (coreCloseExecutor-515-thread-1) [n:127.0.0.1:44333_ c:control_collection s:shard1 r:core_node2 x:control_collection_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.control_collection.shard1.leader, tag=12764234
   [junit4]   2> 346404 INFO  (ScheduledTrigger-505-thread-1) [n:127.0.0.1:44333_    ] o.a.s.c.a.SystemLogListener Collection .system does not exist, disabling logging.
   [junit4]   2> 346431 INFO  (AutoscalingActionExecutor-506-thread-1-processing-n:127.0.0.1:44333_) [n:127.0.0.1:44333_    ] o.a.s.c.s.c.a.PolicyHelper returnSession, curr-time 2793739772 sessionWrapper.createTime 2793739766443697, this.sessionWrapper.createTime 2793739766443697 
   [junit4]   2> 346431 INFO  (AutoscalingActionExecutor-506-thread-1-processing-n:127.0.0.1:44333_) [n:127.0.0.1:44333_    ] o.a.s.c.a.ExecutePlanAction No operations to execute for event: {
   [junit4]   2>   "id":"9ece1e4905970Tau6ebhwuuezbbjubye8mt7yk7",
   [junit4]   2>   "source":".auto_add_replicas",
   [junit4]   2>   "eventTime":2793729736857968,
   [junit4]   2>   "eventType":"NODELOST",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[2793729736857968],
   [junit4]   2>     "_enqueue_time_":2793739742296578,
   [junit4]   2>     "nodeNames":["127.0.0.1:44333_"]}}
   [junit4]   2> 455608 ERROR (qtp17105177-937) [n:127.0.0.1:44333_    ] o.a.s.h.RequestHandlerBase org.apache.solr.common.SolrException: create the collection time out:180s
   [junit4]   2> 	at org.apache.solr.handler.admin.CollectionsHandler.handleResponse(CollectionsHandler.java:314)
   [junit4]   2> 	at org.apache.solr.handler.admin.CollectionsHandler.invokeAction(CollectionsHandler.java:246)
   [junit4]   2> 	at org.apache.solr.handler.admin.CollectionsHandler.handleRequestBody(CollectionsHandler.java:224)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:177)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:736)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:717)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:498)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:382)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:326)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1759)
   [junit4]   2> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:139)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1759)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:582)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:224)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1180)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1112)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:493)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:534)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:320)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251)
   [junit4]   2> 	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:283)
   [junit4]   2> 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:108)
   [junit4]   2> 	at org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:303)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 
   [junit4]   2> 455609 INFO  (qtp17105177-937) [n:127.0.0.1:44333_    ] 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:44333_&wt=javabin&version=2} status=500 QTime=180003
   [junit4]   2> 455610 ERROR (qtp17105177-937) [n:127.0.0.1:44333_    ] o.a.s.s.HttpSolrCall null:org.apache.solr.common.SolrException: create the collection time out:180s
   [junit4]   2> 	at org.apache.solr.handler.admin.CollectionsHandler.handleResponse(CollectionsHandler.java:314)
   [junit4]   2> 	at org.apache.solr.handler.admin.CollectionsHandler.invokeAction(CollectionsHandler.java:246)
   [junit4]   2> 	at org.apache.solr.handler.admin.CollectionsHandler.handleRequestBody(CollectionsHandler.java:224)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:177)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:736)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:717)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:498)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:382)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:326)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1759)
   [junit4]   2> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:139)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1759)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:582)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:224)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1180)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1112)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:493)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:534)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:320)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251)
   [junit4]   2> 	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:283)
   [junit4]   2> 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:108)
   [junit4]   2> 	at org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:303)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 
   [junit4]   2> 875811 ERROR (OverseerThreadFactory-507-thread-1-processing-n:127.0.0.1:44333_) [n:127.0.0.1:44333_    ] o.a.s.c.OverseerCollectionMessageHandler Error from shard: http://127.0.0.1:44333
   [junit4]   2> org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: http://127.0.0.1:44333
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:654)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
   [junit4]   2> 	at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1219)
   [junit4]   2> 	at org.apache.solr.handler.component.HttpShardHandler.lambda$submit$0(HttpShardHandler.java:172)
   [junit4]   2> 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]   2> 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
   [junit4]   2> 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]   2> 	at com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:176)
   [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> Caused by: java.net.SocketTimeoutException: Read timed out
   [junit4]   2> 	at java.net.SocketInputStream.socketRead0(Native Method)
   [junit4]   2> 	at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
   [junit4]   2> 	at java.net.SocketInputStream.read(SocketInputStream.java:171)
   [junit4]   2> 	at java.net.SocketInputStream.read(SocketInputStream.java:141)
   [junit4]   2> 	at org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:137)
   [junit4]   2> 	at org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:153)
   [junit4]   2> 	at org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:282)
   [junit4]   2> 	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138)
   [junit4]   2> 	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
   [junit4]   2> 	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)
   [junit4]   2> 	at org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163)
   [junit4]   2> 	at org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:165)
   [junit4]   2> 	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)
   [junit4]   2> 	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
   [junit4]   2> 	at org.apache.solr.util.stats.InstrumentedHttpRequestExecutor.execute(InstrumentedHttpRequestExecutor.java:118)
   [junit4]   2> 	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
   [junit4]   2> 	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185)
   [junit4]   2> 	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
   [junit4]   2> 	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:111)
   [junit4]   2> 	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
   [junit4]   2> 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
   [junit4]   2> 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:542)
   [junit4]   2> 	... 12 more
   [junit4]   2> 875811 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[A84CFEDDEB87E6EF]) [    ] o.a.s.c.Overseer Overseer (id=99293103808118788-127.0.0.1:44333_-n_0000000000) closing
   [junit4]   2> 875812 ERROR (OverseerThreadFactory-507-thread-1-processing-n:127.0.0.1:44333_) [n:127.0.0.1:44333_    ] o.a.s.c.OverseerCollectionMessageHandler Cleaning up collection [control_collection].
   [junit4]   2> 875812 INFO  (OverseerStateUpdate-99293103808118788-127.0.0.1:44333_-n_0000000000) [n:127.0.0.1:44333_    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:44333_
   [junit4]   2> 875813 INFO  (OverseerThreadFactory-507-thread-1-processing-n:127.0.0.1:44333_) [n:127.0.0.1:44333_    ] o.a.s.c.OverseerCollectionMessageHandler Executing Collection Cmd : action=UNLOAD&deleteInstanceDir=true&deleteDataDir=true
   [junit4]   2> 905851 INFO  (zkCallback-287-thread-5-processing-n:127.0.0.1:44333_) [n:127.0.0.1:44333_    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDeleted path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [0])
   [junit4]   2> 905853 ERROR (OverseerThreadFactory-507-thread-1-processing-n:127.0.0.1:44333_) [n:127.0.0.1:44333_    ] o.a.s.c.OverseerCollectionMessageHandler Collection: control_collection operation: create failed:org.apache.solr.common.SolrException: Could not fully remove collection: control_collection
   [junit4]   2> 	at org.apache.solr.cloud.DeleteCollectionCmd.call(DeleteCollectionCmd.java:112)
   [junit4]   2> 	at org.apache.solr.cloud.OverseerCollectionMessageHandler.cleanupCollection(OverseerCollectionMessageHandler.java:688)
   [junit4]   2> 	at org.apache.solr.cloud.CreateCollectionCmd.call(CreateCollectionCmd.java:240)
   [junit4]   2> 	at org.apache.solr.cloud.OverseerCollectionMessageHandler.processMessage(OverseerCollectionMessageHandler.java:242)
   [junit4]   2> 	at org.apache.solr.cloud.OverseerTaskProcessor$Runner.run(OverseerTaskProcessor.java:464)
   [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> 
   [junit4]   2> 905858 INFO  (OverseerThreadFactory-507-thread-1-processing-n:127.0.0.1:44333_) [n:127.0.0.1:44333_    ] 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> 905858 WARN  (OverseerAutoScalingTriggerThread-99293103808118788-127.0.0.1:44333_-n_0000000000) [n:127.0.0.1:44333_    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 905860 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[A84CFEDDEB87E6EF]) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@1590bc2{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 905861 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[A84CFEDDEB87E6EF]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@1b6d0fe{/,null,UNAVAILABLE}
   [junit4]   2> 905893 ERROR (qtp17105177-939) [n:127.0.0.1:44333_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ZkController Error getting leader from zk
   [junit4]   2> org.apache.solr.common.SolrException: No registered leader was found after waiting for 1220000ms , collection: control_collection slice: shard1 saw state=null with live_nodes=[]
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkStateReader.getLeaderRetry(ZkStateReader.java:771)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkStateReader.getLeaderUrl(ZkStateReader.java:736)
   [junit4]   2> 	at org.apache.solr.cloud.ZkController.getLeader(ZkController.java:1178)
   [junit4]   2> 	at org.apache.solr.cloud.ZkController.register(ZkController.java:1079)
   [junit4]   2> 	at org.apache.solr.cloud.ZkController.register(ZkController.java:1014)
   [junit4]   2> 	at org.apache.solr.core.ZkContainer.lambda$registerInZk$0(ZkContainer.java:181)
   [junit4]   2> 	at org.apache.solr.core.ZkContainer.registerInZk(ZkContainer.java:208)
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.registerCore(CoreContainer.java:892)
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1053)
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:954)
   [junit4]   2> 	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:91)
   [junit4]   2> 	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:384)
   [junit4]   2> 	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:389)
   [junit4]   2> 	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:174)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:177)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:736)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:717)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:498)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:382)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:326)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1759)
   [junit4]   2> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:139)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1759)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:582)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:224)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1180)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1112)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:426)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:534)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:320)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251)
   [junit4]   2> 	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:283)
   [junit4]   2> 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:108)
   [junit4]   2> 	at org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:303)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 905894 ERROR (qtp17105177-939) [n:127.0.0.1:44333_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ZkContainer :org.apache.solr.common.SolrException: Error getting leader from zk for shard shard1
   [junit4]   2> 	at org.apache.solr.cloud.ZkController.getLeader(ZkController.java:1207)
   [junit4]   2> 	at org.apache.solr.cloud.ZkController.register(ZkController.java:1079)
   [junit4]   2> 	at org.apache.solr.cloud.ZkController.register(ZkController.java:1014)
   [junit4]   2> 	at org.apache.solr.core.ZkContainer.lambda$registerInZk$0(ZkContainer.java:181)
   [junit4]   2> 	at org.apache.solr.core.ZkContainer.registerInZk(ZkContainer.java:208)
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.registerCore(CoreContainer.java:892)
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1053)
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:954)
   [junit4]   2> 	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:91)
   [junit4]   2> 	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:384)
   [junit4]   2> 	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:389)
   [junit4]   2> 	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:174)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:177)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:736)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:717)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:498)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:382)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:326)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1759)
   [junit4]   2> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:139)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1759)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:582)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:224)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1180)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1112)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:426)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:534)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:320)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251)
   [junit4]   2> 	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:283)
   [junit4]   2> 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:108)
   [junit4]   2> 	at org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:303)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> Caused by: org.apache.solr.common.SolrException: No registered leader was found after waiting for 1220000ms , collection: control_collection slice: shard1 saw state=null with live_nodes=[]
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkStateReader.getLeaderRetry(ZkStateReader.java:771)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkStateReader.getLeaderUrl(ZkStateReader.java:736)
   [junit4]   2> 	at org.apache.solr.cloud.ZkController.getLeader(ZkController.java:1178)
   [junit4]   2> 	... 41 more
   [junit4]   2> 
   [junit4]   2> 905901 INFO  (qtp17105177-939) [n:127.0.0.1:44333_ 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=630187
   [junit4]   2> 905902 ERROR (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[A84CFEDDEB87E6EF]) [    ] 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> 905902 INFO  (TEST-ChaosMonkeyNothingIsSafeTest.test-seed#[A84CFEDDEB87E6EF]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:41227 41227
   [junit4]   2> 910219 INFO  (Thread-140) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:41227 41227
   [junit4]   2> 910220 WARN  (Thread-140) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	2	/solr/aliases.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	2	/solr/clusterstate.json
   [junit4]   2> 	2	/solr/clusterprops.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	2	/solr/live_nodes
   [junit4]   2> 	2	/solr/collections
   [junit4]   2> 
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=ChaosMonkeyNothingIsSafeTest -Dtests.method=test -Dtests.seed=A84CFEDDEB87E6EF -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=es-SV -Dtests.timezone=Etc/GMT+5 -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR    635s J2 | ChaosMonkeyNothingIsSafeTest.test <<<
   [junit4]    > Throwable #1: org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: http://127.0.0.1:44333
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([A84CFEDDEB87E6EF:2018C107457B8B17]:0)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:654)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1104)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:884)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:817)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
   [junit4]    > 	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.createServers(AbstractFullDistribZkTestBase.java:320)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:991)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4]    > Caused by: java.net.SocketTimeoutException: Read timed out
   [junit4]    > 	at java.net.SocketInputStream.socketRead0(Native Method)
   [junit4]    > 	at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
   [junit4]    > 	at java.net.SocketInputStream.read(SocketInputStream.java:171)
   [junit4]    > 	at java.net.SocketInputStream.read(SocketInputStream.java:141)
   [junit4]    > 	at org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:137)
   [junit4]    > 	at org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:153)
   [junit4]    > 	at org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:282)
   [junit4]    > 	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138)
   [junit4]    > 	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
   [junit4]    > 	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)
   [junit4]    > 	at org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163)
   [junit4]    > 	at org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:165)
   [junit4]    > 	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)
   [junit4]    > 	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
   [junit4]    > 	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
   [junit4]    > 	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185)
   [junit4]    > 	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
   [junit4]    > 	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:111)
   [junit4]    > 	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
   [junit4]    > 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
   [junit4]    > 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:542)
   [junit4]    > 	... 43 more
   [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.ChaosMonkeyNothingIsSafeTest_A84CFEDDEB87E6EF-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {}, docValues:{}, maxPointsInLeafNode=1114, maxMBSortInHeap=5.1903225252909575, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@1bb26f), locale=es-SV, timezone=Etc/GMT+5
   [junit4]   2> NOTE: Linux 4.10.0-40-generic i386/Oracle Corporation 1.8.0_144 (32-bit)/cpus=8,threads=1,free=47132672,total=241532928
   [junit4]   2> NOTE: All tests run in this JVM: [TestDocBasedVersionConstraints, SystemInfoHandlerTest, HdfsSyncSliceTest, TestIntervalFaceting, TestSerializedLuceneMatchVersion, SolrCLIZkUtilsTest, TestAuthorizationFramework, DirectSolrSpellCheckerTest, BigEndianAscendingWordDeserializerTest, TestPushWriter, LoggingHandlerTest, BlockDirectoryTest, TestSolrCloudWithHadoopAuthPlugin, TestApiFramework, SolrGraphiteReporterTest, TestRestoreCore, HdfsUnloadDistributedZkTest, TestSimDistributedQueue, DefaultValueUpdateProcessorTest, TestFilteredDocIdSet, TestRetrieveFieldsOptimizer, TestQueryWrapperFilter, TestEmbeddedSolrServerConstructors, SpatialRPTFieldTypeTest, DisMaxRequestHandlerTest, TestScoreJoinQPNoScore, FieldMutatingUpdateProcessorTest, ChaosMonkeyNothingIsSafeTest]
   [junit4] Completed [182/766 (1!)] on J2 in 635.27s, 1 test, 1 error <<< FAILURES!

[...truncated 45785 lines...]

[JENKINS] Lucene-Solr-master-Linux (64bit/jdk1.8.0_144) - Build # 21214 - Still Unstable!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/21214/
Java: 64bit/jdk1.8.0_144 -XX:+UseCompressedOops -XX:+UseSerialGC

1 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.solr.response.transform.TestSubQueryTransformerDistrib

Error Message:
Error from server at https://127.0.0.1:34141/solr: Could not fully create collection: departments

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at https://127.0.0.1:34141/solr: Could not fully create collection: departments
	at __randomizedtesting.SeedInfo.seed([92A5AC2D1416A827]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:643)
	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.SolrRequest.process(SolrRequest.java:194)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
	at org.apache.solr.response.transform.TestSubQueryTransformerDistrib.setupCluster(TestSubQueryTransformerDistrib.java:81)
	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$6.evaluate(RandomizedRunner.java:874)
	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 11967 lines...]
   [junit4] Suite: org.apache.solr.response.transform.TestSubQueryTransformerDistrib
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.response.transform.TestSubQueryTransformerDistrib_92A5AC2D1416A827-001/init-core-data-001
   [junit4]   2> 284038 WARN  (SUITE-TestSubQueryTransformerDistrib-seed#[92A5AC2D1416A827]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=1 numCloses=1
   [junit4]   2> 284038 INFO  (SUITE-TestSubQueryTransformerDistrib-seed#[92A5AC2D1416A827]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 284039 INFO  (SUITE-TestSubQueryTransformerDistrib-seed#[92A5AC2D1416A827]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 284039 INFO  (SUITE-TestSubQueryTransformerDistrib-seed#[92A5AC2D1416A827]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 284039 INFO  (SUITE-TestSubQueryTransformerDistrib-seed#[92A5AC2D1416A827]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 5 servers in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.response.transform.TestSubQueryTransformerDistrib_92A5AC2D1416A827-001/tempDir-001
   [junit4]   2> 284039 INFO  (SUITE-TestSubQueryTransformerDistrib-seed#[92A5AC2D1416A827]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 284039 INFO  (Thread-441) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 284039 INFO  (Thread-441) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 284041 ERROR (Thread-441) [    ] 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> 284139 INFO  (SUITE-TestSubQueryTransformerDistrib-seed#[92A5AC2D1416A827]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:42543
   [junit4]   2> 284142 INFO  (zkConnectionManagerCallback-446-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 284150 INFO  (jetty-launcher-443-thread-1) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 284150 INFO  (jetty-launcher-443-thread-2) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 284151 INFO  (jetty-launcher-443-thread-3) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 284153 INFO  (jetty-launcher-443-thread-4) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 284154 INFO  (jetty-launcher-443-thread-5) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 284155 INFO  (jetty-launcher-443-thread-3) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@6d830b37{/solr,null,AVAILABLE}
   [junit4]   2> 284156 INFO  (jetty-launcher-443-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@48dde5fb{/solr,null,AVAILABLE}
   [junit4]   2> 284156 INFO  (jetty-launcher-443-thread-4) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@17a96f97{/solr,null,AVAILABLE}
   [junit4]   2> 284158 INFO  (jetty-launcher-443-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@75070854{/solr,null,AVAILABLE}
   [junit4]   2> 284158 INFO  (jetty-launcher-443-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@479b0c29{SSL,[ssl, http/1.1]}{127.0.0.1:34141}
   [junit4]   2> 284159 INFO  (jetty-launcher-443-thread-3) [    ] o.e.j.s.AbstractConnector Started ServerConnector@3d6654a2{SSL,[ssl, http/1.1]}{127.0.0.1:43129}
   [junit4]   2> 284162 INFO  (jetty-launcher-443-thread-2) [    ] o.e.j.s.Server Started @286408ms
   [junit4]   2> 284163 INFO  (jetty-launcher-443-thread-3) [    ] o.e.j.s.Server Started @286410ms
   [junit4]   2> 284163 INFO  (jetty-launcher-443-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=34141}
   [junit4]   2> 284163 INFO  (jetty-launcher-443-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@1814ea04{SSL,[ssl, http/1.1]}{127.0.0.1:40761}
   [junit4]   2> 284163 INFO  (jetty-launcher-443-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=43129}
   [junit4]   2> 284164 INFO  (jetty-launcher-443-thread-1) [    ] o.e.j.s.Server Started @286410ms
   [junit4]   2> 284164 INFO  (jetty-launcher-443-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=40761}
   [junit4]   2> 284164 ERROR (jetty-launcher-443-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 284164 ERROR (jetty-launcher-443-thread-3) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 284164 INFO  (jetty-launcher-443-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solrâ„¢ version 8.0.0
   [junit4]   2> 284164 INFO  (jetty-launcher-443-thread-3) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solrâ„¢ version 8.0.0
   [junit4]   2> 284164 INFO  (jetty-launcher-443-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 284164 INFO  (jetty-launcher-443-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 284164 INFO  (jetty-launcher-443-thread-3) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 284164 INFO  (jetty-launcher-443-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-01-04T22:59:35.024Z
   [junit4]   2> 284164 INFO  (jetty-launcher-443-thread-3) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 284164 INFO  (jetty-launcher-443-thread-3) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-01-04T22:59:35.024Z
   [junit4]   2> 284159 INFO  (jetty-launcher-443-thread-4) [    ] o.e.j.s.AbstractConnector Started ServerConnector@2fd77eff{SSL,[ssl, http/1.1]}{127.0.0.1:35225}
   [junit4]   2> 284164 INFO  (jetty-launcher-443-thread-4) [    ] o.e.j.s.Server Started @286411ms
   [junit4]   2> 284164 INFO  (jetty-launcher-443-thread-4) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=35225}
   [junit4]   2> 284164 ERROR (jetty-launcher-443-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 284165 INFO  (jetty-launcher-443-thread-5) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1c6263d1{/solr,null,AVAILABLE}
   [junit4]   2> 284165 INFO  (jetty-launcher-443-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solrâ„¢ version 8.0.0
   [junit4]   2> 284165 INFO  (jetty-launcher-443-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 284165 ERROR (jetty-launcher-443-thread-4) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 284165 INFO  (jetty-launcher-443-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 284165 INFO  (jetty-launcher-443-thread-4) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solrâ„¢ version 8.0.0
   [junit4]   2> 284165 INFO  (jetty-launcher-443-thread-4) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 284165 INFO  (jetty-launcher-443-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-01-04T22:59:35.025Z
   [junit4]   2> 284165 INFO  (jetty-launcher-443-thread-4) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 284165 INFO  (jetty-launcher-443-thread-4) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-01-04T22:59:35.025Z
   [junit4]   2> 284166 INFO  (jetty-launcher-443-thread-5) [    ] o.e.j.s.AbstractConnector Started ServerConnector@6008008a{SSL,[ssl, http/1.1]}{127.0.0.1:38337}
   [junit4]   2> 284166 INFO  (jetty-launcher-443-thread-5) [    ] o.e.j.s.Server Started @286412ms
   [junit4]   2> 284166 INFO  (jetty-launcher-443-thread-5) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=38337}
   [junit4]   2> 284166 ERROR (jetty-launcher-443-thread-5) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 284166 INFO  (jetty-launcher-443-thread-5) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solrâ„¢ version 8.0.0
   [junit4]   2> 284166 INFO  (jetty-launcher-443-thread-5) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 284166 INFO  (jetty-launcher-443-thread-5) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 284166 INFO  (jetty-launcher-443-thread-5) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-01-04T22:59:35.026Z
   [junit4]   2> 284167 INFO  (zkConnectionManagerCallback-452-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 284168 INFO  (jetty-launcher-443-thread-4) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 284169 INFO  (zkConnectionManagerCallback-454-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 284169 INFO  (zkConnectionManagerCallback-448-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 284170 INFO  (jetty-launcher-443-thread-3) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 284172 INFO  (jetty-launcher-443-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 284172 INFO  (zkConnectionManagerCallback-456-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 284172 INFO  (jetty-launcher-443-thread-5) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 284196 INFO  (zkConnectionManagerCallback-450-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 284196 INFO  (jetty-launcher-443-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 284201 INFO  (jetty-launcher-443-thread-3) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42543/solr
   [junit4]   2> 284202 INFO  (zkConnectionManagerCallback-460-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 284204 INFO  (jetty-launcher-443-thread-4) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42543/solr
   [junit4]   2> 284204 INFO  (jetty-launcher-443-thread-5) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42543/solr
   [junit4]   2> 284207 INFO  (jetty-launcher-443-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42543/solr
   [junit4]   2> 284208 INFO  (jetty-launcher-443-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42543/solr
   [junit4]   2> 284209 INFO  (zkConnectionManagerCallback-469-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 284209 INFO  (zkConnectionManagerCallback-467-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 284209 INFO  (zkConnectionManagerCallback-474-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 284209 INFO  (zkConnectionManagerCallback-471-thread-1-processing-n:127.0.0.1:43129_solr) [n:127.0.0.1:43129_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 284214 INFO  (zkConnectionManagerCallback-478-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 284220 INFO  (zkConnectionManagerCallback-480-thread-1-processing-n:127.0.0.1:34141_solr) [n:127.0.0.1:34141_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 284221 INFO  (zkConnectionManagerCallback-482-thread-1-processing-n:127.0.0.1:35225_solr) [n:127.0.0.1:35225_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 284221 INFO  (zkConnectionManagerCallback-484-thread-1-processing-n:127.0.0.1:38337_solr) [n:127.0.0.1:38337_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 284222 INFO  (zkConnectionManagerCallback-486-thread-1-processing-n:127.0.0.1:40761_solr) [n:127.0.0.1:40761_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 284260 INFO  (jetty-launcher-443-thread-3) [n:127.0.0.1:43129_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 284260 INFO  (jetty-launcher-443-thread-1) [n:127.0.0.1:40761_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 284260 INFO  (jetty-launcher-443-thread-4) [n:127.0.0.1:35225_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 284260 INFO  (jetty-launcher-443-thread-5) [n:127.0.0.1:38337_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 284260 INFO  (jetty-launcher-443-thread-3) [n:127.0.0.1:43129_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:43129_solr
   [junit4]   2> 284260 INFO  (jetty-launcher-443-thread-1) [n:127.0.0.1:40761_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:40761_solr
   [junit4]   2> 284260 INFO  (jetty-launcher-443-thread-4) [n:127.0.0.1:35225_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:35225_solr
   [junit4]   2> 284260 INFO  (jetty-launcher-443-thread-3) [n:127.0.0.1:43129_solr    ] o.a.s.c.Overseer Overseer (id=99294037599846408-127.0.0.1:43129_solr-n_0000000000) starting
   [junit4]   2> 284262 INFO  (zkCallback-481-thread-1-processing-n:127.0.0.1:35225_solr) [n:127.0.0.1:35225_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 284262 INFO  (zkCallback-470-thread-1-processing-n:127.0.0.1:43129_solr) [n:127.0.0.1:43129_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 284264 INFO  (zkCallback-483-thread-1-processing-n:127.0.0.1:38337_solr) [n:127.0.0.1:38337_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 284264 INFO  (zkCallback-485-thread-1-processing-n:127.0.0.1:40761_solr) [n:127.0.0.1:40761_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 284264 INFO  (jetty-launcher-443-thread-5) [n:127.0.0.1:38337_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:38337_solr
   [junit4]   2> 284268 INFO  (zkCallback-470-thread-1-processing-n:127.0.0.1:43129_solr) [n:127.0.0.1:43129_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 284268 INFO  (zkCallback-485-thread-1-processing-n:127.0.0.1:40761_solr) [n:127.0.0.1:40761_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 284268 INFO  (zkCallback-483-thread-1-processing-n:127.0.0.1:38337_solr) [n:127.0.0.1:38337_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 284268 INFO  (zkCallback-481-thread-1-processing-n:127.0.0.1:35225_solr) [n:127.0.0.1:35225_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 284271 INFO  (jetty-launcher-443-thread-2) [n:127.0.0.1:34141_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 284272 INFO  (jetty-launcher-443-thread-2) [n:127.0.0.1:34141_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 284273 INFO  (jetty-launcher-443-thread-2) [n:127.0.0.1:34141_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:34141_solr
   [junit4]   2> 284273 INFO  (zkCallback-481-thread-1-processing-n:127.0.0.1:35225_solr) [n:127.0.0.1:35225_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 284273 INFO  (zkCallback-470-thread-1-processing-n:127.0.0.1:43129_solr) [n:127.0.0.1:43129_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 284273 INFO  (zkCallback-483-thread-1-processing-n:127.0.0.1:38337_solr) [n:127.0.0.1:38337_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 284273 INFO  (zkCallback-485-thread-1-processing-n:127.0.0.1:40761_solr) [n:127.0.0.1:40761_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 284288 INFO  (jetty-launcher-443-thread-3) [n:127.0.0.1:43129_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:43129_solr
   [junit4]   2> 284289 INFO  (zkCallback-485-thread-1-processing-n:127.0.0.1:40761_solr) [n:127.0.0.1:40761_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 284291 INFO  (zkCallback-483-thread-1-processing-n:127.0.0.1:38337_solr) [n:127.0.0.1:38337_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 284292 INFO  (zkCallback-481-thread-1-processing-n:127.0.0.1:35225_solr) [n:127.0.0.1:35225_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 284300 INFO  (zkCallback-479-thread-1-processing-n:127.0.0.1:34141_solr) [n:127.0.0.1:34141_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (5)
   [junit4]   2> 284306 INFO  (zkCallback-470-thread-2-processing-n:127.0.0.1:43129_solr) [n:127.0.0.1:43129_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 284328 INFO  (jetty-launcher-443-thread-4) [n:127.0.0.1:35225_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35225.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1507a8a6
   [junit4]   2> 284335 INFO  (jetty-launcher-443-thread-4) [n:127.0.0.1:35225_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35225.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1507a8a6
   [junit4]   2> 284335 INFO  (jetty-launcher-443-thread-4) [n:127.0.0.1:35225_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35225.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1507a8a6
   [junit4]   2> 284336 INFO  (jetty-launcher-443-thread-4) [n:127.0.0.1:35225_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.response.transform.TestSubQueryTransformerDistrib_92A5AC2D1416A827-001/tempDir-001/node4/.
   [junit4]   2> 284367 INFO  (jetty-launcher-443-thread-3) [n:127.0.0.1:43129_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43129.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1507a8a6
   [junit4]   2> 284389 INFO  (jetty-launcher-443-thread-3) [n:127.0.0.1:43129_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43129.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1507a8a6
   [junit4]   2> 284389 INFO  (jetty-launcher-443-thread-3) [n:127.0.0.1:43129_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43129.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1507a8a6
   [junit4]   2> 284390 INFO  (jetty-launcher-443-thread-3) [n:127.0.0.1:43129_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.response.transform.TestSubQueryTransformerDistrib_92A5AC2D1416A827-001/tempDir-001/node3/.
   [junit4]   2> 284395 INFO  (jetty-launcher-443-thread-5) [n:127.0.0.1:38337_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38337.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1507a8a6
   [junit4]   2> 284402 INFO  (jetty-launcher-443-thread-5) [n:127.0.0.1:38337_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38337.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1507a8a6
   [junit4]   2> 284402 INFO  (jetty-launcher-443-thread-5) [n:127.0.0.1:38337_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38337.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1507a8a6
   [junit4]   2> 284403 INFO  (jetty-launcher-443-thread-5) [n:127.0.0.1:38337_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.response.transform.TestSubQueryTransformerDistrib_92A5AC2D1416A827-001/tempDir-001/node5/.
   [junit4]   2> 284421 INFO  (jetty-launcher-443-thread-1) [n:127.0.0.1:40761_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40761.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1507a8a6
   [junit4]   2> 284422 INFO  (jetty-launcher-443-thread-2) [n:127.0.0.1:34141_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34141.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1507a8a6
   [junit4]   2> 284427 INFO  (jetty-launcher-443-thread-1) [n:127.0.0.1:40761_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40761.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1507a8a6
   [junit4]   2> 284427 INFO  (jetty-launcher-443-thread-1) [n:127.0.0.1:40761_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40761.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1507a8a6
   [junit4]   2> 284428 INFO  (jetty-launcher-443-thread-1) [n:127.0.0.1:40761_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.response.transform.TestSubQueryTransformerDistrib_92A5AC2D1416A827-001/tempDir-001/node1/.
   [junit4]   2> 284429 INFO  (jetty-launcher-443-thread-2) [n:127.0.0.1:34141_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34141.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1507a8a6
   [junit4]   2> 284429 INFO  (jetty-launcher-443-thread-2) [n:127.0.0.1:34141_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34141.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1507a8a6
   [junit4]   2> 284430 INFO  (jetty-launcher-443-thread-2) [n:127.0.0.1:34141_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.response.transform.TestSubQueryTransformerDistrib_92A5AC2D1416A827-001/tempDir-001/node2/.
   [junit4]   2> 284521 INFO  (zkConnectionManagerCallback-498-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 284524 INFO  (zkConnectionManagerCallback-502-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 284524 INFO  (SUITE-TestSubQueryTransformerDistrib-seed#[92A5AC2D1416A827]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (5)
   [junit4]   2> 284524 INFO  (SUITE-TestSubQueryTransformerDistrib-seed#[92A5AC2D1416A827]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:42543/solr ready
   [junit4]   2> 284637 INFO  (qtp618147416-1813) [n:127.0.0.1:34141_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=2&property.config=solrconfig-doctransformers.xml&property.schema=schema-docValuesJoin.xml&collection.configName=solrCloudCollectionConfig&name=people&nrtReplicas=2&action=CREATE&numShards=2&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 284638 INFO  (OverseerThreadFactory-709-thread-1-processing-n:127.0.0.1:43129_solr) [n:127.0.0.1:43129_solr    ] o.a.s.c.CreateCollectionCmd Create collection people
   [junit4]   2> 284744 INFO  (OverseerStateUpdate-99294037599846408-127.0.0.1:43129_solr-n_0000000000) [n:127.0.0.1:43129_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"people",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"people_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:43129/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 284747 INFO  (OverseerStateUpdate-99294037599846408-127.0.0.1:43129_solr-n_0000000000) [n:127.0.0.1:43129_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"people",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"people_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:40761/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 284749 INFO  (OverseerStateUpdate-99294037599846408-127.0.0.1:43129_solr-n_0000000000) [n:127.0.0.1:43129_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"people",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"people_shard2_replica_n4",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:35225/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 284751 INFO  (OverseerStateUpdate-99294037599846408-127.0.0.1:43129_solr-n_0000000000) [n:127.0.0.1:43129_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"people",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"people_shard2_replica_n6",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:38337/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 284995 INFO  (qtp387123018-1817) [n:127.0.0.1:40761_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=solrCloudCollectionConfig&newCollection=true&collection=people&version=2&replicaType=NRT&property.config=solrconfig-doctransformers.xml&property.schema=schema-docValuesJoin.xml&coreNodeName=core_node5&name=people_shard1_replica_n2&action=CREATE&numShards=2&shard=shard1&wt=javabin
   [junit4]   2> 284996 INFO  (qtp387123018-1817) [n:127.0.0.1:40761_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 284997 INFO  (qtp1478124491-1791) [n:127.0.0.1:43129_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=solrCloudCollectionConfig&newCollection=true&collection=people&version=2&replicaType=NRT&property.config=solrconfig-doctransformers.xml&property.schema=schema-docValuesJoin.xml&coreNodeName=core_node3&name=people_shard1_replica_n1&action=CREATE&numShards=2&shard=shard1&wt=javabin
   [junit4]   2> 284997 INFO  (qtp1617693642-1803) [n:127.0.0.1:38337_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=solrCloudCollectionConfig&newCollection=true&collection=people&version=2&replicaType=NRT&property.config=solrconfig-doctransformers.xml&property.schema=schema-docValuesJoin.xml&coreNodeName=core_node8&name=people_shard2_replica_n6&action=CREATE&numShards=2&shard=shard2&wt=javabin
   [junit4]   2> 284997 INFO  (qtp1478124491-1791) [n:127.0.0.1:43129_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 284998 INFO  (qtp1617693642-1803) [n:127.0.0.1:38337_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 284998 INFO  (qtp1854741605-1814) [n:127.0.0.1:35225_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=solrCloudCollectionConfig&newCollection=true&collection=people&version=2&replicaType=NRT&property.config=solrconfig-doctransformers.xml&property.schema=schema-docValuesJoin.xml&coreNodeName=core_node7&name=people_shard2_replica_n4&action=CREATE&numShards=2&shard=shard2&wt=javabin
   [junit4]   2> 284998 INFO  (qtp1854741605-1814) [n:127.0.0.1:35225_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 285103 INFO  (zkCallback-483-thread-1-processing-n:127.0.0.1:38337_solr) [n:127.0.0.1:38337_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/people/state.json] for collection [people] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 285103 INFO  (zkCallback-470-thread-1-processing-n:127.0.0.1:43129_solr) [n:127.0.0.1:43129_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/people/state.json] for collection [people] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 285103 INFO  (zkCallback-485-thread-1-processing-n:127.0.0.1:40761_solr) [n:127.0.0.1:40761_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/people/state.json] for collection [people] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 285103 INFO  (zkCallback-481-thread-1-processing-n:127.0.0.1:35225_solr) [n:127.0.0.1:35225_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/people/state.json] for collection [people] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 285103 INFO  (zkCallback-470-thread-2-processing-n:127.0.0.1:43129_solr) [n:127.0.0.1:43129_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/people/state.json] for collection [people] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 285103 INFO  (zkCallback-481-thread-2-processing-n:127.0.0.1:35225_solr) [n:127.0.0.1:35225_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/people/state.json] for collection [people] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 285103 INFO  (zkCallback-483-thread-2-processing-n:127.0.0.1:38337_solr) [n:127.0.0.1:38337_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/people/state.json] for collection [people] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 285103 INFO  (zkCallback-485-thread-2-processing-n:127.0.0.1:40761_solr) [n:127.0.0.1:40761_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/people/state.json] for collection [people] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 286013 INFO  (qtp1854741605-1814) [n:127.0.0.1:35225_solr c:people s:shard2 r:core_node7 x:people_shard2_replica_n4] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 286014 INFO  (qtp387123018-1817) [n:127.0.0.1:40761_solr c:people s:shard1 r:core_node5 x:people_shard1_replica_n2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 286015 INFO  (qtp1478124491-1791) [n:127.0.0.1:43129_solr c:people s:shard1 r:core_node3 x:people_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 286042 INFO  (qtp1617693642-1803) [n:127.0.0.1:38337_solr c:people s:shard2 r:core_node8 x:people_shard2_replica_n6] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 286045 INFO  (qtp1854741605-1814) [n:127.0.0.1:35225_solr c:people s:shard2 r:core_node7 x:people_shard2_replica_n4] o.a.s.s.IndexSchema [people_shard2_replica_n4] Schema name=doc-values-for-Join
   [junit4]   2> 286046 INFO  (qtp1478124491-1791) [n:127.0.0.1:43129_solr c:people s:shard1 r:core_node3 x:people_shard1_replica_n1] o.a.s.s.IndexSchema [people_shard1_replica_n1] Schema name=doc-values-for-Join
   [junit4]   2> 286047 INFO  (qtp387123018-1817) [n:127.0.0.1:40761_solr c:people s:shard1 r:core_node5 x:people_shard1_replica_n2] o.a.s.s.IndexSchema [people_shard1_replica_n2] Schema name=doc-values-for-Join
   [junit4]   2> 286048 INFO  (qtp1617693642-1803) [n:127.0.0.1:38337_solr c:people s:shard2 r:core_node8 x:people_shard2_replica_n6] o.a.s.s.IndexSchema [people_shard2_replica_n6] Schema name=doc-values-for-Join
   [junit4]   2> 286050 INFO  (qtp1478124491-1791) [n:127.0.0.1:43129_solr c:people s:shard1 r:core_node3 x:people_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema doc-values-for-Join/1.6 with uniqueid field id
   [junit4]   2> 286050 INFO  (qtp1854741605-1814) [n:127.0.0.1:35225_solr c:people s:shard2 r:core_node7 x:people_shard2_replica_n4] o.a.s.s.IndexSchema Loaded schema doc-values-for-Join/1.6 with uniqueid field id
   [junit4]   2> 286051 INFO  (qtp387123018-1817) [n:127.0.0.1:40761_solr c:people s:shard1 r:core_node5 x:people_shard1_replica_n2] o.a.s.s.IndexSchema Loaded schema doc-values-for-Join/1.6 with uniqueid field id
   [junit4]   2> 286053 INFO  (qtp1617693642-1803) [n:127.0.0.1:38337_solr c:people s:shard2 r:core_node8 x:people_shard2_replica_n6] o.a.s.s.IndexSchema Loaded schema doc-values-for-Join/1.6 with uniqueid field id
   [junit4]   2> 286053 INFO  (qtp1478124491-1791) [n:127.0.0.1:43129_solr c:people s:shard1 r:core_node3 x:people_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'people_shard1_replica_n1' using configuration from collection people, trusted=true
   [junit4]   2> 286054 INFO  (qtp387123018-1817) [n:127.0.0.1:40761_solr c:people s:shard1 r:core_node5 x:people_shard1_replica_n2] o.a.s.c.CoreContainer Creating SolrCore 'people_shard1_replica_n2' using configuration from collection people, trusted=true
   [junit4]   2> 286054 INFO  (qtp1478124491-1791) [n:127.0.0.1:43129_solr c:people s:shard1 r:core_node3 x:people_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43129.solr.core.people.shard1.replica_n1' (registry 'solr.core.people.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1507a8a6
   [junit4]   2> 286054 INFO  (qtp1478124491-1791) [n:127.0.0.1:43129_solr c:people s:shard1 r:core_node3 x:people_shard1_replica_n1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 286054 INFO  (qtp1478124491-1791) [n:127.0.0.1:43129_solr c:people s:shard1 r:core_node3 x:people_shard1_replica_n1] o.a.s.c.SolrCore [[people_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.response.transform.TestSubQueryTransformerDistrib_92A5AC2D1416A827-001/tempDir-001/node3/people_shard1_replica_n1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.response.transform.TestSubQueryTransformerDistrib_92A5AC2D1416A827-001/tempDir-001/node3/./people_shard1_replica_n1/data/]
   [junit4]   2> 286054 INFO  (qtp387123018-1817) [n:127.0.0.1:40761_solr c:people s:shard1 r:core_node5 x:people_shard1_replica_n2] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40761.solr.core.people.shard1.replica_n2' (registry 'solr.core.people.shard1.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1507a8a6
   [junit4]   2> 286054 INFO  (qtp1854741605-1814) [n:127.0.0.1:35225_solr c:people s:shard2 r:core_node7 x:people_shard2_replica_n4] o.a.s.c.CoreContainer Creating SolrCore 'people_shard2_replica_n4' using configuration from collection people, trusted=true
   [junit4]   2> 286054 INFO  (qtp387123018-1817) [n:127.0.0.1:40761_solr c:people s:shard1 r:core_node5 x:people_shard1_replica_n2] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 286054 INFO  (qtp387123018-1817) [n:127.0.0.1:40761_solr c:people s:shard1 r:core_node5 x:people_shard1_replica_n2] o.a.s.c.SolrCore [[people_shard1_replica_n2] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.response.transform.TestSubQueryTransformerDistrib_92A5AC2D1416A827-001/tempDir-001/node1/people_shard1_replica_n2], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.response.transform.TestSubQueryTransformerDistrib_92A5AC2D1416A827-001/tempDir-001/node1/./people_shard1_replica_n2/data/]
   [junit4]   2> 286055 INFO  (qtp1854741605-1814) [n:127.0.0.1:35225_solr c:people s:shard2 r:core_node7 x:people_shard2_replica_n4] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35225.solr.core.people.shard2.replica_n4' (registry 'solr.core.people.shard2.replica_n4') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1507a8a6
   [junit4]   2> 286055 INFO  (qtp1854741605-1814) [n:127.0.0.1:35225_solr c:people s:shard2 r:core_node7 x:people_shard2_replica_n4] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 286055 INFO  (qtp1854741605-1814) [n:127.0.0.1:35225_solr c:people s:shard2 r:core_node7 x:people_shard2_replica_n4] o.a.s.c.SolrCore [[people_shard2_replica_n4] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.response.transform.TestSubQueryTransformerDistrib_92A5AC2D1416A827-001/tempDir-001/node4/people_shard2_replica_n4], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.response.transform.TestSubQueryTransformerDistrib_92A5AC2D1416A827-001/tempDir-001/node4/./people_shard2_replica_n4/data/]
   [junit4]   2> 286059 INFO  (qtp1617693642-1803) [n:127.0.0.1:38337_solr c:people s:shard2 r:core_node8 x:people_shard2_replica_n6] o.a.s.c.CoreContainer Creating SolrCore 'people_shard2_replica_n6' using configuration from collection people, trusted=true
   [junit4]   2> 286059 INFO  (qtp1617693642-1803) [n:127.0.0.1:38337_solr c:people s:shard2 r:core_node8 x:people_shard2_replica_n6] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38337.solr.core.people.shard2.replica_n6' (registry 'solr.core.people.shard2.replica_n6') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1507a8a6
   [junit4]   2> 286059 INFO  (qtp1617693642-1803) [n:127.0.0.1:38337_solr c:people s:shard2 r:core_node8 x:people_shard2_replica_n6] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 286059 INFO  (qtp1617693642-1803) [n:127.0.0.1:38337_solr c:people s:shard2 r:core_node8 x:people_shard2_replica_n6] o.a.s.c.SolrCore [[people_shard2_replica_n6] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.response.transform.TestSubQueryTransformerDistrib_92A5AC2D1416A827-001/tempDir-001/node5/people_shard2_replica_n6], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.response.transform.TestSubQueryTransformerDistrib_92A5AC2D1416A827-001/tempDir-001/node5/./people_shard2_replica_n6/data/]
   [junit4]   2> 286118 INFO  (qtp387123018-1817) [n:127.0.0.1:40761_solr c:people s:shard1 r:core_node5 x:people_shard1_replica_n2] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 286118 INFO  (qtp387123018-1817) [n:127.0.0.1:40761_solr c:people s:shard1 r:core_node5 x:people_shard1_replica_n2] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 286118 INFO  (qtp1617693642-1803) [n:127.0.0.1:38337_solr c:people s:shard2 r:core_node8 x:people_shard2_replica_n6] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 286118 INFO  (qtp1617693642-1803) [n:127.0.0.1:38337_solr c:people s:shard2 r:core_node8 x:people_shard2_replica_n6] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 286119 INFO  (qtp1617693642-1803) [n:127.0.0.1:38337_solr c:people s:shard2 r:core_node8 x:people_shard2_replica_n6] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 286119 INFO  (qtp1617693642-1803) [n:127.0.0.1:38337_solr c:people s:shard2 r:core_node8 x:people_shard2_replica_n6] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 286119 INFO  (qtp387123018-1817) [n:127.0.0.1:40761_solr c:people s:shard1 r:core_node5 x:people_shard1_replica_n2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 286119 INFO  (qtp387123018-1817) [n:127.0.0.1:40761_solr c:people s:shard1 r:core_node5 x:people_shard1_replica_n2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 286120 INFO  (qtp1478124491-1791) [n:127.0.0.1:43129_solr c:people s:shard1 r:core_node3 x:people_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 286120 INFO  (qtp1478124491-1791) [n:127.0.0.1:43129_solr c:people s:shard1 r:core_node3 x:people_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 286121 INFO  (qtp1478124491-1791) [n:127.0.0.1:43129_solr c:people s:shard1 r:core_node3 x:people_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 286121 INFO  (qtp1478124491-1791) [n:127.0.0.1:43129_solr c:people s:shard1 r:core_node3 x:people_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 286121 INFO  (qtp1617693642-1803) [n:127.0.0.1:38337_solr c:people s:shard2 r:core_node8 x:people_shard2_replica_n6] o.a.s.s.SolrIndexSearcher Opening [Searcher@2ecf254f[people_shard2_replica_n6] main]
   [junit4]   2> 286121 INFO  (qtp387123018-1817) [n:127.0.0.1:40761_solr c:people s:shard1 r:core_node5 x:people_shard1_replica_n2] o.a.s.s.SolrIndexSearcher Opening [Searcher@76597904[people_shard1_replica_n2] main]
   [junit4]   2> 286122 INFO  (qtp1854741605-1814) [n:127.0.0.1:35225_solr c:people s:shard2 r:core_node7 x:people_shard2_replica_n4] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 286122 INFO  (qtp1854741605-1814) [n:127.0.0.1:35225_solr c:people s:shard2 r:core_node7 x:people_shard2_replica_n4] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 286122 INFO  (qtp387123018-1817) [n:127.0.0.1:40761_solr c:people s:shard1 r:core_node5 x:people_shard1_replica_n2] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/solrCloudCollectionConfig
   [junit4]   2> 286122 INFO  (qtp387123018-1817) [n:127.0.0.1:40761_solr c:people s:shard1 r:core_node5 x:people_shard1_replica_n2] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/solrCloudCollectionConfig
   [junit4]   2> 286122 INFO  (qtp1478124491-1791) [n:127.0.0.1:43129_solr c:people s:shard1 r:core_node3 x:people_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@31f38171[people_shard1_replica_n1] main]
   [junit4]   2> 286123 INFO  (qtp1617693642-1803) [n:127.0.0.1:38337_solr c:people s:shard2 r:core_node8 x:people_shard2_replica_n6] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/solrCloudCollectionConfig
   [junit4]   2> 286123 INFO  (qtp387123018-1817) [n:127.0.0.1:40761_solr c:people s:shard1 r:core_node5 x:people_shard1_replica_n2] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 286123 INFO  (qtp1854741605-1814) [n:127.0.0.1:35225_solr c:people s:shard2 r:core_node7 x:people_shard2_replica_n4] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 286123 INFO  (qtp1854741605-1814) [n:127.0.0.1:35225_solr c:people s:shard2 r:core_node7 x:people_shard2_replica_n4] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 286123 INFO  (qtp387123018-1817) [n:127.0.0.1:40761_solr c:people s:shard1 r:core_node5 x:people_shard1_replica_n2] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1588704603781726208
   [junit4]   2> 286125 INFO  (qtp1854741605-1814) [n:127.0.0.1:35225_solr c:people s:shard2 r:core_node7 x:people_shard2_replica_n4] o.a.s.s.SolrIndexSearcher Opening [Searcher@726f5223[people_shard2_replica_n4] main]
   [junit4]   2> 286125 INFO  (searcherExecutor-721-thread-1-processing-n:127.0.0.1:40761_solr x:people_shard1_replica_n2 s:shard1 c:people r:core_node5) [n:127.0.0.1:40761_solr c:people s:shard1 r:core_node5 x:people_shard1_replica_n2] o.a.s.c.SolrCore [people_shard1_replica_n2] Registered new searcher Searcher@76597904[people_shard1_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 286126 INFO  (qtp1854741605-1814) [n:127.0.0.1:35225_solr c:people s:shard2 r:core_node7 x:people_shard2_replica_n4] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/solrCloudCollectionConfig
   [junit4]   2> 286126 INFO  (qtp1478124491-1791) [n:127.0.0.1:43129_solr c:people s:shard1 r:core_node3 x:people_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/solrCloudCollectionConfig
   [junit4]   2> 286126 INFO  (qtp1478124491-1791) [n:127.0.0.1:43129_solr c:people s:shard1 r:core_node3 x:people_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/solrCloudCollectionConfig
   [junit4]   2> 286126 INFO  (qtp1854741605-1814) [n:127.0.0.1:35225_solr c:people s:shard2 r:core_node7 x:people_shard2_replica_n4] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/solrCloudCollectionConfig
   [junit4]   2> 286127 INFO  (qtp1478124491-1791) [n:127.0.0.1:43129_solr c:people s:shard1 r:core_node3 x:people_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 286127 INFO  (qtp1854741605-1814) [n:127.0.0.1:35225_solr c:people s:shard2 r:core_node7 x:people_shard2_replica_n4] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 286127 INFO  (qtp1478124491-1791) [n:127.0.0.1:43129_solr c:people s:shard1 r:core_node3 x:people_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1588704603785920512
   [junit4]   2> 286128 INFO  (searcherExecutor-722-thread-1-processing-n:127.0.0.1:35225_solr x:people_shard2_replica_n4 s:shard2 c:people r:core_node7) [n:127.0.0.1:35225_solr c:people s:shard2 r:core_node7 x:people_shard2_replica_n4] o.a.s.c.SolrCore [people_shard2_replica_n4] Registered new searcher Searcher@726f5223[people_shard2_replica_n4] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 286128 INFO  (qtp1854741605-1814) [n:127.0.0.1:35225_solr c:people s:shard2 r:core_node7 x:people_shard2_replica_n4] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1588704603786969088
   [junit4]   2> 286128 INFO  (searcherExecutor-720-thread-1-processing-n:127.0.0.1:43129_solr x:people_shard1_replica_n1 s:shard1 c:people r:core_node3) [n:127.0.0.1:43129_solr c:people s:shard1 r:core_node3 x:people_shard1_replica_n1] o.a.s.c.SolrCore [people_shard1_replica_n1] Registered new searcher Searcher@31f38171[people_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 286132 INFO  (qtp387123018-1817) [n:127.0.0.1:40761_solr c:people s:shard1 r:core_node5 x:people_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 286132 INFO  (qtp387123018-1817) [n:127.0.0.1:40761_solr c:people s:shard1 r:core_node5 x:people_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 286132 INFO  (qtp387123018-1817) [n:127.0.0.1:40761_solr c:people s:shard1 r:core_node5 x:people_shard1_replica_n2] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:40761/solr/people_shard1_replica_n2/
   [junit4]   2> 286132 INFO  (qtp387123018-1817) [n:127.0.0.1:40761_solr c:people s:shard1 r:core_node5 x:people_shard1_replica_n2] o.a.s.u.PeerSync PeerSync: core=people_shard1_replica_n2 url=https://127.0.0.1:40761/solr START replicas=[https://127.0.0.1:43129/solr/people_shard1_replica_n1/] nUpdates=100
   [junit4]   2> 286133 INFO  (qtp1617693642-1803) [n:127.0.0.1:38337_solr c:people s:shard2 r:core_node8 x:people_shard2_replica_n6] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/solrCloudCollectionConfig
   [junit4]   2> 286133 INFO  (qtp1854741605-1814) [n:127.0.0.1:35225_solr c:people s:shard2 r:core_node7 x:people_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> 286134 INFO  (qtp1617693642-1803) [n:127.0.0.1:38337_solr c:people s:shard2 r:core_node8 x:people_shard2_replica_n6] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 286136 INFO  (searcherExecutor-723-thread-1-processing-n:127.0.0.1:38337_solr x:people_shard2_replica_n6 s:shard2 c:people r:core_node8) [n:127.0.0.1:38337_solr c:people s:shard2 r:core_node8 x:people_shard2_replica_n6] o.a.s.c.SolrCore [people_shard2_replica_n6] Registered new searcher Searcher@2ecf254f[people_shard2_replica_n6] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 286136 INFO  (qtp1617693642-1803) [n:127.0.0.1:38337_solr c:people s:shard2 r:core_node8 x:people_shard2_replica_n6] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1588704603795357696
   [junit4]   2> 286139 INFO  (qtp1478124491-1788) [n:127.0.0.1:43129_solr c:people s:shard1 r:core_node3 x:people_shard1_replica_n1] o.a.s.c.S.Request [people_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> 286234 INFO  (zkCallback-470-thread-2-processing-n:127.0.0.1:43129_solr) [n:127.0.0.1:43129_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/people/state.json] for collection [people] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 286234 INFO  (zkCallback-485-thread-1-processing-n:127.0.0.1:40761_solr) [n:127.0.0.1:40761_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/people/state.json] for collection [people] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 286234 INFO  (zkCallback-470-thread-1-processing-n:127.0.0.1:43129_solr) [n:127.0.0.1:43129_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/people/state.json] for collection [people] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 286234 INFO  (zkCallback-481-thread-1-processing-n:127.0.0.1:35225_solr) [n:127.0.0.1:35225_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/people/state.json] for collection [people] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 286234 INFO  (zkCallback-485-thread-2-processing-n:127.0.0.1:40761_solr) [n:127.0.0.1:40761_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/people/state.json] for collection [people] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 286234 INFO  (zkCallback-483-thread-1-processing-n:127.0.0.1:38337_solr) [n:127.0.0.1:38337_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/people/state.json] for collection [people] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 286234 INFO  (zkCallback-483-thread-2-processing-n:127.0.0.1:38337_solr) [n:127.0.0.1:38337_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/people/state.json] for collection [people] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 286234 INFO  (zkCallback-481-thread-2-processing-n:127.0.0.1:35225_solr) [n:127.0.0.1:35225_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/people/state.json] for collection [people] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 286436 INFO  (qtp387123018-1817) [n:127.0.0.1:40761_solr c:people s:shard1 r:core_node5 x:people_shard1_replica_n2] o.a.s.u.PeerSync PeerSync: core=people_shard1_replica_n2 url=https://127.0.0.1:40761/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 286436 INFO  (qtp387123018-1817) [n:127.0.0.1:40761_solr c:people s:shard1 r:core_node5 x:people_shard1_replica_n2] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 286436 INFO  (qtp387123018-1817) [n:127.0.0.1:40761_solr c:people s:shard1 r:core_node5 x:people_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> 286436 INFO  (qtp387123018-1817) [n:127.0.0.1:40761_solr c:people s:shard1 r:core_node5 x:people_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 286444 INFO  (qtp387123018-1817) [n:127.0.0.1:40761_solr c:people s:shard1 r:core_node5 x:people_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:40761/solr/people_shard1_replica_n2/ shard1
   [junit4]   2> 286546 INFO  (zkCallback-470-thread-1-processing-n:127.0.0.1:43129_solr) [n:127.0.0.1:43129_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/people/state.json] for collection [people] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 286546 INFO  (zkCallback-481-thread-1-processing-n:127.0.0.1:35225_solr) [n:127.0.0.1:35225_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/people/state.json] for collection [people] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 286546 INFO  (zkCallback-485-thread-1-processing-n:127.0.0.1:40761_solr) [n:127.0.0.1:40761_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/people/state.json] for collection [people] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 286546 INFO  (zkCallback-470-thread-2-processing-n:127.0.0.1:43129_solr) [n:127.0.0.1:43129_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/people/state.json] for collection [people] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 286546 INFO  (zkCallback-483-thread-1-processing-n:127.0.0.1:38337_solr) [n:127.0.0.1:38337_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/people/state.json] for collection [people] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 286546 INFO  (zkCallback-483-thread-2-processing-n:127.0.0.1:38337_solr) [n:127.0.0.1:38337_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/people/state.json] for collection [people] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 286546 INFO  (zkCallback-481-thread-2-processing-n:127.0.0.1:35225_solr) [n:127.0.0.1:35225_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/people/state.json] for collection [people] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 286546 INFO  (zkCallback-485-thread-2-processing-n:127.0.0.1:40761_solr) [n:127.0.0.1:40761_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/people/state.json] for collection [people] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 286595 INFO  (qtp387123018-1817) [n:127.0.0.1:40761_solr c:people s:shard1 r:core_node5 x:people_shard1_replica_n2] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 286634 INFO  (qtp1854741605-1814) [n:127.0.0.1:35225_solr c:people s:shard2 r:core_node7 x:people_shard2_replica_n4] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 286634 INFO  (qtp1854741605-1814) [n:127.0.0.1:35225_solr c:people s:shard2 r:core_node7 x:people_shard2_replica_n4] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 286634 INFO  (qtp1854741605-1814) [n:127.0.0.1:35225_solr c:people s:shard2 r:core_node7 x:people_shard2_replica_n4] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:35225/solr/people_shard2_replica_n4/
   [junit4]   2> 286634 INFO  (qtp1854741605-1814) [n:127.0.0.1:35225_solr c:people s:shard2 r:core_node7 x:people_shard2_replica_n4] o.a.s.u.PeerSync PeerSync: core=people_shard2_replica_n4 url=https://127.0.0.1:35225/solr START replicas=[https://127.0.0.1:38337/solr/people_shard2_replica_n6/] nUpdates=100
   [junit4]   2> 286639 INFO  (qtp1617693642-1807) [n:127.0.0.1:38337_solr c:people s:shard2 r:core_node8 x:people_shard2_replica_n6] o.a.s.c.S.Request [people_shard2_replica_n6]  webapp=/solr path=/get params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 286643 INFO  (qtp387123018-1817) [n:127.0.0.1:40761_solr c:people s:shard1 r:core_node5 x:people_shard1_replica_n2] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=solrCloudCollectionConfig&newCollection=true&collection=people&version=2&replicaType=NRT&property.config=solrconfig-doctransformers.xml&property.schema=schema-docValuesJoin.xml&coreNodeName=core_node5&name=people_shard1_replica_n2&action=CREATE&numShards=2&shard=shard1&wt=javabin} status=0 QTime=1647
   [junit4]   2> 286698 INFO  (zkCallback-485-thread-2-processing-n:127.0.0.1:40761_solr) [n:127.0.0.1:40761_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/people/state.json] for collection [people] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 286698 INFO  (zkCallback-481-thread-2-processing-n:127.0.0.1:35225_solr) [n:127.0.0.1:35225_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/people/state.json] for collection [people] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 286698 INFO  (zkCallback-481-thread-1-processing-n:127.0.0.1:35225_solr) [n:127.0.0.1:35225_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/people/state.json] for collection [people] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 286698 INFO  (zkCallback-483-thread-2-processing-n:127.0.0.1:38337_solr) [n:127.0.0.1:38337_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/people/state.json] for collection [people] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 286698 INFO  (zkCallback-470-thread-2-processing-n:127.0.0.1:43129_solr) [n:127.0.0.1:43129_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/people/state.json] for collection [people] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 286698 INFO  (zkCallback-485-thread-1-processing-n:127.0.0.1:40761_solr) [n:127.0.0.1:40761_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/people/state.json] for collection [people] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 286698 INFO  (zkCallback-483-thread-1-processing-n:127.0.0.1:38337_solr) [n:127.0.0.1:38337_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/people/state.json] for collection [people] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 286698 INFO  (zkCallback-470-thread-1-processing-n:127.0.0.1:43129_solr) [n:127.0.0.1:43129_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/people/state.json] for collection [people] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 286935 INFO  (qtp1854741605-1814) [n:127.0.0.1:35225_solr c:people s:shard2 r:core_node7 x:people_shard2_replica_n4] o.a.s.u.PeerSync PeerSync: core=people_shard2_replica_n4 url=https://127.0.0.1:35225/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 286935 INFO  (qtp1854741605-1814) [n:127.0.0.1:35225_solr c:people s:shard2 r:core_node7 x:people_shard2_replica_n4] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 286935 INFO  (qtp1854741605-1814) [n:127.0.0.1:35225_solr c:people s:shard2 r:core_node7 x:people_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> 286935 INFO  (qtp1854741605-1814) [n:127.0.0.1:35225_solr c:people s:shard2 r:core_node7 x:people_shard2_replica_n4] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 286940 INFO  (qtp1854741605-1814) [n:127.0.0.1:35225_solr c:people s:shard2 r:core_node7 x:people_shard2_replica_n4] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:35225/solr/people_shard2_replica_n4/ shard2
   [junit4]   2> 287042 INFO  (zkCallback-485-thread-1-processing-n:127.0.0.1:40761_solr) [n:127.0.0.1:40761_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/people/state.json] for collection [people] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 287042 INFO  (zkCallback-483-thread-1-processing-n:127.0.0.1:38337_solr) [n:127.0.0.1:38337_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/people/state.json] for collection [people] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 287042 INFO  (zkCallback-483-thread-2-processing-n:127.0.0.1:38337_solr) [n:127.0.0.1:38337_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/people/state.json] for collection [people] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 287042 INFO  (zkCallback-481-thread-2-processing-n:127.0.0.1:35225_solr) [n:127.0.0.1:35225_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/people/state.json] for collection [people] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 287042 INFO  (zkCallback-481-thread-1-processing-n:127.0.0.1:35225_solr) [n:127.0.0.1:35225_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/people/state.json] for collection [people] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 287042 INFO  (zkCallback-470-thread-1-processing-n:127.0.0.1:43129_solr) [n:127.0.0.1:43129_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/people/state.json] for collection [people] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 287042 INFO  (zkCallback-470-thread-2-processing-n:127.0.0.1:43129_solr) [n:127.0.0.1:43129_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/people/state.json] for collection [people] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 287042 INFO  (zkCallback-485-thread-2-processing-n:127.0.0.1:40761_solr) [n:127.0.0.1:40761_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/people/state.json] for collection [people] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 287091 INFO  (qtp1854741605-1814) [n:127.0.0.1:35225_solr c:people s:shard2 r:core_node7 x:people_shard2_replica_n4] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 287094 INFO  (qtp1854741605-1814) [n:127.0.0.1:35225_solr c:people s:shard2 r:core_node7 x:people_shard2_replica_n4] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=solrCloudCollectionConfig&newCollection=true&collection=people&version=2&replicaType=NRT&property.config=solrconfig-doctransformers.xml&property.schema=schema-docValuesJoin.xml&coreNodeName=core_node7&name=people_shard2_replica_n4&action=CREATE&numShards=2&shard=shard2&wt=javabin} status=0 QTime=2095
   [junit4]   2> 287134 INFO  (qtp1478124491-1791) [n:127.0.0.1:43129_solr c:people s:shard1 r:core_node3 x:people_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=solrCloudCollectionConfig&newCollection=true&collection=people&version=2&replicaType=NRT&property.config=solrconfig-doctransformers.xml&property.schema=schema-docValuesJoin.xml&coreNodeName=core_node3&name=people_shard1_replica_n1&action=CREATE&numShards=2&shard=shard1&wt=javabin} status=0 QTime=2137
   [junit4]   2> 287142 INFO  (qtp1617693642-1803) [n:127.0.0.1:38337_solr c:people s:shard2 r:core_node8 x:people_shard2_replica_n6] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=solrCloudCollectionConfig&newCollection=true&collection=people&version=2&replicaType=NRT&property.config=solrconfig-doctransformers.xml&property.schema=schema-docValuesJoin.xml&coreNodeName=core_node8&name=people_shard2_replica_n6&action=CREATE&numShards=2&shard=shard2&wt=javabin} status=0 QTime=2145
   [junit4]   2> 287146 INFO  (qtp618147416-1813) [n:127.0.0.1:34141_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> 288641 INFO  (OverseerCollectionConfigSetProcessor-99294037599846408-127.0.0.1:43129_solr-n_0000000000) [n:127.0.0.1:43129_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> 317162 ERROR (qtp618147416-1813) [n:127.0.0.1:34141_solr    ] o.a.s.h.a.CollectionsHandler Timed out waiting for new collection's replicas to become ACTIVE replica https://127.0.0.1:43129/solr/people_shard1_replica_n1/ is in state of down with timeout=30
   [junit4]   2> 317162 INFO  (qtp618147416-1813) [n:127.0.0.1:34141_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=2&property.config=solrconfig-doctransformers.xml&property.schema=schema-docValuesJoin.xml&collection.configName=solrCloudCollectionConfig&name=people&nrtReplicas=2&action=CREATE&numShards=2&wt=javabin&version=2} status=0 QTime=32525
   [junit4]   2> 317163 INFO  (qtp618147416-1785) [n:127.0.0.1:34141_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=2&property.config=solrconfig-doctransformers.xml&property.schema=schema-minimal-with-another-uniqkey.xml&collection.configName=solrCloudCollectionConfig&name=departments&nrtReplicas=2&action=CREATE&numShards=2&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 317164 INFO  (OverseerThreadFactory-709-thread-2-processing-n:127.0.0.1:43129_solr) [n:127.0.0.1:43129_solr    ] o.a.s.c.CreateCollectionCmd Create collection departments
   [junit4]   2> 347172 ERROR (OverseerThreadFactory-709-thread-2-processing-n:127.0.0.1:43129_solr) [n:127.0.0.1:43129_solr    ] o.a.s.c.OverseerCollectionMessageHandler Collection: departments operation: create failed:org.apache.solr.common.SolrException: Could not fully create collection: departments
   [junit4]   2> 	at org.apache.solr.cloud.CreateCollectionCmd.call(CreateCollectionCmd.java:151)
   [junit4]   2> 	at org.apache.solr.cloud.OverseerCollectionMessageHandler.processMessage(OverseerCollectionMessageHandler.java:242)
   [junit4]   2> 	at org.apache.solr.cloud.OverseerTaskProcessor$Runner.run(OverseerTaskProcessor.java:464)
   [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> 
   [junit4]   2> 347175 INFO  (qtp618147416-1785) [n:127.0.0.1:34141_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=2&property.config=solrconfig-doctransformers.xml&property.schema=schema-minimal-with-another-uniqkey.xml&collection.configName=solrCloudCollectionConfig&name=departments&nrtReplicas=2&action=CREATE&numShards=2&wt=javabin&version=2} status=500 QTime=30011
   [junit4]   2> 347175 ERROR (qtp618147416-1785) [n:127.0.0.1:34141_solr    ] o.a.s.s.HttpSolrCall null:org.apache.solr.common.SolrException: Could not fully create collection: departments
   [junit4]   2> 	at org.apache.solr.handler.admin.CollectionsHandler.handleResponse(CollectionsHandler.java:309)
   [junit4]   2> 	at org.apache.solr.handler.admin.CollectionsHandler.invokeAction(CollectionsHandler.java:246)
   [junit4]   2> 	at org.apache.solr.handler.admin.CollectionsHandler.handleRequestBody(CollectionsHandler.java:224)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:177)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:736)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:717)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:498)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:382)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:326)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1759)
   [junit4]   2> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:139)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1759)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:582)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:224)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1180)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1112)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:493)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:534)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:320)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251)
   [junit4]   2> 	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:283)
   [junit4]   2> 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:108)
   [junit4]   2> 	at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:251)
   [junit4]   2> 	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:283)
   [junit4]   2> 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:108)
   [junit4]   2> 	at org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:303)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 
   [junit4]   2> 347181 INFO  (OverseerCollectionConfigSetProcessor-99294037599846408-127.0.0.1:43129_solr-n_0000000000) [n:127.0.0.1:43129_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> 347182 INFO  (jetty-closer-444-thread-5) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@1814ea04{SSL,[ssl, http/1.1]}{127.0.0.1:0}
   [junit4]   2> 347182 INFO  (jetty-closer-444-thread-1) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@2fd77eff{SSL,[ssl, http/1.1]}{127.0.0.1:0}
   [junit4]   2> 347182 INFO  (jetty-closer-444-thread-5) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=907182711
   [junit4]   2> 347182 INFO  (jetty-closer-444-thread-1) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1161330402
   [junit4]   2> 347182 INFO  (jetty-closer-444-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 347182 INFO  (jetty-closer-444-thread-5) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 347182 INFO  (jetty-closer-444-thread-1) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@2656ba24: rootName = solr_35225, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@329509a4
   [junit4]   2> 347182 INFO  (jetty-closer-444-thread-5) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@1842395b: rootName = solr_40761, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@3ed92bd1
   [junit4]   2> 347182 INFO  (jetty-closer-444-thread-3) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@479b0c29{SSL,[ssl, http/1.1]}{127.0.0.1:0}
   [junit4]   2> 347183 INFO  (jetty-closer-444-thread-4) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@6008008a{SSL,[ssl, http/1.1]}{127.0.0.1:0}
   [junit4]   2> 347186 INFO  (jetty-closer-444-thread-3) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1804628661
   [junit4]   2> 347186 INFO  (jetty-closer-444-thread-4) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=205479326
   [junit4]   2> 347186 INFO  (jetty-closer-444-thread-3) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 347186 INFO  (jetty-closer-444-thread-4) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 347186 INFO  (jetty-closer-444-thread-4) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@4d8ba8f2: rootName = solr_38337, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@77e709bd
   [junit4]   2> 347186 INFO  (jetty-closer-444-thread-3) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@3c5c7aac: rootName = solr_34141, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@7c65e902
   [junit4]   2> 347187 INFO  (jetty-closer-444-thread-2) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@3d6654a2{SSL,[ssl, http/1.1]}{127.0.0.1:0}
   [junit4]   2> 347188 INFO  (jetty-closer-444-thread-2) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1739663552
   [junit4]   2> 347188 INFO  (jetty-closer-444-thread-2) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 347188 INFO  (jetty-closer-444-thread-2) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@2cbc44cf: rootName = solr_43129, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@45d29935
   [junit4]   2> 347190 INFO  (jetty-closer-444-thread-5) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 347190 INFO  (jetty-closer-444-thread-5) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@6320da09: rootName = solr_40761, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@4812a4cd
   [junit4]   2> 347193 INFO  (jetty-closer-444-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 347193 INFO  (jetty-closer-444-thread-1) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@e213596: rootName = solr_35225, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@4812a4cd
   [junit4]   2> 347194 INFO  (jetty-closer-444-thread-4) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 347194 INFO  (jetty-closer-444-thread-4) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@734e9d53: rootName = solr_38337, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@4812a4cd
   [junit4]   2> 347195 INFO  (jetty-closer-444-thread-3) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 347195 INFO  (jetty-closer-444-thread-3) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@4ff7748: rootName = solr_34141, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@4812a4cd
   [junit4]   2> 347197 INFO  (jetty-closer-444-thread-5) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 347197 INFO  (jetty-closer-444-thread-5) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@baede6f: rootName = solr_40761, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@75e0646f
   [junit4]   2> 347198 INFO  (jetty-closer-444-thread-5) [    ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:40761_solr
   [junit4]   2> 347199 INFO  (zkCallback-481-thread-1-processing-n:127.0.0.1:35225_solr) [n:127.0.0.1:35225_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (4)
   [junit4]   2> 347199 INFO  (zkCallback-479-thread-1-processing-n:127.0.0.1:34141_solr) [n:127.0.0.1:34141_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (4)
   [junit4]   2> 347199 INFO  (zkCallback-483-thread-1-processing-n:127.0.0.1:38337_solr) [n:127.0.0.1:38337_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (4)
   [junit4]   2> 347199 INFO  (jetty-closer-444-thread-5) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 347199 INFO  (zkCallback-470-thread-2-processing-n:127.0.0.1:43129_solr) [n:127.0.0.1:43129_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (4)
   [junit4]   2> 347200 INFO  (zkCallback-485-thread-2-processing-n:127.0.0.1:40761_solr) [n:127.0.0.1:40761_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (4)
   [junit4]   2> 347204 INFO  (coreCloseExecutor-740-thread-1) [n:127.0.0.1:40761_solr c:people s:shard1 r:core_node5 x:people_shard1_replica_n2] o.a.s.c.SolrCore [people_shard1_replica_n2]  CLOSING SolrCore org.apache.solr.core.SolrCore@f8c483f
   [junit4]   2> 347204 INFO  (coreCloseExecutor-740-thread-1) [n:127.0.0.1:40761_solr c:people s:shard1 r:core_node5 x:people_shard1_replica_n2] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.people.shard1.replica_n2, tag=260851775
   [junit4]   2> 347204 INFO  (coreCloseExecutor-740-thread-1) [n:127.0.0.1:40761_solr c:people s:shard1 r:core_node5 x:people_shard1_replica_n2] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@27dbce85: rootName = solr_40761, domain = solr.core.people.shard1.replica_n2, service url = null, agent id = null] for registry solr.core.people.shard1.replica_n2 / com.codahale.metrics.MetricRegistry@4dd385ff
   [junit4]   2> 347215 INFO  (jetty-closer-444-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 347215 INFO  (jetty-closer-444-thread-1) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@170c4cc: rootName = solr_35225, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@75e0646f
   [junit4]   2> 347216 INFO  (jetty-closer-444-thread-1) [    ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:35225_solr
   [junit4]   2> 347216 INFO  (jetty-closer-444-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 347217 INFO  (zkCallback-485-thread-2-processing-n:127.0.0.1:40761_solr) [n:127.0.0.1:40761_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 347217 INFO  (zkCallback-470-thread-2-processing-n:127.0.0.1:43129_solr) [n:127.0.0.1:43129_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 347217 INFO  (zkCallback-483-thread-1-processing-n:127.0.0.1:38337_solr) [n:127.0.0.1:38337_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 347217 INFO  (zkCallback-479-thread-1-processing-n:127.0.0.1:34141_solr) [n:127.0.0.1:34141_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 347217 INFO  (zkCallback-481-thread-1-processing-n:127.0.0.1:35225_solr) [n:127.0.0.1:35225_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]

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

-481-thread-1-processing-n:127.0.0.1:35225_solr) [n:127.0.0.1:35225_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 347244 INFO  (jetty-closer-444-thread-2) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 347244 INFO  (jetty-closer-444-thread-2) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@7fb32e77: rootName = solr_43129, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@4812a4cd
   [junit4]   2> 347245 INFO  (coreCloseExecutor-740-thread-1) [n:127.0.0.1:40761_solr c:people s:shard1 r:core_node5 x:people_shard1_replica_n2] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.people.shard1.leader, tag=260851775
   [junit4]   2> 347245 INFO  (coreCloseExecutor-741-thread-1) [n:127.0.0.1:35225_solr c:people s:shard2 r:core_node7 x:people_shard2_replica_n4] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.people.shard2.leader, tag=1102958003
   [junit4]   2> 347249 INFO  (coreCloseExecutor-742-thread-1) [n:127.0.0.1:38337_solr c:people s:shard2 r:core_node8 x:people_shard2_replica_n6] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.people.shard2.leader, tag=1030954051
   [junit4]   2> 347250 INFO  (jetty-closer-444-thread-2) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 347250 INFO  (jetty-closer-444-thread-2) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@478b4aca: rootName = solr_43129, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@75e0646f
   [junit4]   2> 347251 INFO  (jetty-closer-444-thread-2) [    ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:43129_solr
   [junit4]   2> 347252 INFO  (jetty-closer-444-thread-2) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 347252 INFO  (zkCallback-470-thread-2-processing-n:127.0.0.1:43129_solr) [n:127.0.0.1:43129_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (0)
   [junit4]   2> 347252 INFO  (zkCallback-481-thread-1-processing-n:127.0.0.1:35225_solr) [n:127.0.0.1:35225_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (0)
   [junit4]   2> 347252 INFO  (zkCallback-483-thread-1-processing-n:127.0.0.1:38337_solr) [n:127.0.0.1:38337_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (0)
   [junit4]   2> 347252 INFO  (zkCallback-485-thread-2-processing-n:127.0.0.1:40761_solr) [n:127.0.0.1:40761_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (0)
   [junit4]   2> 347265 INFO  (coreCloseExecutor-744-thread-1) [n:127.0.0.1:43129_solr c:people s:shard1 r:core_node3 x:people_shard1_replica_n1] o.a.s.c.SolrCore [people_shard1_replica_n1]  CLOSING SolrCore org.apache.solr.core.SolrCore@4a2b733f
   [junit4]   2> 347266 INFO  (coreCloseExecutor-744-thread-1) [n:127.0.0.1:43129_solr c:people s:shard1 r:core_node3 x:people_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.people.shard1.replica_n1, tag=1244361535
   [junit4]   2> 347266 INFO  (coreCloseExecutor-744-thread-1) [n:127.0.0.1:43129_solr c:people s:shard1 r:core_node3 x:people_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@33ed79af: rootName = solr_43129, domain = solr.core.people.shard1.replica_n1, service url = null, agent id = null] for registry solr.core.people.shard1.replica_n1 / com.codahale.metrics.MetricRegistry@adc418f
   [junit4]   2> 347285 INFO  (coreCloseExecutor-744-thread-1) [n:127.0.0.1:43129_solr c:people s:shard1 r:core_node3 x:people_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.people.shard1.leader, tag=1244361535
   [junit4]   2> 347290 INFO  (jetty-closer-444-thread-4) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@1c6263d1{/solr,null,UNAVAILABLE}
   [junit4]   2> 347294 INFO  (jetty-closer-444-thread-5) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@75070854{/solr,null,UNAVAILABLE}
   [junit4]   2> 347295 INFO  (jetty-closer-444-thread-2) [    ] o.a.s.c.Overseer Overseer (id=99294037599846408-127.0.0.1:43129_solr-n_0000000000) closing
   [junit4]   2> 347295 INFO  (OverseerStateUpdate-99294037599846408-127.0.0.1:43129_solr-n_0000000000) [n:127.0.0.1:43129_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:43129_solr
   [junit4]   2> 347296 WARN  (OverseerAutoScalingTriggerThread-99294037599846408-127.0.0.1:43129_solr-n_0000000000) [n:127.0.0.1:43129_solr    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 347300 INFO  (jetty-closer-444-thread-2) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@6d830b37{/solr,null,UNAVAILABLE}
   [junit4]   2> 348791 INFO  (jetty-closer-444-thread-1) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@17a96f97{/solr,null,UNAVAILABLE}
   [junit4]   2> 348794 ERROR (SUITE-TestSubQueryTransformerDistrib-seed#[92A5AC2D1416A827]-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> 348795 INFO  (SUITE-TestSubQueryTransformerDistrib-seed#[92A5AC2D1416A827]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:42543 42543
   [junit4]   2> 354990 INFO  (Thread-441) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:42543 42543
   [junit4]   2> 354991 WARN  (Thread-441) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	6	/solr/aliases.json
   [junit4]   2> 	5	/solr/security.json
   [junit4]   2> 	4	/solr/configs/solrCloudCollectionConfig
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	28	/solr/collections/people/state.json
   [junit4]   2> 	6	/solr/clusterstate.json
   [junit4]   2> 	6	/solr/clusterprops.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	6	/solr/live_nodes
   [junit4]   2> 	6	/solr/collections
   [junit4]   2> 
   [junit4]   2> 354991 INFO  (SUITE-TestSubQueryTransformerDistrib-seed#[92A5AC2D1416A827]-worker) [    ] o.a.s.SolrTestCaseJ4 ------------------------------------------------------- Done waiting for tracked resources to be released
   [junit4]   2> NOTE: test params are: codec=CheapBastard, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@2bbfce85), locale=ar-KW, timezone=America/Argentina/Buenos_Aires
   [junit4]   2> NOTE: Linux 4.10.0-40-generic amd64/Oracle Corporation 1.8.0_144 (64-bit)/cpus=8,threads=1,free=233987360,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [TestLegacyTerms, TestMinMaxOnMultiValuedField, TestFileDictionaryLookup, MetricUtilsTest, CdcrReplicationDistributedZkTest, TestJettySolrRunner, BaseCdcrDistributedZkTest, PathHierarchyTokenizerFactoryTest, TestJavabinTupleStreamParser, SpellingQueryConverterTest, TriggerIntegrationTest, SynonymTokenizerTest, TestEmbeddedSolrServerAdminHandler, TestShortCircuitedRequests, DistributedFacetPivotLargeTest, TestFieldSortValues, SearchHandlerTest, TestRequestStatusCollectionAPI, TestFieldCacheSortRandom, MBeansHandlerTest, TestSchemalessBufferedUpdates, TestImplicitCoreProperties, ChaosMonkeySafeLeaderWithPullReplicasTest, TestHalfAndHalfDocValues, TestFieldResource, TestSubQueryTransformerDistrib]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestSubQueryTransformerDistrib -Dtests.seed=92A5AC2D1416A827 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=ar-KW -Dtests.timezone=America/Argentina/Buenos_Aires -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.00s J1 | TestSubQueryTransformerDistrib (suite) <<<
   [junit4]    > Throwable #1: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at https://127.0.0.1:34141/solr: Could not fully create collection: departments
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([92A5AC2D1416A827]:0)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:643)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1104)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:884)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:817)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
   [junit4]    > 	at org.apache.solr.response.transform.TestSubQueryTransformerDistrib.setupCluster(TestSubQueryTransformerDistrib.java:81)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4] Completed [97/766 (1!)] on J1 in 70.96s, 0 tests, 1 error <<< FAILURES!

[...truncated 50290 lines...]