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

1 tests failed.
FAILED:  
junit.framework.TestSuite.org.apache.solr.search.join.BlockJoinFacetDistribTest

Error Message:
Timeout occurred while waiting response from server at: 
https://127.0.0.1:40503/solr

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occurred while 
waiting response from server at: https://127.0.0.1:40503/solr
        at __randomizedtesting.SeedInfo.seed([36F5ADF427888B4A]:0)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:692)
        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:1171)
        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.search.join.BlockJoinFacetDistribTest.setupCluster(BlockJoinFacetDistribTest.java:71)
        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$6.evaluate(RandomizedRunner.java:878)
        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)
Caused by: java.net.SocketTimeoutException: Read timed out
        at java.net.SocketInputStream.socketRead0(Native Method)
        at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
        at java.net.SocketInputStream.read(SocketInputStream.java:171)
        at java.net.SocketInputStream.read(SocketInputStream.java:141)
        at 
sun.security.ssl.SSLSocketInputRecord.read(SSLSocketInputRecord.java:475)
        at 
sun.security.ssl.SSLSocketInputRecord.readHeader(SSLSocketInputRecord.java:469)
        at 
sun.security.ssl.SSLSocketInputRecord.bytesInCompletePacket(SSLSocketInputRecord.java:69)
        at 
sun.security.ssl.SSLSocketImpl.readApplicationRecord(SSLSocketImpl.java:1228)
        at sun.security.ssl.SSLSocketImpl.access$300(SSLSocketImpl.java:75)
        at 
sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:915)
        at 
org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:137)
        at 
org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:153)
        at 
org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:280)
        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138)
        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
        at 
org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)
        at 
org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163)
        at 
org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:157)
        at 
org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)
        at 
org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
        at 
org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
        at 
org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
        at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
        at 
org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
        at 
org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:571)
        ... 36 more




Build Log:
[...truncated 16279 lines...]
   [junit4] Suite: org.apache.solr.search.join.BlockJoinFacetDistribTest
   [junit4]   2> 2271888 INFO  
