Build: https://jenkins.thetaphi.de/job/Lucene-Solr-8.x-MacOSX/1636/
Java: 64bit/jdk1.8.0 -XX:-UseCompressedOops -XX:+UseConcMarkSweepGC

3 tests failed.
FAILED:  
org.apache.solr.cloud.TestPullReplicaErrorHandling.testPullReplicaDisconnectsFromZooKeeper

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

Stack Trace:
java.lang.AssertionError: Didn't get expected doc count. Expected: 10, Found: 0
        at 
__randomizedtesting.SeedInfo.seed([14DFEE0059D8E41B:B96CE837C32EB7B]:0)
        at org.junit.Assert.fail(Assert.java:89)
        at 
org.apache.solr.cloud.TestPullReplicaErrorHandling.assertNumDocs(TestPullReplicaErrorHandling.java:275)
        at 
org.apache.solr.cloud.TestPullReplicaErrorHandling.assertNumDocs(TestPullReplicaErrorHandling.java:280)
        at 
org.apache.solr.cloud.TestPullReplicaErrorHandling.testPullReplicaDisconnectsFromZooKeeper(TestPullReplicaErrorHandling.java:233)
        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.TestWithCollection.testNodeAdded

Error Message:
Action was not fired till 30 seconds

Stack Trace:
java.lang.AssertionError: Action was not fired till 30 seconds
        at 
__randomizedtesting.SeedInfo.seed([14DFEE0059D8E41B:711CB877FB7B4C18]:0)
        at org.junit.Assert.fail(Assert.java:89)
        at org.junit.Assert.assertTrue(Assert.java:42)
        at 
org.apache.solr.cloud.TestWithCollection.testNodeAdded(TestWithCollection.java:471)
        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.TestWithCollection.testNodeAdded

Error Message:
Action was not fired till 30 seconds

Stack Trace:
java.lang.AssertionError: Action was not fired till 30 seconds
        at 
__randomizedtesting.SeedInfo.seed([14DFEE0059D8E41B:711CB877FB7B4C18]:0)
        at org.junit.Assert.fail(Assert.java:89)
        at org.junit.Assert.assertTrue(Assert.java:42)
        at 
org.apache.solr.cloud.TestWithCollection.testNodeAdded(TestWithCollection.java:471)
        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 14028 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestPullReplicaErrorHandling
   [junit4]   2> 380853 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[14DFEE0059D8E41B]-worker) [     ] 
o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to 
test-framework derived value of 
'/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/server/solr/configsets/_default/conf'
   [junit4]   2> 380853 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[14DFEE0059D8E41B]-worker) [     ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 380853 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[14DFEE0059D8E41B]-worker) [     ] 
o.a.s.SolrTestCaseJ4 Created dataDir: 
/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J3/temp/solr.cloud.TestPullReplicaErrorHandling_14DFEE0059D8E41B-001/data-dir-30-001
   [junit4]   2> 380853 WARN  
(SUITE-TestPullReplicaErrorHandling-seed#[14DFEE0059D8E41B]-worker) [     ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=2 numCloses=2
   [junit4]   2> 380854 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[14DFEE0059D8E41B]-worker) [     ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 380861 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[14DFEE0059D8E41B]-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)
 w/ MAC_OS_X supressed clientAuth
   [junit4]   2> 380864 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[14DFEE0059D8E41B]-worker) [     ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in 
/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J3/temp/solr.cloud.TestPullReplicaErrorHandling_14DFEE0059D8E41B-001/tempDir-001
   [junit4]   2> 380865 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[14DFEE0059D8E41B]-worker) [     ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 380866 INFO  (ZkTestServer Run Thread) [     ] 
o.a.s.c.ZkTestServer client port: 0.0.0.0/0.0.0.0:0
   [junit4]   2> 380866 INFO  (ZkTestServer Run Thread) [     ] 
o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 380871 WARN  (ZkTestServer Run Thread) [     ] 
o.a.z.s.ServerCnxnFactory maxCnxns is not configured, using default value 0.
   [junit4]   2> 380973 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[14DFEE0059D8E41B]-worker) [     ] 
o.a.s.c.ZkTestServer start zk server on port: 53760
   [junit4]   2> 380973 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[14DFEE0059D8E41B]-worker) [     ] 
o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:53760
   [junit4]   2> 380973 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[14DFEE0059D8E41B]-worker) [     ] 
o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:53760
   [junit4]   2> 380973 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[14DFEE0059D8E41B]-worker) [     ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1 53760
   [junit4]   2> 380977 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[14DFEE0059D8E41B]-worker) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 380983 INFO  (zkConnectionManagerCallback-4414-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 380983 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[14DFEE0059D8E41B]-worker) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 380991 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[14DFEE0059D8E41B]-worker) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 381000 INFO  (zkConnectionManagerCallback-4416-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 381000 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[14DFEE0059D8E41B]-worker) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 381002 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[14DFEE0059D8E41B]-worker) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 381006 INFO  (zkConnectionManagerCallback-4418-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 381006 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[14DFEE0059D8E41B]-worker) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 381011 WARN  
