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

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

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

2 tests failed.
FAILED:  org.apache.solr.cloud.TestPullReplicaErrorHandling.testCantConnectToPullReplica

Error Message:
Error from server at http://127.0.0.1:39825/solr: Cannot create collection pull_replica_error_handling_test_cant_connect_to_pull_replica. Value of maxShardsPerNode is 1, and the number of nodes currently live or live and part of your createNodeSet is 3. This allows a maximum of 3 to be created. Value of numShards is 2, value of nrtReplicas is 1, value of tlogReplicas is 0 and value of pullReplicas is 1. This requires 4 shards to be created (higher than the allowed number)

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:39825/solr: Cannot create collection pull_replica_error_handling_test_cant_connect_to_pull_replica. Value of maxShardsPerNode is 1, and the number of nodes currently live or live and part of your createNodeSet is 3. This allows a maximum of 3 to be created. Value of numShards is 2, value of nrtReplicas is 1, value of tlogReplicas is 0 and value of pullReplicas is 1. This requires 4 shards to be created (higher than the allowed number)
	at __randomizedtesting.SeedInfo.seed([CCD1976B6CF0B654:C4E671A3B75EC2DA]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:681)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:266)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
	at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:369)
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:297)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1173)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:934)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:866)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:214)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:231)
	at org.apache.solr.cloud.TestPullReplicaErrorHandling.testCantConnectToPullReplica(TestPullReplicaErrorHandling.java:149)
	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.junit.rules.RunRules.evaluate(RunRules.java:20)
	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 org.junit.rules.RunRules.evaluate(RunRules.java:20)
	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.junit.rules.RunRules.evaluate(RunRules.java:20)
	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 org.junit.rules.RunRules.evaluate(RunRules.java:20)
	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)


FAILED:  org.apache.solr.handler.admin.AutoscalingHistoryHandlerTest.testHistory

Error Message:
action did not execute

