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 2017/11/06 14:29:52 UTC

[JENKINS] Lucene-Solr-7.x-Linux (64bit/jdk-9.0.1) - Build # 757 - Still Unstable!

Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Linux/757/
Java: 64bit/jdk-9.0.1 -XX:+UseCompressedOops -XX:+UseSerialGC

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

Error Message:
Timeout occured while waiting response from server at: http://127.0.0.1:41383/x/p

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: http://127.0.0.1:41383/x/p
	at __randomizedtesting.SeedInfo.seed([2A24C520C1A73CA8:A270FAFA6F5B5150]: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:1096)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:875)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:808)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:183)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:200)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.createServers(AbstractFullDistribZkTestBase.java:315)
	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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:844)
Caused by: java.net.SocketTimeoutException: Read timed out
	at java.base/java.net.SocketInputStream.socketRead0(Native Method)
	at java.base/java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
	at java.base/java.net.SocketInputStream.read(SocketInputStream.java:171)
	at java.base/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)
	... 42 more




Build Log:
[...truncated 12315 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestCryptoKeys
   [junit4]   2> 195772 INFO  (SUITE-TestCryptoKeys-seed#[2A24C520C1A73CA8]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCryptoKeys_2A24C520C1A73CA8-001/init-core-data-001
   [junit4]   2> 195773 WARN  (SUITE-TestCryptoKeys-seed#[2A24C520C1A73CA8]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=10 numCloses=10
   [junit4]   2> 195773 INFO  (SUITE-TestCryptoKeys-seed#[2A24C520C1A73CA8]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 195774 INFO  (SUITE-TestCryptoKeys-seed#[2A24C520C1A73CA8]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason="", ssl=0.0/0.0, value=0.0/0.0, clientAuth=0.0/0.0)
   [junit4]   2> 195774 INFO  (SUITE-TestCryptoKeys-seed#[2A24C520C1A73CA8]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /x/p
   [junit4]   2> 195775 INFO  (TEST-TestCryptoKeys.test-seed#[2A24C520C1A73CA8]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 195776 INFO  (Thread-413) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 195776 INFO  (Thread-413) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 195778 ERROR (Thread-413) [    ] 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> 195876 INFO  (TEST-TestCryptoKeys.test-seed#[2A24C520C1A73CA8]) [    ] o.a.s.c.ZkTestServer start zk server on port:44391
   [junit4]   2> 195887 INFO  (TEST-TestCryptoKeys.test-seed#[2A24C520C1A73CA8]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 195888 INFO  (TEST-TestCryptoKeys.test-seed#[2A24C520C1A73CA8]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 195889 INFO  (TEST-TestCryptoKeys.test-seed#[2A24C520C1A73CA8]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 195890 INFO  (TEST-TestCryptoKeys.test-seed#[2A24C520C1A73CA8]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 195891 INFO  (TEST-TestCryptoKeys.test-seed#[2A24C520C1A73CA8]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 195892 INFO  (TEST-TestCryptoKeys.test-seed#[2A24C520C1A73CA8]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 195893 INFO  (TEST-TestCryptoKeys.test-seed#[2A24C520C1A73CA8]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 195894 INFO  (TEST-TestCryptoKeys.test-seed#[2A24C520C1A73CA8]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 195894 INFO  (TEST-TestCryptoKeys.test-seed#[2A24C520C1A73CA8]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 195895 INFO  (TEST-TestCryptoKeys.test-seed#[2A24C520C1A73CA8]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 195896 INFO  (TEST-TestCryptoKeys.test-seed#[2A24C520C1A73CA8]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 195897 INFO  (TEST-TestCryptoKeys.test-seed#[2A24C520C1A73CA8]) [    ] o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly asked otherwise
   [junit4]   2> 195993 INFO  (TEST-TestCryptoKeys.test-seed#[2A24C520C1A73CA8]) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 195994 INFO  (TEST-TestCryptoKeys.test-seed#[2A24C520C1A73CA8]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1b84e31d{/x/p,null,AVAILABLE}
   [junit4]   2> 195995 INFO  (TEST-TestCryptoKeys.test-seed#[2A24C520C1A73CA8]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@3f8e1879{HTTP/1.1,[http/1.1]}{127.0.0.1:41383}
   [junit4]   2> 195995 INFO  (TEST-TestCryptoKeys.test-seed#[2A24C520C1A73CA8]) [    ] o.e.j.s.Server Started @197900ms
   [junit4]   2> 195995 INFO  (TEST-TestCryptoKeys.test-seed#[2A24C520C1A73CA8]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/x/p, solr.data.dir=/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCryptoKeys_2A24C520C1A73CA8-001/tempDir-001/control/data, hostPort=41383, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCryptoKeys_2A24C520C1A73CA8-001/control-001/cores, replicaType=NRT}
   [junit4]   2> 195995 ERROR (TEST-TestCryptoKeys.test-seed#[2A24C520C1A73CA8]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 195995 INFO  (TEST-TestCryptoKeys.test-seed#[2A24C520C1A73CA8]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.2.0
   [junit4]   2> 195996 INFO  (TEST-TestCryptoKeys.test-seed#[2A24C520C1A73CA8]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 195996 INFO  (TEST-TestCryptoKeys.test-seed#[2A24C520C1A73CA8]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 195996 INFO  (TEST-TestCryptoKeys.test-seed#[2A24C520C1A73CA8]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-11-06T13:37:17.379029Z
   [junit4]   2> 195997 INFO  (TEST-TestCryptoKeys.test-seed#[2A24C520C1A73CA8]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 195997 INFO  (TEST-TestCryptoKeys.test-seed#[2A24C520C1A73CA8]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCryptoKeys_2A24C520C1A73CA8-001/control-001/solr.xml
   [junit4]   2> 195997 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x15f918caf680002, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 195999 INFO  (TEST-TestCryptoKeys.test-seed#[2A24C520C1A73CA8]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 195999 INFO  (TEST-TestCryptoKeys.test-seed#[2A24C520C1A73CA8]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 195999 INFO  (TEST-TestCryptoKeys.test-seed#[2A24C520C1A73CA8]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@5653a181, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 196001 INFO  (TEST-TestCryptoKeys.test-seed#[2A24C520C1A73CA8]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44391/solr
   [junit4]   2> 196027 INFO  (TEST-TestCryptoKeys.test-seed#[2A24C520C1A73CA8]) [n:127.0.0.1:41383_x%2Fp    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 196027 INFO  (TEST-TestCryptoKeys.test-seed#[2A24C520C1A73CA8]) [n:127.0.0.1:41383_x%2Fp    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:41383_x%2Fp
   [junit4]   2> 196027 INFO  (TEST-TestCryptoKeys.test-seed#[2A24C520C1A73CA8]) [n:127.0.0.1:41383_x%2Fp    ] o.a.s.c.Overseer Overseer (id=98957750249717764-127.0.0.1:41383_x%2Fp-n_0000000000) starting
   [junit4]   2> 196032 INFO  (TEST-TestCryptoKeys.test-seed#[2A24C520C1A73CA8]) [n:127.0.0.1:41383_x%2Fp    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:41383_x%2Fp
   [junit4]   2> 196033 INFO  (zkCallback-419-thread-1-processing-n:127.0.0.1:41383_x%2Fp) [n:127.0.0.1:41383_x%2Fp    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 196060 INFO  (TEST-TestCryptoKeys.test-seed#[2A24C520C1A73CA8]) [n:127.0.0.1:41383_x%2Fp    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5653a181
   [junit4]   2> 196066 INFO  (TEST-TestCryptoKeys.test-seed#[2A24C520C1A73CA8]) [n:127.0.0.1:41383_x%2Fp    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5653a181
   [junit4]   2> 196066 INFO  (TEST-TestCryptoKeys.test-seed#[2A24C520C1A73CA8]) [n:127.0.0.1:41383_x%2Fp    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5653a181
   [junit4]   2> 196067 INFO  (TEST-TestCryptoKeys.test-seed#[2A24C520C1A73CA8]) [n:127.0.0.1:41383_x%2Fp    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCryptoKeys_2A24C520C1A73CA8-001/control-001/cores
   [junit4]   2> 196078 INFO  (TEST-TestCryptoKeys.test-seed#[2A24C520C1A73CA8]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 196078 INFO  (TEST-TestCryptoKeys.test-seed#[2A24C520C1A73CA8]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:44391/solr ready
   [junit4]   2> 196080 INFO  (qtp83627021-2175) [n:127.0.0.1:41383_x%2Fp    ] 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:41383_x%252Fp&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 196082 INFO  (OverseerThreadFactory-922-thread-1-processing-n:127.0.0.1:41383_x%2Fp) [n:127.0.0.1:41383_x%2Fp    ] o.a.s.c.CreateCollectionCmd Create collection control_collection
   [junit4]   2> 196186 INFO  (qtp83627021-2177) [n:127.0.0.1:41383_x%2Fp    ] 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> 196186 INFO  (qtp83627021-2177) [n:127.0.0.1:41383_x%2Fp    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 196288 INFO  (zkCallback-419-thread-1-processing-n:127.0.0.1:41383_x%2Fp) [n:127.0.0.1:41383_x%2Fp    ] 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> 197212 INFO  (qtp83627021-2177) [n:127.0.0.1:41383_x%2Fp c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
   [junit4]   2> 197225 INFO  (qtp83627021-2177) [n:127.0.0.1:41383_x%2Fp 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> 197280 INFO  (qtp83627021-2177) [n:127.0.0.1:41383_x%2Fp c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 197287 INFO  (qtp83627021-2177) [n:127.0.0.1:41383_x%2Fp 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> 197288 INFO  (qtp83627021-2177) [n:127.0.0.1:41383_x%2Fp 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@5653a181
   [junit4]   2> 197288 INFO  (qtp83627021-2177) [n:127.0.0.1:41383_x%2Fp c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 197288 INFO  (qtp83627021-2177) [n:127.0.0.1:41383_x%2Fp 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-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCryptoKeys_2A24C520C1A73CA8-001/control-001/cores/control_collection_shard1_replica_n1], dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCryptoKeys_2A24C520C1A73CA8-001/control-001/cores/control_collection_shard1_replica_n1/data/]
   [junit4]   2> 197289 INFO  (qtp83627021-2177) [n:127.0.0.1:41383_x%2Fp 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=28, maxMergeAtOnceExplicit=10, maxMergedSegmentMB=16.2626953125, floorSegmentMB=1.3623046875, forceMergeDeletesPctAllowed=13.107526000798932, segmentsPerTier=17.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.13952112412594328
   [junit4]   2> 197291 WARN  (qtp83627021-2177) [n:127.0.0.1:41383_x%2Fp 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> 197321 INFO  (qtp83627021-2177) [n:127.0.0.1:41383_x%2Fp 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> 197321 INFO  (qtp83627021-2177) [n:127.0.0.1:41383_x%2Fp 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> 197322 INFO  (qtp83627021-2177) [n:127.0.0.1:41383_x%2Fp c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 197322 INFO  (qtp83627021-2177) [n:127.0.0.1:41383_x%2Fp c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 197323 INFO  (qtp83627021-2177) [n:127.0.0.1:41383_x%2Fp 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=23, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.14469224352229385]
   [junit4]   2> 197323 INFO  (qtp83627021-2177) [n:127.0.0.1:41383_x%2Fp c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@79c55e44[control_collection_shard1_replica_n1] main]
   [junit4]   2> 197324 INFO  (qtp83627021-2177) [n:127.0.0.1:41383_x%2Fp c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 197324 INFO  (qtp83627021-2177) [n:127.0.0.1:41383_x%2Fp 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> 197324 INFO  (qtp83627021-2177) [n:127.0.0.1:41383_x%2Fp c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 197324 INFO  (qtp83627021-2177) [n:127.0.0.1:41383_x%2Fp 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 1583324005617631232
   [junit4]   2> 197325 INFO  (searcherExecutor-925-thread-1-processing-n:127.0.0.1:41383_x%2Fp x:control_collection_shard1_replica_n1 s:shard1 c:control_collection) [n:127.0.0.1:41383_x%2Fp 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@79c55e44[control_collection_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 197327 INFO  (qtp83627021-2177) [n:127.0.0.1:41383_x%2Fp c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 197327 INFO  (qtp83627021-2177) [n:127.0.0.1:41383_x%2Fp 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> 197327 INFO  (qtp83627021-2177) [n:127.0.0.1:41383_x%2Fp c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:41383/x/p/control_collection_shard1_replica_n1/
   [junit4]   2> 197327 INFO  (qtp83627021-2177) [n:127.0.0.1:41383_x%2Fp 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> 197327 INFO  (qtp83627021-2177) [n:127.0.0.1:41383_x%2Fp c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SyncStrategy http://127.0.0.1:41383/x/p/control_collection_shard1_replica_n1/ has no replicas
   [junit4]   2> 197327 INFO  (qtp83627021-2177) [n:127.0.0.1:41383_x%2Fp 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> 197328 INFO  (qtp83627021-2177) [n:127.0.0.1:41383_x%2Fp 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:41383/x/p/control_collection_shard1_replica_n1/ shard1
   [junit4]   2> 256139 INFO  (TEST-TestCryptoKeys.test-seed#[2A24C520C1A73CA8]) [    ] o.a.s.c.ChaosMonkey monkey: stop jetty! 41383
   [junit4]   2> 256139 INFO  (TEST-TestCryptoKeys.test-seed#[2A24C520C1A73CA8]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=134095446
   [junit4]   2> 256139 INFO  (TEST-TestCryptoKeys.test-seed#[2A24C520C1A73CA8]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 256140 INFO  (TEST-TestCryptoKeys.test-seed#[2A24C520C1A73CA8]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@736b83c6: rootName = null, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@df454cb
   [junit4]   2> 256142 INFO  (TEST-TestCryptoKeys.test-seed#[2A24C520C1A73CA8]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 256142 INFO  (TEST-TestCryptoKeys.test-seed#[2A24C520C1A73CA8]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@659cebb6: rootName = null, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@54638937
   [junit4]   2> 256144 INFO  (TEST-TestCryptoKeys.test-seed#[2A24C520C1A73CA8]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 256145 INFO  (TEST-TestCryptoKeys.test-seed#[2A24C520C1A73CA8]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@36fe728e: rootName = null, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@f625c9a
   [junit4]   2> 256145 INFO  (TEST-TestCryptoKeys.test-seed#[2A24C520C1A73CA8]) [    ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:41383_x%2Fp
   [junit4]   2> 256145 INFO  (TEST-TestCryptoKeys.test-seed#[2A24C520C1A73CA8]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 256146 INFO  (zkCallback-419-thread-2-processing-n:127.0.0.1:41383_x%2Fp) [n:127.0.0.1:41383_x%2Fp    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (0)
   [junit4]   2> 256146 INFO  (coreCloseExecutor-930-thread-1) [n:127.0.0.1:41383_x%2Fp 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@1dc75326
   [junit4]   2> 256146 INFO  (coreCloseExecutor-930-thread-1) [n:127.0.0.1:41383_x%2Fp 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=499602214
   [junit4]   2> 256147 INFO  (coreCloseExecutor-930-thread-1) [n:127.0.0.1:41383_x%2Fp 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@6d435e0e: 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@5629628e
   [junit4]   2> 256151 INFO  (coreCloseExecutor-930-thread-1) [n:127.0.0.1:41383_x%2Fp 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=499602214
   [junit4]   2> 267052 INFO  (ScheduledTrigger-920-thread-1) [n:127.0.0.1:41383_x%2Fp    ] o.a.s.c.a.SystemLogListener Collection .system does not exist, disabling logging.
   [junit4]   2> 267055 INFO  (AutoscalingActionExecutor-921-thread-1-processing-n:127.0.0.1:41383_x%2Fp) [n:127.0.0.1:41383_x%2Fp    ] o.a.s.c.a.ExecutePlanAction No operations to execute for event: {
   [junit4]   2>   "id":"14f482b73385edc0Te2xjf1vtwu1evrvc4stgcrfyi",
   [junit4]   2>   "source":".auto_add_replicas",
   [junit4]   2>   "eventTime":1509975498431000000,
   [junit4]   2>   "eventType":"NODELOST",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[1509975498431000000],
   [junit4]   2>     "_enqueue_time_":1509975508434000000,
   [junit4]   2>     "nodeNames":["127.0.0.1:41383_x%2Fp"]}}
   [junit4]   2> 376082 ERROR (qtp83627021-2175) [n:127.0.0.1:41383_x%2Fp    ] 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:312)
   [junit4]   2> 	at org.apache.solr.handler.admin.CollectionsHandler.invokeAction(CollectionsHandler.java:244)
   [junit4]   2> 	at org.apache.solr.handler.admin.CollectionsHandler.handleRequestBody(CollectionsHandler.java:222)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:177)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:735)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:716)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:497)
   [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.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 
   [junit4]   2> 376082 INFO  (qtp83627021-2175) [n:127.0.0.1:41383_x%2Fp    ] 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:41383_x%252Fp&wt=javabin&version=2} status=500 QTime=180002
   [junit4]   2> 376082 ERROR (qtp83627021-2175) [n:127.0.0.1:41383_x%2Fp    ] 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:312)
   [junit4]   2> 	at org.apache.solr.handler.admin.CollectionsHandler.invokeAction(CollectionsHandler.java:244)
   [junit4]   2> 	at org.apache.solr.handler.admin.CollectionsHandler.handleRequestBody(CollectionsHandler.java:222)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:177)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:735)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:716)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:497)
   [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.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 
   [junit4]   2> 796283 ERROR (OverseerThreadFactory-922-thread-1-processing-n:127.0.0.1:41383_x%2Fp) [n:127.0.0.1:41383_x%2Fp    ] o.a.s.c.OverseerCollectionMessageHandler Error from shard: http://127.0.0.1:41383/x/p
   [junit4]   2> org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: http://127.0.0.1:41383/x/p
   [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.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
   [junit4]   2> 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:514)
   [junit4]   2> 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
   [junit4]   2> 	at 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.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
   [junit4]   2> 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> Caused by: java.net.SocketTimeoutException: Read timed out
   [junit4]   2> 	at java.base/java.net.SocketInputStream.socketRead0(Native Method)
   [junit4]   2> 	at java.base/java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
   [junit4]   2> 	at java.base/java.net.SocketInputStream.read(SocketInputStream.java:171)
   [junit4]   2> 	at java.base/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> 796284 ERROR (OverseerThreadFactory-922-thread-1-processing-n:127.0.0.1:41383_x%2Fp) [n:127.0.0.1:41383_x%2Fp    ] o.a.s.c.OverseerCollectionMessageHandler Cleaning up collection [control_collection].
   [junit4]   2> 796283 INFO  (TEST-TestCryptoKeys.test-seed#[2A24C520C1A73CA8]) [    ] o.a.s.c.Overseer Overseer (id=98957750249717764-127.0.0.1:41383_x%2Fp-n_0000000000) closing
   [junit4]   2> 796284 INFO  (OverseerStateUpdate-98957750249717764-127.0.0.1:41383_x%2Fp-n_0000000000) [n:127.0.0.1:41383_x%2Fp    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:41383_x%2Fp
   [junit4]   2> 796284 INFO  (OverseerThreadFactory-922-thread-1-processing-n:127.0.0.1:41383_x%2Fp) [n:127.0.0.1:41383_x%2Fp    ] o.a.s.c.OverseerCollectionMessageHandler Executing Collection Cmd : action=UNLOAD&deleteInstanceDir=true&deleteDataDir=true
   [junit4]   2> 826326 INFO  (zkCallback-419-thread-5-processing-n:127.0.0.1:41383_x%2Fp) [n:127.0.0.1:41383_x%2Fp    ] 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> 826327 ERROR (OverseerThreadFactory-922-thread-1-processing-n:127.0.0.1:41383_x%2Fp) [n:127.0.0.1:41383_x%2Fp    ] 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:109)
   [junit4]   2> 	at org.apache.solr.cloud.OverseerCollectionMessageHandler.cleanupCollection(OverseerCollectionMessageHandler.java:684)
   [junit4]   2> 	at org.apache.solr.cloud.CreateCollectionCmd.call(CreateCollectionCmd.java:302)
   [junit4]   2> 	at org.apache.solr.cloud.OverseerCollectionMessageHandler.processMessage(OverseerCollectionMessageHandler.java:232)
   [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.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
   [junit4]   2> 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 
   [junit4]   2> 826330 INFO  (OverseerThreadFactory-922-thread-1-processing-n:127.0.0.1:41383_x%2Fp) [n:127.0.0.1:41383_x%2Fp    ] 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> 826331 WARN  (OverseerAutoScalingTriggerThread-98957750249717764-127.0.0.1:41383_x%2Fp-n_0000000000) [n:127.0.0.1:41383_x%2Fp    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 826333 INFO  (TEST-TestCryptoKeys.test-seed#[2A24C520C1A73CA8]) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@3f8e1879{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 826333 INFO  (TEST-TestCryptoKeys.test-seed#[2A24C520C1A73CA8]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@1b84e31d{/x/p,null,UNAVAILABLE}
   [junit4]   2> 826353 ERROR (qtp83627021-2177) [n:127.0.0.1:41383_x%2Fp 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:816)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkStateReader.getLeaderUrl(ZkStateReader.java:781)
   [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:886)
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1047)
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:948)
   [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:735)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:716)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:497)
   [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.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 826354 ERROR (qtp83627021-2177) [n:127.0.0.1:41383_x%2Fp 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:886)
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1047)
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:948)
   [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:735)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:716)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:497)
   [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.base/java.lang.Thread.run(Thread.java:844)
   [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:816)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkStateReader.getLeaderUrl(ZkStateReader.java:781)
   [junit4]   2> 	at org.apache.solr.cloud.ZkController.getLeader(ZkController.java:1178)
   [junit4]   2> 	... 41 more
   [junit4]   2> 
   [junit4]   2> 826362 INFO  (qtp83627021-2177) [n:127.0.0.1:41383_x%2Fp 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=630175
   [junit4]   2> 826362 ERROR (TEST-TestCryptoKeys.test-seed#[2A24C520C1A73CA8]) [    ] 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> 826363 INFO  (TEST-TestCryptoKeys.test-seed#[2A24C520C1A73CA8]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:44391 44391
   [junit4]   2> 831393 INFO  (Thread-413) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:44391 44391
   [junit4]   2> 831394 WARN  (Thread-413) [    ] 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=TestCryptoKeys -Dtests.method=test -Dtests.seed=2A24C520C1A73CA8 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=fr-DZ -Dtests.timezone=Pacific/Palau -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR    636s J0 | TestCryptoKeys.test <<<
   [junit4]    > Throwable #1: org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: http://127.0.0.1:41383/x/p
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([2A24C520C1A73CA8:A270FAFA6F5B5150]: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:1096)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:875)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:808)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:183)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:200)
   [junit4]    > 	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.createServers(AbstractFullDistribZkTestBase.java:315)
   [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.base/java.lang.Thread.run(Thread.java:844)
   [junit4]    > Caused by: java.net.SocketTimeoutException: Read timed out
   [junit4]    > 	at java.base/java.net.SocketInputStream.socketRead0(Native Method)
   [junit4]    > 	at java.base/java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
   [junit4]    > 	at java.base/java.net.SocketInputStream.read(SocketInputStream.java:171)
   [junit4]    > 	at java.base/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]    > 	... 42 more
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCryptoKeys_2A24C520C1A73CA8-001
   [junit4]   2> NOTE: test params are: codec=CheapBastard, sim=RandomSimilarity(queryNorm=false): {}, locale=fr-DZ, timezone=Pacific/Palau
   [junit4]   2> NOTE: Linux 4.10.0-37-generic amd64/Oracle Corporation 9.0.1 (64-bit)/cpus=8,threads=1,free=208729248,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [TestLegacyFieldReuse, FileUtilsTest, TestUpdate, AddSchemaFieldsUpdateProcessorFactoryTest, TestHighFrequencyDictionaryFactory, SimpleCollectionCreateDeleteTest, TestManagedSynonymFilterFactory, TestSolrCLIRunExample, SolrInfoBeanTest, DeleteReplicaTest, BaseCdcrDistributedZkTest, UUIDUpdateProcessorFallbackTest, TestNumericTerms64, BitVectorTest, TestComplexPhraseQParserPlugin, MetricsConfigTest, AnalysisAfterCoreReloadTest, TestMissingGroups, DistributedMLTComponentTest, TestRequestStatusCollectionAPI, TestSolrCloudWithDelegationTokens, TestDynamicLoading, BasicZkTest, TestCryptoKeys]
   [junit4] Completed [243/747 (1!)] on J0 in 635.65s, 1 test, 1 error <<< FAILURES!

[...truncated 41838 lines...]

[JENKINS-EA] Lucene-Solr-7.x-Linux (64bit/jdk-10-ea+29) - Build # 760 - Still Unstable!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Linux/760/
Java: 64bit/jdk-10-ea+29 -XX:-UseCompressedOops -XX:+UseConcMarkSweepGC

3 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.TestReplicaProperties

Error Message:
63 threads leaked from SUITE scope at org.apache.solr.cloud.TestReplicaProperties:     1) Thread[id=12496, name=qtp780972431-12496, state=RUNNABLE, group=TGRP-TestReplicaProperties]         at java.base@10-ea/sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)         at java.base@10-ea/sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:265)         at java.base@10-ea/sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:92)         at java.base@10-ea/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:89)         at java.base@10-ea/sun.nio.ch.SelectorImpl.select(SelectorImpl.java:100)         at java.base@10-ea/sun.nio.ch.SelectorImpl.select(SelectorImpl.java:104)         at app//org.eclipse.jetty.io.ManagedSelector$SelectorProducer.select(ManagedSelector.java:243)         at app//org.eclipse.jetty.io.ManagedSelector$SelectorProducer.produce(ManagedSelector.java:191)         at app//org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:249)         at app//org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)         at app//org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136)         at app//org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)         at app//org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)         at java.base@10-ea/java.lang.Thread.run(Thread.java:844)    2) Thread[id=12515, name=searcherExecutor-4609-thread-1, state=WAITING, group=TGRP-TestReplicaProperties]         at java.base@10-ea/jdk.internal.misc.Unsafe.park(Native Method)         at java.base@10-ea/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)         at java.base@10-ea/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2074)         at java.base@10-ea/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:435)         at java.base@10-ea/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1061)         at java.base@10-ea/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1121)         at java.base@10-ea/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)         at java.base@10-ea/java.lang.Thread.run(Thread.java:844)    3) Thread[id=12596, name=zkCallback-1878-thread-6, state=TIMED_WAITING, group=TGRP-TestReplicaProperties]         at java.base@10-ea/jdk.internal.misc.Unsafe.park(Native Method)         at java.base@10-ea/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)         at java.base@10-ea/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)         at java.base@10-ea/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)         at java.base@10-ea/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)         at java.base@10-ea/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1060)         at java.base@10-ea/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1121)         at java.base@10-ea/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)         at java.base@10-ea/java.lang.Thread.run(Thread.java:844)    4) Thread[id=12491, name=qtp780972431-12491, state=RUNNABLE, group=TGRP-TestReplicaProperties]         at java.base@10-ea/sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)         at java.base@10-ea/sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:265)         at java.base@10-ea/sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:92)         at java.base@10-ea/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:89)         at java.base@10-ea/sun.nio.ch.SelectorImpl.select(SelectorImpl.java:100)         at java.base@10-ea/sun.nio.ch.SelectorImpl.select(SelectorImpl.java:104)         at app//org.eclipse.jetty.io.ManagedSelector$SelectorProducer.select(ManagedSelector.java:243)         at app//org.eclipse.jetty.io.ManagedSelector$SelectorProducer.produce(ManagedSelector.java:191)         at app//org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:249)         at app//org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)         at app//org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.execute(ExecuteProduceConsume.java:100)         at app//org.eclipse.jetty.io.ManagedSelector.run(ManagedSelector.java:147)         at app//org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)         at app//org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)         at java.base@10-ea/java.lang.Thread.run(Thread.java:844)    5) Thread[id=12589, name=zkCallback-1884-thread-3, state=TIMED_WAITING, group=TGRP-TestReplicaProperties]         at java.base@10-ea/jdk.internal.misc.Unsafe.park(Native Method)         at java.base@10-ea/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)         at java.base@10-ea/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)         at java.base@10-ea/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)         at java.base@10-ea/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)         at java.base@10-ea/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1060)         at java.base@10-ea/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1121)         at java.base@10-ea/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)         at java.base@10-ea/java.lang.Thread.run(Thread.java:844)    6) Thread[id=12489, name=qtp780972431-12489, state=TIMED_WAITING, group=TGRP-TestReplicaProperties]         at java.base@10-ea/jdk.internal.misc.Unsafe.park(Native Method)         at java.base@10-ea/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)         at java.base@10-ea/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2116)         at app//org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:392)         at app//org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:563)         at app//org.eclipse.jetty.util.thread.QueuedThreadPool.access$800(QueuedThreadPool.java:48)         at app//org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)         at java.base@10-ea/java.lang.Thread.run(Thread.java:844)    7) Thread[id=12517, name=Connection evictor, state=TIMED_WAITING, group=TGRP-TestReplicaProperties]         at java.base@10-ea/java.lang.Thread.sleep(Native Method)         at app//org.apache.http.impl.client.IdleConnectionEvictor$1.run(IdleConnectionEvictor.java:66)         at java.base@10-ea/java.lang.Thread.run(Thread.java:844)    8) Thread[id=12549, name=qtp1789797137-12549, state=RUNNABLE, group=TGRP-TestReplicaProperties]         at java.base@10-ea/sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)         at java.base@10-ea/sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:265)         at java.base@10-ea/sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:92)         at java.base@10-ea/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:89)         at java.base@10-ea/sun.nio.ch.SelectorImpl.select(SelectorImpl.java:100)         at java.base@10-ea/sun.nio.ch.SelectorImpl.select(SelectorImpl.java:104)         at app//org.eclipse.jetty.io.ManagedSelector$SelectorProducer.select(ManagedSelector.java:243)         at app//org.eclipse.jetty.io.ManagedSelector$SelectorProducer.produce(ManagedSelector.java:191)         at app//org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:249)         at app//org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)         at app//org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.execute(ExecuteProduceConsume.java:100)         at app//org.eclipse.jetty.io.ManagedSelector.run(ManagedSelector.java:147)         at app//org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)         at app//org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)         at java.base@10-ea/java.lang.Thread.run(Thread.java:844)    9) Thread[id=12591, name=zkCallback-1884-thread-5, state=TIMED_WAITING, group=TGRP-TestReplicaProperties]         at java.base@10-ea/jdk.internal.misc.Unsafe.park(Native Method)         at java.base@10-ea/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)         at java.base@10-ea/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)         at java.base@10-ea/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)         at java.base@10-ea/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)         at java.base@10-ea/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1060)         at java.base@10-ea/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1121)         at java.base@10-ea/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)         at java.base@10-ea/java.lang.Thread.run(Thread.java:844)   10) Thread[id=12559, name=Connection evictor, state=TIMED_WAITING, group=TGRP-TestReplicaProperties]         at java.base@10-ea/java.lang.Thread.sleep(Native Method)         at app//org.apache.http.impl.client.IdleConnectionEvictor$1.run(IdleConnectionEvictor.java:66)         at java.base@10-ea/java.lang.Thread.run(Thread.java:844)   11) Thread[id=12520, name=qtp1547720596-12520, state=RUNNABLE, group=TGRP-TestReplicaProperties]         at java.base@10-ea/sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)         at java.base@10-ea/sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:265)         at java.base@10-ea/sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:92)         at java.base@10-ea/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:89)         at java.base@10-ea/sun.nio.ch.SelectorImpl.select(SelectorImpl.java:100)         at java.base@10-ea/sun.nio.ch.SelectorImpl.select(SelectorImpl.java:104)         at app//org.eclipse.jetty.io.ManagedSelector$SelectorProducer.select(ManagedSelector.java:243)         at app//org.eclipse.jetty.io.ManagedSelector$SelectorProducer.produce(ManagedSelector.java:191)         at app//org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:249)         at app//org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)         at app//org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.execute(ExecuteProduceConsume.java:100)         at app//org.eclipse.jetty.io.ManagedSelector.run(ManagedSelector.java:147)         at app//org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)         at app//org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)         at java.base@10-ea/java.lang.Thread.run(Thread.java:844)   12) Thread[id=12521, name=qtp1547720596-12521, state=RUNNABLE, group=TGRP-TestReplicaProperties]         at java.base@10-ea/sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)         at java.base@10-ea/sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:265)         at java.base@10-ea/sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:92)         at java.base@10-ea/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:89)         at java.base@10-ea/sun.nio.ch.SelectorImpl.select(SelectorImpl.java:100)         at java.base@10-ea/sun.nio.ch.SelectorImpl.select(SelectorImpl.java:104)         at app//org.eclipse.jetty.io.ManagedSelector$SelectorProducer.select(ManagedSelector.java:243)         at app//org.eclipse.jetty.io.ManagedSelector$SelectorProducer.produce(ManagedSelector.java:191)         at app//org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:249)         at app//org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)         at app//org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.execute(ExecuteProduceConsume.java:100)         at app//org.eclipse.jetty.io.ManagedSelector.run(ManagedSelector.java:147)         at app//org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)         at app//org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)         at java.base@10-ea/java.lang.Thread.run(Thread.java:844)   13) Thread[id=12551, name=qtp1789797137-12551-acceptor-0@619144d5-ServerConnector@7dcfd98c{SSL,[ssl, http/1.1]}{127.0.0.1:43075}, state=RUNNABLE, group=TGRP-TestReplicaProperties]         at java.base@10-ea/sun.nio.ch.ServerSocketChannelImpl.accept0(Native Method)         at java.base@10-ea/sun.nio.ch.ServerSocketChannelImpl.accept(ServerSocketChannelImpl.java:424)         at java.base@10-ea/sun.nio.ch.ServerSocketChannelImpl.accept(ServerSocketChannelImpl.java:252)         at app//org.eclipse.jetty.server.ServerConnector.accept(ServerConnector.java:371)         at app//org.eclipse.jetty.server.AbstractConnector$Acceptor.run(AbstractConnector.java:601)         at app//org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)         at app//org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)         at java.base@10-ea/java.lang.Thread.run(Thread.java:844)   14) Thread[id=12552, name=qtp1789797137-12552, state=TIMED_WAITING, group=TGRP-TestReplicaProperties]         at java.base@10-ea/jdk.internal.misc.Unsafe.park(Native Method)         at java.base@10-ea/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)         at java.base@10-ea/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2116)         at app//org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:392)         at app//org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:563)         at app//org.eclipse.jetty.util.thread.QueuedThreadPool.access$800(QueuedThreadPool.java:48)         at app//org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)         at java.base@10-ea/java.lang.Thread.run(Thread.java:844)   15) Thread[id=12587, name=zkCallback-1872-thread-6, state=TIMED_WAITING, group=TGRP-TestReplicaProperties]         at java.base@10-ea/jdk.internal.misc.Unsafe.park(Native Method)         at java.base@10-ea/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)         at java.base@10-ea/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)         at java.base@10-ea/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)         at java.base@10-ea/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)         at java.base@10-ea/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1060)         at java.base@10-ea/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1121)         at java.base@10-ea/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)         at java.base@10-ea/java.lang.Thread.run(Thread.java:844)   16) Thread[id=12560, name=Connection evictor, state=TIMED_WAITING, group=TGRP-TestReplicaProperties]         at java.base@10-ea/java.lang.Thread.sleep(Native Method)         at app//org.apache.http.impl.client.IdleConnectionEvictor$1.run(IdleConnectionEvictor.java:66)         at java.base@10-ea/java.lang.Thread.run(Thread.java:844)   17) Thread[id=12518, name=qtp1547720596-12518, state=TIMED_WAITING, group=TGRP-TestReplicaProperties]         at java.base@10-ea/jdk.internal.misc.Unsafe.park(Native Method)         at java.base@10-ea/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)         at java.base@10-ea/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2116)         at app//org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:392)         at app//org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:563)         at app//org.eclipse.jetty.util.thread.QueuedThreadPool.access$800(QueuedThreadPool.java:48)         at app//org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)         at java.base@10-ea/java.lang.Thread.run(Thread.java:844)   18) Thread[id=12586, name=zkCallback-1872-thread-5, state=TIMED_WAITING, group=TGRP-TestReplicaProperties]         at java.base@10-ea/jdk.internal.misc.Unsafe.park(Native Method)         at java.base@10-ea/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)         at java.base@10-ea/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)         at java.base@10-ea/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)         at java.base@10-ea/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)         at java.base@10-ea/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1060)         at java.base@10-ea/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1121)         at java.base@10-ea/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)         at java.base@10-ea/java.lang.Thread.run(Thread.java:844)   19) Thread[id=12553, name=qtp1789797137-12553, state=RUNNABLE, group=TGRP-TestReplicaProperties]         at java.base@10-ea/sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)         at java.base@10-ea/sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:265)         at java.base@10-ea/sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:92)         at java.base@10-ea/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:89)         at java.base@10-ea/sun.nio.ch.SelectorImpl.select(SelectorImpl.java:100)         at java.base@10-ea/sun.nio.ch.SelectorImpl.select(SelectorImpl.java:104)         at app//org.eclipse.jetty.io.ManagedSelector$SelectorProducer.select(ManagedSelector.java:243)         at app//org.eclipse.jetty.io.ManagedSelector$SelectorProducer.produce(ManagedSelector.java:191)         at app//org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:249)         at app//org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)         at app//org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136)         at app//org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)         at app//org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)         at java.base@10-ea/java.lang.Thread.run(Thread.java:844)   20) Thread[id=12501, name=Connection evictor, state=TIMED_WAITING, group=TGRP-TestReplicaProperties]         at java.base@10-ea/java.lang.Thread.sleep(Native Method)         at app//org.apache.http.impl.client.IdleConnectionEvictor$1.run(IdleConnectionEvictor.java:66)         at java.base@10-ea/java.lang.Thread.run(Thread.java:844)   21) Thread[id=12536, name=TEST-TestReplicaProperties.test-seed#[D2D7B83C3D114050]-EventThread, state=WAITING, group=TGRP-TestReplicaProperties]         at java.base@10-ea/jdk.internal.misc.Unsafe.park(Native Method)         at java.base@10-ea/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)         at java.base@10-ea/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2074)         at java.base@10-ea/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:435)         at app//org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:501)   22) Thread[id=12546, name=Connection evictor, state=TIMED_WAITING, group=TGRP-TestReplicaProperties]         at java.base@10-ea/java.lang.Thread.sleep(Native Method)         at app//org.apache.http.impl.client.IdleConnectionEvictor$1.run(IdleConnectionEvictor.java:66)         at java.base@10-ea/java.lang.Thread.run(Thread.java:844)   23) Thread[id=12593, name=zkCallback-1878-thread-3, state=TIMED_WAITING, group=TGRP-TestReplicaProperties]         at java.base@10-ea/jdk.internal.misc.Unsafe.park(Native Method)         at java.base@10-ea/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)         at java.base@10-ea/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)         at java.base@10-ea/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)         at java.base@10-ea/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)         at java.base@10-ea/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1060)         at java.base@10-ea/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1121)         at java.base@10-ea/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)         at java.base@10-ea/java.lang.Thread.run(Thread.java:844)   24) Thread[id=12590, name=zkCallback-1884-thread-4, state=TIMED_WAITING, group=TGRP-TestReplicaProperties]         at java.base@10-ea/jdk.internal.misc.Unsafe.park(Native Method)         at java.base@10-ea/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)         at java.base@10-ea/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)         at java.base@10-ea/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)         at java.base@10-ea/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)         at java.base@10-ea/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1060)         at java.base@10-ea/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1121)         at java.base@10-ea/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)         at java.base@10-ea/java.lang.Thread.run(Thread.java:844)   25) Thread[id=12490, name=qtp780972431-12490, state=RUNNABLE, group=TGRP-TestReplicaProperties]         at java.base@10-ea/sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)         at java.base@10-ea/sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:265)         at java.base@10-ea/sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:92)         at java.base@10-ea/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:89)         at java.base@10-ea/sun.nio.ch.SelectorImpl.select(SelectorImpl.java:100)         at java.base@10-ea/sun.nio.ch.SelectorImpl.select(SelectorImpl.java:104)         at app//org.eclipse.jetty.io.ManagedSelector$SelectorProducer.select(ManagedSelector.java:243)         at app//org.eclipse.jetty.io.ManagedSelector$SelectorProducer.produce(ManagedSelector.java:191)         at app//org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:249)         at app//org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)         at app//org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136)         at app//org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)         at app//org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)         at java.base@10-ea/java.lang.Thread.run(Thread.java:844)   26) Thread[id=12570, name=Scheduler-1329124293, state=TIMED_WAITING, group=TGRP-TestReplicaProperties]         at java.base@10-ea/jdk.internal.misc.Unsafe.park(Native Method)         at java.base@10-ea/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)         at java.base@10-ea/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2116)         at java.base@10-ea/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1182)         at java.base@10-ea/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:899)         at java.base@10-ea/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1061)         at java.base@10-ea/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1121)         at java.base@10-ea/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)         at java.base@10-ea/java.lang.Thread.run(Thread.java:844)   27) Thread[id=12497, name=org.eclipse.jetty.server.session.HashSessionManager@4f7289d8Timer, state=TIMED_WAITING, group=TGRP-TestReplicaProperties]         at java.base@10-ea/jdk.internal.misc.Unsafe.park(Native Method)         at java.base@10-ea/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)         at java.base@10-ea/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2116)         at java.base@10-ea/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1182)         at java.base@10-ea/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:899)         at java.base@10-ea/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1061)         at java.base@10-ea/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1121)         at java.base@10-ea/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)         at java.base@10-ea/java.lang.Thread.run(Thread.java:844)   28) Thread[id=12547, name=qtp1789797137-12547, state=RUNNABLE, group=TGRP-TestReplicaProperties]         at java.base@10-ea/sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)         at java.base@10-ea/sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:265)         at java.base@10-ea/sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:92)         at java.base@10-ea/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:89)         at java.base@10-ea/sun.nio.ch.SelectorImpl.select(SelectorImpl.java:100)         at java.base@10-ea/sun.nio.ch.SelectorImpl.select(SelectorImpl.java:104)         at app//org.eclipse.jetty.io.ManagedSelector$SelectorProducer.select(ManagedSelector.java:243)         at app//org.eclipse.jetty.io.ManagedSelector$SelectorProducer.produce(ManagedSelector.java:191)         at app//org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:249)         at app//org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)         at app//org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136)         at app//org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)         at app//org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)         at java.base@10-ea/java.lang.Thread.run(Thread.java:844)   29) Thread[id=12522, name=qtp1547720596-12522-acceptor-0@2fc0fb86-ServerConnector@3f144934{SSL,[ssl, http/1.1]}{127.0.0.1:38031}, state=RUNNABLE, group=TGRP-TestReplicaProperties]         at java.base@10-ea/sun.nio.ch.ServerSocketChannelImpl.accept0(Native Method)         at java.base@10-ea/sun.nio.ch.ServerSocketChannelImpl.accept(ServerSocketChannelImpl.java:424)         at java.base@10-ea/sun.nio.ch.ServerSocketChannelImpl.accept(ServerSocketChannelImpl.java:252)         at app//org.eclipse.jetty.server.ServerConnector.accept(ServerConnector.java:371)         at app//org.eclipse.jetty.server.AbstractConnector$Acceptor.run(AbstractConnector.java:601)         at app//org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)         at app//org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)         at java.base@10-ea/java.lang.Thread.run(Thread.java:844)   30) Thread[id=12531, name=Connection evictor, state=TIMED_WAITING, group=TGRP-TestReplicaProperties]         at java.base@10-ea/java.lang.Thread.sleep(Native Method)         at app//org.apache.http.impl.client.IdleConnectionEvictor$1.run(IdleConnectionEvictor.java:66)         at java.base@10-ea/java.lang.Thread.run(Thread.java:844)   31) Thread[id=12597, name=zkCallback-1878-thread-7, state=TIMED_WAITING, group=TGRP-TestReplicaProperties]         at java.base@10-ea/jdk.internal.misc.Unsafe.park(Native Method)         at java.base@10-ea/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)         at java.base@10-ea/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)         at java.base@10-ea/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)         at java.base@10-ea/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)         at java.base@10-ea/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1060)         at java.base@10-ea/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1121)         at java.base@10-ea/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)         at java.base@10-ea/java.lang.Thread.run(Thread.java:844)   32) Thread[id=12512, name=Scheduler-915800585, state=WAITING, group=TGRP-TestReplicaProperties]         at java.base@10-ea/jdk.internal.misc.Unsafe.park(Native Method)         at java.base@10-ea/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)         at java.base@10-ea/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2074)         at java.base@10-ea/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1170)         at java.base@10-ea/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:899)         at java.base@10-ea/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1061)         at java.base@10-ea/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1121)         at java.base@10-ea/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)         at java.base@10-ea/java.lang.Thread.run(Thread.java:844)   33) Thread[id=12506, name=TEST-TestReplicaProperties.test-seed#[D2D7B83C3D114050]-SendThread(127.0.0.1:39149), state=TIMED_WAITING, group=TGRP-TestReplicaProperties]         at java.base@10-ea/java.lang.Thread.sleep(Native Method)         at app//org.apache.zookeeper.client.StaticHostProvider.next(StaticHostProvider.java:101)         at app//org.apache.zookeeper.ClientCnxn$SendThread.startConnect(ClientCnxn.java:997)         at app//org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1060)   34) Thread[id=12525, name=qtp1547720596-12525, state=RUNNABLE, group=TGRP-TestReplicaProperties]         at java.base@10-ea/sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)         at java.base@10-ea/sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:265)         at java.base@10-ea/sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:92)         at java.base@10-ea/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:89)         at java.base@10-ea/sun.nio.ch.SelectorImpl.select(SelectorImpl.java:100)         at java.base@10-ea/sun.nio.ch.SelectorImpl.select(SelectorImpl.java:104)         at app//org.eclipse.jetty.io.ManagedSelector$SelectorProducer.select(ManagedSelector.java:243)         at app//org.eclipse.jetty.io.ManagedSelector$SelectorProducer.produce(ManagedSelector.java:191)         at app//org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:249)         at app//org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)         at app//org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136)         at app//org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)         at app//org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)         at java.base@10-ea/java.lang.Thread.run(Thread.java:844)   35) Thread[id=12526, name=org.eclipse.jetty.server.session.HashSessionManager@7c29eab0Timer, state=TIMED_WAITING, group=TGRP-TestReplicaProperties]         at java.base@10-ea/jdk.internal.misc.Unsafe.park(Native Method)         at java.base@10-ea/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)         at java.base@10-ea/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2116)         at java.base@10-ea/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1182)         at java.base@10-ea/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:899)         at java.base@10-ea/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1061)         at java.base@10-ea/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1121)         at java.base@10-ea/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)         at java.base@10-ea/java.lang.Thread.run(Thread.java:844)   36) Thread[id=12585, name=zkCallback-1872-thread-4, state=TIMED_WAITING, group=TGRP-TestReplicaProperties]         at java.base@10-ea/jdk.internal.misc.Unsafe.park(Native Method)         at java.base@10-ea/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)         at java.base@10-ea/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)         at java.base@10-ea/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)         at java.base@10-ea/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)         at java.base@10-ea/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1060)         at java.base@10-ea/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1121)         at java.base@10-ea/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)         at java.base@10-ea/java.lang.Thread.run(Thread.java:844)   37) Thread[id=12544, name=searcherExecutor-4620-thread-1, state=WAITING, group=TGRP-TestReplicaProperties]         at java.base@10-ea/jdk.internal.misc.Unsafe.park(Native Method)         at java.base@10-ea/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)         at java.base@10-ea/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2074)         at java.base@10-ea/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:435)         at java.base@10-ea/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1061)         at java.base@10-ea/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1121)         at java.base@10-ea/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)         at java.base@10-ea/java.lang.Thread.run(Thread.java:844)   38) Thread[id=12554, name=qtp1789797137-12554, state=TIMED_WAITING, group=TGRP-TestReplicaProperties]         at java.base@10-ea/java.lang.Thread.sleep(Native Method)         at app//org.apache.solr.cloud.ZkController.waitForShardId(ZkController.java:1561)         at app//org.apache.solr.cloud.ZkController.doGetShardIdAndNodeNameProcess(ZkController.java:1512)         at app//org.apache.solr.cloud.ZkController.preRegister(ZkController.java:1621)         at app//org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1030)         at app//org.apache.solr.core.CoreContainer.create(CoreContainer.java:948)         at app//org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:91)         at app//org.apache.solr.handler.admin.CoreAdminOperation$$Lambda$189/1779482502.execute(Unknown Source)         at app//org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:384)         at app//org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:389)         at app//org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:174)         at app//org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:177)         at app//org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:735)         at app//org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:716)         at app//org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:497)         at app//org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:382)         at app//org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:326)         at app//org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1759)         at app//org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:139)         at app//org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1759)         at app//org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:582)         at app//org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:224)         at app//org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1180)         at app//org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)         at app//org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)         at app//org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1112)         at app//org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)         at app//org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:426)         at app//org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134)         at app//org.eclipse.jetty.server.Server.handle(Server.java:534)         at app//org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:320)         at app//org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251)         at app//org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:283)         at app//org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:108)         at app//org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:251)         at app//org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:283)         at app//org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:108)         at app//org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93)         at app//org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:303)         at app//org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)         at app//org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136)         at app//org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)         at app//org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)         at java.base@10-ea/java.lang.Thread.run(Thread.java:844)   39) Thread[id=12567, name=Thread-2720, state=WAITING, group=TGRP-TestReplicaProperties]         at java.base@10-ea/java.lang.Object.wait(Native Method)         at java.base@10-ea/java.lang.Object.wait(Object.java:328)         at app//org.apache.solr.core.CloserThread.run(CoreContainer.java:1717)   40) Thread[id=12594, name=zkCallback-1878-thread-4, state=TIMED_WAITING, group=TGRP-TestReplicaProperties]         at java.base@10-ea/jdk.internal.misc.Unsafe.park(Native Method)         at java.base@10-ea/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)         at java.base@10-ea/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)         at java.base@10-ea/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)         at java.base@10-ea/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)         at java.base@10-ea/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1060)         at java.base@10-ea/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1121)         at java.base@10-ea/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)         at java.base@10-ea/java.lang.Thread.run(Thread.java:844)   41) Thread[id=12507, name=TEST-TestReplicaProperties.test-seed#[D2D7B83C3D114050]-EventThread, state=WAITING, group=TGRP-TestReplicaProperties]         at java.base@10-ea/jdk.internal.misc.Unsafe.park(Native Method)         at java.base@10-ea/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)         at java.base@10-ea/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2074)         at java.base@10-ea/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:435)         at app//org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:501)   42) Thread[id=12530, name=Connection evictor, state=TIMED_WAITING, group=TGRP-TestReplicaProperties]         at java.base@10-ea/java.lang.Thread.sleep(Native Method)         at app//org.apache.http.impl.client.IdleConnectionEvictor$1.run(IdleConnectionEvictor.java:66)         at java.base@10-ea/java.lang.Thread.run(Thread.java:844)   43) Thread[id=12492, name=qtp780972431-12492, state=RUNNABLE, group=TGRP-TestReplicaProperties]         at java.base@10-ea/sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)         at java.base@10-ea/sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:265)         at java.base@10-ea/sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:92)         at java.base@10-ea/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:89)         at java.base@10-ea/sun.nio.ch.SelectorImpl.select(SelectorImpl.java:100)         at java.base@10-ea/sun.nio.ch.SelectorImpl.select(SelectorImpl.java:104)         at app//org.eclipse.jetty.io.ManagedSelector$SelectorProducer.select(ManagedSelector.java:243)         at app//org.eclipse.jetty.io.ManagedSelector$SelectorProducer.produce(ManagedSelector.java:191)         at app//org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:249)         at app//org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)         at app//org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.execute(ExecuteProduceConsume.java:100)         at app//org.eclipse.jetty.io.ManagedSelector.run(ManagedSelector.java:147)         at app//org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)         at app//org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)         at java.base@10-ea/java.lang.Thread.run(Thread.java:844)   44) Thread[id=12495, name=qtp780972431-12495, state=TIMED_WAITING, group=TGRP-TestReplicaProperties]         at java.base@10-ea/jdk.internal.misc.Unsafe.park(Native Method)         at java.base@10-ea/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)         at java.base@10-ea/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2116)         at app//org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:392)         at app//org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:563)         at app//org.eclipse.jetty.util.thread.QueuedThreadPool.access$800(QueuedThreadPool.java:48)         at app//org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)         at java.base@10-ea/java.lang.Thread.run(Thread.java:844)   45) Thread[id=12555, name=org.eclipse.jetty.server.session.HashSessionManager@14bb227bTimer, state=TIMED_WAITING, group=TGRP-TestReplicaProperties]         at java.base@10-ea/jdk.internal.misc.Unsafe.park(Native Method)         at java.base@10-ea/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)         at java.base@10-ea/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2116)         at java.base@10-ea/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1182)         at java.base@10-ea/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:899)         at java.base@10-ea/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1061)         at java.base@10-ea/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1121)         at java.base@10-ea/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)         at java.base@10-ea/java.lang.Thread.run(Thread.java:844)   46) Thread[id=12494, name=qtp780972431-12494, state=TIMED_WAITING, group=TGRP-TestReplicaProperties]         at java.base@10-ea/jdk.internal.misc.Unsafe.park(Native Method)         at java.base@10-ea/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)         at java.base@10-ea/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2116)         at app//org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:392)         at app//org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:563)         at app//org.eclipse.jetty.util.thread.QueuedThreadPool.access$800(QueuedThreadPool.java:48)         at app//org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)         at java.base@10-ea/java.lang.Thread.run(Thread.java:844)   47) Thread[id=12564, name=TEST-TestReplicaProperties.test-seed#[D2D7B83C3D114050]-SendThread(127.0.0.1:39149), state=TIMED_WAITING, group=TGRP-TestReplicaProperties]         at java.base@10-ea/java.lang.Thread.sleep(Native Method)         at app//org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1051)   48) Thread[id=12493, name=qtp780972431-12493-acceptor-0@61d7a8ef-ServerConnector@77aeba42{SSL,[ssl, http/1.1]}{127.0.0.1:37737}, state=RUNNABLE, group=TGRP-TestReplicaProperties]         at java.base@10-ea/sun.nio.ch.ServerSocketChannelImpl.accept0(Native Method)         at java.base@10-ea/sun.nio.ch.ServerSocketChannelImpl.accept(ServerSocketChannelImpl.java:424)         at java.base@10-ea/sun.nio.ch.ServerSocketChannelImpl.accept(ServerSocketChannelImpl.java:252)         at app//org.eclipse.jetty.server.ServerConnector.accept(ServerConnector.java:371)         at app//org.eclipse.jetty.server.AbstractConnector$Acceptor.run(AbstractConnector.java:601)         at app//org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)         at app//org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)         at java.base@10-ea/java.lang.Thread.run(Thread.java:844)   49) Thread[id=12502, name=Connection evictor, state=TIMED_WAITING, group=TGRP-TestReplicaProperties]         at java.base@10-ea/java.lang.Thread.sleep(Native Method)         at app//org.apache.http.impl.client.IdleConnectionEvictor$1.run(IdleConnectionEvictor.java:66)         at java.base@10-ea/java.lang.Thread.run(Thread.java:844)   50) Thread[id=12550, name=qtp1789797137-12550, state=RUNNABLE, group=TGRP-TestReplicaProperties]         at java.base@10-ea/sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)         at java.base@10-ea/sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:265)         at java.base@10-ea/sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:92)         at java.base@10-ea/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:89)         at java.base@10-ea/sun.nio.ch.SelectorImpl.select(SelectorImpl.java:100)         at java.base@10-ea/sun.nio.ch.SelectorImpl.select(SelectorImpl.java:104)         at app//org.eclipse.jetty.io.ManagedSelector$SelectorProducer.select(ManagedSelector.java:243)         at app//org.eclipse.jetty.io.ManagedSelector$SelectorProducer.produce(ManagedSelector.java:191)         at app//org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:249)         at app//org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)         at app//org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.execute(ExecuteProduceConsume.java:100)         at app//org.eclipse.jetty.io.ManagedSelector.run(ManagedSelector.java:147)         at app//org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)         at app//org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)         at java.base@10-ea/java.lang.Thread.run(Thread.java:844)   51) Thread[id=12565, name=TEST-TestReplicaProperties.test-seed#[D2D7B83C3D114050]-EventThread, state=WAITING, group=TGRP-TestReplicaProperties]         at java.base@10-ea/jdk.internal.misc.Unsafe.park(Native Method)         at java.base@10-ea/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)         at java.base@10-ea/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2074)         at java.base@10-ea/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:435)         at app//org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:501)   52) Thread[id=12524, name=qtp1547720596-12524, state=TIMED_WAITING, group=TGRP-TestReplicaProperties]         at java.base@10-ea/jdk.internal.misc.Unsafe.park(Native Method)         at java.base@10-ea/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)         at java.base@10-ea/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2116)         at app//org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:392)         at app//org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:563)         at app//org.eclipse.jetty.util.thread.QueuedThreadPool.access$800(QueuedThreadPool.java:48)         at app//org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)         at java.base@10-ea/java.lang.Thread.run(Thread.java:844)   53) Thread[id=12592, name=zkCallback-1884-thread-6, state=TIMED_WAITING, group=TGRP-TestReplicaProperties]         at java.base@10-ea/jdk.internal.misc.Unsafe.park(Native Method)         at java.base@10-ea/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)         at java.base@10-ea/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)         at java.base@10-ea/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)         at java.base@10-ea/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)         at java.base@10-ea/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1060)         at java.base@10-ea/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1121)         at java.base@10-ea/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)         at java.base@10-ea/java.lang.Thread.run(Thread.java:844)   54) Thread[id=12583, name=zkCallback-1872-thread-3, state=TIMED_WAITING, group=TGRP-TestReplicaProperties]         at java.base@10-ea/java.lang.Thread.sleep(Native Method)         at app//org.apache.solr.common.cloud.ZkCmdExecutor.retryDelay(ZkCmdExecutor.java:111)         at app//org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:70)         at app//org.apache.solr.common.cloud.SolrZkClient.exists(SolrZkClient.java:296)         at app//org.apache.solr.common.cloud.SolrZkClient.makePath(SolrZkClient.java:511)         at app//org.apache.solr.common.cloud.SolrZkClient.makePath(SolrZkClient.java:430)         at app//org.apache.solr.common.cloud.SolrZkClient.makePath(SolrZkClient.java:417)         at app//org.apache.solr.cloud.OverseerElectionContext.runLeaderProcess(ElectionContext.java:788)         at app//org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:170)         at app//org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:135)         at app//org.apache.solr.cloud.LeaderElector.access$200(LeaderElector.java:56)         at app//org.apache.solr.cloud.LeaderElector$ElectionWatcher.process(LeaderElector.java:348)         at app//org.apache.solr.common.cloud.SolrZkClient$1.lambda$process$0(SolrZkClient.java:262)         at app//org.apache.solr.common.cloud.SolrZkClient$1$$Lambda$301/265188599.run(Unknown Source)         at java.base@10-ea/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:514)         at java.base@10-ea/java.util.concurrent.FutureTask.run(FutureTask.java:264)         at app//org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188)         at app//org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$$Lambda$222/561628116.run(Unknown Source)         at java.base@10-ea/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1135)         at java.base@10-ea/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)         at java.base@10-ea/java.lang.Thread.run(Thread.java:844)   55) Thread[id=12509, name=Thread-2702, state=WAITING, group=TGRP-TestReplicaProperties]         at java.base@10-ea/java.lang.Object.wait(Native Method)         at java.base@10-ea/java.lang.Object.wait(Object.java:328)         at app//org.apache.solr.core.CloserThread.run(CoreContainer.java:1717)   56) Thread[id=12523, name=qtp1547720596-12523, state=TIMED_WAITING, group=TGRP-TestReplicaProperties]         at java.base@10-ea/jdk.internal.misc.Unsafe.park(Native Method)         at java.base@10-ea/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)         at java.base@10-ea/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2116)         at app//org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:392)         at app//org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:563)         at app//org.eclipse.jetty.util.thread.QueuedThreadPool.access$800(QueuedThreadPool.java:48)         at app//org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)         at java.base@10-ea/java.lang.Thread.run(Thread.java:844)   57) Thread[id=12588, name=zkCallback-1872-thread-7, state=TIMED_WAITING, group=TGRP-TestReplicaProperties]         at java.base@10-ea/jdk.internal.misc.Unsafe.park(Native Method)         at java.base@10-ea/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)         at java.base@10-ea/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)         at java.base@10-ea/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)         at java.base@10-ea/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)         at java.base@10-ea/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1060)         at java.base@10-ea/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1121)         at java.base@10-ea/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)         at java.base@10-ea/java.lang.Thread.run(Thread.java:844)   58) Thread[id=12595, name=zkCallback-1878-thread-5, state=TIMED_WAITING, group=TGRP-TestReplicaProperties]         at java.base@10-ea/jdk.internal.misc.Unsafe.park(Native Method)         at java.base@10-ea/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)         at java.base@10-ea/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)         at java.base@10-ea/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)         at java.base@10-ea/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)         at java.base@10-ea/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1060)         at java.base@10-ea/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1121)         at java.base@10-ea/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)         at java.base@10-ea/java.lang.Thread.run(Thread.java:844)   59) Thread[id=12538, name=Thread-2711, state=WAITING, group=TGRP-TestReplicaProperties]         at java.base@10-ea/java.lang.Object.wait(Native Method)         at java.base@10-ea/java.lang.Object.wait(Object.java:328)         at app//org.apache.solr.core.CloserThread.run(CoreContainer.java:1717)   60) Thread[id=12548, name=qtp1789797137-12548, state=TIMED_WAITING, group=TGRP-TestReplicaProperties]         at java.base@10-ea/jdk.internal.misc.Unsafe.park(Native Method)         at java.base@10-ea/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)         at java.base@10-ea/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2116)         at app//org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:392)         at app//org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:563)         at app//org.eclipse.jetty.util.thread.QueuedThreadPool.access$800(QueuedThreadPool.java:48)         at app//org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)         at java.base@10-ea/java.lang.Thread.run(Thread.java:844)   61) Thread[id=12519, name=qtp1547720596-12519, state=RUNNABLE, group=TGRP-TestReplicaProperties]         at java.base@10-ea/sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)         at java.base@10-ea/sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:265)         at java.base@10-ea/sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:92)         at java.base@10-ea/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:89)         at java.base@10-ea/sun.nio.ch.SelectorImpl.select(SelectorImpl.java:100)         at java.base@10-ea/sun.nio.ch.SelectorImpl.select(SelectorImpl.java:104)         at app//org.eclipse.jetty.io.ManagedSelector$SelectorProducer.select(ManagedSelector.java:243)         at app//org.eclipse.jetty.io.ManagedSelector$SelectorProducer.produce(ManagedSelector.java:191)         at app//org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:249)         at app//org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)         at app//org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136)         at app//org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)         at app//org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)         at java.base@10-ea/java.lang.Thread.run(Thread.java:844)   62) Thread[id=12541, name=Scheduler-1823970685, state=WAITING, group=TGRP-TestReplicaProperties]         at java.base@10-ea/jdk.internal.misc.Unsafe.park(Native Method)         at java.base@10-ea/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)         at java.base@10-ea/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2074)         at java.base@10-ea/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1170)         at java.base@10-ea/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:899)         at java.base@10-ea/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1061)         at java.base@10-ea/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1121)         at java.base@10-ea/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)         at java.base@10-ea/java.lang.Thread.run(Thread.java:844)   63) Thread[id=12535, name=TEST-TestReplicaProperties.test-seed#[D2D7B83C3D114050]-SendThread(127.0.0.1:39149), state=TIMED_WAITING, group=TGRP-TestReplicaProperties]         at java.base@10-ea/java.lang.Thread.sleep(Native Method)         at app//org.apache.zookeeper.client.StaticHostProvider.next(StaticHostProvider.java:101)         at app//org.apache.zookeeper.ClientCnxn$SendThread.startConnect(ClientCnxn.java:997)         at app//org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1060)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 63 threads leaked from SUITE scope at org.apache.solr.cloud.TestReplicaProperties: 
   1) Thread[id=12496, name=qtp780972431-12496, state=RUNNABLE, group=TGRP-TestReplicaProperties]
        at java.base@10-ea/sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
        at java.base@10-ea/sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:265)
        at java.base@10-ea/sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:92)
        at java.base@10-ea/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:89)
        at java.base@10-ea/sun.nio.ch.SelectorImpl.select(SelectorImpl.java:100)
        at java.base@10-ea/sun.nio.ch.SelectorImpl.select(SelectorImpl.java:104)
        at app//org.eclipse.jetty.io.ManagedSelector$SelectorProducer.select(ManagedSelector.java:243)
        at app//org.eclipse.jetty.io.ManagedSelector$SelectorProducer.produce(ManagedSelector.java:191)
        at app//org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:249)
        at app//org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)
        at app//org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136)
        at app//org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)
        at app//org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)
        at java.base@10-ea/java.lang.Thread.run(Thread.java:844)
   2) Thread[id=12515, name=searcherExecutor-4609-thread-1, state=WAITING, group=TGRP-TestReplicaProperties]
        at java.base@10-ea/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@10-ea/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
        at java.base@10-ea/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2074)
        at java.base@10-ea/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:435)
        at java.base@10-ea/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1061)
        at java.base@10-ea/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1121)
        at java.base@10-ea/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
        at java.base@10-ea/java.lang.Thread.run(Thread.java:844)
   3) Thread[id=12596, name=zkCallback-1878-thread-6, state=TIMED_WAITING, group=TGRP-TestReplicaProperties]
        at java.base@10-ea/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@10-ea/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@10-ea/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@10-ea/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@10-ea/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@10-ea/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1060)
        at java.base@10-ea/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1121)
        at java.base@10-ea/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
        at java.base@10-ea/java.lang.Thread.run(Thread.java:844)
   4) Thread[id=12491, name=qtp780972431-12491, state=RUNNABLE, group=TGRP-TestReplicaProperties]
        at java.base@10-ea/sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
        at java.base@10-ea/sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:265)
        at java.base@10-ea/sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:92)
        at java.base@10-ea/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:89)
        at java.base@10-ea/sun.nio.ch.SelectorImpl.select(SelectorImpl.java:100)
        at java.base@10-ea/sun.nio.ch.SelectorImpl.select(SelectorImpl.java:104)
        at app//org.eclipse.jetty.io.ManagedSelector$SelectorProducer.select(ManagedSelector.java:243)
        at app//org.eclipse.jetty.io.ManagedSelector$SelectorProducer.produce(ManagedSelector.java:191)
        at app//org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:249)
        at app//org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)
        at app//org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.execute(ExecuteProduceConsume.java:100)
        at app//org.eclipse.jetty.io.ManagedSelector.run(ManagedSelector.java:147)
        at app//org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)
        at app//org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)
        at java.base@10-ea/java.lang.Thread.run(Thread.java:844)
   5) Thread[id=12589, name=zkCallback-1884-thread-3, state=TIMED_WAITING, group=TGRP-TestReplicaProperties]
        at java.base@10-ea/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@10-ea/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@10-ea/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@10-ea/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@10-ea/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@10-ea/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1060)
        at java.base@10-ea/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1121)
        at java.base@10-ea/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
        at java.base@10-ea/java.lang.Thread.run(Thread.java:844)
   6) Thread[id=12489, name=qtp780972431-12489, state=TIMED_WAITING, group=TGRP-TestReplicaProperties]
        at java.base@10-ea/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@10-ea/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@10-ea/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2116)
        at app//org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:392)
        at app//org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:563)
        at app//org.eclipse.jetty.util.thread.QueuedThreadPool.access$800(QueuedThreadPool.java:48)
        at app//org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)
        at java.base@10-ea/java.lang.Thread.run(Thread.java:844)
   7) Thread[id=12517, name=Connection evictor, state=TIMED_WAITING, group=TGRP-TestReplicaProperties]
        at java.base@10-ea/java.lang.Thread.sleep(Native Method)
        at app//org.apache.http.impl.client.IdleConnectionEvictor$1.run(IdleConnectionEvictor.java:66)
        at java.base@10-ea/java.lang.Thread.run(Thread.java:844)
   8) Thread[id=12549, name=qtp1789797137-12549, state=RUNNABLE, group=TGRP-TestReplicaProperties]
        at java.base@10-ea/sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
        at java.base@10-ea/sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:265)
        at java.base@10-ea/sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:92)
        at java.base@10-ea/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:89)
        at java.base@10-ea/sun.nio.ch.SelectorImpl.select(SelectorImpl.java:100)
        at java.base@10-ea/sun.nio.ch.SelectorImpl.select(SelectorImpl.java:104)
        at app//org.eclipse.jetty.io.ManagedSelector$SelectorProducer.select(ManagedSelector.java:243)
        at app//org.eclipse.jetty.io.ManagedSelector$SelectorProducer.produce(ManagedSelector.java:191)
        at app//org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:249)
        at app//org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)
        at app//org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.execute(ExecuteProduceConsume.java:100)
        at app//org.eclipse.jetty.io.ManagedSelector.run(ManagedSelector.java:147)
        at app//org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)
        at app//org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)
        at java.base@10-ea/java.lang.Thread.run(Thread.java:844)
   9) Thread[id=12591, name=zkCallback-1884-thread-5, state=TIMED_WAITING, group=TGRP-TestReplicaProperties]
        at java.base@10-ea/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@10-ea/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@10-ea/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@10-ea/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@10-ea/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@10-ea/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1060)
        at java.base@10-ea/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1121)
        at java.base@10-ea/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
        at java.base@10-ea/java.lang.Thread.run(Thread.java:844)
  10) Thread[id=12559, name=Connection evictor, state=TIMED_WAITING, group=TGRP-TestReplicaProperties]
        at java.base@10-ea/java.lang.Thread.sleep(Native Method)
        at app//org.apache.http.impl.client.IdleConnectionEvictor$1.run(IdleConnectionEvictor.java:66)
        at java.base@10-ea/java.lang.Thread.run(Thread.java:844)
  11) Thread[id=12520, name=qtp1547720596-12520, state=RUNNABLE, group=TGRP-TestReplicaProperties]
        at java.base@10-ea/sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
        at java.base@10-ea/sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:265)
        at java.base@10-ea/sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:92)
        at java.base@10-ea/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:89)
        at java.base@10-ea/sun.nio.ch.SelectorImpl.select(SelectorImpl.java:100)
        at java.base@10-ea/sun.nio.ch.SelectorImpl.select(SelectorImpl.java:104)
        at app//org.eclipse.jetty.io.ManagedSelector$SelectorProducer.select(ManagedSelector.java:243)
        at app//org.eclipse.jetty.io.ManagedSelector$SelectorProducer.produce(ManagedSelector.java:191)
        at app//org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:249)
        at app//org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)
        at app//org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.execute(ExecuteProduceConsume.java:100)
        at app//org.eclipse.jetty.io.ManagedSelector.run(ManagedSelector.java:147)
        at app//org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)
        at app//org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)
        at java.base@10-ea/java.lang.Thread.run(Thread.java:844)
  12) Thread[id=12521, name=qtp1547720596-12521, state=RUNNABLE, group=TGRP-TestReplicaProperties]
        at java.base@10-ea/sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
        at java.base@10-ea/sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:265)
        at java.base@10-ea/sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:92)
        at java.base@10-ea/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:89)
        at java.base@10-ea/sun.nio.ch.SelectorImpl.select(SelectorImpl.java:100)
        at java.base@10-ea/sun.nio.ch.SelectorImpl.select(SelectorImpl.java:104)
        at app//org.eclipse.jetty.io.ManagedSelector$SelectorProducer.select(ManagedSelector.java:243)
        at app//org.eclipse.jetty.io.ManagedSelector$SelectorProducer.produce(ManagedSelector.java:191)
        at app//org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:249)
        at app//org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)
        at app//org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.execute(ExecuteProduceConsume.java:100)
        at app//org.eclipse.jetty.io.ManagedSelector.run(ManagedSelector.java:147)
        at app//org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)
        at app//org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)
        at java.base@10-ea/java.lang.Thread.run(Thread.java:844)
  13) Thread[id=12551, name=qtp1789797137-12551-acceptor-0@619144d5-ServerConnector@7dcfd98c{SSL,[ssl, http/1.1]}{127.0.0.1:43075}, state=RUNNABLE, group=TGRP-TestReplicaProperties]
        at java.base@10-ea/sun.nio.ch.ServerSocketChannelImpl.accept0(Native Method)
        at java.base@10-ea/sun.nio.ch.ServerSocketChannelImpl.accept(ServerSocketChannelImpl.java:424)
        at java.base@10-ea/sun.nio.ch.ServerSocketChannelImpl.accept(ServerSocketChannelImpl.java:252)
        at app//org.eclipse.jetty.server.ServerConnector.accept(ServerConnector.java:371)
        at app//org.eclipse.jetty.server.AbstractConnector$Acceptor.run(AbstractConnector.java:601)
        at app//org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)
        at app//org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)
        at java.base@10-ea/java.lang.Thread.run(Thread.java:844)
  14) Thread[id=12552, name=qtp1789797137-12552, state=TIMED_WAITING, group=TGRP-TestReplicaProperties]
        at java.base@10-ea/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@10-ea/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@10-ea/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2116)
        at app//org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:392)
        at app//org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:563)
        at app//org.eclipse.jetty.util.thread.QueuedThreadPool.access$800(QueuedThreadPool.java:48)
        at app//org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)
        at java.base@10-ea/java.lang.Thread.run(Thread.java:844)
  15) Thread[id=12587, name=zkCallback-1872-thread-6, state=TIMED_WAITING, group=TGRP-TestReplicaProperties]
        at java.base@10-ea/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@10-ea/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@10-ea/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@10-ea/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@10-ea/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@10-ea/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1060)
        at java.base@10-ea/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1121)
        at java.base@10-ea/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
        at java.base@10-ea/java.lang.Thread.run(Thread.java:844)
  16) Thread[id=12560, name=Connection evictor, state=TIMED_WAITING, group=TGRP-TestReplicaProperties]
        at java.base@10-ea/java.lang.Thread.sleep(Native Method)
        at app//org.apache.http.impl.client.IdleConnectionEvictor$1.run(IdleConnectionEvictor.java:66)
        at java.base@10-ea/java.lang.Thread.run(Thread.java:844)
  17) Thread[id=12518, name=qtp1547720596-12518, state=TIMED_WAITING, group=TGRP-TestReplicaProperties]
        at java.base@10-ea/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@10-ea/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@10-ea/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2116)
        at app//org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:392)
        at app//org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:563)
        at app//org.eclipse.jetty.util.thread.QueuedThreadPool.access$800(QueuedThreadPool.java:48)
        at app//org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)
        at java.base@10-ea/java.lang.Thread.run(Thread.java:844)
  18) Thread[id=12586, name=zkCallback-1872-thread-5, state=TIMED_WAITING, group=TGRP-TestReplicaProperties]
        at java.base@10-ea/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@10-ea/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@10-ea/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@10-ea/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@10-ea/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@10-ea/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1060)
        at java.base@10-ea/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1121)
        at java.base@10-ea/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
        at java.base@10-ea/java.lang.Thread.run(Thread.java:844)
  19) Thread[id=12553, name=qtp1789797137-12553, state=RUNNABLE, group=TGRP-TestReplicaProperties]
        at java.base@10-ea/sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
        at java.base@10-ea/sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:265)
        at java.base@10-ea/sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:92)
        at java.base@10-ea/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:89)
        at java.base@10-ea/sun.nio.ch.SelectorImpl.select(SelectorImpl.java:100)
        at java.base@10-ea/sun.nio.ch.SelectorImpl.select(SelectorImpl.java:104)
        at app//org.eclipse.jetty.io.ManagedSelector$SelectorProducer.select(ManagedSelector.java:243)
        at app//org.eclipse.jetty.io.ManagedSelector$SelectorProducer.produce(ManagedSelector.java:191)
        at app//org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:249)
        at app//org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)
        at app//org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136)
        at app//org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)
        at app//org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)
        at java.base@10-ea/java.lang.Thread.run(Thread.java:844)
  20) Thread[id=12501, name=Connection evictor, state=TIMED_WAITING, group=TGRP-TestReplicaProperties]
        at java.base@10-ea/java.lang.Thread.sleep(Native Method)
        at app//org.apache.http.impl.client.IdleConnectionEvictor$1.run(IdleConnectionEvictor.java:66)
        at java.base@10-ea/java.lang.Thread.run(Thread.java:844)
  21) Thread[id=12536, name=TEST-TestReplicaProperties.test-seed#[D2D7B83C3D114050]-EventThread, state=WAITING, group=TGRP-TestReplicaProperties]
        at java.base@10-ea/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@10-ea/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
        at java.base@10-ea/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2074)
        at java.base@10-ea/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:435)
        at app//org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:501)
  22) Thread[id=12546, name=Connection evictor, state=TIMED_WAITING, group=TGRP-TestReplicaProperties]
        at java.base@10-ea/java.lang.Thread.sleep(Native Method)
        at app//org.apache.http.impl.client.IdleConnectionEvictor$1.run(IdleConnectionEvictor.java:66)
        at java.base@10-ea/java.lang.Thread.run(Thread.java:844)
  23) Thread[id=12593, name=zkCallback-1878-thread-3, state=TIMED_WAITING, group=TGRP-TestReplicaProperties]
        at java.base@10-ea/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@10-ea/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@10-ea/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@10-ea/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@10-ea/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@10-ea/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1060)
        at java.base@10-ea/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1121)
        at java.base@10-ea/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
        at java.base@10-ea/java.lang.Thread.run(Thread.java:844)
  24) Thread[id=12590, name=zkCallback-1884-thread-4, state=TIMED_WAITING, group=TGRP-TestReplicaProperties]
        at java.base@10-ea/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@10-ea/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@10-ea/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@10-ea/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@10-ea/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@10-ea/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1060)
        at java.base@10-ea/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1121)
        at java.base@10-ea/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
        at java.base@10-ea/java.lang.Thread.run(Thread.java:844)
  25) Thread[id=12490, name=qtp780972431-12490, state=RUNNABLE, group=TGRP-TestReplicaProperties]
        at java.base@10-ea/sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
        at java.base@10-ea/sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:265)
        at java.base@10-ea/sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:92)
        at java.base@10-ea/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:89)
        at java.base@10-ea/sun.nio.ch.SelectorImpl.select(SelectorImpl.java:100)
        at java.base@10-ea/sun.nio.ch.SelectorImpl.select(SelectorImpl.java:104)
        at app//org.eclipse.jetty.io.ManagedSelector$SelectorProducer.select(ManagedSelector.java:243)
        at app//org.eclipse.jetty.io.ManagedSelector$SelectorProducer.produce(ManagedSelector.java:191)
        at app//org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:249)
        at app//org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)
        at app//org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136)
        at app//org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)
        at app//org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)
        at java.base@10-ea/java.lang.Thread.run(Thread.java:844)
  26) Thread[id=12570, name=Scheduler-1329124293, state=TIMED_WAITING, group=TGRP-TestReplicaProperties]
        at java.base@10-ea/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@10-ea/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@10-ea/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2116)
        at java.base@10-ea/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1182)
        at java.base@10-ea/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:899)
        at java.base@10-ea/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1061)
        at java.base@10-ea/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1121)
        at java.base@10-ea/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
        at java.base@10-ea/java.lang.Thread.run(Thread.java:844)
  27) Thread[id=12497, name=org.eclipse.jetty.server.session.HashSessionManager@4f7289d8Timer, state=TIMED_WAITING, group=TGRP-TestReplicaProperties]
        at java.base@10-ea/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@10-ea/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@10-ea/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2116)
        at java.base@10-ea/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1182)
        at java.base@10-ea/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:899)
        at java.base@10-ea/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1061)
        at java.base@10-ea/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1121)
        at java.base@10-ea/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
        at java.base@10-ea/java.lang.Thread.run(Thread.java:844)
  28) Thread[id=12547, name=qtp1789797137-12547, state=RUNNABLE, group=TGRP-TestReplicaProperties]
        at java.base@10-ea/sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
        at java.base@10-ea/sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:265)
        at java.base@10-ea/sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:92)
        at java.base@10-ea/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:89)
        at java.base@10-ea/sun.nio.ch.SelectorImpl.select(SelectorImpl.java:100)
        at java.base@10-ea/sun.nio.ch.SelectorImpl.select(SelectorImpl.java:104)
        at app//org.eclipse.jetty.io.ManagedSelector$SelectorProducer.select(ManagedSelector.java:243)
        at app//org.eclipse.jetty.io.ManagedSelector$SelectorProducer.produce(ManagedSelector.java:191)
        at app//org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceC

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

  [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/contrib/solr-analytics/test/temp/junit4-J1-20171106_234532_37116090871354435568997.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/contrib/solr-analytics/test/temp/junit4-J0-20171106_234532_37114024084262316221875.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 553 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/contrib/solr-clustering/test/temp/junit4-J2-20171106_234631_4324261374499628948016.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/contrib/solr-clustering/test/temp/junit4-J1-20171106_234631_43216500378596180412534.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/contrib/solr-clustering/test/temp/junit4-J0-20171106_234631_43215329907016965799368.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 1259 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/contrib/solr-dataimporthandler-extras/test/temp/junit4-J1-20171106_234643_45910436787227512748270.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/contrib/solr-dataimporthandler-extras/test/temp/junit4-J0-20171106_234643_4591460293070411460162.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 647 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/contrib/solr-dataimporthandler/test/temp/junit4-J2-20171106_234649_34712623022930239912958.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/contrib/solr-dataimporthandler/test/temp/junit4-J1-20171106_234649_3478487536916610343884.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/contrib/solr-dataimporthandler/test/temp/junit4-J0-20171106_234649_3474305627980353627183.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 557 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/contrib/solr-cell/test/temp/junit4-J0-20171106_234708_31412177167380276433052.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/contrib/solr-cell/test/temp/junit4-J2-20171106_234708_31414546428784550826886.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/contrib/solr-cell/test/temp/junit4-J1-20171106_234708_31412312645777100774512.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 563 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/contrib/solr-langid/test/temp/junit4-J1-20171106_234717_237486719937603472791.syserr
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/contrib/solr-langid/test/temp/junit4-J0-20171106_234717_2373571036768146868539.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 643 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/contrib/solr-ltr/test/temp/junit4-J2-20171106_234722_5915274743362504253512.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 9 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/contrib/solr-ltr/test/temp/junit4-J1-20171106_234722_5901011311393110026052.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/contrib/solr-ltr/test/temp/junit4-J0-20171106_234722_5902215554582177632012.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 596 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/contrib/solr-uima/test/temp/junit4-J1-20171106_234744_2435027983317217235924.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/contrib/solr-uima/test/temp/junit4-J0-20171106_234744_24312639756353291582090.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 548 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/contrib/solr-velocity/test/temp/junit4-J0-20171106_234753_2587452338539005724517.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 31660 lines...]

