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/02/03 10:55:44 UTC

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

Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-MacOSX/5608/
Java: 64bit/jdk-12.0.2 -XX:+UseCompressedOops -XX:+UseG1GC

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

Error Message:
Captured an uncaught exception in thread: Thread[id=3194, name=testExecutor-859-thread-1, state=RUNNABLE, group=TGRP-BasicDistributedZkTest]

Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=3194, name=testExecutor-859-thread-1, state=RUNNABLE, group=TGRP-BasicDistributedZkTest]
	at __randomizedtesting.SeedInfo.seed([F81B36895EDDF279:704F0953F0219F81]:0)
Caused by: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:59287/_: ADDREPLICA failed to create replica
	at __randomizedtesting.SeedInfo.seed([F81B36895EDDF279]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:665)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:265)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:224)
	at org.apache.solr.cloud.BasicDistributedZkTest.lambda$createCollectionInOneInstance$2(BasicDistributedZkTest.java:760)
	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:835)




Build Log:
[...truncated 13103 lines...]
   [junit4] Suite: org.apache.solr.cloud.BasicDistributedZkTest
   [junit4]   2> 288219 INFO  (SUITE-BasicDistributedZkTest-seed#[F81B36895EDDF279]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 288219 INFO  (SUITE-BasicDistributedZkTest-seed#[F81B36895EDDF279]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J2/temp/solr.cloud.BasicDistributedZkTest_F81B36895EDDF279-001/data-dir-24-001
   [junit4]   2> 288219 INFO  (SUITE-BasicDistributedZkTest-seed#[F81B36895EDDF279]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 288220 INFO  (SUITE-BasicDistributedZkTest-seed#[F81B36895EDDF279]-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") w/ MAC_OS_X supressed clientAuth
   [junit4]   2> 288220 INFO  (SUITE-BasicDistributedZkTest-seed#[F81B36895EDDF279]-worker) [     ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /_/
   [junit4]   2> 288225 INFO  (TEST-BasicDistributedZkTest.test-seed#[F81B36895EDDF279]) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 288225 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 288225 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 288326 INFO  (TEST-BasicDistributedZkTest.test-seed#[F81B36895EDDF279]) [     ] o.a.s.c.ZkTestServer start zk server on port:59195
   [junit4]   2> 288326 INFO  (TEST-BasicDistributedZkTest.test-seed#[F81B36895EDDF279]) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:59195
   [junit4]   2> 288326 INFO  (TEST-BasicDistributedZkTest.test-seed#[F81B36895EDDF279]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:59195
   [junit4]   2> 288326 INFO  (TEST-BasicDistributedZkTest.test-seed#[F81B36895EDDF279]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 59195
   [junit4]   2> 288330 INFO  (TEST-BasicDistributedZkTest.test-seed#[F81B36895EDDF279]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 288338 INFO  (zkConnectionManagerCallback-1036-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 288338 INFO  (TEST-BasicDistributedZkTest.test-seed#[F81B36895EDDF279]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 288348 INFO  (TEST-BasicDistributedZkTest.test-seed#[F81B36895EDDF279]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 288354 INFO  (zkConnectionManagerCallback-1038-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 288354 INFO  (TEST-BasicDistributedZkTest.test-seed#[F81B36895EDDF279]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 288358 INFO  (TEST-BasicDistributedZkTest.test-seed#[F81B36895EDDF279]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 288363 INFO  (TEST-BasicDistributedZkTest.test-seed#[F81B36895EDDF279]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 288368 INFO  (TEST-BasicDistributedZkTest.test-seed#[F81B36895EDDF279]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 288373 INFO  (TEST-BasicDistributedZkTest.test-seed#[F81B36895EDDF279]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 288377 INFO  (TEST-BasicDistributedZkTest.test-seed#[F81B36895EDDF279]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 288382 INFO  (TEST-BasicDistributedZkTest.test-seed#[F81B36895EDDF279]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 288388 INFO  (TEST-BasicDistributedZkTest.test-seed#[F81B36895EDDF279]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 288392 INFO  (TEST-BasicDistributedZkTest.test-seed#[F81B36895EDDF279]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 288399 INFO  (TEST-BasicDistributedZkTest.test-seed#[F81B36895EDDF279]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 288403 INFO  (TEST-BasicDistributedZkTest.test-seed#[F81B36895EDDF279]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 288405 INFO  (TEST-BasicDistributedZkTest.test-seed#[F81B36895EDDF279]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 288412 INFO  (TEST-BasicDistributedZkTest.test-seed#[F81B36895EDDF279]) [     ] o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly asked otherwise
   [junit4]   2> 289029 WARN  (TEST-BasicDistributedZkTest.test-seed#[F81B36895EDDF279]) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 289030 INFO  (TEST-BasicDistributedZkTest.test-seed#[F81B36895EDDF279]) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 289030 INFO  (TEST-BasicDistributedZkTest.test-seed#[F81B36895EDDF279]) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 289030 INFO  (TEST-BasicDistributedZkTest.test-seed#[F81B36895EDDF279]) [     ] o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 363d5f2df3a8a28de40604320230664b9c793c16; jvm 12.0.2+10
   [junit4]   2> 289039 INFO  (TEST-BasicDistributedZkTest.test-seed#[F81B36895EDDF279]) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 289039 INFO  (TEST-BasicDistributedZkTest.test-seed#[F81B36895EDDF279]) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 289039 INFO  (TEST-BasicDistributedZkTest.test-seed#[F81B36895EDDF279]) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 289048 INFO  (TEST-BasicDistributedZkTest.test-seed#[F81B36895EDDF279]) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@74cb8362{/_,null,AVAILABLE}
   [junit4]   2> 289052 INFO  (TEST-BasicDistributedZkTest.test-seed#[F81B36895EDDF279]) [     ] o.e.j.s.AbstractConnector Started ServerConnector@6fc12dda{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:?????}
   [junit4]   2> 289052 INFO  (TEST-BasicDistributedZkTest.test-seed#[F81B36895EDDF279]) [     ] o.e.j.s.Server Started @??????ms
   [junit4]   2> 289053 INFO  (TEST-BasicDistributedZkTest.test-seed#[F81B36895EDDF279]) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/_, solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J2/temp/solr.cloud.BasicDistributedZkTest_F81B36895EDDF279-001/tempDir-001/control/data, hostPort=59199, coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J2/temp/solr.cloud.BasicDistributedZkTest_F81B36895EDDF279-001/control-001/cores}
   [junit4]   2> 289056 ERROR (TEST-BasicDistributedZkTest.test-seed#[F81B36895EDDF279]) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 289056 INFO  (TEST-BasicDistributedZkTest.test-seed#[F81B36895EDDF279]) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 289056 INFO  (TEST-BasicDistributedZkTest.test-seed#[F81B36895EDDF279]) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 9.0.0
   [junit4]   2> 289056 INFO  (TEST-BasicDistributedZkTest.test-seed#[F81B36895EDDF279]) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 289056 INFO  (TEST-BasicDistributedZkTest.test-seed#[F81B36895EDDF279]) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr
   [junit4]   2> 289058 INFO  (TEST-BasicDistributedZkTest.test-seed#[F81B36895EDDF279]) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-02-03T09:58:10.528658Z
   [junit4]   2> 289063 INFO  (TEST-BasicDistributedZkTest.test-seed#[F81B36895EDDF279]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 289065 INFO  (zkConnectionManagerCallback-1040-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 289066 INFO  (TEST-BasicDistributedZkTest.test-seed#[F81B36895EDDF279]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 289185 INFO  (TEST-BasicDistributedZkTest.test-seed#[F81B36895EDDF279]) [     ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 289185 INFO  (TEST-BasicDistributedZkTest.test-seed#[F81B36895EDDF279]) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J2/temp/solr.cloud.BasicDistributedZkTest_F81B36895EDDF279-001/control-001/solr.xml
   [junit4]   2> 289189 INFO  (TEST-BasicDistributedZkTest.test-seed#[F81B36895EDDF279]) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 289189 INFO  (TEST-BasicDistributedZkTest.test-seed#[F81B36895EDDF279]) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 289199 INFO  (TEST-BasicDistributedZkTest.test-seed#[F81B36895EDDF279]) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@2bff485, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 289582 INFO  (TEST-BasicDistributedZkTest.test-seed#[F81B36895EDDF279]) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 289587 WARN  (TEST-BasicDistributedZkTest.test-seed#[F81B36895EDDF279]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@4c1d4e5f[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 289587 WARN  (TEST-BasicDistributedZkTest.test-seed#[F81B36895EDDF279]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@4c1d4e5f[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 289599 WARN  (TEST-BasicDistributedZkTest.test-seed#[F81B36895EDDF279]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@47b8e9f[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 289599 WARN  (TEST-BasicDistributedZkTest.test-seed#[F81B36895EDDF279]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@47b8e9f[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 289600 INFO  (TEST-BasicDistributedZkTest.test-seed#[F81B36895EDDF279]) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:59195/solr
   [junit4]   2> 289603 INFO  (TEST-BasicDistributedZkTest.test-seed#[F81B36895EDDF279]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 289605 INFO  (zkConnectionManagerCallback-1047-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 289605 INFO  (TEST-BasicDistributedZkTest.test-seed#[F81B36895EDDF279]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 289719 INFO  (TEST-BasicDistributedZkTest.test-seed#[F81B36895EDDF279]) [n:127.0.0.1:59199__     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 289723 INFO  (zkConnectionManagerCallback-1049-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 289723 INFO  (TEST-BasicDistributedZkTest.test-seed#[F81B36895EDDF279]) [n:127.0.0.1:59199__     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 290712 INFO  (TEST-BasicDistributedZkTest.test-seed#[F81B36895EDDF279]) [n:127.0.0.1:59199__     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:59199__
   [junit4]   2> 290721 INFO  (TEST-BasicDistributedZkTest.test-seed#[F81B36895EDDF279]) [n:127.0.0.1:59199__     ] o.a.s.c.Overseer Overseer (id=72088256601128964-127.0.0.1:59199__-n_0000000000) starting
   [junit4]   2> 290778 INFO  (OverseerStateUpdate-72088256601128964-127.0.0.1:59199__-n_0000000000) [n:127.0.0.1:59199__     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:59199__
   [junit4]   2> 290780 INFO  (TEST-BasicDistributedZkTest.test-seed#[F81B36895EDDF279]) [n:127.0.0.1:59199__     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:59199__
   [junit4]   2> 290796 INFO  (zkCallback-1048-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 290806 INFO  (TEST-BasicDistributedZkTest.test-seed#[F81B36895EDDF279]) [n:127.0.0.1:59199__     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 290806 WARN  (TEST-BasicDistributedZkTest.test-seed#[F81B36895EDDF279]) [n:127.0.0.1:59199__     ] 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> 290829 INFO  (TEST-BasicDistributedZkTest.test-seed#[F81B36895EDDF279]) [n:127.0.0.1:59199__     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 290862 INFO  (TEST-BasicDistributedZkTest.test-seed#[F81B36895EDDF279]) [n:127.0.0.1:59199__     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2bff485
   [junit4]   2> 290888 INFO  (TEST-BasicDistributedZkTest.test-seed#[F81B36895EDDF279]) [n:127.0.0.1:59199__     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2bff485
   [junit4]   2> 290888 INFO  (TEST-BasicDistributedZkTest.test-seed#[F81B36895EDDF279]) [n:127.0.0.1:59199__     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2bff485
   [junit4]   2> 290889 INFO  (TEST-BasicDistributedZkTest.test-seed#[F81B36895EDDF279]) [n:127.0.0.1:59199__     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J2/temp/solr.cloud.BasicDistributedZkTest_F81B36895EDDF279-001/control-001/cores
   [junit4]   2> 290922 INFO  (TEST-BasicDistributedZkTest.test-seed#[F81B36895EDDF279]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 290928 INFO  (zkConnectionManagerCallback-1058-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 290929 INFO  (TEST-BasicDistributedZkTest.test-seed#[F81B36895EDDF279]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 290937 INFO  (TEST-BasicDistributedZkTest.test-seed#[F81B36895EDDF279]) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 290961 INFO  (TEST-BasicDistributedZkTest.test-seed#[F81B36895EDDF279]) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:59195/solr ready
   [junit4]   2> 290966 INFO  (qtp468047358-2690) [n:127.0.0.1:59199__     ] 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:59199__&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 291007 INFO  (OverseerThreadFactory-712-thread-1-processing-n:127.0.0.1:59199__) [n:127.0.0.1:59199__     ] o.a.s.c.a.c.CreateCollectionCmd Create collection control_collection
   [junit4]   2> 291148 INFO  (qtp468047358-2692) [n:127.0.0.1:59199__    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> 291148 INFO  (qtp468047358-2692) [n:127.0.0.1:59199__    x:control_collection_shard1_replica_n1 ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 292200 INFO  (qtp468047358-2692) [n:127.0.0.1:59199__ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 292212 INFO  (qtp468047358-2692) [n:127.0.0.1:59199__ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.s.IndexSchema [control_collection_shard1_replica_n1] Schema name=test
   [junit4]   2> 292370 INFO  (qtp468047358-2692) [n:127.0.0.1:59199__ 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> 292497 INFO  (qtp468047358-2692) [n:127.0.0.1:59199__ 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> 292509 INFO  (qtp468047358-2692) [n:127.0.0.1:59199__ 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@2bff485
   [junit4]   2> 292510 INFO  (qtp468047358-2692) [n:127.0.0.1:59199__ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SolrCore [[control_collection_shard1_replica_n1] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J2/temp/solr.cloud.BasicDistributedZkTest_F81B36895EDDF279-001/control-001/cores/control_collection_shard1_replica_n1], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J2/temp/solr.cloud.BasicDistributedZkTest_F81B36895EDDF279-001/control-001/cores/control_collection_shard1_replica_n1/data/]
   [junit4]   2> 292517 INFO  (qtp468047358-2692) [n:127.0.0.1:59199__ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=27, maxMergeAtOnceExplicit=37, maxMergedSegmentMB=79.267578125, floorSegmentMB=2.0380859375, forceMergeDeletesPctAllowed=26.29627691523416, segmentsPerTier=36.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.15246013046122053, deletesPctAllowed=43.33342773490904
   [junit4]   2> 292521 WARN  (qtp468047358-2692) [n:127.0.0.1:59199__ 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> 292629 INFO  (qtp468047358-2692) [n:127.0.0.1:59199__ 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> 292629 INFO  (qtp468047358-2692) [n:127.0.0.1:59199__ 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> 292631 INFO  (qtp468047358-2692) [n:127.0.0.1:59199__ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 292631 INFO  (qtp468047358-2692) [n:127.0.0.1:59199__ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 292633 INFO  (qtp468047358-2692) [n:127.0.0.1:59199__ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=10, maxMergeAtOnceExplicit=35, maxMergedSegmentMB=80.13671875, floorSegmentMB=0.6748046875, forceMergeDeletesPctAllowed=13.559523008322246, segmentsPerTier=31.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0, deletesPctAllowed=30.331023792438963
   [junit4]   2> 292634 INFO  (qtp468047358-2692) [n:127.0.0.1:59199__ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@2b5043f1[control_collection_shard1_replica_n1] main]
   [junit4]   2> 292637 INFO  (qtp468047358-2692) [n:127.0.0.1:59199__ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 292643 INFO  (qtp468047358-2692) [n:127.0.0.1:59199__ 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> 292644 INFO  (qtp468047358-2692) [n:127.0.0.1:59199__ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 292644 INFO  (qtp468047358-2692) [n:127.0.0.1:59199__ 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 1657509137996578816
   [junit4]   2> 292650 INFO  (searcherExecutor-717-thread-1-processing-n:127.0.0.1:59199__ x:control_collection_shard1_replica_n1 c:control_collection s:shard1) [n:127.0.0.1:59199__ 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@2b5043f1[control_collection_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 292668 INFO  (qtp468047358-2692) [n:127.0.0.1:59199__ 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> 292668 INFO  (qtp468047358-2692) [n:127.0.0.1:59199__ 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> 292691 INFO  (qtp468047358-2692) [n:127.0.0.1:59199__ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 292691 INFO  (qtp468047358-2692) [n:127.0.0.1:59199__ 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> 292691 INFO  (qtp468047358-2692) [n:127.0.0.1:59199__ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:59199/_/control_collection_shard1_replica_n1/
   [junit4]   2> 292693 INFO  (qtp468047358-2692) [n:127.0.0.1:59199__ 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> 292694 INFO  (qtp468047358-2692) [n:127.0.0.1:59199__ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SyncStrategy http://127.0.0.1:59199/_/control_collection_shard1_replica_n1/ has no replicas
   [junit4]   2> 292695 INFO  (qtp468047358-2692) [n:127.0.0.1:59199__ 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/72088256601128964-core_node2-n_0000000000
   [junit4]   2> 292705 INFO  (qtp468047358-2692) [n:127.0.0.1:59199__ 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:59199/_/control_collection_shard1_replica_n1/ shard1
   [junit4]   2> 292814 INFO  (zkCallback-1048-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> 292814 INFO  (zkCallback-1048-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> 292821 INFO  (qtp468047358-2692) [n:127.0.0.1:59199__ 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> 292830 INFO  (qtp468047358-2692) [n:127.0.0.1:59199__ 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=1683
   [junit4]   2> 292836 INFO  (qtp468047358-2690) [n:127.0.0.1:59199__     ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 45 seconds. Check all shard replicas
   [junit4]   2> 292937 INFO  (zkCallback-1048-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> 292937 INFO  (zkCallback-1048-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> 292938 INFO  (zkCallback-1048-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> 292943 INFO  (qtp468047358-2690) [n:127.0.0.1:59199__     ] 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:59199__&wt=javabin&version=2} status=0 QTime=1977
   [junit4]   2> 292943 INFO  (TEST-BasicDistributedZkTest.test-seed#[F81B36895EDDF279]) [     ] o.a.s.c.AbstractFullDistribZkTestBase Waiting to see 1 active replicas in collection: control_collection
   [junit4]   2> 293016 INFO  (OverseerCollectionConfigSetProcessor-72088256601128964-127.0.0.1:59199__-n_0000000000) [n:127.0.0.1:59199__     ] 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> 293058 INFO  (TEST-BasicDistributedZkTest.test-seed#[F81B36895EDDF279]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 293061 INFO  (zkConnectionManagerCallback-1064-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 293061 INFO  (TEST-BasicDistributedZkTest.test-seed#[F81B36895EDDF279]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 293064 INFO  (TEST-BasicDistributedZkTest.test-seed#[F81B36895EDDF279]) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 293067 INFO  (TEST-BasicDistributedZkTest.test-seed#[F81B36895EDDF279]) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:59195/solr ready
   [junit4]   2> 293067 INFO  (TEST-BasicDistributedZkTest.test-seed#[F81B36895EDDF279]) [     ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 293069 INFO  (qtp468047358-2690) [n:127.0.0.1:59199__     ] 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> 293094 INFO  (OverseerThreadFactory-712-thread-2-processing-n:127.0.0.1:59199__) [n:127.0.0.1:59199__     ] o.a.s.c.a.c.CreateCollectionCmd Create collection collection1
   [junit4]   2> 293320 WARN  (OverseerThreadFactory-712-thread-2-processing-n:127.0.0.1:59199__) [n:127.0.0.1:59199__     ] o.a.s.c.a.c.CreateCollectionCmd It is unusual to create a collection (collection1) without cores.
   [junit4]   2> 293325 INFO  (qtp468047358-2690) [n:127.0.0.1:59199__     ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 45 seconds. Check all shard replicas
   [junit4]   2> 293327 INFO  (qtp468047358-2690) [n:127.0.0.1:59199__     ] 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=258
   [junit4]   2> 293331 INFO  (TEST-BasicDistributedZkTest.test-seed#[F81B36895EDDF279]) [     ] o.a.s.c.SolrCloudTestCase active slice count: 2 expected:2
   [junit4]   2> 293331 INFO  (TEST-BasicDistributedZkTest.test-seed#[F81B36895EDDF279]) [     ] o.a.s.c.SolrCloudTestCase active replica count: 0 expected replica count: 0
   [junit4]   2> 293331 INFO  (TEST-BasicDistributedZkTest.test-seed#[F81B36895EDDF279]) [     ] o.a.s.c.SolrCloudTestCase active slice count: 2 expected:2
   [junit4]   2> 293331 INFO  (TEST-BasicDistributedZkTest.test-seed#[F81B36895EDDF279]) [     ] o.a.s.c.SolrCloudTestCase active replica count: 0 expected replica count: 0
   [junit4]   2> 293331 INFO  (TEST-BasicDistributedZkTest.test-seed#[F81B36895EDDF279]) [     ] o.a.s.c.SolrCloudTestCase active slice count: 2 expected:2
   [junit4]   2> 293331 INFO  (TEST-BasicDistributedZkTest.test-seed#[F81B36895EDDF279]) [     ] o.a.s.c.SolrCloudTestCase active replica count: 0 expected replica count: 0
   [junit4]   2> 293331 INFO  (TEST-BasicDistributedZkTest.test-seed#[F81B36895EDDF279]) [     ] o.a.s.c.AbstractFullDistribZkTestBase Creating jetty instances pullReplicaCount=0 numOtherReplicas=4
   [junit4]   2> 294017 INFO  (TEST-BasicDistributedZkTest.test-seed#[F81B36895EDDF279]) [     ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J2/temp/solr.cloud.BasicDistributedZkTest_F81B36895EDDF279-001/shard-1-001 of type NRT for shard2
   [junit4]   2> 294020 WARN  (closeThreadPool-1065-thread-1) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 294020 INFO  (closeThreadPool-1065-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 294020 INFO  (closeThreadPool-1065-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 294020 INFO  (closeThreadPool-1065-thread-1) [     ] o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 363d5f2df3a8a28de40604320230664b9c793c16; jvm 12.0.2+10
   [junit4]   2> 294026 INFO  (closeThreadPool-1065-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 294026 INFO  (closeThreadPool-1065-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 294026 INFO  (closeThreadPool-1065-thread-1) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 294026 INFO  (closeThreadPool-1065-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@552b625e{/_,null,AVAILABLE}
   [junit4]   2> 294028 INFO  (closeThreadPool-1065-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@36a337f6{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:?????}
   [junit4]   2> 294028 INFO  (closeThreadPool-1065-thread-1) [     ] o.e.j.s.Server Started @??????ms
   [junit4]   2> 294028 INFO  (closeThreadPool-1065-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/_, solrconfig=solrconfig.xml, solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J2/temp/solr.cloud.BasicDistributedZkTest_F81B36895EDDF279-001/tempDir-001/jetty1, hostPort=59287, coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J2/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J2/temp/solr.cloud.BasicDistributedZkTest_F81B36895EDDF279-001/shard-1-001/cores, replicaType=NRT}
   [junit4]   2> 294028 ERROR (closeThreadPool-1065-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 294028 INFO  (closeThreadPool-1065-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 294028 INFO  (closeThreadPool-1065-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 9.0.0
   [junit4]   2> 294028 INFO  (closeThreadPool-1065-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 294028 INFO  (closeThreadPool-1065-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr
   [junit4]   2> 294028 INFO  (closeThreadPool-1065-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-02-03T09:58:15.500849Z
   [junit4]   2> 294030 INFO  (closeThreadPool-1065-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 294034 INFO  (zkConnectionManagerCallback-1067-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 294034 INFO  (closeThreadPool-1065-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 294143 INFO  (closeThreadPool-1065-thread-1) [     ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 294143 INFO  (closeThreadPool-1065-thread-1) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J2/temp/solr.cloud.BasicDistributedZkTest_F81B36895EDDF279-001/shard-1-001/solr.xml
   [junit4]   2> 294146 INFO  (closeThreadPool-1065-thread-1) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 294146 INFO  (closeThreadPool-1065-thread-1) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 294147 INFO  (closeThreadPool-1065-thread-1) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@2bff485, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 294538 INFO  (closeThreadPool-1065-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 294543 WARN  (closeThreadPool-1065-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@309a4441[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 294543 WARN  (closeThreadPool-1065-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@309a4441[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 294555 WARN  (closeThreadPool-1065-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@34c7ed42[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 294555 WARN  (closeThreadPool-1065-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@34c7ed42[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 294558 INFO  (closeThreadPool-1065-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:59195/solr
   [junit4]   2> 294572 INFO  (closeThreadPool-1065-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 294578 INFO  (zkConnectionManagerCallback-1074-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 294578 INFO  (closeThreadPool-1065-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 294690 INFO  (closeThreadPool-1065-thread-1) [n:127.0.0.1:59287__     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 294691 INFO  (zkConnectionManagerCallback-1076-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 294699 INFO  (closeThreadPool-1065-thread-1) [n:127.0.0.1:59287__     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 294740 INFO  (closeThreadPool-1065-thread-1) [n:127.0.0.1:59287__     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 294777 INFO  (closeThreadPool-1065-thread-1) [n:127.0.0.1:59287__     ] o.a.s.c.ZkController Publish node=127.0.0.1:59287__ as DOWN
   [junit4]   2> 294786 INFO  (closeThreadPool-1065-thread-1) [n:127.0.0.1:59287__     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 294786 INFO  (closeThreadPool-1065-thread-1) [n:127.0.0.1:59287__     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:59287__
   [junit4]   2> 294793 INFO  (zkCallback-1048-thread-3) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 294794 INFO  (zkCallback-1063-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 294794 INFO  (zkCallback-1075-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 294807 INFO  (closeThreadPool-1065-thread-1) [n:127.0.0.1:59287__     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 294808 WARN  (closeThreadPool-1065-thread-1) [n:127.0.0.1:59287__     ] 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> 294840 INFO  (TEST-BasicDistributedZkTest.test-seed#[F81B36895EDDF279]) [     ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J2/temp/solr.cloud.BasicDistributedZkTest_F81B36895EDDF279-001/shard-2-001 of type NRT for shard1
   [junit4]   2> 294842 INFO  (closeThreadPool-1065-thread-1) [n:127.0.0.1:59287__     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 294847 WARN  (closeThreadPool-1065-thread-2) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 294847 INFO  (closeThreadPool-1065-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 294847 INFO  (closeThreadPool-1065-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 294847 INFO  (closeThreadPool-1065-thread-2) [     ] o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 363d5f2df3a8a28de40604320230664b9c793c16; jvm 12.0.2+10
   [junit4]   2> 294849 INFO  (closeThreadPool-1065-thread-2) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 294849 INFO  (closeThreadPool-1065-thread-2) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 294849 INFO  (closeThreadPool-1065-thread-2) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 294850 INFO  (closeThreadPool-1065-thread-2) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@2d9336cb{/_,null,AVAILABLE}
   [junit4]   2> 294852 INFO  (closeThreadPool-1065-thread-2) [     ] o.e.j.s.AbstractConnector Started ServerConnector@2a4bff78{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:?????}
   [junit4]   2> 294852 INFO  (closeThreadPool-1065-thread-2) [     ] o.e.j.s.Server Started @??????ms
   [junit4]   2> 294852 INFO  (closeThreadPool-1065-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/_, solrconfig=solrconfig.xml, solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J2/temp/solr.cloud.BasicDistributedZkTest_F81B36895EDDF279-001/tempDir-001/jetty2, hostPort=59299, coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J2/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J2/temp/solr.cloud.BasicDistributedZkTest_F81B36895EDDF279-001/shard-2-001/cores, replicaType=NRT}
   [junit4]   2> 294852 ERROR (closeThreadPool-1065-thread-2) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 294852 INFO  (closeThreadPool-1065-thread-2) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 294852 INFO  (closeThreadPool-1065-thread-2) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 9.0.0
   [junit4]   2> 294852 INFO  (closeThreadPool-1065-thread-2) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 294852 INFO  (closeThreadPool-1065-thread-2) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr
   [junit4]   2> 294852 INFO  (closeThreadPool-1065-thread-2) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-02-03T09:58:16.324762Z
   [junit4]   2> 294854 INFO  (closeThreadPool-1065-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 294857 INFO  (zkConnectionManagerCallback-1082-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 294857 INFO  (closeThreadPool-1065-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 294884 INFO  (closeThreadPool-1065-thread-1) [n:127.0.0.1:59287__     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2bff485
   [junit4]   2> 294901 INFO  (closeThreadPool-1065-thread-1) [n:127.0.0.1:59287__     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2bff485
   [junit4]   2> 294901 INFO  (closeThreadPool-1065-thread-1) [n:127.0.0.1:59287__     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2bff485
   [junit4]   2> 294903 INFO  (closeThreadPool-1065-thread-1) [n:127.0.0.1:59287__     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J2/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J2/temp/solr.cloud.BasicDistributedZkTest_F81B36895EDDF279-001/shard-1-001/cores
   [junit4]   2> 294968 INFO  (closeThreadPool-1065-thread-2) [     ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 294968 INFO  (closeThreadPool-1065-thread-2) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J2/temp/solr.cloud.BasicDistributedZkTest_F81B36895EDDF279-001/shard-2-001/solr.xml
   [junit4]   2> 294971 INFO  (closeThreadPool-1065-thread-2) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 294971 INFO  (closeThreadPool-1065-thread-2) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 294972 INFO  (closeThreadPool-1065-thread-2) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@2bff485, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 295051 INFO  (closeThreadPool-1065-thread-1) [     ] o.a.s.c.AbstractFullDistribZkTestBase waitForLiveNode: 127.0.0.1:59287__
   [junit4]   2> 295093 INFO  (closeThreadPool-1065-thread-2) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 295096 WARN  (closeThreadPool-1065-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@702b9825[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 295096 WARN  (closeThreadPool-1065-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@702b9825[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 295101 INFO  (OverseerCollectionConfigSetProcessor-72088256601128964-127.0.0.1:59199__-n_0000000000) [n:127.0.0.1:59199__     ] 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> 295103 WARN  (closeThreadPool-1065-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@3774d470[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 295103 WARN  (closeThreadPool-1065-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@3774d470[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 295104 INFO  (closeThreadPool-1065-thread-2) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:59195/solr
   [junit4]   2> 295111 INFO  (closeThreadPool-1065-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 295113 INFO  (zkConnectionManagerCallback-1089-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 295120 INFO  (closeThreadPool-1065-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 295270 INFO  (closeThreadPool-1065-thread-2) [n:127.0.0.1:59299__     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 295272 INFO  (zkConnectionManagerCallback-1091-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 295274 INFO  (closeThreadPool-1065-thread-2) [n:127.0.0.1:59299__     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 295331 INFO  (closeThreadPool-1065-thread-2) [n:127.0.0.1:59299__     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 295366 INFO  (closeThreadPool-1065-thread-2) [n:127.0.0.1:59299__     ] o.a.s.c.ZkController Publish node=127.0.0.1:59299__ as DOWN
   [junit4]   2> 295377 INFO  (closeThreadPool-1065-thread-2) [n:127.0.0.1:59299__     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 295377 INFO  (closeThreadPool-1065-thread-2) [n:127.0.0.1:59299__     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:59299__
   [junit4]   2> 295395 INFO  (zkCallback-1075-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 295395 INFO  (zkCallback-1048-thread-3) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 295395 INFO  (zkCallback-1063-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 295397 INFO  (zkCallback-1090-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 295414 INFO  (closeThreadPool-1065-thread-2) [n:127.0.0.1:59299__     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 295415 WARN  (closeThreadPool-1065-thread-2) [n:127.0.0.1:59299__     ] 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> 295453 INFO  (closeThreadPool-1065-thread-2) [n:127.0.0.1:59299__     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 295493 INFO  (closeThreadPool-1065-thread-2) [n:127.0.0.1:59299__     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2bff485
   [junit4]   2> 295509 INFO  (closeThreadPool-1065-thread-2) [n:127.0.0.1:59299__     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2bff485
   [junit4]   2> 295510 INFO  (closeThreadPool-1065-thread-2) [n:127.0.0.1:59299__     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2bff485
   [junit4]   2> 295511 INFO  (closeThreadPool-1065-thread-2) [n:127.0.0.1:59299__     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J2/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J2/temp/solr.cloud.BasicDistributedZkTest_F81B36895EDDF279-001/shard-2-001/cores
   [junit4]   2> 295555 INFO  (closeThreadPool-1065-thread-2) [     ] o.a.s.c.AbstractFullDistribZkTestBase waitForLiveNode: 127.0.0.1:59299__
   [junit4]   2> 295929 INFO  (TEST-BasicDistributedZkTest.test-seed#[F81B36895EDDF279]) [     ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J2/temp/solr.cloud.BasicDistributedZkTest_F81B36895EDDF279-001/shard-3-001 of type NRT for shard2
   [junit4]   2> 295933 WARN  (closeThreadPool-1065-thread-2) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 295933 INFO  (closeThreadPool-1065-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 295933 INFO  (closeThreadPool-1065-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 295933 INFO  (closeThreadPool-1065-thread-2) [     ] o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 363d5f2df3a8a28de40604320230664b9c793c16; jvm 12.0.2+10
   [junit4]   2> 295953 INFO  (closeThreadPool-1065-thread-2) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 295953 INFO  (closeThreadPool-1065-thread-2) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 295953 INFO  (closeThreadPool-1065-thread-2) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 295959 INFO  (closeThreadPool-1065-thread-2) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@20c44158{/_,null,AVAILABLE}
   [junit4]   2> 295966 INFO  (closeThreadPool-1065-thread-2) [     ] o.e.j.s.AbstractConnector Started ServerConnector@5617b549{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:?????}
   [junit4]   2> 295966 INFO  (closeThreadPool-1065-thread-2) [     ] o.e.j.s.Server Started @??????ms
   [junit4]   2> 295966 INFO  (closeThreadPool-1065-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/_, solrconfig=solrconfig.xml, solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J2/temp/solr.cloud.BasicDistributedZkTest_F81B36895EDDF279-001/tempDir-001/jetty3, hostPort=59308, coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J2/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J2/temp/solr.cloud.BasicDistributedZkTest_F81B36895EDDF279-001/shard-3-001/cores}
   [junit4]   2> 295966 ERROR (closeThreadPool-1065-thread-2) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 295966 INFO  (closeThreadPool-1065-thread-2) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 295966 INFO  (closeThreadPool-1065-thread-2) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 9.0.0
   [junit4]   2> 295966 INFO  (closeThreadPool-1065-thread-2) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 295966 INFO  (closeThreadPool-1065-thread-2) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr
   [junit4]   2> 295966 INFO  (closeThreadPool-1065-thread-2) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-02-03T09:58:17.438655Z
   [junit4]   2> 295968 INFO  (closeThreadPool-1065-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 295972 INFO  (zkConnectionManagerCallback-1097-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 295973 INFO  (closeThreadPool-1065-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 296086 INFO  (closeThreadPool-1065-thread-2) [     ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 296086 INFO  (closeThreadPool-1065-thread-2) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J2/temp/solr.cloud.BasicDistributedZkTest_F81B36895EDDF279-001/shard-3-001/solr.xml
   [junit4]   2> 296096 INFO  (closeThreadPool-1065-thread-2) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 296096 INFO  (closeThreadPool-1065-thread-2) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 296100 INFO  (closeThreadPool-1065-thread-2) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@2bff485, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 296669 INFO  (closeThreadPool-1065-thread-2) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 296671 WARN  (closeThreadPool-1065-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@7af71454[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 296671 WARN  (closeThreadPool-1065-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@7af71454[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 296702 WARN  (closeThreadPool-1065-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@6fcbc0ae[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 296702 WARN  (closeThreadPool-1065-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@6fcbc0ae[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 296703 INFO  (closeThreadPool-1065-thread-2) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:59195/solr
   [junit4]   2> 296711 INFO  (closeThreadPool-1065-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 296712 INFO  (zkConnectionManagerCallback-1104-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 296726 INFO  (closeThreadPool-1065-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 296837 INFO  (closeThreadPool-1065-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 296842 INFO  (zkConnectionManagerCallback-1106-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 296842 INFO  (closeThreadPool-1065-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 296882 INFO  (closeThreadPool-1065-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 296916 INFO  (closeThreadPool-1065-thread-2) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:59308__ as DOWN
   [junit4]   2> 296925 INFO  (closeThreadPool-1065-thread-2) [     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 296925 INFO  (closeThreadPool-1065-thread-2) [     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:59308__
   [junit4]   2> 296942 INFO  (zkCallback-1090-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 296942 INFO  (zkCallback-1048-thread-3) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 296942 INFO  (zkCallback-1075-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 296942 INFO  (zkCallback-1105-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 296942 INFO  (zkCallback-1063-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 296955 INFO  (closeThreadPool-1065-thread-2) [     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 296956 WARN  (closeThreadPool-1065-thread-2) [     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 297012 INFO  (closeThreadPool-1065-thread-2) [     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 297074 INFO  (closeThreadPool-1065-thread-2) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2bff485
   [junit4]   2> 297099 INFO  (closeThreadPool-1065-thread-2) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2bff485
   [junit4]   2> 297101 INFO  (closeThreadPool-1065-thread-2) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2bff485
   [junit4]   2> 297102 INFO  (closeThreadPool-1065-thread-2) [     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J2/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J2/temp/solr.cloud.BasicDistributedZkTest_F81B36895EDDF279-001/shard-3-001/cores
   [junit4]   2> 297145 INFO  (TEST-BasicDistributedZkTest.test-seed#[F81B36895EDDF279]) [     ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 4 in directory /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J2/temp/solr.cloud.BasicDistributedZkTest_F81B36895EDDF279-001/shard-4-001 of type NRT for shard1
   [junit4]   2> 297146 WARN  (closeThreadPool-1065-thread-1) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 297146 INFO  (closeThreadPool-1065-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 297146 INFO  (closeThreadPool-1065-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 297146 INFO  (closeThreadPool-1065-thread-1) [     ] o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 363d5f2df3a8a28de40604320230664b9c793c16; jvm 12.0.2+10
   [junit4]   2> 297149 INFO  (closeThreadPool-1065-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 297149 INFO  (closeThreadPool-1065-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 297149 INFO  (closeThreadPool-1065-thread-1) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 297149 INFO  (closeThreadPool-1065-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@3715926f{/_,null,AVAILABLE}
   [junit4]   2> 297150 INFO  (closeThreadPool-1065-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@4ba4ebf0{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:?????}
   [junit4]   2> 297150 INFO  (closeThreadPool-1065-thread-1) [     ] o.e.j.s.Server Started @??????ms
   [junit4]   2> 297150 INFO  (closeThreadPool-1065-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/_, solrconfig=solrconfig.xml, solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J2/temp/solr.cloud.BasicDistributedZkTest_F81B36895EDDF279-001/tempDir-001/jetty4, hostPort=59315, coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J2/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J2/temp/solr.cloud.BasicDistributedZkTest_F81B36895EDDF279-001/shard-4-001/cores}
   [junit4]   2> 297151 ERROR (closeThreadPool-1065-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 297151 INFO  (closeThreadPool-1065-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 297151 INFO  (closeThreadPool-1065-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 9.0.0
   [junit4]   2> 297151 INFO  (closeThreadPool-1065-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 297151 INFO  (closeThreadPool-1065-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr
   [junit4]   2> 297151 INFO  (closeThreadPool-1065-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-02-03T09:58:18.623215Z
   [junit4]   2> 297152 INFO  (closeThreadPool-1065-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 297158 INFO  (zkConnectionManagerCallback-1112-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 297158 INFO  (closeThreadPool-1065-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 297214 INFO  (closeThreadPool-1065-thread-2) [     ] o.a.s.c.AbstractFullDistribZkTestBase waitForLiveNode: 127.0.0.1:59308__
   [junit4]   2> 297268 INFO  (closeThreadPool-1065-thread-1) [     ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 297268 INFO  (closeThreadPool-1065-thread-1) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J2/temp/solr.cloud.BasicDistributedZkTest_F81B36895EDDF279-001/shard-4-001/solr.xml
   [junit4]   2> 297273 INFO  (closeThreadPool-1065-thread-1) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 297274 INFO  (closeThreadPool-1065-thread-1) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 297309 INFO  (closeThreadPool-1065-thread-1) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@2bff485, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 297385 INFO  (closeThreadPool-1065-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 297389 WARN  (closeThreadPool-1065-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@4088ab28[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 297389 WARN  (closeThreadPool-1065-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@4088ab28[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 297407 WARN  (closeThreadPool-1065-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@2f629efd[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 297409 WARN  (closeThreadPool-1065-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@2f629efd[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 297411 INFO  (closeThreadPool-1065-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:59195/solr
   [junit4]   2> 297413 INFO  (closeThreadPool-1065-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 297416 INFO  (zkConnectionManagerCallback-1119-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 297417 INFO  (closeThreadPool-1065-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 297535 INFO  (closeThreadPool-1065-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 297545 INFO  (zkConnectionManagerCallback-1121-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 297545 INFO  (closeThreadPool-1065-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 297604 INFO  (closeThreadPool-1065-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 297713 INFO  (closeThreadPool-1065-thread-1) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:59315__ as DOWN
   [junit4]   2> 297742 INFO  (closeThreadPool-1065-thread-1) [     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 297743 INFO  (closeThreadPool-1065-thread-1) [     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:59315__
   [junit4]   2> 297750 INFO  (zkCallback-1063-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 297750 INFO  (zkCallback-1075-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 297750 INFO  (zkCallback-1090-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 297750 INFO  (zkCallback-1048-thread-3) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 297750 INFO  (zkCallback-1105-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 297751 INFO  (zkCallback-1120-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 297798 INFO  (closeThreadPool-1065-thread-1) [     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 297800 WARN  (closeThreadPool-1065-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> 297836 INFO  (closeThreadPool-1065-thread-1) [     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 297890 INFO  (closeThreadPool-1065-thread-1) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2bff485
   [junit4]   2> 297910 INFO  (closeThreadPool-1065-thread-1) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2bff485
   [junit4]   2> 297910 INFO  (closeThreadPool-1065-thread-1) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2bff485
   [junit4]   2> 297911 INFO  (closeThreadPool-1065-thread-1) [     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J2/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J2/temp/solr.cloud.BasicDistributedZkTest_F81B36895EDDF279-001/shard-4-001/cores
   [junit4]   2> 298045 INFO  (closeThreadPool-1065-thread-1) [     ] o.a.s.c.AbstractFullDistribZkTestBase waitForLiveNode: 127.0.0.1:59315__
   [junit4]   2> 298062 INFO  (qtp468047358-2692) [n:127.0.0.1:59199__     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:59308__&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 298062 INFO  (qtp468047358-2691) [n:127.0.0.1:59199__     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:59287__&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 298062 INFO  (qtp468047358-2690) [n:127.0.0.1:59199__     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:59315__&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 298062 INFO  (qtp468047358-2689) [n:127.0.0.1:59199__     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:59299__&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 298084 INFO  (OverseerThreadFactory-712-thread-3-processing-n:127.0.0.1:59199__) [n:127.0.0.1:59199__ c:collection1 s:shard2   ] o.a.s.c.a.c.AddReplicaCmd Node Identified 127.0.0.1:59287__ for creating new replica of shard shard2 for collection collection1
   [junit4]   2> 298088 INFO  (OverseerThreadFactory-712-thread-4-processing-n:127.0.0.1:59199__) [n:127.0.0.1:59199__ c:collection1 s:shard1   ] o.a.s.c.a.c.AddReplicaCmd Node Identified 127.0.0.1:59315__ for creating new replica of shard shard1 for collection collection1
   [junit4]   2> 298097 INFO  (OverseerThreadFactory-712-thread-3-processing-n:127.0.0.1:59199__) [n:127.0.0.1:59199__ c:collection1 s:shard2   ] o.a.s.c.a.c.AddReplicaCmd Returning CreateReplica command.
   [junit4]   2> 298102 INFO  (OverseerThreadFactory-712-thread-4-processing-n:127.0.0.1:59199__) [n:127.0.0.1:59199__ c:collection1 s:shard1   ] o.a.s.c.a.c.AddReplicaCmd Returning CreateReplica command.
   [junit4]   2> 298114 INFO  (qtp849126781-2749) [n:127.0.0.1:59287__    x:collection1_shard2_replica_n1 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_n1&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 298125 INFO  (qtp1768404653-2835) [n:127.0.0.1:59315__    x:collection1_shard1_replica_n2 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n2&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 299166 INFO  (qtp849126781-2749) [n:127.0.0.1:59287__ c:collection1 s:shard2  x:collection1_shard2_replica_n1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 299169 INFO  (qtp1768404653-2835) [n:127.0.0.1:59315__ c:collection1 s:shard1  x:collection1_shard1_replica_n2 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 299182 INFO  (qtp1768404653-2835) [n:127.0.0.1:59315__ c:collection1 s:shard1  x:collection1_shard1_replica_n2 ] o.a.s.s.IndexSchema [collection1_shard1_replica_n2] Schema name=test
   [junit4]   2> 299182 INFO  (qtp849126781-2749) [n:127.0.0.1:59287__ c:collection1 s:shard2  x:collection1_shard2_replica_n1 ] o.a.s.s.IndexSchema [collection1_shard2_replica_n1] Schema name=test
   [junit4]   2> 299319 INFO  (qtp1768404653-2835) [n:127.0.0.1:59315__ c:collection1 s:shard1  x:collection1_shard1_replica_n2 ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 299322 INFO  (qtp849126781-2749) [n:127.0.0.1:59287__ c:collection1 s:shard2  x:collection1_shard2_replica_n1 ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 299659 INFO  (qtp1768404653-2835) [n:127.0.0.1:59315__ c:collection1 s:shard1  x:collection1_shard1_replica_n2 ] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard1_replica_n2' using configuration from configset conf1, trusted=true
   [junit4]   2> 299661 INFO  (qtp1768404653-2835) [n:127.0.0.1:59315__ c:collection1 s:shard1  x:collection1_shard1_replica_n2 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1.shard1.replica_n2' (registry 'solr.core.collection1.shard1.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2bff485
   [junit4]   2> 299664 INFO  (qtp1768404653-2835) [n:127.0.0.1:59315__ c:collection1 s:shard1  x:collection1_shard1_replica_n2 ] o.a.s.c.SolrCore [[collection1_shard1_replica_n2] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J2/temp/solr.cloud.BasicDistributedZkTest_F81B36895EDDF279-001/shard-4-001/cores/collection1_shard1_replica_n2], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J2/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J2/temp/solr.cloud.BasicDistributedZkTest_F81B36895EDDF279-001/shard-4-001/cores/collection1_shard1_replica_n2/data/]
   [junit4]   2> 299683 INFO  (qtp849126781-2749) [n:127.0.0.1:59287__ c:collection1 s:shard2  x:collection1_shard2_replica_n1 ] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard2_replica_n1' using configuration from configset conf1, trusted=true
   [junit4]   2> 299684 INFO  (qtp849126781-2749) [n:127.0.0.1:59287__ c:collection1 s:shard2  x:collection1_shard2_replica_n1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1.shard2.replica_n1' (registry 'solr.core.collection1.shard2.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2bff485
   [junit4]   2> 299684 INFO  (qtp849126781-2749) [n:127.0.0.1:59287__ c:collection1 s:shard2  x:collection1_shard2_replica_n1 ] o.a.s.c.SolrCore [[collection1_shard2_replica_n1] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J2/temp/solr.cloud.BasicDistributedZkTest_F81B36895EDDF279-001/shard-1-001/cores/collection1_shard2_replica_n1], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J2/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J2/temp/solr.cloud.BasicDistributedZkTest_F81B36895EDDF279-001/shard-1-001/cores/collection1_shard2_replica_n1/data/]
   [junit4]   2> 299685 INFO  (qtp1768404653-2835) [n:127.0.0.1:59315__ c:collection1 s:shard1  x:collection1_shard1_replica_n2 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=27, maxMergeAtOnceExplicit=37, maxMergedSegmentMB=79.267578125, floorSegmentMB=2.0380859375, forceMergeDeletesPctAllowed=26.29627691523416, segmentsPerTier=36.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.15246013046122053, deletesPctAllowed=43.33342773490904
   [junit4]   2> 299709 INFO  (qtp849126781-2749) [n:127.0.0.1:59287__ c:collection1 s:shard2  x:collection1_shard2_replica_n1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=27, maxMergeAtOnceExplicit=37, maxMergedSegmentMB=79.267578125, floorSegmentMB=2.0380859375, forceMergeDeletesPctAllowed=26.29627691523416, segmentsPerTier=36.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.15246013046122053, deletesPctAllowed=43.33342773490904
   [junit4]   2> 299713 WARN  (qtp849126781-2749) [n:127.0.0.1:59287__ c:collection1 s:shard2  x:collection1_shard2_replica_n1 ] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A, b=B}}}
   [junit4]   2> 299715 WARN  (qtp1768404653-2835) [n:127.0.0.1:59315__ c:collection1 s:shard1  x:collection1_shard1_replica_n2 ] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A, b=B}}}
   [junit4]   2> 299914 INFO  (qtp1768404653-2835) [n:127.0.0.1:59315__ c:collection1 s:shard1  x:collection1_shard1_replica_n2 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 299915 INFO  (qtp1768404653-2835) [n:127.0.0.1:59315__ c:collection1 s:shard1  x:collection1_shard1_replica_n2 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 299922 INFO  (qtp1768404653-2835) [n:127.0.0.1:59315__ c:collection1 s:shard1  x:collection1_shard1_replica_n2 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 299922 INFO  (qtp1768404653-2835) [n:127.0.0.1:59315__ c:collection1 s:shard1  x:collection1_shard1_replica_n2 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 299924 INFO  (qtp1768404653-2835) [n:127.0.0.1:59315__ c:collection1 s:shard1  x:collection1_shard1_replica_n2 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=10, maxMergeAtOnceExplicit=35, maxMergedSegmentMB=80.13671875, floorSegmentMB=0.6748046875, forceMergeDeletesPctAllowed=13.559523008322246, segmentsPerTier=31.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0, deletesPctAllowed=30.331023792438963
   [junit4]   2> 299932 INFO  (qtp1768404653-2835) [n:127.0.0.1:59315__ c:collection1 s:shard1  x:collection1_shard1_replica_n2 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@7693524d[collection1_shard1_replica_n2] main]
   [junit4]   2> 299944 INFO  (qtp849126781-2749) [n:127.0.0.1:59287__ c:collection1 s:shard2  x:collection1_shard2_replica_n1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 299944 INFO  (qtp849126781-2749) [n:127.0.0.1:59287__ c:collection1 s:shard2  x:collection1_shard2_replica_n1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 299947 INFO  (qtp849126781-2749) [n:127.0.0.1:59287__ c:collection1 s:shard2  x:collection1_shard2_replica_n1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 299947 INFO  (qtp849126781-2749) [n:127.0.0.1:59287__ c:collection1 s:shard2  x:collection1_shard2_replica_n1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 299955 INFO  (qtp1768404653-2835) [n:127.0.0.1:59315__ c:collection1 s:shard1  x:collection1_shard1_replica_n2 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 299955 INFO  (qtp849126781-2749) [n:127.0.0.1:59287__ c:collection1 s:shard2  x:collection1_shard2_replica_n1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=10, maxMergeAtOnceExplicit=35, maxMergedSegmentMB=80.13671875, floorSegmentMB=0.6748046875, forceMergeDeletesPctAllowed=13.559523008322246, segmentsPerTier=31.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0, deletesPctAllowed=30.331023792438963
   [junit4]   2> 299957 INFO  (qtp849126781-2749) [n:127.0.0.1:59287__ c:collection1 s:shard2  x:collection1_shard2_replica_n1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@1101b820[collection1_shard2_replica_n1] main]
   [junit4]   2> 299957 INFO  (qtp1768404653-2835) [n:127.0.0.1:59315__ c:collection1 s:shard1  x:collection1_shard1_replica_n2 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 299958 INFO  (qtp1768404653-2835) [n:127.0.0.1:59315__ c:collection1 s:shard1  x:collection1_shard1_replica_n2 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 299958 INFO  (qtp1768404653-2835) [n:127.0.0.1:59315__ c:collection1 s:shard1  x:collection1_shard1_replica_n2 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1657509145665863680
   [junit4]   2> 299966 INFO  (searcherExecutor-758-thread-1-processing-n:127.0.0.1:59315__ x:collection1_shard1_replica_n2 c:collection1 s:shard1) [n:127.0.0.1:59315__ c:collection1 s:shard1  x:collection1_shard1_replica_n2 ] o.a.s.c.SolrCore [collection1_shard1_replica_n2] Registered new searcher Searcher@7693524d[collection1_shard1_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 299977 INFO  (qtp849126781-2749) [n:127.0.0.1:59287__ c:collection1 s:shard2  x:collection1_shard2_replica_n1 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 299981 INFO  (qtp849126781-2749) [n:127.0.0.1:59287__ c:collection1 s:shard2  x:collection1_shard2_replica_n1 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 299982 INFO  (qtp849126781-2749) [n:127.0.0.1:59287__ c:collection1 s:shard2  x:collection1_shard2_replica_n1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 299982 INFO  (qtp849126781-2749) [n:127.0.0.1:59287__ c:collection1 s:shard2  x:collection1_shard2_replica_n1 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1657509145691029504
   [junit4]   2> 299991 INFO  (searcherExecutor-759-thread-1-processing-n:127.0.0.1:59287__ x:collection1_shard2_replica_n1 c:collection1 s:shard2) [n:127.0.0.1:59287__ c:collection1 s:shard2  x:collection1_shard2_replica_n1 ] o.a.s.c.SolrCore [collection1_shard2_replica_n1] Registered new searcher Searcher@1101b820[collection1_shard2_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 300005 INFO  (qtp1768404653-2835) [n:127.0.0.1:59315__ c:collection1 s:shard1  x:collection1_shard1_replica_n2 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/collection1/terms/shard1 to Terms{values={core_node4=0}, version=0}
   [junit4]   2> 300006 INFO  (qtp1768404653-2835) [n:127.0.0.1:59315__ c:collection1 s:shard1  x:collection1_shard1_replica_n2 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/collection1/leaders/shard1
   [junit4]   2> 300029 INFO  (qtp849126781-2749) [n:127.0.0.1:59287__ c:collection1 s:shard2  x:collection1_shard2_replica_n1 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/collection1/terms/shard2 to Terms{values={core_node3=0}, version=0}
   [junit4]   2> 300031 INFO  (qtp849126781-2749) [n:127.0.0.1:59287__ c:collection1 s:shard2  x:collection1_shard2_repli

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

reate/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	23	/solr/collections/collection1/state.json
   [junit4]   2> 	11	/solr/collections/collection3/terms/shard1
   [junit4]   2> 	9	/solr/aliases.json
   [junit4]   2> 	8	/solr/collections/collection2/terms/shard2
   [junit4]   2> 	8	/solr/collections/collection3/terms/shard2
   [junit4]   2> 	8	/solr/collections/collection1/terms/shard2
   [junit4]   2> 	7	/solr/collections/collection2/terms/shard1
   [junit4]   2> 	7	/solr/collections/collection1/terms/shard1
   [junit4]   2> 	6	/solr/collections/oneInstanceCollection2/terms/shard1
   [junit4]   2> 	6	/solr/packages.json
   [junit4]   2> 	6	/solr/security.json
   [junit4]   2> 	6	/solr/configs/conf1
   [junit4]   2> 	5	/solr/collections/oneInstanceCollection2/terms/shard2
   [junit4]   2> 	5	/solr/collections/multiunload2/terms/shard1
   [junit4]   2> 	5	/solr/collections/oneInstanceCollection/terms/shard1
   [junit4]   2> 	5	/solr/collections/oneInstanceCollection/terms/shard2
   [junit4]   2> 	4	/solr/collections/collection1/collectionprops.json
   [junit4]   2> 	4	/solr/collections/collection2/collectionprops.json
   [junit4]   2> 	4	/solr/collections/collection3/collectionprops.json
   [junit4]   2> 	3	/solr/collections/control_collection/terms/shard1
   [junit4]   2> 	2	/solr/collections/multiunload2/collectionprops.json
   [junit4]   2> 	2	/solr/collections/oneInstanceCollection2/collectionprops.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	157	/solr/collections/collection3/state.json
   [junit4]   2> 	145	/solr/collections/collection2/state.json
   [junit4]   2> 	93	/solr/clusterstate.json
   [junit4]   2> 	64	/solr/collections/oneInstanceCollection2/state.json
   [junit4]   2> 	47	/solr/collections/oneInstanceCollection/state.json
   [junit4]   2> 	36	/solr/collections/multiunload2/state.json
   [junit4]   2> 	12	/solr/collections/control_collection/state.json
   [junit4]   2> 	9	/solr/clusterprops.json
   [junit4]   2> 	3	/solr/overseer_elect/election/72088256601128972-127.0.0.1:59299__-n_0000000002
   [junit4]   2> 	2	/solr/overseer_elect/election/72088256601128964-127.0.0.1:59199__-n_0000000000
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	186	/solr/overseer/queue
   [junit4]   2> 	82	/solr/overseer/collection-queue-work
   [junit4]   2> 	51	/solr/live_nodes
   [junit4]   2> 	44	/solr/collections
   [junit4]   2> 
   [junit4]   2> 372821 INFO  (TEST-BasicDistributedZkTest.test-seed#[F81B36895EDDF279]) [     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:59195
   [junit4]   2> 372821 INFO  (TEST-BasicDistributedZkTest.test-seed#[F81B36895EDDF279]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:59195
   [junit4]   2> 372821 INFO  (TEST-BasicDistributedZkTest.test-seed#[F81B36895EDDF279]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 59195
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=BasicDistributedZkTest -Dtests.method=test -Dtests.seed=F81B36895EDDF279 -Dtests.slow=true -Dtests.locale=fa-IR -Dtests.timezone=Etc/GMT+10 -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] ERROR   84.6s J2 | BasicDistributedZkTest.test <<<
   [junit4]    > Throwable #1: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=3194, name=testExecutor-859-thread-1, state=RUNNABLE, group=TGRP-BasicDistributedZkTest]
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([F81B36895EDDF279:704F0953F0219F81]:0)
   [junit4]    > Caused by: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:59287/_: ADDREPLICA failed to create replica
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([F81B36895EDDF279]:0)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:665)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:265)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:224)
   [junit4]    > 	at org.apache.solr.cloud.BasicDistributedZkTest.lambda$createCollectionInOneInstance$2(BasicDistributedZkTest.java:760)
   [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:835)
   [junit4]   2> 372826 INFO  (SUITE-BasicDistributedZkTest-seed#[F81B36895EDDF279]-worker) [     ] o.a.s.SolrTestCaseJ4 ------------------------------------------------------- Done waiting for tracked resources to be released
   [junit4]   2> Feb 03, 2020 9:59:34 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene84): {regex_dup_A_s=Lucene84, regex_dup_B_s=PostingsFormat(name=Asserting), SubjectTerms_mfacet=Lucene84, multiDefault=PostingsFormat(name=Asserting), _root_=Lucene84, genre_s=FST50, author_t=Lucene84, series_t=Lucene84, rnd_b=FST50, oddField_s=FST50, a_t=PostingsFormat(name=Asserting), cat=PostingsFormat(name=Asserting), foo_b=Lucene84, name=FST50, inStock=Lucene84, id=FST50, text=Lucene84, t_sortable=FST50}, docValues:{regex_dup_A_s=DocValuesFormat(name=Lucene80), other_tl1=DocValuesFormat(name=Asserting), regex_dup_B_s=DocValuesFormat(name=Asserting), range_facet_l_dv=DocValuesFormat(name=Lucene80), SubjectTerms_mfacet=DocValuesFormat(name=Asserting), n_l1=DocValuesFormat(name=Asserting), multiDefault=DocValuesFormat(name=Asserting), intDefault=DocValuesFormat(name=Asserting), genre_s=DocValuesFormat(name=Lucene80), n_td1=DocValuesFormat(name=Asserting), n_d1=DocValuesFormat(name=Asserting), range_facet_l=DocValuesFormat(name=Asserting), n_f1=DocValuesFormat(name=Asserting), series_t=DocValuesFormat(name=Asserting), n_tl1=DocValuesFormat(name=Asserting), oddField_s=DocValuesFormat(name=Lucene80), n_tf1=DocValuesFormat(name=Asserting), price=DocValuesFormat(name=Lucene80), a_t=DocValuesFormat(name=Asserting), cat=DocValuesFormat(name=Asserting), sequence_i=DocValuesFormat(name=Lucene80), inStock=DocValuesFormat(name=Lucene80), id=DocValuesFormat(name=Lucene80), text=DocValuesFormat(name=Lucene80), intDvoDefault=DocValuesFormat(name=Lucene80), t_sortable=DocValuesFormat(name=Lucene80), timestamp=DocValuesFormat(name=Asserting), foo_i=DocValuesFormat(name=Asserting), val_i=DocValuesFormat(name=Lucene80), _root_=DocValuesFormat(name=Asserting), n_dt1=DocValuesFormat(name=Asserting), author_t=DocValuesFormat(name=Asserting), a_i1=DocValuesFormat(name=Asserting), n_ti1=DocValuesFormat(name=Lucene80), rnd_b=DocValuesFormat(name=Lucene80), _version_=DocValuesFormat(name=Asserting), n_tdt1=DocValuesFormat(name=Asserting), foo_b=DocValuesFormat(name=Lucene80), name=DocValuesFormat(name=Lucene80), id_i1=DocValuesFormat(name=Asserting), foo_d=DocValuesFormat(name=Lucene80), range_facet_i_dv=DocValuesFormat(name=Asserting), foo_f=DocValuesFormat(name=Lucene80)}, maxPointsInLeafNode=1558, maxMBSortInHeap=6.542130446003495, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@5790148e), locale=fa-IR, timezone=Etc/GMT+10
   [junit4]   2> NOTE: Mac OS X 10.14.6 x86_64/AdoptOpenJDK 12.0.2 (64-bit)/cpus=6,threads=1,free=72491880,total=512753664
   [junit4]   2> NOTE: All tests run in this JVM: [TestOmitPositions, ManagedSchemaRoundRobinCloudTest, CurrencyFieldTypeTest, BlockDirectoryTest, DistributedFacetPivotSmallAdvancedTest, TestSimDistribStateManager, SolrCLIZkUtilsTest, TestRawResponseWriter, TestLegacyField, ResponseHeaderTest, TestCloudJSONFacetJoinDomain, TestHdfsCloudBackupRestore, CSVRequestHandlerTest, TestSolrJacksonAnnotation, UpdateLogTest, HttpTriggerListenerTest, ScriptEngineTest, HdfsChaosMonkeySafeLeaderTest, DaemonStreamApiTest, RecoveryZkTest, LargeFieldTest, DistributedQueryComponentOptimizationTest, TestDynamicLoadingUrl, ActionThrottleTest, DocValuesTest, TestCustomSort, TestDocumentBuilder, TriggerEventQueueTest, BasicDistributedZkTest]
   [junit4] Completed [101/900 (1!)] on J2 in 85.48s, 1 test, 1 error <<< FAILURES!

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

[repro] Revision: d8bc9bcfcf772dfbfb6aa39dc019b0787946707a

[repro] Ant options: "-Dargs=-XX:+UseCompressedOops -XX:+UseG1GC"
[repro] Repro line:  ant test  -Dtestcase=BasicDistributedZkTest -Dtests.method=test -Dtests.seed=F81B36895EDDF279 -Dtests.slow=true -Dtests.locale=fa-IR -Dtests.timezone=Etc/GMT+10 -Dtests.asserts=true -Dtests.file.encoding=US-ASCII

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

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

[...truncated 3172 lines...]
[repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=5 -Dtests.class="*.BasicDistributedZkTest" -Dtests.showOutput=onerror "-Dargs=-XX:+UseCompressedOops -XX:+UseG1GC" -Dtests.seed=F81B36895EDDF279 -Dtests.slow=true -Dtests.locale=fa-IR -Dtests.timezone=Etc/GMT+10 -Dtests.asserts=true -Dtests.file.encoding=US-ASCII

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

[...truncated 73 lines...]