Stack Trace:
java.lang.AssertionError: action did not execute
	at __randomizedtesting.SeedInfo.seed([CCD1976B6CF0B654:A12D3396D6B84953]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.assertTrue(Assert.java:42)
	at org.apache.solr.handler.admin.AutoscalingHistoryHandlerTest.testHistory(AutoscalingHistoryHandlerTest.java:283)
	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.junit.rules.RunRules.evaluate(RunRules.java:20)
	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 org.junit.rules.RunRules.evaluate(RunRules.java:20)
	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.junit.rules.RunRules.evaluate(RunRules.java:20)
	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 org.junit.rules.RunRules.evaluate(RunRules.java:20)
	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 15192 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestPullReplicaErrorHandling
   [junit4]   2> 1705529 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CCD1976B6CF0B654]-worker) [     ] o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to test-framework derived value of '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/server/solr/configsets/_default/conf'
   [junit4]   2> 1705529 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CCD1976B6CF0B654]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 1705529 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CCD1976B6CF0B654]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestPullReplicaErrorHandling_CCD1976B6CF0B654-001/data-dir-135-001
   [junit4]   2> 1705529 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[CCD1976B6CF0B654]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=13 numCloses=13
   [junit4]   2> 1705529 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CCD1976B6CF0B654]-worker) [     ] o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 1705531 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CCD1976B6CF0B654]-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> 1705531 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CCD1976B6CF0B654]-worker) [     ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestPullReplicaErrorHandling_CCD1976B6CF0B654-001/tempDir-001
   [junit4]   2> 1705531 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CCD1976B6CF0B654]-worker) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1705531 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port: 0.0.0.0/0.0.0.0:0
   [junit4]   2> 1705531 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1705532 WARN  (ZkTestServer Run Thread) [     ] o.a.z.s.ServerCnxnFactory maxCnxns is not configured, using default value 0.
   [junit4]   2> 1705631 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CCD1976B6CF0B654]-worker) [     ] o.a.s.c.ZkTestServer start zk server on port: 39993
   [junit4]   2> 1705632 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CCD1976B6CF0B654]-worker) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:39993
   [junit4]   2> 1705632 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CCD1976B6CF0B654]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:39993
   [junit4]   2> 1705632 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CCD1976B6CF0B654]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 39993
   [junit4]   2> 1705633 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CCD1976B6CF0B654]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1705636 INFO  (zkConnectionManagerCallback-12019-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1705636 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CCD1976B6CF0B654]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1705638 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CCD1976B6CF0B654]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1705639 INFO  (zkConnectionManagerCallback-12021-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1705639 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CCD1976B6CF0B654]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1705639 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CCD1976B6CF0B654]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1705640 INFO  (zkConnectionManagerCallback-12023-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1705640 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CCD1976B6CF0B654]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1705742 INFO  (jetty-launcher-12024-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1705742 INFO  (jetty-launcher-12024-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1705742 INFO  (jetty-launcher-12024-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1705742 INFO  (jetty-launcher-12024-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1705742 INFO  (jetty-launcher-12024-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1705742 INFO  (jetty-launcher-12024-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1705742 INFO  (jetty-launcher-12024-thread-1) [     ] o.e.j.s.Server jetty-9.4.34.v20201102; built: 2020-11-02T14:15:39.302Z; git: e46af88704a893fc12cb0e3bf46e2c7b48a009e7; jvm 1.8.0_252-b09
   [junit4]   2> 1705742 INFO  (jetty-launcher-12024-thread-4) [     ] o.e.j.s.Server jetty-9.4.34.v20201102; built: 2020-11-02T14:15:39.302Z; git: e46af88704a893fc12cb0e3bf46e2c7b48a009e7; jvm 1.8.0_252-b09
   [junit4]   2> 1705742 INFO  (jetty-launcher-12024-thread-2) [     ] o.e.j.s.Server jetty-9.4.34.v20201102; built: 2020-11-02T14:15:39.302Z; git: e46af88704a893fc12cb0e3bf46e2c7b48a009e7; jvm 1.8.0_252-b09
   [junit4]   2> 1705743 INFO  (jetty-launcher-12024-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1705743 INFO  (jetty-launcher-12024-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1705743 INFO  (jetty-launcher-12024-thread-3) [     ] o.e.j.s.Server jetty-9.4.34.v20201102; built: 2020-11-02T14:15:39.302Z; git: e46af88704a893fc12cb0e3bf46e2c7b48a009e7; jvm 1.8.0_252-b09
   [junit4]   2> 1705743 INFO  (jetty-launcher-12024-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1705743 INFO  (jetty-launcher-12024-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1705743 INFO  (jetty-launcher-12024-thread-1) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1705747 INFO  (jetty-launcher-12024-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@422ae82f{/solr,null,AVAILABLE}
   [junit4]   2> 1705748 INFO  (jetty-launcher-12024-thread-2) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1705748 INFO  (jetty-launcher-12024-thread-2) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1705748 INFO  (jetty-launcher-12024-thread-2) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1705748 INFO  (jetty-launcher-12024-thread-4) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1705748 INFO  (jetty-launcher-12024-thread-4) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1705748 INFO  (jetty-launcher-12024-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@286dd33e{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:42245}
   [junit4]   2> 1705748 INFO  (jetty-launcher-12024-thread-4) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1705748 INFO  (jetty-launcher-12024-thread-1) [     ] o.e.j.s.Server Started @1705836ms
   [junit4]   2> 1705748 INFO  (jetty-launcher-12024-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=42245}
   [junit4]   2> 1705749 INFO  (jetty-launcher-12024-thread-2) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@7aecf57b{/solr,null,AVAILABLE}
   [junit4]   2> 1705749 ERROR (jetty-launcher-12024-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1705749 INFO  (jetty-launcher-12024-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1705749 INFO  (jetty-launcher-12024-thread-4) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@7fe4b007{/solr,null,AVAILABLE}
   [junit4]   2> 1705749 INFO  (jetty-launcher-12024-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.8.0
   [junit4]   2> 1705749 INFO  (jetty-launcher-12024-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1705749 INFO  (jetty-launcher-12024-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 1705749 INFO  (jetty-launcher-12024-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-11-22T22:23:53.444Z
   [junit4]   2> 1705749 INFO  (jetty-launcher-12024-thread-3) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1705749 INFO  (jetty-launcher-12024-thread-4) [     ] o.e.j.s.AbstractConnector Started ServerConnector@6658645a{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:35613}
   [junit4]   2> 1705749 INFO  (jetty-launcher-12024-thread-3) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1705749 INFO  (jetty-launcher-12024-thread-4) [     ] o.e.j.s.Server Started @1705837ms
   [junit4]   2> 1705749 INFO  (jetty-launcher-12024-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=35613}
   [junit4]   2> 1705749 INFO  (jetty-launcher-12024-thread-3) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1705749 ERROR (jetty-launcher-12024-thread-4) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1705749 INFO  (jetty-launcher-12024-thread-4) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1705749 INFO  (jetty-launcher-12024-thread-4) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.8.0
   [junit4]   2> 1705749 INFO  (jetty-launcher-12024-thread-4) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1705749 INFO  (jetty-launcher-12024-thread-4) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 1705749 INFO  (jetty-launcher-12024-thread-4) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-11-22T22:23:53.444Z
   [junit4]   2> 1705750 INFO  (jetty-launcher-12024-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1705750 INFO  (jetty-launcher-12024-thread-2) [     ] o.e.j.s.AbstractConnector Started ServerConnector@1762bc23{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:37327}
   [junit4]   2> 1705750 INFO  (jetty-launcher-12024-thread-2) [     ] o.e.j.s.Server Started @1705838ms
   [junit4]   2> 1705750 INFO  (jetty-launcher-12024-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=37327}
   [junit4]   2> 1705750 INFO  (jetty-launcher-12024-thread-3) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@120f1e6{/solr,null,AVAILABLE}
   [junit4]   2> 1705750 ERROR (jetty-launcher-12024-thread-2) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1705750 INFO  (jetty-launcher-12024-thread-2) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1705750 INFO  (jetty-launcher-12024-thread-2) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.8.0
   [junit4]   2> 1705750 INFO  (jetty-launcher-12024-thread-2) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1705750 INFO  (jetty-launcher-12024-thread-2) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 1705750 INFO  (zkConnectionManagerCallback-12026-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1705750 INFO  (jetty-launcher-12024-thread-2) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-11-22T22:23:53.445Z
   [junit4]   2> 1705750 INFO  (jetty-launcher-12024-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1705751 INFO  (jetty-launcher-12024-thread-1) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1705751 INFO  (jetty-launcher-12024-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1705751 INFO  (jetty-launcher-12024-thread-4) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1705752 INFO  (jetty-launcher-12024-thread-3) [     ] o.e.j.s.AbstractConnector Started ServerConnector@686a3882{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:46471}
   [junit4]   2> 1705752 INFO  (jetty-launcher-12024-thread-3) [     ] o.e.j.s.Server Started @1705839ms
   [junit4]   2> 1705752 INFO  (jetty-launcher-12024-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=46471}
   [junit4]   2> 1705752 ERROR (jetty-launcher-12024-thread-3) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1705752 INFO  (jetty-launcher-12024-thread-3) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1705752 INFO  (jetty-launcher-12024-thread-3) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.8.0
   [junit4]   2> 1705752 INFO  (jetty-launcher-12024-thread-3) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1705752 INFO  (jetty-launcher-12024-thread-3) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 1705752 INFO  (jetty-launcher-12024-thread-3) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-11-22T22:23:53.447Z
   [junit4]   2> 1705753 INFO  (jetty-launcher-12024-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1705755 INFO  (jetty-launcher-12024-thread-1) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 1705755 INFO  (zkConnectionManagerCallback-12030-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1705756 INFO  (jetty-launcher-12024-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1705756 INFO  (zkConnectionManagerCallback-12028-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1705756 INFO  (zkConnectionManagerCallback-12032-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1705756 INFO  (jetty-launcher-12024-thread-4) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1705756 INFO  (jetty-launcher-12024-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1705756 WARN  (jetty-launcher-12024-thread-1-SendThread(127.0.0.1:39993)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x101a8f95fcc0003.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x101a8f95fcc0003, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable to read additional data from server sessionid 0x101a8f95fcc0003, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:350) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1275) [zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 1705756 INFO  (jetty-launcher-12024-thread-2) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1705756 INFO  (jetty-launcher-12024-thread-4) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1705756 INFO  (jetty-launcher-12024-thread-3) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1705759 INFO  (jetty-launcher-12024-thread-4) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 1705760 INFO  (jetty-launcher-12024-thread-2) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 1705761 WARN  (jetty-launcher-12024-thread-2-SendThread(127.0.0.1:39993)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x101a8f95fcc0004.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x101a8f95fcc0004, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable to read additional data from server sessionid 0x101a8f95fcc0004, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:350) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1275) [zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 1705761 WARN  (jetty-launcher-12024-thread-4-SendThread(127.0.0.1:39993)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x101a8f95fcc0005.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x101a8f95fcc0005, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable to read additional data from server sessionid 0x101a8f95fcc0005, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:350) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1275) [zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 1705762 INFO  (jetty-launcher-12024-thread-3) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 1706299 INFO  (jetty-launcher-12024-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1706300 WARN  (jetty-launcher-12024-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@67e6f416[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1706300 WARN  (jetty-launcher-12024-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@67e6f416[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1706337 WARN  (jetty-launcher-12024-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@dde1e31[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1706337 WARN  (jetty-launcher-12024-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@dde1e31[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1706338 INFO  (jetty-launcher-12024-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39993/solr
   [junit4]   2> 1706359 INFO  (jetty-launcher-12024-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1706367 INFO  (zkConnectionManagerCallback-12052-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1706367 INFO  (jetty-launcher-12024-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1706488 INFO  (jetty-launcher-12024-thread-1) [n:127.0.0.1:42245_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1706501 INFO  (zkConnectionManagerCallback-12054-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1706501 INFO  (jetty-launcher-12024-thread-1) [n:127.0.0.1:42245_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1706548 INFO  (jetty-launcher-12024-thread-1) [n:127.0.0.1:42245_solr     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:42245_solr
   [junit4]   2> 1706549 INFO  (jetty-launcher-12024-thread-1) [n:127.0.0.1:42245_solr     ] o.a.s.c.Overseer Overseer (id=72524858022166536-127.0.0.1:42245_solr-n_0000000000) starting
   [junit4]   2> 1706569 INFO  (OverseerStateUpdate-72524858022166536-127.0.0.1:42245_solr-n_0000000000) [n:127.0.0.1:42245_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:42245_solr
   [junit4]   2> 1706578 INFO  (jetty-launcher-12024-thread-1) [n:127.0.0.1:42245_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:42245_solr
   [junit4]   2> 1706581 INFO  (jetty-launcher-12024-thread-1) [n:127.0.0.1:42245_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1706581 WARN  (jetty-launcher-12024-thread-1) [n:127.0.0.1:42245_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> 1706589 INFO  (zkCallback-12053-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1706603 INFO  (jetty-launcher-12024-thread-1) [n:127.0.0.1:42245_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestPullReplicaErrorHandling_CCD1976B6CF0B654-001/tempDir-001/node1
   [junit4]   2> 1706638 INFO  (jetty-launcher-12024-thread-2) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1706642 WARN  (jetty-launcher-12024-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@247c363f[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1706646 WARN  (jetty-launcher-12024-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@247c363f[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1706657 WARN  (jetty-launcher-12024-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@243fb6ec[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1706657 WARN  (jetty-launcher-12024-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@243fb6ec[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1706658 INFO  (jetty-launcher-12024-thread-2) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39993/solr
   [junit4]   2> 1706660 INFO  (jetty-launcher-12024-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1706661 INFO  (zkConnectionManagerCallback-12072-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1706661 INFO  (jetty-launcher-12024-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1706690 INFO  (jetty-launcher-12024-thread-4) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1706693 WARN  (jetty-launcher-12024-thread-4) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@2a4a0eae[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1706693 WARN  (jetty-launcher-12024-thread-4) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@2a4a0eae[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1706695 WARN  (jetty-launcher-12024-thread-4) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@405a52e0[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1706695 WARN  (jetty-launcher-12024-thread-4) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@405a52e0[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1706696 INFO  (jetty-launcher-12024-thread-4) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39993/solr
   [junit4]   2> 1706697 INFO  (jetty-launcher-12024-thread-4) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1706700 INFO  (zkConnectionManagerCallback-12080-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1706700 INFO  (jetty-launcher-12024-thread-4) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1706701 WARN  (jetty-launcher-12024-thread-4-SendThread(127.0.0.1:39993)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x101a8f95fcc000a.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x101a8f95fcc000a, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable to read additional data from server sessionid 0x101a8f95fcc000a, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:350) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1275) [zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 1706767 INFO  (jetty-launcher-12024-thread-2) [n:127.0.0.1:37327_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1706767 INFO  (zkConnectionManagerCallback-12082-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1706767 INFO  (jetty-launcher-12024-thread-2) [n:127.0.0.1:37327_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1706775 INFO  (jetty-launcher-12024-thread-2) [n:127.0.0.1:37327_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1706789 INFO  (jetty-launcher-12024-thread-2) [n:127.0.0.1:37327_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:37327_solr as DOWN
   [junit4]   2> 1706790 INFO  (jetty-launcher-12024-thread-2) [n:127.0.0.1:37327_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1706791 INFO  (jetty-launcher-12024-thread-2) [n:127.0.0.1:37327_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:37327_solr
   [junit4]   2> 1706796 INFO  (zkCallback-12053-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1706797 INFO  (jetty-launcher-12024-thread-2) [n:127.0.0.1:37327_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1706797 WARN  (jetty-launcher-12024-thread-2) [n:127.0.0.1:37327_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> 1706808 INFO  (zkCallback-12081-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1706821 INFO  (jetty-launcher-12024-thread-2) [n:127.0.0.1:37327_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestPullReplicaErrorHandling_CCD1976B6CF0B654-001/tempDir-001/node2
   [junit4]   2> 1706863 INFO  (jetty-launcher-12024-thread-4) [n:127.0.0.1:35613_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1706866 INFO  (zkConnectionManagerCallback-12090-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1706866 INFO  (jetty-launcher-12024-thread-4) [n:127.0.0.1:35613_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1706875 INFO  (jetty-launcher-12024-thread-4) [n:127.0.0.1:35613_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1706877 INFO  (jetty-launcher-12024-thread-4) [n:127.0.0.1:35613_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:35613_solr as DOWN
   [junit4]   2> 1706878 INFO  (jetty-launcher-12024-thread-4) [n:127.0.0.1:35613_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1706878 INFO  (jetty-launcher-12024-thread-4) [n:127.0.0.1:35613_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:35613_solr
   [junit4]   2> 1706879 INFO  (zkCallback-12081-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1706879 INFO  (zkCallback-12053-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1706880 INFO  (jetty-launcher-12024-thread-4) [n:127.0.0.1:35613_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1706881 WARN  (jetty-launcher-12024-thread-4) [n:127.0.0.1:35613_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> 1706885 INFO  (zkCallback-12089-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1706892 INFO  (jetty-launcher-12024-thread-4) [n:127.0.0.1:35613_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestPullReplicaErrorHandling_CCD1976B6CF0B654-001/tempDir-001/node4
   [junit4]   2> 1707882 INFO  (jetty-launcher-12024-thread-3) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1707882 WARN  (jetty-launcher-12024-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@3d92cc62[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1707882 WARN  (jetty-launcher-12024-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@3d92cc62[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1707887 WARN  (jetty-launcher-12024-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@71a8f3fb[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1707887 WARN  (jetty-launcher-12024-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@71a8f3fb[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1707888 INFO  (jetty-launcher-12024-thread-3) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39993/solr
   [junit4]   2> 1707889 INFO  (jetty-launcher-12024-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1707890 INFO  (zkConnectionManagerCallback-12104-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1707890 INFO  (jetty-launcher-12024-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1707992 INFO  (jetty-launcher-12024-thread-3) [n:127.0.0.1:46471_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1707993 INFO  (zkConnectionManagerCallback-12106-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1707993 INFO  (jetty-launcher-12024-thread-3) [n:127.0.0.1:46471_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1707998 INFO  (jetty-launcher-12024-thread-3) [n:127.0.0.1:46471_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 1708002 INFO  (jetty-launcher-12024-thread-3) [n:127.0.0.1:46471_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:46471_solr as DOWN
   [junit4]   2> 1708003 INFO  (jetty-launcher-12024-thread-3) [n:127.0.0.1:46471_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1708003 INFO  (jetty-launcher-12024-thread-3) [n:127.0.0.1:46471_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:46471_solr
   [junit4]   2> 1708009 INFO  (zkCallback-12053-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1708009 INFO  (zkCallback-12081-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1708009 INFO  (zkCallback-12089-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1708009 INFO  (zkCallback-12105-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1708010 INFO  (jetty-launcher-12024-thread-3) [n:127.0.0.1:46471_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1708010 WARN  (jetty-launcher-12024-thread-3) [n:127.0.0.1:46471_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> 1708025 INFO  (jetty-launcher-12024-thread-3) [n:127.0.0.1:46471_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestPullReplicaErrorHandling_CCD1976B6CF0B654-001/tempDir-001/node3
   [junit4]   2> 1708034 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CCD1976B6CF0B654]-worker) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=4
   [junit4]   2> 1708034 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CCD1976B6CF0B654]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1708035 INFO  (zkConnectionManagerCallback-12117-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1708035 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CCD1976B6CF0B654]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1708036 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CCD1976B6CF0B654]-worker) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 1708037 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CCD1976B6CF0B654]-worker) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:39993/solr ready
   [junit4]   2> 1708039 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CCD1976B6CF0B654]-worker) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=396659884
   [junit4]   2> 1708039 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CCD1976B6CF0B654]-worker) [     ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:42245_solr
   [junit4]   2> 1708040 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CCD1976B6CF0B654]-worker) [     ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 1708040 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CCD1976B6CF0B654]-worker) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:42245_solr as DOWN
   [junit4]   2> 1708042 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CCD1976B6CF0B654]-worker) [     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1708042 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CCD1976B6CF0B654]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 1708042 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CCD1976B6CF0B654]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
   [junit4]   2> 1708042 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CCD1976B6CF0B654]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 1708042 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CCD1976B6CF0B654]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster tag=null
   [junit4]   2> 1708043 INFO  (closeThreadPool-12122-thread-2) [     ] o.a.s.c.Overseer Overseer (id=72524858022166536-127.0.0.1:42245_solr-n_0000000000) closing
   [junit4]   2> 1708043 INFO  (OverseerStateUpdate-72524858022166536-127.0.0.1:42245_solr-n_0000000000) [n:127.0.0.1:42245_solr     ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:42245_solr
   [junit4]   2> 1708044 INFO  (OverseerAutoScalingTriggerThread-72524858022166536-127.0.0.1:42245_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 1708046 INFO  (closeThreadPool-12122-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72524858022166536-127.0.0.1:42245_solr-n_0000000000) closing
   [junit4]   2> 1708046 WARN  (jetty-launcher-12024-thread-1-SendThread(127.0.0.1:39993)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x101a8f95fcc0008.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x101a8f95fcc0008, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable to read additional data from server sessionid 0x101a8f95fcc0008, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:350) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1275) [zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 1708047 INFO  (zkCallback-12081-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1708047 INFO  (zkCallback-12081-thread-2) [     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:37327_solr
   [junit4]   2> 1708047 INFO  (zkCallback-12089-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1708047 INFO  (zkCallback-12105-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1708048 INFO  (zkCallback-12116-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1708048 INFO  (zkCallback-12081-thread-2) [n:127.0.0.1:37327_solr     ] o.a.s.c.Overseer Overseer (id=72524858022166539-127.0.0.1:37327_solr-n_0000000001) starting
   [junit4]   2> 1708051 INFO  (OverseerStateUpdate-72524858022166539-127.0.0.1:37327_solr-n_0000000001) [n:127.0.0.1:37327_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:37327_solr
   [junit4]   2> 1708147 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CCD1976B6CF0B654]-worker) [     ] o.a.s.c.Overseer Overseer (id=72524858022166536-127.0.0.1:42245_solr-n_0000000000) closing
   [junit4]   2> 1708148 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CCD1976B6CF0B654]-worker) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@286dd33e{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 1708149 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CCD1976B6CF0B654]-worker) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@422ae82f{/solr,null,STOPPED}
   [junit4]   2> 1708149 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CCD1976B6CF0B654]-worker) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1708149 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CCD1976B6CF0B654]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1708150 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CCD1976B6CF0B654]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1708150 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CCD1976B6CF0B654]-worker) [     ] o.e.j.s.Server jetty-9.4.34.v20201102; built: 2020-11-02T14:15:39.302Z; git: e46af88704a893fc12cb0e3bf46e2c7b48a009e7; jvm 1.8.0_252-b09
   [junit4]   2> 1708150 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CCD1976B6CF0B654]-worker) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1708150 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CCD1976B6CF0B654]-worker) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1708151 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CCD1976B6CF0B654]-worker) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1708151 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CCD1976B6CF0B654]-worker) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@2df806d1{/solr,null,AVAILABLE}
   [junit4]   2> 1708152 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CCD1976B6CF0B654]-worker) [     ] o.e.j.s.AbstractConnector Started ServerConnector@7c562bab{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:36271}
   [junit4]   2> 1708152 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CCD1976B6CF0B654]-worker) [     ] o.e.j.s.Server Started @1708239ms
   [junit4]   2> 1708152 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CCD1976B6CF0B654]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=43697}
   [junit4]   2> 1708152 ERROR (SUITE-TestPullReplicaErrorHandling-seed#[CCD1976B6CF0B654]-worker) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1708152 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CCD1976B6CF0B654]-worker) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1708152 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CCD1976B6CF0B654]-worker) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.8.0
   [junit4]   2> 1708152 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CCD1976B6CF0B654]-worker) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1708152 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CCD1976B6CF0B654]-worker) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 1708152 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CCD1976B6CF0B654]-worker) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-11-22T22:23:55.847Z
   [junit4]   2> 1708153 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CCD1976B6CF0B654]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1708154 INFO  (zkConnectionManagerCallback-12128-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1708154 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CCD1976B6CF0B654]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1708154 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CCD1976B6CF0B654]-worker) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1708159 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CCD1976B6CF0B654]-worker) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 1708411 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CCD1976B6CF0B654]-worker) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1708412 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[CCD1976B6CF0B654]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@4e296d48[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1708412 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[CCD1976B6CF0B654]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@4e296d48[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1708415 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[CCD1976B6CF0B654]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@10b3f80f[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1708415 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[CCD1976B6CF0B654]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@10b3f80f[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1708416 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CCD1976B6CF0B654]-worker) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39993/solr
   [junit4]   2> 1708416 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CCD1976B6CF0B654]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1708417 INFO  (zkConnectionManagerCallback-12139-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1708417 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CCD1976B6CF0B654]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1708519 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CCD1976B6CF0B654]-worker) [n:127.0.0.1:43697_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1708520 INFO  (zkConnectionManagerCallback-12141-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1708520 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CCD1976B6CF0B654]-worker) [n:127.0.0.1:43697_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1708525 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CCD1976B6CF0B654]-worker) [n:127.0.0.1:43697_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 1708530 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CCD1976B6CF0B654]-worker) [n:127.0.0.1:43697_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:43697_solr as DOWN
   [junit4]   2> 1708531 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CCD1976B6CF0B654]-worker) [n:127.0.0.1:43697_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1708531 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CCD1976B6CF0B654]-worker) [n:127.0.0.1:43697_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:43697_solr
   [junit4]   2> 1708532 INFO  (zkCallback-12089-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1708532 INFO  (zkCallback-12116-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1708532 INFO  (zkCallback-12105-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1708532 INFO  (zkCallback-12081-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1708532 INFO  (zkCallback-12140-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1708534 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CCD1976B6CF0B654]-worker) [n:127.0.0.1:43697_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1708535 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[CCD1976B6CF0B654]-worker) [n:127.0.0.1:43697_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> 1708559 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CCD1976B6CF0B654]-worker) [n:127.0.0.1:43697_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestPullReplicaErrorHandling_CCD1976B6CF0B654-001/tempDir-001/node1
   [junit4]   2> 1708567 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CCD1976B6CF0B654]-worker) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=4
   [junit4]   2> 1708568 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CCD1976B6CF0B654]-worker) [     ] o.a.s.c.TestPullReplicaErrorHandling Adding proxy for URL: http://127.0.0.1:36271/solr. Proxy: http://127.0.0.1:43697/solr
   [junit4]   2> 1708568 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CCD1976B6CF0B654]-worker) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=2094592397
   [junit4]   2> 1708568 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CCD1976B6CF0B654]-worker) [     ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:37327_solr
   [junit4]   2> 1708568 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CCD1976B6CF0B654]-worker) [     ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 1708568 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CCD1976B6CF0B654]-worker) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:37327_solr as DOWN
   [junit4]   2> 1708571 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CCD1976B6CF0B654]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 1708571 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CCD1976B6CF0B654]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
   [junit4]   2> 1708571 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CCD1976B6CF0B654]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 1708571 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CCD1976B6CF0B654]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster tag=null
   [junit4]   2> 1708571 INFO  (closeThreadPool-12152-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72524858022166539-127.0.0.1:37327_solr-n_0000000001) closing
   [junit4]   2> 1708572 INFO  (OverseerStateUpdate-72524858022166539-127.0.0.1:37327_solr-n_0000000001) [n:127.0.0.1:37327_solr     ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:37327_solr
   [junit4]   2> 1708572 INFO  (OverseerAutoScalingTriggerThread-72524858022166539-127.0.0.1:37327_solr-n_0000000001) [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 1708575 WARN  (jetty-launcher-12024-thread-2-SendThread(127.0.0.1:39993)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x101a8f95fcc000b.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x101a8f95fcc000b, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable to read additional data from server sessionid 0x101a8f95fcc000b, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:350) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1275) [zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 1708576 INFO  (zkCallback-12140-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1708576 INFO  (closeThreadPool-12152-thread-2) [     ] o.a.s.c.Overseer Overseer (id=72524858022166539-127.0.0.1:37327_solr-n_0000000001) closing
   [junit4]   2> 1708576 INFO  (zkCallback-12116-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1708576 INFO  (zkCallback-12105-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1708576 INFO  (zkCallback-12089-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1708576 INFO  (zkCallback-12089-thread-2) [     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:35613_solr
   [junit4]   2> 1708578 INFO  (zkCallback-12089-thread-2) [n:127.0.0.1:35613_solr     ] o.a.s.c.Overseer Overseer (id=72524858022166540-127.0.0.1:35613_solr-n_0000000002) starting
   [junit4]   2> 1708580 INFO  (OverseerStateUpdate-72524858022166540-127.0.0.1:35613_solr-n_0000000002) [n:127.0.0.1:35613_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:35613_solr
   [junit4]   2> 1708676 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CCD1976B6CF0B654]-worker) [     ] o.a.s.c.Overseer Overseer (id=72524858022166539-127.0.0.1:37327_solr-n_0000000001) closing
   [junit4]   2> 1708676 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CCD1976B6CF0B654]-worker) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@1762bc23{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 1708677 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CCD1976B6CF0B654]-worker) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@7aecf57b{/solr,null,STOPPED}
   [junit4]   2> 1708677 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CCD1976B6CF0B654]-worker) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1708678 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CCD1976B6CF0B654]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1708678 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CCD1976B6CF0B654]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1708678 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CCD1976B6CF0B654]-worker) [     ] o.e.j.s.Server jetty-9.4.34.v20201102; built: 2020-11-02T14:15:39.302Z; git: e46af88704a893fc12cb0e3bf46e2c7b48a009e7; jvm 1.8.0_252-b09
   [junit4]   2> 1708679 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CCD1976B6CF0B654]-worker) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1708679 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CCD1976B6CF0B654]-worker) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1708679 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CCD1976B6CF0B654]-worker) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1708679 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CCD1976B6CF0B654]-worker) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@6db26190{/solr,null,AVAILABLE}
   [junit4]   2> 1708680 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CCD1976B6CF0B654]-worker) [     ] o.e.j.s.AbstractConnector Started ServerConnector@7105d56a{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:36373}
   [junit4]   2> 1708680 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CCD1976B6CF0B654]-worker) [     ] o.e.j.s.Server Started @1708767ms
   [junit4]   2> 1708680 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CCD1976B6CF0B654]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=45331}
   [junit4]   2> 1708680 ERROR (SUITE-TestPullReplicaErrorHandling-seed#[CCD1976B6CF0B654]-worker) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1708680 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CCD1976B6CF0B654]-worker) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1708680 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CCD1976B6CF0B654]-worker) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.8.0
   [junit4]   2> 1708680 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CCD1976B6CF0B654]-worker) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1708680 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CCD1976B6CF0B654]-worker) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 1708680 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CCD1976B6CF0B654]-worker) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-11-22T22:23:56.375Z
   [junit4]   2> 1708680 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CCD1976B6CF0B654]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1708681 INFO  (zkConnectionManagerCallback-12158-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1708681 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CCD1976B6CF0B654]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1708682 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CCD1976B6CF0B654]-worker) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1708686 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CCD1976B6CF0B654]-worker) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 1709065 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CCD1976B6CF0B654]-worker) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1709065 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[CCD1976B6CF0B654]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@242a2b69[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1709065 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[CCD1976B6CF0B654]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@242a2b69[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1709068 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[CCD1976B6CF0B654]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@8a3e169[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1709068 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[CCD1976B6CF0B654]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@8a3e169[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1709069 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CCD1976B6CF0B654]-worker) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39993/solr
   [junit4]   2> 1709070 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CCD1976B6CF0B654]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1709071 INFO  (zkConnectionManagerCallback-12169-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1709071 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CCD1976B6CF0B654]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1709173 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CCD1976B6CF0B654]-worker) [n:127.0.0.1:45331_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1709174 INFO  (zkConnectionManagerCallback-12171-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1709174 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CCD1976B6CF0B654]-worker) [n:127.0.0.1:45331_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1709178 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CCD1976B6CF0B654]-worker) [n:127.0.0.1:45331_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 1709182 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CCD1976B6CF0B654]-worker) [n:127.0.0.1:45331_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:45331_solr as DOWN
   [junit4]   2> 1709182 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CCD1976B6CF0B654]-worker) [n:127.0.0.1:45331_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1709182 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CCD1976B6CF0B654]-worker) [n:127.0.0.1:45331_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:45331_solr
   [junit4]   2> 1709183 INFO  (zkCallback-12089-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1709183 INFO  (zkCallback-12140-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1709183 INFO  (zkCallback-12105-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1709184 INFO  (zkCallback-12116-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1709184 INFO  (zkCallback-12170-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1709185 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CCD1976B6CF0B654]-worker) [n:127.0.0.1:45331_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1709185 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[CCD1976B6CF0B654]-worker) [n:127.0.0.1:45331_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> 1709201 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CCD1976B6CF0B654]-worker) [n:127.0.0.1:45331_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestPullReplicaErrorHandling_CCD1976B6CF0B654-001/tempDir-001/node2
   [junit4]   2> 1709208 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CCD1976B6CF0B654]-worker) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=4
   [junit4]   2> 1709209 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CCD1976B6CF0B654]-worker) [     ] o.a.s.c.TestPullReplicaErrorHandling Adding proxy for URL: http://127.0.0.1:36373/solr. Proxy: http://127.0.0.1:45331/solr
   [junit4]   2> 1709209 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CCD1976B6CF0B654]-worker) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=15386102
   [junit4]   2> 1709209 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CCD1976B6CF0B654]-worker) [     ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:35613_solr
   [junit4]   2> 1709209 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CCD1976B6CF0B654]-worker) [     ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 1709209 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CCD1976B6CF0B654]-worker) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:35613_solr as DOWN
   [junit4]   2> 1709212 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CCD1976B6CF0B654]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 1709212 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CCD1976B6CF0B654]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
   [junit4]   2> 1709212 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CCD1976B6CF0B654]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 1709212 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CCD1976B6CF0B654]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster tag=null
   [junit4]   2> 1709212 INFO  (closeThreadPool-12182-thread-2) [     ] o.a.s.c.Overseer Overseer (id=72524858022166540-127.0.0.1:35613_solr-n_0000000002) closing
   [junit4]   2> 1709213 INFO  (OverseerStateUpdate-72524858022166540-127.0.0.1:35613_solr-n_0000000002) [n:127.0.0.1:35613_solr     ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:35613_solr
   [junit4]   2> 1709213 INFO  (OverseerAutoScalingTriggerThread-72524858022166540-127.0.0.1:35613_solr-n_0000000002) [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 1709217 INFO  (closeThreadPool-12182-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72524858022166540-127.0.0.1:35613_solr-n_0000000002) closing
   [junit4]   2> 1709217 INFO  (zkCallback-12116-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1709217 INFO  (zkCallback-12105-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1709217 INFO  (zkCallback-12140-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1709217 INFO  (zkCallback-12170-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1709217 INFO  (zkCallback-12105-thread-2) [     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:46471_solr
   [junit4]   2> 1709218 INFO  (zkCallback-12105-thread-2) [n:127.0.0.1:46471_solr     ] o.a.s.c.Overseer Overseer (id=72524858022166542-127.0.0.1:46471_solr-n_0000000003) starting
   [junit4]   2> 1709222 INFO  (OverseerStateUpdate-72524858022166542-127.0.0.1:46471_solr-n_0000000003) [n:127.0.0.1:46471_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:46471_solr
   [junit4]   2> 1709317 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CCD1976B6CF0B654]-worker) [     ] o.a.s.c.Overseer Overseer (id=72524858022166540-127.0.0.1:35613_solr-n_0000000002) closing
   [junit4]   2> 1709317 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CCD1976B6CF0B654]-worker) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@6658645a{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 1709318 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CCD1976B6CF0B654]-worker) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@7fe4b007{/solr,null,STOPPED}
   [junit4]   2> 1709318 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CCD1976B6CF0B654]-worker) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1709319 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CCD1976B6CF0B654]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1709319 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CCD1976B6CF0B654]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1709319 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CCD1976B6CF0B654]-worker) [     ] o.e.j.s.Server jetty-9.4.34.v20201102; built: 2020-11-02T14:15:39.302Z; git: e46af88704a893fc12cb0e3bf46e2c7b48a009e7; jvm 1.8.0_252-b09
   [junit4]   2> 1709320 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CCD1976B6CF0B654]-worker) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1709320 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CCD1976B6CF0B654]-worker) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1709320 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CCD1976B6CF0B654]-worker) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1709320 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CCD1976B6CF0B654]-worker) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@25fbcb4a{/solr,null,AVAILABLE}
   [junit4]   2> 1709321 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CCD1976B6CF0B654]-worker) [     ] o.e.j.s.AbstractConnector Started ServerConnector@6c2ea3b1{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:38569}
   [junit4]   2> 1709321 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CCD1976B6CF0B654]-worker) [     ] o.e.j.s.Server Started @1709408ms
   [junit4]   2> 1709321 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CCD1976B6CF0B654]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=46389}
   [junit4]   2> 1709321 ERROR (SUITE-TestPullReplicaErrorHandling-seed#[CCD1976B6CF0B654]-worker) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1709321 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CCD1976B6CF0B654]-worker) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1709321 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CCD1976B6CF0B654]-worker) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.8.0
   [junit4]   2> 1709321 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CCD1976B6CF0B654]-worker) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1709321 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CCD1976B6CF0B654]-worker) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 1709321 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CCD1976B6CF0B654]-worker) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-11-22T22:23:57.016Z
   [junit4]   2> 1709322 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CCD1976B6CF0B654]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1709323 INFO  (zkConnectionManagerCallback-12188-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1709323 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CCD1976B6CF0B654]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1709323 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CCD1976B6CF0B654]-worker) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1709328 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CCD1976B6CF0B654]-worker) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 1710813 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CCD1976B6CF0B654]-worker) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1710814 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[CCD1976B6CF0B654]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@7f015bb2[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1710814 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[CCD1976B6CF0B654]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@7f015bb2[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1710817 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[CCD1976B6CF0B654]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@778781b6[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1710817 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[CCD1976B6CF0B654]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@778781b6[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1710819 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CCD1976B6CF0B654]-worker) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39993/solr
   [junit4]   2> 1710819 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CCD1976B6CF0B654]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1710820 INFO  (zkConnectionManagerCallback-12199-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1710820 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CCD1976B6CF0B654]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1710821 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[CCD1976B6CF0B654]-worker-SendThread(127.0.0.1:39993)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x101a8f95fcc0017.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x101a8f95fcc0017, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable to read additional data from server sessionid 0x101a8f95fcc0017, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:350) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1275) [zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 1710923 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CCD1976B6CF0B654]-worker) [n:127.0.0.1:46389_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1710924 INFO  (zkConnectionManagerCallback-12201-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1710924 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CCD1976B6CF0B654]-worker) [n:127.0.0.1:46389_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1710931 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CCD1976B6CF0B654]-worker) [n:127.0.0.1:46389_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 1710935 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CCD1976B6CF0B654]-worker) [n:127.0.0.1:46389_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:46389_solr as DOWN
   [junit4]   2> 1710936 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CCD1976B6CF0B654]-worker) [n:127.0.0.1:46389_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1710936 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CCD1976B6CF0B654]-worker) [n:127.0.0.1:46389_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:46389_solr
   [junit4]   2> 1710938 INFO  (zkCallback-12170-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1710938 INFO  (zkCallback-12105-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1710938 INFO  (zkCallback-12116-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1710941 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[CCD1976B6CF0B654]-worker) [n:127.0.0.1:46389_solr     ] o.a.s.p.

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

but we are closed, exiting.
   [junit4]   2> 2067293 DEBUG (closeThreadPool-21341-thread-1) [     ] o.a.s.c.a.ScheduledTriggers Shutting down scheduled thread pool executor now
   [junit4]   2> 2067293 DEBUG (closeThreadPool-21341-thread-1) [     ] o.a.s.c.a.ScheduledTriggers Shutting down action executor now
   [junit4]   2> 2067294 DEBUG (closeThreadPool-21341-thread-1) [     ] o.a.s.c.a.ScheduledTriggers Awaiting termination for action executor
   [junit4]   2> 2067294 DEBUG (closeThreadPool-21341-thread-1) [     ] o.a.s.c.a.ScheduledTriggers Awaiting termination for scheduled thread pool executor
   [junit4]   2> 2067294 DEBUG (closeThreadPool-21341-thread-1) [     ] o.a.s.c.a.ScheduledTriggers ScheduledTriggers closed completely
   [junit4]   2> 2067294 DEBUG (closeThreadPool-21341-thread-1) [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread has been closed explicitly
   [junit4]   2> 2067294 INFO  (closeThreadPool-21341-thread-2) [     ] o.a.s.c.Overseer Overseer (id=72524877287325702-127.0.0.1:37421_solr-n_0000000000) closing
   [junit4]   2> 2067396 INFO  (jetty-closer-21324-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72524877287325702-127.0.0.1:37421_solr-n_0000000000) closing
   [junit4]   2> 2067396 INFO  (jetty-closer-21324-thread-1) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@e091f94{SSL, (ssl, http/1.1)}{127.0.0.1:0}
   [junit4]   2> 2067396 INFO  (jetty-closer-21324-thread-1) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@4f559002{/solr,null,STOPPED}
   [junit4]   2> 2067397 INFO  (jetty-closer-21324-thread-1) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 2067397 INFO  (SUITE-AutoscalingHistoryHandlerTest-seed#[CCD1976B6CF0B654]-worker) [     ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 2067499 WARN  (SUITE-AutoscalingHistoryHandlerTest-seed#[CCD1976B6CF0B654]-worker-SendThread(127.0.0.1:38919)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x101a8fddc170001.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x101a8fddc170001, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable to read additional data from server sessionid 0x101a8fddc170001, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:350) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1275) [zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 2067600 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> 	5	/solr/aliases.json
   [junit4]   2> 	4	/solr/collections/AutoscalingHistoryHandlerTest_collection/terms/shard1
   [junit4]   2> 	3	/solr/packages.json
   [junit4]   2> 	3	/solr/security.json
   [junit4]   2> 	3	/solr/collections/.system/terms/shard1
   [junit4]   2> 	3	/solr/configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/managed-schema
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	23	/solr/collections/AutoscalingHistoryHandlerTest_collection/state.json
   [junit4]   2> 	14	/solr/collections/.system/state.json
   [junit4]   2> 	12	/solr/autoscaling.json
   [junit4]   2> 	5	/solr/clusterstate.json
   [junit4]   2> 	5	/solr/clusterprops.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	34	/solr/overseer/queue
   [junit4]   2> 	17	/solr/live_nodes
   [junit4]   2> 	11	/solr/collections
   [junit4]   2> 	8	/solr/overseer/collection-queue-work
   [junit4]   2> 
   [junit4]   2> 2067604 INFO  (SUITE-AutoscalingHistoryHandlerTest-seed#[CCD1976B6CF0B654]-worker) [     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:38919
   [junit4]   2> 2067604 INFO  (SUITE-AutoscalingHistoryHandlerTest-seed#[CCD1976B6CF0B654]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:38919
   [junit4]   2> 2067604 INFO  (SUITE-AutoscalingHistoryHandlerTest-seed#[CCD1976B6CF0B654]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 38919
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_CCD1976B6CF0B654-001
   [junit4]   2> Nov 22, 2020 10:29:55 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=LZ4WithPresetCompressingStoredFieldsData(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=BEST_SPEED, chunkSize=91, maxDocsPerChunk=494, blockShift=22), termVectorsFormat=CompressingTermVectorsFormat(compressionMode=BEST_SPEED, chunkSize=91, blockSize=22)), sim=Asserting(RandomSimilarity(queryNorm=true): {}), locale=da-DK, timezone=Europe/Oslo
   [junit4]   2> NOTE: Linux 4.15.0-112-generic amd64/Oracle Corporation 1.8.0_252 (64-bit)/cpus=4,threads=1,free=227105736,total=527433728
   [junit4]   2> NOTE: All tests run in this JVM: [TestZkChroot, DirectUpdateHandlerTest, TestBooleanSimilarityFactory, JWTAuthPluginTest, TestRebalanceLeaders, ExplicitHLLTest, BasicAuthIntegrationTest, TestSolrJ, DistributedSuggestComponentTest, SpatialFilterTest, DocValuesTest, SuggesterTSTTest, HdfsRecoverLeaseTest, TestCollectionAPIs, FieldAnalysisRequestHandlerTest, TestQueryTypes, RecoveryZkTest, ScheduledMaintenanceTriggerTest, TestReplicationHandler, RangeFacetCloudTest, TestGraphMLResponseWriter, UninvertDocValuesMergePolicyTest, TestFuzzyAnalyzedSuggestions, TestPostingsSolrHighlighter, HttpSolrCallGetCoreTest, IndexSizeEstimatorTest, TestSchemaVersionResource, DocExpirationUpdateProcessorFactoryTest, MultiThreadedOCPTest, TestClusterProperties, TestDistribPackageStore, TestReplicaProperties, CloneFieldUpdateProcessorFactoryTest, TestCollectionAPI, FuzzySearchTest, TestBackupRepositoryFactory, TestRecoveryHdfs, SolrSlf4jReporterTest, ZkNodePropsTest, LeaderFailureAfterFreshStartTest, TestDynamicFieldResource, TestDocTermOrds, TestDocSet, TestDistributedMissingSort, TestSimpleTrackingShardHandler, ReturnFieldsTest, TestLFUCache, TestInPlaceUpdatesStandalone, ChaosMonkeySafeLeaderWithPullReplicasTest, PeerSyncWithBufferUpdatesTest, QueryEqualityTest, TestSolrDeletionPolicy1, TestHashPartitioner, TestExactStatsCache, URLClassifyProcessorTest, TestDynamicLoading, TestCloudJSONFacetSKGEquiv, BooleanFieldTest, TestOverriddenPrefixQueryForCustomFieldType, TestCloudPseudoReturnFields, DeleteNodeTest, TermVectorComponentTest, TriggerEventQueueTest, TestMergePolicyConfig, SolrIndexMetricsTest, TestSchemaField, TestValueSourceCache, HdfsCollectionsAPIDistributedZkTest, BasicZkTest, XMLAtomicUpdateMultivalueTest, ClusterStateMockUtilTest, AddBlockUpdateTest, ZkStateWriterTest, TestFieldSortValues, TestFieldTypeResource, TestNamedUpdateProcessors, TestNumericTokenStream, SpellingQueryConverterTest, DateMathParserTest, SecurityConfHandlerTest, SplitHandlerTest, OutputWriterTest, SchemaVersionSpecificBehaviorTest, RequestLoggingTest, TestSolr4Spatial2, CategoryRoutedAliasUpdateProcessorTest, TestBinaryResponseWriter, ReplaceNodeTest, TestSolrCloudWithHadoopAuthPlugin, TestManagedSchemaAPI, TestIBSimilarityFactory, TestJettySolrRunner, AnalysisAfterCoreReloadTest, VMParamsZkACLAndCredentialsProvidersTest, ResponseLogComponentTest, TestHdfsUpdateLog, DistributedQueryComponentCustomSortTest, CollectionStateFormat2Test, CdcrBootstrapTest, TestSolrCloudWithKerberosAlt, DateFieldTest, CollectionsAPIDistributedZkTest, TestPKIAuthenticationPlugin, SolrMetricsIntegrationTest, OpenExchangeRatesOrgProviderTest, TestTolerantUpdateProcessorRandomCloud, TestRestoreCore, TestLegacyTerms, TestLuceneMatchVersion, FullSolrCloudDistribCmdsTest, TestRemoteStreaming, TestDocumentBuilder, TestGroupingSearch, TestHighlightDedupGrouping, TestSolrCoreProperties, TestTolerantSearch, TestTrie, PathHierarchyTokenizerFactoryTest, ProtectedTermFilterFactoryTest, TestCharFilters, TestDeprecatedFilters, TestReversedWildcardFilterFactory, TestWordDelimiterFilterFactory, TokenizerChainTest, TestLuceneIndexBackCompat, ChaosMonkeyNothingIsSafeTest, ChaosMonkeySafeLeaderTest, DistributedQueueTest, DocValuesNotIndexedTest, ForceLeaderTest, ForceLeaderWithTlogReplicasTest, LeaderElectionContextKeyTest, MetricsHistoryIntegrationTest, MoveReplicaHDFSFailoverTest, OverriddenZkACLAndCredentialsProvidersTest, OverseerCollectionConfigSetProcessorTest, OverseerRolesTest, OverseerTest, RecoveryAfterSoftCommitTest, RouteFieldTest, RoutingToNodesWithPropertiesTest, ShardRoutingTest, SyncSliceTest, TestConfigSetsAPIShareSchema, TestRandomFlRTGCloud, TestSegmentSorting, AsyncCallRequestStatusResponseTest, TestRequestStatusCollectionAPI, AutoAddReplicasPlanActionTest, ComputePlanActionTest, TestPolicyCloud, BaseCdcrDistributedZkTest, CdcrBidirectionalTest, CdcrOpsAndBoundariesTest, CdcrReplicationHandlerTest, CdcrRequestHandlerTest, CdcrVersionReplicationTest, HdfsRecoveryZkTest, HdfsRestartWhileUpdatingTest, HdfsSyncSliceTest, HdfsThreadLeakTest, ZkDynamicConfigTest, DirectoryFactoriesTest, PluginInfoTest, QueryResultKeyTest, TestCodecSupport, TestConfig, TestDynamicLoadingUrl, TestSolrIndexConfig, TestConfigReload, V2ApiIntegrationTest, XsltUpdateRequestHandlerTest, AutoscalingHistoryHandlerTest]
   [junit4] Completed [688/921 (2!)] on J0 in 68.69s, 1 test, 1 failure <<< FAILURES!

[...truncated 51390 lines...]

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

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Tests-8.x/885/

1 tests failed.
FAILED:  org.apache.solr.cloud.TestWithCollection.testNodeAdded

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

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occurred while waiting response from server at: http://127.0.0.1:33939/solr
	at __randomizedtesting.SeedInfo.seed([245597FC71CAF140:4196C18BD3695943]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:692)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:266)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
	at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:369)
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:297)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1173)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:934)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:866)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:214)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:231)
	at org.apache.solr.cloud.TestWithCollection.testNodeAdded(TestWithCollection.java:457)
	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.junit.rules.RunRules.evaluate(RunRules.java:20)
	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 org.junit.rules.RunRules.evaluate(RunRules.java:20)
	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.junit.rules.RunRules.evaluate(RunRules.java:20)
	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 org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)
