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

2 tests failed.
FAILED:  org.apache.solr.TestRandomDVFaceting.testRandomFaceting

Error Message:
mismatch: 'b'!='a' @ facet_counts/facet_fields/small2_ss/[0]

Stack Trace:
java.lang.AssertionError: mismatch: 'b'!='a' @ 
facet_counts/facet_fields/small2_ss/[0]
        at 
__randomizedtesting.SeedInfo.seed([AC4CAF22EFA16559:A1248FF7BA58ADE6]:0)
        at org.junit.Assert.fail(Assert.java:89)
        at 
org.apache.solr.TestRandomDVFaceting.doFacetTests(TestRandomDVFaceting.java:292)
        at 
org.apache.solr.TestRandomDVFaceting.doFacetTests(TestRandomDVFaceting.java:175)
        at 
org.apache.solr.TestRandomDVFaceting.testRandomFaceting(TestRandomDVFaceting.java:158)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at org.junit.rules.RunRules.evaluate(RunRules.java:20)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at org.junit.rules.RunRules.evaluate(RunRules.java:20)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at org.junit.rules.RunRules.evaluate(RunRules.java:20)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at org.junit.rules.RunRules.evaluate(RunRules.java:20)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)


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

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

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at http://127.0.0.1:34879/solr: Cannot create collection 
pull_replica_error_handling_test_cant_connect_to_pull_replica. Value of 
maxShardsPerNode is 1, and the number of nodes currently live or live and part 
of your createNodeSet is 3. This allows a maximum of 3 to be created. Value of 
numShards is 2, value of nrtReplicas is 1, value of tlogReplicas is 0 and value 
of pullReplicas is 1. This requires 4 shards to be created (higher than the 
allowed number)
        at 
__randomizedtesting.SeedInfo.seed([AC4CAF22EFA16559:A47B49EA340F11D7]:0)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:681)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:266)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
        at 
org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:369)
        at 
org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:297)
        at 
org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1173)
        at 
org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:934)
        at 
org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:866)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:214)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:231)
        at 
org.apache.solr.cloud.TestPullReplicaErrorHandling.testCantConnectToPullReplica(TestPullReplicaErrorHandling.java:149)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at org.junit.rules.RunRules.evaluate(RunRules.java:20)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at org.junit.rules.RunRules.evaluate(RunRules.java:20)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at org.junit.rules.RunRules.evaluate(RunRules.java:20)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at org.junit.rules.RunRules.evaluate(RunRules.java:20)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 14180 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestPullReplicaErrorHandling
   [junit4]   2> 684953 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] 
o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to 
test-framework derived value of 
'/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/server/solr/configsets/_default/conf'
   [junit4]   2> 684954 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 684956 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] 
o.a.s.SolrTestCaseJ4 Created dataDir: 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestPullReplicaErrorHandling_AC4CAF22EFA16559-001/data-dir-61-001
   [junit4]   2> 684956 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] 
o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) 
w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 684957 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl=https://issues.apache.org/jira/browse/SOLR-5776)
   [junit4]   2> 684958 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestPullReplicaErrorHandling_AC4CAF22EFA16559-001/tempDir-001
   [junit4]   2> 684958 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 684958 INFO  (ZkTestServer Run Thread) [     ] 
o.a.s.c.ZkTestServer client port: 0.0.0.0/0.0.0.0:0
   [junit4]   2> 684958 INFO  (ZkTestServer Run Thread) [     ] 
o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 684960 WARN  (ZkTestServer Run Thread) [     ] 
o.a.z.s.ServerCnxnFactory maxCnxns is not configured, using default value 0.
   [junit4]   2> 685143 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] 
o.a.s.c.ZkTestServer start zk server on port: 42447
   [junit4]   2> 685144 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] 
o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:42447
   [junit4]   2> 685144 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] 
