Build: 
https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-NightlyTests-8.x/89/

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

Error Message:
Error from server at http://127.0.0.1:40865/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:40865/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([878CEC0BAC6E2DEA:8FBB0AC377C05964]: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 14937 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestPullReplicaErrorHandling
   [junit4]   2> 2631079 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[878CEC0BAC6E2DEA]-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-NightlyTests-8.x/checkout/solr/server/solr/configsets/_default/conf'
   [junit4]   2> 2631079 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[878CEC0BAC6E2DEA]-worker) [     ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 2631082 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[878CEC0BAC6E2DEA]-worker) [     ] 
o.a.s.SolrTestCaseJ4 Created dataDir: 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.TestPullReplicaErrorHandling_878CEC0BAC6E2DEA-001/data-dir-167-001
   [junit4]   2> 2631082 WARN  
(SUITE-TestPullReplicaErrorHandling-seed#[878CEC0BAC6E2DEA]-worker) [     ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=9 numCloses=9
   [junit4]   2> 2631082 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[878CEC0BAC6E2DEA]-worker) [     ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 2631085 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[878CEC0BAC6E2DEA]-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> 2631085 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[878CEC0BAC6E2DEA]-worker) [     ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.TestPullReplicaErrorHandling_878CEC0BAC6E2DEA-001/tempDir-001
   [junit4]   2> 2631086 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[878CEC0BAC6E2DEA]-worker) [     ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 2631086 INFO  (ZkTestServer Run Thread) [     ] 
o.a.s.c.ZkTestServer client port: 0.0.0.0/0.0.0.0:0
   [junit4]   2> 2631086 INFO  (ZkTestServer Run Thread) [     ] 
o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 2631087 WARN  (ZkTestServer Run Thread) [     ] 
o.a.z.s.ServerCnxnFactory maxCnxns is not configured, using default value 0.
   [junit4]   2> 2631186 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[878CEC0BAC6E2DEA]-worker) [     ] 
o.a.s.c.ZkTestServer start zk server on port: 43049
   [junit4]   2> 2631186 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[878CEC0BAC6E2DEA]-worker) [     ] 
o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:43049
   [junit4]   2> 2631186 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[878CEC0BAC6E2DEA]-worker) [     ] 
o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:43049
   [junit4]   2> 2631186 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[878CEC0BAC6E2DEA]-worker) [     ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1 43049
   [junit4]   2> 2631190 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[878CEC0BAC6E2DEA]-worker) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2631192 INFO  (zkConnectionManagerCallback-22902-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2631192 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[878CEC0BAC6E2DEA]-worker) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2631197 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[878CEC0BAC6E2DEA]-worker) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2631201 INFO  (zkConnectionManagerCallback-22904-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2631201 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[878CEC0BAC6E2DEA]-worker) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2631203 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[878CEC0BAC6E2DEA]-worker) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2631204 INFO  (zkConnectionManagerCallback-22906-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2631204 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[878CEC0BAC6E2DEA]-worker) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2631309 INFO  (jetty-launcher-22907-thread-1) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 2631309 INFO  (jetty-launcher-22907-thread-1) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 2631309 INFO  (jetty-launcher-22907-thread-1) [     ] 
o.e.j.s.Server jetty-9.4.32.v20200930; built: 2020-09-30T16:16:37.804Z; git: 
de97d26f7bd222a0e16831e353d702a7a422f711; jvm 1.8.0_252-b09
   [junit4]   2> 2631311 INFO  (jetty-launcher-22907-thread-2) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 2631311 INFO  (jetty-launcher-22907-thread-2) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 2631311 INFO  (jetty-launcher-22907-thread-2) [     ] 
o.e.j.s.Server jetty-9.4.32.v20200930; built: 2020-09-30T16:16:37.804Z; git: 
de97d26f7bd222a0e16831e353d702a7a422f711; jvm 1.8.0_252-b09
   [junit4]   2> 2631314 INFO  (jetty-launcher-22907-thread-3) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 2631317 INFO  (jetty-launcher-22907-thread-4) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 2631317 INFO  (jetty-launcher-22907-thread-4) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 2631317 INFO  (jetty-launcher-22907-thread-4) [     ] 
o.e.j.s.Server jetty-9.4.32.v20200930; built: 2020-09-30T16:16:37.804Z; git: 
de97d26f7bd222a0e16831e353d702a7a422f711; jvm 1.8.0_252-b09
   [junit4]   2> 2631314 INFO  (jetty-launcher-22907-thread-3) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 2631321 INFO  (jetty-launcher-22907-thread-3) [     ] 
