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

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

Error Message:
expected:<5> but was:<3>

Stack Trace:
java.lang.AssertionError: expected:<5> but was:<3>
        at 
__randomizedtesting.SeedInfo.seed([2090959FE57C0BF1:515711FCA37F8545]:0)
        at org.junit.Assert.fail(Assert.java:89)
        at org.junit.Assert.failNotEquals(Assert.java:835)
        at org.junit.Assert.assertEquals(Assert.java:647)
        at org.junit.Assert.assertEquals(Assert.java:633)
        at 
org.apache.solr.cloud.TestPullReplicaErrorHandling.testCloseHooksDeletedOnReconnect(TestPullReplicaErrorHandling.java:261)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at org.junit.rules.RunRules.evaluate(RunRules.java:20)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at org.junit.rules.RunRules.evaluate(RunRules.java:20)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at org.junit.rules.RunRules.evaluate(RunRules.java:20)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at org.junit.rules.RunRules.evaluate(RunRules.java:20)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)


FAILED:  
org.apache.solr.cloud.TestPullReplicaErrorHandling.testCantConnectToPullReplica

Error Message:
Error from server at http://127.0.0.1:37237/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:37237/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([2090959FE57C0BF1:28A773573ED27F7F]: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 15108 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestPullReplicaErrorHandling
   [junit4]   2> 1641311 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[2090959FE57C0BF1]-worker) [     ] 
o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to 
test-framework derived value of 
'/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/server/solr/configsets/_default/conf'
   [junit4]   2> 1641312 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[2090959FE57C0BF1]-worker) [     ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 1641312 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[2090959FE57C0BF1]-worker) [     ] 
o.a.s.SolrTestCaseJ4 Created dataDir: 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestPullReplicaErrorHandling_2090959FE57C0BF1-001/data-dir-158-001
   [junit4]   2> 1641312 WARN  
(SUITE-TestPullReplicaErrorHandling-seed#[2090959FE57C0BF1]-worker) [     ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=6 numCloses=6
   [junit4]   2> 1641312 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[2090959FE57C0BF1]-worker) [     ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 1641314 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[2090959FE57C0BF1]-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> 1641314 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[2090959FE57C0BF1]-worker) [     ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestPullReplicaErrorHandling_2090959FE57C0BF1-001/tempDir-001
   [junit4]   2> 1641314 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[2090959FE57C0BF1]-worker) [     ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1641315 INFO  (ZkTestServer Run Thread) [     ] 
o.a.s.c.ZkTestServer client port: 0.0.0.0/0.0.0.0:0
   [junit4]   2> 1641315 INFO  (ZkTestServer Run Thread) [     ] 
o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1641315 WARN  (ZkTestServer Run Thread) [     ] 
o.a.z.s.ServerCnxnFactory maxCnxns is not configured, using default value 0.
   [junit4]   2> 1641415 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[2090959FE57C0BF1]-worker) [     ] 
o.a.s.c.ZkTestServer start zk server on port: 41671
   [junit4]   2> 1641415 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[2090959FE57C0BF1]-worker) [     ] 
o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:41671
   [junit4]   2> 1641415 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[2090959FE57C0BF1]-worker) [     ] 
o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:41671
   [junit4]   2> 1641415 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[2090959FE57C0BF1]-worker) [     ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1 41671
   [junit4]   2> 1641416 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[2090959FE57C0BF1]-worker) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1641420 INFO  (zkConnectionManagerCallback-15080-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1641420 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[2090959FE57C0BF1]-worker) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1641430 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[2090959FE57C0BF1]-worker) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1641433 INFO  (zkConnectionManagerCallback-15082-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1641433 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[2090959FE57C0BF1]-worker) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1641434 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[2090959FE57C0BF1]-worker) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1641436 INFO  (zkConnectionManagerCallback-15084-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1641436 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[2090959FE57C0BF1]-worker) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1641550 INFO  (jetty-launcher-15085-thread-1) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1641550 INFO  (jetty-launcher-15085-thread-1) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1641550 INFO  (jetty-launcher-15085-thread-1) [     ] 
o.e.j.s.Server jetty-9.4.34.v20201102; built: 2020-11-02T14:15:39.302Z; git: 
e46af88704a893fc12cb0e3bf46e2c7b48a009e7; jvm 1.8.0_252-b09
   [junit4]   2> 1641557 INFO  (jetty-launcher-15085-thread-2) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1641557 INFO  (jetty-launcher-15085-thread-2) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1641557 INFO  (jetty-launcher-15085-thread-2) [     ] 
o.e.j.s.Server jetty-9.4.34.v20201102; built: 2020-11-02T14:15:39.302Z; git: 
e46af88704a893fc12cb0e3bf46e2c7b48a009e7; jvm 1.8.0_252-b09
   [junit4]   2> 1641565 INFO  (jetty-launcher-15085-thread-3) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1641565 INFO  (jetty-launcher-15085-thread-3) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1641565 INFO  (jetty-launcher-15085-thread-3) [     ] 
o.e.j.s.Server jetty-9.4.34.v20201102; built: 2020-11-02T14:15:39.302Z; git: 
e46af88704a893fc12cb0e3bf46e2c7b48a009e7; jvm 1.8.0_252-b09
   [junit4]   2> 1641571 INFO  (jetty-launcher-15085-thread-4) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1641571 INFO  (jetty-launcher-15085-thread-4) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1641571 INFO  (jetty-launcher-15085-thread-4) [     ] 
