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/23 01:25:35 UTC

[JENKINS] Lucene-Solr-master-Windows (64bit/jdk-13.0.2) - Build # 8603 - Still Unstable!

Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Windows/8603/
Java: 64bit/jdk-13.0.2 -XX:-UseCompressedOops -XX:+UseParallelGC

1 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.BasicDistributedZk2Test

Error Message:
ObjectTracker found 1 object(s) that were not released!!! [ZkCollectionTerms] org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.cloud.ZkCollectionTerms  at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)  at org.apache.solr.cloud.ZkCollectionTerms.<init>(ZkCollectionTerms.java:39)  at org.apache.solr.cloud.ZkController.getCollectionTerms(ZkController.java:1614)  at org.apache.solr.cloud.ZkController.register(ZkController.java:1197)  at org.apache.solr.cloud.ZkController$RegisterCoreAsync.call(ZkController.java:269)  at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)  at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210)  at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)  at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)  at java.base/java.lang.Thread.run(Thread.java:830)   expected null, but was:<ObjectTracker found 1 object(s) that were not released!!! [ZkCollectionTerms] org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.cloud.ZkCollectionTerms  at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)  at org.apache.solr.cloud.ZkCollectionTerms.<init>(ZkCollectionTerms.java:39)  at org.apache.solr.cloud.ZkController.getCollectionTerms(ZkController.java:1614)  at org.apache.solr.cloud.ZkController.register(ZkController.java:1197)  at org.apache.solr.cloud.ZkController$RegisterCoreAsync.call(ZkController.java:269)  at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)  at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210)  at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)  at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)  at java.base/java.lang.Thread.run(Thread.java:830)  >

Stack Trace:
java.lang.AssertionError: ObjectTracker found 1 object(s) that were not released!!! [ZkCollectionTerms]
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.cloud.ZkCollectionTerms
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
	at org.apache.solr.cloud.ZkCollectionTerms.<init>(ZkCollectionTerms.java:39)
	at org.apache.solr.cloud.ZkController.getCollectionTerms(ZkController.java:1614)
	at org.apache.solr.cloud.ZkController.register(ZkController.java:1197)
	at org.apache.solr.cloud.ZkController$RegisterCoreAsync.call(ZkController.java:269)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at java.base/java.lang.Thread.run(Thread.java:830)

 expected null, but was:<ObjectTracker found 1 object(s) that were not released!!! [ZkCollectionTerms]
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.cloud.ZkCollectionTerms
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
	at org.apache.solr.cloud.ZkCollectionTerms.<init>(ZkCollectionTerms.java:39)
	at org.apache.solr.cloud.ZkController.getCollectionTerms(ZkController.java:1614)
	at org.apache.solr.cloud.ZkController.register(ZkController.java:1197)
	at org.apache.solr.cloud.ZkController$RegisterCoreAsync.call(ZkController.java:269)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at java.base/java.lang.Thread.run(Thread.java:830)

>
	at __randomizedtesting.SeedInfo.seed([68D13B393A4A348D]: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.SolrTestCaseJ4.teardownTestCases(SolrTestCaseJ4.java:334)
	at jdk.internal.reflect.GeneratedMethodAccessor52.invoke(Unknown Source)
	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$7.evaluate(RandomizedRunner.java:905)
	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)




