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/30 20:26:19 UTC

[JENKINS] Lucene » Lucene-Solr-Tests-8.x - Build # 952 - Still Failing!

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

All tests passed

Build Log:
[...truncated 12407 lines...]
    [javac] Compiling 1360 source files to /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/classes/java
    [javac] /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:329: error: cannot find symbol
    [javac]     Path dirPath = Path.of(path);
    [javac]                        ^
    [javac]   symbol:   method of(String)
    [javac]   location: interface Path
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.
    [javac] 1 error

BUILD FAILED
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/build.xml:634: The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/build.xml:578: The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/build.xml:59: The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build.xml:231: The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/common-build.xml:550: The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/common-build.xml:498: The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/common-build.xml:393: The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/lucene/common-build.xml:581: The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/lucene/common-build.xml:2083: Compile failed; see the compiler error output for details.

Total time: 12 minutes 11 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

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

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

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

Error Message:
Error from server at http://127.0.0.1:36843/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:36843/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([C9D00C41E93F6844:C1E7EA8932911CCA]: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)




Build Log:
[...truncated 15101 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestPullReplicaErrorHandling
   [junit4]   2> 1681514 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C9D00C41E93F6844]-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> 1681514 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C9D00C41E93F6844]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 1681514 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C9D00C41E93F6844]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J3/temp/solr.cloud.TestPullReplicaErrorHandling_C9D00C41E93F6844-001/data-dir-196-001
   [junit4]   2> 1681515 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[C9D00C41E93F6844]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=122 numCloses=122
   [junit4]   2> 1681515 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C9D00C41E93F6844]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 1681516 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C9D00C41E93F6844]-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> 1681517 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C9D00C41E93F6844]-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/J3/temp/solr.cloud.TestPullReplicaErrorHandling_C9D00C41E93F6844-001/tempDir-001
   [junit4]   2> 1681517 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C9D00C41E93F6844]-worker) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1681517 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port: 0.0.0.0/0.0.0.0:0
   [junit4]   2> 1681517 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1681518 WARN  (ZkTestServer Run Thread) [     ] o.a.z.s.ServerCnxnFactory maxCnxns is not configured, using default value 0.
   [junit4]   2> 1681617 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C9D00C41E93F6844]-worker) [     ] o.a.s.c.ZkTestServer start zk server on port: 45701
   [junit4]   2> 1681617 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C9D00C41E93F6844]-worker) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:45701
   [junit4]   2> 1681617 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C9D00C41E93F6844]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:45701
   [junit4]   2> 1681617 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C9D00C41E93F6844]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 45701
   [junit4]   2> 1681619 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C9D00C41E93F6844]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1681621 INFO  (zkConnectionManagerCallback-14887-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1681621 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C9D00C41E93F6844]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1681623 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C9D00C41E93F6844]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1681624 INFO  (zkConnectionManagerCallback-14889-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1681624 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C9D00C41E93F6844]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1681625 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C9D00C41E93F6844]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1681625 INFO  (zkConnectionManagerCallback-14891-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1681625 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C9D00C41E93F6844]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1681728 INFO  (jetty-launcher-14892-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1681728 INFO  (jetty-launcher-14892-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1681728 INFO  (jetty-launcher-14892-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1681728 INFO  (jetty-launcher-14892-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1681728 INFO  (jetty-launcher-14892-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1681728 INFO  (jetty-launcher-14892-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1681728 INFO  (jetty-launcher-14892-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1681728 INFO  (jetty-launcher-14892-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1681728 INFO  (jetty-launcher-14892-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> 1681728 INFO  (jetty-launcher-14892-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> 1681728 INFO  (jetty-launcher-14892-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> 1681728 INFO  (jetty-launcher-14892-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> 1681729 INFO  (jetty-launcher-14892-thread-2) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1681729 INFO  (jetty-launcher-14892-thread-2) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1681729 INFO  (jetty-launcher-14892-thread-2) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1681730 INFO  (jetty-launcher-14892-thread-2) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@583f44dd{/solr,null,AVAILABLE}
   [junit4]   2> 1681730 INFO  (jetty-launcher-14892-thread-3) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1681730 INFO  (jetty-launcher-14892-thread-3) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1681730 INFO  (jetty-launcher-14892-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1681730 INFO  (jetty-launcher-14892-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1681730 INFO  (jetty-launcher-14892-thread-3) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1681730 INFO  (jetty-launcher-14892-thread-1) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1681730 INFO  (jetty-launcher-14892-thread-2) [     ] o.e.j.s.AbstractConnector Started ServerConnector@b435d7e{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:41349}
   [junit4]   2> 1681730 INFO  (jetty-launcher-14892-thread-2) [     ] o.e.j.s.Server Started @1681781ms
   [junit4]   2> 1681730 INFO  (jetty-launcher-14892-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, zkHost=127.0.0.1:45701/solr, hostPort=41349}
   [junit4]   2> 1681730 ERROR (jetty-launcher-14892-thread-2) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1681730 INFO  (jetty-launcher-14892-thread-2) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1681730 INFO  (jetty-launcher-14892-thread-3) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@7c878f13{/solr,null,AVAILABLE}
   [junit4]   2> 1681730 INFO  (jetty-launcher-14892-thread-2) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.8.0
   [junit4]   2> 1681730 INFO  (jetty-launcher-14892-thread-2) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1681730 INFO  (jetty-launcher-14892-thread-2) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 1681730 INFO  (jetty-launcher-14892-thread-2) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-12-01T03:03:36.061Z
   [junit4]   2> 1681731 INFO  (jetty-launcher-14892-thread-4) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1681731 INFO  (jetty-launcher-14892-thread-4) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1681731 INFO  (jetty-launcher-14892-thread-4) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1681731 INFO  (jetty-launcher-14892-thread-4) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@6207f11a{/solr,null,AVAILABLE}
   [junit4]   2> 1681735 INFO  (jetty-launcher-14892-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1681735 INFO  (jetty-launcher-14892-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@12ca0d91{/solr,null,AVAILABLE}
   [junit4]   2> 1681736 INFO  (jetty-launcher-14892-thread-4) [     ] o.e.j.s.AbstractConnector Started ServerConnector@67a5005b{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:39003}
   [junit4]   2> 1681736 INFO  (jetty-launcher-14892-thread-4) [     ] o.e.j.s.Server Started @1681787ms
   [junit4]   2> 1681736 INFO  (jetty-launcher-14892-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, zkHost=127.0.0.1:45701/solr, hostPort=39003}
   [junit4]   2> 1681736 INFO  (jetty-launcher-14892-thread-3) [     ] o.e.j.s.AbstractConnector Started ServerConnector@71212b4f{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:42193}
   [junit4]   2> 1681736 INFO  (jetty-launcher-14892-thread-3) [     ] o.e.j.s.Server Started @1681787ms
   [junit4]   2> 1681736 INFO  (jetty-launcher-14892-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, zkHost=127.0.0.1:45701/solr, hostPort=42193}
   [junit4]   2> 1681736 ERROR (jetty-launcher-14892-thread-3) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1681736 INFO  (zkConnectionManagerCallback-14894-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1681736 INFO  (jetty-launcher-14892-thread-3) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1681736 INFO  (jetty-launcher-14892-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1681736 INFO  (jetty-launcher-14892-thread-3) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.8.0
   [junit4]   2> 1681736 INFO  (jetty-launcher-14892-thread-3) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1681736 INFO  (jetty-launcher-14892-thread-3) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 1681736 INFO  (jetty-launcher-14892-thread-3) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-12-01T03:03:36.067Z
   [junit4]   2> 1681736 INFO  (jetty-launcher-14892-thread-2) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1681737 ERROR (jetty-launcher-14892-thread-4) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1681737 INFO  (jetty-launcher-14892-thread-4) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1681737 INFO  (jetty-launcher-14892-thread-4) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.8.0
   [junit4]   2> 1681737 INFO  (jetty-launcher-14892-thread-4) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1681737 INFO  (jetty-launcher-14892-thread-4) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 1681737 INFO  (jetty-launcher-14892-thread-4) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-12-01T03:03:36.068Z
   [junit4]   2> 1681738 INFO  (jetty-launcher-14892-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1681738 INFO  (jetty-launcher-14892-thread-4) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1681738 INFO  (jetty-launcher-14892-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@94ed56e{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:43243}
   [junit4]   2> 1681738 INFO  (jetty-launcher-14892-thread-1) [     ] o.e.j.s.Server Started @1681790ms
   [junit4]   2> 1681738 INFO  (jetty-launcher-14892-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, zkHost=127.0.0.1:45701/solr, hostPort=43243}
   [junit4]   2> 1681738 ERROR (jetty-launcher-14892-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1681738 INFO  (jetty-launcher-14892-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1681738 INFO  (jetty-launcher-14892-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.8.0
   [junit4]   2> 1681738 INFO  (jetty-launcher-14892-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1681738 INFO  (jetty-launcher-14892-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 1681738 INFO  (jetty-launcher-14892-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-12-01T03:03:36.069Z
   [junit4]   2> 1681739 INFO  (zkConnectionManagerCallback-14896-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1681739 INFO  (jetty-launcher-14892-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1681739 INFO  (jetty-launcher-14892-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1681739 INFO  (zkConnectionManagerCallback-14898-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1681739 INFO  (jetty-launcher-14892-thread-4) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1681740 INFO  (jetty-launcher-14892-thread-3) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1681740 INFO  (zkConnectionManagerCallback-14900-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1681740 INFO  (jetty-launcher-14892-thread-4) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1681740 INFO  (jetty-launcher-14892-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1681741 INFO  (jetty-launcher-14892-thread-2) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 1681743 INFO  (jetty-launcher-14892-thread-1) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1681743 INFO  (jetty-launcher-14892-thread-3) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 1681746 INFO  (jetty-launcher-14892-thread-4) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 1681746 INFO  (jetty-launcher-14892-thread-1) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 1681749 WARN  (jetty-launcher-14892-thread-1-SendThread(127.0.0.1:45701)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x101d32e87df0006.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x101d32e87df0006, 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 0x101d32e87df0006, 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> 1681749 WARN  (jetty-launcher-14892-thread-4-SendThread(127.0.0.1:45701)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x101d32e87df0005.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x101d32e87df0005, 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 0x101d32e87df0005, 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> 1682291 INFO  (jetty-launcher-14892-thread-4) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1682292 WARN  (jetty-launcher-14892-thread-4) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@49e0b41e[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1682292 WARN  (jetty-launcher-14892-thread-4) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@49e0b41e[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1682294 WARN  (jetty-launcher-14892-thread-4) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@2221ad6b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1682294 WARN  (jetty-launcher-14892-thread-4) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@2221ad6b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1682295 INFO  (jetty-launcher-14892-thread-4) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45701/solr
   [junit4]   2> 1682296 INFO  (jetty-launcher-14892-thread-4) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1682297 INFO  (zkConnectionManagerCallback-14920-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1682297 INFO  (jetty-launcher-14892-thread-4) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1682371 INFO  (jetty-launcher-14892-thread-3) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1682372 WARN  (jetty-launcher-14892-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@40c4d4e8[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1682372 WARN  (jetty-launcher-14892-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@40c4d4e8[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1682374 WARN  (jetty-launcher-14892-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@47be8a01[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1682374 WARN  (jetty-launcher-14892-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@47be8a01[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1682376 INFO  (jetty-launcher-14892-thread-3) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45701/solr
   [junit4]   2> 1682376 INFO  (jetty-launcher-14892-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1682379 INFO  (zkConnectionManagerCallback-14928-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1682379 INFO  (jetty-launcher-14892-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1682399 INFO  (jetty-launcher-14892-thread-4) [n:127.0.0.1:39003_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1682399 INFO  (zkConnectionManagerCallback-14930-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1682400 INFO  (jetty-launcher-14892-thread-4) [n:127.0.0.1:39003_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1682472 INFO  (jetty-launcher-14892-thread-4) [n:127.0.0.1:39003_solr     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:39003_solr
   [junit4]   2> 1682473 INFO  (jetty-launcher-14892-thread-4) [n:127.0.0.1:39003_solr     ] o.a.s.c.Overseer Overseer (id=72571265816133641-127.0.0.1:39003_solr-n_0000000000) starting
   [junit4]   2> 1682479 INFO  (OverseerStateUpdate-72571265816133641-127.0.0.1:39003_solr-n_0000000000) [n:127.0.0.1:39003_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:39003_solr
   [junit4]   2> 1682482 INFO  (jetty-launcher-14892-thread-4) [n:127.0.0.1:39003_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:39003_solr
   [junit4]   2> 1682484 INFO  (jetty-launcher-14892-thread-4) [n:127.0.0.1:39003_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1682485 WARN  (jetty-launcher-14892-thread-4) [n:127.0.0.1:39003_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> 1682515 INFO  (zkCallback-14929-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1682518 INFO  (jetty-launcher-14892-thread-3) [n:127.0.0.1:42193_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1682520 INFO  (jetty-launcher-14892-thread-4) [n:127.0.0.1:39003_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/J3/temp/solr.cloud.TestPullReplicaErrorHandling_C9D00C41E93F6844-001/tempDir-001/node4
   [junit4]   2> 1682521 INFO  (zkConnectionManagerCallback-14941-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1682521 INFO  (jetty-launcher-14892-thread-3) [n:127.0.0.1:42193_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1682537 INFO  (jetty-launcher-14892-thread-3) [n:127.0.0.1:42193_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1682541 INFO  (jetty-launcher-14892-thread-3) [n:127.0.0.1:42193_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:42193_solr as DOWN
   [junit4]   2> 1682542 INFO  (jetty-launcher-14892-thread-3) [n:127.0.0.1:42193_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1682542 INFO  (jetty-launcher-14892-thread-3) [n:127.0.0.1:42193_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:42193_solr
   [junit4]   2> 1682543 INFO  (zkCallback-14929-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1682544 INFO  (jetty-launcher-14892-thread-3) [n:127.0.0.1:42193_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1682544 WARN  (jetty-launcher-14892-thread-3) [n:127.0.0.1:42193_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> 1682555 INFO  (zkCallback-14939-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1682555 INFO  (jetty-launcher-14892-thread-3) [n:127.0.0.1:42193_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/J3/temp/solr.cloud.TestPullReplicaErrorHandling_C9D00C41E93F6844-001/tempDir-001/node3
   [junit4]   2> 1682941 INFO  (jetty-launcher-14892-thread-2) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1682942 WARN  (jetty-launcher-14892-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@43e90f2[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1682942 WARN  (jetty-launcher-14892-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@43e90f2[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1682948 WARN  (jetty-launcher-14892-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@e063990[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1682948 WARN  (jetty-launcher-14892-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@e063990[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1682949 INFO  (jetty-launcher-14892-thread-2) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45701/solr
   [junit4]   2> 1682950 INFO  (jetty-launcher-14892-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1682951 INFO  (zkConnectionManagerCallback-14956-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1682951 INFO  (jetty-launcher-14892-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1682952 WARN  (jetty-launcher-14892-thread-2-SendThread(127.0.0.1:45701)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x101d32e87df000b.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x101d32e87df000b, 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 0x101d32e87df000b, 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> 1683067 INFO  (jetty-launcher-14892-thread-2) [n:127.0.0.1:41349_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1683069 INFO  (zkConnectionManagerCallback-14958-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1683069 INFO  (jetty-launcher-14892-thread-2) [n:127.0.0.1:41349_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1683073 INFO  (jetty-launcher-14892-thread-2) [n:127.0.0.1:41349_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1683076 INFO  (jetty-launcher-14892-thread-2) [n:127.0.0.1:41349_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:41349_solr as DOWN
   [junit4]   2> 1683077 INFO  (jetty-launcher-14892-thread-2) [n:127.0.0.1:41349_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1683077 INFO  (jetty-launcher-14892-thread-2) [n:127.0.0.1:41349_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:41349_solr
   [junit4]   2> 1683078 INFO  (zkCallback-14929-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1683079 INFO  (jetty-launcher-14892-thread-2) [n:127.0.0.1:41349_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1683080 INFO  (zkCallback-14939-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1683080 WARN  (jetty-launcher-14892-thread-2) [n:127.0.0.1:41349_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> 1683080 INFO  (zkCallback-14957-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1683096 INFO  (jetty-launcher-14892-thread-2) [n:127.0.0.1:41349_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/J3/temp/solr.cloud.TestPullReplicaErrorHandling_C9D00C41E93F6844-001/tempDir-001/node2
   [junit4]   2> 1683997 INFO  (jetty-launcher-14892-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1683997 WARN  (jetty-launcher-14892-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@69ed874e[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1683997 WARN  (jetty-launcher-14892-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@69ed874e[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1684000 WARN  (jetty-launcher-14892-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@5c305a17[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1684000 WARN  (jetty-launcher-14892-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@5c305a17[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1684001 INFO  (jetty-launcher-14892-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45701/solr
   [junit4]   2> 1684002 INFO  (jetty-launcher-14892-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1684002 INFO  (zkConnectionManagerCallback-14972-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1684003 INFO  (jetty-launcher-14892-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1684104 INFO  (jetty-launcher-14892-thread-1) [n:127.0.0.1:43243_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1684105 INFO  (zkConnectionManagerCallback-14974-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1684105 INFO  (jetty-launcher-14892-thread-1) [n:127.0.0.1:43243_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1684109 INFO  (jetty-launcher-14892-thread-1) [n:127.0.0.1:43243_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 1684111 INFO  (jetty-launcher-14892-thread-1) [n:127.0.0.1:43243_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:43243_solr as DOWN
   [junit4]   2> 1684112 INFO  (jetty-launcher-14892-thread-1) [n:127.0.0.1:43243_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1684112 INFO  (jetty-launcher-14892-thread-1) [n:127.0.0.1:43243_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:43243_solr
   [junit4]   2> 1684113 INFO  (zkCallback-14957-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1684113 INFO  (zkCallback-14929-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1684113 INFO  (zkCallback-14973-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1684113 INFO  (zkCallback-14939-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1684114 INFO  (jetty-launcher-14892-thread-1) [n:127.0.0.1:43243_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1684115 WARN  (jetty-launcher-14892-thread-1) [n:127.0.0.1:43243_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> 1684135 INFO  (jetty-launcher-14892-thread-1) [n:127.0.0.1:43243_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/J3/temp/solr.cloud.TestPullReplicaErrorHandling_C9D00C41E93F6844-001/tempDir-001/node1
   [junit4]   2> 1684151 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C9D00C41E93F6844]-worker) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=4
   [junit4]   2> 1684152 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C9D00C41E93F6844]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1684152 INFO  (zkConnectionManagerCallback-14985-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1684152 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C9D00C41E93F6844]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1684153 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C9D00C41E93F6844]-worker) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 1684154 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C9D00C41E93F6844]-worker) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:45701/solr ready
   [junit4]   2> 1684156 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C9D00C41E93F6844]-worker) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1085023086
   [junit4]   2> 1684156 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C9D00C41E93F6844]-worker) [     ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:39003_solr
   [junit4]   2> 1684157 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C9D00C41E93F6844]-worker) [     ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 1684157 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C9D00C41E93F6844]-worker) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:39003_solr as DOWN
   [junit4]   2> 1684158 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C9D00C41E93F6844]-worker) [     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1684158 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C9D00C41E93F6844]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 1684158 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C9D00C41E93F6844]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
   [junit4]   2> 1684158 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C9D00C41E93F6844]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 1684158 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C9D00C41E93F6844]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster tag=null
   [junit4]   2> 1684163 INFO  (closeThreadPool-14990-thread-2) [     ] o.a.s.c.Overseer Overseer (id=72571265816133641-127.0.0.1:39003_solr-n_0000000000) closing
   [junit4]   2> 1684171 INFO  (OverseerStateUpdate-72571265816133641-127.0.0.1:39003_solr-n_0000000000) [n:127.0.0.1:39003_solr     ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:39003_solr
   [junit4]   2> 1684172 INFO  (OverseerAutoScalingTriggerThread-72571265816133641-127.0.0.1:39003_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 1684174 WARN  (jetty-launcher-14892-thread-4-SendThread(127.0.0.1:45701)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x101d32e87df0009.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x101d32e87df0009, 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 0x101d32e87df0009, 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> 1684174 INFO  (zkCallback-14939-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1684174 INFO  (zkCallback-14957-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1684174 INFO  (closeThreadPool-14990-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72571265816133641-127.0.0.1:39003_solr-n_0000000000) closing
   [junit4]   2> 1684275 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C9D00C41E93F6844]-worker) [     ] o.a.s.c.Overseer Overseer (id=72571265816133641-127.0.0.1:39003_solr-n_0000000000) closing
   [junit4]   2> 1684275 INFO  (zkCallback-14984-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1684275 INFO  (zkCallback-14973-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1684275 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C9D00C41E93F6844]-worker) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@67a5005b{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 1684276 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C9D00C41E93F6844]-worker) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@6207f11a{/solr,null,STOPPED}
   [junit4]   2> 1684276 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C9D00C41E93F6844]-worker) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1684276 INFO  (zkCallback-14939-thread-2) [     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:42193_solr
   [junit4]   2> 1684277 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C9D00C41E93F6844]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1684277 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C9D00C41E93F6844]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1684277 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C9D00C41E93F6844]-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> 1684277 INFO  (zkCallback-14939-thread-2) [n:127.0.0.1:42193_solr     ] o.a.s.c.Overseer Overseer (id=72571265816133642-127.0.0.1:42193_solr-n_0000000001) starting
   [junit4]   2> 1684278 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C9D00C41E93F6844]-worker) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1684278 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C9D00C41E93F6844]-worker) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1684278 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C9D00C41E93F6844]-worker) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1684278 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C9D00C41E93F6844]-worker) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@15d38bf9{/solr,null,AVAILABLE}
   [junit4]   2> 1684278 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C9D00C41E93F6844]-worker) [     ] o.e.j.s.AbstractConnector Started ServerConnector@3d687551{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:33335}
   [junit4]   2> 1684278 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C9D00C41E93F6844]-worker) [     ] o.e.j.s.Server Started @1684330ms
   [junit4]   2> 1684278 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C9D00C41E93F6844]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, zkHost=127.0.0.1:45701/solr, hostPort=36843}
   [junit4]   2> 1684278 ERROR (SUITE-TestPullReplicaErrorHandling-seed#[C9D00C41E93F6844]-worker) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1684278 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C9D00C41E93F6844]-worker) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1684278 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C9D00C41E93F6844]-worker) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.8.0
   [junit4]   2> 1684279 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C9D00C41E93F6844]-worker) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1684279 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C9D00C41E93F6844]-worker) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 1684279 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C9D00C41E93F6844]-worker) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-12-01T03:03:38.610Z
   [junit4]   2> 1684286 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C9D00C41E93F6844]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1684287 INFO  (OverseerStateUpdate-72571265816133642-127.0.0.1:42193_solr-n_0000000001) [n:127.0.0.1:42193_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:42193_solr
   [junit4]   2> 1684291 INFO  (zkConnectionManagerCallback-14992-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1684291 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C9D00C41E93F6844]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1684291 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C9D00C41E93F6844]-worker) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1684296 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C9D00C41E93F6844]-worker) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 1684768 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C9D00C41E93F6844]-worker) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1684769 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[C9D00C41E93F6844]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@740e4bc5[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1684769 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[C9D00C41E93F6844]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@740e4bc5[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1684772 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[C9D00C41E93F6844]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@4a22b9d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1684772 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[C9D00C41E93F6844]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@4a22b9d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1684773 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C9D00C41E93F6844]-worker) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45701/solr
   [junit4]   2> 1684773 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C9D00C41E93F6844]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1684775 INFO  (zkConnectionManagerCallback-15007-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1684775 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C9D00C41E93F6844]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1684877 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C9D00C41E93F6844]-worker) [n:127.0.0.1:36843_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1684878 INFO  (zkConnectionManagerCallback-15009-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1684878 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C9D00C41E93F6844]-worker) [n:127.0.0.1:36843_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1684881 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C9D00C41E93F6844]-worker) [n:127.0.0.1:36843_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 1684884 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C9D00C41E93F6844]-worker) [n:127.0.0.1:36843_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:36843_solr as DOWN
   [junit4]   2> 1684885 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C9D00C41E93F6844]-worker) [n:127.0.0.1:36843_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1684885 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C9D00C41E93F6844]-worker) [n:127.0.0.1:36843_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:36843_solr
   [junit4]   2> 1684886 INFO  (zkCallback-14973-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1684886 INFO  (zkCallback-14957-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1684886 INFO  (zkCallback-14984-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1684886 INFO  (zkCallback-14939-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1684887 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C9D00C41E93F6844]-worker) [n:127.0.0.1:36843_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1684888 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[C9D00C41E93F6844]-worker) [n:127.0.0.1:36843_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> 1684899 INFO  (zkCallback-15008-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1684904 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C9D00C41E93F6844]-worker) [n:127.0.0.1:36843_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/J3/temp/solr.cloud.TestPullReplicaErrorHandling_C9D00C41E93F6844-001/tempDir-001/node4
   [junit4]   2> 1684918 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C9D00C41E93F6844]-worker) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=4
   [junit4]   2> 1684919 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C9D00C41E93F6844]-worker) [     ] o.a.s.c.TestPullReplicaErrorHandling Adding proxy for URL: http://127.0.0.1:33335/solr. Proxy: http://127.0.0.1:36843/solr
   [junit4]   2> 1684919 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C9D00C41E93F6844]-worker) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=217873006
   [junit4]   2> 1684919 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C9D00C41E93F6844]-worker) [     ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:42193_solr
   [junit4]   2> 1684920 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C9D00C41E93F6844]-worker) [     ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 1684920 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C9D00C41E93F6844]-worker) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:42193_solr as DOWN
   [junit4]   2> 1684927 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C9D00C41E93F6844]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 1684927 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C9D00C41E93F6844]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
   [junit4]   2> 1684927 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C9D00C41E93F6844]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 1684927 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C9D00C41E93F6844]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster tag=null
   [junit4]   2> 1684928 INFO  (closeThreadPool-15020-thread-2) [     ] o.a.s.c.Overseer Overseer (id=72571265816133642-127.0.0.1:42193_solr-n_0000000001) closing
   [junit4]   2> 1684929 INFO  (OverseerAutoScalingTriggerThread-72571265816133642-127.0.0.1:42193_solr-n_0000000001) [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 1684931 INFO  (OverseerStateUpdate-72571265816133642-127.0.0.1:42193_solr-n_0000000001) [n:127.0.0.1:42193_solr     ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:42193_solr
   [junit4]   2> 1684932 WARN  (jetty-launcher-14892-thread-3-SendThread(127.0.0.1:45701)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x101d32e87df000a.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x101d32e87df000a, 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 0x101d32e87df000a, 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> 1684932 INFO  (zkCallback-14973-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1684932 INFO  (zkCallback-14984-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1684932 INFO  (zkCallback-14957-thread-1) [     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:41349_solr
   [junit4]   2> 1684933 INFO  (zkCallback-14957-thread-1) [n:127.0.0.1:41349_solr     ] o.a.s.c.Overseer Overseer (id=72571265816133644-127.0.0.1:41349_solr-n_0000000002) starting
   [junit4]   2> 1684939 INFO  (closeThreadPool-15020-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72571265816133642-127.0.0.1:42193_solr-n_0000000001) closing
   [junit4]   2> 1684939 INFO  (zkCallback-15008-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1684940 INFO  (zkCallback-14957-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1684947 INFO  (OverseerStateUpdate-72571265816133644-127.0.0.1:41349_solr-n_0000000002) [n:127.0.0.1:41349_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:41349_solr
   [junit4]   2> 1685032 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C9D00C41E93F6844]-worker) [     ] o.a.s.c.Overseer Overseer (id=72571265816133642-127.0.0.1:42193_solr-n_0000000001) closing
   [junit4]   2> 1685033 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C9D00C41E93F6844]-worker) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@71212b4f{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 1685034 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C9D00C41E93F6844]-worker) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@7c878f13{/solr,null,STOPPED}
   [junit4]   2> 1685034 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C9D00C41E93F6844]-worker) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1685034 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C9D00C41E93F6844]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1685035 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C9D00C41E93F6844]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1685035 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C9D00C41E93F6844]-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> 1685039 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C9D00C41E93F6844]-worker) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1685039 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C9D00C41E93F6844]-worker) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1685039 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C9D00C41E93F6844]-worker) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1685040 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C9D00C41E93F6844]-worker) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@7bcf5747{/solr,null,AVAILABLE}
   [junit4]   2> 1685040 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C9D00C41E93F6844]-worker) [     ] o.e.j.s.AbstractConnector Started ServerConnector@2ebe4e44{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:35529}
   [junit4]   2> 1685040 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C9D00C41E93F6844]-worker) [     ] o.e.j.s.Server Started @1685091ms
   [junit4]   2> 1685040 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C9D00C41E93F6844]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, zkHost=127.0.0.1:45701/solr, hostPort=38813}
   [junit4]   2> 1685040 ERROR (SUITE-TestPullReplicaErrorHandling-seed#[C9D00C41E93F6844]-worker) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1685040 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C9D00C41E93F6844]-worker) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1685040 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C9D00C41E93F6844]-worker) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.8.0
   [junit4]   2> 1685040 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C9D00C41E93F6844]-worker) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1685040 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C9D00C41E93F6844]-worker) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 1685040 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C9D00C41E93F6844]-worker) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-12-01T03:03:39.371Z
   [junit4]   2> 1685041 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C9D00C41E93F6844]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1685042 INFO  (zkConnectionManagerCallback-15026-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1685042 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C9D00C41E93F6844]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1685042 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C9D00C41E93F6844]-worker) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1685046 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C9D00C41E93F6844]-worker) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 1686296 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C9D00C41E93F6844]-worker) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1686296 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[C9D00C41E93F6844]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@7cf77505[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1686296 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[C9D00C41E93F6844]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@7cf77505[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1686299 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[C9D00C41E93F6844]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@59a8a384[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1686299 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[C9D00C41E93F6844]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@59a8a384[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1686300 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C9D00C41E93F6844]-worker) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45701/solr
   [junit4]   2> 1686301 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C9D00C41E93F6844]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1686302 INFO  (zkConnectionManagerCallback-15037-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1686302 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C9D00C41E93F6844]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1686403 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C9D00C41E93F6844]-worker) [n:127.0.0.1:38813_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1686404 INFO  (zkConnectionManagerCallback-15039-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1686404 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C9D00C41E93F6844]-worker) [n:127.0.0.1:38813_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1686409 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C9D00C41E93F6844]-worker) [n:127.0.0.1:38813_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 1686413 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C9D00C41E93F6844]-worker) [n:127.0.0.1:38813_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:38813_solr as DOWN
   [junit4]   2> 1686414 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C9D00C41E93F6844]-worker) [n:127.0.0.1:38813_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1686414 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C9D00C41E93F6844]-worker) [n:127.0.0.1:38813_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:38813_solr
   [junit4]   2> 1686415 INFO  (zkCallback-14973-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1686415 INFO  (zkCallback-15008-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1686416 INFO  (zkCallback-14957-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1686416 INFO  (zkCallback-14984-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1686416 INFO  (zkCallback-15038-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1686417 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C9D00C41E93F6844]-worker) [n:127.0.0.1:38813_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1686418 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[C9D00C41E93F6844]-worker) [n:127.0.0.1:38813_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> 1686434 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C9D00C41E93F6844]-worker) [n:127.0.0.1:38813_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/J3/temp/solr.cloud.TestPullReplicaErrorHandling_C9D00C41E93F6844-001/tempDir-001/node3
   [junit4]   2> 1686442 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C9D00C41E93F6844]-worker) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=4
   [junit4]   2> 1686442 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C9D00C41E93F6844]-worker) [     ] o.a.s.c.TestPullReplicaErrorHandling Adding proxy for URL: http://127.0.0.1:35529/solr. Proxy: http://127.0.0.1:38813/solr
   [junit4]   2> 1686442 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C9D00C41E93F6844]-worker) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1047235040
   [junit4]   2> 1686442 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C9D00C41E93F6844]-worker) [     ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:41349_solr
   [junit4]   2> 1686443 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C9D00C41E93F6844]-worker) [     ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 1686443 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C9D00C41E93F6844]-worker) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:41349_solr as DOWN
   [junit4]   2> 1686444 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C9D00C41E93F6844]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 1686444 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C9D00C41E93F6844]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
   [junit4]   2> 1686444 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C9D00C41E93F6844]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 1686444 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C9D00C41E93F6844]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster tag=null
   [junit4]   2> 1686446 INFO  (closeThreadPool-15050-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72571265816133644-127.0.0.1:41349_solr-n_0000000002) closing
   [junit4]   2> 1686446 INFO  (OverseerStateUpdate-72571265816133644-127.0.0.1:41349_solr-n_0000000002) [n:127.0.0.1:41349_solr     ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:41349_solr
   [junit4]   2> 1686446 INFO  (OverseerAutoScalingTriggerThread-72571265816133644-127.0.0.1:41349_solr-n_0000000002) [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 1686448 INFO  (closeThreadPool-15050-thread-2) [     ] o.a.s.c.Overseer Overseer (id=72571265816133644-127.0.0.1:41349_solr-n_0000000002) closing
   [junit4]   2> 1686449 INFO  (zkCallback-15008-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1686449 INFO  (zkCallback-15038-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1686449 INFO  (zkCallback-14973-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1686449 WARN  (jetty-launcher-14892-thread-2-SendThread(127.0.0.1:45701)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x101d32e87df000c.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x101d32e87df000c, 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 0x101d32e87df000c, 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> 1686449 INFO  (zkCallback-14984-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1686450 INFO  (zkCallback-14973-thread-2) [     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:43243_solr
   [junit4]   2> 1686451 INFO  (zkCallback-14973-thread-2) [n:127.0.0.1:43243_solr     ] o.a.s.c.Overseer Overseer (id=72571265816133646-127.0.0.1:43243_solr-n_0000000003) starting
   [junit4]   2> 1686453 INFO  (OverseerStateUpdate-72571265816133646-127.0.0.1:43243_solr-n_0000000003) [n:127.0.0.1:43243_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:43243_solr
   [junit4]   2> 1686550 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C9D00C41E93F6844]-worker) [     ] o.a.s.c.Overseer Overseer (id=72571265816133644-127.0.0.1:41349_solr-n_0000000002) closing
   [junit4]   2> 1686550 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C9D00C41E93F6844]-worker) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@b435d7e{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 1686550 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C9D00C41E93F6844]-worker) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@583f44dd{/solr,null,STOPPED}
   [junit4]   2> 1686550 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C9D00C41E93F6844]-worker) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1686551 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C9D00C41E93F6844]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1686551 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C9D00C41E93F6844]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1686551 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C9D00C41E93F6844]-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> 1686557 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C9D00C41E93F6844]-worker) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1686557 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C9D00C41E93F6844]-worker) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1686557 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C9D00C41E93F6844]-worker) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1686557 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C9D00C41E93F6844]-worker) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@ea7c4d3{/solr,null,AVAILABLE}
   [junit4]   2> 1686557 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C9D00C41E93F6844]-worker) [     ] o.e.j.s.AbstractConnector Started ServerConnector@3745e190{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:33873}
   [junit4]   2> 1686557 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C9D00C41E93F6844]-worker) [     ] o.e.j.s.Server Started @1686609ms
   [junit4]   2> 1686557 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C9D00C41E93F6844]-worker) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, zkHost=127.0.0.1:45701/solr, hostPort=43861}
   [junit4]   2> 1686558 ERROR (SUITE-TestPullReplicaErrorHandling-seed#[C9D00C41E93F6844]-worker) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1686558 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C9D00C41E93F6844]-worker) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1686558 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C9D00C41E93F6844]-worker) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.8.0
   [junit4]   2> 1686558 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C9D00C41E93F6844]-worker) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1686558 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C9D00C41E93F6844]-worker) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 1686558 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C9D00C41E93F6844]-worker) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-12-01T03:03:40.889Z
   [junit4]   2> 1686559 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C9D00C41E93F6844]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1686559 INFO  (zkConnectionManagerCallback-15056-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1686559 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C9D00C41E93F6844]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1686559 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C9D00C41E93F6844]-worker) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1686564 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C9D00C41E93F6844]-worker) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 1687066 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C9D00C41E93F6844]-worker) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1687067 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[C9D00C41E93F6844]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@44666ab7[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1687067 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[C9D00C41E93F6844]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@44666ab7[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1687070 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[C9D00C41E93F6844]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@7127cb5b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1687070 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[C9D00C41E93F6844]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@7127cb5b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1687071 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C9D00C41E93F6844]-worker) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45701/solr
   [junit4]   2> 1687072 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C9D00C41E93F6844]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1687073 INFO  (zkConnectionManagerCallback-15067-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1687073 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C9D00C41E93F6844]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1687077 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[C9D00C41E93F6844]-worker-SendThread(127.0.0.1:45701)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x101d32e87df0017.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x101d32e87df0017, 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 0x101d32e87df0017, 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> 1687178 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C9D00C41E93F6844]-worker) [n:127.0.0.1:43861_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1687179 INFO  (zkConnectionManagerCallback-15069-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1687179 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C9D00C41E93F6844]-worker) [n:127.0.0.1:43861_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1687187 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C9D00C41E93F6844]-worker) [n:127.0.0.1:43861_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 1687194 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C9D00C41E93F6844]-worker) [n:127.0.0.1:43861_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:43861_solr as DOWN
   [junit4]   2> 1687195 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C9D00C41E93F6844]-worker) [n:127.0.0.1:43861_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1687195 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C9D00C41E93F6844]-worker) [n:127.0.0.1:43861_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:43861_solr
   [junit4]   2> 1687197 INFO  (zkCallback-14984-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1687197 INFO  (zkCallback-15008-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1687197 INFO  (zkCallback-15038-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1687198 INFO  (zkCallback-14973-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1687198 INFO  (zkCallback-15068-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1687199 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C9D00C41E93F6844]-worker) [n:127.0.0.1:43861_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1687199 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[C9D00C41E93F6844]-worker) [n:127.0.0.1:43861_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> 1687215 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C9D00C41E93F6844]-worker) [n:127.0.0.1:43861_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/J3/temp/solr.cloud.TestPullReplicaErrorHandling_C9D00C41E93F6844-001/tempDir-001/node2
   [junit4]   2> 1687223 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C9D00C41E93F6844]-worker) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=4
   [junit4]   2> 1687223 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C9D00C41E93F6844]-worker) [     ] o.a.s.c.TestPullReplicaErrorHandling Adding proxy for URL: http://127.0.0.1:33873/solr. Proxy: http://127.0.0.1:43861/solr
   [junit4]   2> 1687223 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C9D00C41E93F6844]-worker) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1581099034
   [junit4]   2> 1687223 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C9D00C41E93F6844]-worker) [     ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:43243_solr
   [junit4]   2> 1687224 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C9D00C41E93F6844]-worker) [     ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 1687224 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C9D00C41E93F6844]-worker) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:43243_solr as DOWN
   [junit4]   2> 1687226 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C9D00C41E93F6844]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 1687226 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C9D00C41E93F6844]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
   [junit4]   2> 1687226 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C9D00C41E93F6844]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 1687226 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C9D00C41E93F6844]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster tag=null
   [junit4]   2> 1687228 INFO  (closeThreadPool-15080-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72571265816133646-127.0.0.1:43243_solr-n_0000000003) closing
   [junit4]   2> 1687228 INFO  (OverseerStateUpdate-72571265816133646-127.0.0.1:43243_solr-n_0000000003) [n:127.0.0.1:43243_solr     ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:43243_solr
   [junit4]   2> 1687228 INFO  (OverseerAutoScalingTriggerThread-72571265816133646-127.0.0.1:43243_solr-n_0000000003) [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 1687236 WARN  (jetty-launcher-14892-thread-1-SendThread(127.0.0.1:45701)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x101d32e87df000e.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x101d32e87df000e, 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 0x101d32e87df000e, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.d

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

 Overseer (id=72571265816133650-127.0.0.1:36843_solr-n_0000000004) closing
   [junit4]   2> 1710067 INFO  (jetty-closer-15158-thread-1) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@3d687551{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 1710067 INFO  (jetty-closer-15158-thread-1) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@15d38bf9{/solr,null,STOPPED}
   [junit4]   2> 1710067 INFO  (jetty-closer-15158-thread-1) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1710068 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C9D00C41E93F6844]-worker) [     ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 1710069 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[C9D00C41E93F6844]-worker-SendThread(127.0.0.1:45701)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x101d32e87df0000.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x101d32e87df0000, 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 0x101d32e87df0000, 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> 1710267 WARN  (SUITE-TestPullReplicaErrorHandling-seed#[C9D00C41E93F6844]-worker-SendThread(127.0.0.1:45701)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x101d32e87df0001.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x101d32e87df0001, 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 0x101d32e87df0001, 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> 1710369 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> 	12	/solr/aliases.json
   [junit4]   2> 	11	/solr/security.json
   [junit4]   2> 	9	/solr/collections/pull_replica_error_handling_test_close_hooks_deleted_on_reconnect/terms/shard1
   [junit4]   2> 	9	/solr/collections/pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper/terms/shard1
   [junit4]   2> 	9	/solr/configs/conf
   [junit4]   2> 	9	/solr/clusterprops.json
   [junit4]   2> 	8	/solr/packages.json
   [junit4]   2> 	7	/solr/collections/pull_replica_error_handling_test_cant_connect_to_leader/terms/shard1
   [junit4]   2> 	6	/solr/collections/pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper/state.json
   [junit4]   2> 	5	/solr/collections/pull_replica_error_handling_test_cant_connect_to_leader/state.json
   [junit4]   2> 	4	/solr/collections/pull_replica_error_handling_test_close_hooks_deleted_on_reconnect/state.json
   [junit4]   2> 	2	/solr/collections/pull_replica_error_handling_test_cant_connect_to_leader/collectionprops.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	61	/solr/collections/pull_replica_error_handling_test_close_hooks_deleted_on_reconnect/state.json
   [junit4]   2> 	41	/solr/collections/pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper/state.json
   [junit4]   2> 	27	/solr/collections/pull_replica_error_handling_test_cant_connect_to_leader/state.json
   [junit4]   2> 	12	/solr/clusterstate.json
   [junit4]   2> 	8	/solr/clusterprops.json
   [junit4]   2> 	6	/solr/autoscaling.json
   [junit4]   2> 	3	/solr/overseer_elect/election/72571265816133659-127.0.0.1:34979_solr-n_0000000007
   [junit4]   2> 	2	/solr/overseer_elect/election/72571265816133650-127.0.0.1:36843_solr-n_0000000004
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	94	/solr/overseer/queue
   [junit4]   2> 	89	/solr/live_nodes
   [junit4]   2> 	45	/solr/collections
   [junit4]   2> 	30	/solr/overseer/collection-queue-work
   [junit4]   2> 	6	/solr/autoscaling/events/.scheduled_maintenance
   [junit4]   2> 	6	/solr/autoscaling/events/.auto_add_replicas
   [junit4]   2> 	6	/solr/overseer/queue-work
   [junit4]   2> 
   [junit4]   2> 1710372 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C9D00C41E93F6844]-worker) [     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:45701
   [junit4]   2> 1710372 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C9D00C41E93F6844]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:45701
   [junit4]   2> 1710372 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[C9D00C41E93F6844]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 45701
   [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/J3/temp/solr.cloud.TestPullReplicaErrorHandling_C9D00C41E93F6844-001
   [junit4]   2> Dec 01, 2020 3:04:04 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=Asserting(Lucene87): {_root_=Lucene84, fieldName_s=PostingsFormat(name=LuceneFixedGap), id=PostingsFormat(name=LuceneVarGapFixedInterval)}, docValues:{_version_=DocValuesFormat(name=Lucene80)}, maxPointsInLeafNode=1867, maxMBSortInHeap=6.96125555945978, sim=Asserting(RandomSimilarity(queryNorm=true): {}), locale=en-CA, timezone=Asia/Qyzylorda
   [junit4]   2> NOTE: Linux 5.4.0-45-generic amd64/Oracle Corporation 1.8.0_252 (64-bit)/cpus=4,threads=1,free=217242208,total=521142272
   [junit4]   2> NOTE: All tests run in this JVM: [TestFastLRUCache, TestIntervalFaceting, TestSegmentSorting, FileUtilsTest, PeerSyncWithLeaderTest, CustomCollectionTest, HdfsBasicDistributedZk2Test, TolerantUpdateProcessorTest, SimpleFacetsTest, IgnoreLargeDocumentProcessorFactoryTest, TestSortByMinMaxFunction, TestRTimerTree, OverseerTaskQueueTest, MergeStrategyTest, BlockCacheTest, TestHdfsBackupRestoreCore, TestQuerySenderNoQuery, LegacyCloudClusterPropTest, HdfsLockFactoryTest, TestPullReplica, TestDynamicFieldCollectionResource, TestTrieFacet, TestSearchPerf, Tagger2Test, TestStressInPlaceUpdates, TestConfig, TestSystemIdResolver, DocumentAnalysisRequestHandlerTest, TestSimTriggerIntegration, UnloadDistributedZkTest, TestBM25SimilarityFactory, TestRecovery, BadIndexSchemaTest, TestCloudPivotFacet, TestRandomFaceting, CloudExitableDirectoryReaderTest, IndexSizeTriggerTest, TestSimNodeAddedTrigger, TestWriterPerf, TestConfigSetsAPIShareSchema, TestCloudJSONFacetSKG, TestImplicitCoreProperties, UtilsToolTest, TestGeoJSONResponseWriter, TestFieldTypeCollectionResource, TestCustomSort, TestDistribDocBasedVersion, TermVectorComponentDistributedTest, CollectionsAPIAsyncDistributedZkTest, PingRequestHandlerTest, NodeAddedTriggerTest, RecoveryAfterSoftCommitTest, TestSolr4Spatial, TestExactSharedStatsCache, AutoAddReplicasPlanActionTest, TestCloudSearcherWarming, CloudReplicaSourceTest, CursorMarkTest, SortSpecParsingTest, DistributedSpellCheckComponentTest, DOMUtilTest, AuditLoggerPluginTest, SpellCheckComponentTest, CdcrRequestHandlerTest, TestNumericRangeQuery64, TestManagedResourceStorage, PeerSyncTest, TestApiFramework, LeaderFailoverAfterPartitionTest, SignatureUpdateProcessorFactoryTest, LukeRequestHandlerTest, SolrJmxReporterTest, AtomicUpdatesTest, TestPseudoReturnFields, DistributedFacetPivotLongTailTest, RestoreTriggerStateTest, SolrMetricReporterTest, ReplaceNodeNoTargetTest, TestWithCollection, DistributedMLTComponentTest, TestFreeTextSuggestions, TestJsonFacets, TestLegacyBM25SimilarityFactory, HttpPartitionWithTlogReplicasTest, MinimalSchemaTest, NumericFieldsTest, UUIDFieldTest, TestCSVLoader, VersionInfoTest, TestDistributedTracing, ZkFailoverTest, TriggerCooldownIntegrationTest, SplitShardTest, SaslZkACLProviderTest, BlockJoinFacetRandomTest, TestExpandComponent, CoreSorterTest, SolrRrdBackendFactoryTest, ZkStateReaderTest, TestAnalyzeInfixSuggestions, TestImpersonationWithHadoopAuth, V2ApiIntegrationTest, TestSimClusterStateProvider, TestLockTree, MetricsConfigTest, MultiSolrCloudTestCaseTest, SynonymTokenizerTest, SimplePostToolTest, AddReplicaTest, TestInitQParser, IndexSchemaRuntimeFieldTest, ChaosMonkeySafeLeaderTest, CollectionPropsTest, DeleteLastCustomShardedReplicaTest, DeleteNodeTest, DeleteShardTest, DistribCursorPagingTest, DistribJoinFromCollectionTest, DistributedQueueTest, DocValuesNotIndexedTest, ForceLeaderTest, ForceLeaderWithTlogReplicasTest, LeaderElectionContextKeyTest, MetricsHistoryWithAuthIntegrationTest, MissingSegmentRecoveryTest, MoveReplicaHDFSFailoverTest, MultiThreadedOCPTest, RollingRestartTest, TestAuthenticationFramework, TestDistributedMap, TestDownShardTolerantSearch, TestDynamicFieldNamesIndexCorrectly, TestPullReplicaErrorHandling]
   [junit4] Completed [551/921 (1!)] on J3 in 29.87s, 4 tests, 1 error <<< FAILURES!

[...truncated 52004 lines...]

[JENKINS] Lucene » Lucene-Solr-Tests-8.x - Build # 956 - Still Failing!

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

All tests passed

Build Log:
[...truncated 12405 lines...]
    [javac] Compiling 1360 source files to /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/classes/java
    [javac] /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:329: error: cannot find symbol
    [javac]     Path dirPath = Path.of(path);
    [javac]                        ^
    [javac]   symbol:   method of(String)
    [javac]   location: interface Path
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.
    [javac] 1 error

BUILD FAILED
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/build.xml:634: The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/build.xml:578: The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/build.xml:59: The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build.xml:231: The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/common-build.xml:550: The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/common-build.xml:498: The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/common-build.xml:393: The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/lucene/common-build.xml:581: The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/lucene/common-build.xml:2083: Compile failed; see the compiler error output for details.

Total time: 11 minutes 47 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Tests-8.x - Build # 955 - Still Failing!

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

All tests passed

Build Log:
[...truncated 12401 lines...]
    [javac] Compiling 1360 source files to /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/classes/java
    [javac] /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:329: error: cannot find symbol
    [javac]     Path dirPath = Path.of(path);
    [javac]                        ^
    [javac]   symbol:   method of(String)
    [javac]   location: interface Path
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.
    [javac] 1 error

BUILD FAILED
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/build.xml:634: The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/build.xml:578: The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/build.xml:59: The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build.xml:231: The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/common-build.xml:550: The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/common-build.xml:498: The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/common-build.xml:393: The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/lucene/common-build.xml:581: The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/lucene/common-build.xml:2083: Compile failed; see the compiler error output for details.

Total time: 12 minutes 9 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Tests-8.x - Build # 954 - Still Failing!

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

All tests passed

Build Log:
[...truncated 12403 lines...]
    [javac] Compiling 1360 source files to /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/classes/java
    [javac] /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:329: error: cannot find symbol
    [javac]     Path dirPath = Path.of(path);
    [javac]                        ^
    [javac]   symbol:   method of(String)
    [javac]   location: interface Path
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.
    [javac] 1 error

BUILD FAILED
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/build.xml:634: The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/build.xml:578: The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/build.xml:59: The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build.xml:231: The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/common-build.xml:550: The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/common-build.xml:498: The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/common-build.xml:393: The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/lucene/common-build.xml:581: The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/lucene/common-build.xml:2083: Compile failed; see the compiler error output for details.

Total time: 11 minutes 50 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Tests-8.x - Build # 953 - Still Failing!

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

All tests passed

Build Log:
[...truncated 12407 lines...]
    [javac] Compiling 1360 source files to /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/classes/java
    [javac] /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:329: error: cannot find symbol
    [javac]     Path dirPath = Path.of(path);
    [javac]                        ^
    [javac]   symbol:   method of(String)
    [javac]   location: interface Path
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.
    [javac] 1 error

BUILD FAILED
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/build.xml:634: The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/build.xml:578: The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/build.xml:59: The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build.xml:231: The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/common-build.xml:550: The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/common-build.xml:498: The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/common-build.xml:393: The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/lucene/common-build.xml:581: The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/lucene/common-build.xml:2083: Compile failed; see the compiler error output for details.

Total time: 12 minutes 29 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any