[JENKINS] Lucene-Solr-7.x-Linux (64bit/jdk-9.0.1) - Build # 759 - Still Unstable!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Linux/759/
Java: 64bit/jdk-9.0.1 -XX:+UseCompressedOops -XX:+UseSerialGC

4 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.solr.core.TestLazyCores

Error Message:
1 thread leaked from SUITE scope at org.apache.solr.core.TestLazyCores:     1) Thread[id=10624, name=searcherExecutor-4633-thread-1, state=WAITING, group=TGRP-TestLazyCores]         at java.base@9.0.1/jdk.internal.misc.Unsafe.park(Native Method)         at java.base@9.0.1/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)         at java.base@9.0.1/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2062)         at java.base@9.0.1/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:435)         at java.base@9.0.1/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1092)         at java.base@9.0.1/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1152)         at java.base@9.0.1/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)         at java.base@9.0.1/java.lang.Thread.run(Thread.java:844)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.core.TestLazyCores: 
   1) Thread[id=10624, name=searcherExecutor-4633-thread-1, state=WAITING, group=TGRP-TestLazyCores]
        at java.base@9.0.1/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@9.0.1/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
        at java.base@9.0.1/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2062)
        at java.base@9.0.1/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:435)
        at java.base@9.0.1/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1092)
        at java.base@9.0.1/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1152)
        at java.base@9.0.1/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
        at java.base@9.0.1/java.lang.Thread.run(Thread.java:844)
	at __randomizedtesting.SeedInfo.seed([D40F5C84D8662D85]:0)