Build Log:
[...truncated 14577 lines...]
   [junit4] Suite: org.apache.solr.cloud.BasicDistributedZk2Test
   [junit4]   2> 861414 INFO  (SUITE-BasicDistributedZk2Test-seed#[68D13B393A4A348D]-worker) [     ] o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to test-framework derived value of 'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\server\solr\configsets\_default\conf'
   [junit4]   2> 861415 INFO  (SUITE-BasicDistributedZk2Test-seed#[68D13B393A4A348D]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.BasicDistributedZk2Test_68D13B393A4A348D-001\data-dir-95-001
   [junit4]   2> 861416 WARN  (SUITE-BasicDistributedZk2Test-seed#[68D13B393A4A348D]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=67 numCloses=67
   [junit4]   2> 861416 INFO  (SUITE-BasicDistributedZk2Test-seed#[68D13B393A4A348D]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 861418 INFO  (SUITE-BasicDistributedZk2Test-seed#[68D13B393A4A348D]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl="https://issues.apache.org/jira/browse/SOLR-5776")
   [junit4]   2> 861418 INFO  (SUITE-BasicDistributedZk2Test-seed#[68D13B393A4A348D]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 861418 INFO  (SUITE-BasicDistributedZk2Test-seed#[68D13B393A4A348D]-worker) [     ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 861422 INFO  (TEST-BasicDistributedZk2Test.test-seed#[68D13B393A4A348D]) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 861422 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 861422 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 861523 INFO  (TEST-BasicDistributedZk2Test.test-seed#[68D13B393A4A348D]) [     ] o.a.s.c.ZkTestServer start zk server on port:55244
   [junit4]   2> 861523 INFO  (TEST-BasicDistributedZk2Test.test-seed#[68D13B393A4A348D]) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:55244
   [junit4]   2> 861523 INFO  (TEST-BasicDistributedZk2Test.test-seed#[68D13B393A4A348D]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:55244
   [junit4]   2> 861523 INFO  (TEST-BasicDistributedZk2Test.test-seed#[68D13B393A4A348D]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 55244
   [junit4]   2> 861525 INFO  (TEST-BasicDistributedZk2Test.test-seed#[68D13B393A4A348D]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 861537 INFO  (zkConnectionManagerCallback-4320-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 861537 INFO  (TEST-BasicDistributedZk2Test.test-seed#[68D13B393A4A348D]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 861544 INFO  (TEST-BasicDistributedZk2Test.test-seed#[68D13B393A4A348D]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 861549 INFO  (zkConnectionManagerCallback-4322-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 861549 INFO  (TEST-BasicDistributedZk2Test.test-seed#[68D13B393A4A348D]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 861552 INFO  (TEST-BasicDistributedZk2Test.test-seed#[68D13B393A4A348D]) [     ] o.a.s.c.ZkTestServer put C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 861554 INFO  (TEST-BasicDistributedZk2Test.test-seed#[68D13B393A4A348D]) [     ] o.a.s.c.ZkTestServer put C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1\conf\schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 861555 INFO  (TEST-BasicDistributedZk2Test.test-seed#[68D13B393A4A348D]) [     ] o.a.s.c.ZkTestServer put C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 861557 INFO  (TEST-BasicDistributedZk2Test.test-seed#[68D13B393A4A348D]) [     ] o.a.s.c.ZkTestServer put C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1\conf\stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 861559 INFO  (TEST-BasicDistributedZk2Test.test-seed#[68D13B393A4A348D]) [     ] o.a.s.c.ZkTestServer put C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1\conf\protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 861561 INFO  (TEST-BasicDistributedZk2Test.test-seed#[68D13B393A4A348D]) [     ] o.a.s.c.ZkTestServer put C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1\conf\currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 861563 INFO  (TEST-BasicDistributedZk2Test.test-seed#[68D13B393A4A348D]) [     ] o.a.s.c.ZkTestServer put C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1\conf\enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 861565 INFO  (TEST-BasicDistributedZk2Test.test-seed#[68D13B393A4A348D]) [     ] o.a.s.c.ZkTestServer put C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1\conf\open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 861566 INFO  (TEST-BasicDistributedZk2Test.test-seed#[68D13B393A4A348D]) [     ] o.a.s.c.ZkTestServer put C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1\conf\mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 861568 INFO  (TEST-BasicDistributedZk2Test.test-seed#[68D13B393A4A348D]) [     ] o.a.s.c.ZkTestServer put C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1\conf\old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 861570 INFO  (TEST-BasicDistributedZk2Test.test-seed#[68D13B393A4A348D]) [     ] o.a.s.c.ZkTestServer put C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1\conf\synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 861572 INFO  (TEST-BasicDistributedZk2Test.test-seed#[68D13B393A4A348D]) [     ] o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly asked otherwise
   [junit4]   2> 862485 INFO  (TEST-BasicDistributedZk2Test.test-seed#[68D13B393A4A348D]) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 862485 INFO  (TEST-BasicDistributedZk2Test.test-seed#[68D13B393A4A348D]) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 862485 INFO  (TEST-BasicDistributedZk2Test.test-seed#[68D13B393A4A348D]) [     ] o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 363d5f2df3a8a28de40604320230664b9c793c16; jvm 13.0.2+8
   [junit4]   2> 862487 INFO  (TEST-BasicDistributedZk2Test.test-seed#[68D13B393A4A348D]) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 862487 INFO  (TEST-BasicDistributedZk2Test.test-seed#[68D13B393A4A348D]) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 862487 INFO  (TEST-BasicDistributedZk2Test.test-seed#[68D13B393A4A348D]) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 862487 INFO  (TEST-BasicDistributedZk2Test.test-seed#[68D13B393A4A348D]) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@6e6125ff{/,null,AVAILABLE}
   [junit4]   2> 862489 INFO  (TEST-BasicDistributedZk2Test.test-seed#[68D13B393A4A348D]) [     ] o.e.j.s.AbstractConnector Started ServerConnector@4ad65679{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:55254}
   [junit4]   2> 862489 INFO  (TEST-BasicDistributedZk2Test.test-seed#[68D13B393A4A348D]) [     ] o.e.j.s.Server Started @862518ms
   [junit4]   2> 862489 INFO  (TEST-BasicDistributedZk2Test.test-seed#[68D13B393A4A348D]) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, solr.data.dir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.BasicDistributedZk2Test_68D13B393A4A348D-001\tempDir-001/control/data, hostPort=55254, coreRootDirectory=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.BasicDistributedZk2Test_68D13B393A4A348D-001\control-001\cores}
   [junit4]   2> 862489 ERROR (TEST-BasicDistributedZk2Test.test-seed#[68D13B393A4A348D]) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 862489 INFO  (TEST-BasicDistributedZk2Test.test-seed#[68D13B393A4A348D]) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 862489 INFO  (TEST-BasicDistributedZk2Test.test-seed#[68D13B393A4A348D]) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 9.0.0
   [junit4]   2> 862489 INFO  (TEST-BasicDistributedZk2Test.test-seed#[68D13B393A4A348D]) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 862489 INFO  (TEST-BasicDistributedZk2Test.test-seed#[68D13B393A4A348D]) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr
   [junit4]   2> 862490 INFO  (TEST-BasicDistributedZk2Test.test-seed#[68D13B393A4A348D]) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-03-23T00:35:02.042960500Z
   [junit4]   2> 862491 INFO  (TEST-BasicDistributedZk2Test.test-seed#[68D13B393A4A348D]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 862493 INFO  (zkConnectionManagerCallback-4324-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 862494 INFO  (TEST-BasicDistributedZk2Test.test-seed#[68D13B393A4A348D]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 862595 INFO  (TEST-BasicDistributedZk2Test.test-seed#[68D13B393A4A348D]) [     ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 862595 INFO  (TEST-BasicDistributedZk2Test.test-seed#[68D13B393A4A348D]) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.BasicDistributedZk2Test_68D13B393A4A348D-001\control-001\solr.xml
   [junit4]   2> 862600 INFO  (TEST-BasicDistributedZk2Test.test-seed#[68D13B393A4A348D]) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@4bba289a, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 862699 INFO  (TEST-BasicDistributedZk2Test.test-seed#[68D13B393A4A348D]) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 862700 WARN  (TEST-BasicDistributedZk2Test.test-seed#[68D13B393A4A348D]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@398491d7[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 862700 WARN  (TEST-BasicDistributedZk2Test.test-seed#[68D13B393A4A348D]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@398491d7[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 862703 WARN  (TEST-BasicDistributedZk2Test.test-seed#[68D13B393A4A348D]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@3b76937e[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 862703 WARN  (TEST-BasicDistributedZk2Test.test-seed#[68D13B393A4A348D]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@3b76937e[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 862703 INFO  (TEST-BasicDistributedZk2Test.test-seed#[68D13B393A4A348D]) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:55244/solr
   [junit4]   2> 862705 INFO  (TEST-BasicDistributedZk2Test.test-seed#[68D13B393A4A348D]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 862707 INFO  (zkConnectionManagerCallback-4331-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 862707 INFO  (TEST-BasicDistributedZk2Test.test-seed#[68D13B393A4A348D]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 862809 INFO  (TEST-BasicDistributedZk2Test.test-seed#[68D13B393A4A348D]) [n:127.0.0.1:55254_     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 862811 INFO  (zkConnectionManagerCallback-4333-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 862811 INFO  (TEST-BasicDistributedZk2Test.test-seed#[68D13B393A4A348D]) [n:127.0.0.1:55254_     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 862893 INFO  (TEST-BasicDistributedZk2Test.test-seed#[68D13B393A4A348D]) [n:127.0.0.1:55254_     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:55254_
   [junit4]   2> 862893 INFO  (TEST-BasicDistributedZk2Test.test-seed#[68D13B393A4A348D]) [n:127.0.0.1:55254_     ] o.a.s.c.Overseer Overseer (id=72072601574834180-127.0.0.1:55254_-n_0000000000) starting
   [junit4]   2> 862898 INFO  (OverseerStateUpdate-72072601574834180-127.0.0.1:55254_-n_0000000000) [n:127.0.0.1:55254_     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:55254_
   [junit4]   2> 862899 INFO  (TEST-BasicDistributedZk2Test.test-seed#[68D13B393A4A348D]) [n:127.0.0.1:55254_     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:55254_
   [junit4]   2> 862900 INFO  (OverseerStateUpdate-72072601574834180-127.0.0.1:55254_-n_0000000000) [n:127.0.0.1:55254_     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 862902 INFO  (TEST-BasicDistributedZk2Test.test-seed#[68D13B393A4A348D]) [n:127.0.0.1:55254_     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 862903 WARN  (TEST-BasicDistributedZk2Test.test-seed#[68D13B393A4A348D]) [n:127.0.0.1:55254_     ] 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> 862926 INFO  (TEST-BasicDistributedZk2Test.test-seed#[68D13B393A4A348D]) [n:127.0.0.1:55254_     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 862946 INFO  (TEST-BasicDistributedZk2Test.test-seed#[68D13B393A4A348D]) [n:127.0.0.1:55254_     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4bba289a
   [junit4]   2> 862946 INFO  (TEST-BasicDistributedZk2Test.test-seed#[68D13B393A4A348D]) [n:127.0.0.1:55254_     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4bba289a
   [junit4]   2> 862946 INFO  (TEST-BasicDistributedZk2Test.test-seed#[68D13B393A4A348D]) [n:127.0.0.1:55254_     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4bba289a
   [junit4]   2> 862946 INFO  (TEST-BasicDistributedZk2Test.test-seed#[68D13B393A4A348D]) [n:127.0.0.1:55254_     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.BasicDistributedZk2Test_68D13B393A4A348D-001\control-001\cores
   [junit4]   2> 862970 INFO  (TEST-BasicDistributedZk2Test.test-seed#[68D13B393A4A348D]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 862973 INFO  (zkConnectionManagerCallback-4342-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 862973 INFO  (TEST-BasicDistributedZk2Test.test-seed#[68D13B393A4A348D]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 862974 INFO  (TEST-BasicDistributedZk2Test.test-seed#[68D13B393A4A348D]) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 862975 INFO  (TEST-BasicDistributedZk2Test.test-seed#[68D13B393A4A348D]) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:55244/solr ready
   [junit4]   2> 862977 INFO  (qtp726887407-15126) [n:127.0.0.1:55254_     ] 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:55254_&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 862981 INFO  (OverseerThreadFactory-4511-thread-1-processing-n:127.0.0.1:55254_) [n:127.0.0.1:55254_     ] o.a.s.c.a.c.CreateCollectionCmd Create collection control_collection
   [junit4]   2> 863089 INFO  (qtp726887407-15128) [n:127.0.0.1:55254_    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> 863089 INFO  (qtp726887407-15128) [n:127.0.0.1:55254_    x:control_collection_shard1_replica_n1 ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 864107 INFO  (qtp726887407-15128) [n:127.0.0.1:55254_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 864119 INFO  (qtp726887407-15128) [n:127.0.0.1:55254_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.s.IndexSchema Schema name=test
   [junit4]   2> 864196 INFO  (qtp726887407-15128) [n:127.0.0.1:55254_ 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> 864214 INFO  (qtp726887407-15128) [n:127.0.0.1:55254_ 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> 864214 INFO  (qtp726887407-15128) [n:127.0.0.1:55254_ 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@4bba289a
   [junit4]   2> 864215 INFO  (qtp726887407-15128) [n:127.0.0.1:55254_ 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 [C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.BasicDistributedZk2Test_68D13B393A4A348D-001\control-001\cores\control_collection_shard1_replica_n1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.BasicDistributedZk2Test_68D13B393A4A348D-001\control-001\cores\control_collection_shard1_replica_n1\data\]
   [junit4]   2> 864216 INFO  (qtp726887407-15128) [n:127.0.0.1:55254_ 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=40, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 864217 WARN  (qtp726887407-15128) [n:127.0.0.1:55254_ 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> 864280 INFO  (qtp726887407-15128) [n:127.0.0.1:55254_ 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> 864280 INFO  (qtp726887407-15128) [n:127.0.0.1:55254_ 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> 864282 INFO  (qtp726887407-15128) [n:127.0.0.1:55254_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 864282 INFO  (qtp726887407-15128) [n:127.0.0.1:55254_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 864283 INFO  (qtp726887407-15128) [n:127.0.0.1:55254_ 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=35, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.43731064488571403]
   [junit4]   2> 864283 INFO  (qtp726887407-15128) [n:127.0.0.1:55254_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@5fc9a70e[control_collection_shard1_replica_n1] main]
   [junit4]   2> 864285 INFO  (qtp726887407-15128) [n:127.0.0.1:55254_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 864285 INFO  (qtp726887407-15128) [n:127.0.0.1:55254_ 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> 864286 INFO  (qtp726887407-15128) [n:127.0.0.1:55254_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 864286 INFO  (qtp726887407-15128) [n:127.0.0.1:55254_ 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 1661912957676683264
   [junit4]   2> 864288 INFO  (searcherExecutor-4516-thread-1-processing-n:127.0.0.1:55254_ x:control_collection_shard1_replica_n1 c:control_collection s:shard1) [n:127.0.0.1:55254_ 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@5fc9a70e[control_collection_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 864291 INFO  (qtp726887407-15128) [n:127.0.0.1:55254_ 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> 864291 INFO  (qtp726887407-15128) [n:127.0.0.1:55254_ 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> 864294 INFO  (qtp726887407-15128) [n:127.0.0.1:55254_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 864294 INFO  (qtp726887407-15128) [n:127.0.0.1:55254_ 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> 864294 INFO  (qtp726887407-15128) [n:127.0.0.1:55254_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:55254/control_collection_shard1_replica_n1/
   [junit4]   2> 864295 INFO  (qtp726887407-15128) [n:127.0.0.1:55254_ 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> 864295 INFO  (qtp726887407-15128) [n:127.0.0.1:55254_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SyncStrategy http://127.0.0.1:55254/control_collection_shard1_replica_n1/ has no replicas
   [junit4]   2> 864295 INFO  (qtp726887407-15128) [n:127.0.0.1:55254_ 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/72072601574834180-core_node2-n_0000000000
   [junit4]   2> 864296 INFO  (qtp726887407-15128) [n:127.0.0.1:55254_ 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:55254/control_collection_shard1_replica_n1/ shard1
   [junit4]   2> 864399 INFO  (zkCallback-4332-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> 864399 INFO  (zkCallback-4332-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> 864400 INFO  (qtp726887407-15128) [n:127.0.0.1:55254_ 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> 864403 INFO  (qtp726887407-15128) [n:127.0.0.1:55254_ 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=1314
   [junit4]   2> 864405 INFO  (qtp726887407-15126) [n:127.0.0.1:55254_     ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 45 seconds. Check all shard replicas
   [junit4]   2> 864503 INFO  (zkCallback-4332-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> 864503 INFO  (zkCallback-4332-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> 864503 INFO  (zkCallback-4332-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> 864503 INFO  (qtp726887407-15126) [n:127.0.0.1:55254_     ] 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:55254_&wt=javabin&version=2} status=0 QTime=1526
   [junit4]   2> 864503 INFO  (TEST-BasicDistributedZk2Test.test-seed#[68D13B393A4A348D]) [     ] o.a.s.c.AbstractFullDistribZkTestBase Waiting to see 1 active replicas in collection: control_collection
   [junit4]   2> 864609 INFO  (TEST-BasicDistributedZk2Test.test-seed#[68D13B393A4A348D]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 864609 INFO  (zkConnectionManagerCallback-4348-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 864609 INFO  (TEST-BasicDistributedZk2Test.test-seed#[68D13B393A4A348D]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 864614 INFO  (TEST-BasicDistributedZk2Test.test-seed#[68D13B393A4A348D]) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 864615 INFO  (TEST-BasicDistributedZk2Test.test-seed#[68D13B393A4A348D]) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:55244/solr ready
   [junit4]   2> 864615 INFO  (TEST-BasicDistributedZk2Test.test-seed#[68D13B393A4A348D]) [     ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 864616 INFO  (qtp726887407-15126) [n:127.0.0.1:55254_     ] 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> 864620 INFO  (OverseerThreadFactory-4511-thread-2-processing-n:127.0.0.1:55254_) [n:127.0.0.1:55254_     ] o.a.s.c.a.c.CreateCollectionCmd Create collection collection1
   [junit4]   2> 864620 INFO  (OverseerCollectionConfigSetProcessor-72072601574834180-127.0.0.1:55254_-n_0000000000) [n:127.0.0.1:55254_     ] 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> 864824 WARN  (OverseerThreadFactory-4511-thread-2-processing-n:127.0.0.1:55254_) [n:127.0.0.1:55254_     ] o.a.s.c.a.c.CreateCollectionCmd It is unusual to create a collection (collection1) without cores.
   [junit4]   2> 864826 INFO  (qtp726887407-15126) [n:127.0.0.1:55254_     ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 45 seconds. Check all shard replicas
   [junit4]   2> 864827 INFO  (qtp726887407-15126) [n:127.0.0.1:55254_     ] 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=210
   [junit4]   2> 864827 INFO  (TEST-BasicDistributedZk2Test.test-seed#[68D13B393A4A348D]) [     ] o.a.s.c.SolrCloudTestCase active slice count: 2 expected:2
   [junit4]   2> 864827 INFO  (TEST-BasicDistributedZk2Test.test-seed#[68D13B393A4A348D]) [     ] o.a.s.c.SolrCloudTestCase active replica count: 0 expected replica count: 0
   [junit4]   2> 864827 INFO  (TEST-BasicDistributedZk2Test.test-seed#[68D13B393A4A348D]) [     ] o.a.s.c.SolrCloudTestCase active slice count: 2 expected:2
   [junit4]   2> 864827 INFO  (TEST-BasicDistributedZk2Test.test-seed#[68D13B393A4A348D]) [     ] o.a.s.c.SolrCloudTestCase active replica count: 0 expected replica count: 0
   [junit4]   2> 864827 INFO  (TEST-BasicDistributedZk2Test.test-seed#[68D13B393A4A348D]) [     ] o.a.s.c.SolrCloudTestCase active slice count: 2 expected:2
   [junit4]   2> 864827 INFO  (TEST-BasicDistributedZk2Test.test-seed#[68D13B393A4A348D]) [     ] o.a.s.c.SolrCloudTestCase active replica count: 0 expected replica count: 0
   [junit4]   2> 864827 INFO  (TEST-BasicDistributedZk2Test.test-seed#[68D13B393A4A348D]) [     ] o.a.s.c.AbstractFullDistribZkTestBase Creating jetty instances pullReplicaCount=0 numOtherReplicas=4
   [junit4]   2> 865633 INFO  (TEST-BasicDistributedZk2Test.test-seed#[68D13B393A4A348D]) [     ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.BasicDistributedZk2Test_68D13B393A4A348D-001\shard-1-001 of type NRT for shard2
   [junit4]   2> 865633 INFO  (closeThreadPool-4349-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 865633 INFO  (closeThreadPool-4349-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 865633 INFO  (closeThreadPool-4349-thread-1) [     ] o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 363d5f2df3a8a28de40604320230664b9c793c16; jvm 13.0.2+8
   [junit4]   2> 865635 INFO  (closeThreadPool-4349-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 865635 INFO  (closeThreadPool-4349-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 865635 INFO  (closeThreadPool-4349-thread-1) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 865635 INFO  (closeThreadPool-4349-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@512d3d6c{/,null,AVAILABLE}
   [junit4]   2> 865636 INFO  (closeThreadPool-4349-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@2b4be7c9{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:55344}
   [junit4]   2> 865636 INFO  (closeThreadPool-4349-thread-1) [     ] o.e.j.s.Server Started @865666ms
   [junit4]   2> 865636 INFO  (closeThreadPool-4349-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, solrconfig=solrconfig.xml, solr.data.dir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.BasicDistributedZk2Test_68D13B393A4A348D-001\tempDir-001/jetty1, hostPort=55344, coreRootDirectory=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.BasicDistributedZk2Test_68D13B393A4A348D-001\shard-1-001\cores}
   [junit4]   2> 865637 ERROR (closeThreadPool-4349-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 865637 INFO  (closeThreadPool-4349-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 865637 INFO  (closeThreadPool-4349-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 9.0.0
   [junit4]   2> 865637 INFO  (closeThreadPool-4349-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 865637 INFO  (closeThreadPool-4349-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr
   [junit4]   2> 865637 INFO  (closeThreadPool-4349-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-03-23T00:35:05.190499400Z
   [junit4]   2> 865638 INFO  (closeThreadPool-4349-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 865641 INFO  (zkConnectionManagerCallback-4351-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 865641 INFO  (closeThreadPool-4349-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 865743 INFO  (closeThreadPool-4349-thread-1) [     ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 865743 INFO  (closeThreadPool-4349-thread-1) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.BasicDistributedZk2Test_68D13B393A4A348D-001\shard-1-001\solr.xml
   [junit4]   2> 865750 INFO  (closeThreadPool-4349-thread-1) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@4bba289a, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 865846 INFO  (closeThreadPool-4349-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 865849 WARN  (closeThreadPool-4349-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@3359f02c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 865849 WARN  (closeThreadPool-4349-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@3359f02c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 865862 WARN  (closeThreadPool-4349-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@9ec422d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 865862 WARN  (closeThreadPool-4349-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@9ec422d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 865864 INFO  (closeThreadPool-4349-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:55244/solr
   [junit4]   2> 865865 INFO  (closeThreadPool-4349-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 865868 INFO  (zkConnectionManagerCallback-4358-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 865868 INFO  (closeThreadPool-4349-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 865971 INFO  (closeThreadPool-4349-thread-1) [n:127.0.0.1:55344_     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 865974 INFO  (zkConnectionManagerCallback-4360-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 865974 INFO  (closeThreadPool-4349-thread-1) [n:127.0.0.1:55344_     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 865979 INFO  (closeThreadPool-4349-thread-1) [n:127.0.0.1:55344_     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 865984 INFO  (closeThreadPool-4349-thread-1) [n:127.0.0.1:55344_     ] o.a.s.c.ZkController Publish node=127.0.0.1:55344_ as DOWN
   [junit4]   2> 865985 INFO  (closeThreadPool-4349-thread-1) [n:127.0.0.1:55344_     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 865985 INFO  (closeThreadPool-4349-thread-1) [n:127.0.0.1:55344_     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:55344_
   [junit4]   2> 865986 INFO  (zkCallback-4332-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 865986 INFO  (zkCallback-4347-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 865986 INFO  (zkCallback-4359-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 865988 INFO  (closeThreadPool-4349-thread-1) [n:127.0.0.1:55344_     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 865988 WARN  (closeThreadPool-4349-thread-1) [n:127.0.0.1:55344_     ] 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> 866016 INFO  (closeThreadPool-4349-thread-1) [n:127.0.0.1:55344_     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 866038 INFO  (closeThreadPool-4349-thread-1) [n:127.0.0.1:55344_     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4bba289a
   [junit4]   2> 866046 INFO  (closeThreadPool-4349-thread-1) [n:127.0.0.1:55344_     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4bba289a
   [junit4]   2> 866046 INFO  (closeThreadPool-4349-thread-1) [n:127.0.0.1:55344_     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4bba289a
   [junit4]   2> 866047 INFO  (closeThreadPool-4349-thread-1) [n:127.0.0.1:55344_     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.BasicDistributedZk2Test_68D13B393A4A348D-001\shard-1-001\cores
   [junit4]   2> 866080 INFO  (closeThreadPool-4349-thread-1) [     ] o.a.s.c.AbstractFullDistribZkTestBase waitForLiveNode: 127.0.0.1:55344_
   [junit4]   2> 866622 INFO  (OverseerCollectionConfigSetProcessor-72072601574834180-127.0.0.1:55254_-n_0000000000) [n:127.0.0.1:55254_     ] 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> 866719 INFO  (TEST-BasicDistributedZk2Test.test-seed#[68D13B393A4A348D]) [     ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.BasicDistributedZk2Test_68D13B393A4A348D-001\shard-2-001 of type NRT for shard1
   [junit4]   2> 866720 INFO  (closeThreadPool-4349-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 866720 INFO  (closeThreadPool-4349-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 866720 INFO  (closeThreadPool-4349-thread-1) [     ] o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 363d5f2df3a8a28de40604320230664b9c793c16; jvm 13.0.2+8
   [junit4]   2> 866721 INFO  (closeThreadPool-4349-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 866721 INFO  (closeThreadPool-4349-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 866721 INFO  (closeThreadPool-4349-thread-1) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 866721 INFO  (closeThreadPool-4349-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@5dd5bcc4{/,null,AVAILABLE}
   [junit4]   2> 866725 INFO  (closeThreadPool-4349-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@a12b5fe{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:55404}
   [junit4]   2> 866726 INFO  (closeThreadPool-4349-thread-1) [     ] o.e.j.s.Server Started @866755ms
   [junit4]   2> 866726 INFO  (closeThreadPool-4349-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, solrconfig=solrconfig.xml, solr.data.dir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.BasicDistributedZk2Test_68D13B393A4A348D-001\tempDir-001/jetty2, hostPort=55404, coreRootDirectory=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\..\..\..\..\..\..\..\..\..\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.BasicDistributedZk2Test_68D13B393A4A348D-001\shard-2-001\cores}
   [junit4]   2> 866726 ERROR (closeThreadPool-4349-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 866726 INFO  (closeThreadPool-4349-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 866726 INFO  (closeThreadPool-4349-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 9.0.0
   [junit4]   2> 866726 INFO  (closeThreadPool-4349-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 866726 INFO  (closeThreadPool-4349-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr
   [junit4]   2> 866726 INFO  (closeThreadPool-4349-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-03-23T00:35:06.279536400Z
   [junit4]   2> 866727 INFO  (closeThreadPool-4349-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 866728 INFO  (zkConnectionManagerCallback-4366-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 866729 INFO  (closeThreadPool-4349-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 866830 INFO  (closeThreadPool-4349-thread-1) [     ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 866830 INFO  (closeThreadPool-4349-thread-1) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\..\..\..\..\..\..\..\..\..\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.BasicDistributedZk2Test_68D13B393A4A348D-001\shard-2-001\solr.xml
   [junit4]   2> 866836 INFO  (closeThreadPool-4349-thread-1) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@4bba289a, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 867102 INFO  (closeThreadPool-4349-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 867102 WARN  (closeThreadPool-4349-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@1aec6024[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 867102 WARN  (closeThreadPool-4349-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@1aec6024[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 867108 WARN  (closeThreadPool-4349-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@3e1cdcf9[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 867108 WARN  (closeThreadPool-4349-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@3e1cdcf9[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 867109 INFO  (closeThreadPool-4349-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:55244/solr
   [junit4]   2> 867110 INFO  (closeThreadPool-4349-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 867112 INFO  (zkConnectionManagerCallback-4373-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 867112 INFO  (closeThreadPool-4349-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 867216 INFO  (closeThreadPool-4349-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 867218 INFO  (zkConnectionManagerCallback-4375-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 867218 INFO  (closeThreadPool-4349-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 867224 INFO  (closeThreadPool-4349-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 867230 INFO  (closeThreadPool-4349-thread-1) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:55404_ as DOWN
   [junit4]   2> 867230 INFO  (closeThreadPool-4349-thread-1) [     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 867230 INFO  (closeThreadPool-4349-thread-1) [     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:55404_
   [junit4]   2> 867233 INFO  (zkCallback-4332-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 867233 INFO  (zkCallback-4359-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 867233 INFO  (zkCallback-4347-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 867233 INFO  (zkCallback-4374-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 867235 INFO  (closeThreadPool-4349-thread-1) [     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 867235 WARN  (closeThreadPool-4349-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> 867261 INFO  (closeThreadPool-4349-thread-1) [     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 867279 INFO  (closeThreadPool-4349-thread-1) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4bba289a
   [junit4]   2> 867286 INFO  (closeThreadPool-4349-thread-1) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4bba289a
   [junit4]   2> 867286 INFO  (closeThreadPool-4349-thread-1) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4bba289a
   [junit4]   2> 867287 INFO  (closeThreadPool-4349-thread-1) [     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\..\..\..\..\..\..\..\..\..\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.BasicDistributedZk2Test_68D13B393A4A348D-001\shard-2-001\cores
   [junit4]   2> 867319 INFO  (closeThreadPool-4349-thread-1) [     ] o.a.s.c.AbstractFullDistribZkTestBase waitForLiveNode: 127.0.0.1:55404_
   [junit4]   2> 867645 INFO  (TEST-BasicDistributedZk2Test.test-seed#[68D13B393A4A348D]) [     ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.BasicDistributedZk2Test_68D13B393A4A348D-001\shard-3-001 of type NRT for shard2
   [junit4]   2> 867645 INFO  (closeThreadPool-4349-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 867645 INFO  (closeThreadPool-4349-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 867645 INFO  (closeThreadPool-4349-thread-1) [     ] o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 363d5f2df3a8a28de40604320230664b9c793c16; jvm 13.0.2+8
   [junit4]   2> 867645 INFO  (closeThreadPool-4349-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 867645 INFO  (closeThreadPool-4349-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 867645 INFO  (closeThreadPool-4349-thread-1) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 867645 INFO  (closeThreadPool-4349-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@18ab2a86{/,null,AVAILABLE}
   [junit4]   2> 867648 INFO  (closeThreadPool-4349-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@265be74{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:55429}
   [junit4]   2> 867648 INFO  (closeThreadPool-4349-thread-1) [     ] o.e.j.s.Server Started @867677ms
   [junit4]   2> 867648 INFO  (closeThreadPool-4349-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, solrconfig=solrconfig.xml, solr.data.dir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.BasicDistributedZk2Test_68D13B393A4A348D-001\tempDir-001/jetty3, hostPort=55429, coreRootDirectory=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\..\..\..\..\..\..\..\..\..\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.BasicDistributedZk2Test_68D13B393A4A348D-001\shard-3-001\cores}
   [junit4]   2> 867648 ERROR (closeThreadPool-4349-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 867648 INFO  (closeThreadPool-4349-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 867648 INFO  (closeThreadPool-4349-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 9.0.0
   [junit4]   2> 867648 INFO  (closeThreadPool-4349-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 867648 INFO  (closeThreadPool-4349-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr
   [junit4]   2> 867648 INFO  (closeThreadPool-4349-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-03-23T00:35:07.201714300Z
   [junit4]   2> 867649 INFO  (closeThreadPool-4349-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 867652 INFO  (zkConnectionManagerCallback-4381-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 867652 INFO  (closeThreadPool-4349-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 867755 INFO  (closeThreadPool-4349-thread-1) [     ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 867755 INFO  (closeThreadPool-4349-thread-1) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\..\..\..\..\..\..\..\..\..\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.BasicDistributedZk2Test_68D13B393A4A348D-001\shard-3-001\solr.xml
   [junit4]   2> 867762 INFO  (closeThreadPool-4349-thread-1) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@4bba289a, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 867807 INFO  (closeThreadPool-4349-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 867809 WARN  (closeThreadPool-4349-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@4722646e[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 867809 WARN  (closeThreadPool-4349-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@4722646e[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 867814 WARN  (closeThreadPool-4349-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@248c1ae4[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 867814 WARN  (closeThreadPool-4349-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@248c1ae4[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 867815 INFO  (closeThreadPool-4349-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:55244/solr
   [junit4]   2> 867816 INFO  (closeThreadPool-4349-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 867818 INFO  (zkConnectionManagerCallback-4388-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 867819 INFO  (closeThreadPool-4349-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 867921 INFO  (closeThreadPool-4349-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 867924 INFO  (zkConnectionManagerCallback-4390-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 867924 INFO  (closeThreadPool-4349-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 867930 INFO  (closeThreadPool-4349-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 867934 INFO  (closeThreadPool-4349-thread-1) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:55429_ as DOWN
   [junit4]   2> 867935 INFO  (closeThreadPool-4349-thread-1) [     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 867935 INFO  (closeThreadPool-4349-thread-1) [     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:55429_
   [junit4]   2> 867937 INFO  (zkCallback-4359-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 867937 INFO  (zkCallback-4347-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 867937 INFO  (zkCallback-4374-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 867937 INFO  (zkCallback-4332-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 867937 INFO  (zkCallback-4389-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 867938 INFO  (closeThreadPool-4349-thread-1) [     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 867938 WARN  (closeThreadPool-4349-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> 867967 INFO  (closeThreadPool-4349-thread-1) [     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 867985 INFO  (closeThreadPool-4349-thread-1) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4bba289a
   [junit4]   2> 867990 INFO  (closeThreadPool-4349-thread-1) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4bba289a
   [junit4]   2> 867990 INFO  (closeThreadPool-4349-thread-1) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4bba289a
   [junit4]   2> 867992 INFO  (closeThreadPool-4349-thread-1) [     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\..\..\..\..\..\..\..\..\..\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.BasicDistributedZk2Test_68D13B393A4A348D-001\shard-3-001\cores
   [junit4]   2> 868026 INFO  (closeThreadPool-4349-thread-1) [     ] o.a.s.c.AbstractFullDistribZkTestBase waitForLiveNode: 127.0.0.1:55429_
   [junit4]   2> 869143 INFO  (TEST-BasicDistributedZk2Test.test-seed#[68D13B393A4A348D]) [     ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 4 in directory C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.BasicDistributedZk2Test_68D13B393A4A348D-001\shard-4-001 of type NRT for shard1
   [junit4]   2> 869143 INFO  (closeThreadPool-4349-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 869143 INFO  (closeThreadPool-4349-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 869143 INFO  (closeThreadPool-4349-thread-1) [     ] o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 363d5f2df3a8a28de40604320230664b9c793c16; jvm 13.0.2+8
   [junit4]   2> 869143 INFO  (closeThreadPool-4349-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 869143 INFO  (closeThreadPool-4349-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 869143 INFO  (closeThreadPool-4349-thread-1) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 869143 INFO  (closeThreadPool-4349-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@44d1b976{/,null,AVAILABLE}
   [junit4]   2> 869143 INFO  (closeThreadPool-4349-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@6a0b0b80{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:55456}
   [junit4]   2> 869143 INFO  (closeThreadPool-4349-thread-1) [     ] o.e.j.s.Server Started @869177ms
   [junit4]   2> 869143 INFO  (closeThreadPool-4349-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, solrconfig=solrconfig.xml, solr.data.dir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.BasicDistributedZk2Test_68D13B393A4A348D-001\tempDir-001/jetty4, hostPort=55456, coreRootDirectory=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\..\..\..\..\..\..\..\..\..\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.BasicDistributedZk2Test_68D13B393A4A348D-001\shard-4-001\cores, replicaType=NRT}
   [junit4]   2> 869143 ERROR (closeThreadPool-4349-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 869143 INFO  (closeThreadPool-4349-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 869143 INFO  (closeThreadPool-4349-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 9.0.0
   [junit4]   2> 869143 INFO  (closeThreadPool-4349-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 869143 INFO  (closeThreadPool-4349-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr
   [junit4]   2> 869143 INFO  (closeThreadPool-4349-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-03-23T00:35:08.696422500Z
   [junit4]   2> 869150 INFO  (closeThreadPool-4349-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 869151 INFO  (zkConnectionManagerCallback-4396-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 869151 INFO  (closeThreadPool-4349-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 869282 INFO  (closeThreadPool-4349-thread-1) [     ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 869282 INFO  (closeThreadPool-4349-thread-1) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\..\..\..\..\..\..\..\..\..\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.BasicDistributedZk2Test_68D13B393A4A348D-001\shard-4-001\solr.xml
   [junit4]   2> 869286 INFO  (closeThreadPool-4349-thread-1) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@4bba289a, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 869405 INFO  (closeThreadPool-4349-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 869409 WARN  (closeThreadPool-4349-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@7444071a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 869409 WARN  (closeThreadPool-4349-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@7444071a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 869419 WARN  (closeThreadPool-4349-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@149b75a0[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 869419 WARN  (closeThreadPool-4349-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@149b75a0[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 869420 INFO  (closeThreadPool-4349-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:55244/solr
   [junit4]   2> 869425 INFO  (closeThreadPool-4349-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 869437 INFO  (zkConnectionManagerCallback-4403-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 869437 INFO  (closeThreadPool-4349-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 869633 INFO  (closeThreadPool-4349-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 869650 INFO  (zkConnectionManagerCallback-4405-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 869650 INFO  (closeThreadPool-4349-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 869839 INFO  (closeThreadPool-4349-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 869981 INFO  (closeThreadPool-4349-thread-1) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:55456_ as DOWN
   [junit4]   2> 869998 INFO  (closeThreadPool-4349-thread-1) [     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 869998 INFO  (closeThreadPool-4349-thread-1) [     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:55456_
   [junit4]   2> 870017 INFO  (zkCallback-4359-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 870017 INFO  (zkCallback-4374-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 870017 INFO  (zkCallback-4332-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 870021 INFO  (zkCallback-4389-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 870027 INFO  (zkCallback-4404-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 870030 INFO  (zkCallback-4347-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 870063 INFO  (closeThreadPool-4349-thread-1) [     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 870063 WARN  (closeThreadPool-4349-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> 870105 INFO  (closeThreadPool-4349-thread-1) [     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 870143 INFO  (closeThreadPool-4349-thread-1) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4bba289a
   [junit4]   2> 870152 INFO  (closeThreadPool-4349-thread-1) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4bba289a
   [junit4]   2> 870152 INFO  (closeThreadPool-4349-thread-1) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4bba289a
   [junit4]   2> 870155 INFO  (closeThreadPool-4349-thread-1) [     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\..\..\..\..\..\..\..\..\..\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.BasicDistributedZk2Test_68D13B393A4A348D-001\shard-4-001\cores
   [junit4]   2> 870265 INFO  (closeThreadPool-4349-thread-1) [     ] o.a.s.c.AbstractFullDistribZkTestBase waitForLiveNode: 127.0.0.1:55456_
   [junit4]   2> 870274 INFO  (qtp726887407-15127) [n:127.0.0.1:55254_     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:55404_&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 870274 INFO  (qtp726887407-15125) [n:127.0.0.1:55254_     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:55429_&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 870276 INFO  (qtp726887407-15128) [n:127.0.0.1:55254_     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:55456_&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 870279 INFO  (qtp726887407-15126) [n:127.0.0.1:55254_     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:55344_&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 870281 INFO  (OverseerThreadFactory-4511-thread-4-processing-n:127.0.0.1:55254_) [n:127.0.0.1:55254_ c:collection1 s:shard2   ] o.a.s.c.a.c.AddReplicaCmd Node Identified 127.0.0.1:55429_ for creating new replica of shard shard2 for collection collection1
   [junit4]   2> 870281 INFO  (OverseerThreadFactory-4511-thread-3-processing-n:127.0.0.1:55254_) [n:127.0.0.1:55254_ c:collection1 s:shard1   ] o.a.s.c.a.c.AddReplicaCmd Node Identified 127.0.0.1:55404_ for creating new replica of shard shard1 for collection collection1
   [junit4]   2> 870302 INFO  (OverseerThreadFactory-4511-thread-3-processing-n:127.0.0.1:55254_) [n:127.0.0.1:55254_ c:collection1 s:shard1   ] o.a.s.c.a.c.AddReplicaCmd Returning CreateReplica command.
   [junit4]   2> 870305 INFO  (OverseerThreadFactory-4511-thread-4-processing-n:127.0.0.1:55254_) [n:127.0.0.1:55254_ c:collection1 s:shard2   ] o.a.s.c.a.c.AddReplicaCmd Returning CreateReplica command.
   [junit4]   2> 870315 INFO  (qtp296650676-15212) [n:127.0.0.1:55404_    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> 870326 INFO  (qtp1994967121-15238) [n:127.0.0.1:55429_    x:collection1_shard2_replica_n2 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_n2&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 871355 INFO  (qtp296650676-15212) [n:127.0.0.1:55404_ c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 871365 INFO  (qtp1994967121-15238) [n:127.0.0.1:55429_ c:collection1 s:shard2  x:collection1_shard2_replica_n2 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 871376 INFO  (qtp296650676-15212) [n:127.0.0.1:55404_ c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.s.IndexSchema Schema name=test
   [junit4]   2> 871384 INFO  (qtp1994967121-15238) [n:127.0.0.1:55429_ c:collection1 s:shard2  x:collection1_shard2_replica_n2 ] o.a.s.s.IndexSchema Schema name=test
   [junit4]   2> 871543 INFO  (qtp296650676-15212) [n:127.0.0.1:55404_ 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> 871553 INFO  (qtp1994967121-15238) [n:127.0.0.1:55429_ c:collection1 s:shard2  x:collection1_shard2_replica_n2 ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 871854 INFO  (qtp1994967121-15238) [n:127.0.0.1:55429_ c:collection1 s:shard2  x:collection1_shard2_replica_n2 ] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard2_replica_n2' using configuration from configset conf1, trusted=true
   [junit4]   2> 871854 INFO  (qtp1994967121-15238) [n:127.0.0.1:55429_ c:collection1 s:shard2  x:collection1_shard2_replica_n2 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1.shard2.replica_n2' (registry 'solr.core.collection1.shard2.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4bba289a
   [junit4]   2> 871855 INFO  (qtp1994967121-15238) [n:127.0.0.1:55429_ c:collection1 s:shard2  x:collection1_shard2_replica_n2 ] o.a.s.c.SolrCore [[collection1_shard2_replica_n2] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\..\..\..\..\..\..\..\..\..\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.BasicDistributedZk2Test_68D13B393A4A348D-001\shard-3-001\cores\collection1_shard2_replica_n2], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\..\..\..\..\..\..\..\..\..\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.BasicDistributedZk2Test_68D13B393A4A348D-001\shard-3-001\cores\collection1_shard2_replica_n2\data\]
   [junit4]   2> 871855 INFO  (qtp296650676-15212) [n:127.0.0.1:55404_ 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> 871855 INFO  (qtp296650676-15212) [n:127.0.0.1:55404_ 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@4bba289a
   [junit4]   2> 871855 INFO  (qtp296650676-15212) [n:127.0.0.1:55404_ c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.c.SolrCore [[collection1_shard1_replica_n1] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\..\..\..\..\..\..\..\..\..\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.BasicDistributedZk2Test_68D13B393A4A348D-001\shard-2-001\cores\collection1_shard1_replica_n1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\..\..\..\..\..\..\..\..\..\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.BasicDistributedZk2Test_68D13B393A4A348D-001\shard-2-001\cores\collection1_shard1_replica_n1\data\]
   [junit4]   2> 871857 INFO  (qtp296650676-15212) [n:127.0.0.1:55404_ 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=40, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 871857 INFO  (qtp1994967121-15238) [n:127.0.0.1:55429_ c:collection1 s:shard2  x:collection1_shard2_replica_n2 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=40, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 871859 WARN  (qtp296650676-15212) [n:127.0.0.1:55404_ 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> 871865 WARN  (qtp1994967121-15238) [n:127.0.0.1:55429_ c:collection1 s:shard2  x:collection1_shard2_replica_n2 ] 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> 872077 INFO  (qtp296650676-15212) [n:127.0.0.1:55404_ c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 872077 INFO  (qtp296650676-15212) [n:127.0.0.1:55404_ 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> 872081 INFO  (qtp296650676-15212) [n:127.0.0.1:55404_ c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 872081 INFO  (qtp296650676-15212) [n:127.0.0.1:55404_ c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 872081 INFO  (qtp296650676-15212) [n:127.0.0.1:55404_ 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=35, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.43731064488571403]
   [junit4]   2> 872081 INFO  (qtp296650676-15212) [n:127.0.0.1:55404_ c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@6e8626c0[collection1_shard1_replica_n1] main]
   [junit4]   2> 872089 INFO  (qtp1994967121-15238) [n:127.0.0.1:55429_ c:collection1 s:shard2  x:collection1_shard2_replica_n2 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 872089 INFO  (qtp1994967121-15238) [n:127.0.0.1:55429_ c:collection1 s:shard2  x:collection1_shard2_replica_n2 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 872098 INFO  (qtp1994967121-15238) [n:127.0.0.1:55429_ c:collection1 s:shard2  x:collection1_shard2_replica_n2 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 872098 INFO  (qtp1994967121-15238) [n:127.0.0.1:55429_ c:collection1 s:shard2  x:collection1_shard2_replica_n2 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 872098 INFO  (qtp1994967121-15238) [n:127.0.0.1:55429_ c:collection1 s:shard2  x:collection1_shard2_replica_n2 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=35, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.43731064488571403]
   [junit4]   2> 872098 INFO  (qtp1994967121-15238) [n:127.0.0.1:55429_ c:collection1 s:shard2  x:collection1_shard2_replica_n2 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@194c835a[collection1_shard2_replica_n2] main]
   [junit4]   2> 872124 INFO  (qtp1994967121-15238) [n:127.0.0.1:55429_ c:collection1 s:s

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

ner.java:138)
   [junit4]   2>     app//com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)
   [junit4]   2> 
   [junit4]   2> JUnit4-serializer-daemon:
   [junit4]   2>     java.base@13.0.2/java.lang.Thread.sleep(Native Method)
   [junit4]   2>     app//com.carrotsearch.ant.tasks.junit4.events.Serializer$1.run(Serializer.java:50)
   [junit4]   2> 
   [junit4]   2> Common-Cleaner:
   [junit4]   2>     java.base@13.0.2/java.lang.Object.wait(Native Method)
   [junit4]   2>     java.base@13.0.2/java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:155)
   [junit4]   2>     java.base@13.0.2/jdk.internal.ref.CleanerImpl.run(CleanerImpl.java:148)
   [junit4]   2>     java.base@13.0.2/java.lang.Thread.run(Thread.java:830)
   [junit4]   2>     java.base@13.0.2/jdk.internal.misc.InnocuousThread.run(InnocuousThread.java:134)
   [junit4]   2> 
   [junit4]   2> Log4j2-TF-1-AsyncLoggerConfig-1:
   [junit4]   2>     java.base@13.0.2/jdk.internal.misc.Unsafe.park(Native Method)
   [junit4]   2>     java.base@13.0.2/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:235)
   [junit4]   2>     java.base@13.0.2/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2123)
   [junit4]   2>     app//com.lmax.disruptor.TimeoutBlockingWaitStrategy.waitFor(TimeoutBlockingWaitStrategy.java:38)
   [junit4]   2>     app//com.lmax.disruptor.ProcessingSequenceBarrier.waitFor(ProcessingSequenceBarrier.java:56)
   [junit4]   2>     app//com.lmax.disruptor.BatchEventProcessor.processEvents(BatchEventProcessor.java:159)
   [junit4]   2>     app//com.lmax.disruptor.BatchEventProcessor.run(BatchEventProcessor.java:125)
   [junit4]   2>     java.base@13.0.2/java.lang.Thread.run(Thread.java:830)
   [junit4]   2> 
   [junit4]   2> Signal Dispatcher:
   [junit4]   2> 
   [junit4]   2> SeedGenerator Thread:
   [junit4]   2>     java.base@13.0.2/java.lang.Object.wait(Native Method)
   [junit4]   2>     java.base@13.0.2/java.lang.Object.wait(Object.java:326)
   [junit4]   2>     java.base@13.0.2/sun.security.provider.SeedGenerator$ThreadedSeedGenerator.run(SeedGenerator.java:332)
   [junit4]   2>     java.base@13.0.2/java.lang.Thread.run(Thread.java:830)
   [junit4]   2> 
   [junit4]   2> 965752 INFO  (SUITE-BasicDistributedZk2Test-seed#[68D13B393A4A348D]-worker) [     ] o.a.s.SolrTestCaseJ4 ------------------------------------------------------- Done waiting for tracked resources to be released
   [junit4]   2> NOTE: test params are: codec=FastCompressingStoredFieldsData(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=FAST, chunkSize=9, maxDocsPerChunk=514, blockShift=15), termVectorsFormat=CompressingTermVectorsFormat(compressionMode=FAST, chunkSize=9, blockSize=15)), sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@768d43bc), locale=de-CH, timezone=Antarctica/Macquarie
   [junit4]   2> NOTE: Windows 10 10.0 amd64/AdoptOpenJDK 13.0.2 (64-bit)/cpus=6,threads=1,free=137537304,total=395837440
   [junit4]   2> NOTE: All tests run in this JVM: [HdfsTlogReplayBufferedWhileIndexingTest, CopyFieldTest, TestExportWriter, TransactionLogTest, TestShardHandlerFactory, ClusterStateMockUtilTest, TestExactStatsCache, InfoHandlerTest, JWTVerificationkeyResolverTest, SuggesterTest, TestCustomDocTransformer, TestStressThreadBackup, SolrCloudReportersTest, TestSolrIndexConfig, TestCloudPseudoReturnFields, TestSolrCloudWithKerberosAlt, HdfsRecoverLeaseTest, DocValuesMultiTest, FileBasedSpellCheckerTest, TestDeprecatedFilters, TestCloudNestedDocsSort, MigrateRouteKeyTest, FullSolrCloudDistribCmdsTest, ResponseLogComponentTest, TestWaitForStateWithJettyShutdowns, TestSnapshotCloudManager, TestFastOutputStream, TestRemoteStreaming, CdcrReplicationHandlerTest, TestSchemaVersionResource, TestPushWriter, RoutingToNodesWithPropertiesTest, TestLMJelinekMercerSimilarityFactory, PolyFieldTest, TestHdfsBackupRestoreCore, ExplicitHLLTest, CachingDirectoryFactoryTest, CollectionsAPISolrJTest, SoftAutoCommitTest, BasicFunctionalityTest, TestSimExecutePlanAction, TestTlogReplayVsRecovery, FieldAnalysisRequestHandlerTest, TestNumericTerms64, DeleteShardTest, CloudReplicaSourceTest, TestRTGBase, TestAddFieldRealTimeGet, BlockCacheTest, SpatialHeatmapFacetsTest, ZkCollectionPropsCachingTest, TestPKIAuthenticationPlugin, UUIDFieldTest, TestValueSourceCache, HdfsDirectoryFactoryTest, SolrTestCaseJ4Test, TriggerSetPropertiesIntegrationTest, PeerSyncWithBufferUpdatesTest, OverseerSolrResponseUnsafeSerializationTest, TestDistribDocBasedVersion, LeaderTragicEventTest, InfixSuggestersTest, ReplaceNodeNoTargetTest, TestImplicitCoreProperties, SpellingQueryConverterTest, TestBadConfig, TestManagedSchemaThreadSafety, TestReplicaProperties, IndexSchemaTest, HdfsBasicDistributedZk2Test, ResolveAnalyzerByNameTest, TestSolrCachePerf, CollectionReloadTest, TestDocTermOrds, TestComponentsName, SynonymTokenizerTest, TestCollectionAPIs, DistributedUpdateProcessorTest, HighlighterMaxOffsetTest, TestFieldSortValues, TestMinHashQParser, RankQueryTest, TestInPlaceUpdatesRequiredField, TestCustomStream, TestExactStatsCacheCloud, TestMergePolicyConfig, TaggerTest, ZkNodePropsTest, TestRandomDVFaceting, DistributedIntervalFacetingTest, EchoParamsTest, MinimalSchemaTest, OutputWriterTest, SampleTest, TestDistributedSearch, BasicDistributedZk2Test]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=BasicDistributedZk2Test -Dtests.seed=68D13B393A4A348D -Dtests.slow=true -Dtests.locale=de-CH -Dtests.timezone=Antarctica/Macquarie -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   0.00s J1 | BasicDistributedZk2Test (suite) <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: ObjectTracker found 1 object(s) that were not released!!! [ZkCollectionTerms]
   [junit4]    > org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.cloud.ZkCollectionTerms
   [junit4]    > 	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
   [junit4]    > 	at org.apache.solr.cloud.ZkCollectionTerms.<init>(ZkCollectionTerms.java:39)
   [junit4]    > 	at org.apache.solr.cloud.ZkController.getCollectionTerms(ZkController.java:1614)
   [junit4]    > 	at org.apache.solr.cloud.ZkController.register(ZkController.java:1197)
   [junit4]    > 	at org.apache.solr.cloud.ZkController$RegisterCoreAsync.call(ZkController.java:269)
   [junit4]    > 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
   [junit4]    > 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210)
   [junit4]    > 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
   [junit4]    > 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
   [junit4]    > 	at java.base/java.lang.Thread.run(Thread.java:830)
   [junit4]    >  expected null, but was:<ObjectTracker found 1 object(s) that were not released!!! [ZkCollectionTerms]
   [junit4]    > org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.cloud.ZkCollectionTerms
   [junit4]    > 	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
   [junit4]    > 	at org.apache.solr.cloud.ZkCollectionTerms.<init>(ZkCollectionTerms.java:39)
   [junit4]    > 	at org.apache.solr.cloud.ZkController.getCollectionTerms(ZkController.java:1614)
   [junit4]    > 	at org.apache.solr.cloud.ZkController.register(ZkController.java:1197)
   [junit4]    > 	at org.apache.solr.cloud.ZkController$RegisterCoreAsync.call(ZkController.java:269)
   [junit4]    > 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
   [junit4]    > 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210)
   [junit4]    > 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
   [junit4]    > 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
   [junit4]    > 	at java.base/java.lang.Thread.run(Thread.java:830)
   [junit4]    > >
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([68D13B393A4A348D]:0)
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.teardownTestCases(SolrTestCaseJ4.java:334)
   [junit4]    > 	at jdk.internal.reflect.GeneratedMethodAccessor52.invoke(Unknown Source)
   [junit4]    > 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]    > 	at java.base/java.lang.reflect.Method.invoke(Method.java:567)
   [junit4]    > 	at java.base/java.lang.Thread.run(Thread.java:830)
   [junit4] Completed [489/905 (1!)] on J1 in 104.93s, 1 test, 1 failure <<< FAILURES!

[...truncated 54009 lines...]
[repro] Jenkins log URL: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Windows/8603/consoleText

[repro] Revision: 62967039dc2e4e68acb50ac93ae8ab971adffe94

[repro] Ant options: "-Dargs=-XX:-UseCompressedOops -XX:+UseParallelGC"

[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]       BasicDistributedZk2Test
[repro] ant compile-test

[...truncated 3150 lines...]
[repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=5 -Dtests.class="*.BasicDistributedZk2Test" -Dtests.showOutput=onerror "-Dargs=-XX:-UseCompressedOops -XX:+UseParallelGC" -Dtests.seed=68D13B393A4A348D -Dtests.slow=true -Dtests.locale=de-CH -Dtests.timezone=Antarctica/Macquarie -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1

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

[...truncated 78 lines...]