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

[JENKINS] Lucene-Solr-8.x-Windows (32bit/jdk1.8.0_201) - Build # 1569 - Unstable!

Build: https://jenkins.thetaphi.de/job/Lucene-Solr-8.x-Windows/1569/
Java: 32bit/jdk1.8.0_201 -server -XX:+UseG1GC

1 tests failed.
FAILED:  org.apache.solr.cloud.TestPullReplicaErrorHandling.testCantConnectToLeader

Error Message:
Didn't get expected doc count. Expected: 10, Found: 0

Stack Trace:
java.lang.AssertionError: Didn't get expected doc count. Expected: 10, Found: 0
	at __randomizedtesting.SeedInfo.seed([9BBDA807A8F65EE4:15B1C877DDEEDACE]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.apache.solr.cloud.TestPullReplicaErrorHandling.assertNumDocs(TestPullReplicaErrorHandling.java:256)
	at org.apache.solr.cloud.TestPullReplicaErrorHandling.assertNumDocs(TestPullReplicaErrorHandling.java:261)
	at org.apache.solr.cloud.TestPullReplicaErrorHandling.testCantConnectToLeader(TestPullReplicaErrorHandling.java:200)
	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$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	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)




Build Log:
[...truncated 14136 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestPullReplicaErrorHandling
   [junit4]   2> 368230 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9BBDA807A8F65EE4]-worker) [     ] o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to test-framework derived value of 'C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\server\solr\configsets\_default\conf'
   [junit4]   2> 368230 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9BBDA807A8F65EE4]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 368233 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9BBDA807A8F65EE4]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J4\temp\solr.cloud.TestPullReplicaErrorHandling_9BBDA807A8F65EE4-001\data-dir-82-001
   [junit4]   2> 368233 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9BBDA807A8F65EE4]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 368235 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9BBDA807A8F65EE4]-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> 368236 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9BBDA807A8F65EE4]-worker) [     ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J4\temp\solr.cloud.TestPullReplicaErrorHandling_9BBDA807A8F65EE4-001\tempDir-001
   [junit4]   2> 368236 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9BBDA807A8F65EE4]-worker) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 368237 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port: 0.0.0.0/0.0.0.0:0
   [junit4]   2> 368237 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 368240 WARN  (ZkTestServer Run Thread) [     ] o.a.z.s.ServerCnxnFactory maxCnxns is not configured, using default value 0.
   [junit4]   2> 368338 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9BBDA807A8F65EE4]-worker) [     ] o.a.s.c.ZkTestServer start zk server on port: 58349
   [junit4]   2> 368338 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9BBDA807A8F65EE4]-worker) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:58349
   [junit4]   2> 368338 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9BBDA807A8F65EE4]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:58349
   [junit4]   2> 368338 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9BBDA807A8F65EE4]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 58349
   [junit4]   2> 368339 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9BBDA807A8F65EE4]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 368347 INFO  (zkConnectionManagerCallback-3455-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 368347 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9BBDA807A8F65EE4]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 368354 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9BBDA807A8F65EE4]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 368360 INFO  (zkConnectionManagerCallback-3457-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 368360 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9BBDA807A8F65EE4]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 368362 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9BBDA807A8F65EE4]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 368366 INFO  (zkConnectionManagerCallback-3459-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 368366 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9BBDA807A8F65EE4]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 368476 WARN  (jetty-launcher-3460-thread-2) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 368476 WARN  (jetty-launcher-3460-thread-3) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 368476 WARN  (jetty-launcher-3460-thread-1) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 368476 INFO  (jetty-launcher-3460-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 368476 INFO  (jetty-launcher-3460-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 368476 INFO  (jetty-launcher-3460-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 368476 INFO  (jetty-launcher-3460-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 368476 INFO  (jetty-launcher-3460-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 368476 WARN  (jetty-launcher-3460-thread-4) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 368476 INFO  (jetty-launcher-3460-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 368476 INFO  (jetty-launcher-3460-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 368476 INFO  (jetty-launcher-3460-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 368476 INFO  (jetty-launcher-3460-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_201-b09
   [junit4]   2> 368476 INFO  (jetty-launcher-3460-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_201-b09
   [junit4]   2> 368476 INFO  (jetty-launcher-3460-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_201-b09
   [junit4]   2> 368476 INFO  (jetty-launcher-3460-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_201-b09
   [junit4]   2> 368476 INFO  (jetty-launcher-3460-thread-4) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 368476 INFO  (jetty-launcher-3460-thread-4) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 368476 INFO  (jetty-launcher-3460-thread-4) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 368478 INFO  (jetty-launcher-3460-thread-4) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1b37f86{/solr,null,AVAILABLE}
   [junit4]   2> 368478 INFO  (jetty-launcher-3460-thread-3) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 368478 INFO  (jetty-launcher-3460-thread-3) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 368478 INFO  (jetty-launcher-3460-thread-3) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 368478 INFO  (jetty-launcher-3460-thread-3) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@b05dfa{/solr,null,AVAILABLE}
   [junit4]   2> 368478 INFO  (jetty-launcher-3460-thread-2) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 368478 INFO  (jetty-launcher-3460-thread-2) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 368478 INFO  (jetty-launcher-3460-thread-2) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 368478 INFO  (jetty-launcher-3460-thread-2) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1132238{/solr,null,AVAILABLE}
   [junit4]   2> 368478 INFO  (jetty-launcher-3460-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 368478 INFO  (jetty-launcher-3460-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 368478 INFO  (jetty-launcher-3460-thread-1) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 368478 INFO  (jetty-launcher-3460-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@4208b1{/solr,null,AVAILABLE}
   [junit4]   2> 368478 INFO  (jetty-launcher-3460-thread-4) [     ] o.e.j.s.AbstractConnector Started ServerConnector@163608a{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:58362}
   [junit4]   2> 368478 INFO  (jetty-launcher-3460-thread-4) [     ] o.e.j.s.Server Started @368423ms
   [junit4]   2> 368478 INFO  (jetty-launcher-3460-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=58362}
   [junit4]   2> 368478 ERROR (jetty-launcher-3460-thread-4) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 368478 INFO  (jetty-launcher-3460-thread-4) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 368478 INFO  (jetty-launcher-3460-thread-4) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.7.0
   [junit4]   2> 368478 INFO  (jetty-launcher-3460-thread-4) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 368478 INFO  (jetty-launcher-3460-thread-4) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr
   [junit4]   2> 368478 INFO  (jetty-launcher-3460-thread-4) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-08-25T08:37:22.565Z
   [junit4]   2> 368478 INFO  (jetty-launcher-3460-thread-3) [     ] o.e.j.s.AbstractConnector Started ServerConnector@b5ddef{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:58365}
   [junit4]   2> 368478 INFO  (jetty-launcher-3460-thread-3) [     ] o.e.j.s.Server Started @368424ms
   [junit4]   2> 368478 INFO  (jetty-launcher-3460-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=58365}
   [junit4]   2> 368478 ERROR (jetty-launcher-3460-thread-3) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 368478 INFO  (jetty-launcher-3460-thread-3) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 368478 INFO  (jetty-launcher-3460-thread-3) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.7.0
   [junit4]   2> 368478 INFO  (jetty-launcher-3460-thread-3) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 368478 INFO  (jetty-launcher-3460-thread-3) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr
   [junit4]   2> 368478 INFO  (jetty-launcher-3460-thread-3) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-08-25T08:37:22.565Z
   [junit4]   2> 368478 INFO  (jetty-launcher-3460-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@15f4cbb{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:58374}
   [junit4]   2> 368478 INFO  (jetty-launcher-3460-thread-1) [     ] o.e.j.s.Server Started @368424ms
   [junit4]   2> 368478 INFO  (jetty-launcher-3460-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=58374}
   [junit4]   2> 368478 ERROR (jetty-launcher-3460-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 368478 INFO  (jetty-launcher-3460-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 368478 INFO  (jetty-launcher-3460-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.7.0
   [junit4]   2> 368478 INFO  (jetty-launcher-3460-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 368478 INFO  (jetty-launcher-3460-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr
   [junit4]   2> 368478 INFO  (jetty-launcher-3460-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-08-25T08:37:22.565Z
   [junit4]   2> 368478 INFO  (jetty-launcher-3460-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 368478 INFO  (jetty-launcher-3460-thread-4) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 368482 INFO  (jetty-launcher-3460-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 368482 INFO  (jetty-launcher-3460-thread-2) [     ] o.e.j.s.AbstractConnector Started ServerConnector@1a4694a{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:58369}
   [junit4]   2> 368482 INFO  (jetty-launcher-3460-thread-2) [     ] o.e.j.s.Server Started @368426ms
   [junit4]   2> 368482 INFO  (jetty-launcher-3460-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=58369}
   [junit4]   2> 368482 ERROR (jetty-launcher-3460-thread-2) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 368482 INFO  (jetty-launcher-3460-thread-2) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 368482 INFO  (jetty-launcher-3460-thread-2) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.7.0
   [junit4]   2> 368482 INFO  (jetty-launcher-3460-thread-2) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 368482 INFO  (jetty-launcher-3460-thread-2) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr
   [junit4]   2> 368482 INFO  (jetty-launcher-3460-thread-2) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-08-25T08:37:22.569Z
   [junit4]   2> 368484 INFO  (jetty-launcher-3460-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 368490 INFO  (zkConnectionManagerCallback-3464-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 368490 INFO  (jetty-launcher-3460-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 368490 INFO  (zkConnectionManagerCallback-3468-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 368490 INFO  (zkConnectionManagerCallback-3462-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 368490 INFO  (jetty-launcher-3460-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 368490 INFO  (jetty-launcher-3460-thread-4) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 368491 INFO  (zkConnectionManagerCallback-3466-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 368491 INFO  (jetty-launcher-3460-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 368491 INFO  (jetty-launcher-3460-thread-3) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 368491 INFO  (jetty-launcher-3460-thread-1) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 368491 INFO  (jetty-launcher-3460-thread-4) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 368491 INFO  (jetty-launcher-3460-thread-2) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 368510 ERROR (Finalizer) [     ] o.a.s.u.ConcurrentLFUCache ConcurrentLFUCache was not destroyed prior to finalize(), indicates a bug -- POSSIBLE RESOURCE LEAK!!!
   [junit4]   2> 368769 INFO  (jetty-launcher-3460-thread-2) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 368771 WARN  (jetty-launcher-3460-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@11e3e02[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 368771 WARN  (jetty-launcher-3460-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@11e3e02[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 368777 WARN  (jetty-launcher-3460-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@ae3759[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 368777 WARN  (jetty-launcher-3460-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@ae3759[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 368778 INFO  (jetty-launcher-3460-thread-2) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:58349/solr
   [junit4]   2> 368779 INFO  (jetty-launcher-3460-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 368782 INFO  (zkConnectionManagerCallback-3481-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 368782 INFO  (jetty-launcher-3460-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 369016 INFO  (jetty-launcher-3460-thread-4) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 369018 WARN  (jetty-launcher-3460-thread-4) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@94b124[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 369018 WARN  (jetty-launcher-3460-thread-4) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@94b124[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 369026 WARN  (jetty-launcher-3460-thread-4) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@f6206e[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 369026 WARN  (jetty-launcher-3460-thread-4) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@f6206e[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 369026 INFO  (jetty-launcher-3460-thread-2) [n:127.0.0.1:58369_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 369026 INFO  (jetty-launcher-3460-thread-4) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:58349/solr
   [junit4]   2> 369026 INFO  (jetty-launcher-3460-thread-4) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 369030 INFO  (zkConnectionManagerCallback-3493-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 369030 INFO  (jetty-launcher-3460-thread-2) [n:127.0.0.1:58369_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 369030 INFO  (zkConnectionManagerCallback-3496-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 369030 INFO  (jetty-launcher-3460-thread-4) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 369069 INFO  (jetty-launcher-3460-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 369071 WARN  (jetty-launcher-3460-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@1b602a3[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 369071 WARN  (jetty-launcher-3460-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@1b602a3[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 369075 WARN  (jetty-launcher-3460-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@e34851[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 369075 WARN  (jetty-launcher-3460-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@e34851[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 369075 INFO  (jetty-launcher-3460-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:58349/solr
   [junit4]   2> 369075 INFO  (jetty-launcher-3460-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 369082 INFO  (zkConnectionManagerCallback-3505-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 369082 INFO  (jetty-launcher-3460-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 369141 INFO  (jetty-launcher-3460-thread-4) [n:127.0.0.1:58362_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 369145 INFO  (zkConnectionManagerCallback-3507-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 369145 INFO  (jetty-launcher-3460-thread-4) [n:127.0.0.1:58362_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 369164 INFO  (jetty-launcher-3460-thread-3) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 369167 WARN  (jetty-launcher-3460-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@4bb9a1[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 369167 WARN  (jetty-launcher-3460-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@4bb9a1[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 369170 WARN  (jetty-launcher-3460-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@47f22d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 369171 WARN  (jetty-launcher-3460-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@47f22d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 369172 INFO  (jetty-launcher-3460-thread-3) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:58349/solr
   [junit4]   2> 369172 INFO  (jetty-launcher-3460-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 369177 INFO  (zkConnectionManagerCallback-3516-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 369177 INFO  (jetty-launcher-3460-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 369199 INFO  (jetty-launcher-3460-thread-4) [n:127.0.0.1:58362_solr     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:58362_solr
   [junit4]   2> 369202 INFO  (jetty-launcher-3460-thread-4) [n:127.0.0.1:58362_solr     ] o.a.s.c.Overseer Overseer (id=72124859109343243-127.0.0.1:58362_solr-n_0000000000) starting
   [junit4]   2> 369222 INFO  (jetty-launcher-3460-thread-4) [n:127.0.0.1:58362_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:58362_solr
   [junit4]   2> 369222 INFO  (OverseerStateUpdate-72124859109343243-127.0.0.1:58362_solr-n_0000000000) [n:127.0.0.1:58362_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:58362_solr
   [junit4]   2> 369235 INFO  (OverseerStateUpdate-72124859109343243-127.0.0.1:58362_solr-n_0000000000) [n:127.0.0.1:58362_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 369241 INFO  (jetty-launcher-3460-thread-4) [n:127.0.0.1:58362_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 369241 INFO  (jetty-launcher-3460-thread-1) [n:127.0.0.1:58374_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 369241 WARN  (jetty-launcher-3460-thread-4) [n:127.0.0.1:58362_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> 369246 INFO  (zkConnectionManagerCallback-3523-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 369246 INFO  (jetty-launcher-3460-thread-1) [n:127.0.0.1:58374_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 369276 INFO  (jetty-launcher-3460-thread-1) [n:127.0.0.1:58374_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 369307 INFO  (jetty-launcher-3460-thread-1) [n:127.0.0.1:58374_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:58374_solr as DOWN
   [junit4]   2> 369316 INFO  (jetty-launcher-3460-thread-4) [n:127.0.0.1:58362_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 369319 INFO  (jetty-launcher-3460-thread-1) [n:127.0.0.1:58374_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 369319 INFO  (jetty-launcher-3460-thread-1) [n:127.0.0.1:58374_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:58374_solr
   [junit4]   2> 369326 INFO  (zkCallback-3506-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 369326 INFO  (zkCallback-3522-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 369332 INFO  (jetty-launcher-3460-thread-1) [n:127.0.0.1:58374_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 369332 WARN  (jetty-launcher-3460-thread-1) [n:127.0.0.1:58374_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> 369342 INFO  (jetty-launcher-3460-thread-3) [n:127.0.0.1:58365_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 369362 INFO  (zkConnectionManagerCallback-3532-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 369362 INFO  (jetty-launcher-3460-thread-3) [n:127.0.0.1:58365_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 369410 INFO  (jetty-launcher-3460-thread-4) [n:127.0.0.1:58362_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_58362.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@8df24
   [junit4]   2> 369414 INFO  (jetty-launcher-3460-thread-4) [n:127.0.0.1:58362_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_58362.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@8df24
   [junit4]   2> 369414 INFO  (jetty-launcher-3460-thread-4) [n:127.0.0.1:58362_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_58362.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@8df24
   [junit4]   2> 369414 INFO  (jetty-launcher-3460-thread-1) [n:127.0.0.1:58374_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 369419 INFO  (jetty-launcher-3460-thread-4) [n:127.0.0.1:58362_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J4\temp\solr.cloud.TestPullReplicaErrorHandling_9BBDA807A8F65EE4-001\tempDir-001\node4
   [junit4]   2> 369432 INFO  (jetty-launcher-3460-thread-3) [n:127.0.0.1:58365_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 369446 INFO  (jetty-launcher-3460-thread-1) [n:127.0.0.1:58374_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_58374.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@8df24
   [junit4]   2> 369451 INFO  (jetty-launcher-3460-thread-1) [n:127.0.0.1:58374_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_58374.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@8df24
   [junit4]   2> 369451 INFO  (jetty-launcher-3460-thread-1) [n:127.0.0.1:58374_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_58374.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@8df24
   [junit4]   2> 369454 INFO  (jetty-launcher-3460-thread-1) [n:127.0.0.1:58374_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J4\temp\solr.cloud.TestPullReplicaErrorHandling_9BBDA807A8F65EE4-001\tempDir-001\node1
   [junit4]   2> 369465 INFO  (jetty-launcher-3460-thread-3) [n:127.0.0.1:58365_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:58365_solr as DOWN
   [junit4]   2> 369476 INFO  (jetty-launcher-3460-thread-3) [n:127.0.0.1:58365_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 369476 INFO  (jetty-launcher-3460-thread-3) [n:127.0.0.1:58365_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:58365_solr
   [junit4]   2> 369484 INFO  (zkCallback-3522-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 369484 INFO  (zkCallback-3506-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 369484 INFO  (zkCallback-3531-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 369490 INFO  (jetty-launcher-3460-thread-3) [n:127.0.0.1:58365_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 369490 WARN  (jetty-launcher-3460-thread-3) [n:127.0.0.1:58365_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> 369557 INFO  (jetty-launcher-3460-thread-3) [n:127.0.0.1:58365_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 369593 INFO  (jetty-launcher-3460-thread-3) [n:127.0.0.1:58365_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_58365.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@8df24
   [junit4]   2> 369597 INFO  (jetty-launcher-3460-thread-3) [n:127.0.0.1:58365_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_58365.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@8df24
   [junit4]   2> 369597 INFO  (jetty-launcher-3460-thread-3) [n:127.0.0.1:58365_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_58365.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@8df24
   [junit4]   2> 369598 INFO  (jetty-launcher-3460-thread-3) [n:127.0.0.1:58365_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J4\temp\solr.cloud.TestPullReplicaErrorHandling_9BBDA807A8F65EE4-001\tempDir-001\node3
   [junit4]   2> 369657 INFO  (jetty-launcher-3460-thread-2) [n:127.0.0.1:58369_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 369663 INFO  (jetty-launcher-3460-thread-2) [n:127.0.0.1:58369_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:58369_solr as DOWN
   [junit4]   2> 369665 INFO  (jetty-launcher-3460-thread-2) [n:127.0.0.1:58369_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 369665 INFO  (jetty-launcher-3460-thread-2) [n:127.0.0.1:58369_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:58369_solr
   [junit4]   2> 369671 INFO  (zkCallback-3522-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 369671 INFO  (zkCallback-3492-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 369672 INFO  (zkCallback-3531-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 369672 INFO  (zkCallback-3506-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 369676 INFO  (jetty-launcher-3460-thread-2) [n:127.0.0.1:58369_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 369676 WARN  (jetty-launcher-3460-thread-2) [n:127.0.0.1:58369_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> 369748 INFO  (jetty-launcher-3460-thread-2) [n:127.0.0.1:58369_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 369774 INFO  (jetty-launcher-3460-thread-2) [n:127.0.0.1:58369_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_58369.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@8df24
   [junit4]   2> 369778 INFO  (jetty-launcher-3460-thread-2) [n:127.0.0.1:58369_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_58369.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@8df24
   [junit4]   2> 369778 INFO  (jetty-launcher-3460-thread-2) [n:127.0.0.1:58369_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_58369.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@8df24
   [junit4]   2> 369782 INFO  (jetty-launcher-3460-thread-2) [n:127.0.0.1:58369_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J4\temp\solr.cloud.TestPullReplicaErrorHandling_9BBDA807A8F65EE4-001\tempDir-001\node2
   [junit4]   2> 369814 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9BBDA807A8F65EE4]-worker) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=4
   [junit4]   2> 369814 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9BBDA807A8F65EE4]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 369818 INFO  (zkConnectionManagerCallback-3557-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 369818 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9BBDA807A8F65EE4]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 369822 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9BBDA807A8F65EE4]-worker) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 369822 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9BBDA807A8F65EE4]-worker) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:58349/solr ready
   [junit4]   2> 369837 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9BBDA807A8F65EE4]-worker) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=30384056
   [junit4]   2> 369837 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9BBDA807A8F65EE4]-worker) [     ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:58362_solr
   [junit4]   2> 369839 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9BBDA807A8F65EE4]-worker) [     ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 369839 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9BBDA807A8F65EE4]-worker) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:58362_solr as DOWN
   [junit4]   2> 369842 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9BBDA807A8F65EE4]-worker) [     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 369842 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9BBDA807A8F65EE4]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 369842 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9BBDA807A8F65EE4]-worker) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@126fcd7: rootName = solr_58362, domain = solr.node, service url = null, agent id = null] for registry solr.node/com.codahale.metrics.MetricRegistry@1f1d380
   [junit4]   2> 369847 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9BBDA807A8F65EE4]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
   [junit4]   2> 369847 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9BBDA807A8F65EE4]-worker) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@8a76bc: rootName = solr_58362, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm/com.codahale.metrics.MetricRegistry@539ee4
   [junit4]   2> 369850 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9BBDA807A8F65EE4]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 369850 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9BBDA807A8F65EE4]-worker) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@110c3f3: rootName = solr_58362, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty/com.codahale.metrics.MetricRegistry@1a79977
   [junit4]   2> 369850 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9BBDA807A8F65EE4]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster tag=null
   [junit4]   2> 369850 INFO  (closeThreadPool-3562-thread-2) [     ] o.a.s.c.Overseer Overseer (id=72124859109343243-127.0.0.1:58362_solr-n_0000000000) closing
   [junit4]   2> 369850 INFO  (OverseerStateUpdate-72124859109343243-127.0.0.1:58362_solr-n_0000000000) [n:127.0.0.1:58362_solr     ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:58362_solr
   [junit4]   2> 369852 INFO  (OverseerAutoScalingTriggerThread-72124859109343243-127.0.0.1:58362_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 369853 INFO  (closeThreadPool-3562-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72124859109343243-127.0.0.1:58362_solr-n_0000000000) closing
   [junit4]   2> 369855 WARN  (jetty-launcher-3460-thread-4-SendThread(127.0.0.1:58349)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x1003d2d5eb0000b.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x1003d2d5eb0000b, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:75)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable to read additional data from server sessionid 0x1003d2d5eb0000b, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:75) ~[zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:348) ~[zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1262) [zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 369856 INFO  (zkCallback-3522-thread-1) [     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:58374_solr
   [junit4]   2> 369856 INFO  (zkCallback-3531-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 369856 INFO  (zkCallback-3556-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 369856 INFO  (zkCallback-3492-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 369858 INFO  (zkCallback-3522-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 369860 INFO  (zkCallback-3522-thread-1) [n:127.0.0.1:58374_solr     ] o.a.s.c.Overseer Overseer (id=72124859109343245-127.0.0.1:58374_solr-n_0000000001) starting
   [junit4]   2> 369865 INFO  (OverseerStateUpdate-72124859109343245-127.0.0.1:58374_solr-n_0000000001) [n:127.0.0.1:58374_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:58374_solr
   [junit4]   2> 369956 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9BBDA807A8F65EE4]-worker) [     ] o.a.s.c.Overseer Overseer (id=72124859109343243-127.0.0.1:58362_solr-n_0000000000) closing
   [junit4]   2> 369958 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9BBDA807A8F65EE4]-worker) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@163608a{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 369959 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9BBDA807A8F65EE4]-worker) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@1b37f86{/solr,null,UNAVAILABLE}
   [junit4]   2> 369959 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9BBDA807A8F65EE4]-worker) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 369959 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9BBDA807A8F65EE4]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 369959 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[9BBDA807A8F65EE4]-worker) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 369959 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9BBDA807A8F65EE4]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 369960 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9BBDA807A8F65EE4]-worker) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 1.8.0_201-b09
   [junit4]   2> 369961 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9BBDA807A8F65EE4]-worker) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 369961 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9BBDA807A8F65EE4]-worker) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 369961 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9BBDA807A8F65EE4]-worker) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 369961 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9BBDA807A8F65EE4]-worker) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1c35ae4{/solr,null,AVAILABLE}
   [junit4]   2> 369963 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9BBDA807A8F65EE4]-worker) [     ] o.e.j.s.AbstractConnector Started ServerConnector@43e879{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:58468}
   [junit4]   2> 369963 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9BBDA807A8F65EE4]-worker) [     ] o.e.j.s.Server Started @369907ms
   [junit4]   2> 369963 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9BBDA807A8F65EE4]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=58467}
   [junit4]   2> 369963 ERROR (SUITE-TestPullReplicaErrorHandling-seed#[9BBDA807A8F65EE4]-worker) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 369963 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9BBDA807A8F65EE4]-worker) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 369963 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9BBDA807A8F65EE4]-worker) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.7.0
   [junit4]   2> 369963 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9BBDA807A8F65EE4]-worker) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 369963 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9BBDA807A8F65EE4]-worker) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr
   [junit4]   2> 369963 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9BBDA807A8F65EE4]-worker) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-08-25T08:37:24.050Z
   [junit4]   2> 369964 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9BBDA807A8F65EE4]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 369970 INFO  (zkConnectionManagerCallback-3568-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 369970 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9BBDA807A8F65EE4]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 369971 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9BBDA807A8F65EE4]-worker) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 369986 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[9BBDA807A8F65EE4]-worker-SendThread(127.0.0.1:58349)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x1003d2d5eb00010.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x1003d2d5eb00010, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:75)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable to read additional data from server sessionid 0x1003d2d5eb00010, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:75) ~[zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:348) ~[zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1262) [zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 370402 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9BBDA807A8F65EE4]-worker) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 370403 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[9BBDA807A8F65EE4]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@1d366e8[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 370403 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[9BBDA807A8F65EE4]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@1d366e8[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 370406 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[9BBDA807A8F65EE4]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@173fbc9[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 370406 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[9BBDA807A8F65EE4]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@173fbc9[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 370407 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9BBDA807A8F65EE4]-worker) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:58349/solr
   [junit4]   2> 370408 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9BBDA807A8F65EE4]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 370412 INFO  (zkConnectionManagerCallback-3578-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 370412 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9BBDA807A8F65EE4]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 370517 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9BBDA807A8F65EE4]-worker) [n:127.0.0.1:58467_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 370520 INFO  (zkConnectionManagerCallback-3580-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 370520 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9BBDA807A8F65EE4]-worker) [n:127.0.0.1:58467_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 370526 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9BBDA807A8F65EE4]-worker) [n:127.0.0.1:58467_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 370532 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9BBDA807A8F65EE4]-worker) [n:127.0.0.1:58467_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:58467_solr as DOWN
   [junit4]   2> 370534 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9BBDA807A8F65EE4]-worker) [n:127.0.0.1:58467_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 370534 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9BBDA807A8F65EE4]-worker) [n:127.0.0.1:58467_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:58467_solr
   [junit4]   2> 370537 INFO  (zkCallback-3556-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 370537 INFO  (zkCallback-3492-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 370537 INFO  (zkCallback-3522-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 370537 INFO  (zkCallback-3531-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 370538 INFO  (zkCallback-3579-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 370539 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9BBDA807A8F65EE4]-worker) [n:127.0.0.1:58467_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 370539 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[9BBDA807A8F65EE4]-worker) [n:127.0.0.1:58467_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> 370599 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9BBDA807A8F65EE4]-worker) [n:127.0.0.1:58467_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 370631 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9BBDA807A8F65EE4]-worker) [n:127.0.0.1:58467_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_58467.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@8df24
   [junit4]   2> 370636 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9BBDA807A8F65EE4]-worker) [n:127.0.0.1:58467_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_58467.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@8df24
   [junit4]   2> 370636 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9BBDA807A8F65EE4]-worker) [n:127.0.0.1:58467_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_58467.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@8df24
   [junit4]   2> 370638 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9BBDA807A8F65EE4]-worker) [n:127.0.0.1:58467_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J4\temp\solr.cloud.TestPullReplicaErrorHandling_9BBDA807A8F65EE4-001\tempDir-001\node4
   [junit4]   2> 370668 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9BBDA807A8F65EE4]-worker) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=4
   [junit4]   2> 370671 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9BBDA807A8F65EE4]-worker) [     ] o.a.s.c.TestPullReplicaErrorHandling Adding proxy for URL: http://127.0.0.1:58468/solr. Proxy: http://127.0.0.1:58467/solr
   [junit4]   2> 370671 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9BBDA807A8F65EE4]-worker) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=26766434
   [junit4]   2> 370672 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9BBDA807A8F65EE4]-worker) [     ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:58374_solr
   [junit4]   2> 370674 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9BBDA807A8F65EE4]-worker) [     ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 370674 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9BBDA807A8F65EE4]-worker) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:58374_solr as DOWN
   [junit4]   2> 370678 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9BBDA807A8F65EE4]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 370678 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9BBDA807A8F65EE4]-worker) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@19e9090: rootName = solr_58374, domain = solr.node, service url = null, agent id = null] for registry solr.node/com.codahale.metrics.MetricRegistry@1e40abc
   [junit4]   2> 370682 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9BBDA807A8F65EE4]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
   [junit4]   2> 370682 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9BBDA807A8F65EE4]-worker) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@1a5c7c: rootName = solr_58374, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm/com.codahale.metrics.MetricRegistry@539ee4
   [junit4]   2> 370689 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9BBDA807A8F65EE4]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 370689 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9BBDA807A8F65EE4]-worker) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@9a1570: rootName = solr_58374, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty/com.codahale.metrics.MetricRegistry@1a79977
   [junit4]   2> 370690 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9BBDA807A8F65EE4]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster tag=null
   [junit4]   2> 370692 INFO  (closeThreadPool-3593-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72124859109343245-127.0.0.1:58374_solr-n_0000000001) closing
   [junit4]   2> 370693 INFO  (OverseerAutoScalingTriggerThread-72124859109343245-127.0.0.1:58374_solr-n_0000000001) [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 370692 INFO  (OverseerStateUpdate-72124859109343245-127.0.0.1:58374_solr-n_0000000001) [n:127.0.0.1:58374_solr     ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:58374_solr
   [junit4]   2> 370695 INFO  (closeThreadPool-3593-thread-2) [     ] o.a.s.c.Overseer Overseer (id=72124859109343245-127.0.0.1:58374_solr-n_0000000001) closing
   [junit4]   2> 370697 INFO  (zkCallback-3492-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 370697 INFO  (zkCallback-3531-thread-1) [     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:58365_solr
   [junit4]   2> 370697 INFO  (zkCallback-3579-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 370697 INFO  (zkCallback-3556-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 370700 INFO  (zkCallback-3531-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 370702 INFO  (zkCallback-3531-thread-1) [n:127.0.0.1:58365_solr     ] o.a.s.c.Overseer Overseer (id=72124859109343246-127.0.0.1:58365_solr-n_0000000002) starting
   [junit4]   2> 370707 INFO  (OverseerStateUpdate-72124859109343246-127.0.0.1:58365_solr-n_0000000002) [n:127.0.0.1:58365_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:58365_solr
   [junit4]   2> 370797 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9BBDA807A8F65EE4]-worker) [     ] o.a.s.c.Overseer Overseer (id=72124859109343245-127.0.0.1:58374_solr-n_0000000001) closing
   [junit4]   2> 370799 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9BBDA807A8F65EE4]-worker) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@15f4cbb{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 370799 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9BBDA807A8F65EE4]-worker) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@4208b1{/solr,null,UNAVAILABLE}
   [junit4]   2> 370799 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9BBDA807A8F65EE4]-worker) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 370800 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9BBDA807A8F65EE4]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 370800 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[9BBDA807A8F65EE4]-worker) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 370800 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9BBDA807A8F65EE4]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 370800 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9BBDA807A8F65EE4]-worker) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 1.8.0_201-b09
   [junit4]   2> 370801 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9BBDA807A8F65EE4]-worker) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 370801 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9BBDA807A8F65EE4]-worker) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 370801 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9BBDA807A8F65EE4]-worker) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 370801 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9BBDA807A8F65EE4]-worker) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@6d5421{/solr,null,AVAILABLE}
   [junit4]   2> 370801 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9BBDA807A8F65EE4]-worker) [     ] o.e.j.s.AbstractConnector Started ServerConnector@10626d1{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:58504}
   [junit4]   2> 370801 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9BBDA807A8F65EE4]-worker) [     ] o.e.j.s.Server Started @370746ms
   [junit4]   2> 370803 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9BBDA807A8F65EE4]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=58503}
   [junit4]   2> 370803 ERROR (SUITE-TestPullReplicaErrorHandling-seed#[9BBDA807A8F65EE4]-worker) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 370803 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9BBDA807A8F65EE4]-worker) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 370803 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9BBDA807A8F65EE4]-worker) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.7.0
   [junit4]   2> 370803 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9BBDA807A8F65EE4]-worker) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 370803 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9BBDA807A8F65EE4]-worker) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr
   [junit4]   2> 370803 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9BBDA807A8F65EE4]-worker) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-08-25T08:37:24.890Z
   [junit4]   2> 370804 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9BBDA807A8F65EE4]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 370807 INFO  (zkConnectionManagerCallback-3599-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 370807 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9BBDA807A8F65EE4]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 370808 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9BBDA807A8F65EE4]-worker) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 371366 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9BBDA807A8F65EE4]-worker) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 371367 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[9BBDA807A8F65EE4]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@10b18ba[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 371367 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[9BBDA807A8F65EE4]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@10b18ba[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 371372 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[9BBDA807A8F65EE4]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@ed9d17[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 371372 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[9BBDA807A8F65EE4]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@ed9d17[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 371373 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9BBDA807A8F65EE4]-worker) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:58349/solr
   [junit4]   2> 371374 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9BBDA807A8F65EE4]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 371378 INFO  (zkConnectionManagerCallback-3609-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 371378 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9BBDA807A8F65EE4]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 371482 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9BBDA807A8F65EE4]-worker) [n:127.0.0.1:58503_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 371485 INFO  (zkConnectionManagerCallback-3611-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 371485 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9BBDA807A8F65EE4]-worker) [n:127.0.0.1:58503_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 371491 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9BBDA807A8F65EE4]-worker) [n:127.0.0.1:58503_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 371497 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9BBDA807A8F65EE4]-worker) [n:127.0.0.1:58503_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:58503_solr as DOWN
   [junit4]   2> 371499 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9BBDA807A8F65EE4]-worker) [n:127.0.0.1:58503_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 371499 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9BBDA807A8F65EE4]-worker) [n:127.0.0.1:58503_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:58503_solr
   [junit4]   2> 371503 INFO  (zkCallback-3531-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 371503 INFO  (zkCallback-3556-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 371503 INFO  (zkCallback-3579-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 371503 INFO  (zkCallback-3492-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 371503 INFO  (zkCallback-3610-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 371503 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9BBDA807A8F65EE4]-worker) [n:127.0.0.1:58503_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 371503 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[9BBDA807A8F65EE4]-worker) [n:127.0.0.1:58503_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> 371554 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9BBDA807A8F65EE4]-worker) [n:127.0.0.1:58503_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 371580 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9BBDA807A8F65EE4]-worker) [n:127.0.0.1:58503_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_58503.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@8df24
   [junit4]   2> 371585 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9BBDA807A8F65EE4]-worker) [n:127.0.0.1:58503_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_58503.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@8df24
   [junit4]   2> 371585 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9BBDA807A8F65EE4]-worker) [n:127.0.0.1:58503_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_58503.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@8df24
   [junit4]   2> 371587 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9BBDA807A8F65EE4]-worker) [n:127.0.0.1:58503_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J4\temp\solr.cloud.TestPullReplicaErrorHandling_9BBDA807A8F65EE4-001\tempDir-001\node1
   [junit4]   2> 371613 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9BBDA807A8F65EE4]-worker) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=4
   [junit4]   2> 371613 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9BBDA807A8F65EE4]-worker) [     ] o.a.s.c.TestPullReplicaErrorHandling Adding proxy for URL: http://127.0.0.1:58504/solr. Proxy: http://127.0.0.1:58503/solr
   [junit4]   2> 371614 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9BBDA807A8F65EE4]-worker) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=30218506
   [junit4]   2> 371614 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9BBDA807A8F65EE4]-worker) [     ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:58365_solr
   [junit4]   2> 371616 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9BBDA807A8F65EE4]-worker) [     ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 371616 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9BBDA807A8F65EE4]-worker) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:58365_solr as DOWN
   [junit4]   2> 371619 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9BBDA807A8F65EE4]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 371619 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9BBDA807A8F65EE4]-worker) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@1174845: rootName = solr_58365, domain = solr.node, service url = null, agent id = null] for registry solr.node/com.codahale.metrics.MetricRegistry@1930098
   [junit4]   2> 371623 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9BBDA807A8F65EE4]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
   [junit4]   2> 371623 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9BBDA807A8F65EE4]-worker) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@4785a: rootName = solr_58365, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm/com.codahale.metrics.MetricRegistry@539ee4
   [junit4]   2> 371625 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9BBDA807A8F65EE4]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 371625 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9BBDA807A8F65EE4]-worker) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@c63c86: rootName = solr_58365, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty/com.codahale.metrics.MetricRegistry@1a79977
   [junit4]   2> 371625 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9BBDA807A8F65EE4]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster tag=null
   [junit4]   2> 371626 INFO  (closeThreadPool-3624-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72124859109343246-127.0.0.1:58365_solr-n_0000000002) closing
   [junit4]   2> 371627 INFO  (OverseerAutoScalingTriggerThread-72124859109343246-127.0.0.1:58365_solr-n_0000000002) [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 371627 INFO  (OverseerStateUpdate-72124859109343246-127.0.0.1:58365_solr-n_0000000002) [n:127.0.0.1:58365_solr     ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:58365_solr
   [junit4]   2> 371628 INFO  (closeThreadPool-3624-thread-2) [     ] o.a.s.c.Overseer Overseer (id=72124859109343246-127.0.0.1:58365_solr-n_0000000002) closing
   [junit4]   2> 371630 INFO  (zkCallback-3610-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 371630 INFO  (zkCallback-3579-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 371630 INFO  (zkCallback-3556-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 371630 INFO  (zkCallback-3492-thread-1) [     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:58369_solr
   [junit4]   2> 371634 INFO  (zkCallback-3492-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 371636 INFO  (zkCallback-3492-thread-1) [n:127.0.0.1:58369_solr     ] o.a.s.c.Overseer Overseer (id=72124859109343240-127.0.0.1:58369_solr-n_0000000003) starting
   [junit4]   2> 371642 INFO  (OverseerStateUpdate-72124859109343240-127.0.0.1:58369_solr-n_0000000003) [n:127.0.0.1:58369_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:58369_solr
   [junit4]   2> 371730 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9BBDA807A8F65EE4]-worker) [     ] o.a.s.c.Overseer Overseer (id=72124859109343246-127.0.0.1:58365_solr-n_0000000002) closing
   [junit4]   2> 371731 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9BBDA807A8F65EE4]-worker) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@b5ddef{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 371732 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9BBDA807A8F65EE4]-worker) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@b05dfa{/solr,null,UNAVAILABLE}
   [junit4]   2> 371732 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9BBDA807A8F65EE4]-worker) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 371732 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9BBDA807A8F65EE4]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 371732 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[9BBDA807A8F65EE4]-worker) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 371732 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9BBDA807A8F65EE4]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 371732 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9BBDA807A8F65EE4]-worker) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 1.8.0_201-b09
   [junit4]   2> 371734 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9BBDA807A8F65EE4]-worker) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 371734 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9BBDA807A8F65EE4]-worker) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 371734 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9BBDA807A8F65EE4]-worker) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 371734 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9BBDA807A8F65EE4]-worker) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@bf0de9{/solr,null,AVAILABLE}
   [junit4]   2> 371734 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9BBDA807A8F65EE4]-worker) [     ] o.e.j.s.AbstractConnector Started ServerConnector@3f3c29{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:58547}
   [junit4]   2> 371734 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9BBDA807A8F65EE4]-worker) [     ] o.e.j.s.Server Started @371679ms
   [junit4]   2> 371734 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9BBDA807A8F65EE4]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=58542}
   [junit4]   2> 371734 ERROR (SUITE-TestPullReplicaErrorHandling-seed#[9BBDA807A8F65EE4]-worker) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 371734 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9BBDA807A8F65EE4]-worker) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 371736 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9BBDA807A8F65EE4]-worker) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.7.0
   [junit4]   2> 371736 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9BBDA807A8F65EE4]-worker) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 371736 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9BBDA807A8F65EE4]-worker) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr
   [junit4]   2> 371736 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9BBDA807A8F65EE4]-worker) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-08-25T08:37:25.823Z
   [junit4]   2> 371736 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9BBDA807A8F65EE4]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 371741 INFO  (zkConnectionManagerCallback-3630-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 371741 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9BBDA807A8F65EE4]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 371742 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9BBDA807A8F65EE4]-worker) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 372122 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9BBDA807A8F65EE4]-worker) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 372123 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[9BBDA807A8F65EE4]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@1fe58a6[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 372123 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[9BBDA807A8F65EE4]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@1fe58a6[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 372128 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[9BBDA807A8F65EE4]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@9f5818[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 372128 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[9BBDA807A8F65EE4]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@9f5818[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 372128 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9BBDA807A8F65EE4]-worker) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:58349/solr
   [junit4]   2> 372130 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9BBDA807A8F65EE4]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 372134 INFO  (zkConnectionManagerCallback-3640-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 372134 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9BBDA807A8F65EE4]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 372236 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9BBDA807A8F65EE4]-worker) [n:127.0.0.1:58542_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 372241 INFO  (zkConnectionManagerCallback-3642-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 372241 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9BBDA807A8F65EE4]-worker) [n:127.0.0.1:58542_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 372246 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9BBDA807A8F65EE4]-worker) [n:127.0.0.1:58542_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 372253 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9BBDA807A8F65EE4]-worker) [n:127.0.0.1:58542_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:58542_solr as DOWN
   [junit4]   2> 372256 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9BBDA807A8F65EE4]-worker) [n:127.0.0.1:58542_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 372256 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9BBDA807A8F65EE4]-worker) [n:127.0.0.1:58542_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:58542_solr
   [junit4]   2> 372258 INFO  (zkCallback-3610-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 372259 INFO  (zkCallback-3492-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 372259 INFO  (zkCallback-3556-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 372259 INFO  (zkCallback-3579-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 372259 INFO  (zkCallback-3641-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 372262 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9BBDA807A8F65EE4]-worker) [n:127.0.0.1:58542_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 372262 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[9BBDA807A8F65EE4]-worker) [n:127.0.0.1:58542_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> 372318 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9BBDA807A8F65EE4]-worker) [n:127.0.0.1:58542_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 372347 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9BBDA807A8F65EE4]-worker) [n:127.0.0.1:58542_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_58542.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@8df24
   [junit4]   2> 372352 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9BBDA807A8F65EE4]-worker) [n:127.0.0.1:58542_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_58542.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@8df24
   [junit4]   2> 372352 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9BBDA807A8F65EE4]-worker) [n:127.0.0.1:58542_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_58542.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@8df24
   [junit4]   2> 372354 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9BBDA807A8F65EE4]-worker) [n:127.0.0.1:58542_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J4\temp\solr.cloud.TestPullReplicaErrorHandling_9BBDA807A8F65EE4-001\tempDir-001\node3
   [junit4]   2> 372382 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9BBDA807A8F65EE4]-worker) [     ] o.a.s.

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