FAILED:  junit.framework.TestSuite.org.apache.solr.core.TestLazyCores

Error Message:
There are still zombie threads that couldn't be terminated:    1) Thread[id=10624, name=searcherExecutor-4633-thread-1, state=WAITING, group=TGRP-TestLazyCores]         at java.base@9.0.1/jdk.internal.misc.Unsafe.park(Native Method)         at java.base@9.0.1/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)         at java.base@9.0.1/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2062)         at java.base@9.0.1/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:435)         at java.base@9.0.1/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1092)         at java.base@9.0.1/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1152)         at java.base@9.0.1/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)         at java.base@9.0.1/java.lang.Thread.run(Thread.java:844)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   1) Thread[id=10624, name=searcherExecutor-4633-thread-1, state=WAITING, group=TGRP-TestLazyCores]
        at java.base@9.0.1/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@9.0.1/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
        at java.base@9.0.1/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2062)
        at java.base@9.0.1/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:435)
        at java.base@9.0.1/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1092)
        at java.base@9.0.1/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1152)
        at java.base@9.0.1/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
        at java.base@9.0.1/java.lang.Thread.run(Thread.java:844)
	at __randomizedtesting.SeedInfo.seed([D40F5C84D8662D85]:0)


FAILED:  org.apache.solr.cloud.TestPullReplicaErrorHandling.testCantConnectToLeader