o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:42447
   [junit4]   2> 685144 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1 42447
   [junit4]   2> 685199 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 685202 INFO  (zkConnectionManagerCallback-6999-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 685202 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 685234 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 685242 INFO  (zkConnectionManagerCallback-7001-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 685242 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 685253 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 685254 INFO  (zkConnectionManagerCallback-7003-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 685254 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 685256 WARN  
(SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker-SendThread(127.0.0.1:42447))
 [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for 
session 0x1016814d1e30002.
   [junit4]   2>           => EndOfStreamException: Unable to read additional 
data from server sessionid 0x1016814d1e30002, 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 0x1016814d1e30002, 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> 685358 INFO  (jetty-launcher-7004-thread-1) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 685358 INFO  (jetty-launcher-7004-thread-1) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 685359 INFO  (jetty-launcher-7004-thread-1) [     ] 
o.e.j.s.Server jetty-9.4.32.v20200930; built: 2020-09-30T16:16:37.804Z; git: 
de97d26f7bd222a0e16831e353d702a7a422f711; jvm 1.8.0_252-b09
   [junit4]   2> 685360 INFO  (jetty-launcher-7004-thread-3) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 685360 INFO  (jetty-launcher-7004-thread-3) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 685360 INFO  (jetty-launcher-7004-thread-3) [     ] 
o.e.j.s.Server jetty-9.4.32.v20200930; built: 2020-09-30T16:16:37.804Z; git: 
de97d26f7bd222a0e16831e353d702a7a422f711; jvm 1.8.0_252-b09
   [junit4]   2> 685360 INFO  (jetty-launcher-7004-thread-2) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 685360 INFO  (jetty-launcher-7004-thread-2) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 685360 INFO  (jetty-launcher-7004-thread-2) [     ] 
o.e.j.s.Server jetty-9.4.32.v20200930; built: 2020-09-30T16:16:37.804Z; git: 
de97d26f7bd222a0e16831e353d702a7a422f711; jvm 1.8.0_252-b09
   [junit4]   2> 685362 INFO  (jetty-launcher-7004-thread-4) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 685362 INFO  (jetty-launcher-7004-thread-4) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 685362 INFO  (jetty-launcher-7004-thread-4) [     ] 
o.e.j.s.Server jetty-9.4.32.v20200930; built: 2020-09-30T16:16:37.804Z; git: 
de97d26f7bd222a0e16831e353d702a7a422f711; jvm 1.8.0_252-b09
   [junit4]   2> 685382 INFO  (jetty-launcher-7004-thread-1) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 685382 INFO  (jetty-launcher-7004-thread-1) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 685382 INFO  (jetty-launcher-7004-thread-1) [     ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 685386 INFO  (jetty-launcher-7004-thread-1) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@7eedd72d{/solr,null,AVAILABLE}
   [junit4]   2> 685458 INFO  (jetty-launcher-7004-thread-4) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 685458 INFO  (jetty-launcher-7004-thread-4) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 685458 INFO  (jetty-launcher-7004-thread-4) [     ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 685462 INFO  (jetty-launcher-7004-thread-4) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@6f1c6f8e{/solr,null,AVAILABLE}
   [junit4]   2> 685474 INFO  (jetty-launcher-7004-thread-1) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@7863b1eb{HTTP/1.1, (http/1.1, 
h2c)}{127.0.0.1:39875}
   [junit4]   2> 685474 INFO  (jetty-launcher-7004-thread-1) [     ] 
o.e.j.s.Server Started @685500ms
   [junit4]   2> 685474 INFO  (jetty-launcher-7004-thread-2) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 685474 INFO  (jetty-launcher-7004-thread-1) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=39875}
   [junit4]   2> 685474 INFO  (jetty-launcher-7004-thread-2) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 685474 INFO  (jetty-launcher-7004-thread-2) [     ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 685474 ERROR (jetty-launcher-7004-thread-1) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 685474 INFO  (jetty-launcher-7004-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 685474 INFO  (jetty-launcher-7004-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.8.0
   [junit4]   2> 685475 INFO  (jetty-launcher-7004-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 685475 INFO  (jetty-launcher-7004-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 685475 INFO  (jetty-launcher-7004-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2020-11-10T07:56:09.259Z
   [junit4]   2> 685475 INFO  (jetty-launcher-7004-thread-2) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@4abd3745{/solr,null,AVAILABLE}
   [junit4]   2> 685478 INFO  (jetty-launcher-7004-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 685478 INFO  (jetty-launcher-7004-thread-4) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@14c91c34{HTTP/1.1, (http/1.1, 
h2c)}{127.0.0.1:35325}
   [junit4]   2> 685479 INFO  (jetty-launcher-7004-thread-4) [     ] 
o.e.j.s.Server Started @685505ms
   [junit4]   2> 685479 INFO  (jetty-launcher-7004-thread-4) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=35325}
   [junit4]   2> 685479 ERROR (jetty-launcher-7004-thread-4) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 685479 INFO  (jetty-launcher-7004-thread-4) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 685479 INFO  (jetty-launcher-7004-thread-4) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.8.0
   [junit4]   2> 685479 INFO  (jetty-launcher-7004-thread-4) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 685479 INFO  (jetty-launcher-7004-thread-4) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 685479 INFO  (jetty-launcher-7004-thread-4) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2020-11-10T07:56:09.263Z
   [junit4]   2> 685482 INFO  (jetty-launcher-7004-thread-4) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 685486 INFO  (jetty-launcher-7004-thread-2) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@63f26718{HTTP/1.1, (http/1.1, 
h2c)}{127.0.0.1:34039}
   [junit4]   2> 685486 INFO  (jetty-launcher-7004-thread-2) [     ] 
o.e.j.s.Server Started @685512ms
   [junit4]   2> 685486 INFO  (jetty-launcher-7004-thread-2) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=34039}
   [junit4]   2> 685486 ERROR (jetty-launcher-7004-thread-2) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 685486 INFO  (jetty-launcher-7004-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 685486 INFO  (jetty-launcher-7004-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.8.0
   [junit4]   2> 685486 INFO  (jetty-launcher-7004-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 685486 INFO  (jetty-launcher-7004-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 685486 INFO  (jetty-launcher-7004-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2020-11-10T07:56:09.270Z
   [junit4]   2> 685494 INFO  (jetty-launcher-7004-thread-2) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 685502 INFO  (jetty-launcher-7004-thread-3) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 685502 INFO  (jetty-launcher-7004-thread-3) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 685502 INFO  (jetty-launcher-7004-thread-3) [     ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 685506 INFO  (jetty-launcher-7004-thread-3) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@57616803{/solr,null,AVAILABLE}
   [junit4]   2> 685511 INFO  (zkConnectionManagerCallback-7006-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 685511 INFO  (jetty-launcher-7004-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 685511 INFO  (jetty-launcher-7004-thread-3) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@5af9d99c{HTTP/1.1, (http/1.1, 
h2c)}{127.0.0.1:36953}
   [junit4]   2> 685511 INFO  (jetty-launcher-7004-thread-3) [     ] 
o.e.j.s.Server Started @685537ms
   [junit4]   2> 685511 INFO  (jetty-launcher-7004-thread-3) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=36953}
   [junit4]   2> 685511 ERROR (jetty-launcher-7004-thread-3) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 685511 INFO  (jetty-launcher-7004-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 685511 INFO  (jetty-launcher-7004-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.8.0
   [junit4]   2> 685511 INFO  (jetty-launcher-7004-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 685511 INFO  (jetty-launcher-7004-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 685511 INFO  (jetty-launcher-7004-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2020-11-10T07:56:09.295Z
   [junit4]   2> 685512 INFO  (jetty-launcher-7004-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 685515 INFO  (jetty-launcher-7004-thread-3) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 685518 INFO  (jetty-launcher-7004-thread-1) [     ] 
o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 685520 INFO  (zkConnectionManagerCallback-7010-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 685520 INFO  (zkConnectionManagerCallback-7008-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 685520 INFO  (jetty-launcher-7004-thread-4) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 685520 INFO  (jetty-launcher-7004-thread-2) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 685521 INFO  (jetty-launcher-7004-thread-4) [     ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 685522 INFO  (zkConnectionManagerCallback-7012-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 685522 INFO  (jetty-launcher-7004-thread-3) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 685525 WARN  
(jetty-launcher-7004-thread-1-SendThread(127.0.0.1:42447)) [     ] 
o.a.z.ClientCnxn An exception was thrown while closing send thread for session 
0x1016814d1e30003.
   [junit4]   2>           => EndOfStreamException: Unable to read additional 
data from server sessionid 0x1016814d1e30003, 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 0x1016814d1e30003, 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> 685525 INFO  (jetty-launcher-7004-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 685526 INFO  (jetty-launcher-7004-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 685527 INFO  (jetty-launcher-7004-thread-4) [     ] 
o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 685638 INFO  (jetty-launcher-7004-thread-2) [     ] 
o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 685641 INFO  (jetty-launcher-7004-thread-3) [     ] 
o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 685641 WARN  
(jetty-launcher-7004-thread-4-SendThread(127.0.0.1:42447)) [     ] 
o.a.z.ClientCnxn An exception was thrown while closing send thread for session 
0x1016814d1e30004.
   [junit4]   2>           => EndOfStreamException: Unable to read additional 
data from server sessionid 0x1016814d1e30004, 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 0x1016814d1e30004, 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> 686005 WARN  
(jetty-launcher-7004-thread-2-SendThread(127.0.0.1:42447)) [     ] 
o.a.z.ClientCnxn An exception was thrown while closing send thread for session 
0x1016814d1e30005.
   [junit4]   2>           => EndOfStreamException: Unable to read additional 
data from server sessionid 0x1016814d1e30005, 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 0x1016814d1e30005, 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> 686006 WARN  
(jetty-launcher-7004-thread-3-SendThread(127.0.0.1:42447)) [     ] 
o.a.z.ClientCnxn An exception was thrown while closing send thread for session 
0x1016814d1e30006.
   [junit4]   2>           => EndOfStreamException: Unable to read additional 
data from server sessionid 0x1016814d1e30006, 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 0x1016814d1e30006, 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> 687151 INFO  (jetty-launcher-7004-thread-2) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 687152 WARN  (jetty-launcher-7004-thread-2) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@20f889c6[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 687152 WARN  (jetty-launcher-7004-thread-2) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@20f889c6[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 687367 WARN  (jetty-launcher-7004-thread-2) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@1d9fc2ae[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 687367 WARN  (jetty-launcher-7004-thread-2) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@1d9fc2ae[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 687368 INFO  (jetty-launcher-7004-thread-2) [     ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42447/solr
   [junit4]   2> 687384 INFO  (jetty-launcher-7004-thread-2) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 687454 INFO  (zkConnectionManagerCallback-7032-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 687454 INFO  (jetty-launcher-7004-thread-2) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 687457 INFO  (jetty-launcher-7004-thread-3) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 687458 WARN  (jetty-launcher-7004-thread-3) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@30eeeb52[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 687458 WARN  (jetty-launcher-7004-thread-3) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@30eeeb52[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 687463 WARN  (jetty-launcher-7004-thread-3) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@1512da8f[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 687463 WARN  (jetty-launcher-7004-thread-3) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@1512da8f[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 687464 INFO  (jetty-launcher-7004-thread-3) [     ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42447/solr
   [junit4]   2> 687465 INFO  (jetty-launcher-7004-thread-3) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 687469 INFO  (zkConnectionManagerCallback-7040-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 687469 INFO  (jetty-launcher-7004-thread-3) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 687476 WARN  
(jetty-launcher-7004-thread-3-SendThread(127.0.0.1:42447)) [     ] 
o.a.z.ClientCnxn An exception was thrown while closing send thread for session 
0x1016814d1e30008.
   [junit4]   2>           => EndOfStreamException: Unable to read additional 
data from server sessionid 0x1016814d1e30008, 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 0x1016814d1e30008, 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> 687563 INFO  (jetty-launcher-7004-thread-2) 
[n:127.0.0.1:34039_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 687576 INFO  (zkConnectionManagerCallback-7042-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 687576 INFO  (jetty-launcher-7004-thread-2) 
[n:127.0.0.1:34039_solr     ] o.a.s.c.c.ConnectionManager Client is connected 
to ZooKeeper
   [junit4]   2> 687596 INFO  (jetty-launcher-7004-thread-3) 
[n:127.0.0.1:36953_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 687602 INFO  (zkConnectionManagerCallback-7044-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 687602 INFO  (jetty-launcher-7004-thread-3) 
[n:127.0.0.1:36953_solr     ] o.a.s.c.c.ConnectionManager Client is connected 
to ZooKeeper
   [junit4]   2> 687622 INFO  (jetty-launcher-7004-thread-3) 
[n:127.0.0.1:36953_solr     ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:36953_solr
   [junit4]   2> 687623 INFO  (jetty-launcher-7004-thread-3) 
[n:127.0.0.1:36953_solr     ] o.a.s.c.Overseer Overseer 
(id=72453507644588042-127.0.0.1:36953_solr-n_0000000000) starting
   [junit4]   2> 687635 INFO  
(OverseerStateUpdate-72453507644588042-127.0.0.1:36953_solr-n_0000000000) 
[n:127.0.0.1:36953_solr     ] o.a.s.c.Overseer Starting to work on the main 
queue : 127.0.0.1:36953_solr
   [junit4]   2> 687874 INFO  (jetty-launcher-7004-thread-3) 
[n:127.0.0.1:36953_solr     ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:36953_solr
   [junit4]   2> 687890 INFO  (zkCallback-7043-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 687895 INFO  (jetty-launcher-7004-thread-3) 
[n:127.0.0.1:36953_solr     ] o.a.s.p.PackageLoader /packages.json updated to 
version -1
   [junit4]   2> 687895 WARN  (jetty-launcher-7004-thread-3) 
[n:127.0.0.1:36953_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> 687927 INFO  (jetty-launcher-7004-thread-3) 
[n:127.0.0.1:36953_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestPullReplicaErrorHandling_AC4CAF22EFA16559-001/tempDir-001/node3
   [junit4]   2> 687975 INFO  (jetty-launcher-7004-thread-2) 
[n:127.0.0.1:34039_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 687986 INFO  (jetty-launcher-7004-thread-2) 
[n:127.0.0.1:34039_solr     ] o.a.s.c.ZkController Publish 
node=127.0.0.1:34039_solr as DOWN
   [junit4]   2> 687990 INFO  (jetty-launcher-7004-thread-2) 
[n:127.0.0.1:34039_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 687990 INFO  (jetty-launcher-7004-thread-2) 
[n:127.0.0.1:34039_solr     ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:34039_solr
   [junit4]   2> 687991 INFO  (zkCallback-7043-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 687993 INFO  (jetty-launcher-7004-thread-2) 
[n:127.0.0.1:34039_solr     ] o.a.s.p.PackageLoader /packages.json updated to 
version -1
   [junit4]   2> 687994 WARN  (jetty-launcher-7004-thread-2) 
[n:127.0.0.1:34039_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> 688002 INFO  (zkCallback-7041-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 688013 INFO  (jetty-launcher-7004-thread-2) 
[n:127.0.0.1:34039_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestPullReplicaErrorHandling_AC4CAF22EFA16559-001/tempDir-001/node2
   [junit4]   2> 690378 INFO  (jetty-launcher-7004-thread-1) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 690382 WARN  (jetty-launcher-7004-thread-1) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@73c13f99[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 690382 WARN  (jetty-launcher-7004-thread-1) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@73c13f99[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 690396 WARN  (jetty-launcher-7004-thread-1) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@268f648f[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 690396 WARN  (jetty-launcher-7004-thread-1) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@268f648f[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 690397 INFO  (jetty-launcher-7004-thread-1) [     ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42447/solr
   [junit4]   2> 690398 INFO  (jetty-launcher-7004-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 690407 INFO  (zkConnectionManagerCallback-7068-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 690408 INFO  (jetty-launcher-7004-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 690410 WARN  
(jetty-launcher-7004-thread-1-SendThread(127.0.0.1:42447)) [     ] 
o.a.z.ClientCnxn An exception was thrown while closing send thread for session 
0x1016814d1e3000b.
   [junit4]   2>           => EndOfStreamException: Unable to read additional 
data from server sessionid 0x1016814d1e3000b, 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 0x1016814d1e3000b, 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> 690502 INFO  (jetty-launcher-7004-thread-4) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 690503 WARN  (jetty-launcher-7004-thread-4) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@1bbea669[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 690503 WARN  (jetty-launcher-7004-thread-4) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@1bbea669[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 690507 WARN  (jetty-launcher-7004-thread-4) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@3086419b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 690507 WARN  (jetty-launcher-7004-thread-4) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@3086419b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 690508 INFO  (jetty-launcher-7004-thread-4) [     ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42447/solr
   [junit4]   2> 690510 INFO  (jetty-launcher-7004-thread-4) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 690514 INFO  (zkConnectionManagerCallback-7076-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 690514 INFO  (jetty-launcher-7004-thread-4) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 690519 INFO  (jetty-launcher-7004-thread-1) 
[n:127.0.0.1:39875_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 690520 INFO  (zkConnectionManagerCallback-7078-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 690520 INFO  (jetty-launcher-7004-thread-1) 
[n:127.0.0.1:39875_solr     ] o.a.s.c.c.ConnectionManager Client is connected 
to ZooKeeper
   [junit4]   2> 690527 INFO  (jetty-launcher-7004-thread-1) 
[n:127.0.0.1:39875_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 690534 INFO  (jetty-launcher-7004-thread-1) 
[n:127.0.0.1:39875_solr     ] o.a.s.c.ZkController Publish 
node=127.0.0.1:39875_solr as DOWN
   [junit4]   2> 690536 INFO  (jetty-launcher-7004-thread-1) 
[n:127.0.0.1:39875_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 690536 INFO  (jetty-launcher-7004-thread-1) 
[n:127.0.0.1:39875_solr     ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:39875_solr
   [junit4]   2> 690538 INFO  (zkCallback-7041-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 690538 INFO  (zkCallback-7043-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 690539 INFO  (jetty-launcher-7004-thread-1) 
[n:127.0.0.1:39875_solr     ] o.a.s.p.PackageLoader /packages.json updated to 
version -1
   [junit4]   2> 690540 WARN  (jetty-launcher-7004-thread-1) 
[n:127.0.0.1:39875_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> 690550 INFO  (zkCallback-7077-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 690554 INFO  (jetty-launcher-7004-thread-1) 
[n:127.0.0.1:39875_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestPullReplicaErrorHandling_AC4CAF22EFA16559-001/tempDir-001/node1
   [junit4]   2> 690786 INFO  (jetty-launcher-7004-thread-4) 
[n:127.0.0.1:35325_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 690787 INFO  (zkConnectionManagerCallback-7086-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 690787 INFO  (jetty-launcher-7004-thread-4) 
[n:127.0.0.1:35325_solr     ] o.a.s.c.c.ConnectionManager Client is connected 
to ZooKeeper
   [junit4]   2> 690793 INFO  (jetty-launcher-7004-thread-4) 
[n:127.0.0.1:35325_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 690797 INFO  (jetty-launcher-7004-thread-4) 
[n:127.0.0.1:35325_solr     ] o.a.s.c.ZkController Publish 
node=127.0.0.1:35325_solr as DOWN
   [junit4]   2> 690798 INFO  (jetty-launcher-7004-thread-4) 
[n:127.0.0.1:35325_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 690798 INFO  (jetty-launcher-7004-thread-4) 
[n:127.0.0.1:35325_solr     ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:35325_solr
   [junit4]   2> 690799 INFO  (zkCallback-7043-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 690800 INFO  (zkCallback-7041-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 690800 INFO  (zkCallback-7077-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 690801 INFO  (zkCallback-7085-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 690802 INFO  (jetty-launcher-7004-thread-4) 
[n:127.0.0.1:35325_solr     ] o.a.s.p.PackageLoader /packages.json updated to 
version -1
   [junit4]   2> 690803 WARN  (jetty-launcher-7004-thread-4) 
[n:127.0.0.1:35325_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> 690817 INFO  (jetty-launcher-7004-thread-4) 
[n:127.0.0.1:35325_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestPullReplicaErrorHandling_AC4CAF22EFA16559-001/tempDir-001/node4
   [junit4]   2> 690826 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] 
o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=4
   [junit4]   2> 690834 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 690834 INFO  (zkConnectionManagerCallback-7097-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 690834 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 690835 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 690836 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:42447/solr ready
   [junit4]   2> 690841 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=2137648248
   [junit4]   2> 690841 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] 
o.a.s.c.ZkController Remove node as live in 
ZooKeeper:/live_nodes/127.0.0.1:36953_solr
   [junit4]   2> 690841 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] 
o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 690841 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] 
o.a.s.c.ZkController Publish node=127.0.0.1:36953_solr as DOWN
   [junit4]   2> 690843 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 690843 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node 
tag=null
   [junit4]   2> 690843 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm 
tag=null
   [junit4]   2> 690843 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty 
tag=null
   [junit4]   2> 690843 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster 
tag=null
   [junit4]   2> 690845 INFO  (closeThreadPool-7102-thread-2) [     ] 
o.a.s.c.Overseer Overseer 
(id=72453507644588042-127.0.0.1:36953_solr-n_0000000000) closing
   [junit4]   2> 690846 INFO  
(OverseerAutoScalingTriggerThread-72453507644588042-127.0.0.1:36953_solr-n_0000000000)
 [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we 
are closed, exiting.
   [junit4]   2> 690859 INFO  
(OverseerStateUpdate-72453507644588042-127.0.0.1:36953_solr-n_0000000000) 
[n:127.0.0.1:36953_solr     ] o.a.s.c.Overseer Overseer Loop exiting : 
127.0.0.1:36953_solr
   [junit4]   2> 690860 INFO  (zkCallback-7041-thread-1) [     ] 
o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:34039_solr
   [junit4]   2> 690860 INFO  (zkCallback-7077-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 690861 INFO  (zkCallback-7041-thread-1) 
[n:127.0.0.1:34039_solr     ] o.a.s.c.Overseer Overseer 
(id=72453507644588041-127.0.0.1:34039_solr-n_0000000001) starting
   [junit4]   2> 690870 INFO  (zkCallback-7041-thread-2) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 690874 INFO  (zkCallback-7085-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 690878 INFO  (closeThreadPool-7102-thread-1) [     ] 
o.a.s.c.Overseer Overseer 
(id=72453507644588042-127.0.0.1:36953_solr-n_0000000000) closing
   [junit4]   2> 690886 INFO  (zkCallback-7096-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 690887 INFO  
(OverseerStateUpdate-72453507644588041-127.0.0.1:34039_solr-n_0000000001) 
[n:127.0.0.1:34039_solr     ] o.a.s.c.Overseer Starting to work on the main 
queue : 127.0.0.1:34039_solr
   [junit4]   2> 690960 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] 
o.a.s.c.Overseer Overseer 
(id=72453507644588042-127.0.0.1:36953_solr-n_0000000000) closing
   [junit4]   2> 690961 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] 
o.e.j.s.AbstractConnector Stopped ServerConnector@5af9d99c{HTTP/1.1, (http/1.1, 
h2c)}{127.0.0.1:0}
   [junit4]   2> 690962 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@57616803{/solr,null,STOPPED}
   [junit4]   2> 690962 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] 
o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 690963 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 690963 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 690963 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] 
o.e.j.s.Server jetty-9.4.32.v20200930; built: 2020-09-30T16:16:37.804Z; git: 
de97d26f7bd222a0e16831e353d702a7a422f711; jvm 1.8.0_252-b09
   [junit4]   2> 690964 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 690964 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 690964 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 690964 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@78bf08c0{/solr,null,AVAILABLE}
   [junit4]   2> 690965 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@469b61c7{HTTP/1.1, (http/1.1, 
h2c)}{127.0.0.1:33923}
   [junit4]   2> 690965 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] 
o.e.j.s.Server Started @690991ms
   [junit4]   2> 690965 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=37463}
   [junit4]   2> 690965 ERROR 
(SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 690965 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 690965 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.8.0
   [junit4]   2> 690965 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 690965 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 690965 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2020-11-10T07:56:14.749Z
   [junit4]   2> 690966 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 690972 INFO  (zkConnectionManagerCallback-7108-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 690972 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 690973 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 690978 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] 
o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 692123 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 692124 WARN  
(SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@5153c73c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 692124 WARN  
(SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@5153c73c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 692127 WARN  
(SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@6d2a8b69[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 692127 WARN  
(SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@6d2a8b69[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 692128 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42447/solr
   [junit4]   2> 692129 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 692130 INFO  (zkConnectionManagerCallback-7119-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 692130 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 692130 WARN  
(SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker-SendThread(127.0.0.1:42447))
 [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for 
session 0x1016814d1e30011.
   [junit4]   2>           => EndOfStreamException: Unable to read additional 
data from server sessionid 0x1016814d1e30011, 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 0x1016814d1e30011, 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> 692331 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) 
[n:127.0.0.1:37463_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 692332 INFO  (zkConnectionManagerCallback-7121-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 692332 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) 
[n:127.0.0.1:37463_solr     ] o.a.s.c.c.ConnectionManager Client is connected 
to ZooKeeper
   [junit4]   2> 692344 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) 
[n:127.0.0.1:37463_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 692355 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) 
[n:127.0.0.1:37463_solr     ] o.a.s.c.ZkController Publish 
node=127.0.0.1:37463_solr as DOWN
   [junit4]   2> 692357 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) 
[n:127.0.0.1:37463_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 692357 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) 
[n:127.0.0.1:37463_solr     ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:37463_solr
   [junit4]   2> 692360 INFO  (zkCallback-7041-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 692361 INFO  (zkCallback-7085-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 692361 INFO  (zkCallback-7096-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 692361 INFO  (zkCallback-7077-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 692362 INFO  (zkCallback-7120-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 692363 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) 
[n:127.0.0.1:37463_solr     ] o.a.s.p.PackageLoader /packages.json updated to 
version -1
   [junit4]   2> 692363 WARN  
(SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) 
[n:127.0.0.1:37463_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> 692381 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) 
[n:127.0.0.1:37463_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestPullReplicaErrorHandling_AC4CAF22EFA16559-001/tempDir-001/node3
   [junit4]   2> 692391 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] 
o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=4
   [junit4]   2> 692394 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] 
o.a.s.c.TestPullReplicaErrorHandling Adding proxy for URL: 
http://127.0.0.1:33923/solr. Proxy: http://127.0.0.1:37463/solr
   [junit4]   2> 692394 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=347645167
   [junit4]   2> 692394 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] 
o.a.s.c.ZkController Remove node as live in 
ZooKeeper:/live_nodes/127.0.0.1:34039_solr
   [junit4]   2> 692395 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] 
o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 692395 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] 
o.a.s.c.ZkController Publish node=127.0.0.1:34039_solr as DOWN
   [junit4]   2> 692397 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node 
tag=null
   [junit4]   2> 692397 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm 
tag=null
   [junit4]   2> 692397 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty 
tag=null
   [junit4]   2> 692397 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster 
tag=null
   [junit4]   2> 692408 INFO  (closeThreadPool-7132-thread-2) [     ] 
o.a.s.c.Overseer Overseer 
(id=72453507644588041-127.0.0.1:34039_solr-n_0000000001) closing
   [junit4]   2> 692409 INFO  
(OverseerStateUpdate-72453507644588041-127.0.0.1:34039_solr-n_0000000001) 
[n:127.0.0.1:34039_solr     ] o.a.s.c.Overseer Overseer Loop exiting : 
127.0.0.1:34039_solr
   [junit4]   2> 692410 INFO  
(OverseerAutoScalingTriggerThread-72453507644588041-127.0.0.1:34039_solr-n_0000000001)
 [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we 
are closed, exiting.
   [junit4]   2> 692412 INFO  (zkCallback-7120-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 692412 WARN  
(jetty-launcher-7004-thread-2-SendThread(127.0.0.1:42447)) [     ] 
o.a.z.ClientCnxn An exception was thrown while closing send thread for session 
0x1016814d1e30009.
   [junit4]   2>           => EndOfStreamException: Unable to read additional 
data from server sessionid 0x1016814d1e30009, 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 0x1016814d1e30009, 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> 692413 INFO  (zkCallback-7085-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 692413 INFO  (zkCallback-7096-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 692413 INFO  (zkCallback-7077-thread-1) [     ] 
o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:39875_solr
   [junit4]   2> 692414 INFO  (zkCallback-7077-thread-1) 
[n:127.0.0.1:39875_solr     ] o.a.s.c.Overseer Overseer 
(id=72453507644588045-127.0.0.1:39875_solr-n_0000000002) starting
   [junit4]   2> 692421 INFO  (closeThreadPool-7132-thread-1) [     ] 
o.a.s.c.Overseer Overseer 
(id=72453507644588041-127.0.0.1:34039_solr-n_0000000001) closing
   [junit4]   2> 692421 INFO  (zkCallback-7077-thread-2) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 692453 INFO  
(OverseerStateUpdate-72453507644588045-127.0.0.1:39875_solr-n_0000000002) 
[n:127.0.0.1:39875_solr     ] o.a.s.c.Overseer Starting to work on the main 
queue : 127.0.0.1:39875_solr
   [junit4]   2> 692531 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] 
o.a.s.c.Overseer Overseer 
(id=72453507644588041-127.0.0.1:34039_solr-n_0000000001) closing
   [junit4]   2> 692667 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] 
o.e.j.s.AbstractConnector Stopped ServerConnector@63f26718{HTTP/1.1, (http/1.1, 
h2c)}{127.0.0.1:0}
   [junit4]   2> 692668 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@4abd3745{/solr,null,STOPPED}
   [junit4]   2> 692668 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] 
o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 692670 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 692670 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 692670 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] 
o.e.j.s.Server jetty-9.4.32.v20200930; built: 2020-09-30T16:16:37.804Z; git: 
de97d26f7bd222a0e16831e353d702a7a422f711; jvm 1.8.0_252-b09
   [junit4]   2> 692678 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 692678 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 692678 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 692678 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@2b83fe4f{/solr,null,AVAILABLE}
   [junit4]   2> 692679 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@5e01a571{HTTP/1.1, (http/1.1, 
h2c)}{127.0.0.1:46869}
   [junit4]   2> 692679 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] 
o.e.j.s.Server Started @692705ms
   [junit4]   2> 692679 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=41137}
   [junit4]   2> 692679 ERROR 
(SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 692679 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 692679 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.8.0
   [junit4]   2> 692679 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 692679 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 692679 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2020-11-10T07:56:16.463Z
   [junit4]   2> 692682 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 692683 INFO  (zkConnectionManagerCallback-7138-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 692683 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 692684 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 692687 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] 
o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 692688 WARN  
(SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker-SendThread(127.0.0.1:42447))
 [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for 
session 0x1016814d1e30013.
   [junit4]   2>           => EndOfStreamException: Unable to read additional 
data from server sessionid 0x1016814d1e30013, 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 0x1016814d1e30013, 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> 694051 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 694052 WARN  
(SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@3697ece4[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 694052 WARN  
(SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@3697ece4[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 694056 WARN  
(SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@737fc493[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 694056 WARN  
(SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@737fc493[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 694057 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42447/solr
   [junit4]   2> 694061 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 694063 INFO  (zkConnectionManagerCallback-7149-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 694063 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 694068 WARN  
(SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker-SendThread(127.0.0.1:42447))
 [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for 
session 0x1016814d1e30014.
   [junit4]   2>           => EndOfStreamException: Unable to read additional 
data from server sessionid 0x1016814d1e30014, 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 0x1016814d1e30014, 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> 694271 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) 
[n:127.0.0.1:41137_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 694273 INFO  (zkConnectionManagerCallback-7151-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 694273 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) 
[n:127.0.0.1:41137_solr     ] o.a.s.c.c.ConnectionManager Client is connected 
to ZooKeeper
   [junit4]   2> 694297 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) 
[n:127.0.0.1:41137_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 694311 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) 
[n:127.0.0.1:41137_solr     ] o.a.s.c.ZkController Publish 
node=127.0.0.1:41137_solr as DOWN
   [junit4]   2> 694312 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) 
[n:127.0.0.1:41137_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 694312 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) 
[n:127.0.0.1:41137_solr     ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:41137_solr
   [junit4]   2> 694313 INFO  (zkCallback-7096-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 694313 INFO  (zkCallback-7085-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 694313 INFO  (zkCallback-7077-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 694314 INFO  (zkCallback-7120-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 694314 INFO  (zkCallback-7150-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 694315 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) 
[n:127.0.0.1:41137_solr     ] o.a.s.p.PackageLoader /packages.json updated to 
version -1
   [junit4]   2> 694316 WARN  
(SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) 
[n:127.0.0.1:41137_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> 694337 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) 
[n:127.0.0.1:41137_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestPullReplicaErrorHandling_AC4CAF22EFA16559-001/tempDir-001/node2
   [junit4]   2> 694356 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] 
o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=4
   [junit4]   2> 694358 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] 
o.a.s.c.TestPullReplicaErrorHandling Adding proxy for URL: 
http://127.0.0.1:46869/solr. Proxy: http://127.0.0.1:41137/solr
   [junit4]   2> 694358 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=1353454884
   [junit4]   2> 694358 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] 
o.a.s.c.ZkController Remove node as live in 
ZooKeeper:/live_nodes/127.0.0.1:39875_solr
   [junit4]   2> 694360 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] 
o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 694360 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] 
o.a.s.c.ZkController Publish node=127.0.0.1:39875_solr as DOWN
   [junit4]   2> 694379 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node 
tag=null
   [junit4]   2> 694379 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm 
tag=null
   [junit4]   2> 694379 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty 
tag=null
   [junit4]   2> 694380 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster 
tag=null
   [junit4]   2> 694389 INFO  (closeThreadPool-7162-thread-1) [     ] 
o.a.s.c.Overseer Overseer 
(id=72453507644588045-127.0.0.1:39875_solr-n_0000000002) closing
   [junit4]   2> 694390 INFO  
(OverseerStateUpdate-72453507644588045-127.0.0.1:39875_solr-n_0000000002) 
[n:127.0.0.1:39875_solr     ] o.a.s.c.Overseer Overseer Loop exiting : 
127.0.0.1:39875_solr
   [junit4]   2> 694392 WARN  
(jetty-launcher-7004-thread-1-SendThread(127.0.0.1:42447)) [     ] 
o.a.z.ClientCnxn An exception was thrown while closing send thread for session 
0x1016814d1e3000d.
   [junit4]   2>           => EndOfStreamException: Unable to read additional 
data from server sessionid 0x1016814d1e3000d, 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 0x1016814d1e3000d, 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> 694393 INFO  (zkCallback-7096-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 694393 INFO  (zkCallback-7085-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 694393 INFO  (zkCallback-7120-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 694397 INFO  (zkCallback-7085-thread-2) [     ] 
o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:35325_solr
   [junit4]   2> 694398 INFO  
(OverseerAutoScalingTriggerThread-72453507644588045-127.0.0.1:39875_solr-n_0000000002)
 [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we 
are closed, exiting.
   [junit4]   2> 694400 INFO  (zkCallback-7150-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 694409 INFO  (closeThreadPool-7162-thread-2) [     ] 
o.a.s.c.Overseer Overseer 
(id=72453507644588045-127.0.0.1:39875_solr-n_0000000002) closing
   [junit4]   2> 694410 INFO  (zkCallback-7085-thread-2) 
[n:127.0.0.1:35325_solr     ] o.a.s.c.Overseer Overseer 
(id=72453507644588046-127.0.0.1:35325_solr-n_0000000003) starting
   [junit4]   2> 694427 INFO  
(OverseerStateUpdate-72453507644588046-127.0.0.1:35325_solr-n_0000000003) 
[n:127.0.0.1:35325_solr     ] o.a.s.c.Overseer Starting to work on the main 
queue : 127.0.0.1:35325_solr
   [junit4]   2> 694581 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] 
o.a.s.c.Overseer Overseer 
(id=72453507644588045-127.0.0.1:39875_solr-n_0000000002) closing
   [junit4]   2> 694585 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] 
o.e.j.s.AbstractConnector Stopped ServerConnector@7863b1eb{HTTP/1.1, (http/1.1, 
h2c)}{127.0.0.1:0}
   [junit4]   2> 694585 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@7eedd72d{/solr,null,STOPPED}
   [junit4]   2> 694585 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] 
o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 694587 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 694587 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 694587 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] 
o.e.j.s.Server jetty-9.4.32.v20200930; built: 2020-09-30T16:16:37.804Z; git: 
de97d26f7bd222a0e16831e353d702a7a422f711; jvm 1.8.0_252-b09
   [junit4]   2> 694591 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 694591 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 694591 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 694592 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@3a9eca3{/solr,null,AVAILABLE}
   [junit4]   2> 694592 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@31eb8523{HTTP/1.1, (http/1.1, 
h2c)}{127.0.0.1:46427}
   [junit4]   2> 694592 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] 
o.e.j.s.Server Started @694619ms
   [junit4]   2> 694592 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=34879}
   [junit4]   2> 694593 ERROR 
(SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 694593 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 694593 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.8.0
   [junit4]   2> 694593 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 694593 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 694593 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-worker) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2020-11-10T07:56:18.377Z
   [junit4]   2> 694598 INFO  
(SUITE-TestPullReplicaErrorHandling-seed#[AC4CAF22EFA16559]-work

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

 [junit4]   2>         "b",3,
   [junit4]   2>         "a",2,
   [junit4]   2>         "d",2,
   [junit4]   2>         "e",2,
   [junit4]   2>         "c",1]},
   [junit4]   2>     "facet_ranges":{},
   [junit4]   2>     "facet_intervals":{},
   [junit4]   2>     "facet_heatmaps":{}}}
   [junit4]   2> 
   [junit4]   2>  response = {
   [junit4]   2>   
"response":{"numFound":12,"start":0,"numFoundExact":true,"docs":[]
   [junit4]   2>   },
   [junit4]   2>   "facet_counts":{
   [junit4]   2>     "facet_queries":{},
   [junit4]   2>     "facet_fields":{
   [junit4]   2>       "small2_ss":[
   [junit4]   2>         "a",2,
   [junit4]   2>         "b",2,
   [junit4]   2>         "c",2,
   [junit4]   2>         "d",2,
   [junit4]   2>         "e",2]},
   [junit4]   2>     "facet_ranges":{},
   [junit4]   2>     "facet_intervals":{},
   [junit4]   2>     "facet_heatmaps":{}}}
   [junit4]   2> 
   [junit4]   2>  request = 
facet=true&wt=json&indent=true&omitHeader=true&q=*:*&rows=0&facet.limit=15&facet.field=small2_ss&facet.method=uif
   [junit4]   2> 765592 INFO  
(TEST-TestRandomDVFaceting.testRandomFaceting-seed#[AC4CAF22EFA16559]) [     ] 
o.a.s.SolrTestCaseJ4 ###Ending testRandomFaceting
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=TestRandomDVFaceting -Dtests.method=testRandomFaceting 
-Dtests.seed=AC4CAF22EFA16559 -Dtests.multiplier=2 -Dtests.slow=true 
-Dtests.locale=tr-TR -Dtests.timezone=Australia/Perth -Dtests.asserts=true 
-Dtests.file.encoding=UTF-8
   [junit4] FAILURE 26.1s J2 | TestRandomDVFaceting.testRandomFaceting <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: mismatch: 'b'!='a' @ 
facet_counts/facet_fields/small2_ss/[0]
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([AC4CAF22EFA16559:A1248FF7BA58ADE6]:0)
   [junit4]    >        at 
org.apache.solr.TestRandomDVFaceting.doFacetTests(TestRandomDVFaceting.java:292)
   [junit4]    >        at 
org.apache.solr.TestRandomDVFaceting.doFacetTests(TestRandomDVFaceting.java:175)
   [junit4]    >        at 
org.apache.solr.TestRandomDVFaceting.testRandomFaceting(TestRandomDVFaceting.java:158)
   [junit4]    >        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 765594 INFO  
(SUITE-TestRandomDVFaceting-seed#[AC4CAF22EFA16559]-worker) [     ] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 765594 INFO  
(SUITE-TestRandomDVFaceting-seed#[AC4CAF22EFA16559]-worker) [     ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=2142338421
   [junit4]   2> 765594 INFO  (coreCloseExecutor-5342-thread-1) [     ] 
o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@68b0354f
   [junit4]   2> 765594 INFO  (coreCloseExecutor-5342-thread-1) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection1 tag=SolrCore@68b0354f
   [junit4]   2> 765594 INFO  (coreCloseExecutor-5342-thread-1) [     ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@711dadeb: rootName = null, 
domain = solr.core.collection1, service url = null, agent id = null] for 
registry solr.core.collection1/com.codahale.metrics.MetricRegistry@780ecb79
   [junit4]   2> 765606 INFO  (coreCloseExecutor-5342-thread-1) [     ] 
o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter.close()  ... SKIPPED 
(unnecessary).
   [junit4]   2> 765607 INFO  
(SUITE-TestRandomDVFaceting-seed#[AC4CAF22EFA16559]-worker) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node 
tag=null
   [junit4]   2> 765607 INFO  
(SUITE-TestRandomDVFaceting-seed#[AC4CAF22EFA16559]-worker) [     ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@512cbac3: rootName = null, 
domain = solr.node, service url = null, agent id = null] for registry 
solr.node/com.codahale.metrics.MetricRegistry@1132c7cd
   [junit4]   2> 765612 INFO  
(SUITE-TestRandomDVFaceting-seed#[AC4CAF22EFA16559]-worker) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm 
tag=null
   [junit4]   2> 765612 INFO  
(SUITE-TestRandomDVFaceting-seed#[AC4CAF22EFA16559]-worker) [     ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@4c605284: rootName = null, 
domain = solr.jvm, service url = null, agent id = null] for registry 
solr.jvm/com.codahale.metrics.MetricRegistry@eb4970e
   [junit4]   2> 765615 INFO  
(SUITE-TestRandomDVFaceting-seed#[AC4CAF22EFA16559]-worker) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty 
tag=null
   [junit4]   2> 765615 INFO  
(SUITE-TestRandomDVFaceting-seed#[AC4CAF22EFA16559]-worker) [     ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@208c5935: rootName = null, 
domain = solr.jetty, service url = null, agent id = null] for registry 
solr.jetty/com.codahale.metrics.MetricRegistry@530c7287
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.TestRandomDVFaceting_AC4CAF22EFA16559-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene87): 
{small3_ss=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene84)),
 foo_ds_dv=BlockTreeOrds(blocksize=128), foo_f_dv=Lucene84, 
small_i=BlockTreeOrds(blocksize=128), small3_is=BlockTreeOrds(blocksize=128), 
small_s=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene84)),
 score_f=BlockTreeOrds(blocksize=128), 
score_d=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene84)),
 id=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene84)), 
foo_i=Lucene84, 
foo_fs_dv=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene84)),
 foo_l=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene84)), 
small4_ss=Lucene84, 
small2_s=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene84)),
 small2_i=BlockTreeOrds(blocksize=128), foo_ls_dv=BlockTreeOrds(blocksize=128), 
small2_is=Lucene84, foo_ds=PostingsFormat(name=MockRandom), foo_fs=Lucene84, 
foo_d_dv=PostingsFormat(name=MockRandom), score_f_dv=Lucene84, 
foo_d=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene84)), 
score_d_dv=PostingsFormat(name=MockRandom), 
small2_ss=PostingsFormat(name=MockRandom), foo_f=BlockTreeOrds(blocksize=128), 
foo_l_dv=PostingsFormat(name=MockRandom), 
foo_ls=PostingsFormat(name=MockRandom)}, 
docValues:{small2_s_dv=DocValuesFormat(name=Direct), 
score_f_p=DocValuesFormat(name=Lucene80), id_dv=DocValuesFormat(name=Lucene80), 
score_d_p=DocValuesFormat(name=Direct), 
small2_is_p=DocValuesFormat(name=Lucene80), 
small3_is_dv=DocValuesFormat(name=Lucene80), 
foo_ds_dv=DocValuesFormat(name=Asserting), 
foo_f_dv=DocValuesFormat(name=Direct), 
foo_ds_p=DocValuesFormat(name=Asserting), 
foo_l_p=DocValuesFormat(name=Lucene80), 
foo_i_p=DocValuesFormat(name=Asserting), 
small2_i_dv=DocValuesFormat(name=Lucene80), 
small4_ss_dv=DocValuesFormat(name=Lucene80), 
small_s_dv=DocValuesFormat(name=Lucene80), 
foo_i_dv=DocValuesFormat(name=Asserting), 
small2_ss_dv=DocValuesFormat(name=Asserting), 
foo_fs_dv=DocValuesFormat(name=Lucene80), 
small2_is_dv=DocValuesFormat(name=Lucene80), 
small_i_p=DocValuesFormat(name=Direct), 
small2_i_p=DocValuesFormat(name=Lucene80), 
small_i_dv=DocValuesFormat(name=Direct), 
small3_is_p=DocValuesFormat(name=Direct), 
foo_ls_dv=DocValuesFormat(name=Asserting), 
foo_f_p=DocValuesFormat(name=Direct), foo_ls_p=DocValuesFormat(name=Asserting), 
foo_d_p=DocValuesFormat(name=Lucene80), 
foo_fs_p=DocValuesFormat(name=Lucene80), 
score_f_dv=DocValuesFormat(name=Direct), 
foo_d_dv=DocValuesFormat(name=Lucene80), 
score_d_dv=DocValuesFormat(name=Lucene80), 
foo_l_dv=DocValuesFormat(name=Lucene80), 
small3_ss_dv=DocValuesFormat(name=Direct)}, maxPointsInLeafNode=1641, 
maxMBSortInHeap=6.039288458578572, 
sim=Asserting(RandomSimilarity(queryNorm=true): {}), locale=tr-TR, 
timezone=Australia/Perth
   [junit4]   2> NOTE: Linux 5.4.0-45-generic amd64/Oracle Corporation 
1.8.0_252 (64-bit)/cpus=4,threads=1,free=138904152,total=530579456
   [junit4]   2> NOTE: All tests run in this JVM: 
[TestDeleteCollectionOnDownNodes, TestLeaderElectionZkExpiry, 
TestCustomDocTransformer, SimpleMLTQParserTest, TestScoreJoinQPScore, 
TestCloudManagedSchema, BasicAuthStandaloneTest, MaxSizeAutoCommitTest, 
TestTrackingShardHandlerFactory, TestSSLRandomization, TestCloudRecovery2, 
TestExtendedDismaxParser, ConcurrentCreateRoutedAliasTest, CdcrUpdateLogTest, 
DistribJoinFromCollectionTest, CollectionTooManyReplicasTest, TestCodecSupport, 
HdfsUnloadDistributedZkTest, TestSimLargeCluster, PrimUtilsTest, 
TestSchemaResource, DebugComponentTest, TestHdfsCloudBackupRestore, 
TestTlogReplica, SSLMigrationTest, TestJsonRangeFacets, ResponseHeaderTest, 
TestFieldResource, RuleEngineTest, RemoteQueryErrorTest, 
ShowFileRequestHandlerTest, SystemInfoHandlerTest, TestNumericTerms64, 
TimeRoutedAliasUpdateProcessorTest, BlobRepositoryCloudTest, 
AutoAddReplicasIntegrationTest, TestComponentsName, 
TestReplicationHandlerDiskOverFlow, ZkSolrClientTest, 
ZkCollectionPropsCachingTest, BigEndianAscendingWordSerializerTest, 
RAMDirectoryFactoryTest, TestCoreBackup, TestPrepRecovery, 
TestObjectReleaseTracker, OverseerStatusTest, SolrJmxReporterCloudTest, 
TestPHPSerializedResponseWriter, TestAtomicUpdateErrorCases, 
TestPhraseSuggestions, TestCoreAdminApis, WordBreakSolrSpellCheckerTest, 
TestDistributedStatsComponentCardinality, TestTolerantSearch, 
FacetPivotSmallTest, LoggingHandlerTest, TestMultiWordSynonyms, 
SuggestComponentTest, SuggesterWFSTTest, TestConfigSetsAPIExclusivity, 
DirectSolrSpellCheckerTest, TestPayloadScoreQParserPlugin, 
TestWordDelimiterFilterFactory, TestDistribIDF, TestSolrCoreParser, 
CopyFieldTest, DistributedQueryElevationComponentTest, 
AtomicUpdateRemovalJavabinTest, TestFieldCache, TestInPlaceUpdatesDistrib, 
TestCharFilters, TestRandomDVFaceting]
   [junit4] Completed [296/921 (2!)] on J2 in 26.79s, 1 test, 1 failure <<< 
FAILURES!

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

Reply via email to