(SUITE-TestPullReplicaErrorHandling-seed#[14DFEE0059D8E41B]-worker-SendThread(127.0.0.1:53760))
 [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for 
session 0x1001326c33c0002.
   [junit4]   2>           => EndOfStreamException: Unable to read additional 
data from server sessionid 0x1001326c33c0002, 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 0x1001326c33c0002, 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> 381129 INFO  (jetty-launcher-4419-thread-1) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 381129 INFO  (jetty-launcher-4419-thread-2) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 381129 INFO  (jetty-launcher-4419-thread-2) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 381129 INFO  (jetty-launcher-4419-thread-1) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 381129 INFO  (jetty-launcher-4419-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_201-b09
   [junit4]   2> 381129 INFO  (jetty-launcher-4419-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_201-b09
   [junit4]   2> 381130 INFO  (jetty-launcher-4419-thread-3) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 381130 INFO  (jetty-launcher-4419-thread-3) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 381130 INFO  (jetty-launcher-4419-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_201-b09
   [junit4]   2> 381133 INFO  (jetty-launcher-4419-thread-4) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 381133 INFO  (jetty-launcher-4419-thread-4) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 381133 INFO  (jetty-launcher-4419-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_201-b09
   [junit4]   2> 381149 INFO  (jetty-launcher-4419-thread-4) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 381149 INFO  (jetty-launcher-4419-thread-4) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 381150 INFO  (jetty-launcher-4419-thread-4) [     ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 381153 INFO  (jetty-launcher-4419-thread-4) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@9cb3583{/solr,null,AVAILABLE}
   [junit4]   2> 381154 INFO  (jetty-launcher-4419-thread-3) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 381154 INFO  (jetty-launcher-4419-thread-3) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 381154 INFO  (jetty-launcher-4419-thread-3) [     ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 381158 INFO  (jetty-launcher-4419-thread-1) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 381158 INFO  (jetty-launcher-4419-thread-1) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 381158 INFO  (jetty-launcher-4419-thread-1) [     ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 381159 INFO  (jetty-launcher-4419-thread-3) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@3620dc21{/solr,null,AVAILABLE}
   [junit4]   2> 381162 INFO  (jetty-launcher-4419-thread-2) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 381162 INFO  (jetty-launcher-4419-thread-2) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 381162 INFO  (jetty-launcher-4419-thread-2) [     ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 381162 INFO  (jetty-launcher-4419-thread-1) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@5e7d9584{/solr,null,AVAILABLE}
   [junit4]   2> 381162 INFO  (jetty-launcher-4419-thread-2) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@65c2ab46{/solr,null,AVAILABLE}
   [junit4]   2> 381163 INFO  (jetty-launcher-4419-thread-4) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@2a9d4869{HTTP/1.1, (http/1.1, 
h2c)}{127.0.0.1:53765}
   [junit4]   2> 381163 INFO  (jetty-launcher-4419-thread-4) [     ] 
o.e.j.s.Server Started @381266ms
   [junit4]   2> 381163 INFO  (jetty-launcher-4419-thread-4) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=53765}
   [junit4]   2> 381163 ERROR (jetty-launcher-4419-thread-4) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 381163 INFO  (jetty-launcher-4419-thread-4) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 381163 INFO  (jetty-launcher-4419-thread-4) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.8.0
   [junit4]   2> 381163 INFO  (jetty-launcher-4419-thread-4) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 381163 INFO  (jetty-launcher-4419-thread-4) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: 
/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr
   [junit4]   2> 381163 INFO  (jetty-launcher-4419-thread-4) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2020-11-12T16:28:03.506Z
   [junit4]   2> 381165 INFO  (jetty-launcher-4419-thread-4) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 381167 INFO  (jetty-launcher-4419-thread-3) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@d588cd7{HTTP/1.1, (http/1.1, 
h2c)}{127.0.0.1:53766}
   [junit4]   2> 381167 INFO  (jetty-launcher-4419-thread-3) [     ] 
o.e.j.s.Server Started @381270ms
   [junit4]   2> 381167 INFO  (jetty-launcher-4419-thread-3) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=53766}
   [junit4]   2> 381167 ERROR (jetty-launcher-4419-thread-3) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 381167 INFO  (jetty-launcher-4419-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 381167 INFO  (jetty-launcher-4419-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.8.0
   [junit4]   2> 381167 INFO  (jetty-launcher-4419-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 381167 INFO  (jetty-launcher-4419-thread-1) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@2df7334b{HTTP/1.1, (http/1.1, 
h2c)}{127.0.0.1:53767}
   [junit4]   2> 381167 INFO  (jetty-launcher-4419-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: 
/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr
   [junit4]   2> 381167 INFO  (jetty-launcher-4419-thread-1) [     ] 
o.e.j.s.Server Started @381270ms
   [junit4]   2> 381167 INFO  (jetty-launcher-4419-thread-1) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=53767}
   [junit4]   2> 381167 ERROR (jetty-launcher-4419-thread-1) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 381167 INFO  (jetty-launcher-4419-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 381167 INFO  (jetty-launcher-4419-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.8.0
   [junit4]   2> 381167 INFO  (jetty-launcher-4419-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 381167 INFO  (jetty-launcher-4419-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: 
/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr
   [junit4]   2> 381167 INFO  (jetty-launcher-4419-thread-2) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@6d238aea{HTTP/1.1, (http/1.1, 
h2c)}{127.0.0.1:53768}
   [junit4]   2> 381167 INFO  (jetty-launcher-4419-thread-2) [     ] 
o.e.j.s.Server Started @381270ms
   [junit4]   2> 381167 INFO  (jetty-launcher-4419-thread-2) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=53768}
   [junit4]   2> 381167 ERROR (jetty-launcher-4419-thread-2) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 381167 INFO  (jetty-launcher-4419-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 381167 INFO  (jetty-launcher-4419-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.8.0
   [junit4]   2> 381167 INFO  (jetty-launcher-4419-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 381167 INFO  (jetty-launcher-4419-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: 
/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr
   [junit4]   2> 381173 INFO  (jetty-launcher-4419-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2020-11-12T16:28:03.510Z
   [junit4]   2> 381173 INFO  (jetty-launcher-4419-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2020-11-12T16:28:03.510Z
   [junit4]   2> 381173 INFO  (jetty-launcher-4419-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2020-11-12T16:28:03.510Z
   [junit4]   2> 381174 INFO  (jetty-launcher-4419-thread-3) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 381176 INFO  (jetty-launcher-4419-thread-2) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 381183 INFO  (jetty-launcher-4419-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 381184 INFO  (zkConnectionManagerCallback-4421-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 381185 INFO  (jetty-launcher-4419-thread-4) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 381189 INFO  (zkConnectionManagerCallback-4425-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 381189 INFO  (jetty-launcher-4419-thread-2) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 381193 INFO  (jetty-launcher-4419-thread-4) [     ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 381193 INFO  (zkConnectionManagerCallback-4424-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 381193 INFO  (jetty-launcher-4419-thread-3) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 381202 INFO  (jetty-launcher-4419-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 381204 INFO  (jetty-launcher-4419-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 381205 INFO  (zkConnectionManagerCallback-4427-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 381206 INFO  (jetty-launcher-4419-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 381212 INFO  (jetty-launcher-4419-thread-4) [     ] 
o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 381213 INFO  (jetty-launcher-4419-thread-2) [     ] 
o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 381214 INFO  (jetty-launcher-4419-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 381214 INFO  (jetty-launcher-4419-thread-3) [     ] 
o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 381216 WARN  
(jetty-launcher-4419-thread-2-SendThread(127.0.0.1:53760)) [     ] 
o.a.z.ClientCnxn An exception was thrown while closing send thread for session 
0x1001326c33c0004.
   [junit4]   2>           => EndOfStreamException: Unable to read additional 
data from server sessionid 0x1001326c33c0004, 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 0x1001326c33c0004, 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> 381218 WARN  
(jetty-launcher-4419-thread-3-SendThread(127.0.0.1:53760)) [     ] 
o.a.z.ClientCnxn An exception was thrown while closing send thread for session 
0x1001326c33c0005.
   [junit4]   2>           => EndOfStreamException: Unable to read additional 
data from server sessionid 0x1001326c33c0005, 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 0x1001326c33c0005, 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> 381218 WARN  
(jetty-launcher-4419-thread-4-SendThread(127.0.0.1:53760)) [     ] 
o.a.z.ClientCnxn An exception was thrown while closing send thread for session 
0x1001326c33c0003.
   [junit4]   2>           => EndOfStreamException: Unable to read additional 
data from server sessionid 0x1001326c33c0003, 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 0x1001326c33c0003, 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> 381226 INFO  (jetty-launcher-4419-thread-1) [     ] 
o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 381231 WARN  
(jetty-launcher-4419-thread-1-SendThread(127.0.0.1:53760)) [     ] 
o.a.z.ClientCnxn An exception was thrown while closing send thread for session 
0x1001326c33c0006.
   [junit4]   2>           => EndOfStreamException: Unable to read additional 
data from server sessionid 0x1001326c33c0006, 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 0x1001326c33c0006, 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> 381468 INFO  (jetty-launcher-4419-thread-4) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 381469 WARN  (jetty-launcher-4419-thread-4) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@405b266a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 381469 WARN  (jetty-launcher-4419-thread-4) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@405b266a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 381476 WARN  (jetty-launcher-4419-thread-4) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@1608d720[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 381476 WARN  (jetty-launcher-4419-thread-4) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@1608d720[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 381477 INFO  (jetty-launcher-4419-thread-4) [     ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:53760/solr
   [junit4]   2> 381478 INFO  (jetty-launcher-4419-thread-4) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 381481 INFO  (zkConnectionManagerCallback-4444-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 381481 INFO  (jetty-launcher-4419-thread-4) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 381491 INFO  (jetty-launcher-4419-thread-1) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 381492 WARN  
(jetty-launcher-4419-thread-4-SendThread(127.0.0.1:53760)) [     ] 
o.a.z.ClientCnxn An exception was thrown while closing send thread for session 
0x1001326c33c0007.
   [junit4]   2>           => EndOfStreamException: Unable to read additional 
data from server sessionid 0x1001326c33c0007, 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 0x1001326c33c0007, 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> 381493 WARN  (jetty-launcher-4419-thread-1) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@7ad9c8d7[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 381494 WARN  (jetty-launcher-4419-thread-1) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@7ad9c8d7[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 381497 WARN  (jetty-launcher-4419-thread-1) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@5744d5a3[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 381497 WARN  (jetty-launcher-4419-thread-1) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@5744d5a3[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 381498 INFO  (jetty-launcher-4419-thread-1) [     ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:53760/solr
   [junit4]   2> 381501 INFO  (jetty-launcher-4419-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 381502 INFO  (zkConnectionManagerCallback-4452-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 381502 INFO  (jetty-launcher-4419-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 381608 WARN  
(jetty-launcher-4419-thread-1-SendThread(127.0.0.1:53760)) [     ] 
o.a.z.ClientCnxn An exception was thrown while closing send thread for session 
0x1001326c33c0008.
   [junit4]   2>           => EndOfStreamException: Unable to read additional 
data from server sessionid 0x1001326c33c0008, 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 0x1001326c33c0008, 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> 381610 INFO  (jetty-launcher-4419-thread-4) 
[n:127.0.0.1:53765_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 381611 INFO  (zkConnectionManagerCallback-4457-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 381612 INFO  (jetty-launcher-4419-thread-4) 
[n:127.0.0.1:53765_solr     ] o.a.s.c.c.ConnectionManager Client is connected 
to ZooKeeper
   [junit4]   2> 381679 INFO  (jetty-launcher-4419-thread-3) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 381685 WARN  (jetty-launcher-4419-thread-3) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@3528c64c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 381688 WARN  (jetty-launcher-4419-thread-3) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@3528c64c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 381719 WARN  (jetty-launcher-4419-thread-3) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@30201e59[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 381722 WARN  (jetty-launcher-4419-thread-3) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@30201e59[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 381727 INFO  (jetty-launcher-4419-thread-1) 
[n:127.0.0.1:53767_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 381727 INFO  (jetty-launcher-4419-thread-3) [     ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:53760/solr
   [junit4]   2> 381741 INFO  (zkConnectionManagerCallback-4466-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 381742 INFO  (jetty-launcher-4419-thread-1) 
[n:127.0.0.1:53767_solr     ] o.a.s.c.c.ConnectionManager Client is connected 
to ZooKeeper
   [junit4]   2> 381740 INFO  (jetty-launcher-4419-thread-3) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 381745 INFO  (zkConnectionManagerCallback-4469-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 381746 INFO  (jetty-launcher-4419-thread-3) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 381768 WARN  
(jetty-launcher-4419-thread-3-SendThread(127.0.0.1:53760)) [     ] 
o.a.z.ClientCnxn An exception was thrown while closing send thread for session 
0x1001326c33c000b.
   [junit4]   2>           => EndOfStreamException: Unable to read additional 
data from server sessionid 0x1001326c33c000b, 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 0x1001326c33c000b, 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> 381878 INFO  (jetty-launcher-4419-thread-3) 
[n:127.0.0.1:53766_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 381880 INFO  (jetty-launcher-4419-thread-2) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 381883 INFO  (zkConnectionManagerCallback-4474-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 381884 INFO  (jetty-launcher-4419-thread-3) 
[n:127.0.0.1:53766_solr     ] o.a.s.c.c.ConnectionManager Client is connected 
to ZooKeeper
   [junit4]   2> 381935 WARN  (jetty-launcher-4419-thread-2) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@644524a2[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 381942 WARN  (jetty-launcher-4419-thread-2) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@644524a2[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 381981 WARN  (jetty-launcher-4419-thread-2) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@2abb37a5[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 381982 WARN  (jetty-launcher-4419-thread-2) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@2abb37a5[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 381982 INFO  (jetty-launcher-4419-thread-2) [     ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:53760/solr
   [junit4]   2> 381990 INFO  (jetty-launcher-4419-thread-2) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 381993 INFO  (zkConnectionManagerCallback-4483-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 381996 INFO  (jetty-launcher-4419-thread-2) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 382002 WARN  
(jetty-launcher-4419-thread-2-SendThread(127.0.0.1:53760)) [     ] 
o.a.z.ClientCnxn An exception was thrown while closing send thread for session 
0x1001326c33c000d.
   [junit4]   2>           => EndOfStreamException: Unable to read additional 
data from server sessionid 0x1001326c33c000d, 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 0x1001326c33c000d, 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> 382110 INFO  (jetty-launcher-4419-thread-2) 
[n:127.0.0.1:53768_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 382116 INFO  (zkConnectionManagerCallback-4485-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 382117 INFO  (jetty-launcher-4419-thread-1) 
[n:127.0.0.1:53767_solr     ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:53767_solr
   [junit4]   2> 382118 INFO  (jetty-launcher-4419-thread-2) 
[n:127.0.0.1:53768_solr     ] o.a.s.c.c.ConnectionManager Client is connected 
to ZooKeeper
   [junit4]   2> 382120 INFO  (jetty-launcher-4419-thread-1) 
[n:127.0.0.1:53767_solr     ] o.a.s.c.Overseer Overseer 
(id=72078651243102218-127.0.0.1:53767_solr-n_0000000000) starting
   [junit4]   2> 382134 INFO  (jetty-launcher-4419-thread-3) 
[n:127.0.0.1:53766_solr     ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:53766_solr
   [junit4]   2> 382139 INFO  (zkCallback-4473-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 382139 INFO  (zkCallback-4465-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 382160 INFO  (jetty-launcher-4419-thread-3) 
[n:127.0.0.1:53766_solr     ] o.a.s.p.PackageLoader /packages.json updated to 
version -1
   [junit4]   2> 382160 WARN  (jetty-launcher-4419-thread-3) 
[n:127.0.0.1:53766_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> 382174 INFO  
(OverseerStateUpdate-72078651243102218-127.0.0.1:53767_solr-n_0000000000) 
[n:127.0.0.1:53767_solr     ] o.a.s.c.Overseer Starting to work on the main 
queue : 127.0.0.1:53767_solr
   [junit4]   2> 382176 INFO  (jetty-launcher-4419-thread-1) 
[n:127.0.0.1:53767_solr     ] o.a.s.c.ZkController Publish 
node=127.0.0.1:53767_solr as DOWN
   [junit4]   2> 382186 INFO  (jetty-launcher-4419-thread-2) 
[n:127.0.0.1:53768_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 382195 INFO  (jetty-launcher-4419-thread-1) 
[n:127.0.0.1:53767_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 382196 INFO  (jetty-launcher-4419-thread-1) 
[n:127.0.0.1:53767_solr     ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:53767_solr
   [junit4]   2> 382215 INFO  (zkCallback-4473-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 382216 INFO  (zkCallback-4465-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 382225 INFO  (zkCallback-4484-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 382243 INFO  (jetty-launcher-4419-thread-3) 
[n:127.0.0.1:53766_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J3/temp/solr.cloud.TestPullReplicaErrorHandling_14DFEE0059D8E41B-001/tempDir-001/node3
   [junit4]   2> 382251 INFO  (jetty-launcher-4419-thread-1) 
[n:127.0.0.1:53767_solr     ] o.a.s.p.PackageLoader /packages.json updated to 
version -1
   [junit4]   2> 382251 WARN  (jetty-launcher-4419-thread-1) 
[n:127.0.0.1:53767_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> 382279 INFO  (jetty-launcher-4419-thread-1) 
[n:127.0.0.1:53767_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J3/temp/solr.cloud.TestPullReplicaErrorHandling_14DFEE0059D8E41B-001/tempDir-001/node1
   [junit4]   2> 382280 INFO  (jetty-launcher-4419-thread-2) 
[n:127.0.0.1:53768_solr     ] o.a.s.c.ZkController Publish 
node=127.0.0.1:53768_solr as DOWN
   [junit4]   2> 382298 INFO  (jetty-launcher-4419-thread-2) 
[n:127.0.0.1:53768_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 382298 INFO  (jetty-launcher-4419-thread-2) 
[n:127.0.0.1:53768_solr     ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:53768_solr
   [junit4]   2> 382302 INFO  (zkCallback-4484-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 382303 INFO  (zkCallback-4473-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 382305 INFO  (zkCallback-4465-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 382315 INFO  (jetty-launcher-4419-thread-2) 
[n:127.0.0.1:53768_solr     ] o.a.s.p.PackageLoader /packages.json updated to 
version -1
   [junit4]   2> 382315 WARN  (jetty-launcher-4419-thread-2) 
[n:127.0.0.1:53768_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> 382348 INFO  (jetty-launcher-4419-thread-2) 
[n:127.0.0.1:53768_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J3/temp/solr.cloud.TestPullReplicaErrorHandling_14DFEE0059D8E41B-001/tempDir-001/node2
   [junit4]   2> 382519 INFO  (jetty-launcher-4419-thread-4) 
[n:127.0.0.1:53765_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 382534 INFO  (jetty-launcher-4419-thread-4) 
[n:127.0.0.1:53765_solr     ] o.a.s.c.ZkController Publish 
node=127.0.0.1:53765_solr as DOWN
   [junit4]   2> 382538 INFO  (jetty-launcher-4419-thread-4) 
[n:127.0.0.1:53765_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 382538 INFO  (jetty-launcher-4419-thread-4) 
[n:127.0.0.1:53765_solr     ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:53765_solr
   [junit4]   2> 382544 INFO  (zkCallback-4484-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 382544 INFO  (zkCallback-4465-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 382544 INFO  (zkCallback-4473-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 382544 INFO  (zkCallback-4456-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 382550 INFO  (jetty-launcher-4419-thread-4) 
[n:127.0.0.1:53765_solr     ] o.a.s.p.PackageLoader /packages.json updated to 
version -1
   [junit4]   2> 382551 WARN  (jetty-launcher-4419-thread-4) 
[n:127.0.0.1:53765_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> 382597 INFO  (jetty-launcher-4419-thread-4) 
[n:127.0.0.1:53765_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J3/temp/solr.cloud.TestPullReplicaErrorHandling_14DFEE0059D8E41B-001/tempDir-001/node4
   [junit4]   2> 382636 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[14DFEE0059D8E41B]-worker) [     ] 
o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=4
   [junit4]   2> 382637 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[14DFEE0059D8E41B]-worker) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 382639 INFO  (zkConnectionManagerCallback-4512-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 382639 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[14DFEE0059D8E41B]-worker) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 382648 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[14DFEE0059D8E41B]-worker) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 382653 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[14DFEE0059D8E41B]-worker) [     ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:53760/solr ready
   [junit4]   2> 382667 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[14DFEE0059D8E41B]-worker) [     ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=1891975857
   [junit4]   2> 382667 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[14DFEE0059D8E41B]-worker) [     ] 
o.a.s.c.ZkController Remove node as live in 
ZooKeeper:/live_nodes/127.0.0.1:53766_solr
   [junit4]   2> 382669 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[14DFEE0059D8E41B]-worker) [     ] 
o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 382669 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[14DFEE0059D8E41B]-worker) [     ] 
o.a.s.c.ZkController Publish node=127.0.0.1:53766_solr as DOWN
   [junit4]   2> 382677 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[14DFEE0059D8E41B]-worker) [     ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 382677 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[14DFEE0059D8E41B]-worker) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node 
tag=null
   [junit4]   2> 382677 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[14DFEE0059D8E41B]-worker) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm 
tag=null
   [junit4]   2> 382677 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[14DFEE0059D8E41B]-worker) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty 
tag=null
   [junit4]   2> 382677 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[14DFEE0059D8E41B]-worker) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster 
tag=null
   [junit4]   2> 382683 WARN  
(jetty-launcher-4419-thread-3-SendThread(127.0.0.1:53760)) [     ] 
o.a.z.ClientCnxn An exception was thrown while closing send thread for session 
0x1001326c33c000c.
   [junit4]   2>           => EndOfStreamException: Unable to read additional 
data from server sessionid 0x1001326c33c000c, 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 0x1001326c33c000c, 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> 382686 INFO  (zkCallback-4465-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 382687 INFO  (zkCallback-4484-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 382688 INFO  (zkCallback-4511-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 382688 INFO  (zkCallback-4456-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 382790 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[14DFEE0059D8E41B]-worker) [     ] 
o.e.j.s.AbstractConnector Stopped ServerConnector@d588cd7{HTTP/1.1, (http/1.1, 
h2c)}{127.0.0.1:0}
   [junit4]   2> 382790 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[14DFEE0059D8E41B]-worker) [     ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@3620dc21{/solr,null,STOPPED}
   [junit4]   2> 382790 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[14DFEE0059D8E41B]-worker) [     ] 
o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 382791 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[14DFEE0059D8E41B]-worker) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 382792 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[14DFEE0059D8E41B]-worker) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 382792 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[14DFEE0059D8E41B]-worker) [     ] 
o.e.j.s.Server jetty-9.4.34.v20201102; built: 2020-11-02T14:15:39.302Z; git: 
e46af88704a893fc12cb0e3bf46e2c7b48a009e7; jvm 1.8.0_201-b09
   [junit4]   2> 382794 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[14DFEE0059D8E41B]-worker) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 382795 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[14DFEE0059D8E41B]-worker) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 382795 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[14DFEE0059D8E41B]-worker) [     ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 382795 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[14DFEE0059D8E41B]-worker) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@50dd1abc{/solr,null,AVAILABLE}
   [junit4]   2> 382796 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[14DFEE0059D8E41B]-worker) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@586d8ddc{HTTP/1.1, (http/1.1, 
h2c)}{127.0.0.1:53785}
   [junit4]   2> 382796 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[14DFEE0059D8E41B]-worker) [     ] 
o.e.j.s.Server Started @382899ms
   [junit4]   2> 382796 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[14DFEE0059D8E41B]-worker) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=53784}
   [junit4]   2> 382796 ERROR 
(SUITE-TestPullReplicaErrorHandling-seed#[14DFEE0059D8E41B]-worker) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 382796 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[14DFEE0059D8E41B]-worker) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 382796 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[14DFEE0059D8E41B]-worker) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.8.0
   [junit4]   2> 382796 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[14DFEE0059D8E41B]-worker) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 382796 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[14DFEE0059D8E41B]-worker) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: 
/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr
   [junit4]   2> 382796 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[14DFEE0059D8E41B]-worker) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2020-11-12T16:28:05.139Z
   [junit4]   2> 382798 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[14DFEE0059D8E41B]-worker) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 382803 INFO  (zkConnectionManagerCallback-4519-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 382803 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[14DFEE0059D8E41B]-worker) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 382805 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[14DFEE0059D8E41B]-worker) [     ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 382819 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[14DFEE0059D8E41B]-worker) [     ] 
o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 382821 WARN  
(SUITE-TestPullReplicaErrorHandling-seed#[14DFEE0059D8E41B]-worker-SendThread(127.0.0.1:53760))
 [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for 
session 0x1001326c33c0010.
   [junit4]   2>           => EndOfStreamException: Unable to read additional 
data from server sessionid 0x1001326c33c0010, 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 0x1001326c33c0010, 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> 383102 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[14DFEE0059D8E41B]-worker) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 383103 WARN  
(SUITE-TestPullReplicaErrorHandling-seed#[14DFEE0059D8E41B]-worker) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@6d29330b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 383103 WARN  
(SUITE-TestPullReplicaErrorHandling-seed#[14DFEE0059D8E41B]-worker) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@6d29330b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 383109 WARN  
(SUITE-TestPullReplicaErrorHandling-seed#[14DFEE0059D8E41B]-worker) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@1c42351[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 383109 WARN  
(SUITE-TestPullReplicaErrorHandling-seed#[14DFEE0059D8E41B]-worker) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@1c42351[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 383110 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[14DFEE0059D8E41B]-worker) [     ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:53760/solr
   [junit4]   2> 383112 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[14DFEE0059D8E41B]-worker) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 383115 INFO  (zkConnectionManagerCallback-4530-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 383115 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[14DFEE0059D8E41B]-worker) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 383120 WARN  
(SUITE-TestPullReplicaErrorHandling-seed#[14DFEE0059D8E41B]-worker-SendThread(127.0.0.1:53760))
 [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for 
session 0x1001326c33c0011.
   [junit4]   2>           => EndOfStreamException: Unable to read additional 
data from server sessionid 0x1001326c33c0011, 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 0x1001326c33c0011, 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> 383231 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[14DFEE0059D8E41B]-worker) 
[n:127.0.0.1:53784_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 383236 INFO  (zkConnectionManagerCallback-4532-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 383236 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[14DFEE0059D8E41B]-worker) 
[n:127.0.0.1:53784_solr     ] o.a.s.c.c.ConnectionManager Client is connected 
to ZooKeeper
   [junit4]   2> 383258 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[14DFEE0059D8E41B]-worker) 
[n:127.0.0.1:53784_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 383273 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[14DFEE0059D8E41B]-worker) 
[n:127.0.0.1:53784_solr     ] o.a.s.c.ZkController Publish 
node=127.0.0.1:53784_solr as DOWN
   [junit4]   2> 383277 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[14DFEE0059D8E41B]-worker) 
[n:127.0.0.1:53784_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 383277 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[14DFEE0059D8E41B]-worker) 
[n:127.0.0.1:53784_solr     ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:53784_solr
   [junit4]   2> 383284 INFO  (zkCallback-4484-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 383284 INFO  (zkCallback-4465-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 383285 INFO  (zkCallback-4511-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 383285 INFO  (zkCallback-4456-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 383285 INFO  (zkCallback-4531-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 383289 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[14DFEE0059D8E41B]-worker) 
[n:127.0.0.1:53784_solr     ] o.a.s.p.PackageLoader /packages.json updated to 
version -1
   [junit4]   2> 383290 WARN  
(SUITE-TestPullReplicaErrorHandling-seed#[14DFEE0059D8E41B]-worker) 
[n:127.0.0.1:53784_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> 383372 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[14DFEE0059D8E41B]-worker) 
[n:127.0.0.1:53784_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J3/temp/solr.cloud.TestPullReplicaErrorHandling_14DFEE0059D8E41B-001/tempDir-001/node3
   [junit4]   2> 383414 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[14DFEE0059D8E41B]-worker) [     ] 
o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=4
   [junit4]   2> 383418 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[14DFEE0059D8E41B]-worker) [     ] 
o.a.s.c.TestPullReplicaErrorHandling Adding proxy for URL: 
http://127.0.0.1:53785/solr. Proxy: http://127.0.0.1:53784/solr
   [junit4]   2> 383418 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[14DFEE0059D8E41B]-worker) [     ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=1325506787
   [junit4]   2> 383418 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[14DFEE0059D8E41B]-worker) [     ] 
o.a.s.c.ZkController Remove node as live in 
ZooKeeper:/live_nodes/127.0.0.1:53767_solr
   [junit4]   2> 383420 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[14DFEE0059D8E41B]-worker) [     ] 
o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 383421 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[14DFEE0059D8E41B]-worker) [     ] 
o.a.s.c.ZkController Publish node=127.0.0.1:53767_solr as DOWN
   [junit4]   2> 383434 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[14DFEE0059D8E41B]-worker) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node 
tag=null
   [junit4]   2> 383434 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[14DFEE0059D8E41B]-worker) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm 
tag=null
   [junit4]   2> 383434 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[14DFEE0059D8E41B]-worker) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty 
tag=null
   [junit4]   2> 383434 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[14DFEE0059D8E41B]-worker) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster 
tag=null
   [junit4]   2> 383437 INFO  (closeThreadPool-4543-thread-1) [     ] 
o.a.s.c.Overseer Overseer 
(id=72078651243102218-127.0.0.1:53767_solr-n_0000000000) closing
   [junit4]   2> 383437 INFO  
(OverseerAutoScalingTriggerThread-72078651243102218-127.0.0.1:53767_solr-n_0000000000)
 [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we 
are closed, exiting.
   [junit4]   2> 383437 INFO  
(OverseerStateUpdate-72078651243102218-127.0.0.1:53767_solr-n_0000000000) 
[n:127.0.0.1:53767_solr     ] o.a.s.c.Overseer Overseer Loop exiting : 
127.0.0.1:53767_solr
   [junit4]   2> 383443 INFO  (closeThreadPool-4543-thread-2) [     ] 
o.a.s.c.Overseer Overseer 
(id=72078651243102218-127.0.0.1:53767_solr-n_0000000000) closing
   [junit4]   2> 383448 WARN  
(jetty-launcher-4419-thread-1-SendThread(127.0.0.1:53760)) [     ] 
o.a.z.ClientCnxn An exception was thrown while closing send thread for session 
0x1001326c33c000a.
   [junit4]   2>           => EndOfStreamException: Unable to read additional 
data from server sessionid 0x1001326c33c000a, 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 0x1001326c33c000a, 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> 383451 INFO  (zkCallback-4531-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 383451 INFO  (zkCallback-4456-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 383451 INFO  (zkCallback-4511-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 383451 INFO  (zkCallback-4484-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 383451 INFO  (zkCallback-4484-thread-2) [     ] 
o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:53768_solr
   [junit4]   2> 383455 INFO  (zkCallback-4484-thread-2) 
[n:127.0.0.1:53768_solr     ] o.a.s.c.Overseer Overseer 
(id=72078651243102222-127.0.0.1:53768_solr-n_0000000002) starting
   [junit4]   2> 383468 INFO  
(OverseerStateUpdate-72078651243102222-127.0.0.1:53768_solr-n_0000000002) 
[n:127.0.0.1:53768_solr     ] o.a.s.c.Overseer Starting to work on the main 
queue : 127.0.0.1:53768_solr
   [junit4]   2> 383557 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[14DFEE0059D8E41B]-worker) [     ] 
o.a.s.c.Overseer Overseer 
(id=72078651243102218-127.0.0.1:53767_solr-n_0000000000) closing
   [junit4]   2> 383562 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[14DFEE0059D8E41B]-worker) [     ] 
o.e.j.s.AbstractConnector Stopped ServerConnector@2df7334b{HTTP/1.1, (http/1.1, 
h2c)}{127.0.0.1:0}
   [junit4]   2> 383562 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[14DFEE0059D8E41B]-worker) [     ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@5e7d9584{/solr,null,STOPPED}
   [junit4]   2> 383562 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[14DFEE0059D8E41B]-worker) [     ] 
o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 383564 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[14DFEE0059D8E41B]-worker) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 383564 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[14DFEE0059D8E41B]-worker) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 383564 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[14DFEE0059D8E41B]-worker) [     ] 
o.e.j.s.Server jetty-9.4.34.v20201102; built: 2020-11-02T14:15:39.302Z; git: 
e46af88704a893fc12cb0e3bf46e2c7b48a009e7; jvm 1.8.0_201-b09
   [junit4]   2> 383568 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[14DFEE0059D8E41B]-worker) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 383568 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[14DFEE0059D8E41B]-worker) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 383568 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[14DFEE0059D8E41B]-worker) [     ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 383569 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[14DFEE0059D8E41B]-worker) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@348c4719{/solr,null,AVAILABLE}
   [junit4]   2> 383570 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[14DFEE0059D8E41B]-worker) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@12a7be6{HTTP/1.1, (http/1.1, 
h2c)}{127.0.0.1:53797}
   [junit4]   2> 383570 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[14DFEE0059D8E41B]-worker) [     ] 
o.e.j.s.Server Started @383673ms
   [junit4]   2> 383570 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[14DFEE0059D8E41B]-worker) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=53794}
   [junit4]   2> 383570 ERROR 
(SUITE-TestPullReplicaErrorHandling-seed#[14DFEE0059D8E41B]-worker) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 383571 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[14DFEE0059D8E41B]-worker) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 383571 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[14DFEE0059D8E41B]-worker) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.8.0
   [junit4]   2> 383571 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[14DFEE0059D8E41B]-worker) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 383571 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[14DFEE0059D8E41B]-worker) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: 
/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr
   [junit4]   2> 383571 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[14DFEE0059D8E41B]-worker) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2020-11-12T16:28:05.914Z
   [junit4]   2> 383572 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[14DFEE0059D8E41B]-worker) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 383575 INFO  (zkConnectionManagerCallback-4549-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 383575 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[14DFEE0059D8E41B]-worker) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 383577 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[14DFEE0059D8E41B]-worker) [     ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 383587 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[14DFEE0059D8E41B]-worker) [     ] 
o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 383590 WARN  
(SUITE-TestPullReplicaErrorHandling-seed#[14DFEE0059D8E41B]-worker-SendThread(127.0.0.1:53760))
 [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for 
session 0x1001326c33c0013.
   [junit4]   2>           => EndOfStreamException: Unable to read additional 
data from server sessionid 0x1001326c33c0013, 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 0x1001326c33c0013, 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> 383793 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[14DFEE0059D8E41B]-worker) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 383794 WARN  
(SUITE-TestPullReplicaErrorHandling-seed#[14DFEE0059D8E41B]-worker) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@5dfcc4b9[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 383794 WARN  
(SUITE-TestPullReplicaErrorHandling-seed#[14DFEE0059D8E41B]-worker) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@5dfcc4b9[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 383801 WARN  
(SUITE-TestPullReplicaErrorHandling-seed#[14DFEE0059D8E41B]-worker) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@4447771b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 383801 WARN  
(SUITE-TestPullReplicaErrorHandling-seed#[14DFEE0059D8E41B]-worker) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@4447771b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 383803 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[14DFEE0059D8E41B]-worker) [     ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:53760/solr
   [junit4]   2> 383805 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[14DFEE0059D8E41B]-worker) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 383807 INFO  (zkConnectionManagerCallback-4560-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 383807 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[14DFEE0059D8E41B]-worker) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 383815 WARN  
(SUITE-TestPullReplicaErrorHandling-seed#[14DFEE0059D8E41B]-worker-SendThread(127.0.0.1:53760))
 [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for 
session 0x1001326c33c0014.
   [junit4]   2>           => EndOfStreamException: Unable to read additional 
data from server sessionid 0x1001326c33c0014, 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 0x1001326c33c0014, 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> 383926 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[14DFEE0059D8E41B]-worker) 
[n:127.0.0.1:53794_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 383929 INFO  (zkConnectionManagerCallback-4562-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 383932 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[14DFEE0059D8E41B]-worker) 
[n:127.0.0.1:53794_solr     ] o.a.s.c.c.ConnectionManager Client is connected 
to ZooKeeper
   [junit4]   2> 383958 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[14DFEE0059D8E41B]-worker) 
[n:127.0.0.1:53794_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 383978 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[14DFEE0059D8E41B]-worker) 
[n:127.0.0.1:53794_solr     ] o.a.s.c.ZkController Publish 
node=127.0.0.1:53794_solr as DOWN
   [junit4]   2> 383982 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[14DFEE0059D8E41B]-worker) 
[n:127.0.0.1:53794_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 383982 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[14DFEE0059D8E41B]-worker) 
[n:127.0.0.1:53794_solr     ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:53794_solr
   [junit4]   2> 383988 INFO  (zkCallback-4511-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 383989 INFO  (zkCallback-4456-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 383989 INFO  (zkCallback-4484-thread-2) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 383989 INFO  (zkCallback-4531-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 383990 INFO  (zkCallback-4561-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 383995 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[14DFEE0059D8E41B]-worker) 
[n:127.0.0.1:53794_solr     ] o.a.s.p.PackageLoader /packages.json updated to 
version -1
   [junit4]   2> 383996 WARN  
(SUITE-TestPullReplicaErrorHandling-seed#[14DFEE0059D8E41B]-worker) 
[n:127.0.0.1:53794_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> 384046 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[14DFEE0059D8E41B]-worker) 
[n:127.0.0.1:53794_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J3/temp/solr.cloud.TestPullReplicaErrorHandling_14DFEE0059D8E41B-001/tempDir-001/node1
   [junit4]   2> 384079 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[14DFEE0059D8E41B]-worker) [     ] 
o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=4
   [junit4]   2> 384080 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[14DFEE0059D8E41B]-worker) [     ] 
o.a.s.c.TestPullReplicaErrorHandling Adding proxy for URL: 
http://127.0.0.1:53797/solr. Proxy: http://127.0.0.1:53794/solr
   [junit4]   2> 384081 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[14DFEE0059D8E41B]-worker) [     ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=1633406455
   [junit4]   2> 384081 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[14DFEE0059D8E41B]-worker) [     ] 
o.a.s.c.ZkController Remove node as live in 
ZooKeeper:/live_nodes/127.0.0.1:53768_solr
   [junit4]   2> 384082 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[14DFEE0059D8E41B]-worker) [     ] 
o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 384082 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[14DFEE0059D8E41B]-worker) [     ] 
o.a.s.c.ZkController Publish node=127.0.0.1:53768_solr as DOWN
   [junit4]   2> 384091 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[14DFEE0059D8E41B]-worker) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node 
tag=null
   [junit4]   2> 384091 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[14DFEE0059D8E41B]-worker) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm 
tag=null
   [junit4]   2> 384091 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[14DFEE0059D8E41B]-worker) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty 
tag=null
   [junit4]   2> 384091 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[14DFEE0059D8E41B]-worker) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster 
tag=null
   [junit4]   2> 384094 INFO  (closeThreadPool-4573-thread-1) [     ] 
o.a.s.c.Overseer Overseer 
(id=72078651243102222-127.0.0.1:53768_solr-n_0000000002) closing
   [junit4]   2> 384094 INFO  
(OverseerStateUpdate-72078651243102222-127.0.0.1:53768_solr-n_0000000002) 
[n:127.0.0.1:53768_solr     ] o.a.s.c.Overseer Overseer Loop exiting : 
127.0.0.1:53768_solr
   [junit4]   2> 384094 INFO  
(OverseerAutoScalingTriggerThread-72078651243102222-127.0.0.1:53768_solr-n_0000000002)
 [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we 
are closed, exiting.
   [junit4]   2> 384101 INFO  (closeThreadPool-4573-thread-2) [     ] 
o.a.s.c.Overseer Overseer 
(id=72078651243102222-127.0.0.1:53768_solr-n_0000000002) closing
   [junit4]   2> 384103 WARN  
(jetty-launcher-4419-thread-2-SendThread(127.0.0.1:53760)) [     ] 
o.a.z.ClientCnxn An exception was thrown while closing send thread for session 
0x1001326c33c000e.
   [junit4]   2>           => EndOfStreamException: Unable to read additional 
data from server sessionid 0x1001326c33c000e, 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 ad

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

nxn An exception was thrown while closing send thread for session 
0x100135ebf6c0006.
   [junit4]   2>           => EndOfStreamException: Unable to read additional 
data from server sessionid 0x100135ebf6c0006, 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 0x100135ebf6c0006, 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> 182942 INFO  (jetty-closer-955-thread-1) [     ] 
o.a.s.c.Overseer Overseer 
(id=72078891697307656-127.0.0.1:64974_solr-n_0000000000) closing
   [junit4]   2> 182944 INFO  (jetty-closer-955-thread-1) [     ] 
o.e.j.s.AbstractConnector Stopped ServerConnector@60598daf{HTTP/1.1, (http/1.1, 
h2c)}{127.0.0.1:0}
   [junit4]   2> 182945 INFO  (jetty-closer-955-thread-1) [     ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@47b36dd0{/solr,null,STOPPED}
   [junit4]   2> 182945 INFO  (jetty-closer-955-thread-1) [     ] 
o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 183050 INFO  (jetty-closer-955-thread-2) [     ] 
o.e.j.s.AbstractConnector Stopped ServerConnector@4315a4f7{HTTP/1.1, (http/1.1, 
h2c)}{127.0.0.1:0}
   [junit4]   2> 183051 INFO  (jetty-closer-955-thread-2) [     ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@6c8c7206{/solr,null,STOPPED}
   [junit4]   2> 183051 INFO  (jetty-closer-955-thread-2) [     ] 
o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 183052 INFO  
(TEST-TestWithCollection.testAddReplicaWithPolicy-seed#[14DFEE0059D8E41B]) [    
 ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 183158 WARN  
(TEST-TestWithCollection.testAddReplicaWithPolicy-seed#[14DFEE0059D8E41B]-SendThread(127.0.0.1:64955))
 [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for 
session 0x100135ebf6c0001.
   [junit4]   2>           => EndOfStreamException: Unable to read additional 
data from server sessionid 0x100135ebf6c0001, 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 0x100135ebf6c0001, 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> 183272 WARN  (ZkTestServer Run Thread) [     ] 
o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        5       
/solr/collections/testAddReplicaWithPolicy_xyz/terms/shard1
   [junit4]   2>        5       
/solr/collections/testAddReplicaWithPolicy_abc/terms/shard1
   [junit4]   2>        3       /solr/clusterprops.json
   [junit4]   2>        3       /solr/aliases.json
   [junit4]   2>        2       /solr/packages.json
   [junit4]   2>        2       /solr/security.json
   [junit4]   2>        2       
/solr/configs/testAddReplicaWithPolicy_abc.AUTOCREATED
   [junit4]   2>        2       
/solr/configs/testAddReplicaWithPolicy_xyz.AUTOCREATED
   [junit4]   2>        2       
/solr/configs/testAddReplicaWithPolicy_xyz.AUTOCREATED/managed-schema
   [junit4]   2>        2       
/solr/configs/testAddReplicaWithPolicy_abc.AUTOCREATED/managed-schema
   [junit4]   2>        2       
/solr/collections/testAddReplicaWithPolicy_abc/collectionprops.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        33      
/solr/collections/testAddReplicaWithPolicy_abc/state.json
   [junit4]   2>        26      
/solr/collections/testAddReplicaWithPolicy_xyz/state.json
   [junit4]   2>        3       /solr/clusterstate.json
   [junit4]   2>        3       /solr/autoscaling.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        37      /solr/overseer/queue
   [junit4]   2>        11      /solr/overseer/collection-queue-work
   [junit4]   2>        9       /solr/collections
   [junit4]   2>        7       /solr/live_nodes
   [junit4]   2> 
   [junit4]   2> 183277 INFO  
(TEST-TestWithCollection.testAddReplicaWithPolicy-seed#[14DFEE0059D8E41B]) [    
 ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:64955
   [junit4]   2> 183278 INFO  
(TEST-TestWithCollection.testAddReplicaWithPolicy-seed#[14DFEE0059D8E41B]) [    
 ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:64955
   [junit4]   2> 183278 INFO  
(TEST-TestWithCollection.testAddReplicaWithPolicy-seed#[14DFEE0059D8E41B]) [    
 ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 64955
   [junit4]   2> 183278 INFO  
(TEST-TestWithCollection.testAddReplicaWithPolicy-seed#[14DFEE0059D8E41B]) [    
 ] o.a.s.SolrTestCaseJ4 ###Ending testAddReplicaWithPolicy
   [junit4] OK      7.12s J0 | TestWithCollection.testAddReplicaWithPolicy
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestWithCollection_14DFEE0059D8E41B-001
   [junit4]   2> Nov 12, 2020 5:29:19 PM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene87): {}, 
docValues:{}, maxPointsInLeafNode=1457, maxMBSortInHeap=7.656588163698084, 
sim=Asserting(RandomSimilarity(queryNorm=false): {}), locale=bg-BG, 
timezone=Asia/Seoul
   [junit4]   2> NOTE: Mac OS X 10.14.6 x86_64/Oracle Corporation 1.8.0_201 
(64-bit)/cpus=6,threads=1,free=73577480,total=230875136
   [junit4]   2> NOTE: All tests run in this JVM: [TestWithCollection]
   [junit4] Completed [5/10 (1!)] on J0 in 180.37s, 9 tests, 1 failure <<< 
FAILURES!

[...truncated 48 lines...]
BUILD FAILED
/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/common-build.xml:1599: 
The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/common-build.xml:1126: 
There were test failures: 10 suites, 65 tests, 1 failure [seed: 
14DFEE0059D8E41B]

Total time: 3 minutes 56 seconds

[repro] Setting last failure code to 256

[repro] Failures w/original seeds:
[repro]   0/5 failed: org.apache.solr.cloud.TestPullReplicaErrorHandling
[repro]   1/5 failed: org.apache.solr.cloud.TestWithCollection
[repro] Exiting with code 256
+ mv lucene/build lucene/build.repro
+ mv solr/build solr/build.repro
+ mv lucene/build.orig lucene/build
+ mv solr/build.orig solr/build
Setting 
ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Archiving artifacts
[Java] Sleeping for 5 seconds due to JENKINS-32191...
[Java] Parsing console log (workspace: 
'/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX')
[Java] Successfully parsed console log
[Java] -> found 112 issues (skipped 103 duplicates)
[Java] Post processing issues on 'MacOSX VBOX' with source code encoding 'UTF-8'
[Java] Creating SCM blamer to obtain author and commit information for affected 
files
[Java] Creating SCM miner to obtain statistics for affected repository files
[Java] Resolving file names for all issues in source directory 
'/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX'
[Java] -> resolved paths in source directory (53 found, 0 not found)
[Java] Resolving module names from module definitions (build.xml, pom.xml, or 
Manifest.mf files)
[Java] -> resolved module names for 112 issues
[Java] Resolving package names (or namespaces) by parsing the affected files
[Java] -> resolved package names of 53 affected files
[Java] No filter has been set, publishing all 112 issues
[Java] Creating fingerprints for all affected code blocks to track issues over 
different builds
[Java] -> created fingerprints for 112 issues (skipped 0 issues)
[Java] Copying affected files to Jenkins' build folder 
'/home/jenkins/jobs/Lucene-Solr-8.x-MacOSX/builds/1636/files-with-issues'
[Java] -> 53 copied, 0 not in workspace, 0 not-found, 0 with I/O error
[Java] Using reference build 'Lucene-Solr-8.x-MacOSX #1635' to compute new, 
fixed, and outstanding issues
[Java] Issues delta (vs. reference build): outstanding: 112, new: 0, fixed: 0
[Java] No quality gates have been set - skipping
[Java] Health report is disabled - skipping
[Java] Created analysis result for 112 issues (found 0 new issues, fixed 0 
issues)
[Java] Attaching ResultAction with ID 'java' to run 'Lucene-Solr-8.x-MacOSX 
#1636'.
[Checks API] No suitable checks publisher found.
Setting 
ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Recording test results
Setting 
ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
[Checks API] No suitable checks publisher found.
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
Email was triggered for: Unstable (Test Failures)
Sending email for trigger: Unstable (Test Failures)
Setting 
ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting 
ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting 
ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting 
ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting 
ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting 
ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to