You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Policeman Jenkins Server <je...@thetaphi.de> on 2019/04/17 19:49:32 UTC

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

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

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

Error Message:
Could not load collection from ZK: multiunload2

Stack Trace:
org.apache.solr.common.SolrException: Could not load collection from ZK: multiunload2
	at __randomizedtesting.SeedInfo.seed([585A050363045FFE:D00E3AD9CDF83206]:0)
	at org.apache.solr.common.cloud.ZkStateReader.getCollectionLive(ZkStateReader.java:1371)
	at org.apache.solr.common.cloud.ZkStateReader$LazyCollectionRef.get(ZkStateReader.java:748)
	at org.apache.solr.common.cloud.ClusterState$CollectionRef.get(ClusterState.java:386)
	at org.apache.solr.common.cloud.ZkStateReader.forceUpdateCollection(ZkStateReader.java:400)
	at org.apache.solr.cloud.BasicDistributedZkTest.testStopAndStartCoresInOneInstance(BasicDistributedZkTest.java:624)
	at org.apache.solr.cloud.BasicDistributedZkTest.test(BasicDistributedZkTest.java:427)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1082)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1054)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:834)
Caused by: org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /collections/multiunload2/state.json
	at org.apache.zookeeper.KeeperException.create(KeeperException.java:130)
	at org.apache.zookeeper.KeeperException.create(KeeperException.java:54)
	at org.apache.zookeeper.ZooKeeper.getData(ZooKeeper.java:1221)
	at org.apache.solr.common.cloud.SolrZkClient.lambda$getData$5(SolrZkClient.java:358)
	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:71)
	at org.apache.solr.common.cloud.SolrZkClient.getData(SolrZkClient.java:358)
	at org.apache.solr.common.cloud.ZkStateReader.fetchCollectionState(ZkStateReader.java:1383)
	at org.apache.solr.common.cloud.ZkStateReader.getCollectionLive(ZkStateReader.java:1369)
	... 45 more




