You are viewing a plain text version of this content. The canonical link for it is here.
Posted to builds@lucene.apache.org by Policeman Jenkins Server <je...@thetaphi.de> on 2020/08/13 18:54:52 UTC

[JENKINS] Lucene-Solr-master-MacOSX (64bit/jdk-12.0.2) - Build # 6414 - Still Unstable!

Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-MacOSX/6414/
Java: 64bit/jdk-12.0.2 -XX:-UseCompressedOops -XX:+UseG1GC

1 tests failed.
FAILED:  org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testRetryUpdatesWhenClusterStateIsStale

Error Message:
Error from server at http://127.0.0.1:59513/solr/stale_state_test_col: Unable to distribute commit operation. No replicas available of types TLOG or NRT

Stack Trace:
org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:59513/solr/stale_state_test_col: Unable to distribute commit operation. No replicas available of types TLOG or NRT
	at __randomizedtesting.SeedInfo.seed([4D39C599316E4192:F9085D71D28737BE]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:698)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:269)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:251)
	at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:389)
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:359)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1170)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:931)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:1045)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:865)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:229)
	at org.apache.solr.client.solrj.request.UpdateRequest.commit(UpdateRequest.java:240)
	at org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testRetryUpdatesWhenClusterStateIsStale(CloudHttp2SolrClientTest.java:939)
	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:567)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:239)
	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:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	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:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:835)