Error Message:
Error from server at http://127.0.0.1:43483/solr: Could not fully create collection: pull_replica_error_handling_test_cant_connect_to_leader

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:43483/solr: Could not fully create collection: pull_replica_error_handling_test_cant_connect_to_leader
	at __randomizedtesting.SeedInfo.seed([D40F5C84D8662D85:5A033CF4AD7EA9AF]: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:1096)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:875)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:808)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:183)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:200)
	at org.apache.solr.cloud.TestPullReplicaErrorHandling.testCantConnectToLeader(TestPullReplicaErrorHandling.java:181)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:844)


FAILED:  org.apache.solr.core.TestLazyCores.testNoCommit

Error Message:
Exception during query

Stack Trace:
java.lang.RuntimeException: Exception during query
	at __randomizedtesting.SeedInfo.seed([D40F5C84D8662D85:B6FFD5513414E20]:0)
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:901)
	at org.apache.solr.core.TestLazyCores.check10(TestLazyCores.java:847)
	at org.apache.solr.core.TestLazyCores.testNoCommit(TestLazyCores.java:829)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:844)
Caused by: java.lang.RuntimeException: REQUEST FAILED: xpath=//result[@numFound='10']
	xml response was: <?xml version="1.0" encoding="UTF-8"?>
<response>
<lst name="responseHeader"><int name="status">0</int><int name="QTime">0</int><lst name="params"><str name="q">*:*</str></lst></lst><result name="response" numFound="0" start="0"></result>
</response>

	request was:q=*:*
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:894)
	... 40 more