(SUITE-BlockJoinFacetDistribTest-seed#[36F5ADF427888B4A]-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> 2271889 INFO  
(SUITE-BlockJoinFacetDistribTest-seed#[36F5ADF427888B4A]-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.search.join.BlockJoinFacetDistribTest_36F5ADF427888B4A-001/data-dir-217-001
   [junit4]   2> 2271889 WARN  
(SUITE-BlockJoinFacetDistribTest-seed#[36F5ADF427888B4A]-worker) [     ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=2 numCloses=2
   [junit4]   2> 2271889 INFO  
(SUITE-BlockJoinFacetDistribTest-seed#[36F5ADF427888B4A]-worker) [     ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 2271890 INFO  
(SUITE-BlockJoinFacetDistribTest-seed#[36F5ADF427888B4A]-worker) [     ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 2271891 INFO  
(SUITE-BlockJoinFacetDistribTest-seed#[36F5ADF427888B4A]-worker) [     ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 2271891 INFO  
(SUITE-BlockJoinFacetDistribTest-seed#[36F5ADF427888B4A]-worker) [     ] 
o.a.s.c.SolrCloudTestCase Using per-replica state
   [junit4]   2> 2271891 INFO  
(SUITE-BlockJoinFacetDistribTest-seed#[36F5ADF427888B4A]-worker) [     ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 6 servers in 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.search.join.BlockJoinFacetDistribTest_36F5ADF427888B4A-001/tempDir-001
   [junit4]   2> 2271891 INFO  
(SUITE-BlockJoinFacetDistribTest-seed#[36F5ADF427888B4A]-worker) [     ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 2271891 INFO  (ZkTestServer Run Thread) [     ] 
o.a.s.c.ZkTestServer client port: 0.0.0.0/0.0.0.0:0
   [junit4]   2> 2271891 INFO  (ZkTestServer Run Thread) [     ] 
o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 2271892 WARN  (ZkTestServer Run Thread) [     ] 
o.a.z.s.ServerCnxnFactory maxCnxns is not configured, using default value 0.
   [junit4]   2> 2271991 INFO  
(SUITE-BlockJoinFacetDistribTest-seed#[36F5ADF427888B4A]-worker) [     ] 
o.a.s.c.ZkTestServer start zk server on port: 43433
   [junit4]   2> 2271992 INFO  
(SUITE-BlockJoinFacetDistribTest-seed#[36F5ADF427888B4A]-worker) [     ] 
o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:43433
   [junit4]   2> 2271992 INFO  
(SUITE-BlockJoinFacetDistribTest-seed#[36F5ADF427888B4A]-worker) [     ] 
o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:43433
   [junit4]   2> 2271992 INFO  
(SUITE-BlockJoinFacetDistribTest-seed#[36F5ADF427888B4A]-worker) [     ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1 43433
   [junit4]   2> 2271993 INFO  
(SUITE-BlockJoinFacetDistribTest-seed#[36F5ADF427888B4A]-worker) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2271995 INFO  (zkConnectionManagerCallback-20914-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2271995 INFO  
(SUITE-BlockJoinFacetDistribTest-seed#[36F5ADF427888B4A]-worker) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2271997 INFO  
(SUITE-BlockJoinFacetDistribTest-seed#[36F5ADF427888B4A]-worker) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2271998 INFO  (zkConnectionManagerCallback-20916-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2271998 INFO  
(SUITE-BlockJoinFacetDistribTest-seed#[36F5ADF427888B4A]-worker) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2271999 INFO  
(SUITE-BlockJoinFacetDistribTest-seed#[36F5ADF427888B4A]-worker) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2271999 INFO  (zkConnectionManagerCallback-20918-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2271999 INFO  
(SUITE-BlockJoinFacetDistribTest-seed#[36F5ADF427888B4A]-worker) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2272001 WARN  
(SUITE-BlockJoinFacetDistribTest-seed#[36F5ADF427888B4A]-worker-SendThread(127.0.0.1:43433))
 [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for 
session 0x10469501b680002.
   [junit4]   2>           => EndOfStreamException: Unable to read additional 
data from server sessionid 0x10469501b680002, 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 0x10469501b680002, 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> 2272117 INFO  (jetty-launcher-20919-thread-1) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 2272117 INFO  (jetty-launcher-20919-thread-1) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 2272117 INFO  (jetty-launcher-20919-thread-1) [     ] 
o.e.j.s.Server jetty-9.4.34.v20201102; built: 2020-11-02T14:15:39.302Z; git: 
e46af88704a893fc12cb0e3bf46e2c7b48a009e7; jvm 1.8.0_281-b09
   [junit4]   2> 2272118 INFO  (jetty-launcher-20919-thread-2) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 2272118 INFO  (jetty-launcher-20919-thread-2) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 2272118 INFO  (jetty-launcher-20919-thread-2) [     ] 
o.e.j.s.Server jetty-9.4.34.v20201102; built: 2020-11-02T14:15:39.302Z; git: 
e46af88704a893fc12cb0e3bf46e2c7b48a009e7; jvm 1.8.0_281-b09
   [junit4]   2> 2272119 INFO  (jetty-launcher-20919-thread-3) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 2272119 INFO  (jetty-launcher-20919-thread-3) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 2272119 INFO  (jetty-launcher-20919-thread-3) [     ] 
o.e.j.s.Server jetty-9.4.34.v20201102; built: 2020-11-02T14:15:39.302Z; git: 
e46af88704a893fc12cb0e3bf46e2c7b48a009e7; jvm 1.8.0_281-b09
   [junit4]   2> 2272119 INFO  (jetty-launcher-20919-thread-4) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 2272119 INFO  (jetty-launcher-20919-thread-4) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 2272120 INFO  (jetty-launcher-20919-thread-4) [     ] 
o.e.j.s.Server jetty-9.4.34.v20201102; built: 2020-11-02T14:15:39.302Z; git: 
e46af88704a893fc12cb0e3bf46e2c7b48a009e7; jvm 1.8.0_281-b09
   [junit4]   2> 2272124 INFO  (jetty-launcher-20919-thread-5) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 2272124 INFO  (jetty-launcher-20919-thread-5) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 2272124 INFO  (jetty-launcher-20919-thread-5) [     ] 
o.e.j.s.Server jetty-9.4.34.v20201102; built: 2020-11-02T14:15:39.302Z; git: 
e46af88704a893fc12cb0e3bf46e2c7b48a009e7; jvm 1.8.0_281-b09
   [junit4]   2> 2272154 INFO  (jetty-launcher-20919-thread-2) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2272155 INFO  (jetty-launcher-20919-thread-2) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2272155 INFO  (jetty-launcher-20919-thread-2) [     ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 2272155 INFO  (jetty-launcher-20919-thread-2) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@5f98bbf{/solr,null,AVAILABLE}
   [junit4]   2> 2272156 INFO  (jetty-launcher-20919-thread-1) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2272156 INFO  (jetty-launcher-20919-thread-1) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2272156 INFO  (jetty-launcher-20919-thread-1) [     ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 2272157 INFO  (jetty-launcher-20919-thread-1) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@29335557{/solr,null,AVAILABLE}
   [junit4]   2> 2272159 INFO  (jetty-launcher-20919-thread-5) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2272159 INFO  (jetty-launcher-20919-thread-5) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2272159 INFO  (jetty-launcher-20919-thread-5) [     ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 2272159 INFO  (jetty-launcher-20919-thread-5) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@7bb899ff{/solr,null,AVAILABLE}
   [junit4]   2> 2272161 INFO  (jetty-launcher-20919-thread-6) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 2272161 INFO  (jetty-launcher-20919-thread-6) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 2272161 INFO  (jetty-launcher-20919-thread-6) [     ] 
o.e.j.s.Server jetty-9.4.34.v20201102; built: 2020-11-02T14:15:39.302Z; git: 
e46af88704a893fc12cb0e3bf46e2c7b48a009e7; jvm 1.8.0_281-b09
   [junit4]   2> 2272191 INFO  (jetty-launcher-20919-thread-3) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2272191 INFO  (jetty-launcher-20919-thread-3) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2272192 INFO  (jetty-launcher-20919-thread-3) [     ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 2272192 INFO  (jetty-launcher-20919-thread-6) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2272192 INFO  (jetty-launcher-20919-thread-6) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2272192 INFO  (jetty-launcher-20919-thread-6) [     ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 2272193 INFO  (jetty-launcher-20919-thread-6) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@1a7d8300{/solr,null,AVAILABLE}
   [junit4]   2> 2272193 INFO  (jetty-launcher-20919-thread-5) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@66921b52{SSL, (ssl, 
http/1.1)}{127.0.0.1:39287}
   [junit4]   2> 2272193 INFO  (jetty-launcher-20919-thread-5) [     ] 
o.e.j.s.Server Started @2272276ms
   [junit4]   2> 2272193 INFO  (jetty-launcher-20919-thread-5) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
zkHost=127.0.0.1:43433/solr, hostPort=39287}
   [junit4]   2> 2272193 ERROR (jetty-launcher-20919-thread-5) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2272193 INFO  (jetty-launcher-20919-thread-5) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2272194 INFO  (jetty-launcher-20919-thread-5) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.9.0
   [junit4]   2> 2272194 INFO  (jetty-launcher-20919-thread-5) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2272194 INFO  (jetty-launcher-20919-thread-5) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 2272194 INFO  (jetty-launcher-20919-thread-5) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2021-04-08T16:48:53.601Z
   [junit4]   2> 2272195 INFO  (jetty-launcher-20919-thread-5) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2272198 INFO  (jetty-launcher-20919-thread-1) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@679840c7{SSL, (ssl, 
http/1.1)}{127.0.0.1:42783}
   [junit4]   2> 2272198 INFO  (jetty-launcher-20919-thread-1) [     ] 
o.e.j.s.Server Started @2272281ms
   [junit4]   2> 2272198 INFO  (jetty-launcher-20919-thread-1) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
zkHost=127.0.0.1:43433/solr, hostPort=42783}
   [junit4]   2> 2272199 ERROR (jetty-launcher-20919-thread-1) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2272199 INFO  (jetty-launcher-20919-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2272199 INFO  (jetty-launcher-20919-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.9.0
   [junit4]   2> 2272199 INFO  (jetty-launcher-20919-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2272199 INFO  (jetty-launcher-20919-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 2272199 INFO  (jetty-launcher-20919-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2021-04-08T16:48:53.606Z
   [junit4]   2> 2272201 INFO  (jetty-launcher-20919-thread-4) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2272201 INFO  (jetty-launcher-20919-thread-4) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2272201 INFO  (jetty-launcher-20919-thread-4) [     ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 2272201 INFO  (jetty-launcher-20919-thread-3) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@2827e608{/solr,null,AVAILABLE}
   [junit4]   2> 2272202 INFO  (jetty-launcher-20919-thread-4) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@fc1cbf3{/solr,null,AVAILABLE}
   [junit4]   2> 2272203 INFO  (jetty-launcher-20919-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2272203 INFO  (jetty-launcher-20919-thread-6) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@57fed7f8{SSL, (ssl, 
http/1.1)}{127.0.0.1:39021}
   [junit4]   2> 2272203 INFO  (jetty-launcher-20919-thread-6) [     ] 
o.e.j.s.Server Started @2272286ms
   [junit4]   2> 2272203 INFO  (jetty-launcher-20919-thread-6) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
zkHost=127.0.0.1:43433/solr, hostPort=39021}
   [junit4]   2> 2272203 ERROR (jetty-launcher-20919-thread-6) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2272203 INFO  (jetty-launcher-20919-thread-6) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2272203 INFO  (jetty-launcher-20919-thread-6) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.9.0
   [junit4]   2> 2272203 INFO  (jetty-launcher-20919-thread-6) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2272203 INFO  (jetty-launcher-20919-thread-6) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 2272203 INFO  (jetty-launcher-20919-thread-6) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2021-04-08T16:48:53.610Z
   [junit4]   2> 2272203 INFO  (jetty-launcher-20919-thread-2) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@3ae5f496{SSL, (ssl, 
http/1.1)}{127.0.0.1:46507}
   [junit4]   2> 2272203 INFO  (jetty-launcher-20919-thread-2) [     ] 
o.e.j.s.Server Started @2272286ms
   [junit4]   2> 2272203 INFO  (jetty-launcher-20919-thread-2) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
zkHost=127.0.0.1:43433/solr, hostPort=46507}
   [junit4]   2> 2272203 ERROR (jetty-launcher-20919-thread-2) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2272203 INFO  (jetty-launcher-20919-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2272203 INFO  (jetty-launcher-20919-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.9.0
   [junit4]   2> 2272203 INFO  (jetty-launcher-20919-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2272203 INFO  (jetty-launcher-20919-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 2272203 INFO  (jetty-launcher-20919-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2021-04-08T16:48:53.610Z
   [junit4]   2> 2272204 INFO  (zkConnectionManagerCallback-20921-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2272204 INFO  (jetty-launcher-20919-thread-5) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2272204 INFO  (jetty-launcher-20919-thread-5) [     ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2272207 INFO  (jetty-launcher-20919-thread-5) [     ] 
o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 2272207 INFO  (jetty-launcher-20919-thread-6) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2272207 INFO  (jetty-launcher-20919-thread-3) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@79e8d04f{SSL, (ssl, 
http/1.1)}{127.0.0.1:40503}
   [junit4]   2> 2272207 INFO  (jetty-launcher-20919-thread-3) [     ] 
o.e.j.s.Server Started @2272290ms
   [junit4]   2> 2272207 INFO  (jetty-launcher-20919-thread-3) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
zkHost=127.0.0.1:43433/solr, hostPort=40503}
   [junit4]   2> 2272207 ERROR (jetty-launcher-20919-thread-3) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2272207 INFO  (jetty-launcher-20919-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2272207 INFO  (jetty-launcher-20919-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.9.0
   [junit4]   2> 2272207 INFO  (jetty-launcher-20919-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2272207 INFO  (jetty-launcher-20919-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 2272207 INFO  (jetty-launcher-20919-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2021-04-08T16:48:53.614Z
   [junit4]   2> 2272208 INFO  (zkConnectionManagerCallback-20923-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2272208 INFO  (jetty-launcher-20919-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2272208 INFO  (jetty-launcher-20919-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2272208 INFO  (jetty-launcher-20919-thread-3) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2272211 INFO  (jetty-launcher-20919-thread-1) [     ] 
o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 2272211 INFO  (jetty-launcher-20919-thread-2) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2272211 INFO  (zkConnectionManagerCallback-20925-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2272211 INFO  (jetty-launcher-20919-thread-6) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2272212 WARN  
(jetty-launcher-20919-thread-5-SendThread(127.0.0.1:43433)) [     ] 
o.a.z.ClientCnxn An exception was thrown while closing send thread for session 
0x10469501b680003.
   [junit4]   2>           => EndOfStreamException: Unable to read additional 
data from server sessionid 0x10469501b680003, 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 0x10469501b680003, 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> 2272212 INFO  (jetty-launcher-20919-thread-4) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@58687850{SSL, (ssl, 
http/1.1)}{127.0.0.1:41089}
   [junit4]   2> 2272212 INFO  (jetty-launcher-20919-thread-4) [     ] 
o.e.j.s.Server Started @2272295ms
   [junit4]   2> 2272212 INFO  (jetty-launcher-20919-thread-4) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
zkHost=127.0.0.1:43433/solr, hostPort=41089}
   [junit4]   2> 2272212 ERROR (jetty-launcher-20919-thread-4) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2272212 INFO  (jetty-launcher-20919-thread-4) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2272212 WARN  
(jetty-launcher-20919-thread-1-SendThread(127.0.0.1:43433)) [     ] 
o.a.z.ClientCnxn An exception was thrown while closing send thread for session 
0x10469501b680004.
   [junit4]   2>           => EndOfStreamException: Unable to read additional 
data from server sessionid 0x10469501b680004, 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 0x10469501b680004, 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> 2272212 INFO  (jetty-launcher-20919-thread-4) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.9.0
   [junit4]   2> 2272212 INFO  (jetty-launcher-20919-thread-4) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2272212 INFO  (jetty-launcher-20919-thread-4) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 2272212 INFO  (jetty-launcher-20919-thread-4) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2021-04-08T16:48:53.619Z
   [junit4]   2> 2272213 INFO  (jetty-launcher-20919-thread-6) [     ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2272213 INFO  (zkConnectionManagerCallback-20929-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2272213 INFO  (jetty-launcher-20919-thread-3) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2272213 INFO  (jetty-launcher-20919-thread-4) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2272213 INFO  (zkConnectionManagerCallback-20927-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2272213 INFO  (jetty-launcher-20919-thread-2) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2272214 INFO  (zkConnectionManagerCallback-20931-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2272214 INFO  (jetty-launcher-20919-thread-4) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2272541 INFO  (jetty-launcher-20919-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2272541 INFO  (jetty-launcher-20919-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2272543 INFO  (jetty-launcher-20919-thread-4) [     ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2272546 INFO  (jetty-launcher-20919-thread-2) [     ] 
o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 2272548 INFO  (jetty-launcher-20919-thread-3) [     ] 
o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 2272550 INFO  (jetty-launcher-20919-thread-4) [     ] 
o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 2272551 INFO  (jetty-launcher-20919-thread-6) [     ] 
o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 2272552 WARN  
(jetty-launcher-20919-thread-3-SendThread(127.0.0.1:43433)) [     ] 
o.a.z.ClientCnxn An exception was thrown while closing send thread for session 
0x10469501b680006.
   [junit4]   2>           => EndOfStreamException: Unable to read additional 
data from server sessionid 0x10469501b680006, 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 0x10469501b680006, 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> 2272660 WARN  
(jetty-launcher-20919-thread-2-SendThread(127.0.0.1:43433)) [     ] 
o.a.z.ClientCnxn An exception was thrown while closing send thread for session 
0x10469501b680007.
   [junit4]   2>           => EndOfStreamException: Unable to read additional 
data from server sessionid 0x10469501b680007, 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 0x10469501b680007, 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> 2272660 WARN  
(jetty-launcher-20919-thread-4-SendThread(127.0.0.1:43433)) [     ] 
o.a.z.ClientCnxn An exception was thrown while closing send thread for session 
0x10469501b680008.
   [junit4]   2>           => EndOfStreamException: Unable to read additional 
data from server sessionid 0x10469501b680008, 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 0x10469501b680008, 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> 2272661 WARN  
(jetty-launcher-20919-thread-6-SendThread(127.0.0.1:43433)) [     ] 
o.a.z.ClientCnxn An exception was thrown while closing send thread for session 
0x10469501b680005.
   [junit4]   2>           => EndOfStreamException: Unable to read additional 
data from server sessionid 0x10469501b680005, 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 0x10469501b680005, 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> 2272749 INFO  (jetty-launcher-20919-thread-1) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 2272749 WARN  (jetty-launcher-20919-thread-1) [     ] 
o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport 
since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 2272777 WARN  (jetty-launcher-20919-thread-1) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@6b82f13[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2272777 WARN  (jetty-launcher-20919-thread-1) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@6b82f13[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2272815 WARN  (jetty-launcher-20919-thread-1) [     ] 
o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport 
since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 2272839 WARN  (jetty-launcher-20919-thread-1) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@39c74b32[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2272839 WARN  (jetty-launcher-20919-thread-1) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@39c74b32[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2272840 INFO  (jetty-launcher-20919-thread-1) [     ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43433/solr
   [junit4]   2> 2272871 INFO  (jetty-launcher-20919-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2272895 INFO  (zkConnectionManagerCallback-20954-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2272895 INFO  (jetty-launcher-20919-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2272896 WARN  
(jetty-launcher-20919-thread-1-SendThread(127.0.0.1:43433)) [     ] 
o.a.z.ClientCnxn An exception was thrown while closing send thread for session 
0x10469501b680009.
   [junit4]   2>           => EndOfStreamException: Unable to read additional 
data from server sessionid 0x10469501b680009, 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 0x10469501b680009, 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> 2273367 INFO  (jetty-launcher-20919-thread-1) 
[n:127.0.0.1:42783_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 2273367 INFO  (zkConnectionManagerCallback-20959-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2273367 INFO  (jetty-launcher-20919-thread-1) 
[n:127.0.0.1:42783_solr     ] o.a.s.c.c.ConnectionManager Client is connected 
to ZooKeeper
   [junit4]   2> 2273414 WARN  (jetty-launcher-20919-thread-1) 
[n:127.0.0.1:42783_solr     ] o.a.s.c.ZkController Contents of zookeeper 
/security.json are world-readable; consider setting up ACLs as described in 
https://solr.apache.org/guide/zookeeper-access-control.html
   [junit4]   2> 2273555 INFO  (jetty-launcher-20919-thread-1) 
[n:127.0.0.1:42783_solr     ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:42783_solr
   [junit4]   2> 2273556 INFO  (jetty-launcher-20919-thread-1) 
[n:127.0.0.1:42783_solr     ] o.a.s.c.Overseer Overseer 
(id=73299286722871306-127.0.0.1:42783_solr-n_0000000000) starting
   [junit4]   2> 2273589 INFO  
(OverseerStateUpdate-73299286722871306-127.0.0.1:42783_solr-n_0000000000) 
[n:127.0.0.1:42783_solr     ] o.a.s.c.Overseer Starting to work on the main 
queue : 127.0.0.1:42783_solr
   [junit4]   2> 2273627 INFO  (jetty-launcher-20919-thread-1) 
[n:127.0.0.1:42783_solr     ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:42783_solr
   [junit4]   2> 2273629 INFO  (jetty-launcher-20919-thread-1) 
[n:127.0.0.1:42783_solr     ] o.a.s.p.PackageLoader /packages.json updated to 
version -1
   [junit4]   2> 2273629 WARN  (jetty-launcher-20919-thread-1) 
[n:127.0.0.1:42783_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> 2273646 INFO  (jetty-launcher-20919-thread-1) 
[n:127.0.0.1:42783_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.search.join.BlockJoinFacetDistribTest_36F5ADF427888B4A-001/tempDir-001/node1
   [junit4]   2> 2273647 INFO  (zkCallback-20958-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2274385 INFO  (jetty-launcher-20919-thread-5) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 2274385 WARN  (jetty-launcher-20919-thread-5) [     ] 
o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport 
since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 2274395 WARN  (jetty-launcher-20919-thread-5) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@6a3ee066[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2274395 WARN  (jetty-launcher-20919-thread-5) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@6a3ee066[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2274419 WARN  (jetty-launcher-20919-thread-5) [     ] 
o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport 
since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 2274427 WARN  (jetty-launcher-20919-thread-5) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@7bbdd1f0[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2274427 WARN  (jetty-launcher-20919-thread-5) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@7bbdd1f0[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2274428 INFO  (jetty-launcher-20919-thread-5) [     ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43433/solr
   [junit4]   2> 2274463 INFO  (jetty-launcher-20919-thread-5) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2274469 INFO  (zkConnectionManagerCallback-20977-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2274469 INFO  (jetty-launcher-20919-thread-5) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2274471 INFO  (jetty-launcher-20919-thread-2) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 2274471 WARN  (jetty-launcher-20919-thread-2) [     ] 
o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport 
since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 2274487 WARN  
(jetty-launcher-20919-thread-5-SendThread(127.0.0.1:43433)) [     ] 
o.a.z.ClientCnxn An exception was thrown while closing send thread for session 
0x10469501b68000b.
   [junit4]   2>           => EndOfStreamException: Unable to read additional 
data from server sessionid 0x10469501b68000b, 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 0x10469501b68000b, 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> 2274535 WARN  (jetty-launcher-20919-thread-2) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@3bd4977b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2274535 WARN  (jetty-launcher-20919-thread-2) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@3bd4977b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2274542 WARN  (jetty-launcher-20919-thread-2) [     ] 
o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport 
since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 2274542 WARN  (jetty-launcher-20919-thread-2) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@4e758957[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2274542 WARN  (jetty-launcher-20919-thread-2) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@4e758957[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2274544 INFO  (jetty-launcher-20919-thread-2) [     ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43433/solr
   [junit4]   2> 2274550 INFO  (jetty-launcher-20919-thread-2) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2274559 INFO  (zkConnectionManagerCallback-20985-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2274559 INFO  (jetty-launcher-20919-thread-2) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2274646 INFO  (jetty-launcher-20919-thread-5) 
[n:127.0.0.1:39287_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 2274651 INFO  (zkConnectionManagerCallback-20987-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2274651 INFO  (jetty-launcher-20919-thread-5) 
[n:127.0.0.1:39287_solr     ] o.a.s.c.c.ConnectionManager Client is connected 
to ZooKeeper
   [junit4]   2> 2274702 WARN  (jetty-launcher-20919-thread-5) 
[n:127.0.0.1:39287_solr     ] o.a.s.c.ZkController Contents of zookeeper 
/security.json are world-readable; consider setting up ACLs as described in 
https://solr.apache.org/guide/zookeeper-access-control.html
   [junit4]   2> 2274712 INFO  (jetty-launcher-20919-thread-5) 
[n:127.0.0.1:39287_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 2274715 INFO  (jetty-launcher-20919-thread-5) 
[n:127.0.0.1:39287_solr     ] o.a.s.c.ZkController Publish 
node=127.0.0.1:39287_solr as DOWN
   [junit4]   2> 2274715 INFO  (jetty-launcher-20919-thread-5) 
[n:127.0.0.1:39287_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 2274715 INFO  (jetty-launcher-20919-thread-5) 
[n:127.0.0.1:39287_solr     ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:39287_solr
   [junit4]   2> 2274716 INFO  (zkCallback-20958-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2274727 INFO  (zkCallback-20986-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2274727 INFO  (jetty-launcher-20919-thread-5) 
[n:127.0.0.1:39287_solr     ] o.a.s.p.PackageLoader /packages.json updated to 
version -1
   [junit4]   2> 2274728 WARN  (jetty-launcher-20919-thread-5) 
[n:127.0.0.1:39287_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> 2274764 INFO  (jetty-launcher-20919-thread-5) 
[n:127.0.0.1:39287_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.search.join.BlockJoinFacetDistribTest_36F5ADF427888B4A-001/tempDir-001/node5
   [junit4]   2> 2274764 INFO  (jetty-launcher-20919-thread-2) 
[n:127.0.0.1:46507_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 2274775 INFO  (zkConnectionManagerCallback-20993-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2274775 INFO  (jetty-launcher-20919-thread-2) 
[n:127.0.0.1:46507_solr     ] o.a.s.c.c.ConnectionManager Client is connected 
to ZooKeeper
   [junit4]   2> 2274788 INFO  (jetty-launcher-20919-thread-3) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 2274788 WARN  (jetty-launcher-20919-thread-3) [     ] 
o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport 
since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 2274804 WARN  (jetty-launcher-20919-thread-2) 
[n:127.0.0.1:46507_solr     ] o.a.s.c.ZkController Contents of zookeeper 
/security.json are world-readable; consider setting up ACLs as described in 
https://solr.apache.org/guide/zookeeper-access-control.html
   [junit4]   2> 2274814 INFO  (jetty-launcher-20919-thread-6) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 2274814 WARN  (jetty-launcher-20919-thread-6) [     ] 
o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport 
since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 2274824 INFO  (jetty-launcher-20919-thread-2) 
[n:127.0.0.1:46507_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 2274827 WARN  (jetty-launcher-20919-thread-3) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@45118e41[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2274827 WARN  (jetty-launcher-20919-thread-3) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@45118e41[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2274841 INFO  (jetty-launcher-20919-thread-2) 
[n:127.0.0.1:46507_solr     ] o.a.s.c.ZkController Publish 
node=127.0.0.1:46507_solr as DOWN
   [junit4]   2> 2274841 INFO  (jetty-launcher-20919-thread-2) 
[n:127.0.0.1:46507_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 2274841 INFO  (jetty-launcher-20919-thread-2) 
[n:127.0.0.1:46507_solr     ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:46507_solr
   [junit4]   2> 2274842 WARN  (jetty-launcher-20919-thread-6) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@27ad7ec5[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2274842 WARN  (jetty-launcher-20919-thread-6) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@27ad7ec5[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2274851 INFO  (zkCallback-20958-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2274851 WARN  (jetty-launcher-20919-thread-3) [     ] 
o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport 
since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 2274855 INFO  (zkCallback-20986-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2274863 INFO  (jetty-launcher-20919-thread-2) 
[n:127.0.0.1:46507_solr     ] o.a.s.p.PackageLoader /packages.json updated to 
version -1
   [junit4]   2> 2274863 WARN  (jetty-launcher-20919-thread-2) 
[n:127.0.0.1:46507_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> 2274877 INFO  (zkCallback-20992-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2274909 WARN  (jetty-launcher-20919-thread-3) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@10ea834b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2274909 WARN  (jetty-launcher-20919-thread-3) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@10ea834b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2274910 INFO  (jetty-launcher-20919-thread-3) [     ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43433/solr
   [junit4]   2> 2274913 INFO  (jetty-launcher-20919-thread-2) 
[n:127.0.0.1:46507_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.search.join.BlockJoinFacetDistribTest_36F5ADF427888B4A-001/tempDir-001/node2
   [junit4]   2> 2275171 INFO  (jetty-launcher-20919-thread-3) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2275183 INFO  (zkConnectionManagerCallback-21012-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2275183 INFO  (jetty-launcher-20919-thread-3) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2275191 WARN  (jetty-launcher-20919-thread-6) [     ] 
o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport 
since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 2275200 WARN  
(jetty-launcher-20919-thread-3-SendThread(127.0.0.1:43433)) [     ] 
o.a.z.ClientCnxn An exception was thrown while closing send thread for session 
0x10469501b68000f.
   [junit4]   2>           => EndOfStreamException: Unable to read additional 
data from server sessionid 0x10469501b68000f, 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 0x10469501b68000f, 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> 2275214 WARN  (jetty-launcher-20919-thread-6) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@4446ae88[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2275214 WARN  (jetty-launcher-20919-thread-6) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@4446ae88[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2275215 INFO  (jetty-launcher-20919-thread-6) [     ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43433/solr
   [junit4]   2> 2275239 INFO  (jetty-launcher-20919-thread-6) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2275251 INFO  (zkConnectionManagerCallback-21017-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2275251 INFO  (jetty-launcher-20919-thread-6) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2275330 INFO  (jetty-launcher-20919-thread-3) 
[n:127.0.0.1:40503_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 2275330 INFO  (zkConnectionManagerCallback-21019-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2275330 INFO  (jetty-launcher-20919-thread-3) 
[n:127.0.0.1:40503_solr     ] o.a.s.c.c.ConnectionManager Client is connected 
to ZooKeeper
   [junit4]   2> 2275339 WARN  (jetty-launcher-20919-thread-3) 
[n:127.0.0.1:40503_solr     ] o.a.s.c.ZkController Contents of zookeeper 
/security.json are world-readable; consider setting up ACLs as described in 
https://solr.apache.org/guide/zookeeper-access-control.html
   [junit4]   2> 2275339 INFO  (jetty-launcher-20919-thread-3) 
[n:127.0.0.1:40503_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 2275342 INFO  (jetty-launcher-20919-thread-3) 
[n:127.0.0.1:40503_solr     ] o.a.s.c.ZkController Publish 
node=127.0.0.1:40503_solr as DOWN
   [junit4]   2> 2275342 INFO  (jetty-launcher-20919-thread-3) 
[n:127.0.0.1:40503_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 2275342 INFO  (jetty-launcher-20919-thread-3) 
[n:127.0.0.1:40503_solr     ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:40503_solr
   [junit4]   2> 2275343 INFO  (zkCallback-20958-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2275343 INFO  (zkCallback-20986-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2275344 INFO  (jetty-launcher-20919-thread-3) 
[n:127.0.0.1:40503_solr     ] o.a.s.p.PackageLoader /packages.json updated to 
version -1
   [junit4]   2> 2275344 WARN  (jetty-launcher-20919-thread-3) 
[n:127.0.0.1:40503_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> 2275350 INFO  (jetty-launcher-20919-thread-4) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 2275350 WARN  (jetty-launcher-20919-thread-4) [     ] 
o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport 
since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 2275352 INFO  (zkCallback-20992-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2275353 INFO  (zkCallback-21018-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2275354 WARN  (jetty-launcher-20919-thread-4) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@523475d2[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2275354 WARN  (jetty-launcher-20919-thread-4) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@523475d2[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2275357 INFO  (jetty-launcher-20919-thread-3) 
[n:127.0.0.1:40503_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.search.join.BlockJoinFacetDistribTest_36F5ADF427888B4A-001/tempDir-001/node3
   [junit4]   2> 2275430 WARN  (jetty-launcher-20919-thread-4) [     ] 
o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport 
since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 2275431 WARN  (jetty-launcher-20919-thread-4) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@7423f0e0[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2275431 WARN  (jetty-launcher-20919-thread-4) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@7423f0e0[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2275431 INFO  (jetty-launcher-20919-thread-6) 
[n:127.0.0.1:39021_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 2275432 INFO  (jetty-launcher-20919-thread-4) [     ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43433/solr
   [junit4]   2> 2275433 INFO  (zkConnectionManagerCallback-21031-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2275433 INFO  (jetty-launcher-20919-thread-6) 
[n:127.0.0.1:39021_solr     ] o.a.s.c.c.ConnectionManager Client is connected 
to ZooKeeper
   [junit4]   2> 2275436 WARN  (jetty-launcher-20919-thread-6) 
[n:127.0.0.1:39021_solr     ] o.a.s.c.ZkController Contents of zookeeper 
/security.json are world-readable; consider setting up ACLs as described in 
https://solr.apache.org/guide/zookeeper-access-control.html
   [junit4]   2> 2275437 INFO  (jetty-launcher-20919-thread-6) 
[n:127.0.0.1:39021_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (4)
   [junit4]   2> 2275440 INFO  (jetty-launcher-20919-thread-6) 
[n:127.0.0.1:39021_solr     ] o.a.s.c.ZkController Publish 
node=127.0.0.1:39021_solr as DOWN
   [junit4]   2> 2275440 INFO  (jetty-launcher-20919-thread-6) 
[n:127.0.0.1:39021_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 2275440 INFO  (jetty-launcher-20919-thread-6) 
[n:127.0.0.1:39021_solr     ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:39021_solr
   [junit4]   2> 2275442 INFO  (zkCallback-20992-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 2275442 INFO  (zkCallback-20986-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 2275442 INFO  (zkCallback-21018-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 2275442 INFO  (zkCallback-20958-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 2275444 INFO  (zkCallback-21030-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 2275444 INFO  (jetty-launcher-20919-thread-6) 
[n:127.0.0.1:39021_solr     ] o.a.s.p.PackageLoader /packages.json updated to 
version -1
   [junit4]   2> 2275444 WARN  (jetty-launcher-20919-thread-6) 
[n:127.0.0.1:39021_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> 2275459 INFO  (jetty-launcher-20919-thread-4) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2275466 INFO  (jetty-launcher-20919-thread-6) 
[n:127.0.0.1:39021_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.search.join.BlockJoinFacetDistribTest_36F5ADF427888B4A-001/tempDir-001/node6
   [junit4]   2> 2275466 INFO  (zkConnectionManagerCallback-21035-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2275468 INFO  (jetty-launcher-20919-thread-4) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2275472 WARN  
(jetty-launcher-20919-thread-4-SendThread(127.0.0.1:43433)) [     ] 
o.a.z.ClientCnxn An exception was thrown while closing send thread for session 
0x10469501b680013.
   [junit4]   2>           => EndOfStreamException: Unable to read additional 
data from server sessionid 0x10469501b680013, 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 0x10469501b680013, 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> 2275574 INFO  (jetty-launcher-20919-thread-4) 
[n:127.0.0.1:41089_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 2275575 INFO  (zkConnectionManagerCallback-21043-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2275575 INFO  (jetty-launcher-20919-thread-4) 
[n:127.0.0.1:41089_solr     ] o.a.s.c.c.ConnectionManager Client is connected 
to ZooKeeper
   [junit4]   2> 2275578 WARN  (jetty-launcher-20919-thread-4) 
[n:127.0.0.1:41089_solr     ] o.a.s.c.ZkController Contents of zookeeper 
/security.json are world-readable; consider setting up ACLs as described in 
https://solr.apache.org/guide/zookeeper-access-control.html
   [junit4]   2> 2275578 INFO  (jetty-launcher-20919-thread-4) 
[n:127.0.0.1:41089_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (5)
   [junit4]   2> 2275581 INFO  (jetty-launcher-20919-thread-4) 
[n:127.0.0.1:41089_solr     ] o.a.s.c.ZkController Publish 
node=127.0.0.1:41089_solr as DOWN
   [junit4]   2> 2275582 INFO  (jetty-launcher-20919-thread-4) 
[n:127.0.0.1:41089_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 2275582 INFO  (jetty-launcher-20919-thread-4) 
[n:127.0.0.1:41089_solr     ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:41089_solr
   [junit4]   2> 2275584 INFO  (zkCallback-20986-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6)
   [junit4]   2> 2275584 INFO  (zkCallback-20992-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6)
   [junit4]   2> 2275584 INFO  (zkCallback-21030-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6)
   [junit4]   2> 2275584 INFO  (zkCallback-21018-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6)
   [junit4]   2> 2275584 INFO  (zkCallback-20958-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6)
   [junit4]   2> 2275585 INFO  (jetty-launcher-20919-thread-4) 
[n:127.0.0.1:41089_solr     ] o.a.s.p.PackageLoader /packages.json updated to 
version -1
   [junit4]   2> 2275585 WARN  (jetty-launcher-20919-thread-4) 
[n:127.0.0.1:41089_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> 2275595 INFO  (jetty-launcher-20919-thread-4) 
[n:127.0.0.1:41089_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.search.join.BlockJoinFacetDistribTest_36F5ADF427888B4A-001/tempDir-001/node4
   [junit4]   2> 2275599 INFO  (zkCallback-21042-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6)
   [junit4]   2> 2275607 INFO  
(SUITE-BlockJoinFacetDistribTest-seed#[36F5ADF427888B4A]-worker) [     ] 
o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=6
   [junit4]   2> 2275609 INFO  
(SUITE-BlockJoinFacetDistribTest-seed#[36F5ADF427888B4A]-worker) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2275610 INFO  (zkConnectionManagerCallback-21054-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2275610 INFO  
(SUITE-BlockJoinFacetDistribTest-seed#[36F5ADF427888B4A]-worker) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2275610 INFO  
(SUITE-BlockJoinFacetDistribTest-seed#[36F5ADF427888B4A]-worker) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (6)
   [junit4]   2> 2275612 INFO  
(SUITE-BlockJoinFacetDistribTest-seed#[36F5ADF427888B4A]-worker) [     ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:43433/solr ready
   [junit4]   2> 2276779 INFO  
(OverseerThreadFactory-20966-thread-1-processing-n:127.0.0.1:42783_solr) 
[n:127.0.0.1:42783_solr     ] o.a.s.c.a.c.CreateCollectionCmd Create collection 
facetcollection
   [junit4]   2> 2276783 INFO  
(OverseerThreadFactory-20966-thread-1-processing-n:127.0.0.1:42783_solr) 
[n:127.0.0.1:42783_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "core":"facetcollection_shard1_replica_n1",
   [junit4]   2>   "node_name":"127.0.0.1:42783_solr",
   [junit4]   2>   "base_url":"https://127.0.0.1:42783/solr";,
   [junit4]   2>   "collection":"facetcollection",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2276786 INFO  
(OverseerThreadFactory-20966-thread-1-processing-n:127.0.0.1:42783_solr) 
[n:127.0.0.1:42783_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "core":"facetcollection_shard1_replica_n3",
   [junit4]   2>   "node_name":"127.0.0.1:41089_solr",
   [junit4]   2>   "base_url":"https://127.0.0.1:41089/solr";,
   [junit4]   2>   "collection":"facetcollection",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2276788 INFO  
(OverseerThreadFactory-20966-thread-1-processing-n:127.0.0.1:42783_solr) 
[n:127.0.0.1:42783_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "core":"facetcollection_shard2_replica_n5",
   [junit4]   2>   "node_name":"127.0.0.1:39287_solr",
   [junit4]   2>   "base_url":"https://127.0.0.1:39287/solr";,
   [junit4]   2>   "collection":"facetcollection",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2276790 INFO  
(OverseerThreadFactory-20966-thread-1-processing-n:127.0.0.1:42783_solr) 
[n:127.0.0.1:42783_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "core":"facetcollection_shard2_replica_n7",
   [junit4]   2>   "node_name":"127.0.0.1:39021_solr",
   [junit4]   2>   "base_url":"https://127.0.0.1:39021/solr";,
   [junit4]   2>   "collection":"facetcollection",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2276792 INFO  
(OverseerThreadFactory-20966-thread-1-processing-n:127.0.0.1:42783_solr) 
[n:127.0.0.1:42783_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "core":"facetcollection_shard3_replica_n9",
   [junit4]   2>   "node_name":"127.0.0.1:46507_solr",
   [junit4]   2>   "base_url":"https://127.0.0.1:46507/solr";,
   [junit4]   2>   "collection":"facetcollection",
   [junit4]   2>   "shard":"shard3",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2276793 INFO  
(OverseerThreadFactory-20966-thread-1-processing-n:127.0.0.1:42783_solr) 
[n:127.0.0.1:42783_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "core":"facetcollection_shard3_replica_n11",
   [junit4]   2>   "node_name":"127.0.0.1:40503_solr",
   [junit4]   2>   "base_url":"https://127.0.0.1:40503/solr";,
   [junit4]   2>   "collection":"facetcollection",
   [junit4]   2>   "shard":"shard3",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2276860 INFO  (qtp1930476351-32424) [n:127.0.0.1:40503_solr    
x:facetcollection_shard3_replica_n11 ] o.a.s.h.a.CoreAdminOperation core create 
command 
qt=/admin/cores&collection.configName=solrCloudCollectionConfig&newCollection=true&collection=facetcollection&version=2&replicaType=NRT&property.config=solrconfig-blockjoinfacetcomponent.xml&property.schema=schema-blockjoinfacetcomponent.xml&coreNodeName=core_node12&name=facetcollection_shard3_replica_n11&action=CREATE&numShards=3&shard=shard3&wt=javabin
   [junit4]   2> 2276910 INFO  (qtp1560722568-32432) [n:127.0.0.1:39021_solr    
x:facetcollection_shard2_replica_n7 ] o.a.s.h.a.CoreAdminOperation core create 
command 
qt=/admin/cores&collection.configName=solrCloudCollectionConfig&newCollection=true&collection=facetcollection&version=2&replicaType=NRT&property.config=solrconfig-blockjoinfacetcomponent.xml&property.schema=schema-blockjoinfacetcomponent.xml&coreNodeName=core_node8&name=facetcollection_shard2_replica_n7&action=CREATE&numShards=3&shard=shard2&wt=javabin
   [junit4]   2> 2276916 INFO  (qtp807247846-32399) [n:127.0.0.1:46507_solr    
x:facetcollection_shard3_replica_n9 ] o.a.s.h.a.CoreAdminOperation core create 
command 
qt=/admin/cores&collection.configName=solrCloudCollectionConfig&newCollection=true&collection=facetcollection&version=2&replicaType=NRT&property.config=solrconfig-blockjoinfacetcomponent.xml&property.schema=schema-blockjoinfacetcomponent.xml&coreNodeName=core_node10&name=facetcollection_shard3_replica_n9&action=CREATE&numShards=3&shard=shard3&wt=javabin
   [junit4]   2> 2276919 INFO  (qtp1818914850-32414) [n:127.0.0.1:39287_solr    
x:facetcollection_shard2_replica_n5 ] o.a.s.h.a.CoreAdminOperation core create 
command 
qt=/admin/cores&collection.configName=solrCloudCollectionConfig&newCollection=true&collection=facetcollection&version=2&replicaType=NRT&property.config=solrconfig-blockjoinfacetcomponent.xml&property.schema=schema-blockjoinfacetcomponent.xml&coreNodeName=core_node6&name=facetcollection_shard2_replica_n5&action=CREATE&numShards=3&shard=shard2&wt=javabin
   [junit4]   2> 2276923 INFO  (qtp1835019191-32407) [n:127.0.0.1:42783_solr    
x:facetcollection_shard1_replica_n1 ] o.a.s.h.a.CoreAdminOperation core create 
command 
qt=/admin/cores&collection.configName=solrCloudCollectionConfig&newCollection=true&collection=facetcollection&version=2&replicaType=NRT&property.config=solrconfig-blockjoinfacetcomponent.xml&property.schema=schema-blockjoinfacetcomponent.xml&coreNodeName=core_node2&name=facetcollection_shard1_replica_n1&action=CREATE&numShards=3&shard=shard1&wt=javabin
   [junit4]   2> 2276923 INFO  (qtp1835019191-32407) [n:127.0.0.1:42783_solr    
x:facetcollection_shard1_replica_n1 ] o.a.s.c.TransientSolrCoreCacheDefault 
Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 2276931 INFO  (zkCallback-20958-thread-1) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeChildrenChanged 
path:/collections/facetcollection/state.json] for collection [facetcollection] 
has occurred - updating... (live nodes size: [6])
   [junit4]   2> 2276933 INFO  (qtp1385173792-32441) [n:127.0.0.1:41089_solr    
x:facetcollection_shard1_replica_n3 ] o.a.s.h.a.CoreAdminOperation core create 
command 
qt=/admin/cores&collection.configName=solrCloudCollectionConfig&newCollection=true&collection=facetcollection&version=2&replicaType=NRT&property.config=solrconfig-blockjoinfacetcomponent.xml&property.schema=schema-blockjoinfacetcomponent.xml&coreNodeName=core_node4&name=facetcollection_shard1_replica_n3&action=CREATE&numShards=3&shard=shard1&wt=javabin
   [junit4]   2> 2276934 INFO  (zkCallback-20986-thread-1) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeChildrenChanged 
path:/collections/facetcollection/state.json] for collection [facetcollection] 
has occurred - updating... (live nodes size: [6])
   [junit4]   2> 2276934 INFO  (zkCallback-20992-thread-1) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeChildrenChanged 
path:/collections/facetcollection/state.json] for collection [facetcollection] 
has occurred - updating... (live nodes size: [6])
   [junit4]   2> 2276978 INFO  (qtp1930476351-32424) [n:127.0.0.1:40503_solr 
c:facetcollection s:shard3 r:core_node12 x:facetcollection_shard3_replica_n11 ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.9.0
   [junit4]   2> 2276994 INFO  (qtp1930476351-32424) [n:127.0.0.1:40503_solr 
c:facetcollection s:shard3 r:core_node12 x:facetcollection_shard3_replica_n11 ] 
o.a.s.s.IndexSchema Schema name=test
   [junit4]   2> 2276995 INFO  (qtp1930476351-32424) [n:127.0.0.1:40503_solr 
c:facetcollection s:shard3 r:core_node12 x:facetcollection_shard3_replica_n11 ] 
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 2276995 INFO  (qtp1930476351-32424) [n:127.0.0.1:40503_solr 
c:facetcollection s:shard3 r:core_node12 x:facetcollection_shard3_replica_n11 ] 
o.a.s.c.CoreContainer Creating SolrCore 'facetcollection_shard3_replica_n11' 
using configuration from configset solrCloudCollectionConfig, trusted=true
   [junit4]   2> 2276995 INFO  (qtp1930476351-32424) [n:127.0.0.1:40503_solr 
c:facetcollection s:shard3 r:core_node12 x:facetcollection_shard3_replica_n11 ] 
o.a.s.c.SolrCore [[facetcollection_shard3_replica_n11] ] Opening new SolrCore 
at 
[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.search.join.BlockJoinFacetDistribTest_36F5ADF427888B4A-001/tempDir-001/node3/facetcollection_shard3_replica_n11],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.search.join.BlockJoinFacetDistribTest_36F5ADF427888B4A-001/tempDir-001/node3/facetcollection_shard3_replica_n11/data/]
   [junit4]   2> 2276997 INFO  (qtp1835019191-32407) [n:127.0.0.1:42783_solr 
c:facetcollection s:shard1 r:core_node2 x:facetcollection_shard1_replica_n1 ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.9.0
   [junit4]   2> 2276999 INFO  (qtp1560722568-32432) [n:127.0.0.1:39021_solr 
c:facetcollection s:shard2 r:core_node8 x:facetcollection_shard2_replica_n7 ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.9.0
   [junit4]   2> 2277489 INFO  (qtp807247846-32399) [n:127.0.0.1:46507_solr 
c:facetcollection s:shard3 r:core_node10 x:facetcollection_shard3_replica_n9 ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.9.0
   [junit4]   2> 2277505 INFO  (qtp1835019191-32407) [n:127.0.0.1:42783_solr 
c:facetcollection s:shard1 r:core_node2 x:facetcollection_shard1_replica_n1 ] 
o.a.s.s.IndexSchema Schema name=test
   [junit4]   2> 2277505 INFO  (qtp1835019191-32407) [n:127.0.0.1:42783_solr 
c:facetcollection s:shard1 r:core_node2 x:facetcollection_shard1_replica_n1 ] 
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 2277505 INFO  (qtp1835019191-32407) [n:127.0.0.1:42783_solr 
c:facetcollection s:shard1 r:core_node2 x:facetcollection_shard1_replica_n1 ] 
o.a.s.c.CoreContainer Creating SolrCore 'facetcollection_shard1_replica_n1' 
using configuration from configset solrCloudCollectionConfig, trusted=true
   [junit4]   2> 2277505 INFO  (qtp1835019191-32407) [n:127.0.0.1:42783_solr 
c:facetcollection s:shard1 r:core_node2 x:facetcollection_shard1_replica_n1 ] 
o.a.s.c.SolrCore [[facetcollection_shard1_replica_n1] ] Opening new SolrCore at 
[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.search.join.BlockJoinFacetDistribTest_36F5ADF427888B4A-001/tempDir-001/node1/facetcollection_shard1_replica_n1],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.search.join.BlockJoinFacetDistribTest_36F5ADF427888B4A-001/tempDir-001/node1/facetcollection_shard1_replica_n1/data/]
   [junit4]   2> 2277516 INFO  (qtp807247846-32399) [n:127.0.0.1:46507_solr 
c:facetcollection s:shard3 r:core_node10 x:facetcollection_shard3_replica_n9 ] 
o.a.s.s.IndexSchema Schema name=test
   [junit4]   2> 2277517 WARN  (qtp1930476351-32424) [n:127.0.0.1:40503_solr 
c:facetcollection s:shard3 r:core_node12 x:facetcollection_shard3_replica_n11 ] 
o.a.s.D.o.a.s.s.j.BlockJoinFacetComponent Solr loaded a deprecated 
plugin/analysis class [org.apache.solr.search.join.BlockJoinFacetComponent]. 
Please consult documentation how to replace it accordingly.
   [junit4]   2> 2277517 WARN  (qtp1930476351-32424) [n:127.0.0.1:40503_solr 
c:facetcollection s:shard3 r:core_node12 x:facetcollection_shard3_replica_n11 ] 
o.a.s.D.o.a.s.s.j.BlockJoinDocSetFacetComponent Solr loaded a deprecated 
plugin/analysis class 
[org.apache.solr.search.join.BlockJoinDocSetFacetComponent]. Please consult 
documentation how to replace it accordingly.
   [junit4]   2> 2277517 INFO  (qtp1560722568-32432) [n:127.0.0.1:39021_solr 
c:facetcollection s:shard2 r:core_node8 x:facetcollection_shard2_replica_n7 ] 
o.a.s.s.IndexSchema Schema name=test
   [junit4]   2> 2277518 INFO  (qtp1560722568-32432) [n:127.0.0.1:39021_solr 
c:facetcollection s:shard2 r:core_node8 x:facetcollection_shard2_replica_n7 ] 
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 2277518 INFO  (qtp1560722568-32432) [n:127.0.0.1:39021_solr 
c:facetcollection s:shard2 r:core_node8 x:facetcollection_shard2_replica_n7 ] 
o.a.s.c.CoreContainer Creating SolrCore 'facetcollection_shard2_replica_n7' 
using configuration from configset solrCloudCollectionConfig, trusted=true
   [junit4]   2> 2277518 INFO  (qtp1560722568-32432) [n:127.0.0.1:39021_solr 
c:facetcollection s:shard2 r:core_node8 x:facetcollection_shard2_replica_n7 ] 
o.a.s.c.SolrCore [[facetcollection_shard2_replica_n7] ] Opening new SolrCore at 
[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.search.join.BlockJoinFacetDistribTest_36F5ADF427888B4A-001/tempDir-001/node6/facetcollection_shard2_replica_n7],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.search.join.BlockJoinFacetDistribTest_36F5ADF427888B4A-001/tempDir-001/node6/facetcollection_shard2_replica_n7/data/]
   [junit4]   2> 2277523 INFO  (qtp807247846-32399) [n:127.0.0.1:46507_solr 
c:facetcollection s:shard3 r:core_node10 x:facetcollection_shard3_replica_n9 ] 
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 2277523 INFO  (qtp807247846-32399) [n:127.0.0.1:46507_solr 
c:facetcollection s:shard3 r:core_node10 x:facetcollection_shard3_replica_n9 ] 
o.a.s.c.CoreContainer Creating SolrCore 'facetcollection_shard3_replica_n9' 
using configuration from configset solrCloudCollectionConfig, trusted=true
   [junit4]   2> 2277523 INFO  (qtp807247846-32399) [n:127.0.0.1:46507_solr 
c:facetcollection s:shard3 r:core_node10 x:facetcollection_shard3_replica_n9 ] 
o.a.s.c.SolrCore [[facetcollection_shard3_replica_n9] ] Opening new SolrCore at 
[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.search.join.BlockJoinFacetDistribTest_36F5ADF427888B4A-001/tempDir-001/node2/facetcollection_shard3_replica_n9],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.search.join.BlockJoinFacetDistribTest_36F5ADF427888B4A-001/tempDir-001/node2/facetcollection_shard3_replica_n9/data/]
   [junit4]   2> 2277524 INFO  (qtp1818914850-32414) [n:127.0.0.1:39287_solr 
c:facetcollection s:shard2 r:core_node6 x:facetcollection_shard2_replica_n5 ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.9.0
   [junit4]   2> 2277524 INFO  (qtp1385173792-32441) [n:127.0.0.1:41089_solr 
c:facetcollection s:shard1 r:core_node4 x:facetcollection_shard1_replica_n3 ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.9.0
   [junit4]   2> 2277548 INFO  (qtp1818914850-32414) [n:127.0.0.1:39287_solr 
c:facetcollection s:shard2 r:core_node6 x:facetcollection_shard2_replica_n5 ] 
o.a.s.s.IndexSchema Schema name=test
   [junit4]   2> 2277548 INFO  (qtp1818914850-32414) [n:127.0.0.1:39287_solr 
c:facetcollection s:shard2 r:core_node6 x:facetcollection_shard2_replica_n5 ] 
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 2277548 INFO  (qtp1818914850-32414) [n:127.0.0.1:39287_solr 
c:facetcollection s:shard2 r:core_node6 x:facetcollection_shard2_replica_n5 ] 
o.a.s.c.CoreContainer Creating SolrCore 'facetcollection_shard2_replica_n5' 
using configuration from configset solrCloudCollectionConfig, trusted=true
   [junit4]   2> 2277548 INFO  (qtp1818914850-32414) [n:127.0.0.1:39287_solr 
c:facetcollection s:shard2 r:core_node6 x:facetcollection_shard2_replica_n5 ] 
o.a.s.c.SolrCore [[facetcollection_shard2_replica_n5] ] Opening new SolrCore at 
[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.search.join.BlockJoinFacetDistribTest_36F5ADF427888B4A-001/tempDir-001/node5/facetcollection_shard2_replica_n5],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.search.join.BlockJoinFacetDistribTest_36F5ADF427888B4A-001/tempDir-001/node5/facetcollection_shard2_replica_n5/data/]
   [junit4]   2> 2277549 INFO  (qtp1385173792-32441) [n:127.0.0.1:41089_solr 
c:facetcollection s:shard1 r:core_node4 x:facetcollection_shard1_replica_n3 ] 
o.a.s.s.IndexSchema Schema name=test
   [junit4]   2> 2277550 INFO  (qtp1385173792-32441) [n:127.0.0.1:41089_solr 
c:facetcollection s:shard1 r:core_node4 x:facetcollection_shard1_replica_n3 ] 
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 2277550 INFO  (qtp1385173792-32441) [n:127.0.0.1:41089_solr 
c:facetcollection s:shard1 r:core_node4 x:facetcollection_shard1_replica_n3 ] 
o.a.s.c.CoreContainer Creating SolrCore 'facetcollection_shard1_replica_n3' 
using configuration from configset solrCloudCollectionConfig, trusted=true
   [junit4]   2> 2277550 INFO  (qtp1385173792-32441) [n:127.0.0.1:41089_solr 
c:facetcollection s:shard1 r:core_node4 x:facetcollection_shard1_replica_n3 ] 
o.a.s.c.SolrCore [[facetcollection_shard1_replica_n3] ] Opening new SolrCore at 
[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.search.join.BlockJoinFacetDistribTest_36F5ADF427888B4A-001/tempDir-001/node4/facetcollection_shard1_replica_n3],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.search.join.BlockJoinFacetDistribTest_36F5ADF427888B4A-001/tempDir-001/node4/facetcollection_shard1_replica_n3/data/]
   [junit4]   2> 2277617 INFO  (qtp1560722568-32432) [n:127.0.0.1:39021_solr 
c:facetcollection s:shard2 r:core_node8 x:facetcollection_shard2_replica_n7 ] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 2277617 INFO  (qtp1560722568-32432) [n:127.0.0.1:39021_solr 
c:facetcollection s:shard2 r:core_node8 x:facetcollection_shard2_replica_n7 ] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2277618 INFO  (qtp1560722568-32432) [n:127.0.0.1:39021_solr 
c:facetcollection s:shard2 r:core_node8 x:facetcollection_shard2_replica_n7 ] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2277618 INFO  (qtp1560722568-32432) [n:127.0.0.1:39021_solr 
c:facetcollection s:shard2 r:core_node8 x:

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

2> 2369971 INFO  
(SUITE-BlockJoinFacetDistribTest-seed#[36F5ADF427888B4A]-worker) [     ] 
o.a.s.SolrTestCaseJ4 ------------------------------------------------------- 
Done waiting for tracked resources to be released
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene87): {}, 
docValues:{}, maxPointsInLeafNode=447, maxMBSortInHeap=7.287423519744862, 
sim=Asserting(RandomSimilarity(queryNorm=true): {}), locale=pt-BR, 
timezone=America/Louisville
   [junit4]   2> NOTE: Linux 5.4.0-45-generic amd64/Oracle Corporation 
1.8.0_281 (64-bit)/cpus=4,threads=1,free=69319544,total=524288000
   [junit4]   2> NOTE: All tests run in this JVM: [ReplaceNodeTest, 
DistributedFacetPivotSmallAdvancedTest, TestSolrCLIRunExample, CoreSorterTest, 
TestManagedSynonymFilterFactory, TestConfigSetsAPIShareSchema, 
QueryEqualityTest, TestLocalFSCloudBackupRestore, ResponseLogComponentTest, 
MoreLikeThisComponentTest, ConcurrentDeleteAndCreateCollectionTest, 
TestNoOpRegenerator, AtomicUpdateProcessorFactoryTest, TestDistribIDF, 
RequestHandlersTest, NodeAddedTriggerTest, AliasIntegrationTest, 
DisMaxRequestHandlerTest, TestDistributedMissingSort, CdcrRequestHandlerTest, 
TestDistribDocBasedVersion, TestRawResponseWriter, SoftAutoCommitTest, 
DistributedVersionInfoTest, TestTolerantUpdateProcessorCloud, 
TestCloudConsistency, TestSchemaField, UUIDUpdateProcessorFallbackTest, 
AnalysisErrorHandlingTest, PathHierarchyTokenizerFactoryTest, 
HdfsNNFailoverTest, TestRecovery, TestLazyCores, MultiThreadedOCPTest, 
TestSubQueryTransformerCrossCore, IndexSchemaTest, 
LeaderFailureAfterFreshStartTest, TestFieldTypeResource, 
TestInPlaceUpdateWithRouteField, TestPseudoReturnFields, BasicZkTest, 
TestStressThreadBackup, AuditLoggerIntegrationTest, 
TestRandomCollapseQParserPlugin, TestCustomSort, RulesTest, 
TestCloudJSONFacetSKG, IndexSizeTriggerTest, RecoveryZkTest, ZkFailoverTest, 
TestSearchPerf, TestLegacyTerms, ParsingFieldUpdateProcessorsTest, 
AutoAddReplicasPlanActionTest, TestPartialUpdateDeduplication, 
TestMacroExpander, TestSimpleTextCodec, TestStandardQParsers, 
CoreAdminCreateDiscoverTest, HdfsSyncSliceTest, AuthToolTest, TestBinaryField, 
GraphQueryTest, TestDFISimilarityFactory, TestFastLRUCache, StatsComponentTest, 
SolrCoreTest, TestSolrFieldCacheBean, StatsReloadRaceTest, 
TestScoreJoinQPScore, XmlUpdateRequestHandlerTest, SplitShardTest, 
AggValueSourceTest, TestSimNodeAddedTrigger, 
BigEndianAscendingWordDeserializerTest, TestSimpleTrackingShardHandler, 
FullSolrCloudDistribCmdsTest, BasicAuthStandaloneTest, TestMaxScoreQueryParser, 
LeaderElectionContextKeyTest, ChaosMonkeySafeLeaderWithPullReplicasTest, 
TestOrdValues, BufferStoreTest, UninvertDocValuesMergePolicyTest, 
TestRemoteStreaming, TestAuthorizationFramework, TestIndexingPerformance, 
SolrPluginUtilsTest, TestBlendedInfixSuggestions, TestNumericTerms32, 
InfoHandlerTest, TestSuggestSpellingConverter, DistributedSuggestComponentTest, 
AssignTest, ZkStateReaderTest, TestCustomStream, TestCollapseQParserPlugin, 
ZookeeperReadAPITest, CustomHighlightComponentTest, TestSolrIndexConfig, 
TestPerFieldSimilarityWithDefaultOverride, TestHighFrequencyDictionaryFactory, 
DistanceUnitsTest, TestSimClusterStateProvider, MetricsHistoryIntegrationTest, 
UpdateLogTest, ConjunctionSolrSpellCheckerTest, TestPullReplica, 
CreateCollectionCleanupTest, TestLMJelinekMercerSimilarityFactory, 
OverseerTest, TestSegmentSorting, SegmentsInfoRequestHandlerTest, 
SimpleMLTQParserTest, ReturnFieldsTest, DeleteShardTest, DeleteStatusTest, 
DistribDocExpirationUpdateProcessorTest, TestCloudPivotFacet, 
TestCloudSearcherWarming, TestRebalanceLeaders, TestTlogReplayVsRecovery, 
TestTlogReplica, CollectionsAPIAsyncDistributedZkTest, PurgeGraphTest, 
ShardSplitTest, TriggerSetPropertiesIntegrationTest, TestSimTriggerIntegration, 
BaseCdcrDistributedZkTest, CdcrBootstrapTest, TestConfigSetProperties, 
TestConfigSets, TestCoreDiscovery, TestQuerySenderNoQuery, 
TestShardHandlerFactory, BackupIdTest, TestSolrCloudSnapshots, TestBlobHandler, 
TestIncrementalCoreBackup, TestReplicationHandlerBackup, TestReqParamsAPI, 
TestSQLHandler, TestStressIncrementalBackup, IndexSizeEstimatorTest, 
TestConfigsApi, ThreadDumpHandlerTest, DistributedFacetExistsSmallTest, 
DistributedQueryComponentCustomSortTest, DistributedSpellCheckComponentTest, 
TestExportWriter, JavabinLoaderTest, RandomizedTaggerTest, TaggerTest, 
FastVectorHighlighterTest, HighlighterConfigTest, 
HighlighterWithoutStoredIdTest, TestUnifiedSolrHighlighter, 
TestSlowCompositeReaderWrapper, TestLegacyField, TestLegacyNumericUtils, 
MetricsConfigTest, MetricsDisabledCloudTest, SolrMetricManagerTest, 
SolrGraphiteReporterTest, SolrCloudReportersTest, TestBinaryResponseWriter, 
TestCSVResponseWriter, TestCustomDocTransformer, TestGraphMLResponseWriter, 
TestPHPSerializedResponseWriter, TestExplainDocTransformer, TestRestManager, 
TestBulkSchemaAPI, SynonymTokenizerTest, TestCollationFieldDocValues, 
TestManagedSchema, TestFoldingMultitermQuery, TestGraphTermsQParserPlugin, 
TestHashQParserPlugin, TestInitQParser, TestLFUCache, 
TestJsonFacetsStatsParsing, TestJsonFacetsWithNestedObjects, 
BlockJoinFacetDistribTest]
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=BlockJoinFacetDistribTest -Dtests.seed=36F5ADF427888B4A 
-Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=pt-BR 
-Dtests.timezone=America/Louisville -Dtests.asserts=true 
-Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.00s J0 | BlockJoinFacetDistribTest (suite) <<<
   [junit4]    > Throwable #1: 
org.apache.solr.client.solrj.SolrServerException: Timeout occurred while 
waiting response from server at: https://127.0.0.1:40503/solr
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([36F5ADF427888B4A]:0)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:692)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:266)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:369)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:297)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1171)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:934)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:866)
   [junit4]    >        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:214)
   [junit4]    >        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:231)
   [junit4]    >        at 
org.apache.solr.search.join.BlockJoinFacetDistribTest.setupCluster(BlockJoinFacetDistribTest.java:71)
   [junit4]    >        at java.lang.Thread.run(Thread.java:748)
   [junit4]    > Caused by: java.net.SocketTimeoutException: Read timed out
   [junit4]    >        at java.net.SocketInputStream.socketRead0(Native Method)
   [junit4]    >        at 
java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
   [junit4]    >        at 
java.net.SocketInputStream.read(SocketInputStream.java:171)
   [junit4]    >        at 
java.net.SocketInputStream.read(SocketInputStream.java:141)
   [junit4]    >        at 
sun.security.ssl.SSLSocketInputRecord.read(SSLSocketInputRecord.java:475)
   [junit4]    >        at 
sun.security.ssl.SSLSocketInputRecord.readHeader(SSLSocketInputRecord.java:469)
   [junit4]    >        at 
sun.security.ssl.SSLSocketInputRecord.bytesInCompletePacket(SSLSocketInputRecord.java:69)
   [junit4]    >        at 
sun.security.ssl.SSLSocketImpl.readApplicationRecord(SSLSocketImpl.java:1228)
   [junit4]    >        at 
sun.security.ssl.SSLSocketImpl.access$300(SSLSocketImpl.java:75)
   [junit4]    >        at 
sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:915)
   [junit4]    >        at 
org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:137)
   [junit4]    >        at 
org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:153)
   [junit4]    >        at 
org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:280)
   [junit4]    >        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138)
   [junit4]    >        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
   [junit4]    >        at 
org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)
   [junit4]    >        at 
org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163)
   [junit4]    >        at 
org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:157)
   [junit4]    >        at 
org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)
   [junit4]    >        at 
org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
   [junit4]    >        at 
org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
   [junit4]    >        at 
org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
   [junit4]    >        at 
org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
   [junit4]    >        at 
org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
   [junit4]    >        at 
org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
   [junit4]    >        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
   [junit4]    >        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:571)
   [junit4]    >        ... 36 more
   [junit4] Completed [885/936 (1!)] on J0 in 98.39s, 0 tests, 1 error <<< 
FAILURES!

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

Reply via email to