Build Log:
[...truncated 16020 lines...]
   [junit4] Suite: org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest
   [junit4]   2> 130390 INFO  (SUITE-CloudHttp2SolrClientTest-seed#[4D39C599316E4192]-worker) [     ] o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to test-framework derived value of '/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/server/solr/configsets/_default/conf'
   [junit4]   2> 130392 INFO  (SUITE-CloudHttp2SolrClientTest-seed#[4D39C599316E4192]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.impl.CloudHttp2SolrClientTest_4D39C599316E4192-001/data-dir-8-001
   [junit4]   2> 130392 WARN  (SUITE-CloudHttp2SolrClientTest-seed#[4D39C599316E4192]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=123 numCloses=123
   [junit4]   2> 130392 INFO  (SUITE-CloudHttp2SolrClientTest-seed#[4D39C599316E4192]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 130393 INFO  (SUITE-CloudHttp2SolrClientTest-seed#[4D39C599316E4192]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason="", value=0.0/0.0, ssl=0.0/0.0, clientAuth=0.0/0.0) w/ MAC_OS_X supressed clientAuth
   [junit4]   2> 130393 INFO  (SUITE-CloudHttp2SolrClientTest-seed#[4D39C599316E4192]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 130397 INFO  (TEST-CloudHttp2SolrClientTest.testCollectionDoesntExist-seed#[4D39C599316E4192]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testCollectionDoesntExist
   [junit4]   2> 130398 INFO  (TEST-CloudHttp2SolrClientTest.testCollectionDoesntExist-seed#[4D39C599316E4192]) [     ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 3 servers in /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.impl.CloudHttp2SolrClientTest_4D39C599316E4192-001/tempDir-001
   [junit4]   2> 130398 INFO  (TEST-CloudHttp2SolrClientTest.testCollectionDoesntExist-seed#[4D39C599316E4192]) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 130398 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port: 0.0.0.0/0.0.0.0:0
   [junit4]   2> 130399 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 130402 WARN  (ZkTestServer Run Thread) [     ] o.a.z.s.ServerCnxnFactory maxCnxns is not configured, using default value 0.
   [junit4]   2> 130508 INFO  (TEST-CloudHttp2SolrClientTest.testCollectionDoesntExist-seed#[4D39C599316E4192]) [     ] o.a.s.c.ZkTestServer start zk server on port: 57195
   [junit4]   2> 130508 INFO  (TEST-CloudHttp2SolrClientTest.testCollectionDoesntExist-seed#[4D39C599316E4192]) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:57195
   [junit4]   2> 130508 INFO  (TEST-CloudHttp2SolrClientTest.testCollectionDoesntExist-seed#[4D39C599316E4192]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:57195
   [junit4]   2> 130508 INFO  (TEST-CloudHttp2SolrClientTest.testCollectionDoesntExist-seed#[4D39C599316E4192]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 57195
   [junit4]   2> 130514 INFO  (TEST-CloudHttp2SolrClientTest.testCollectionDoesntExist-seed#[4D39C599316E4192]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 130522 INFO  (zkConnectionManagerCallback-1811-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 130522 INFO  (TEST-CloudHttp2SolrClientTest.testCollectionDoesntExist-seed#[4D39C599316E4192]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 130531 INFO  (TEST-CloudHttp2SolrClientTest.testCollectionDoesntExist-seed#[4D39C599316E4192]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 130535 INFO  (zkConnectionManagerCallback-1813-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 130537 INFO  (TEST-CloudHttp2SolrClientTest.testCollectionDoesntExist-seed#[4D39C599316E4192]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 130542 INFO  (TEST-CloudHttp2SolrClientTest.testCollectionDoesntExist-seed#[4D39C599316E4192]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 130544 INFO  (zkConnectionManagerCallback-1815-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 130550 INFO  (TEST-CloudHttp2SolrClientTest.testCollectionDoesntExist-seed#[4D39C599316E4192]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 130664 INFO  (jetty-launcher-1816-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 130664 INFO  (jetty-launcher-1816-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 130664 INFO  (jetty-launcher-1816-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 130664 INFO  (jetty-launcher-1816-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 130664 INFO  (jetty-launcher-1816-thread-1) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 12.0.2+10
   [junit4]   2> 130664 INFO  (jetty-launcher-1816-thread-2) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 12.0.2+10
   [junit4]   2> 130666 INFO  (jetty-launcher-1816-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 130666 INFO  (jetty-launcher-1816-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 130666 INFO  (jetty-launcher-1816-thread-3) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 12.0.2+10
   [junit4]   2> 130668 INFO  (jetty-launcher-1816-thread-2) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 130668 INFO  (jetty-launcher-1816-thread-2) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 130668 INFO  (jetty-launcher-1816-thread-2) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 130669 INFO  (jetty-launcher-1816-thread-2) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@c238c4a{/solr,null,AVAILABLE}
   [junit4]   2> 130670 INFO  (jetty-launcher-1816-thread-2) [     ] o.e.j.s.AbstractConnector Started ServerConnector@3b3424e0{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:57202}
   [junit4]   2> 130670 INFO  (jetty-launcher-1816-thread-2) [     ] o.e.j.s.Server Started @130803ms
   [junit4]   2> 130670 INFO  (jetty-launcher-1816-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=57202}
   [junit4]   2> 130670 INFO  (jetty-launcher-1816-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 130670 INFO  (jetty-launcher-1816-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 130670 ERROR (jetty-launcher-1816-thread-2) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 130670 INFO  (jetty-launcher-1816-thread-2) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 130670 INFO  (jetty-launcher-1816-thread-1) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 130670 INFO  (jetty-launcher-1816-thread-2) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 9.0.0
   [junit4]   2> 130670 INFO  (jetty-launcher-1816-thread-2) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 130670 INFO  (jetty-launcher-1816-thread-2) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr
   [junit4]   2> 130670 INFO  (jetty-launcher-1816-thread-2) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-08-13T18:33:03.649171Z
   [junit4]   2> 130670 INFO  (jetty-launcher-1816-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@5f8e4487{/solr,null,AVAILABLE}
   [junit4]   2> 130674 INFO  (jetty-launcher-1816-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 130674 INFO  (jetty-launcher-1816-thread-3) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 130675 INFO  (jetty-launcher-1816-thread-3) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 130675 INFO  (jetty-launcher-1816-thread-3) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 130675 INFO  (jetty-launcher-1816-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@66f6d4e0{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:57203}
   [junit4]   2> 130675 INFO  (jetty-launcher-1816-thread-1) [     ] o.e.j.s.Server Started @130809ms
   [junit4]   2> 130675 INFO  (jetty-launcher-1816-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=57203}
   [junit4]   2> 130676 INFO  (jetty-launcher-1816-thread-3) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@19f285b4{/solr,null,AVAILABLE}
   [junit4]   2> 130676 ERROR (jetty-launcher-1816-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 130676 INFO  (jetty-launcher-1816-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 130676 INFO  (jetty-launcher-1816-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 9.0.0
   [junit4]   2> 130676 INFO  (jetty-launcher-1816-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 130676 INFO  (jetty-launcher-1816-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr
   [junit4]   2> 130676 INFO  (jetty-launcher-1816-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-08-13T18:33:03.655719Z
   [junit4]   2> 130677 INFO  (jetty-launcher-1816-thread-3) [     ] o.e.j.s.AbstractConnector Started ServerConnector@761a8adc{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:57204}
   [junit4]   2> 130677 INFO  (jetty-launcher-1816-thread-3) [     ] o.e.j.s.Server Started @130811ms
   [junit4]   2> 130677 INFO  (jetty-launcher-1816-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=57204}
   [junit4]   2> 130677 INFO  (jetty-launcher-1816-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 130677 ERROR (jetty-launcher-1816-thread-3) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 130678 INFO  (jetty-launcher-1816-thread-3) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 130678 INFO  (jetty-launcher-1816-thread-3) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 9.0.0
   [junit4]   2> 130678 INFO  (jetty-launcher-1816-thread-3) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 130678 INFO  (jetty-launcher-1816-thread-3) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr
   [junit4]   2> 130678 INFO  (jetty-launcher-1816-thread-3) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-08-13T18:33:03.657234Z
   [junit4]   2> 130679 INFO  (jetty-launcher-1816-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 130680 INFO  (zkConnectionManagerCallback-1818-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 130680 INFO  (jetty-launcher-1816-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 130682 INFO  (jetty-launcher-1816-thread-2) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 130682 INFO  (zkConnectionManagerCallback-1820-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 130682 INFO  (jetty-launcher-1816-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 130684 INFO  (jetty-launcher-1816-thread-1) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 130693 INFO  (zkConnectionManagerCallback-1822-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 130693 INFO  (jetty-launcher-1816-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 130694 WARN  (jetty-launcher-1816-thread-1-SendThread(127.0.0.1:57195)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x1007c08df0e0004.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x1007c08df0e0004, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:75)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable to read additional data from server sessionid 0x1007c08df0e0004, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:75) ~[zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:348) ~[zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1262) [zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 130698 INFO  (jetty-launcher-1816-thread-3) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 130713 WARN  (jetty-launcher-1816-thread-3-SendThread(127.0.0.1:57195)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x1007c08df0e0005.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x1007c08df0e0005, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:75)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable to read additional data from server sessionid 0x1007c08df0e0005, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:75) ~[zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:348) ~[zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1262) [zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 130798 INFO  (jetty-launcher-1816-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 130799 WARN  (jetty-launcher-1816-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@c28e6d5[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 130799 WARN  (jetty-launcher-1816-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@c28e6d5[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 130803 WARN  (jetty-launcher-1816-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@5e5eb066[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 130803 WARN  (jetty-launcher-1816-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@5e5eb066[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 130805 INFO  (jetty-launcher-1816-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:57195/solr
   [junit4]   2> 130807 INFO  (jetty-launcher-1816-thread-1) [n:127.0.0.1:57203_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 130810 INFO  (zkConnectionManagerCallback-1832-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 130818 INFO  (jetty-launcher-1816-thread-1) [n:127.0.0.1:57203_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 130900 INFO  (jetty-launcher-1816-thread-3) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 130902 WARN  (jetty-launcher-1816-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@7ac77a31[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 130902 WARN  (jetty-launcher-1816-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@7ac77a31[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 130905 WARN  (jetty-launcher-1816-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@d06c131[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 130905 WARN  (jetty-launcher-1816-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@d06c131[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 130906 INFO  (jetty-launcher-1816-thread-3) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:57195/solr
   [junit4]   2> 130907 INFO  (jetty-launcher-1816-thread-3) [n:127.0.0.1:57204_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 130912 INFO  (zkConnectionManagerCallback-1844-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 130912 INFO  (jetty-launcher-1816-thread-3) [n:127.0.0.1:57204_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 130997 INFO  (jetty-launcher-1816-thread-3) [n:127.0.0.1:57204_solr     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:57204_solr
   [junit4]   2> 131000 INFO  (jetty-launcher-1816-thread-2) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 131004 WARN  (jetty-launcher-1816-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@74c05f2c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 131004 WARN  (jetty-launcher-1816-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@74c05f2c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 131007 INFO  (jetty-launcher-1816-thread-3) [n:127.0.0.1:57204_solr     ] o.a.s.c.Overseer Overseer (id=72193971581747207-127.0.0.1:57204_solr-n_0000000000) starting
   [junit4]   2> 131010 WARN  (jetty-launcher-1816-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@3cc3e262[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 131011 WARN  (jetty-launcher-1816-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@3cc3e262[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 131014 INFO  (jetty-launcher-1816-thread-2) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:57195/solr
   [junit4]   2> 131017 INFO  (jetty-launcher-1816-thread-2) [n:127.0.0.1:57202_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 131026 INFO  (zkConnectionManagerCallback-1856-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 131027 INFO  (jetty-launcher-1816-thread-2) [n:127.0.0.1:57202_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 131085 INFO  (OverseerStateUpdate-72193971581747207-127.0.0.1:57204_solr-n_0000000000) [n:127.0.0.1:57204_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:57204_solr
   [junit4]   2> 131085 INFO  (jetty-launcher-1816-thread-3) [n:127.0.0.1:57204_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:57204_solr
   [junit4]   2> 131103 INFO  (OverseerStateUpdate-72193971581747207-127.0.0.1:57204_solr-n_0000000000) [n:127.0.0.1:57204_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 131117 INFO  (zkCallback-1855-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 131126 INFO  (jetty-launcher-1816-thread-3) [n:127.0.0.1:57204_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 131130 WARN  (jetty-launcher-1816-thread-3) [n:127.0.0.1:57204_solr     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 131149 INFO  (jetty-launcher-1816-thread-2) [n:127.0.0.1:57202_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:57202_solr as DOWN
   [junit4]   2> 131156 INFO  (jetty-launcher-1816-thread-2) [n:127.0.0.1:57202_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 1000 transient cores
   [junit4]   2> 131156 INFO  (jetty-launcher-1816-thread-2) [n:127.0.0.1:57202_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:57202_solr
   [junit4]   2> 131160 INFO  (zkCallback-1855-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 131160 INFO  (zkCallback-1843-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 131167 INFO  (jetty-launcher-1816-thread-3) [n:127.0.0.1:57204_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 131200 INFO  (jetty-launcher-1816-thread-2) [n:127.0.0.1:57202_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 131201 WARN  (jetty-launcher-1816-thread-2) [n:127.0.0.1:57202_solr     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 131207 INFO  (jetty-launcher-1816-thread-3) [n:127.0.0.1:57204_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_57204.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@f84fcf0
   [junit4]   2> 131225 INFO  (jetty-launcher-1816-thread-3) [n:127.0.0.1:57204_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_57204.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@f84fcf0
   [junit4]   2> 131226 INFO  (jetty-launcher-1816-thread-3) [n:127.0.0.1:57204_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_57204.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@f84fcf0
   [junit4]   2> 131228 INFO  (jetty-launcher-1816-thread-3) [n:127.0.0.1:57204_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.impl.CloudHttp2SolrClientTest_4D39C599316E4192-001/tempDir-001/node3
   [junit4]   2> 131230 INFO  (jetty-launcher-1816-thread-2) [n:127.0.0.1:57202_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 131287 INFO  (jetty-launcher-1816-thread-2) [n:127.0.0.1:57202_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_57202.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@f84fcf0
   [junit4]   2> 131319 INFO  (jetty-launcher-1816-thread-2) [n:127.0.0.1:57202_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_57202.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@f84fcf0
   [junit4]   2> 131320 INFO  (jetty-launcher-1816-thread-2) [n:127.0.0.1:57202_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_57202.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@f84fcf0
   [junit4]   2> 131322 INFO  (jetty-launcher-1816-thread-2) [n:127.0.0.1:57202_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.impl.CloudHttp2SolrClientTest_4D39C599316E4192-001/tempDir-001/node2
   [junit4]   2> 131782 INFO  (jetty-launcher-1816-thread-1) [n:127.0.0.1:57203_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 131823 INFO  (jetty-launcher-1816-thread-1) [n:127.0.0.1:57203_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:57203_solr as DOWN
   [junit4]   2> 131830 INFO  (jetty-launcher-1816-thread-1) [n:127.0.0.1:57203_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 1000 transient cores
   [junit4]   2> 131830 INFO  (jetty-launcher-1816-thread-1) [n:127.0.0.1:57203_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:57203_solr
   [junit4]   2> 131834 INFO  (zkCallback-1855-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 131834 INFO  (zkCallback-1843-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 131836 INFO  (zkCallback-1831-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 131853 INFO  (jetty-launcher-1816-thread-1) [n:127.0.0.1:57203_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 131860 WARN  (jetty-launcher-1816-thread-1) [n:127.0.0.1:57203_solr     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 131913 INFO  (jetty-launcher-1816-thread-1) [n:127.0.0.1:57203_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 131981 INFO  (jetty-launcher-1816-thread-1) [n:127.0.0.1:57203_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_57203.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@f84fcf0
   [junit4]   2> 131990 INFO  (jetty-launcher-1816-thread-1) [n:127.0.0.1:57203_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_57203.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@f84fcf0
   [junit4]   2> 131991 INFO  (jetty-launcher-1816-thread-1) [n:127.0.0.1:57203_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_57203.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@f84fcf0
   [junit4]   2> 131992 INFO  (jetty-launcher-1816-thread-1) [n:127.0.0.1:57203_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.impl.CloudHttp2SolrClientTest_4D39C599316E4192-001/tempDir-001/node1
   [junit4]   2> 132012 INFO  (TEST-CloudHttp2SolrClientTest.testCollectionDoesntExist-seed#[4D39C599316E4192]) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=3
   [junit4]   2> 132014 INFO  (TEST-CloudHttp2SolrClientTest.testCollectionDoesntExist-seed#[4D39C599316E4192]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 132019 INFO  (zkConnectionManagerCallback-1883-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 132019 INFO  (TEST-CloudHttp2SolrClientTest.testCollectionDoesntExist-seed#[4D39C599316E4192]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 132026 INFO  (TEST-CloudHttp2SolrClientTest.testCollectionDoesntExist-seed#[4D39C599316E4192]) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 132037 INFO  (TEST-CloudHttp2SolrClientTest.testCollectionDoesntExist-seed#[4D39C599316E4192]) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:57195/solr ready
   [junit4]   2> 132066 WARN  (TEST-CloudHttp2SolrClientTest.testCollectionDoesntExist-seed#[4D39C599316E4192]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@51ae4e96[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 132066 WARN  (TEST-CloudHttp2SolrClientTest.testCollectionDoesntExist-seed#[4D39C599316E4192]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@51ae4e96[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 132074 INFO  (qtp2027781047-3115) [n:127.0.0.1:57204_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterstatus with params action=CLUSTERSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 132082 INFO  (qtp2027781047-3115) [n:127.0.0.1:57204_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=CLUSTERSTATUS&wt=javabin&version=2} status=0 QTime=7
   [junit4]   2> 132084 WARN  (TEST-CloudHttp2SolrClientTest.testCollectionDoesntExist-seed#[4D39C599316E4192]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@46fde27f[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 132084 WARN  (TEST-CloudHttp2SolrClientTest.testCollectionDoesntExist-seed#[4D39C599316E4192]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@46fde27f[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 132086 WARN  (TEST-CloudHttp2SolrClientTest.testCollectionDoesntExist-seed#[4D39C599316E4192]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@74304bd[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 132086 WARN  (TEST-CloudHttp2SolrClientTest.testCollectionDoesntExist-seed#[4D39C599316E4192]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@74304bd[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 132090 INFO  (qtp905174062-3103) [n:127.0.0.1:57202_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterstatus with params action=CLUSTERSTATUS&collection=boguscollectionname&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 132094 ERROR (qtp905174062-3103) [n:127.0.0.1:57202_solr c:boguscollectionname    ] o.a.s.h.RequestHandlerBase org.apache.solr.common.SolrException: Collection: boguscollectionname not found
   [junit4]   2> 	at org.apache.solr.handler.admin.ClusterStatus.getClusterStatus(ClusterStatus.java:111)
   [junit4]   2> 	at org.apache.solr.handler.admin.CollectionsHandler$CollectionOperation.lambda$static$25(CollectionsHandler.java:967)
   [junit4]   2> 	at org.apache.solr.handler.admin.CollectionsHandler$CollectionOperation.execute(CollectionsHandler.java:1300)
   [junit4]   2> 	at org.apache.solr.handler.admin.CollectionsHandler.invokeAction(CollectionsHandler.java:266)
   [junit4]   2> 	at org.apache.solr.handler.admin.CollectionsHandler.handleRequestBody(CollectionsHandler.java:253)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:854)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:818)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:566)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:437)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:351)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
   [junit4]   2> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1610)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1300)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1580)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1215)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
   [junit4]   2> 	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:767)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:500)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:835)
   [junit4]   2> 
   [junit4]   2> 132094 INFO  (qtp905174062-3103) [n:127.0.0.1:57202_solr c:boguscollectionname    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=CLUSTERSTATUS&collection=boguscollectionname&wt=javabin&version=2} status=400 QTime=4
   [junit4]   2> 132097 INFO  (qtp905174062-3104) [n:127.0.0.1:57202_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :listaliases with params action=LISTALIASES&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 132101 INFO  (qtp905174062-3104) [n:127.0.0.1:57202_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=LISTALIASES&wt=javabin&version=2} status=0 QTime=4
   [junit4]   2> 132103 INFO  (qtp905174062-3101) [n:127.0.0.1:57202_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterstatus with params action=CLUSTERSTATUS&collection=boguscollectionname&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 132105 ERROR (qtp905174062-3101) [n:127.0.0.1:57202_solr c:boguscollectionname    ] o.a.s.h.RequestHandlerBase org.apache.solr.common.SolrException: Collection: boguscollectionname not found
   [junit4]   2> 	at org.apache.solr.handler.admin.ClusterStatus.getClusterStatus(ClusterStatus.java:111)
   [junit4]   2> 	at org.apache.solr.handler.admin.CollectionsHandler$CollectionOperation.lambda$static$25(CollectionsHandler.java:967)
   [junit4]   2> 	at org.apache.solr.handler.admin.CollectionsHandler$CollectionOperation.execute(CollectionsHandler.java:1300)
   [junit4]   2> 	at org.apache.solr.handler.admin.CollectionsHandler.invokeAction(CollectionsHandler.java:266)
   [junit4]   2> 	at org.apache.solr.handler.admin.CollectionsHandler.handleRequestBody(CollectionsHandler.java:253)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:854)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:818)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:566)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:437)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:351)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
   [junit4]   2> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1610)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1300)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1580)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1215)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
   [junit4]   2> 	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:767)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:500)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:835)
   [junit4]   2> 
   [junit4]   2> 132105 INFO  (qtp905174062-3101) [n:127.0.0.1:57202_solr c:boguscollectionname    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=CLUSTERSTATUS&collection=boguscollectionname&wt=javabin&version=2} status=400 QTime=2
   [junit4]   2> 132113 WARN  (TEST-CloudHttp2SolrClientTest.testCollectionDoesntExist-seed#[4D39C599316E4192]-SendThread(127.0.0.1:57195)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x1007c08df0e0009.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x1007c08df0e0009, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:75)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable to read additional data from server sessionid 0x1007c08df0e0009, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:75) ~[zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:348) ~[zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1262) [zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 132219 INFO  (jetty-closer-1889-thread-1) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=422518098
   [junit4]   2> 132219 INFO  (jetty-closer-1889-thread-1) [     ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:57204_solr
   [junit4]   2> 132219 INFO  (jetty-closer-1889-thread-2) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=742789379
   [junit4]   2> 132219 INFO  (jetty-closer-1889-thread-2) [     ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:57202_solr
   [junit4]   2> 132221 INFO  (jetty-closer-1889-thread-3) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1122805465
   [junit4]   2> 132221 INFO  (jetty-closer-1889-thread-3) [     ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:57203_solr
   [junit4]   2> 132221 INFO  (jetty-closer-1889-thread-2) [     ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 132221 INFO  (jetty-closer-1889-thread-2) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:57202_solr as DOWN
   [junit4]   2> 132221 INFO  (jetty-closer-1889-thread-1) [     ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 132221 INFO  (jetty-closer-1889-thread-1) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:57204_solr as DOWN
   [junit4]   2> 132223 INFO  (zkCallback-1831-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (0)
   [junit4]   2> 132223 INFO  (jetty-closer-1889-thread-3) [     ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 132223 INFO  (jetty-closer-1889-thread-3) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:57203_solr as DOWN
   [junit4]   2> 132223 INFO  (zkCallback-1855-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (0)
   [junit4]   2> 132223 INFO  (zkCallback-1843-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (0)
   [junit4]   2> 132229 INFO  (jetty-closer-1889-thread-1) [     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 1000 transient cores
   [junit4]   2> 132230 INFO  (jetty-closer-1889-thread-2) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 132230 INFO  (jetty-closer-1889-thread-2) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@203a833b: rootName = solr_57202, domain = solr.node, service url = null, agent id = null] for registry solr.node/com.codahale.metrics.MetricRegistry@5e3000c3
   [junit4]   2> 132233 INFO  (jetty-closer-1889-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 132233 INFO  (jetty-closer-1889-thread-1) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@6537ec8d: rootName = solr_57204, domain = solr.node, service url = null, agent id = null] for registry solr.node/com.codahale.metrics.MetricRegistry@36c99d0
   [junit4]   2> 132235 INFO  (jetty-closer-1889-thread-3) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 132235 INFO  (jetty-closer-1889-thread-3) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@1add4de2: rootName = solr_57203, domain = solr.node, service url = null, agent id = null] for registry solr.node/com.codahale.metrics.MetricRegistry@152fca9a
   [junit4]   2> 132392 INFO  (jetty-closer-1889-thread-2) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
   [junit4]   2> 132392 INFO  (jetty-closer-1889-thread-2) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@363eb5da: rootName = solr_57202, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm/com.codahale.metrics.MetricRegistry@88e3446
   [junit4]   2> 132424 INFO  (jetty-closer-1889-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
   [junit4]   2> 132424 INFO  (jetty-closer-1889-thread-1) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@63f95b7c: rootName = solr_57204, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm/com.codahale.metrics.MetricRegistry@88e3446
   [junit4]   2> 132451 INFO  (jetty-closer-1889-thread-3) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
   [junit4]   2> 132451 INFO  (jetty-closer-1889-thread-3) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@74434fe0: rootName = solr_57203, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm/com.codahale.metrics.MetricRegistry@88e3446
   [junit4]   2> 132488 INFO  (jetty-closer-1889-thread-2) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 132488 INFO  (jetty-closer-1889-thread-2) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@5b8d8ac5: rootName = solr_57202, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty/com.codahale.metrics.MetricRegistry@6f3ad2e8
   [junit4]   2> 132488 INFO  (jetty-closer-1889-thread-2) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster tag=null
   [junit4]   2> 132496 WARN  (jetty-launcher-1816-thread-2-SendThread(127.0.0.1:57195)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x1007c08df0e0008.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x1007c08df0e0008, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:75)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable to read additional data from server sessionid 0x1007c08df0e0008, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:75) ~[zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:348) ~[zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1262) [zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 132510 INFO  (jetty-closer-1889-thread-3) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 132510 INFO  (jetty-closer-1889-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 132510 INFO  (jetty-closer-1889-thread-1) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@5cc13cb7: rootName = solr_57204, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty/com.codahale.metrics.MetricRegistry@6f3ad2e8
   [junit4]   2> 132510 INFO  (jetty-closer-1889-thread-3) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@4e7d42c1: rootName = solr_57203, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty/com.codahale.metrics.MetricRegistry@6f3ad2e8
   [junit4]   2> 132510 INFO  (jetty-closer-1889-thread-3) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster tag=null
   [junit4]   2> 132510 INFO  (jetty-closer-1889-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster tag=null
   [junit4]   2> 132514 INFO  (closeThreadPool-1904-thread-2) [     ] o.a.s.c.Overseer Overseer (id=72193971581747207-127.0.0.1:57204_solr-n_0000000000) closing
   [junit4]   2> 132514 INFO  (OverseerStateUpdate-72193971581747207-127.0.0.1:57204_solr-n_0000000000) [n:127.0.0.1:57204_solr     ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:57204_solr
   [junit4]   2> 132519 INFO  (closeThreadPool-1904-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72193971581747207-127.0.0.1:57204_solr-n_0000000000) closing
   [junit4]   2> 132521 WARN  (jetty-launcher-1816-thread-3-SendThread(127.0.0.1:57195)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x1007c08df0e0007.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x1007c08df0e0007, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:75)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable to read additional data from server sessionid 0x1007c08df0e0007, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:75) ~[zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:348) ~[zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1262) [zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 132522 WARN  (jetty-launcher-1816-thread-1-SendThread(127.0.0.1:57195)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x1007c08df0e0006.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x1007c08df0e0006, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:75)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable to read additional data from server sessionid 0x1007c08df0e0006, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:75) ~[zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:348) ~[zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1262) [zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 132604 INFO  (jetty-closer-1889-thread-2) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@3b3424e0{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 132607 INFO  (jetty-closer-1889-thread-2) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@c238c4a{/solr,null,UNAVAILABLE}
   [junit4]   2> 132608 INFO  (jetty-closer-1889-thread-2) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 132707 INFO  (jetty-closer-1889-thread-3) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@66f6d4e0{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 132707 INFO  (jetty-closer-1889-thread-3) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@5f8e4487{/solr,null,UNAVAILABLE}
   [junit4]   2> 132708 INFO  (jetty-closer-1889-thread-3) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 132804 INFO  (jetty-closer-1889-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72193971581747207-127.0.0.1:57204_solr-n_0000000000) closing
   [junit4]   2> 132812 INFO  (jetty-closer-1889-thread-1) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@761a8adc{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 132812 INFO  (jetty-closer-1889-thread-1) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@19f285b4{/solr,null,UNAVAILABLE}
   [junit4]   2> 132814 INFO  (jetty-closer-1889-thread-1) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 132821 INFO  (TEST-CloudHttp2SolrClientTest.testCollectionDoesntExist-seed#[4D39C599316E4192]) [     ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 132822 WARN  (TEST-CloudHttp2SolrClientTest.testCollectionDoesntExist-seed#[4D39C599316E4192]-SendThread(127.0.0.1:57195)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x1007c08df0e0000.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x1007c08df0e0000, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:75)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable to read additional data from server sessionid 0x1007c08df0e0000, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:75) ~[zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:348) ~[zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1262) [zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 133029 WARN  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	4	/solr/aliases.json
   [junit4]   2> 	4	/solr/clusterprops.json
   [junit4]   2> 	3	/solr/packages.json
   [junit4]   2> 	3	/solr/security.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	2	/solr/overseer_elect/election/72193971581747207-127.0.0.1:57204_solr-n_0000000000
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	14	/solr/live_nodes
   [junit4]   2> 	7	/solr/overseer/queue
   [junit4]   2> 	4	/solr/collections
   [junit4]   2> 
   [junit4]   2> 133036 INFO  (TEST-CloudHttp2SolrClientTest.testCollectionDoesntExist-seed#[4D39C599316E4192]) [     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:57195
   [junit4]   2> 133036 INFO  (TEST-CloudHttp2SolrClientTest.testCollectionDoesntExist-seed#[4D39C599316E4192]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:57195
   [junit4]   2> 133036 INFO  (TEST-CloudHttp2SolrClientTest.testCollectionDoesntExist-seed#[4D39C599316E4192]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 57195
   [junit4]   2> 133037 INFO  (TEST-CloudHttp2SolrClientTest.testCollectionDoesntExist-seed#[4D39C599316E4192]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testCollectionDoesntExist
   [junit4]   2> 133041 INFO  (TEST-CloudHttp2SolrClientTest.testInitializationWithSolrUrls-seed#[4D39C599316E4192]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testInitializationWithSolrUrls
   [junit4]   2> 133041 INFO  (TEST-CloudHttp2SolrClientTest.testInitializationWithSolrUrls-seed#[4D39C599316E4192]) [     ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 3 servers in /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.impl.CloudHttp2SolrClientTest_4D39C599316E4192-001/tempDir-002
   [junit4]   2> 133041 INFO  (TEST-CloudHttp2SolrClientTest.testInitializationWithSolrUrls-seed#[4D39C599316E4192]) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 133042 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port: 0.0.0.0/0.0.0.0:0
   [junit4]   2> 133042 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 133044 WARN  (ZkTestServer Run Thread) [     ] o.a.z.s.ServerCnxnFactory maxCnxns is not configured, using default value 0.
   [junit4]   2> 133142 INFO  (TEST-CloudHttp2SolrClientTest.testInitializationWithSolrUrls-seed#[4D39C599316E4192]) [     ] o.a.s.c.ZkTestServer start zk server on port: 57258
   [junit4]   2> 133142 INFO  (TEST-CloudHttp2SolrClientTest.testInitializationWithSolrUrls-seed#[4D39C599316E4192]) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:57258
   [junit4]   2> 133142 INFO  (TEST-CloudHttp2SolrClientTest.testInitializationWithSolrUrls-seed#[4D39C599316E4192]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:57258
   [junit4]   2> 133142 INFO  (TEST-CloudHttp2SolrClientTest.testInitializationWithSolrUrls-seed#[4D39C599316E4192]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 57258
   [junit4]   2> 133145 INFO  (TEST-CloudHttp2SolrClientTest.testInitializationWithSolrUrls-seed#[4D39C599316E4192]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 133152 INFO  (zkConnectionManagerCallback-1906-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 133153 INFO  (TEST-CloudHttp2SolrClientTest.testInitializationWithSolrUrls-seed#[4D39C599316E4192]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 133160 INFO  (TEST-CloudHttp2SolrClientTest.testInitializationWithSolrUrls-seed#[4D39C599316E4192]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 133166 INFO  (zkConnectionManagerCallback-1908-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 133166 INFO  (TEST-CloudHttp2SolrClientTest.testInitializationWithSolrUrls-seed#[4D39C599316E4192]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 133168 INFO  (TEST-CloudHttp2SolrClientTest.testInitializationWithSolrUrls-seed#[4D39C599316E4192]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 133172 INFO  (zkConnectionManagerCallback-1910-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 133172 INFO  (TEST-CloudHttp2SolrClientTest.testInitializationWithSolrUrls-seed#[4D39C599316E4192]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 133178 WARN  (TEST-CloudHttp2SolrClientTest.testInitializationWithSolrUrls-seed#[4D39C599316E4192]-SendThread(127.0.0.1:57258)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x1007c08e95f0002.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x1007c08e95f0002, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:75)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable to read additional data from server sessionid 0x1007c08e95f0002, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:75) ~[zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:348) ~[zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1262) [zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 133281 INFO  (jetty-launcher-1911-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 133281 INFO  (jetty-launcher-1911-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 133281 INFO  (jetty-launcher-1911-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 133281 INFO  (jetty-launcher-1911-thread-1) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 12.0.2+10
   [junit4]   2> 133281 INFO  (jetty-launcher-1911-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 133281 INFO  (jetty-launcher-1911-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 133281 INFO  (jetty-launcher-1911-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 133281 INFO  (jetty-launcher-1911-thread-2) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 12.0.2+10
   [junit4]   2> 133281 INFO  (jetty-launcher-1911-thread-3) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 12.0.2+10
   [junit4]   2> 133286 INFO  (jetty-launcher-1911-thread-3) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 133286 INFO  (jetty-launcher-1911-thread-3) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 133286 INFO  (jetty-launcher-1911-thread-3) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 133287 INFO  (jetty-launcher-1911-thread-3) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@40c4c2a4{/solr,null,AVAILABLE}
   [junit4]   2> 133289 INFO  (jetty-launcher-1911-thread-3) [     ] o.e.j.s.AbstractConnector Started ServerConnector@2040e9a7{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:57272}
   [junit4]   2> 133289 INFO  (jetty-launcher-1911-thread-3) [     ] o.e.j.s.Server Started @133422ms
   [junit4]   2> 133289 INFO  (jetty-launcher-1911-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=57272}
   [junit4]   2> 133289 INFO  (jetty-launcher-1911-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 133289 ERROR (jetty-launcher-1911-thread-3) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 133289 INFO  (jetty-launcher-1911-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 133289 INFO  (jetty-launcher-1911-thread-1) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 133289 INFO  (jetty-launcher-1911-thread-3) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 133290 INFO  (jetty-launcher-1911-thread-3) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 9.0.0
   [junit4]   2> 133290 INFO  (jetty-launcher-1911-thread-3) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 133290 INFO  (jetty-launcher-1911-thread-3) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr
   [junit4]   2> 133290 INFO  (jetty-launcher-1911-thread-3) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-08-13T18:33:06.269139Z
   [junit4]   2> 133290 INFO  (jetty-launcher-1911-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@9a2fff1{/solr,null,AVAILABLE}
   [junit4]   2> 133292 INFO  (jetty-launcher-1911-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@6cdec864{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:57273}
   [junit4]   2> 133292 INFO  (jetty-launcher-1911-thread-1) [     ] o.e.j.s.Server Started @133425ms
   [junit4]   2> 133292 INFO  (jetty-launcher-1911-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=57273}
   [junit4]   2> 133292 ERROR (jetty-launcher-1911-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 133292 INFO  (jetty-launcher-1911-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 133292 INFO  (jetty-launcher-1911-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 9.0.0
   [junit4]   2> 133292 INFO  (jetty-launcher-1911-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 133292 INFO  (jetty-launcher-1911-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr
   [junit4]   2> 133292 INFO  (jetty-launcher-1911-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 133292 INFO  (jetty-launcher-1911-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-08-13T18:33:06.271662Z
   [junit4]   2> 133292 INFO  (jetty-launcher-1911-thread-2) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 133293 INFO  (jetty-launcher-1911-thread-2) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 133293 INFO  (jetty-launcher-1911-thread-2) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 133293 INFO  (jetty-launcher-1911-thread-2) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@64d9d7d1{/solr,null,AVAILABLE}
   [junit4]   2> 133294 INFO  (jetty-launcher-1911-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 133295 INFO  (jetty-launcher-1911-thread-2) [     ] o.e.j.s.AbstractConnector Started ServerConnector@4d222da{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:57274}
   [junit4]   2> 133295 INFO  (jetty-launcher-1911-thread-2) [     ] o.e.j.s.Server Started @133429ms
   [junit4]   2> 133295 INFO  (jetty-launcher-1911-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=57274}
   [junit4]   2> 133295 ERROR (jetty-launcher-1911-thread-2) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 133295 INFO  (jetty-launcher-1911-thread-2) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 133296 INFO  (jetty-launcher-1911-thread-2) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 9.0.0
   [junit4]   2> 133296 INFO  (jetty-launcher-1911-thread-2) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 133296 INFO  (jetty-launcher-1911-thread-2) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr
   [junit4]   2> 133296 INFO  (jetty-launcher-1911-thread-2) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-08-13T18:33:06.275157Z
   [junit4]   2> 133297 INFO  (jetty-launcher-1911-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 133298 INFO  (zkConnectionManagerCallback-1913-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 133298 INFO  (jetty-launcher-1911-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 133300 INFO  (jetty-launcher-1911-thread-3) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 133301 INFO  (zkConnectionManagerCallback-1915-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 133301 INFO  (jetty-launcher-1911-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 133301 INFO  (zkConnectionManagerCallback-1917-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 133302 INFO  (jetty-launcher-1911-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 133306 INFO  (jetty-launcher-1911-thread-2) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 133306 INFO  (jetty-launcher-1911-thread-1) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 133307 WARN  (jetty-launcher-1911-thread-3-SendThread(127.0.0.1:57258)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x1007c08e95f0003.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x1007c08e95f0003, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:75)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable to read additional data from server sessionid 0x1007c08e95f0003, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:75) ~[zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:348) ~[zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1262) [zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 133320 WARN  (jetty-launcher-1911-thread-1-SendThread(127.0.0.1:57258)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x1007c08e95f0004.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x1007c08e95f0004, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:75)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable to read additional data from server sessionid 0x1007c08e95f0004, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:75) ~[zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:348) ~[zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1262) [zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 133413 INFO  (jetty-launcher-1911-thread-3) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 133419 WARN  (jetty-launcher-1911-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@60307e86[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 133420 WARN  (jetty-launcher-1911-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@60307e86[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 133428 WARN  (jetty-launcher-1911-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@449499f3[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 133428 WARN  (jetty-launcher-1911-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@449499f3[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 133430 INFO  (jetty-launcher-1911-thread-3) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:57258/solr
   [junit4]   2> 133433 INFO  (jetty-launcher-1911-thread-3) [n:127.0.0.1:57272_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 133437 INFO  (zkConnectionManagerCallback-1927-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 133438 INFO  (jetty-launcher-1911-thread-3) [n:127.0.0.1:57272_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 133512 INFO  (jetty-launcher-1911-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 133515 WARN  (jetty-launcher-1911-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@78e8560d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 133516 WARN  (jetty-launcher-1911-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@78e8560d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 133523 WARN  (jetty-launcher-1911-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@2f4e776b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 133523 WARN  (jetty-launcher-1911-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@2f4e776b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 133525 INFO  (jetty-launcher-1911-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:57258/solr
   [junit4]   2> 133530 INFO  (jetty-launcher-1911-thread-1) [n:127.0.0.1:57273_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 133535 INFO  (zkConnectionManagerCallback-1939-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 133535 INFO  (jetty-launcher-1911-thread-1) [n:127.0.0.1:57273_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 133607 INFO  (jetty-launcher-1911-thread-1) [n:127.0.0.1:57273_solr     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:57273_solr
   [junit4]   2> 133613 INFO  (jetty-launcher-1911-thread-1) [n:127.0.0.1:57273_solr     ] o.a.s.c.Overseer Overseer (id=72193971754827783-127.0.0.1:57273_solr-n_0000000000) starting
   [junit4]   2> 133621 INFO  (jetty-launcher-1911-thread-2) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 133623 WARN  (jetty-launcher-1911-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@49335386[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 133623 WARN  (jetty-launcher-1911-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@49335386[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 133631 WARN  (jetty-launcher-1911-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@443b38c6[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 133631 WARN  (jetty-launcher-1911-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@443b38c6[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 133632 INFO  (jetty-launcher-1911-thread-2) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:57258/solr
   [junit4]   2> 133633 INFO  (jetty-launcher-1911-thread-2) [n:127.0.0.1:57274_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 133641 INFO  (zkConnectionManagerCallback-1951-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 133641 INFO  (jetty-launcher-1911-thread-2) [n:127.0.0.1:57274_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 133669 INFO  (OverseerStateUpdate-72193971754827783-127.0.0.1:57273_solr-n_0000000000) [n:127.0.0.1:57273_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:57273_solr
   [junit4]   2> 133671 INFO  (jetty-launcher-1911-thread-1) [n:127.0.0.1:57273_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:57273_solr
   [junit4]   2> 133682 INFO  (OverseerStateUpdate-72193971754827783-127.0.0.1:57273_solr-n_0000000000) [n:127.0.0.1:57273_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 133686 INFO  (zkCallback-1950-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 133691 INFO  (jetty-launcher-1911-thread-1) [n:127.0.0.1:57273_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 133692 WARN  (jetty-launcher-1911-thread-1) [n:127.0.0.1:57273_solr     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 133707 INFO  (jetty-launcher-1911-thread-2) [n:127.0.0.1:57274_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:57274_solr as DOWN
   [junit4]   2> 133714 INFO  (jetty-launcher-1911-thread-2) [n:127.0.0.1:57274_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 1000 transient cores
   [junit4]   2> 133714 INFO  (jetty-launcher-1911-thread-2) [n:127.0.0.1:57274_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:57274_solr
   [junit4]   2> 133728 INFO  (zkCallback-1950-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 133730 INFO  (zkCallback-1938-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 133747 INFO  (jetty-launcher-1911-thread-2) [n:127.0.0.1:57274_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 133747 WARN  (jetty-launcher-1911-thread-2) [n:127.0.0.1:57274_solr     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 133752 INFO  (jetty-launcher-1911-thread-1) [n:127.0.0.1:57273_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 133779 INFO  (jetty-launcher-1911-thread-2) [n:127.0.0.1:57274_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 133788 INFO  (jetty-launcher-1911-thread-1) [n:127.0.0.1:57273_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_57273.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@f84fcf0
   [junit4]   2> 133812 INFO  (jetty-launcher-1911-thread-1) [n:127.0.0.1:57273_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_57273.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@f84fcf0
   [junit4]   2> 133812 INFO  (jetty-launcher-1911-thread-1) [n:127.0.0.1:57273_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_57273.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@f84fcf0
   [junit4]   2> 133814 INFO  (jetty-launcher-1911-thread-1) [n:127.0.0.1:57273_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.impl.CloudHttp2SolrClientTest_4D39C599316E4192-001/tempDir-002/node1
   [junit4]   2> 133832 INFO  (jetty-launcher-1911-thread-2) [n:127.0.0.1:57274_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_57274.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@f84fcf0
   [junit4]   2> 133853 INFO  (jetty-launcher-1911-thread-2) [n:127.0.0.1:57274_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_57274.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@f84fcf0
   [junit4]   2> 133853 INFO  (jetty-launcher-1911-thread-2) [n:127.0.0.1:57274_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_57274.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@f84fcf0
   [junit4]   2> 133855 INFO  (jetty-launcher-1911-thread-2) [n:127.0.0.1:57274_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.impl.CloudHttp2SolrClientTest_4D39C599316E4192-001/tempDir-002/node2
   [junit4]   2> 133969 INFO  (jetty-launcher-1911-thread-3) [n:127.0.0.1:57272_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 134010 INFO  (jetty-launcher-1911-thread-3) [n:127.0.0.1:57272_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:57272_solr as DOWN
   [junit4]   2> 134023 INFO  (jetty-launcher-1911-thread-3) [n:127.0.0.1:57272_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 1000 transient cores
   [junit4]   2> 134023 INFO  (jetty-launcher-1911-thread-3) [n:127.0.0.1:57272_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:57272_solr
   [junit4]   2> 134030 INFO  (zkCallback-1950-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 134030 INFO  (zkCallback-1938-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 134030 INFO  (zkCallback-1926-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 134042 INFO  (jetty-launcher-1911-thread-3) [n:127.0.0.1:57272_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 134043 WARN  (jetty-launcher-1911-thread-3) [n:127.0.0.1:57272_solr     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 134093 INFO  (jetty-launcher-1911-thread-3) [n:127.0.0.1:57272_solr     ] o.a.s.h.a.MetricsHistoryHand

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

   ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 227974 INFO  (jetty-closer-3750-thread-1) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@68b6d317: rootName = solr_59957, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty/com.codahale.metrics.MetricRegistry@6f3ad2e8
   [junit4]   2> 227974 INFO  (jetty-closer-3750-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster tag=null
   [junit4]   2> 227978 INFO  (closeThreadPool-3767-thread-2) [     ] o.a.s.c.Overseer Overseer (id=72193977702285319-127.0.0.1:59957_solr-n_0000000000) closing
   [junit4]   2> 227978 INFO  (OverseerStateUpdate-72193977702285319-127.0.0.1:59957_solr-n_0000000000) [n:127.0.0.1:59957_solr     ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:59957_solr
   [junit4]   2> 227980 WARN  (jetty-launcher-3665-thread-2-SendThread(127.0.0.1:59951)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x1007c0a4bde0008.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x1007c0a4bde0008, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:75)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable to read additional data from server sessionid 0x1007c0a4bde0008, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:75) ~[zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:348) ~[zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1262) [zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 227990 INFO  (closeThreadPool-3767-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72193977702285319-127.0.0.1:59957_solr-n_0000000000) closing
   [junit4]   2> 227993 WARN  (jetty-launcher-3665-thread-3-SendThread(127.0.0.1:59951)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x1007c0a4bde0007.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x1007c0a4bde0007, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:75)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable to read additional data from server sessionid 0x1007c0a4bde0007, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:75) ~[zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:348) ~[zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1262) [zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 228029 INFO  (jetty-closer-3750-thread-3) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@1a547ce9{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 228031 INFO  (jetty-closer-3750-thread-3) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@1d566e2f{/solr,null,UNAVAILABLE}
   [junit4]   2> 228032 INFO  (jetty-closer-3750-thread-3) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 228119 INFO  (jetty-closer-3750-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72193977702285319-127.0.0.1:59957_solr-n_0000000000) closing
   [junit4]   2> 228138 INFO  (jetty-closer-3750-thread-1) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@70f6bb6d{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 228140 INFO  (jetty-closer-3750-thread-1) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@136eb1bc{/solr,null,UNAVAILABLE}
   [junit4]   2> 228151 INFO  (jetty-closer-3750-thread-1) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 228224 INFO  (jetty-closer-3750-thread-2) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@782302a2{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 228225 INFO  (jetty-closer-3750-thread-2) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@e59862d{/solr,null,UNAVAILABLE}
   [junit4]   2> 228226 INFO  (jetty-closer-3750-thread-2) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 228229 INFO  (TEST-CloudHttp2SolrClientTest.testVersionsAreReturned-seed#[4D39C599316E4192]) [     ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 228336 WARN  (TEST-CloudHttp2SolrClientTest.testVersionsAreReturned-seed#[4D39C599316E4192]-SendThread(127.0.0.1:59951)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x1007c0a4bde0001.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x1007c0a4bde0001, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:75)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable to read additional data from server sessionid 0x1007c0a4bde0001, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:75) ~[zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:348) ~[zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1262) [zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 228455 WARN  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	4	/solr/aliases.json
   [junit4]   2> 	4	/solr/clusterprops.json
   [junit4]   2> 	3	/solr/packages.json
   [junit4]   2> 	3	/solr/security.json
   [junit4]   2> 	3	/solr/collections/versions_collection/terms/shard1
   [junit4]   2> 	3	/solr/collections/versions_collection/terms/shard2
   [junit4]   2> 	2	/solr/configs/conf
   [junit4]   2> 	2	/solr/collections/versions_collection/collectionprops.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	27	/solr/collections/versions_collection/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	22	/solr/overseer/queue
   [junit4]   2> 	14	/solr/live_nodes
   [junit4]   2> 	8	/solr/collections
   [junit4]   2> 	5	/solr/overseer/collection-queue-work
   [junit4]   2> 
   [junit4]   2> 228459 INFO  (TEST-CloudHttp2SolrClientTest.testVersionsAreReturned-seed#[4D39C599316E4192]) [     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:59951
   [junit4]   2> 228459 INFO  (TEST-CloudHttp2SolrClientTest.testVersionsAreReturned-seed#[4D39C599316E4192]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:59951
   [junit4]   2> 228459 INFO  (TEST-CloudHttp2SolrClientTest.testVersionsAreReturned-seed#[4D39C599316E4192]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 59951
   [junit4]   2> 228460 INFO  (TEST-CloudHttp2SolrClientTest.testVersionsAreReturned-seed#[4D39C599316E4192]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testVersionsAreReturned
   [junit4]   2> NOTE: leaving temporary files on disk at: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.impl.CloudHttp2SolrClientTest_4D39C599316E4192-001
   [junit4]   2> Aug 13, 2020 6:34:41 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene86), sim=Asserting(RandomSimilarity(queryNorm=true): {}), locale=kok-IN, timezone=US/Alaska
   [junit4]   2> NOTE: Mac OS X 10.14.6 x86_64/AdoptOpenJDK 12.0.2 (64-bit)/cpus=6,threads=1,free=135551760,total=481296384
   [junit4]   2> NOTE: All tests run in this JVM: [ExclusiveOrEvaluatorTest, SolrExampleBinaryHttp2Test, UuidEvaluatorTest, CloudSolrClientRetryTest, TestV2Request, TestDelegationTokenRequest, TestToleratedUpdateError, TestFastJavabinDecoder, TestValidatingJsonMap, SolrExampleStreamingHttp2Test, StreamingTest, TestDocumentObjectBinder, CloudHttp2SolrClientTest]
   [junit4] Completed [176/204 (1!)] on J1 in 98.97s, 17 tests, 1 error <<< FAILURES!

[...truncated 50866 lines...]
[repro] Jenkins log URL: https://jenkins.thetaphi.de/job/Lucene-Solr-master-MacOSX/6414/consoleText

[repro] Revision: d2cc022fcf2b5196b2b0cbd58159277d0bcaa163

[repro] Ant options: "-Dargs=-XX:-UseCompressedOops -XX:+UseG1GC"
[repro] Repro line:  ant test  -Dtestcase=CloudHttp2SolrClientTest -Dtests.method=testRetryUpdatesWhenClusterStateIsStale -Dtests.seed=4D39C599316E4192 -Dtests.slow=true -Dtests.locale=kok-IN -Dtests.timezone=US/Alaska -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1

[repro] JUnit rest result XML files will be moved to: ./repro-reports
[repro] ant clean

[...truncated 6 lines...]
[repro] Test suites by module:
[repro]    solr/solrj
[repro]       CloudHttp2SolrClientTest
[repro] ant compile-test

[...truncated 1643 lines...]
[repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=5 -Dtests.class="*.CloudHttp2SolrClientTest" -Dtests.showOutput=onerror "-Dargs=-XX:-UseCompressedOops -XX:+UseG1GC" -Dtests.seed=4D39C599316E4192 -Dtests.slow=true -Dtests.locale=kok-IN -Dtests.timezone=US/Alaska -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1

[...truncated 161 lines...]
[repro] Failures w/original seeds:
[repro]   0/5 failed: org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest
[repro] Exiting with code 0

[...truncated 79 lines...]