You are viewing a plain text version of this content. The canonical link for it is here.
Posted to builds@lucene.apache.org by Policeman Jenkins Server <je...@thetaphi.de> on 2020/03/04 23:10:42 UTC

[JENKINS] Lucene-Solr-master-MacOSX (64bit/jdk-11.0.6) - Build # 5740 - Still Unstable!

Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-MacOSX/5740/
Java: 64bit/jdk-11.0.6 -XX:+UseCompressedOops -XX:+UseParallelGC

1 tests failed.
FAILED:  org.apache.solr.cloud.SyncSliceTest.test

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

Stack Trace:
java.lang.AssertionError: expected:<5> but was:<4>
	at __randomizedtesting.SeedInfo.seed([D20F5DE41C35B4D3:5A5B623EB2C9D92B]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.failNotEquals(Assert.java:834)
	at org.junit.Assert.assertEquals(Assert.java:645)
	at org.junit.Assert.assertEquals(Assert.java:631)
	at org.apache.solr.cloud.SyncSliceTest.test(SyncSliceTest.java:150)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1082)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1054)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	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 com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	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 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 com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)




Build Log:
[...truncated 13474 lines...]
   [junit4] Suite: org.apache.solr.cloud.SyncSliceTest
   [junit4]   2> 414072 INFO  (SUITE-SyncSliceTest-seed#[D20F5DE41C35B4D3]-worker) [     ] o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to test-framework derived value of '/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/server/solr/configsets/_default/conf'
   [junit4]   2> 414072 INFO  (SUITE-SyncSliceTest-seed#[D20F5DE41C35B4D3]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J2/temp/solr.cloud.SyncSliceTest_D20F5DE41C35B4D3-001/data-dir-35-001
   [junit4]   2> 414072 WARN  (SUITE-SyncSliceTest-seed#[D20F5DE41C35B4D3]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=102 numCloses=102
   [junit4]   2> 414072 INFO  (SUITE-SyncSliceTest-seed#[D20F5DE41C35B4D3]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 414073 INFO  (SUITE-SyncSliceTest-seed#[D20F5DE41C35B4D3]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason="", value=0.0/0.0, ssl=0.0/0.0, clientAuth=0.0/0.0) w/ MAC_OS_X supressed clientAuth
   [junit4]   2> 414073 INFO  (SUITE-SyncSliceTest-seed#[D20F5DE41C35B4D3]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 414073 INFO  (SUITE-SyncSliceTest-seed#[D20F5DE41C35B4D3]-worker) [     ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 414076 INFO  (TEST-SyncSliceTest.test-seed#[D20F5DE41C35B4D3]) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 414077 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 414077 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 414184 INFO  (TEST-SyncSliceTest.test-seed#[D20F5DE41C35B4D3]) [     ] o.a.s.c.ZkTestServer start zk server on port:51016
   [junit4]   2> 414184 INFO  (TEST-SyncSliceTest.test-seed#[D20F5DE41C35B4D3]) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:51016
   [junit4]   2> 414184 INFO  (TEST-SyncSliceTest.test-seed#[D20F5DE41C35B4D3]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:51016
   [junit4]   2> 414184 INFO  (TEST-SyncSliceTest.test-seed#[D20F5DE41C35B4D3]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 51016
   [junit4]   2> 414187 INFO  (TEST-SyncSliceTest.test-seed#[D20F5DE41C35B4D3]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 414192 INFO  (zkConnectionManagerCallback-4846-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 414192 INFO  (TEST-SyncSliceTest.test-seed#[D20F5DE41C35B4D3]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 414197 INFO  (TEST-SyncSliceTest.test-seed#[D20F5DE41C35B4D3]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 414200 INFO  (zkConnectionManagerCallback-4848-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 414200 INFO  (TEST-SyncSliceTest.test-seed#[D20F5DE41C35B4D3]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 414203 INFO  (TEST-SyncSliceTest.test-seed#[D20F5DE41C35B4D3]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 414206 INFO  (TEST-SyncSliceTest.test-seed#[D20F5DE41C35B4D3]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 414211 INFO  (TEST-SyncSliceTest.test-seed#[D20F5DE41C35B4D3]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 414214 INFO  (TEST-SyncSliceTest.test-seed#[D20F5DE41C35B4D3]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 414218 INFO  (TEST-SyncSliceTest.test-seed#[D20F5DE41C35B4D3]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 414221 INFO  (TEST-SyncSliceTest.test-seed#[D20F5DE41C35B4D3]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 414224 INFO  (TEST-SyncSliceTest.test-seed#[D20F5DE41C35B4D3]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 414227 INFO  (TEST-SyncSliceTest.test-seed#[D20F5DE41C35B4D3]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 414230 INFO  (TEST-SyncSliceTest.test-seed#[D20F5DE41C35B4D3]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 414233 INFO  (TEST-SyncSliceTest.test-seed#[D20F5DE41C35B4D3]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 414235 INFO  (TEST-SyncSliceTest.test-seed#[D20F5DE41C35B4D3]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 414238 INFO  (TEST-SyncSliceTest.test-seed#[D20F5DE41C35B4D3]) [     ] o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly asked otherwise
   [junit4]   2> 414584 INFO  (TEST-SyncSliceTest.test-seed#[D20F5DE41C35B4D3]) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 414584 INFO  (TEST-SyncSliceTest.test-seed#[D20F5DE41C35B4D3]) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 414584 INFO  (TEST-SyncSliceTest.test-seed#[D20F5DE41C35B4D3]) [     ] o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 363d5f2df3a8a28de40604320230664b9c793c16; jvm 11.0.6+10
   [junit4]   2> 414588 INFO  (TEST-SyncSliceTest.test-seed#[D20F5DE41C35B4D3]) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 414588 INFO  (TEST-SyncSliceTest.test-seed#[D20F5DE41C35B4D3]) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 414588 INFO  (TEST-SyncSliceTest.test-seed#[D20F5DE41C35B4D3]) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 414595 INFO  (TEST-SyncSliceTest.test-seed#[D20F5DE41C35B4D3]) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@4b8c806a{/,null,AVAILABLE}
   [junit4]   2> 414600 INFO  (TEST-SyncSliceTest.test-seed#[D20F5DE41C35B4D3]) [     ] o.e.j.s.AbstractConnector Started ServerConnector@7883178b{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:51020}
   [junit4]   2> 414600 INFO  (TEST-SyncSliceTest.test-seed#[D20F5DE41C35B4D3]) [     ] o.e.j.s.Server Started @414680ms
   [junit4]   2> 414600 INFO  (TEST-SyncSliceTest.test-seed#[D20F5DE41C35B4D3]) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J2/temp/solr.cloud.SyncSliceTest_D20F5DE41C35B4D3-001/tempDir-001/control/data, hostPort=51020, coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J2/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J2/temp/solr.cloud.SyncSliceTest_D20F5DE41C35B4D3-001/control-001/cores, replicaType=NRT}
   [junit4]   2> 414603 ERROR (TEST-SyncSliceTest.test-seed#[D20F5DE41C35B4D3]) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 414603 INFO  (TEST-SyncSliceTest.test-seed#[D20F5DE41C35B4D3]) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 414603 INFO  (TEST-SyncSliceTest.test-seed#[D20F5DE41C35B4D3]) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 9.0.0
   [junit4]   2> 414603 INFO  (TEST-SyncSliceTest.test-seed#[D20F5DE41C35B4D3]) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 414603 INFO  (TEST-SyncSliceTest.test-seed#[D20F5DE41C35B4D3]) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr
   [junit4]   2> 414604 INFO  (TEST-SyncSliceTest.test-seed#[D20F5DE41C35B4D3]) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-03-04T22:17:11.351019Z
   [junit4]   2> 414613 INFO  (TEST-SyncSliceTest.test-seed#[D20F5DE41C35B4D3]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 414617 INFO  (zkConnectionManagerCallback-4850-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 414617 INFO  (TEST-SyncSliceTest.test-seed#[D20F5DE41C35B4D3]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 414730 INFO  (TEST-SyncSliceTest.test-seed#[D20F5DE41C35B4D3]) [     ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 414735 INFO  (TEST-SyncSliceTest.test-seed#[D20F5DE41C35B4D3]) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J2/temp/solr.cloud.SyncSliceTest_D20F5DE41C35B4D3-001/control-001/solr.xml
   [junit4]   2> 414739 INFO  (TEST-SyncSliceTest.test-seed#[D20F5DE41C35B4D3]) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@17caf762, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 414873 INFO  (TEST-SyncSliceTest.test-seed#[D20F5DE41C35B4D3]) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 414875 WARN  (TEST-SyncSliceTest.test-seed#[D20F5DE41C35B4D3]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@3b6a7cd5[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 414875 WARN  (TEST-SyncSliceTest.test-seed#[D20F5DE41C35B4D3]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@3b6a7cd5[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 414893 WARN  (TEST-SyncSliceTest.test-seed#[D20F5DE41C35B4D3]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@407dcb30[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 414893 WARN  (TEST-SyncSliceTest.test-seed#[D20F5DE41C35B4D3]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@407dcb30[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 414894 INFO  (TEST-SyncSliceTest.test-seed#[D20F5DE41C35B4D3]) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:51016/solr
   [junit4]   2> 414902 INFO  (TEST-SyncSliceTest.test-seed#[D20F5DE41C35B4D3]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 414904 INFO  (zkConnectionManagerCallback-4857-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 414909 INFO  (TEST-SyncSliceTest.test-seed#[D20F5DE41C35B4D3]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 415037 INFO  (TEST-SyncSliceTest.test-seed#[D20F5DE41C35B4D3]) [n:127.0.0.1:51020_     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 415041 INFO  (zkConnectionManagerCallback-4859-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 415042 INFO  (TEST-SyncSliceTest.test-seed#[D20F5DE41C35B4D3]) [n:127.0.0.1:51020_     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 415422 INFO  (TEST-SyncSliceTest.test-seed#[D20F5DE41C35B4D3]) [n:127.0.0.1:51020_     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:51020_
   [junit4]   2> 415424 INFO  (TEST-SyncSliceTest.test-seed#[D20F5DE41C35B4D3]) [n:127.0.0.1:51020_     ] o.a.s.c.Overseer Overseer (id=72080188430745604-127.0.0.1:51020_-n_0000000000) starting
   [junit4]   2> 415440 INFO  (OverseerStateUpdate-72080188430745604-127.0.0.1:51020_-n_0000000000) [n:127.0.0.1:51020_     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:51020_
   [junit4]   2> 415441 INFO  (TEST-SyncSliceTest.test-seed#[D20F5DE41C35B4D3]) [n:127.0.0.1:51020_     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:51020_
   [junit4]   2> 415448 INFO  (zkCallback-4858-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 415454 INFO  (TEST-SyncSliceTest.test-seed#[D20F5DE41C35B4D3]) [n:127.0.0.1:51020_     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 415455 WARN  (TEST-SyncSliceTest.test-seed#[D20F5DE41C35B4D3]) [n:127.0.0.1:51020_     ] 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> 415476 INFO  (TEST-SyncSliceTest.test-seed#[D20F5DE41C35B4D3]) [n:127.0.0.1:51020_     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 415495 INFO  (TEST-SyncSliceTest.test-seed#[D20F5DE41C35B4D3]) [n:127.0.0.1:51020_     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@17caf762
   [junit4]   2> 415502 INFO  (TEST-SyncSliceTest.test-seed#[D20F5DE41C35B4D3]) [n:127.0.0.1:51020_     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@17caf762
   [junit4]   2> 415502 INFO  (TEST-SyncSliceTest.test-seed#[D20F5DE41C35B4D3]) [n:127.0.0.1:51020_     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@17caf762
   [junit4]   2> 415504 INFO  (TEST-SyncSliceTest.test-seed#[D20F5DE41C35B4D3]) [n:127.0.0.1:51020_     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J2/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J2/temp/solr.cloud.SyncSliceTest_D20F5DE41C35B4D3-001/control-001/cores
   [junit4]   2> 415521 INFO  (TEST-SyncSliceTest.test-seed#[D20F5DE41C35B4D3]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 415524 INFO  (zkConnectionManagerCallback-4868-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 415524 INFO  (TEST-SyncSliceTest.test-seed#[D20F5DE41C35B4D3]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 415528 INFO  (TEST-SyncSliceTest.test-seed#[D20F5DE41C35B4D3]) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 415541 INFO  (TEST-SyncSliceTest.test-seed#[D20F5DE41C35B4D3]) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:51016/solr ready
   [junit4]   2> 415545 INFO  (qtp1235010389-7397) [n:127.0.0.1:51020_     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:51020_&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 415554 INFO  (OverseerThreadFactory-1562-thread-1-processing-n:127.0.0.1:51020_) [n:127.0.0.1:51020_     ] o.a.s.c.a.c.CreateCollectionCmd Create collection control_collection
   [junit4]   2> 415671 INFO  (qtp1235010389-7399) [n:127.0.0.1:51020_    x:control_collection_shard1_replica_n1 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 415671 INFO  (qtp1235010389-7399) [n:127.0.0.1:51020_    x:control_collection_shard1_replica_n1 ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 416717 INFO  (qtp1235010389-7399) [n:127.0.0.1:51020_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 416729 INFO  (qtp1235010389-7399) [n:127.0.0.1:51020_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.s.IndexSchema [control_collection_shard1_replica_n1] Schema name=test
   [junit4]   2> 416794 INFO  (qtp1235010389-7399) [n:127.0.0.1:51020_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 416834 INFO  (qtp1235010389-7399) [n:127.0.0.1:51020_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.CoreContainer Creating SolrCore 'control_collection_shard1_replica_n1' using configuration from configset conf1, trusted=true
   [junit4]   2> 416835 INFO  (qtp1235010389-7399) [n:127.0.0.1:51020_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.control_collection.shard1.replica_n1' (registry 'solr.core.control_collection.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@17caf762
   [junit4]   2> 416835 INFO  (qtp1235010389-7399) [n:127.0.0.1:51020_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SolrCore [[control_collection_shard1_replica_n1] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J2/temp/solr.cloud.SyncSliceTest_D20F5DE41C35B4D3-001/control-001/cores/control_collection_shard1_replica_n1], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J2/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J2/temp/solr.cloud.SyncSliceTest_D20F5DE41C35B4D3-001/control-001/cores/control_collection_shard1_replica_n1/data/]
   [junit4]   2> 416836 INFO  (qtp1235010389-7399) [n:127.0.0.1:51020_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=15, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 416838 WARN  (qtp1235010389-7399) [n:127.0.0.1:51020_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A, b=B}}}
   [junit4]   2> 416894 INFO  (qtp1235010389-7399) [n:127.0.0.1:51020_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 416895 INFO  (qtp1235010389-7399) [n:127.0.0.1:51020_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 416897 INFO  (qtp1235010389-7399) [n:127.0.0.1:51020_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 416897 INFO  (qtp1235010389-7399) [n:127.0.0.1:51020_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 416898 INFO  (qtp1235010389-7399) [n:127.0.0.1:51020_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=25, maxMergeAtOnceExplicit=22, maxMergedSegmentMB=43.78515625, floorSegmentMB=1.0703125, forceMergeDeletesPctAllowed=20.127926889485106, segmentsPerTier=33.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0, deletesPctAllowed=27.067343632831435
   [junit4]   2> 416898 INFO  (qtp1235010389-7399) [n:127.0.0.1:51020_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@45a5822f[control_collection_shard1_replica_n1] main]
   [junit4]   2> 416902 INFO  (qtp1235010389-7399) [n:127.0.0.1:51020_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 416903 INFO  (qtp1235010389-7399) [n:127.0.0.1:51020_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 416904 INFO  (qtp1235010389-7399) [n:127.0.0.1:51020_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 416904 INFO  (qtp1235010389-7399) [n:127.0.0.1:51020_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1660273540360830976
   [junit4]   2> 416907 INFO  (searcherExecutor-1567-thread-1-processing-n:127.0.0.1:51020_ x:control_collection_shard1_replica_n1 c:control_collection s:shard1) [n:127.0.0.1:51020_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SolrCore [control_collection_shard1_replica_n1] Registered new searcher Searcher@45a5822f[control_collection_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 416917 INFO  (qtp1235010389-7399) [n:127.0.0.1:51020_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/control_collection/terms/shard1 to Terms{values={core_node2=0}, version=0}
   [junit4]   2> 416917 INFO  (qtp1235010389-7399) [n:127.0.0.1:51020_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/control_collection/leaders/shard1
   [junit4]   2> 416929 INFO  (qtp1235010389-7399) [n:127.0.0.1:51020_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 416929 INFO  (qtp1235010389-7399) [n:127.0.0.1:51020_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 416929 INFO  (qtp1235010389-7399) [n:127.0.0.1:51020_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:51020/control_collection_shard1_replica_n1/
   [junit4]   2> 416930 INFO  (qtp1235010389-7399) [n:127.0.0.1:51020_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 416931 INFO  (qtp1235010389-7399) [n:127.0.0.1:51020_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SyncStrategy http://127.0.0.1:51020/control_collection_shard1_replica_n1/ has no replicas
   [junit4]   2> 416931 INFO  (qtp1235010389-7399) [n:127.0.0.1:51020_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/control_collection/leaders/shard1/leader after winning as /collections/control_collection/leader_elect/shard1/election/72080188430745604-core_node2-n_0000000000
   [junit4]   2> 416938 INFO  (qtp1235010389-7399) [n:127.0.0.1:51020_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:51020/control_collection_shard1_replica_n1/ shard1
   [junit4]   2> 417046 INFO  (zkCallback-4858-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 417047 INFO  (zkCallback-4858-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 417051 INFO  (qtp1235010389-7399) [n:127.0.0.1:51020_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 417056 INFO  (qtp1235010389-7399) [n:127.0.0.1:51020_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1386
   [junit4]   2> 417061 INFO  (qtp1235010389-7397) [n:127.0.0.1:51020_     ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 45 seconds. Check all shard replicas
   [junit4]   2> 417161 INFO  (zkCallback-4858-thread-3) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 417161 INFO  (zkCallback-4858-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 417161 INFO  (zkCallback-4858-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 417163 INFO  (qtp1235010389-7397) [n:127.0.0.1:51020_     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:51020_&wt=javabin&version=2} status=0 QTime=1618
   [junit4]   2> 417164 INFO  (TEST-SyncSliceTest.test-seed#[D20F5DE41C35B4D3]) [     ] o.a.s.c.AbstractFullDistribZkTestBase Waiting to see 1 active replicas in collection: control_collection
   [junit4]   2> 417277 INFO  (TEST-SyncSliceTest.test-seed#[D20F5DE41C35B4D3]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 417280 INFO  (zkConnectionManagerCallback-4874-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 417280 INFO  (TEST-SyncSliceTest.test-seed#[D20F5DE41C35B4D3]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 417283 INFO  (TEST-SyncSliceTest.test-seed#[D20F5DE41C35B4D3]) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 417286 INFO  (TEST-SyncSliceTest.test-seed#[D20F5DE41C35B4D3]) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:51016/solr ready
   [junit4]   2> 417286 INFO  (TEST-SyncSliceTest.test-seed#[D20F5DE41C35B4D3]) [     ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 417288 INFO  (qtp1235010389-7399) [n:127.0.0.1:51020_     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=&stateFormat=2&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 417296 INFO  (OverseerThreadFactory-1562-thread-2-processing-n:127.0.0.1:51020_) [n:127.0.0.1:51020_     ] o.a.s.c.a.c.CreateCollectionCmd Create collection collection1
   [junit4]   2> 417297 INFO  (OverseerCollectionConfigSetProcessor-72080188430745604-127.0.0.1:51020_-n_0000000000) [n:127.0.0.1:51020_     ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000000 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 417517 WARN  (OverseerThreadFactory-1562-thread-2-processing-n:127.0.0.1:51020_) [n:127.0.0.1:51020_     ] o.a.s.c.a.c.CreateCollectionCmd It is unusual to create a collection (collection1) without cores.
   [junit4]   2> 417519 INFO  (qtp1235010389-7399) [n:127.0.0.1:51020_     ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 45 seconds. Check all shard replicas
   [junit4]   2> 417522 INFO  (qtp1235010389-7399) [n:127.0.0.1:51020_     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=&stateFormat=2&wt=javabin&version=2} status=0 QTime=234
   [junit4]   2> 417523 INFO  (TEST-SyncSliceTest.test-seed#[D20F5DE41C35B4D3]) [     ] o.a.s.c.SolrCloudTestCase active slice count: 1 expected:1
   [junit4]   2> 417523 INFO  (TEST-SyncSliceTest.test-seed#[D20F5DE41C35B4D3]) [     ] o.a.s.c.SolrCloudTestCase active replica count: 0 expected replica count: 0
   [junit4]   2> 417524 INFO  (TEST-SyncSliceTest.test-seed#[D20F5DE41C35B4D3]) [     ] o.a.s.c.SolrCloudTestCase active slice count: 1 expected:1
   [junit4]   2> 417524 INFO  (TEST-SyncSliceTest.test-seed#[D20F5DE41C35B4D3]) [     ] o.a.s.c.SolrCloudTestCase active replica count: 0 expected replica count: 0
   [junit4]   2> 417525 INFO  (TEST-SyncSliceTest.test-seed#[D20F5DE41C35B4D3]) [     ] o.a.s.c.SolrCloudTestCase active slice count: 1 expected:1
   [junit4]   2> 417525 INFO  (TEST-SyncSliceTest.test-seed#[D20F5DE41C35B4D3]) [     ] o.a.s.c.SolrCloudTestCase active replica count: 0 expected replica count: 0
   [junit4]   2> 417525 INFO  (TEST-SyncSliceTest.test-seed#[D20F5DE41C35B4D3]) [     ] o.a.s.c.AbstractFullDistribZkTestBase Creating jetty instances pullReplicaCount=0 numOtherReplicas=4
   [junit4]   2> 418182 INFO  (TEST-SyncSliceTest.test-seed#[D20F5DE41C35B4D3]) [     ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J2/temp/solr.cloud.SyncSliceTest_D20F5DE41C35B4D3-001/shard-1-001 of type NRT for shard1
   [junit4]   2> 418183 INFO  (closeThreadPool-4875-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 418183 INFO  (closeThreadPool-4875-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 418183 INFO  (closeThreadPool-4875-thread-1) [     ] o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 363d5f2df3a8a28de40604320230664b9c793c16; jvm 11.0.6+10
   [junit4]   2> 418185 INFO  (closeThreadPool-4875-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 418186 INFO  (closeThreadPool-4875-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 418186 INFO  (closeThreadPool-4875-thread-1) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 418186 INFO  (closeThreadPool-4875-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@461fd98e{/,null,AVAILABLE}
   [junit4]   2> 418187 INFO  (closeThreadPool-4875-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@15febb15{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:51031}
   [junit4]   2> 418187 INFO  (closeThreadPool-4875-thread-1) [     ] o.e.j.s.Server Started @418267ms
   [junit4]   2> 418187 INFO  (closeThreadPool-4875-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, solrconfig=solrconfig.xml, solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J2/temp/solr.cloud.SyncSliceTest_D20F5DE41C35B4D3-001/tempDir-001/jetty1, hostPort=51031, coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J2/temp/solr.cloud.SyncSliceTest_D20F5DE41C35B4D3-001/shard-1-001/cores, replicaType=NRT}
   [junit4]   2> 418188 ERROR (closeThreadPool-4875-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 418188 INFO  (closeThreadPool-4875-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 418188 INFO  (closeThreadPool-4875-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 9.0.0
   [junit4]   2> 418188 INFO  (closeThreadPool-4875-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 418188 INFO  (closeThreadPool-4875-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr
   [junit4]   2> 418188 INFO  (closeThreadPool-4875-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-03-04T22:17:14.935375Z
   [junit4]   2> 418190 INFO  (closeThreadPool-4875-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 418193 INFO  (zkConnectionManagerCallback-4877-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 418193 INFO  (closeThreadPool-4875-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 418297 INFO  (closeThreadPool-4875-thread-1) [     ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 418297 INFO  (closeThreadPool-4875-thread-1) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J2/temp/solr.cloud.SyncSliceTest_D20F5DE41C35B4D3-001/shard-1-001/solr.xml
   [junit4]   2> 418307 INFO  (closeThreadPool-4875-thread-1) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@17caf762, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 418383 INFO  (closeThreadPool-4875-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 418386 WARN  (closeThreadPool-4875-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@5ae869b1[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 418386 WARN  (closeThreadPool-4875-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@5ae869b1[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 418398 WARN  (closeThreadPool-4875-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@5bb2b05b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 418398 WARN  (closeThreadPool-4875-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@5bb2b05b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 418399 INFO  (closeThreadPool-4875-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:51016/solr
   [junit4]   2> 418400 INFO  (closeThreadPool-4875-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 418405 INFO  (zkConnectionManagerCallback-4884-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 418406 INFO  (closeThreadPool-4875-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 418524 INFO  (closeThreadPool-4875-thread-1) [n:127.0.0.1:51031_     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 418531 INFO  (zkConnectionManagerCallback-4886-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 418531 INFO  (closeThreadPool-4875-thread-1) [n:127.0.0.1:51031_     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 418573 INFO  (closeThreadPool-4875-thread-1) [n:127.0.0.1:51031_     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 418605 INFO  (closeThreadPool-4875-thread-1) [n:127.0.0.1:51031_     ] o.a.s.c.ZkController Publish node=127.0.0.1:51031_ as DOWN
   [junit4]   2> 418624 INFO  (closeThreadPool-4875-thread-1) [n:127.0.0.1:51031_     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 418626 INFO  (closeThreadPool-4875-thread-1) [n:127.0.0.1:51031_     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:51031_
   [junit4]   2> 418637 INFO  (zkCallback-4873-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 418637 INFO  (zkCallback-4858-thread-4) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 418637 INFO  (zkCallback-4885-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 418671 INFO  (closeThreadPool-4875-thread-1) [n:127.0.0.1:51031_     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 418675 WARN  (closeThreadPool-4875-thread-1) [n:127.0.0.1:51031_     ] 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> 418705 INFO  (closeThreadPool-4875-thread-1) [n:127.0.0.1:51031_     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 418740 INFO  (closeThreadPool-4875-thread-1) [n:127.0.0.1:51031_     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@17caf762
   [junit4]   2> 418753 INFO  (closeThreadPool-4875-thread-1) [n:127.0.0.1:51031_     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@17caf762
   [junit4]   2> 418754 INFO  (closeThreadPool-4875-thread-1) [n:127.0.0.1:51031_     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@17caf762
   [junit4]   2> 418755 INFO  (closeThreadPool-4875-thread-1) [n:127.0.0.1:51031_     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J2/temp/solr.cloud.SyncSliceTest_D20F5DE41C35B4D3-001/shard-1-001/cores
   [junit4]   2> 418794 INFO  (closeThreadPool-4875-thread-1) [     ] o.a.s.c.AbstractFullDistribZkTestBase waitForLiveNode: 127.0.0.1:51031_
   [junit4]   2> 418861 INFO  (TEST-SyncSliceTest.test-seed#[D20F5DE41C35B4D3]) [     ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J2/temp/solr.cloud.SyncSliceTest_D20F5DE41C35B4D3-001/shard-2-001 of type NRT for shard1
   [junit4]   2> 418862 INFO  (closeThreadPool-4875-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 418862 INFO  (closeThreadPool-4875-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 418862 INFO  (closeThreadPool-4875-thread-1) [     ] o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 363d5f2df3a8a28de40604320230664b9c793c16; jvm 11.0.6+10
   [junit4]   2> 418869 INFO  (closeThreadPool-4875-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 418870 INFO  (closeThreadPool-4875-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 418870 INFO  (closeThreadPool-4875-thread-1) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 418871 INFO  (closeThreadPool-4875-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@267cc43b{/,null,AVAILABLE}
   [junit4]   2> 418874 INFO  (closeThreadPool-4875-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@3d53242f{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:51035}
   [junit4]   2> 418874 INFO  (closeThreadPool-4875-thread-1) [     ] o.e.j.s.Server Started @418953ms
   [junit4]   2> 418874 INFO  (closeThreadPool-4875-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, solrconfig=solrconfig.xml, solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J2/temp/solr.cloud.SyncSliceTest_D20F5DE41C35B4D3-001/tempDir-001/jetty2, hostPort=51035, coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J2/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J2/temp/solr.cloud.SyncSliceTest_D20F5DE41C35B4D3-001/shard-2-001/cores, replicaType=NRT}
   [junit4]   2> 418875 ERROR (closeThreadPool-4875-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 418877 INFO  (closeThreadPool-4875-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 418877 INFO  (closeThreadPool-4875-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 9.0.0
   [junit4]   2> 418877 INFO  (closeThreadPool-4875-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 418877 INFO  (closeThreadPool-4875-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr
   [junit4]   2> 418877 INFO  (closeThreadPool-4875-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-03-04T22:17:15.624799Z
   [junit4]   2> 418883 INFO  (closeThreadPool-4875-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 418887 INFO  (zkConnectionManagerCallback-4892-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 418891 INFO  (closeThreadPool-4875-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 418998 INFO  (closeThreadPool-4875-thread-1) [     ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 418998 INFO  (closeThreadPool-4875-thread-1) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J2/temp/solr.cloud.SyncSliceTest_D20F5DE41C35B4D3-001/shard-2-001/solr.xml
   [junit4]   2> 419005 INFO  (closeThreadPool-4875-thread-1) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@17caf762, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 419088 INFO  (closeThreadPool-4875-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 419096 WARN  (closeThreadPool-4875-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@e81d9a9[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 419096 WARN  (closeThreadPool-4875-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@e81d9a9[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 419108 WARN  (closeThreadPool-4875-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@3cc085b0[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 419112 WARN  (closeThreadPool-4875-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@3cc085b0[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 419113 INFO  (closeThreadPool-4875-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:51016/solr
   [junit4]   2> 419115 INFO  (closeThreadPool-4875-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 419118 INFO  (zkConnectionManagerCallback-4899-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 419121 INFO  (closeThreadPool-4875-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 419244 INFO  (closeThreadPool-4875-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 419259 INFO  (zkConnectionManagerCallback-4901-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 419260 INFO  (closeThreadPool-4875-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 419302 INFO  (OverseerCollectionConfigSetProcessor-72080188430745604-127.0.0.1:51020_-n_0000000000) [n:127.0.0.1:51020_     ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000002 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 419312 INFO  (closeThreadPool-4875-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 419350 INFO  (closeThreadPool-4875-thread-1) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:51035_ as DOWN
   [junit4]   2> 419357 INFO  (closeThreadPool-4875-thread-1) [     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 419357 INFO  (closeThreadPool-4875-thread-1) [     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:51035_
   [junit4]   2> 419372 INFO  (zkCallback-4873-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 419372 INFO  (zkCallback-4858-thread-4) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 419372 INFO  (zkCallback-4885-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 419375 INFO  (zkCallback-4900-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 419405 INFO  (closeThreadPool-4875-thread-1) [     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 419406 WARN  (closeThreadPool-4875-thread-1) [     ] 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> 419428 INFO  (closeThreadPool-4875-thread-1) [     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 419456 INFO  (closeThreadPool-4875-thread-1) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@17caf762
   [junit4]   2> 419467 INFO  (closeThreadPool-4875-thread-1) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@17caf762
   [junit4]   2> 419468 INFO  (closeThreadPool-4875-thread-1) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@17caf762
   [junit4]   2> 419471 INFO  (closeThreadPool-4875-thread-1) [     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J2/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J2/temp/solr.cloud.SyncSliceTest_D20F5DE41C35B4D3-001/shard-2-001/cores
   [junit4]   2> 419527 INFO  (closeThreadPool-4875-thread-1) [     ] o.a.s.c.AbstractFullDistribZkTestBase waitForLiveNode: 127.0.0.1:51035_
   [junit4]   2> 419619 INFO  (TEST-SyncSliceTest.test-seed#[D20F5DE41C35B4D3]) [     ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J2/temp/solr.cloud.SyncSliceTest_D20F5DE41C35B4D3-001/shard-3-001 of type NRT for shard1
   [junit4]   2> 419620 INFO  (closeThreadPool-4875-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 419623 INFO  (closeThreadPool-4875-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 419623 INFO  (closeThreadPool-4875-thread-1) [     ] o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 363d5f2df3a8a28de40604320230664b9c793c16; jvm 11.0.6+10
   [junit4]   2> 419630 INFO  (closeThreadPool-4875-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 419630 INFO  (closeThreadPool-4875-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 419630 INFO  (closeThreadPool-4875-thread-1) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 419631 INFO  (closeThreadPool-4875-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@3a2574b5{/,null,AVAILABLE}
   [junit4]   2> 419637 INFO  (closeThreadPool-4875-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@2f27f742{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:51039}
   [junit4]   2> 419637 INFO  (closeThreadPool-4875-thread-1) [     ] o.e.j.s.Server Started @419717ms
   [junit4]   2> 419637 INFO  (closeThreadPool-4875-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, solrconfig=solrconfig.xml, solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J2/temp/solr.cloud.SyncSliceTest_D20F5DE41C35B4D3-001/tempDir-001/jetty3, hostPort=51039, coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J2/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J2/temp/solr.cloud.SyncSliceTest_D20F5DE41C35B4D3-001/shard-3-001/cores, replicaType=NRT}
   [junit4]   2> 419638 ERROR (closeThreadPool-4875-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 419638 INFO  (closeThreadPool-4875-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 419638 INFO  (closeThreadPool-4875-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 9.0.0
   [junit4]   2> 419638 INFO  (closeThreadPool-4875-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 419638 INFO  (closeThreadPool-4875-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr
   [junit4]   2> 419638 INFO  (closeThreadPool-4875-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-03-04T22:17:16.385427Z
   [junit4]   2> 419640 INFO  (closeThreadPool-4875-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 419643 INFO  (zkConnectionManagerCallback-4907-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 419643 INFO  (closeThreadPool-4875-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 419761 INFO  (closeThreadPool-4875-thread-1) [     ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 419761 INFO  (closeThreadPool-4875-thread-1) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J2/temp/solr.cloud.SyncSliceTest_D20F5DE41C35B4D3-001/shard-3-001/solr.xml
   [junit4]   2> 419767 INFO  (closeThreadPool-4875-thread-1) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@17caf762, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 419865 INFO  (closeThreadPool-4875-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 419867 WARN  (closeThreadPool-4875-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@4818199c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 419867 WARN  (closeThreadPool-4875-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@4818199c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 419879 WARN  (closeThreadPool-4875-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@430fc221[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 419879 WARN  (closeThreadPool-4875-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@430fc221[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 419880 INFO  (closeThreadPool-4875-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:51016/solr
   [junit4]   2> 419890 INFO  (closeThreadPool-4875-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 419894 INFO  (zkConnectionManagerCallback-4914-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 419899 INFO  (closeThreadPool-4875-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 420008 INFO  (closeThreadPool-4875-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 420010 INFO  (zkConnectionManagerCallback-4916-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 420010 INFO  (closeThreadPool-4875-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 420049 INFO  (closeThreadPool-4875-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 420089 INFO  (closeThreadPool-4875-thread-1) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:51039_ as DOWN
   [junit4]   2> 420099 INFO  (closeThreadPool-4875-thread-1) [     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 420099 INFO  (closeThreadPool-4875-thread-1) [     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:51039_
   [junit4]   2> 420103 INFO  (zkCallback-4900-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 420103 INFO  (zkCallback-4885-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 420103 INFO  (zkCallback-4873-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 420103 INFO  (zkCallback-4915-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 420117 INFO  (zkCallback-4858-thread-4) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 420162 INFO  (closeThreadPool-4875-thread-1) [     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 420163 WARN  (closeThreadPool-4875-thread-1) [     ] 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> 420231 INFO  (closeThreadPool-4875-thread-1) [     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 420278 INFO  (closeThreadPool-4875-thread-1) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@17caf762
   [junit4]   2> 420285 INFO  (closeThreadPool-4875-thread-1) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@17caf762
   [junit4]   2> 420286 INFO  (closeThreadPool-4875-thread-1) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@17caf762
   [junit4]   2> 420288 INFO  (closeThreadPool-4875-thread-1) [     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J2/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J2/temp/solr.cloud.SyncSliceTest_D20F5DE41C35B4D3-001/shard-3-001/cores
   [junit4]   2> 420358 INFO  (closeThreadPool-4875-thread-1) [     ] o.a.s.c.AbstractFullDistribZkTestBase waitForLiveNode: 127.0.0.1:51039_
   [junit4]   2> 420655 INFO  (TEST-SyncSliceTest.test-seed#[D20F5DE41C35B4D3]) [     ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 4 in directory /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J2/temp/solr.cloud.SyncSliceTest_D20F5DE41C35B4D3-001/shard-4-001 of type NRT for shard1
   [junit4]   2> 420658 INFO  (closeThreadPool-4875-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 420658 INFO  (closeThreadPool-4875-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 420658 INFO  (closeThreadPool-4875-thread-1) [     ] o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 363d5f2df3a8a28de40604320230664b9c793c16; jvm 11.0.6+10
   [junit4]   2> 420667 INFO  (closeThreadPool-4875-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 420668 INFO  (closeThreadPool-4875-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 420668 INFO  (closeThreadPool-4875-thread-1) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 420670 INFO  (closeThreadPool-4875-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@71359e3b{/,null,AVAILABLE}
   [junit4]   2> 420672 INFO  (closeThreadPool-4875-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@3d8be3c1{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:51045}
   [junit4]   2> 420672 INFO  (closeThreadPool-4875-thread-1) [     ] o.e.j.s.Server Started @420752ms
   [junit4]   2> 420673 INFO  (closeThreadPool-4875-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, solrconfig=solrconfig.xml, solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J2/temp/solr.cloud.SyncSliceTest_D20F5DE41C35B4D3-001/tempDir-001/jetty4, hostPort=51045, coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J2/temp/solr.cloud.SyncSliceTest_D20F5DE41C35B4D3-001/shard-4-001/cores}
   [junit4]   2> 420674 ERROR (closeThreadPool-4875-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 420674 INFO  (closeThreadPool-4875-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 420675 INFO  (closeThreadPool-4875-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 9.0.0
   [junit4]   2> 420675 INFO  (closeThreadPool-4875-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 420675 INFO  (closeThreadPool-4875-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr
   [junit4]   2> 420675 INFO  (closeThreadPool-4875-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-03-04T22:17:17.422135Z
   [junit4]   2> 420681 INFO  (closeThreadPool-4875-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 420685 INFO  (zkConnectionManagerCallback-4922-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 420686 INFO  (closeThreadPool-4875-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 420791 INFO  (closeThreadPool-4875-thread-1) [     ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 420795 INFO  (closeThreadPool-4875-thread-1) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J2/temp/solr.cloud.SyncSliceTest_D20F5DE41C35B4D3-001/shard-4-001/solr.xml
   [junit4]   2> 420799 INFO  (closeThreadPool-4875-thread-1) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@17caf762, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 421104 INFO  (closeThreadPool-4875-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 421108 WARN  (closeThreadPool-4875-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@471992d0[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 421108 WARN  (closeThreadPool-4875-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@471992d0[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 421123 WARN  (closeThreadPool-4875-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@f46464f[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 421123 WARN  (closeThreadPool-4875-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@f46464f[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 421127 INFO  (closeThreadPool-4875-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:51016/solr
   [junit4]   2> 421128 INFO  (closeThreadPool-4875-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 421130 INFO  (zkConnectionManagerCallback-4929-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 421131 INFO  (closeThreadPool-4875-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 421244 INFO  (closeThreadPool-4875-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 421247 INFO  (zkConnectionManagerCallback-4931-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 421254 INFO  (closeThreadPool-4875-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 421293 INFO  (closeThreadPool-4875-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 421322 INFO  (closeThreadPool-4875-thread-1) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:51045_ as DOWN
   [junit4]   2> 421332 INFO  (closeThreadPool-4875-thread-1) [     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 421332 INFO  (closeThreadPool-4875-thread-1) [     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:51045_
   [junit4]   2> 421346 INFO  (zkCallback-4900-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 421346 INFO  (zkCallback-4858-thread-4) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 421346 INFO  (zkCallback-4873-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 421347 INFO  (zkCallback-4915-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 421348 INFO  (zkCallback-4930-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 421348 INFO  (zkCallback-4885-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 421366 INFO  (closeThreadPool-4875-thread-1) [     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 421367 WARN  (closeThreadPool-4875-thread-1) [     ] 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> 421414 INFO  (closeThreadPool-4875-thread-1) [     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 421439 INFO  (closeThreadPool-4875-thread-1) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@17caf762
   [junit4]   2> 421447 INFO  (closeThreadPool-4875-thread-1) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@17caf762
   [junit4]   2> 421447 INFO  (closeThreadPool-4875-thread-1) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@17caf762
   [junit4]   2> 421454 INFO  (closeThreadPool-4875-thread-1) [     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J2/temp/solr.cloud.SyncSliceTest_D20F5DE41C35B4D3-001/shard-4-001/cores
   [junit4]   2> 421534 INFO  (closeThreadPool-4875-thread-1) [     ] o.a.s.c.AbstractFullDistribZkTestBase waitForLiveNode: 127.0.0.1:51045_
   [junit4]   2> 421543 INFO  (qtp1235010389-7396) [n:127.0.0.1:51020_     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:51031_&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 421543 INFO  (qtp1235010389-7398) [n:127.0.0.1:51020_     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:51039_&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 421543 INFO  (qtp1235010389-7399) [n:127.0.0.1:51020_     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:51035_&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 421543 INFO  (qtp1235010389-7397) [n:127.0.0.1:51020_     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:51045_&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 421571 INFO  (OverseerThreadFactory-1562-thread-3-processing-n:127.0.0.1:51020_) [n:127.0.0.1:51020_ c:collection1 s:shard1   ] o.a.s.c.a.c.AddReplicaCmd Node Identified 127.0.0.1:51031_ for creating new replica of shard shard1 for collection collection1
   [junit4]   2> 421585 INFO  (OverseerThreadFactory-1562-thread-3-processing-n:127.0.0.1:51020_) [n:127.0.0.1:51020_ c:collection1 s:shard1   ] o.a.s.c.a.c.AddReplicaCmd Returning CreateReplica command.
   [junit4]   2> 421594 INFO  (qtp297872885-7455) [n:127.0.0.1:51031_    x:collection1_shard1_replica_n1 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n1&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 422623 INFO  (qtp297872885-7455) [n:127.0.0.1:51031_ c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 422634 INFO  (qtp297872885-7455) [n:127.0.0.1:51031_ c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.s.IndexSchema [collection1_shard1_replica_n1] Schema name=test
   [junit4]   2> 422698 INFO  (qtp297872885-7455) [n:127.0.0.1:51031_ c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 422798 INFO  (qtp297872885-7455) [n:127.0.0.1:51031_ c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard1_replica_n1' using configuration from configset conf1, trusted=true
   [junit4]   2> 422799 INFO  (qtp297872885-7455) [n:127.0.0.1:51031_ c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1.shard1.replica_n1' (registry 'solr.core.collection1.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@17caf762
   [junit4]   2> 422799 INFO  (qtp297872885-7455) [n:127.0.0.1:51031_ c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.c.SolrCore [[collection1_shard1_replica_n1] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J2/temp/solr.cloud.SyncSliceTest_D20F5DE41C35B4D3-001/shard-1-001/cores/collection1_shard1_replica_n1], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J2/temp/solr.cloud.SyncSliceTest_D20F5DE41C35B4D3-001/shard-1-001/cores/collection1_shard1_replica_n1/data/]
   [junit4]   2> 422809 INFO  (qtp297872885-7455) [n:127.0.0.1:51031_ c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=15, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 422819 WARN  (qtp297872885-7455) [n:127.0.0.1:51031_ c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A, b=B}}}
   [junit4]   2> 422904 INFO  (qtp297872885-7455) [n:127.0.0.1:51031_ c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 422904 INFO  (qtp297872885-7455) [n:127.0.0.1:51031_ c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 422906 INFO  (qtp297872885-7455) [n:127.0.0.1:51031_ c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 422906 INFO  (qtp297872885-7455) [n:127.0.0.1:51031_ c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 422909 INFO  (qtp297872885-7455) [n:127.0.0.1:51031_ c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=25, maxMergeAtOnceExplicit=22, maxMergedSegmentMB=43.78515625, floorSegmentMB=1.0703125, forceMergeDeletesPctAllowed=20.127926889485106, segmentsPerTier=33.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0, deletesPctAllowed=27.067343632831435
   [junit4]   2> 422910 INFO  (qtp297872885-7455) [n:127.0.0.1:51031_ c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@4ab4482[collection1_shard1_replica_n1] main]
   [junit4]   2> 422924 INFO  (qtp297872885-7455) [n:127.0.0.1:51031_ c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 422927 INFO  (qtp297872885-7455) [n:127.0.0.1:51031_ c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 422927 INFO  (qtp297872885-7455) [n:127.0.0.1:51031_ c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 422927 INFO  (qtp297872885-7455) [n:127.0.0.1:51031_ c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1660273546676404224
   [junit4]   2> 422946 INFO  (searcherExecutor-1608-thread-1-processing-n:127.0.0.1:51031_ x:collection1_shard1_replica_n1 c:collection1 s:shard1) [n:127.0.0.1:51031_ c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.c.SolrCore [collection1_shard1_replica_n1] Registered new searcher Searcher@4ab4482[collection1_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 422992 INFO  (qtp297872885-7455) [n:127.0.0.1:51031_ c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/collection1/terms/shard1 to Terms{values={core_node2=0}, version=0}
   [junit4]   2> 422992 INFO  (qtp297872885-7455) [n:127.0.0.1:51031_ c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/collection1/leaders/shard1
   [junit4]   2> 423014 INFO  (qtp297872885-7455) [n:127.0.0.1:51031_ c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 423014 INFO  (qtp297872885-7455) [n:127.0.0.1:51031_ c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 423014 INFO  (qtp297872885-7455) [n:127.0.0.1:51031_ c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:51031/collection1_shard1_replica_n1/
   [junit4]   2> 423015 INFO  (qtp297872885-7455) [n:127.0.0.1:51031_ c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 423017 INFO  (qtp297872885-7455) [n:127.0.0.1:51031_ c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.c.SyncStrategy http://127.0.0.1:51031/collection1_shard1_replica_n1/ has no replicas
   [junit4]   2> 423017 INFO  (qtp297872885-7455) [n:127.0.0.1:51031_ c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/collection1/leaders/shard1/leader after winning as /collections/collection1/leader_elect/shard1/election/72080188430745609-core_node2-n_0000000000
   [junit4]   2> 423032 INFO  (qtp297872885-7455) [n:127.0.0.1:51031_ c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:51031/collection1_shard1_replica_n1/ shard1
   [junit4]   2> 423149 INFO  (zkCallback-4885-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 423149 INFO  (zkCallback-4885-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 423153 INFO  (qtp297872885-7455) [n:127.0.0.1:51031_ c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 423165 INFO  (qtp297872885-7455) [n:127.0.0.1:51031_ c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n1&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1571
   [junit4]   2> 423195 INFO  (qtp1235010389-7396) [n:127.0.0.1:51020_ c:collection1    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={node=127.0.0.1:51031_&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2} status=0 QTime=1651
   [junit4]   2> 423266 INFO  (zkCallback-4885-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 423266 INFO  (zkCallback-4885-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 423267 INFO  (zkCallback-4885-thread-3) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 423570 INFO  (OverseerCollectionConfigSetProcessor-72080188430745604-127.0.0.1:51020_-n_0000000000) [n:127.0.0.1:51020_     ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000004 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 423572 INFO  (OverseerThreadFactory-1562-thread-4-processing-n:127.0.0.1:51020_) [n:127.0.0.1:51020_ c:collection1 s:shard1   ] o.a.s.c.a.c.AddReplicaCmd Node Identified 127.0.0.1:51039_ for creating new replica of shard shard1 for collection collection1
   [junit4]   2> 423575 INFO  (OverseerThreadFactory-1562-thread-4-processing-n:127.0.0.1:51020_) [n:127.0.0.1:51020_ c:collection1 s:shard1   ] o.a.s.c.a.c.AddReplicaCmd Returning CreateReplica command.
   [junit4]   2> 423580 INFO  (qtp157279299-7514) [n:127.0.0.1:51039_    x:collection1_shard1_replica_n3 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n3&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 423690 INFO  (zkCallback-4885-thread-3) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 423690 INFO  (zkCallback-4885-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 423690 INFO  (zkCallback-4885-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 424603 INFO  (qtp157279299-7514) [n:127.0.0.1:51039_ c:collection1 s:shard1  x:collection1_shard1_replica_n3 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 424614 INFO  (qtp157279299-7514) [n:127.0.0.1:51039_ c:collection1 s:shard1  x:collection1_shard1_replica_n3 ] o.a.s.s.IndexSchema [collection1_shard1_replica_n3] Schema name=test
   [junit4]   2> 424694 INFO  (qtp157279299-7514) [n:127.0.0.1:51039_ c:collection1 s:shard1  x:collection1_shard1_replica_n3 ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 424762 INFO  (qtp157279299-7514) [n:127.0.0.1:51039_ c:collection1 s:shard1  x:collection1_shard1_replica_n3 ] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard1_replica_n3' using configuration from configset conf1, trusted=true
   [junit4]   2> 424763 INFO  (qtp157279299-7514) [n:127.0.0.1:51039_ c:collection1 s:shard1  x:collection1_shard1_replica_n3 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1.shard1.replica_n3' (registry 'solr.core.collection1.shard1.replica_n3') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@17caf762
   [junit4]   2> 424763 INFO  (qtp157279299-7514) [n:127.0.0.1:51039_ c:collection1 s:shard1  x:collection1_shard1_replica_n3 ] o.a.s.c.SolrCore [[collection1_shard1_replica_n3] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J2/temp/solr.cloud.SyncSliceTest_D20F5DE41C35B4D3-001/shard-3-001/cores/collection1_shard1_replica_n3], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J2/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-master

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

  1>     /solr/autoscaling/events/.scheduled_maintenance (0)
   [junit4]   1>     /solr/autoscaling/events/.auto_add_replicas (0)
   [junit4]   1>   /solr/autoscaling.json (0)
   [junit4]   1>   DATA:
   [junit4]   1>       {
   [junit4]   1>         "triggers":{
   [junit4]   1>           ".auto_add_replicas":{
   [junit4]   1>             "name":".auto_add_replicas",
   [junit4]   1>             "event":"nodeLost",
   [junit4]   1>             "waitFor":10,
   [junit4]   1>             "enabled":true,
   [junit4]   1>             "actions":[
   [junit4]   1>               {
   [junit4]   1>                 "name":"auto_add_replicas_plan",
   [junit4]   1>                 "class":"solr.AutoAddReplicasPlanAction"},
   [junit4]   1>               {
   [junit4]   1>                 "name":"execute_plan",
   [junit4]   1>                 "class":"solr.ExecutePlanAction"}]},
   [junit4]   1>           ".scheduled_maintenance":{
   [junit4]   1>             "name":".scheduled_maintenance",
   [junit4]   1>             "event":"scheduled",
   [junit4]   1>             "startTime":"NOW",
   [junit4]   1>             "every":"+1DAY",
   [junit4]   1>             "enabled":true,
   [junit4]   1>             "actions":[
   [junit4]   1>               {
   [junit4]   1>                 "name":"inactive_shard_plan",
   [junit4]   1>                 "class":"solr.InactiveShardPlanAction"},
   [junit4]   1>               {
   [junit4]   1>                 "name":"inactive_markers_plan",
   [junit4]   1>                 "class":"solr.InactiveMarkersPlanAction"},
   [junit4]   1>               {
   [junit4]   1>                 "name":"execute_plan",
   [junit4]   1>                 "class":"solr.ExecutePlanAction"}]}},
   [junit4]   1>         "listeners":{
   [junit4]   1>           ".auto_add_replicas.system":{
   [junit4]   1>             "beforeAction":[],
   [junit4]   1>             "afterAction":[],
   [junit4]   1>             "stage":[
   [junit4]   1>               "STARTED",
   [junit4]   1>               "ABORTED",
   [junit4]   1>               "SUCCEEDED",
   [junit4]   1>               "FAILED",
   [junit4]   1>               "BEFORE_ACTION",
   [junit4]   1>               "AFTER_ACTION",
   [junit4]   1>               "IGNORED"],
   [junit4]   1>             "trigger":".auto_add_replicas",
   [junit4]   1>             "class":"org.apache.solr.cloud.autoscaling.SystemLogListener"},
   [junit4]   1>           ".scheduled_maintenance.system":{
   [junit4]   1>             "beforeAction":[],
   [junit4]   1>             "afterAction":[],
   [junit4]   1>             "stage":[
   [junit4]   1>               "STARTED",
   [junit4]   1>               "ABORTED",
   [junit4]   1>               "SUCCEEDED",
   [junit4]   1>               "FAILED",
   [junit4]   1>               "BEFORE_ACTION",
   [junit4]   1>               "AFTER_ACTION",
   [junit4]   1>               "IGNORED"],
   [junit4]   1>             "trigger":".scheduled_maintenance",
   [junit4]   1>             "class":"org.apache.solr.cloud.autoscaling.SystemLogListener"}},
   [junit4]   1>         "properties":{}}
   [junit4]   1>   /solr/clusterprops.json (0)
   [junit4]   1>   DATA:
   [junit4]   1>       {"legacyCloud":"true"}
   [junit4]   1> 
   [junit4]   2> 443825 INFO  (TEST-SyncSliceTest.test-seed#[D20F5DE41C35B4D3]) [     ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 444038 WARN  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	18	/solr/collections/collection1/terms/shard1
   [junit4]   2> 	7	/solr/aliases.json
   [junit4]   2> 	5	/solr/packages.json
   [junit4]   2> 	5	/solr/security.json
   [junit4]   2> 	5	/solr/configs/conf1
   [junit4]   2> 	4	/solr/collections/collection1/collectionprops.json
   [junit4]   2> 	3	/solr/collections/control_collection/terms/shard1
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	131	/solr/collections/collection1/state.json
   [junit4]   2> 	12	/solr/collections/control_collection/state.json
   [junit4]   2> 	7	/solr/clusterprops.json
   [junit4]   2> 	7	/solr/clusterstate.json
   [junit4]   2> 	2	/solr/overseer_elect/election/72080188430745604-127.0.0.1:51020_-n_0000000000
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	51	/solr/overseer/queue
   [junit4]   2> 	32	/solr/live_nodes
   [junit4]   2> 	16	/solr/overseer/collection-queue-work
   [junit4]   2> 	7	/solr/collections
   [junit4]   2> 
   [junit4]   2> 444045 INFO  (TEST-SyncSliceTest.test-seed#[D20F5DE41C35B4D3]) [     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:51016
   [junit4]   2> 444045 INFO  (TEST-SyncSliceTest.test-seed#[D20F5DE41C35B4D3]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:51016
   [junit4]   2> 444045 INFO  (TEST-SyncSliceTest.test-seed#[D20F5DE41C35B4D3]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 51016
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=SyncSliceTest -Dtests.method=test -Dtests.seed=D20F5DE41C35B4D3 -Dtests.slow=true -Dtests.locale=zu -Dtests.timezone=Asia/Ulaanbaatar -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] FAILURE 30.0s J2 | SyncSliceTest.test <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: expected:<5> but was:<4>
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([D20F5DE41C35B4D3:5A5B623EB2C9D92B]:0)
   [junit4]    > 	at org.apache.solr.cloud.SyncSliceTest.test(SyncSliceTest.java:150)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]    > 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]    > 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1082)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1054)
   [junit4]    > 	at java.base/java.lang.Thread.run(Thread.java:834)
   [junit4]   2> NOTE: leaving temporary files on disk at: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J2/temp/solr.cloud.SyncSliceTest_D20F5DE41C35B4D3-001
   [junit4]   2> Mar 04, 2020 10:17:40 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene84): {rnd_b=PostingsFormat(name=Direct), multiDefault=PostingsFormat(name=LuceneVarGapDocFreqInterval), a_t=PostingsFormat(name=LuceneVarGapDocFreqInterval), _root_=Lucene84, id=PostingsFormat(name=Direct), text=PostingsFormat(name=Asserting)}, docValues:{range_facet_l_dv=DocValuesFormat(name=Asserting), _version_=DocValuesFormat(name=Lucene80), range_facet_i_dv=DocValuesFormat(name=Lucene80), intDvoDefault=DocValuesFormat(name=Asserting), timestamp=DocValuesFormat(name=Lucene80)}, maxPointsInLeafNode=517, maxMBSortInHeap=7.0611890019671835, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@58e53e7d), locale=zu, timezone=Asia/Ulaanbaatar
   [junit4]   2> NOTE: Mac OS X 10.14.6 x86_64/AdoptOpenJDK 11.0.6 (64-bit)/cpus=6,threads=1,free=71867632,total=352321536
   [junit4]   2> NOTE: All tests run in this JVM: [TestUninvertingReader, TestGeoJSONResponseWriter, SOLR749Test, PreAnalyzedFieldManagedSchemaCloudTest, DistributedFacetExistsSmallTest, TestSimClusterStateProvider, TestZkAclsWithHadoopAuth, ConfigureRecoveryStrategyTest, ZkShardTermsTest, DirectUpdateHandlerTest, TestChildDocTransformerHierarchy, TestSimpleTextCodec, HighlighterTest, ClassificationUpdateProcessorTest, OverseerCollectionConfigSetProcessorTest, PropertiesRequestHandlerTest, TestExclusionRuleCollectionAccess, TestCollectionAPI, TestConfigSetsAPIExclusivity, HdfsRecoveryZkTest, ActionThrottleTest, MinimalSchemaTest, TestSolrCloudWithSecureImpersonation, TestCrossCoreJoin, TestMissingGroups, MoreLikeThisComponentTest, DocValuesTest, CustomCollectionTest, TestSQLHandler, TestSortByMinMaxFunction, ExecutePlanActionTest, PeerSyncWithIndexFingerprintCachingTest, CustomHighlightComponentTest, DistributedVersionInfoTest, SyncSliceTest]
   [junit4] Completed [217/905 (1!)] on J2 in 31.05s, 1 test, 1 failure <<< FAILURES!

[...truncated 54962 lines...]
[repro] Jenkins log URL: https://jenkins.thetaphi.de/job/Lucene-Solr-master-MacOSX/5740/consoleText

[repro] Revision: 2cabeb924d89a0bbf7d5c83df30433f493f8807c

[repro] Ant options: "-Dargs=-XX:+UseCompressedOops -XX:+UseParallelGC"
[repro] Repro line:  ant test  -Dtestcase=SyncSliceTest -Dtests.method=test -Dtests.seed=D20F5DE41C35B4D3 -Dtests.slow=true -Dtests.locale=zu -Dtests.timezone=Asia/Ulaanbaatar -Dtests.asserts=true -Dtests.file.encoding=US-ASCII

[repro] JUnit rest result XML files will be moved to: ./repro-reports
[repro] ant clean

[...truncated 6 lines...]
[repro] Test suites by module:
[repro]    solr/core
[repro]       SyncSliceTest
[repro] ant compile-test

[...truncated 3150 lines...]
[repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=5 -Dtests.class="*.SyncSliceTest" -Dtests.showOutput=onerror "-Dargs=-XX:+UseCompressedOops -XX:+UseParallelGC" -Dtests.seed=D20F5DE41C35B4D3 -Dtests.slow=true -Dtests.locale=zu -Dtests.timezone=Asia/Ulaanbaatar -Dtests.asserts=true -Dtests.file.encoding=US-ASCII

[...truncated 86 lines...]
[repro] Failures w/original seeds:
[repro]   0/5 failed: org.apache.solr.cloud.SyncSliceTest
[repro] Exiting with code 0

[...truncated 73 lines...]

[JENKINS] Lucene-Solr-master-MacOSX (64bit/jdk-12.0.2) - Build # 5743 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-MacOSX/5743/
Java: 64bit/jdk-12.0.2 -XX:+UseCompressedOops -XX:+UseParallelGC

2 tests failed.
FAILED:  org.apache.solr.cloud.SystemCollectionCompatTest.testBackCompat

Error Message:
No live SolrServers available to handle this request:[http://127.0.0.1:54577/solr/.system]

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[http://127.0.0.1:54577/solr/.system]
	at __randomizedtesting.SeedInfo.seed([8B5C5A498704412C:FBA9F9E0E7CCE85A]:0)
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:345)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1143)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:906)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:838)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207)
	at org.apache.solr.cloud.SystemCollectionCompatTest.setupSystemCollection(SystemCollectionCompatTest.java:118)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:567)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:976)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	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 com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	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 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 com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:835)
Caused by: org.apache.solr.client.solrj.SolrServerException: Timeout occurred while waiting response from server at: http://127.0.0.1:54577/solr/.system
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:676)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:265)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
	at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:368)
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:296)
	... 43 more
Caused by: java.net.SocketTimeoutException: Read timed out
	at java.base/java.net.SocketInputStream.socketRead0(Native Method)
	at java.base/java.net.SocketInputStream.socketRead(SocketInputStream.java:115)
	at java.base/java.net.SocketInputStream.read(SocketInputStream.java:168)
	at java.base/java.net.SocketInputStream.read(SocketInputStream.java:140)
	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:564)
	... 47 more


FAILED:  org.apache.solr.core.TestDynamicLoading.testDynamicLoading

Error Message:
{   "responseHeader":{     "status":500,     "QTime":30134},   "errorMessages":["4 out of 5 the property overlay to be of version 2 within 30 seconds! Failed cores: [http://127.0.0.1:62632/collection1_shard2_replica_n2/, http://127.0.0.1:62612/collection1_shard2_replica_n6/, http://127.0.0.1:62645/collection1_shard1_replica_n1/, http://127.0.0.1:62619/collection1_shard1_replica_n5/]\n"],   "WARNING":"This response format is experimental.  It is likely to change in the future.",   "error":{     "metadata":[       "error-class","org.apache.solr.common.SolrException",       "root-error-class","org.apache.solr.common.SolrException"],     "msg":"4 out of 5 the property overlay to be of version 2 within 30 seconds! Failed cores: [http://127.0.0.1:62632/collection1_shard2_replica_n2/, http://127.0.0.1:62612/collection1_shard2_replica_n6/, http://127.0.0.1:62645/collection1_shard1_replica_n1/, http://127.0.0.1:62619/collection1_shard1_replica_n5/]",     "trace":"org.apache.solr.common.SolrException: 4 out of 5 the property overlay to be of version 2 within 30 seconds! Failed cores: [http://127.0.0.1:62632/collection1_shard2_replica_n2/, http://127.0.0.1:62612/collection1_shard2_replica_n6/, http://127.0.0.1:62645/collection1_shard1_replica_n1/, http://127.0.0.1:62619/collection1_shard1_replica_n5/]\n\tat org.apache.solr.handler.SolrConfigHandler.waitForAllReplicasState(SolrConfigHandler.java:813)\n\tat org.apache.solr.handler.SolrConfigHandler$Command.handleCommands(SolrConfigHandler.java:522)\n\tat org.apache.solr.handler.SolrConfigHandler$Command.handlePOST(SolrConfigHandler.java:363)\n\tat org.apache.solr.handler.SolrConfigHandler.handleRequestBody(SolrConfigHandler.java:139)\n\tat org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:209)\n\tat org.apache.solr.core.SolrCore.execute(SolrCore.java:2582)\n\tat org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:802)\n\tat org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:579)\n\tat org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:420)\n\tat org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:352)\n\tat org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)\n\tat org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)\n\tat org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)\n\tat org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545)\n\tat org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)\n\tat org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1607)\n\tat org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)\n\tat org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1297)\n\tat org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)\n\tat org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)\n\tat org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1577)\n\tat org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)\n\tat org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1212)\n\tat org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)\n\tat org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)\n\tat org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)\n\tat org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:717)\n\tat org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)\n\tat org.eclipse.jetty.server.Server.handle(Server.java:500)\n\tat org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)\n\tat org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)\n\tat org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)\n\tat org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:270)\n\tat org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311)\n\tat org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)\n\tat org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:117)\n\tat org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)\n\tat org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)\n\tat java.base/java.lang.Thread.run(Thread.java:835)\n",     "code":500}}  expected null, but was:<[4 out of 5 the property overlay to be of version 2 within 30 seconds! Failed cores: [http://127.0.0.1:62632/collection1_shard2_replica_n2/, http://127.0.0.1:62612/collection1_shard2_replica_n6/, http://127.0.0.1:62645/collection1_shard1_replica_n1/, http://127.0.0.1:62619/collection1_shard1_replica_n5/] ]>

Stack Trace:
java.lang.AssertionError: {
  "responseHeader":{
    "status":500,
    "QTime":30134},
  "errorMessages":["4 out of 5 the property overlay to be of version 2 within 30 seconds! Failed cores: [http://127.0.0.1:62632/collection1_shard2_replica_n2/, http://127.0.0.1:62612/collection1_shard2_replica_n6/, http://127.0.0.1:62645/collection1_shard1_replica_n1/, http://127.0.0.1:62619/collection1_shard1_replica_n5/]\n"],
  "WARNING":"This response format is experimental.  It is likely to change in the future.",
  "error":{
    "metadata":[
      "error-class","org.apache.solr.common.SolrException",
      "root-error-class","org.apache.solr.common.SolrException"],
    "msg":"4 out of 5 the property overlay to be of version 2 within 30 seconds! Failed cores: [http://127.0.0.1:62632/collection1_shard2_replica_n2/, http://127.0.0.1:62612/collection1_shard2_replica_n6/, http://127.0.0.1:62645/collection1_shard1_replica_n1/, http://127.0.0.1:62619/collection1_shard1_replica_n5/]",
    "trace":"org.apache.solr.common.SolrException: 4 out of 5 the property overlay to be of version 2 within 30 seconds! Failed cores: [http://127.0.0.1:62632/collection1_shard2_replica_n2/, http://127.0.0.1:62612/collection1_shard2_replica_n6/, http://127.0.0.1:62645/collection1_shard1_replica_n1/, http://127.0.0.1:62619/collection1_shard1_replica_n5/]\n\tat org.apache.solr.handler.SolrConfigHandler.waitForAllReplicasState(SolrConfigHandler.java:813)\n\tat org.apache.solr.handler.SolrConfigHandler$Command.handleCommands(SolrConfigHandler.java:522)\n\tat org.apache.solr.handler.SolrConfigHandler$Command.handlePOST(SolrConfigHandler.java:363)\n\tat org.apache.solr.handler.SolrConfigHandler.handleRequestBody(SolrConfigHandler.java:139)\n\tat org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:209)\n\tat org.apache.solr.core.SolrCore.execute(SolrCore.java:2582)\n\tat org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:802)\n\tat org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:579)\n\tat org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:420)\n\tat org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:352)\n\tat org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)\n\tat org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)\n\tat org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)\n\tat org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545)\n\tat org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)\n\tat org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1607)\n\tat org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)\n\tat org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1297)\n\tat org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)\n\tat org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)\n\tat org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1577)\n\tat org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)\n\tat org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1212)\n\tat org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)\n\tat org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)\n\tat org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)\n\tat org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:717)\n\tat org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)\n\tat org.eclipse.jetty.server.Server.handle(Server.java:500)\n\tat org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)\n\tat org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)\n\tat org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)\n\tat org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:270)\n\tat org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311)\n\tat org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)\n\tat org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:117)\n\tat org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)\n\tat org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)\n\tat java.base/java.lang.Thread.run(Thread.java:835)\n",
    "code":500}}
 expected null, but was:<[4 out of 5 the property overlay to be of version 2 within 30 seconds! Failed cores: [http://127.0.0.1:62632/collection1_shard2_replica_n2/, http://127.0.0.1:62612/collection1_shard2_replica_n6/, http://127.0.0.1:62645/collection1_shard1_replica_n1/, http://127.0.0.1:62619/collection1_shard1_replica_n5/]
]>
	at __randomizedtesting.SeedInfo.seed([8B5C5A498704412C:5311771E70D9E48C]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.failNotNull(Assert.java:755)
	at org.junit.Assert.assertNull(Assert.java:737)
	at org.apache.solr.core.TestSolrConfigHandler.runConfigCommand(TestSolrConfigHandler.java:179)
	at org.apache.solr.core.TestDynamicLoading.testDynamicLoading(TestDynamicLoading.java:143)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:567)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1082)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1054)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	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 com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	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 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 com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:835)




Build Log:
[...truncated 13351 lines...]
   [junit4] Suite: org.apache.solr.core.TestDynamicLoading
   [junit4]   2> 577322 INFO  (SUITE-TestDynamicLoading-seed#[8B5C5A498704412C]-worker) [     ] o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to test-framework derived value of '/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/server/solr/configsets/_default/conf'
   [junit4]   2> 577322 INFO  (SUITE-TestDynamicLoading-seed#[8B5C5A498704412C]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 577324 INFO  (SUITE-TestDynamicLoading-seed#[8B5C5A498704412C]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J3/temp/solr.core.TestDynamicLoading_8B5C5A498704412C-001/data-dir-81-001
   [junit4]   2> 577324 WARN  (SUITE-TestDynamicLoading-seed#[8B5C5A498704412C]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=26 numCloses=26
   [junit4]   2> 577325 INFO  (SUITE-TestDynamicLoading-seed#[8B5C5A498704412C]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 577326 INFO  (SUITE-TestDynamicLoading-seed#[8B5C5A498704412C]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason="", value=0.0/0.0, ssl=0.0/0.0, clientAuth=0.0/0.0) w/ MAC_OS_X supressed clientAuth
   [junit4]   2> 577326 INFO  (SUITE-TestDynamicLoading-seed#[8B5C5A498704412C]-worker) [     ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 577332 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[8B5C5A498704412C]) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 577334 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 577334 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 577436 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[8B5C5A498704412C]) [     ] o.a.s.c.ZkTestServer start zk server on port:62536
   [junit4]   2> 577436 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[8B5C5A498704412C]) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:62536
   [junit4]   2> 577436 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[8B5C5A498704412C]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:62536
   [junit4]   2> 577437 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[8B5C5A498704412C]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 62536
   [junit4]   2> 577442 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[8B5C5A498704412C]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 577450 INFO  (zkConnectionManagerCallback-2083-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 577451 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[8B5C5A498704412C]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 577459 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[8B5C5A498704412C]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 577463 INFO  (zkConnectionManagerCallback-2085-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 577463 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[8B5C5A498704412C]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 577469 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[8B5C5A498704412C]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 577473 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[8B5C5A498704412C]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 577478 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[8B5C5A498704412C]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 577484 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[8B5C5A498704412C]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 577489 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[8B5C5A498704412C]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 577492 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[8B5C5A498704412C]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 577497 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[8B5C5A498704412C]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 577501 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[8B5C5A498704412C]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 577508 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[8B5C5A498704412C]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 577512 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[8B5C5A498704412C]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 577519 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[8B5C5A498704412C]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 577524 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[8B5C5A498704412C]) [     ] o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly asked otherwise
   [junit4]   2> 578422 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[8B5C5A498704412C]) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 578422 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[8B5C5A498704412C]) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 578422 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[8B5C5A498704412C]) [     ] o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 363d5f2df3a8a28de40604320230664b9c793c16; jvm 12.0.2+10
   [junit4]   2> 578437 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[8B5C5A498704412C]) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 578437 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[8B5C5A498704412C]) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 578437 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[8B5C5A498704412C]) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 578438 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[8B5C5A498704412C]) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@27bb58ac{/,null,AVAILABLE}
   [junit4]   2> 578441 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[8B5C5A498704412C]) [     ] o.e.j.s.AbstractConnector Started ServerConnector@58a43582{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:62552}
   [junit4]   2> 578441 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[8B5C5A498704412C]) [     ] o.e.j.s.Server Started @578498ms
   [junit4]   2> 578442 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[8B5C5A498704412C]) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J3/temp/solr.core.TestDynamicLoading_8B5C5A498704412C-001/tempDir-001/control/data, hostPort=62552, coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J3/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J3/temp/solr.core.TestDynamicLoading_8B5C5A498704412C-001/control-001/cores, replicaType=NRT}
   [junit4]   2> 578443 ERROR (TEST-TestDynamicLoading.testDynamicLoading-seed#[8B5C5A498704412C]) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 578443 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[8B5C5A498704412C]) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 578443 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[8B5C5A498704412C]) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 9.0.0
   [junit4]   2> 578443 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[8B5C5A498704412C]) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 578443 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[8B5C5A498704412C]) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr
   [junit4]   2> 578443 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[8B5C5A498704412C]) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-03-05T13:37:29.989965Z
   [junit4]   2> 578449 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[8B5C5A498704412C]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 578453 INFO  (zkConnectionManagerCallback-2087-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 578453 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[8B5C5A498704412C]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 578565 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[8B5C5A498704412C]) [     ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 578565 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[8B5C5A498704412C]) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J3/temp/solr.core.TestDynamicLoading_8B5C5A498704412C-001/control-001/solr.xml
   [junit4]   2> 578579 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[8B5C5A498704412C]) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@1027bd93, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 578710 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[8B5C5A498704412C]) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 578710 WARN  (TEST-TestDynamicLoading.testDynamicLoading-seed#[8B5C5A498704412C]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@e01ce24[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 578710 WARN  (TEST-TestDynamicLoading.testDynamicLoading-seed#[8B5C5A498704412C]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@e01ce24[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 578726 WARN  (TEST-TestDynamicLoading.testDynamicLoading-seed#[8B5C5A498704412C]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@621223d7[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 578726 WARN  (TEST-TestDynamicLoading.testDynamicLoading-seed#[8B5C5A498704412C]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@621223d7[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 578728 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[8B5C5A498704412C]) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:62536/solr
   [junit4]   2> 578731 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[8B5C5A498704412C]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 578736 INFO  (zkConnectionManagerCallback-2094-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 578736 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[8B5C5A498704412C]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 578851 INFO  (zkConnectionManagerCallback-2096-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 578852 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[8B5C5A498704412C]) [n:127.0.0.1:62552_     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 578852 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[8B5C5A498704412C]) [n:127.0.0.1:62552_     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 579429 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[8B5C5A498704412C]) [n:127.0.0.1:62552_     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:62552_
   [junit4]   2> 579436 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[8B5C5A498704412C]) [n:127.0.0.1:62552_     ] o.a.s.c.Overseer Overseer (id=72083807202312196-127.0.0.1:62552_-n_0000000000) starting
   [junit4]   2> 579484 INFO  (OverseerStateUpdate-72083807202312196-127.0.0.1:62552_-n_0000000000) [n:127.0.0.1:62552_     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:62552_
   [junit4]   2> 579485 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[8B5C5A498704412C]) [n:127.0.0.1:62552_     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:62552_
   [junit4]   2> 579494 INFO  (zkCallback-2095-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 579510 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[8B5C5A498704412C]) [n:127.0.0.1:62552_     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 579511 WARN  (TEST-TestDynamicLoading.testDynamicLoading-seed#[8B5C5A498704412C]) [n:127.0.0.1:62552_     ] 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> 579552 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[8B5C5A498704412C]) [n:127.0.0.1:62552_     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 579592 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[8B5C5A498704412C]) [n:127.0.0.1:62552_     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1027bd93
   [junit4]   2> 579608 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[8B5C5A498704412C]) [n:127.0.0.1:62552_     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1027bd93
   [junit4]   2> 579609 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[8B5C5A498704412C]) [n:127.0.0.1:62552_     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1027bd93
   [junit4]   2> 579611 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[8B5C5A498704412C]) [n:127.0.0.1:62552_     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J3/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J3/temp/solr.core.TestDynamicLoading_8B5C5A498704412C-001/control-001/cores
   [junit4]   2> 579644 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[8B5C5A498704412C]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 579649 INFO  (zkConnectionManagerCallback-2105-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 579649 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[8B5C5A498704412C]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 579656 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[8B5C5A498704412C]) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 579665 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[8B5C5A498704412C]) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:62536/solr ready
   [junit4]   2> 579673 INFO  (qtp319076488-5714) [n:127.0.0.1:62552_     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:62552_&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 579689 INFO  (OverseerThreadFactory-1728-thread-1-processing-n:127.0.0.1:62552_) [n:127.0.0.1:62552_     ] o.a.s.c.a.c.CreateCollectionCmd Create collection control_collection
   [junit4]   2> 579817 INFO  (qtp319076488-5716) [n:127.0.0.1:62552_    x:control_collection_shard1_replica_n1 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 579817 INFO  (qtp319076488-5716) [n:127.0.0.1:62552_    x:control_collection_shard1_replica_n1 ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 580846 INFO  (qtp319076488-5716) [n:127.0.0.1:62552_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 580860 INFO  (qtp319076488-5716) [n:127.0.0.1:62552_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.s.IndexSchema [control_collection_shard1_replica_n1] Schema name=test
   [junit4]   2> 580933 INFO  (qtp319076488-5716) [n:127.0.0.1:62552_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 581038 INFO  (qtp319076488-5716) [n:127.0.0.1:62552_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.CoreContainer Creating SolrCore 'control_collection_shard1_replica_n1' using configuration from configset conf1, trusted=true
   [junit4]   2> 581039 INFO  (qtp319076488-5716) [n:127.0.0.1:62552_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.control_collection.shard1.replica_n1' (registry 'solr.core.control_collection.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1027bd93
   [junit4]   2> 581039 INFO  (qtp319076488-5716) [n:127.0.0.1:62552_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SolrCore [[control_collection_shard1_replica_n1] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J3/temp/solr.core.TestDynamicLoading_8B5C5A498704412C-001/control-001/cores/control_collection_shard1_replica_n1], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J3/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J3/temp/solr.core.TestDynamicLoading_8B5C5A498704412C-001/control-001/cores/control_collection_shard1_replica_n1/data/]
   [junit4]   2> 581042 INFO  (qtp319076488-5716) [n:127.0.0.1:62552_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=31, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.42150958216101764]
   [junit4]   2> 581046 WARN  (qtp319076488-5716) [n:127.0.0.1:62552_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A, b=B}}}
   [junit4]   2> 581127 INFO  (qtp319076488-5716) [n:127.0.0.1:62552_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 581127 INFO  (qtp319076488-5716) [n:127.0.0.1:62552_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 581132 INFO  (qtp319076488-5716) [n:127.0.0.1:62552_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 581132 INFO  (qtp319076488-5716) [n:127.0.0.1:62552_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 581133 INFO  (qtp319076488-5716) [n:127.0.0.1:62552_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=47, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 581134 INFO  (qtp319076488-5716) [n:127.0.0.1:62552_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@41902f44[control_collection_shard1_replica_n1] main]
   [junit4]   2> 581139 INFO  (qtp319076488-5716) [n:127.0.0.1:62552_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 581140 INFO  (qtp319076488-5716) [n:127.0.0.1:62552_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 581141 INFO  (qtp319076488-5716) [n:127.0.0.1:62552_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 581141 INFO  (qtp319076488-5716) [n:127.0.0.1:62552_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1660331441716723712
   [junit4]   2> 581146 INFO  (searcherExecutor-1733-thread-1-processing-n:127.0.0.1:62552_ x:control_collection_shard1_replica_n1 c:control_collection s:shard1) [n:127.0.0.1:62552_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SolrCore [control_collection_shard1_replica_n1] Registered new searcher Searcher@41902f44[control_collection_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 581157 INFO  (qtp319076488-5716) [n:127.0.0.1:62552_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/control_collection/terms/shard1 to Terms{values={core_node2=0}, version=0}
   [junit4]   2> 581158 INFO  (qtp319076488-5716) [n:127.0.0.1:62552_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/control_collection/leaders/shard1
   [junit4]   2> 581172 INFO  (qtp319076488-5716) [n:127.0.0.1:62552_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 581172 INFO  (qtp319076488-5716) [n:127.0.0.1:62552_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 581172 INFO  (qtp319076488-5716) [n:127.0.0.1:62552_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:62552/control_collection_shard1_replica_n1/
   [junit4]   2> 581174 INFO  (qtp319076488-5716) [n:127.0.0.1:62552_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 581175 INFO  (qtp319076488-5716) [n:127.0.0.1:62552_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SyncStrategy http://127.0.0.1:62552/control_collection_shard1_replica_n1/ has no replicas
   [junit4]   2> 581175 INFO  (qtp319076488-5716) [n:127.0.0.1:62552_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/control_collection/leaders/shard1/leader after winning as /collections/control_collection/leader_elect/shard1/election/72083807202312196-core_node2-n_0000000000
   [junit4]   2> 581181 INFO  (qtp319076488-5716) [n:127.0.0.1:62552_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:62552/control_collection_shard1_replica_n1/ shard1
   [junit4]   2> 581285 INFO  (zkCallback-2095-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 581285 INFO  (zkCallback-2095-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 581288 INFO  (qtp319076488-5716) [n:127.0.0.1:62552_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 581294 INFO  (qtp319076488-5716) [n:127.0.0.1:62552_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1477
   [junit4]   2> 581299 INFO  (qtp319076488-5714) [n:127.0.0.1:62552_     ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 45 seconds. Check all shard replicas
   [junit4]   2> 581401 INFO  (zkCallback-2095-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 581401 INFO  (zkCallback-2095-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 581401 INFO  (zkCallback-2095-thread-3) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 581403 INFO  (qtp319076488-5714) [n:127.0.0.1:62552_     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:62552_&wt=javabin&version=2} status=0 QTime=1730
   [junit4]   2> 581403 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[8B5C5A498704412C]) [     ] o.a.s.c.AbstractFullDistribZkTestBase Waiting to see 1 active replicas in collection: control_collection
   [junit4]   2> 581514 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[8B5C5A498704412C]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 581520 INFO  (zkConnectionManagerCallback-2111-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 581520 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[8B5C5A498704412C]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 581524 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[8B5C5A498704412C]) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 581527 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[8B5C5A498704412C]) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:62536/solr ready
   [junit4]   2> 581527 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[8B5C5A498704412C]) [     ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 581530 INFO  (qtp319076488-5714) [n:127.0.0.1:62552_     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=1&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 581553 INFO  (OverseerThreadFactory-1728-thread-2-processing-n:127.0.0.1:62552_) [n:127.0.0.1:62552_     ] o.a.s.c.a.c.CreateCollectionCmd Create collection collection1
   [junit4]   2> 581553 INFO  (OverseerCollectionConfigSetProcessor-72083807202312196-127.0.0.1:62552_-n_0000000000) [n:127.0.0.1:62552_     ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000000 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 581774 WARN  (OverseerThreadFactory-1728-thread-2-processing-n:127.0.0.1:62552_) [n:127.0.0.1:62552_     ] o.a.s.c.a.c.CreateCollectionCmd It is unusual to create a collection (collection1) without cores.
   [junit4]   2> 581776 INFO  (qtp319076488-5714) [n:127.0.0.1:62552_     ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 45 seconds. Check all shard replicas
   [junit4]   2> 581777 INFO  (qtp319076488-5714) [n:127.0.0.1:62552_     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=1&wt=javabin&version=2} status=0 QTime=247
   [junit4]   2> 581779 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[8B5C5A498704412C]) [     ] o.a.s.c.SolrCloudTestCase active slice count: 2 expected:2
   [junit4]   2> 581779 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[8B5C5A498704412C]) [     ] o.a.s.c.SolrCloudTestCase active replica count: 0 expected replica count: 0
   [junit4]   2> 581779 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[8B5C5A498704412C]) [     ] o.a.s.c.SolrCloudTestCase active slice count: 2 expected:2
   [junit4]   2> 581779 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[8B5C5A498704412C]) [     ] o.a.s.c.SolrCloudTestCase active replica count: 0 expected replica count: 0
   [junit4]   2> 581779 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[8B5C5A498704412C]) [     ] o.a.s.c.SolrCloudTestCase active slice count: 2 expected:2
   [junit4]   2> 581779 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[8B5C5A498704412C]) [     ] o.a.s.c.SolrCloudTestCase active replica count: 0 expected replica count: 0
   [junit4]   2> 581779 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[8B5C5A498704412C]) [     ] o.a.s.c.AbstractFullDistribZkTestBase Creating jetty instances pullReplicaCount=0 numOtherReplicas=4
   [junit4]   2> 582161 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[8B5C5A498704412C]) [     ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J3/temp/solr.core.TestDynamicLoading_8B5C5A498704412C-001/shard-1-001 of type NRT for shard2
   [junit4]   2> 582165 INFO  (closeThreadPool-2112-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 582165 INFO  (closeThreadPool-2112-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 582165 INFO  (closeThreadPool-2112-thread-1) [     ] o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 363d5f2df3a8a28de40604320230664b9c793c16; jvm 12.0.2+10
   [junit4]   2> 582170 INFO  (closeThreadPool-2112-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 582170 INFO  (closeThreadPool-2112-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 582170 INFO  (closeThreadPool-2112-thread-1) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 582171 INFO  (closeThreadPool-2112-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@7aab0476{/,null,AVAILABLE}
   [junit4]   2> 582173 INFO  (closeThreadPool-2112-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@654bf315{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:62612}
   [junit4]   2> 582173 INFO  (closeThreadPool-2112-thread-1) [     ] o.e.j.s.Server Started @582230ms
   [junit4]   2> 582173 INFO  (closeThreadPool-2112-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, solrconfig=solrconfig.xml, solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J3/temp/solr.core.TestDynamicLoading_8B5C5A498704412C-001/tempDir-001/jetty1, hostPort=62612, coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J3/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J3/temp/solr.core.TestDynamicLoading_8B5C5A498704412C-001/shard-1-001/cores}
   [junit4]   2> 582174 ERROR (closeThreadPool-2112-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 582174 INFO  (closeThreadPool-2112-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 582174 INFO  (closeThreadPool-2112-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 9.0.0
   [junit4]   2> 582174 INFO  (closeThreadPool-2112-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 582174 INFO  (closeThreadPool-2112-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr
   [junit4]   2> 582174 INFO  (closeThreadPool-2112-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-03-05T13:37:33.720436Z
   [junit4]   2> 582181 INFO  (closeThreadPool-2112-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 582181 INFO  (zkConnectionManagerCallback-2114-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 582182 INFO  (closeThreadPool-2112-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 582287 INFO  (closeThreadPool-2112-thread-1) [     ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 582287 INFO  (closeThreadPool-2112-thread-1) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J3/temp/solr.core.TestDynamicLoading_8B5C5A498704412C-001/shard-1-001/solr.xml
   [junit4]   2> 582291 INFO  (closeThreadPool-2112-thread-1) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@1027bd93, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 582410 INFO  (closeThreadPool-2112-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 582419 WARN  (closeThreadPool-2112-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@70d78e25[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 582419 WARN  (closeThreadPool-2112-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@70d78e25[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 582424 WARN  (closeThreadPool-2112-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@23a248f5[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 582424 WARN  (closeThreadPool-2112-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@23a248f5[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 582424 INFO  (closeThreadPool-2112-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:62536/solr
   [junit4]   2> 582426 INFO  (closeThreadPool-2112-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 582431 INFO  (zkConnectionManagerCallback-2121-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 582431 INFO  (closeThreadPool-2112-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 582537 INFO  (closeThreadPool-2112-thread-1) [n:127.0.0.1:62612_     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 582541 INFO  (zkConnectionManagerCallback-2123-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 582544 INFO  (closeThreadPool-2112-thread-1) [n:127.0.0.1:62612_     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 582582 INFO  (closeThreadPool-2112-thread-1) [n:127.0.0.1:62612_     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 582584 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[8B5C5A498704412C]) [     ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J3/temp/solr.core.TestDynamicLoading_8B5C5A498704412C-001/shard-2-001 of type NRT for shard1
   [junit4]   2> 582587 INFO  (closeThreadPool-2112-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 582587 INFO  (closeThreadPool-2112-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 582587 INFO  (closeThreadPool-2112-thread-2) [     ] o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 363d5f2df3a8a28de40604320230664b9c793c16; jvm 12.0.2+10
   [junit4]   2> 582589 INFO  (closeThreadPool-2112-thread-2) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 582589 INFO  (closeThreadPool-2112-thread-2) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 582589 INFO  (closeThreadPool-2112-thread-2) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 582590 INFO  (closeThreadPool-2112-thread-2) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@5926ab0e{/,null,AVAILABLE}
   [junit4]   2> 582591 INFO  (closeThreadPool-2112-thread-2) [     ] o.e.j.s.AbstractConnector Started ServerConnector@75a92cd8{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:62619}
   [junit4]   2> 582591 INFO  (closeThreadPool-2112-thread-2) [     ] o.e.j.s.Server Started @582648ms
   [junit4]   2> 582591 INFO  (closeThreadPool-2112-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, solrconfig=solrconfig.xml, solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J3/temp/solr.core.TestDynamicLoading_8B5C5A498704412C-001/tempDir-001/jetty2, hostPort=62619, coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J3/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J3/temp/solr.core.TestDynamicLoading_8B5C5A498704412C-001/shard-2-001/cores}
   [junit4]   2> 582591 ERROR (closeThreadPool-2112-thread-2) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 582591 INFO  (closeThreadPool-2112-thread-2) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 582592 INFO  (closeThreadPool-2112-thread-2) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 9.0.0
   [junit4]   2> 582592 INFO  (closeThreadPool-2112-thread-2) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 582592 INFO  (closeThreadPool-2112-thread-2) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr
   [junit4]   2> 582592 INFO  (closeThreadPool-2112-thread-2) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-03-05T13:37:34.138091Z
   [junit4]   2> 582593 INFO  (closeThreadPool-2112-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 582598 INFO  (zkConnectionManagerCallback-2127-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 582598 INFO  (closeThreadPool-2112-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 582711 INFO  (closeThreadPool-2112-thread-2) [     ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 582711 INFO  (closeThreadPool-2112-thread-2) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J3/temp/solr.core.TestDynamicLoading_8B5C5A498704412C-001/shard-2-001/solr.xml
   [junit4]   2> 582715 INFO  (closeThreadPool-2112-thread-2) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@1027bd93, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 582729 INFO  (closeThreadPool-2112-thread-1) [n:127.0.0.1:62612_     ] o.a.s.c.ZkController Publish node=127.0.0.1:62612_ as DOWN
   [junit4]   2> 582734 INFO  (closeThreadPool-2112-thread-1) [n:127.0.0.1:62612_     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 582734 INFO  (closeThreadPool-2112-thread-1) [n:127.0.0.1:62612_     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:62612_
   [junit4]   2> 582743 INFO  (zkCallback-2095-thread-3) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 582743 INFO  (zkCallback-2110-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 582743 INFO  (zkCallback-2122-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 582758 INFO  (closeThreadPool-2112-thread-1) [n:127.0.0.1:62612_     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 582761 WARN  (closeThreadPool-2112-thread-1) [n:127.0.0.1:62612_     ] 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> 582815 INFO  (closeThreadPool-2112-thread-1) [n:127.0.0.1:62612_     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 582855 INFO  (closeThreadPool-2112-thread-1) [n:127.0.0.1:62612_     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1027bd93
   [junit4]   2> 582861 INFO  (closeThreadPool-2112-thread-2) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 582863 WARN  (closeThreadPool-2112-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@5d32cf49[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 582863 WARN  (closeThreadPool-2112-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@5d32cf49[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 582871 INFO  (closeThreadPool-2112-thread-1) [n:127.0.0.1:62612_     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1027bd93
   [junit4]   2> 582871 WARN  (closeThreadPool-2112-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@15cd6a6c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 582871 WARN  (closeThreadPool-2112-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@15cd6a6c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 582872 INFO  (closeThreadPool-2112-thread-2) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:62536/solr
   [junit4]   2> 582873 INFO  (closeThreadPool-2112-thread-1) [n:127.0.0.1:62612_     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1027bd93
   [junit4]   2> 582878 INFO  (closeThreadPool-2112-thread-1) [n:127.0.0.1:62612_     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J3/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J3/temp/solr.core.TestDynamicLoading_8B5C5A498704412C-001/shard-1-001/cores
   [junit4]   2> 582885 INFO  (closeThreadPool-2112-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 582889 INFO  (zkConnectionManagerCallback-2136-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 582892 INFO  (closeThreadPool-2112-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 582934 INFO  (closeThreadPool-2112-thread-1) [     ] o.a.s.c.AbstractFullDistribZkTestBase waitForLiveNode: 127.0.0.1:62612_
   [junit4]   2> 583004 INFO  (closeThreadPool-2112-thread-2) [n:127.0.0.1:62619_     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 583010 INFO  (zkConnectionManagerCallback-2138-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 583011 INFO  (closeThreadPool-2112-thread-2) [n:127.0.0.1:62619_     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 583040 INFO  (closeThreadPool-2112-thread-2) [n:127.0.0.1:62619_     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 583063 INFO  (closeThreadPool-2112-thread-2) [n:127.0.0.1:62619_     ] o.a.s.c.ZkController Publish node=127.0.0.1:62619_ as DOWN
   [junit4]   2> 583069 INFO  (closeThreadPool-2112-thread-2) [n:127.0.0.1:62619_     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 583069 INFO  (closeThreadPool-2112-thread-2) [n:127.0.0.1:62619_     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:62619_
   [junit4]   2> 583079 INFO  (zkCallback-2095-thread-3) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 583081 INFO  (zkCallback-2110-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 583081 INFO  (zkCallback-2122-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 583082 INFO  (zkCallback-2137-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 583095 INFO  (closeThreadPool-2112-thread-2) [n:127.0.0.1:62619_     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 583097 WARN  (closeThreadPool-2112-thread-2) [n:127.0.0.1:62619_     ] 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> 583128 INFO  (closeThreadPool-2112-thread-2) [n:127.0.0.1:62619_     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 583175 INFO  (closeThreadPool-2112-thread-2) [n:127.0.0.1:62619_     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1027bd93
   [junit4]   2> 583190 INFO  (closeThreadPool-2112-thread-2) [n:127.0.0.1:62619_     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1027bd93
   [junit4]   2> 583190 INFO  (closeThreadPool-2112-thread-2) [n:127.0.0.1:62619_     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1027bd93
   [junit4]   2> 583193 INFO  (closeThreadPool-2112-thread-2) [n:127.0.0.1:62619_     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J3/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J3/temp/solr.core.TestDynamicLoading_8B5C5A498704412C-001/shard-2-001/cores
   [junit4]   2> 583256 INFO  (closeThreadPool-2112-thread-2) [     ] o.a.s.c.AbstractFullDistribZkTestBase waitForLiveNode: 127.0.0.1:62619_
   [junit4]   2> 583286 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[8B5C5A498704412C]) [     ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J3/temp/solr.core.TestDynamicLoading_8B5C5A498704412C-001/shard-3-001 of type NRT for shard2
   [junit4]   2> 583286 INFO  (closeThreadPool-2112-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 583286 INFO  (closeThreadPool-2112-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 583286 INFO  (closeThreadPool-2112-thread-2) [     ] o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 363d5f2df3a8a28de40604320230664b9c793c16; jvm 12.0.2+10
   [junit4]   2> 583290 INFO  (closeThreadPool-2112-thread-2) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 583290 INFO  (closeThreadPool-2112-thread-2) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 583290 INFO  (closeThreadPool-2112-thread-2) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 583291 INFO  (closeThreadPool-2112-thread-2) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1db0220d{/,null,AVAILABLE}
   [junit4]   2> 583292 INFO  (closeThreadPool-2112-thread-2) [     ] o.e.j.s.AbstractConnector Started ServerConnector@3b1eb554{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:62632}
   [junit4]   2> 583293 INFO  (closeThreadPool-2112-thread-2) [     ] o.e.j.s.Server Started @583349ms
   [junit4]   2> 583293 INFO  (closeThreadPool-2112-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, solrconfig=solrconfig.xml, solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J3/temp/solr.core.TestDynamicLoading_8B5C5A498704412C-001/tempDir-001/jetty3, hostPort=62632, coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J3/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J3/temp/solr.core.TestDynamicLoading_8B5C5A498704412C-001/shard-3-001/cores, replicaType=NRT}
   [junit4]   2> 583295 ERROR (closeThreadPool-2112-thread-2) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 583295 INFO  (closeThreadPool-2112-thread-2) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 583295 INFO  (closeThreadPool-2112-thread-2) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 9.0.0
   [junit4]   2> 583295 INFO  (closeThreadPool-2112-thread-2) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 583295 INFO  (closeThreadPool-2112-thread-2) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr
   [junit4]   2> 583296 INFO  (closeThreadPool-2112-thread-2) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-03-05T13:37:34.842011Z
   [junit4]   2> 583297 INFO  (closeThreadPool-2112-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 583302 INFO  (zkConnectionManagerCallback-2144-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 583302 INFO  (closeThreadPool-2112-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 583412 INFO  (closeThreadPool-2112-thread-2) [     ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 583412 INFO  (closeThreadPool-2112-thread-2) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J3/temp/solr.core.TestDynamicLoading_8B5C5A498704412C-001/shard-3-001/solr.xml
   [junit4]   2> 583416 INFO  (closeThreadPool-2112-thread-2) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@1027bd93, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 583559 INFO  (OverseerCollectionConfigSetProcessor-72083807202312196-127.0.0.1:62552_-n_0000000000) [n:127.0.0.1:62552_     ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000002 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 583597 INFO  (closeThreadPool-2112-thread-2) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 583600 WARN  (closeThreadPool-2112-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@57eccac5[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 583601 WARN  (closeThreadPool-2112-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@57eccac5[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 583613 WARN  (closeThreadPool-2112-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@34f6822e[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 583613 WARN  (closeThreadPool-2112-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@34f6822e[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 583614 INFO  (closeThreadPool-2112-thread-2) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:62536/solr
   [junit4]   2> 583618 INFO  (closeThreadPool-2112-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 583623 INFO  (zkConnectionManagerCallback-2151-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 583624 INFO  (closeThreadPool-2112-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 583743 INFO  (closeThreadPool-2112-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 583748 INFO  (zkConnectionManagerCallback-2153-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 583749 INFO  (closeThreadPool-2112-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 583788 INFO  (closeThreadPool-2112-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 583827 INFO  (closeThreadPool-2112-thread-2) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:62632_ as DOWN
   [junit4]   2> 583836 INFO  (closeThreadPool-2112-thread-2) [     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 583836 INFO  (closeThreadPool-2112-thread-2) [     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:62632_
   [junit4]   2> 583849 INFO  (zkCallback-2122-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 583849 INFO  (zkCallback-2110-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 583849 INFO  (zkCallback-2137-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 583849 INFO  (zkCallback-2095-thread-3) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 583850 INFO  (zkCallback-2152-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 583868 INFO  (closeThreadPool-2112-thread-2) [     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 583873 WARN  (closeThreadPool-2112-thread-2) [     ] 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> 583904 INFO  (closeThreadPool-2112-thread-2) [     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 583950 INFO  (closeThreadPool-2112-thread-2) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1027bd93
   [junit4]   2> 583967 INFO  (closeThreadPool-2112-thread-2) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1027bd93
   [junit4]   2> 583967 INFO  (closeThreadPool-2112-thread-2) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1027bd93
   [junit4]   2> 583969 INFO  (closeThreadPool-2112-thread-2) [     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J3/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J3/temp/solr.core.TestDynamicLoading_8B5C5A498704412C-001/shard-3-001/cores
   [junit4]   2> 584035 INFO  (closeThreadPool-2112-thread-2) [     ] o.a.s.c.AbstractFullDistribZkTestBase waitForLiveNode: 127.0.0.1:62632_
   [junit4]   2> 584077 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[8B5C5A498704412C]) [     ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 4 in directory /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J3/temp/solr.core.TestDynamicLoading_8B5C5A498704412C-001/shard-4-001 of type NRT for shard1
   [junit4]   2> 584079 INFO  (closeThreadPool-2112-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 584079 INFO  (closeThreadPool-2112-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 584079 INFO  (closeThreadPool-2112-thread-2) [     ] o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 363d5f2df3a8a28de40604320230664b9c793c16; jvm 12.0.2+10
   [junit4]   2> 584102 INFO  (closeThreadPool-2112-thread-2) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 584102 INFO  (closeThreadPool-2112-thread-2) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 584102 INFO  (closeThreadPool-2112-thread-2) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 584108 INFO  (closeThreadPool-2112-thread-2) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@e5a462a{/,null,AVAILABLE}
   [junit4]   2> 584112 INFO  (closeThreadPool-2112-thread-2) [     ] o.e.j.s.AbstractConnector Started ServerConnector@3ab86d2f{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:62645}
   [junit4]   2> 584113 INFO  (closeThreadPool-2112-thread-2) [     ] o.e.j.s.Server Started @584170ms
   [junit4]   2> 584114 INFO  (closeThreadPool-2112-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, solrconfig=solrconfig.xml, solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J3/temp/solr.core.TestDynamicLoading_8B5C5A498704412C-001/tempDir-001/jetty4, hostPort=62645, coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J3/temp/solr.core.TestDynamicLoading_8B5C5A498704412C-001/shard-4-001/cores}
   [junit4]   2> 584114 ERROR (closeThreadPool-2112-thread-2) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 584114 INFO  (closeThreadPool-2112-thread-2) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 584114 INFO  (closeThreadPool-2112-thread-2) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 9.0.0
   [junit4]   2> 584114 INFO  (closeThreadPool-2112-thread-2) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 584114 INFO  (closeThreadPool-2112-thread-2) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr
   [junit4]   2> 584114 INFO  (closeThreadPool-2112-thread-2) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-03-05T13:37:35.660900Z
   [junit4]   2> 584118 INFO  (closeThreadPool-2112-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 584124 INFO  (zkConnectionManagerCallback-2159-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 584124 INFO  (closeThreadPool-2112-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 584234 INFO  (closeThreadPool-2112-thread-2) [     ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 584234 INFO  (closeThreadPool-2112-thread-2) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J3/temp/solr.core.TestDynamicLoading_8B5C5A498704412C-001/shard-4-001/solr.xml
   [junit4]   2> 584254 INFO  (closeThreadPool-2112-thread-2) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@1027bd93, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 584331 INFO  (closeThreadPool-2112-thread-2) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 584334 WARN  (closeThreadPool-2112-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@52b801c2[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 584334 WARN  (closeThreadPool-2112-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@52b801c2[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 584344 WARN  (closeThreadPool-2112-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@2273dc1c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 584344 WARN  (closeThreadPool-2112-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@2273dc1c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 584345 INFO  (closeThreadPool-2112-thread-2) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:62536/solr
   [junit4]   2> 584346 INFO  (closeThreadPool-2112-th

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

r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.s.ManagedIndexSchema Core core_node4 was interrupted waiting for schema version 2 to propagate to 1 replicas for collection .system
   [junit4]   2> 1585298 INFO  (qtp498231259-25976) [n:127.0.0.1:54577_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.s.ManagedIndexSchema Took 135768.0ms for 1 replicas to apply schema update version 2 for collection .system
   [junit4]   2> 1585298 INFO  (qtp498231259-25976) [n:127.0.0.1:54577_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.c.S.Request [.system_shard1_replica_n2]  webapp=/solr path=/schema params={wt=javabin&version=2} status=0 QTime=135920
   [junit4]   2> 1585298 INFO  (qtp498231259-25976) [n:127.0.0.1:54577_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.c.SolrCore [.system_shard1_replica_n2]  CLOSING SolrCore org.apache.solr.core.SolrCore@7d9d459a
   [junit4]   2> 1585298 WARN  (qtp498231259-25976) [n:127.0.0.1:54577_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.m.SolrMetricManager Interrupted while trying to obtain lock to modify reporters registry: solr.core..system.shard1.replica_n2
   [junit4]   2> 1585298 INFO  (qtp498231259-25976) [n:127.0.0.1:54577_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection..system.shard1.leader, tag=SolrCore@7d9d459a
   [junit4]   2> 1585299 INFO  (qtp498231259-25976) [n:127.0.0.1:54577_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter.close() .
   [junit4]   2> 1585299 INFO  (qtp498231259-25976) [n:127.0.0.1:54577_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@4565cdab commitCommandVersion:0
   [junit4]   2> 1585304 INFO  (SUITE-SystemCollectionCompatTest-seed#[8B5C5A498704412C]-worker) [     ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 1585526 WARN  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	7	/solr/clusterprops.json
   [junit4]   2> 	7	/solr/aliases.json
   [junit4]   2> 	5	/solr/collections/.system/terms/shard1
   [junit4]   2> 	4	/solr/configs/.system/managed-schema
   [junit4]   2> 	2	/solr/configs/.system
   [junit4]   2> 	2	/solr/packages.json
   [junit4]   2> 	2	/solr/security.json
   [junit4]   2> 	2	/solr/collections/.system/collectionprops.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	24	/solr/collections/.system/state.json
   [junit4]   2> 	7	/solr/clusterstate.json
   [junit4]   2> 	6	/solr/aliases.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	25	/solr/overseer/queue
   [junit4]   2> 	18	/solr/collections
   [junit4]   2> 	12	/solr/overseer/collection-queue-work
   [junit4]   2> 	10	/solr/live_nodes
   [junit4]   2> 
   [junit4]   2> 1585529 INFO  (SUITE-SystemCollectionCompatTest-seed#[8B5C5A498704412C]-worker) [     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:54571
   [junit4]   2> 1585529 INFO  (SUITE-SystemCollectionCompatTest-seed#[8B5C5A498704412C]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:54571
   [junit4]   2> 1585529 INFO  (SUITE-SystemCollectionCompatTest-seed#[8B5C5A498704412C]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 54571
   [junit4]   2> NOTE: leaving temporary files on disk at: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J4/temp/solr.cloud.SystemCollectionCompatTest_8B5C5A498704412C-001
   [junit4]   2> Mar 05, 2020 1:54:17 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene84): {id=BlockTreeOrds(blocksize=128), type=Lucene84}, docValues:{timestamp_l=DocValuesFormat(name=Lucene80), _version_=DocValuesFormat(name=Asserting), time_l=DocValuesFormat(name=Asserting), timestamp=DocValuesFormat(name=Asserting)}, maxPointsInLeafNode=134, maxMBSortInHeap=7.875299297333806, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@36bec0d9), locale=es-EA, timezone=Asia/Famagusta
   [junit4]   2> NOTE: Mac OS X 10.14.6 x86_64/AdoptOpenJDK 12.0.2 (64-bit)/cpus=6,threads=1,free=154603696,total=305659904
   [junit4]   2> NOTE: All tests run in this JVM: [CdcrBootstrapTest, TestManagedSchema, SearchRateTriggerIntegrationTest, DistribDocExpirationUpdateProcessorTest, TestTestInjection, CdcrWithNodesRestartsTest, MetricTriggerTest, TestElisionMultitermQuery, DebugComponentTest, TestConfigOverlay, CollectionsAPIDistributedZkTest, TestPerFieldSimilarity, UniqFieldsUpdateProcessorFactoryTest, TestCryptoKeys, SolrCloudExampleTest, SampleTest, TestHighlightDedupGrouping, ShardRoutingCustomTest, CoreAdminCreateDiscoverTest, BooleanFieldTest, ConjunctionSolrSpellCheckerTest, TestConfigReload, PingRequestHandlerTest, SolrIndexMetricsTest, TestJmxIntegration, DistributedTermsComponentTest, TestHttpServletCarrier, PeerSyncWithLeaderTest, TestSimLargeCluster, TestCloudSearcherWarming, QueryElevationComponentTest, AutoAddReplicasPlanActionTest, TestRequestForwarding, TestDynamicLoadingUrl, TestCoreDiscovery, TestManagedStopFilterFactory, TestUseDocValuesAsStored, TestWordDelimiterFilterFactory, CurrencyRangeFacetCloudTest, AliasIntegrationTest, ImplicitSnitchTest, ZookeeperStatusHandlerTest, HttpPartitionTest, TestBinaryResponseWriter, TestPivotHelperCode, LeaderFailoverAfterPartitionTest, DirectSolrConnectionTest, ProtectedTermFilterFactoryTest, DistributedQueryComponentCustomSortTest, TestSolrConfigHandlerCloud, TestEmbeddedSolrServerSchemaAPI, HLLUtilTest, DirectoryFactoryTest, TestFieldCacheReopen, WrapperMergePolicyFactoryTest, TestTermsQParserPlugin, DisMaxRequestHandlerTest, TestHdfsCloudBackupRestore, TestLRUStatsCacheCloud, PreAnalyzedUpdateProcessorTest, TestReRankQParserPlugin, TlogReplayBufferedWhileIndexingTest, SolrCoreTest, HdfsChaosMonkeySafeLeaderTest, TestLegacyFieldCache, BigEndianAscendingWordSerializerTest, DefaultValueUpdateProcessorTest, MaxSizeAutoCommitTest, RandomizedTaggerTest, TestInPlaceUpdateWithRouteField, SystemInfoHandlerTest, TestCloudManagedSchema, TestLegacyNumericRangeQueryBuilder, TestCloudPhrasesIdentificationComponent, NodeMutatorTest, JWTAuthPluginTest, SegmentsInfoRequestHandlerTest, DOMUtilTest, SpellCheckComponentTest, PrimitiveFieldTypeTest, OverseerRolesTest, TestNumericTokenStream, TermVectorComponentTest, TestMiniSolrCloudClusterSSL, TestComplexPhraseLeadingWildcard, TestRTimerTree, MetricsHistoryIntegrationTest, TestFoldingMultitermQuery, TestSolrDeletionPolicy1, SystemCollectionCompatTest]
   [junit4] Completed [543/905 (2!)] on J4 in 139.43s, 1 test, 1 error <<< FAILURES!

[...truncated 53915 lines...]
[repro] Jenkins log URL: https://jenkins.thetaphi.de/job/Lucene-Solr-master-MacOSX/5743/consoleText

[repro] Revision: 74b9ba396c670cff7b738563475a92b8051f6690

[repro] Ant options: "-Dargs=-XX:+UseCompressedOops -XX:+UseParallelGC"
[repro] Repro line:  ant test  -Dtestcase=TestDynamicLoading -Dtests.method=testDynamicLoading -Dtests.seed=8B5C5A498704412C -Dtests.slow=true -Dtests.locale=dsb -Dtests.timezone=Europe/Astrakhan -Dtests.asserts=true -Dtests.file.encoding=UTF-8

[repro] Encountered IncompleteRead exception, pausing and then retrying...
[repro] Jenkins log URL: https://jenkins.thetaphi.de/job/Lucene-Solr-master-MacOSX/5743/consoleText

[repro] Revision: 74b9ba396c670cff7b738563475a92b8051f6690

[repro] Ant options: "-Dargs=-XX:+UseCompressedOops -XX:+UseParallelGC"
[repro] Repro line:  ant test  -Dtestcase=TestDynamicLoading -Dtests.method=testDynamicLoading -Dtests.seed=8B5C5A498704412C -Dtests.slow=true -Dtests.locale=dsb -Dtests.timezone=Europe/Astrakhan -Dtests.asserts=true -Dtests.file.encoding=UTF-8

[repro] Encountered IncompleteRead exception, pausing and then retrying...
[repro] Jenkins log URL: https://jenkins.thetaphi.de/job/Lucene-Solr-master-MacOSX/5743/consoleText

[repro] Revision: 74b9ba396c670cff7b738563475a92b8051f6690

[repro] Ant options: "-Dargs=-XX:+UseCompressedOops -XX:+UseParallelGC"
[repro] Repro line:  ant test  -Dtestcase=TestDynamicLoading -Dtests.method=testDynamicLoading -Dtests.seed=8B5C5A498704412C -Dtests.slow=true -Dtests.locale=dsb -Dtests.timezone=Europe/Astrakhan -Dtests.asserts=true -Dtests.file.encoding=UTF-8

[repro] Encountered IncompleteRead exception, aborting after too many retries.

[...truncated 52 lines...]
    raise RuntimeError('ERROR: fetching %s : %s' % (url, e))
RuntimeError: ERROR: fetching https://jenkins.thetaphi.de/job/Lucene-Solr-master-MacOSX/5743/consoleText : IncompleteRead(0 bytes read)
Build step 'Execute shell' marked build as failure
Archiving artifacts
Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
[WARNINGS] Skipping publisher since build result is FAILURE
Recording test results
Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2

[JENKINS] Lucene-Solr-master-MacOSX (64bit/jdk-13.0.2) - Build # 5742 - Failure!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-MacOSX/5742/
Java: 64bit/jdk-13.0.2 -XX:+UseCompressedOops -XX:+UseSerialGC

5 tests failed.
FAILED:  org.apache.solr.client.solrj.io.sql.JdbcTest.testJDBCUrlParameters

Error Message:
java.sql.SQLException: java.io.IOException: --> http://127.0.0.1:56037/solr/collection1_collection_shard1_replica_n1/:Failed to execute sqlQuery 'select a_s, sum(a_f) from collection1 group by a_s order by sum(a_f) desc' against JDBC connection 'jdbc:calcitesolr:'. Error while executing SQL "select a_s, sum(a_f) from collection1 group by a_s order by sum(a_f) desc": java.io.IOException: org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[http://127.0.0.1:56037/solr/collection1, http://127.0.0.1:56038/solr/collection1]

Stack Trace:
java.sql.SQLException: java.sql.SQLException: java.io.IOException: --> http://127.0.0.1:56037/solr/collection1_collection_shard1_replica_n1/:Failed to execute sqlQuery 'select a_s, sum(a_f) from collection1 group by a_s order by sum(a_f) desc' against JDBC connection 'jdbc:calcitesolr:'.
Error while executing SQL "select a_s, sum(a_f) from collection1 group by a_s order by sum(a_f) desc": java.io.IOException: org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[http://127.0.0.1:56037/solr/collection1, http://127.0.0.1:56038/solr/collection1]
	at __randomizedtesting.SeedInfo.seed([DB3DA09B2E8A10D0:1CD8506B7A0371CE]:0)
	at org.apache.solr.client.solrj.io.sql.StatementImpl.executeQueryImpl(StatementImpl.java:74)
	at org.apache.solr.client.solrj.io.sql.StatementImpl.executeQuery(StatementImpl.java:111)
	at org.apache.solr.client.solrj.io.sql.JdbcTest.testJDBCUrlParameters(JdbcTest.java:338)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:567)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	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 com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	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 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 com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:830)
Caused by: java.sql.SQLException: java.io.IOException: --> http://127.0.0.1:56037/solr/collection1_collection_shard1_replica_n1/:Failed to execute sqlQuery 'select a_s, sum(a_f) from collection1 group by a_s order by sum(a_f) desc' against JDBC connection 'jdbc:calcitesolr:'.
Error while executing SQL "select a_s, sum(a_f) from collection1 group by a_s order by sum(a_f) desc": java.io.IOException: org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[http://127.0.0.1:56037/solr/collection1, http://127.0.0.1:56038/solr/collection1]
	at org.apache.solr.client.solrj.io.sql.ResultSetImpl.<init>(ResultSetImpl.java:83)
	at org.apache.solr.client.solrj.io.sql.StatementImpl.executeQueryImpl(StatementImpl.java:71)
	... 41 more
Caused by: java.io.IOException: --> http://127.0.0.1:56037/solr/collection1_collection_shard1_replica_n1/:Failed to execute sqlQuery 'select a_s, sum(a_f) from collection1 group by a_s order by sum(a_f) desc' against JDBC connection 'jdbc:calcitesolr:'.
Error while executing SQL "select a_s, sum(a_f) from collection1 group by a_s order by sum(a_f) desc": java.io.IOException: org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[http://127.0.0.1:56037/solr/collection1, http://127.0.0.1:56038/solr/collection1]
	at org.apache.solr.client.solrj.io.stream.SolrStream.read(SolrStream.java:229)
	at org.apache.solr.client.solrj.io.stream.PushBackStream.read(PushBackStream.java:88)
	at org.apache.solr.client.solrj.io.sql.ResultSetImpl.<init>(ResultSetImpl.java:73)
	... 42 more


FAILED:  org.apache.solr.client.solrj.io.sql.JdbcTest.testFacetAggregation

Error Message:
java.sql.SQLException: java.io.IOException: --> http://127.0.0.1:56038/solr/collection1_collection_shard2_replica_n2/:Failed to execute sqlQuery 'select a_s, sum(a_f) from collection1 group by a_s order by sum(a_f) desc' against JDBC connection 'jdbc:calcitesolr:'. Error while executing SQL "select a_s, sum(a_f) from collection1 group by a_s order by sum(a_f) desc": java.io.IOException: org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[]

Stack Trace:
java.sql.SQLException: java.sql.SQLException: java.io.IOException: --> http://127.0.0.1:56038/solr/collection1_collection_shard2_replica_n2/:Failed to execute sqlQuery 'select a_s, sum(a_f) from collection1 group by a_s order by sum(a_f) desc' against JDBC connection 'jdbc:calcitesolr:'.
Error while executing SQL "select a_s, sum(a_f) from collection1 group by a_s order by sum(a_f) desc": java.io.IOException: org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[]
	at __randomizedtesting.SeedInfo.seed([DB3DA09B2E8A10D0:F86084BEEF7781DB]:0)
	at org.apache.solr.client.solrj.io.sql.StatementImpl.executeQueryImpl(StatementImpl.java:74)
	at org.apache.solr.client.solrj.io.sql.StatementImpl.executeQuery(StatementImpl.java:111)
	at org.apache.solr.client.solrj.io.sql.JdbcTest.testFacetAggregation(JdbcTest.java:209)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:567)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	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 com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	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 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 com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:830)
Caused by: java.sql.SQLException: java.io.IOException: --> http://127.0.0.1:56038/solr/collection1_collection_shard2_replica_n2/:Failed to execute sqlQuery 'select a_s, sum(a_f) from collection1 group by a_s order by sum(a_f) desc' against JDBC connection 'jdbc:calcitesolr:'.
Error while executing SQL "select a_s, sum(a_f) from collection1 group by a_s order by sum(a_f) desc": java.io.IOException: org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[]
	at org.apache.solr.client.solrj.io.sql.ResultSetImpl.<init>(ResultSetImpl.java:83)
	at org.apache.solr.client.solrj.io.sql.StatementImpl.executeQueryImpl(StatementImpl.java:71)
	... 41 more
Caused by: java.io.IOException: --> http://127.0.0.1:56038/solr/collection1_collection_shard2_replica_n2/:Failed to execute sqlQuery 'select a_s, sum(a_f) from collection1 group by a_s order by sum(a_f) desc' against JDBC connection 'jdbc:calcitesolr:'.
Error while executing SQL "select a_s, sum(a_f) from collection1 group by a_s order by sum(a_f) desc": java.io.IOException: org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[]
	at org.apache.solr.client.solrj.io.stream.SolrStream.read(SolrStream.java:229)
	at org.apache.solr.client.solrj.io.stream.PushBackStream.read(PushBackStream.java:88)
	at org.apache.solr.client.solrj.io.sql.ResultSetImpl.<init>(ResultSetImpl.java:73)
	... 42 more


FAILED:  org.apache.solr.client.solrj.io.sql.JdbcTest.testJDBCPropertiesParameters

Error Message:
java.sql.SQLException: java.io.IOException: --> http://127.0.0.1:56037/solr/collection1_collection_shard1_replica_n1/:Failed to execute sqlQuery 'select a_s, sum(a_f) from collection1 group by a_s order by sum(a_f) desc' against JDBC connection 'jdbc:calcitesolr:'. Error while executing SQL "select a_s, sum(a_f) from collection1 group by a_s order by sum(a_f) desc": java.io.IOException: org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[http://127.0.0.1:56037/solr/collection1, http://127.0.0.1:56038/solr/collection1]

Stack Trace:
java.sql.SQLException: java.sql.SQLException: java.io.IOException: --> http://127.0.0.1:56037/solr/collection1_collection_shard1_replica_n1/:Failed to execute sqlQuery 'select a_s, sum(a_f) from collection1 group by a_s order by sum(a_f) desc' against JDBC connection 'jdbc:calcitesolr:'.
Error while executing SQL "select a_s, sum(a_f) from collection1 group by a_s order by sum(a_f) desc": java.io.IOException: org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[http://127.0.0.1:56037/solr/collection1, http://127.0.0.1:56038/solr/collection1]
	at __randomizedtesting.SeedInfo.seed([DB3DA09B2E8A10D0:AE427AB06DCFA402]:0)
	at org.apache.solr.client.solrj.io.sql.StatementImpl.executeQueryImpl(StatementImpl.java:74)
	at org.apache.solr.client.solrj.io.sql.StatementImpl.executeQuery(StatementImpl.java:111)
	at org.apache.solr.client.solrj.io.sql.JdbcTest.testJDBCPropertiesParameters(JdbcTest.java:388)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:567)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	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 com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	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 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 com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:830)
Caused by: java.sql.SQLException: java.io.IOException: --> http://127.0.0.1:56037/solr/collection1_collection_shard1_replica_n1/:Failed to execute sqlQuery 'select a_s, sum(a_f) from collection1 group by a_s order by sum(a_f) desc' against JDBC connection 'jdbc:calcitesolr:'.
Error while executing SQL "select a_s, sum(a_f) from collection1 group by a_s order by sum(a_f) desc": java.io.IOException: org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[http://127.0.0.1:56037/solr/collection1, http://127.0.0.1:56038/solr/collection1]
	at org.apache.solr.client.solrj.io.sql.ResultSetImpl.<init>(ResultSetImpl.java:83)
	at org.apache.solr.client.solrj.io.sql.StatementImpl.executeQueryImpl(StatementImpl.java:71)
	... 41 more
Caused by: java.io.IOException: --> http://127.0.0.1:56037/solr/collection1_collection_shard1_replica_n1/:Failed to execute sqlQuery 'select a_s, sum(a_f) from collection1 group by a_s order by sum(a_f) desc' against JDBC connection 'jdbc:calcitesolr:'.
Error while executing SQL "select a_s, sum(a_f) from collection1 group by a_s order by sum(a_f) desc": java.io.IOException: org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[http://127.0.0.1:56037/solr/collection1, http://127.0.0.1:56038/solr/collection1]
	at org.apache.solr.client.solrj.io.stream.SolrStream.read(SolrStream.java:229)
	at org.apache.solr.client.solrj.io.stream.PushBackStream.read(PushBackStream.java:88)
	at org.apache.solr.client.solrj.io.sql.ResultSetImpl.<init>(ResultSetImpl.java:73)
	... 42 more


FAILED:  junit.framework.TestSuite.org.apache.solr.client.solrj.io.sql.JdbcTest

Error Message:
13 threads leaked from SUITE scope at org.apache.solr.client.solrj.io.sql.JdbcTest:     1) Thread[id=700, name=qtp183705559-700, state=RUNNABLE, group=TGRP-JdbcTest]         at app//org.apache.solr.search.DocSetCollector.getDocSet(DocSetCollector.java:84)         at app//org.apache.solr.search.DocSetUtil.getDocSet(DocSetUtil.java:83)         at app//org.apache.solr.search.SolrIndexSearcher.getDocListAndSetNC(SolrIndexSearcher.java:1705)         at app//org.apache.solr.search.SolrIndexSearcher.getDocListC(SolrIndexSearcher.java:1433)         at app//org.apache.solr.search.SolrIndexSearcher.search(SolrIndexSearcher.java:584)         at app//org.apache.solr.handler.component.QueryComponent.doProcessUngroupedSearch(QueryComponent.java:1487)         at app//org.apache.solr.handler.component.QueryComponent.process(QueryComponent.java:399)         at app//org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:328)         at app//org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:209)         at app//org.apache.solr.core.SolrCore.execute(SolrCore.java:2582)         at app//org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:802)         at app//org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:579)         at app//org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:420)         at app//org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:352)         at app//org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)         at app//org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)         at app//org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)         at app//org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545)         at app//org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)         at app//org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1607)         at app//org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)         at app//org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1297)         at app//org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)         at app//org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)         at app//org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1577)         at app//org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)         at app//org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1212)         at app//org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)         at app//org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)         at app//org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)         at app//org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:717)         at app//org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)         at app//org.eclipse.jetty.server.Server.handle(Server.java:500)         at app//org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)         at app//org.eclipse.jetty.server.HttpChannel$$Lambda$664/0x0000000801187840.dispatch(Unknown Source)         at app//org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)         at app//org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)         at app//org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)         at app//org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)         at app//org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)         at java.base@13.0.2/java.lang.Thread.run(Thread.java:830)    2) Thread[id=937, name=qtp469639568-937, state=RUNNABLE, group=TGRP-JdbcTest]         at app//org.apache.solr.search.DocSetCollector.getDocSet(DocSetCollector.java:90)         at app//org.apache.solr.search.DocSetUtil.getDocSet(DocSetUtil.java:83)         at app//org.apache.solr.search.SolrIndexSearcher.getDocListAndSetNC(SolrIndexSearcher.java:1705)         at app//org.apache.solr.search.SolrIndexSearcher.getDocListC(SolrIndexSearcher.java:1433)         at app//org.apache.solr.search.SolrIndexSearcher.search(SolrIndexSearcher.java:584)         at app//org.apache.solr.handler.component.QueryComponent.doProcessUngroupedSearch(QueryComponent.java:1487)         at app//org.apache.solr.handler.component.QueryComponent.process(QueryComponent.java:399)         at app//org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:328)         at app//org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:209)         at app//org.apache.solr.core.SolrCore.execute(SolrCore.java:2582)         at app//org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:802)         at app//org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:579)         at app//org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:420)         at app//org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:352)         at app//org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)         at app//org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)         at app//org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)         at app//org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545)         at app//org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)         at app//org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1607)         at app//org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)         at app//org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1297)         at app//org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)         at app//org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)         at app//org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1577)         at app//org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)         at app//org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1212)         at app//org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)         at app//org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)         at app//org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)         at app//org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:717)         at app//org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)         at app//org.eclipse.jetty.server.Server.handle(Server.java:500)         at app//org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)         at app//org.eclipse.jetty.server.HttpChannel$$Lambda$664/0x0000000801187840.dispatch(Unknown Source)         at app//org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)         at app//org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)         at app//org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)         at app//org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)         at app//org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)         at java.base@13.0.2/java.lang.Thread.run(Thread.java:830)    3) Thread[id=697, name=qtp183705559-697, state=RUNNABLE, group=TGRP-JdbcTest]         at app//org.apache.solr.search.DocSetCollector.getDocSet(DocSetCollector.java:84)         at app//org.apache.solr.search.DocSetUtil.getDocSet(DocSetUtil.java:83)         at app//org.apache.solr.search.SolrIndexSearcher.getDocListAndSetNC(SolrIndexSearcher.java:1705)         at app//org.apache.solr.search.SolrIndexSearcher.getDocListC(SolrIndexSearcher.java:1433)         at app//org.apache.solr.search.SolrIndexSearcher.search(SolrIndexSearcher.java:584)         at app//org.apache.solr.handler.component.QueryComponent.doProcessUngroupedSearch(QueryComponent.java:1487)         at app//org.apache.solr.handler.component.QueryComponent.process(QueryComponent.java:399)         at app//org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:328)         at app//org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:209)         at app//org.apache.solr.core.SolrCore.execute(SolrCore.java:2582)         at app//org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:802)         at app//org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:579)         at app//org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:420)         at app//org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:352)         at app//org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)         at app//org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)         at app//org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)         at app//org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545)         at app//org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)         at app//org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1607)         at app//org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)         at app//org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1297)         at app//org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)         at app//org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)         at app//org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1577)         at app//org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)         at app//org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1212)         at app//org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)         at app//org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)         at app//org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)         at app//org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:717)         at app//org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)         at app//org.eclipse.jetty.server.Server.handle(Server.java:500)         at app//org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)         at app//org.eclipse.jetty.server.HttpChannel$$Lambda$664/0x0000000801187840.dispatch(Unknown Source)         at app//org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)         at app//org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)         at app//org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)         at app//org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)         at app//org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)         at java.base@13.0.2/java.lang.Thread.run(Thread.java:830)    4) Thread[id=703, name=qtp469639568-703, state=RUNNABLE, group=TGRP-JdbcTest]         at app//org.apache.solr.search.DocSet.<clinit>(DocSet.java:118)         at app//org.apache.solr.search.DocSetCollector.getDocSet(DocSetCollector.java:90)         at app//org.apache.solr.search.DocSetUtil.getDocSet(DocSetUtil.java:83)         at app//org.apache.solr.search.SolrIndexSearcher.getDocListAndSetNC(SolrIndexSearcher.java:1705)         at app//org.apache.solr.search.SolrIndexSearcher.getDocListC(SolrIndexSearcher.java:1433)         at app//org.apache.solr.search.SolrIndexSearcher.search(SolrIndexSearcher.java:584)         at app//org.apache.solr.handler.component.QueryComponent.doProcessUngroupedSearch(QueryComponent.java:1487)         at app//org.apache.solr.handler.component.QueryComponent.process(QueryComponent.java:399)         at app//org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:328)         at app//org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:209)         at app//org.apache.solr.core.SolrCore.execute(SolrCore.java:2582)         at app//org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:802)         at app//org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:579)         at app//org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:420)         at app//org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:352)         at app//org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)         at app//org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)         at app//org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)         at app//org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545)         at app//org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)         at app//org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1607)         at app//org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)         at app//org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1297)         at app//org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)         at app//org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)         at app//org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1577)         at app//org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)         at app//org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1212)         at app//org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)         at app//org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)         at app//org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)         at app//org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:717)         at app//org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)         at app//org.eclipse.jetty.server.Server.handle(Server.java:500)         at app//org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)         at app//org.eclipse.jetty.server.HttpChannel$$Lambda$664/0x0000000801187840.dispatch(Unknown Source)         at app//org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)         at app//org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)         at app//org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)         at app//org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)         at app//org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)         at java.base@13.0.2/java.lang.Thread.run(Thread.java:830)    5) Thread[id=702, name=qtp183705559-702, state=RUNNABLE, group=TGRP-JdbcTest]         at app//org.apache.solr.search.DocSetCollector.getDocSet(DocSetCollector.java:84)         at app//org.apache.solr.search.DocSetUtil.getDocSet(DocSetUtil.java:83)         at app//org.apache.solr.search.SolrIndexSearcher.getDocListAndSetNC(SolrIndexSearcher.java:1705)         at app//org.apache.solr.search.SolrIndexSearcher.getDocListC(SolrIndexSearcher.java:1433)         at app//org.apache.solr.search.SolrIndexSearcher.search(SolrIndexSearcher.java:584)         at app//org.apache.solr.handler.component.QueryComponent.doProcessUngroupedSearch(QueryComponent.java:1487)         at app//org.apache.solr.handler.component.QueryComponent.process(QueryComponent.java:399)         at app//org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:328)         at app//org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:209)         at app//org.apache.solr.core.SolrCore.execute(SolrCore.java:2582)         at app//org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:802)         at app//org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:579)         at app//org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:420)         at app//org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:352)         at app//org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)         at app//org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)         at app//org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)         at app//org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545)         at app//org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)         at app//org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1607)         at app//org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)         at app//org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1297)         at app//org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)         at app//org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)         at app//org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1577)         at app//org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)         at app//org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1212)         at app//org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)         at app//org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)         at app//org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)         at app//org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:717)         at app//org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)         at app//org.eclipse.jetty.server.Server.handle(Server.java:500)         at app//org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)         at app//org.eclipse.jetty.server.HttpChannel$$Lambda$664/0x0000000801187840.dispatch(Unknown Source)         at app//org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)         at app//org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)         at app//org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)         at app//org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)         at app//org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)         at java.base@13.0.2/java.lang.Thread.run(Thread.java:830)    6) Thread[id=704, name=qtp469639568-704, state=RUNNABLE, group=TGRP-JdbcTest]         at app//org.apache.solr.search.DocSetCollector.getDocSet(DocSetCollector.java:90)         at app//org.apache.solr.search.DocSetUtil.getDocSet(DocSetUtil.java:83)         at app//org.apache.solr.search.SolrIndexSearcher.getDocListAndSetNC(SolrIndexSearcher.java:1705)         at app//org.apache.solr.search.SolrIndexSearcher.getDocListC(SolrIndexSearcher.java:1433)         at app//org.apache.solr.search.SolrIndexSearcher.search(SolrIndexSearcher.java:584)         at app//org.apache.solr.handler.component.QueryComponent.doProcessUngroupedSearch(QueryComponent.java:1487)         at app//org.apache.solr.handler.component.QueryComponent.process(QueryComponent.java:399)         at app//org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:328)         at app//org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:209)         at app//org.apache.solr.core.SolrCore.execute(SolrCore.java:2582)         at app//org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:802)         at app//org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:579)         at app//org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:420)         at app//org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:352)         at app//org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)         at app//org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)         at app//org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)         at app//org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545)         at app//org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)         at app//org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1607)         at app//org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)         at app//org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1297)         at app//org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)         at app//org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)         at app//org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1577)         at app//org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)         at app//org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1212)         at app//org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)         at app//org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)         at app//org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)         at app//org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:717)         at app//org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)         at app//org.eclipse.jetty.server.Server.handle(Server.java:500)         at app//org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)         at app//org.eclipse.jetty.server.HttpChannel$$Lambda$664/0x0000000801187840.dispatch(Unknown Source)         at app//org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)         at app//org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)         at app//org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)         at app//org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)         at app//org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)         at java.base@13.0.2/java.lang.Thread.run(Thread.java:830)    7) Thread[id=891, name=qtp183705559-891, state=RUNNABLE, group=TGRP-JdbcTest]         at app//org.apache.solr.search.DocSetCollector.getDocSet(DocSetCollector.java:84)         at app//org.apache.solr.search.DocSetUtil.getDocSet(DocSetUtil.java:83)         at app//org.apache.solr.search.SolrIndexSearcher.getDocListAndSetNC(SolrIndexSearcher.java:1705)         at app//org.apache.solr.search.SolrIndexSearcher.getDocListC(SolrIndexSearcher.java:1433)         at app//org.apache.solr.search.SolrIndexSearcher.search(SolrIndexSearcher.java:584)         at app//org.apache.solr.handler.component.QueryComponent.doProcessUngroupedSearch(QueryComponent.java:1487)         at app//org.apache.solr.handler.component.QueryComponent.process(QueryComponent.java:399)         at app//org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:328)         at app//org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:209)         at app//org.apache.solr.core.SolrCore.execute(SolrCore.java:2582)         at app//org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:802)         at app//org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:579)         at app//org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:420)         at app//org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:352)         at app//org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)         at app//org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)         at app//org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)         at app//org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545)         at app//org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)         at app//org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1607)         at app//org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)         at app//org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1297)         at app//org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)         at app//org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)         at app//org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1577)         at app//org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)         at app//org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1212)         at app//org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)         at app//org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)         at app//org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)         at app//org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:717)         at app//org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)         at app//org.eclipse.jetty.server.Server.handle(Server.java:500)         at app//org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)         at app//org.eclipse.jetty.server.HttpChannel$$Lambda$664/0x0000000801187840.dispatch(Unknown Source)         at app//org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)         at app//org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)         at app//org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)         at app//org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)         at app//org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)         at java.base@13.0.2/java.lang.Thread.run(Thread.java:830)    8) Thread[id=1139, name=qtp183705559-1139, state=RUNNABLE, group=TGRP-JdbcTest]         at app//org.apache.solr.search.DocSetCollector.getDocSet(DocSetCollector.java:84)         at app//org.apache.solr.search.DocSetUtil.getDocSet(DocSetUtil.java:83)         at app//org.apache.solr.search.SolrIndexSearcher.getDocListAndSetNC(SolrIndexSearcher.java:1705)         at app//org.apache.solr.search.SolrIndexSearcher.getDocListC(SolrIndexSearcher.java:1433)         at app//org.apache.solr.search.SolrIndexSearcher.search(SolrIndexSearcher.java:584)         at app//org.apache.solr.handler.component.QueryComponent.doProcessUngroupedSearch(QueryComponent.java:1487)         at app//org.apache.solr.handler.component.QueryComponent.process(QueryComponent.java:399)         at app//org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:328)         at app//org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:209)         at app//org.apache.solr.core.SolrCore.execute(SolrCore.java:2582)         at app//org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:802)         at app//org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:579)         at app//org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:420)         at app//org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:352)         at app//org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)         at app//org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)         at app//org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)         at app//org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545)         at app//org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)         at app//org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1607)         at app//org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)         at app//org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1297)         at app//org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)         at app//org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)         at app//org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1577)         at app//org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)         at app//org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1212)         at app//org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)         at app//org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)         at app//org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)         at app//org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:717)         at app//org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)         at app//org.eclipse.jetty.server.Server.handle(Server.java:500)         at app//org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)         at app//org.eclipse.jetty.server.HttpChannel$$Lambda$664/0x0000000801187840.dispatch(Unknown Source)         at app//org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)         at app//org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)         at app//org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)         at app//org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)         at app//org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)         at java.base@13.0.2/java.lang.Thread.run(Thread.java:830)    9) Thread[id=1118, name=qtp469639568-1118, state=RUNNABLE, group=TGRP-JdbcTest]         at app//org.apache.solr.search.DocSetCollector.getDocSet(DocSetCollector.java:90)         at app//org.apache.solr.search.DocSetUtil.getDocSet(DocSetUtil.java:83)         at app//org.apache.solr.search.SolrIndexSearcher.getDocListAndSetNC(SolrIndexSearcher.java:1705)         at app//org.apache.solr.search.SolrIndexSearcher.getDocListC(SolrIndexSearcher.java:1433)         at app//org.apache.solr.search.SolrIndexSearcher.search(SolrIndexSearcher.java:584)         at app//org.apache.solr.handler.component.QueryComponent.doProcessUngroupedSearch(QueryComponent.java:1487)         at app//org.apache.solr.handler.component.QueryComponent.process(QueryComponent.java:399)         at app//org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:328)         at app//org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:209)         at app//org.apache.solr.core.SolrCore.execute(SolrCore.java:2582)         at app//org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:802)         at app//org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:579)         at app//org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:420)         at app//org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:352)         at app//org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)         at app//org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)         at app//org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)         at app//org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545)         at app//org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)         at app//org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1607)         at app//org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)         at app//org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1297)         at app//org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)         at app//org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)         at app//org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1577)         at app//org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)         at app//org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1212)         at app//org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)         at app//org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)         at app//org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)         at app//org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:717)         at app//org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)         at app//org.eclipse.jetty.server.Server.handle(Server.java:500)         at app//org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)         at app//org.eclipse.jetty.server.HttpChannel$$Lambda$664/0x0000000801187840.dispatch(Unknown Source)         at app//org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)         at app//org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)         at app//org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)         at app//org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)         at app//org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)         at java.base@13.0.2/java.lang.Thread.run(Thread.java:830)   10) Thread[id=847, name=qtp183705559-847, state=RUNNABLE, group=TGRP-JdbcTest]         at app//org.apache.solr.search.DocSetCollector.getDocSet(DocSetCollector.java:84)         at app//org.apache.solr.search.DocSetUtil.getDocSet(DocSetUtil.java:83)         at app//org.apache.solr.search.SolrIndexSearcher.getDocListAndSetNC(SolrIndexSearcher.java:1705)         at app//org.apache.solr.search.SolrIndexSearcher.getDocListC(SolrIndexSearcher.java:1433)         at app//org.apache.solr.search.SolrIndexSearcher.search(SolrIndexSearcher.java:584)         at app//org.apache.solr.handler.component.QueryComponent.doProcessUngroupedSearch(QueryComponent.java:1487)         at app//org.apache.solr.handler.component.QueryComponent.process(QueryComponent.java:399)         at app//org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:328)         at app//org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:209)         at app//org.apache.solr.core.SolrCore.execute(SolrCore.java:2582)         at app//org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:802)         at app//org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:579)         at app//org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:420)         at app//org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:352)         at app//org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)         at app//org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)         at app//org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)         at app//org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545)         at app//org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)         at app//org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1607)         at app//org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)         at app//org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1297)         at app//org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)         at app//org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)         at app//org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1577)         at app//org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)         at app//org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1212)         at app//org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)         at app//org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)         at app//org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)         at app//org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:717)         at app//org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)         at app//org.eclipse.jetty.server.Server.handle(Server.java:500)         at app//org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)         at app//org.eclipse.jetty.server.HttpChannel$$Lambda$664/0x0000000801187840.dispatch(Unknown Source)         at app//org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)         at app//org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)         at app//org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)         at app//org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)         at app//org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)         at java.base@13.0.2/java.lang.Thread.run(Thread.java:830)   11) Thread[id=838, name=aliveCheckExecutor-361-thread-1, state=TIMED_WAITING, group=TGRP-JdbcTest]         at java.base@13.0.2/jdk.internal.misc.Unsafe.park(Native Method)         at java.base@13.0.2/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:235)         at java.base@13.0.2/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2123)         at java.base@13.0.2/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1182)         at java.base@13.0.2/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:899)         at java.base@13.0.2/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)         at java.base@13.0.2/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)         at java.base@13.0.2/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)         at java.base@13.0.2/java.lang.Thread.run(Thread.java:830)   12) Thread[id=1176, name=qtp469639568-1176, state=RUNNABLE, group=TGRP-JdbcTest]         at app//org.apache.solr.search.DocSetCollector.getDocSet(DocSetCollector.java:90)         at app//org.apache.solr.search.DocSetUtil.getDocSet(DocSetUtil.java:83)         at app//org.apache.solr.search.SolrIndexSearcher.getDocListAndSetNC(SolrIndexSearcher.java:1705)         at app//org.apache.solr.search.SolrIndexSearcher.getDocListC(SolrIndexSearcher.java:1433)         at app//org.apache.solr.search.SolrIndexSearcher.search(SolrIndexSearcher.java:584)         at app//org.apache.solr.handler.component.QueryComponent.doProcessUngroupedSearch(QueryComponent.java:1487)         at app//org.apache.solr.handler.component.QueryComponent.process(QueryComponent.java:399)         at app//org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:328)         at app//org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:209)         at app//org.apache.solr.core.SolrCore.execute(SolrCore.java:2582)         at app//org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:802)         at app//org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:579)         at app//org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:420)         at app//org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:352)         at app//org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)         at app//org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)         at app//org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)         at app//org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545)         at app//org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)         at app//org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1607)         at app//org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)         at app//org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1297)         at app//org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)         at app//org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)         at app//org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1577)         at app//org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)         at app//org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1212)         at app//org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)         at app//org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)         at app//org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)         at app//org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:717)         at app//org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)         at app//org.eclipse.jetty.server.Server.handle(Server.java:500)         at app//org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)         at app//org.eclipse.jetty.server.HttpChannel$$Lambda$664/0x0000000801187840.dispatch(Unknown Source)         at app//org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)         at app//org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)         at app//org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)         at app//org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)         at app//org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)         at java.base@13.0.2/java.lang.Thread.run(Thread.java:830)   13) Thread[id=706, name=qtp469639568-706, state=RUNNABLE, group=TGRP-JdbcTest]         at app//org.apache.solr.search.DocSetCollector.getDocSet(DocSetCollector.java:90)         at app//org.apache.solr.search.DocSetUtil.getDocSet(DocSetUtil.java:83)         at app//org.apache.solr.search.SolrIndexSearcher.getDocListAndSetNC(SolrIndexSearcher.java:1705)         at app//org.apache.solr.search.SolrIndexSearcher.getDocListC(SolrIndexSearcher.java:1433)         at app//org.apache.solr.search.SolrIndexSearcher.search(SolrIndexSearcher.java:584)         at app//org.apache.solr.handler.component.QueryComponent.doProcessUngroupedSearch(QueryComponent.java:1487)         at app//org.apache.solr.handler.component.QueryComponent.process(QueryComponent.java:399)         at app//org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:328)         at app//org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:209)         at app//org.apache.solr.core.SolrCore.execute(SolrCore.java:2582)         at app//org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:802)         at app//org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:579)         at app//org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:420)         at app//org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:352)         at app//org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)         at app//org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)         at app//org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)         at app//org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545)         at app//org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)         at app//org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1607)         at app//org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)         at app//org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1297)         at app//org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)         at app//org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)         at app//org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1577)         at app//org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)         at app//org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1212)         at app//org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)         at app//org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)         at app//org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)         at app//org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:717)         at app//org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)         at app//org.eclipse.jetty.server.Server.handle(Server.java:500)         at app//org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)         at app//org.eclipse.jetty.server.HttpChannel$$Lambda$664/0x0000000801187840.dispatch(Unknown Source)         at app//org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)         at app//org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)         at app//org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)         at app//org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)         at app//org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)         at java.base@13.0.2/java.lang.Thread.run(Thread.java:830)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 13 threads leaked from SUITE scope at org.apache.solr.client.solrj.io.sql.JdbcTest: 
   1) Thread[id=700, name=qtp183705559-700, state=RUNNABLE, group=TGRP-JdbcTest]
        at app//org.apache.solr.search.DocSetCollector.getDocSet(DocSetCollector.java:84)
        at app//org.apache.solr.search.DocSetUtil.getDocSet(DocSetUtil.java:83)
        at app//org.apache.solr.search.SolrIndexSearcher.getDocListAndSetNC(SolrIndexSearcher.java:1705)
        at app//org.apache.solr.search.SolrIndexSearcher.getDocListC(SolrIndexSearcher.java:1433)
        at app//org.apache.solr.search.SolrIndexSearcher.search(SolrIndexSearcher.java:584)
        at app//org.apache.solr.handler.component.QueryComponent.doProcessUngroupedSearch(QueryComponent.java:1487)
        at app//org.apache.solr.handler.component.QueryComponent.process(QueryComponent.java:399)
        at app//org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:328)
        at app//org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:209)
        at app//org.apache.solr.core.SolrCore.execute(SolrCore.java:2582)
        at app//org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:802)
        at app//org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:579)
        at app//org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:420)
        at app//org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:352)
        at app//org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
        at app//org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)
        at app//org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
        at app//org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545)
        at app//org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
        at app//org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1607)
        at app//org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
        at app//org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1297)
        at app//org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
        at app//org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)
        at app//org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1577)
        at app//org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
        at app//org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1212)
        at app//org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
        at app//org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
        at app//org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
        at app//org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:717)
        at app//org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
        at app//org.eclipse.jetty.server.Server.handle(Server.java:500)
        at app//org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
        at app//org.eclipse.jetty.server.HttpChannel$$Lambda$664/0x0000000801187840.dispatch(Unknown Source)
        at app//org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)
        at app//org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
        at app//org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
        at app//org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)
        at app//org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)
        at java.base@13.0.2/java.lang.Thread.run(Thread.java:830)
   2) Thread[id=937, name=qtp469639568-937, state=RUNNABLE, group=TGRP-JdbcTest]
        at app//org.apache.solr.search.DocSetCollector.getDocSet(DocSetCollector.java:90)
        at app//org.apache.solr.search.DocSetUtil.getDocSet(DocSetUtil.java:83)
        at app//org.apache.solr.search.SolrIndexSearcher.getDocListAndSetNC(SolrIndexSearcher.java:1705)
        at app//org.apache.solr.search.SolrIndexSearcher.getDocListC(SolrIndexSearcher.java:1433)
        at app//org.apache.solr.search.SolrIndexSearcher.search(SolrIndexSearcher.java:584)
        at app//org.apache.solr.handler.component.QueryComponent.doProcessUngroupedSearch(QueryComponent.java:1487)
        at app//org.apache.solr.handler.component.QueryComponent.process(QueryComponent.java:399)
        at app//org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:328)
        at app//org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:209)
        at app//org.apache.solr.core.SolrCore.execute(SolrCore.java:2582)
        at app//org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:802)
        at app//org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:579)
        at app//org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:420)
        at app//org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:352)
        at app//org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
        at app//org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)
        at app//org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
        at app//org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545)
        at app//org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
        at app//org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1607)
        at app//org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
        at app//org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1297)
        at app//org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
        at app//org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)
        at app//org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1577)
        at app//org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
        at app//org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1212)
        at app//org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
        at app//org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
        at app//org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
        at app//org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:717)
        at app//org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
        at app//org.eclipse.jetty.server.Server.handle(Server.java:500)
        at app//org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
        at app//org.eclipse.jetty.server.HttpChannel$$Lambda$664/0x0000000801187840.dispatch(Unknown Source)
        at app//org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)
        at app//org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
        at app//org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
        at app//org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)
        at app//org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)
        at java.base@13.0.2/java.lang.Thread.run(Thread.java:830)
   3) Thread[id=697, name=qtp183705559-697, state=RUNNABLE, group=TGRP-JdbcTest]
        at app//org.apache.solr.search.DocSetCollector.getDocSet(DocSetCollector.java:84)
        at app//org.apache.solr.search.DocSetUtil.getDocSet(DocSetUtil.java:83)
        at app//org.apache.solr.search.SolrIndexSearcher.getDocListAndSetNC(SolrIndexSearcher.java:1705)
        at app//org.apache.solr.search.SolrIndexSearcher.getDocListC(SolrIndexSearcher.java:1433)
        at app//org.apache.solr.search.SolrIndexSearcher.search(SolrIndexSearcher.java:584)
        at app//org.apache.solr.handler.component.QueryComponent.doProcessUngroupedSearch(QueryComponent.java:1487)
        at app//org.apache.solr.handler.component.QueryComponent.process(QueryComponent.java:399)
        at app//org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:328)
        at app//org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:209)
        at app//org.apache.solr.core.SolrCore.execute(SolrCore.java:2582)
        at app//org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:802)
        at app//org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:579)
        at app//org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:420)
        at app//org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:352)
        at app//org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
        at app//org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)
        at app//org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
        at app//org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545)
        at app//org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
        at app//org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1607)
        at app//org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
        at app//org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1297)
        at app//org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
        at app//org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)
        at app//org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1577)
        at app//org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
        at app//org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1212)
        at app//org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
        at app//org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
        at app//org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
        at app//org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:717)
        at app//org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
        at app//org.eclipse.jetty.server.Server.handle(Server.java:500)
        at app//org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
        at app//org.eclipse.jetty.server.HttpChannel$$Lambda$664/0x0000000801187840.dispatch(Unknown Source)
        at app//org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)
        at app//org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
        at app//org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
        at app//org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)
        at app//org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)
        at java.base@13.0.2/java.lang.Thread.run(Thread.java:830)
   4) Thread[id=703, name=qtp469639568-703, state=RUNNABLE, group=TGRP-JdbcTest]
        at app//org.apache.solr.search.DocSet.<clinit>(DocSet.java:118)
        at app//org.apache.solr.search.DocSetCollector.getDocSet(DocSetCollector.java:90)
        at app//org.apache.solr.search.DocSetUtil.getDocSet(DocSetUtil.java:83)
        at app//org.apache.solr.search.SolrIndexSearcher.getDocListAndSetNC(SolrIndexSearcher.java:1705)
        at app//org.apache.solr.search.SolrIndexSearcher.getDocListC(SolrIndexSearcher.java:1433)
        at app//org.apache.solr.search.SolrIndexSearcher.search(SolrIndexSearcher.java:584)
        at app//org.apache.solr.handler.component.QueryComponent.doProcessUngroupedSearch(QueryComponent.java:1487)
        at app//org.apache.solr.handler.component.QueryComponent.process(QueryComponent.java:399)
        at app//org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:328)
        at app//org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:209)
        at app//org.apache.solr.core.SolrCore.execute(SolrCore.java:2582)
        at app//org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:802)
        at app//org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:579)
        at app//org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:420)
        at app//org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:352)
        at app//org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
        at app//org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)
        at app//org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
        at app//org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545)
        at app//org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
        at app//org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1607)
        at app//org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
        at app//org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1297)
        at app//org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
        at app//org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)
        at app//org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1577)
        at app//org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
        at app//org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1212)
        at app//org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
        at app//org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
        at app//org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
        at app//org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:717)
        at app//org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
        at app//org.eclipse.jetty.server.Server.handle(Server.java:500)
        at app//org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
        at app//org.eclipse.jetty.server.HttpChannel$$Lambda$664/0x0000000801187840.dispatch(Unknown Source)
        at app//org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)
        at app//org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
        at app//org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
        at app//org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)
        at app//org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)
        at java.base@13.0.2/java.lang.Thread.run(Thread.java:830)
   5) Thread[id=702, name=qtp183705559-702, state=RUNNABLE, group=TGRP-JdbcTest]
        at app//org.apache.solr.search.DocSetCollector.getDocSet(DocSetCollector.java:84)
        at app//org.apache.solr.search.DocSetUtil.getDocSet(DocSetUtil.java:83)
        at app//org.apache.solr.search.SolrIndexSearcher.getDocListAndSetNC(SolrIndexSearcher.java:1705)
        at app//org.apache.solr.search.SolrIndexSearcher.getDocListC(SolrIndexSearcher.java:1433)
        at app//org.apache.solr.search.SolrIndexSearcher.search(SolrIndexSearcher.java:584)
        at app//org.apache.solr.handler.component.QueryComponent.doProcessUngroupedSearch(QueryComponent.java:1487)
        at app//org.apache.solr.handler.component.QueryComponent.process(QueryComponent.java:399)
        at app//org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:328)
        at app//org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:209)
        at app//org.apache.solr.core.SolrCore.execute(SolrCore.java:2582)
        at app//org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:802)
        at app//org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:579)
        at app//org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:420)
        at app//org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:352)
        at app//org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
        at app//org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)
        at app//org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
        at app//org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545)
        at app//org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
        at app//org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1607)
        at app//org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
        at app//org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1297)
        at app//org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
        at app//org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)
        at app//org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1577)
        at app//org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
        at app//org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1212)
        at app//org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
        at app//org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
        at app//org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
        at app//org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:717)
        at app//org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
        at app//org.eclipse.jetty.server.Server.handle(Server.java:500)
        at app//org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
        at app//org.eclipse.jetty.server.HttpChannel$$Lambda$664/0x0000000801187840.dispatch(Unknown Source)
        at app//org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)
        at app//org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
        at app//org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
        at app//org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)
        at app//org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)
        at java.base@13.0.2/java.lang.Thread.run(Thread.java:830)
   6) Thread[id=704, name=qtp469639568-704, state=RUNNABLE, group=TGRP-JdbcTest]
        at app//org.apache.solr.search.DocSetCollector.get

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

uestHandlerBase.java:209)
   [junit4]    >         at app//org.apache.solr.core.SolrCore.execute(SolrCore.java:2582)
   [junit4]    >         at app//org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:802)
   [junit4]    >         at app//org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:579)
   [junit4]    >         at app//org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:420)
   [junit4]    >         at app//org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:352)
   [junit4]    >         at app//org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
   [junit4]    >         at app//org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)
   [junit4]    >         at app//org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
   [junit4]    >         at app//org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545)
   [junit4]    >         at app//org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
   [junit4]    >         at app//org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1607)
   [junit4]    >         at app//org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
   [junit4]    >         at app//org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1297)
   [junit4]    >         at app//org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
   [junit4]    >         at app//org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)
   [junit4]    >         at app//org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1577)
   [junit4]    >         at app//org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
   [junit4]    >         at app//org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1212)
   [junit4]    >         at app//org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
   [junit4]    >         at app//org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
   [junit4]    >         at app//org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
   [junit4]    >         at app//org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:717)
   [junit4]    >         at app//org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
   [junit4]    >         at app//org.eclipse.jetty.server.Server.handle(Server.java:500)
   [junit4]    >         at app//org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
   [junit4]    >         at app//org.eclipse.jetty.server.HttpChannel$$Lambda$664/0x0000000801187840.dispatch(Unknown Source)
   [junit4]    >         at app//org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)
   [junit4]    >         at app//org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
   [junit4]    >         at app//org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
   [junit4]    >         at app//org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)
   [junit4]    >         at app//org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)
   [junit4]    >         at java.base@13.0.2/java.lang.Thread.run(Thread.java:830)
   [junit4]    >   13) Thread[id=706, name=qtp469639568-706, state=RUNNABLE, group=TGRP-JdbcTest]
   [junit4]    >         at app//org.apache.solr.search.DocSetCollector.getDocSet(DocSetCollector.java:90)
   [junit4]    >         at app//org.apache.solr.search.DocSetUtil.getDocSet(DocSetUtil.java:83)
   [junit4]    >         at app//org.apache.solr.search.SolrIndexSearcher.getDocListAndSetNC(SolrIndexSearcher.java:1705)
   [junit4]    >         at app//org.apache.solr.search.SolrIndexSearcher.getDocListC(SolrIndexSearcher.java:1433)
   [junit4]    >         at app//org.apache.solr.search.SolrIndexSearcher.search(SolrIndexSearcher.java:584)
   [junit4]    >         at app//org.apache.solr.handler.component.QueryComponent.doProcessUngroupedSearch(QueryComponent.java:1487)
   [junit4]    >         at app//org.apache.solr.handler.component.QueryComponent.process(QueryComponent.java:399)
   [junit4]    >         at app//org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:328)
   [junit4]    >         at app//org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:209)
   [junit4]    >         at app//org.apache.solr.core.SolrCore.execute(SolrCore.java:2582)
   [junit4]    >         at app//org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:802)
   [junit4]    >         at app//org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:579)
   [junit4]    >         at app//org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:420)
   [junit4]    >         at app//org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:352)
   [junit4]    >         at app//org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
   [junit4]    >         at app//org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)
   [junit4]    >         at app//org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
   [junit4]    >         at app//org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545)
   [junit4]    >         at app//org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
   [junit4]    >         at app//org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1607)
   [junit4]    >         at app//org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
   [junit4]    >         at app//org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1297)
   [junit4]    >         at app//org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
   [junit4]    >         at app//org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)
   [junit4]    >         at app//org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1577)
   [junit4]    >         at app//org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
   [junit4]    >         at app//org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1212)
   [junit4]    >         at app//org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
   [junit4]    >         at app//org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
   [junit4]    >         at app//org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
   [junit4]    >         at app//org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:717)
   [junit4]    >         at app//org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
   [junit4]    >         at app//org.eclipse.jetty.server.Server.handle(Server.java:500)
   [junit4]    >         at app//org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
   [junit4]    >         at app//org.eclipse.jetty.server.HttpChannel$$Lambda$664/0x0000000801187840.dispatch(Unknown Source)
   [junit4]    >         at app//org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)
   [junit4]    >         at app//org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
   [junit4]    >         at app//org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
   [junit4]    >         at app//org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)
   [junit4]    >         at app//org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)
   [junit4]    >         at java.base@13.0.2/java.lang.Thread.run(Thread.java:830)
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([DB3DA09B2E8A10D0]:0)
   [junit4] Completed [196/208 (1!)] on J2 in 304.49s, 10 tests, 5 errors, 1 skipped <<< FAILURES!

[...truncated 51044 lines...]
BUILD FAILED
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/build.xml:635: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/build.xml:101: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build.xml:625: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build.xml:157: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/solr-ref-guide/build.xml:289: Java returned: 255

Total time: 68 minutes 35 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
[WARNINGS] Skipping publisher since build result is FAILURE
Recording test results
Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2

[JENKINS] Lucene-Solr-master-MacOSX (64bit/jdk-14-rc) - Build # 5741 - Still Unstable!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-MacOSX/5741/
Java: 64bit/jdk-14-rc -XX:+UseCompressedOops -XX:+UseG1GC

3 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.DistribCursorPagingTest

Error Message:
1 thread leaked from SUITE scope at org.apache.solr.cloud.DistribCursorPagingTest:     1) Thread[id=14512, name=SessionTracker, state=TIMED_WAITING, group=TGRP-DistribCursorPagingTest]         at java.base@14/java.lang.Thread.sleep(Native Method)         at app//org.apache.zookeeper.server.SessionTrackerImpl.run(SessionTrackerImpl.java:151)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.cloud.DistribCursorPagingTest: 
   1) Thread[id=14512, name=SessionTracker, state=TIMED_WAITING, group=TGRP-DistribCursorPagingTest]
        at java.base@14/java.lang.Thread.sleep(Native Method)
        at app//org.apache.zookeeper.server.SessionTrackerImpl.run(SessionTrackerImpl.java:151)
	at __randomizedtesting.SeedInfo.seed([9F10D97267167421]:0)


FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.TestConfigSetsAPI

Error Message:
3 threads leaked from SUITE scope at org.apache.solr.cloud.TestConfigSetsAPI:     1) Thread[id=13679, name=SessionTracker, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]         at java.base@14/java.lang.Thread.sleep(Native Method)         at app//org.apache.zookeeper.server.SessionTrackerImpl.run(SessionTrackerImpl.java:151)    2) Thread[id=13763, name=SessionTracker, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]         at java.base@14/java.lang.Thread.sleep(Native Method)         at app//org.apache.zookeeper.server.SessionTrackerImpl.run(SessionTrackerImpl.java:151)    3) Thread[id=13855, name=SessionTracker, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]         at java.base@14/java.lang.Thread.sleep(Native Method)         at app//org.apache.zookeeper.server.SessionTrackerImpl.run(SessionTrackerImpl.java:151)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 3 threads leaked from SUITE scope at org.apache.solr.cloud.TestConfigSetsAPI: 
   1) Thread[id=13679, name=SessionTracker, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@14/java.lang.Thread.sleep(Native Method)
        at app//org.apache.zookeeper.server.SessionTrackerImpl.run(SessionTrackerImpl.java:151)
   2) Thread[id=13763, name=SessionTracker, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@14/java.lang.Thread.sleep(Native Method)
        at app//org.apache.zookeeper.server.SessionTrackerImpl.run(SessionTrackerImpl.java:151)
   3) Thread[id=13855, name=SessionTracker, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@14/java.lang.Thread.sleep(Native Method)
        at app//org.apache.zookeeper.server.SessionTrackerImpl.run(SessionTrackerImpl.java:151)
	at __randomizedtesting.SeedInfo.seed([9F10D97267167421]:0)


FAILED:  junit.framework.TestSuite.org.apache.solr.schema.TestCloudManagedSchema

Error Message:
1 thread leaked from SUITE scope at org.apache.solr.schema.TestCloudManagedSchema:     1) Thread[id=16481, name=SessionTracker, state=TIMED_WAITING, group=TGRP-TestCloudManagedSchema]         at java.base@14/java.lang.Thread.sleep(Native Method)         at app//org.apache.zookeeper.server.SessionTrackerImpl.run(SessionTrackerImpl.java:151)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.schema.TestCloudManagedSchema: 
   1) Thread[id=16481, name=SessionTracker, state=TIMED_WAITING, group=TGRP-TestCloudManagedSchema]
        at java.base@14/java.lang.Thread.sleep(Native Method)
        at app//org.apache.zookeeper.server.SessionTrackerImpl.run(SessionTrackerImpl.java:151)
	at __randomizedtesting.SeedInfo.seed([9F10D97267167421]:0)




Build Log:
[...truncated 14277 lines...]
   [junit4] Suite: org.apache.solr.schema.TestCloudManagedSchema
   [junit4]   2> 970857 INFO  (SUITE-TestCloudManagedSchema-seed#[9F10D97267167421]-worker) [     ] o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to test-framework derived value of '/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/server/solr/configsets/_default/conf'
   [junit4]   2> 970864 INFO  (SUITE-TestCloudManagedSchema-seed#[9F10D97267167421]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J4/temp/solr.schema.TestCloudManagedSchema_9F10D97267167421-001/data-dir-116-001
   [junit4]   2> 970864 INFO  (SUITE-TestCloudManagedSchema-seed#[9F10D97267167421]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 970866 INFO  (SUITE-TestCloudManagedSchema-seed#[9F10D97267167421]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason="", value=0.0/0.0, ssl=0.0/0.0, clientAuth=0.0/0.0) w/ MAC_OS_X supressed clientAuth
   [junit4]   2> 970866 INFO  (SUITE-TestCloudManagedSchema-seed#[9F10D97267167421]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 970866 INFO  (SUITE-TestCloudManagedSchema-seed#[9F10D97267167421]-worker) [     ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /zb_st/zs
   [junit4]   2> 970874 INFO  (TEST-TestCloudManagedSchema.test-seed#[9F10D97267167421]) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 970875 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 970875 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 970977 INFO  (TEST-TestCloudManagedSchema.test-seed#[9F10D97267167421]) [     ] o.a.s.c.ZkTestServer start zk server on port:64840
   [junit4]   2> 970977 INFO  (TEST-TestCloudManagedSchema.test-seed#[9F10D97267167421]) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:64840
   [junit4]   2> 970977 INFO  (TEST-TestCloudManagedSchema.test-seed#[9F10D97267167421]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:64840
   [junit4]   2> 970977 INFO  (TEST-TestCloudManagedSchema.test-seed#[9F10D97267167421]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 64840
   [junit4]   2> 970983 INFO  (TEST-TestCloudManagedSchema.test-seed#[9F10D97267167421]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 970991 INFO  (zkConnectionManagerCallback-5686-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 970991 INFO  (TEST-TestCloudManagedSchema.test-seed#[9F10D97267167421]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 970998 INFO  (TEST-TestCloudManagedSchema.test-seed#[9F10D97267167421]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 971012 INFO  (zkConnectionManagerCallback-5688-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 971017 INFO  (TEST-TestCloudManagedSchema.test-seed#[9F10D97267167421]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 971023 INFO  (TEST-TestCloudManagedSchema.test-seed#[9F10D97267167421]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig-managed-schema.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 971034 INFO  (TEST-TestCloudManagedSchema.test-seed#[9F10D97267167421]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 971040 INFO  (TEST-TestCloudManagedSchema.test-seed#[9F10D97267167421]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 971044 INFO  (TEST-TestCloudManagedSchema.test-seed#[9F10D97267167421]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 971050 INFO  (TEST-TestCloudManagedSchema.test-seed#[9F10D97267167421]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 971057 INFO  (TEST-TestCloudManagedSchema.test-seed#[9F10D97267167421]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 971063 INFO  (TEST-TestCloudManagedSchema.test-seed#[9F10D97267167421]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 971074 INFO  (TEST-TestCloudManagedSchema.test-seed#[9F10D97267167421]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 971077 INFO  (TEST-TestCloudManagedSchema.test-seed#[9F10D97267167421]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 971081 INFO  (TEST-TestCloudManagedSchema.test-seed#[9F10D97267167421]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 971085 INFO  (TEST-TestCloudManagedSchema.test-seed#[9F10D97267167421]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 971090 INFO  (TEST-TestCloudManagedSchema.test-seed#[9F10D97267167421]) [     ] o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly asked otherwise
   [junit4]   2> 972019 INFO  (TEST-TestCloudManagedSchema.test-seed#[9F10D97267167421]) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 972019 INFO  (TEST-TestCloudManagedSchema.test-seed#[9F10D97267167421]) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 972019 INFO  (TEST-TestCloudManagedSchema.test-seed#[9F10D97267167421]) [     ] o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 363d5f2df3a8a28de40604320230664b9c793c16; jvm 14+36-1461
   [junit4]   2> 972054 INFO  (TEST-TestCloudManagedSchema.test-seed#[9F10D97267167421]) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 972054 INFO  (TEST-TestCloudManagedSchema.test-seed#[9F10D97267167421]) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 972054 INFO  (TEST-TestCloudManagedSchema.test-seed#[9F10D97267167421]) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 972071 INFO  (TEST-TestCloudManagedSchema.test-seed#[9F10D97267167421]) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@7798e6f8{/zb_st/zs,null,AVAILABLE}
   [junit4]   2> 972073 INFO  (TEST-TestCloudManagedSchema.test-seed#[9F10D97267167421]) [     ] o.e.j.s.AbstractConnector Started ServerConnector@7d2a1b89{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:64862}
   [junit4]   2> 972073 INFO  (TEST-TestCloudManagedSchema.test-seed#[9F10D97267167421]) [     ] o.e.j.s.Server Started @972134ms
   [junit4]   2> 972073 INFO  (TEST-TestCloudManagedSchema.test-seed#[9F10D97267167421]) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/zb_st/zs, solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J4/temp/solr.schema.TestCloudManagedSchema_9F10D97267167421-001/tempDir-001/control/data, hostPort=64862, coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J4/temp/solr.schema.TestCloudManagedSchema_9F10D97267167421-001/control-001/cores, replicaType=NRT}
   [junit4]   2> 972074 ERROR (TEST-TestCloudManagedSchema.test-seed#[9F10D97267167421]) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 972074 INFO  (TEST-TestCloudManagedSchema.test-seed#[9F10D97267167421]) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 972074 INFO  (TEST-TestCloudManagedSchema.test-seed#[9F10D97267167421]) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 9.0.0
   [junit4]   2> 972074 INFO  (TEST-TestCloudManagedSchema.test-seed#[9F10D97267167421]) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 972074 INFO  (TEST-TestCloudManagedSchema.test-seed#[9F10D97267167421]) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr
   [junit4]   2> 972074 INFO  (TEST-TestCloudManagedSchema.test-seed#[9F10D97267167421]) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-03-05T04:22:39.167871Z
   [junit4]   2> 972078 INFO  (TEST-TestCloudManagedSchema.test-seed#[9F10D97267167421]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 972081 INFO  (zkConnectionManagerCallback-5690-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 972087 INFO  (TEST-TestCloudManagedSchema.test-seed#[9F10D97267167421]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 972194 INFO  (TEST-TestCloudManagedSchema.test-seed#[9F10D97267167421]) [     ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 972195 INFO  (TEST-TestCloudManagedSchema.test-seed#[9F10D97267167421]) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J4/temp/solr.schema.TestCloudManagedSchema_9F10D97267167421-001/control-001/solr.xml
   [junit4]   2> 972201 INFO  (TEST-TestCloudManagedSchema.test-seed#[9F10D97267167421]) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@3908c4cf, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 972266 INFO  (TEST-TestCloudManagedSchema.test-seed#[9F10D97267167421]) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 972271 WARN  (TEST-TestCloudManagedSchema.test-seed#[9F10D97267167421]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@6e8e8225[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 972272 WARN  (TEST-TestCloudManagedSchema.test-seed#[9F10D97267167421]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@6e8e8225[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 972287 WARN  (TEST-TestCloudManagedSchema.test-seed#[9F10D97267167421]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@14c21211[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 972288 WARN  (TEST-TestCloudManagedSchema.test-seed#[9F10D97267167421]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@14c21211[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 972294 INFO  (TEST-TestCloudManagedSchema.test-seed#[9F10D97267167421]) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:64840/solr
   [junit4]   2> 972300 INFO  (TEST-TestCloudManagedSchema.test-seed#[9F10D97267167421]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 972304 INFO  (zkConnectionManagerCallback-5697-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 972304 INFO  (TEST-TestCloudManagedSchema.test-seed#[9F10D97267167421]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 972457 INFO  (TEST-TestCloudManagedSchema.test-seed#[9F10D97267167421]) [n:127.0.0.1:64862_zb_st%2Fzs     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 972472 INFO  (zkConnectionManagerCallback-5699-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 972473 INFO  (TEST-TestCloudManagedSchema.test-seed#[9F10D97267167421]) [n:127.0.0.1:64862_zb_st%2Fzs     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 972942 INFO  (TEST-TestCloudManagedSchema.test-seed#[9F10D97267167421]) [n:127.0.0.1:64862_zb_st%2Fzs     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:64862_zb_st%2Fzs
   [junit4]   2> 972950 INFO  (TEST-TestCloudManagedSchema.test-seed#[9F10D97267167421]) [n:127.0.0.1:64862_zb_st%2Fzs     ] o.a.s.c.Overseer Overseer (id=72081625448710148-127.0.0.1:64862_zb_st%2Fzs-n_0000000000) starting
   [junit4]   2> 972988 INFO  (OverseerStateUpdate-72081625448710148-127.0.0.1:64862_zb_st%2Fzs-n_0000000000) [n:127.0.0.1:64862_zb_st%2Fzs     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:64862_zb_st%2Fzs
   [junit4]   2> 972990 INFO  (TEST-TestCloudManagedSchema.test-seed#[9F10D97267167421]) [n:127.0.0.1:64862_zb_st%2Fzs     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:64862_zb_st%2Fzs
   [junit4]   2> 972997 INFO  (zkCallback-5698-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 973021 INFO  (TEST-TestCloudManagedSchema.test-seed#[9F10D97267167421]) [n:127.0.0.1:64862_zb_st%2Fzs     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 973022 WARN  (TEST-TestCloudManagedSchema.test-seed#[9F10D97267167421]) [n:127.0.0.1:64862_zb_st%2Fzs     ] 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> 973088 INFO  (TEST-TestCloudManagedSchema.test-seed#[9F10D97267167421]) [n:127.0.0.1:64862_zb_st%2Fzs     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 973125 INFO  (TEST-TestCloudManagedSchema.test-seed#[9F10D97267167421]) [n:127.0.0.1:64862_zb_st%2Fzs     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3908c4cf
   [junit4]   2> 973146 INFO  (TEST-TestCloudManagedSchema.test-seed#[9F10D97267167421]) [n:127.0.0.1:64862_zb_st%2Fzs     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3908c4cf
   [junit4]   2> 973146 INFO  (TEST-TestCloudManagedSchema.test-seed#[9F10D97267167421]) [n:127.0.0.1:64862_zb_st%2Fzs     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3908c4cf
   [junit4]   2> 973150 INFO  (TEST-TestCloudManagedSchema.test-seed#[9F10D97267167421]) [n:127.0.0.1:64862_zb_st%2Fzs     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J4/temp/solr.schema.TestCloudManagedSchema_9F10D97267167421-001/control-001/cores
   [junit4]   2> 973178 INFO  (TEST-TestCloudManagedSchema.test-seed#[9F10D97267167421]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 973181 INFO  (zkConnectionManagerCallback-5708-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 973182 INFO  (TEST-TestCloudManagedSchema.test-seed#[9F10D97267167421]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 973185 INFO  (TEST-TestCloudManagedSchema.test-seed#[9F10D97267167421]) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 973190 INFO  (TEST-TestCloudManagedSchema.test-seed#[9F10D97267167421]) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:64840/solr ready
   [junit4]   2> 973194 INFO  (qtp981862947-16507) [n:127.0.0.1:64862_zb_st%2Fzs     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:64862_zb_st%252Fzs&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 973209 INFO  (OverseerThreadFactory-5085-thread-1-processing-n:127.0.0.1:64862_zb_st%2Fzs) [n:127.0.0.1:64862_zb_st%2Fzs     ] o.a.s.c.a.c.CreateCollectionCmd Create collection control_collection
   [junit4]   2> 973342 INFO  (qtp981862947-16509) [n:127.0.0.1:64862_zb_st%2Fzs    x:control_collection_shard1_replica_n1 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 973342 INFO  (qtp981862947-16509) [n:127.0.0.1:64862_zb_st%2Fzs    x:control_collection_shard1_replica_n1 ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 974380 INFO  (qtp981862947-16509) [n:127.0.0.1:64862_zb_st%2Fzs c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 974387 INFO  (qtp981862947-16509) [n:127.0.0.1:64862_zb_st%2Fzs c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.s.ManagedIndexSchemaFactory The schema is configured as managed, but managed schema resource managed-schema not found - loading non-managed schema schema.xml instead
   [junit4]   2> 974394 INFO  (qtp981862947-16509) [n:127.0.0.1:64862_zb_st%2Fzs c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.s.IndexSchema [control_collection_shard1_replica_n1] Schema name=test
   [junit4]   2> 974547 INFO  (qtp981862947-16509) [n:127.0.0.1:64862_zb_st%2Fzs c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 974649 INFO  (qtp981862947-16509) [n:127.0.0.1:64862_zb_st%2Fzs c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.s.ManagedIndexSchema Created and persisted managed schema znode at /configs/conf1/managed-schema
   [junit4]   2> 974669 INFO  (qtp981862947-16509) [n:127.0.0.1:64862_zb_st%2Fzs c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.s.ManagedIndexSchemaFactory After upgrading to managed schema in ZooKeeper, renamed the non-managed schema /configs/conf1/schema.xml to /configs/conf1/schema.xml.bak
   [junit4]   2> 974671 INFO  (qtp981862947-16509) [n:127.0.0.1:64862_zb_st%2Fzs c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.CoreContainer Creating SolrCore 'control_collection_shard1_replica_n1' using configuration from configset conf1, trusted=true
   [junit4]   2> 974672 INFO  (qtp981862947-16509) [n:127.0.0.1:64862_zb_st%2Fzs c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.control_collection.shard1.replica_n1' (registry 'solr.core.control_collection.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3908c4cf
   [junit4]   2> 974672 INFO  (qtp981862947-16509) [n:127.0.0.1:64862_zb_st%2Fzs c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SolrCore [[control_collection_shard1_replica_n1] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J4/temp/solr.schema.TestCloudManagedSchema_9F10D97267167421-001/control-001/cores/control_collection_shard1_replica_n1], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J4/temp/solr.schema.TestCloudManagedSchema_9F10D97267167421-001/control-001/cores/control_collection_shard1_replica_n1/data/]
   [junit4]   2> 974679 INFO  (qtp981862947-16509) [n:127.0.0.1:64862_zb_st%2Fzs c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=17, maxMergeAtOnceExplicit=21, maxMergedSegmentMB=32.5029296875, floorSegmentMB=0.5966796875, forceMergeDeletesPctAllowed=9.364588906004306, segmentsPerTier=21.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0, deletesPctAllowed=23.956238570737302
   [junit4]   2> 975293 WARN  (qtp981862947-16509) [n:127.0.0.1:64862_zb_st%2Fzs c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, registerPath=/solr,/v2, class=DumpRequestHandler},args = {defaults={a=A, b=B}}}
   [junit4]   2> 975394 INFO  (qtp981862947-16509) [n:127.0.0.1:64862_zb_st%2Fzs c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 975394 INFO  (qtp981862947-16509) [n:127.0.0.1:64862_zb_st%2Fzs c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 975396 INFO  (qtp981862947-16509) [n:127.0.0.1:64862_zb_st%2Fzs c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 975396 INFO  (qtp981862947-16509) [n:127.0.0.1:64862_zb_st%2Fzs c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 975398 INFO  (qtp981862947-16509) [n:127.0.0.1:64862_zb_st%2Fzs c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=49, maxMergeAtOnceExplicit=31, maxMergedSegmentMB=100.79296875, floorSegmentMB=0.9453125, forceMergeDeletesPctAllowed=22.122441847014958, segmentsPerTier=11.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.34556936985592346, deletesPctAllowed=42.246918453491844
   [junit4]   2> 975399 INFO  (qtp981862947-16509) [n:127.0.0.1:64862_zb_st%2Fzs c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@33de6ebf[control_collection_shard1_replica_n1] main]
   [junit4]   2> 975404 INFO  (qtp981862947-16509) [n:127.0.0.1:64862_zb_st%2Fzs c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 975404 INFO  (qtp981862947-16509) [n:127.0.0.1:64862_zb_st%2Fzs c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 975405 INFO  (qtp981862947-16509) [n:127.0.0.1:64862_zb_st%2Fzs c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/conf1/managed-schema
   [junit4]   2> 975407 INFO  (qtp981862947-16509) [n:127.0.0.1:64862_zb_st%2Fzs c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 975408 INFO  (qtp981862947-16509) [n:127.0.0.1:64862_zb_st%2Fzs c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 975408 INFO  (qtp981862947-16509) [n:127.0.0.1:64862_zb_st%2Fzs c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1660296534426648576
   [junit4]   2> 975424 INFO  (searcherExecutor-5090-thread-1-processing-n:127.0.0.1:64862_zb_st%2Fzs x:control_collection_shard1_replica_n1 c:control_collection s:shard1) [n:127.0.0.1:64862_zb_st%2Fzs c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SolrCore [control_collection_shard1_replica_n1] Registered new searcher Searcher@33de6ebf[control_collection_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 975436 INFO  (qtp981862947-16509) [n:127.0.0.1:64862_zb_st%2Fzs c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/control_collection/terms/shard1 to Terms{values={core_node2=0}, version=0}
   [junit4]   2> 975438 INFO  (qtp981862947-16509) [n:127.0.0.1:64862_zb_st%2Fzs c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/control_collection/leaders/shard1
   [junit4]   2> 975489 INFO  (qtp981862947-16509) [n:127.0.0.1:64862_zb_st%2Fzs c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 975489 INFO  (qtp981862947-16509) [n:127.0.0.1:64862_zb_st%2Fzs c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 975490 INFO  (qtp981862947-16509) [n:127.0.0.1:64862_zb_st%2Fzs c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:64862/zb_st/zs/control_collection_shard1_replica_n1/
   [junit4]   2> 975492 INFO  (qtp981862947-16509) [n:127.0.0.1:64862_zb_st%2Fzs c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 975497 INFO  (qtp981862947-16509) [n:127.0.0.1:64862_zb_st%2Fzs c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SyncStrategy http://127.0.0.1:64862/zb_st/zs/control_collection_shard1_replica_n1/ has no replicas
   [junit4]   2> 975498 INFO  (qtp981862947-16509) [n:127.0.0.1:64862_zb_st%2Fzs c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/control_collection/leaders/shard1/leader after winning as /collections/control_collection/leader_elect/shard1/election/72081625448710148-core_node2-n_0000000000
   [junit4]   2> 975515 INFO  (qtp981862947-16509) [n:127.0.0.1:64862_zb_st%2Fzs c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:64862/zb_st/zs/control_collection_shard1_replica_n1/ shard1
   [junit4]   2> 975536 INFO  (zkCallback-5698-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 975537 INFO  (zkCallback-5698-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 975553 INFO  (qtp981862947-16509) [n:127.0.0.1:64862_zb_st%2Fzs c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 975569 INFO  (qtp981862947-16509) [n:127.0.0.1:64862_zb_st%2Fzs c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=2227
   [junit4]   2> 975579 INFO  (qtp981862947-16507) [n:127.0.0.1:64862_zb_st%2Fzs     ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 45 seconds. Check all shard replicas
   [junit4]   2> 975674 INFO  (zkCallback-5698-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 975674 INFO  (zkCallback-5698-thread-3) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 975674 INFO  (zkCallback-5698-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 975676 INFO  (qtp981862947-16507) [n:127.0.0.1:64862_zb_st%2Fzs     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:64862_zb_st%252Fzs&wt=javabin&version=2} status=0 QTime=2482
   [junit4]   2> 975677 INFO  (TEST-TestCloudManagedSchema.test-seed#[9F10D97267167421]) [     ] o.a.s.c.AbstractFullDistribZkTestBase Waiting to see 1 active replicas in collection: control_collection
   [junit4]   2> 975789 INFO  (TEST-TestCloudManagedSchema.test-seed#[9F10D97267167421]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 975795 INFO  (zkConnectionManagerCallback-5714-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 975795 INFO  (TEST-TestCloudManagedSchema.test-seed#[9F10D97267167421]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 975832 INFO  (TEST-TestCloudManagedSchema.test-seed#[9F10D97267167421]) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 975850 INFO  (TEST-TestCloudManagedSchema.test-seed#[9F10D97267167421]) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:64840/solr ready
   [junit4]   2> 975850 INFO  (TEST-TestCloudManagedSchema.test-seed#[9F10D97267167421]) [     ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 975860 INFO  (qtp981862947-16507) [n:127.0.0.1:64862_zb_st%2Fzs     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=1&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 975897 INFO  (OverseerThreadFactory-5085-thread-2-processing-n:127.0.0.1:64862_zb_st%2Fzs) [n:127.0.0.1:64862_zb_st%2Fzs     ] o.a.s.c.a.c.CreateCollectionCmd Create collection collection1
   [junit4]   2> 975899 INFO  (OverseerCollectionConfigSetProcessor-72081625448710148-127.0.0.1:64862_zb_st%2Fzs-n_0000000000) [n:127.0.0.1:64862_zb_st%2Fzs     ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000000 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 976139 WARN  (OverseerThreadFactory-5085-thread-2-processing-n:127.0.0.1:64862_zb_st%2Fzs) [n:127.0.0.1:64862_zb_st%2Fzs     ] o.a.s.c.a.c.CreateCollectionCmd It is unusual to create a collection (collection1) without cores.
   [junit4]   2> 976146 INFO  (qtp981862947-16507) [n:127.0.0.1:64862_zb_st%2Fzs     ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 45 seconds. Check all shard replicas
   [junit4]   2> 976152 INFO  (qtp981862947-16507) [n:127.0.0.1:64862_zb_st%2Fzs     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=1&wt=javabin&version=2} status=0 QTime=291
   [junit4]   2> 976156 INFO  (TEST-TestCloudManagedSchema.test-seed#[9F10D97267167421]) [     ] o.a.s.c.SolrCloudTestCase active slice count: 2 expected:2
   [junit4]   2> 976156 INFO  (TEST-TestCloudManagedSchema.test-seed#[9F10D97267167421]) [     ] o.a.s.c.SolrCloudTestCase active replica count: 0 expected replica count: 0
   [junit4]   2> 976156 INFO  (TEST-TestCloudManagedSchema.test-seed#[9F10D97267167421]) [     ] o.a.s.c.SolrCloudTestCase active slice count: 2 expected:2
   [junit4]   2> 976156 INFO  (TEST-TestCloudManagedSchema.test-seed#[9F10D97267167421]) [     ] o.a.s.c.SolrCloudTestCase active replica count: 0 expected replica count: 0
   [junit4]   2> 976156 INFO  (TEST-TestCloudManagedSchema.test-seed#[9F10D97267167421]) [     ] o.a.s.c.SolrCloudTestCase active slice count: 2 expected:2
   [junit4]   2> 976156 INFO  (TEST-TestCloudManagedSchema.test-seed#[9F10D97267167421]) [     ] o.a.s.c.SolrCloudTestCase active replica count: 0 expected replica count: 0
   [junit4]   2> 976156 INFO  (TEST-TestCloudManagedSchema.test-seed#[9F10D97267167421]) [     ] o.a.s.c.AbstractFullDistribZkTestBase Creating jetty instances pullReplicaCount=0 numOtherReplicas=4
   [junit4]   2> 976775 INFO  (TEST-TestCloudManagedSchema.test-seed#[9F10D97267167421]) [     ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J4/temp/solr.schema.TestCloudManagedSchema_9F10D97267167421-001/shard-1-001 of type NRT for shard2
   [junit4]   2> 976778 INFO  (closeThreadPool-5715-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 976778 INFO  (closeThreadPool-5715-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 976778 INFO  (closeThreadPool-5715-thread-1) [     ] o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 363d5f2df3a8a28de40604320230664b9c793c16; jvm 14+36-1461
   [junit4]   2> 976782 INFO  (closeThreadPool-5715-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 976782 INFO  (closeThreadPool-5715-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 976782 INFO  (closeThreadPool-5715-thread-1) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 976783 INFO  (closeThreadPool-5715-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@700dbec0{/zb_st/zs,null,AVAILABLE}
   [junit4]   2> 976784 INFO  (closeThreadPool-5715-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@5fc6923b{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:64898}
   [junit4]   2> 976784 INFO  (closeThreadPool-5715-thread-1) [     ] o.e.j.s.Server Started @976845ms
   [junit4]   2> 976784 INFO  (closeThreadPool-5715-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/zb_st/zs, solrconfig=solrconfig.xml, solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J4/temp/solr.schema.TestCloudManagedSchema_9F10D97267167421-001/tempDir-001/jetty1, hostPort=64898, coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J4/temp/solr.schema.TestCloudManagedSchema_9F10D97267167421-001/shard-1-001/cores, replicaType=NRT}
   [junit4]   2> 976785 ERROR (closeThreadPool-5715-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 976785 INFO  (closeThreadPool-5715-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 976785 INFO  (closeThreadPool-5715-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 9.0.0
   [junit4]   2> 976785 INFO  (closeThreadPool-5715-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 976785 INFO  (closeThreadPool-5715-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr
   [junit4]   2> 976785 INFO  (closeThreadPool-5715-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-03-05T04:22:43.878320Z
   [junit4]   2> 976786 INFO  (closeThreadPool-5715-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 976792 INFO  (zkConnectionManagerCallback-5717-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 976792 INFO  (closeThreadPool-5715-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 976897 INFO  (closeThreadPool-5715-thread-1) [     ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 976897 INFO  (closeThreadPool-5715-thread-1) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J4/temp/solr.schema.TestCloudManagedSchema_9F10D97267167421-001/shard-1-001/solr.xml
   [junit4]   2> 976904 INFO  (closeThreadPool-5715-thread-1) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@3908c4cf, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 977160 INFO  (closeThreadPool-5715-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 977164 WARN  (closeThreadPool-5715-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@5b2cf9bf[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 977165 WARN  (closeThreadPool-5715-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@5b2cf9bf[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 977175 WARN  (closeThreadPool-5715-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@2dbdf00d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 977176 WARN  (closeThreadPool-5715-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@2dbdf00d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 977183 INFO  (closeThreadPool-5715-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:64840/solr
   [junit4]   2> 977187 INFO  (closeThreadPool-5715-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 977195 INFO  (zkConnectionManagerCallback-5724-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 977195 INFO  (closeThreadPool-5715-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 977323 INFO  (closeThreadPool-5715-thread-1) [n:127.0.0.1:64898_zb_st%2Fzs     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 977330 INFO  (zkConnectionManagerCallback-5726-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 977330 INFO  (closeThreadPool-5715-thread-1) [n:127.0.0.1:64898_zb_st%2Fzs     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 977397 INFO  (closeThreadPool-5715-thread-1) [n:127.0.0.1:64898_zb_st%2Fzs     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 977455 INFO  (closeThreadPool-5715-thread-1) [n:127.0.0.1:64898_zb_st%2Fzs     ] o.a.s.c.ZkController Publish node=127.0.0.1:64898_zb_st%2Fzs as DOWN
   [junit4]   2> 977465 INFO  (closeThreadPool-5715-thread-1) [n:127.0.0.1:64898_zb_st%2Fzs     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 977466 INFO  (closeThreadPool-5715-thread-1) [n:127.0.0.1:64898_zb_st%2Fzs     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:64898_zb_st%2Fzs
   [junit4]   2> 977480 INFO  (zkCallback-5713-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 977483 INFO  (zkCallback-5698-thread-3) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 977484 INFO  (zkCallback-5725-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 977510 INFO  (closeThreadPool-5715-thread-1) [n:127.0.0.1:64898_zb_st%2Fzs     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 977511 WARN  (closeThreadPool-5715-thread-1) [n:127.0.0.1:64898_zb_st%2Fzs     ] 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> 977514 INFO  (TEST-TestCloudManagedSchema.test-seed#[9F10D97267167421]) [     ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J4/temp/solr.schema.TestCloudManagedSchema_9F10D97267167421-001/shard-2-001 of type NRT for shard1
   [junit4]   2> 977516 INFO  (closeThreadPool-5715-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 977516 INFO  (closeThreadPool-5715-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 977516 INFO  (closeThreadPool-5715-thread-2) [     ] o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 363d5f2df3a8a28de40604320230664b9c793c16; jvm 14+36-1461
   [junit4]   2> 977524 INFO  (closeThreadPool-5715-thread-2) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 977524 INFO  (closeThreadPool-5715-thread-2) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 977524 INFO  (closeThreadPool-5715-thread-2) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 977525 INFO  (closeThreadPool-5715-thread-2) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@24868e81{/zb_st/zs,null,AVAILABLE}
   [junit4]   2> 977527 INFO  (closeThreadPool-5715-thread-2) [     ] o.e.j.s.AbstractConnector Started ServerConnector@4ebb93a{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:64904}
   [junit4]   2> 977527 INFO  (closeThreadPool-5715-thread-2) [     ] o.e.j.s.Server Started @977588ms
   [junit4]   2> 977527 INFO  (closeThreadPool-5715-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/zb_st/zs, solrconfig=solrconfig.xml, solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J4/temp/solr.schema.TestCloudManagedSchema_9F10D97267167421-001/tempDir-001/jetty2, hostPort=64904, coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J4/temp/solr.schema.TestCloudManagedSchema_9F10D97267167421-001/shard-2-001/cores, replicaType=NRT}
   [junit4]   2> 977527 ERROR (closeThreadPool-5715-thread-2) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 977527 INFO  (closeThreadPool-5715-thread-2) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 977527 INFO  (closeThreadPool-5715-thread-2) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 9.0.0
   [junit4]   2> 977527 INFO  (closeThreadPool-5715-thread-2) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 977527 INFO  (closeThreadPool-5715-thread-2) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr
   [junit4]   2> 977527 INFO  (closeThreadPool-5715-thread-2) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-03-05T04:22:44.620625Z
   [junit4]   2> 977529 INFO  (closeThreadPool-5715-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 977537 INFO  (zkConnectionManagerCallback-5731-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 977537 INFO  (closeThreadPool-5715-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 977562 INFO  (closeThreadPool-5715-thread-1) [n:127.0.0.1:64898_zb_st%2Fzs     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 977644 INFO  (closeThreadPool-5715-thread-2) [     ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 977644 INFO  (closeThreadPool-5715-thread-2) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J4/temp/solr.schema.TestCloudManagedSchema_9F10D97267167421-001/shard-2-001/solr.xml
   [junit4]   2> 977647 INFO  (closeThreadPool-5715-thread-1) [n:127.0.0.1:64898_zb_st%2Fzs     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3908c4cf
   [junit4]   2> 977651 INFO  (closeThreadPool-5715-thread-2) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@3908c4cf, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 977664 INFO  (closeThreadPool-5715-thread-1) [n:127.0.0.1:64898_zb_st%2Fzs     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3908c4cf
   [junit4]   2> 977665 INFO  (closeThreadPool-5715-thread-1) [n:127.0.0.1:64898_zb_st%2Fzs     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3908c4cf
   [junit4]   2> 977667 INFO  (closeThreadPool-5715-thread-1) [n:127.0.0.1:64898_zb_st%2Fzs     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J4/temp/solr.schema.TestCloudManagedSchema_9F10D97267167421-001/shard-1-001/cores
   [junit4]   2> 977720 INFO  (closeThreadPool-5715-thread-1) [     ] o.a.s.c.AbstractFullDistribZkTestBase waitForLiveNode: 127.0.0.1:64898_zb_st%2Fzs
   [junit4]   2> 978194 INFO  (closeThreadPool-5715-thread-2) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 978196 WARN  (closeThreadPool-5715-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@48d64b8a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 978196 WARN  (closeThreadPool-5715-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@48d64b8a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 978203 WARN  (closeThreadPool-5715-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@39d8aafb[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 978203 WARN  (closeThreadPool-5715-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@39d8aafb[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 978206 INFO  (closeThreadPool-5715-thread-2) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:64840/solr
   [junit4]   2> 978214 INFO  (closeThreadPool-5715-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 978217 INFO  (zkConnectionManagerCallback-5739-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 978221 INFO  (closeThreadPool-5715-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 978350 INFO  (closeThreadPool-5715-thread-2) [n:127.0.0.1:64904_zb_st%2Fzs     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 978354 INFO  (zkConnectionManagerCallback-5741-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 978355 INFO  (closeThreadPool-5715-thread-2) [n:127.0.0.1:64904_zb_st%2Fzs     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 978366 INFO  (TEST-TestCloudManagedSchema.test-seed#[9F10D97267167421]) [     ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J4/temp/solr.schema.TestCloudManagedSchema_9F10D97267167421-001/shard-3-001 of type NRT for shard2
   [junit4]   2> 978368 INFO  (closeThreadPool-5715-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 978368 INFO  (closeThreadPool-5715-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 978369 INFO  (closeThreadPool-5715-thread-1) [     ] o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 363d5f2df3a8a28de40604320230664b9c793c16; jvm 14+36-1461
   [junit4]   2> 978377 INFO  (closeThreadPool-5715-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 978377 INFO  (closeThreadPool-5715-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 978378 INFO  (closeThreadPool-5715-thread-1) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 978379 INFO  (closeThreadPool-5715-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@30669147{/zb_st/zs,null,AVAILABLE}
   [junit4]   2> 978387 INFO  (closeThreadPool-5715-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@5e13e7bf{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:64908}
   [junit4]   2> 978387 INFO  (closeThreadPool-5715-thread-1) [     ] o.e.j.s.Server Started @978448ms
   [junit4]   2> 978387 INFO  (closeThreadPool-5715-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/zb_st/zs, solrconfig=solrconfig.xml, solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J4/temp/solr.schema.TestCloudManagedSchema_9F10D97267167421-001/tempDir-001/jetty3, hostPort=64908, coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J4/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J4/temp/solr.schema.TestCloudManagedSchema_9F10D97267167421-001/shard-3-001/cores}
   [junit4]   2> 978387 ERROR (closeThreadPool-5715-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 978387 INFO  (closeThreadPool-5715-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 978387 INFO  (closeThreadPool-5715-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 9.0.0
   [junit4]   2> 978387 INFO  (closeThreadPool-5715-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 978387 INFO  (closeThreadPool-5715-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr
   [junit4]   2> 978390 INFO  (closeThreadPool-5715-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-03-05T04:22:45.480974Z
   [junit4]   2> 978403 INFO  (closeThreadPool-5715-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 978409 INFO  (zkConnectionManagerCallback-5745-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 978410 INFO  (closeThreadPool-5715-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 978525 INFO  (closeThreadPool-5715-thread-1) [     ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 978525 INFO  (closeThreadPool-5715-thread-1) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J4/temp/solr.schema.TestCloudManagedSchema_9F10D97267167421-001/shard-3-001/solr.xml
   [junit4]   2> 978529 INFO  (OverseerCollectionConfigSetProcessor-72081625448710148-127.0.0.1:64862_zb_st%2Fzs-n_0000000000) [n:127.0.0.1:64862_zb_st%2Fzs     ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000002 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 978535 INFO  (closeThreadPool-5715-thread-1) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@3908c4cf, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 978537 INFO  (closeThreadPool-5715-thread-2) [n:127.0.0.1:64904_zb_st%2Fzs     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 978592 INFO  (closeThreadPool-5715-thread-2) [n:127.0.0.1:64904_zb_st%2Fzs     ] o.a.s.c.ZkController Publish node=127.0.0.1:64904_zb_st%2Fzs as DOWN
   [junit4]   2> 978600 INFO  (closeThreadPool-5715-thread-2) [n:127.0.0.1:64904_zb_st%2Fzs     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 978600 INFO  (closeThreadPool-5715-thread-2) [n:127.0.0.1:64904_zb_st%2Fzs     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:64904_zb_st%2Fzs
   [junit4]   2> 978611 INFO  (zkCallback-5698-thread-3) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 978612 INFO  (zkCallback-5713-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 978614 INFO  (zkCallback-5725-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 978615 INFO  (zkCallback-5740-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 978635 INFO  (closeThreadPool-5715-thread-2) [n:127.0.0.1:64904_zb_st%2Fzs     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 978635 WARN  (closeThreadPool-5715-thread-2) [n:127.0.0.1:64904_zb_st%2Fzs     ] 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> 978687 INFO  (closeThreadPool-5715-thread-2) [n:127.0.0.1:64904_zb_st%2Fzs     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 978779 INFO  (closeThreadPool-5715-thread-2) [n:127.0.0.1:64904_zb_st%2Fzs     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3908c4cf
   [junit4]   2> 978819 INFO  (closeThreadPool-5715-thread-2) [n:127.0.0.1:64904_zb_st%2Fzs     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3908c4cf
   [junit4]   2> 978820 INFO  (closeThreadPool-5715-thread-2) [n:127.0.0.1:64904_zb_st%2Fzs     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3908c4cf
   [junit4]   2> 978828 INFO  (closeThreadPool-5715-thread-2) [n:127.0.0.1:64904_zb_st%2Fzs     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J4/temp/solr.schema.TestCloudManagedSchema_9F10D97267167421-001/shard-2-001/cores
   [junit4]   2> 978831 INFO  (closeThreadPool-5715-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 978836 WARN  (closeThreadPool-5715-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@77ce046d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 978836 WARN  (closeThreadPool-5715-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@77ce046d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 978866 WARN  (closeThreadPool-5715-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@1d25a054[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 978872 WARN  (closeThreadPool-5715-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@1d25a054[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 978875 INFO  (closeThreadPool-5715-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:64840/solr
   [junit4]   2> 978878 INFO  (closeThreadPool-5715-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 978885 INFO  (zkConnectionManagerCallback-5754-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 978885 INFO  (closeThreadPool-5715-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 978925 INFO  (closeThreadPool-5715-thread-2) [     ] o.a.s.c.AbstractFullDistribZkTestBase waitForLiveNode: 127.0.0.1:64904_zb_st%2Fzs
   [junit4]   2> 978995 INFO  (closeThreadPool-5715-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 978999 INFO  (zkConnectionManagerCallback-5756-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 978999 INFO  (closeThreadPool-5715-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 979024 INFO  (closeThreadPool-5715-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 979050 INFO  (closeThreadPool-5715-thread-1) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:64908_zb_st%2Fzs as DOWN
   [junit4]   2> 979057 INFO  (closeThreadPool-5715-thread-1) [     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 979057 INFO  (closeThreadPool-5715-thread-1) [     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:64908_zb_st%2Fzs
   [junit4]   2> 979065 INFO  (zkCallback-5725-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 979065 INFO  (zkCallback-5713-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 979065 INFO  (zkCallback-5698-thread-3) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 979065 INFO  (zkCallback-5755-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 979066 INFO  (zkCallback-5740-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 979076 INFO  (closeThreadPool-5715-thread-1) [     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 979077 WARN  (closeThreadPool-5715-thread-1) [     ] 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> 979122 INFO  (closeThreadPool-5715-thread-1) [     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 979179 INFO  (closeThreadPool-5715-thread-1) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3908c4cf
   [junit4]   2> 979181 INFO  (TEST-TestCloudManagedSchema.test-seed#[9F10D97267167421]) [     ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 4 in directory /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J4/temp/solr.schema.TestCloudManagedSchema_9F10D97267167421-001/shard-4-001 of type NRT for shard1
   [junit4]   2> 979182 INFO  (closeThreadPool-5715-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 979182 INFO  (closeThreadPool-5715-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 979182 INFO  (closeThreadPool-5715-thread-2) [     ] o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 363d5f2df3a8a28de40604320230664b9c793c16; jvm 14+36-1461
   [junit4]   2> 979185 INFO  (closeThreadPool-5715-thread-2) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 979185 INFO  (closeThreadPool-5715-thread-2) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 979185 INFO  (closeThreadPool-5715-thread-2) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 979185 INFO  (closeThreadPool-5715-thread-2) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@6aba38c2{/zb_st/zs,null,AVAILABLE}
   [junit4]   2> 979186 INFO  (closeThreadPool-5715-thread-2) [     ] o.e.j.s.AbstractConnector Started ServerConnector@62fcc005{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:64919}
   [junit4]   2> 979186 INFO  (closeThreadPool-5715-thread-2) [     ] o.e.j.s.Server Started @979247ms
   [junit4]   2> 979186 INFO  (closeThreadPool-5715-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/zb_st/zs, solrconfig=solrconfig.xml, solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J4/temp/solr.schema.TestCloudManagedSchema_9F10D97267167421-001/tempDir-001/jetty4, hostPort=64919, coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J4/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J4/temp/solr.schema.TestCloudManagedSchema_9F10D97267167421-001/shard-4-001/cores}
   [junit4]   2> 979186 ERROR (closeThreadPool-5715-thread-2) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 979186 INFO  (closeThreadPool-5715-thread-2) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 979187 INFO  (closeThreadPool-5715-thread-2) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 9.0.0
   [junit4]   2> 979187 INFO  (closeThreadPool-5715-thread-2) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 979187 INFO  (closeThreadPool-5715-thread-2) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr
   [junit4]   2> 979187 INFO  (closeThreadPool-5715-thread-2) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-03-05T04:22:46.280046Z
   [junit4]   2> 979188 INFO  (closeThreadPool-5715-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 979191 INFO  (zkConnectionManagerCallback-5762-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 979191 INFO  (closeThreadPool-5715-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 979205 INFO  (closeThreadPool-5715-thread-1) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3908c4cf
   [junit4]   2> 979205 INFO  (closeThreadPool-5715-thread-1) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3908c4cf
   [junit4]   2> 979209 INFO  (closeThreadPool-5715-thread-1) [     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J4/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J4/temp/solr.schema.TestCloudManagedSchema_9F10D97267167421-001/shard-3-001/cores
   [junit4]   2> 979249 INFO  (closeThreadPool-5715-thread-1) [     ] o.a.s.c.AbstractFullDistribZkTestBase waitForLiveNode: 127.0.0.1:64908_zb_st%2Fzs
   [junit4]   2> 979298 INFO  (closeThreadPool-5715-thread-2) [     ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 979299 INFO  (closeThreadPool-5715-thread-2) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J4/temp/solr.schema.TestCloudManagedSchema_9F10D97267167421-001/shard-4-001/solr.xml
   [junit4]   2> 979303 INFO  (closeThreadPool-5715-thread-2) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@3908c4cf, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 979674 INFO  (closeThreadPool-5715-thread-2) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 979676 WARN  (closeThreadPool-5715-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@47305a20[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 979676 WARN  (closeThreadPool-5715-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@47305a20[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 979679 WARN  (closeThreadPool-5715-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@52a5ab9[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 979679 WARN  (closeThreadPool-5715-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@52a5ab9[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 979680 INFO  (closeThreadPool-5715-thread-2) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:64840/solr
   [junit4]   2> 979681 INFO  (closeThreadPool-5715-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 979688 INFO  (zkConnectionManagerCallback-5769-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 979689 INFO  (closeThreadPool-5715-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 979799 INFO  (closeThreadPool-5715-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 979804 INFO  (zkConnectionManagerCallback-5771-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 979804 INFO  (closeThreadPool-5715-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 979818 INFO  (closeThreadPool-5715-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 979830 INFO  (closeThreadPool-5715-thread-2) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:64919_zb_st%2Fzs as DOWN
   [junit4]   2> 979832 INFO  (closeThreadPool-5715-thread-2) [     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 979832 INFO  (closeThreadPool-5715-thread-2) [     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:64919_zb_st%2Fzs
   [junit4]   2> 979836 INFO  (zkCallback-5698-thread-3) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 979837 INFO  (zkCallback-5725-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 979837 INFO  (zkCallback-5755-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 979837 INFO  (zkCallback-5740-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 979838 INFO  (zkCallback-5713-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 979838 INFO  (zkCallback-5770-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 979841 INFO  (closeThreadPool-5715-thread-2) [     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 979841 WARN  (closeThreadPool-5715-thread-2) [     ] 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> 979861 INFO  (closeThreadPool-5715-thread-2) [     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 979893 INFO  (closeThreadPool-5715-thread-2) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3908c4cf
   [junit4]   2> 979907 INFO  (closeThreadPool-5715-thread-2) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3908c4cf
   [junit4]   2> 979907 INFO  (closeThreadPool-5715-thread-2) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3908c4cf
   [junit4]   2> 979909 INFO  (closeThreadPool-5715-thread-2) [     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J4/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J4/temp/solr.schema.TestCloudManagedSchema_9F10D97267167421-001/shard-4-001/cores
   [junit4]   2> 979968 INFO  (closeThreadPool-5715-thread-2) [     ] o.a.s.c.AbstractFullDistribZkTestBase waitForLiveNode: 127.0.0.1:64919_zb_st%2Fzs
   [junit4]   2> 979974 INFO  (qtp981862947-16506) [n:127.0.0.1:64862_zb_st%2Fzs     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:64898_zb_st%252Fzs&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 979977 INFO  (qtp981862947-16507) [n:127.0.0.1:64862_zb_st%2Fzs     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:64904_zb_st%252Fzs&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 979977 INFO  (qtp981862947-16509) [n:127.0.0.1:64862_zb_st%2Fzs     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:64908_zb_st%252Fzs&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 979977 INFO  (qtp981862947-16508) [n:127.0.0.1:64862_zb_st%2Fzs     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:64919_zb_st%252Fzs&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 979991 INFO  (OverseerThreadFactory-5085-thread-3-processing-n:127.0.0.1:64862_zb_st%2Fzs) [n:127.0.0.1:64862_zb_st%2Fzs c:collection1 s:shard2   ] o.a.s.c.a.c.AddReplicaCmd Node Identified 127.0.0.1:64898_zb_st%2Fzs for creating new replica of shard shard2 for collection collection1
   [junit4]   2> 979994 INFO  (OverseerThreadFactory-5085-thread-3-processing-n:127.0.0.1:64862_zb_st%2Fzs) [n:127.0.0.1:64862_zb_st%2Fzs c:collection1 s:shard2   ] o.a.s.c.a.c.AddReplicaCmd Returning CreateReplica command.
   [junit4]   2> 979995 INFO  (OverseerThreadFactory-5085-thread-4-processing-n:127.0.0.1:64862_zb_st%2Fzs) [n:127.0.0.1:64862_zb_st%2Fzs c:collection1 s:shard1   ] o.a.s.c.a.c.AddReplicaCmd Node Identified 127.0.0.1:64904_zb_st%2Fzs for creating new replica of shard shard1 for collection collection1
   [junit4]   2> 979998 INFO  (OverseerThreadFactory-5085-thread-4-processing-n:127.0.0.1:64862_zb_st%2Fzs) [n:127.0.0.1:64862_zb_st%2Fzs c:collection1 s:shard1   ] o.a.s.c.a.c.AddReplicaCmd Returning CreateReplica command.
   [junit4]   2> 980001 INFO  (qtp1543048604-16566) [n:127.0.0.1:64898_zb_st%2Fzs    x:collection1_shard2_replica_n1 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_n1&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 980004 INFO  (qtp13909496-16590) [n:127.0.0.1:64904_zb_st%2Fzs    x:collection1_shard1_replica_n2 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n2&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 981778 INFO  (qtp1543048604-16566) [n:127.0.0.1:64898_zb_st%2Fzs c:collection1 s:shard2  x:collection1_shard2_replica_n1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 981811 INFO  (qtp1543048604-16566) [n:127.0.0.1:64898_zb_st%2Fzs c:collection1 s:shard2  x:collection1_shard2_replica_n1 ] o.a.s.s.IndexSchema [collection1_shard2_replica_n1] Schema name=test
   [junit4]   2> 981888 INFO  (qtp13909496-16590) [n:127.0.0.1:64904_zb_st%2Fzs c:collection1 s:shard1  x:collection1_shard1_replica_n2 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 981942 INFO  (qtp13909496-16590) [n:127.0.0.1:64904_zb_st%2Fzs c:collection1 s:shard1  x:collection1_shard1_replica_n2 ] o.a.s.s.IndexSchema [collection1_shard1_replica_n2] Schema name=test
   [junit4]   2> 982089 INFO  (qtp1543048604-16566) [n:127.0.0.1:64898_zb_st%2Fzs c:collection1 s:shard2  x:collection1_shard2_replica_n1 ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 982231 INFO  (qtp13909496-16590) [n:127.0.0.1:64904_zb_st%2Fzs c:collection1 s:shard1  x:collection1_shard1_replica_n2 ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 982254 INFO  (qtp1543048604-16566) [n:127.0.0.1:64898_zb_st%2Fzs c:collection1 s:shard2  x:collection1_shard2_replica_n1 ] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard2_replica_n1' using configuration from configset conf1, trusted=true
   [junit4]   2> 982254 INFO  (qtp1543048604-16566) [n:127.0.0.1:64898_zb_st%2Fzs c:collection1 s:shard2  x:collection1_shard2_replica_n1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1.shard2.replica_n1' (registry 'solr.core.collection1.shard2.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3908c4cf
   [junit4]   2> 982254 INFO  (qtp1543048604-16566) [n:127.0.0.1:64898_zb_st%2Fzs c:collection1 s:shard2  x:collection1_shard2_replica_n1 ] o.a.s.c.SolrCore [[collection1_shard2_replica_n1] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J4/temp/solr.schema.TestCloudManagedSchema_9F10D97267167421-001/shard-1-001/cores/collection1_shard2_replica_n1], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J4/temp/solr.schema.TestCloudManagedSchema_9F10D97267167421-001/shard-1-001/cores/collection1_shard2_replica_n1/data/]
   [junit4]   2> 982263 INFO  (qtp1543048604-16566) [n:127.0.0.1:64898_zb_st%2Fzs c:collection1 s:shard2  x:collection1_shard2_replica_n1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=17, maxMergeAtOnceExplicit=21, maxMergedSegmentMB=32.5029296875, floorSegmentMB=0.5966796875, forceMergeDeletesPctAllowed=9.364588906004306, segmentsPerTier=21.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0, deletesPctAllowed=23.956238570737302
   [junit4]   2> 982308 INFO  (qtp13909496-16590) [n:127.0.0.1:64904_zb_st%2Fzs c:collection1 s:shard1  x:collection1_shard1_replica_n2 ] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard1_replica_n2' using configuration from configset conf1, trusted=true
   [junit4]   2> 982309 INFO  (qtp13909496-16590) [n:127.0.0.1:64904_zb_st%2Fzs c:collection1 s:shard1  x:collection1_shard1_replica_n2 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1.shard1.replica_n2' (registry 'solr.core.collection1.shard1.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3908c4cf
   [junit4]   2> 982309 INFO  (qtp13909496-16590) [n:127.0.0.1:64904_zb_st%2Fzs c:collection1 s:shard1  x:collection1_shard1_replica_n2 ] o.a.s.c.SolrCore [[collection1_shard1_replica_n2] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J4/temp/solr.schema.TestCloudManagedSchema_9F10D97267167421-001/shard-2-001/cores/collection1_shard1_replica_n2], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J4/temp/solr.schema.TestCloudManagedSchema_9F10D97267167421-001/shard-2-001/cores/collection1_shard1_replica_n2/data/]
   [junit4]   2> 983180 INFO  (qtp13909496-16590) [n:127.0.0.1:64904_zb_st%2Fzs c:collection1 s:shard1  x:collection1_shard1_replica_n2 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=17, maxMergeAtOnceExplicit=21, maxMergedSegmentMB=32.5029296875, floorSegmentMB=0.5966796875, forceMergeDeletesPctAllowed=9.364588906004306, segmentsPerTier=21.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0, deletesPctAllowed=23.956238570737302
   [junit4]   2> 983203 WARN  (qtp1543048604-16566) [n:127.0.0.1:64898_zb_st%2Fzs c:collection1 s:shard2  x:collection1_shard2_replica_n1 ] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, registerPath=/solr,/v2, class=DumpRequestHandler},args = {defaults={a=A, b=B}}}
   [junit4]   2> 983220 WARN  (qtp13909496-16590) [n:127.0.0.1:64904_zb_st%2Fzs c:collection1 s:shard1  x:collection1_shard1_replica_n2 ] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, registerPath=/solr,/v2, class=DumpRequestHandler},args = {defaults={a=A, b=B}}}
   [junit4]   2> 983282 INFO  (qtp1543048604-16566) [n:127.0.0.1:64898_zb_st%2Fzs c:collection1 s:shard2  x:collection1_shard2_replica_n1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 983282 INFO  (qtp1543048604-16566) [n:127.0.0.1:64898_zb_st%2Fzs c:collection1 s:shard2  x:collection1_shard2_replica_n1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 983284 INFO  (qtp1543048604-16566) [n:127.0.0.1:64898_zb_st%2Fzs c:collection1 s:shard2  x:collection1_shard2_replica_n1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 983285 INFO  (qtp1543048604-16566) [n:127.0.0.1:64898_zb_st%2Fzs c:collection1 s:shard2  x:collection1_shard2_replica_n1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 983288 INFO  (qtp1543048604-16566) [n:127.0.0.1:64898_zb_st%2Fzs c:collection1 s:shard2  x:collection1_shard2_replica_n1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=49, maxMergeAtOnceExplicit=31, maxMergedSegmentMB=100.79296875, floorSegmentMB=0.9453125, forceMergeDeletesPctAllowed=22.122441847014958, segmentsPerTier=11.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.34556936985592346, deletesPctAllowed=42.246918453491844
   [junit4]   2> 983290 INFO  (qtp1543048604-16566) [n:127.0.0.1:64898_zb_st%2Fzs c:collection1 s:shard2  x:collection1_shard2_replica_n1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@7f28407[collection1_shard2_replica_n1] main]
   [junit4]   2> 983296 INFO  (qtp1543048604-16566) [n:127.0.0.1:64898_zb_st%2Fzs c:collection1 s:shard2  x:collection1_shard2_replica_n1 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 983297 INFO  (qtp1543048604-16566) [n:127.0.0.1:64898_zb_st%2Fzs c:collection1 s:shard2  x:collection1_shard2_replica_n1 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 983297 INFO  (qtp1543048604-16566) [n:127.0.0.1:64898_zb_st%2Fzs c:collection1 s:shard2  x:collection1_shard2_replica_n1 ] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/conf1/managed-schema
   [junit4]   2> 983299 INFO  (qtp1543048604-16566) [n:127.0.0.1:64898_zb_st%2Fzs c:collection1 s:shard2  x:collection1_shard2_replica_n1 ] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 983299 INFO  (qtp1543048604-16566) [n:127.0.0.1:64898_zb_st%2Fzs c:collection1 s:shard2  x:collection1_shard2_replica_n1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 983299 INFO  (qtp1543048604-16566) [n:127.0.0.1:64898_zb_st%2Fzs c:collection1 s:shard2  x:collection1_shard2_replica_n1 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1660296542700961792
   [junit4]   2> 983300 INFO  (qtp13909496-16590) [n:127.0.0.1:64904_zb_st%2Fzs c:collection1 s:shard1  x:collection1_shard1_replica_n2 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 983300 INFO  (qtp13909496-16590) [n:127.0.0.1:64904_zb_st%2Fzs c:collection1 s:shard1  x:collection1_shard1_replica_n2 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 983302 INFO  (qtp13909496-16590) [n:127.0.0.1:64904_zb_st%2Fzs c:collection1 s:shard1  x:collection1_shard1_replica_n2 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 983302 INFO  (qtp13909496-16590) [n:127.0.0.1:64904_zb_st%2Fzs c:collection1 s:shard1  x:collection1_shard1_replica_n2 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 983302 INFO  (searcherExecutor-5131-thread-1-processing-n:127.0.0.1:64898_zb_st%2Fzs x:collection1_shard2_replica_n1 c:collection1 s:shard2) [n:127.0.0.1:64898_zb_st%2Fzs c:collection1 s:shard2  x:collection1_shard2_replica_n1 ] o.a.s.c.SolrCore [collection1_shard2_replica_n1] Registered new searcher Searcher@7f28407[collection1_shard2_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 983303 INFO  (qtp13909496-16590) [n:127.0.0.1:64904_zb_st%2Fzs c:collection1 s:shard1  x:co

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

         => java.lang.InterruptedException: sleep interrupted
   [junit4]   2> 	at java.base/java.lang.Thread.sleep(Native Method)
   [junit4]   2> java.lang.InterruptedException: sleep interrupted
   [junit4]   2> 	at java.lang.Thread.sleep(Native Method) [?:?]
   [junit4]   2> 	at org.apache.zookeeper.server.SessionTrackerImpl.run(SessionTrackerImpl.java:151) ~[zookeeper-3.5.5.jar:3.5.5]
   [junit4]   2> Mar 05, 2020 4:23:36 AM com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: All leaked threads terminated.
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene84): {bool=PostingsFormat(name=LuceneVarGapDocFreqInterval), collation_en_primary_first=PostingsFormat(name=LuceneVarGapFixedInterval), currency_first____amount_raw=PostingsFormat(name=LuceneFixedGap), str_last=Lucene84, currency_first____currency=PostingsFormat(name=LuceneFixedGap), uuid=PostingsFormat(name=LuceneVarGapFixedInterval), enum_first=PostingsFormat(name=LuceneVarGapDocFreqInterval), str_first=PostingsFormat(name=LuceneVarGapDocFreqInterval), icu_collation_en_primary_first=PostingsFormat(name=LuceneFixedGap), id=PostingsFormat(name=LuceneVarGapFixedInterval), currency____amount_raw=PostingsFormat(name=LuceneVarGapDocFreqInterval), collation_en_primary_last=PostingsFormat(name=LuceneFixedGap), currency_last____currency=PostingsFormat(name=LuceneVarGapFixedInterval), uuid_first=Lucene84, bool_first=PostingsFormat(name=LuceneFixedGap), _root_=PostingsFormat(name=LuceneVarGapDocFreqInterval), bool_last=PostingsFormat(name=LuceneVarGapFixedInterval), uuid_last=PostingsFormat(name=LuceneVarGapDocFreqInterval), enum=PostingsFormat(name=LuceneFixedGap), str=PostingsFormat(name=LuceneFixedGap), enum_dv_last=PostingsFormat(name=LuceneVarGapFixedInterval), enum_last=Lucene84, icu_collation_en_primary_last=PostingsFormat(name=LuceneFixedGap), currency____currency=PostingsFormat(name=LuceneVarGapDocFreqInterval), currency_last____amount_raw=PostingsFormat(name=LuceneFixedGap), enum_dv_first=PostingsFormat(name=LuceneFixedGap), enum_dv=Lucene84}, docValues:{collation_en_primary_dv_first=DocValuesFormat(name=Lucene80), collation_en_primary_dv=DocValuesFormat(name=Asserting), bin=DocValuesFormat(name=Asserting), collation_en_primary_first=DocValuesFormat(name=Asserting), date_dv_last=DocValuesFormat(name=Lucene80), str_last=DocValuesFormat(name=Lucene80), float=DocValuesFormat(name=Lucene80), bin_last=DocValuesFormat(name=Lucene80), int_dv=DocValuesFormat(name=Lucene80), str_first=DocValuesFormat(name=Lucene80), str_dv_first=DocValuesFormat(name=Asserting), icu_collation_en_primary_dv=DocValuesFormat(name=Asserting), float_dv=DocValuesFormat(name=Asserting), long_dv_last=DocValuesFormat(name=Lucene80), id=DocValuesFormat(name=Asserting), collation_en_primary_last=DocValuesFormat(name=Asserting), bin_first=DocValuesFormat(name=Lucene80), collation_en_primary_dv_last=DocValuesFormat(name=Lucene80), long_dv_first=DocValuesFormat(name=Lucene80), _root_=DocValuesFormat(name=Lucene80), float_dv_last=DocValuesFormat(name=Lucene80), str=DocValuesFormat(name=Asserting), bin_dv_last=DocValuesFormat(name=Asserting), uuid_dv_first=DocValuesFormat(name=Asserting), double_dv=DocValuesFormat(name=Lucene80), enum_dv_last=DocValuesFormat(name=Asserting), str_dv=DocValuesFormat(name=Lucene80), icu_collation_en_primary_last=DocValuesFormat(name=Asserting), bin_dv_first=DocValuesFormat(name=Asserting), enum_dv=DocValuesFormat(name=Lucene80), uuid_dv=DocValuesFormat(name=Lucene80), icu_collation_en_primary_dv_first=DocValuesFormat(name=Lucene80), date_dv=DocValuesFormat(name=Asserting), float_dv_first=DocValuesFormat(name=Lucene80), double_dv_last=DocValuesFormat(name=Asserting), uuid_dv_last=DocValuesFormat(name=Asserting), date_dv_first=DocValuesFormat(name=Lucene80), int_last=DocValuesFormat(name=Lucene80), str_dv_last=DocValuesFormat(name=Asserting), icu_collation_en_primary_dv_last=DocValuesFormat(name=Lucene80), icu_collation_en_primary_first=DocValuesFormat(name=Asserting), float_first=DocValuesFormat(name=Asserting), int_dv_first=DocValuesFormat(name=Asserting), double_dv_first=DocValuesFormat(name=Asserting), int=DocValuesFormat(name=Asserting), int_first=DocValuesFormat(name=Lucene80), int_dv_last=DocValuesFormat(name=Asserting), _version_=DocValuesFormat(name=Lucene80), enum_dv_first=DocValuesFormat(name=Asserting), float_last=DocValuesFormat(name=Asserting), long_dv=DocValuesFormat(name=Asserting), bin_dv=DocValuesFormat(name=Lucene80)}, maxPointsInLeafNode=58, maxMBSortInHeap=6.391644304679421, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@2efb2fe), locale=pa-Guru, timezone=Asia/Khandyga
   [junit4]   2> NOTE: Mac OS X 10.14.6 x86_64/Oracle Corporation 14 (64-bit)/cpus=6,threads=1,free=238935912,total=503316480
   [junit4]   2> NOTE: All tests run in this JVM: [TestStressReorder, AssignBackwardCompatibilityTest, TestJettySolrRunner, TestLegacyTerms, ResponseBuilderTest, TestBM25SimilarityFactory, MetricsHistoryWithAuthIntegrationTest, TestSubQueryTransformerCrossCore, HdfsNNFailoverTest, TestSearchPerf, TestDynamicURP, BadComponentTest, RequiredFieldsTest, SimpleCollectionCreateDeleteTest, CursorMarkTest, MoveReplicaTest, CollectionStateFormat2Test, TestCoreBackup, HdfsThreadLeakTest, RequestLoggingTest, RegexBoostProcessorTest, TokenizerChainTest, ChaosMonkeyNothingIsSafeWithPullReplicasTest, MetricsHandlerTest, TestManagedSchemaAPI, TestCSVResponseWriter, TestDeleteCollectionOnDownNodes, TestUpdate, TestTrieFacet, TestSolrCloudWithDelegationTokens, UpdateRequestProcessorFactoryTest, TestComplexPhraseQParserPlugin, OutOfBoxZkACLAndCredentialsProvidersTest, CdcrUpdateLogTest, TestSolrQueryParser, TestMaxScoreQueryParser, TestRealTimeGet, TestStressLiveNodes, CloudExitableDirectoryReaderTest, ExitableDirectoryReaderTest, TestBackupRepositoryFactory, DistributedDebugComponentTest, TestFieldResource, AnalysisAfterCoreReloadTest, SolrIndexSplitterTest, TestUtils, TestBulkSchemaAPI, SpatialFilterTest, PrimUtilsTest, TestSSLRandomization, ZkFailoverTest, AsyncCallRequestStatusResponseTest, XmlUpdateRequestHandlerTest, FacetPivotSmallTest, TestTrackingShardHandlerFactory, TestSchemaSimilarityResource, RootFieldTest, TestSimUtils, DateMathParserTest, SearchRateTriggerTest, CdcrOpsAndBoundariesTest, TestPerFieldSimilarityWithDefaultOverride, TestPhraseSuggestions, QueryParsingTest, SolrMetricReporterTest, TestSimNodeAddedTrigger, StatelessScriptUpdateProcessorFactoryTest, TestReloadAndDeleteDocs, TestConfigSetImmutable, DistribJoinFromCollectionTest, Tagger2Test, TestSolrConfigHandlerConcurrent, OpenExchangeRatesOrgProviderTest, HttpSolrCallGetCoreTest, SolrInfoBeanTest, AutoScalingHandlerTest, CreateCollectionCleanupTest, ChangedSchemaMergeTest, TestCloudSchemaless, TestFieldCacheSort, TestClusterProperties, TermsComponentTest, TestJoin, TestExportTool, DimensionalRoutedAliasUpdateProcessorTest, TestIntervalFaceting, AddSchemaFieldsUpdateProcessorFactoryTest, TestInPlaceUpdatesDistrib, TriggerIntegrationTest, SpatialRPTFieldTypeTest, TestDistributedSearch, DeleteShardTest, DistribCursorPagingTest]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=DistribCursorPagingTest -Dtests.seed=9F10D97267167421 -Dtests.slow=true -Dtests.locale=pa-Guru -Dtests.timezone=Asia/Khandyga -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.00s J0 | DistribCursorPagingTest (suite) <<<
   [junit4]    > Throwable #1: com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.cloud.DistribCursorPagingTest: 
   [junit4]    >    1) Thread[id=14512, name=SessionTracker, state=TIMED_WAITING, group=TGRP-DistribCursorPagingTest]
   [junit4]    >         at java.base@14/java.lang.Thread.sleep(Native Method)
   [junit4]    >         at app//org.apache.zookeeper.server.SessionTrackerImpl.run(SessionTrackerImpl.java:151)
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([9F10D97267167421]:0)
   [junit4] Completed [457/905 (3!)] on J0 in 53.97s, 1 test, 1 error <<< FAILURES!

[...truncated 46385 lines...]
[repro] Jenkins log URL: https://jenkins.thetaphi.de/job/Lucene-Solr-master-MacOSX/5741/consoleText

[repro] Revision: d751cf626ec639d38b955d3962ae347aea00c0ac

[repro] Ant options: "-Dargs=-XX:+UseCompressedOops -XX:+UseG1GC"
[repro] Repro line:  ant test  -Dtestcase=TestCloudManagedSchema -Dtests.seed=9F10D97267167421 -Dtests.slow=true -Dtests.locale=sv-SE -Dtests.timezone=Pacific/Tongatapu -Dtests.asserts=true -Dtests.file.encoding=UTF-8

[repro] Repro line:  ant test  -Dtestcase=TestConfigSetsAPI -Dtests.seed=9F10D97267167421 -Dtests.slow=true -Dtests.locale=ro -Dtests.timezone=Asia/Tomsk -Dtests.asserts=true -Dtests.file.encoding=UTF-8

[repro] Repro line:  ant test  -Dtestcase=DistribCursorPagingTest -Dtests.seed=9F10D97267167421 -Dtests.slow=true -Dtests.locale=pa-Guru -Dtests.timezone=Asia/Khandyga -Dtests.asserts=true -Dtests.file.encoding=UTF-8

[repro] JUnit rest result XML files will be moved to: ./repro-reports
[repro] ant clean

[...truncated 6 lines...]
[repro] Test suites by module:
[repro]    solr/core
[repro]       TestConfigSetsAPI
[repro]       TestCloudManagedSchema
[repro]       DistribCursorPagingTest
[repro] ant compile-test

[...truncated 3150 lines...]
[repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=15 -Dtests.class="*.TestConfigSetsAPI|*.TestCloudManagedSchema|*.DistribCursorPagingTest" -Dtests.showOutput=onerror "-Dargs=-XX:+UseCompressedOops -XX:+UseG1GC" -Dtests.seed=9F10D97267167421 -Dtests.slow=true -Dtests.locale=ro -Dtests.timezone=Asia/Tomsk -Dtests.asserts=true -Dtests.file.encoding=UTF-8

[...truncated 171 lines...]
[repro] Failures w/original seeds:
[repro]   0/5 failed: org.apache.solr.cloud.DistribCursorPagingTest
[repro]   0/5 failed: org.apache.solr.cloud.TestConfigSetsAPI
[repro]   0/5 failed: org.apache.solr.schema.TestCloudManagedSchema
[repro] Exiting with code 0

[...truncated 73 lines...]