ry solr.jetty/com.codahale.metrics.MetricRegistry@1a79977
   [junit4]   2> 409242 INFO  (jetty-closer-3750-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster tag=null
   [junit4]   2> 409242 INFO  (jetty-closer-3750-thread-2) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster tag=null
   [junit4]   2> 409242 INFO  (jetty-closer-3750-thread-3) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster tag=null
   [junit4]   2> 409242 INFO  (jetty-closer-3750-thread-4) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster tag=null
   [junit4]   2> 409244 INFO  (closeThreadPool-3768-thread-2) [     ] o.a.s.c.Overseer Overseer (id=72124859109343250-127.0.0.1:58467_solr-n_0000000004) closing
   [junit4]   2> 409244 INFO  (OverseerStateUpdate-72124859109343250-127.0.0.1:58467_solr-n_0000000004) [n:127.0.0.1:58467_solr     ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:58467_solr
   [junit4]   2> 409249 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[9BBDA807A8F65EE4]-worker-SendThread(127.0.0.1:58349)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x1003d2d5eb00012.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x1003d2d5eb00012, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:75)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable to read additional data from server sessionid 0x1003d2d5eb00012, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:75) ~[zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:348) ~[zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1262) [zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 409252 INFO  (OverseerAutoScalingTriggerThread-72124859109343250-127.0.0.1:58467_solr-n_0000000004) [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 409253 INFO  (closeThreadPool-3768-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72124859109343250-127.0.0.1:58467_solr-n_0000000004) closing
   [junit4]   2> 409350 INFO  (jetty-closer-3750-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72124859109343250-127.0.0.1:58467_solr-n_0000000004) closing
   [junit4]   2> 409351 INFO  (jetty-closer-3750-thread-1) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@43e879{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 409352 INFO  (jetty-closer-3750-thread-1) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@1c35ae4{/solr,null,UNAVAILABLE}
   [junit4]   2> 409352 INFO  (jetty-closer-3750-thread-1) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 409452 INFO  (jetty-closer-3750-thread-3) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@3f3c29{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 409453 INFO  (jetty-closer-3750-thread-3) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@bf0de9{/solr,null,UNAVAILABLE}
   [junit4]   2> 409453 INFO  (jetty-closer-3750-thread-3) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 409552 INFO  (jetty-closer-3750-thread-2) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@10626d1{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 409553 INFO  (jetty-closer-3750-thread-2) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@6d5421{/solr,null,UNAVAILABLE}
   [junit4]   2> 409553 INFO  (jetty-closer-3750-thread-2) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 409653 INFO  (jetty-closer-3750-thread-4) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@8241e1{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 409654 INFO  (jetty-closer-3750-thread-4) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@9f248a{/solr,null,UNAVAILABLE}
   [junit4]   2> 409654 INFO  (jetty-closer-3750-thread-4) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 409655 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9BBDA807A8F65EE4]-worker) [     ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 409874 WARN  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	10	/solr/aliases.json
   [junit4]   2> 	9	/solr/security.json
   [junit4]   2> 	9	/solr/configs/conf
   [junit4]   2> 	9	/solr/clusterprops.json
   [junit4]   2> 	8	/solr/packages.json
   [junit4]   2> 	8	/solr/collections/pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper/terms/shard1
   [junit4]   2> 	7	/solr/collections/pull_replica_error_handling_test_cant_connect_to_leader/terms/shard1
   [junit4]   2> 	7	/solr/collections/pull_replica_error_handling_test_cant_connect_to_pull_replica/terms/shard1
   [junit4]   2> 	7	/solr/collections/pull_replica_error_handling_test_cant_connect_to_pull_replica/terms/shard2
   [junit4]   2> 	5	/solr/collections/pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper/state.json
   [junit4]   2> 	4	/solr/collections/pull_replica_error_handling_test_cant_connect_to_pull_replica/state.json
   [junit4]   2> 	2	/solr/collections/pull_replica_error_handling_test_cant_connect_to_pull_replica/collectionprops.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	54	/solr/collections/pull_replica_error_handling_test_cant_connect_to_pull_replica/state.json
   [junit4]   2> 	39	/solr/collections/pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper/state.json
   [junit4]   2> 	28	/solr/collections/pull_replica_error_handling_test_cant_connect_to_leader/state.json
   [junit4]   2> 	10	/solr/clusterstate.json
   [junit4]   2> 	6	/solr/clusterprops.json
   [junit4]   2> 	5	/solr/autoscaling.json
   [junit4]   2> 	2	/solr/overseer_elect/election/72124859109343253-127.0.0.1:58503_solr-n_0000000005
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	92	/solr/overseer/queue
   [junit4]   2> 	65	/solr/live_nodes
   [junit4]   2> 	40	/solr/collections
   [junit4]   2> 	24	/solr/overseer/collection-queue-work
   [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> 
   [junit4]   2> 409881 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9BBDA807A8F65EE4]-worker) [     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:58349
   [junit4]   2> 409881 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9BBDA807A8F65EE4]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:58349
   [junit4]   2> 409881 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[9BBDA807A8F65EE4]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 58349
   [junit4]   2> NOTE: leaving temporary files on disk at: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J4\temp\solr.cloud.TestPullReplicaErrorHandling_9BBDA807A8F65EE4-001
   [junit4]   2> NOTE: test params are: codec=FastDecompressionCompressingStoredFieldsData(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=FAST_DECOMPRESSION, chunkSize=9, maxDocsPerChunk=7, blockShift=13), termVectorsFormat=CompressingTermVectorsFormat(compressionMode=FAST_DECOMPRESSION, chunkSize=9, blockSize=13)), sim=Asserting(RandomSimilarity(queryNorm=true): {}), locale=sr, timezone=Atlantic/Faroe
   [junit4]   2> NOTE: Windows 10 10.0 x86/Oracle Corporation 1.8.0_201 (32-bit)/cpus=6,threads=1,free=81815808,total=291504128
   [junit4]   2> NOTE: All tests run in this JVM: [BadIndexSchemaTest, TestInPlaceUpdatesDistrib, PreAnalyzedFieldTest, ShardRoutingCustomTest, QueryResultKeyTest, AssignTest, CoreSorterTest, TestSQLHandler, MaxScoreCollectorTest, TestSimTriggerIntegration, DistributedFacetPivotLongTailTest, SmileWriterTest, CdcrWithNodesRestartsTest, TestReplicationHandler, TestDeleteCollectionOnDownNodes, TestXIncludeConfig, TestAuthenticationFramework, TestConfig, RandomizedTaggerTest, SchemaVersionSpecificBehaviorTest, OverseerSolrResponseTest, MetricsHistoryHandlerTest, TestHighlightDedupGrouping, HttpTriggerListenerTest, RollingRestartTest, TestLFUCache, TestStandardQParsers, TestLockTree, TestPullReplicaErrorHandling]
   [junit4] Completed [203/919 (1!)] on J4 in 43.73s, 3 tests, 1 failure <<< FAILURES!

[...truncated 50101 lines...]
[repro] Jenkins log URL: https://jenkins.thetaphi.de/job/Lucene-Solr-8.x-Windows/1569/consoleText

[repro] Revision: 81e405f1c5242bcc3c0fb6a0c8a55b5cfa5889af

[repro] Ant options: "-Dargs=-server -XX:+UseG1GC"

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

[...truncated 6 lines...]
[repro] Test suites by module:
[repro]    solr\core
[repro]       TestPullReplicaErrorHandling
[repro] ant compile-test

[...truncated 3469 lines...]
[repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=5 -Dtests.class="*.TestPullReplicaErrorHandling" -Dtests.showOutput=onerror "-Dargs=-server -XX:+UseG1GC" -Dtests.seed=9BBDA807A8F65EE4 -Dtests.slow=true -Dtests.locale=sr -Dtests.timezone=Atlantic/Faroe -Dtests.asserts=true -Dtests.file.encoding=UTF-8

[...truncated 87 lines...]
[repro] Failures w/original seeds:
[repro]   0/5 failed: org.apache.solr.cloud.TestPullReplicaErrorHandling
[repro] Exiting with code 0

[...truncated 96 lines...]