o.e.j.s.Server jetty-9.4.34.v20201102; built: 2020-11-02T14:15:39.302Z; git: 
e46af88704a893fc12cb0e3bf46e2c7b48a009e7; jvm 1.8.0_252-b09
   [junit4]   2> 1641593 INFO  (jetty-launcher-15085-thread-4) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1641593 INFO  (jetty-launcher-15085-thread-4) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1641593 INFO  (jetty-launcher-15085-thread-4) [     ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1641594 INFO  (jetty-launcher-15085-thread-4) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@22972286{/solr,null,AVAILABLE}
   [junit4]   2> 1641597 INFO  (jetty-launcher-15085-thread-1) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1641597 INFO  (jetty-launcher-15085-thread-1) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1641597 INFO  (jetty-launcher-15085-thread-1) [     ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1641597 INFO  (jetty-launcher-15085-thread-1) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@25da973f{/solr,null,AVAILABLE}
   [junit4]   2> 1641598 INFO  (jetty-launcher-15085-thread-1) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@55b84fe3{HTTP/1.1, (http/1.1, 
h2c)}{127.0.0.1:37971}
   [junit4]   2> 1641598 INFO  (jetty-launcher-15085-thread-1) [     ] 
o.e.j.s.Server Started @1641638ms
   [junit4]   2> 1641598 INFO  (jetty-launcher-15085-thread-1) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=37971}
   [junit4]   2> 1641598 ERROR (jetty-launcher-15085-thread-1) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1641598 INFO  (jetty-launcher-15085-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1641598 INFO  (jetty-launcher-15085-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.8.0
   [junit4]   2> 1641598 INFO  (jetty-launcher-15085-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1641598 INFO  (jetty-launcher-15085-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 1641598 INFO  (jetty-launcher-15085-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2020-11-14T10:16:44.386Z
   [junit4]   2> 1641611 INFO  (jetty-launcher-15085-thread-3) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1641611 INFO  (jetty-launcher-15085-thread-3) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1641611 INFO  (jetty-launcher-15085-thread-4) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@2b9fdbff{HTTP/1.1, (http/1.1, 
h2c)}{127.0.0.1:42721}
   [junit4]   2> 1641612 INFO  (jetty-launcher-15085-thread-3) [     ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1641612 INFO  (jetty-launcher-15085-thread-4) [     ] 
o.e.j.s.Server Started @1641652ms
   [junit4]   2> 1641612 INFO  (jetty-launcher-15085-thread-4) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=42721}
   [junit4]   2> 1641612 ERROR (jetty-launcher-15085-thread-4) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1641612 INFO  (jetty-launcher-15085-thread-4) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1641612 INFO  (jetty-launcher-15085-thread-4) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.8.0
   [junit4]   2> 1641612 INFO  (jetty-launcher-15085-thread-4) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1641612 INFO  (jetty-launcher-15085-thread-4) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 1641612 INFO  (jetty-launcher-15085-thread-4) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2020-11-14T10:16:44.400Z
   [junit4]   2> 1641613 INFO  (jetty-launcher-15085-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1641644 INFO  (zkConnectionManagerCallback-15087-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1641645 INFO  (jetty-launcher-15085-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1641645 INFO  (jetty-launcher-15085-thread-2) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1641645 INFO  (jetty-launcher-15085-thread-2) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1641645 INFO  (jetty-launcher-15085-thread-2) [     ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1641645 INFO  (jetty-launcher-15085-thread-3) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@813f3c6{/solr,null,AVAILABLE}
   [junit4]   2> 1641646 INFO  (jetty-launcher-15085-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1641646 INFO  (jetty-launcher-15085-thread-4) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1641646 INFO  (jetty-launcher-15085-thread-2) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@2aa05eab{/solr,null,AVAILABLE}
   [junit4]   2> 1641647 INFO  (jetty-launcher-15085-thread-3) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@60583231{HTTP/1.1, (http/1.1, 
h2c)}{127.0.0.1:37513}
   [junit4]   2> 1641647 INFO  (jetty-launcher-15085-thread-2) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@36be679a{HTTP/1.1, (http/1.1, 
h2c)}{127.0.0.1:36105}
   [junit4]   2> 1641647 INFO  (jetty-launcher-15085-thread-3) [     ] 
o.e.j.s.Server Started @1641687ms
   [junit4]   2> 1641647 INFO  (jetty-launcher-15085-thread-2) [     ] 
o.e.j.s.Server Started @1641687ms
   [junit4]   2> 1641647 INFO  (jetty-launcher-15085-thread-3) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=37513}
   [junit4]   2> 1641647 INFO  (jetty-launcher-15085-thread-2) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=36105}
   [junit4]   2> 1641647 ERROR (jetty-launcher-15085-thread-3) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1641647 ERROR (jetty-launcher-15085-thread-2) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1641647 INFO  (jetty-launcher-15085-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1641647 INFO  (jetty-launcher-15085-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1641647 INFO  (jetty-launcher-15085-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.8.0
   [junit4]   2> 1641647 INFO  (jetty-launcher-15085-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.8.0
   [junit4]   2> 1641647 INFO  (jetty-launcher-15085-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1641647 INFO  (jetty-launcher-15085-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1641647 INFO  (jetty-launcher-15085-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 1641647 INFO  (jetty-launcher-15085-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 1641647 INFO  (jetty-launcher-15085-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2020-11-14T10:16:44.435Z
   [junit4]   2> 1641647 INFO  (jetty-launcher-15085-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2020-11-14T10:16:44.435Z
   [junit4]   2> 1641652 INFO  (jetty-launcher-15085-thread-1) [     ] 
o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 1641653 INFO  (jetty-launcher-15085-thread-3) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1641654 INFO  (jetty-launcher-15085-thread-2) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1641658 INFO  (zkConnectionManagerCallback-15093-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1641658 INFO  (jetty-launcher-15085-thread-3) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1641658 INFO  (zkConnectionManagerCallback-15089-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1641659 INFO  (jetty-launcher-15085-thread-4) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1641659 INFO  (zkConnectionManagerCallback-15092-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1641659 INFO  (jetty-launcher-15085-thread-2) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1641659 INFO  (jetty-launcher-15085-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1641659 INFO  (jetty-launcher-15085-thread-4) [     ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1641662 INFO  (jetty-launcher-15085-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1641665 INFO  (jetty-launcher-15085-thread-4) [     ] 
o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 1641665 INFO  (jetty-launcher-15085-thread-3) [     ] 
o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 1641665 INFO  (jetty-launcher-15085-thread-2) [     ] 
o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 1641666 WARN  
(jetty-launcher-15085-thread-4-SendThread(127.0.0.1:41671)) [     ] 
o.a.z.ClientCnxn An exception was thrown while closing send thread for session 
0x1017d2ef87d0004.
   [junit4]   2>           => EndOfStreamException: Unable to read additional 
data from server sessionid 0x1017d2ef87d0004, 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 0x1017d2ef87d0004, 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> 1641666 WARN  
(jetty-launcher-15085-thread-3-SendThread(127.0.0.1:41671)) [     ] 
o.a.z.ClientCnxn An exception was thrown while closing send thread for session 
0x1017d2ef87d0005.
   [junit4]   2>           => EndOfStreamException: Unable to read additional 
data from server sessionid 0x1017d2ef87d0005, 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 0x1017d2ef87d0005, 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> 1642301 INFO  (jetty-launcher-15085-thread-2) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1642309 WARN  (jetty-launcher-15085-thread-2) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@3ff3376b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1642309 WARN  (jetty-launcher-15085-thread-2) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@3ff3376b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1642342 WARN  (jetty-launcher-15085-thread-2) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@12840b84[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1642342 WARN  (jetty-launcher-15085-thread-2) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@12840b84[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1642344 INFO  (jetty-launcher-15085-thread-2) [     ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:41671/solr
   [junit4]   2> 1642362 INFO  (jetty-launcher-15085-thread-2) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1642374 INFO  (zkConnectionManagerCallback-15113-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1642374 INFO  (jetty-launcher-15085-thread-2) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1642494 INFO  (jetty-launcher-15085-thread-2) 
[n:127.0.0.1:36105_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 1642508 INFO  (zkConnectionManagerCallback-15115-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1642508 INFO  (jetty-launcher-15085-thread-2) 
[n:127.0.0.1:36105_solr     ] o.a.s.c.c.ConnectionManager Client is connected 
to ZooKeeper
   [junit4]   2> 1642586 INFO  (jetty-launcher-15085-thread-2) 
[n:127.0.0.1:36105_solr     ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:36105_solr
   [junit4]   2> 1642587 INFO  (jetty-launcher-15085-thread-2) 
[n:127.0.0.1:36105_solr     ] o.a.s.c.Overseer Overseer 
(id=72476709705547784-127.0.0.1:36105_solr-n_0000000000) starting
   [junit4]   2> 1642605 INFO  
(OverseerStateUpdate-72476709705547784-127.0.0.1:36105_solr-n_0000000000) 
[n:127.0.0.1:36105_solr     ] o.a.s.c.Overseer Starting to work on the main 
queue : 127.0.0.1:36105_solr
   [junit4]   2> 1642607 INFO  (jetty-launcher-15085-thread-2) 
[n:127.0.0.1:36105_solr     ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:36105_solr
   [junit4]   2> 1642619 INFO  (jetty-launcher-15085-thread-2) 
[n:127.0.0.1:36105_solr     ] o.a.s.p.PackageLoader /packages.json updated to 
version -1
   [junit4]   2> 1642620 WARN  (jetty-launcher-15085-thread-2) 
[n:127.0.0.1:36105_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> 1642630 INFO  (zkCallback-15114-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1642655 INFO  (jetty-launcher-15085-thread-2) 
[n:127.0.0.1:36105_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestPullReplicaErrorHandling_2090959FE57C0BF1-001/tempDir-001/node2
   [junit4]   2> 1642749 INFO  (jetty-launcher-15085-thread-1) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1642750 WARN  (jetty-launcher-15085-thread-1) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@6f7fd5e2[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1642752 WARN  (jetty-launcher-15085-thread-1) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@6f7fd5e2[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1642755 WARN  (jetty-launcher-15085-thread-1) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@575a93f3[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1642755 WARN  (jetty-launcher-15085-thread-1) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@575a93f3[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1642757 INFO  (jetty-launcher-15085-thread-1) [     ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:41671/solr
   [junit4]   2> 1642764 INFO  (jetty-launcher-15085-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1642768 INFO  (zkConnectionManagerCallback-15133-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1642768 INFO  (jetty-launcher-15085-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1642902 INFO  (jetty-launcher-15085-thread-1) 
[n:127.0.0.1:37971_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 1642927 INFO  (zkConnectionManagerCallback-15135-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1642934 INFO  (jetty-launcher-15085-thread-1) 
[n:127.0.0.1:37971_solr     ] o.a.s.c.c.ConnectionManager Client is connected 
to ZooKeeper
   [junit4]   2> 1642939 INFO  (jetty-launcher-15085-thread-1) 
[n:127.0.0.1:37971_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 1642942 INFO  (jetty-launcher-15085-thread-1) 
[n:127.0.0.1:37971_solr     ] o.a.s.c.ZkController Publish 
node=127.0.0.1:37971_solr as DOWN
   [junit4]   2> 1642942 INFO  (jetty-launcher-15085-thread-1) 
[n:127.0.0.1:37971_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 1642943 INFO  (jetty-launcher-15085-thread-1) 
[n:127.0.0.1:37971_solr     ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:37971_solr
   [junit4]   2> 1642943 INFO  (zkCallback-15114-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1642944 INFO  (jetty-launcher-15085-thread-1) 
[n:127.0.0.1:37971_solr     ] o.a.s.p.PackageLoader /packages.json updated to 
version -1
   [junit4]   2> 1642945 WARN  (jetty-launcher-15085-thread-1) 
[n:127.0.0.1:37971_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> 1642951 INFO  (zkCallback-15134-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1642975 INFO  (jetty-launcher-15085-thread-1) 
[n:127.0.0.1:37971_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestPullReplicaErrorHandling_2090959FE57C0BF1-001/tempDir-001/node1
   [junit4]   2> 1642987 INFO  (jetty-launcher-15085-thread-4) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1643010 WARN  (jetty-launcher-15085-thread-4) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@343c87cc[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1643011 WARN  (jetty-launcher-15085-thread-4) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@343c87cc[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1643044 WARN  (jetty-launcher-15085-thread-4) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@565ef547[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1643044 WARN  (jetty-launcher-15085-thread-4) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@565ef547[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1643045 INFO  (jetty-launcher-15085-thread-4) [     ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:41671/solr
   [junit4]   2> 1643058 INFO  (jetty-launcher-15085-thread-4) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1643080 INFO  (zkConnectionManagerCallback-15149-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1643080 INFO  (jetty-launcher-15085-thread-4) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1643202 INFO  (jetty-launcher-15085-thread-4) 
[n:127.0.0.1:42721_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 1643217 INFO  (zkConnectionManagerCallback-15151-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1643217 INFO  (jetty-launcher-15085-thread-4) 
[n:127.0.0.1:42721_solr     ] o.a.s.c.c.ConnectionManager Client is connected 
to ZooKeeper
   [junit4]   2> 1643221 INFO  (jetty-launcher-15085-thread-4) 
[n:127.0.0.1:42721_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 1643224 INFO  (jetty-launcher-15085-thread-4) 
[n:127.0.0.1:42721_solr     ] o.a.s.c.ZkController Publish 
node=127.0.0.1:42721_solr as DOWN
   [junit4]   2> 1643225 INFO  (jetty-launcher-15085-thread-4) 
[n:127.0.0.1:42721_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 1643225 INFO  (jetty-launcher-15085-thread-4) 
[n:127.0.0.1:42721_solr     ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:42721_solr
   [junit4]   2> 1643226 INFO  (zkCallback-15114-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1643226 INFO  (jetty-launcher-15085-thread-4) 
[n:127.0.0.1:42721_solr     ] o.a.s.p.PackageLoader /packages.json updated to 
version -1
   [junit4]   2> 1643227 WARN  (jetty-launcher-15085-thread-4) 
[n:127.0.0.1:42721_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> 1643237 INFO  (jetty-launcher-15085-thread-4) 
[n:127.0.0.1:42721_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestPullReplicaErrorHandling_2090959FE57C0BF1-001/tempDir-001/node4
   [junit4]   2> 1643242 INFO  (zkCallback-15150-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1643242 INFO  (zkCallback-15134-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1645775 INFO  (jetty-launcher-15085-thread-3) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1645776 WARN  (jetty-launcher-15085-thread-3) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@18b34d1b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1645777 WARN  (jetty-launcher-15085-thread-3) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@18b34d1b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1645779 WARN  (jetty-launcher-15085-thread-3) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@6473ef[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1645779 WARN  (jetty-launcher-15085-thread-3) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@6473ef[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1645781 INFO  (jetty-launcher-15085-thread-3) [     ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:41671/solr
   [junit4]   2> 1645781 INFO  (jetty-launcher-15085-thread-3) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1645782 INFO  (zkConnectionManagerCallback-15165-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1645782 INFO  (jetty-launcher-15085-thread-3) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1645886 INFO  (jetty-launcher-15085-thread-3) 
[n:127.0.0.1:37513_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 1645886 INFO  (zkConnectionManagerCallback-15167-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1645887 INFO  (jetty-launcher-15085-thread-3) 
[n:127.0.0.1:37513_solr     ] o.a.s.c.c.ConnectionManager Client is connected 
to ZooKeeper
   [junit4]   2> 1645894 INFO  (jetty-launcher-15085-thread-3) 
[n:127.0.0.1:37513_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 1645902 INFO  (jetty-launcher-15085-thread-3) 
[n:127.0.0.1:37513_solr     ] o.a.s.c.ZkController Publish 
node=127.0.0.1:37513_solr as DOWN
   [junit4]   2> 1645904 INFO  (jetty-launcher-15085-thread-3) 
[n:127.0.0.1:37513_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 1645904 INFO  (jetty-launcher-15085-thread-3) 
[n:127.0.0.1:37513_solr     ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:37513_solr
   [junit4]   2> 1645906 INFO  (zkCallback-15150-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1645906 INFO  (zkCallback-15134-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1645906 INFO  (zkCallback-15114-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1645907 INFO  (zkCallback-15166-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1645908 INFO  (jetty-launcher-15085-thread-3) 
[n:127.0.0.1:37513_solr     ] o.a.s.p.PackageLoader /packages.json updated to 
version -1
   [junit4]   2> 1645909 WARN  (jetty-launcher-15085-thread-3) 
[n:127.0.0.1:37513_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> 1645929 INFO  (jetty-launcher-15085-thread-3) 
[n:127.0.0.1:37513_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestPullReplicaErrorHandling_2090959FE57C0BF1-001/tempDir-001/node3
   [junit4]   2> 1645940 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[2090959FE57C0BF1]-worker) [     ] 
o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=4
   [junit4]   2> 1645941 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[2090959FE57C0BF1]-worker) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1645942 INFO  (zkConnectionManagerCallback-15178-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1645942 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[2090959FE57C0BF1]-worker) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1645944 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[2090959FE57C0BF1]-worker) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 1645945 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[2090959FE57C0BF1]-worker) [     ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:41671/solr ready
   [junit4]   2> 1645949 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[2090959FE57C0BF1]-worker) [     ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=2038775875
   [junit4]   2> 1645949 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[2090959FE57C0BF1]-worker) [     ] 
o.a.s.c.ZkController Remove node as live in 
ZooKeeper:/live_nodes/127.0.0.1:36105_solr
   [junit4]   2> 1645949 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[2090959FE57C0BF1]-worker) [     ] 
o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 1645949 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[2090959FE57C0BF1]-worker) [     ] 
o.a.s.c.ZkController Publish node=127.0.0.1:36105_solr as DOWN
   [junit4]   2> 1645952 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[2090959FE57C0BF1]-worker) [     ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 1645952 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[2090959FE57C0BF1]-worker) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node 
tag=null
   [junit4]   2> 1645952 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[2090959FE57C0BF1]-worker) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm 
tag=null
   [junit4]   2> 1645952 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[2090959FE57C0BF1]-worker) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty 
tag=null
   [junit4]   2> 1645952 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[2090959FE57C0BF1]-worker) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster 
tag=null
   [junit4]   2> 1645952 INFO  (closeThreadPool-15183-thread-2) [     ] 
o.a.s.c.Overseer Overseer 
(id=72476709705547784-127.0.0.1:36105_solr-n_0000000000) closing
   [junit4]   2> 1645955 INFO  
(OverseerStateUpdate-72476709705547784-127.0.0.1:36105_solr-n_0000000000) 
[n:127.0.0.1:36105_solr     ] o.a.s.c.Overseer Overseer Loop exiting : 
127.0.0.1:36105_solr
   [junit4]   2> 1645955 INFO  
(OverseerAutoScalingTriggerThread-72476709705547784-127.0.0.1:36105_solr-n_0000000000)
 [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we 
are closed, exiting.
   [junit4]   2> 1645956 WARN  
(jetty-launcher-15085-thread-2-SendThread(127.0.0.1:41671)) [     ] 
o.a.z.ClientCnxn An exception was thrown while closing send thread for session 
0x1017d2ef87d0008.
   [junit4]   2>           => EndOfStreamException: Unable to read additional 
data from server sessionid 0x1017d2ef87d0008, 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 0x1017d2ef87d0008, 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> 1645958 INFO  (zkCallback-15150-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1645958 INFO  (zkCallback-15166-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1645958 INFO  (zkCallback-15134-thread-1) [     ] 
o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:37971_solr
   [junit4]   2> 1645958 INFO  (zkCallback-15177-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1645958 INFO  (zkCallback-15134-thread-2) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1645958 INFO  (closeThreadPool-15183-thread-1) [     ] 
o.a.s.c.Overseer Overseer 
(id=72476709705547784-127.0.0.1:36105_solr-n_0000000000) closing
   [junit4]   2> 1646057 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[2090959FE57C0BF1]-worker) [     ] 
o.a.s.c.Overseer Overseer 
(id=72476709705547784-127.0.0.1:36105_solr-n_0000000000) closing
   [junit4]   2> 1646059 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[2090959FE57C0BF1]-worker) [     ] 
o.e.j.s.AbstractConnector Stopped ServerConnector@36be679a{HTTP/1.1, (http/1.1, 
h2c)}{127.0.0.1:0}
   [junit4]   2> 1646060 INFO  (zkCallback-15134-thread-1) 
[n:127.0.0.1:37971_solr     ] o.a.s.c.Overseer Overseer 
(id=72476709705547786-127.0.0.1:37971_solr-n_0000000001) starting
   [junit4]   2> 1646060 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[2090959FE57C0BF1]-worker) [     ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@2aa05eab{/solr,null,STOPPED}
   [junit4]   2> 1646060 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[2090959FE57C0BF1]-worker) [     ] 
o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1646060 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[2090959FE57C0BF1]-worker) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1646061 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[2090959FE57C0BF1]-worker) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1646061 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[2090959FE57C0BF1]-worker) [     ] 
o.e.j.s.Server jetty-9.4.34.v20201102; built: 2020-11-02T14:15:39.302Z; git: 
e46af88704a893fc12cb0e3bf46e2c7b48a009e7; jvm 1.8.0_252-b09
   [junit4]   2> 1646062 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[2090959FE57C0BF1]-worker) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1646062 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[2090959FE57C0BF1]-worker) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1646062 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[2090959FE57C0BF1]-worker) [     ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1646062 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[2090959FE57C0BF1]-worker) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@233eca54{/solr,null,AVAILABLE}
   [junit4]   2> 1646063 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[2090959FE57C0BF1]-worker) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@5c4e98de{HTTP/1.1, (http/1.1, 
h2c)}{127.0.0.1:40889}
   [junit4]   2> 1646063 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[2090959FE57C0BF1]-worker) [     ] 
o.e.j.s.Server Started @1646103ms
   [junit4]   2> 1646063 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[2090959FE57C0BF1]-worker) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=37237}
   [junit4]   2> 1646063 ERROR 
(SUITE-TestPullReplicaErrorHandling-seed#[2090959FE57C0BF1]-worker) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1646063 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[2090959FE57C0BF1]-worker) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1646063 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[2090959FE57C0BF1]-worker) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.8.0
   [junit4]   2> 1646063 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[2090959FE57C0BF1]-worker) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1646063 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[2090959FE57C0BF1]-worker) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 1646063 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[2090959FE57C0BF1]-worker) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2020-11-14T10:16:48.851Z
   [junit4]   2> 1646064 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[2090959FE57C0BF1]-worker) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1646065 INFO  
(OverseerStateUpdate-72476709705547786-127.0.0.1:37971_solr-n_0000000001) 
[n:127.0.0.1:37971_solr     ] o.a.s.c.Overseer Starting to work on the main 
queue : 127.0.0.1:37971_solr
   [junit4]   2> 1646066 INFO  (zkConnectionManagerCallback-15185-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1646066 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[2090959FE57C0BF1]-worker) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1646066 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[2090959FE57C0BF1]-worker) [     ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1646073 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[2090959FE57C0BF1]-worker) [     ] 
o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 1646074 WARN  
(SUITE-TestPullReplicaErrorHandling-seed#[2090959FE57C0BF1]-worker-SendThread(127.0.0.1:41671))
 [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for 
session 0x1017d2ef87d0010.
   [junit4]   2>           => EndOfStreamException: Unable to read additional 
data from server sessionid 0x1017d2ef87d0010, 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 0x1017d2ef87d0010, 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> 1646569 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[2090959FE57C0BF1]-worker) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1646570 WARN  
(SUITE-TestPullReplicaErrorHandling-seed#[2090959FE57C0BF1]-worker) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@3924413[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1646570 WARN  
(SUITE-TestPullReplicaErrorHandling-seed#[2090959FE57C0BF1]-worker) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@3924413[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1646573 WARN  
(SUITE-TestPullReplicaErrorHandling-seed#[2090959FE57C0BF1]-worker) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@7d07988c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1646573 WARN  
(SUITE-TestPullReplicaErrorHandling-seed#[2090959FE57C0BF1]-worker) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@7d07988c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1646574 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[2090959FE57C0BF1]-worker) [     ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:41671/solr
   [junit4]   2> 1646578 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[2090959FE57C0BF1]-worker) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1646579 INFO  (zkConnectionManagerCallback-15200-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1646579 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[2090959FE57C0BF1]-worker) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1646814 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[2090959FE57C0BF1]-worker) 
[n:127.0.0.1:37237_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 1646817 INFO  (zkConnectionManagerCallback-15202-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1646817 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[2090959FE57C0BF1]-worker) 
[n:127.0.0.1:37237_solr     ] o.a.s.c.c.ConnectionManager Client is connected 
to ZooKeeper
   [junit4]   2> 1646839 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[2090959FE57C0BF1]-worker) 
[n:127.0.0.1:37237_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 1646850 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[2090959FE57C0BF1]-worker) 
[n:127.0.0.1:37237_solr     ] o.a.s.c.ZkController Publish 
node=127.0.0.1:37237_solr as DOWN
   [junit4]   2> 1646852 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[2090959FE57C0BF1]-worker) 
[n:127.0.0.1:37237_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 1646852 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[2090959FE57C0BF1]-worker) 
[n:127.0.0.1:37237_solr     ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:37237_solr
   [junit4]   2> 1646854 INFO  (zkCallback-15166-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1646854 INFO  (zkCallback-15177-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1646854 INFO  (zkCallback-15134-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1646854 INFO  (zkCallback-15150-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1646858 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[2090959FE57C0BF1]-worker) 
[n:127.0.0.1:37237_solr     ] o.a.s.p.PackageLoader /packages.json updated to 
version -1
   [junit4]   2> 1646858 WARN  
(SUITE-TestPullReplicaErrorHandling-seed#[2090959FE57C0BF1]-worker) 
[n:127.0.0.1:37237_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> 1646861 INFO  (zkCallback-15201-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1646875 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[2090959FE57C0BF1]-worker) 
[n:127.0.0.1:37237_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestPullReplicaErrorHandling_2090959FE57C0BF1-001/tempDir-001/node2
   [junit4]   2> 1646885 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[2090959FE57C0BF1]-worker) [     ] 
o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=4
   [junit4]   2> 1646886 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[2090959FE57C0BF1]-worker) [     ] 
o.a.s.c.TestPullReplicaErrorHandling Adding proxy for URL: 
http://127.0.0.1:40889/solr. Proxy: http://127.0.0.1:37237/solr
   [junit4]   2> 1646886 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[2090959FE57C0BF1]-worker) [     ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=420465441
   [junit4]   2> 1646886 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[2090959FE57C0BF1]-worker) [     ] 
o.a.s.c.ZkController Remove node as live in 
ZooKeeper:/live_nodes/127.0.0.1:37971_solr
   [junit4]   2> 1646891 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[2090959FE57C0BF1]-worker) [     ] 
o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 1646891 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[2090959FE57C0BF1]-worker) [     ] 
o.a.s.c.ZkController Publish node=127.0.0.1:37971_solr as DOWN
   [junit4]   2> 1646899 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[2090959FE57C0BF1]-worker) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node 
tag=null
   [junit4]   2> 1646899 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[2090959FE57C0BF1]-worker) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm 
tag=null
   [junit4]   2> 1646899 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[2090959FE57C0BF1]-worker) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty 
tag=null
   [junit4]   2> 1646899 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[2090959FE57C0BF1]-worker) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster 
tag=null
   [junit4]   2> 1646901 INFO  (closeThreadPool-15213-thread-2) [     ] 
o.a.s.c.Overseer Overseer 
(id=72476709705547786-127.0.0.1:37971_solr-n_0000000001) closing
   [junit4]   2> 1646917 INFO  
(OverseerStateUpdate-72476709705547786-127.0.0.1:37971_solr-n_0000000001) 
[n:127.0.0.1:37971_solr     ] o.a.s.c.Overseer Overseer Loop exiting : 
127.0.0.1:37971_solr
   [junit4]   2> 1646915 INFO  
(OverseerAutoScalingTriggerThread-72476709705547786-127.0.0.1:37971_solr-n_0000000001)
 [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we 
are closed, exiting.
   [junit4]   2> 1646926 INFO  (closeThreadPool-15213-thread-1) [     ] 
o.a.s.c.Overseer Overseer 
(id=72476709705547786-127.0.0.1:37971_solr-n_0000000001) closing
   [junit4]   2> 1646927 WARN  
(jetty-launcher-15085-thread-1-SendThread(127.0.0.1:41671)) [     ] 
o.a.z.ClientCnxn An exception was thrown while closing send thread for session 
0x1017d2ef87d000a.
   [junit4]   2>           => EndOfStreamException: Unable to read additional 
data from server sessionid 0x1017d2ef87d000a, 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 0x1017d2ef87d000a, 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> 1646927 INFO  (zkCallback-15166-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1646928 INFO  (zkCallback-15150-thread-1) [     ] 
o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:42721_solr
   [junit4]   2> 1646932 INFO  (zkCallback-15177-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1646932 INFO  (zkCallback-15201-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1646932 INFO  (zkCallback-15150-thread-2) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1646933 INFO  (zkCallback-15150-thread-1) 
[n:127.0.0.1:42721_solr     ] o.a.s.c.Overseer Overseer 
(id=72476709705547788-127.0.0.1:42721_solr-n_0000000002) starting
   [junit4]   2> 1646942 INFO  
(OverseerStateUpdate-72476709705547788-127.0.0.1:42721_solr-n_0000000002) 
[n:127.0.0.1:42721_solr     ] o.a.s.c.Overseer Starting to work on the main 
queue : 127.0.0.1:42721_solr
   [junit4]   2> 1647032 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[2090959FE57C0BF1]-worker) [     ] 
o.a.s.c.Overseer Overseer 
(id=72476709705547786-127.0.0.1:37971_solr-n_0000000001) closing
   [junit4]   2> 1647033 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[2090959FE57C0BF1]-worker) [     ] 
o.e.j.s.AbstractConnector Stopped ServerConnector@55b84fe3{HTTP/1.1, (http/1.1, 
h2c)}{127.0.0.1:0}
   [junit4]   2> 1647033 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[2090959FE57C0BF1]-worker) [     ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@25da973f{/solr,null,STOPPED}
   [junit4]   2> 1647033 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[2090959FE57C0BF1]-worker) [     ] 
o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1647033 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[2090959FE57C0BF1]-worker) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1647033 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[2090959FE57C0BF1]-worker) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1647033 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[2090959FE57C0BF1]-worker) [     ] 
o.e.j.s.Server jetty-9.4.34.v20201102; built: 2020-11-02T14:15:39.302Z; git: 
e46af88704a893fc12cb0e3bf46e2c7b48a009e7; jvm 1.8.0_252-b09
   [junit4]   2> 1647061 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[2090959FE57C0BF1]-worker) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1647061 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[2090959FE57C0BF1]-worker) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1647061 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[2090959FE57C0BF1]-worker) [     ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1647063 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[2090959FE57C0BF1]-worker) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@75317b{/solr,null,AVAILABLE}
   [junit4]   2> 1647064 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[2090959FE57C0BF1]-worker) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@53e2d6ec{HTTP/1.1, (http/1.1, 
h2c)}{127.0.0.1:36207}
   [junit4]   2> 1647064 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[2090959FE57C0BF1]-worker) [     ] 
o.e.j.s.Server Started @1647104ms
   [junit4]   2> 1647064 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[2090959FE57C0BF1]-worker) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=44965}
   [junit4]   2> 1647064 ERROR 
(SUITE-TestPullReplicaErrorHandling-seed#[2090959FE57C0BF1]-worker) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1647064 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[2090959FE57C0BF1]-worker) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1647064 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[2090959FE57C0BF1]-worker) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.8.0
   [junit4]   2> 1647064 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[2090959FE57C0BF1]-worker) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1647064 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[2090959FE57C0BF1]-worker) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 1647064 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[2090959FE57C0BF1]-worker) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2020-11-14T10:16:49.852Z
   [junit4]   2> 1647066 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[2090959FE57C0BF1]-worker) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1647070 INFO  (zkConnectionManagerCallback-15219-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1647070 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[2090959FE57C0BF1]-worker) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1647072 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[2090959FE57C0BF1]-worker) [     ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1647081 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[2090959FE57C0BF1]-worker) [     ] 
o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 1647082 WARN  
(SUITE-TestPullReplicaErrorHandling-seed#[2090959FE57C0BF1]-worker-SendThread(127.0.0.1:41671))
 [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for 
session 0x1017d2ef87d0013.
   [junit4]   2>           => EndOfStreamException: Unable to read additional 
data from server sessionid 0x1017d2ef87d0013, 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 0x1017d2ef87d0013, 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> 1647612 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[2090959FE57C0BF1]-worker) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1647613 WARN  
(SUITE-TestPullReplicaErrorHandling-seed#[2090959FE57C0BF1]-worker) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@37d63e33[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1647613 WARN  
(SUITE-TestPullReplicaErrorHandling-seed#[2090959FE57C0BF1]-worker) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@37d63e33[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1647616 WARN  
(SUITE-TestPullReplicaErrorHandling-seed#[2090959FE57C0BF1]-worker) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@7e8e1e83[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1647616 WARN  
(SUITE-TestPullReplicaErrorHandling-seed#[2090959FE57C0BF1]-worker) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@7e8e1e83[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1647617 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[2090959FE57C0BF1]-worker) [     ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:41671/solr
   [junit4]   2> 1647618 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[2090959FE57C0BF1]-worker) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1647619 INFO  (zkConnectionManagerCallback-15230-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1647619 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[2090959FE57C0BF1]-worker) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1647721 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[2090959FE57C0BF1]-worker) 
[n:127.0.0.1:44965_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 1647722 INFO  (zkConnectionManagerCallback-15232-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1647722 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[2090959FE57C0BF1]-worker) 
[n:127.0.0.1:44965_solr     ] o.a.s.c.c.ConnectionManager Client is connected 
to ZooKeeper
   [junit4]   2> 1647726 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[2090959FE57C0BF1]-worker) 
[n:127.0.0.1:44965_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 1647730 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[2090959FE57C0BF1]-worker) 
[n:127.0.0.1:44965_solr     ] o.a.s.c.ZkController Publish 
node=127.0.0.1:44965_solr as DOWN
   [junit4]   2> 1647730 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[2090959FE57C0BF1]-worker) 
[n:127.0.0.1:44965_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 1647730 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[2090959FE57C0BF1]-worker) 
[n:127.0.0.1:44965_solr     ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:44965_solr
   [junit4]   2> 1647732 INFO  (zkCallback-15166-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1647732 INFO  (zkCallback-15201-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1647732 INFO  (zkCallback-15177-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1647732 INFO  (zkCallback-15150-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1647734 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[2090959FE57C0BF1]-worker) 
[n:127.0.0.1:44965_solr     ] o.a.s.p.PackageLoader /packages.json updated to 
version -1
   [junit4]   2> 1647734 WARN  
(SUITE-TestPullReplicaErrorHandling-seed#[2090959FE57C0BF1]-worker) 
[n:127.0.0.1:44965_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> 1647738 INFO  (zkCallback-15231-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1647751 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[2090959FE57C0BF1]-worker) 
[n:127.0.0.1:44965_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestPullReplicaErrorHandling_2090959FE57C0BF1-001/tempDir-001/node1
   [junit4]   2> 1647758 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[2090959FE57C0BF1]-worker) [     ] 
o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=4
   [junit4]   2> 1647759 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[2090959FE57C0BF1]-worker) [     ] 
o.a.s.c.TestPullReplicaErrorHandling Adding proxy for URL: 
http://127.0.0.1:36207/solr. Proxy: http://127.0.0.1:44965/solr
   [junit4]   2> 1647759 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[2090959FE57C0BF1]-worker) [     ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=1184211450
   [junit4]   2> 1647759 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[2090959FE57C0BF1]-worker) [     ] 
o.a.s.c.ZkController Remove node as live in 
ZooKeeper:/live_nodes/127.0.0.1:42721_solr
   [junit4]   2> 1647759 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[2090959FE57C0BF1]-worker) [     ] 
o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 1647759 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[2090959FE57C0BF1]-worker) [     ] 
o.a.s.c.ZkController Publish node=127.0.0.1:42721_solr as DOWN
   [junit4]   2> 1647763 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[2090959FE57C0BF1]-worker) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node 
tag=null
   [junit4]   2> 1647763 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[2090959FE57C0BF1]-worker) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm 
tag=null
   [junit4]   2> 1647763 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[2090959FE57C0BF1]-worker) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty 
tag=null
   [junit4]   2> 1647763 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[2090959FE57C0BF1]-worker) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster 
tag=null
   [junit4]   2> 1647770 INFO  (closeThreadPool-15243-thread-1) [     ] 
o.a.s.c.Overseer Overseer 
(id=72476709705547788-127.0.0.1:42721_solr-n_0000000002) closing
   [junit4]   2> 1647775 INFO  
(OverseerAutoScalingTriggerThread-72476709705547788-127.0.0.1:42721_solr-n_0000000002)
 [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we 
are closed, exiting.
   [junit4]   2> 1647775 INFO  
(OverseerStateUpdate-72476709705547788-127.0.0.1:42721_solr-n_0000000002) 
[n:127.0.0.1:42721_solr     ] o.a.s.c.Overseer Overseer Loop exiting : 
127.0.0.1:42721_solr
   [junit4]   2> 1647776 WARN  
(jetty-launcher-15085-thread-4-SendThread(127.0.0.1:41671)) [     ] 
o.a.z.ClientCnxn An exception was thrown while closing send thread for session 
0x1017d2ef87d000c.
   [junit4]   2>           => EndOfStreamException: Unable to read additional 
data from server sessionid 0x1017d2ef87d000c, 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 0x1017d2ef87d000c, 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> 1647777 INFO  (zkCallback-15201-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1647777 INFO  (zkCallback-15166-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1647777 INFO  (zkCallback-15177-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1647778 INFO  (zkCallback-15231-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1647782 INFO  (closeThreadPool-15243-thread-2) [     ] 
o.a.s.c.Overseer Overseer 
(id=72476709705547788-127.0.0.1:42721_solr-n_0000000002) closing
   [junit4]   2> 1647782 INFO  (zkCallback-15166-thread-2) [     ] 
o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:37513_solr
   [junit4]   2> 1647783 INFO  (zkCallback-15166-thread-2) 
[n:127.0.0.1:37513_solr     ] o.a.s.c.Overseer Overseer 
(id=72476709705547790-127.0.0.1:37513_solr-n_0000000003) starting
   [junit4]   2> 1647786 INFO  
(OverseerStateUpdate-72476709705547790-127.0.0.1:37513_solr-n_0000000003) 
[n:127.0.0.1:37513_solr     ] o.a.s.c.Overseer Starting to work on the main 
queue : 127.0.0.1:37513_solr
   [junit4]   2> 1647879 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[2090959FE57C0BF1]-worker) [     ] 
o.a.s.c.Overseer Overseer 
(id=72476709705547788-127.0.0.1:42721_solr-n_0000000002) closing
   [junit4]   2> 1647879 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[2090959FE57C0BF1]-worker) [     ] 
o.e.j.s.AbstractConnector Stopped ServerConnector@2b9fdbff{HTTP/1.1, (http/1.1, 
h2c)}{127.0.0.1:0}
   [junit4]   2> 1647880 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[2090959FE57C0BF1]-worker) [     ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@22972286{/solr,null,STOPPED}
   [junit4]   2> 1647880 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[2090959FE57C0BF1]-worker) [     ] 
o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1647880 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[2090959FE57C0BF1]-worker) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1647880 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[2090959FE57C0BF1]-worker) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1647881 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[2090959FE57C0BF1]-worker) [     ] 
o.e.j.s.Server jetty-9.4.34.v20201102; built: 2020-11-02T14:15:39.302Z; git: 
e46af88704a893fc12cb0e3bf46e2c7b48a009e7; jvm 1.8.0_252-b09
   [junit4]   2> 1647881 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[2090959FE57C0BF1]-worker) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1647881 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[2090959FE57C0BF1]-worker) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1647881 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[2090959FE57C0BF1]-worker) [     ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1647881 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[2090959FE57C0BF1]-worker) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@2581b499{/solr,null,AVAILABLE}
   [junit4]   2> 1647882 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[2090959FE57C0BF1]-worker) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@32b7f25a{HTTP/1.1, (http/1.1, 
h2c)}{127.0.0.1:37935}
   [junit4]   2> 1647882 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[2090959FE57C0BF1]-worker) [     ] 
o.e.j.s.Server Started @1647922ms
   [junit4]   2> 1647882 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[2090959FE57C0BF1]-worker) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=36945}
   [junit4]   2> 1647882 ERROR 
(SUITE-TestPullReplicaErrorHandling-seed#[2090959FE57C0BF1]-worker) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1647882 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[2090959FE57C0BF1]-worker) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1647882 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[2090959FE57C0BF1]-worker) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.8.0
   [junit4]   2> 1647882 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[2090959FE57C0BF1]-worker) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1647882 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[2090959FE57C0BF1]-worker) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 1647882 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[2090959FE57C0BF1]-worker) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2020-11-14T10:16:50.670Z
   [junit4]   2> 1647886 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[2090959FE57C0BF1]-worker) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1647888 INFO  (zkConnectionManagerCallback-15249-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1647888 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[2090959FE57C0BF1]-worker) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1647888 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[2090959FE57C0BF1]-worker) [     ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1647893 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[2090959FE57C0BF1]-worker) [     ] 
o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 1648785 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[2090959FE57C0BF1]-worker) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1648786 WARN  
(SUITE-TestPullReplicaErrorHandling-seed#[2090959FE57C0BF1]-worker) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@1ab69758[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1648786 WARN  
(SUITE-TestPullReplicaErrorHandling-seed#[2090959FE57C0BF1]-worker) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@1ab69758[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1648789 WARN  
(SUITE-TestPullReplicaErrorHandling-seed#[2090959FE57C0BF1]-worker) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@7f54ac78[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1648789 WARN  
(SUITE-TestPullReplicaErrorHandling-seed#[2090959FE57C0BF1]-worker) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@7f54ac78[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1648790 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[2090959FE57C0BF1]-worker) [     ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:41671/solr
   [junit4]   2> 1648791 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[2090959FE57C0BF1]-worker) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1648791 INFO  (zkConnectionManagerCallback-15260-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1648792 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[2090959FE57C0BF1]-worker) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1648792 WARN  
(SUITE-TestPullReplicaErrorHandling-seed#[2090959FE57C0BF1]-worker-SendThread(127.0.0.1:41671))
 [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for 
session 0x1017d2ef87d0017.
   [junit4]   2>           => EndOfStreamException: Unable to read additional 
data from server sessionid 0x1017d2ef87d0017, 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 0x1017d2ef87d0017, 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> 1648894 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[2090959FE57C0BF1]-worker) 
[n:127.0.0.1:36945_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 1648895 INFO  (zkConnectionManagerCallback-15262-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1648895 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[2090959FE57C0BF1]-worker) 
[n:127.0.0.1:36945_solr     ] o.a.s.c.c.ConnectionManager Client is connected 
to ZooKeeper
   [junit4]   2> 1648901 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[2090959FE57C0BF1]-worker) 
[n:127.0.0.1:36945_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper...

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

tricManager Closing metric reporters for 
registry=solr.core.pull_replica_error_handling_test_close_hooks_deleted_on_reconnect.shard1.replica_p2
 tag=SolrCore@32845ada
   [junit4]   2> 1668357 INFO  
(recoveryExecutor-15288-thread-1-processing-n:127.0.0.1:40473_solr 
x:pull_replica_error_handling_test_close_hooks_deleted_on_reconnect_shard1_replica_p2
 c:pull_replica_error_handling_test_close_hooks_deleted_on_reconnect s:shard1 
r:core_node4) [n:127.0.0.1:40473_solr     ] o.a.s.m.SolrMetricManager Closing 
metric reporters for 
registry=solr.collection.pull_replica_error_handling_test_close_hooks_deleted_on_reconnect.shard1.leader
 tag=SolrCore@32845ada
   [junit4]   2> 1668358 WARN  
(recoveryExecutor-15288-thread-1-processing-n:127.0.0.1:40473_solr 
x:pull_replica_error_handling_test_close_hooks_deleted_on_reconnect_shard1_replica_p2
 c:pull_replica_error_handling_test_close_hooks_deleted_on_reconnect s:shard1 
r:core_node4) [n:127.0.0.1:40473_solr     ] o.a.s.c.RecoveryStrategy Stopping 
recovery for 
core=[pull_replica_error_handling_test_close_hooks_deleted_on_reconnect_shard1_replica_p2]
 coreNodeName=[core_node4]
   [junit4]   2> 1668358 INFO  
(recoveryExecutor-15288-thread-1-processing-n:127.0.0.1:40473_solr 
x:pull_replica_error_handling_test_close_hooks_deleted_on_reconnect_shard1_replica_p2
 c:pull_replica_error_handling_test_close_hooks_deleted_on_reconnect s:shard1 
r:core_node4) [n:127.0.0.1:40473_solr     ] o.a.s.u.DirectUpdateHandler2 
Committing on IndexWriter.close()  ... SKIPPED (unnecessary).
   [junit4]   2> 1668360 INFO  (jetty-closer-15347-thread-4) [     ] 
o.e.j.s.AbstractConnector Stopped ServerConnector@6963176d{HTTP/1.1, (http/1.1, 
h2c)}{127.0.0.1:0}
   [junit4]   2> 1668361 INFO  (jetty-closer-15347-thread-4) [     ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@7d39c3ae{/solr,null,STOPPED}
   [junit4]   2> 1668361 INFO  (jetty-closer-15347-thread-4) [     ] 
o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1668362 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[2090959FE57C0BF1]-worker) [     ] 
o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 1668565 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>        11      /solr/aliases.json
   [junit4]   2>        10      /solr/security.json
   [junit4]   2>        9       
/solr/collections/pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper/terms/shard1
   [junit4]   2>        9       /solr/clusterprops.json
   [junit4]   2>        8       /solr/packages.json
   [junit4]   2>        8       
/solr/collections/pull_replica_error_handling_test_close_hooks_deleted_on_reconnect/terms/shard1
   [junit4]   2>        8       /solr/configs/conf
   [junit4]   2>        7       
/solr/collections/pull_replica_error_handling_test_cant_connect_to_leader/terms/shard1
   [junit4]   2>        7       
/solr/collections/pull_replica_error_handling_test_cant_connect_to_leader/state.json
   [junit4]   2>        4       
/solr/collections/pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper/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>        34      
/solr/collections/pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper/state.json
   [junit4]   2>        33      
/solr/collections/pull_replica_error_handling_test_close_hooks_deleted_on_reconnect/state.json
   [junit4]   2>        24      
/solr/collections/pull_replica_error_handling_test_cant_connect_to_leader/state.json
   [junit4]   2>        11      /solr/clusterstate.json
   [junit4]   2>        7       /solr/clusterprops.json
   [junit4]   2>        5       /solr/autoscaling.json
   [junit4]   2>        3       
/solr/overseer_elect/election/72476709705547794-127.0.0.1:37237_solr-n_0000000004
   [junit4]   2>        2       
/solr/overseer_elect/election/72476709705547800-127.0.0.1:36945_solr-n_0000000006
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        85      /solr/overseer/queue
   [junit4]   2>        80      /solr/live_nodes
   [junit4]   2>        48      /solr/collections
   [junit4]   2>        28      /solr/overseer/collection-queue-work
   [junit4]   2>        5       /solr/autoscaling/events/.scheduled_maintenance
   [junit4]   2>        5       /solr/autoscaling/events/.auto_add_replicas
   [junit4]   2>        5       /solr/overseer/queue-work
   [junit4]   2> 
   [junit4]   2> 1668567 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[2090959FE57C0BF1]-worker) [     ] 
o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:41671
   [junit4]   2> 1668567 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[2090959FE57C0BF1]-worker) [     ] 
o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:41671
   [junit4]   2> 1668567 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[2090959FE57C0BF1]-worker) [     ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1 41671
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestPullReplicaErrorHandling_2090959FE57C0BF1-001
   [junit4]   2> Nov 14, 2020 10:17:11 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene87): 
{_root_=PostingsFormat(name=MockRandom), 
fieldName_s=PostingsFormat(name=LuceneVarGapFixedInterval), id=FST50}, 
docValues:{}, maxPointsInLeafNode=1270, maxMBSortInHeap=5.426197050038705, 
sim=Asserting(RandomSimilarity(queryNorm=false): {}), locale=ar-JO, 
timezone=Africa/Conakry
   [junit4]   2> NOTE: Linux 5.4.0-45-generic amd64/Oracle Corporation 
1.8.0_252 (64-bit)/cpus=4,threads=1,free=245481424,total=523239424
   [junit4]   2> NOTE: All tests run in this JVM: [TestSimDistributedQueue, 
TestLeaderElectionZkExpiry, CircularListTest, TestCustomDocTransformer, 
TestSolrCloudSnapshots, JWTVerificationkeyResolverTest, 
TestPerFieldSimilarityWithDefaultOverride, BasicAuthStandaloneTest, 
SpellCheckCollatorWithCollapseTest, LoggingHandlerTest, TestTolerantSearch, 
TestComponentsName, SimpleCollectionCreateDeleteTest, CleanupOldIndexTest, 
SolrCmdDistributorTest, TestDFISimilarityFactory, BlockJoinFacetDistribTest, 
TestSolrJacksonAnnotation, TestDynamicURP, BlobRepositoryCloudTest, 
TestCaffeineCache, GraphQueryTest, TestDistribIDF, 
ZkCollectionPropsCachingTest, ExecutePlanActionTest, CdcrUpdateLogTest, 
TestJsonFacetRefinement, SolrJmxReporterCloudTest, TestSimScenario, 
TestAtomicUpdateErrorCases, IndexSizeTriggerSizeEstimationTest, 
TestManagedResource, TestRealTimeGet, TestUnInvertedFieldException, 
TestIndexSearcher, HttpPartitionTest, TestNumericTerms64, 
HdfsRestartWhileUpdatingTest, CSVRequestHandlerTest, TestLegacyFieldReuse, 
BasicDistributedZk2Test, ConfigureRecoveryStrategyTest, 
TestCloudJSONFacetJoinDomain, SolrInfoBeanTest, MetricUtilsTest, 
FacetPivotSmallTest, TestPayloadScoreQParserPlugin, NodeMutatorTest, 
CoreAdminHandlerTest, TestPolicyCloud, CacheHeaderTest, 
TestWordDelimiterFilterFactory, TestSolrIndexConfig, RegexBytesRefFilterTest, 
NotRequiredUniqueKeyTest, TestRTGBase, HdfsDirectoryTest, 
DistributedQueryElevationComponentTest, TestOrdValues, TestStressReorder, 
SSLMigrationTest, TestSSLRandomization, EchoParamsTest, TestSolrCoreParser, 
TestNumericRangeQuery32, ExternalFileFieldSortTest, TestSQLHandlerNonCloud, 
TestFieldCacheVsDocValues, TriLevelCompositeIdRoutingTest, TestJmxIntegration, 
ConcurrentCreateRoutedAliasTest, TestCloudManagedSchema, TestFieldCache, 
RuleEngineTest, MaxSizeAutoCommitTest, AuditLoggerIntegrationTest, 
TestSimpleTextCodec, ZkControllerTest, TestCloudRecovery2, TestDocumentBuilder, 
TestDistributedStatsComponentCardinality, SpatialRPTFieldTypeTest, 
TestSchemaResource, TestLegacyNumericRangeQueryBuilder, MaxScoreCollectorTest, 
TestUniqueKeyFieldResource, TestSmileRequest, NodeMarkersRegistrationTest, 
JSONWriterTest, TestSkipOverseerOperations, TestTermsQParserPlugin, 
HLLSerializationTest, TestAuthorizationFramework, 
ClassificationUpdateProcessorIntegrationTest, BaseCdcrDistributedZkTest, 
ScriptEngineTest, TestCodecSupport, CollectionTooManyReplicasTest, 
TimeZoneUtilsTest, TestPHPSerializedResponseWriter, SolrXmlInZkTest, 
SuggestComponentTest, BadCopyFieldTest, BigEndianAscendingWordSerializerTest, 
DirectSolrSpellCheckerTest, PeerSyncWithLeaderAndIndexFingerprintCachingTest, 
TestCorePropertiesReload, PreAnalyzedFieldManagedSchemaCloudTest, 
LeaderVoteWaitTimeoutTest, DocValuesMissingTest, XsltUpdateRequestHandlerTest, 
TestExplainDocTransformer, XmlInterpolationTest, ActionThrottleTest, 
AnalysisAfterCoreReloadTest, BasicFunctionalityTest, ConvertedLegacyTest, 
CursorPagingTest, OutputWriterTest, TestCrossCoreJoin, 
TestCursorMarkWithoutUniqueKey, TestDistributedGrouping, 
TestDistributedMissingSort, TestJoin, TestRandomFaceting, 
TestEmbeddedSolrServerAdminHandler, TestEmbeddedSolrServerConstructors, 
TestEmbeddedSolrServerSchemaAPI, AliasIntegrationTest, BasicZkTest, 
ChaosMonkeyNothingIsSafeTest, ChaosMonkeySafeLeaderTest, 
ClusterStateMockUtilTest, ClusterStateTest, ClusterStateUpdateTest, 
CollectionPropsTest, CreateRoutedAliasTest, DeleteLastCustomShardedReplicaTest, 
DeleteNodeTest, DeleteReplicaTest, DistribJoinFromCollectionTest, 
DistributedQueueTest, DistributedVersionInfoTest, 
LeaderElectionIntegrationTest, MetricsHistoryWithAuthIntegrationTest, 
MigrateRouteKeyTest, OverseerCollectionConfigSetProcessorTest, 
OverseerModifyCollectionTest, OverseerRolesTest, PackageManagerCLITest, 
ReindexCollectionTest, ShardRoutingTest, TestAuthenticationFramework, 
TestCloudInspectUtil, TestCloudPhrasesIdentificationComponent, 
TestCloudPivotFacet, TestConfigSetsAPIExclusivity, 
TestConfigSetsAPIShareSchema, TestPullReplica, TestPullReplicaErrorHandling]
   [junit4] Completed [562/921 (1!)] on J2 in 27.69s, 4 tests, 1 failure, 1 
error <<< FAILURES!

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

Reply via email to