Build Log:
[...truncated 12628 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestPullReplicaErrorHandling
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestPullReplicaErrorHandling_D40F5C84D8662D85-001/init-core-data-001
   [junit4]   2> 851491 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 851492 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-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> 851492 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 851492 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestPullReplicaErrorHandling_D40F5C84D8662D85-001/tempDir-001
   [junit4]   2> 851492 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 851492 INFO  (Thread-2062) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 851492 INFO  (Thread-2062) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 851494 ERROR (Thread-2062) [    ] 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> 851592 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:36625
   [junit4]   2> 851598 INFO  (jetty-launcher-1763-thread-1) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 851598 INFO  (jetty-launcher-1763-thread-3) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 851598 INFO  (jetty-launcher-1763-thread-4) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 851598 INFO  (jetty-launcher-1763-thread-2) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 851599 INFO  (jetty-launcher-1763-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@76ac760c{/solr,null,AVAILABLE}
   [junit4]   2> 851599 INFO  (jetty-launcher-1763-thread-3) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@7bba77d4{/solr,null,AVAILABLE}
   [junit4]   2> 851599 INFO  (jetty-launcher-1763-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@6cda3172{/solr,null,AVAILABLE}
   [junit4]   2> 851599 INFO  (jetty-launcher-1763-thread-4) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@3336bdb0{/solr,null,AVAILABLE}
   [junit4]   2> 851599 INFO  (jetty-launcher-1763-thread-3) [    ] o.e.j.s.AbstractConnector Started ServerConnector@2059ef98{HTTP/1.1,[http/1.1]}{127.0.0.1:43349}
   [junit4]   2> 851599 INFO  (jetty-launcher-1763-thread-4) [    ] o.e.j.s.AbstractConnector Started ServerConnector@7b4f3475{HTTP/1.1,[http/1.1]}{127.0.0.1:42243}
   [junit4]   2> 851599 INFO  (jetty-launcher-1763-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@1b2b9892{HTTP/1.1,[http/1.1]}{127.0.0.1:40325}
   [junit4]   2> 851599 INFO  (jetty-launcher-1763-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@2df123e9{HTTP/1.1,[http/1.1]}{127.0.0.1:45155}
   [junit4]   2> 851599 INFO  (jetty-launcher-1763-thread-2) [    ] o.e.j.s.Server Started @853058ms
   [junit4]   2> 851599 INFO  (jetty-launcher-1763-thread-1) [    ] o.e.j.s.Server Started @853058ms
   [junit4]   2> 851599 INFO  (jetty-launcher-1763-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=40325}
   [junit4]   2> 851599 INFO  (jetty-launcher-1763-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=45155}
   [junit4]   2> 851599 INFO  (jetty-launcher-1763-thread-4) [    ] o.e.j.s.Server Started @853058ms
   [junit4]   2> 851599 INFO  (jetty-launcher-1763-thread-4) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=42243}
   [junit4]   2> 851599 ERROR (jetty-launcher-1763-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 851600 ERROR (jetty-launcher-1763-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 851600 ERROR (jetty-launcher-1763-thread-4) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 851600 INFO  (jetty-launcher-1763-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.2.0
   [junit4]   2> 851600 INFO  (jetty-launcher-1763-thread-4) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.2.0
   [junit4]   2> 851600 INFO  (jetty-launcher-1763-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 851600 INFO  (jetty-launcher-1763-thread-4) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 851600 INFO  (jetty-launcher-1763-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 851600 INFO  (jetty-launcher-1763-thread-4) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 851600 INFO  (jetty-launcher-1763-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-11-06T20:32:10.471240Z
   [junit4]   2> 851600 INFO  (jetty-launcher-1763-thread-4) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-11-06T20:32:10.471261Z
   [junit4]   2> 851599 INFO  (jetty-launcher-1763-thread-3) [    ] o.e.j.s.Server Started @853058ms
   [junit4]   2> 851600 INFO  (jetty-launcher-1763-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.2.0
   [junit4]   2> 851600 INFO  (jetty-launcher-1763-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=43349}
   [junit4]   2> 851600 INFO  (jetty-launcher-1763-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 851600 INFO  (jetty-launcher-1763-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 851600 INFO  (jetty-launcher-1763-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-11-06T20:32:10.471761Z
   [junit4]   2> 851600 ERROR (jetty-launcher-1763-thread-3) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 851601 INFO  (jetty-launcher-1763-thread-3) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.2.0
   [junit4]   2> 851601 INFO  (jetty-launcher-1763-thread-3) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 851601 INFO  (jetty-launcher-1763-thread-3) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 851601 INFO  (jetty-launcher-1763-thread-3) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-11-06T20:32:10.472116Z
   [junit4]   2> 851601 INFO  (jetty-launcher-1763-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 851601 INFO  (jetty-launcher-1763-thread-4) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 851603 INFO  (jetty-launcher-1763-thread-3) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 851607 INFO  (jetty-launcher-1763-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 851611 INFO  (jetty-launcher-1763-thread-3) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36625/solr
   [junit4]   2> 851612 INFO  (jetty-launcher-1763-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36625/solr
   [junit4]   2> 851612 INFO  (jetty-launcher-1763-thread-4) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36625/solr
   [junit4]   2> 851612 INFO  (jetty-launcher-1763-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36625/solr
   [junit4]   2> 851620 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x15f9308867c0006, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 851643 INFO  (jetty-launcher-1763-thread-4) [n:127.0.0.1:42243_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 851643 INFO  (jetty-launcher-1763-thread-2) [n:127.0.0.1:40325_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 851643 INFO  (jetty-launcher-1763-thread-4) [n:127.0.0.1:42243_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:42243_solr
   [junit4]   2> 851643 INFO  (jetty-launcher-1763-thread-2) [n:127.0.0.1:40325_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:40325_solr
   [junit4]   2> 851644 INFO  (jetty-launcher-1763-thread-4) [n:127.0.0.1:42243_solr    ] o.a.s.c.Overseer Overseer (id=98959381650735115-127.0.0.1:42243_solr-n_0000000000) starting
   [junit4]   2> 851647 INFO  (zkCallback-1785-thread-1-processing-n:127.0.0.1:42243_solr) [n:127.0.0.1:42243_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 851651 INFO  (zkCallback-1786-thread-1-processing-n:127.0.0.1:40325_solr) [n:127.0.0.1:40325_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 851659 INFO  (jetty-launcher-1763-thread-4) [n:127.0.0.1:42243_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:42243_solr
   [junit4]   2> 851660 INFO  (zkCallback-1785-thread-1-processing-n:127.0.0.1:42243_solr) [n:127.0.0.1:42243_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 851660 INFO  (zkCallback-1786-thread-1-processing-n:127.0.0.1:40325_solr) [n:127.0.0.1:40325_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 851665 INFO  (jetty-launcher-1763-thread-3) [n:127.0.0.1:43349_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 851665 INFO  (jetty-launcher-1763-thread-1) [n:127.0.0.1:45155_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 851666 INFO  (jetty-launcher-1763-thread-3) [n:127.0.0.1:43349_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 851666 INFO  (jetty-launcher-1763-thread-1) [n:127.0.0.1:45155_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 851666 INFO  (jetty-launcher-1763-thread-3) [n:127.0.0.1:43349_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:43349_solr
   [junit4]   2> 851666 INFO  (jetty-launcher-1763-thread-1) [n:127.0.0.1:45155_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:45155_solr
   [junit4]   2> 851667 INFO  (zkCallback-1785-thread-1-processing-n:127.0.0.1:42243_solr) [n:127.0.0.1:42243_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 851667 INFO  (zkCallback-1786-thread-1-processing-n:127.0.0.1:40325_solr) [n:127.0.0.1:40325_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 851667 INFO  (zkCallback-1782-thread-1-processing-n:127.0.0.1:43349_solr) [n:127.0.0.1:43349_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 851667 INFO  (zkCallback-1783-thread-1-processing-n:127.0.0.1:45155_solr) [n:127.0.0.1:45155_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 851667 INFO  (zkCallback-1786-thread-1-processing-n:127.0.0.1:40325_solr) [n:127.0.0.1:40325_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 851667 INFO  (zkCallback-1782-thread-1-processing-n:127.0.0.1:43349_solr) [n:127.0.0.1:43349_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 851667 INFO  (zkCallback-1783-thread-1-processing-n:127.0.0.1:45155_solr) [n:127.0.0.1:45155_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 851669 INFO  (jetty-launcher-1763-thread-2) [n:127.0.0.1:40325_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40325.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3fd9126d
   [junit4]   2> 851670 INFO  (zkCallback-1785-thread-1-processing-n:127.0.0.1:42243_solr) [n:127.0.0.1:42243_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 851675 INFO  (jetty-launcher-1763-thread-2) [n:127.0.0.1:40325_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40325.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3fd9126d
   [junit4]   2> 851676 INFO  (jetty-launcher-1763-thread-2) [n:127.0.0.1:40325_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40325.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3fd9126d
   [junit4]   2> 851677 INFO  (jetty-launcher-1763-thread-2) [n:127.0.0.1:40325_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestPullReplicaErrorHandling_D40F5C84D8662D85-001/tempDir-001/node2/.
   [junit4]   2> 851696 INFO  (jetty-launcher-1763-thread-4) [n:127.0.0.1:42243_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42243.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3fd9126d
   [junit4]   2> 851711 INFO  (jetty-launcher-1763-thread-4) [n:127.0.0.1:42243_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42243.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3fd9126d
   [junit4]   2> 851711 INFO  (jetty-launcher-1763-thread-4) [n:127.0.0.1:42243_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42243.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3fd9126d
   [junit4]   2> 851711 INFO  (jetty-launcher-1763-thread-1) [n:127.0.0.1:45155_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45155.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3fd9126d
   [junit4]   2> 851712 INFO  (jetty-launcher-1763-thread-4) [n:127.0.0.1:42243_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestPullReplicaErrorHandling_D40F5C84D8662D85-001/tempDir-001/node4/.
   [junit4]   2> 851712 INFO  (jetty-launcher-1763-thread-3) [n:127.0.0.1:43349_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43349.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3fd9126d
   [junit4]   2> 851717 INFO  (jetty-launcher-1763-thread-3) [n:127.0.0.1:43349_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43349.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3fd9126d
   [junit4]   2> 851717 INFO  (jetty-launcher-1763-thread-3) [n:127.0.0.1:43349_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43349.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3fd9126d
   [junit4]   2> 851718 INFO  (jetty-launcher-1763-thread-3) [n:127.0.0.1:43349_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestPullReplicaErrorHandling_D40F5C84D8662D85-001/tempDir-001/node3/.
   [junit4]   2> 851719 INFO  (jetty-launcher-1763-thread-1) [n:127.0.0.1:45155_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45155.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3fd9126d
   [junit4]   2> 851719 INFO  (jetty-launcher-1763-thread-1) [n:127.0.0.1:45155_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45155.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3fd9126d
   [junit4]   2> 851720 INFO  (jetty-launcher-1763-thread-1) [n:127.0.0.1:45155_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestPullReplicaErrorHandling_D40F5C84D8662D85-001/tempDir-001/node1/.
   [junit4]   2> 851773 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 851773 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:36625/solr ready
   [junit4]   2> 851775 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@1b2b9892{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 851775 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1278359122
   [junit4]   2> 851775 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 851775 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@7c24abff: rootName = solr_40325, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@458939eb
   [junit4]   2> 851778 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 851778 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@1a4ab90e: rootName = solr_40325, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@7388efdb
   [junit4]   2> 851781 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 851781 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@5c32027: rootName = solr_40325, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@62bbf712
   [junit4]   2> 851781 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) [    ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:40325_solr
   [junit4]   2> 851782 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 851782 INFO  (zkCallback-1785-thread-1-processing-n:127.0.0.1:42243_solr) [n:127.0.0.1:42243_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 851782 INFO  (zkCallback-1794-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 851782 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 851782 INFO  (zkCallback-1782-thread-1-processing-n:127.0.0.1:43349_solr) [n:127.0.0.1:43349_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 851782 INFO  (zkCallback-1786-thread-1-processing-n:127.0.0.1:40325_solr) [n:127.0.0.1:40325_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 851782 INFO  (zkCallback-1783-thread-1-processing-n:127.0.0.1:45155_solr) [n:127.0.0.1:45155_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 851782 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@6cda3172{/solr,null,UNAVAILABLE}
   [junit4]   2> 851786 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 851787 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@6910a0c0{/solr,null,AVAILABLE}
   [junit4]   2> 851787 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) [    ] o.e.j.s.AbstractConnector Started ServerConnector@72e89315{HTTP/1.1,[http/1.1]}{127.0.0.1:34183}
   [junit4]   2> 851787 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) [    ] o.e.j.s.Server Started @853246ms
   [junit4]   2> 851787 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=45131}
   [junit4]   2> 851787 ERROR (SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 851788 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.2.0
   [junit4]   2> 851788 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 851788 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 851788 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-11-06T20:32:10.659142Z
   [junit4]   2> 851789 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 851792 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36625/solr
   [junit4]   2> 851796 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) [n:127.0.0.1:45131_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 851796 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) [n:127.0.0.1:45131_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 851797 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) [n:127.0.0.1:45131_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:45131_solr
   [junit4]   2> 851797 INFO  (zkCallback-1794-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 851797 INFO  (zkCallback-1785-thread-1-processing-n:127.0.0.1:42243_solr) [n:127.0.0.1:42243_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 851797 INFO  (zkCallback-1782-thread-2-processing-n:127.0.0.1:43349_solr) [n:127.0.0.1:43349_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 851797 INFO  (zkCallback-1783-thread-1-processing-n:127.0.0.1:45155_solr) [n:127.0.0.1:45155_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 851798 INFO  (zkCallback-1799-thread-1-processing-n:127.0.0.1:45131_solr) [n:127.0.0.1:45131_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 851823 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) [n:127.0.0.1:45131_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45131.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3fd9126d
   [junit4]   2> 851829 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) [n:127.0.0.1:45131_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45131.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3fd9126d
   [junit4]   2> 851829 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) [n:127.0.0.1:45131_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45131.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3fd9126d
   [junit4]   2> 851830 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) [n:127.0.0.1:45131_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestPullReplicaErrorHandling_D40F5C84D8662D85-001/tempDir-001/node2/.
   [junit4]   2> 851855 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) [    ] o.a.s.c.TestPullReplicaErrorHandling Adding proxy for URL: http://127.0.0.1:34183/solr. Proxy: http://127.0.0.1:45131/solr
   [junit4]   2> 851856 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@7b4f3475{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 851856 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=534933572
   [junit4]   2> 851856 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 851856 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@6328b4eb: rootName = solr_42243, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@2ce78b17
   [junit4]   2> 851860 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 851860 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@3da89caf: rootName = solr_42243, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@7388efdb
   [junit4]   2> 851863 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 851863 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@cba1458: rootName = solr_42243, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@62bbf712
   [junit4]   2> 851864 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) [    ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:42243_solr
   [junit4]   2> 851864 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 851864 INFO  (zkCallback-1785-thread-1-processing-n:127.0.0.1:42243_solr) [n:127.0.0.1:42243_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 851864 INFO  (zkCallback-1783-thread-1-processing-n:127.0.0.1:45155_solr) [n:127.0.0.1:45155_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 851864 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 851864 INFO  (zkCallback-1799-thread-1-processing-n:127.0.0.1:45131_solr) [n:127.0.0.1:45131_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 851864 INFO  (zkCallback-1782-thread-2-processing-n:127.0.0.1:43349_solr) [n:127.0.0.1:43349_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 851864 INFO  (zkCallback-1794-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 851864 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) [    ] o.a.s.c.Overseer Overseer (id=98959381650735115-127.0.0.1:42243_solr-n_0000000000) closing
   [junit4]   2> 851864 INFO  (OverseerStateUpdate-98959381650735115-127.0.0.1:42243_solr-n_0000000000) [n:127.0.0.1:42243_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:42243_solr
   [junit4]   2> 851864 WARN  (OverseerAutoScalingTriggerThread-98959381650735115-127.0.0.1:42243_solr-n_0000000000) [n:127.0.0.1:42243_solr    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 851866 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@3336bdb0{/solr,null,UNAVAILABLE}
   [junit4]   2> 851866 INFO  (zkCallback-1782-thread-2-processing-n:127.0.0.1:43349_solr) [n:127.0.0.1:43349_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:43349_solr
   [junit4]   2> 851866 INFO  (zkCallback-1782-thread-2-processing-n:127.0.0.1:43349_solr) [n:127.0.0.1:43349_solr    ] o.a.s.c.Overseer Overseer (id=98959381650735114-127.0.0.1:43349_solr-n_0000000002) starting
   [junit4]   2> 851866 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 851866 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@3b283aff{/solr,null,AVAILABLE}
   [junit4]   2> 851867 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) [    ] o.e.j.s.AbstractConnector Started ServerConnector@11086aed{HTTP/1.1,[http/1.1]}{127.0.0.1:34339}
   [junit4]   2> 851867 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) [    ] o.e.j.s.Server Started @853325ms
   [junit4]   2> 851867 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=43483}
   [junit4]   2> 851867 ERROR (SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 851867 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.2.0
   [junit4]   2> 851867 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 851867 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 851867 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-11-06T20:32:10.738765Z
   [junit4]   2> 851868 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 851873 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36625/solr
   [junit4]   2> 851876 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) [n:127.0.0.1:43483_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 851877 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) [n:127.0.0.1:43483_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 851877 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) [n:127.0.0.1:43483_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:43483_solr
   [junit4]   2> 851878 INFO  (zkCallback-1783-thread-1-processing-n:127.0.0.1:45155_solr) [n:127.0.0.1:45155_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 851878 INFO  (zkCallback-1806-thread-1-processing-n:127.0.0.1:43483_solr) [n:127.0.0.1:43483_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 851878 INFO  (zkCallback-1799-thread-1-processing-n:127.0.0.1:45131_solr) [n:127.0.0.1:45131_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 851878 INFO  (zkCallback-1794-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 851878 INFO  (zkCallback-1782-thread-2-processing-n:127.0.0.1:43349_solr) [n:127.0.0.1:43349_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 851909 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) [n:127.0.0.1:43483_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43483.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3fd9126d
   [junit4]   2> 851914 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) [n:127.0.0.1:43483_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43483.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3fd9126d
   [junit4]   2> 851914 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) [n:127.0.0.1:43483_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43483.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3fd9126d
   [junit4]   2> 851915 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) [n:127.0.0.1:43483_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestPullReplicaErrorHandling_D40F5C84D8662D85-001/tempDir-001/node4/.
   [junit4]   2> 851940 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) [    ] o.a.s.c.TestPullReplicaErrorHandling Adding proxy for URL: http://127.0.0.1:34339/solr. Proxy: http://127.0.0.1:43483/solr
   [junit4]   2> 851940 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@2df123e9{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 851941 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1014557786
   [junit4]   2> 851941 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 851941 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@7f234540: rootName = solr_45155, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@3db21876
   [junit4]   2> 851944 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 851944 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@40d0cbdd: rootName = solr_45155, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@7388efdb
   [junit4]   2> 851947 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 851947 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@549aa97: rootName = solr_45155, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@62bbf712
   [junit4]   2> 851948 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) [    ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:45155_solr
   [junit4]   2> 851948 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 851948 INFO  (zkCallback-1783-thread-1-processing-n:127.0.0.1:45155_solr) [n:127.0.0.1:45155_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 851948 INFO  (zkCallback-1806-thread-1-processing-n:127.0.0.1:43483_solr) [n:127.0.0.1:43483_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 851948 INFO  (zkCallback-1782-thread-2-processing-n:127.0.0.1:43349_solr) [n:127.0.0.1:43349_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 851948 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 851949 INFO  (zkCallback-1794-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 851949 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@76ac760c{/solr,null,UNAVAILABLE}
   [junit4]   2> 851950 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 851951 INFO  (zkCallback-1799-thread-1-processing-n:127.0.0.1:45131_solr) [n:127.0.0.1:45131_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 851963 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@32adaea4{/solr,null,AVAILABLE}
   [junit4]   2> 851963 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) [    ] o.e.j.s.AbstractConnector Started ServerConnector@52701afc{HTTP/1.1,[http/1.1]}{127.0.0.1:41867}
   [junit4]   2> 851963 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) [    ] o.e.j.s.Server Started @853422ms
   [junit4]   2> 851964 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=46185}
   [junit4]   2> 851964 ERROR (SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 851964 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.2.0
   [junit4]   2> 851964 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 851964 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 851964 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-11-06T20:32:10.835648Z
   [junit4]   2> 851965 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 851970 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36625/solr
   [junit4]   2> 851976 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) [n:127.0.0.1:46185_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 851977 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) [n:127.0.0.1:46185_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 851979 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) [n:127.0.0.1:46185_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:46185_solr
   [junit4]   2> 851979 INFO  (zkCallback-1794-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 851979 INFO  (zkCallback-1782-thread-2-processing-n:127.0.0.1:43349_solr) [n:127.0.0.1:43349_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 851979 INFO  (zkCallback-1806-thread-1-processing-n:127.0.0.1:43483_solr) [n:127.0.0.1:43483_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 851984 INFO  (zkCallback-1799-thread-2-processing-n:127.0.0.1:45131_solr) [n:127.0.0.1:45131_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 851983 INFO  (zkCallback-1812-thread-1-processing-n:127.0.0.1:46185_solr) [n:127.0.0.1:46185_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 852004 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) [n:127.0.0.1:46185_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_46185.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3fd9126d
   [junit4]   2> 852009 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) [n:127.0.0.1:46185_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_46185.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3fd9126d
   [junit4]   2> 852009 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) [n:127.0.0.1:46185_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_46185.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3fd9126d
   [junit4]   2> 852010 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) [n:127.0.0.1:46185_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestPullReplicaErrorHandling_D40F5C84D8662D85-001/tempDir-001/node1/.
   [junit4]   2> 852033 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) [    ] o.a.s.c.TestPullReplicaErrorHandling Adding proxy for URL: http://127.0.0.1:41867/solr. Proxy: http://127.0.0.1:46185/solr
   [junit4]   2> 852034 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@2059ef98{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 852034 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1040629302
   [junit4]   2> 852034 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 852034 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@2941b4d7: rootName = solr_43349, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@29364451
   [junit4]   2> 852037 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 852037 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@572005ee: rootName = solr_43349, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@7388efdb
   [junit4]   2> 852040 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 852040 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@67c5dbfd: rootName = solr_43349, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@62bbf712
   [junit4]   2> 852041 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) [    ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:43349_solr
   [junit4]   2> 852042 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 852042 INFO  (zkCallback-1806-thread-1-processing-n:127.0.0.1:43483_solr) [n:127.0.0.1:43483_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 852042 INFO  (zkCallback-1782-thread-2-processing-n:127.0.0.1:43349_solr) [n:127.0.0.1:43349_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 852042 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 852042 INFO  (zkCallback-1812-thread-1-processing-n:127.0.0.1:46185_solr) [n:127.0.0.1:46185_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 852042 INFO  (zkCallback-1799-thread-2-processing-n:127.0.0.1:45131_solr) [n:127.0.0.1:45131_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 852042 INFO  (zkCallback-1794-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 852042 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) [    ] o.a.s.c.Overseer Overseer (id=98959381650735114-127.0.0.1:43349_solr-n_0000000002) closing
   [junit4]   2> 852042 INFO  (OverseerStateUpdate-98959381650735114-127.0.0.1:43349_solr-n_0000000002) [n:127.0.0.1:43349_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:43349_solr
   [junit4]   2> 852042 WARN  (OverseerAutoScalingTriggerThread-98959381650735114-127.0.0.1:43349_solr-n_0000000002) [n:127.0.0.1:43349_solr    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 852044 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@7bba77d4{/solr,null,UNAVAILABLE}
   [junit4]   2> 852044 INFO  (zkCallback-1799-thread-2-processing-n:127.0.0.1:45131_solr) [n:127.0.0.1:45131_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:45131_solr
   [junit4]   2> 852044 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 852044 INFO  (zkCallback-1799-thread-2-processing-n:127.0.0.1:45131_solr) [n:127.0.0.1:45131_solr    ] o.a.s.c.Overseer Overseer (id=98959381650735121-127.0.0.1:45131_solr-n_0000000004) starting
   [junit4]   2> 852045 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@5c9f4bc5{/solr,null,AVAILABLE}
   [junit4]   2> 852045 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) [    ] o.e.j.s.AbstractConnector Started ServerConnector@5a8de14c{HTTP/1.1,[http/1.1]}{127.0.0.1:42065}
   [junit4]   2> 852045 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) [    ] o.e.j.s.Server Started @853504ms
   [junit4]   2> 852045 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=42749}
   [junit4]   2> 852045 ERROR (SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 852045 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.2.0
   [junit4]   2> 852045 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 852046 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 852046 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-11-06T20:32:10.917025Z
   [junit4]   2> 852046 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 852050 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36625/solr
   [junit4]   2> 852053 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) [n:127.0.0.1:42749_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 852053 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) [n:127.0.0.1:42749_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 852054 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) [n:127.0.0.1:42749_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:42749_solr
   [junit4]   2> 852054 INFO  (zkCallback-1806-thread-1-processing-n:127.0.0.1:43483_solr) [n:127.0.0.1:43483_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 852054 INFO  (zkCallback-1799-thread-2-processing-n:127.0.0.1:45131_solr) [n:127.0.0.1:45131_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 852055 INFO  (zkCallback-1819-thread-1-processing-n:127.0.0.1:42749_solr) [n:127.0.0.1:42749_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 852055 INFO  (zkCallback-1794-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 852055 INFO  (zkCallback-1812-thread-1-processing-n:127.0.0.1:46185_solr) [n:127.0.0.1:46185_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 852081 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) [n:127.0.0.1:42749_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42749.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3fd9126d
   [junit4]   2> 852086 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) [n:127.0.0.1:42749_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42749.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3fd9126d
   [junit4]   2> 852086 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) [n:127.0.0.1:42749_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42749.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3fd9126d
   [junit4]   2> 852087 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) [n:127.0.0.1:42749_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestPullReplicaErrorHandling_D40F5C84D8662D85-001/tempDir-001/node3/.
   [junit4]   2> 852118 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[D40F5C84D8662D85]-worker) [    ] o.a.s.c.TestPullReplicaErrorHandling Adding proxy for URL: http://127.0.0.1:42065/solr. Proxy: http://127.0.0.1:42749/solr
   [junit4]   2> 852119 INFO  (SocketProxy-Acceptor-42749) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=50458,localport=42749], receiveBufferSize:531000
   [junit4]   2> 852121 INFO  (SocketProxy-Acceptor-42749) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=42065,localport=56634], receiveBufferSize=530904
   [junit4]   2> 852122 INFO  (qtp73612392-8396) [n:127.0.0.1:42749_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterprop with params val=false&name=legacyCloud&action=CLUSTERPROP&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 852122 INFO  (qtp73612392-8396) [n:127.0.0.1:42749_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={val=false&name=legacyCloud&action=CLUSTERPROP&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 852132 INFO  (TEST-TestPullReplicaErrorHandling.testPullReplicaDisconnectsFromZooKeeper-seed#[D40F5C84D8662D85]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testPullReplicaDisconnectsFromZooKeeper
   [junit4]   2> 852132 INFO  (qtp73612392-8397) [n:127.0.0.1:42749_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params pullReplicas=1&replicationFactor=1&collection.configName=conf&maxShardsPerNode=1&name=pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper&nrtReplicas=1&action=CREATE&numShards=1&tlogReplicas=0&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 852133 INFO  (OverseerThreadFactory-3815-thread-1-processing-n:127.0.0.1:45131_solr) [n:127.0.0.1:45131_solr    ] o.a.s.c.CreateCollectionCmd Create collection pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper
   [junit4]   2> 852237 INFO  (OverseerStateUpdate-98959381650735121-127.0.0.1:45131_solr-n_0000000004) [n:127.0.0.1:45131_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:42749/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 852239 INFO  (OverseerStateUpdate-98959381650735121-127.0.0.1:45131_solr-n_0000000004) [n:127.0.0.1:45131_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper_shard1_replica_p2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:45131/solr",
   [junit4]   2>   "type":"PULL",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 852441 INFO  (SocketProxy-Acceptor-42749) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=50462,localport=42749], receiveBufferSize:531000
   [junit4]   2> 852441 INFO  (SocketProxy-Acceptor-45131) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=54222,localport=45131], receiveBufferSize:531000
   [junit4]   2> 852441 INFO  (SocketProxy-Acceptor-45131) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=34183,localport=35718], receiveBufferSize=530904
   [junit4]   2> 852442 INFO  (qtp73612392-8391) [n:127.0.0.1:42749_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper_shard1_replica_n1&action=CREATE&numShards=1&collection=pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 852442 INFO  (SocketProxy-Acceptor-42749) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=42065,localport=56642], receiveBufferSize=530904
   [junit4]   2> 852443 INFO  (qtp1856009508-8315) [n:127.0.0.1:45131_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper_shard1_replica_p2&action=CREATE&numShards=1&collection=pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper&shard=shard1&wt=javabin&version=2&replicaType=PULL
   [junit4]   2> 852443 INFO  (qtp73612392-8391) [n:127.0.0.1:42749_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 852443 INFO  (qtp1856009508-8315) [n:127.0.0.1:45131_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 852547 INFO  (zkCallback-1799-thread-2-processing-n:127.0.0.1:45131_solr) [n:127.0.0.1:45131_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper/state.json] for collection [pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 852547 INFO  (zkCallback-1799-thread-1-processing-n:127.0.0.1:45131_solr) [n:127.0.0.1:45131_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper/state.json] for collection [pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 852547 INFO  (zkCallback-1819-thread-2-processing-n:127.0.0.1:42749_solr) [n:127.0.0.1:42749_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper/state.json] for collection [pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 852547 INFO  (zkCallback-1819-thread-1-processing-n:127.0.0.1:42749_solr) [n:127.0.0.1:42749_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper/state.json] for collection [pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 853451 INFO  (qtp73612392-8391) [n:127.0.0.1:42749_solr c:pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper s:shard1 r:core_node3 x:pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
   [junit4]   2> 853451 INFO  (qtp1856009508-8315) [n:127.0.0.1:45131_solr c:pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper s:shard1 r:core_node4 x:pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper_shard1_replica_p2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
   [junit4]   2> 853458 INFO  (qtp1856009508-8315) [n:127.0.0.1:45131_solr c:pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper s:shard1 r:core_node4 x:pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper_shard1_replica_p2] o.a.s.s.IndexSchema [pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper_shard1_replica_p2] Schema name=minimal
   [junit4]   2> 853458 INFO  (qtp73612392-8391) [n:127.0.0.1:42749_solr c:pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper s:shard1 r:core_node3 x:pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper_shard1_replica_n1] o.a.s.s.IndexSchema [pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 853459 INFO  (qtp73612392-8391) [n:127.0.0.1:42749_solr c:pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper s:shard1 r:core_node3 x:pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 853459 INFO  (qtp1856009508-8315) [n:127.0.0.1:45131_solr c:pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper s:shard1 r:core_node4 x:pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper_shard1_replica_p2] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 853459 INFO  (qtp73612392-8391) [n:127.0.0.1:42749_solr c:pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper s:shard1 r:core_node3 x:pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper_shard1_replica_n1' using configuration from collection pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper, trusted=true
   [junit4]   2> 853459 INFO  (qtp1856009508-8315) [n:127.0.0.1:45131_solr c:pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper s:shard1 r:core_node4 x:pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper_shard1_replica_p2] o.a.s.c.CoreContainer Creating SolrCore 'pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper_shard1_replica_p2' using configuration from collection pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper, trusted=true
   [junit4]   2> 853460 INFO  (qtp1856009508-8315) [n:127.0.0.1:45131_solr c:pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper s:shard1 r:core_node4 x:pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper_shard1_replica_p2] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45131.solr.core.pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper.shard1.replica_p2' (registry 'solr.core.pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper.shard1.replica_p2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3fd9126d
   [junit4]   2> 853460 INFO  (qtp73612392-8391) [n:127.0.0.1:42749_solr c:pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper s:shard1 r:core_node3 x:pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42749.solr.core.pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper.shard1.replica_n1' (registry 'solr.core.pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3fd9126d
   [junit4]   2> 853460 INFO  (qtp1856009508-8315) [n:127.0.0.1:45131_solr c:pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper s:shard1 r:core_node4 x:pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper_shard1_replica_p2] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 853460 INFO  (qtp73612392-8391) [n:127.0.0.1:42749_solr c:pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper s:shard1 r:core_node3 x:pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper_shard1_replica_n1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 853460 INFO  (qtp1856009508-8315) [n:127.0.0.1:45131_solr c:pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper s:shard1 r:core_node4 x:pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper_shard1_replica_p2] o.a.s.c.SolrCore [[pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper_shard1_replica_p2] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestPullReplicaErrorHandling_D40F5C84D8662D85-001/tempDir-001/node2/pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper_shard1_replica_p2], dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestPullReplicaErrorHandling_D40F5C84D8662D85-001/tempDir-001/node2/./pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper_shard1_replica_p2/data/]
   [junit4]   2> 853460 INFO  (qtp73612392-8391) [n:127.0.0.1:42749_solr c:pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper s:shard1 r:core_node3 x:pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper_shard1_replica_n1] o.a.s.c.SolrCore [[pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestPullReplicaErrorHandling_D40F5C84D8662D85-001/tempDir-001/node3/pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper_shard1_replica_n1], dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestPullReplicaErrorHandling_D40F5C84D8662D85-001/tempDir-001/node3/./pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper_shard1_replica_n1/data/]
   [junit4]   2> 853506 INFO  (qtp73612392-8391) [n:127.0.0.1:42749_solr c:pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper s:shard1 r:core_node3 x:pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 853506 INFO  (qtp73612392-8391) [n:127.0.0.1:42749_solr c:pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper s:shard1 r:core_node3 x:pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 853507 INFO  (qtp1856009508-8315) [n:127.0.0.1:45131_solr c:pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper s:shard1 r:core_node4 x:pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper_shard1_replica_p2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 853507 INFO  (qtp1856009508-8315) [n:127.0.0.1:45131_solr c:pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper s:shard1 r:core_node4 x:pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper_shard1_replica_p2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 853507 INFO  (qtp73612392-8391) [n:127.0.0.1:42749_solr c:pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper s:shard1 r:core_node3 x:pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 853507 INFO  (qtp73612392-8391) [n:127.0.0.1:42749_solr c:pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper s:shard1 r:core_node3 x:pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 853508 INFO  (qtp1856009508-8315) [n:127.0.0.1:45131_solr c:pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper s:shard1 r:core_node4 x:pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper_shard1_replica_p2] o.a.s.s.SolrIndexSearcher Opening [Searcher@35ba237a[pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper_shard1_replica_p2] main]
   [junit4]   2> 853508 INFO  (qtp73612392-8391) [n:127.0.0.1:42749_solr c:pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper s:shard1 r:core_node3 x:pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@71bdb19a[pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper_shard1_replica_n1] main]
   [junit4]   2> 853508 INFO  (qtp1856009508-8315) [n:127.0.0.1:45131_solr c:pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper s:shard1 r:core_node4 x:pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper_shard1_replica_p2] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 853509 INFO  (qtp1856009508-8315) [n:127.0.0.1:45131_solr c:pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper s:shard1 r:core_node4 x:pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper_shard1_replica_p2] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 853509 INFO  (qtp73612392-8391) [n:127.0.0.1:42749_solr c:pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper s:shard1 r:core_node3 x:pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 853509 INFO  (qtp73612392-8391) [n:127.0.0.1:42749_solr c:pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper s:shard1 r:core_node3 x:pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 853509 INFO  (qtp1856009508-8315) [n:127.0.0.1:45131_solr c:pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper s:shard1 r:core_node4 x:pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper_shard1_replica_p2] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 853509 INFO  (qtp1856009508-8315) [n:127.0.0.1:45131_solr c:pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper s:shard1 r:core_node4 x:pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper_shard1_replica_p2] o.a.s.c.ZkController pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper_shard1_replica_p2 starting background replication from leader
   [junit4]   2> 853509 INFO  (qtp73612392-8391) [n:127.0.0.1:42749_solr c:pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper s:shard1 r:core_node3 x:pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 853509 INFO  (qtp1856009508-8315) [n:127.0.0.1:45131_solr c:pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper s:shard1 r:core_node4 x:pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper_shard1_replica_p2] o.a.s.c.ReplicateFromLeader Will start replication from leader with poll interval: 00:00:03
   [junit4]   2> 853510 INFO  (searcherExecutor-3823-thread-1-processing-n:127.0.0.1:45131_solr x:pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper_shard1_replica_p2 s:shard1 c:pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper r:core_node4) [n:127.0.0.1:45131_solr c:pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper s:shard1 r:core_node4 x:pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper_shard1_replica_p2] o.a.s.c.SolrCore [pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper_shard1_replica_p2] Registered new searcher Searcher@35ba237a[pull_replica_error_handli

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

for registry=solr.jvm, tag=null
   [junit4]   2> 1244825 INFO  (SUITE-TestLazyCores-seed#[D40F5C84D8662D85]-worker) [    x:collection3] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_D40F5C84D8662D85-001
   [junit4]   2> Nov 06, 2017 8:38:43 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> Nov 06, 2017 8:39:03 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> SEVERE: 1 thread leaked from SUITE scope at org.apache.solr.core.TestLazyCores: 
   [junit4]   2>    1) Thread[id=10624, name=searcherExecutor-4633-thread-1, state=WAITING, group=TGRP-TestLazyCores]
   [junit4]   2>         at java.base@9.0.1/jdk.internal.misc.Unsafe.park(Native Method)
   [junit4]   2>         at java.base@9.0.1/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
   [junit4]   2>         at java.base@9.0.1/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2062)
   [junit4]   2>         at java.base@9.0.1/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:435)
   [junit4]   2>         at java.base@9.0.1/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1092)
   [junit4]   2>         at java.base@9.0.1/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1152)
   [junit4]   2>         at java.base@9.0.1/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
   [junit4]   2>         at java.base@9.0.1/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> Nov 06, 2017 8:39:03 PM com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: Starting to interrupt leaked threads:
   [junit4]   2>    1) Thread[id=10624, name=searcherExecutor-4633-thread-1, state=WAITING, group=TGRP-TestLazyCores]
   [junit4]   2> Nov 06, 2017 8:39:06 PM com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> SEVERE: There are still zombie threads that couldn't be terminated:
   [junit4]   2>    1) Thread[id=10624, name=searcherExecutor-4633-thread-1, state=WAITING, group=TGRP-TestLazyCores]
   [junit4]   2>         at java.base@9.0.1/jdk.internal.misc.Unsafe.park(Native Method)
   [junit4]   2>         at java.base@9.0.1/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
   [junit4]   2>         at java.base@9.0.1/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2062)
   [junit4]   2>         at java.base@9.0.1/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:435)
   [junit4]   2>         at java.base@9.0.1/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1092)
   [junit4]   2>         at java.base@9.0.1/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1152)
   [junit4]   2>         at java.base@9.0.1/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
   [junit4]   2>         at java.base@9.0.1/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70), sim=RandomSimilarity(queryNorm=true): {}, locale=pt-BR, timezone=Asia/Riyadh
   [junit4]   2> NOTE: Linux 4.10.0-37-generic amd64/Oracle Corporation 9.0.1 (64-bit)/cpus=8,threads=2,free=340926816,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [TestSSLRandomization, TestFieldCacheWithThreads, TestShardHandlerFactory, AnalyticsQueryTest, TestDynamicFieldResource, DistributedExpandComponentTest, BadIndexSchemaTest, TestDelegationWithHadoopAuth, SolrRequestParserTest, TestConfigReload, AddSchemaFieldsUpdateProcessorFactoryTest, SolrIndexSplitterTest, TestDeleteCollectionOnDownNodes, ShowFileRequestHandlerTest, TestCloudSchemaless, CdcrRequestHandlerTest, DistributedVersionInfoTest, MoreLikeThisHandlerTest, ZkSolrClientTest, NotRequiredUniqueKeyTest, TestRemoteStreaming, TestJettySolrRunner, DirectUpdateHandlerTest, TestBlendedInfixSuggestions, TriggerIntegrationTest, TestSystemCollAutoCreate, AutoAddReplicasIntegrationTest, TestFastWriter, TestQueryWrapperFilter, TestNumericTokenStream, BufferStoreTest, TestNonDefinedSimilarityFactory, TestSurroundQueryParser, DocValuesMultiTest, ChaosMonkeySafeLeaderTest, BinaryUpdateRequestHandlerTest, TestAnalyzedSuggestions, HdfsCollectionsAPIDistributedZkTest, SuggesterTSTTest, TestReqParamsAPI, TestInPlaceUpdatesStandalone, OpenExchangeRatesOrgProviderTest, TestHighFrequencyDictionaryFactory, MultiThreadedOCPTest, ManagedSchemaRoundRobinCloudTest, TestCollationField, HttpTriggerListenerTest, ZkStateReaderTest, SolrCLIZkUtilsTest, ClassificationUpdateProcessorFactoryTest, TestWriterPerf, TestOverriddenPrefixQueryForCustomFieldType, TestPushWriter, AssignTest, UUIDUpdateProcessorFallbackTest, CloneFieldUpdateProcessorFactoryTest, ClusterStateUpdateTest, TestSearcherReuse, RegexBoostProcessorTest, TestFastLRUCache, TestMultiValuedNumericRangeQuery, TestCursorMarkWithoutUniqueKey, TestBM25SimilarityFactory, TestFieldTypeCollectionResource, SolrCmdDistributorTest, BasicAuthStandaloneTest, DebugComponentTest, TestStressInPlaceUpdates, TestXIncludeConfig, TestGeoJSONResponseWriter, TestCloudRecovery, TestReRankQParserPlugin, NumericFieldsTest, TestLegacyFieldReuse, SignatureUpdateProcessorFactoryTest, TestFaceting, SchemaVersionSpecificBehaviorTest, TestTrackingShardHandlerFactory, SOLR749Test, ConjunctionSolrSpellCheckerTest, ZkCLITest, PreAnalyzedFieldTest, TestSimpleTrackingShardHandler, TestBulkSchemaAPI, PeerSyncWithIndexFingerprintCachingTest, DeleteLastCustomShardedReplicaTest, DistribDocExpirationUpdateProcessorTest, WrapperMergePolicyFactoryTest, TestInitQParser, TestSortByMinMaxFunction, TestCloudNestedDocsSort, TestRetrieveFieldsOptimizer, TestExactStatsCache, TestSolrCloudWithKerberosAlt, TestLeaderElectionZkExpiry, TestFilteredDocIdSet, TestIntervalFaceting, TestExclusionRuleCollectionAccess, CdcrBootstrapTest, DocumentAnalysisRequestHandlerTest, TestQuerySenderNoQuery, DistributedFacetPivotWhiteBoxTest, RequestLoggingTest, OutputWriterTest, RuleEngineTest, SolrGraphiteReporterTest, HLLSerializationTest, TestConfigsApi, BooleanFieldTest, TestBinaryResponseWriter, TestTolerantUpdateProcessorCloud, TestExpandComponent, SolrSlf4jReporterTest, TestSolr4Spatial2, TestScoreJoinQPScore, TestCloudJSONFacetJoinDomain, TestSolr4Spatial, SpellingQueryConverterTest, TestJmxIntegration, TestDocSet, MergeStrategyTest, ReplaceNodeTest, TestDocumentBuilder, BasicZkTest, RecoveryZkTest, LeaderElectionTest, TestRealTimeGet, TestStressReorder, TestReload, DistributedTermsComponentTest, SpellCheckComponentTest, ConvertedLegacyTest, TestFunctionQuery, BasicFunctionalityTest, TestLazyCores]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestLazyCores -Dtests.seed=D40F5C84D8662D85 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=pt-BR -Dtests.timezone=Asia/Riyadh -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   0.00s J1 | TestLazyCores (suite) <<<
   [junit4]    > Throwable #1: com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.core.TestLazyCores: 
   [junit4]    >    1) Thread[id=10624, name=searcherExecutor-4633-thread-1, state=WAITING, group=TGRP-TestLazyCores]
   [junit4]    >         at java.base@9.0.1/jdk.internal.misc.Unsafe.park(Native Method)
   [junit4]    >         at java.base@9.0.1/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
   [junit4]    >         at java.base@9.0.1/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2062)
   [junit4]    >         at java.base@9.0.1/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:435)
   [junit4]    >         at java.base@9.0.1/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1092)
   [junit4]    >         at java.base@9.0.1/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1152)
   [junit4]    >         at java.base@9.0.1/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
   [junit4]    >         at java.base@9.0.1/java.lang.Thread.run(Thread.java:844)
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([D40F5C84D8662D85]:0)Throwable #2: com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   [junit4]    >    1) Thread[id=10624, name=searcherExecutor-4633-thread-1, state=WAITING, group=TGRP-TestLazyCores]
   [junit4]    >         at java.base@9.0.1/jdk.internal.misc.Unsafe.park(Native Method)
   [junit4]    >         at java.base@9.0.1/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
   [junit4]    >         at java.base@9.0.1/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2062)
   [junit4]    >         at java.base@9.0.1/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:435)
   [junit4]    >         at java.base@9.0.1/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1092)
   [junit4]    >         at java.base@9.0.1/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1152)
   [junit4]    >         at java.base@9.0.1/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
   [junit4]    >         at java.base@9.0.1/java.lang.Thread.run(Thread.java:844)
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([D40F5C84D8662D85]:0)
   [junit4] Completed [441/748 (2!)] on J1 in 28.07s, 9 tests, 3 errors <<< FAILURES!

[...truncated 41088 lines...]

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

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

2 tests failed.
FAILED:  org.apache.solr.cloud.TestStressInPlaceUpdates.stressTest

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

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: http://127.0.0.1:42407
	at __randomizedtesting.SeedInfo.seed([3553EFFD77B28740:5E353050496753BA]: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:1096)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:875)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:808)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:183)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:200)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.createServers(AbstractFullDistribZkTestBase.java:315)
	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


FAILED:  org.apache.solr.cloud.hdfs.HdfsRecoveryZkTest.test

Error Message:
Error from server at https://127.0.0.1:40477/solr: create the collection time out:180s

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at https://127.0.0.1:40477/solr: create the collection time out:180s
	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:1096)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:875)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:808)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:183)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:200)
	at org.apache.solr.cloud.RecoveryZkTest.test(RecoveryZkTest.java:68)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 13522 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestStressInPlaceUpdates
   [junit4]   2> 2480229 INFO  (SUITE-TestStressInPlaceUpdates-seed#[3553EFFD77B28740]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestStressInPlaceUpdates_3553EFFD77B28740-001/init-core-data-001
   [junit4]   2> 2480230 WARN  (SUITE-TestStressInPlaceUpdates-seed#[3553EFFD77B28740]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=1 numCloses=1
   [junit4]   2> 2480230 INFO  (SUITE-TestStressInPlaceUpdates-seed#[3553EFFD77B28740]-worker) [    ] o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 2480231 INFO  (SUITE-TestStressInPlaceUpdates-seed#[3553EFFD77B28740]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 2480231 INFO  (SUITE-TestStressInPlaceUpdates-seed#[3553EFFD77B28740]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 2480231 INFO  (SUITE-TestStressInPlaceUpdates-seed#[3553EFFD77B28740]-worker) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 2480231 INFO  (SUITE-TestStressInPlaceUpdates-seed#[3553EFFD77B28740]-worker) [    ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/lib, /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 2480244 INFO  (SUITE-TestStressInPlaceUpdates-seed#[3553EFFD77B28740]-worker) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
   [junit4]   2> 2480251 INFO  (SUITE-TestStressInPlaceUpdates-seed#[3553EFFD77B28740]-worker) [    ] o.a.s.s.IndexSchema [null] Schema name=inplace-updates
   [junit4]   2> 2480280 INFO  (SUITE-TestStressInPlaceUpdates-seed#[3553EFFD77B28740]-worker) [    ] o.a.s.s.IndexSchema Loaded schema inplace-updates/1.6 with uniqueid field id
   [junit4]   2> 2480304 INFO  (SUITE-TestStressInPlaceUpdates-seed#[3553EFFD77B28740]-worker) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@253f1b4a
   [junit4]   2> 2480309 INFO  (SUITE-TestStressInPlaceUpdates-seed#[3553EFFD77B28740]-worker) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@253f1b4a
   [junit4]   2> 2480309 INFO  (SUITE-TestStressInPlaceUpdates-seed#[3553EFFD77B28740]-worker) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@253f1b4a
   [junit4]   2> 2480310 INFO  (coreLoadExecutor-8660-thread-1) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 2480310 INFO  (coreLoadExecutor-8660-thread-1) [    x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/lib, /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 2480331 INFO  (coreLoadExecutor-8660-thread-1) [    x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
   [junit4]   2> 2480339 INFO  (coreLoadExecutor-8660-thread-1) [    x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=inplace-updates
   [junit4]   2> 2480342 INFO  (coreLoadExecutor-8660-thread-1) [    x:collection1] o.a.s.s.IndexSchema Loaded schema inplace-updates/1.6 with uniqueid field id
   [junit4]   2> 2480342 INFO  (coreLoadExecutor-8660-thread-1) [    x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1, trusted=true
   [junit4]   2> 2480342 INFO  (coreLoadExecutor-8660-thread-1) [    x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@253f1b4a
   [junit4]   2> 2480343 INFO  (coreLoadExecutor-8660-thread-1) [    x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2480343 INFO  (coreLoadExecutor-8660-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestStressInPlaceUpdates_3553EFFD77B28740-001/init-core-data-001/]
   [junit4]   2> 2480344 INFO  (coreLoadExecutor-8660-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=26, maxMergeAtOnceExplicit=28, maxMergedSegmentMB=72.3837890625, floorSegmentMB=1.162109375, forceMergeDeletesPctAllowed=14.78616755307008, segmentsPerTier=30.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.47161229147280226
   [junit4]   2> 2480346 WARN  (coreLoadExecutor-8660-thread-1) [    x:collection1] 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> 2480377 INFO  (coreLoadExecutor-8660-thread-1) [    x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2480377 INFO  (coreLoadExecutor-8660-thread-1) [    x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2480379 INFO  (coreLoadExecutor-8660-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2480379 INFO  (coreLoadExecutor-8660-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2480380 INFO  (coreLoadExecutor-8660-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=42, maxMergeAtOnceExplicit=37, maxMergedSegmentMB=42.16796875, floorSegmentMB=0.203125, forceMergeDeletesPctAllowed=27.7169116048286, segmentsPerTier=46.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.6225573818116744
   [junit4]   2> 2480380 INFO  (coreLoadExecutor-8660-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@5d9644b9[collection1] main]
   [junit4]   2> 2480380 WARN  (coreLoadExecutor-8660-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config directory /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf; switching to use InMemory storage instead.
   [junit4]   2> 2480381 INFO  (coreLoadExecutor-8660-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2480382 INFO  (searcherExecutor-8661-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@5d9644b9[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2480382 INFO  (coreLoadExecutor-8660-thread-1) [    x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1583337456449617920
   [junit4]   2> 2480384 INFO  (SUITE-TestStressInPlaceUpdates-seed#[3553EFFD77B28740]-worker) [    ] o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 2480387 INFO  (TEST-TestStressInPlaceUpdates.stressTest-seed#[3553EFFD77B28740]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 2480387 INFO  (Thread-5465) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2480387 INFO  (Thread-5465) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 2480390 ERROR (Thread-5465) [    ] 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> 2480487 INFO  (TEST-TestStressInPlaceUpdates.stressTest-seed#[3553EFFD77B28740]) [    ] o.a.s.c.ZkTestServer start zk server on port:46369
   [junit4]   2> 2480493 INFO  (TEST-TestStressInPlaceUpdates.stressTest-seed#[3553EFFD77B28740]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 2480494 INFO  (TEST-TestStressInPlaceUpdates.stressTest-seed#[3553EFFD77B28740]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/schema-inplace-updates.xml to /configs/conf1/schema.xml
   [junit4]   2> 2480494 INFO  (TEST-TestStressInPlaceUpdates.stressTest-seed#[3553EFFD77B28740]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 2480495 INFO  (TEST-TestStressInPlaceUpdates.stressTest-seed#[3553EFFD77B28740]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 2480495 INFO  (TEST-TestStressInPlaceUpdates.stressTest-seed#[3553EFFD77B28740]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 2480496 INFO  (TEST-TestStressInPlaceUpdates.stressTest-seed#[3553EFFD77B28740]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 2480496 INFO  (TEST-TestStressInPlaceUpdates.stressTest-seed#[3553EFFD77B28740]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 2480496 INFO  (TEST-TestStressInPlaceUpdates.stressTest-seed#[3553EFFD77B28740]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 2480497 INFO  (TEST-TestStressInPlaceUpdates.stressTest-seed#[3553EFFD77B28740]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 2480497 INFO  (TEST-TestStressInPlaceUpdates.stressTest-seed#[3553EFFD77B28740]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 2480498 INFO  (TEST-TestStressInPlaceUpdates.stressTest-seed#[3553EFFD77B28740]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 2480498 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x15f925071ba0001, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 2480498 INFO  (TEST-TestStressInPlaceUpdates.stressTest-seed#[3553EFFD77B28740]) [    ] o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly asked otherwise
   [junit4]   2> 2480559 INFO  (TEST-TestStressInPlaceUpdates.stressTest-seed#[3553EFFD77B28740]) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 2480559 INFO  (TEST-TestStressInPlaceUpdates.stressTest-seed#[3553EFFD77B28740]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@5b3647d7{/,null,AVAILABLE}
   [junit4]   2> 2480560 INFO  (TEST-TestStressInPlaceUpdates.stressTest-seed#[3553EFFD77B28740]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@5b468435{HTTP/1.1,[http/1.1]}{127.0.0.1:42407}
   [junit4]   2> 2480560 INFO  (TEST-TestStressInPlaceUpdates.stressTest-seed#[3553EFFD77B28740]) [    ] o.e.j.s.Server Started @2482584ms
   [junit4]   2> 2480560 INFO  (TEST-TestStressInPlaceUpdates.stressTest-seed#[3553EFFD77B28740]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestStressInPlaceUpdates_3553EFFD77B28740-001/tempDir-001/control/data, hostContext=/, hostPort=42407, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestStressInPlaceUpdates_3553EFFD77B28740-001/control-001/cores}
   [junit4]   2> 2480560 ERROR (TEST-TestStressInPlaceUpdates.stressTest-seed#[3553EFFD77B28740]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2480560 INFO  (TEST-TestStressInPlaceUpdates.stressTest-seed#[3553EFFD77B28740]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.2.0
   [junit4]   2> 2480560 INFO  (TEST-TestStressInPlaceUpdates.stressTest-seed#[3553EFFD77B28740]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2480560 INFO  (TEST-TestStressInPlaceUpdates.stressTest-seed#[3553EFFD77B28740]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2480560 INFO  (TEST-TestStressInPlaceUpdates.stressTest-seed#[3553EFFD77B28740]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-11-06T17:11:06.598Z
   [junit4]   2> 2480562 INFO  (TEST-TestStressInPlaceUpdates.stressTest-seed#[3553EFFD77B28740]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 2480562 INFO  (TEST-TestStressInPlaceUpdates.stressTest-seed#[3553EFFD77B28740]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestStressInPlaceUpdates_3553EFFD77B28740-001/control-001/solr.xml
   [junit4]   2> 2480564 INFO  (TEST-TestStressInPlaceUpdates.stressTest-seed#[3553EFFD77B28740]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 2480564 INFO  (TEST-TestStressInPlaceUpdates.stressTest-seed#[3553EFFD77B28740]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 2480565 INFO  (TEST-TestStressInPlaceUpdates.stressTest-seed#[3553EFFD77B28740]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@253f1b4a, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 2480567 INFO  (TEST-TestStressInPlaceUpdates.stressTest-seed#[3553EFFD77B28740]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:46369/solr
   [junit4]   2> 2480594 INFO  (TEST-TestStressInPlaceUpdates.stressTest-seed#[3553EFFD77B28740]) [n:127.0.0.1:42407_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2480594 INFO  (TEST-TestStressInPlaceUpdates.stressTest-seed#[3553EFFD77B28740]) [n:127.0.0.1:42407_    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:42407_
   [junit4]   2> 2480595 INFO  (TEST-TestStressInPlaceUpdates.stressTest-seed#[3553EFFD77B28740]) [n:127.0.0.1:42407_    ] o.a.s.c.Overseer Overseer (id=98958591028494340-127.0.0.1:42407_-n_0000000000) starting
   [junit4]   2> 2480597 INFO  (TEST-TestStressInPlaceUpdates.stressTest-seed#[3553EFFD77B28740]) [n:127.0.0.1:42407_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:42407_
   [junit4]   2> 2480598 INFO  (zkCallback-3451-thread-1-processing-n:127.0.0.1:42407_) [n:127.0.0.1:42407_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2480703 INFO  (TEST-TestStressInPlaceUpdates.stressTest-seed#[3553EFFD77B28740]) [n:127.0.0.1:42407_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@253f1b4a
   [junit4]   2> 2480709 INFO  (TEST-TestStressInPlaceUpdates.stressTest-seed#[3553EFFD77B28740]) [n:127.0.0.1:42407_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@253f1b4a
   [junit4]   2> 2480710 INFO  (TEST-TestStressInPlaceUpdates.stressTest-seed#[3553EFFD77B28740]) [n:127.0.0.1:42407_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@253f1b4a
   [junit4]   2> 2480711 INFO  (TEST-TestStressInPlaceUpdates.stressTest-seed#[3553EFFD77B28740]) [n:127.0.0.1:42407_    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestStressInPlaceUpdates_3553EFFD77B28740-001/control-001/cores
   [junit4]   2> 2480728 INFO  (TEST-TestStressInPlaceUpdates.stressTest-seed#[3553EFFD77B28740]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2480728 INFO  (TEST-TestStressInPlaceUpdates.stressTest-seed#[3553EFFD77B28740]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:46369/solr ready
   [junit4]   2> 2480729 INFO  (qtp1550546606-21908) [n:127.0.0.1:42407_    ] 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:42407_&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2480730 INFO  (OverseerThreadFactory-8673-thread-1-processing-n:127.0.0.1:42407_) [n:127.0.0.1:42407_    ] o.a.s.c.CreateCollectionCmd Create collection control_collection
   [junit4]   2> 2480836 INFO  (qtp1550546606-21910) [n:127.0.0.1:42407_    ] 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> 2480836 INFO  (qtp1550546606-21910) [n:127.0.0.1:42407_    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 2480940 INFO  (zkCallback-3451-thread-1-processing-n:127.0.0.1:42407_) [n:127.0.0.1:42407_    ] 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> 2481849 INFO  (qtp1550546606-21910) [n:127.0.0.1:42407_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
   [junit4]   2> 2481880 INFO  (qtp1550546606-21910) [n:127.0.0.1:42407_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.IndexSchema [control_collection_shard1_replica_n1] Schema name=inplace-updates
   [junit4]   2> 2481883 INFO  (qtp1550546606-21910) [n:127.0.0.1:42407_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema inplace-updates/1.6 with uniqueid field id
   [junit4]   2> 2481883 INFO  (qtp1550546606-21910) [n:127.0.0.1:42407_ 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> 2481883 INFO  (qtp1550546606-21910) [n:127.0.0.1:42407_ 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@253f1b4a
   [junit4]   2> 2481883 INFO  (qtp1550546606-21910) [n:127.0.0.1:42407_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2481883 INFO  (qtp1550546606-21910) [n:127.0.0.1:42407_ 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-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestStressInPlaceUpdates_3553EFFD77B28740-001/control-001/cores/control_collection_shard1_replica_n1], dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestStressInPlaceUpdates_3553EFFD77B28740-001/control-001/cores/control_collection_shard1_replica_n1/data/]
   [junit4]   2> 2481885 INFO  (qtp1550546606-21910) [n:127.0.0.1:42407_ 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=26, maxMergeAtOnceExplicit=28, maxMergedSegmentMB=72.3837890625, floorSegmentMB=1.162109375, forceMergeDeletesPctAllowed=14.78616755307008, segmentsPerTier=30.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.47161229147280226
   [junit4]   2> 2481887 WARN  (qtp1550546606-21910) [n:127.0.0.1:42407_ 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> 2481922 INFO  (qtp1550546606-21910) [n:127.0.0.1:42407_ 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> 2481923 INFO  (qtp1550546606-21910) [n:127.0.0.1:42407_ 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> 2481925 INFO  (qtp1550546606-21910) [n:127.0.0.1:42407_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2481925 INFO  (qtp1550546606-21910) [n:127.0.0.1:42407_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2481926 INFO  (qtp1550546606-21910) [n:127.0.0.1:42407_ 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=42, maxMergeAtOnceExplicit=37, maxMergedSegmentMB=42.16796875, floorSegmentMB=0.203125, forceMergeDeletesPctAllowed=27.7169116048286, segmentsPerTier=46.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.6225573818116744
   [junit4]   2> 2481926 INFO  (qtp1550546606-21910) [n:127.0.0.1:42407_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@7d571c1f[control_collection_shard1_replica_n1] main]
   [junit4]   2> 2481927 INFO  (qtp1550546606-21910) [n:127.0.0.1:42407_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 2481927 INFO  (qtp1550546606-21910) [n:127.0.0.1:42407_ 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> 2481928 INFO  (qtp1550546606-21910) [n:127.0.0.1:42407_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2481928 INFO  (searcherExecutor-8676-thread-1-processing-n:127.0.0.1:42407_ x:control_collection_shard1_replica_n1 s:shard1 c:control_collection) [n:127.0.0.1:42407_ 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@7d571c1f[control_collection_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2481928 INFO  (qtp1550546606-21910) [n:127.0.0.1:42407_ 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 1583337458070716416
   [junit4]   2> 2481932 INFO  (qtp1550546606-21910) [n:127.0.0.1:42407_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 2481932 INFO  (qtp1550546606-21910) [n:127.0.0.1:42407_ 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> 2481932 INFO  (qtp1550546606-21910) [n:127.0.0.1:42407_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:42407/control_collection_shard1_replica_n1/
   [junit4]   2> 2481932 INFO  (qtp1550546606-21910) [n:127.0.0.1:42407_ 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> 2481932 INFO  (qtp1550546606-21910) [n:127.0.0.1:42407_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SyncStrategy http://127.0.0.1:42407/control_collection_shard1_replica_n1/ has no replicas
   [junit4]   2> 2481932 INFO  (qtp1550546606-21910) [n:127.0.0.1:42407_ 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> 2481933 INFO  (qtp1550546606-21910) [n:127.0.0.1:42407_ 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:42407/control_collection_shard1_replica_n1/ shard1
   [junit4]   2> 2540764 INFO  (TEST-TestStressInPlaceUpdates.stressTest-seed#[3553EFFD77B28740]) [    ] o.a.s.c.ChaosMonkey monkey: stop jetty! 42407
   [junit4]   2> 2540764 INFO  (TEST-TestStressInPlaceUpdates.stressTest-seed#[3553EFFD77B28740]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1400202940
   [junit4]   2> 2540764 INFO  (TEST-TestStressInPlaceUpdates.stressTest-seed#[3553EFFD77B28740]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 2540764 INFO  (TEST-TestStressInPlaceUpdates.stressTest-seed#[3553EFFD77B28740]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@3f9e61fc: rootName = null, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@708b6971
   [junit4]   2> 2540767 INFO  (TEST-TestStressInPlaceUpdates.stressTest-seed#[3553EFFD77B28740]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 2540767 INFO  (TEST-TestStressInPlaceUpdates.stressTest-seed#[3553EFFD77B28740]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@656c0ae4: rootName = null, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@4c19a006
   [junit4]   2> 2540770 INFO  (TEST-TestStressInPlaceUpdates.stressTest-seed#[3553EFFD77B28740]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 2540770 INFO  (TEST-TestStressInPlaceUpdates.stressTest-seed#[3553EFFD77B28740]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@63447cfd: rootName = null, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@47abd1d6
   [junit4]   2> 2540771 INFO  (TEST-TestStressInPlaceUpdates.stressTest-seed#[3553EFFD77B28740]) [    ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:42407_
   [junit4]   2> 2540771 INFO  (TEST-TestStressInPlaceUpdates.stressTest-seed#[3553EFFD77B28740]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 2540771 INFO  (zkCallback-3451-thread-2-processing-n:127.0.0.1:42407_) [n:127.0.0.1:42407_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (0)
   [junit4]   2> 2540771 INFO  (coreCloseExecutor-8681-thread-1) [n:127.0.0.1:42407_ 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@2a30381d
   [junit4]   2> 2540771 INFO  (coreCloseExecutor-8681-thread-1) [n:127.0.0.1:42407_ 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=707803165
   [junit4]   2> 2540771 INFO  (coreCloseExecutor-8681-thread-1) [n:127.0.0.1:42407_ 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@69177190: 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@7a9cf12e
   [junit4]   2> 2540776 INFO  (coreCloseExecutor-8681-thread-1) [n:127.0.0.1:42407_ 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=707803165
   [junit4]   2> 2551609 INFO  (ScheduledTrigger-8671-thread-1) [n:127.0.0.1:42407_    ] o.a.s.c.a.SystemLogListener Collection .system does not exist, disabling logging.
   [junit4]   2> 2551609 INFO  (AutoscalingActionExecutor-8672-thread-1-processing-n:127.0.0.1:42407_) [n:127.0.0.1:42407_    ] o.a.s.c.a.ExecutePlanAction No operations to execute for event: {
   [junit4]   2>   "id":"14f48e623c34ef00T60q9rgajwcw5bhzy9foezpw5s",
   [junit4]   2>   "source":".auto_add_replicas",
   [junit4]   2>   "eventTime":1509988327644000000,
   [junit4]   2>   "eventType":"NODELOST",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[1509988327644000000],
   [junit4]   2>     "_enqueue_time_":1509988337646000000,
   [junit4]   2>     "nodeNames":["127.0.0.1:42407_"]}}
   [junit4]   2> 2660730 ERROR (qtp1550546606-21908) [n:127.0.0.1:42407_    ] 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:312)
   [junit4]   2> 	at org.apache.solr.handler.admin.CollectionsHandler.invokeAction(CollectionsHandler.java:244)
   [junit4]   2> 	at org.apache.solr.handler.admin.CollectionsHandler.handleRequestBody(CollectionsHandler.java:222)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:177)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:735)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:716)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:497)
   [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> 2660730 INFO  (qtp1550546606-21908) [n:127.0.0.1:42407_    ] 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:42407_&wt=javabin&version=2} status=500 QTime=180001
   [junit4]   2> 2660731 ERROR (qtp1550546606-21908) [n:127.0.0.1:42407_    ] 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:312)
   [junit4]   2> 	at org.apache.solr.handler.admin.CollectionsHandler.invokeAction(CollectionsHandler.java:244)
   [junit4]   2> 	at org.apache.solr.handler.admin.CollectionsHandler.handleRequestBody(CollectionsHandler.java:222)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:177)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:735)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:716)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:497)
   [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> 3080931 ERROR (OverseerThreadFactory-8673-thread-1-processing-n:127.0.0.1:42407_) [n:127.0.0.1:42407_    ] o.a.s.c.OverseerCollectionMessageHandler Error from shard: http://127.0.0.1:42407
   [junit4]   2> org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: http://127.0.0.1:42407
   [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> 3080931 INFO  (TEST-TestStressInPlaceUpdates.stressTest-seed#[3553EFFD77B28740]) [    ] o.a.s.c.Overseer Overseer (id=98958591028494340-127.0.0.1:42407_-n_0000000000) closing
   [junit4]   2> 3080933 ERROR (OverseerThreadFactory-8673-thread-1-processing-n:127.0.0.1:42407_) [n:127.0.0.1:42407_    ] o.a.s.c.OverseerCollectionMessageHandler Cleaning up collection [control_collection].
   [junit4]   2> 3080933 INFO  (OverseerStateUpdate-98958591028494340-127.0.0.1:42407_-n_0000000000) [n:127.0.0.1:42407_    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:42407_
   [junit4]   2> 3080933 INFO  (OverseerThreadFactory-8673-thread-1-processing-n:127.0.0.1:42407_) [n:127.0.0.1:42407_    ] o.a.s.c.OverseerCollectionMessageHandler Executing Collection Cmd : action=UNLOAD&deleteInstanceDir=true&deleteDataDir=true
   [junit4]   2> 3110975 INFO  (zkCallback-3451-thread-5-processing-n:127.0.0.1:42407_) [n:127.0.0.1:42407_    ] 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> 3110976 ERROR (OverseerThreadFactory-8673-thread-1-processing-n:127.0.0.1:42407_) [n:127.0.0.1:42407_    ] 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:109)
   [junit4]   2> 	at org.apache.solr.cloud.OverseerCollectionMessageHandler.cleanupCollection(OverseerCollectionMessageHandler.java:684)
   [junit4]   2> 	at org.apache.solr.cloud.CreateCollectionCmd.call(CreateCollectionCmd.java:302)
   [junit4]   2> 	at org.apache.solr.cloud.OverseerCollectionMessageHandler.processMessage(OverseerCollectionMessageHandler.java:232)
   [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> 3110983 INFO  (OverseerThreadFactory-8673-thread-1-processing-n:127.0.0.1:42407_) [n:127.0.0.1:42407_    ] 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> 3110984 WARN  (OverseerAutoScalingTriggerThread-98958591028494340-127.0.0.1:42407_-n_0000000000) [n:127.0.0.1:42407_    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 3110986 INFO  (TEST-TestStressInPlaceUpdates.stressTest-seed#[3553EFFD77B28740]) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@5b468435{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 3110986 INFO  (TEST-TestStressInPlaceUpdates.stressTest-seed#[3553EFFD77B28740]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@5b3647d7{/,null,UNAVAILABLE}
   [junit4]   2> 3111002 ERROR (qtp1550546606-21910) [n:127.0.0.1:42407_ 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:816)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkStateReader.getLeaderUrl(ZkStateReader.java:781)
   [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:886)
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1047)
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:948)
   [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:735)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:716)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:497)
   [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> 3111003 ERROR (qtp1550546606-21910) [n:127.0.0.1:42407_ 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:886)
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1047)
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:948)
   [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:735)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:716)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:497)
   [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:816)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkStateReader.getLeaderUrl(ZkStateReader.java:781)
   [junit4]   2> 	at org.apache.solr.cloud.ZkController.getLeader(ZkController.java:1178)
   [junit4]   2> 	... 41 more
   [junit4]   2> 
   [junit4]   2> 3111008 INFO  (qtp1550546606-21910) [n:127.0.0.1:42407_ 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=630172
   [junit4]   2> 3111008 ERROR (TEST-TestStressInPlaceUpdates.stressTest-seed#[3553EFFD77B28740]) [    ] 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> 3111009 INFO  (TEST-TestStressInPlaceUpdates.stressTest-seed#[3553EFFD77B28740]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:46369 46369
   [junit4]   2> 3116039 INFO  (Thread-5465) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:46369 46369
   [junit4]   2> 3116039 WARN  (Thread-5465) [    ] 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=TestStressInPlaceUpdates -Dtests.method=stressTest -Dtests.seed=3553EFFD77B28740 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=es -Dtests.timezone=America/Jamaica -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR    636s J1 | TestStressInPlaceUpdates.stressTest <<<
   [junit4]    > Throwable #1: org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: http://127.0.0.1:42407
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([3553EFFD77B28740:5E353050496753BA]: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:1096)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:875)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:808)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:183)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:200)
   [junit4]    > 	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.createServers(AbstractFullDistribZkTestBase.java:315)
   [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> 3116041 INFO  (SUITE-TestStressInPlaceUpdates-seed#[3553EFFD77B28740]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 3116041 INFO  (SUITE-TestStressInPlaceUpdates-seed#[3553EFFD77B28740]-worker) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=967588968
   [junit4]   2> 3116041 INFO  (SUITE-TestStressInPlaceUpdates-seed#[3553EFFD77B28740]-worker) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 3116041 INFO  (SUITE-TestStressInPlaceUpdates-seed#[3553EFFD77B28740]-worker) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@57b8f307: rootName = null, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@2a476cda
   [junit4]   2> 3116042 INFO  (SUITE-TestStressInPlaceUpdates-seed#[3553EFFD77B28740]-worker) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 3116042 INFO  (SUITE-TestStressInPlaceUpdates-seed#[3553EFFD77B28740]-worker) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@24751937: rootName = null, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@4c19a006
   [junit4]   2> 3116042 INFO  (SUITE-TestStressInPlaceUpdates-seed#[3553EFFD77B28740]-worker) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 3116042 INFO  (SUITE-TestStressInPlaceUpdates-seed#[3553EFFD77B28740]-worker) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@7d47f8ed: rootName = null, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@47abd1d6
   [junit4]   2> 3116043 INFO  (coreCloseExecutor-8683-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@bfe6641
   [junit4]   2> 3116043 INFO  (coreCloseExecutor-8683-thread-1) [    x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1, tag=201221697
   [junit4]   2> 3116043 INFO  (coreCloseExecutor-8683-thread-1) [    x:collection1] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@5d6f363f: rootName = null, domain = solr.core.collection1, service url = null, agent id = null] for registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@f0413b6
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestStressInPlaceUpdates_3553EFFD77B28740-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {}, docValues:{}, maxPointsInLeafNode=1778, maxMBSortInHeap=5.325560845345968, sim=RandomSimilarity(queryNorm=true): {}, locale=es, timezone=America/Jamaica
   [junit4]   2> NOTE: Linux 4.10.0-37-generic amd64/Oracle Corporation 1.8.0_144 (64-bit)/cpus=8,threads=1,free=209943920,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [TestReplicaProperties, TestGraphTermsQParserPlugin, TestSubQueryTransformerCrossCore, TestSimpleTrackingShardHandler, TestBM25SimilarityFactory, HLLUtilTest, TestRestoreCore, SecurityConfHandlerTest, SearchHandlerTest, TestRangeQuery, TriLevelCompositeIdRoutingTest, TestRTGBase, TestLegacyNumericUtils, V2ApiIntegrationTest, SignatureUpdateProcessorFactoryTest, TestHttpShardHandlerFactory, DocValuesMissingTest, HdfsTlogReplayBufferedWhileIndexingTest, RulesTest, SuggesterTSTTest, TestGraphMLResponseWriter, TestSimpleQParserPlugin, TestAnalyzedSuggestions, ZkSolrClientTest, TestCloudRecovery, ComputePlanActionTest, TestSolrCloudWithKerberosAlt, TestLRUStatsCache, JavabinLoaderTest, PeerSyncReplicationTest, TestStressUserVersions, ShardSplitTest, SpellCheckCollatorWithCollapseTest, TestPerFieldSimilarityWithDefaultOverride, RollingRestartTest, TestDistribIDF, HttpSolrCallGetCoreTest, TestObjectReleaseTracker, TestPayloadCheckQParserPlugin, SolrCloudReportersTest, TestApiFramework, TestConfigSetsAPIExclusivity, TestQuerySenderNoQuery, TestDocumentBuilder, BadIndexSchemaTest, TestSolrCloudSnapshots, ShowFileRequestHandlerTest, SearchRateTriggerTest, OpenCloseCoreStressTest, TestLegacyFieldCache, RankQueryTest, RequestHandlersTest, TestCopyFieldCollectionResource, SubstringBytesRefFilterTest, PolyFieldTest, SampleTest, ShardRoutingTest, CachingDirectoryFactoryTest, TestHdfsBackupRestoreCore, PKIAuthenticationIntegrationTest, StressHdfsTest, ChaosMonkeySafeLeaderWithPullReplicasTest, SolrCoreMetricManagerTest, SuggesterFSTTest, ClusterStateUpdateTest, CursorMarkTest, TestLegacyNumericRangeQueryBuilder, TestCollationField, HdfsRestartWhileUpdatingTest, ExplicitHLLTest, TestOmitPositions, TestClassicSimilarityFactory, TriggerIntegrationTest, TestManagedResourceStorage, TestLockTree, OverriddenZkACLAndCredentialsProvidersTest, PingRequestHandlerTest, LukeRequestHandlerTest, TestAuthenticationFramework, TestRandomCollapseQParserPlugin, TestNRTOpen, DirectUpdateHandlerTest, TestSchemaSimilarityResource, TestNumericRangeQuery32, TestFieldCollectionResource, TestConfigSetImmutable, TestSSLRandomization, ConvertedLegacyTest, TestUseDocValuesAsStored2, TestCollectionAPI, NotRequiredUniqueKeyTest, TestCorePropertiesReload, SynonymTokenizerTest, DistributedFacetExistsSmallTest, TestSurroundQueryParser, DistanceUnitsTest, TestImpersonationWithHadoopAuth, TestRemoteStreaming, TestCollationFieldDocValues, FacetPivotSmallTest, SolrCmdDistributorTest, TestFieldCacheSortRandom, TestSchemaManager, TestLeaderElectionZkExpiry, TestJettySolrRunner, CdcrRequestHandlerTest, DocExpirationUpdateProcessorFactoryTest, CoreAdminCreateDiscoverTest, JSONWriterTest, DistributedTermsComponentTest, SpellingQueryConverterTest, ChaosMonkeySafeLeaderTest, TestCustomSort, TestCursorMarkWithoutUniqueKey, TestFaceting, TestStressLucene, TestSolr4Spatial, TestManagedSynonymGraphFilterFactory, TermVectorComponentDistributedTest, ShardRoutingCustomTest, TestDistributedSearch, TestDistributedGrouping, ZkControllerTest, TestStressReorder, TestCoreContainer, SimpleFacetsTest, SolrCoreTest, SpellCheckComponentTest, TestGroupingSearch, TestFiltering, TestIndexSearcher, SolrIndexSplitterTest, AnalysisAfterCoreReloadTest, SpellCheckCollatorTest, SolrRequestParserTest, TestFoldingMultitermQuery, SpatialFilterTest, SuggesterWFSTTest, NoCacheHeaderTest, WordBreakSolrSpellCheckerTest, SchemaVersionSpecificBehaviorTest, SolrCoreCheckLockOnStartupTest, TestPseudoReturnFields, FieldMutatingUpdateProcessorTest, TestAtomicUpdateErrorCases, TestWordDelimiterFilterFactory, StatelessScriptUpdateProcessorFactoryTest, XsltUpdateRequestHandlerTest, IndexBasedSpellCheckerTest, TestWriterPerf, TestQueryTypes, XmlUpdateRequestHandlerTest, MoreLikeThisHandlerTest, TestSolrQueryParser, RegexBoostProcessorTest, TestJmxIntegration, UpdateRequestProcessorFactoryTest, UniqFieldsUpdateProcessorFactoryTest, BinaryUpdateRequestHandlerTest, TestPHPSerializedResponseWriter, CSVRequestHandlerTest, TestComponentsName, HighlighterConfigTest, SOLR749Test, ResponseLogComponentTest, SolrIndexConfigTest, BadComponentTest, TestStressRecovery, TestSolrDeletionPolicy2, TestDocSet, TestSearchPerf, NumericFieldsTest, TestElisionMultitermQuery, TestConfig, OutputWriterTest, TestFuzzyAnalyzedSuggestions, ExternalFileFieldSortTest, TestSolrCoreProperties, TestPostingsSolrHighlighter, TestLuceneMatchVersion, TestPhraseSuggestions, TestCharFilters, TestCodecSupport, TestXIncludeConfig, EchoParamsTest, TestSweetSpotSimilarityFactory, TestDFRSimilarityFactory, TestPerFieldSimilarity, TestLMDirichletSimilarityFactory, TestFastWriter, ScriptEngineTest, OpenExchangeRatesOrgProviderTest, PluginInfoTest, TestFastLRUCache, PreAnalyzedFieldTest, PrimUtilsTest, DOMUtilTest, ClusterStateTest, SystemInfoHandlerTest, UUIDFieldTest, CircularListTest, DistributedIntervalFacetingTest, TestEmbeddedSolrServerAdminHandler, TestEmbeddedSolrServerConstructors, ConnectionReuseTest, AliasIntegrationTest, AsyncCallRequestStatusResponseTest, CdcrReplicationDistributedZkTest, CdcrVersionReplicationTest, CleanupOldIndexTest, CloudExitableDirectoryReaderTest, CollectionTooManyReplicasTest, CollectionsAPISolrJTest, DeleteShardTest, DeleteStatusTest, DistribJoinFromCollectionTest, DistributedQueueTest, DocValuesNotIndexedTest, ForceLeaderTest, LeaderFailoverAfterPartitionTest, MultiThreadedOCPTest, OutOfBoxZkACLAndCredentialsProvidersTest, OverseerModifyCollectionTest, OverseerTaskQueueTest, ReplaceNodeTest, SolrCLIZkUtilsTest, TestCloudPivotFacet, TestClusterProperties, TestCryptoKeys, TestDeleteCollectionOnDownNodes, TestDistribDocBasedVersion, TestDownShardTolerantSearch, TestExclusionRuleCollectionAccess, TestLeaderElectionWithEmptyReplica, TestLocalFSCloudBackupRestore, TestOnReconnectListenerSupport, TestRandomFlRTGCloud, TestRandomRequestDistribution, TestSegmentSorting, TestSizeLimitedDistributedMap, TestSolrCloudWithDelegationTokens, TestSolrCloudWithSecureImpersonation, TestStressInPlaceUpdates]
   [junit4] Completed [601/747 (1!)] on J1 in 635.83s, 1 test, 1 error <<< FAILURES!

[...truncated 52 lines...]
   [junit4] Suite: org.apache.solr.cloud.hdfs.HdfsRecoveryZkTest
   [junit4]   2> 2923475 INFO  (SUITE-HdfsRecoveryZkTest-seed#[3553EFFD77B28740]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsRecoveryZkTest_3553EFFD77B28740-001/init-core-data-001
   [junit4]   2> 2923476 WARN  (SUITE-HdfsRecoveryZkTest-seed#[3553EFFD77B28740]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=24 numCloses=24
   [junit4]   2> 2923476 INFO  (SUITE-HdfsRecoveryZkTest-seed#[3553EFFD77B28740]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 2923478 INFO  (SUITE-HdfsRecoveryZkTest-seed#[3553EFFD77B28740]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 2923478 INFO  (SUITE-HdfsRecoveryZkTest-seed#[3553EFFD77B28740]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsRecoveryZkTest_3553EFFD77B28740-001/tempDir-001
   [junit4]   2> 2923479 INFO  (SUITE-HdfsRecoveryZkTest-seed#[3553EFFD77B28740]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 2923479 INFO  (Thread-3077) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2923479 INFO  (Thread-3077) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 2923481 ERROR (Thread-3077) [    ] 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> 2923579 INFO  (SUITE-HdfsRecoveryZkTest-seed#[3553EFFD77B28740]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:40879
   [junit4]   2> 2923602 INFO  (jetty-launcher-1638-thread-1) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 2923603 INFO  (jetty-launcher-1638-thread-2) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 2923627 INFO  (jetty-launcher-1638-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@4579d5e8{/solr,null,AVAILABLE}
   [junit4]   2> 2923627 INFO  (jetty-launcher-1638-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@476b651a{SSL,[ssl, http/1.1]}{127.0.0.1:43031}
   [junit4]   2> 2923628 INFO  (jetty-launcher-1638-thread-1) [    ] o.e.j.s.Server Started @2925451ms
   [junit4]   2> 2923628 INFO  (jetty-launcher-1638-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=43031}
   [junit4]   2> 2923628 ERROR (jetty-launcher-1638-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2923628 INFO  (jetty-launcher-1638-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.2.0
   [junit4]   2> 2923628 INFO  (jetty-launcher-1638-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2923628 INFO  (jetty-launcher-1638-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2923628 INFO  (jetty-launcher-1638-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-11-06T17:18:29.466Z
   [junit4]   2> 2923630 INFO  (jetty-launcher-1638-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@7840b85e{/solr,null,AVAILABLE}
   [junit4]   2> 2923630 INFO  (jetty-launcher-1638-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@304302ad{SSL,[ssl, http/1.1]}{127.0.0.1:40477}
   [junit4]   2> 2923630 INFO  (jetty-launcher-1638-thread-2) [    ] o.e.j.s.Server Started @2925454ms
   [junit4]   2> 2923630 INFO  (jetty-launcher-1638-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=40477}
   [junit4]   2> 2923631 ERROR (jetty-launcher-1638-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2923631 INFO  (jetty-launcher-1638-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.2.0
   [junit4]   2> 2923631 INFO  (jetty-launcher-1638-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2923631 INFO  (jetty-launcher-1638-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2923631 INFO  (jetty-launcher-1638-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-11-06T17:18:29.469Z
   [junit4]   2> 2923636 INFO  (jetty-launcher-1638-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in

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

a: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: recoverytest slice: shard1 saw state=null with live_nodes=[]
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkStateReader.getLeaderRetry(ZkStateReader.java:816)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkStateReader.getLeaderUrl(ZkStateReader.java:781)
   [junit4]   2> 	at org.apache.solr.cloud.ZkController.getLeader(ZkController.java:1178)
   [junit4]   2> 	... 44 more
   [junit4]   2> 
   [junit4]   2> 3136078 INFO  (qtp296036588-16799) [n:127.0.0.1:43031_solr c:recoverytest s:shard1 r:core_node4 x:recoverytest_shard1_replica_n2] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=recoverytest_shard1_replica_n2&action=CREATE&numShards=1&collection=recoverytest&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=209783
   [junit4]   2> 3136079 ERROR (SUITE-HdfsRecoveryZkTest-seed#[3553EFFD77B28740]-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> 3136079 INFO  (SUITE-HdfsRecoveryZkTest-seed#[3553EFFD77B28740]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:40879 40879
   [junit4]   2> 3136492 INFO  (Thread-3077) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:40879 40879
   [junit4]   2> 3136494 WARN  (Thread-3077) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	3	/solr/aliases.json
   [junit4]   2> 	2	/solr/security.json
   [junit4]   2> 	2	/solr/configs/conf
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	6	/solr/collections/recoverytest/state.json
   [junit4]   2> 	3	/solr/clusterstate.json
   [junit4]   2> 	3	/solr/clusterprops.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	3	/solr/live_nodes
   [junit4]   2> 	3	/solr/collections
   [junit4]   2> 
   [junit4]   2> 3136495 WARN  (SUITE-HdfsRecoveryZkTest-seed#[3553EFFD77B28740]-worker) [    ] o.a.h.h.s.d.DirectoryScanner DirectoryScanner: shutdown has been called
   [junit4]   2> 3136531 INFO  (SUITE-HdfsRecoveryZkTest-seed#[3553EFFD77B28740]-worker) [    ] o.m.log Stopped HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:0
   [junit4]   2> 3136534 WARN  (DataNode: [[[DISK]file:/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsRecoveryZkTest_3553EFFD77B28740-001/tempDir-002/hdfsBaseDir/data/data3/, [DISK]file:/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsRecoveryZkTest_3553EFFD77B28740-001/tempDir-002/hdfsBaseDir/data/data4/]]  heartbeating to localhost.localdomain/127.0.0.1:37933) [    ] o.a.h.h.s.d.IncrementalBlockReportManager IncrementalBlockReportManager interrupted
   [junit4]   2> 3136534 WARN  (DataNode: [[[DISK]file:/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsRecoveryZkTest_3553EFFD77B28740-001/tempDir-002/hdfsBaseDir/data/data3/, [DISK]file:/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsRecoveryZkTest_3553EFFD77B28740-001/tempDir-002/hdfsBaseDir/data/data4/]]  heartbeating to localhost.localdomain/127.0.0.1:37933) [    ] o.a.h.h.s.d.DataNode Ending block pool service for: Block pool BP-1472016129-88.99.242.108-1509988709810 (Datanode Uuid 2aa5fbbd-364f-4239-8fb4-1f808eead021) service to localhost.localdomain/127.0.0.1:37933
   [junit4]   2> 3136536 WARN  (SUITE-HdfsRecoveryZkTest-seed#[3553EFFD77B28740]-worker) [    ] o.a.h.h.s.d.DirectoryScanner DirectoryScanner: shutdown has been called
   [junit4]   2> 3136597 INFO  (SUITE-HdfsRecoveryZkTest-seed#[3553EFFD77B28740]-worker) [    ] o.m.log Stopped HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:0
   [junit4]   2> 3136611 WARN  (DataNode: [[[DISK]file:/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsRecoveryZkTest_3553EFFD77B28740-001/tempDir-002/hdfsBaseDir/data/data1/, [DISK]file:/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsRecoveryZkTest_3553EFFD77B28740-001/tempDir-002/hdfsBaseDir/data/data2/]]  heartbeating to localhost.localdomain/127.0.0.1:37933) [    ] o.a.h.h.s.d.IncrementalBlockReportManager IncrementalBlockReportManager interrupted
   [junit4]   2> 3136611 WARN  (DataNode: [[[DISK]file:/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsRecoveryZkTest_3553EFFD77B28740-001/tempDir-002/hdfsBaseDir/data/data1/, [DISK]file:/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsRecoveryZkTest_3553EFFD77B28740-001/tempDir-002/hdfsBaseDir/data/data2/]]  heartbeating to localhost.localdomain/127.0.0.1:37933) [    ] o.a.h.h.s.d.DataNode Ending block pool service for: Block pool BP-1472016129-88.99.242.108-1509988709810 (Datanode Uuid ec1c3a48-addc-445a-8692-d40995aa7016) service to localhost.localdomain/127.0.0.1:37933
   [junit4]   2> 3136628 INFO  (SUITE-HdfsRecoveryZkTest-seed#[3553EFFD77B28740]-worker) [    ] o.m.log Stopped HttpServer2$SelectChannelConnectorWithSafeStartup@localhost.localdomain:0
   [junit4]   2> 3136674 INFO  (SUITE-HdfsRecoveryZkTest-seed#[3553EFFD77B28740]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:40879 40879
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsRecoveryZkTest_3553EFFD77B28740-001
   [junit4]   2> Nov 06, 2017 5:22:02 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 66 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=CheapBastard, sim=RandomSimilarity(queryNorm=true): {}, locale=no, timezone=Africa/Lusaka
   [junit4]   2> NOTE: Linux 4.10.0-37-generic amd64/Oracle Corporation 1.8.0_144 (64-bit)/cpus=8,threads=2,free=249677336,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [SoftAutoCommitTest, TestSolrDeletionPolicy1, PropertiesRequestHandlerTest, SyncSliceTest, URLClassifyProcessorTest, CdcrReplicationHandlerTest, TestMaxTokenLenTokenizer, TestFastOutputStream, TestOverriddenPrefixQueryForCustomFieldType, TestSuggestSpellingConverter, MinimalSchemaTest, RemoteQueryErrorTest, ResourceLoaderTest, SimpleCollectionCreateDeleteTest, IndexSchemaRuntimeFieldTest, TestQueryWrapperFilter, UpdateParamsTest, TestExceedMaxTermLength, TestRequestStatusCollectionAPI, SolrMetricReporterTest, TestInitParams, SpatialRPTFieldTypeTest, TestMultiValuedNumericRangeQuery, TermsComponentTest, DistribCursorPagingTest, TestGeoJSONResponseWriter, TestConfigReload, TestRandomFaceting, HdfsWriteToMultipleCollectionsTest, DistributedSuggestComponentTest, ConnectionManagerTest, TestIndexingPerformance, CoreMergeIndexesAdminHandlerTest, PeerSyncWithIndexFingerprintCachingTest, RestartWhileUpdatingTest, TestShortCircuitedRequests, TestFieldCacheSort, HLLSerializationTest, SolrSlf4jReporterTest, TestReplicationHandler, TestBinaryField, TestReRankQParserPlugin, DirectUpdateHandlerOptimizeTest, TestSchemaResource, ZkStateReaderTest, DateFieldTest, DistributedFacetPivotWhiteBoxTest, TestUpdate, TestSort, ChaosMonkeyNothingIsSafeWithPullReplicasTest, TestSolrIndexConfig, TestConfigsApi, FastVectorHighlighterTest, StatsReloadRaceTest, TestBinaryResponseWriter, TestEmbeddedSolrServerSchemaAPI, NodeLostTriggerTest, TestBadConfig, DeleteInactiveReplicaTest, TestPullReplicaErrorHandling, RAMDirectoryFactoryTest, TermVectorComponentTest, CollectionStateFormat2Test, TestDefaultStatsCache, TestConfigSets, TestLegacyFieldReuse, ZkFailoverTest, TestMissingGroups, CoreSorterTest, TestHighlightDedupGrouping, RegexBytesRefFilterTest, TestSolrXml, JsonLoaderTest, TestSystemCollAutoCreate, TestSubQueryTransformer, DateMathParserTest, ActionThrottleTest, TestConfigOverlay, TestSolrJ, MoveReplicaTest, TemplateUpdateProcessorTest, AddSchemaFieldsUpdateProcessorFactoryTest, TestAddFieldRealTimeGet, DocumentBuilderTest, SolrXmlInZkTest, UUIDUpdateProcessorFallbackTest, TestReversedWildcardFilterFactory, CursorPagingTest, TestStressCloudBlindAtomicUpdates, TestDynamicFieldResource, TestStressVersions, TestInPlaceUpdatesStandalone, MissingSegmentRecoveryTest, TestCSVLoader, HdfsDirectoryFactoryTest, HdfsCollectionsAPIDistributedZkTest, TestCloudPseudoReturnFields, TestFilteredDocIdSet, DistributedQueryElevationComponentTest, TestXmlQParser, TestRecovery, TestIBSimilarityFactory, WrapperMergePolicyFactoryTest, QueryParsingTest, TestCloudInspectUtil, CacheHeaderTest, RuleEngineTest, TestJsonFacets, TestDocTermOrds, TestMergePolicyConfig, SliceStateTest, AssignBackwardCompatibilityTest, MultiTermTest, BasicDistributedZkTest, TestDynamicLoading, TestFieldCacheWithThreads, TestRandomDVFaceting, ManagedSchemaRoundRobinCloudTest, TestSortByMinMaxFunction, TestJoin, SearchHandlerTest, TestManagedSynonymFilterFactory, TestDelegationWithHadoopAuth, HdfsAutoAddReplicasIntegrationTest, HdfsRecoveryZkTest]
   [junit4] Completed [619/747 (2!)] on J0 in 223.10s, 1 test, 1 error <<< FAILURES!

[...truncated 47725 lines...]