You are viewing a plain text version of this content. The canonical link for it is here.
Posted to builds@lucene.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2020/10/02 22:28:32 UTC

[JENKINS] Lucene » Lucene-Solr-Tests-8.x - Build # 503 - Unstable!

Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Tests-8.x/503/

1 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.TestPullReplicaErrorHandling

Error Message:
Timeout occurred while waiting response from server at: http://127.0.0.1:32801/solr

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occurred while waiting response from server at: http://127.0.0.1:32801/solr
	at __randomizedtesting.SeedInfo.seed([CC43A0B9CC7EB76A]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:692)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:266)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
	at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:390)
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:360)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1173)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:934)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:866)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:214)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:231)
	at org.apache.solr.cloud.TestPullReplicaErrorHandling.setupCluster(TestPullReplicaErrorHandling.java:98)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:878)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)
Caused by: java.net.SocketTimeoutException: Read timed out
	at java.net.SocketInputStream.socketRead0(Native Method)
	at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
	at java.net.SocketInputStream.read(SocketInputStream.java:171)
	at java.net.SocketInputStream.read(SocketInputStream.java:141)
	at org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:137)
	at org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:153)
	at org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:280)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)
	at org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163)
	at org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:157)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:571)
	... 34 more




Build Log:
[...truncated 15082 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestPullReplicaErrorHandling
   [junit4]   2> 1493637 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CC43A0B9CC7EB76A]-worker) [     ] o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to test-framework derived value of '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/server/solr/configsets/_default/conf'
   [junit4]   2> 1493637 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CC43A0B9CC7EB76A]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestPullReplicaErrorHandling_CC43A0B9CC7EB76A-001/data-dir-144-001
   [junit4]   2> 1493637 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[CC43A0B9CC7EB76A]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=5 numCloses=5
   [junit4]   2> 1493637 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CC43A0B9CC7EB76A]-worker) [     ] o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 1493639 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CC43A0B9CC7EB76A]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl=https://issues.apache.org/jira/browse/SOLR-5776)
   [junit4]   2> 1493639 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CC43A0B9CC7EB76A]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 1493639 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CC43A0B9CC7EB76A]-worker) [     ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestPullReplicaErrorHandling_CC43A0B9CC7EB76A-001/tempDir-001
   [junit4]   2> 1493639 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CC43A0B9CC7EB76A]-worker) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1493640 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port: 0.0.0.0/0.0.0.0:0
   [junit4]   2> 1493640 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1493641 WARN  (ZkTestServer Run Thread) [     ] o.a.z.s.ServerCnxnFactory maxCnxns is not configured, using default value 0.
   [junit4]   2> 1493740 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CC43A0B9CC7EB76A]-worker) [     ] o.a.s.c.ZkTestServer start zk server on port: 44217
   [junit4]   2> 1493740 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CC43A0B9CC7EB76A]-worker) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:44217
   [junit4]   2> 1493740 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CC43A0B9CC7EB76A]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:44217
   [junit4]   2> 1493740 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CC43A0B9CC7EB76A]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 44217
   [junit4]   2> 1493741 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CC43A0B9CC7EB76A]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1493743 INFO  (zkConnectionManagerCallback-12741-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1493743 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CC43A0B9CC7EB76A]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1493746 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CC43A0B9CC7EB76A]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1493746 INFO  (zkConnectionManagerCallback-12743-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1493746 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CC43A0B9CC7EB76A]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1493747 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CC43A0B9CC7EB76A]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1493747 INFO  (zkConnectionManagerCallback-12745-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1493747 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CC43A0B9CC7EB76A]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1493864 WARN  (jetty-launcher-12746-thread-2) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 1493864 INFO  (jetty-launcher-12746-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1493864 INFO  (jetty-launcher-12746-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1493864 INFO  (jetty-launcher-12746-thread-2) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 1.8.0_252-b09
   [junit4]   2> 1493864 WARN  (jetty-launcher-12746-thread-1) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 1493864 INFO  (jetty-launcher-12746-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1493864 INFO  (jetty-launcher-12746-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1493864 INFO  (jetty-launcher-12746-thread-1) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 1.8.0_252-b09
   [junit4]   2> 1493864 WARN  (jetty-launcher-12746-thread-3) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 1493864 INFO  (jetty-launcher-12746-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1493864 INFO  (jetty-launcher-12746-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1493865 INFO  (jetty-launcher-12746-thread-3) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 1.8.0_252-b09
   [junit4]   2> 1493865 INFO  (jetty-launcher-12746-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1493865 INFO  (jetty-launcher-12746-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1493865 INFO  (jetty-launcher-12746-thread-1) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1493865 WARN  (jetty-launcher-12746-thread-4) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 1493865 INFO  (jetty-launcher-12746-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1493865 INFO  (jetty-launcher-12746-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1493865 INFO  (jetty-launcher-12746-thread-4) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 1.8.0_252-b09
   [junit4]   2> 1493866 INFO  (jetty-launcher-12746-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@3ee07cc{/solr,null,AVAILABLE}
   [junit4]   2> 1493866 INFO  (jetty-launcher-12746-thread-3) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1493866 INFO  (jetty-launcher-12746-thread-3) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1493866 INFO  (jetty-launcher-12746-thread-3) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1493866 INFO  (jetty-launcher-12746-thread-3) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@5e2a44da{/solr,null,AVAILABLE}
   [junit4]   2> 1493867 INFO  (jetty-launcher-12746-thread-2) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1493867 INFO  (jetty-launcher-12746-thread-2) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1493867 INFO  (jetty-launcher-12746-thread-2) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1493867 INFO  (jetty-launcher-12746-thread-3) [     ] o.e.j.s.AbstractConnector Started ServerConnector@3474784c{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:38545}
   [junit4]   2> 1493867 INFO  (jetty-launcher-12746-thread-3) [     ] o.e.j.s.Server Started @1493926ms
   [junit4]   2> 1493867 INFO  (jetty-launcher-12746-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=38545}
   [junit4]   2> 1493867 ERROR (jetty-launcher-12746-thread-3) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1493867 INFO  (jetty-launcher-12746-thread-3) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1493867 INFO  (jetty-launcher-12746-thread-3) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.7.0
   [junit4]   2> 1493867 INFO  (jetty-launcher-12746-thread-3) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1493867 INFO  (jetty-launcher-12746-thread-3) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 1493867 INFO  (jetty-launcher-12746-thread-3) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-10-02T21:52:18.376Z
   [junit4]   2> 1493870 INFO  (jetty-launcher-12746-thread-4) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1493870 INFO  (jetty-launcher-12746-thread-4) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1493870 INFO  (jetty-launcher-12746-thread-4) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1493870 INFO  (jetty-launcher-12746-thread-4) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@7aed91bb{/solr,null,AVAILABLE}
   [junit4]   2> 1493870 INFO  (jetty-launcher-12746-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1493871 INFO  (jetty-launcher-12746-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@2049cc8f{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:42363}
   [junit4]   2> 1493871 INFO  (jetty-launcher-12746-thread-2) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@434a48a0{/solr,null,AVAILABLE}
   [junit4]   2> 1493871 INFO  (jetty-launcher-12746-thread-1) [     ] o.e.j.s.Server Started @1493930ms
   [junit4]   2> 1493871 INFO  (jetty-launcher-12746-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=42363}
   [junit4]   2> 1493871 ERROR (jetty-launcher-12746-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1493871 INFO  (jetty-launcher-12746-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1493871 INFO  (jetty-launcher-12746-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.7.0
   [junit4]   2> 1493871 INFO  (jetty-launcher-12746-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1493871 INFO  (jetty-launcher-12746-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 1493871 INFO  (jetty-launcher-12746-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-10-02T21:52:18.380Z
   [junit4]   2> 1493871 INFO  (jetty-launcher-12746-thread-2) [     ] o.e.j.s.AbstractConnector Started ServerConnector@23361826{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:43691}
   [junit4]   2> 1493871 INFO  (jetty-launcher-12746-thread-2) [     ] o.e.j.s.Server Started @1493930ms
   [junit4]   2> 1493871 INFO  (jetty-launcher-12746-thread-4) [     ] o.e.j.s.AbstractConnector Started ServerConnector@60a6c44b{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:34283}
   [junit4]   2> 1493872 INFO  (jetty-launcher-12746-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=43691}
   [junit4]   2> 1493872 INFO  (jetty-launcher-12746-thread-4) [     ] o.e.j.s.Server Started @1493930ms
   [junit4]   2> 1493872 INFO  (jetty-launcher-12746-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=34283}
   [junit4]   2> 1493872 ERROR (jetty-launcher-12746-thread-2) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1493872 INFO  (jetty-launcher-12746-thread-2) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1493872 ERROR (jetty-launcher-12746-thread-4) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1493872 INFO  (jetty-launcher-12746-thread-4) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1493872 INFO  (jetty-launcher-12746-thread-2) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.7.0
   [junit4]   2> 1493872 INFO  (jetty-launcher-12746-thread-2) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1493872 INFO  (jetty-launcher-12746-thread-2) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 1493872 INFO  (jetty-launcher-12746-thread-2) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-10-02T21:52:18.381Z
   [junit4]   2> 1493872 INFO  (jetty-launcher-12746-thread-4) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.7.0
   [junit4]   2> 1493872 INFO  (jetty-launcher-12746-thread-4) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1493872 INFO  (jetty-launcher-12746-thread-4) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 1493872 INFO  (jetty-launcher-12746-thread-4) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-10-02T21:52:18.381Z
   [junit4]   2> 1493873 INFO  (zkConnectionManagerCallback-12748-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1493873 INFO  (jetty-launcher-12746-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1493873 INFO  (jetty-launcher-12746-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1493873 INFO  (jetty-launcher-12746-thread-3) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1493873 INFO  (jetty-launcher-12746-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1493874 INFO  (jetty-launcher-12746-thread-4) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1493878 INFO  (zkConnectionManagerCallback-12752-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1493878 INFO  (jetty-launcher-12746-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1493878 INFO  (zkConnectionManagerCallback-12754-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1493879 INFO  (jetty-launcher-12746-thread-4) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1493879 INFO  (zkConnectionManagerCallback-12750-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1493879 INFO  (jetty-launcher-12746-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1493879 INFO  (jetty-launcher-12746-thread-2) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1493879 INFO  (jetty-launcher-12746-thread-4) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1493883 INFO  (jetty-launcher-12746-thread-1) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1493883 WARN  (jetty-launcher-12746-thread-2-SendThread(127.0.0.1:44217)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x100a23a58140004.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x100a23a58140004, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable to read additional data from server sessionid 0x100a23a58140004, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:350) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1275) [zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 1493883 WARN  (jetty-launcher-12746-thread-4-SendThread(127.0.0.1:44217)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x100a23a58140005.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x100a23a58140005, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable to read additional data from server sessionid 0x100a23a58140005, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:350) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1275) [zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 1493984 WARN  (jetty-launcher-12746-thread-1-SendThread(127.0.0.1:44217)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x100a23a58140006.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x100a23a58140006, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable to read additional data from server sessionid 0x100a23a58140006, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:350) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1275) [zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 1494405 INFO  (jetty-launcher-12746-thread-3) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1494420 WARN  (jetty-launcher-12746-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@7486d52b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1494420 WARN  (jetty-launcher-12746-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@7486d52b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1494450 WARN  (jetty-launcher-12746-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@4b5c2a34[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1494450 WARN  (jetty-launcher-12746-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@4b5c2a34[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1494451 INFO  (jetty-launcher-12746-thread-3) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44217/solr
   [junit4]   2> 1494468 INFO  (jetty-launcher-12746-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1494488 INFO  (zkConnectionManagerCallback-12773-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1494488 INFO  (jetty-launcher-12746-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1494607 INFO  (jetty-launcher-12746-thread-3) [n:127.0.0.1:38545_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1494623 INFO  (zkConnectionManagerCallback-12775-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1494623 INFO  (jetty-launcher-12746-thread-3) [n:127.0.0.1:38545_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1494678 INFO  (jetty-launcher-12746-thread-3) [n:127.0.0.1:38545_solr     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:38545_solr
   [junit4]   2> 1494679 INFO  (jetty-launcher-12746-thread-3) [n:127.0.0.1:38545_solr     ] o.a.s.c.Overseer Overseer (id=72235965507436552-127.0.0.1:38545_solr-n_0000000000) starting
   [junit4]   2> 1494690 INFO  (OverseerStateUpdate-72235965507436552-127.0.0.1:38545_solr-n_0000000000) [n:127.0.0.1:38545_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:38545_solr
   [junit4]   2> 1494704 INFO  (jetty-launcher-12746-thread-3) [n:127.0.0.1:38545_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:38545_solr
   [junit4]   2> 1494706 INFO  (jetty-launcher-12746-thread-3) [n:127.0.0.1:38545_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1494706 WARN  (jetty-launcher-12746-thread-3) [n:127.0.0.1:38545_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> 1494713 INFO  (zkCallback-12774-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1494720 INFO  (jetty-launcher-12746-thread-2) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1494736 WARN  (jetty-launcher-12746-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@2f2daf24[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1494743 INFO  (jetty-launcher-12746-thread-3) [n:127.0.0.1:38545_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1494748 WARN  (jetty-launcher-12746-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@2f2daf24[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1494750 WARN  (jetty-launcher-12746-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@3269c177[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1494750 WARN  (jetty-launcher-12746-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@3269c177[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1494751 INFO  (jetty-launcher-12746-thread-2) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44217/solr
   [junit4]   2> 1494752 INFO  (jetty-launcher-12746-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1494774 INFO  (jetty-launcher-12746-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1494775 INFO  (zkConnectionManagerCallback-12793-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1494775 INFO  (jetty-launcher-12746-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1494776 WARN  (jetty-launcher-12746-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@6250dad0[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1494776 WARN  (jetty-launcher-12746-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@6250dad0[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1494779 WARN  (jetty-launcher-12746-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@19e9cb48[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1494779 WARN  (jetty-launcher-12746-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@19e9cb48[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1494779 INFO  (jetty-launcher-12746-thread-3) [n:127.0.0.1:38545_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38545.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3f414fd
   [junit4]   2> 1494780 INFO  (jetty-launcher-12746-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44217/solr
   [junit4]   2> 1494781 INFO  (jetty-launcher-12746-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1494781 INFO  (zkConnectionManagerCallback-12800-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1494781 INFO  (jetty-launcher-12746-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1494786 INFO  (jetty-launcher-12746-thread-3) [n:127.0.0.1:38545_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38545.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3f414fd
   [junit4]   2> 1494786 INFO  (jetty-launcher-12746-thread-3) [n:127.0.0.1:38545_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38545.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3f414fd
   [junit4]   2> 1494787 INFO  (jetty-launcher-12746-thread-3) [n:127.0.0.1:38545_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestPullReplicaErrorHandling_CC43A0B9CC7EB76A-001/tempDir-001/node3
   [junit4]   2> 1494892 INFO  (jetty-launcher-12746-thread-2) [n:127.0.0.1:43691_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1494892 INFO  (zkConnectionManagerCallback-12803-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1494892 INFO  (jetty-launcher-12746-thread-2) [n:127.0.0.1:43691_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1494918 INFO  (jetty-launcher-12746-thread-2) [n:127.0.0.1:43691_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1494936 INFO  (jetty-launcher-12746-thread-2) [n:127.0.0.1:43691_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:43691_solr as DOWN
   [junit4]   2> 1494937 INFO  (jetty-launcher-12746-thread-2) [n:127.0.0.1:43691_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1494937 INFO  (jetty-launcher-12746-thread-2) [n:127.0.0.1:43691_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:43691_solr
   [junit4]   2> 1494942 INFO  (zkCallback-12774-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1494942 INFO  (zkCallback-12802-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1494948 INFO  (jetty-launcher-12746-thread-2) [n:127.0.0.1:43691_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1494948 WARN  (jetty-launcher-12746-thread-2) [n:127.0.0.1:43691_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> 1494980 INFO  (jetty-launcher-12746-thread-4) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1494981 INFO  (jetty-launcher-12746-thread-1) [n:127.0.0.1:42363_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1494981 WARN  (jetty-launcher-12746-thread-4) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@11fb9196[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1494984 INFO  (zkConnectionManagerCallback-12808-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1494984 WARN  (jetty-launcher-12746-thread-4) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@11fb9196[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1494985 INFO  (jetty-launcher-12746-thread-2) [n:127.0.0.1:43691_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1494985 INFO  (jetty-launcher-12746-thread-1) [n:127.0.0.1:42363_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1494987 WARN  (jetty-launcher-12746-thread-4) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@11e7e21f[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1494987 WARN  (jetty-launcher-12746-thread-4) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@11e7e21f[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1494989 INFO  (jetty-launcher-12746-thread-4) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44217/solr
   [junit4]   2> 1494991 INFO  (jetty-launcher-12746-thread-4) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1494997 INFO  (zkConnectionManagerCallback-12821-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1495004 INFO  (jetty-launcher-12746-thread-4) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1495005 INFO  (jetty-launcher-12746-thread-1) [n:127.0.0.1:42363_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1495009 INFO  (jetty-launcher-12746-thread-1) [n:127.0.0.1:42363_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:42363_solr as DOWN
   [junit4]   2> 1495010 INFO  (jetty-launcher-12746-thread-1) [n:127.0.0.1:42363_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1495010 INFO  (jetty-launcher-12746-thread-1) [n:127.0.0.1:42363_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:42363_solr
   [junit4]   2> 1495011 INFO  (zkCallback-12802-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1495011 INFO  (zkCallback-12774-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1495012 INFO  (jetty-launcher-12746-thread-2) [n:127.0.0.1:43691_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43691.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3f414fd
   [junit4]   2> 1495013 INFO  (jetty-launcher-12746-thread-1) [n:127.0.0.1:42363_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1495013 WARN  (jetty-launcher-12746-thread-1) [n:127.0.0.1:42363_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> 1495022 INFO  (jetty-launcher-12746-thread-2) [n:127.0.0.1:43691_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43691.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3f414fd
   [junit4]   2> 1495022 INFO  (jetty-launcher-12746-thread-2) [n:127.0.0.1:43691_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43691.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3f414fd
   [junit4]   2> 1495023 INFO  (zkCallback-12807-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1495023 INFO  (jetty-launcher-12746-thread-2) [n:127.0.0.1:43691_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestPullReplicaErrorHandling_CC43A0B9CC7EB76A-001/tempDir-001/node2
   [junit4]   2> 1495032 INFO  (jetty-launcher-12746-thread-1) [n:127.0.0.1:42363_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1495050 INFO  (jetty-launcher-12746-thread-1) [n:127.0.0.1:42363_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42363.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3f414fd
   [junit4]   2> 1495063 INFO  (jetty-launcher-12746-thread-1) [n:127.0.0.1:42363_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42363.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3f414fd
   [junit4]   2> 1495063 INFO  (jetty-launcher-12746-thread-1) [n:127.0.0.1:42363_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42363.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3f414fd
   [junit4]   2> 1495064 INFO  (jetty-launcher-12746-thread-1) [n:127.0.0.1:42363_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestPullReplicaErrorHandling_CC43A0B9CC7EB76A-001/tempDir-001/node1
   [junit4]   2> 1495199 INFO  (jetty-launcher-12746-thread-4) [n:127.0.0.1:34283_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1495200 INFO  (zkConnectionManagerCallback-12830-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1495200 INFO  (jetty-launcher-12746-thread-4) [n:127.0.0.1:34283_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1495204 INFO  (jetty-launcher-12746-thread-4) [n:127.0.0.1:34283_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 1495208 INFO  (jetty-launcher-12746-thread-4) [n:127.0.0.1:34283_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:34283_solr as DOWN
   [junit4]   2> 1495209 INFO  (jetty-launcher-12746-thread-4) [n:127.0.0.1:34283_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1495209 INFO  (jetty-launcher-12746-thread-4) [n:127.0.0.1:34283_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:34283_solr
   [junit4]   2> 1495210 INFO  (zkCallback-12807-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1495210 INFO  (zkCallback-12774-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1495210 INFO  (zkCallback-12802-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1495211 INFO  (jetty-launcher-12746-thread-4) [n:127.0.0.1:34283_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1495212 WARN  (jetty-launcher-12746-thread-4) [n:127.0.0.1:34283_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> 1495222 INFO  (zkCallback-12829-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1495228 INFO  (jetty-launcher-12746-thread-4) [n:127.0.0.1:34283_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1495250 INFO  (jetty-launcher-12746-thread-4) [n:127.0.0.1:34283_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34283.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3f414fd
   [junit4]   2> 1495259 INFO  (jetty-launcher-12746-thread-4) [n:127.0.0.1:34283_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34283.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3f414fd
   [junit4]   2> 1495259 INFO  (jetty-launcher-12746-thread-4) [n:127.0.0.1:34283_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34283.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3f414fd
   [junit4]   2> 1495260 INFO  (jetty-launcher-12746-thread-4) [n:127.0.0.1:34283_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestPullReplicaErrorHandling_CC43A0B9CC7EB76A-001/tempDir-001/node4
   [junit4]   2> 1495292 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CC43A0B9CC7EB76A]-worker) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=4
   [junit4]   2> 1495292 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CC43A0B9CC7EB76A]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1495293 INFO  (zkConnectionManagerCallback-12843-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1495293 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CC43A0B9CC7EB76A]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1495294 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CC43A0B9CC7EB76A]-worker) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 1495295 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CC43A0B9CC7EB76A]-worker) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:44217/solr ready
   [junit4]   2> 1495297 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CC43A0B9CC7EB76A]-worker) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=233614801
   [junit4]   2> 1495298 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CC43A0B9CC7EB76A]-worker) [     ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:38545_solr
   [junit4]   2> 1495298 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CC43A0B9CC7EB76A]-worker) [     ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 1495298 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CC43A0B9CC7EB76A]-worker) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:38545_solr as DOWN
   [junit4]   2> 1495299 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CC43A0B9CC7EB76A]-worker) [     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1495300 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CC43A0B9CC7EB76A]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 1495300 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CC43A0B9CC7EB76A]-worker) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@73e75ef3: rootName = solr_38545, domain = solr.node, service url = null, agent id = null] for registry solr.node/com.codahale.metrics.MetricRegistry@2969ddad
   [junit4]   2> 1495305 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CC43A0B9CC7EB76A]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
   [junit4]   2> 1495305 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CC43A0B9CC7EB76A]-worker) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@500064f6: rootName = solr_38545, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm/com.codahale.metrics.MetricRegistry@7859a797
   [junit4]   2> 1495309 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CC43A0B9CC7EB76A]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 1495309 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CC43A0B9CC7EB76A]-worker) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@7562f98d: rootName = solr_38545, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty/com.codahale.metrics.MetricRegistry@3b414129
   [junit4]   2> 1495309 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CC43A0B9CC7EB76A]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster tag=null
   [junit4]   2> 1495309 INFO  (closeThreadPool-12848-thread-2) [     ] o.a.s.c.Overseer Overseer (id=72235965507436552-127.0.0.1:38545_solr-n_0000000000) closing
   [junit4]   2> 1495310 INFO  (OverseerStateUpdate-72235965507436552-127.0.0.1:38545_solr-n_0000000000) [n:127.0.0.1:38545_solr     ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:38545_solr
   [junit4]   2> 1495310 INFO  (OverseerAutoScalingTriggerThread-72235965507436552-127.0.0.1:38545_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 1495313 INFO  (closeThreadPool-12848-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72235965507436552-127.0.0.1:38545_solr-n_0000000000) closing
   [junit4]   2> 1495314 INFO  (zkCallback-12802-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1495314 INFO  (zkCallback-12807-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1495314 INFO  (zkCallback-12802-thread-2) [     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:43691_solr
   [junit4]   2> 1495314 WARN  (jetty-launcher-12746-thread-3-SendThread(127.0.0.1:44217)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x100a23a58140008.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x100a23a58140008, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable to read additional data from server sessionid 0x100a23a58140008, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:350) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1275) [zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 1495315 INFO  (zkCallback-12802-thread-2) [n:127.0.0.1:43691_solr     ] o.a.s.c.Overseer Overseer (id=72235965507436555-127.0.0.1:43691_solr-n_0000000001) starting
   [junit4]   2> 1495320 INFO  (zkCallback-12829-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1495320 INFO  (zkCallback-12842-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1495321 INFO  (OverseerStateUpdate-72235965507436555-127.0.0.1:43691_solr-n_0000000001) [n:127.0.0.1:43691_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:43691_solr
   [junit4]   2> 1495420 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CC43A0B9CC7EB76A]-worker) [     ] o.a.s.c.Overseer Overseer (id=72235965507436552-127.0.0.1:38545_solr-n_0000000000) closing
   [junit4]   2> 1495421 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CC43A0B9CC7EB76A]-worker) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@3474784c{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 1495421 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CC43A0B9CC7EB76A]-worker) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@5e2a44da{/solr,null,UNAVAILABLE}
   [junit4]   2> 1495422 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CC43A0B9CC7EB76A]-worker) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1495422 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CC43A0B9CC7EB76A]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1495422 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[CC43A0B9CC7EB76A]-worker) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 1495423 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CC43A0B9CC7EB76A]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1495423 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CC43A0B9CC7EB76A]-worker) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 1.8.0_252-b09
   [junit4]   2> 1495423 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CC43A0B9CC7EB76A]-worker) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1495423 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CC43A0B9CC7EB76A]-worker) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1495423 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CC43A0B9CC7EB76A]-worker) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1495428 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CC43A0B9CC7EB76A]-worker) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@11767184{/solr,null,AVAILABLE}
   [junit4]   2> 1495428 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CC43A0B9CC7EB76A]-worker) [     ] o.e.j.s.AbstractConnector Started ServerConnector@acd728b{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:41299}
   [junit4]   2> 1495428 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CC43A0B9CC7EB76A]-worker) [     ] o.e.j.s.Server Started @1495487ms
   [junit4]   2> 1495428 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CC43A0B9CC7EB76A]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=36631}
   [junit4]   2> 1495428 ERROR (SUITE-TestPullReplicaErrorHandling-seed#[CC43A0B9CC7EB76A]-worker) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1495428 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CC43A0B9CC7EB76A]-worker) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1495428 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CC43A0B9CC7EB76A]-worker) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.7.0
   [junit4]   2> 1495428 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CC43A0B9CC7EB76A]-worker) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1495428 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CC43A0B9CC7EB76A]-worker) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 1495428 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CC43A0B9CC7EB76A]-worker) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-10-02T21:52:19.937Z
   [junit4]   2> 1495429 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CC43A0B9CC7EB76A]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1495430 INFO  (zkConnectionManagerCallback-12854-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1495430 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CC43A0B9CC7EB76A]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1495430 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CC43A0B9CC7EB76A]-worker) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1496062 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CC43A0B9CC7EB76A]-worker) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1496063 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[CC43A0B9CC7EB76A]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@1ea129c5[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1496063 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[CC43A0B9CC7EB76A]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@1ea129c5[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1496065 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[CC43A0B9CC7EB76A]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@2e2372d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1496065 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[CC43A0B9CC7EB76A]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@2e2372d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1496067 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CC43A0B9CC7EB76A]-worker) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44217/solr
   [junit4]   2> 1496067 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CC43A0B9CC7EB76A]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1496068 INFO  (zkConnectionManagerCallback-12864-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1496068 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CC43A0B9CC7EB76A]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1496179 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CC43A0B9CC7EB76A]-worker) [n:127.0.0.1:36631_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1496184 INFO  (zkConnectionManagerCallback-12866-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1496184 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CC43A0B9CC7EB76A]-worker) [n:127.0.0.1:36631_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1496201 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CC43A0B9CC7EB76A]-worker) [n:127.0.0.1:36631_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 1496205 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CC43A0B9CC7EB76A]-worker) [n:127.0.0.1:36631_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:36631_solr as DOWN
   [junit4]   2> 1496206 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CC43A0B9CC7EB76A]-worker) [n:127.0.0.1:36631_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1496206 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CC43A0B9CC7EB76A]-worker) [n:127.0.0.1:36631_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:36631_solr
   [junit4]   2> 1496208 INFO  (zkCallback-12829-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1496208 INFO  (zkCallback-12842-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1496208 INFO  (zkCallback-12802-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1496208 INFO  (zkCallback-12807-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1496209 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CC43A0B9CC7EB76A]-worker) [n:127.0.0.1:36631_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1496210 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[CC43A0B9CC7EB76A]-worker) [n:127.0.0.1:36631_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> 1496216 INFO  (zkCallback-12865-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1496223 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CC43A0B9CC7EB76A]-worker) [n:127.0.0.1:36631_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1496242 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CC43A0B9CC7EB76A]-worker) [n:127.0.0.1:36631_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36631.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3f414fd
   [junit4]   2> 1496252 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CC43A0B9CC7EB76A]-worker) [n:127.0.0.1:36631_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36631.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3f414fd
   [junit4]   2> 1496252 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CC43A0B9CC7EB76A]-worker) [n:127.0.0.1:36631_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36631.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3f414fd
   [junit4]   2> 1496253 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CC43A0B9CC7EB76A]-worker) [n:127.0.0.1:36631_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestPullReplicaErrorHandling_CC43A0B9CC7EB76A-001/tempDir-001/node3
   [junit4]   2> 1496275 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CC43A0B9CC7EB76A]-worker) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=4
   [junit4]   2> 1496276 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CC43A0B9CC7EB76A]-worker) [     ] o.a.s.c.TestPullReplicaErrorHandling Adding proxy for URL: http://127.0.0.1:41299/solr. Proxy: http://127.0.0.1:36631/solr
   [junit4]   2> 1496276 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CC43A0B9CC7EB76A]-worker) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=893616017
   [junit4]   2> 1496276 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CC43A0B9CC7EB76A]-worker) [     ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:43691_solr
   [junit4]   2> 1496277 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CC43A0B9CC7EB76A]-worker) [     ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 1496277 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CC43A0B9CC7EB76A]-worker) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:43691_solr as DOWN
   [junit4]   2> 1496284 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CC43A0B9CC7EB76A]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 1496284 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CC43A0B9CC7EB76A]-worker) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@7e9d6c25: rootName = solr_43691, domain = solr.node, service url = null, agent id = null] for registry solr.node/com.codahale.metrics.MetricRegistry@794cac4a
   [junit4]   2> 1496290 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CC43A0B9CC7EB76A]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
   [junit4]   2> 1496290 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CC43A0B9CC7EB76A]-worker) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@7751a415: rootName = solr_43691, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm/com.codahale.metrics.MetricRegistry@7859a797
   [junit4]   2> 1496294 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CC43A0B9CC7EB76A]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 1496294 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CC43A0B9CC7EB76A]-worker) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@67e83749: rootName = solr_43691, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty/com.codahale.metrics.MetricRegistry@3b414129
   [junit4]   2> 1496294 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CC43A0B9CC7EB76A]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster tag=null
   [junit4]   2> 1496295 INFO  (closeThreadPool-12879-thread-2) [     ] o.a.s.c.Overseer Overseer (id=72235965507436555-127.0.0.1:43691_solr-n_0000000001) closing
   [junit4]   2> 1496295 INFO  (OverseerStateUpdate-72235965507436555-127.0.0.1:43691_solr-n_0000000001) [n:127.0.0.1:43691_solr     ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:43691_solr
   [junit4]   2> 1496302 INFO  (OverseerAutoScalingTriggerThread-72235965507436555-127.0.0.1:43691_solr-n_0000000001) [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 1496311 INFO  (closeThreadPool-12879-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72235965507436555-127.0.0.1:43691_solr-n_0000000001) closing
   [junit4]   2> 1496312 INFO  (zkCallback-12829-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1496313 INFO  (zkCallback-12865-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1496313 INFO  (zkCallback-12842-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1496313 WARN  (jetty-launcher-12746-thread-2-SendThread(127.0.0.1:44217)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x100a23a5814000b.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x100a23a5814000b, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable to read additional data from server sessionid 0x100a23a5814000b, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:350) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1275) [zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 1496313 INFO  (zkCallback-12807-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1496320 INFO  (zkCallback-12807-thread-2) [     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:42363_solr
   [junit4]   2> 1496322 INFO  (zkCallback-12807-thread-2) [n:127.0.0.1:42363_solr     ] o.a.s.c.Overseer Overseer (id=72235965507436556-127.0.0.1:42363_solr-n_0000000002) starting
   [junit4]   2> 1496328 INFO  (OverseerStateUpdate-72235965507436556-127.0.0.1:42363_solr-n_0000000002) [n:127.0.0.1:42363_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:42363_solr
   [junit4]   2> 1496419 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CC43A0B9CC7EB76A]-worker) [     ] o.a.s.c.Overseer Overseer (id=72235965507436555-127.0.0.1:43691_solr-n_0000000001) closing
   [junit4]   2> 1496425 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CC43A0B9CC7EB76A]-worker) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@23361826{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 1496425 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CC43A0B9CC7EB76A]-worker) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@434a48a0{/solr,null,UNAVAILABLE}
   [junit4]   2> 1496426 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CC43A0B9CC7EB76A]-worker) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1496426 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CC43A0B9CC7EB76A]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1496427 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[CC43A0B9CC7EB76A]-worker) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 1496427 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CC43A0B9CC7EB76A]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1496427 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CC43A0B9CC7EB76A]-worker) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 1.8.0_252-b09
   [junit4]   2> 1496445 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CC43A0B9CC7EB76A]-worker) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1496445 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CC43A0B9CC7EB76A]-worker) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1496445 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CC43A0B9CC7EB76A]-worker) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1496445 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CC43A0B9CC7EB76A]-worker) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@2639acb2{/solr,null,AVAILABLE}
   [junit4]   2> 1496446 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CC43A0B9CC7EB76A]-worker) [     ] o.e.j.s.AbstractConnector Started ServerConnector@1fb5dbf9{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:42605}
   [junit4]   2> 1496446 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CC43A0B9CC7EB76A]-worker) [     ] o.e.j.s.Server Started @1496505ms
   [junit4]   2> 1496446 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CC43A0B9CC7EB76A]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=43197}
   [junit4]   2> 1496446 ERROR (SUITE-TestPullReplicaErrorHandling-seed#[CC43A0B9CC7EB76A]-worker) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1496446 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CC43A0B9CC7EB76A]-worker) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1496446 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CC43A0B9CC7EB76A]-worker) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.7.0
   [junit4]   2> 1496446 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CC43A0B9CC7EB76A]-worker) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1496446 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CC43A0B9CC7EB76A]-worker) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 1496446 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CC43A0B9CC7EB76A]-worker) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-10-02T21:52:20.955Z
   [junit4]   2> 1496451 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CC43A0B9CC7EB76A]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1496453 INFO  (zkConnectionManagerCallback-12885-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1496453 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CC43A0B9CC7EB76A]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1496454 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CC43A0B9CC7EB76A]-worker) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1496460 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[CC43A0B9CC7EB76A]-worker-SendThread(127.0.0.1:44217)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x100a23a58140013.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x100a23a58140013, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable to read additional data from server sessionid 0x100a23a58140013, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:350) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1275) [zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 1496736 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CC43A0B9CC7EB76A]-worker) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1496737 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[CC43A0B9CC7EB76A]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@5f1f6f6a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1496737 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[CC43A0B9CC7EB76A]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@5f1f6f6a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1496739 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[CC43A0B9CC7EB76A]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@8e3c79b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1496739 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[CC43A0B9CC7EB76A]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@8e3c79b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1496741 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CC43A0B9CC7EB76A]-worker) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44217/solr
   [junit4]   2> 1496742 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CC43A0B9CC7EB76A]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1496749 INFO  (zkConnectionManagerCallback-12895-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1496749 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CC43A0B9CC7EB76A]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1496750 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[CC43A0B9CC7EB76A]-worker-SendThread(127.0.0.1:44217)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x100a23a58140014.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x100a23a58140014, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable to read additional data from server sessionid 0x100a23a58140014, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:350) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1275) [zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 1496851 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CC43A0B9CC7EB76A]-worker) [n:127.0.0.1:43197_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1496852 INFO  (zkConnectionManagerCallback-12897-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1496852 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CC43A0B9CC7EB76A]-worker) [n:127.0.0.1:43197_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1496857 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CC43A0B9CC7EB76A]-worker) [n:127.0.0.1:43197_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 1496861 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CC43A0B9CC7EB76A]-worker) [n:127.0.0.1:43197_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:43197_solr as DOWN
   [junit4]   2> 1496862 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CC43A0B9CC7EB76A]-worker) [n:127.0.0.1:43197_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1496862 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CC43A0B9CC7EB76A]-worker) [n:127.0.0.1:43197_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:43197_solr
   [junit4]   2> 1496863 INFO  (zkCallback-12807-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1496863 INFO  (zkCallback-12865-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1496863 INFO  (zkCallback-12842-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1496863 INFO  (zkCallback-12829-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1496864 INFO  (zkCallback-12896-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1496865 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CC43A0B9CC7EB76A]-worker) [n:127.0.0.1:43197_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1496865 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[CC43A0B9CC7EB76A]-worker) [n:127.0.0.1:43197_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> 1496879 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CC43A0B9CC7EB76A]-worker) [n:127.0.0.1:43197_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1496899 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CC43A0B9CC7EB76A]-worker) [n:127.0.0.1:43197_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43197.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3f414fd
   [junit4]   2> 1496929 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CC43A0B9CC7EB76A]-worker) [n:127.0.0.1:43197_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43197.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3f414fd
   [junit4]   2> 1496929 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CC43A0B9CC7EB76A]-worker) [n:127.0.0.1:43197_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43197.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3f414fd
   [junit4]   2> 1496930 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CC43A0B9CC7EB76A]-worker) [n:127.0.0.1:43197_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestPullReplicaErrorHandling_CC43A0B9CC7EB76A-001/tempDir-001/node2
   [junit4]   2> 1496953 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CC43A0B9CC7EB76A]-worker) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=4
   [junit4]   2> 1496953 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CC43A0B9CC7EB76A]-worker) [     ] o.a.s.c.TestPullReplicaErrorHandling Adding proxy for URL: http://127.0.0.1:42605/solr. Proxy: http://127.0.0.1:43197/solr
   [junit4]   2> 1496953 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CC43A0B9CC7EB76A]-worker) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=67452164
   [junit4]   2> 1496954 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CC43A0B9CC7EB76A]-worker) [     ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:42363_solr
   [junit4]   2> 1496957 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CC43A0B9CC7EB76A]-worker) [     ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 1496957 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CC43A0B9CC7EB76A]-worker) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:42363_solr as DOWN
   [junit4]   2> 1496965 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CC43A0B9CC7EB76A]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 1496965 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CC43A0B9CC7EB76A]-worker) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@3e6d314: rootName = solr_42363, domain = solr.node, service url = null, agent id = null] for registry solr.node/com.codahale.metrics.MetricRegistry@41441766
   [junit4]   2> 1496972 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CC43A0B9CC7EB76A]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
   [junit4]   2> 1496972 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CC43A0B9CC7EB76A]-worker) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@4af59345: rootName = solr_42363, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm/com.codahale.metrics.MetricRegistry@7859a797
   [junit4]   2> 1496976 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CC43A0B9CC7EB76A]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 1496976 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CC43A0B9CC7EB76A]-worker) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@6f471d40: rootName = solr_42363, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty/com.codahale.metrics.MetricRegistry@3b414129
   [junit4]   2> 1496976 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CC43A0B9CC7EB76A]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster tag=null
   [junit4]   2> 1496986 INFO  (closeThreadPool-12910-thread-2) [     ] o.a.s.c.Overseer Overseer (id=72235965507436556-127.0.0.1:42363_solr-n_0000000002) closing
   [junit4]   2> 1496993 INFO  (OverseerStateUpdate-72235965507436556-127.0.0.1:42363_solr-n_0000000002) [n:127.0.0.1:42363_solr     ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:42363_solr
   [junit4]   2> 1497007 INFO  (OverseerAutoScalingTriggerThread-72235965507436556-127.0.0.1:42363_solr-n_0000000002) [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 1497007 INFO  (closeThreadPool-12910-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72235965507436556-127.0.0.1:42363_solr-n_0000000002) closing
   [junit4]   2> 1497009 WARN  (jetty-launcher-12746-thread-1-SendThread(127.0.0.1:44217)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x100a23a5814000c.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x100a23a5814000c, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable to read additional data from server sessionid 0x100a23a5814000c, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:350) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1275) [zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 1497010 INFO  (zkCallback-12842-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1497010 INFO  (zkCallback-12896-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1497010 INFO  (zkCallback-12865-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1497010 INFO  (zkCallback-12829-thread-1) [     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:34283_solr
   [junit4]   2> 1497011 INFO  (zkCallback-12829-thread-1) [n:127.0.0.1:34283_solr     ] o.a.s.c.Overseer Overseer (id=72235965507436558-127.0.0.1:34283_solr-n_0000000003) starting
   [junit4]   2> 1497018 INFO  (zkCallback-12829-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1497025 INFO  (OverseerStateUpdate-72235965507436558-127.0.0.1:34283_solr-n_0000000003) [n:127.0.0.1:34283_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:34283_solr
   [junit4]   2> 1497110 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CC43A0B9CC7EB76A]-worker) [     ] o.a.s.c.Overseer Overseer (id=72235965507436556-127.0.0.1:42363_solr-n_0000000002) closing
   [junit4]   2> 1497111 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CC43A0B9CC7EB76A]-worker) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@2049cc8f{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 1497112 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CC43A0B9CC7EB76A]-worker) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@3ee07cc{/solr,null,UNAVAILABLE}
   [junit4]   2> 1497112 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CC43A0B9CC7EB76A]-worker) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1497113 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CC43A0B9CC7EB76A]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1497113 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[CC43A0B9CC7EB76A]-worker) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 1497113 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CC43A0B9CC7EB76A]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1497113 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CC43A0B9CC7EB76A]-worker) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 1.8.0_252-b09
   [junit4]   2> 1497114 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CC43A0B9CC7EB76A]-worker) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1497114 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CC43A0B9CC7EB76A]-worker) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1497114 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CC43A0B9CC7EB76A]-worker) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1497114 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CC43A0B9CC7EB76A]-worker) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@369fd9d3{/solr,null,AVAILABLE}
   [junit4]   2> 1497115 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CC43A0B9CC7EB76A]-worker) [     ] o.e.j.s.AbstractConnector Started ServerConnector@2f5921dc{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:38465}
   [junit4]   2> 1497115 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CC43A0B9CC7EB76A]-worker) [     ] o.e.j.s.Server Started @1497174ms
   [junit4]   2> 1497115 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CC43A0B9CC7EB76A]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=32801}
   [junit4]   2> 1497115 ERROR (SUITE-TestPullReplicaErrorHandling-seed#[CC43A0B9CC7EB76A]-worker) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit

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

.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	9	/solr/aliases.json
   [junit4]   2> 	9	/solr/clusterprops.json
   [junit4]   2> 	8	/solr/packages.json
   [junit4]   2> 	8	/solr/security.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	9	/solr/clusterstate.json
   [junit4]   2> 	5	/solr/autoscaling.json
   [junit4]   2> 	2	/solr/overseer_elect/election/72235965507436562-127.0.0.1:36631_solr-n_0000000004
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	61	/solr/live_nodes
   [junit4]   2> 	25	/solr/overseer/queue
   [junit4]   2> 	9	/solr/collections
   [junit4]   2> 	5	/solr/autoscaling/events/.scheduled_maintenance
   [junit4]   2> 	5	/solr/autoscaling/events/.auto_add_replicas
   [junit4]   2> 	5	/solr/overseer/queue-work
   [junit4]   2> 	5	/solr/overseer/collection-queue-work
   [junit4]   2> 
   [junit4]   2> 1593815 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CC43A0B9CC7EB76A]-worker) [     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:44217
   [junit4]   2> 1593815 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CC43A0B9CC7EB76A]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:44217
   [junit4]   2> 1593815 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CC43A0B9CC7EB76A]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 44217
   [junit4]   2> 1593815 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CC43A0B9CC7EB76A]-worker) [     ] o.a.s.SolrTestCaseJ4 ------------------------------------------------------- Done waiting for tracked resources to be released
   [junit4]   2> Oct 02, 2020 9:53:58 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(Lucene87): {}, docValues:{}, maxPointsInLeafNode=1708, maxMBSortInHeap=5.360467225129083, sim=Asserting(RandomSimilarity(queryNorm=false): {}), locale=de-LU, timezone=America/Santo_Domingo
   [junit4]   2> NOTE: Linux 5.4.0-45-generic amd64/Oracle Corporation 1.8.0_252 (64-bit)/cpus=4,threads=1,free=125576056,total=524288000
   [junit4]   2> NOTE: All tests run in this JVM: [HdfsNNFailoverTest, ConnectionManagerTest, AnalyticsMergeStrategyTest, LegacyCloudClusterPropTest, NumberUtilsTest, InfixSuggestersTest, TestSolr4Spatial2, TestNamedUpdateProcessors, TestGraphMLResponseWriter, TestMinHashQParser, TestFieldTypeResource, TestSchemaField, TestHdfsBackupRestoreCore, TestCrossCoreJoin, TestManagedSchemaAPI, TestPKIAuthenticationPlugin, TestSimNodeAddedTrigger, TestJoin, TestFuzzyAnalyzedSuggestions, RangeFacetCloudTest, CloneFieldUpdateProcessorFactoryTest, TestJettySolrRunner, OverseerRolesTest, XMLAtomicUpdateMultivalueTest, SpellingQueryConverterTest, TestSolrCoreSnapshots, SolrRequestParserTest, DateMathParserTest, TestSolrXml, TestReqParamsAPI, LukeRequestHandlerTest, PingRequestHandlerTest, DeleteLastCustomShardedReplicaTest, TestSolrCoreProperties, MetricsConfigTest, V2ApiIntegrationTest, CollectionsAPIAsyncDistributedZkTest, DistributedMLTComponentTest, SolrMetricsIntegrationTest, TestHdfsUpdateLog, TestSolrCloudWithHadoopAuthPlugin, RulesTest, AddBlockUpdateTest, ResponseBuilderTest, IndexBasedSpellCheckerTest, TestRawResponseWriter, TestOverriddenPrefixQueryForCustomFieldType, TestSolrJ, TestDynamicFieldResource, PeerSyncWithBufferUpdatesTest, MultiSolrCloudTestCaseTest, TestSchemaVersionResource, OutOfBoxZkACLAndCredentialsProvidersTest, TestTolerantUpdateProcessorCloud, TestQueryTypes, TestCloudConsistency, TestSegmentSorting, BooleanFieldTest, TestGraphTermsQParserPlugin, TestTextField, AnalysisAfterCoreReloadTest, DistributedFacetPivotLongTailTest, AssignTest, DeleteStatusTest, TestRandomRequestDistribution, TestNonDefinedSimilarityFactory, TestBinaryField, TestConfigSets, TestExportWriter, SuggesterTSTTest, HdfsDirectoryFactoryTest, DistributedDebugComponentTest, TestAnalyzedSuggestions, TestRestManager, SaslZkACLProviderTest, HttpPartitionWithTlogReplicasTest, ForceLeaderWithTlogReplicasTest, HealthCheckHandlerTest, CoreAdminOperationTest, TermVectorComponentDistributedTest, IndexSizeTriggerTest, PathHierarchyTokenizerFactoryTest, HighlighterWithoutStoredIdTest, TestComplexPhraseLeadingWildcard, TestSubQueryTransformerCrossCore, TestStressVersions, TestLocalFSCloudBackupRestore, TestCloudSearcherWarming, TestNestedDocsSort, TestSimExecutePlanAction, Tagger2Test, DateFieldTest, PropertiesRequestHandlerTest, AddSchemaFieldsUpdateProcessorFactoryTest, TestExactStatsCache, SpatialFilterTest, DistributedQueueTest, ThreadDumpHandlerTest, RestoreTriggerStateTest, ClusterStateMockUtilTest, TestInPlaceUpdatesStandalone, CustomCollectionTest, TestMacroExpander, URLClassifyProcessorTest, TestSolrCLIRunExample, BasicZkTest, IndexSchemaTest, DocExpirationUpdateProcessorFactoryTest, AliasIntegrationTest, CollectionStateFormat2Test, BlockDirectoryTest, DisMaxRequestHandlerTest, DistributedIntervalFacetingTest, TestDocumentBuilder, TestGroupingSearch, TestHighlightDedupGrouping, TestLuceneMatchVersion, TestReversedWildcardFilterFactory, TestWordDelimiterFilterFactory, TokenizerChainTest, TestLuceneIndexBackCompat, MissingSegmentRecoveryTest, MoveReplicaHDFSTest, OverseerTaskQueueTest, OverseerTest, ReindexCollectionTest, SystemCollectionCompatTest, TestCloudPivotFacet, TestConfigSetsAPIZkFailure, TestCryptoKeys, TestLeaderElectionWithEmptyReplica, TestPullReplica, TestPullReplicaErrorHandling]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestPullReplicaErrorHandling -Dtests.seed=CC43A0B9CC7EB76A -Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=de-LU -Dtests.timezone=America/Santo_Domingo -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.00s J0 | TestPullReplicaErrorHandling (suite) <<<
   [junit4]    > Throwable #1: org.apache.solr.client.solrj.SolrServerException: Timeout occurred while waiting response from server at: http://127.0.0.1:32801/solr
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([CC43A0B9CC7EB76A]:0)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:692)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:266)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:390)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:360)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1173)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:934)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:866)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:214)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:231)
   [junit4]    > 	at org.apache.solr.cloud.TestPullReplicaErrorHandling.setupCluster(TestPullReplicaErrorHandling.java:98)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4]    > Caused by: java.net.SocketTimeoutException: Read timed out
   [junit4]    > 	at java.net.SocketInputStream.socketRead0(Native Method)
   [junit4]    > 	at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
   [junit4]    > 	at java.net.SocketInputStream.read(SocketInputStream.java:171)
   [junit4]    > 	at java.net.SocketInputStream.read(SocketInputStream.java:141)
   [junit4]    > 	at org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:137)
   [junit4]    > 	at org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:153)
   [junit4]    > 	at org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:280)
   [junit4]    > 	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138)
   [junit4]    > 	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
   [junit4]    > 	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)
   [junit4]    > 	at org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163)
   [junit4]    > 	at org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:157)
   [junit4]    > 	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)
   [junit4]    > 	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
   [junit4]    > 	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
   [junit4]    > 	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
   [junit4]    > 	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
   [junit4]    > 	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
   [junit4]    > 	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
   [junit4]    > 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
   [junit4]    > 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:571)
   [junit4]    > 	... 34 more
   [junit4] Completed [546/920 (1!)] on J0 in 100.53s, 0 tests, 1 error <<< FAILURES!

[...truncated 53559 lines...]