You are viewing a plain text version of this content. The canonical link for it is here.
Posted to builds@lucene.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2021/05/06 23:19:16 UTC

[JENKINS] Lucene » Lucene-Solr-Tests-8.x - Build # 2317 - Still Unstable!

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

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

Error Message:
Timeout occurred while waiting response from server at: http://127.0.0.1:39903/solr

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occurred while waiting response from server at: http://127.0.0.1:39903/solr
	at __randomizedtesting.SeedInfo.seed([450E54119C8287B5]: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 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 16173 lines...]
   [junit4] Suite: org.apache.solr.search.join.BlockJoinFacetDistribTest
   [junit4]   2> 2170672 INFO  (SUITE-BlockJoinFacetDistribTest-seed#[450E54119C8287B5]-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> 2170672 INFO  (SUITE-BlockJoinFacetDistribTest-seed#[450E54119C8287B5]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J3/temp/solr.search.join.BlockJoinFacetDistribTest_450E54119C8287B5-001/data-dir-238-001
   [junit4]   2> 2170672 WARN  (SUITE-BlockJoinFacetDistribTest-seed#[450E54119C8287B5]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=23 numCloses=23
   [junit4]   2> 2170672 INFO  (SUITE-BlockJoinFacetDistribTest-seed#[450E54119C8287B5]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 2170673 INFO  (SUITE-BlockJoinFacetDistribTest-seed#[450E54119C8287B5]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 2170674 INFO  (SUITE-BlockJoinFacetDistribTest-seed#[450E54119C8287B5]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 2170674 INFO  (SUITE-BlockJoinFacetDistribTest-seed#[450E54119C8287B5]-worker) [     ] o.a.s.c.SolrCloudTestCase Using per-replica state
   [junit4]   2> 2170674 INFO  (SUITE-BlockJoinFacetDistribTest-seed#[450E54119C8287B5]-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/J3/temp/solr.search.join.BlockJoinFacetDistribTest_450E54119C8287B5-001/tempDir-001
   [junit4]   2> 2170674 INFO  (SUITE-BlockJoinFacetDistribTest-seed#[450E54119C8287B5]-worker) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 2170674 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port: 0.0.0.0/0.0.0.0:0
   [junit4]   2> 2170674 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 2170675 WARN  (ZkTestServer Run Thread) [     ] o.a.z.s.ServerCnxnFactory maxCnxns is not configured, using default value 0.
   [junit4]   2> 2170774 INFO  (SUITE-BlockJoinFacetDistribTest-seed#[450E54119C8287B5]-worker) [     ] o.a.s.c.ZkTestServer start zk server on port: 45635
   [junit4]   2> 2170774 INFO  (SUITE-BlockJoinFacetDistribTest-seed#[450E54119C8287B5]-worker) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:45635
   [junit4]   2> 2170775 INFO  (SUITE-BlockJoinFacetDistribTest-seed#[450E54119C8287B5]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:45635
   [junit4]   2> 2170775 INFO  (SUITE-BlockJoinFacetDistribTest-seed#[450E54119C8287B5]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 45635
   [junit4]   2> 2170795 INFO  (SUITE-BlockJoinFacetDistribTest-seed#[450E54119C8287B5]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2170803 INFO  (zkConnectionManagerCallback-20919-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2170803 INFO  (SUITE-BlockJoinFacetDistribTest-seed#[450E54119C8287B5]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2170807 INFO  (SUITE-BlockJoinFacetDistribTest-seed#[450E54119C8287B5]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2170808 INFO  (zkConnectionManagerCallback-20921-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2170808 INFO  (SUITE-BlockJoinFacetDistribTest-seed#[450E54119C8287B5]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2170809 INFO  (SUITE-BlockJoinFacetDistribTest-seed#[450E54119C8287B5]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2170809 INFO  (zkConnectionManagerCallback-20923-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2170809 INFO  (SUITE-BlockJoinFacetDistribTest-seed#[450E54119C8287B5]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2170810 WARN  (SUITE-BlockJoinFacetDistribTest-seed#[450E54119C8287B5]-worker-SendThread(127.0.0.1:45635)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x10027333f940002.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x10027333f940002, 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 0x10027333f940002, 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> 2170912 INFO  (jetty-launcher-20924-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 2170912 INFO  (jetty-launcher-20924-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 2170912 INFO  (jetty-launcher-20924-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 2170912 INFO  (jetty-launcher-20924-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 2170912 INFO  (jetty-launcher-20924-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> 2170912 INFO  (jetty-launcher-20924-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> 2170912 INFO  (jetty-launcher-20924-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 2170912 INFO  (jetty-launcher-20924-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 2170912 INFO  (jetty-launcher-20924-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> 2170912 INFO  (jetty-launcher-20924-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 2170912 INFO  (jetty-launcher-20924-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 2170913 INFO  (jetty-launcher-20924-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> 2170913 INFO  (jetty-launcher-20924-thread-5) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 2170913 INFO  (jetty-launcher-20924-thread-5) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 2170913 INFO  (jetty-launcher-20924-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> 2170913 INFO  (jetty-launcher-20924-thread-6) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 2170913 INFO  (jetty-launcher-20924-thread-6) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 2170913 INFO  (jetty-launcher-20924-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> 2170915 INFO  (jetty-launcher-20924-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2170915 INFO  (jetty-launcher-20924-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2170915 INFO  (jetty-launcher-20924-thread-1) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 2170919 INFO  (jetty-launcher-20924-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@36b11352{/solr,null,AVAILABLE}
   [junit4]   2> 2170923 INFO  (jetty-launcher-20924-thread-4) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2170923 INFO  (jetty-launcher-20924-thread-4) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2170923 INFO  (jetty-launcher-20924-thread-4) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 2170923 INFO  (jetty-launcher-20924-thread-4) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@21544132{/solr,null,AVAILABLE}
   [junit4]   2> 2170942 INFO  (jetty-launcher-20924-thread-5) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2170942 INFO  (jetty-launcher-20924-thread-5) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2170943 INFO  (jetty-launcher-20924-thread-3) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2170943 INFO  (jetty-launcher-20924-thread-3) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2170943 INFO  (jetty-launcher-20924-thread-3) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 2170943 INFO  (jetty-launcher-20924-thread-3) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@2fa65e11{/solr,null,AVAILABLE}
   [junit4]   2> 2170944 INFO  (jetty-launcher-20924-thread-6) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2170944 INFO  (jetty-launcher-20924-thread-6) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2170944 INFO  (jetty-launcher-20924-thread-6) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 2170944 INFO  (jetty-launcher-20924-thread-6) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@3ccb1603{/solr,null,AVAILABLE}
   [junit4]   2> 2170944 INFO  (jetty-launcher-20924-thread-2) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2170944 INFO  (jetty-launcher-20924-thread-2) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2170945 INFO  (jetty-launcher-20924-thread-2) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 2170945 INFO  (jetty-launcher-20924-thread-2) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@3ac4ed12{/solr,null,AVAILABLE}
   [junit4]   2> 2170947 INFO  (jetty-launcher-20924-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@7a4361ff{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:45317}
   [junit4]   2> 2170947 INFO  (jetty-launcher-20924-thread-4) [     ] o.e.j.s.AbstractConnector Started ServerConnector@6f45bd9f{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:39117}
   [junit4]   2> 2170947 INFO  (jetty-launcher-20924-thread-1) [     ] o.e.j.s.Server Started @2170982ms
   [junit4]   2> 2170947 INFO  (jetty-launcher-20924-thread-4) [     ] o.e.j.s.Server Started @2170982ms
   [junit4]   2> 2170947 INFO  (jetty-launcher-20924-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, zkHost=127.0.0.1:45635/solr, hostPort=45317}
   [junit4]   2> 2170947 INFO  (jetty-launcher-20924-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, zkHost=127.0.0.1:45635/solr, hostPort=39117}
   [junit4]   2> 2170948 ERROR (jetty-launcher-20924-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2170948 ERROR (jetty-launcher-20924-thread-4) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2170948 INFO  (jetty-launcher-20924-thread-4) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2170948 INFO  (jetty-launcher-20924-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2170948 INFO  (jetty-launcher-20924-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.9.0
   [junit4]   2> 2170948 INFO  (jetty-launcher-20924-thread-5) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 2170948 INFO  (jetty-launcher-20924-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2170948 INFO  (jetty-launcher-20924-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 2170948 INFO  (jetty-launcher-20924-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2021-05-06T22:56:50.885Z
   [junit4]   2> 2170948 INFO  (jetty-launcher-20924-thread-4) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.9.0
   [junit4]   2> 2170948 INFO  (jetty-launcher-20924-thread-4) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2170948 INFO  (jetty-launcher-20924-thread-4) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 2170948 INFO  (jetty-launcher-20924-thread-4) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2021-05-06T22:56:50.885Z
   [junit4]   2> 2170948 INFO  (jetty-launcher-20924-thread-5) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1c1938e1{/solr,null,AVAILABLE}
   [junit4]   2> 2170948 INFO  (jetty-launcher-20924-thread-6) [     ] o.e.j.s.AbstractConnector Started ServerConnector@58c2b972{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:39903}
   [junit4]   2> 2170949 INFO  (jetty-launcher-20924-thread-6) [     ] o.e.j.s.Server Started @2170984ms
   [junit4]   2> 2170949 INFO  (jetty-launcher-20924-thread-6) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, zkHost=127.0.0.1:45635/solr, hostPort=39903}
   [junit4]   2> 2170949 INFO  (jetty-launcher-20924-thread-5) [     ] o.e.j.s.AbstractConnector Started ServerConnector@ffaedf3{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:41113}
   [junit4]   2> 2170949 INFO  (jetty-launcher-20924-thread-5) [     ] o.e.j.s.Server Started @2170984ms
   [junit4]   2> 2170949 INFO  (jetty-launcher-20924-thread-5) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, zkHost=127.0.0.1:45635/solr, hostPort=41113}
   [junit4]   2> 2170949 ERROR (jetty-launcher-20924-thread-6) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2170949 INFO  (jetty-launcher-20924-thread-6) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2170949 INFO  (jetty-launcher-20924-thread-6) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.9.0
   [junit4]   2> 2170949 INFO  (jetty-launcher-20924-thread-6) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2170949 INFO  (jetty-launcher-20924-thread-6) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 2170949 ERROR (jetty-launcher-20924-thread-5) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2170949 INFO  (jetty-launcher-20924-thread-6) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2021-05-06T22:56:50.886Z
   [junit4]   2> 2170949 INFO  (jetty-launcher-20924-thread-5) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2170949 INFO  (jetty-launcher-20924-thread-5) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.9.0
   [junit4]   2> 2170949 INFO  (jetty-launcher-20924-thread-5) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2170949 INFO  (jetty-launcher-20924-thread-5) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 2170949 INFO  (jetty-launcher-20924-thread-5) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2021-05-06T22:56:50.886Z
   [junit4]   2> 2170950 INFO  (jetty-launcher-20924-thread-6) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2170951 INFO  (jetty-launcher-20924-thread-4) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2170951 INFO  (jetty-launcher-20924-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2170951 INFO  (zkConnectionManagerCallback-20928-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2170951 INFO  (jetty-launcher-20924-thread-4) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2170952 INFO  (jetty-launcher-20924-thread-5) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2170952 INFO  (jetty-launcher-20924-thread-2) [     ] o.e.j.s.AbstractConnector Started ServerConnector@511c2e6f{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:46805}
   [junit4]   2> 2170952 INFO  (jetty-launcher-20924-thread-2) [     ] o.e.j.s.Server Started @2170987ms
   [junit4]   2> 2170952 INFO  (jetty-launcher-20924-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, zkHost=127.0.0.1:45635/solr, hostPort=46805}
   [junit4]   2> 2170952 ERROR (jetty-launcher-20924-thread-2) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2170952 INFO  (jetty-launcher-20924-thread-2) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2170952 INFO  (jetty-launcher-20924-thread-4) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2170952 INFO  (jetty-launcher-20924-thread-2) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.9.0
   [junit4]   2> 2170952 INFO  (jetty-launcher-20924-thread-2) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2170952 INFO  (jetty-launcher-20924-thread-2) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 2170952 INFO  (jetty-launcher-20924-thread-2) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2021-05-06T22:56:50.889Z
   [junit4]   2> 2170953 INFO  (jetty-launcher-20924-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2170953 INFO  (jetty-launcher-20924-thread-3) [     ] o.e.j.s.AbstractConnector Started ServerConnector@19854771{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:40243}
   [junit4]   2> 2170953 INFO  (jetty-launcher-20924-thread-3) [     ] o.e.j.s.Server Started @2170988ms
   [junit4]   2> 2170953 INFO  (jetty-launcher-20924-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, zkHost=127.0.0.1:45635/solr, hostPort=40243}
   [junit4]   2> 2170953 ERROR (jetty-launcher-20924-thread-3) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2170953 INFO  (jetty-launcher-20924-thread-3) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2170953 INFO  (jetty-launcher-20924-thread-3) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.9.0
   [junit4]   2> 2170953 INFO  (jetty-launcher-20924-thread-3) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2170953 INFO  (jetty-launcher-20924-thread-3) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 2170953 INFO  (jetty-launcher-20924-thread-3) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2021-05-06T22:56:50.890Z
   [junit4]   2> 2170954 INFO  (jetty-launcher-20924-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2170954 INFO  (zkConnectionManagerCallback-20934-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2170954 INFO  (jetty-launcher-20924-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2170954 INFO  (zkConnectionManagerCallback-20926-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2170954 INFO  (jetty-launcher-20924-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2170955 INFO  (zkConnectionManagerCallback-20930-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2170955 INFO  (jetty-launcher-20924-thread-6) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2170955 INFO  (jetty-launcher-20924-thread-1) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2170955 INFO  (jetty-launcher-20924-thread-2) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2170955 INFO  (jetty-launcher-20924-thread-4) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 2170955 INFO  (jetty-launcher-20924-thread-6) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2170956 INFO  (zkConnectionManagerCallback-20936-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2170956 INFO  (jetty-launcher-20924-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2170958 INFO  (jetty-launcher-20924-thread-2) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 2170958 INFO  (jetty-launcher-20924-thread-1) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 2170958 INFO  (zkConnectionManagerCallback-20932-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2170958 INFO  (jetty-launcher-20924-thread-5) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2170959 INFO  (jetty-launcher-20924-thread-3) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2170959 WARN  (jetty-launcher-20924-thread-4-SendThread(127.0.0.1:45635)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x10027333f940004.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x10027333f940004, 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 0x10027333f940004, 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> 2170959 WARN  (jetty-launcher-20924-thread-2-SendThread(127.0.0.1:45635)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x10027333f940007.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x10027333f940007, 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 0x10027333f940007, 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> 2170959 WARN  (jetty-launcher-20924-thread-1-SendThread(127.0.0.1:45635)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x10027333f940005.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x10027333f940005, 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 0x10027333f940005, 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> 2170961 INFO  (jetty-launcher-20924-thread-6) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 2170962 INFO  (jetty-launcher-20924-thread-3) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 2170963 INFO  (jetty-launcher-20924-thread-5) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2171219 INFO  (jetty-launcher-20924-thread-5) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 2171323 WARN  (jetty-launcher-20924-thread-5-SendThread(127.0.0.1:45635)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x10027333f940006.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x10027333f940006, 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 0x10027333f940006, 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> 2171324 WARN  (jetty-launcher-20924-thread-3-SendThread(127.0.0.1:45635)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x10027333f940008.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x10027333f940008, 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 0x10027333f940008, 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> 2171324 WARN  (jetty-launcher-20924-thread-6-SendThread(127.0.0.1:45635)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x10027333f940003.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x10027333f940003, 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 0x10027333f940003, 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> 2172571 INFO  (jetty-launcher-20924-thread-3) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 2172583 WARN  (jetty-launcher-20924-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@35c052ac[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2172583 WARN  (jetty-launcher-20924-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@35c052ac[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2172603 WARN  (jetty-launcher-20924-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@18e831ec[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2172603 WARN  (jetty-launcher-20924-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@18e831ec[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2172604 INFO  (jetty-launcher-20924-thread-3) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45635/solr
   [junit4]   2> 2172682 INFO  (jetty-launcher-20924-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2172697 INFO  (zkConnectionManagerCallback-20962-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2172698 INFO  (jetty-launcher-20924-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2172700 WARN  (jetty-launcher-20924-thread-3-SendThread(127.0.0.1:45635)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x10027333f940009.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x10027333f940009, 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 0x10027333f940009, 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> 2172934 INFO  (jetty-launcher-20924-thread-3) [n:127.0.0.1:40243_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2172950 INFO  (zkConnectionManagerCallback-20964-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2172951 INFO  (jetty-launcher-20924-thread-3) [n:127.0.0.1:40243_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2172998 WARN  (jetty-launcher-20924-thread-3) [n:127.0.0.1:40243_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> 2173026 INFO  (jetty-launcher-20924-thread-3) [n:127.0.0.1:40243_solr     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:40243_solr
   [junit4]   2> 2173026 INFO  (jetty-launcher-20924-thread-3) [n:127.0.0.1:40243_solr     ] o.a.s.c.Overseer Overseer (id=72100695101407242-127.0.0.1:40243_solr-n_0000000000) starting
   [junit4]   2> 2173047 INFO  (OverseerStateUpdate-72100695101407242-127.0.0.1:40243_solr-n_0000000000) [n:127.0.0.1:40243_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:40243_solr
   [junit4]   2> 2173075 INFO  (jetty-launcher-20924-thread-3) [n:127.0.0.1:40243_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:40243_solr
   [junit4]   2> 2173078 INFO  (jetty-launcher-20924-thread-3) [n:127.0.0.1:40243_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 2173078 WARN  (jetty-launcher-20924-thread-3) [n:127.0.0.1:40243_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> 2173097 INFO  (zkCallback-20963-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2173110 INFO  (jetty-launcher-20924-thread-3) [n:127.0.0.1:40243_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/J3/temp/solr.search.join.BlockJoinFacetDistribTest_450E54119C8287B5-001/tempDir-001/node3
   [junit4]   2> 2173347 INFO  (jetty-launcher-20924-thread-6) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 2173355 WARN  (jetty-launcher-20924-thread-6) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@5003cac4[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2173355 WARN  (jetty-launcher-20924-thread-6) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@5003cac4[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2173379 WARN  (jetty-launcher-20924-thread-6) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@403a0125[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2173379 WARN  (jetty-launcher-20924-thread-6) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@403a0125[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2173380 INFO  (jetty-launcher-20924-thread-6) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45635/solr
   [junit4]   2> 2173397 INFO  (jetty-launcher-20924-thread-6) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2173405 INFO  (zkConnectionManagerCallback-20982-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2173405 INFO  (jetty-launcher-20924-thread-6) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2173714 INFO  (jetty-launcher-20924-thread-6) [n:127.0.0.1:39903_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2173726 INFO  (zkConnectionManagerCallback-20984-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2173727 INFO  (jetty-launcher-20924-thread-6) [n:127.0.0.1:39903_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2173729 WARN  (jetty-launcher-20924-thread-6) [n:127.0.0.1:39903_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> 2173730 INFO  (jetty-launcher-20924-thread-6) [n:127.0.0.1:39903_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2173733 INFO  (jetty-launcher-20924-thread-6) [n:127.0.0.1:39903_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:39903_solr as DOWN
   [junit4]   2> 2173734 INFO  (jetty-launcher-20924-thread-6) [n:127.0.0.1:39903_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 2173734 INFO  (jetty-launcher-20924-thread-6) [n:127.0.0.1:39903_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:39903_solr
   [junit4]   2> 2173735 INFO  (zkCallback-20963-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2173736 INFO  (jetty-launcher-20924-thread-6) [n:127.0.0.1:39903_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 2173736 WARN  (jetty-launcher-20924-thread-6) [n:127.0.0.1:39903_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> 2173746 INFO  (jetty-launcher-20924-thread-6) [n:127.0.0.1:39903_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/J3/temp/solr.search.join.BlockJoinFacetDistribTest_450E54119C8287B5-001/tempDir-001/node6
   [junit4]   2> 2173751 INFO  (zkCallback-20983-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2174056 INFO  (jetty-launcher-20924-thread-5) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 2174057 WARN  (jetty-launcher-20924-thread-5) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@4755d7b4[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2174061 WARN  (jetty-launcher-20924-thread-5) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@4755d7b4[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2174079 WARN  (jetty-launcher-20924-thread-5) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@37816b25[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2174079 WARN  (jetty-launcher-20924-thread-5) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@37816b25[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2174080 INFO  (jetty-launcher-20924-thread-5) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45635/solr
   [junit4]   2> 2174082 INFO  (jetty-launcher-20924-thread-5) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2174106 INFO  (zkConnectionManagerCallback-20998-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2174107 INFO  (jetty-launcher-20924-thread-5) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2174108 WARN  (jetty-launcher-20924-thread-5-SendThread(127.0.0.1:45635)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x10027333f94000d.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x10027333f94000d, 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 0x10027333f94000d, 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> 2174226 INFO  (jetty-launcher-20924-thread-5) [n:127.0.0.1:41113_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2174251 INFO  (zkConnectionManagerCallback-21000-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2174251 INFO  (jetty-launcher-20924-thread-5) [n:127.0.0.1:41113_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2174254 WARN  (jetty-launcher-20924-thread-5) [n:127.0.0.1:41113_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> 2174262 INFO  (jetty-launcher-20924-thread-5) [n:127.0.0.1:41113_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 2174265 INFO  (jetty-launcher-20924-thread-5) [n:127.0.0.1:41113_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:41113_solr as DOWN
   [junit4]   2> 2174265 INFO  (jetty-launcher-20924-thread-5) [n:127.0.0.1:41113_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 2174265 INFO  (jetty-launcher-20924-thread-5) [n:127.0.0.1:41113_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:41113_solr
   [junit4]   2> 2174267 INFO  (zkCallback-20963-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2174267 INFO  (jetty-launcher-20924-thread-5) [n:127.0.0.1:41113_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 2174268 WARN  (jetty-launcher-20924-thread-5) [n:127.0.0.1:41113_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> 2174276 INFO  (zkCallback-20983-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2174279 INFO  (zkCallback-20999-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2174287 INFO  (jetty-launcher-20924-thread-5) [n:127.0.0.1:41113_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/J3/temp/solr.search.join.BlockJoinFacetDistribTest_450E54119C8287B5-001/tempDir-001/node5
   [junit4]   2> 2174892 INFO  (jetty-launcher-20924-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 2174893 WARN  (jetty-launcher-20924-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@25c2c601[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2174894 WARN  (jetty-launcher-20924-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@25c2c601[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2174939 WARN  (jetty-launcher-20924-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@4b0a8bbc[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2174939 WARN  (jetty-launcher-20924-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@4b0a8bbc[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2174940 INFO  (jetty-launcher-20924-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45635/solr
   [junit4]   2> 2174978 INFO  (jetty-launcher-20924-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2174983 INFO  (zkConnectionManagerCallback-21014-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2174985 INFO  (jetty-launcher-20924-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2174992 WARN  (jetty-launcher-20924-thread-1-SendThread(127.0.0.1:45635)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x10027333f94000f.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x10027333f94000f, 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 0x10027333f94000f, 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> 2175062 INFO  (jetty-launcher-20924-thread-4) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 2175062 WARN  (jetty-launcher-20924-thread-4) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@63d9e389[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2175063 WARN  (jetty-launcher-20924-thread-4) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@63d9e389[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2175120 WARN  (jetty-launcher-20924-thread-4) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@4bf68bdd[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2175120 WARN  (jetty-launcher-20924-thread-4) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@4bf68bdd[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2175121 INFO  (jetty-launcher-20924-thread-4) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45635/solr
   [junit4]   2> 2175146 INFO  (jetty-launcher-20924-thread-1) [n:127.0.0.1:45317_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2175158 INFO  (jetty-launcher-20924-thread-4) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2175162 INFO  (zkConnectionManagerCallback-21021-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2175162 INFO  (jetty-launcher-20924-thread-1) [n:127.0.0.1:45317_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2175162 INFO  (zkConnectionManagerCallback-21024-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2175162 INFO  (jetty-launcher-20924-thread-4) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2175167 WARN  (jetty-launcher-20924-thread-1) [n:127.0.0.1:45317_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> 2175168 INFO  (jetty-launcher-20924-thread-1) [n:127.0.0.1:45317_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 2175171 INFO  (jetty-launcher-20924-thread-1) [n:127.0.0.1:45317_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:45317_solr as DOWN
   [junit4]   2> 2175171 INFO  (jetty-launcher-20924-thread-1) [n:127.0.0.1:45317_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 2175171 INFO  (jetty-launcher-20924-thread-1) [n:127.0.0.1:45317_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:45317_solr
   [junit4]   2> 2175173 INFO  (zkCallback-20983-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2175173 INFO  (zkCallback-20999-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2175174 INFO  (zkCallback-20963-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2175174 INFO  (zkCallback-21020-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2175177 INFO  (jetty-launcher-20924-thread-1) [n:127.0.0.1:45317_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 2175177 WARN  (jetty-launcher-20924-thread-1) [n:127.0.0.1:45317_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> 2175194 INFO  (jetty-launcher-20924-thread-1) [n:127.0.0.1:45317_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/J3/temp/solr.search.join.BlockJoinFacetDistribTest_450E54119C8287B5-001/tempDir-001/node1
   [junit4]   2> 2175367 INFO  (jetty-launcher-20924-thread-4) [n:127.0.0.1:39117_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2175377 INFO  (zkConnectionManagerCallback-21032-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2175377 INFO  (jetty-launcher-20924-thread-4) [n:127.0.0.1:39117_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2175381 WARN  (jetty-launcher-20924-thread-4) [n:127.0.0.1:39117_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> 2175383 INFO  (jetty-launcher-20924-thread-4) [n:127.0.0.1:39117_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 2175386 INFO  (jetty-launcher-20924-thread-4) [n:127.0.0.1:39117_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:39117_solr as DOWN
   [junit4]   2> 2175386 INFO  (jetty-launcher-20924-thread-4) [n:127.0.0.1:39117_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 2175386 INFO  (jetty-launcher-20924-thread-4) [n:127.0.0.1:39117_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:39117_solr
   [junit4]   2> 2175388 INFO  (zkCallback-20983-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 2175388 INFO  (zkCallback-21020-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 2175388 INFO  (zkCallback-20963-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 2175388 INFO  (zkCallback-20999-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 2175393 INFO  (zkCallback-21031-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 2175394 INFO  (jetty-launcher-20924-thread-4) [n:127.0.0.1:39117_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 2175394 WARN  (jetty-launcher-20924-thread-4) [n:127.0.0.1:39117_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> 2175410 INFO  (jetty-launcher-20924-thread-4) [n:127.0.0.1:39117_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/J3/temp/solr.search.join.BlockJoinFacetDistribTest_450E54119C8287B5-001/tempDir-001/node4
   [junit4]   2> 2175496 INFO  (jetty-launcher-20924-thread-2) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 2175497 WARN  (jetty-launcher-20924-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@605bae5[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2175497 WARN  (jetty-launcher-20924-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@605bae5[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2175499 WARN  (jetty-launcher-20924-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@11be32c1[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2175499 WARN  (jetty-launcher-20924-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@11be32c1[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2175500 INFO  (jetty-launcher-20924-thread-2) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45635/solr
   [junit4]   2> 2175501 INFO  (jetty-launcher-20924-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2175502 INFO  (zkConnectionManagerCallback-21046-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2175503 INFO  (jetty-launcher-20924-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2175708 INFO  (jetty-launcher-20924-thread-2) [n:127.0.0.1:46805_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2175709 INFO  (zkConnectionManagerCallback-21048-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2175709 INFO  (jetty-launcher-20924-thread-2) [n:127.0.0.1:46805_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2175712 WARN  (jetty-launcher-20924-thread-2) [n:127.0.0.1:46805_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> 2175713 INFO  (jetty-launcher-20924-thread-2) [n:127.0.0.1:46805_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (5)
   [junit4]   2> 2175728 INFO  (jetty-launcher-20924-thread-2) [n:127.0.0.1:46805_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:46805_solr as DOWN
   [junit4]   2> 2175729 INFO  (jetty-launcher-20924-thread-2) [n:127.0.0.1:46805_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 2175729 INFO  (jetty-launcher-20924-thread-2) [n:127.0.0.1:46805_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:46805_solr
   [junit4]   2> 2175731 INFO  (zkCallback-20983-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6)
   [junit4]   2> 2175731 INFO  (zkCallback-20999-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6)
   [junit4]   2> 2175731 INFO  (zkCallback-21020-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6)
   [junit4]   2> 2175731 INFO  (zkCallback-20963-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6)
   [junit4]   2> 2175731 INFO  (zkCallback-21031-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6)
   [junit4]   2> 2175732 INFO  (jetty-launcher-20924-thread-2) [n:127.0.0.1:46805_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 2175733 WARN  (jetty-launcher-20924-thread-2) [n:127.0.0.1:46805_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> 2175739 INFO  (zkCallback-21047-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6)
   [junit4]   2> 2175750 INFO  (jetty-launcher-20924-thread-2) [n:127.0.0.1:46805_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/J3/temp/solr.search.join.BlockJoinFacetDistribTest_450E54119C8287B5-001/tempDir-001/node2
   [junit4]   2> 2175782 INFO  (SUITE-BlockJoinFacetDistribTest-seed#[450E54119C8287B5]-worker) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=6
   [junit4]   2> 2175783 INFO  (SUITE-BlockJoinFacetDistribTest-seed#[450E54119C8287B5]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2175790 INFO  (zkConnectionManagerCallback-21059-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2175791 INFO  (SUITE-BlockJoinFacetDistribTest-seed#[450E54119C8287B5]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2175792 INFO  (SUITE-BlockJoinFacetDistribTest-seed#[450E54119C8287B5]-worker) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (6)
   [junit4]   2> 2175793 INFO  (SUITE-BlockJoinFacetDistribTest-seed#[450E54119C8287B5]-worker) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:45635/solr ready
   [junit4]   2> 2176810 INFO  (OverseerThreadFactory-20971-thread-1-processing-n:127.0.0.1:40243_solr) [n:127.0.0.1:40243_solr     ] o.a.s.c.a.c.CreateCollectionCmd Create collection facetcollection
   [junit4]   2> 2176821 INFO  (OverseerThreadFactory-20971-thread-1-processing-n:127.0.0.1:40243_solr) [n:127.0.0.1:40243_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "core":"facetcollection_shard1_replica_n1",
   [junit4]   2>   "node_name":"127.0.0.1:39117_solr",
   [junit4]   2>   "base_url":"http://127.0.0.1:39117/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> 2176828 INFO  (OverseerThreadFactory-20971-thread-1-processing-n:127.0.0.1:40243_solr) [n:127.0.0.1:40243_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "core":"facetcollection_shard1_replica_n3",
   [junit4]   2>   "node_name":"127.0.0.1:45317_solr",
   [junit4]   2>   "base_url":"http://127.0.0.1:45317/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> 2176830 INFO  (OverseerThreadFactory-20971-thread-1-processing-n:127.0.0.1:40243_solr) [n:127.0.0.1:40243_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "core":"facetcollection_shard2_replica_n5",
   [junit4]   2>   "node_name":"127.0.0.1:39903_solr",
   [junit4]   2>   "base_url":"http://127.0.0.1:39903/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> 2176834 INFO  (OverseerThreadFactory-20971-thread-1-processing-n:127.0.0.1:40243_solr) [n:127.0.0.1:40243_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "core":"facetcollection_shard2_replica_n7",
   [junit4]   2>   "node_name":"127.0.0.1:40243_solr",
   [junit4]   2>   "base_url":"http://127.0.0.1:40243/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> 2176836 INFO  (OverseerThreadFactory-20971-thread-1-processing-n:127.0.0.1:40243_solr) [n:127.0.0.1:40243_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "core":"facetcollection_shard3_replica_n9",
   [junit4]   2>   "node_name":"127.0.0.1:41113_solr",
   [junit4]   2>   "base_url":"http://127.0.0.1:41113/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> 2176838 INFO  (OverseerThreadFactory-20971-thread-1-processing-n:127.0.0.1:40243_solr) [n:127.0.0.1:40243_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "core":"facetcollection_shard3_replica_n11",
   [junit4]   2>   "node_name":"127.0.0.1:46805_solr",
   [junit4]   2>   "base_url":"http://127.0.0.1:46805/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> 2176853 INFO  (qtp390245353-37519) [n:127.0.0.1:40243_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> 2176853 INFO  (qtp390245353-37519) [n:127.0.0.1:40243_solr    x:facetcollection_shard2_replica_n7 ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 2176854 INFO  (qtp1443192258-37528) [n:127.0.0.1:39903_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> 2176855 INFO  (qtp1635934175-37504) [n:127.0.0.1:39117_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> 2176859 INFO  (qtp1954844959-37491) [n:127.0.0.1:45317_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> 2176862 INFO  (qtp1608244196-37533) [n:127.0.0.1:46805_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> 2176862 INFO  (qtp20775844-37509) [n:127.0.0.1:41113_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> 2176913 INFO  (qtp390245353-37519) [n:127.0.0.1:40243_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> 2176914 INFO  (qtp1635934175-37504) [n:127.0.0.1:39117_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> 2176915 INFO  (qtp1443192258-37528) [n:127.0.0.1:39903_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> 2176915 INFO  (qtp1954844959-37491) [n:127.0.0.1:45317_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> 2176916 INFO  (qtp390245353-37519) [n:127.0.0.1:40243_solr c:facetcollection s:shard2 r:core_node8 x:facetcollection_shard2_replica_n7 ] o.a.s.s.IndexSchema Schema name=test
   [junit4]   2> 2176916 INFO  (qtp390245353-37519) [n:127.0.0.1:40243_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> 2176916 INFO  (qtp390245353-37519) [n:127.0.0.1:40243_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> 2176917 INFO  (qtp390245353-37519) [n:127.0.0.1:40243_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/J3/temp/solr.search.join.BlockJoinFacetDistribTest_450E54119C8287B5-001/tempDir-001/node3/facetcollection_shard2_replica_n7], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J3/temp/solr.search.join.BlockJoinFacetDistribTest_450E54119C8287B5-001/tempDir-001/node3/facetcollection_shard2_replica_n7/data/]
   [junit4]   2> 2176918 INFO  (qtp1635934175-37504) [n:127.0.0.1:39117_solr c:facetcollection s:shard1 r:core_node2 x:facetcollection_shard1_replica_n1 ] o.a.s.s.IndexSchema Schema name=test
   [junit4]   2> 2176918 INFO  (qtp1635934175-37504) [n:127.0.0.1:39117_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> 2176918 INFO  (qtp1635934175-37504) [n:127.0.0.1:39117_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> 2176918 INFO  (qtp1635934175-37504) [n:127.0.0.1:39117_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/J3/temp/solr.search.join.BlockJoinFacetDistribTest_450E54119C8287B5-001/tempDir-001/node4/facetcollection_shard1_replica_n1], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J3/temp/solr.search.join.BlockJoinFacetDistribTest_450E54119C8287B5-001/tempDir-001/node4/facetcollection_shard1_replica_n1/data/]
   [junit4]   2> 2176920 INFO  (qtp1443192258-37528) [n:127.0.0.1:39903_solr c:facetcollection s:shard2 r:core_node6 x:facetcollection_shard2_replica_n5 ] o.a.s.s.IndexSchema Schema name=test
   [junit4]   2> 2176921 INFO  (qtp1443192258-37528) [n:127.0.0.1:39903_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> 2176921 INFO  (qtp1443192258-37528) [n:127.0.0.1:39903_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> 2176921 INFO  (qtp1443192258-37528) [n:127.0.0.1:39903_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/J3/temp/solr.search.join.BlockJoinFacetDistribTest_450E54119C8287B5-001/tempDir-001/node6/facetcollection_shard2_replica_n5], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J3/temp/solr.search.join.BlockJoinFacetDistribTest_450E54119C8287B5-001/tempDir-001/node6/facetcollection_shard2_replica_n5/data/]
   [junit4]   2> 2176921 INFO  (qtp20775844-37509) [n:127.0.0.1:41113_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> 2176923 INFO  (qtp1608244196-37533) [n:127.0.0.1:46805_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> 2176923 INFO  (qtp20775844-37509) [n:127.0.0.1:41113_solr c:facetcollection s:shard3 r:core_node10 x:facetcollection_shard3_replica_n9 ] o.a.s.s.IndexSchema Schema name=test
   [junit4]   2> 2176924 INFO  (qtp20775844-37509) [n:127.0.0.1:41113_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> 2176924 INFO  (qtp20775844-37509) [n:127.0.0.1:41113_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> 2176924 INFO  (qtp1954844959-37491) [n:127.0.0.1:45317_solr c:facetcollection s:shard1 r:core_node4 x:facetcollection_shard1_replica_n3 ] o.a.s.s.IndexSchema Schema name=test
   [junit4]   2> 2176924 INFO  (qtp20775844-37509) [n:127.0.0.1:41113_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/J3/temp/solr.search.join.BlockJoinFacetDistribTest_450E54119C8287B5-001/tempDir-001/node5/facetcollection_shard3_replica_n9], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J3/temp/solr.search.join.BlockJoinFacetDistribTest_450E54119C8287B5-001/tempDir-001/node5/facetcollection_shard3_replica_n9/data/]
   [junit4]   2> 2176924 INFO  (qtp1954844959-37491) [n:127.0.0.1:45317_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> 2176924 INFO  (qtp1954844959-37491) [n:127.0.0.1:45317_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> 2176924 INFO  (qtp1954844959-37491) [n:127.0.0.1:45317_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/J3/temp/solr.search.join.BlockJoinFacetDistribTest_450E54119C8287B5-001/tempDir-001/node1/facetcollection_shard1_replica_n3], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J3/temp/solr.search.join.BlockJoinFacetDistribTest_450E54119C8287B5-001/tempDir-001/node1/facetcollection_shard1_replica_n3/data/]
   [junit4]   2> 2176926 INFO  (qtp1608244196-37533) [n:127.0.0.1:46805_solr c:facetcollection s:shard3 r:core_node12 x:facetcollection_shard3_replica_n11 ] o.a.s.s.IndexSchema Schema name=test
   [junit4]   2> 2176926 INFO  (qtp1608244196-37533) [n:127.0.0.1:46805_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> 2176926 INFO  (qtp1608244196-37533) [n:127.0.0.1:46805_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> 2176926 INFO  (qtp1608244196-37533) [n:127.0.0.1:46805_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/J3/temp/solr.search.join.BlockJoinFacetDistribTest_450E54119C8287B5-001/tempDir-001/node2/facetcollection_shard3_replica_n11], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J3/temp/solr.search.join.BlockJoinFacetDistribTest_450E54119C8287B5-001/tempDir-001/node2/facetcollection_shard3_replica_n11/data/]
   [junit4]   2> 2176937 WARN  (qtp390245353-37519) [n:127.0.0.1:40243_solr c:facetcollection s:shard2 r:core_node8 x:facetcollection_shard2_replica_n7 ] 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> 2176937 WARN  (qtp1443192258-37528) [n:127.0.0.1:39903_solr c:facetcollection s:shard2 r:core_node6 x:facetcollection_shard2_replica_n5 ] 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> 2177028 INFO  (qtp1443192258-37528) [n:127.0.0.1:39903_solr c:facetcollection s:shard2 r:core_node6 x:facetcollection_shard2_replica_n5 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2177028 INFO  (qtp1443192258-37528) [n:127.0.0.1:39903_solr c:facetcollection s:shard2 r:core_node6 x:facetcollection_shard2_replica_n5 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2177029 INFO  (qtp1443192258-37528) [n:127.0.0.1:39903_solr c:facetcollection s:shard2 r:core_node6 x:facetcollection_shard2_replica_n5 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2177029 INFO  (qtp1443192258-37528) [n:127.0.0.1:39903_solr c:facetcollection s:shard2 r:core_node6 x:facetcollection_shard2_replica_n5 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2177032 INFO  (qtp1443192258-37528) [n:127.0.0.1:39903_solr c:facetcollection s:shard2 r:core_node6 x:facetcollection_shard2_replica_n5 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/solrCloudCollectionConfig
   [junit4]   2> 2177034 INFO  (qtp1443192258-37528) [n:127.0.0.1:39903_solr c:facetcollection s:shard2 r:core_node6 x:facetcollection_shard2_replica_n5 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/solrCloudCollectionConfig
   [junit4]   2> 2177038 INFO  (qtp1443192258-37528) [n:127.0.0.1:39903_solr c:facetcollection s:shard2 r:core_node6 x:facetcollection_shard2_replica_n5 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1699051541076377600
   [junit4]   2> 2177039 INFO  (qtp1954844959-37491) [n:127.0.0.1:45317_solr c:facetcollection s:shard1 r:core_node4 x:facetcollection_shard1_replica_n3 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2177039 INFO  (qtp1954844959-37491) [n:127.0.0.1:45317_solr c:facetcollection s:shard1 r:core_node4 x:facetcollection_shard1_replica_n3 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2177040 INFO  (qtp1954844959-37491) [n:127.0.0.1:45317_solr c:facetcollection s:shard1 r:core_node4 x:facetcollection_shard1_replica_n3 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2177040 INFO  (qtp1954844959-37491) [n:127.0.0.1:45317_solr c:facetcollection s:shard1 r:core_node4 x:facetcollection_shard1_replica_n3 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2177043 INFO  (qtp1608244196-37533) [n:127.0.0.1:46805_solr c:facetcollection s:shard3 r:core_node12 x:facetcollection_shard3_replica_n11 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2177043 INFO  (qtp1608244196-37533) [n:127.0.0.1:46805_solr c:facetcollection s:shard3 r:core_node12 x:facetcollection_shard3_replica_n11 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2177043 INFO  (qtp1608244196-37533) [n:127.0.0.1:46805_solr c:facetcollection s:shard3 r:core_node12 x:facetcollection_shard3_replica_n11 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2177043 INFO  (qtp1608244196-37533) [n:127.0.0.1:46805_solr c:facetcollection s:shard3 r:core_node12 x:facetcollection_shard3_replica_n11 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2177047 INFO  (qtp1954844959-37491) [n:127.0.0.1:45317_solr c:facetcollection s:shard1 r:core_node4 x:facetcollection_shard1_replica_n3 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/solrCloudCollectionConfig
   [junit4]   2> 2177047 INFO  (qtp1608244196-37533) [n:127.0.0.1:46805_solr c:facetcollection s:shard3 r:core_node12 x:facetcollection_shard3_replica_n11 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/solrCloudCollectionConfig
   [junit4]   2> 2177048 INFO  (qtp1608244196-37533) [n:127.0.0.1:46805_solr c:facetcollection s:shard3 r:core_node12 x:facetcollection_shard3_replica_n11 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/solrCloudCollectionConfig
   [junit4]   2> 2177048 INFO  (qtp1608244196-37533) [n:127.0.0.1:46805_solr c:facetcollection s:shard3 r:core_node12 x:facetcollection_shard3_replica_n11 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1699051541086863360
   [junit4]   2> 2177049 INFO  (qtp1954844959-37491) [n:127.0.0.1:45317_solr c:facetcollection s:shard1 r:core_node4 x:facetcollection_shard1_replica_n3 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/solrCloudCollectionConfig
   [junit4]   2> 2177049 INFO  (qtp1954844959-37491) [n:127.0.0.1:45317_solr c:facetcollection s:shard1 r:core_node4 x:facetcollection_shard1_replica_n3 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1699051541087911936
   [junit4]   2> 2177057 INFO  (qtp390245353-37519) [n:127.0.0.1:40243_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> 2177057 INFO  (qtp390245353-37519) [n:127.0.0.1:40243_solr c:facetcollection s:shard2 r:core_node8 x:facetcollection_shard2_replica_n7 ] o.a.s.u.UpdateLog Initializing 

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

{}, docValues:{}, maxPointsInLeafNode=21, maxMBSortInHeap=6.647210479145909, sim=Asserting(RandomSimilarity(queryNorm=true): {}), locale=en-CA, timezone=Europe/Monaco
   [junit4]   2> NOTE: Linux 4.15.0-142-generic amd64/Oracle Corporation 1.8.0_281 (64-bit)/cpus=4,threads=1,free=175344248,total=522715136
   [junit4]   2> NOTE: All tests run in this JVM: [TestInPlaceUpdatesRequiredField, HDFSCollectionsAPITest, PKIAuthenticationIntegrationTest, TestManagedResource, RuleEngineTest, RandomizedTaggerTest, TestRandomFaceting, JavaBinAtomicUpdateMultivalueTest, TestExplainDocTransformer, TestPrepRecovery, BitVectorTest, SpatialHeatmapFacetsTest, TestInitParams, PreAnalyzedFieldManagedSchemaCloudTest, TestStressRecovery, IndexSizeTriggerSizeEstimationTest, CloudExitableDirectoryReaderTest, TestDocBasedVersionConstraints, DeleteLastCustomShardedReplicaTest, TestMissingGroups, FileUtilsTest, TestFieldCacheWithThreads, TestDistributedStatsComponentCardinality, TestNestedDocsSort, TestJsonRequest, MultiSolrCloudTestCaseTest, ReplaceNodeNoTargetTest, TestEmbeddedSolrServerSchemaAPI, HealthCheckHandlerTest, BlobRepositoryCloudTest, DistanceFunctionTest, TestUnifiedSolrHighlighterWithoutStoredId, SuggesterFSTTest, HdfsUnloadDistributedZkTest, CollectionReloadTest, LeaderFailoverAfterPartitionTest, TestLRUCache, HLLUtilTest, TestSurroundQueryParser, TestSimLargeCluster, TestBooleanSimilarityFactory, DOMUtilTest, NodeMarkersRegistrationTest, TestTrackingShardHandlerFactory, TestCloudManagedSchema, TestStressCloudBlindAtomicUpdates, TestRandomFlRTGCloud, JSONWriterTest, RequiredFieldsTest, QueryElevationComponentTest, SolrCoreCheckLockOnStartupTest, RegexBytesRefFilterTest, NodeAddedTriggerIntegrationTest, TestSchemalessBufferedUpdates, TestUninvertingReader, ExitableDirectoryReaderTest, SaslZkACLProviderTest, SolrIndexSearcherTest, TestSSLRandomization, SolrTestCaseJ4DeleteCoreTest, TestSolrDeletionPolicy1, TestDeleteCollectionOnDownNodes, TestDistributedTracing, TestExceedMaxTermLength, TestPKIAuthenticationPlugin, HttpPartitionWithTlogReplicasTest, SolrIndexConfigTest, CursorPagingTest, HdfsCollectionsAPIDistributedZkTest, DocValuesMissingTest, TolerantUpdateProcessorTest, TestReload, SimplePostToolTest, DataDrivenBlockJoinTest, ForceLeaderWithTlogReplicasTest, TestBlockCollapse, RollingRestartTest, SolrJmxReporterCloudTest, TestPHPSerializedResponseWriter, OverseerRolesTest, SuggestComponentTest, BaseCdcrDistributedZkTest, DeleteStatusTest, TestOmitPositions, TestSolrConfigHandlerConcurrent, DirectSolrConnectionTest, FileBasedSpellCheckerTest, TestNonDefinedSimilarityFactory, HighlighterTest, BasicDistributedZkTest, TestLegacyFieldReuse, MissingSegmentRecoveryTest, TestSkipOverseerOperations, ChaosMonkeySafeLeaderTest, ThreadDumpHandlerTest, TestCloudRecovery2, SecurityHeadersTest, ShardsWhitelistTest, TestUpdate, TestMinimalConfig, PropertiesRequestHandlerTest, AutoAddReplicasIntegrationTest, TestCloudPhrasesIdentificationComponent, TestXmlQParser, TriggerSetPropertiesIntegrationTest, ZkSolrClientTest, PeerSyncTest, JsonLoaderTest, TestHdfsCloudBackupRestore, TestLeaderElectionZkExpiry, NotRequiredUniqueKeyTest, TestCopyFieldCollectionResource, TestXIncludeConfig, BinaryUpdateRequestHandlerTest, TestDistributedGrouping, ChaosMonkeySafeLeaderWithPullReplicasTest, DistribDocExpirationUpdateProcessorTest, LegacyCloudClusterPropTest, NestedShardedAtomicUpdateTest, NodeMutatorTest, OutOfBoxZkACLAndCredentialsProvidersTest, OverriddenZkACLAndCredentialsProvidersTest, OverseerSolrResponseTest, OverseerSolrResponseUnsafeSerializationTest, OverseerStatusTest, OverseerTaskQueueTest, RecoveryAfterSoftCommitTest, SolrCLIZkUtilsTest, SystemCollectionCompatTest, TestAuthenticationFramework, TestClusterProperties, TestConfigSetsAPI, TestConfigSetsAPIExclusivity, TestDistribDocBasedVersion, TestDownShardTolerantSearch, TestLockTree, TestStressLiveNodes, SimpleCollectionCreateDeleteTest, AutoScalingHandlerTest, ComputePlanActionTest, HdfsRecoveryZkTest, HdfsRestartWhileUpdatingTest, HdfsSyncSliceTest, StressHdfsTest, TestClusterStateMutator, ZkCollectionPropsCachingTest, RAMDirectoryFactoryTest, SolrCoreTest, TestBackupRepositoryFactory, TestBadConfig, TestConfigSets, TestCustomStream, TestDynamicURP, TestShardHandlerFactory, TestSolrDeletionPolicy2, HdfsBackupRepositoryIntegrationTest, TestConfigReload, TestRestoreCore, TestStressThreadBackup, TestSystemCollAutoCreate, XmlUpdateRequestHandlerTest, AdminHandlersProxyTest, CoreAdminOperationTest, LoggingHandlerTest, LukeRequestHandlerTest, StatsReloadRaceTest, ZookeeperStatusHandlerTest, BadComponentTest, CustomTermsComponentTest, DistributedFacetExistsSmallTest, DistributedFacetPivotSmallAdvancedTest, DistributedMLTComponentTest, DistributedQueryComponentCustomSortTest, DistributedSuggestComponentTest, TestExpandComponent, TestExportWriter, TestSlowCompositeReaderWrapper, WrapperMergePolicyFactoryTest, CheckHdfsIndexTest, TestRawResponseWriter, TestRetrieveFieldsOptimizer, TestFieldCollectionResource, TestFieldTypeCollectionResource, TestSchemaNameResource, TestUniqueKeyFieldResource, TestManagedSynonymGraphFilterFactory, EnumFieldTest, IndexSchemaRuntimeFieldTest, PreAnalyzedFieldTest, SpatialRPTFieldTypeTest, TestUseDocValuesAsStored2, UUIDFieldTest, AnalyticsMergeStrategyTest, AnalyticsQueryTest, CurrencyRangeFacetCloudTest, CursorMarkTest, FuzzySearchTest, RankQParserPluginTest, TestCaffeineCache, TestNoOpRegenerator, TestPayloadScoreQParserPlugin, TestRandomCollapseQParserPlugin, TestJsonFacetsStatsParsing, TestJsonFacetsWithNestedObjects, AggValueSourceTest, SortByFunctionTest, TestFunctionQuery, TestMinMaxOnMultiValuedField, BJQParserTest, BlockJoinFacetDistribTest]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=BlockJoinFacetDistribTest -Dtests.seed=450E54119C8287B5 -Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=en-CA -Dtests.timezone=Europe/Monaco -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] ERROR   0.00s J3 | BlockJoinFacetDistribTest (suite) <<<
   [junit4]    > Throwable #1: org.apache.solr.client.solrj.SolrServerException: Timeout occurred while waiting response from server at: http://127.0.0.1:39903/solr
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([450E54119C8287B5]: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 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 [851/937 (1!)] on J3 in 98.09s, 0 tests, 1 error <<< FAILURES!

[...truncated 51100 lines...]

[JENKINS] Lucene » Lucene-Solr-Tests-8.x - Build # 2318 - Still Unstable!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Tests-8.x/2318/

2 tests failed.
FAILED:  org.apache.solr.cloud.TestSolrCloudWithDelegationTokens.testDelegationTokenRenew

Error Message:
expected:<200> but was:<403>

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


FAILED:  org.apache.solr.search.TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise {seed=[E1DA93DAADA04287:A977C856BC0574F1]}

Error Message:
deltaCm too high: 1.490642496624026

Stack Trace:
java.lang.AssertionError: deltaCm too high: 1.490642496624026
	at __randomizedtesting.SeedInfo.seed([E1DA93DAADA04287:A977C856BC0574F1]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.assertTrue(Assert.java:42)
	at org.apache.solr.search.TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise(TestSolr4Spatial2.java:186)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 14012 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestSolrCloudWithDelegationTokens
   [junit4]   2> 598761 INFO  (SUITE-TestSolrCloudWithDelegationTokens-seed#[E1DA93DAADA04287]-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> 598761 INFO  (SUITE-TestSolrCloudWithDelegationTokens-seed#[E1DA93DAADA04287]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestSolrCloudWithDelegationTokens_E1DA93DAADA04287-001/data-dir-54-001
   [junit4]   2> 598761 WARN  (SUITE-TestSolrCloudWithDelegationTokens-seed#[E1DA93DAADA04287]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=1 numCloses=1
   [junit4]   2> 598762 INFO  (SUITE-TestSolrCloudWithDelegationTokens-seed#[E1DA93DAADA04287]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 598763 INFO  (SUITE-TestSolrCloudWithDelegationTokens-seed#[E1DA93DAADA04287]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 598764 INFO  (SUITE-TestSolrCloudWithDelegationTokens-seed#[E1DA93DAADA04287]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 598769 INFO  (SUITE-TestSolrCloudWithDelegationTokens-seed#[E1DA93DAADA04287]-worker) [     ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestSolrCloudWithDelegationTokens_E1DA93DAADA04287-001/tempDir-001
   [junit4]   2> 598769 INFO  (SUITE-TestSolrCloudWithDelegationTokens-seed#[E1DA93DAADA04287]-worker) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 598770 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port: 0.0.0.0/0.0.0.0:0
   [junit4]   2> 598770 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 598770 WARN  (ZkTestServer Run Thread) [     ] o.a.z.s.ServerCnxnFactory maxCnxns is not configured, using default value 0.
   [junit4]   2> 598870 INFO  (SUITE-TestSolrCloudWithDelegationTokens-seed#[E1DA93DAADA04287]-worker) [     ] o.a.s.c.ZkTestServer start zk server on port: 35325
   [junit4]   2> 598870 INFO  (SUITE-TestSolrCloudWithDelegationTokens-seed#[E1DA93DAADA04287]-worker) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:35325
   [junit4]   2> 598870 INFO  (SUITE-TestSolrCloudWithDelegationTokens-seed#[E1DA93DAADA04287]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:35325
   [junit4]   2> 598870 INFO  (SUITE-TestSolrCloudWithDelegationTokens-seed#[E1DA93DAADA04287]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 35325
   [junit4]   2> 598872 INFO  (SUITE-TestSolrCloudWithDelegationTokens-seed#[E1DA93DAADA04287]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 598879 INFO  (zkConnectionManagerCallback-3970-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 598879 INFO  (SUITE-TestSolrCloudWithDelegationTokens-seed#[E1DA93DAADA04287]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 598882 INFO  (SUITE-TestSolrCloudWithDelegationTokens-seed#[E1DA93DAADA04287]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 598884 INFO  (zkConnectionManagerCallback-3972-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 598884 INFO  (SUITE-TestSolrCloudWithDelegationTokens-seed#[E1DA93DAADA04287]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 598885 INFO  (SUITE-TestSolrCloudWithDelegationTokens-seed#[E1DA93DAADA04287]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 598886 INFO  (zkConnectionManagerCallback-3974-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 598886 INFO  (SUITE-TestSolrCloudWithDelegationTokens-seed#[E1DA93DAADA04287]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 598889 WARN  (SUITE-TestSolrCloudWithDelegationTokens-seed#[E1DA93DAADA04287]-worker-SendThread(127.0.0.1:35325)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x104fb2692620002.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x104fb2692620002, 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 0x104fb2692620002, 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> 598991 INFO  (jetty-launcher-3975-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 598991 INFO  (jetty-launcher-3975-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 598991 INFO  (jetty-launcher-3975-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 598992 INFO  (jetty-launcher-3975-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 598992 INFO  (jetty-launcher-3975-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> 598992 INFO  (jetty-launcher-3975-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> 598994 INFO  (jetty-launcher-3975-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 598994 INFO  (jetty-launcher-3975-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 598994 INFO  (jetty-launcher-3975-thread-1) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 598994 INFO  (jetty-launcher-3975-thread-2) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 598994 INFO  (jetty-launcher-3975-thread-2) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 598995 INFO  (jetty-launcher-3975-thread-2) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 598995 INFO  (jetty-launcher-3975-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@562d135b{/solr,null,AVAILABLE}
   [junit4]   2> 598995 INFO  (jetty-launcher-3975-thread-2) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@30ec40f1{/solr,null,AVAILABLE}
   [junit4]   2> 598996 INFO  (jetty-launcher-3975-thread-2) [     ] o.e.j.s.AbstractConnector Started ServerConnector@5971c78a{SSL, (ssl, http/1.1)}{127.0.0.1:44023}
   [junit4]   2> 598996 INFO  (jetty-launcher-3975-thread-2) [     ] o.e.j.s.Server Started @599035ms
   [junit4]   2> 598996 INFO  (jetty-launcher-3975-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@4de15fac{SSL, (ssl, http/1.1)}{127.0.0.1:34511}
   [junit4]   2> 598996 INFO  (jetty-launcher-3975-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, zkHost=127.0.0.1:35325/solr, hostPort=44023}
   [junit4]   2> 598996 INFO  (jetty-launcher-3975-thread-1) [     ] o.e.j.s.Server Started @599035ms
   [junit4]   2> 598996 INFO  (jetty-launcher-3975-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, zkHost=127.0.0.1:35325/solr, hostPort=34511}
   [junit4]   2> 598996 ERROR (jetty-launcher-3975-thread-2) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 598996 INFO  (jetty-launcher-3975-thread-2) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 598996 ERROR (jetty-launcher-3975-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 598996 INFO  (jetty-launcher-3975-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 598996 INFO  (jetty-launcher-3975-thread-2) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.9.0
   [junit4]   2> 598996 INFO  (jetty-launcher-3975-thread-2) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 598996 INFO  (jetty-launcher-3975-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.9.0
   [junit4]   2> 598996 INFO  (jetty-launcher-3975-thread-2) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 598996 INFO  (jetty-launcher-3975-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 598996 INFO  (jetty-launcher-3975-thread-2) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2021-05-07T00:28:05.006Z
   [junit4]   2> 598996 INFO  (jetty-launcher-3975-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 598996 INFO  (jetty-launcher-3975-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2021-05-07T00:28:05.006Z
   [junit4]   2> 598998 INFO  (jetty-launcher-3975-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 598999 INFO  (jetty-launcher-3975-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 598999 INFO  (zkConnectionManagerCallback-3977-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 598999 INFO  (jetty-launcher-3975-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 599000 INFO  (zkConnectionManagerCallback-3979-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 599000 INFO  (jetty-launcher-3975-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 599001 INFO  (jetty-launcher-3975-thread-1) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 599001 INFO  (jetty-launcher-3975-thread-2) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 599005 INFO  (jetty-launcher-3975-thread-2) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 599005 INFO  (jetty-launcher-3975-thread-1) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 600795 INFO  (jetty-launcher-3975-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 600796 WARN  (jetty-launcher-3975-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> 600797 WARN  (jetty-launcher-3975-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@32b7a54e[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 600797 WARN  (jetty-launcher-3975-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@32b7a54e[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 600799 WARN  (jetty-launcher-3975-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> 600802 WARN  (jetty-launcher-3975-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@501d968a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 600802 WARN  (jetty-launcher-3975-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@501d968a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 600803 INFO  (jetty-launcher-3975-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35325/solr
   [junit4]   2> 600804 INFO  (jetty-launcher-3975-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 600805 INFO  (zkConnectionManagerCallback-3993-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 600805 INFO  (jetty-launcher-3975-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 601056 INFO  (jetty-launcher-3975-thread-1) [n:127.0.0.1:34511_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 601057 INFO  (zkConnectionManagerCallback-3995-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 601057 INFO  (jetty-launcher-3975-thread-1) [n:127.0.0.1:34511_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 601135 WARN  (jetty-launcher-3975-thread-1) [n:127.0.0.1:34511_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> 601144 INFO  (jetty-launcher-3975-thread-1) [n:127.0.0.1:34511_solr     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:34511_solr
   [junit4]   2> 601145 INFO  (jetty-launcher-3975-thread-1) [n:127.0.0.1:34511_solr     ] o.a.s.c.Overseer Overseer (id=73459637027995654-127.0.0.1:34511_solr-n_0000000000) starting
   [junit4]   2> 601150 INFO  (OverseerStateUpdate-73459637027995654-127.0.0.1:34511_solr-n_0000000000) [n:127.0.0.1:34511_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:34511_solr
   [junit4]   2> 601150 INFO  (jetty-launcher-3975-thread-1) [n:127.0.0.1:34511_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:34511_solr
   [junit4]   2> 601153 INFO  (OverseerStateUpdate-73459637027995654-127.0.0.1:34511_solr-n_0000000000) [n:127.0.0.1:34511_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 601156 INFO  (jetty-launcher-3975-thread-1) [n:127.0.0.1:34511_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 601156 INFO  (jetty-launcher-3975-thread-1) [n:127.0.0.1:34511_solr     ] o.a.s.c.CoreContainer Initializing authentication plugin: org.apache.solr.security.HttpParamDelegationTokenPlugin
   [junit4]   2> 601163 WARN  (jetty-launcher-3975-thread-1) [n:127.0.0.1:34511_solr     ] o.a.s.c.s.i.Krb5HttpClientBuilder org.apache.solr.client.solrj.impl.Krb5HttpClientBuilder is configured without specifying system property 'java.security.auth.login.config'
   [junit4]   2> 601169 INFO  (jetty-launcher-3975-thread-1) [n:127.0.0.1:34511_solr     ] o.a.s.s.KerberosPlugin Params: {token.valid=30, delegation-token.token-kind=solr-dt, cookie.domain=127.0.0.1, cookie.path=/, zk-dt-secret-manager.znodeWorkingPath=solr/security/zkdtsm, token.validity=36000, signer.secret.provider.zookeeper.path=/token, type=kerberos, zk-dt-secret-manager.enable=true, kerberos.name.rules=DEFAULT, signer.secret.provider=zookeeper, delegation-token.json-mapper.AUTO_CLOSE_TARGET=false}
   [junit4]   2> 601173 INFO  (jetty-launcher-3975-thread-2) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 601173 WARN  (jetty-launcher-3975-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> 601178 WARN  (jetty-launcher-3975-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@79a52d0e[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 601178 WARN  (jetty-launcher-3975-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@79a52d0e[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 601188 WARN  (jetty-launcher-3975-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> 601191 WARN  (jetty-launcher-3975-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@5ff6f412[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 601191 WARN  (jetty-launcher-3975-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@5ff6f412[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 601192 INFO  (jetty-launcher-3975-thread-2) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35325/solr
   [junit4]   2> 601195 INFO  (jetty-launcher-3975-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 601195 INFO  (zkConnectionManagerCallback-4010-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 601195 INFO  (jetty-launcher-3975-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 601407 INFO  (jetty-launcher-3975-thread-2) [n:127.0.0.1:44023_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 601410 INFO  (zkConnectionManagerCallback-4012-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 601410 INFO  (jetty-launcher-3975-thread-2) [n:127.0.0.1:44023_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 601421 WARN  (jetty-launcher-3975-thread-2) [n:127.0.0.1:44023_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> 601422 INFO  (jetty-launcher-3975-thread-2) [n:127.0.0.1:44023_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 601425 INFO  (jetty-launcher-3975-thread-2) [n:127.0.0.1:44023_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:44023_solr as DOWN
   [junit4]   2> 601426 INFO  (jetty-launcher-3975-thread-2) [n:127.0.0.1:44023_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 601426 INFO  (jetty-launcher-3975-thread-2) [n:127.0.0.1:44023_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:44023_solr
   [junit4]   2> 601428 INFO  (jetty-launcher-3975-thread-2) [n:127.0.0.1:44023_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 601429 INFO  (jetty-launcher-3975-thread-2) [n:127.0.0.1:44023_solr     ] o.a.s.c.CoreContainer Initializing authentication plugin: org.apache.solr.security.HttpParamDelegationTokenPlugin
   [junit4]   2> 601429 WARN  (jetty-launcher-3975-thread-2) [n:127.0.0.1:44023_solr     ] o.a.s.c.s.i.Krb5HttpClientBuilder org.apache.solr.client.solrj.impl.Krb5HttpClientBuilder is configured without specifying system property 'java.security.auth.login.config'
   [junit4]   2> 601429 INFO  (jetty-launcher-3975-thread-2) [n:127.0.0.1:44023_solr     ] o.a.s.s.KerberosPlugin Params: {token.valid=30, delegation-token.token-kind=solr-dt, cookie.domain=127.0.0.1, cookie.path=/, zk-dt-secret-manager.znodeWorkingPath=solr/security/zkdtsm, token.validity=36000, signer.secret.provider.zookeeper.path=/token, type=kerberos, zk-dt-secret-manager.enable=true, kerberos.name.rules=DEFAULT, signer.secret.provider=zookeeper, delegation-token.json-mapper.AUTO_CLOSE_TARGET=false}
   [junit4]   2> 601430 INFO  (zkCallback-4011-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 601432 INFO  (zkCallback-3994-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 601650 INFO  (jetty-launcher-3975-thread-2) [n:127.0.0.1:44023_solr     ] o.a.c.f.i.CuratorFrameworkImpl Starting
   [junit4]   2> 601650 INFO  (jetty-launcher-3975-thread-1) [n:127.0.0.1:34511_solr     ] o.a.c.f.i.CuratorFrameworkImpl Starting
   [junit4]   2> 601675 INFO  (jetty-launcher-3975-thread-2-EventThread) [     ] o.a.c.f.s.ConnectionStateManager State change: CONNECTED
   [junit4]   2> 601676 INFO  (jetty-launcher-3975-thread-1-EventThread) [     ] o.a.c.f.s.ConnectionStateManager State change: CONNECTED
   [junit4]   2> 601885 WARN  (jetty-launcher-3975-thread-1) [n:127.0.0.1:34511_solr     ] o.a.s.c.s.i.Krb5HttpClientBuilder org.apache.solr.client.solrj.impl.Krb5HttpClientBuilder is configured without specifying system property 'java.security.auth.login.config'
   [junit4]   2> 601888 WARN  (jetty-launcher-3975-thread-2) [n:127.0.0.1:44023_solr     ] o.a.s.c.s.i.Krb5HttpClientBuilder org.apache.solr.client.solrj.impl.Krb5HttpClientBuilder is configured without specifying system property 'java.security.auth.login.config'
   [junit4]   2> 601889 WARN  (jetty-launcher-3975-thread-2) [n:127.0.0.1:44023_solr     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=enabled 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> 601889 WARN  (jetty-launcher-3975-thread-2) [n:127.0.0.1:44023_solr     ] o.a.s.c.CoreContainer Solr authentication is enabled, but SSL is off.  Consider enabling SSL to protect user credentials and data with encryption.
   [junit4]   2> 601904 WARN  (jetty-launcher-3975-thread-1) [n:127.0.0.1:34511_solr     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=enabled 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> 601904 WARN  (jetty-launcher-3975-thread-1) [n:127.0.0.1:34511_solr     ] o.a.s.c.CoreContainer Solr authentication is enabled, but SSL is off.  Consider enabling SSL to protect user credentials and data with encryption.
   [junit4]   2> 601907 INFO  (jetty-launcher-3975-thread-2) [n:127.0.0.1:44023_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestSolrCloudWithDelegationTokens_E1DA93DAADA04287-001/tempDir-001/node2
   [junit4]   2> 601914 INFO  (jetty-launcher-3975-thread-1) [n:127.0.0.1:34511_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestSolrCloudWithDelegationTokens_E1DA93DAADA04287-001/tempDir-001/node1
   [junit4]   2> 601928 INFO  (SUITE-TestSolrCloudWithDelegationTokens-seed#[E1DA93DAADA04287]-worker) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=2
   [junit4]   2> 601929 INFO  (SUITE-TestSolrCloudWithDelegationTokens-seed#[E1DA93DAADA04287]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 601944 INFO  (zkConnectionManagerCallback-4026-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 601944 INFO  (SUITE-TestSolrCloudWithDelegationTokens-seed#[E1DA93DAADA04287]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 601945 INFO  (SUITE-TestSolrCloudWithDelegationTokens-seed#[E1DA93DAADA04287]-worker) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 601946 INFO  (SUITE-TestSolrCloudWithDelegationTokens-seed#[E1DA93DAADA04287]-worker) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:35325/solr ready
   [junit4]   2> 601966 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenVerify-seed#[E1DA93DAADA04287]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testDelegationTokenVerify
   [junit4]   2> 602065 INFO  (qtp35371940-6875) [n:127.0.0.1:34511_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=LIST&delegation=GgADYmFyA2JhcgCKAXlEOXnkigF5aEX95AEEFNDyMOdw4j9Gm_JKITUl8fPFN-7ZB3NvbHItZHQA&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 602147 INFO  (qtp378220816-6874) [n:127.0.0.1:44023_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=LIST&delegation=GgADYmFyA2JhcgCKAXlEOXnkigF5aEX95AEEFNDyMOdw4j9Gm_JKITUl8fPFN-7ZB3NvbHItZHQA&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 602193 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenVerify-seed#[E1DA93DAADA04287]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testDelegationTokenVerify
   [junit4]   2> 602211 INFO  (TEST-TestSolrCloudWithDelegationTokens.testZNodePaths-seed#[E1DA93DAADA04287]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testZNodePaths
   [junit4]   2> 602215 INFO  (TEST-TestSolrCloudWithDelegationTokens.testZNodePaths-seed#[E1DA93DAADA04287]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 602217 INFO  (zkConnectionManagerCallback-4028-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 602217 INFO  (TEST-TestSolrCloudWithDelegationTokens.testZNodePaths-seed#[E1DA93DAADA04287]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 602320 INFO  (TEST-TestSolrCloudWithDelegationTokens.testZNodePaths-seed#[E1DA93DAADA04287]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testZNodePaths
   [junit4]   2> 602339 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenewFail-seed#[E1DA93DAADA04287]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testDelegationTokenRenewFail
   [junit4]   2> 602346 WARN  (qtp35371940-6873) [     ] o.a.h.s.a.s.AuthenticationFilter Authentication exception: org.apache.hadoop.security.AccessControlException: foo tries to renew a token (solr-dt owner=bar, renewer=bar, realUser=, issueDate=1620347288350, maxDate=1620952088350, sequenceNumber=3, masterKeyId=4) with non-matching renewer bar
   [junit4]   2> 602346 WARN  (qtp35371940-6873) [     ] o.a.s.s.KerberosPlugin Could not find org.apache.solr.security.authentication.requestcontinues
   [junit4]   2> 602385 WARN  (qtp378220816-6877) [     ] o.a.h.s.a.s.AuthenticationFilter Authentication exception: org.apache.hadoop.security.AccessControlException: foo tries to renew a token (solr-dt owner=bar, renewer=bar, realUser=, issueDate=1620347288350, maxDate=1620952088350, sequenceNumber=3, masterKeyId=4) with non-matching renewer bar
   [junit4]   2> 602385 WARN  (qtp378220816-6877) [     ] o.a.s.s.KerberosPlugin Could not find org.apache.solr.security.authentication.requestcontinues
   [junit4]   2> 602388 WARN  (qtp35371940-6875) [n:127.0.0.1:34511_solr     ] o.a.h.s.a.s.AuthenticationFilter Authentication exception: org.apache.hadoop.security.AccessControlException: notRenewUser tries to renew a token (solr-dt owner=bar, renewer=renewUser, realUser=, issueDate=1620347288396, maxDate=1620952088396, sequenceNumber=4, masterKeyId=4) with non-matching renewer renewUser
   [junit4]   2> 602389 WARN  (qtp35371940-6875) [n:127.0.0.1:34511_solr     ] o.a.s.s.KerberosPlugin Could not find org.apache.solr.security.authentication.requestcontinues
   [junit4]   2> 602389 WARN  (qtp378220816-6876) [     ] o.a.h.s.a.s.AuthenticationFilter Authentication exception: org.apache.hadoop.security.AccessControlException: notRenewUser tries to renew a token (solr-dt owner=bar, renewer=renewUser, realUser=, issueDate=1620347288396, maxDate=1620952088396, sequenceNumber=4, masterKeyId=4) with non-matching renewer renewUser
   [junit4]   2> 602389 WARN  (qtp378220816-6876) [     ] o.a.s.s.KerberosPlugin Could not find org.apache.solr.security.authentication.requestcontinues
   [junit4]   2> 602390 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenewFail-seed#[E1DA93DAADA04287]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testDelegationTokenRenewFail
   [junit4]   2> 602410 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancelFail-seed#[E1DA93DAADA04287]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testDelegationTokenCancelFail
   [junit4]   2> 602426 ERROR (qtp378220816-6879) [     ] o.a.h.s.t.d.ZKDelegationTokenSecretManager No node in path [/ZKDTSMTokensRoot/DT_5]
   [junit4]   2> 602427 ERROR (qtp35371940-6871) [     ] o.a.h.s.t.d.ZKDelegationTokenSecretManager No node in path [/ZKDTSMTokensRoot/DT_5]
   [junit4]   2> 602434 ERROR (qtp378220816-6874) [n:127.0.0.1:44023_solr     ] o.a.h.s.t.d.ZKDelegationTokenSecretManager No node in path [/ZKDTSMTokensRoot/DT_6]
   [junit4]   2> 602435 ERROR (qtp35371940-6869) [     ] o.a.h.s.t.d.ZKDelegationTokenSecretManager No node in path [/ZKDTSMTokensRoot/DT_6]
   [junit4]   2> 602436 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancelFail-seed#[E1DA93DAADA04287]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testDelegationTokenCancelFail
   [junit4]   2> 602461 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenSolrClientWithUpdateRequests-seed#[E1DA93DAADA04287]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testDelegationTokenSolrClientWithUpdateRequests
   [junit4]   2> 602506 INFO  (OverseerThreadFactory-4002-thread-1-processing-n:127.0.0.1:34511_solr) [n:127.0.0.1:34511_solr     ] o.a.s.c.a.c.CreateCollectionCmd Create collection testDelegationTokensWithUpdate
   [junit4]   2> 602507 INFO  (OverseerThreadFactory-4002-thread-1-processing-n:127.0.0.1:34511_solr) [n:127.0.0.1:34511_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default to /configs/testDelegationTokensWithUpdate.AUTOCREATED
   [junit4]   2> 602508 INFO  (OverseerThreadFactory-4002-thread-1-processing-n:127.0.0.1:34511_solr) [n:127.0.0.1:34511_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/protwords.txt to /configs/testDelegationTokensWithUpdate.AUTOCREATED/protwords.txt
   [junit4]   2> 602509 INFO  (OverseerThreadFactory-4002-thread-1-processing-n:127.0.0.1:34511_solr) [n:127.0.0.1:34511_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/managed-schema to /configs/testDelegationTokensWithUpdate.AUTOCREATED/managed-schema
   [junit4]   2> 602510 INFO  (OverseerThreadFactory-4002-thread-1-processing-n:127.0.0.1:34511_solr) [n:127.0.0.1:34511_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/solrconfig.xml to /configs/testDelegationTokensWithUpdate.AUTOCREATED/solrconfig.xml
   [junit4]   2> 602512 INFO  (OverseerThreadFactory-4002-thread-1-processing-n:127.0.0.1:34511_solr) [n:127.0.0.1:34511_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_it.txt to /configs/testDelegationTokensWithUpdate.AUTOCREATED/lang/contractions_it.txt
   [junit4]   2> 602514 INFO  (OverseerThreadFactory-4002-thread-1-processing-n:127.0.0.1:34511_solr) [n:127.0.0.1:34511_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_ca.txt to /configs/testDelegationTokensWithUpdate.AUTOCREATED/lang/contractions_ca.txt
   [junit4]   2> 602515 INFO  (OverseerThreadFactory-4002-thread-1-processing-n:127.0.0.1:34511_solr) [n:127.0.0.1:34511_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_no.txt to /configs/testDelegationTokensWithUpdate.AUTOCREATED/lang/stopwords_no.txt
   [junit4]   2> 602516 INFO  (OverseerThreadFactory-4002-thread-1-processing-n:127.0.0.1:34511_solr) [n:127.0.0.1:34511_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stemdict_nl.txt to /configs/testDelegationTokensWithUpdate.AUTOCREATED/lang/stemdict_nl.txt
   [junit4]   2> 602517 INFO  (OverseerThreadFactory-4002-thread-1-processing-n:127.0.0.1:34511_solr) [n:127.0.0.1:34511_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hy.txt to /configs/testDelegationTokensWithUpdate.AUTOCREATED/lang/stopwords_hy.txt
   [junit4]   2> 602519 INFO  (OverseerThreadFactory-4002-thread-1-processing-n:127.0.0.1:34511_solr) [n:127.0.0.1:34511_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_id.txt to /configs/testDelegationTokensWithUpdate.AUTOCREATED/lang/stopwords_id.txt
   [junit4]   2> 602520 INFO  (OverseerThreadFactory-4002-thread-1-processing-n:127.0.0.1:34511_solr) [n:127.0.0.1:34511_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_et.txt to /configs/testDelegationTokensWithUpdate.AUTOCREATED/lang/stopwords_et.txt
   [junit4]   2> 602521 INFO  (OverseerThreadFactory-4002-thread-1-processing-n:127.0.0.1:34511_solr) [n:127.0.0.1:34511_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hi.txt to /configs/testDelegationTokensWithUpdate.AUTOCREATED/lang/stopwords_hi.txt
   [junit4]   2> 602523 INFO  (OverseerThreadFactory-4002-thread-1-processing-n:127.0.0.1:34511_solr) [n:127.0.0.1:34511_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_da.txt to /configs/testDelegationTokensWithUpdate.AUTOCREATED/lang/stopwords_da.txt
   [junit4]   2> 602525 INFO  (OverseerThreadFactory-4002-thread-1-processing-n:127.0.0.1:34511_solr) [n:127.0.0.1:34511_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ga.txt to /configs/testDelegationTokensWithUpdate.AUTOCREATED/lang/stopwords_ga.txt
   [junit4]   2> 602526 INFO  (OverseerThreadFactory-4002-thread-1-processing-n:127.0.0.1:34511_solr) [n:127.0.0.1:34511_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ja.txt to /configs/testDelegationTokensWithUpdate.AUTOCREATED/lang/stopwords_ja.txt
   [junit4]   2> 602528 INFO  (OverseerThreadFactory-4002-thread-1-processing-n:127.0.0.1:34511_solr) [n:127.0.0.1:34511_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_pt.txt to /configs/testDelegationTokensWithUpdate.AUTOCREATED/lang/stopwords_pt.txt
   [junit4]   2> 602529 INFO  (OverseerThreadFactory-4002-thread-1-processing-n:127.0.0.1:34511_solr) [n:127.0.0.1:34511_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hu.txt to /configs/testDelegationTokensWithUpdate.AUTOCREATED/lang/stopwords_hu.txt
   [junit4]   2> 602530 INFO  (OverseerThreadFactory-4002-thread-1-processing-n:127.0.0.1:34511_solr) [n:127.0.0.1:34511_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_el.txt to /configs/testDelegationTokensWithUpdate.AUTOCREATED/lang/stopwords_el.txt
   [junit4]   2> 602531 INFO  (OverseerThreadFactory-4002-thread-1-processing-n:127.0.0.1:34511_solr) [n:127.0.0.1:34511_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ru.txt to /configs/testDelegationTokensWithUpdate.AUTOCREATED/lang/stopwords_ru.txt
   [junit4]   2> 602533 INFO  (OverseerThreadFactory-4002-thread-1-processing-n:127.0.0.1:34511_solr) [n:127.0.0.1:34511_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_tr.txt to /configs/testDelegationTokensWithUpdate.AUTOCREATED/lang/stopwords_tr.txt
   [junit4]   2> 602534 INFO  (OverseerThreadFactory-4002-thread-1-processing-n:127.0.0.1:34511_solr) [n:127.0.0.1:34511_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ar.txt to /configs/testDelegationTokensWithUpdate.AUTOCREATED/lang/stopwords_ar.txt
   [junit4]   2> 602536 INFO  (OverseerThreadFactory-4002-thread-1-processing-n:127.0.0.1:34511_solr) [n:127.0.0.1:34511_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/userdict_ja.txt to /configs/testDelegationTokensWithUpdate.AUTOCREATED/lang/userdict_ja.txt
   [junit4]   2> 602537 INFO  (OverseerThreadFactory-4002-thread-1-processing-n:127.0.0.1:34511_solr) [n:127.0.0.1:34511_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_it.txt to /configs/testDelegationTokensWithUpdate.AUTOCREATED/lang/stopwords_it.txt
   [junit4]   2> 602538 INFO  (OverseerThreadFactory-4002-thread-1-processing-n:127.0.0.1:34511_solr) [n:127.0.0.1:34511_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_eu.txt to /configs/testDelegationTokensWithUpdate.AUTOCREATED/lang/stopwords_eu.txt
   [junit4]   2> 602539 INFO  (OverseerThreadFactory-4002-thread-1-processing-n:127.0.0.1:34511_solr) [n:127.0.0.1:34511_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_cz.txt to /configs/testDelegationTokensWithUpdate.AUTOCREATED/lang/stopwords_cz.txt
   [junit4]   2> 602541 INFO  (OverseerThreadFactory-4002-thread-1-processing-n:127.0.0.1:34511_solr) [n:127.0.0.1:34511_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stoptags_ja.txt to /configs/testDelegationTokensWithUpdate.AUTOCREATED/lang/stoptags_ja.txt
   [junit4]   2> 602542 INFO  (OverseerThreadFactory-4002-thread-1-processing-n:127.0.0.1:34511_solr) [n:127.0.0.1:34511_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_fr.txt to /configs/testDelegationTokensWithUpdate.AUTOCREATED/lang/contractions_fr.txt
   [junit4]   2> 602543 INFO  (OverseerThreadFactory-4002-thread-1-processing-n:127.0.0.1:34511_solr) [n:127.0.0.1:34511_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_fa.txt to /configs/testDelegationTokensWithUpdate.AUTOCREATED/lang/stopwords_fa.txt
   [junit4]   2> 602545 INFO  (OverseerThreadFactory-4002-thread-1-processing-n:127.0.0.1:34511_solr) [n:127.0.0.1:34511_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_de.txt to /configs/testDelegationTokensWithUpdate.AUTOCREATED/lang/stopwords_de.txt
   [junit4]   2> 602546 INFO  (OverseerThreadFactory-4002-thread-1-processing-n:127.0.0.1:34511_solr) [n:127.0.0.1:34511_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_ga.txt to /configs/testDelegationTokensWithUpdate.AUTOCREATED/lang/contractions_ga.txt
   [junit4]   2> 602547 INFO  (OverseerThreadFactory-4002-thread-1-processing-n:127.0.0.1:34511_solr) [n:127.0.0.1:34511_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ca.txt to /configs/testDelegationTokensWithUpdate.AUTOCREATED/lang/stopwords_ca.txt
   [junit4]   2> 602548 INFO  (OverseerThreadFactory-4002-thread-1-processing-n:127.0.0.1:34511_solr) [n:127.0.0.1:34511_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_nl.txt to /configs/testDelegationTokensWithUpdate.AUTOCREATED/lang/stopwords_nl.txt
   [junit4]   2> 602550 INFO  (OverseerThreadFactory-4002-thread-1-processing-n:127.0.0.1:34511_solr) [n:127.0.0.1:34511_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_bg.txt to /configs/testDelegationTokensWithUpdate.AUTOCREATED/lang/stopwords_bg.txt
   [junit4]   2> 602551 INFO  (OverseerThreadFactory-4002-thread-1-processing-n:127.0.0.1:34511_solr) [n:127.0.0.1:34511_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_es.txt to /configs/testDelegationTokensWithUpdate.AUTOCREATED/lang/stopwords_es.txt
   [junit4]   2> 602552 INFO  (OverseerThreadFactory-4002-thread-1-processing-n:127.0.0.1:34511_solr) [n:127.0.0.1:34511_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_en.txt to /configs/testDelegationTokensWithUpdate.AUTOCREATED/lang/stopwords_en.txt
   [junit4]   2> 602555 INFO  (OverseerThreadFactory-4002-thread-1-processing-n:127.0.0.1:34511_solr) [n:127.0.0.1:34511_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_lv.txt to /configs/testDelegationTokensWithUpdate.AUTOCREATED/lang/stopwords_lv.txt
   [junit4]   2> 602556 INFO  (OverseerThreadFactory-4002-thread-1-processing-n:127.0.0.1:34511_solr) [n:127.0.0.1:34511_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_th.txt to /configs/testDelegationTokensWithUpdate.AUTOCREATED/lang/stopwords_th.txt
   [junit4]   2> 602557 INFO  (OverseerThreadFactory-4002-thread-1-processing-n:127.0.0.1:34511_solr) [n:127.0.0.1:34511_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ro.txt to /configs/testDelegationTokensWithUpdate.AUTOCREATED/lang/stopwords_ro.txt
   [junit4]   2> 602559 INFO  (OverseerThreadFactory-4002-thread-1-processing-n:127.0.0.1:34511_solr) [n:127.0.0.1:34511_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_fr.txt to /configs/testDelegationTokensWithUpdate.AUTOCREATED/lang/stopwords_fr.txt
   [junit4]   2> 602560 INFO  (OverseerThreadFactory-4002-thread-1-processing-n:127.0.0.1:34511_solr) [n:127.0.0.1:34511_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_sv.txt to /configs/testDelegationTokensWithUpdate.AUTOCREATED/lang/stopwords_sv.txt
   [junit4]   2> 602562 INFO  (OverseerThreadFactory-4002-thread-1-processing-n:127.0.0.1:34511_solr) [n:127.0.0.1:34511_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_fi.txt to /configs/testDelegationTokensWithUpdate.AUTOCREATED/lang/stopwords_fi.txt
   [junit4]   2> 602564 INFO  (OverseerThreadFactory-4002-thread-1-processing-n:127.0.0.1:34511_solr) [n:127.0.0.1:34511_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/hyphenations_ga.txt to /configs/testDelegationTokensWithUpdate.AUTOCREATED/lang/hyphenations_ga.txt
   [junit4]   2> 602565 INFO  (OverseerThreadFactory-4002-thread-1-processing-n:127.0.0.1:34511_solr) [n:127.0.0.1:34511_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_gl.txt to /configs/testDelegationTokensWithUpdate.AUTOCREATED/lang/stopwords_gl.txt
   [junit4]   2> 602566 INFO  (OverseerThreadFactory-4002-thread-1-processing-n:127.0.0.1:34511_solr) [n:127.0.0.1:34511_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/synonyms.txt to /configs/testDelegationTokensWithUpdate.AUTOCREATED/synonyms.txt
   [junit4]   2> 602570 INFO  (OverseerThreadFactory-4002-thread-1-processing-n:127.0.0.1:34511_solr) [n:127.0.0.1:34511_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/stopwords.txt to /configs/testDelegationTokensWithUpdate.AUTOCREATED/stopwords.txt
   [junit4]   2> 602680 INFO  (OverseerStateUpdate-73459637027995654-127.0.0.1:34511_solr-n_0000000000) [n:127.0.0.1:34511_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "core":"testDelegationTokensWithUpdate_shard1_replica_n1",
   [junit4]   2>   "node_name":"127.0.0.1:44023_solr",
   [junit4]   2>   "base_url":"https://127.0.0.1:44023/solr",
   [junit4]   2>   "collection":"testDelegationTokensWithUpdate",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 602922 INFO  (qtp35371940-6871) [n:127.0.0.1:34511_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/info/key params={omitHeader=true&wt=json} status=0 QTime=0
   [junit4]   2> 602922 INFO  (qtp378220816-6874) [n:127.0.0.1:44023_solr     ] o.a.s.s.PKIAuthenticationPlugin New Key obtained from  node: 127.0.0.1:34511_solr / MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA2yIqXhMSDSx9/U/BGTCyCj8MEt1OsVeCToabOz6IZoyzqHB97qSH+AO+1XXyNiybVMgWXRiSNdfWi9AS9vJz1NdRWCZnx5Wp3gcacO/hISqVZfInvJrs84dyWjUYtOwLSAPLWpEsTGnAQ/D8kB+DHZMxCTEHk0AfWHeB6VMjFCDNECNKISvJkZyc09oxtPjEgPdUoci2Tx+JpeqFqy0Pe45Wg3DdEHss2W43HXwZHPbIDS5tIJvM0sxfolXH13IDJ3Mu1pT631FUwcCQu9TJiUkV+9GCHJLRToPcXToI2BlRV0T+9gVQcwtfpzdplFKPb80YDbWlNiS+0S4hi2a/eQIDAQAB
   [junit4]   2> 602923 INFO  (qtp378220816-6874) [n:127.0.0.1:44023_solr    x:testDelegationTokensWithUpdate_shard1_replica_n1 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node2&collection.configName=testDelegationTokensWithUpdate.AUTOCREATED&newCollection=true&name=testDelegationTokensWithUpdate_shard1_replica_n1&action=CREATE&numShards=1&collection=testDelegationTokensWithUpdate&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 602939 INFO  (qtp378220816-6874) [n:127.0.0.1:44023_solr c:testDelegationTokensWithUpdate s:shard1 r:core_node2 x:testDelegationTokensWithUpdate_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.9.0
   [junit4]   2> 602939 WARN  (qtp378220816-6874) [n:127.0.0.1:44023_solr c:testDelegationTokensWithUpdate s:shard1 r:core_node2 x:testDelegationTokensWithUpdate_shard1_replica_n1 ] o.a.s.c.SolrConfig solrconfig.xml: <jmx> is no longer supported, use solr.xml:/metrics/reporter section instead
   [junit4]   2> 602942 INFO  (qtp378220816-6874) [n:127.0.0.1:44023_solr c:testDelegationTokensWithUpdate s:shard1 r:core_node2 x:testDelegationTokensWithUpdate_shard1_replica_n1 ] o.a.s.s.IndexSchema Schema name=default-config
   [junit4]   2> 603006 INFO  (qtp378220816-6874) [n:127.0.0.1:44023_solr c:testDelegationTokensWithUpdate s:shard1 r:core_node2 x:testDelegationTokensWithUpdate_shard1_replica_n1 ] o.a.s.s.IndexSchema Loaded schema default-config/1.6 with uniqueid field id
   [junit4]   2> 603037 INFO  (qtp378220816-6874) [n:127.0.0.1:44023_solr c:testDelegationTokensWithUpdate s:shard1 r:core_node2 x:testDelegationTokensWithUpdate_shard1_replica_n1 ] o.a.s.c.CoreContainer Creating SolrCore 'testDelegationTokensWithUpdate_shard1_replica_n1' using configuration from configset testDelegationTokensWithUpdate.AUTOCREATED, trusted=true
   [junit4]   2> 603038 INFO  (qtp378220816-6874) [n:127.0.0.1:44023_solr c:testDelegationTokensWithUpdate s:shard1 r:core_node2 x:testDelegationTokensWithUpdate_shard1_replica_n1 ] o.a.s.c.SolrCore [[testDelegationTokensWithUpdate_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.cloud.TestSolrCloudWithDelegationTokens_E1DA93DAADA04287-001/tempDir-001/node2/testDelegationTokensWithUpdate_shard1_replica_n1], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestSolrCloudWithDelegationTokens_E1DA93DAADA04287-001/tempDir-001/node2/testDelegationTokensWithUpdate_shard1_replica_n1/data/]
   [junit4]   2> 603085 INFO  (qtp378220816-6874) [n:127.0.0.1:44023_solr c:testDelegationTokensWithUpdate s:shard1 r:core_node2 x:testDelegationTokensWithUpdate_shard1_replica_n1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 603086 INFO  (qtp378220816-6874) [n:127.0.0.1:44023_solr c:testDelegationTokensWithUpdate s:shard1 r:core_node2 x:testDelegationTokensWithUpdate_shard1_replica_n1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 603086 INFO  (qtp378220816-6874) [n:127.0.0.1:44023_solr c:testDelegationTokensWithUpdate s:shard1 r:core_node2 x:testDelegationTokensWithUpdate_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard AutoCommit: if uncommitted for 15000ms; 
   [junit4]   2> 603086 INFO  (qtp378220816-6874) [n:127.0.0.1:44023_solr c:testDelegationTokensWithUpdate s:shard1 r:core_node2 x:testDelegationTokensWithUpdate_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 603089 INFO  (qtp378220816-6874) [n:127.0.0.1:44023_solr c:testDelegationTokensWithUpdate s:shard1 r:core_node2 x:testDelegationTokensWithUpdate_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/testDelegationTokensWithUpdate.AUTOCREATED
   [junit4]   2> 603089 INFO  (qtp378220816-6874) [n:127.0.0.1:44023_solr c:testDelegationTokensWithUpdate s:shard1 r:core_node2 x:testDelegationTokensWithUpdate_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/testDelegationTokensWithUpdate.AUTOCREATED
   [junit4]   2> 603089 INFO  (qtp378220816-6874) [n:127.0.0.1:44023_solr c:testDelegationTokensWithUpdate s:shard1 r:core_node2 x:testDelegationTokensWithUpdate_shard1_replica_n1 ] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/testDelegationTokensWithUpdate.AUTOCREATED/managed-schema
   [junit4]   2> 603089 INFO  (qtp378220816-6874) [n:127.0.0.1:44023_solr c:testDelegationTokensWithUpdate s:shard1 r:core_node2 x:testDelegationTokensWithUpdate_shard1_replica_n1 ] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 603089 INFO  (qtp378220816-6874) [n:127.0.0.1:44023_solr c:testDelegationTokensWithUpdate s:shard1 r:core_node2 x:testDelegationTokensWithUpdate_shard1_replica_n1 ] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 603089 INFO  (qtp378220816-6874) [n:127.0.0.1:44023_solr c:testDelegationTokensWithUpdate s:shard1 r:core_node2 x:testDelegationTokensWithUpdate_shard1_replica_n1 ] o.a.s.s.DirectSolrSpellChecker init: {name=default,field=_text_,classname=solr.DirectSolrSpellChecker,distanceMeasure=internal,accuracy=0.5,maxQueryFrequency=0.01,maxEdits=2,minPrefix=1,maxInspections=5,minQueryLength=4}
   [junit4]   2> 603090 INFO  (qtp378220816-6874) [n:127.0.0.1:44023_solr c:testDelegationTokensWithUpdate s:shard1 r:core_node2 x:testDelegationTokensWithUpdate_shard1_replica_n1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 603090 INFO  (qtp378220816-6874) [n:127.0.0.1:44023_solr c:testDelegationTokensWithUpdate s:shard1 r:core_node2 x:testDelegationTokensWithUpdate_shard1_replica_n1 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1699057279015321600
   [junit4]   2> 603095 INFO  (searcherExecutor-4030-thread-1-processing-n:127.0.0.1:44023_solr x:testDelegationTokensWithUpdate_shard1_replica_n1 c:testDelegationTokensWithUpdate s:shard1 r:core_node2) [n:127.0.0.1:44023_solr c:testDelegationTokensWithUpdate s:shard1 r:core_node2 x:testDelegationTokensWithUpdate_shard1_replica_n1 ] o.a.s.c.QuerySenderListener QuerySenderListener done.
   [junit4]   2> 603095 INFO  (searcherExecutor-4030-thread-1-processing-n:127.0.0.1:44023_solr x:testDelegationTokensWithUpdate_shard1_replica_n1 c:testDelegationTokensWithUpdate s:shard1 r:core_node2) [n:127.0.0.1:44023_solr c:testDelegationTokensWithUpdate s:shard1 r:core_node2 x:testDelegationTokensWithUpdate_shard1_replica_n1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 603096 INFO  (searcherExecutor-4030-thread-1-processing-n:127.0.0.1:44023_solr x:testDelegationTokensWithUpdate_shard1_replica_n1 c:testDelegationTokensWithUpdate s:shard1 r:core_node2) [n:127.0.0.1:44023_solr c:testDelegationTokensWithUpdate s:shard1 r:core_node2 x:testDelegationTokensWithUpdate_shard1_replica_n1 ] o.a.s.c.SolrCore [testDelegationTokensWithUpdate_shard1_replica_n1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 603098 INFO  (qtp378220816-6874) [n:127.0.0.1:44023_solr c:testDelegationTokensWithUpdate s:shard1 r:core_node2 x:testDelegationTokensWithUpdate_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/testDelegationTokensWithUpdate/terms/shard1 to Terms{values={core_node2=0}, version=0}
   [junit4]   2> 603098 INFO  (qtp378220816-6874) [n:127.0.0.1:44023_solr c:testDelegationTokensWithUpdate s:shard1 r:core_node2 x:testDelegationTokensWithUpdate_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/testDelegationTokensWithUpdate/leaders/shard1
   [junit4]   2> 603102 INFO  (qtp378220816-6874) [n:127.0.0.1:44023_solr c:testDelegationTokensWithUpdate s:shard1 r:core_node2 x:testDelegationTokensWithUpdate_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 603102 INFO  (qtp378220816-6874) [n:127.0.0.1:44023_solr c:testDelegationTokensWithUpdate s:shard1 r:core_node2 x:testDelegationTokensWithUpdate_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 603102 INFO  (qtp378220816-6874) [n:127.0.0.1:44023_solr c:testDelegationTokensWithUpdate s:shard1 r:core_node2 x:testDelegationTokensWithUpdate_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:44023/solr/testDelegationTokensWithUpdate_shard1_replica_n1/
   [junit4]   2> 603102 INFO  (qtp378220816-6874) [n:127.0.0.1:44023_solr c:testDelegationTokensWithUpdate s:shard1 r:core_node2 x:testDelegationTokensWithUpdate_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 603103 INFO  (qtp378220816-6874) [n:127.0.0.1:44023_solr c:testDelegationTokensWithUpdate s:shard1 r:core_node2 x:testDelegationTokensWithUpdate_shard1_replica_n1 ] o.a.s.c.SyncStrategy https://127.0.0.1:44023/solr/testDelegationTokensWithUpdate_shard1_replica_n1/ has no replicas
   [junit4]   2> 603103 INFO  (qtp378220816-6874) [n:127.0.0.1:44023_solr c:testDelegationTokensWithUpdate s:shard1 r:core_node2 x:testDelegationTokensWithUpdate_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/testDelegationTokensWithUpdate/leaders/shard1/leader after winning as /collections/testDelegationTokensWithUpdate/leader_elect/shard1/election/73459637027995656-core_node2-n_0000000000
   [junit4]   2> 603106 INFO  (qtp378220816-6874) [n:127.0.0.1:44023_solr c:testDelegationTokensWithUpdate s:shard1 r:core_node2 x:testDelegationTokensWithUpdate_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:44023/solr/testDelegationTokensWithUpdate_shard1_replica_n1/ shard1
   [junit4]   2> 603207 INFO  (zkCallback-4011-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testDelegationTokensWithUpdate/state.json] for collection [testDelegationTokensWithUpdate] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 603208 INFO  (zkCallback-4011-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testDelegationTokensWithUpdate/state.json] for collection [testDelegationTokensWithUpdate] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 603209 INFO  (qtp378220816-6874) [n:127.0.0.1:44023_solr c:testDelegationTokensWithUpdate s:shard1 r:core_node2 x:testDelegationTokensWithUpdate_shard1_replica_n1 ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 603212 INFO  (qtp378220816-6874) [n:127.0.0.1:44023_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node2&collection.configName=testDelegationTokensWithUpdate.AUTOCREATED&newCollection=true&name=testDelegationTokensWithUpdate_shard1_replica_n1&action=CREATE&numShards=1&collection=testDelegationTokensWithUpdate&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=288
   [junit4]   2> 603214 INFO  (qtp35371940-6873) [n:127.0.0.1:34511_solr     ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 45 seconds. Check all shard replicas
   [junit4]   2> 603311 INFO  (zkCallback-3994-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testDelegationTokensWithUpdate/state.json] for collection [testDelegationTokensWithUpdate] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 603311 INFO  (zkCallback-4011-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testDelegationTokensWithUpdate/state.json] for collection [testDelegationTokensWithUpdate] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 603311 INFO  (zkCallback-4011-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testDelegationTokensWithUpdate/state.json] for collection [testDelegationTokensWithUpdate] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 603311 INFO  (zkCallback-4011-thread-3) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testDelegationTokensWithUpdate/state.json] for collection [testDelegationTokensWithUpdate] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 603312 INFO  (qtp35371940-6873) [n:127.0.0.1:34511_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={pullReplicas=0&name=testDelegationTokensWithUpdate&nrtReplicas=1&action=CREATE&numShards=1&tlogReplicas=0&delegation=GgADYmFyA2JhcgCKAXlEOXuYigF5aEX_mAcEFIZDj5SU3z31nHDlWU0g4L1R3CcrB3NvbHItZHQA&wt=javabin&version=2} status=0 QTime=808
   [junit4]   2> 603313 INFO  (qtp35371940-6875) [n:127.0.0.1:34511_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 603317 INFO  (qtp35371940-6875) [n:127.0.0.1:34511_solr     ] o.a.s.s.KerberosPlugin Setting original user principal: bar
   [junit4]   2> 603317 INFO  (qtp35371940-6875) [n:127.0.0.1:34511_solr     ] o.a.s.s.KerberosPlugin Setting original user principal: bar
   [junit4]   2> 603332 INFO  (searcherExecutor-4030-thread-1-processing-n:127.0.0.1:44023_solr x:testDelegationTokensWithUpdate_shard1_replica_n1 c:testDelegationTokensWithUpdate s:shard1 r:core_node2) [n:127.0.0.1:44023_solr c:testDelegationTokensWithUpdate s:shard1 r:core_node2 x:testDelegationTokensWithUpdate_shard1_replica_n1 ] o.a.s.c.QuerySenderListener QuerySenderListener done.
   [junit4]   2> 603333 INFO  (searcherExecutor-4030-thread-1-processing-n:127.0.0.1:44023_solr x:testDelegationTokensWithUpdate_shard1_replica_n1 c:testDelegationTokensWithUpdate s:shard1 r:core_node2) [n:127.0.0.1:44023_solr c:testDelegationTokensWithUpdate s:shard1 r:core_node2 x:testDelegationTokensWithUpdate_shard1_replica_n1 ] o.a.s.c.SolrCore [testDelegationTokensWithUpdate_shard1_replica_n1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 603333 INFO  (qtp378220816-6877) [n:127.0.0.1:44023_solr c:testDelegationTokensWithUpdate s:shard1 r:core_node2 x:testDelegationTokensWithUpdate_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/testDelegationTokensWithUpdate/terms/shard1 to Terms{values={core_node2=1}, version=1}
   [junit4]   2> 603333 INFO  (qtp378220816-6877) [n:127.0.0.1:44023_solr c:testDelegationTokensWithUpdate s:shard1 r:core_node2 x:testDelegationTokensWithUpdate_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [testDelegationTokensWithUpdate_shard1_replica_n1]  webapp=/solr path=/update params={waitSearcher=false&commit=true&softCommit=false&delegation=GgADYmFyA2JhcgCKAXlEOXuYigF5aEX_mAcEFIZDj5SU3z31nHDlWU0g4L1R3CcrB3NvbHItZHQA&_forwardedCount=1&wt=javabin&version=2}{add=[dummy_id (1699057279256494080)],commit=} 0 14
   [junit4]   2> 603335 INFO  (qtp35371940-6869) [n:127.0.0.1:34511_solr     ] o.a.s.s.KerberosPlugin Setting original user principal: bar
   [junit4]   2> 603335 INFO  (qtp35371940-6869) [n:127.0.0.1:34511_solr     ] o.a.s.s.KerberosPlugin Setting original user principal: bar
   [junit4]   2> 603338 INFO  (qtp378220816-6876) [n:127.0.0.1:44023_solr c:testDelegationTokensWithUpdate s:shard1 r:core_node2 x:testDelegationTokensWithUpdate_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [testDelegationTokensWithUpdate_shard1_replica_n1]  webapp=/solr path=/update params={delegation=GgADYmFyA2JhcgCKAXlEOXuYigF5aEX_mAcEFIZDj5SU3z31nHDlWU0g4L1R3CcrB3NvbHItZHQA&_forwardedCount=1&wt=javabin&version=2}{add=[dummy_id (1699057279273271296)]} 0 2
   [junit4]   2> 603340 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenSolrClientWithUpdateRequests-seed#[E1DA93DAADA04287]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testDelegationTokenSolrClientWithUpdateRequests
   [junit4]   2> 603363 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancel-seed#[E1DA93DAADA04287]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testDelegationTokenCancel
   [junit4]   2> 603372 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancel-seed#[E1DA93DAADA04287]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 603373 INFO  (zkConnectionManagerCallback-4039-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 603373 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancel-seed#[E1DA93DAADA04287]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 603374 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancel-seed#[E1DA93DAADA04287]) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 603375 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancel-seed#[E1DA93DAADA04287]) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:35325/solr ready
   [junit4]   2> 603382 ERROR (qtp378220816-6877) [n:127.0.0.1:44023_solr     ] o.a.h.s.t.d.ZKDelegationTokenSecretManager No node in path [/ZKDTSMTokensRoot/DT_8]
   [junit4]   2> 603398 WARN  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancel-seed#[E1DA93DAADA04287]-SendThread(127.0.0.1:35325)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x104fb269262000d.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x104fb269262000d, 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 0x104fb269262000d, 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> 603541 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancel-seed#[E1DA93DAADA04287]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 603542 INFO  (zkConnectionManagerCallback-4044-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 603542 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancel-seed#[E1DA93DAADA04287]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 603543 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancel-seed#[E1DA93DAADA04287]) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 603544 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancel-seed#[E1DA93DAADA04287]) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:35325/solr ready
   [junit4]   2> 603691 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancel-seed#[E1DA93DAADA04287]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 603692 INFO  (zkConnectionManagerCallback-4049-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 603692 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancel-seed#[E1DA93DAADA04287]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 603693 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancel-seed#[E1DA93DAADA04287]) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 603695 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancel-seed#[E1DA93DAADA04287]) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:35325/solr ready
   [junit4]   2> 603732 ERROR (qtp378220816-6876) [n:127.0.0.1:44023_solr     ] o.a.h.s.t.d.ZKDelegationTokenSecretManager No node in path [/ZKDTSMTokensRoot/DT_9]
   [junit4]   2> 603912 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancel-seed#[E1DA93DAADA04287]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testDelegationTokenCancel
   [junit4]   2> 603936 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[E1DA93DAADA04287]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testDelegationTokenRenew
   [junit4]   2> 603941 WARN  (qtp35371940-6871) [n:127.0.0.1:34511_solr     ] o.a.h.s.a.s.AuthenticationFilter Authentication exception: org.apache.hadoop.security.AccessControlException: bar is trying to renew a token (solr-dt owner=bar, renewer=bar, realUser=, issueDate=1620347289947, maxDate=1620952089947, sequenceNumber=10, masterKeyId=4) with wrong password
   [junit4]   2> 603941 WARN  (qtp35371940-6871) [n:127.0.0.1:34511_solr     ] o.a.s.s.KerberosPlugin Could not find org.apache.solr.security.authentication.requestcontinues
   [junit4]   2> 603942 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[E1DA93DAADA04287]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testDelegationTokenRenew
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestSolrCloudWithDelegationTokens -Dtests.method=testDelegationTokenRenew -Dtests.seed=E1DA93DAADA04287 -Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=pl -Dtests.timezone=America/Inuvik -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] FAILURE 0.03s J0 | TestSolrCloudWithDelegationTokens.testDelegationTokenRenew <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: expected:<200> but was:<403>
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([E1DA93DAADA04287:D64167C4956C9F23]:0)
   [junit4]    > 	at org.apache.solr.cloud.TestSolrCloudWithDelegationTokens.renewDelegationToken(TestSolrCloudWithDelegationTokens.java:138)
   [junit4]    > 	at org.apache.solr.cloud.TestSolrCloudWithDelegationTokens.verifyDelegationTokenRenew(TestSolrCloudWithDelegationTokens.java:349)
   [junit4]    > 	at org.apache.solr.cloud.TestSolrCloudWithDelegationTokens.testDelegationTokenRenew(TestSolrCloudWithDelegationTokens.java:367)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 603965 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationOtherOp-seed#[E1DA93DAADA04287]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testDelegationOtherOp
   [junit4]   2> 603969 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationOtherOp-seed#[E1DA93DAADA04287]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 603970 INFO  (zkConnectionManagerCallback-4054-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 603971 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationOtherOp-seed#[E1DA93DAADA04287]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 603972 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationOtherOp-seed#[E1DA93DAADA04287]) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 603973 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationOtherOp-seed#[E1DA93DAADA04287]) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:35325/solr ready
   [junit4]   2> 604014 INFO  (qtp378220816-6879) [n:127.0.0.1:44023_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={op=someSolrOperation&action=LIST&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 604015 WARN  (TEST-TestSolrCloudWithDelegationTokens.testDelegationOtherOp-seed#[E1DA93DAADA04287]-SendThread(127.0.0.1:35325)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x104fb2692620010.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x104fb2692620010, 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 0x104fb2692620010, 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> 604117 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationOtherOp-seed#[E1DA93DAADA04287]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testDelegationOtherOp
   [junit4]   2> 604141 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenSolrClient-seed#[E1DA93DAADA04287]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testDelegationTokenSolrClient
   [junit4]   2> 604240 INFO  (qtp35371940-6875) [n:127.0.0.1:34511_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=LIST&delegation=GgADYmFyA2JhcgCKAXlEOYIoigF5aEYGKAsEFG6hc9nVY9bCYRfsQ2Ny35Qwmb3yB3NvbHItZHQA&wt=javabin&version=2} status=0 QTime=2
   [junit4]   2> 604242 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenSolrClient-seed#[E1DA93DAADA04287]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testDelegationTokenSolrClient
   [junit4]   2> 604343 INFO  (jetty-closer-4055-thread-1) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1951164983
   [junit4]   2> 604343 INFO  (jetty-closer-4055-thread-1) [     ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:34511_solr
   [junit4]   2> 604344 INFO  (jetty-closer-4055-thread-2) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=464302132
   [junit4]   2> 604344 INFO  (jetty-closer-4055-thread-2) [     ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:44023_solr
   [junit4]   2> 604346 INFO  (jetty-closer-4055-thread-1) [     ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 604346 INFO  (jetty-closer-4055-thread-2) [     ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 604346 INFO  (jetty-closer-4055-thread-1) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:34511_solr as DOWN
   [junit4]   2> 604346 INFO  (jetty-closer-4055-thread-2) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:44023_solr as DOWN
   [junit4]   2> 604348 INFO  (coreCloseExecutor-4062-thread-1) [n:127.0.0.1:44023_solr     ] o.a.s.c.SolrCore [testDelegationTokensWithUpdate_shard1_replica_n1]  CLOSING SolrCore org.apache.solr.core.SolrCore@37609da9
   [junit4]   2> 604348 INFO  (coreCloseExecutor-4062-thread-1) [n:127.0.0.1:44023_solr     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.testDelegationTokensWithUpdate.shard1.replica_n1 tag=SolrCore@37609da9
   [junit4]   2> 604348 INFO  (coreCloseExecutor-4062-thread-1) [n:127.0.0.1:44023_solr     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.testDelegationTokensWithUpdate.shard1.leader tag=SolrCore@37609da9
   [junit4]   2> 604349 INFO  (jetty-closer-4055-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 604349 INFO  (jetty-closer-4055-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
   [junit4]   2> 604349 INFO  (jetty-closer-4055-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 604349 INFO  (jetty-closer-4055-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster tag=null
   [junit4]   2> 604353 INFO  (closeThreadPool-4064-thread-1) [     ] o.a.s.c.Overseer Overseer (id=73459637027995654-127.0.0.1:34511_solr-n_0000000000) closing
   [junit4]   2> 604353 INFO  (coreCloseExecutor-4062-thread-1) [n:127.0.0.1:44023_solr     ] o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter.close() .
   [junit4]   2> 604357 INFO  (zkCallback-4011-thread-3) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 604356 WARN  (jetty-launcher-3975-thread-1-SendThread(127.0.0.1:35325)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x104fb2692620006.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x104fb2692620006, 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 0x104fb2692620006, 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> 604357 INFO  (OverseerStateUpdate-73459637027995654-127.0.0.1:34511_solr-n_0000000000) [n:127.0.0.1:34511_solr     ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:34511_solr
   [junit4]   2> 604363 INFO  (OverseerAutoScalingTriggerThread-73459637027995654-127.0.0.1:34511_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 604372 INFO  (jetty-closer-4055-thread-2) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 604372 INFO  (jetty-closer-4055-thread-2) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
   [junit4]   2> 604372 INFO  (jetty-closer-4055-thread-2) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 604372 INFO  (jetty-closer-4055-thread-2) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster tag=null
   [junit4]   2> 604372 INFO  (closeThreadPool-4064-thread-2) [     ] o.a.s.c.Overseer Overseer (id=73459637027995654-127.0.0.1:34511_solr-n_0000000000) closing
   [junit4]   2> 604374 WARN  (jetty-launcher-3975-thread-2-SendThread(127.0.0.1:35325)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x104fb2692620008.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x104fb2692620008, 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 0x104fb2692620008, 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> 604457 INFO  (jetty-closer-4055-thread-1) [     ] o.a.s.c.Overseer Overseer (id=73459637027995654-127.0.0.1:34511_solr-n_0000000000) closing
   [junit4]   2> 604458 ERROR (Thread[Thread-1200,5,TGRP-TestSolrCloudWithDelegationTokens]) [     ] o.a.h.s.t.d.AbstractDelegationTokenSecretManager ExpiredTokenRemover received java.lang.InterruptedException: sleep interrupted
   [junit4]   2> 604467 INFO  (Curator-Framework-0) [     ] o.a.c.f.i.CuratorFrameworkImpl backgroundOperationsLoop exiting
   [junit4]   2> 604473 WARN  (jetty-launcher-3975-thread-1-SendThread(127.0.0.1:35325)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x104fb2692620009.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x104fb2692620009, 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 0x104fb2692620009, 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> 604558 ERROR (Thread[Thread-1199,5,TGRP-TestSolrCloudWithDelegationTokens]) [     ] o.a.h.s.t.d.AbstractDelegationTokenSecretManager ExpiredTokenRemover received java.lang.InterruptedException: sleep interrupted
   [junit4]   2> 604559 INFO  (Curator-Framework-0) [     ] o.a.c.f.i.CuratorFrameworkImpl backgroundOperationsLoop exiting
   [junit4]   2> 604559 WARN  (jetty-launcher-3975-thread-2-SendThread(127.0.0.1:35325)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x104fb269262000a.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x104fb269262000a, 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 0x104fb269262000a, 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

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

15, termPositions=false, omitPositions=true, class=solr.SpatialRecursivePrefixTreeFieldType, version=8.2.0}} strat: RecursivePrefixTreeStrategy(SPG:(QuadPrefixTree(maxLevels:38,ctx:SpatialContext{geo=false, calculator=CartesianDistCalc, worldBounds=Rect(minX=0.0,maxX=700000.0,minY=0.0,maxY=1300000.0)})),pruneLeafyBranches) maxLevels: 38
   [junit4]   2> 735399 INFO  (TEST-TestSolr4Spatial2.testQuadTreeRobustness-seed#[E1DA93DAADA04287]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[0]} 0 0
   [junit4]   2> 735400 INFO  (TEST-TestSolr4Spatial2.testQuadTreeRobustness-seed#[E1DA93DAADA04287]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testQuadTreeRobustness
   [junit4]   2> 735403 INFO  (TEST-TestSolr4Spatial2.testGeodistSortOrderCorrectWithLatLonPointSpatialFieldAndSpatialRecursivePrefixTreeField-seed#[E1DA93DAADA04287]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testGeodistSortOrderCorrectWithLatLonPointSpatialFieldAndSpatialRecursivePrefixTreeField
   [junit4]   2> 735403 INFO  (TEST-TestSolr4Spatial2.testGeodistSortOrderCorrectWithLatLonPointSpatialFieldAndSpatialRecursivePrefixTreeField-seed#[E1DA93DAADA04287]) [     ] o.a.s.u.DirectUpdateHandler2 [collection1]  REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 735403 INFO  (TEST-TestSolr4Spatial2.testGeodistSortOrderCorrectWithLatLonPointSpatialFieldAndSpatialRecursivePrefixTreeField-seed#[E1DA93DAADA04287]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={_version_=-9223372036854775807&update.distrib=FROMLEADER&versions=true&wt=json&indent=true}{deleteByQuery=*:*} 0 0
   [junit4]   2> 735404 INFO  (TEST-TestSolr4Spatial2.testGeodistSortOrderCorrectWithLatLonPointSpatialFieldAndSpatialRecursivePrefixTreeField-seed#[E1DA93DAADA04287]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1]} 0 0
   [junit4]   2> 735404 INFO  (TEST-TestSolr4Spatial2.testGeodistSortOrderCorrectWithLatLonPointSpatialFieldAndSpatialRecursivePrefixTreeField-seed#[E1DA93DAADA04287]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2]} 0 0
   [junit4]   2> 735409 INFO  (searcherExecutor-7114-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 735409 INFO  (TEST-TestSolr4Spatial2.testGeodistSortOrderCorrectWithLatLonPointSpatialFieldAndSpatialRecursivePrefixTreeField-seed#[E1DA93DAADA04287]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 4
   [junit4]   2> 735410 INFO  (TEST-TestSolr4Spatial2.testGeodistSortOrderCorrectWithLatLonPointSpatialFieldAndSpatialRecursivePrefixTreeField-seed#[E1DA93DAADA04287]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&d=50&pt=53.431669,-2.318720&fq={!geofilt}&sort=min(geodist(),geodist(llp,53.431669,-2.318720))+asc&sfield=srpt_quad&wt=xml} hits=2 status=0 QTime=0
   [junit4]   2> 735410 INFO  (TEST-TestSolr4Spatial2.testGeodistSortOrderCorrectWithLatLonPointSpatialFieldAndSpatialRecursivePrefixTreeField-seed#[E1DA93DAADA04287]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&d=50&pt=53.4721936,-2.24703&fq={!geofilt}&sort=min(geodist(),geodist(53.4721936,-2.24703,llp))+asc&sfield=srpt_quad&wt=xml} hits=2 status=0 QTime=0
   [junit4]   2> 735411 INFO  (TEST-TestSolr4Spatial2.testGeodistSortOrderCorrectWithLatLonPointSpatialFieldAndSpatialRecursivePrefixTreeField-seed#[E1DA93DAADA04287]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&d=50&pt=55.4721936,-2.24703&fq={!geofilt}&sort=min(geodist(),geodist(55.4721936,-2.24703,llp))+asc&sfield=srpt_quad&wt=xml} hits=2 status=0 QTime=0
   [junit4]   2> 735411 INFO  (TEST-TestSolr4Spatial2.testGeodistSortOrderCorrectWithLatLonPointSpatialFieldAndSpatialRecursivePrefixTreeField-seed#[E1DA93DAADA04287]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testGeodistSortOrderCorrectWithLatLonPointSpatialFieldAndSpatialRecursivePrefixTreeField
   [junit4]   2> 735411 INFO  (SUITE-TestSolr4Spatial2-seed#[E1DA93DAADA04287]-worker) [     ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 735411 INFO  (SUITE-TestSolr4Spatial2-seed#[E1DA93DAADA04287]-worker) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=440314318
   [junit4]   2> 735412 INFO  (coreCloseExecutor-7119-thread-1) [     ] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@4a51a006
   [junit4]   2> 735412 INFO  (coreCloseExecutor-7119-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1 tag=SolrCore@4a51a006
   [junit4]   2> 735412 INFO  (coreCloseExecutor-7119-thread-1) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@693b7969: rootName = null, domain = solr.core.collection1, service url = null, agent id = null] for registry solr.core.collection1/com.codahale.metrics.MetricRegistry@186b59b0
   [junit4]   2> 735422 INFO  (coreCloseExecutor-7119-thread-1) [     ] o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter.close()  ... SKIPPED (unnecessary).
   [junit4]   2> 735423 INFO  (SUITE-TestSolr4Spatial2-seed#[E1DA93DAADA04287]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 735423 INFO  (SUITE-TestSolr4Spatial2-seed#[E1DA93DAADA04287]-worker) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@1493ffae: rootName = null, domain = solr.node, service url = null, agent id = null] for registry solr.node/com.codahale.metrics.MetricRegistry@7793f21a
   [junit4]   2> 735428 INFO  (SUITE-TestSolr4Spatial2-seed#[E1DA93DAADA04287]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
   [junit4]   2> 735428 INFO  (SUITE-TestSolr4Spatial2-seed#[E1DA93DAADA04287]-worker) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@62e25573: rootName = null, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm/com.codahale.metrics.MetricRegistry@31bc2681
   [junit4]   2> 735430 INFO  (SUITE-TestSolr4Spatial2-seed#[E1DA93DAADA04287]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 735430 INFO  (SUITE-TestSolr4Spatial2-seed#[E1DA93DAADA04287]-worker) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@496b5e91: rootName = null, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty/com.codahale.metrics.MetricRegistry@3d7f92c1
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.search.TestSolr4Spatial2_E1DA93DAADA04287-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene87): {srptgeom=PostingsFormat(name=LuceneFixedGap), bbox__xdl=PostingsFormat(name=LuceneFixedGap), srptgeom_geo3d=PostingsFormat(name=LuceneVarGapDocFreqInterval), id=PostingsFormat(name=LuceneFixedGap), srptgeom_s2_geo3d=PostingsFormat(name=LuceneVarGapDocFreqInterval), srpt_quad=PostingsFormat(name=LuceneFixedGap)}, docValues:{srptgeom=DocValuesFormat(name=Lucene80), srptgeom_geo3d=DocValuesFormat(name=Direct), llp_N_dv_dvasst=DocValuesFormat(name=Direct), bbox__minX=DocValuesFormat(name=Lucene80), llp_1_dv_st=DocValuesFormat(name=Lucene80), llp_N_dv=DocValuesFormat(name=Direct), llp=DocValuesFormat(name=Direct), bbox__maxX=DocValuesFormat(name=Lucene80), bbox__maxY=DocValuesFormat(name=Direct), bbox__minY=DocValuesFormat(name=Asserting), llp_1_dv_dvasst=DocValuesFormat(name=Lucene80), srptgeom_s2_geo3d=DocValuesFormat(name=Direct), llp_N_dv_st=DocValuesFormat(name=Asserting), llp_1_dv=DocValuesFormat(name=Lucene80)}, maxPointsInLeafNode=1451, maxMBSortInHeap=7.274339535309724, sim=Asserting(RandomSimilarity(queryNorm=true): {}), locale=cs-CZ, timezone=Australia/Currie
   [junit4]   2> NOTE: Linux 5.4.0-45-generic amd64/Oracle Corporation 1.8.0_281 (64-bit)/cpus=4,threads=1,free=221436584,total=511180800
   [junit4]   2> NOTE: All tests run in this JVM: [TestStressVersions, TestMergePolicyConfig, TestLogWatcher, TestReplicationHandler, BasicDistributedZk2Test, SuggesterWFSTTest, RequestLoggingTest, TaggingAttributeTest, SpellCheckCollatorWithCollapseTest, NodeLostTriggerTest, TestSchemaNameResource, HLLSerializationTest, AlternateDirectoryTest, TestSolrConfigHandlerCloud, HdfsRecoveryZkTest, ChaosMonkeyNothingIsSafeWithPullReplicasTest, TimeZoneUtilsTest, SortByFunctionTest, IndexSizeTriggerMixedBoundsTest, TestUnifiedSolrHighlighter, ShardTermsTest, TestTlogReplayVsRecovery, DistributedQueryComponentOptimizationTest, TestChildDocTransformerHierarchy, EchoParamsTest, CoreAdminHandlerTest, TestTolerantSearch, LeaderElectionTest, PeerSyncWithLeaderAndIndexFingerprintCachingTest, TestGraphTermsQParserPlugin, EnumFieldTest, TestQueryTypes, TestFieldCache, BigEndianAscendingWordSerializerTest, TestOverriddenPrefixQueryForCustomFieldType, ClusterStateUpdateTest, PreAnalyzedUpdateProcessorTest, BackupRestoreApiErrorConditionsTest, AnalyticsQueryTest, TestCloudJSONFacetSKGEquiv, LeaderVoteWaitTimeoutTest, TestExternalRoleRuleBasedAuthorizationPlugin, TestCryptoKeys, TestBM25SimilarityFactory, WrapperMergePolicyFactoryTest, ClassificationUpdateProcessorTest, BJQFilterAccessibleTest, TestConfigOverlay, TestDocumentBuilder, TestSimGenericDistributedQueue, SolrInfoBeanTest, TestEmbeddedSolrServerConstructors, TestStressLucene, TestRangeQuery, DaemonStreamApiTest, TestSubQueryTransformerDistrib, TestSolr4Spatial2]
   [junit4] Completed [261/937 (2!)] on J2 in 2.00s, 20 tests, 1 failure <<< FAILURES!

[...truncated 53095 lines...]