o.e.j.s.Server jetty-9.4.32.v20200930; built: 2020-09-30T16:16:37.804Z; git: 
de97d26f7bd222a0e16831e353d702a7a422f711; jvm 1.8.0_252-b09
   [junit4]   2> 2631336 INFO  (jetty-launcher-22907-thread-3) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2631336 INFO  (jetty-launcher-22907-thread-3) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2631336 INFO  (jetty-launcher-22907-thread-3) [     ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 2631342 INFO  (jetty-launcher-22907-thread-2) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2631342 INFO  (jetty-launcher-22907-thread-2) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2631342 INFO  (jetty-launcher-22907-thread-2) [     ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 2631342 INFO  (jetty-launcher-22907-thread-1) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2631342 INFO  (jetty-launcher-22907-thread-1) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2631342 INFO  (jetty-launcher-22907-thread-1) [     ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 2631342 INFO  (jetty-launcher-22907-thread-3) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@7baf4f79{/solr,null,AVAILABLE}
   [junit4]   2> 2631342 INFO  (jetty-launcher-22907-thread-4) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2631342 INFO  (jetty-launcher-22907-thread-4) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2631342 INFO  (jetty-launcher-22907-thread-4) [     ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 2631343 INFO  (jetty-launcher-22907-thread-1) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@4de81dab{/solr,null,AVAILABLE}
   [junit4]   2> 2631343 INFO  (jetty-launcher-22907-thread-2) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@1b2621a2{/solr,null,AVAILABLE}
   [junit4]   2> 2631343 INFO  (jetty-launcher-22907-thread-1) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@5758bb76{HTTP/1.1, (http/1.1, 
h2c)}{127.0.0.1:41127}
   [junit4]   2> 2631343 INFO  (jetty-launcher-22907-thread-4) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@1c6ff728{/solr,null,AVAILABLE}
   [junit4]   2> 2631343 INFO  (jetty-launcher-22907-thread-1) [     ] 
o.e.j.s.Server Started @2631370ms
   [junit4]   2> 2631343 INFO  (jetty-launcher-22907-thread-1) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=41127}
   [junit4]   2> 2631343 ERROR (jetty-launcher-22907-thread-1) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2631343 INFO  (jetty-launcher-22907-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2631343 INFO  (jetty-launcher-22907-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.8.0
   [junit4]   2> 2631343 INFO  (jetty-launcher-22907-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2631343 INFO  (jetty-launcher-22907-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr
   [junit4]   2> 2631343 INFO  (jetty-launcher-22907-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2020-11-11T13:59:38.786Z
   [junit4]   2> 2631345 INFO  (jetty-launcher-22907-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2631345 INFO  (jetty-launcher-22907-thread-3) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@6df1e5d{HTTP/1.1, (http/1.1, 
h2c)}{127.0.0.1:34551}
   [junit4]   2> 2631345 INFO  (jetty-launcher-22907-thread-3) [     ] 
o.e.j.s.Server Started @2631372ms
   [junit4]   2> 2631345 INFO  (jetty-launcher-22907-thread-3) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=34551}
   [junit4]   2> 2631345 INFO  (jetty-launcher-22907-thread-4) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@fd451dc{HTTP/1.1, (http/1.1, 
h2c)}{127.0.0.1:45549}
   [junit4]   2> 2631345 ERROR (jetty-launcher-22907-thread-3) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2631345 INFO  (jetty-launcher-22907-thread-4) [     ] 
o.e.j.s.Server Started @2631372ms
   [junit4]   2> 2631345 INFO  (jetty-launcher-22907-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2631345 INFO  (jetty-launcher-22907-thread-4) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=45549}
   [junit4]   2> 2631345 INFO  (jetty-launcher-22907-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.8.0
   [junit4]   2> 2631345 INFO  (jetty-launcher-22907-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2631346 INFO  (jetty-launcher-22907-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr
   [junit4]   2> 2631346 INFO  (jetty-launcher-22907-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2020-11-11T13:59:38.789Z
   [junit4]   2> 2631346 ERROR (jetty-launcher-22907-thread-4) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2631346 INFO  (jetty-launcher-22907-thread-4) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2631346 INFO  (jetty-launcher-22907-thread-4) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.8.0
   [junit4]   2> 2631346 INFO  (jetty-launcher-22907-thread-4) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2631346 INFO  (jetty-launcher-22907-thread-4) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr
   [junit4]   2> 2631346 INFO  (jetty-launcher-22907-thread-4) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2020-11-11T13:59:38.789Z
   [junit4]   2> 2631347 INFO  (jetty-launcher-22907-thread-3) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2631348 INFO  (zkConnectionManagerCallback-22909-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2631348 INFO  (jetty-launcher-22907-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2631348 INFO  (jetty-launcher-22907-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2631354 INFO  (jetty-launcher-22907-thread-1) [     ] 
o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 2631357 INFO  (jetty-launcher-22907-thread-4) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2631357 INFO  (jetty-launcher-22907-thread-2) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@330afa63{HTTP/1.1, (http/1.1, 
h2c)}{127.0.0.1:42001}
   [junit4]   2> 2631357 INFO  (jetty-launcher-22907-thread-2) [     ] 
o.e.j.s.Server Started @2631384ms
   [junit4]   2> 2631357 INFO  (jetty-launcher-22907-thread-2) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=42001}
   [junit4]   2> 2631357 ERROR (jetty-launcher-22907-thread-2) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2631357 INFO  (jetty-launcher-22907-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2631357 INFO  (jetty-launcher-22907-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.8.0
   [junit4]   2> 2631357 INFO  (jetty-launcher-22907-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2631357 INFO  (jetty-launcher-22907-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr
   [junit4]   2> 2631357 INFO  (jetty-launcher-22907-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2020-11-11T13:59:38.800Z
   [junit4]   2> 2631358 WARN  
(jetty-launcher-22907-thread-1-SendThread(127.0.0.1:43049)) [     ] 
o.a.z.ClientCnxn An exception was thrown while closing send thread for session 
0x1016e85c5640003.
   [junit4]   2>           => EndOfStreamException: Unable to read additional 
data from server sessionid 0x1016e85c5640003, 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 0x1016e85c5640003, 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> 2631359 INFO  (zkConnectionManagerCallback-22911-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2631359 INFO  (jetty-launcher-22907-thread-3) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2631365 INFO  (jetty-launcher-22907-thread-2) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2631366 INFO  (zkConnectionManagerCallback-22913-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2631366 INFO  (jetty-launcher-22907-thread-4) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2631369 INFO  (zkConnectionManagerCallback-22915-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2631369 INFO  (jetty-launcher-22907-thread-2) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2631459 INFO  (jetty-launcher-22907-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2631459 INFO  (jetty-launcher-22907-thread-4) [     ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2631474 INFO  (jetty-launcher-22907-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2631476 INFO  (jetty-launcher-22907-thread-4) [     ] 
o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 2631477 INFO  (jetty-launcher-22907-thread-2) [     ] 
o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 2631477 INFO  (jetty-launcher-22907-thread-3) [     ] 
o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 2631478 WARN  
(jetty-launcher-22907-thread-2-SendThread(127.0.0.1:43049)) [     ] 
o.a.z.ClientCnxn An exception was thrown while closing send thread for session 
0x1016e85c5640006.
   [junit4]   2>           => EndOfStreamException: Unable to read additional 
data from server sessionid 0x1016e85c5640006, 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 0x1016e85c5640006, 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> 2631478 WARN  
(jetty-launcher-22907-thread-3-SendThread(127.0.0.1:43049)) [     ] 
o.a.z.ClientCnxn An exception was thrown while closing send thread for session 
0x1016e85c5640004.
   [junit4]   2>           => EndOfStreamException: Unable to read additional 
data from server sessionid 0x1016e85c5640004, 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 0x1016e85c5640004, 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> 2631479 WARN  
(jetty-launcher-22907-thread-4-SendThread(127.0.0.1:43049)) [     ] 
o.a.z.ClientCnxn An exception was thrown while closing send thread for session 
0x1016e85c5640005.
   [junit4]   2>           => EndOfStreamException: Unable to read additional 
data from server sessionid 0x1016e85c5640005, 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 0x1016e85c5640005, 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> 2632842 INFO  (jetty-launcher-22907-thread-4) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 2632844 WARN  (jetty-launcher-22907-thread-4) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@72b74eb2[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2632844 WARN  (jetty-launcher-22907-thread-4) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@72b74eb2[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2632849 WARN  (jetty-launcher-22907-thread-4) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@71b866da[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2632849 WARN  (jetty-launcher-22907-thread-4) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@71b866da[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2632850 INFO  (jetty-launcher-22907-thread-4) [     ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43049/solr
   [junit4]   2> 2633045 INFO  (jetty-launcher-22907-thread-4) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2633057 INFO  (zkConnectionManagerCallback-22935-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2633057 INFO  (jetty-launcher-22907-thread-4) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2633060 WARN  
(jetty-launcher-22907-thread-4-SendThread(127.0.0.1:43049)) [     ] 
o.a.z.ClientCnxn An exception was thrown while closing send thread for session 
0x1016e85c5640007.
   [junit4]   2>           => EndOfStreamException: Unable to read additional 
data from server sessionid 0x1016e85c5640007, 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 0x1016e85c5640007, 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> 2633064 INFO  (jetty-launcher-22907-thread-2) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 2633066 WARN  (jetty-launcher-22907-thread-2) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@5646e07d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2633066 WARN  (jetty-launcher-22907-thread-2) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@5646e07d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2633073 WARN  (jetty-launcher-22907-thread-2) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@45e7c742[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2633073 WARN  (jetty-launcher-22907-thread-2) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@45e7c742[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2633074 INFO  (jetty-launcher-22907-thread-2) [     ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43049/solr
   [junit4]   2> 2633076 INFO  (jetty-launcher-22907-thread-2) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2633080 INFO  (zkConnectionManagerCallback-22943-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2633080 INFO  (jetty-launcher-22907-thread-2) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2633083 WARN  
(jetty-launcher-22907-thread-2-SendThread(127.0.0.1:43049)) [     ] 
o.a.z.ClientCnxn An exception was thrown while closing send thread for session 
0x1016e85c5640008.
   [junit4]   2>           => EndOfStreamException: Unable to read additional 
data from server sessionid 0x1016e85c5640008, 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 0x1016e85c5640008, 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> 2633139 INFO  (jetty-launcher-22907-thread-3) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 2633140 WARN  (jetty-launcher-22907-thread-3) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@39c945c4[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2633140 WARN  (jetty-launcher-22907-thread-3) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@39c945c4[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2633143 WARN  (jetty-launcher-22907-thread-3) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@575b3bb4[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2633143 WARN  (jetty-launcher-22907-thread-3) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@575b3bb4[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2633145 INFO  (jetty-launcher-22907-thread-3) [     ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43049/solr
   [junit4]   2> 2633147 INFO  (jetty-launcher-22907-thread-3) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2633147 INFO  (zkConnectionManagerCallback-22951-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2633147 INFO  (jetty-launcher-22907-thread-3) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2633163 INFO  (jetty-launcher-22907-thread-4) 
[n:127.0.0.1:45549_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 2633166 INFO  (zkConnectionManagerCallback-22953-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2633166 INFO  (jetty-launcher-22907-thread-4) 
[n:127.0.0.1:45549_solr     ] o.a.s.c.c.ConnectionManager Client is connected 
to ZooKeeper
   [junit4]   2> 2633193 INFO  (jetty-launcher-22907-thread-2) 
[n:127.0.0.1:42001_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 2633193 WARN  
(jetty-launcher-22907-thread-3-SendThread(127.0.0.1:43049)) [     ] 
o.a.z.ClientCnxn An exception was thrown while closing send thread for session 
0x1016e85c5640009.
   [junit4]   2>           => EndOfStreamException: Unable to read additional 
data from server sessionid 0x1016e85c5640009, 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 0x1016e85c5640009, 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> 2633194 INFO  (zkConnectionManagerCallback-22955-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2633194 INFO  (jetty-launcher-22907-thread-2) 
[n:127.0.0.1:42001_solr     ] o.a.s.c.c.ConnectionManager Client is connected 
to ZooKeeper
   [junit4]   2> 2633366 INFO  (jetty-launcher-22907-thread-3) 
[n:127.0.0.1:34551_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 2633368 INFO  (zkConnectionManagerCallback-22961-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2633368 INFO  (jetty-launcher-22907-thread-3) 
[n:127.0.0.1:34551_solr     ] o.a.s.c.c.ConnectionManager Client is connected 
to ZooKeeper
   [junit4]   2> 2633392 INFO  (jetty-launcher-22907-thread-3) 
[n:127.0.0.1:34551_solr     ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:34551_solr
   [junit4]   2> 2633393 INFO  (jetty-launcher-22907-thread-3) 
[n:127.0.0.1:34551_solr     ] o.a.s.c.Overseer Overseer 
(id=72460589836009484-127.0.0.1:34551_solr-n_0000000000) starting
   [junit4]   2> 2633415 INFO  
(OverseerStateUpdate-72460589836009484-127.0.0.1:34551_solr-n_0000000000) 
[n:127.0.0.1:34551_solr     ] o.a.s.c.Overseer Starting to work on the main 
queue : 127.0.0.1:34551_solr
   [junit4]   2> 2633415 INFO  (jetty-launcher-22907-thread-3) 
[n:127.0.0.1:34551_solr     ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:34551_solr
   [junit4]   2> 2633418 INFO  
(OverseerStateUpdate-72460589836009484-127.0.0.1:34551_solr-n_0000000000) 
[n:127.0.0.1:34551_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 2633419 INFO  (jetty-launcher-22907-thread-3) 
[n:127.0.0.1:34551_solr     ] o.a.s.p.PackageLoader /packages.json updated to 
version -1
   [junit4]   2> 2633419 WARN  (jetty-launcher-22907-thread-3) 
[n:127.0.0.1:34551_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> 2633451 INFO  (jetty-launcher-22907-thread-3) 
[n:127.0.0.1:34551_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.TestPullReplicaErrorHandling_878CEC0BAC6E2DEA-001/tempDir-001/node3
   [junit4]   2> 2633461 INFO  (jetty-launcher-22907-thread-4) 
[n:127.0.0.1:45549_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 2633466 INFO  (jetty-launcher-22907-thread-4) 
[n:127.0.0.1:45549_solr     ] o.a.s.c.ZkController Publish 
node=127.0.0.1:45549_solr as DOWN
   [junit4]   2> 2633467 INFO  (jetty-launcher-22907-thread-4) 
[n:127.0.0.1:45549_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 2633467 INFO  (jetty-launcher-22907-thread-4) 
[n:127.0.0.1:45549_solr     ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:45549_solr
   [junit4]   2> 2633473 INFO  (zkCallback-22960-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2633513 INFO  (zkCallback-22952-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2633515 INFO  (jetty-launcher-22907-thread-4) 
[n:127.0.0.1:45549_solr     ] o.a.s.p.PackageLoader /packages.json updated to 
version -1
   [junit4]   2> 2633515 WARN  (jetty-launcher-22907-thread-4) 
[n:127.0.0.1:45549_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> 2633546 INFO  (jetty-launcher-22907-thread-2) 
[n:127.0.0.1:42001_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 2633549 INFO  (jetty-launcher-22907-thread-2) 
[n:127.0.0.1:42001_solr     ] o.a.s.c.ZkController Publish 
node=127.0.0.1:42001_solr as DOWN
   [junit4]   2> 2633550 INFO  (jetty-launcher-22907-thread-2) 
[n:127.0.0.1:42001_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 2633550 INFO  (jetty-launcher-22907-thread-2) 
[n:127.0.0.1:42001_solr     ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:42001_solr
   [junit4]   2> 2633552 INFO  (zkCallback-22952-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2633552 INFO  (zkCallback-22960-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2633553 INFO  (jetty-launcher-22907-thread-4) 
[n:127.0.0.1:45549_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.TestPullReplicaErrorHandling_878CEC0BAC6E2DEA-001/tempDir-001/node4
   [junit4]   2> 2633688 INFO  (zkCallback-22954-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2633688 INFO  (jetty-launcher-22907-thread-2) 
[n:127.0.0.1:42001_solr     ] o.a.s.p.PackageLoader /packages.json updated to 
version -1
   [junit4]   2> 2633689 WARN  (jetty-launcher-22907-thread-2) 
[n:127.0.0.1:42001_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> 2633704 INFO  (jetty-launcher-22907-thread-2) 
[n:127.0.0.1:42001_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.TestPullReplicaErrorHandling_878CEC0BAC6E2DEA-001/tempDir-001/node2
   [junit4]   2> 2634336 INFO  (jetty-launcher-22907-thread-1) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 2634337 WARN  (jetty-launcher-22907-thread-1) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@7b9bb57c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2634337 WARN  (jetty-launcher-22907-thread-1) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@7b9bb57c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2634340 WARN  (jetty-launcher-22907-thread-1) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@74a1d9df[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2634340 WARN  (jetty-launcher-22907-thread-1) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@74a1d9df[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2634341 INFO  (jetty-launcher-22907-thread-1) [     ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43049/solr
   [junit4]   2> 2634342 INFO  (jetty-launcher-22907-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2634344 INFO  (zkConnectionManagerCallback-22987-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2634344 INFO  (jetty-launcher-22907-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2634351 WARN  
(jetty-launcher-22907-thread-1-SendThread(127.0.0.1:43049)) [     ] 
o.a.z.ClientCnxn An exception was thrown while closing send thread for session 
0x1016e85c564000d.
   [junit4]   2>           => EndOfStreamException: Unable to read additional 
data from server sessionid 0x1016e85c564000d, 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 0x1016e85c564000d, 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> 2634453 INFO  (jetty-launcher-22907-thread-1) 
[n:127.0.0.1:41127_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 2634456 INFO  (zkConnectionManagerCallback-22989-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2634458 INFO  (jetty-launcher-22907-thread-1) 
[n:127.0.0.1:41127_solr     ] o.a.s.c.c.ConnectionManager Client is connected 
to ZooKeeper
   [junit4]   2> 2634497 INFO  (jetty-launcher-22907-thread-1) 
[n:127.0.0.1:41127_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 2634507 INFO  (jetty-launcher-22907-thread-1) 
[n:127.0.0.1:41127_solr     ] o.a.s.c.ZkController Publish 
node=127.0.0.1:41127_solr as DOWN
   [junit4]   2> 2634510 INFO  (jetty-launcher-22907-thread-1) 
[n:127.0.0.1:41127_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 2634510 INFO  (jetty-launcher-22907-thread-1) 
[n:127.0.0.1:41127_solr     ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:41127_solr
   [junit4]   2> 2634513 INFO  (zkCallback-22952-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2634513 INFO  (zkCallback-22960-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2634513 INFO  (zkCallback-22954-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2634514 INFO  (zkCallback-22988-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2634517 INFO  (jetty-launcher-22907-thread-1) 
[n:127.0.0.1:41127_solr     ] o.a.s.p.PackageLoader /packages.json updated to 
version -1
   [junit4]   2> 2634517 WARN  (jetty-launcher-22907-thread-1) 
[n:127.0.0.1:41127_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> 2634530 INFO  (jetty-launcher-22907-thread-1) 
[n:127.0.0.1:41127_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.TestPullReplicaErrorHandling_878CEC0BAC6E2DEA-001/tempDir-001/node1
   [junit4]   2> 2634540 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[878CEC0BAC6E2DEA]-worker) [     ] 
o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=4
   [junit4]   2> 2634541 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[878CEC0BAC6E2DEA]-worker) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2634542 INFO  (zkConnectionManagerCallback-23000-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2634543 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[878CEC0BAC6E2DEA]-worker) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2634546 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[878CEC0BAC6E2DEA]-worker) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 2634547 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[878CEC0BAC6E2DEA]-worker) [     ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:43049/solr ready
   [junit4]   2> 2634553 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[878CEC0BAC6E2DEA]-worker) [     ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=988533989
   [junit4]   2> 2634553 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[878CEC0BAC6E2DEA]-worker) [     ] 
o.a.s.c.ZkController Remove node as live in 
ZooKeeper:/live_nodes/127.0.0.1:34551_solr
   [junit4]   2> 2634554 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[878CEC0BAC6E2DEA]-worker) [     ] 
o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 2634554 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[878CEC0BAC6E2DEA]-worker) [     ] 
o.a.s.c.ZkController Publish node=127.0.0.1:34551_solr as DOWN
   [junit4]   2> 2634557 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[878CEC0BAC6E2DEA]-worker) [     ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 2634557 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[878CEC0BAC6E2DEA]-worker) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node 
tag=null
   [junit4]   2> 2634557 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[878CEC0BAC6E2DEA]-worker) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm 
tag=null
   [junit4]   2> 2634557 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[878CEC0BAC6E2DEA]-worker) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty 
tag=null
   [junit4]   2> 2634557 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[878CEC0BAC6E2DEA]-worker) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster 
tag=null
   [junit4]   2> 2634557 INFO  (closeThreadPool-23005-thread-2) [     ] 
o.a.s.c.Overseer Overseer 
(id=72460589836009484-127.0.0.1:34551_solr-n_0000000000) closing
   [junit4]   2> 2634568 INFO  
(OverseerStateUpdate-72460589836009484-127.0.0.1:34551_solr-n_0000000000) 
[n:127.0.0.1:34551_solr     ] o.a.s.c.Overseer Overseer Loop exiting : 
127.0.0.1:34551_solr
   [junit4]   2> 2634568 INFO  
(OverseerAutoScalingTriggerThread-72460589836009484-127.0.0.1:34551_solr-n_0000000000)
 [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we 
are closed, exiting.
   [junit4]   2> 2634569 WARN  
(jetty-launcher-22907-thread-3-SendThread(127.0.0.1:43049)) [     ] 
o.a.z.ClientCnxn An exception was thrown while closing send thread for session 
0x1016e85c564000c.
   [junit4]   2>           => EndOfStreamException: Unable to read additional 
data from server sessionid 0x1016e85c564000c, 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 0x1016e85c564000c, 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> 2634570 INFO  (zkCallback-22954-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 2634573 INFO  (closeThreadPool-23005-thread-1) [     ] 
o.a.s.c.Overseer Overseer 
(id=72460589836009484-127.0.0.1:34551_solr-n_0000000000) closing
   [junit4]   2> 2634745 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[878CEC0BAC6E2DEA]-worker) [     ] 
o.a.s.c.Overseer Overseer 
(id=72460589836009484-127.0.0.1:34551_solr-n_0000000000) closing
   [junit4]   2> 2634748 INFO  (zkCallback-22952-thread-2) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 2634748 INFO  (zkCallback-22952-thread-1) [     ] 
o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:45549_solr
   [junit4]   2> 2634748 INFO  (zkCallback-22999-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 2634748 INFO  (zkCallback-22988-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 2634749 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[878CEC0BAC6E2DEA]-worker) [     ] 
o.e.j.s.AbstractConnector Stopped ServerConnector@6df1e5d{HTTP/1.1, (http/1.1, 
h2c)}{127.0.0.1:0}
   [junit4]   2> 2634749 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[878CEC0BAC6E2DEA]-worker) [     ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@7baf4f79{/solr,null,STOPPED}
   [junit4]   2> 2634750 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[878CEC0BAC6E2DEA]-worker) [     ] 
o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 2634750 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[878CEC0BAC6E2DEA]-worker) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 2634750 INFO  (zkCallback-22952-thread-1) 
[n:127.0.0.1:45549_solr     ] o.a.s.c.Overseer Overseer 
(id=72460589836009482-127.0.0.1:45549_solr-n_0000000001) starting
   [junit4]   2> 2634751 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[878CEC0BAC6E2DEA]-worker) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 2634751 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[878CEC0BAC6E2DEA]-worker) [     ] 
o.e.j.s.Server jetty-9.4.32.v20200930; built: 2020-09-30T16:16:37.804Z; git: 
de97d26f7bd222a0e16831e353d702a7a422f711; jvm 1.8.0_252-b09
   [junit4]   2> 2634752 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[878CEC0BAC6E2DEA]-worker) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2634752 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[878CEC0BAC6E2DEA]-worker) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2634752 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[878CEC0BAC6E2DEA]-worker) [     ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 2634752 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[878CEC0BAC6E2DEA]-worker) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@631a6a27{/solr,null,AVAILABLE}
   [junit4]   2> 2634752 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[878CEC0BAC6E2DEA]-worker) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@7f8023f7{HTTP/1.1, (http/1.1, 
h2c)}{127.0.0.1:32877}
   [junit4]   2> 2634752 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[878CEC0BAC6E2DEA]-worker) [     ] 
o.e.j.s.Server Started @2634779ms
   [junit4]   2> 2634752 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[878CEC0BAC6E2DEA]-worker) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=37901}
   [junit4]   2> 2634753 ERROR 
(SUITE-TestPullReplicaErrorHandling-seed#[878CEC0BAC6E2DEA]-worker) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2634753 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[878CEC0BAC6E2DEA]-worker) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2634753 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[878CEC0BAC6E2DEA]-worker) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.8.0
   [junit4]   2> 2634753 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[878CEC0BAC6E2DEA]-worker) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2634753 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[878CEC0BAC6E2DEA]-worker) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr
   [junit4]   2> 2634753 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[878CEC0BAC6E2DEA]-worker) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2020-11-11T13:59:42.196Z
   [junit4]   2> 2634754 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[878CEC0BAC6E2DEA]-worker) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2634756 INFO  (zkConnectionManagerCallback-23007-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2634756 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[878CEC0BAC6E2DEA]-worker) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2634758 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[878CEC0BAC6E2DEA]-worker) [     ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2634762 INFO  
(OverseerStateUpdate-72460589836009482-127.0.0.1:45549_solr-n_0000000001) 
[n:127.0.0.1:45549_solr     ] o.a.s.c.Overseer Starting to work on the main 
queue : 127.0.0.1:45549_solr
   [junit4]   2> 2634764 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[878CEC0BAC6E2DEA]-worker) [     ] 
o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 2634766 WARN  
(SUITE-TestPullReplicaErrorHandling-seed#[878CEC0BAC6E2DEA]-worker-SendThread(127.0.0.1:43049))
 [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for 
session 0x1016e85c5640010.
   [junit4]   2>           => EndOfStreamException: Unable to read additional 
data from server sessionid 0x1016e85c5640010, 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 0x1016e85c5640010, 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> 2636901 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[878CEC0BAC6E2DEA]-worker) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 2636902 WARN  
(SUITE-TestPullReplicaErrorHandling-seed#[878CEC0BAC6E2DEA]-worker) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@163204ea[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2636902 WARN  
(SUITE-TestPullReplicaErrorHandling-seed#[878CEC0BAC6E2DEA]-worker) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@163204ea[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2636904 WARN  
(SUITE-TestPullReplicaErrorHandling-seed#[878CEC0BAC6E2DEA]-worker) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@2c78e57[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2636904 WARN  
(SUITE-TestPullReplicaErrorHandling-seed#[878CEC0BAC6E2DEA]-worker) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@2c78e57[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2636906 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[878CEC0BAC6E2DEA]-worker) [     ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43049/solr
   [junit4]   2> 2636906 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[878CEC0BAC6E2DEA]-worker) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2636909 INFO  (zkConnectionManagerCallback-23022-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2636909 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[878CEC0BAC6E2DEA]-worker) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2636911 WARN  
(SUITE-TestPullReplicaErrorHandling-seed#[878CEC0BAC6E2DEA]-worker-SendThread(127.0.0.1:43049))
 [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for 
session 0x1016e85c5640011.
   [junit4]   2>           => EndOfStreamException: Unable to read additional 
data from server sessionid 0x1016e85c5640011, 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 0x1016e85c5640011, 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> 2637013 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[878CEC0BAC6E2DEA]-worker) 
[n:127.0.0.1:37901_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 2637016 INFO  (zkConnectionManagerCallback-23024-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2637016 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[878CEC0BAC6E2DEA]-worker) 
[n:127.0.0.1:37901_solr     ] o.a.s.c.c.ConnectionManager Client is connected 
to ZooKeeper
   [junit4]   2> 2637030 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[878CEC0BAC6E2DEA]-worker) 
[n:127.0.0.1:37901_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 2637040 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[878CEC0BAC6E2DEA]-worker) 
[n:127.0.0.1:37901_solr     ] o.a.s.c.ZkController Publish 
node=127.0.0.1:37901_solr as DOWN
   [junit4]   2> 2637042 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[878CEC0BAC6E2DEA]-worker) 
[n:127.0.0.1:37901_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 2637042 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[878CEC0BAC6E2DEA]-worker) 
[n:127.0.0.1:37901_solr     ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:37901_solr
   [junit4]   2> 2637046 INFO  (zkCallback-22952-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2637047 INFO  (zkCallback-22954-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2637047 INFO  (zkCallback-22999-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2637047 INFO  (zkCallback-22988-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2637047 INFO  (zkCallback-23023-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2637053 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[878CEC0BAC6E2DEA]-worker) 
[n:127.0.0.1:37901_solr     ] o.a.s.p.PackageLoader /packages.json updated to 
version -1
   [junit4]   2> 2637054 WARN  
(SUITE-TestPullReplicaErrorHandling-seed#[878CEC0BAC6E2DEA]-worker) 
[n:127.0.0.1:37901_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> 2637072 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[878CEC0BAC6E2DEA]-worker) 
[n:127.0.0.1:37901_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.TestPullReplicaErrorHandling_878CEC0BAC6E2DEA-001/tempDir-001/node3
   [junit4]   2> 2637080 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[878CEC0BAC6E2DEA]-worker) [     ] 
o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=4
   [junit4]   2> 2637081 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[878CEC0BAC6E2DEA]-worker) [     ] 
o.a.s.c.TestPullReplicaErrorHandling Adding proxy for URL: 
http://127.0.0.1:32877/solr. Proxy: http://127.0.0.1:37901/solr
   [junit4]   2> 2637081 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[878CEC0BAC6E2DEA]-worker) [     ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=131459134
   [junit4]   2> 2637081 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[878CEC0BAC6E2DEA]-worker) [     ] 
o.a.s.c.ZkController Remove node as live in 
ZooKeeper:/live_nodes/127.0.0.1:45549_solr
   [junit4]   2> 2637082 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[878CEC0BAC6E2DEA]-worker) [     ] 
o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 2637082 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[878CEC0BAC6E2DEA]-worker) [     ] 
o.a.s.c.ZkController Publish node=127.0.0.1:45549_solr as DOWN
   [junit4]   2> 2637085 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[878CEC0BAC6E2DEA]-worker) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node 
tag=null
   [junit4]   2> 2637085 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[878CEC0BAC6E2DEA]-worker) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm 
tag=null
   [junit4]   2> 2637085 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[878CEC0BAC6E2DEA]-worker) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty 
tag=null
   [junit4]   2> 2637085 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[878CEC0BAC6E2DEA]-worker) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster 
tag=null
   [junit4]   2> 2637088 INFO  (closeThreadPool-23035-thread-2) [     ] 
o.a.s.c.Overseer Overseer 
(id=72460589836009482-127.0.0.1:45549_solr-n_0000000001) closing
   [junit4]   2> 2637095 INFO  
(OverseerStateUpdate-72460589836009482-127.0.0.1:45549_solr-n_0000000001) 
[n:127.0.0.1:45549_solr     ] o.a.s.c.Overseer Overseer Loop exiting : 
127.0.0.1:45549_solr
   [junit4]   2> 2637095 INFO  
(OverseerAutoScalingTriggerThread-72460589836009482-127.0.0.1:45549_solr-n_0000000001)
 [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we 
are closed, exiting.
   [junit4]   2> 2637096 INFO  (closeThreadPool-23035-thread-1) [     ] 
o.a.s.c.Overseer Overseer 
(id=72460589836009482-127.0.0.1:45549_solr-n_0000000001) closing
   [junit4]   2> 2637097 WARN  
(jetty-launcher-22907-thread-4-SendThread(127.0.0.1:43049)) [     ] 
o.a.z.ClientCnxn An exception was thrown while closing send thread for session 
0x1016e85c564000a.
   [junit4]   2>           => EndOfStreamException: Unable to read additional 
data from server sessionid 0x1016e85c564000a, 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 0x1016e85c564000a, 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> 2637098 INFO  (zkCallback-23023-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 2637098 INFO  (zkCallback-22999-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 2637099 INFO  (zkCallback-22954-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 2637100 INFO  (zkCallback-22988-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 2637198 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[878CEC0BAC6E2DEA]-worker) [     ] 
o.a.s.c.Overseer Overseer 
(id=72460589836009482-127.0.0.1:45549_solr-n_0000000001) closing
   [junit4]   2> 2637199 INFO  (zkCallback-22954-thread-2) [     ] 
o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:42001_solr
   [junit4]   2> 2637199 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[878CEC0BAC6E2DEA]-worker) [     ] 
o.e.j.s.AbstractConnector Stopped ServerConnector@fd451dc{HTTP/1.1, (http/1.1, 
h2c)}{127.0.0.1:0}
   [junit4]   2> 2637200 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[878CEC0BAC6E2DEA]-worker) [     ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@1c6ff728{/solr,null,STOPPED}
   [junit4]   2> 2637200 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[878CEC0BAC6E2DEA]-worker) [     ] 
o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 2637200 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[878CEC0BAC6E2DEA]-worker) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 2637201 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[878CEC0BAC6E2DEA]-worker) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 2637201 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[878CEC0BAC6E2DEA]-worker) [     ] 
o.e.j.s.Server jetty-9.4.32.v20200930; built: 2020-09-30T16:16:37.804Z; git: 
de97d26f7bd222a0e16831e353d702a7a422f711; jvm 1.8.0_252-b09
   [junit4]   2> 2637201 INFO  (zkCallback-22954-thread-2) 
[n:127.0.0.1:42001_solr     ] o.a.s.c.Overseer Overseer 
(id=72460589836009483-127.0.0.1:42001_solr-n_0000000002) starting
   [junit4]   2> 2637201 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[878CEC0BAC6E2DEA]-worker) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2637201 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[878CEC0BAC6E2DEA]-worker) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2637201 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[878CEC0BAC6E2DEA]-worker) [     ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 2637202 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[878CEC0BAC6E2DEA]-worker) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@7345ec6a{/solr,null,AVAILABLE}
   [junit4]   2> 2637202 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[878CEC0BAC6E2DEA]-worker) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@7e3c974e{HTTP/1.1, (http/1.1, 
h2c)}{127.0.0.1:34809}
   [junit4]   2> 2637203 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[878CEC0BAC6E2DEA]-worker) [     ] 
o.e.j.s.Server Started @2637229ms
   [junit4]   2> 2637203 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[878CEC0BAC6E2DEA]-worker) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=38305}
   [junit4]   2> 2637203 ERROR 
(SUITE-TestPullReplicaErrorHandling-seed#[878CEC0BAC6E2DEA]-worker) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2637203 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[878CEC0BAC6E2DEA]-worker) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2637203 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[878CEC0BAC6E2DEA]-worker) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.8.0
   [junit4]   2> 2637203 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[878CEC0BAC6E2DEA]-worker) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2637203 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[878CEC0BAC6E2DEA]-worker) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr
   [junit4]   2> 2637203 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[878CEC0BAC6E2DEA]-worker) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2020-11-11T13:59:44.646Z
   [junit4]   2> 2637204 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[878CEC0BAC6E2DEA]-worker) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2637208 INFO  (zkConnectionManagerCallback-23037-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2637208 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[878CEC0BAC6E2DEA]-worker) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2637209 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[878CEC0BAC6E2DEA]-worker) [     ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2637212 INFO  
(OverseerStateUpdate-72460589836009483-127.0.0.1:42001_solr-n_0000000002) 
[n:127.0.0.1:42001_solr     ] o.a.s.c.Overseer Starting to work on the main 
queue : 127.0.0.1:42001_solr
   [junit4]   2> 2637215 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[878CEC0BAC6E2DEA]-worker) [     ] 
o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 2637790 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[878CEC0BAC6E2DEA]-worker) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 2637791 WARN  
(SUITE-TestPullReplicaErrorHandling-seed#[878CEC0BAC6E2DEA]-worker) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@471ee7db[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2637791 WARN  
(SUITE-TestPullReplicaErrorHandling-seed#[878CEC0BAC6E2DEA]-worker) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@471ee7db[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2637925 WARN  
(SUITE-TestPullReplicaErrorHandling-seed#[878CEC0BAC6E2DEA]-worker) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@6235b4b3[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2637925 WARN  
(SUITE-TestPullReplicaErrorHandling-seed#[878CEC0BAC6E2DEA]-worker) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@6235b4b3[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2637955 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[878CEC0BAC6E2DEA]-worker) [     ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43049/solr
   [junit4]   2> 2637956 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[878CEC0BAC6E2DEA]-worker) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2637956 INFO  (zkConnectionManagerCallback-23052-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2637956 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[878CEC0BAC6E2DEA]-worker) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2638060 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[878CEC0BAC6E2DEA]-worker) 
[n:127.0.0.1:38305_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 2638062 INFO  (zkConnectionManagerCallback-23054-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2638063 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[878CEC0BAC6E2DEA]-worker) 
[n:127.0.0.1:38305_solr     ] o.a.s.c.c.ConnectionManager Client is connected 
to ZooKeeper
   [junit4]   2> 2638077 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[878CEC0BAC6E2DEA]-worker) 
[n:127.0.0.1:38305_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 2638088 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[878CEC0BAC6E2DEA]-worker) 
[n:127.0.0.1:38305_solr     ] o.a.s.c.ZkController Publish 
node=127.0.0.1:38305_solr as DOWN
   [junit4]   2> 2638090 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[878CEC0BAC6E2DEA]-worker) 
[n:127.0.0.1:38305_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 2638090 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[878CEC0BAC6E2DEA]-worker) 
[n:127.0.0.1:38305_solr     ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:38305_solr
   [junit4]   2> 2638093 INFO  (zkCallback-23023-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2638093 INFO  (zkCallback-22999-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2638093 INFO  (zkCallback-22988-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2638094 INFO  (zkCallback-22954-thread-2) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2638094 INFO  (zkCallback-23053-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2638096 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[878CEC0BAC6E2DEA]-worker) 
[n:127.0.0.1:38305_solr     ] o.a.s.p.PackageLoader /packages.json updated to 
version -1
   [junit4]   2> 2638096 WARN  
(SUITE-TestPullReplicaErrorHandling-seed#[878CEC0BAC6E2DEA]-worker) 
[n:127.0.0.1:38305_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> 2638113 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[878CEC0BAC6E2DEA]-worker) 
[n:127.0.0.1:38305_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.TestPullReplicaErrorHandling_878CEC0BAC6E2DEA-001/tempDir-001/node4
   [junit4]   2> 2638122 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[878CEC0BAC6E2DEA]-worker) [     ] 
o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=4
   [junit4]   2> 2638122 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[878CEC0BAC6E2DEA]-worker) [     ] 
o.a.s.c.TestPullReplicaErrorHandling Adding proxy for URL: 
http://127.0.0.1:34809/solr. Proxy: http://127.0.0.1:38305/solr
   [junit4]   2> 2638122 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[878CEC0BAC6E2DEA]-worker) [     ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=266417841
   [junit4]   2> 2638122 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[878CEC0BAC6E2DEA]-worker) [     ] 
o.a.s.c.ZkController Remove node as live in 
ZooKeeper:/live_nodes/127.0.0.1:42001_solr
   [junit4]   2> 2638123 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[878CEC0BAC6E2DEA]-worker) [     ] 
o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 2638123 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[878CEC0BAC6E2DEA]-worker) [     ] 
o.a.s.c.ZkController Publish node=127.0.0.1:42001_solr as DOWN
   [junit4]   2> 2638127 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[878CEC0BAC6E2DEA]-worker) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node 
tag=null
   [junit4]   2> 2638127 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[878CEC0BAC6E2DEA]-worker) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm 
tag=null
   [junit4]   2> 2638127 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[878CEC0BAC6E2DEA]-worker) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty 
tag=null
   [junit4]   2> 2638127 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[878CEC0BAC6E2DEA]-worker) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster 
tag=null
   [junit4]   2> 2638129 INFO  (closeThreadPool-23065-thread-1) [     ] 
o.a.s.c.Overseer Overseer 
(id=72460589836009483-127.0.0.1:42001_solr-n_0000000002) closing
   [junit4]   2> 2638129 INFO  
(OverseerStateUpdate-72460589836009483-127.0.0.1:42001_solr-n_0000000002) 
[n:127.0.0.1:42001_solr     ] o.a.s.c.Overseer Overseer Loop exiting : 
127.0.0.1:42001_solr
   [junit4]   2> 2638129 INFO  
(OverseerAutoScalingTriggerThread-72460589836009483-127.0.0.1:42001_solr-n_0000000002)
 [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we 
are closed, exiting.
   [junit4]   2> 2638134 WARN  
(jetty-launcher-22907-thread-2-SendThread(127.0.0.1:43049)) [     ] 
o.a.z.ClientCnxn An exception was thrown while closing send thread for session 
0x1016e85c564000b.
   [junit4]   2>           => EndOfStreamException: Unable to read additional 
data from server sessionid 0x1016e85c564000b, 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 0x1016e85c564000b, 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> 2638135 INFO  (zkCallback-23023-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 2638135 INFO  (zkCallback-22988-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 2638135 INFO  (closeThreadPool-23065-thread-2) [     ] 
o.a.s.c.Overseer Overseer 
(id=72460589836009483-127.0.0.1:42001_solr-n_0000000002) closing
   [junit4]   2> 2638135 INFO  (zkCallback-23053-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 2638135 INFO  (zkCallback-22999-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 2638135 INFO  (zkCallback-22988-thread-2) [     ] 
o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:41127_solr
   [junit4]   2> 2638137 INFO  (zkCallback-22988-thread-2) 
[n:127.0.0.1:41127_solr     ] o.a.s.c.Overseer Overseer 
(id=72460589836009486-127.0.0.1:41127_solr-n_0000000003) starting
   [junit4]   2> 2638144 INFO  
(OverseerStateUpdate-72460589836009486-127.0.0.1:41127_solr-n_0000000003) 
[n:127.0.0.1:41127_solr     ] o.a.s.c.Overseer Starting to work on the main 
queue : 127.0.0.1:41127_solr
   [junit4]   2> 2638235 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[878CEC0BAC6E2DEA]-worker) [     ] 
o.a.s.c.Overseer Overseer 
(id=72460589836009483-127.0.0.1:42001_solr-n_0000000002) closing
   [junit4]   2> 2638238 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[878CEC0BAC6E2DEA]-worker) [     ] 
o.e.j.s.AbstractConnector Stopped ServerConnector@330afa63{HTTP/1.1, (http/1.1, 
h2c)}{127.0.0.1:0}
   [junit4]   2> 2638239 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[878CEC0BAC6E2DEA]-worker) [     ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@1b2621a2{/solr,null,STOPPED}
   [junit4]   2> 2638239 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[878CEC0BAC6E2DEA]-worker) [     ] 
o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 2638239 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[878CEC0BAC6E2DEA]-worker) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 2638239 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[878CEC0BAC6E2DEA]-worker) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 2638239 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[878CEC0BAC6E2DEA]-worker) [     ] 
o.e.j.s.Server jetty-9.4.32.v20200930; built: 2020-09-30T16:16:37.804Z; git: 
de97d26f7bd222a0e16831e353d702a7a422f711; jvm 1.8.0_252-b09
   [junit4]   2> 2638241 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[878CEC0BAC6E2DEA]-worker) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2638241 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[878CEC0BAC6E2DEA]-worker) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2638241 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[878CEC0BAC6E2DEA]-worker) [     ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 2638241 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[878CEC0BAC6E2DEA]-worker) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@2e7ae865{/solr,null,AVAILABLE}
   [junit4]   2> 2638241 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[878CEC0BAC6E2DEA]-worker) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@4740e52{HTTP/1.1, (http/1.1, 
h2c)}{127.0.0.1:45869}
   [junit4]   2> 2638241 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[878CEC0BAC6E2DEA]-worker) [     ] 
o.e.j.s.Server Started @2638268ms
   [junit4]   2> 2638241 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[878CEC0BAC6E2DEA]-worker) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=40865}
   [junit4]   2> 2638242 ERROR 
(SUITE-TestPullReplicaErrorHandling-seed#[878CEC0BAC6E2DEA]-worker) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2638242 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[878CEC0BAC6E2DEA]-worker) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2638242 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[878CEC0BAC6E2DEA]-worker) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.8.0
   [junit4]   2> 2638242 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[878CEC0BAC6E2DEA]-worker) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2638242 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[878CEC0BAC6E2DEA]-worker) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr
   [junit4]   2> 2638242 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[878CEC0BAC6E2DEA]-worker) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2020-11-11T13:59:45.685Z
   [junit4]   2> 2638243 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[878CEC0BAC6E2DEA]-worker) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2638246 INFO  (zkConnectionManagerCallback-23071-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2638246 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[878CEC0BAC6E2DEA]-worker) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2638246 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[878CEC0BAC6E2DEA]-worker) [     ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2638251 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[878CEC0BAC6E2DEA]-worker) [     ] 
o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 2638252 WARN  
(SUITE-TestPullReplicaErrorHandling-seed#[878CEC0BAC6E2DEA]-worker-SendThread(127.0.0.1:43049))
 [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for 
session 0x1016e85c5640016.
   [junit4]   2>           => EndOfStreamException: Unable to read additional 
data from server sessionid 0x1016e85c5640016, 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 0x1016e85c5640016, 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> 2639370 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[878CEC0BAC6E2DEA]-worker) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 2639549 WARN  
(SUITE-TestPullReplicaErrorHandling-seed#[878CEC0BAC6E2DEA]-worker) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@2f6347df[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2639549 WARN  
(SUITE-TestPullReplicaErrorHandling-seed#[878CEC0BAC6E2DEA]-worker) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@2f6347df[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2639553 WARN  
(SUITE-TestPullReplicaErrorHandling-seed#[878CEC0BAC6E2DEA]-wor

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

ic reporters for registry=solr.cluster tag=null
   [junit4]   2> 2667090 INFO  (closeThreadPool-23196-thread-1) [     ] 
o.a.s.c.Overseer Overseer 
(id=72460589836009490-127.0.0.1:37901_solr-n_0000000004) closing
   [junit4]   2> 2667091 INFO  (closeThreadPool-23196-thread-2) [     ] 
o.a.s.c.Overseer Overseer 
(id=72460589836009490-127.0.0.1:37901_solr-n_0000000004) closing
   [junit4]   2> 2667093 INFO  (jetty-closer-23175-thread-1) [     ] 
o.a.s.c.Overseer Overseer 
(id=72460589836009490-127.0.0.1:37901_solr-n_0000000004) closing
   [junit4]   2> 2667095 INFO  (jetty-closer-23175-thread-1) [     ] 
o.e.j.s.AbstractConnector Stopped ServerConnector@7f8023f7{HTTP/1.1, (http/1.1, 
h2c)}{127.0.0.1:0}
   [junit4]   2> 2667096 INFO  (jetty-closer-23175-thread-1) [     ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@631a6a27{/solr,null,STOPPED}
   [junit4]   2> 2667096 INFO  (jetty-closer-23175-thread-1) [     ] 
o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 2667097 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[878CEC0BAC6E2DEA]-worker) [     ] 
o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 2667199 WARN  
(SUITE-TestPullReplicaErrorHandling-seed#[878CEC0BAC6E2DEA]-worker-SendThread(127.0.0.1:43049))
 [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for 
session 0x1016e85c5640001.
   [junit4]   2>           => EndOfStreamException: Unable to read additional 
data from server sessionid 0x1016e85c5640001, 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 0x1016e85c5640001, 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> 2667301 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/configs/conf
   [junit4]   2>        9       /solr/clusterprops.json
   [junit4]   2>        8       /solr/packages.json
   [junit4]   2>        6       
/solr/collections/pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper/terms/shard1
   [junit4]   2>        5       
/solr/collections/pull_replica_error_handling_test_cant_connect_to_leader/terms/shard1
   [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_pull_replica_disconnects_from_zoo_keeper/state.json
   [junit4]   2>        3       
/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>        64      
/solr/collections/pull_replica_error_handling_test_close_hooks_deleted_on_reconnect/state.json
   [junit4]   2>        34      
/solr/collections/pull_replica_error_handling_test_cant_connect_to_leader/state.json
   [junit4]   2>        33      
/solr/collections/pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper/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/72460589836009499-127.0.0.1:42557_solr-n_0000000007
   [junit4]   2>        2       
/solr/overseer_elect/election/72460589836009493-127.0.0.1:38305_solr-n_0000000005
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        95      /solr/overseer/queue
   [junit4]   2>        88      /solr/live_nodes
   [junit4]   2>        47      /solr/collections
   [junit4]   2>        28      /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> 2667306 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[878CEC0BAC6E2DEA]-worker) [     ] 
o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:43049
   [junit4]   2> 2667306 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[878CEC0BAC6E2DEA]-worker) [     ] 
o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:43049
   [junit4]   2> 2667306 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[878CEC0BAC6E2DEA]-worker) [     ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1 43049
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.TestPullReplicaErrorHandling_878CEC0BAC6E2DEA-001
   [junit4]   2> Nov 11, 2020 2:00:14 PM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene87): 
{_root_=Lucene84, fieldName_s=FST50, id=PostingsFormat(name=MockRandom)}, 
docValues:{_version_=DocValuesFormat(name=Lucene80)}, maxPointsInLeafNode=1830, 
maxMBSortInHeap=5.743693142143693, 
sim=Asserting(RandomSimilarity(queryNorm=true): {}), locale=it, 
timezone=Etc/GMT+1
   [junit4]   2> NOTE: Linux 4.15.0-112-generic amd64/Oracle Corporation 
1.8.0_252 (64-bit)/cpus=4,threads=1,free=243011520,total=526909440
   [junit4]   2> NOTE: All tests run in this JVM: 
[TestSubQueryTransformerCrossCore, OverriddenZkACLAndCredentialsProvidersTest, 
PKIAuthenticationIntegrationTest, TestHashPartitioner, TestValueSourceCache, 
TestCollectionAPIs, CreateCollectionCleanupTest, TestLuceneMatchVersion, 
SolrMetricsIntegrationTest, TestReloadAndDeleteDocs, TestDocSet, 
AnalysisAfterCoreReloadTest, TestSafeXMLParsing, TestExactStatsCache, 
TestReplicationHandler, RootFieldTest, XMLAtomicUpdateMultivalueTest, 
ReplaceNodeTest, NumberUtilsTest, TestBinaryResponseWriter, OverseerTest, 
BasicZkTest, DistanceFunctionTest, TestTestInjection, RangeFacetCloudTest, 
SearchRateTriggerTest, AddSchemaFieldsUpdateProcessorFactoryTest, 
HttpSolrCallGetCoreTest, DateMathParserTest, TestPostingsSolrHighlighter, 
DirectUpdateHandlerTest, TestDynamicFieldResource, TestSchemaField, 
DistributedQueryComponentCustomSortTest, TaggerTest, MBeansHandlerTest, 
CloneFieldUpdateProcessorFactoryTest, TestSimpleTrackingShardHandler, 
BlockDirectoryTest, TestSchemaVersionResource, BasicAuthIntegrationTest, 
CoreAdminRequestStatusTest, ZkNodePropsTest, TestLuceneIndexBackCompat, 
TestInfoStreamLogging, ShardRoutingCustomTest, 
ChaosMonkeySafeLeaderWithPullReplicasTest, JavaBinAtomicUpdateMultivalueTest, 
ScheduledMaintenanceTriggerTest, TestJettySolrRunner, TestHdfsUpdateLog, 
BlockJoinFacetSimpleTest, LeaderFailureAfterFreshStartTest, 
TestHttpServletCarrier, OverseerSolrResponseTest, BooleanFieldTest, 
SplitHandlerTest, PathHierarchyTokenizerFactoryTest, TestRebalanceLeaders, 
TestXIncludeConfig, CustomHighlightComponentTest, TestSimExtremeIndexing, 
TestMacroExpander, TestAnalyzedSuggestions, TestSimUtils, ZkStateWriterTest, 
TestComplexPhraseLeadingWildcard, TestCloudDeleteByQuery, TestJsonRequest, 
TestMergePolicyConfig, ZookeeperReadAPITest, 
VMParamsZkACLAndCredentialsProvidersTest, NodeLostTriggerIntegrationTest, 
TestConfigOverlay, TestDistributedMap, HdfsRecoverLeaseTest, 
MetricsDisabledCloudTest, DistributedExpandComponentTest, TestTextField, 
TestFunctionQuery, CdcrVersionReplicationTest, TransactionLogTest, 
OpenExchangeRatesOrgProviderTest, CollectionsAPIDistributedZkTest, 
SolrTestCaseJ4Test, TestRestoreCore, QueryEqualityTest, 
TestSimComputePlanAction, MultiThreadedOCPTest, 
ByteBuffersDirectoryFactoryTest, TriggerEventQueueTest, PrimitiveFieldTypeTest, 
DateFieldTest, AddBlockUpdateTest, SolrLogPostToolTest, 
TestGraphMLResponseWriter, TestCollectionAPI, 
TestTolerantUpdateProcessorRandomCloud, TestNamedUpdateProcessors, 
ExplicitHLLTest, ZkDynamicConfigTest, TestMinHashQParser, 
TestIBSimilarityFactory, TestChildDocTransformer, 
DistributedFacetPivotSmallAdvancedTest, SyncSliceTest, SolrIndexMetricsTest, 
OutputWriterTest, UninvertDocValuesMergePolicyTest, 
CategoryRoutedAliasUpdateProcessorTest, DirectoryFactoriesTest, 
TestFieldTypeResource, MetricTriggerIntegrationTest, ClusterStateMockUtilTest, 
ResourceLoaderTest, DisMaxRequestHandlerTest, DistributedIntervalFacetingTest, 
EchoParamsTest, MinimalSchemaTest, TestDistributedMissingSort, 
TestHighlightDedupGrouping, TestJoin, TestRandomDVFaceting, TestRandomFaceting, 
TestSolrCoreProperties, TestTolerantSearch, TestTrie, 
ProtectedTermFilterFactoryTest, TestCharFilters, TestDeprecatedFilters, 
AliasIntegrationTest, AssignBackwardCompatibilityTest, BasicDistributedZk2Test, 
BasicDistributedZkTest, CleanupOldIndexTest, CloudExitableDirectoryReaderTest, 
ClusterStateTest, ClusterStateUpdateTest, CollectionPropsTest, 
CollectionStateFormat2Test, CollectionsAPISolrJTest, 
FullSolrCloudDistribCmdsTest, HttpPartitionWithTlogReplicasTest, 
MultiSolrCloudTestCaseTest, NestedShardedAtomicUpdateTest, 
OverseerModifyCollectionTest, OverseerTaskQueueTest, RestartWhileUpdatingTest, 
TestCloudPseudoReturnFields, TestCloudRecovery, TestCloudSearcherWarming, 
TestOnReconnectListenerSupport, TestPullReplica, TestPullReplicaErrorHandling]
   [junit4] Completed [534/921 (1!)] on J0 in 37.24s, 4 tests, 1 error <<< 
FAILURES!

[...truncated 51938 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to