Caused by: java.net.SocketTimeoutException: Read timed out
	at java.net.SocketInputStream.socketRead0(Native Method)
	at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
	at java.net.SocketInputStream.read(SocketInputStream.java:171)
	at java.net.SocketInputStream.read(SocketInputStream.java:141)
	at org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:137)
	at org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:153)
	at org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:280)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)
	at org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163)
	at org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:157)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:571)
	... 53 more




Build Log:
[...truncated 15239 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestWithCollection
   [junit4]   2> 1589422 INFO  (SUITE-TestWithCollection-seed#[245597FC71CAF140]-worker) [     ] o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to test-framework derived value of '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/server/solr/configsets/_default/conf'
   [junit4]   2> 1589424 INFO  (SUITE-TestWithCollection-seed#[245597FC71CAF140]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestWithCollection_245597FC71CAF140-001/data-dir-120-001
   [junit4]   2> 1589424 WARN  (SUITE-TestWithCollection-seed#[245597FC71CAF140]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=86 numCloses=86
   [junit4]   2> 1589424 INFO  (SUITE-TestWithCollection-seed#[245597FC71CAF140]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 1589427 INFO  (SUITE-TestWithCollection-seed#[245597FC71CAF140]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 1589427 INFO  (SUITE-TestWithCollection-seed#[245597FC71CAF140]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 1589434 INFO  (TEST-TestWithCollection.testAddReplicaWithPolicy-seed#[245597FC71CAF140]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testAddReplicaWithPolicy
   [junit4]   2> 1589435 INFO  (TEST-TestWithCollection.testAddReplicaWithPolicy-seed#[245597FC71CAF140]) [     ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestWithCollection_245597FC71CAF140-001/tempDir-001
   [junit4]   2> 1589435 INFO  (TEST-TestWithCollection.testAddReplicaWithPolicy-seed#[245597FC71CAF140]) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1589436 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port: 0.0.0.0/0.0.0.0:0
   [junit4]   2> 1589436 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1589441 WARN  (ZkTestServer Run Thread) [     ] o.a.z.s.ServerCnxnFactory maxCnxns is not configured, using default value 0.
   [junit4]   2> 1589536 INFO  (TEST-TestWithCollection.testAddReplicaWithPolicy-seed#[245597FC71CAF140]) [     ] o.a.s.c.ZkTestServer start zk server on port: 37207
   [junit4]   2> 1589536 INFO  (TEST-TestWithCollection.testAddReplicaWithPolicy-seed#[245597FC71CAF140]) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:37207
   [junit4]   2> 1589536 INFO  (TEST-TestWithCollection.testAddReplicaWithPolicy-seed#[245597FC71CAF140]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:37207
   [junit4]   2> 1589537 INFO  (TEST-TestWithCollection.testAddReplicaWithPolicy-seed#[245597FC71CAF140]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 37207
   [junit4]   2> 1589539 INFO  (TEST-TestWithCollection.testAddReplicaWithPolicy-seed#[245597FC71CAF140]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1589554 INFO  (zkConnectionManagerCallback-13299-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1589554 INFO  (TEST-TestWithCollection.testAddReplicaWithPolicy-seed#[245597FC71CAF140]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1589560 INFO  (TEST-TestWithCollection.testAddReplicaWithPolicy-seed#[245597FC71CAF140]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1589565 INFO  (zkConnectionManagerCallback-13301-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1589565 INFO  (TEST-TestWithCollection.testAddReplicaWithPolicy-seed#[245597FC71CAF140]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1589567 INFO  (TEST-TestWithCollection.testAddReplicaWithPolicy-seed#[245597FC71CAF140]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1589576 INFO  (zkConnectionManagerCallback-13303-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1589576 INFO  (TEST-TestWithCollection.testAddReplicaWithPolicy-seed#[245597FC71CAF140]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1589585 WARN  (TEST-TestWithCollection.testAddReplicaWithPolicy-seed#[245597FC71CAF140]-SendThread(127.0.0.1:37207)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x101a953c9280002.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x101a953c9280002, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable to read additional data from server sessionid 0x101a953c9280002, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:350) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1275) [zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 1589687 INFO  (jetty-launcher-13304-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1589687 INFO  (jetty-launcher-13304-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1589687 INFO  (jetty-launcher-13304-thread-1) [     ] o.e.j.s.Server jetty-9.4.34.v20201102; built: 2020-11-02T14:15:39.302Z; git: e46af88704a893fc12cb0e3bf46e2c7b48a009e7; jvm 1.8.0_252-b09
   [junit4]   2> 1589738 INFO  (jetty-launcher-13304-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1589738 INFO  (jetty-launcher-13304-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1589738 INFO  (jetty-launcher-13304-thread-2) [     ] o.e.j.s.Server jetty-9.4.34.v20201102; built: 2020-11-02T14:15:39.302Z; git: e46af88704a893fc12cb0e3bf46e2c7b48a009e7; jvm 1.8.0_252-b09
   [junit4]   2> 1589744 INFO  (jetty-launcher-13304-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1589744 INFO  (jetty-launcher-13304-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1589744 INFO  (jetty-launcher-13304-thread-1) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1589754 INFO  (jetty-launcher-13304-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@57b5d204{/solr,null,AVAILABLE}
   [junit4]   2> 1589755 INFO  (jetty-launcher-13304-thread-2) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1589755 INFO  (jetty-launcher-13304-thread-2) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1589756 INFO  (jetty-launcher-13304-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@41d22484{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:46311}
   [junit4]   2> 1589756 INFO  (jetty-launcher-13304-thread-1) [     ] o.e.j.s.Server Started @1589783ms
   [junit4]   2> 1589756 INFO  (jetty-launcher-13304-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=46311}
   [junit4]   2> 1589756 ERROR (jetty-launcher-13304-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1589756 INFO  (jetty-launcher-13304-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1589756 INFO  (jetty-launcher-13304-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.8.0
   [junit4]   2> 1589757 INFO  (jetty-launcher-13304-thread-2) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1589757 INFO  (jetty-launcher-13304-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1589757 INFO  (jetty-launcher-13304-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 1589757 INFO  (jetty-launcher-13304-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-11-23T00:00:14.636Z
   [junit4]   2> 1589757 INFO  (jetty-launcher-13304-thread-2) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@5faa8a5b{/solr,null,AVAILABLE}
   [junit4]   2> 1589758 INFO  (jetty-launcher-13304-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1589758 INFO  (jetty-launcher-13304-thread-2) [     ] o.e.j.s.AbstractConnector Started ServerConnector@5c4a6554{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:45625}
   [junit4]   2> 1589758 INFO  (jetty-launcher-13304-thread-2) [     ] o.e.j.s.Server Started @1589784ms
   [junit4]   2> 1589758 INFO  (jetty-launcher-13304-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=45625}
   [junit4]   2> 1589758 ERROR (jetty-launcher-13304-thread-2) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1589758 INFO  (jetty-launcher-13304-thread-2) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1589758 INFO  (zkConnectionManagerCallback-13306-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1589758 INFO  (jetty-launcher-13304-thread-2) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.8.0
   [junit4]   2> 1589758 INFO  (jetty-launcher-13304-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1589758 INFO  (jetty-launcher-13304-thread-2) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1589758 INFO  (jetty-launcher-13304-thread-2) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 1589758 INFO  (jetty-launcher-13304-thread-2) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-11-23T00:00:14.637Z
   [junit4]   2> 1589759 INFO  (jetty-launcher-13304-thread-1) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1589759 INFO  (jetty-launcher-13304-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1589763 INFO  (zkConnectionManagerCallback-13308-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1589763 INFO  (jetty-launcher-13304-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1589764 INFO  (jetty-launcher-13304-thread-2) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1589767 WARN  (jetty-launcher-13304-thread-1-SendThread(127.0.0.1:37207)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x101a953c9280003.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x101a953c9280003, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable to read additional data from server sessionid 0x101a953c9280003, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:350) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1275) [zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 1589869 WARN  (jetty-launcher-13304-thread-2-SendThread(127.0.0.1:37207)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x101a953c9280004.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x101a953c9280004, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable to read additional data from server sessionid 0x101a953c9280004, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:350) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1275) [zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 1591345 INFO  (jetty-launcher-13304-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1591346 WARN  (jetty-launcher-13304-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@7193c2be[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1591346 WARN  (jetty-launcher-13304-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@7193c2be[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1591354 WARN  (jetty-launcher-13304-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@795e6f77[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1591354 WARN  (jetty-launcher-13304-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@795e6f77[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1591358 INFO  (jetty-launcher-13304-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:37207/solr
   [junit4]   2> 1591359 INFO  (jetty-launcher-13304-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1591363 INFO  (zkConnectionManagerCallback-13322-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1591363 INFO  (jetty-launcher-13304-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1591369 WARN  (jetty-launcher-13304-thread-1-SendThread(127.0.0.1:37207)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x101a953c9280005.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x101a953c9280005, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable to read additional data from server sessionid 0x101a953c9280005, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:350) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1275) [zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 1591579 INFO  (jetty-launcher-13304-thread-1) [n:127.0.0.1:46311_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1591581 INFO  (zkConnectionManagerCallback-13324-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1591581 INFO  (jetty-launcher-13304-thread-1) [n:127.0.0.1:46311_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1591765 INFO  (jetty-launcher-13304-thread-1) [n:127.0.0.1:46311_solr     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:46311_solr
   [junit4]   2> 1591766 INFO  (jetty-launcher-13304-thread-1) [n:127.0.0.1:46311_solr     ] o.a.s.c.Overseer Overseer (id=72525246336860166-127.0.0.1:46311_solr-n_0000000000) starting
   [junit4]   2> 1591777 INFO  (OverseerStateUpdate-72525246336860166-127.0.0.1:46311_solr-n_0000000000) [n:127.0.0.1:46311_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:46311_solr
   [junit4]   2> 1591834 INFO  (jetty-launcher-13304-thread-1) [n:127.0.0.1:46311_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:46311_solr
   [junit4]   2> 1591834 DEBUG (OverseerAutoScalingTriggerThread-72525246336860166-127.0.0.1:46311_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Adding .auto_add_replicas and .scheduled_maintenance triggers
   [junit4]   2> 1591837 DEBUG (OverseerAutoScalingTriggerThread-72525246336860166-127.0.0.1:46311_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 1
   [junit4]   2> 1591838 DEBUG (OverseerAutoScalingTriggerThread-72525246336860166-127.0.0.1:46311_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion 0
   [junit4]   2> 1591838 DEBUG (OverseerAutoScalingTriggerThread-72525246336860166-127.0.0.1:46311_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 1
   [junit4]   2> 1591839 INFO  (zkCallback-13323-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1591841 INFO  (jetty-launcher-13304-thread-1) [n:127.0.0.1:46311_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1591841 WARN  (jetty-launcher-13304-thread-1) [n:127.0.0.1:46311_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> 1591854 DEBUG (OverseerAutoScalingTriggerThread-72525246336860166-127.0.0.1:46311_solr-n_0000000000) [     ] o.a.s.c.a.NodeLostTrigger NodeLostTrigger .auto_add_replicas - Initial livenodes: [127.0.0.1:46311_solr]
   [junit4]   2> 1591858 DEBUG (OverseerAutoScalingTriggerThread-72525246336860166-127.0.0.1:46311_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread -- deactivating old nodeLost / nodeAdded markers
   [junit4]   2> 1591859 DEBUG (OverseerAutoScalingTriggerThread-72525246336860166-127.0.0.1:46311_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion 1
   [junit4]   2> 1591860 DEBUG (ScheduledTrigger-13329-thread-2) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1 and last live nodes: 1
   [junit4]   2> 1591860 TRACE (ScheduledTrigger-13329-thread-2) [     ] o.a.s.c.a.NodeLostTrigger Current Live Nodes for .auto_add_replicas: [127.0.0.1:46311_solr]
   [junit4]   2> 1591860 TRACE (ScheduledTrigger-13329-thread-2) [     ] o.a.s.c.a.NodeLostTrigger Last Live Nodes for .auto_add_replicas: [127.0.0.1:46311_solr]
   [junit4]   2> 1591860 INFO  (jetty-launcher-13304-thread-1) [n:127.0.0.1:46311_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1591908 INFO  (jetty-launcher-13304-thread-1) [n:127.0.0.1:46311_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_46311.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@104f5c49
   [junit4]   2> 1591917 INFO  (jetty-launcher-13304-thread-1) [n:127.0.0.1:46311_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_46311.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@104f5c49
   [junit4]   2> 1591917 INFO  (jetty-launcher-13304-thread-1) [n:127.0.0.1:46311_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_46311.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@104f5c49
   [junit4]   2> 1591918 INFO  (jetty-launcher-13304-thread-1) [n:127.0.0.1:46311_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestWithCollection_245597FC71CAF140-001/tempDir-001/node1
   [junit4]   2> 1592403 INFO  (jetty-launcher-13304-thread-2) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1592404 WARN  (jetty-launcher-13304-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@452d07d4[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1592405 WARN  (jetty-launcher-13304-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@452d07d4[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1592411 WARN  (jetty-launcher-13304-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@1c503e0b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1592411 WARN  (jetty-launcher-13304-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@1c503e0b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1592413 INFO  (jetty-launcher-13304-thread-2) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:37207/solr
   [junit4]   2> 1592413 INFO  (jetty-launcher-13304-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1592417 INFO  (zkConnectionManagerCallback-13344-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1592417 INFO  (jetty-launcher-13304-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1592520 INFO  (jetty-launcher-13304-thread-2) [n:127.0.0.1:45625_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1592524 INFO  (zkConnectionManagerCallback-13346-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1592524 INFO  (jetty-launcher-13304-thread-2) [n:127.0.0.1:45625_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1592540 INFO  (jetty-launcher-13304-thread-2) [n:127.0.0.1:45625_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1592544 INFO  (jetty-launcher-13304-thread-2) [n:127.0.0.1:45625_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:45625_solr as DOWN
   [junit4]   2> 1592544 INFO  (jetty-launcher-13304-thread-2) [n:127.0.0.1:45625_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1592544 INFO  (jetty-launcher-13304-thread-2) [n:127.0.0.1:45625_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:45625_solr
   [junit4]   2> 1592545 DEBUG (OverseerStateUpdate-72525246336860166-127.0.0.1:46311_solr-n_0000000000) [n:127.0.0.1:46311_solr     ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:45625_solr
   [junit4]   2> 1592545 INFO  (zkCallback-13323-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1592546 INFO  (zkCallback-13345-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1592546 INFO  (jetty-launcher-13304-thread-2) [n:127.0.0.1:45625_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1592547 WARN  (jetty-launcher-13304-thread-2) [n:127.0.0.1:45625_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> 1592565 INFO  (jetty-launcher-13304-thread-2) [n:127.0.0.1:45625_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1592592 INFO  (jetty-launcher-13304-thread-2) [n:127.0.0.1:45625_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45625.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@104f5c49
   [junit4]   2> 1592603 INFO  (jetty-launcher-13304-thread-2) [n:127.0.0.1:45625_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45625.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@104f5c49
   [junit4]   2> 1592604 INFO  (jetty-launcher-13304-thread-2) [n:127.0.0.1:45625_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45625.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@104f5c49
   [junit4]   2> 1592604 INFO  (jetty-launcher-13304-thread-2) [n:127.0.0.1:45625_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestWithCollection_245597FC71CAF140-001/tempDir-001/node2
   [junit4]   2> 1592620 INFO  (TEST-TestWithCollection.testAddReplicaWithPolicy-seed#[245597FC71CAF140]) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=2
   [junit4]   2> 1592623 INFO  (TEST-TestWithCollection.testAddReplicaWithPolicy-seed#[245597FC71CAF140]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1592623 INFO  (zkConnectionManagerCallback-13359-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1592623 INFO  (TEST-TestWithCollection.testAddReplicaWithPolicy-seed#[245597FC71CAF140]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1592626 INFO  (TEST-TestWithCollection.testAddReplicaWithPolicy-seed#[245597FC71CAF140]) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1592627 INFO  (TEST-TestWithCollection.testAddReplicaWithPolicy-seed#[245597FC71CAF140]) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:37207/solr ready
   [junit4]   2> 1592636 DEBUG (zkCallback-13323-thread-1) [     ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 2
   [junit4]   2> 1592636 DEBUG (OverseerAutoScalingTriggerThread-72525246336860166-127.0.0.1:46311_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 2
   [junit4]   2> 1592639 DEBUG (OverseerAutoScalingTriggerThread-72525246336860166-127.0.0.1:46311_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread -- deactivating old nodeLost / nodeAdded markers
   [junit4]   2> 1592639 DEBUG (OverseerAutoScalingTriggerThread-72525246336860166-127.0.0.1:46311_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 2, lastZnodeVersion 2
   [junit4]   2> 1592670 INFO  (qtp1385005429-26418) [n:127.0.0.1:45625_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.cores&wt=javabin&version=2&group=solr.node} status=0 QTime=0
   [junit4]   2> 1592672 INFO  (qtp1326830358-26411) [n:127.0.0.1:46311_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1592672 INFO  (qtp1326830358-26411) [n:127.0.0.1:46311_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.cores&wt=javabin&version=2&group=solr.node} status=0 QTime=0
   [junit4]   2> 1592685 DEBUG (qtp1326830358-26409) [n:127.0.0.1:46311_solr     ] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 1592686 INFO  (qtp1326830358-26409) [n:127.0.0.1:46311_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/autoscaling params={wt=javabin&version=2} status=0 QTime=45
   [junit4]   2> 1592687 INFO  (TEST-TestWithCollection.testAddReplicaWithPolicy-seed#[245597FC71CAF140]) [     ] o.a.s.c.TestWithCollection Chosen node 127.0.0.1:46311_solr for collection testAddReplicaWithPolicy_abc
   [junit4]   2> 1592691 DEBUG (zkCallback-13323-thread-1) [     ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 3
   [junit4]   2> 1592691 DEBUG (OverseerAutoScalingTriggerThread-72525246336860166-127.0.0.1:46311_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 3
   [junit4]   2> 1592691 DEBUG (OverseerAutoScalingTriggerThread-72525246336860166-127.0.0.1:46311_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread -- deactivating old nodeLost / nodeAdded markers
   [junit4]   2> 1592692 DEBUG (OverseerAutoScalingTriggerThread-72525246336860166-127.0.0.1:46311_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 3, lastZnodeVersion 3
   [junit4]   2> 1592696 INFO  (OverseerThreadFactory-13331-thread-1-processing-n:127.0.0.1:46311_solr) [n:127.0.0.1:46311_solr     ] o.a.s.c.a.c.CreateCollectionCmd Create collection testAddReplicaWithPolicy_abc
   [junit4]   2> 1592696 INFO  (OverseerThreadFactory-13331-thread-1-processing-n:127.0.0.1:46311_solr) [n:127.0.0.1:46311_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default to /configs/testAddReplicaWithPolicy_abc.AUTOCREATED
   [junit4]   2> 1592700 INFO  (OverseerThreadFactory-13331-thread-1-processing-n:127.0.0.1:46311_solr) [n:127.0.0.1:46311_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/protwords.txt to /configs/testAddReplicaWithPolicy_abc.AUTOCREATED/protwords.txt
   [junit4]   2> 1592705 INFO  (OverseerThreadFactory-13331-thread-1-processing-n:127.0.0.1:46311_solr) [n:127.0.0.1:46311_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/managed-schema to /configs/testAddReplicaWithPolicy_abc.AUTOCREATED/managed-schema
   [junit4]   2> 1592708 INFO  (OverseerThreadFactory-13331-thread-1-processing-n:127.0.0.1:46311_solr) [n:127.0.0.1:46311_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/solrconfig.xml to /configs/testAddReplicaWithPolicy_abc.AUTOCREATED/solrconfig.xml
   [junit4]   2> 1592723 INFO  (OverseerThreadFactory-13331-thread-1-processing-n:127.0.0.1:46311_solr) [n:127.0.0.1:46311_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_it.txt to /configs/testAddReplicaWithPolicy_abc.AUTOCREATED/lang/contractions_it.txt
   [junit4]   2> 1592725 INFO  (OverseerThreadFactory-13331-thread-1-processing-n:127.0.0.1:46311_solr) [n:127.0.0.1:46311_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_ca.txt to /configs/testAddReplicaWithPolicy_abc.AUTOCREATED/lang/contractions_ca.txt
   [junit4]   2> 1592726 INFO  (OverseerThreadFactory-13331-thread-1-processing-n:127.0.0.1:46311_solr) [n:127.0.0.1:46311_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_no.txt to /configs/testAddReplicaWithPolicy_abc.AUTOCREATED/lang/stopwords_no.txt
   [junit4]   2> 1592728 INFO  (OverseerThreadFactory-13331-thread-1-processing-n:127.0.0.1:46311_solr) [n:127.0.0.1:46311_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stemdict_nl.txt to /configs/testAddReplicaWithPolicy_abc.AUTOCREATED/lang/stemdict_nl.txt
   [junit4]   2> 1592732 INFO  (OverseerThreadFactory-13331-thread-1-processing-n:127.0.0.1:46311_solr) [n:127.0.0.1:46311_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hy.txt to /configs/testAddReplicaWithPolicy_abc.AUTOCREATED/lang/stopwords_hy.txt
   [junit4]   2> 1592738 INFO  (OverseerThreadFactory-13331-thread-1-processing-n:127.0.0.1:46311_solr) [n:127.0.0.1:46311_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_id.txt to /configs/testAddReplicaWithPolicy_abc.AUTOCREATED/lang/stopwords_id.txt
   [junit4]   2> 1592743 INFO  (OverseerThreadFactory-13331-thread-1-processing-n:127.0.0.1:46311_solr) [n:127.0.0.1:46311_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_et.txt to /configs/testAddReplicaWithPolicy_abc.AUTOCREATED/lang/stopwords_et.txt
   [junit4]   2> 1592746 INFO  (OverseerThreadFactory-13331-thread-1-processing-n:127.0.0.1:46311_solr) [n:127.0.0.1:46311_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hi.txt to /configs/testAddReplicaWithPolicy_abc.AUTOCREATED/lang/stopwords_hi.txt
   [junit4]   2> 1592758 INFO  (OverseerThreadFactory-13331-thread-1-processing-n:127.0.0.1:46311_solr) [n:127.0.0.1:46311_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_da.txt to /configs/testAddReplicaWithPolicy_abc.AUTOCREATED/lang/stopwords_da.txt
   [junit4]   2> 1592761 INFO  (OverseerThreadFactory-13331-thread-1-processing-n:127.0.0.1:46311_solr) [n:127.0.0.1:46311_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ga.txt to /configs/testAddReplicaWithPolicy_abc.AUTOCREATED/lang/stopwords_ga.txt
   [junit4]   2> 1592767 INFO  (OverseerThreadFactory-13331-thread-1-processing-n:127.0.0.1:46311_solr) [n:127.0.0.1:46311_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ja.txt to /configs/testAddReplicaWithPolicy_abc.AUTOCREATED/lang/stopwords_ja.txt
   [junit4]   2> 1592776 INFO  (OverseerThreadFactory-13331-thread-1-processing-n:127.0.0.1:46311_solr) [n:127.0.0.1:46311_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_pt.txt to /configs/testAddReplicaWithPolicy_abc.AUTOCREATED/lang/stopwords_pt.txt
   [junit4]   2> 1592779 INFO  (OverseerThreadFactory-13331-thread-1-processing-n:127.0.0.1:46311_solr) [n:127.0.0.1:46311_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hu.txt to /configs/testAddReplicaWithPolicy_abc.AUTOCREATED/lang/stopwords_hu.txt
   [junit4]   2> 1592784 INFO  (OverseerThreadFactory-13331-thread-1-processing-n:127.0.0.1:46311_solr) [n:127.0.0.1:46311_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_el.txt to /configs/testAddReplicaWithPolicy_abc.AUTOCREATED/lang/stopwords_el.txt
   [junit4]   2> 1592789 INFO  (OverseerThreadFactory-13331-thread-1-processing-n:127.0.0.1:46311_solr) [n:127.0.0.1:46311_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ru.txt to /configs/testAddReplicaWithPolicy_abc.AUTOCREATED/lang/stopwords_ru.txt
   [junit4]   2> 1592791 INFO  (OverseerThreadFactory-13331-thread-1-processing-n:127.0.0.1:46311_solr) [n:127.0.0.1:46311_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_tr.txt to /configs/testAddReplicaWithPolicy_abc.AUTOCREATED/lang/stopwords_tr.txt
   [junit4]   2> 1592801 INFO  (OverseerThreadFactory-13331-thread-1-processing-n:127.0.0.1:46311_solr) [n:127.0.0.1:46311_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ar.txt to /configs/testAddReplicaWithPolicy_abc.AUTOCREATED/lang/stopwords_ar.txt
   [junit4]   2> 1592803 INFO  (OverseerThreadFactory-13331-thread-1-processing-n:127.0.0.1:46311_solr) [n:127.0.0.1:46311_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/userdict_ja.txt to /configs/testAddReplicaWithPolicy_abc.AUTOCREATED/lang/userdict_ja.txt
   [junit4]   2> 1592806 INFO  (OverseerThreadFactory-13331-thread-1-processing-n:127.0.0.1:46311_solr) [n:127.0.0.1:46311_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_it.txt to /configs/testAddReplicaWithPolicy_abc.AUTOCREATED/lang/stopwords_it.txt
   [junit4]   2> 1592810 INFO  (OverseerThreadFactory-13331-thread-1-processing-n:127.0.0.1:46311_solr) [n:127.0.0.1:46311_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_eu.txt to /configs/testAddReplicaWithPolicy_abc.AUTOCREATED/lang/stopwords_eu.txt
   [junit4]   2> 1592813 INFO  (OverseerThreadFactory-13331-thread-1-processing-n:127.0.0.1:46311_solr) [n:127.0.0.1:46311_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_cz.txt to /configs/testAddReplicaWithPolicy_abc.AUTOCREATED/lang/stopwords_cz.txt
   [junit4]   2> 1592825 INFO  (OverseerThreadFactory-13331-thread-1-processing-n:127.0.0.1:46311_solr) [n:127.0.0.1:46311_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stoptags_ja.txt to /configs/testAddReplicaWithPolicy_abc.AUTOCREATED/lang/stoptags_ja.txt
   [junit4]   2> 1592827 INFO  (OverseerThreadFactory-13331-thread-1-processing-n:127.0.0.1:46311_solr) [n:127.0.0.1:46311_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_fr.txt to /configs/testAddReplicaWithPolicy_abc.AUTOCREATED/lang/contractions_fr.txt
   [junit4]   2> 1592842 INFO  (OverseerThreadFactory-13331-thread-1-processing-n:127.0.0.1:46311_solr) [n:127.0.0.1:46311_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_fa.txt to /configs/testAddReplicaWithPolicy_abc.AUTOCREATED/lang/stopwords_fa.txt
   [junit4]   2> 1592920 INFO  (OverseerThreadFactory-13331-thread-1-processing-n:127.0.0.1:46311_solr) [n:127.0.0.1:46311_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_de.txt to /configs/testAddReplicaWithPolicy_abc.AUTOCREATED/lang/stopwords_de.txt
   [junit4]   2> 1592933 INFO  (OverseerThreadFactory-13331-thread-1-processing-n:127.0.0.1:46311_solr) [n:127.0.0.1:46311_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_ga.txt to /configs/testAddReplicaWithPolicy_abc.AUTOCREATED/lang/contractions_ga.txt
   [junit4]   2> 1592937 INFO  (OverseerThreadFactory-13331-thread-1-processing-n:127.0.0.1:46311_solr) [n:127.0.0.1:46311_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ca.txt to /configs/testAddReplicaWithPolicy_abc.AUTOCREATED/lang/stopwords_ca.txt
   [junit4]   2> 1592940 INFO  (OverseerThreadFactory-13331-thread-1-processing-n:127.0.0.1:46311_solr) [n:127.0.0.1:46311_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_nl.txt to /configs/testAddReplicaWithPolicy_abc.AUTOCREATED/lang/stopwords_nl.txt
   [junit4]   2> 1592963 INFO  (OverseerThreadFactory-13331-thread-1-processing-n:127.0.0.1:46311_solr) [n:127.0.0.1:46311_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_bg.txt to /configs/testAddReplicaWithPolicy_abc.AUTOCREATED/lang/stopwords_bg.txt
   [junit4]   2> 1592964 INFO  (OverseerThreadFactory-13331-thread-1-processing-n:127.0.0.1:46311_solr) [n:127.0.0.1:46311_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_es.txt to /configs/testAddReplicaWithPolicy_abc.AUTOCREATED/lang/stopwords_es.txt
   [junit4]   2> 1592966 INFO  (OverseerThreadFactory-13331-thread-1-processing-n:127.0.0.1:46311_solr) [n:127.0.0.1:46311_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_en.txt to /configs/testAddReplicaWithPolicy_abc.AUTOCREATED/lang/stopwords_en.txt
   [junit4]   2> 1592968 INFO  (OverseerThreadFactory-13331-thread-1-processing-n:127.0.0.1:46311_solr) [n:127.0.0.1:46311_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_lv.txt to /configs/testAddReplicaWithPolicy_abc.AUTOCREATED/lang/stopwords_lv.txt
   [junit4]   2> 1592970 INFO  (OverseerThreadFactory-13331-thread-1-processing-n:127.0.0.1:46311_solr) [n:127.0.0.1:46311_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_th.txt to /configs/testAddReplicaWithPolicy_abc.AUTOCREATED/lang/stopwords_th.txt
   [junit4]   2> 1592974 INFO  (OverseerThreadFactory-13331-thread-1-processing-n:127.0.0.1:46311_solr) [n:127.0.0.1:46311_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ro.txt to /configs/testAddReplicaWithPolicy_abc.AUTOCREATED/lang/stopwords_ro.txt
   [junit4]   2> 1592975 INFO  (OverseerThreadFactory-13331-thread-1-processing-n:127.0.0.1:46311_solr) [n:127.0.0.1:46311_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_fr.txt to /configs/testAddReplicaWithPolicy_abc.AUTOCREATED/lang/stopwords_fr.txt
   [junit4]   2> 1592977 INFO  (OverseerThreadFactory-13331-thread-1-processing-n:127.0.0.1:46311_solr) [n:127.0.0.1:46311_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_sv.txt to /configs/testAddReplicaWithPolicy_abc.AUTOCREATED/lang/stopwords_sv.txt
   [junit4]   2> 1592979 INFO  (OverseerThreadFactory-13331-thread-1-processing-n:127.0.0.1:46311_solr) [n:127.0.0.1:46311_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_fi.txt to /configs/testAddReplicaWithPolicy_abc.AUTOCREATED/lang/stopwords_fi.txt
   [junit4]   2> 1592980 INFO  (OverseerThreadFactory-13331-thread-1-processing-n:127.0.0.1:46311_solr) [n:127.0.0.1:46311_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/hyphenations_ga.txt to /configs/testAddReplicaWithPolicy_abc.AUTOCREATED/lang/hyphenations_ga.txt
   [junit4]   2> 1592982 INFO  (OverseerThreadFactory-13331-thread-1-processing-n:127.0.0.1:46311_solr) [n:127.0.0.1:46311_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_gl.txt to /configs/testAddReplicaWithPolicy_abc.AUTOCREATED/lang/stopwords_gl.txt
   [junit4]   2> 1592983 INFO  (OverseerThreadFactory-13331-thread-1-processing-n:127.0.0.1:46311_solr) [n:127.0.0.1:46311_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/synonyms.txt to /configs/testAddReplicaWithPolicy_abc.AUTOCREATED/synonyms.txt
   [junit4]   2> 1592985 INFO  (OverseerThreadFactory-13331-thread-1-processing-n:127.0.0.1:46311_solr) [n:127.0.0.1:46311_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/stopwords.txt to /configs/testAddReplicaWithPolicy_abc.AUTOCREATED/stopwords.txt
   [junit4]   2> 1592995 DEBUG (OverseerStateUpdate-72525246336860166-127.0.0.1:46311_solr-n_0000000000) [n:127.0.0.1:46311_solr     ] o.a.s.c.o.ClusterStateMutator building a new cName: testAddReplicaWithPolicy_abc
   [junit4]   2> 1592995 DEBUG (OverseerStateUpdate-72525246336860166-127.0.0.1:46311_solr-n_0000000000) [n:127.0.0.1:46311_solr     ] o.a.s.c.o.ZkStateWriter going to create_collection /collections/testAddReplicaWithPolicy_abc/state.json
   [junit4]   2> 1593111 DEBUG (OverseerThreadFactory-13331-thread-1-processing-n:127.0.0.1:46311_solr) [n:127.0.0.1:46311_solr     ] o.a.s.c.s.c.a.PolicyHelper Creating a new session
   [junit4]   2> 1593114 INFO  (qtp1326830358-26412) [n:127.0.0.1:46311_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CONTAINER.cores&wt=javabin&version=2&group=solr.node} status=0 QTime=0
   [junit4]   2> 1593115 INFO  (qtp1385005429-26419) [n:127.0.0.1:45625_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CONTAINER.cores&wt=javabin&version=2&group=solr.node} status=0 QTime=0
   [junit4]   2> 1593115 DEBUG (OverseerThreadFactory-13331-thread-1-processing-n:127.0.0.1:46311_solr) [n:127.0.0.1:46311_solr     ] o.a.s.c.s.c.a.PolicyHelper New session created, 7135811455198983
   [junit4]   2> 1593133 DEBUG (OverseerThreadFactory-13331-thread-1-processing-n:127.0.0.1:46311_solr) [n:127.0.0.1:46311_solr     ] o.a.s.c.s.c.a.PolicyHelper returnSession 7135811455198983
   [junit4]   2> 1593136 INFO  (OverseerStateUpdate-72525246336860166-127.0.0.1:46311_solr-n_0000000000) [n:127.0.0.1:46311_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testAddReplicaWithPolicy_abc",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testAddReplicaWithPolicy_abc_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:46311/solr",
   [junit4]   2>   "node_name":"127.0.0.1:46311_solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1593142 DEBUG (OverseerStateUpdate-72525246336860166-127.0.0.1:46311_solr-n_0000000000) [n:127.0.0.1:46311_solr     ] o.a.s.c.o.SliceMutator Old Slice: shard1:{
   [junit4]   2>   "range":"80000000-7fffffff",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "replicas":{}}
   [junit4]   2> 1593142 DEBUG (OverseerStateUpdate-72525246336860166-127.0.0.1:46311_solr-n_0000000000) [n:127.0.0.1:46311_solr     ] o.a.s.c.o.SliceMutator New Slice: shard1:{
   [junit4]   2>   "range":"80000000-7fffffff",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "replicas":{"core_node2":{
   [junit4]   2>       "core":"testAddReplicaWithPolicy_abc_shard1_replica_n1",
   [junit4]   2>       "base_url":"http://127.0.0.1:46311/solr",
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":"127.0.0.1:46311_solr",
   [junit4]   2>       "type":"NRT"}}}
   [junit4]   2> 1593243 DEBUG (OverseerStateUpdate-72525246336860166-127.0.0.1:46311_solr-n_0000000000) [n:127.0.0.1:46311_solr     ] o.a.s.c.o.ZkStateWriter going to update_collection /collections/testAddReplicaWithPolicy_abc/state.json version: 0
   [junit4]   2> 1593391 INFO  (qtp1326830358-26408) [n:127.0.0.1:46311_solr    x:testAddReplicaWithPolicy_abc_shard1_replica_n1 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node2&collection.configName=testAddReplicaWithPolicy_abc.AUTOCREATED&newCollection=true&name=testAddReplicaWithPolicy_abc_shard1_replica_n1&action=CREATE&numShards=1&collection=testAddReplicaWithPolicy_abc&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1593398 DEBUG (OverseerStateUpdate-72525246336860166-127.0.0.1:46311_solr-n_0000000000) [n:127.0.0.1:46311_solr     ] o.a.s.c.o.ReplicaMutator Update state numShards=1 message={
   [junit4]   2>   "core":"testAddReplicaWithPolicy_abc_shard1_replica_n1",
   [junit4]   2>   "core_node_name":"core_node2",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:46311/solr",
   [junit4]   2>   "node_name":"127.0.0.1:46311_solr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"testAddReplicaWithPolicy_abc",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "force_set_state":"false",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 1593399 DEBUG (OverseerStateUpdate-72525246336860166-127.0.0.1:46311_solr-n_0000000000) [n:127.0.0.1:46311_solr     ] o.a.s.c.o.ReplicaMutator Will update state for replica: core_node2:{
   [junit4]   2>   "core":"testAddReplicaWithPolicy_abc_shard1_replica_n1",
   [junit4]   2>   "base_url":"http://127.0.0.1:46311/solr",
   [junit4]   2>   "node_name":"127.0.0.1:46311_solr",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "force_set_state":"false"}
   [junit4]   2> 1593399 DEBUG (OverseerStateUpdate-72525246336860166-127.0.0.1:46311_solr-n_0000000000) [n:127.0.0.1:46311_solr     ] o.a.s.c.o.ReplicaMutator Collection is now: DocCollection(testAddReplicaWithPolicy_abc//collections/testAddReplicaWithPolicy_abc/state.json/1)={
   [junit4]   2>   "pullReplicas":"0",
   [junit4]   2>   "replicationFactor":"1",
   [junit4]   2>   "router":{"name":"compositeId"},
   [junit4]   2>   "maxShardsPerNode":"1",
   [junit4]   2>   "autoAddReplicas":"false",
   [junit4]   2>   "nrtReplicas":"1",
   [junit4]   2>   "tlogReplicas":"0",
   [junit4]   2>   "shards":{"shard1":{
   [junit4]   2>       "range":"80000000-7fffffff",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "replicas":{"core_node2":{
   [junit4]   2>           "core":"testAddReplicaWithPolicy_abc_shard1_replica_n1",
   [junit4]   2>           "base_url":"http://127.0.0.1:46311/solr",
   [junit4]   2>           "node_name":"127.0.0.1:46311_solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "type":"NRT",
   [junit4]   2>           "force_set_state":"false"}}}}}
   [junit4]   2> 1593417 INFO  (qtp1326830358-26408) [n:127.0.0.1:46311_solr c:testAddReplicaWithPolicy_abc s:shard1 r:core_node2 x:testAddReplicaWithPolicy_abc_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.8.0
   [junit4]   2> 1593447 INFO  (qtp1326830358-26408) [n:127.0.0.1:46311_solr c:testAddReplicaWithPolicy_abc s:shard1 r:core_node2 x:testAddReplicaWithPolicy_abc_shard1_replica_n1 ] o.a.s.s.IndexSchema Schema name=default-config
   [junit4]   2> 1593501 DEBUG (OverseerStateUpdate-72525246336860166-127.0.0.1:46311_solr-n_0000000000) [n:127.0.0.1:46311_solr     ] o.a.s.c.o.ZkStateWriter going to update_collection /collections/testAddReplicaWithPolicy_abc/state.json version: 1
   [junit4]   2> 1593618 INFO  (qtp1326830358-26408) [n:127.0.0.1:46311_solr c:testAddReplicaWithPolicy_abc s:shard1 r:core_node2 x:testAddReplicaWithPolicy_abc_shard1_replica_n1 ] o.a.s.s.IndexSchema Loaded schema default-config/1.6 with uniqueid field id
   [junit4]   2> 1593660 INFO  (qtp1326830358-26408) [n:127.0.0.1:46311_solr c:testAddReplicaWithPolicy_abc s:shard1 r:core_node2 x:testAddReplicaWithPolicy_abc_shard1_replica_n1 ] o.a.s.c.CoreContainer Creating SolrCore 'testAddReplicaWithPolicy_abc_shard1_replica_n1' using configuration from configset testAddReplicaWithPolicy_abc.AUTOCREATED, trusted=true
   [junit4]   2> 1593660 INFO  (qtp1326830358-26408) [n:127.0.0.1:46311_solr c:testAddReplicaWithPolicy_abc s:shard1 r:core_node2 x:testAddReplicaWithPolicy_abc_shard1_replica_n1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_46311.solr.core.testAddReplicaWithPolicy_abc.shard1.replica_n1' (registry 'solr.core.testAddReplicaWithPolicy_abc.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@104f5c49
   [junit4]   2> 1593660 INFO  (qtp1326830358-26408) [n:127.0.0.1:46311_solr c:testAddReplicaWithPolicy_abc s:shard1 r:core_node2 x:testAddReplicaWithPolicy_abc_shard1_replica_n1 ] o.a.s.c.SolrCore [[testAddReplicaWithPolicy_abc_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestWithCollection_245597FC71CAF140-001/tempDir-001/node1/testAddReplicaWithPolicy_abc_shard1_replica_n1], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestWithCollection_245597FC71CAF140-001/tempDir-001/node1/testAddReplicaWithPolicy_abc_shard1_replica_n1/data/]
   [junit4]   2> 1593718 INFO  (qtp1326830358-26408) [n:127.0.0.1:46311_solr c:testAddReplicaWithPolicy_abc s:shard1 r:core_node2 x:testAddReplicaWithPolicy_abc_shard1_replica_n1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1593718 INFO  (qtp1326830358-26408) [n:127.0.0.1:46311_solr c:testAddReplicaWithPolicy_abc s:shard1 r:core_node2 x:testAddReplicaWithPolicy_abc_shard1_replica_n1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1593719 INFO  (qtp1326830358-26408) [n:127.0.0.1:46311_solr c:testAddReplicaWithPolicy_abc s:shard1 r:core_node2 x:testAddReplicaWithPolicy_abc_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard AutoCommit: if uncommitted for 15000ms; 
   [junit4]   2> 1593719 INFO  (qtp1326830358-26408) [n:127.0.0.1:46311_solr c:testAddReplicaWithPolicy_abc s:shard1 r:core_node2 x:testAddReplicaWithPolicy_abc_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1593721 INFO  (qtp1326830358-26408) [n:127.0.0.1:46311_solr c:testAddReplicaWithPolicy_abc s:shard1 r:core_node2 x:testAddReplicaWithPolicy_abc_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/testAddReplicaWithPolicy_abc.AUTOCREATED
   [junit4]   2> 1593722 INFO  (qtp1326830358-26408) [n:127.0.0.1:46311_solr c:testAddReplicaWithPolicy_abc s:shard1 r:core_node2 x:testAddReplicaWithPolicy_abc_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/testAddReplicaWithPolicy_abc.AUTOCREATED
   [junit4]   2> 1593722 INFO  (qtp1326830358-26408) [n:127.0.0.1:46311_solr c:testAddReplicaWithPolicy_abc s:shard1 r:core_node2 x:testAddReplicaWithPolicy_abc_shard1_replica_n1 ] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/testAddReplicaWithPolicy_abc.AUTOCREATED/managed-schema
   [junit4]   2> 1593723 INFO  (qtp1326830358-26408) [n:127.0.0.1:46311_solr c:testAddReplicaWithPolicy_abc s:shard1 r:core_node2 x:testAddReplicaWithPolicy_abc_shard1_replica_n1 ] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 1593723 INFO  (qtp1326830358-26408) [n:127.0.0.1:46311_solr c:testAddReplicaWithPolicy_abc s:shard1 r:core_node2 x:testAddReplicaWithPolicy_abc_shard1_replica_n1 ] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 1593723 INFO  (qtp1326830358-26408) [n:127.0.0.1:46311_solr c:testAddReplicaWithPolicy_abc s:shard1 r:core_node2 x:testAddReplicaWithPolicy_abc_shard1_replica_n1 ] o.a.s.s.DirectSolrSpellChecker init: {name=default,field=_text_,classname=solr.DirectSolrSpellChecker,distanceMeasure=internal,accuracy=0.5,maxEdits=2,minPrefix=1,maxInspections=5,minQueryLength=4,maxQueryFrequency=0.01}
   [junit4]   2> 1593725 INFO  (qtp1326830358-26408) [n:127.0.0.1:46311_solr c:testAddReplicaWithPolicy_abc s:shard1 r:core_node2 x:testAddReplicaWithPolicy_abc_shard1_replica_n1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 1593725 INFO  (qtp1326830358-26408) [n:127.0.0.1:46311_solr c:testAddReplicaWithPolicy_abc s:shard1 r:core_node2 x:testAddReplicaWithPolicy_abc_shard1_replica_n1 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1684107027917307904
   [junit4]   2> 1593727 INFO  (searcherExecutor-13361-thread-1-processing-n:127.0.0.1:46311_solr x:testAddReplicaWithPolicy_abc_shard1_replica_n1 c:testAddReplicaWithPolicy_abc s:shard1 r:core_node2) [n:127.0.0.1:46311_solr c:testAddReplicaWithPolicy_abc s:shard1 r:core_node2 x:testAddReplicaWithPolicy_abc_shard1_replica_n1 ] o.a.s.c.QuerySenderListener QuerySenderListener done.
   [junit4]   2> 1593727 INFO  (searcherExecutor-13361-thread-1-processing-n:127.0.0.1:46311_solr x:testAddReplicaWithPolicy_abc_shard1_replica_n1 c:testAddReplicaWithPolicy_abc s:shard1 r:core_node2) [n:127.0.0.1:46311_solr c:testAddReplicaWithPolicy_abc s:shard1 r:core_node2 x:testAddReplicaWithPolicy_abc_shard1_replica_n1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 1593729 INFO  (searcherExecutor-13361-thread-1-processing-n:127.0.0.1:46311_solr x:testAddReplicaWithPolicy_abc_shard1_replica_n1 c:testAddReplicaWithPolicy_abc s:shard1 r:core_node2) [n:127.0.0.1:46311_solr c:testAddReplicaWithPolicy_abc s:shard1 r:core_node2 x:testAddReplicaWithPolicy_abc_shard1_replica_n1 ] o.a.s.c.SolrCore [testAddReplicaWithPolicy_abc_shard1_replica_n1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 1593732 INFO  (qtp1326830358-26408) [n:127.0.0.1:46311_solr c:testAddReplicaWithPolicy_abc s:shard1 r:core_node2 x:testAddReplicaWithPolicy_abc_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/testAddReplicaWithPolicy_abc/terms/shard1 to Terms{values={core_node2=0}, version=0}
   [junit4]   2> 1593732 INFO  (qtp1326830358-26408) [n:127.0.0.1:46311_solr c:testAddReplicaWithPolicy_abc s:shard1 r:core_node2 x:testAddReplicaWithPolicy_abc_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/testAddReplicaWithPolicy_abc/leaders/shard1
   [junit4]   2> 1593735 INFO  (qtp1326830358-26408) [n:127.0.0.1:46311_solr c:testAddReplicaWithPolicy_abc s:shard1 r:core_node2 x:testAddReplicaWithPolicy_abc_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1593735 INFO  (qtp1326830358-26408) [n:127.0.0.1:46311_solr c:testAddReplicaWithPolicy_abc s:shard1 r:core_node2 x:testAddReplicaWithPolicy_abc_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1593735 INFO  (qtp1326830358-26408) [n:127.0.0.1:46311_solr c:testAddReplicaWithPolicy_abc s:shard1 r:core_node2 x:testAddReplicaWithPolicy_abc_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:46311/solr/testAddReplicaWithPolicy_abc_shard1_replica_n1/
   [junit4]   2> 1593736 INFO  (qtp1326830358-26408) [n:127.0.0.1:46311_solr c:testAddReplicaWithPolicy_abc s:shard1 r:core_node2 x:testAddReplicaWithPolicy_abc_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1593736 INFO  (qtp1326830358-26408) [n:127.0.0.1:46311_solr c:testAddReplicaWithPolicy_abc s:shard1 r:core_node2 x:testAddReplicaWithPolicy_abc_shard1_replica_n1 ] o.a.s.c.SyncStrategy http://127.0.0.1:46311/solr/testAddReplicaWithPolicy_abc_shard1_replica_n1/ has no replicas
   [junit4]   2> 1593736 INFO  (qtp1326830358-26408) [n:127.0.0.1:46311_solr c:testAddReplicaWithPolicy_abc s:shard1 r:core_node2 x:testAddReplicaWithPolicy_abc_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/testAddReplicaWithPolicy_abc/leaders/shard1/leader after winning as /collections/testAddReplicaWithPolicy_abc/leader_elect/shard1/election/72525246336860166-core_node2-n_0000000000
   [junit4]   2> 1593737 INFO  (qtp1326830358-26408) [n:127.0.0.1:46311_solr c:testAddReplicaWithPolicy_abc s:shard1 r:core_node2 x:testAddReplicaWithPolicy_abc_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:46311/solr/testAddReplicaWithPolicy_abc_shard1_replica_n1/ shard1
   [junit4]   2> 1593839 DEBUG (OverseerStateUpdate-72525246336860166-127.0.0.1:46311_solr-n_0000000000) [n:127.0.0.1:46311_solr     ] o.a.s.c.o.ZkStateWriter going to update_collection /collections/testAddReplicaWithPolicy_abc/state.json version: 2
   [junit4]   2> 1593839 INFO  (zkCallback-13323-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testAddReplicaWithPolicy_abc/state.json] for collection [testAddReplicaWithPolicy_abc] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1593840 INFO  (zkCallback-13323-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testAddReplicaWithPolicy_abc/state.json] for collection [testAddReplicaWithPolicy_abc] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1593840 INFO  (qtp1326830358-26408) [n:127.0.0.1:46311_solr c:testAddReplicaWithPolicy_abc s:shard1 r:core_node2 x:testAddReplicaWithPolicy_abc_shard1_replica_n1 ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1593841 DEBUG (OverseerStateUpdate-72525246336860166-127.0.0.1:46311_solr-n_0000000000) [n:127.0.0.1:46311_solr     ] o.a.s.c.o.ReplicaMutator Update state numShards=1 message={
   [junit4]   2>   "core":"testAddReplicaWithPolicy_abc_shard1_replica_n1",
   [junit4]   2>   "core_node_name":"core_node2",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:46311/solr",
   [junit4]   2>   "node_name":"127.0.0.1:46311_solr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"testAddReplicaWithPolicy_abc",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "force_set_state":"false",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 1593842 DEBUG (OverseerStateUpdate-72525246336860166-127.0.0.1:46311_solr-n_0000000000) [n:127.0.0.1:46311_solr     ] o.a.s.c.o.ReplicaMutator Will update state for replica: core_node2:{
   [junit4]   2>   "core":"testAddReplicaWithPolicy_abc_shard1_replica_n1",
   [junit4]   2>   "base_url":"http://127.0.0.1:46311/solr",
   [junit4]   2>   "node_name":"127.0.0.1:46311_solr",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "force_set_state":"false",
   [junit4]   2>   "leader":"true"}
   [junit4]   2> 1593842 DEBUG (OverseerStateUpdate-72525246336860166-127.0.0.1:46311_solr-n_0000000000) [n:127.0.0.1:46311_solr     ] o.a.s.c.o.ReplicaMutator Collection is now: DocCollection(testAddReplicaWithPolicy_abc//collections/testAddReplicaWithPolicy_abc/state.json/3)={
   [junit4]   2>   "pullReplicas":"0",
   [junit4]   2>   "replicationFactor":"1",
   [junit4]   2>   "router":{"name":"compositeId"},
   [junit4]   2>   "maxShardsPerNode":"1",
   [junit4]   2>   "autoAddReplicas":"false",
   [junit4]   2>   "nrtReplicas":"1",
   [junit4]   2>   "tlogReplicas":"0",
   [junit4]   2>   "shards":{"shard1":{
   [junit4]   2>       "range":"80000000-7fffffff",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "replicas":{"core_node2":{
   [junit4]   2>           "core":"testAddReplicaWithPolicy_abc_shard1_replica_n1",
   [junit4]   2>           "base_url":"http://127.0.0.1:46311/solr",
   [junit4]   2>           "node_name":"127.0.0.1:46311_solr",
   [junit4]   2>           "state":"active",
   [junit4]   2>           "type":"NRT",
   [junit4]   2>           "force_set_state":"false",
   [junit4]   2>           "leader":"true"}}}}}
   [junit4]   2> 1593843 INFO  (qtp1326830358-26408) [n:127.0.0.1:46311_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node2&collection.configName=testAddReplicaWithPolicy_abc.AUTOCREATED&newCollection=true&name=testAddReplicaWithPolicy_abc_shard1_replica_n1&action=CREATE&numShards=1&collection=testAddReplicaWithPolicy_abc&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=452
   [junit4]   2> 1593843 DEBUG (OverseerThreadFactory-13331-thread-1-processing-n:127.0.0.1:46311_solr) [n:127.0.0.1:46311_solr     ] o.a.s.c.s.c.a.PolicyHelper final release, session 7135811455198983 lived a total of 727ms, 
   [junit4]   2> 1593845 INFO  (qtp1326830358-26409) [n:127.0.0.1:46311_solr     ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 45 seconds. Check all shard replicas
   [junit4]   2> 1593942 DEBUG (OverseerStateUpdate-72525246336860166-127.0.0.1:46311_solr-n_0000000000) [n:127.0.0.1:46311_solr     ] o.a.s.c.o.ZkStateWriter going to update_collection /collections/testAddReplicaWithPolicy_abc/state.json version: 3
   [junit4]   2> 1593943 INFO  (zkCallback-13323-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testAddReplicaWithPolicy_abc/state.json] for collection [testAddReplicaWithPolicy_abc] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1593943 INFO  (zkCallback-13323-thread-3) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testAddReplicaWithPolicy_abc/state.json] for collection [testAddReplicaWithPolicy_abc] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1593943 INFO  (zkCallback-13323-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testAddReplicaWithPolicy_abc/state.json] for collection [testAddReplicaWithPolicy_abc] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1593944 INFO  (qtp1326830358-26409) [n:127.0.0.1:46311_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={pullReplicas=0&name=testAddReplicaWithPolicy_abc&nrtReplicas=1&action=CREATE&numShards=1&tlogReplicas=0&createNodeSet=127.0.0.1:46311_solr&wt=javabin&version=2} status=0 QTime=1256
   [junit4]   2> 1593947 INFO  (OverseerThreadFactory-13331-thread-2-processing-n:127.0.0.1:46311_solr) [n:127.0.0.1:46311_solr     ] o.a.s.c.a.c.CreateCollectionCmd Create collection testAddReplicaWithPolicy_xyz
   [junit4]   2> 1593947 INFO  (OverseerCollectionConfigSetProcessor-72525246336860166-127.0.0.1:46311_solr-n_0000000000) [n:127.0.0.1:46311_solr     ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000000 doesn't exist. Requestor may have disconnected from ZooKeeper
   [junit4]   2> 1593947 INFO  (OverseerThreadFactory-13331-thread-2-processing-n:127.0.0.1:46311_solr) [n:127.0.0.1:46311_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default to /configs/testAddReplicaWithPolicy_xyz.AUTOCREATED
   [junit4]   2> 1593949 INFO  (OverseerThreadFactory-13331-thread-2-processing-n:127.0.0.1:46311_solr) [n:127.0.0.1:46311_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/protwords.txt to /configs/testAddReplicaWithPolicy_xyz.AUTOCREATED/protwords.txt
   [junit4]   2> 1593950 INFO  (OverseerThreadFactory-13331-thread-2-processing-n:127.0.0.1:46311_solr) [n:127.0.0.1:46311_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/managed-schema to /configs/testAddReplicaWithPolicy_xyz.AUTOCREATED/managed-schema
   [junit4]   2> 1593951 INFO  (OverseerThreadFactory-13331-thread-2-processing-n:127.0.0.1:46311_solr) [n:127.0.0.1:46311_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/solrconfig.xml to /configs/testAddReplicaWithPolicy_xyz.AUTOCREATED/solrconfig.xml
   [junit4]   2> 1593954 INFO  (OverseerThreadFactory-13331-thread-2-processing-n:127.0.0.1:46311_solr) [n:127.0.0.1:46311_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_it.txt to /configs/testAddReplicaWithPolicy_xyz.AUTOCREATED/lang/contractions_it.txt
   [junit4]   2> 1593955 INFO  (OverseerThreadFactory-13331-thread-2-processing-n:127.0.0.1:46311_solr) [n:127.0.0.1:46311_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_ca.txt to /configs/testAddReplicaWithPolicy_xyz.AUTOCREATED/lang/contractions_ca.txt
   [junit4]   2> 1593957 INFO  (OverseerThreadFactory-13331-thread-2-processing-n:127.0.0.1:46311_solr) [n:127.0.0.1:46311_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_no.txt to /configs/testAddReplicaWithPolicy_xyz.AUTOCREATED/lang/stopwords_no.txt
   [junit4]   2> 1593959 INFO  (OverseerThreadFactory-13331-thread-2-processing-n:127.0.0.1:46311_solr) [n:127.0.0.1:46311_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stemdict_nl.txt to /configs/testAddReplicaWithPolicy_xyz.AUTOCREATED/lang/stemdict_nl.txt
   [junit4]   2> 1593960 INFO  (OverseerThreadFactory-13331-thread-2-processing-n:127.0.0.1:46311_solr) [n:127.0.0.1:46311_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hy.txt to /configs/testAddReplicaWithPolicy_xyz.AUTOCREATED/lang/stopwords_hy.txt
   [junit4]   2> 1593962 INFO  (OverseerThreadFactory-13331-thread-2-processing-n:127.0.0.1:46311_solr) [n:127.0.0.1:46311_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_id.txt to /configs/testAddReplicaWithPolicy_xyz.AUTOCREATED/lang/stopwords_id.txt
   [junit4]   2> 1593964 INFO  (OverseerThreadFactory-13331-thread-2-processing-n:127.0.0.1:46311_solr) [n:127.0.0.1:46311_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_et.txt to /configs/testAddReplicaWithPolicy_xyz.AUTOCREATED/lang/stopwords_et.txt
   [junit4]   2> 1593965 INFO  (OverseerThreadFactory-13331-thread-2-processing-n:127.0.0.1:46311_solr) [n:127.0.0.1:46311_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hi.txt to /configs/testAddReplicaWithPolicy_xyz.AUTOCREATED/lang/stopwords_hi.txt
   [junit4]   2> 1593967 INFO  (OverseerThreadFactory-13331-thread-2-processing-n:127.0.0.1:46311_solr) [n:127.0.0.1:46311_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_da.txt to /configs/testAddReplicaWithPolicy_xyz.AUTOCREATED/lang/stopwords_da.txt
   [junit4]   2> 1593969 INFO  (OverseerThreadFactory-13331-thread-2-processing-n:127.0.0.1:46311_solr) [n:127.0.0.1:46311_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ga.txt to /configs/testAddReplicaWithPolicy_xyz.AUTOCREATED/lang/stopwords_ga.txt
   [junit4]   2> 1593970 INFO  (OverseerThreadFactory-13331-thread-2-processing-n:127.0.0.1:46311_solr) [n:127.0.0.1:46311_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ja.txt to /configs/testAddReplicaWithPolicy_xyz.AUTOCREATED/lang/stopwords_ja.txt
   [junit4]   2> 1593972 INFO  (OverseerThreadFactory-13331-thread-2-processing-n:127.0.0.1:46311_solr) [n:127.0.0.1:46311_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_pt.txt to /configs/testAddReplicaWithPolicy_xyz.AUTOCREATED/lang/stopwords_pt.txt
   [junit4]   2> 1593974 INFO  (OverseerThreadFactory-13331-thread-2-processing-n:127.0.0.1:46311_solr) [n:127.0.0.1:46311_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hu.txt to /configs/testAddReplicaWithPolicy_xyz.AUTOCREATED/lang/stopwords_hu.txt
   [junit4]   2> 1593976 INFO  (OverseerThreadFactory-13331-thread-2-processing-n:127.0.0.1:46311_solr) [n:127.0.0.1:46311_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_el.txt to /configs/testAddReplicaWithPolicy_xyz.AUTOCREATED/lang/stopwords_el.txt
   [junit4]   2> 1593978 INFO  (OverseerThreadFactory-13331-thread-2-processing-n:127.0.0.1:46311_solr) [n:127.0.0.1:46311_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ru.txt to /configs/testAddReplicaWithPolicy_xyz.AUTOCREATED/lang/stopwords_ru.txt
   [junit4]   2> 1593979 INFO  (OverseerThreadFactory-13331-thread-2-processing-n:127.0.0.1:46311_solr) [n:127.0.0.1:46311_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_tr.txt to /configs/testAddReplicaWithPolicy_xyz.AUTOCREATED/lang/stopwords_tr.txt
   [junit4]   2> 1593981 INFO  (OverseerThreadFactory-13331-thread-2-processing-n:127.0.0.1:46311_solr) [n:127.0.0.1:46311_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ar.txt to /configs/testAddReplicaWithPolicy_xyz.AUTOCREATED/lang/stopwords_ar.txt
   [junit4]   2> 1593984 INFO  (OverseerThreadFactory-13331-thread-2-processing-n:127.0.0.1:46311_solr) [n:127.0.0.1:46311_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/userdict_ja.txt to /configs/testAddReplicaWithPolicy_xyz.AUTOCREATED/lang/userdict_ja.txt
   [junit4]   2> 1593986 INFO  (OverseerThreadFactory-13331-thread-2-processing-n:127.0.0.1:46311_solr) [n:127.0.0.1:46311_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_it.txt to /configs/testAddReplicaWithPolicy_xyz.AUTOCREATED/lang/stopwords_it.txt
   [junit4]   2> 1593988 INFO  (OverseerThreadFactory-13331-thread-2-processing-n:127.0.0.1:46311_solr) [n:127.0.0.1:46311_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_eu.txt to /configs/testAddReplicaWithPolicy_xyz.AUTOCREATED/lang/stopwords_eu.txt
   [junit4]   2> 1593990 INFO  (OverseerThreadFactory-13331-thread-2-processing-n:127.0.0.1:46311_solr) [n:127.0.0.1:46311_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_cz.txt to /configs/testAddReplicaWithPolicy_xyz.AUTOCREATED/lang/stopwords_cz.txt
   [junit4]   2> 1593992 INFO  (OverseerThreadFactory-13331-thread-2-processing-n:127.0.0.1:46311_solr) [n:127.0.0.1:46311_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stoptags_ja.txt to /configs/testAddReplicaWithPolicy_xyz.AUTOCREATED/lang/stoptags_ja.txt
   [junit4]   2> 1593994 INFO  (OverseerThreadFactory-13331-thread-2-processing-n:127.0.0.1:46311_solr) [n:127.0.0.1:46311_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_fr.txt to /configs/testAddReplicaWithPolicy_xyz.AUTOCREATED/lang/contractions_fr.txt
   [junit4]   2> 1593995 INFO  (OverseerThreadFactory-13331-thread-2-processing-n:127.0.0.1:46311_solr) [n:127.0.0.1:46311_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_fa.txt to /configs/testAddReplicaWithPolicy_xyz.AUTOCREATED/lang/stopwords_fa.txt
   [junit4]   2> 1593997 INFO  (OverseerThreadFactory-13331-thread-2-processing-n:127.0.0.1:46311_solr) [n:127.0.0.1:46311_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_de.txt to /configs/testAddReplicaWithPolicy_xyz.AUTOCREATED/lang/stopwords_de.txt
   [junit4]   2> 1593999 INFO  (OverseerThreadFactory-13331-thread-2-processing-n:127.0.0.1:46311_solr) [n:127.0.0.1:46311_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_ga.txt to /configs/testAddReplicaWithPolicy_xyz.AUTOCREATED/lang/contractions_ga.txt
   [junit4]   2> 1594000 INFO  (OverseerThreadFactory-13331-thread-2-processing-n:127.0.0.1:46311_solr) [n:127.0.0.1:46311_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ca.txt to /configs/testAddReplicaWithPolicy_xyz.AUTOCREATED/lang/stopwords_ca.txt
   [junit4]   2> 1594002 INFO  (OverseerThreadFactory-13331-thread-2-processing-n:127.0.0.1:46311_solr) [n:127.0.0.1:46311_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_nl.txt to /configs/testAddReplicaWithPolicy_xyz.AUTOCREATED/lang/stopwords_nl.txt
   [junit4]   2> 1594004 INFO  (OverseerThreadFactory-13331-thread-2-processing-n:127.0.0.1:46311_solr) [n:127.0.0.1:46311_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_bg.txt to /configs/testAddReplicaWithPolicy_xyz.AUTOCREATED/lang/stopwords_bg.txt
   [junit4]   2> 1594006 INFO  (OverseerThreadFactory-13331-thread-2-processing-n:127.0.0.1:46311_solr) [n:127.0.0.1:46311_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_es.txt to /configs/testAddReplicaWithPolicy_xyz.AUTOCREATED/lang/stopwords_es.txt
   [junit4]   2> 1594008 INFO  (OverseerThreadFactory-13331-thread-2-processing-n:127.0.0.1:46311_solr) [n:127.0.0.1:46311_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_en.txt to /configs/testAddReplicaWithPolicy_xyz.AUTOCREATED/lang/stopwords_en.txt
   [junit4]   2> 1594010 INFO  (OverseerThreadFactory-13331-thread-2-processing-n:127.0.0.1:46311_solr) [n:127.0.0.1:46311_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_lv.txt to /configs/testAddReplicaWithPolicy_xyz.AUTOCREATED/lang/stopwords_lv.txt
   [junit4]   2> 1594012 INFO  (OverseerThreadFactory-13331-thread-2-processing-n:127.0.0.1:46311_solr) [n:127.0.0.1:46311_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_th.txt to /configs/testAddReplicaWithPolicy_xyz.AUTOCREATED/lang/stopwords_th.txt
   [junit4]   2> 1594014 INFO  (OverseerThreadFactory-13331-thread-2-processing-n:127.0.0.1:46311_solr) [n:127.0.0.1:46311_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ro.txt to /configs/testAddReplicaWithPolicy_xyz.AUTOCREATED/lang/stopwords_ro.txt
   [junit4]   2> 1594015 INFO  (OverseerThreadFactory-13331-thread-2-processing-n:127.0.0.1:46311_solr) [n:127.0.0.1:46311_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_fr.txt to /configs/testAddReplicaWithPolicy_xyz.AUTOCREATED/lang/stopwords_fr.txt
   [junit4]   2> 1594017 INFO  (OverseerThreadFactory-13331-thread-2-processing-n:127.0.0.1:46311_solr) [n:127.0.0.1:46311_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_sv.txt to /configs/testAddReplicaWithPolicy_xyz.AUTOCREATED/lang/stopwords_sv.txt
   [junit4]   2> 1594019 INFO  (OverseerThreadFactory-13331-thread-2-processing-n:127.0.0.1:46311_solr) [n:127.0.0.1:46311_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_fi.txt to /configs/testAddReplicaWithPolicy_xyz.AUTOCREATED/lang/stopwords_fi.txt
   [junit4]   2> 1594021 INFO  (OverseerThreadFactory-13331-thread-2-processing-n:127.0.0.1:46311_solr) [n:127.0.0.1:46311_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/hyphenations_ga.txt to /configs/testAddReplicaWithPolicy_xyz.AUTOCREATED/lang/hyphenations_ga.txt
   [junit4]   2> 1594023 INFO  (OverseerThreadFactory-13331-thread-2-processing-n:127.0.0.1:46311_solr) [n:127.0.0.1:46311_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_gl.txt to /configs/testAddReplicaWithPolicy_xyz.AUTOCREATED/lang/stopwords_gl.txt
   [junit4]   2> 1594025 INFO  (OverseerThreadFactory-13331-thread-2-processing-n:127.0.0.1:46311_solr) [n:127.0.0.1:46311_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/synonyms.txt to /configs/testAddReplicaWithPolicy_xyz.AUTOCREATED/synonyms.txt
   [junit4]   2> 1594027 INFO  (OverseerThreadFactory-13331-thread-2-processing-n:127.0.0.1:46311_solr) [n:127.0.0.1:46311_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/stopwords.txt to /configs/testAddReplicaWithPolicy_xyz.AUTOCREATED/stopwords.txt
   [junit4]   2> 1594032 DEBUG (OverseerStateUpdate-72525246336860166-127.0.0.1:46311_solr-n_0000000000) [n:127.0.0.1:46311_solr     ] o.a.s.c.o.ClusterStateMutator building a new cName: testAddReplicaWithPolicy_xyz
   [junit4]   2> 1594133 DEBUG (OverseerStateUpdate-72525246336860166-127.0.0.1:46311_solr-n_0000000000) [n:127.0.0.1:46311_solr     ] o.a.s.c.o.ZkStateWriter going to create_collection /collections/testAddReplicaWithPolicy_xyz/state.json
   [junit4]   2> 1594234 DEBUG (OverseerThreadFactory-13331-thread-2-processing-n:127.0.0.1:46311_solr) [n:127.0.0.1:46311_solr     ] o.a.s.c.s.c.a.PolicyHelper Creating a new session
   [junit4]   2> 1594236 INFO  (qtp1326830358-26411) [n:127.0.0.1:46311_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={wt=javabin&version=2&key=solr.core.testAddReplicaWithPolicy_abc.shard1.replica_n1:INDEX.sizeInBytes} status=0 QTime=0
   [junit4]   2> 1594238 INFO  (qtp1326830358-26412) [n:127.0.0.1:46311_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CONTAINER.cores&wt=javabin&version=2&group=solr.node} status=0 QTime=0
   [junit4]   2> 1594239 INFO  (qtp1385005429-26420) [n:127.0.0.1:45625_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CONTAINER.cores&wt=javabin&version=2&group=solr.node} status=0 QTime=0
   [junit4]   2> 1594240 DEBUG (OverseerThreadFactory-13331-thread-2-processing-n:127.0.0.1:46311_solr) [n:127.0.0.1:46311_solr     ] o.a.s.c.s.c.a.PolicyHelper New session created, 7135812580131827
   [junit4]   2> 1594246 DEBUG (OverseerThreadFactory-13331-thread-2-processing-n:127.0.0.1:46311_solr) [n:127.0.0.1:46311_solr     ] o.a.s.c.s.c.a.PolicyHelper returnSession 7135812580131827
   [junit4]   2> 1594249 INFO  (OverseerStateUpdate-72525246336860166-127.0.0.1:46311_solr-n_0000000000) [n:127.0.0.1:46311_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testAddReplicaWithPolicy_xyz",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testAddReplicaWithPolicy_xyz_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:46311/solr",
   [junit4]   2>   "node_name":"127.0.0.1:46311_solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1594250 DEBUG (OverseerStateUpdate-72525246336860166-127.0.0.1:46311_solr-n_0000000000) [n:127.0.0.1:46311_solr     ] o.a.s.c.o.SliceMutator Old Slice: shard1:{
   [junit4]   2>   "range":"80000000-7fffffff",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "replicas":{}}
   [junit4]   2> 1594250 DEBUG (OverseerStateUpdate-72525246336860166-127.0.0.1:46311_solr-n_0000000000) [n:127.0.0.1:46311_solr     ] o.a.s.c.o.SliceMutator New Slice: shard1:{
   [junit4]   2>   "range":"80000000-7fffffff",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "replicas":{"core_node2":{
   [junit4]   2>       "core":"testAddReplicaWithPolicy_xyz_shard1_replica_n1",
   [junit4]   2>       "base_url":"http://127.0.0.1:46311/solr",
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":"127.0.

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

 Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@2a835e2b: rootName = solr_40451, domain = solr.core.testMoveReplicaWithCollection_xyz.shard1.replica_n1, service url = null, agent id = null] for registry solr.core.testMoveReplicaWithCollection_xyz.shard1.replica_n1/com.codahale.metrics.MetricRegistry@1effdaa
   [junit4]   2> 1770884 INFO  (coreCloseExecutor-14238-thread-1) [n:127.0.0.1:40451_solr     ] o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter.close()  ... SKIPPED (unnecessary).
   [junit4]   2> 1770908 INFO  (coreCloseExecutor-14238-thread-2) [n:127.0.0.1:40451_solr     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.testMoveReplicaWithCollection_xyz.shard1.leader tag=SolrCore@7de1bfd9
   [junit4]   2> 1770909 INFO  (coreCloseExecutor-14238-thread-2) [n:127.0.0.1:40451_solr     ] o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter.close()  ... SKIPPED (unnecessary).
   [junit4]   2> 1770911 INFO  (jetty-closer-14230-thread-2) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 1770911 INFO  (jetty-closer-14230-thread-2) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@169ae32b: rootName = solr_40451, domain = solr.node, service url = null, agent id = null] for registry solr.node/com.codahale.metrics.MetricRegistry@edd718b
   [junit4]   2> 1770917 INFO  (jetty-closer-14230-thread-2) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
   [junit4]   2> 1770917 INFO  (jetty-closer-14230-thread-2) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@67fd38cd: rootName = solr_40451, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm/com.codahale.metrics.MetricRegistry@4810af2a
   [junit4]   2> 1770920 INFO  (jetty-closer-14230-thread-2) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 1770920 INFO  (jetty-closer-14230-thread-2) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@6cfdd683: rootName = solr_40451, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty/com.codahale.metrics.MetricRegistry@4b7c0a25
   [junit4]   2> 1770920 INFO  (jetty-closer-14230-thread-2) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster tag=null
   [junit4]   2> 1770969 INFO  (jetty-closer-14230-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72525257948725254-127.0.0.1:34769_solr-n_0000000000) closing
   [junit4]   2> 1770970 INFO  (jetty-closer-14230-thread-1) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@3791e9de{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 1770971 INFO  (jetty-closer-14230-thread-1) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@34908289{/solr,null,STOPPED}
   [junit4]   2> 1770971 INFO  (jetty-closer-14230-thread-1) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1771070 INFO  (jetty-closer-14230-thread-2) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@134f8af3{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 1771071 INFO  (jetty-closer-14230-thread-2) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@23baaa90{/solr,null,STOPPED}
   [junit4]   2> 1771071 INFO  (jetty-closer-14230-thread-2) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1771072 INFO  (TEST-TestWithCollection.testMoveReplicaWithCollection-seed#[245597FC71CAF140]) [     ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 1771274 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> 	3	/solr/clusterprops.json
   [junit4]   2> 	3	/solr/aliases.json
   [junit4]   2> 	2	/solr/packages.json
   [junit4]   2> 	2	/solr/security.json
   [junit4]   2> 	2	/solr/collections/testMoveReplicaWithCollection_xyz/terms/shard1
   [junit4]   2> 	2	/solr/collections/testMoveReplicaWithCollection_abc/terms/shard1
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	14	/solr/collections/testMoveReplicaWithCollection_abc/state.json
   [junit4]   2> 	10	/solr/collections/testMoveReplicaWithCollection_xyz/state.json
   [junit4]   2> 	3	/solr/clusterstate.json
   [junit4]   2> 	3	/solr/autoscaling.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	25	/solr/overseer/queue
   [junit4]   2> 	11	/solr/overseer/collection-queue-work
   [junit4]   2> 	9	/solr/collections
   [junit4]   2> 	7	/solr/live_nodes
   [junit4]   2> 
   [junit4]   2> 1771279 INFO  (TEST-TestWithCollection.testMoveReplicaWithCollection-seed#[245597FC71CAF140]) [     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:43467
   [junit4]   2> 1771279 INFO  (TEST-TestWithCollection.testMoveReplicaWithCollection-seed#[245597FC71CAF140]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:43467
   [junit4]   2> 1771279 INFO  (TEST-TestWithCollection.testMoveReplicaWithCollection-seed#[245597FC71CAF140]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 43467
   [junit4]   2> 1771280 INFO  (TEST-TestWithCollection.testMoveReplicaWithCollection-seed#[245597FC71CAF140]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testMoveReplicaWithCollection
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestWithCollection_245597FC71CAF140-001
   [junit4]   2> Nov 23, 2020 12:03:16 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=CheapBastard, sim=Asserting(RandomSimilarity(queryNorm=true): {}), locale=zh-CN, timezone=Antarctica/Troll
   [junit4]   2> NOTE: Linux 5.4.0-45-generic amd64/Oracle Corporation 1.8.0_252 (64-bit)/cpus=4,threads=1,free=177982088,total=525860864
   [junit4]   2> NOTE: All tests run in this JVM: [CopyFieldTest, TestRandomDVFaceting, TestManagedResource, SharedFSAutoReplicaFailoverTest, SolrInfoBeanTest, ShardsWhitelistTest, TestPerFieldSimilarityWithDefaultOverride, MaxScoreCollectorTest, CSVRequestHandlerTest, IgnoreCommitOptimizeUpdateProcessorFactoryTest, TestRetrieveFieldsOptimizer, NotRequiredUniqueKeyTest, FacetPivotSmallTest, TestLegacyNumericRangeQueryBuilder, MetricUtilsTest, TestCaffeineCache, CleanupOldIndexTest, UpdateParamsTest, CoreAdminHandlerTest, TestSimpleTextCodec, HDFSCollectionsAPITest, TestDelegationWithHadoopAuth, MaxSizeAutoCommitTest, TriggerSetPropertiesIntegrationTest, ZkSolrClientTest, ZkControllerTest, TestTolerantSearch, TestAuthenticationFramework, TestQuerySenderListener, TestSystemCollAutoCreate, TestDynamicFieldNamesIndexCorrectly, TestPrepRecovery, HttpPartitionTest, BigEndianAscendingWordSerializerTest, TestFileDictionaryLookup, BadCopyFieldTest, OverseerStatusTest, JSONWriterTest, SolrShardReporterTest, TestOrdValues, XsltUpdateRequestHandlerTest, CdcrReplicationHandlerTest, PrimUtilsTest, DistributedFacetPivotLargeTest, TestAuthorizationFramework, IndexSizeTriggerSizeEstimationTest, TestCloudJSONFacetJoinDomain, TestXmlQParserPlugin, TestCharFilters, TestSolrIndexConfig, TestCloudPhrasesIdentificationComponent, DirectSolrSpellCheckerTest, DimensionalRoutedAliasUpdateProcessorTest, TestSchemalessBufferedUpdates, TestStressReorder, TestLMJelinekMercerSimilarityFactory, ExitableDirectoryReaderTest, AutoAddReplicasIntegrationTest, ResponseHeaderTest, AuditLoggerIntegrationTest, SSLMigrationTest, ClusterStateUpdateTest, LeaderVoteWaitTimeoutTest, SolrJmxReporterCloudTest, LoggingHandlerTest, MigrateRouteKeyTest, CacheHeaderTest, MoveReplicaTest, TestSolrCoreParser, TestEmbeddedSolrServerConstructors, LeaderElectionTest, TestTrackingShardHandlerFactory, SystemInfoHandlerTest, DaemonStreamApiTest, BlobRepositoryCloudTest, ConcurrentDeleteAndCreateCollectionTest, TestFieldCache, JvmMetricsTest, BasicDistributedZk2Test, PreAnalyzedFieldManagedSchemaCloudTest, SolrIndexSearcherTest, TestJsonFacetRefinement, TestTlogReplica, RemoteQueryErrorTest, TestFieldCacheVsDocValues, MetricsHistoryHandlerTest, HLLSerializationTest, RestartWhileUpdatingTest, TestDFISimilarityFactory, HdfsDirectoryTest, RandomizedTaggerTest, ScriptEngineTest, TestSQLHandlerNonCloud, TestComponentsName, TestDocumentBuilder, ConvertedLegacyTest, DynamicMapsTest, TestDeleteCollectionOnDownNodes, DistributedFacetPivotWhiteBoxTest, TestCloudManagedSchema, SpellCheckCollatorWithCollapseTest, TemplateUpdateProcessorTest, TestPayloadScoreQParserPlugin, ScheduledTriggerTest, WordBreakSolrSpellCheckerTest, TestCoreAdminApis, SimpleCollectionCreateDeleteTest, TestConfigSetsAPIExclusivity, TestHdfsCloudBackupRestore, PeerSyncWithLeaderAndIndexFingerprintCachingTest, CheckHdfsIndexTest, DeleteInactiveReplicaTest, TestJmxIntegration, SuggestComponentTest, ConcurrentCreateRoutedAliasTest, ConnectionManagerTest, DeleteReplicaTest, DistribJoinFromCollectionTest, DistributedQueueTest, DistributedVersionInfoTest, NestedShardedAtomicUpdateTest, NodeMutatorTest, OutOfBoxZkACLAndCredentialsProvidersTest, OverriddenZkACLAndCredentialsProvidersTest, OverseerModifyCollectionTest, PeerSyncReplicationTest, TestConfigSetsAPIZkFailure, TestLeaderElectionWithEmptyReplica, TestRandomRequestDistribution, TestSSLRandomization, TestSizeLimitedDistributedMap, TestSolrCloudWithDelegationTokens, TestSolrCloudWithSecureImpersonation, TestStressCloudBlindAtomicUpdates, TestWithCollection]
   [junit4] Completed [561/921 (1!)] on J2 in 182.51s, 9 tests, 1 error <<< FAILURES!

[...truncated 51832 lines...]