Build Log:
[...truncated 13724 lines...]
   [junit4] Suite: org.apache.solr.cloud.BasicDistributedZkTest
   [junit4]   2> Creating dataDir: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.BasicDistributedZkTest_585A050363045FFE-001/init-core-data-001
   [junit4]   2> 1515133 WARN  (SUITE-BasicDistributedZkTest-seed#[585A050363045FFE]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=1 numCloses=1
   [junit4]   2> 1515133 INFO  (SUITE-BasicDistributedZkTest-seed#[585A050363045FFE]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 1515133 INFO  (SUITE-BasicDistributedZkTest-seed#[585A050363045FFE]-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> 1515134 INFO  (SUITE-BasicDistributedZkTest-seed#[585A050363045FFE]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 1515134 INFO  (SUITE-BasicDistributedZkTest-seed#[585A050363045FFE]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 1515136 INFO  (TEST-BasicDistributedZkTest.test-seed#[585A050363045FFE]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1515137 INFO  (ZkTestServer Run Thread) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1515137 INFO  (ZkTestServer Run Thread) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1515244 INFO  (TEST-BasicDistributedZkTest.test-seed#[585A050363045FFE]) [    ] o.a.s.c.ZkTestServer start zk server on port:62797
   [junit4]   2> 1515244 INFO  (TEST-BasicDistributedZkTest.test-seed#[585A050363045FFE]) [    ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:62797
   [junit4]   2> 1515244 INFO  (TEST-BasicDistributedZkTest.test-seed#[585A050363045FFE]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 62797
   [junit4]   2> 1515258 INFO  (zkConnectionManagerCallback-10192-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1515263 INFO  (zkConnectionManagerCallback-10194-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1515264 INFO  (TEST-BasicDistributedZkTest.test-seed#[585A050363045FFE]) [    ] 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> 1515278 INFO  (TEST-BasicDistributedZkTest.test-seed#[585A050363045FFE]) [    ] 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> 1515282 INFO  (TEST-BasicDistributedZkTest.test-seed#[585A050363045FFE]) [    ] 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> 1515284 INFO  (TEST-BasicDistributedZkTest.test-seed#[585A050363045FFE]) [    ] 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> 1515286 INFO  (TEST-BasicDistributedZkTest.test-seed#[585A050363045FFE]) [    ] 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> 1515287 INFO  (TEST-BasicDistributedZkTest.test-seed#[585A050363045FFE]) [    ] 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> 1515289 INFO  (TEST-BasicDistributedZkTest.test-seed#[585A050363045FFE]) [    ] 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> 1515291 INFO  (TEST-BasicDistributedZkTest.test-seed#[585A050363045FFE]) [    ] 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> 1515293 INFO  (TEST-BasicDistributedZkTest.test-seed#[585A050363045FFE]) [    ] 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> 1515294 INFO  (TEST-BasicDistributedZkTest.test-seed#[585A050363045FFE]) [    ] 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> 1515296 INFO  (TEST-BasicDistributedZkTest.test-seed#[585A050363045FFE]) [    ] 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> 1515298 INFO  (TEST-BasicDistributedZkTest.test-seed#[585A050363045FFE]) [    ] o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly asked otherwise
   [junit4]   2> 1515745 WARN  (TEST-BasicDistributedZkTest.test-seed#[585A050363045FFE]) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 1515746 INFO  (TEST-BasicDistributedZkTest.test-seed#[585A050363045FFE]) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 1515746 INFO  (TEST-BasicDistributedZkTest.test-seed#[585A050363045FFE]) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1515746 INFO  (TEST-BasicDistributedZkTest.test-seed#[585A050363045FFE]) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 11.0.2+9
   [junit4]   2> 1515748 INFO  (TEST-BasicDistributedZkTest.test-seed#[585A050363045FFE]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1515748 INFO  (TEST-BasicDistributedZkTest.test-seed#[585A050363045FFE]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1515748 INFO  (TEST-BasicDistributedZkTest.test-seed#[585A050363045FFE]) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1515749 INFO  (TEST-BasicDistributedZkTest.test-seed#[585A050363045FFE]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@3e5721a9{/,null,AVAILABLE}
   [junit4]   2> 1515751 INFO  (TEST-BasicDistributedZkTest.test-seed#[585A050363045FFE]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@7d93dc0{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:62801}
   [junit4]   2> 1515752 INFO  (TEST-BasicDistributedZkTest.test-seed#[585A050363045FFE]) [    ] o.e.j.s.Server Started @1515824ms
   [junit4]   2> 1515752 INFO  (TEST-BasicDistributedZkTest.test-seed#[585A050363045FFE]) [    ] 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/J1/temp/solr.cloud.BasicDistributedZkTest_585A050363045FFE-001/tempDir-001/control/data, hostPort=62801, coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.BasicDistributedZkTest_585A050363045FFE-001/control-001/cores}
   [junit4]   2> 1515752 ERROR (TEST-BasicDistributedZkTest.test-seed#[585A050363045FFE]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1515752 INFO  (TEST-BasicDistributedZkTest.test-seed#[585A050363045FFE]) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1515752 INFO  (TEST-BasicDistributedZkTest.test-seed#[585A050363045FFE]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 9.0.0
   [junit4]   2> 1515752 INFO  (TEST-BasicDistributedZkTest.test-seed#[585A050363045FFE]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1515752 INFO  (TEST-BasicDistributedZkTest.test-seed#[585A050363045FFE]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1515752 INFO  (TEST-BasicDistributedZkTest.test-seed#[585A050363045FFE]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-04-17T19:01:31.265696Z
   [junit4]   2> 1515764 INFO  (zkConnectionManagerCallback-10196-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1515765 INFO  (TEST-BasicDistributedZkTest.test-seed#[585A050363045FFE]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1515765 INFO  (TEST-BasicDistributedZkTest.test-seed#[585A050363045FFE]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.BasicDistributedZkTest_585A050363045FFE-001/control-001/solr.xml
   [junit4]   2> 1515768 INFO  (TEST-BasicDistributedZkTest.test-seed#[585A050363045FFE]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 1515768 INFO  (TEST-BasicDistributedZkTest.test-seed#[585A050363045FFE]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1515769 INFO  (TEST-BasicDistributedZkTest.test-seed#[585A050363045FFE]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@562c6d89, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1515927 INFO  (TEST-BasicDistributedZkTest.test-seed#[585A050363045FFE]) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 1515928 WARN  (TEST-BasicDistributedZkTest.test-seed#[585A050363045FFE]) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@72c50797[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1515931 WARN  (TEST-BasicDistributedZkTest.test-seed#[585A050363045FFE]) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@5dc3cf68[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1515931 INFO  (TEST-BasicDistributedZkTest.test-seed#[585A050363045FFE]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:62797/solr
   [junit4]   2> 1515934 INFO  (zkConnectionManagerCallback-10203-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1515938 INFO  (zkConnectionManagerCallback-10205-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1516055 INFO  (TEST-BasicDistributedZkTest.test-seed#[585A050363045FFE]) [n:127.0.0.1:62801_    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:62801_
   [junit4]   2> 1516056 INFO  (TEST-BasicDistributedZkTest.test-seed#[585A050363045FFE]) [n:127.0.0.1:62801_    ] o.a.s.c.Overseer Overseer (id=72080525912244228-127.0.0.1:62801_-n_0000000000) starting
   [junit4]   2> 1516066 INFO  (zkConnectionManagerCallback-10212-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1516069 INFO  (TEST-BasicDistributedZkTest.test-seed#[585A050363045FFE]) [n:127.0.0.1:62801_    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:62797/solr ready
   [junit4]   2> 1516071 INFO  (OverseerStateUpdate-72080525912244228-127.0.0.1:62801_-n_0000000000) [n:127.0.0.1:62801_    ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:62801_
   [junit4]   2> 1516071 INFO  (TEST-BasicDistributedZkTest.test-seed#[585A050363045FFE]) [n:127.0.0.1:62801_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:62801_
   [junit4]   2> 1516073 INFO  (OverseerStateUpdate-72080525912244228-127.0.0.1:62801_-n_0000000000) [n:127.0.0.1:62801_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1516074 INFO  (zkCallback-10211-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1516092 INFO  (TEST-BasicDistributedZkTest.test-seed#[585A050363045FFE]) [n:127.0.0.1:62801_    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1516105 INFO  (TEST-BasicDistributedZkTest.test-seed#[585A050363045FFE]) [n:127.0.0.1:62801_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@562c6d89
   [junit4]   2> 1516112 INFO  (TEST-BasicDistributedZkTest.test-seed#[585A050363045FFE]) [n:127.0.0.1:62801_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@562c6d89
   [junit4]   2> 1516112 INFO  (TEST-BasicDistributedZkTest.test-seed#[585A050363045FFE]) [n:127.0.0.1:62801_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@562c6d89
   [junit4]   2> 1516113 INFO  (TEST-BasicDistributedZkTest.test-seed#[585A050363045FFE]) [n:127.0.0.1:62801_    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.BasicDistributedZkTest_585A050363045FFE-001/control-001/cores
   [junit4]   2> 1516129 INFO  (zkConnectionManagerCallback-10218-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1516130 INFO  (TEST-BasicDistributedZkTest.test-seed#[585A050363045FFE]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1516132 INFO  (TEST-BasicDistributedZkTest.test-seed#[585A050363045FFE]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:62797/solr ready
   [junit4]   2> 1516137 INFO  (qtp649711600-24775) [n:127.0.0.1:62801_    ] 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:62801_&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1516142 INFO  (OverseerThreadFactory-8350-thread-1-processing-n:127.0.0.1:62801_) [n:127.0.0.1:62801_    ] o.a.s.c.a.c.CreateCollectionCmd Create collection control_collection
   [junit4]   2> 1516254 INFO  (qtp649711600-24777) [n:127.0.0.1:62801_    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> 1516254 INFO  (qtp649711600-24777) [n:127.0.0.1:62801_    x:control_collection_shard1_replica_n1] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 1517272 INFO  (qtp649711600-24777) [n:127.0.0.1:62801_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 1517284 INFO  (qtp649711600-24777) [n:127.0.0.1:62801_ 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> 1517359 INFO  (qtp649711600-24777) [n:127.0.0.1:62801_ 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> 1517382 INFO  (qtp649711600-24777) [n:127.0.0.1:62801_ 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 collection control_collection, trusted=true
   [junit4]   2> 1517383 INFO  (qtp649711600-24777) [n:127.0.0.1:62801_ 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@562c6d89
   [junit4]   2> 1517383 INFO  (qtp649711600-24777) [n:127.0.0.1:62801_ 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/J1/temp/solr.cloud.BasicDistributedZkTest_585A050363045FFE-001/control-001/cores/control_collection_shard1_replica_n1], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.BasicDistributedZkTest_585A050363045FFE-001/control-001/cores/control_collection_shard1_replica_n1/data/]
   [junit4]   2> 1517385 INFO  (qtp649711600-24777) [n:127.0.0.1:62801_ 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=32, maxMergeAtOnceExplicit=24, maxMergedSegmentMB=34.7275390625, floorSegmentMB=1.6103515625, forceMergeDeletesPctAllowed=5.765398683778119, segmentsPerTier=27.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.3544487036779519, deletesPctAllowed=40.40054587434841
   [junit4]   2> 1517386 WARN  (qtp649711600-24777) [n:127.0.0.1:62801_ 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> 1517428 INFO  (qtp649711600-24777) [n:127.0.0.1:62801_ 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> 1517428 INFO  (qtp649711600-24777) [n:127.0.0.1:62801_ 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> 1517430 INFO  (qtp649711600-24777) [n:127.0.0.1:62801_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1517431 INFO  (qtp649711600-24777) [n:127.0.0.1:62801_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1517431 INFO  (qtp649711600-24777) [n:127.0.0.1:62801_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=45, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.8076981831451054]
   [junit4]   2> 1517431 INFO  (qtp649711600-24777) [n:127.0.0.1:62801_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@7425f8c4[control_collection_shard1_replica_n1] main]
   [junit4]   2> 1517433 INFO  (qtp649711600-24777) [n:127.0.0.1:62801_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1517434 INFO  (qtp649711600-24777) [n:127.0.0.1:62801_ 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> 1517434 INFO  (qtp649711600-24777) [n:127.0.0.1:62801_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1517434 INFO  (qtp649711600-24777) [n:127.0.0.1:62801_ 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 1631089006159593472
   [junit4]   2> 1517437 INFO  (searcherExecutor-8355-thread-1-processing-n:127.0.0.1:62801_ x:control_collection_shard1_replica_n1 c:control_collection s:shard1) [n:127.0.0.1:62801_ 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@7425f8c4[control_collection_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1517442 INFO  (qtp649711600-24777) [n:127.0.0.1:62801_ 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> 1517442 INFO  (qtp649711600-24777) [n:127.0.0.1:62801_ 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> 1517448 INFO  (qtp649711600-24777) [n:127.0.0.1:62801_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1517448 INFO  (qtp649711600-24777) [n:127.0.0.1:62801_ 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> 1517448 INFO  (qtp649711600-24777) [n:127.0.0.1:62801_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:62801/control_collection_shard1_replica_n1/
   [junit4]   2> 1517448 INFO  (qtp649711600-24777) [n:127.0.0.1:62801_ 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> 1517449 INFO  (qtp649711600-24777) [n:127.0.0.1:62801_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SyncStrategy http://127.0.0.1:62801/control_collection_shard1_replica_n1/ has no replicas
   [junit4]   2> 1517449 INFO  (qtp649711600-24777) [n:127.0.0.1:62801_ 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/72080525912244228-core_node2-n_0000000000
   [junit4]   2> 1517452 INFO  (qtp649711600-24777) [n:127.0.0.1:62801_ 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:62801/control_collection_shard1_replica_n1/ shard1
   [junit4]   2> 1517555 INFO  (zkCallback-10204-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> 1517555 INFO  (zkCallback-10204-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> 1517557 INFO  (qtp649711600-24777) [n:127.0.0.1:62801_ 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> 1517559 INFO  (qtp649711600-24777) [n:127.0.0.1:62801_ 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=1305
   [junit4]   2> 1517564 INFO  (qtp649711600-24775) [n:127.0.0.1:62801_    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 45 seconds. Check all shard replicas
   [junit4]   2> 1517661 INFO  (zkCallback-10204-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> 1517661 INFO  (zkCallback-10204-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> 1517661 INFO  (zkCallback-10204-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> 1517662 INFO  (qtp649711600-24775) [n:127.0.0.1:62801_    ] 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:62801_&wt=javabin&version=2} status=0 QTime=1526
   [junit4]   2> 1517668 INFO  (zkConnectionManagerCallback-10224-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1517670 INFO  (TEST-BasicDistributedZkTest.test-seed#[585A050363045FFE]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1517672 INFO  (TEST-BasicDistributedZkTest.test-seed#[585A050363045FFE]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:62797/solr ready
   [junit4]   2> 1517672 INFO  (TEST-BasicDistributedZkTest.test-seed#[585A050363045FFE]) [    ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 1517672 INFO  (qtp649711600-24776) [n:127.0.0.1:62801_    ] 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=2&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1517680 INFO  (OverseerThreadFactory-8350-thread-2-processing-n:127.0.0.1:62801_) [n:127.0.0.1:62801_    ] o.a.s.c.a.c.CreateCollectionCmd Create collection collection1
   [junit4]   2> 1517680 INFO  (OverseerCollectionConfigSetProcessor-72080525912244228-127.0.0.1:62801_-n_0000000000) [n:127.0.0.1:62801_    ] 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> 1517893 WARN  (OverseerThreadFactory-8350-thread-2-processing-n:127.0.0.1:62801_) [n:127.0.0.1:62801_    ] o.a.s.c.a.c.CreateCollectionCmd It is unusual to create a collection (collection1) without cores.
   [junit4]   2> 1517895 INFO  (qtp649711600-24776) [n:127.0.0.1:62801_    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 45 seconds. Check all shard replicas
   [junit4]   2> 1517896 INFO  (qtp649711600-24776) [n:127.0.0.1:62801_    ] 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=2&wt=javabin&version=2} status=0 QTime=223
   [junit4]   2> 1517897 INFO  (TEST-BasicDistributedZkTest.test-seed#[585A050363045FFE]) [    ] o.a.s.c.AbstractFullDistribZkTestBase Creating jetty instances pullReplicaCount=0 numOtherReplicas=4
   [junit4]   2> 1518192 INFO  (TEST-BasicDistributedZkTest.test-seed#[585A050363045FFE]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.BasicDistributedZkTest_585A050363045FFE-001/shard-1-001 of type NRT
   [junit4]   2> 1518193 WARN  (closeThreadPool-10225-thread-1) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 1518193 INFO  (closeThreadPool-10225-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 1518193 INFO  (closeThreadPool-10225-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1518193 INFO  (closeThreadPool-10225-thread-1) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 11.0.2+9
   [junit4]   2> 1518195 INFO  (closeThreadPool-10225-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1518195 INFO  (closeThreadPool-10225-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1518195 INFO  (closeThreadPool-10225-thread-1) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1518195 INFO  (closeThreadPool-10225-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@79a1ee0d{/,null,AVAILABLE}
   [junit4]   2> 1518196 INFO  (closeThreadPool-10225-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@4a437628{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:62813}
   [junit4]   2> 1518196 INFO  (closeThreadPool-10225-thread-1) [    ] o.e.j.s.Server Started @1518268ms
   [junit4]   2> 1518196 INFO  (closeThreadPool-10225-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/J1/temp/solr.cloud.BasicDistributedZkTest_585A050363045FFE-001/tempDir-001/jetty1, hostPort=62813, coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.BasicDistributedZkTest_585A050363045FFE-001/shard-1-001/cores, replicaType=NRT}
   [junit4]   2> 1518196 ERROR (closeThreadPool-10225-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1518196 INFO  (closeThreadPool-10225-thread-1) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1518196 INFO  (closeThreadPool-10225-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 9.0.0
   [junit4]   2> 1518196 INFO  (closeThreadPool-10225-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1518196 INFO  (closeThreadPool-10225-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1518197 INFO  (closeThreadPool-10225-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-04-17T19:01:33.709998Z
   [junit4]   2> 1518206 INFO  (zkConnectionManagerCallback-10227-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1518209 INFO  (closeThreadPool-10225-thread-1) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1518209 INFO  (closeThreadPool-10225-thread-1) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.BasicDistributedZkTest_585A050363045FFE-001/shard-1-001/solr.xml
   [junit4]   2> 1518211 INFO  (closeThreadPool-10225-thread-1) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 1518211 INFO  (closeThreadPool-10225-thread-1) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1518212 INFO  (closeThreadPool-10225-thread-1) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@562c6d89, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1518388 INFO  (closeThreadPool-10225-thread-1) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 1518389 WARN  (closeThreadPool-10225-thread-1) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@326f91c2[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1518392 WARN  (closeThreadPool-10225-thread-1) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@312daf61[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1518393 INFO  (closeThreadPool-10225-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:62797/solr
   [junit4]   2> 1518396 INFO  (zkConnectionManagerCallback-10234-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1518399 INFO  (zkConnectionManagerCallback-10236-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1518409 INFO  (closeThreadPool-10225-thread-1) [n:127.0.0.1:62813_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1518416 INFO  (closeThreadPool-10225-thread-1) [n:127.0.0.1:62813_    ] o.a.s.c.ZkController Publish node=127.0.0.1:62813_ as DOWN
   [junit4]   2> 1518416 INFO  (closeThreadPool-10225-thread-1) [n:127.0.0.1:62813_    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 1518416 INFO  (closeThreadPool-10225-thread-1) [n:127.0.0.1:62813_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:62813_
   [junit4]   2> 1518423 INFO  (zkCallback-10211-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1518423 INFO  (zkCallback-10204-thread-3) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1518423 INFO  (zkCallback-10235-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1518423 INFO  (zkCallback-10223-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1518452 INFO  (zkConnectionManagerCallback-10243-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1518454 INFO  (closeThreadPool-10225-thread-1) [n:127.0.0.1:62813_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1518456 INFO  (closeThreadPool-10225-thread-1) [n:127.0.0.1:62813_    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:62797/solr ready
   [junit4]   2> 1518457 INFO  (closeThreadPool-10225-thread-1) [n:127.0.0.1:62813_    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1518474 INFO  (closeThreadPool-10225-thread-1) [n:127.0.0.1:62813_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@562c6d89
   [junit4]   2> 1518482 INFO  (closeThreadPool-10225-thread-1) [n:127.0.0.1:62813_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@562c6d89
   [junit4]   2> 1518483 INFO  (closeThreadPool-10225-thread-1) [n:127.0.0.1:62813_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@562c6d89
   [junit4]   2> 1518484 INFO  (closeThreadPool-10225-thread-1) [n:127.0.0.1:62813_    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.BasicDistributedZkTest_585A050363045FFE-001/shard-1-001/cores
   [junit4]   2> 1518507 INFO  (TEST-BasicDistributedZkTest.test-seed#[585A050363045FFE]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.BasicDistributedZkTest_585A050363045FFE-001/shard-2-001 of type NRT
   [junit4]   2> 1518508 WARN  (closeThreadPool-10225-thread-1) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 1518508 INFO  (closeThreadPool-10225-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 1518508 INFO  (closeThreadPool-10225-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1518508 INFO  (closeThreadPool-10225-thread-1) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 11.0.2+9
   [junit4]   2> 1518509 INFO  (closeThreadPool-10225-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1518509 INFO  (closeThreadPool-10225-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1518509 INFO  (closeThreadPool-10225-thread-1) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1518510 INFO  (closeThreadPool-10225-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@172cbcf2{/,null,AVAILABLE}
   [junit4]   2> 1518510 INFO  (closeThreadPool-10225-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@156283fd{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:62820}
   [junit4]   2> 1518510 INFO  (closeThreadPool-10225-thread-1) [    ] o.e.j.s.Server Started @1518582ms
   [junit4]   2> 1518510 INFO  (closeThreadPool-10225-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/J1/temp/solr.cloud.BasicDistributedZkTest_585A050363045FFE-001/tempDir-001/jetty2, hostPort=62820, coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.BasicDistributedZkTest_585A050363045FFE-001/shard-2-001/cores, replicaType=NRT}
   [junit4]   2> 1518510 ERROR (closeThreadPool-10225-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1518510 INFO  (closeThreadPool-10225-thread-1) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1518510 INFO  (closeThreadPool-10225-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 9.0.0
   [junit4]   2> 1518510 INFO  (closeThreadPool-10225-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1518510 INFO  (closeThreadPool-10225-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1518510 INFO  (closeThreadPool-10225-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-04-17T19:01:34.023838Z
   [junit4]   2> 1518513 INFO  (zkConnectionManagerCallback-10246-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1518515 INFO  (closeThreadPool-10225-thread-1) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1518515 INFO  (closeThreadPool-10225-thread-1) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.BasicDistributedZkTest_585A050363045FFE-001/shard-2-001/solr.xml
   [junit4]   2> 1518517 INFO  (closeThreadPool-10225-thread-1) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 1518517 INFO  (closeThreadPool-10225-thread-1) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1518518 INFO  (closeThreadPool-10225-thread-1) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@562c6d89, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1518599 INFO  (closeThreadPool-10225-thread-1) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 1518600 WARN  (closeThreadPool-10225-thread-1) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@66b11e9b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1518603 WARN  (closeThreadPool-10225-thread-1) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@48d96872[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1518603 INFO  (closeThreadPool-10225-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:62797/solr
   [junit4]   2> 1518606 INFO  (zkConnectionManagerCallback-10253-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1518609 INFO  (zkConnectionManagerCallback-10255-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1518628 INFO  (closeThreadPool-10225-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1518635 INFO  (closeThreadPool-10225-thread-1) [    ] o.a.s.c.ZkController Publish node=127.0.0.1:62820_ as DOWN
   [junit4]   2> 1518636 INFO  (closeThreadPool-10225-thread-1) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 1518636 INFO  (closeThreadPool-10225-thread-1) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:62820_
   [junit4]   2> 1518639 INFO  (zkCallback-10211-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1518639 INFO  (zkCallback-10204-thread-3) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1518639 INFO  (zkCallback-10223-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1518639 INFO  (zkCallback-10235-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1518640 INFO  (zkCallback-10254-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1518640 INFO  (zkCallback-10242-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1518658 INFO  (zkConnectionManagerCallback-10262-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1518660 INFO  (closeThreadPool-10225-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 1518662 INFO  (closeThreadPool-10225-thread-1) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:62797/solr ready
   [junit4]   2> 1518662 INFO  (closeThreadPool-10225-thread-1) [    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1518679 INFO  (closeThreadPool-10225-thread-1) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@562c6d89
   [junit4]   2> 1518689 INFO  (closeThreadPool-10225-thread-1) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@562c6d89
   [junit4]   2> 1518689 INFO  (closeThreadPool-10225-thread-1) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@562c6d89
   [junit4]   2> 1518690 INFO  (closeThreadPool-10225-thread-1) [    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.BasicDistributedZkTest_585A050363045FFE-001/shard-2-001/cores
   [junit4]   2> 1518789 INFO  (TEST-BasicDistributedZkTest.test-seed#[585A050363045FFE]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.BasicDistributedZkTest_585A050363045FFE-001/shard-3-001 of type NRT
   [junit4]   2> 1518789 WARN  (closeThreadPool-10225-thread-1) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 1518789 INFO  (closeThreadPool-10225-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 1518789 INFO  (closeThreadPool-10225-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1518789 INFO  (closeThreadPool-10225-thread-1) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 11.0.2+9
   [junit4]   2> 1518791 INFO  (closeThreadPool-10225-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1518791 INFO  (closeThreadPool-10225-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1518791 INFO  (closeThreadPool-10225-thread-1) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1518791 INFO  (closeThreadPool-10225-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@17b7303d{/,null,AVAILABLE}
   [junit4]   2> 1518791 INFO  (closeThreadPool-10225-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@127a2376{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:62825}
   [junit4]   2> 1518791 INFO  (closeThreadPool-10225-thread-1) [    ] o.e.j.s.Server Started @1518864ms
   [junit4]   2> 1518791 INFO  (closeThreadPool-10225-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/J1/temp/solr.cloud.BasicDistributedZkTest_585A050363045FFE-001/tempDir-001/jetty3, hostPort=62825, coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.BasicDistributedZkTest_585A050363045FFE-001/shard-3-001/cores}
   [junit4]   2> 1518792 ERROR (closeThreadPool-10225-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1518792 INFO  (closeThreadPool-10225-thread-1) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1518792 INFO  (closeThreadPool-10225-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 9.0.0
   [junit4]   2> 1518792 INFO  (closeThreadPool-10225-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1518792 INFO  (closeThreadPool-10225-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1518792 INFO  (closeThreadPool-10225-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-04-17T19:01:34.305304Z
   [junit4]   2> 1518801 INFO  (zkConnectionManagerCallback-10265-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1518803 INFO  (closeThreadPool-10225-thread-1) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1518803 INFO  (closeThreadPool-10225-thread-1) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.BasicDistributedZkTest_585A050363045FFE-001/shard-3-001/solr.xml
   [junit4]   2> 1518805 INFO  (closeThreadPool-10225-thread-1) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 1518805 INFO  (closeThreadPool-10225-thread-1) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1518806 INFO  (closeThreadPool-10225-thread-1) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@562c6d89, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1518871 INFO  (closeThreadPool-10225-thread-1) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 1518872 WARN  (closeThreadPool-10225-thread-1) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@371a48d5[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1518875 WARN  (closeThreadPool-10225-thread-1) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@2bd3de73[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1518876 INFO  (closeThreadPool-10225-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:62797/solr
   [junit4]   2> 1518880 INFO  (zkConnectionManagerCallback-10272-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1518885 INFO  (zkConnectionManagerCallback-10274-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1518895 INFO  (closeThreadPool-10225-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 1518904 INFO  (closeThreadPool-10225-thread-1) [    ] o.a.s.c.ZkController Publish node=127.0.0.1:62825_ as DOWN
   [junit4]   2> 1518907 INFO  (closeThreadPool-10225-thread-1) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 1518908 INFO  (closeThreadPool-10225-thread-1) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:62825_
   [junit4]   2> 1518913 INFO  (zkCallback-10223-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1518913 INFO  (zkCallback-10235-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1518913 INFO  (zkCallback-10254-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1518913 INFO  (zkCallback-10211-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1518913 INFO  (zkCallback-10242-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1518913 INFO  (zkCallback-10204-thread-3) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1518913 INFO  (zkCallback-10261-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1518914 INFO  (zkCallback-10273-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1518990 INFO  (zkConnectionManagerCallback-10281-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1518992 INFO  (closeThreadPool-10225-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 1518994 INFO  (closeThreadPool-10225-thread-1) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:62797/solr ready
   [junit4]   2> 1518994 INFO  (closeThreadPool-10225-thread-1) [    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1519013 INFO  (closeThreadPool-10225-thread-1) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@562c6d89
   [junit4]   2> 1519023 INFO  (closeThreadPool-10225-thread-1) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@562c6d89
   [junit4]   2> 1519023 INFO  (closeThreadPool-10225-thread-1) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@562c6d89
   [junit4]   2> 1519024 INFO  (closeThreadPool-10225-thread-1) [    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.BasicDistributedZkTest_585A050363045FFE-001/shard-3-001/cores
   [junit4]   2> 1519162 INFO  (TEST-BasicDistributedZkTest.test-seed#[585A050363045FFE]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 4 in directory /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.BasicDistributedZkTest_585A050363045FFE-001/shard-4-001 of type NRT
   [junit4]   2> 1519163 WARN  (closeThreadPool-10225-thread-1) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 1519163 INFO  (closeThreadPool-10225-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 1519163 INFO  (closeThreadPool-10225-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1519163 INFO  (closeThreadPool-10225-thread-1) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 11.0.2+9
   [junit4]   2> 1519164 INFO  (closeThreadPool-10225-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1519164 INFO  (closeThreadPool-10225-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1519164 INFO  (closeThreadPool-10225-thread-1) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1519165 INFO  (closeThreadPool-10225-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@20e3efc7{/,null,AVAILABLE}
   [junit4]   2> 1519165 INFO  (closeThreadPool-10225-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@1397354{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:62834}
   [junit4]   2> 1519165 INFO  (closeThreadPool-10225-thread-1) [    ] o.e.j.s.Server Started @1519238ms
   [junit4]   2> 1519165 INFO  (closeThreadPool-10225-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/J1/temp/solr.cloud.BasicDistributedZkTest_585A050363045FFE-001/tempDir-001/jetty4, hostPort=62834, coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.BasicDistributedZkTest_585A050363045FFE-001/shard-4-001/cores}
   [junit4]   2> 1519165 ERROR (closeThreadPool-10225-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1519165 INFO  (closeThreadPool-10225-thread-1) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1519165 INFO  (closeThreadPool-10225-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 9.0.0
   [junit4]   2> 1519165 INFO  (closeThreadPool-10225-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1519165 INFO  (closeThreadPool-10225-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1519165 INFO  (closeThreadPool-10225-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-04-17T19:01:34.678921Z
   [junit4]   2> 1519168 INFO  (zkConnectionManagerCallback-10284-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1519170 INFO  (closeThreadPool-10225-thread-1) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1519170 INFO  (closeThreadPool-10225-thread-1) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.BasicDistributedZkTest_585A050363045FFE-001/shard-4-001/solr.xml
   [junit4]   2> 1519171 INFO  (closeThreadPool-10225-thread-1) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 1519171 INFO  (closeThreadPool-10225-thread-1) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1519172 INFO  (closeThreadPool-10225-thread-1) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@562c6d89, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1519413 INFO  (closeThreadPool-10225-thread-1) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 1519414 WARN  (closeThreadPool-10225-thread-1) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@90efd84[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1519416 WARN  (closeThreadPool-10225-thread-1) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@7ba6eca2[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1519417 INFO  (closeThreadPool-10225-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:62797/solr
   [junit4]   2> 1519419 INFO  (zkConnectionManagerCallback-10291-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1519423 INFO  (zkConnectionManagerCallback-10293-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1519431 INFO  (closeThreadPool-10225-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 1519437 INFO  (closeThreadPool-10225-thread-1) [    ] o.a.s.c.ZkController Publish node=127.0.0.1:62834_ as DOWN
   [junit4]   2> 1519438 INFO  (closeThreadPool-10225-thread-1) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 1519439 INFO  (closeThreadPool-10225-thread-1) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:62834_
   [junit4]   2> 1519449 INFO  (zkCallback-10261-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1519449 INFO  (zkCallback-10211-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1519449 INFO  (zkCallback-10254-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1519449 INFO  (zkCallback-10235-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1519449 INFO  (zkCallback-10242-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1519449 INFO  (zkCallback-10223-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1519449 INFO  (zkCallback-10204-thread-3) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1519449 INFO  (zkCallback-10273-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1519449 INFO  (zkCallback-10280-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1519449 INFO  (zkCallback-10292-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1519468 INFO  (zkConnectionManagerCallback-10300-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1519470 INFO  (closeThreadPool-10225-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (5)
   [junit4]   2> 1519473 INFO  (closeThreadPool-10225-thread-1) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:62797/solr ready
   [junit4]   2> 1519473 INFO  (closeThreadPool-10225-thread-1) [    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1519484 INFO  (closeThreadPool-10225-thread-1) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@562c6d89
   [junit4]   2> 1519494 INFO  (closeThreadPool-10225-thread-1) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@562c6d89
   [junit4]   2> 1519494 INFO  (closeThreadPool-10225-thread-1) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@562c6d89
   [junit4]   2> 1519495 INFO  (closeThreadPool-10225-thread-1) [    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.BasicDistributedZkTest_585A050363045FFE-001/shard-4-001/cores
   [junit4]   2> 1519531 INFO  (qtp649711600-24777) [n:127.0.0.1:62801_    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:62813_&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1519532 INFO  (qtp649711600-24779) [n:127.0.0.1:62801_    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:62825_&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1519532 INFO  (qtp649711600-24774) [n:127.0.0.1:62801_    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:62820_&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1519533 INFO  (qtp649711600-24778) [n:127.0.0.1:62801_    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:62834_&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1519537 INFO  (OverseerCollectionConfigSetProcessor-72080525912244228-127.0.0.1:62801_-n_0000000000) [n:127.0.0.1:62801_    ] 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> 1519538 INFO  (OverseerThreadFactory-8350-thread-4-processing-n:127.0.0.1:62801_) [n:127.0.0.1:62801_ c:collection1 s:shard1  ] o.a.s.c.a.c.AddReplicaCmd Node Identified 127.0.0.1:62820_ for creating new replica of shard shard1 for collection collection1
   [junit4]   2> 1519539 INFO  (OverseerThreadFactory-8350-thread-3-processing-n:127.0.0.1:62801_) [n:127.0.0.1:62801_ c:collection1 s:shard2  ] o.a.s.c.a.c.AddReplicaCmd Node Identified 127.0.0.1:62813_ for creating new replica of shard shard2 for collection collection1
   [junit4]   2> 1519541 INFO  (OverseerThreadFactory-8350-thread-4-processing-n:127.0.0.1:62801_) [n:127.0.0.1:62801_ c:collection1 s:shard1  ] o.a.s.c.a.c.AddReplicaCmd Returning CreateReplica command.
   [junit4]   2> 1519542 INFO  (OverseerThreadFactory-8350-thread-3-processing-n:127.0.0.1:62801_) [n:127.0.0.1:62801_ c:collection1 s:shard2  ] o.a.s.c.a.c.AddReplicaCmd Returning CreateReplica command.
   [junit4]   2> 1519546 INFO  (qtp1756022213-24871) [n:127.0.0.1:62820_    x:collection1_shard1_replica_n1] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n1&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1519546 INFO  (qtp2103504512-24838) [n:127.0.0.1:62813_    x:collection1_shard2_replica_n2] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_n2&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1520562 INFO  (qtp2103504512-24838) [n:127.0.0.1:62813_ c:collection1 s:shard2  x:collection1_shard2_replica_n2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 1520563 INFO  (qtp1756022213-24871) [n:127.0.0.1:62820_ c:collection1 s:shard1  x:collection1_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 1520587 INFO  (qtp2103504512-24838) [n:127.0.0.1:62813_ c:collection1 s:shard2  x:collection1_shard2_replica_n2] o.a.s.s.IndexSchema [collection1_shard2_replica_n2] Schema name=test
   [junit4]   2> 1520587 INFO  (qtp1756022213-24871) [n:127.0.0.1:62820_ c:collection1 s:shard1  x:collection1_shard1_replica_n1] o.a.s.s.IndexSchema [collection1_shard1_replica_n1] Schema name=test
   [junit4]   2> 1520688 INFO  (qtp2103504512-24838) [n:127.0.0.1:62813_ c:collection1 s:shard2  x:collection1_shard2_replica_n2] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1520689 INFO  (qtp1756022213-24871) [n:127.0.0.1:62820_ c:collection1 s:shard1  x:collection1_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1520716 INFO  (qtp2103504512-24838) [n:127.0.0.1:62813_ c:collection1 s:shard2  x:collection1_shard2_replica_n2] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard2_replica_n2' using configuration from collection collection1, trusted=true
   [junit4]   2> 1520717 INFO  (qtp2103504512-24838) [n:127.0.0.1:62813_ c:collection1 s:shard2  x:collection1_shard2_replica_n2] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1.shard2.replica_n2' (registry 'solr.core.collection1.shard2.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@562c6d89
   [junit4]   2> 1520717 INFO  (qtp2103504512-24838) [n:127.0.0.1:62813_ c:collection1 s:shard2  x:collection1_shard2_replica_n2] o.a.s.c.SolrCore [[collection1_shard2_replica_n2] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.BasicDistributedZkTest_585A050363045FFE-001/shard-1-001/cores/collection1_shard2_replica_n2], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.BasicDistributedZkTest_585A050363045FFE-001/shard-1-001/cores/collection1_shard2_replica_n2/data/]
   [junit4]   2> 1520720 INFO  (qtp2103504512-24838) [n:127.0.0.1:62813_ c:collection1 s:shard2  x:collection1_shard2_replica_n2] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=32, maxMergeAtOnceExplicit=24, maxMergedSegmentMB=34.7275390625, floorSegmentMB=1.6103515625, forceMergeDeletesPctAllowed=5.765398683778119, segmentsPerTier=27.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.3544487036779519, deletesPctAllowed=40.40054587434841
   [junit4]   2> 1520721 WARN  (qtp2103504512-24838) [n:127.0.0.1:62813_ c:collection1 s:shard2  x:collection1_shard2_replica_n2] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 1520724 INFO  (qtp1756022213-24871) [n:127.0.0.1:62820_ c:collection1 s:shard1  x:collection1_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard1_replica_n1' using configuration from collection collection1, trusted=true
   [junit4]   2> 1520724 INFO  (qtp1756022213-24871) [n:127.0.0.1:62820_ c:collection1 s:shard1  x:collection1_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1.shard1.replica_n1' (registry 'solr.core.collection1.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@562c6d89
   [junit4]   2> 1520724 INFO  (qtp1756022213-24871) [n:127.0.0.1:62820_ c:collection1 s:shard1  x:collection1_shard1_replica_n1] o.a.s.c.SolrCore [[collection1_shard1_replica_n1] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.BasicDistributedZkTest_585A050363045FFE-001/shard-2-001/cores/collection1_shard1_replica_n1], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.BasicDistributedZkTest_585A050363045FFE-001/shard-2-001/cores/collection1_shard1_replica_n1/data/]
   [junit4]   2> 1520726 INFO  (qtp1756022213-24871) [n:127.0.0.1:62820_ c:collection1 s:shard1  x:collection1_shard1_replica_n1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=32, maxMergeAtOnceExplicit=24, maxMergedSegmentMB=34.7275390625, floorSegmentMB=1.6103515625, forceMergeDeletesPctAllowed=5.765398683778119, segmentsPerTier=27.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.3544487036779519, deletesPctAllowed=40.40054587434841
   [junit4]   2> 1520728 WARN  (qtp1756022213-24871) [n:127.0.0.1:62820_ c:collection1 s:shard1  x:collection1_shard1_replica_n1] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 1520765 INFO  (qtp2103504512-24838) [n:127.0.0.1:62813_ c:collection1 s:shard2  x:collection1_shard2_replica_n2] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1520765 INFO  (qtp2103504512-24838) [n:127.0.0.1:62813_ c:collection1 s:shard2  x:collection1_shard2_replica_n2] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1520794 INFO  (qtp2103504512-24838) [n:127.0.0.1:62813_ c:collection1 s:shard2  x:collection1_shard2_replica_n2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1520794 INFO  (qtp2103504512-24838) [n:127.0.0.1:62813_ c:collection1 s:shard2  x:collection1_shard2_replica_n2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1520794 INFO  (qtp2103504512-24838) [n:127.0.0.1:62813_ c:collection1 s:shard2  x:collection1_shard2_replica_n2] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=45, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.8076981831451054]
   [junit4]   2> 1520795 INFO  (qtp2103504512-24838) [n:127.0.0.1:62813_ c:collection1 s:shard2  x:collection1_shard2_replica_n2] o.a.s.s.SolrIndexSearcher Opening [Searcher@5bb1f1d7[collection1_shard2_replica_n2] main]
   [junit4]   2> 1520796 INFO  (qtp2103504512-24838) [n:127.0.0.1:62813_ c:collection1 s:shard2  x:collection1_shard2_replica_n2] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1520797 INFO  (qtp2103504512-24838) [n:127.0.0.1:62813_ c:collection1 s:shard2  x:collection1_shard2_replica_n2] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1520797 INFO  (qtp2103504512-24838) [n:127.0.0.1:62813_ c:collection1 s:shard2  x:collection1_shard2_replica_n2] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1520797 INFO  (qtp2103504512-24838) [n:127.0.0.1:62813_ c:collection1 s:shard2  x:collection1_shard2_replica_n2] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1631089009685954560
   [junit4]   2> 1520800 INFO  (searcherExecutor-8396-thread-1-processing-n:127.0.0.1:62813_ x:collection1_shard2_replica_n2 c:collection1 s:shard2) [n:127.0.0.1:62813_ c:collection1 s:shard2  x:collection1_shard2_replica_n2] o.a.s.c.SolrCore [collection1_shard2_replica_n2] Registered new searcher Searcher@5bb1f1d7[collection1_shard2_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1520804 INFO  (qtp2103504512-24838) [n:127.0.0.1:62813_ c:collection1 s:shard2  x:collection1_shard2_replica_n2] o.a.s.c.ZkShardTerms Successful update of terms at /collections/collection1/terms/shard2 to Terms{values={core_node4=0}, version=0}
   [junit4]   2> 1520805 INFO  (qtp2103504512-24838) [n:127.0.0.1:62813_ c:collection1 s:shard2  x:collection1_shard2_replica_n2] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/collection1/leaders/shard2
   [junit4]   2> 1520808 INFO  (qtp1756022213-24871) [n:127.0.0.1:62820_ c:collection1 s:shard1  x:collection1_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1520808 INFO  (qtp1756022213-24871) [n:127.0.0.1:62820_ c:collection1 s:shard1  x:collection1_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1520810 INFO  (qtp2103504512-24838) [n:127.0.0.1:62813_ c:collection1 s:shard2  x:collection1_shard2_replica_n2] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1520810 INFO  (qtp2103504512-24838) [n:127.0.0.1:62813_ c:collection1 s:shard2  x:collection1_shard2_replica_n2] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1520810 INFO  (qtp2103504512-24838) [n:127.0.0.1:62813_ c:collection1 s:shard2  x:collection1_shard2_replica_n2] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:62813/collection1_shard2_replica_n2/
   [junit4]   2> 1520810 INFO  (qtp2103504512-24838) [n:127.0.0.1:62813_ c:collection1 s:shard2  x:collection1_shard2_replica_n2] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1520811 INFO  (qtp2103504512-24838) [n:127.0.0.1:62813_ c:collection1 s:shard2  x:collection1_shard2_replica_n2] o.a.s.c.SyncStrategy http://127.0.0.1:62813/collection1_shard2_replica_n2/ has no replicas
   [junit4]   2> 1520811 INFO  (qtp2103504512-24838) [n:127.0.0.1:62813_ c:collection1 s:shard2  x:collection1_shard2_replica_n2] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/collection1/leaders/shard2/leader after winning as /collections/collection1/leader_elect/shard2/election/72080525912244234-core_node4-n_0000000000
   [junit4]   2> 1520811 INFO  (qtp1756022213-24871) [n:127.0.0.1:62820_ c:collection1 s:shard1  x:collection1_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1520811 INFO  (qtp1756022213-24871) [n:127.0.0.1:62820_ c:collection1 s:shard1  x:collection1_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1520812 INFO  (qtp1756022213-24871) [n:127.0.0.1:62820_ c:collection1 s:shard1  x:collection1_shard1_replica_n1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=45, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.8076981831451054]
   [junit4]   2> 1520812 INFO  (qtp1756022213-24871) [n:127.0.0.1:62820_ c:collection1 s:shard1  x:collection1_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@6c846444[collection1_shard1_replica_n1] main]
   [junit4]   2> 1520814 INFO  (qtp2103504512-24838) [n:127.0.0.1:62813_ c:collection1 s:shard2  x:collection1_shard2_replica_n2] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:62813/collection1_shard2_replica_n2/ shard2
   [junit4]   2> 1520814 INFO  (qtp1756022213-24871) [n:127.0.0.1:62820_ c:collection1 s:shard1  x:collection1_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1520815 INFO  (qtp1756022213-24871) [n:127.0.0.1:62820_ c:collection1 s:shard1  x:collection1_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1520815 INFO  (qtp1756022213-24871) [n:127.0.0.1:62820_ c:collection1 s:shard1  x:collection1_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1520815 INFO  (qtp1756022213-24871) [n:127.0.0.1:62820_ c:collection1 s:shard1  x:collection1_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1631089009704828928
   [junit4]   2> 1520818 INFO  (searcherExecutor-8397-thread-1-processing-n:127.0.0.1:62820_ x:collection1_shard1_replica_n1 c:collection1 s:shard1) [n:127.0.0.1:62820_ c:collection1 s:shard1  x:collection1_shard1_replica_n1] o.a.s.c.SolrCore [collection1_shard1_replica_n1] Registered new searcher Searcher@6c846444[collection1_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1520823 INFO  (qtp1756022213-24871) [n:127.0.0.1:62820_ c:collection1 s:shard1  x:collection1_shard1_replica_n1] o.a.s.c.ZkShardTerms Successful update of terms at /collections/collection1/terms/shard1 to Terms{values={core_node3=0}, version=0}
   [junit4]   2> 1520823 INFO  (qtp1756022213-24871) [n:127.0.0.1:62820_ c:collection1 s:shard1  x:collection1_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/collection1/leaders/shard1
   [junit4]   2> 1520828 INFO  (qtp1756022213-24871) [n:127.0.0.1:62820_ c:collection1 s:shard1  x:collection1_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1520829 INFO  (qtp1756022213-24871) [n:127.0.0.1:62820_ c:collection1 s:shard1  x:collection1_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1520829 INFO  (qtp1756022213-24871) [n:127.0.0.1:62820_ c:collection1 s:shard1  x:collection1_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:62820/collection1_shard1_replica_n1/
   [junit4]   2> 1520829 INFO  (qtp1756022213-24871) [n:127.0.0.1:62820_ c:collection1 s:shard1  x:collection1_shard1_replica_n1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1520829 INFO  (qtp1756022213-24871) [n:127.0.0.1:62820_ c:collection1 s:shard1  x:collection1_shard1_replica_n1] o.a.s.c.SyncStrategy http://127.0.0.1:62820/collection1_shard1_replica_n1/ has no replicas
   [junit4]   2> 1520829 INFO  (qtp1756022213-24871) [n:127.0.0.1:62820_ c:collection1 s:shard1  x:collection1_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/collection1/leaders/shard1/leader after winning as /collections/collection1/leader_elect/shard1/election/72080525912244238-core_node3-n_0000000000
   [junit4]   2> 1520832 INFO  (qtp1756022213-24871) [n:127.0.0.1:62820_ c:collection1 s:shard1  x:collection1_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:62820/collection1_shard1_replica_n1/ shard1
   [junit4]   2> 1520939 INFO  (zkCallback-10254-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 1520939 INFO  (zkCallback-10235-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 1520939 INFO  (zkCallback-10235-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 1520940 INFO  (zkCallback-10254-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 1520941 INFO  (qtp2103504512-24838) [n:127.0.0.1:62813_ c:collection1 s:shard2  x:collection1_shard2_replica_n2] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1520942 INFO  (qtp1756022213-24871) [n:127.0.0.1:62820_ c:collection1 s:shard1  x:collection1_shard1_replica_n1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1520944 INFO  (qtp2103504512-24838) [n:127.0.0.1:62813_ c:collection1 s:shard2  x:collection1_shard2_replica_n2] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores

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

#1: org.apache.solr.common.SolrException: Could not load collection from ZK: multiunload2
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([585A050363045FFE:D00E3AD9CDF83206]:0)
   [junit4]    > 	at org.apache.solr.common.cloud.ZkStateReader.getCollectionLive(ZkStateReader.java:1371)
   [junit4]    > 	at org.apache.solr.common.cloud.ZkStateReader$LazyCollectionRef.get(ZkStateReader.java:748)
   [junit4]    > 	at org.apache.solr.common.cloud.ClusterState$CollectionRef.get(ClusterState.java:386)
   [junit4]    > 	at org.apache.solr.common.cloud.ZkStateReader.forceUpdateCollection(ZkStateReader.java:400)
   [junit4]    > 	at org.apache.solr.cloud.BasicDistributedZkTest.testStopAndStartCoresInOneInstance(BasicDistributedZkTest.java:624)
   [junit4]    > 	at org.apache.solr.cloud.BasicDistributedZkTest.test(BasicDistributedZkTest.java:427)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]    > 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]    > 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1082)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1054)
   [junit4]    > 	at java.base/java.lang.Thread.run(Thread.java:834)
   [junit4]    > Caused by: org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /collections/multiunload2/state.json
   [junit4]    > 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:130)
   [junit4]    > 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:54)
   [junit4]    > 	at org.apache.zookeeper.ZooKeeper.getData(ZooKeeper.java:1221)
   [junit4]    > 	at org.apache.solr.common.cloud.SolrZkClient.lambda$getData$5(SolrZkClient.java:358)
   [junit4]    > 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:71)
   [junit4]    > 	at org.apache.solr.common.cloud.SolrZkClient.getData(SolrZkClient.java:358)
   [junit4]    > 	at org.apache.solr.common.cloud.ZkStateReader.fetchCollectionState(ZkStateReader.java:1383)
   [junit4]    > 	at org.apache.solr.common.cloud.ZkStateReader.getCollectionLive(ZkStateReader.java:1369)
   [junit4]    > 	... 45 more
   [junit4]   2> NOTE: leaving temporary files on disk at: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.BasicDistributedZkTest_585A050363045FFE-001
   [junit4]   2> Apr 17, 2019 7:05:08 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene80), sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@593e1c14), locale=fo-DK, timezone=America/Sitka
   [junit4]   2> NOTE: Mac OS X 10.11.6 x86_64/Oracle Corporation 11.0.2 (64-bit)/cpus=3,threads=1,free=151111720,total=477626368
   [junit4]   2> NOTE: All tests run in this JVM: [CloudExitableDirectoryReaderTest, AnalyticsQueryTest, CoreMergeIndexesAdminHandlerTest, TestCloudSchemaless, CdcrUpdateLogTest, OverseerStatusTest, MetricsHistoryIntegrationTest, TestStressUserVersions, SpellCheckCollatorWithCollapseTest, TestChildDocTransformerHierarchy, TestSimNodeAddedTrigger, JWTAuthPluginIntegrationTest, CreateRoutedAliasTest, MergeStrategyTest, TestComponentsName, TestRangeQuery, TestLegacyField, TestSafeXMLParsing, OverseerTest, TestConfig, MetricTriggerTest, TestRandomFlRTGCloud, TestLeaderElectionWithEmptyReplica, TestLegacyNumericUtils, TriggerCooldownIntegrationTest, TestSchemaResource, CollectionsAPIAsyncDistributedZkTest, OpenExchangeRatesOrgProviderTest, SolrGraphiteReporterTest, TestMultiValuedNumericRangeQuery, LeaderElectionContextKeyTest, TestTolerantUpdateProcessorCloud, ConcurrentDeleteAndCreateCollectionTest, TestNestedDocsSort, SynonymTokenizerTest, SecurityConfHandlerTest, TestExclusionRuleCollectionAccess, VersionInfoTest, TestShardHandlerFactory, MoreLikeThisHandlerTest, TestSolrFieldCacheBean, TestLuceneMatchVersion, TestTolerantSearch, TestSSLRandomization, TestCoreBackup, HealthCheckHandlerTest, RollingRestartTest, TestSimExecutePlanAction, TriLevelCompositeIdRoutingTest, TestAtomicUpdateErrorCases, AtomicUpdatesTest, TestAddFieldRealTimeGet, UpdateRequestProcessorFactoryTest, SplitShardTest, TestQuerySenderNoQuery, TestJsonFacetRefinement, TestReplicationHandler, DocValuesNotIndexedTest, TestAnalyzedSuggestions, TestDynamicLoading, TestShortCircuitedRequests, TestSimClusterStateProvider, SampleTest, TestMinHashQParser, TestSmileRequest, TestSolrQueryResponse, TestJavabinTupleStreamParser, SystemCollectionCompatTest, AliasIntegrationTest, TestCustomStream, TestQueryTypes, HdfsDirectoryTest, TestFiltering, SortByFunctionTest, HdfsRecoverLeaseTest, ShowFileRequestHandlerTest, LeaderElectionTest, TestFastOutputStream, BadComponentTest, CdcrVersionReplicationTest, TestManagedResource, SolrMetricsIntegrationTest, IndexBasedSpellCheckerTest, OverriddenZkACLAndCredentialsProvidersTest, TestLFUCache, TestCloudSearcherWarming, SliceStateTest, SystemInfoHandlerTest, AtomicUpdateProcessorFactoryTest, PrimitiveFieldTypeTest, TestPivotHelperCode, TestSolrConfigHandler, TestUtils, HdfsChaosMonkeySafeLeaderTest, HdfsRestartWhileUpdatingTest, TestSolr4Spatial2, TestBulkSchemaConcurrent, TestMultiWordSynonyms, TestNumericTerms64, HdfsBasicDistributedZkTest, TestCopyFieldCollectionResource, DocValuesTest, DistributedTermsComponentTest, DistributedSpellCheckComponentTest, FieldAnalysisRequestHandlerTest, DocExpirationUpdateProcessorFactoryTest, HdfsAutoAddReplicasIntegrationTest, TestStressCloudBlindAtomicUpdates, StressHdfsTest, VMParamsZkACLAndCredentialsProvidersTest, TestOverriddenPrefixQueryForCustomFieldType, AutoAddReplicasPlanActionTest, SolrCloudExampleTest, MoveReplicaTest, TestPartialUpdateDeduplication, FastVectorHighlighterTest, DocValuesMissingTest, IndexSizeTriggerTest, SOLR749Test, TestIntervalFaceting, DeleteLastCustomShardedReplicaTest, DistributedQueueTest, BadCopyFieldTest, ZkStateReaderTest, BaseCdcrDistributedZkTest, NoCacheHeaderTest, TestFieldCache, CSVRequestHandlerTest, GraphQueryTest, AdminHandlersProxyTest, TestPerFieldSimilarityWithDefaultOverride, FullHLLTest, ReplaceNodeNoTargetTest, TestOnReconnectListenerSupport, TestSolrXml, SearchHandlerTest, CopyFieldTest, TestRestManager, ReindexCollectionTest, WrapperMergePolicyFactoryTest, TestCloudPivotFacet, NotRequiredUniqueKeyTest, TestRealTimeGet, MBeansHandlerTest, ReplicationFactorTest, TolerantUpdateProcessorTest, TestSimDistribStateManager, ImplicitSnitchTest, TestFieldTypeResource, ZkSolrClientTest, RulesTest, MetricsHistoryHandlerTest, HdfsDirectoryFactoryTest, ScheduledTriggerIntegrationTest, HdfsThreadLeakTest, TestPullReplica, UtilsToolTest, TestXmlQParserPlugin, CustomTermsComponentTest, BasicFunctionalityTest, TestRawTransformer, TestLockTree, ComputePlanActionTest, TestCSVLoader, TestUseDocValuesAsStored, ConcurrentCreateRoutedAliasTest, ChaosMonkeySafeLeaderTest, TestReloadDeadlock, TestIBSimilarityFactory, OrderedExecutorTest, TestSimPolicyCloud, ClassificationUpdateProcessorFactoryTest, StatelessScriptUpdateProcessorFactoryTest, SpellingQueryConverterTest, TestNumericRangeQuery64, TestReplicationHandlerDiskOverFlow, TestDistributedMap, TestCoreDiscovery, TestExactStatsCache, CdcrReplicationHandlerTest, TestLuceneIndexBackCompat, TestDynamicFieldResource, CursorPagingTest, TestStressLiveNodes, TestValueSourceCache, QueryElevationComponentTest, TestDocumentBuilder, BlockDirectoryTest, TestFuzzyAnalyzedSuggestions, BasicDistributedZkTest]
   [junit4] Completed [388/854 (1!)] on J1 in 218.55s, 1 test, 1 error <<< FAILURES!

[...truncated 1631 lines...]
   [junit4] JVM J1: stdout was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/temp/junit4-J1-20190417_183615_28414839909556219012933.sysout
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] java.lang.OutOfMemoryError: GC overhead limit exceeded
   [junit4] Dumping heap to /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/heapdumps/java_pid57689.hprof ...
   [junit4] Heap dump file created [473016071 bytes in 17.476 secs]
   [junit4] <<< JVM J1: EOF ----

[...truncated 8924 lines...]
BUILD FAILED
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/build.xml:633: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/build.xml:585: Some of the tests produced a heap dump, but did not fail. Maybe a suppressed OutOfMemoryError? Dumps created:
* java_pid57689.hprof

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