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/10 09:35:27 UTC

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

Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-MacOSX/5086/
Java: 64bit/jdk-9 -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 org.apache.solr.common.cloud.ZkStateReader.getCollectionLive(ZkStateReader.java:1366)
	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:564)
	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:844)
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:1378)
	at org.apache.solr.common.cloud.ZkStateReader.getCollectionLive(ZkStateReader.java:1364)
	... 45 more




Build Log:
[...truncated 14171 lines...]
   [junit4] Suite: org.apache.solr.cloud.BasicDistributedZkTest
   [junit4]   2> Creating dataDir: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.BasicDistributedZkTest_5773AF418A161831-001/init-core-data-001
   [junit4]   2> 2104838 WARN  (SUITE-BasicDistributedZkTest-seed#[5773AF418A161831]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=49 numCloses=49
   [junit4]   2> 2104838 INFO  (SUITE-BasicDistributedZkTest-seed#[5773AF418A161831]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 2104844 INFO  (SUITE-BasicDistributedZkTest-seed#[5773AF418A161831]-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> 2104844 INFO  (SUITE-BasicDistributedZkTest-seed#[5773AF418A161831]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 2104850 INFO  (SUITE-BasicDistributedZkTest-seed#[5773AF418A161831]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /yw_m/vk
   [junit4]   2> 2104865 INFO  (TEST-BasicDistributedZkTest.test-seed#[5773AF418A161831]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 2104866 INFO  (ZkTestServer Run Thread) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2104866 INFO  (ZkTestServer Run Thread) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 2104970 INFO  (TEST-BasicDistributedZkTest.test-seed#[5773AF418A161831]) [    ] o.a.s.c.ZkTestServer start zk server on port:63052
   [junit4]   2> 2104970 INFO  (TEST-BasicDistributedZkTest.test-seed#[5773AF418A161831]) [    ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:63052
   [junit4]   2> 2104970 INFO  (TEST-BasicDistributedZkTest.test-seed#[5773AF418A161831]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 63052
   [junit4]   2> 2105003 INFO  (zkConnectionManagerCallback-12606-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2105008 INFO  (zkConnectionManagerCallback-12608-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2105010 INFO  (TEST-BasicDistributedZkTest.test-seed#[5773AF418A161831]) [    ] 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> 2105012 INFO  (TEST-BasicDistributedZkTest.test-seed#[5773AF418A161831]) [    ] 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> 2105019 INFO  (TEST-BasicDistributedZkTest.test-seed#[5773AF418A161831]) [    ] 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> 2105021 INFO  (TEST-BasicDistributedZkTest.test-seed#[5773AF418A161831]) [    ] 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> 2105023 INFO  (TEST-BasicDistributedZkTest.test-seed#[5773AF418A161831]) [    ] 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> 2105025 INFO  (TEST-BasicDistributedZkTest.test-seed#[5773AF418A161831]) [    ] 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> 2105028 INFO  (TEST-BasicDistributedZkTest.test-seed#[5773AF418A161831]) [    ] 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> 2105030 INFO  (TEST-BasicDistributedZkTest.test-seed#[5773AF418A161831]) [    ] 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> 2105032 INFO  (TEST-BasicDistributedZkTest.test-seed#[5773AF418A161831]) [    ] 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> 2105034 INFO  (TEST-BasicDistributedZkTest.test-seed#[5773AF418A161831]) [    ] 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> 2105039 INFO  (TEST-BasicDistributedZkTest.test-seed#[5773AF418A161831]) [    ] 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> 2105041 INFO  (TEST-BasicDistributedZkTest.test-seed#[5773AF418A161831]) [    ] o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly asked otherwise
   [junit4]   2> 2105455 WARN  (TEST-BasicDistributedZkTest.test-seed#[5773AF418A161831]) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 2105456 INFO  (TEST-BasicDistributedZkTest.test-seed#[5773AF418A161831]) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 2105456 INFO  (TEST-BasicDistributedZkTest.test-seed#[5773AF418A161831]) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 2105456 INFO  (TEST-BasicDistributedZkTest.test-seed#[5773AF418A161831]) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 9+181
   [junit4]   2> 2105458 INFO  (TEST-BasicDistributedZkTest.test-seed#[5773AF418A161831]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2105458 INFO  (TEST-BasicDistributedZkTest.test-seed#[5773AF418A161831]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2105458 INFO  (TEST-BasicDistributedZkTest.test-seed#[5773AF418A161831]) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 2105460 INFO  (TEST-BasicDistributedZkTest.test-seed#[5773AF418A161831]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@3b60dae6{/yw_m/vk,null,AVAILABLE}
   [junit4]   2> 2105466 INFO  (TEST-BasicDistributedZkTest.test-seed#[5773AF418A161831]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@46ae1977{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:63061}
   [junit4]   2> 2105466 INFO  (TEST-BasicDistributedZkTest.test-seed#[5773AF418A161831]) [    ] o.e.j.s.Server Started @2105574ms
   [junit4]   2> 2105466 INFO  (TEST-BasicDistributedZkTest.test-seed#[5773AF418A161831]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/yw_m/vk, solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.BasicDistributedZkTest_5773AF418A161831-001/tempDir-001/control/data, hostPort=63061, coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.BasicDistributedZkTest_5773AF418A161831-001/control-001/cores, replicaType=NRT}
   [junit4]   2> 2105467 ERROR (TEST-BasicDistributedZkTest.test-seed#[5773AF418A161831]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2105467 INFO  (TEST-BasicDistributedZkTest.test-seed#[5773AF418A161831]) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2105467 INFO  (TEST-BasicDistributedZkTest.test-seed#[5773AF418A161831]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 9.0.0
   [junit4]   2> 2105467 INFO  (TEST-BasicDistributedZkTest.test-seed#[5773AF418A161831]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2105467 INFO  (TEST-BasicDistributedZkTest.test-seed#[5773AF418A161831]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2105467 INFO  (TEST-BasicDistributedZkTest.test-seed#[5773AF418A161831]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-04-10T08:38:17.887422Z
   [junit4]   2> 2105470 INFO  (zkConnectionManagerCallback-12610-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2105472 INFO  (TEST-BasicDistributedZkTest.test-seed#[5773AF418A161831]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 2105472 INFO  (TEST-BasicDistributedZkTest.test-seed#[5773AF418A161831]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.BasicDistributedZkTest_5773AF418A161831-001/control-001/solr.xml
   [junit4]   2> 2105475 INFO  (TEST-BasicDistributedZkTest.test-seed#[5773AF418A161831]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 2105475 INFO  (TEST-BasicDistributedZkTest.test-seed#[5773AF418A161831]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 2105476 INFO  (TEST-BasicDistributedZkTest.test-seed#[5773AF418A161831]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@12d5361c, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 2105549 INFO  (TEST-BasicDistributedZkTest.test-seed#[5773AF418A161831]) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 2105550 WARN  (TEST-BasicDistributedZkTest.test-seed#[5773AF418A161831]) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@24cb936a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2105553 WARN  (TEST-BasicDistributedZkTest.test-seed#[5773AF418A161831]) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@f1ae717[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2105554 INFO  (TEST-BasicDistributedZkTest.test-seed#[5773AF418A161831]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:63052/solr
   [junit4]   2> 2105557 INFO  (zkConnectionManagerCallback-12617-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2105562 INFO  (zkConnectionManagerCallback-12619-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2105692 INFO  (TEST-BasicDistributedZkTest.test-seed#[5773AF418A161831]) [n:127.0.0.1:63061_yw_m%2Fvk    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:63061_yw_m%2Fvk
   [junit4]   2> 2105693 INFO  (TEST-BasicDistributedZkTest.test-seed#[5773AF418A161831]) [n:127.0.0.1:63061_yw_m%2Fvk    ] o.a.s.c.Overseer Overseer (id=72258098376146948-127.0.0.1:63061_yw_m%2Fvk-n_0000000000) starting
   [junit4]   2> 2105711 INFO  (zkConnectionManagerCallback-12626-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2105715 INFO  (TEST-BasicDistributedZkTest.test-seed#[5773AF418A161831]) [n:127.0.0.1:63061_yw_m%2Fvk    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:63052/solr ready
   [junit4]   2> 2105717 INFO  (OverseerStateUpdate-72258098376146948-127.0.0.1:63061_yw_m%2Fvk-n_0000000000) [n:127.0.0.1:63061_yw_m%2Fvk    ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:63061_yw_m%2Fvk
   [junit4]   2> 2105722 INFO  (TEST-BasicDistributedZkTest.test-seed#[5773AF418A161831]) [n:127.0.0.1:63061_yw_m%2Fvk    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:63061_yw_m%2Fvk
   [junit4]   2> 2105725 INFO  (zkCallback-12625-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2105727 INFO  (zkCallback-12618-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2105761 INFO  (TEST-BasicDistributedZkTest.test-seed#[5773AF418A161831]) [n:127.0.0.1:63061_yw_m%2Fvk    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 2105784 INFO  (TEST-BasicDistributedZkTest.test-seed#[5773AF418A161831]) [n:127.0.0.1:63061_yw_m%2Fvk    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@12d5361c
   [junit4]   2> 2105798 INFO  (TEST-BasicDistributedZkTest.test-seed#[5773AF418A161831]) [n:127.0.0.1:63061_yw_m%2Fvk    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@12d5361c
   [junit4]   2> 2105798 INFO  (TEST-BasicDistributedZkTest.test-seed#[5773AF418A161831]) [n:127.0.0.1:63061_yw_m%2Fvk    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@12d5361c
   [junit4]   2> 2105799 INFO  (TEST-BasicDistributedZkTest.test-seed#[5773AF418A161831]) [n:127.0.0.1:63061_yw_m%2Fvk    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.BasicDistributedZkTest_5773AF418A161831-001/control-001/cores
   [junit4]   2> 2105820 INFO  (zkConnectionManagerCallback-12632-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2105822 INFO  (TEST-BasicDistributedZkTest.test-seed#[5773AF418A161831]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2105823 INFO  (TEST-BasicDistributedZkTest.test-seed#[5773AF418A161831]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:63052/solr ready
   [junit4]   2> 2105827 INFO  (qtp364626349-30937) [n:127.0.0.1:63061_yw_m%2Fvk    ] 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:63061_yw_m%252Fvk&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2105831 INFO  (OverseerThreadFactory-10974-thread-1-processing-n:127.0.0.1:63061_yw_m%2Fvk) [n:127.0.0.1:63061_yw_m%2Fvk    ] o.a.s.c.a.c.CreateCollectionCmd Create collection control_collection
   [junit4]   2> 2105944 INFO  (qtp364626349-30939) [n:127.0.0.1:63061_yw_m%2Fvk    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> 2105944 INFO  (qtp364626349-30939) [n:127.0.0.1:63061_yw_m%2Fvk    x:control_collection_shard1_replica_n1] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 2106973 INFO  (qtp364626349-30939) [n:127.0.0.1:63061_yw_m%2Fvk c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 2106987 INFO  (qtp364626349-30939) [n:127.0.0.1:63061_yw_m%2Fvk 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> 2107095 INFO  (qtp364626349-30939) [n:127.0.0.1:63061_yw_m%2Fvk 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> 2107121 INFO  (qtp364626349-30939) [n:127.0.0.1:63061_yw_m%2Fvk 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> 2107121 INFO  (qtp364626349-30939) [n:127.0.0.1:63061_yw_m%2Fvk 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@12d5361c
   [junit4]   2> 2107121 INFO  (qtp364626349-30939) [n:127.0.0.1:63061_yw_m%2Fvk 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/J0/temp/solr.cloud.BasicDistributedZkTest_5773AF418A161831-001/control-001/cores/control_collection_shard1_replica_n1], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.BasicDistributedZkTest_5773AF418A161831-001/control-001/cores/control_collection_shard1_replica_n1/data/]
   [junit4]   2> 2107124 INFO  (qtp364626349-30939) [n:127.0.0.1:63061_yw_m%2Fvk c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=37, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 2107126 WARN  (qtp364626349-30939) [n:127.0.0.1:63061_yw_m%2Fvk 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> 2107176 INFO  (qtp364626349-30939) [n:127.0.0.1:63061_yw_m%2Fvk 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> 2107176 INFO  (qtp364626349-30939) [n:127.0.0.1:63061_yw_m%2Fvk 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> 2107179 INFO  (qtp364626349-30939) [n:127.0.0.1:63061_yw_m%2Fvk c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2107179 INFO  (qtp364626349-30939) [n:127.0.0.1:63061_yw_m%2Fvk c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2107179 INFO  (qtp364626349-30939) [n:127.0.0.1:63061_yw_m%2Fvk 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=16, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 2107180 INFO  (qtp364626349-30939) [n:127.0.0.1:63061_yw_m%2Fvk c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@60f9c325[control_collection_shard1_replica_n1] main]
   [junit4]   2> 2107181 INFO  (qtp364626349-30939) [n:127.0.0.1:63061_yw_m%2Fvk c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 2107182 INFO  (qtp364626349-30939) [n:127.0.0.1:63061_yw_m%2Fvk 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> 2107182 INFO  (qtp364626349-30939) [n:127.0.0.1:63061_yw_m%2Fvk c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2107182 INFO  (qtp364626349-30939) [n:127.0.0.1:63061_yw_m%2Fvk 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 1630415617630666752
   [junit4]   2> 2107186 INFO  (searcherExecutor-10979-thread-1-processing-n:127.0.0.1:63061_yw_m%2Fvk x:control_collection_shard1_replica_n1 c:control_collection s:shard1) [n:127.0.0.1:63061_yw_m%2Fvk 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@60f9c325[control_collection_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2107191 INFO  (qtp364626349-30939) [n:127.0.0.1:63061_yw_m%2Fvk 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> 2107191 INFO  (qtp364626349-30939) [n:127.0.0.1:63061_yw_m%2Fvk 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> 2107196 INFO  (qtp364626349-30939) [n:127.0.0.1:63061_yw_m%2Fvk c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 2107196 INFO  (qtp364626349-30939) [n:127.0.0.1:63061_yw_m%2Fvk 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> 2107196 INFO  (qtp364626349-30939) [n:127.0.0.1:63061_yw_m%2Fvk c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:63061/yw_m/vk/control_collection_shard1_replica_n1/
   [junit4]   2> 2107197 INFO  (qtp364626349-30939) [n:127.0.0.1:63061_yw_m%2Fvk 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> 2107197 INFO  (qtp364626349-30939) [n:127.0.0.1:63061_yw_m%2Fvk c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SyncStrategy http://127.0.0.1:63061/yw_m/vk/control_collection_shard1_replica_n1/ has no replicas
   [junit4]   2> 2107197 INFO  (qtp364626349-30939) [n:127.0.0.1:63061_yw_m%2Fvk 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/72258098376146948-core_node2-n_0000000000
   [junit4]   2> 2107200 INFO  (qtp364626349-30939) [n:127.0.0.1:63061_yw_m%2Fvk 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:63061/yw_m/vk/control_collection_shard1_replica_n1/ shard1
   [junit4]   2> 2107310 INFO  (zkCallback-12618-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> 2107311 INFO  (zkCallback-12618-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> 2107312 INFO  (qtp364626349-30939) [n:127.0.0.1:63061_yw_m%2Fvk 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> 2107316 INFO  (qtp364626349-30939) [n:127.0.0.1:63061_yw_m%2Fvk 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=1371
   [junit4]   2> 2107319 INFO  (qtp364626349-30937) [n:127.0.0.1:63061_yw_m%2Fvk    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 45 seconds. Check all shard replicas
   [junit4]   2> 2107417 INFO  (zkCallback-12618-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> 2107417 INFO  (zkCallback-12618-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> 2107417 INFO  (zkCallback-12618-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> 2107419 INFO  (qtp364626349-30937) [n:127.0.0.1:63061_yw_m%2Fvk    ] 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:63061_yw_m%252Fvk&wt=javabin&version=2} status=0 QTime=1592
   [junit4]   2> 2107426 INFO  (zkConnectionManagerCallback-12638-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2107428 INFO  (TEST-BasicDistributedZkTest.test-seed#[5773AF418A161831]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2107430 INFO  (TEST-BasicDistributedZkTest.test-seed#[5773AF418A161831]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:63052/solr ready
   [junit4]   2> 2107430 INFO  (TEST-BasicDistributedZkTest.test-seed#[5773AF418A161831]) [    ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 2107431 INFO  (qtp364626349-30938) [n:127.0.0.1:63061_yw_m%2Fvk    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=1&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2107435 INFO  (OverseerThreadFactory-10974-thread-2-processing-n:127.0.0.1:63061_yw_m%2Fvk) [n:127.0.0.1:63061_yw_m%2Fvk    ] o.a.s.c.a.c.CreateCollectionCmd Create collection collection1
   [junit4]   2> 2107436 INFO  (OverseerCollectionConfigSetProcessor-72258098376146948-127.0.0.1:63061_yw_m%2Fvk-n_0000000000) [n:127.0.0.1:63061_yw_m%2Fvk    ] 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> 2107642 WARN  (OverseerThreadFactory-10974-thread-2-processing-n:127.0.0.1:63061_yw_m%2Fvk) [n:127.0.0.1:63061_yw_m%2Fvk    ] o.a.s.c.a.c.CreateCollectionCmd It is unusual to create a collection (collection1) without cores.
   [junit4]   2> 2107644 INFO  (qtp364626349-30938) [n:127.0.0.1:63061_yw_m%2Fvk    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 45 seconds. Check all shard replicas
   [junit4]   2> 2107645 INFO  (qtp364626349-30938) [n:127.0.0.1:63061_yw_m%2Fvk    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=1&wt=javabin&version=2} status=0 QTime=214
   [junit4]   2> 2107647 INFO  (TEST-BasicDistributedZkTest.test-seed#[5773AF418A161831]) [    ] o.a.s.c.AbstractFullDistribZkTestBase Creating jetty instances pullReplicaCount=0 numOtherReplicas=4
   [junit4]   2> 2107954 INFO  (TEST-BasicDistributedZkTest.test-seed#[5773AF418A161831]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.BasicDistributedZkTest_5773AF418A161831-001/shard-1-001 of type NRT
   [junit4]   2> 2107955 WARN  (closeThreadPool-12639-thread-1) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 2107955 INFO  (closeThreadPool-12639-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 2107955 INFO  (closeThreadPool-12639-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 2107955 INFO  (closeThreadPool-12639-thread-1) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 9+181
   [junit4]   2> 2107956 INFO  (closeThreadPool-12639-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2107956 INFO  (closeThreadPool-12639-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2107956 INFO  (closeThreadPool-12639-thread-1) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 2107956 INFO  (closeThreadPool-12639-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1935677f{/yw_m/vk,null,AVAILABLE}
   [junit4]   2> 2107957 INFO  (closeThreadPool-12639-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@2fd52348{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:63082}
   [junit4]   2> 2107957 INFO  (closeThreadPool-12639-thread-1) [    ] o.e.j.s.Server Started @2108064ms
   [junit4]   2> 2107957 INFO  (closeThreadPool-12639-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/yw_m/vk, solrconfig=solrconfig.xml, solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.BasicDistributedZkTest_5773AF418A161831-001/tempDir-001/jetty1, hostPort=63082, coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.BasicDistributedZkTest_5773AF418A161831-001/shard-1-001/cores}
   [junit4]   2> 2107957 ERROR (closeThreadPool-12639-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2107957 INFO  (closeThreadPool-12639-thread-1) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2107957 INFO  (closeThreadPool-12639-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 9.0.0
   [junit4]   2> 2107957 INFO  (closeThreadPool-12639-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2107957 INFO  (closeThreadPool-12639-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2107957 INFO  (closeThreadPool-12639-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-04-10T08:38:20.377815Z
   [junit4]   2> 2107960 INFO  (zkConnectionManagerCallback-12641-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2107962 INFO  (closeThreadPool-12639-thread-1) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 2107962 INFO  (closeThreadPool-12639-thread-1) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.BasicDistributedZkTest_5773AF418A161831-001/shard-1-001/solr.xml
   [junit4]   2> 2107966 INFO  (closeThreadPool-12639-thread-1) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 2107966 INFO  (closeThreadPool-12639-thread-1) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 2107967 INFO  (closeThreadPool-12639-thread-1) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@12d5361c, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 2108044 INFO  (closeThreadPool-12639-thread-1) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 2108045 WARN  (closeThreadPool-12639-thread-1) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@4a644bb8[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2108048 WARN  (closeThreadPool-12639-thread-1) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@4b5bed03[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2108049 INFO  (closeThreadPool-12639-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:63052/solr
   [junit4]   2> 2108052 INFO  (zkConnectionManagerCallback-12648-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2108056 INFO  (zkConnectionManagerCallback-12650-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2108065 INFO  (closeThreadPool-12639-thread-1) [n:127.0.0.1:63082_yw_m%2Fvk    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2108072 INFO  (closeThreadPool-12639-thread-1) [n:127.0.0.1:63082_yw_m%2Fvk    ] o.a.s.c.ZkController Publish node=127.0.0.1:63082_yw_m%2Fvk as DOWN
   [junit4]   2> 2108074 INFO  (closeThreadPool-12639-thread-1) [n:127.0.0.1:63082_yw_m%2Fvk    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 2108074 INFO  (closeThreadPool-12639-thread-1) [n:127.0.0.1:63082_yw_m%2Fvk    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:63082_yw_m%2Fvk
   [junit4]   2> 2108076 INFO  (zkCallback-12625-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2108076 INFO  (zkCallback-12637-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2108077 INFO  (zkCallback-12618-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2108077 INFO  (zkCallback-12649-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2108100 INFO  (zkConnectionManagerCallback-12657-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2108101 INFO  (closeThreadPool-12639-thread-1) [n:127.0.0.1:63082_yw_m%2Fvk    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 2108103 INFO  (closeThreadPool-12639-thread-1) [n:127.0.0.1:63082_yw_m%2Fvk    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:63052/solr ready
   [junit4]   2> 2108104 INFO  (closeThreadPool-12639-thread-1) [n:127.0.0.1:63082_yw_m%2Fvk    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 2108125 INFO  (closeThreadPool-12639-thread-1) [n:127.0.0.1:63082_yw_m%2Fvk    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@12d5361c
   [junit4]   2> 2108138 INFO  (closeThreadPool-12639-thread-1) [n:127.0.0.1:63082_yw_m%2Fvk    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@12d5361c
   [junit4]   2> 2108139 INFO  (closeThreadPool-12639-thread-1) [n:127.0.0.1:63082_yw_m%2Fvk    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@12d5361c
   [junit4]   2> 2108140 INFO  (closeThreadPool-12639-thread-1) [n:127.0.0.1:63082_yw_m%2Fvk    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.BasicDistributedZkTest_5773AF418A161831-001/shard-1-001/cores
   [junit4]   2> 2108284 INFO  (TEST-BasicDistributedZkTest.test-seed#[5773AF418A161831]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.BasicDistributedZkTest_5773AF418A161831-001/shard-2-001 of type NRT
   [junit4]   2> 2108284 WARN  (closeThreadPool-12639-thread-1) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 2108284 INFO  (closeThreadPool-12639-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 2108284 INFO  (closeThreadPool-12639-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 2108284 INFO  (closeThreadPool-12639-thread-1) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 9+181
   [junit4]   2> 2108286 INFO  (closeThreadPool-12639-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2108286 INFO  (closeThreadPool-12639-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2108286 INFO  (closeThreadPool-12639-thread-1) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 2108286 INFO  (closeThreadPool-12639-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@2e88fcc0{/yw_m/vk,null,AVAILABLE}
   [junit4]   2> 2108286 INFO  (closeThreadPool-12639-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@18817e14{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:63087}
   [junit4]   2> 2108286 INFO  (closeThreadPool-12639-thread-1) [    ] o.e.j.s.Server Started @2108394ms
   [junit4]   2> 2108286 INFO  (closeThreadPool-12639-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/yw_m/vk, solrconfig=solrconfig.xml, solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.BasicDistributedZkTest_5773AF418A161831-001/tempDir-001/jetty2, hostPort=63087, coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.BasicDistributedZkTest_5773AF418A161831-001/shard-2-001/cores, replicaType=NRT}
   [junit4]   2> 2108286 ERROR (closeThreadPool-12639-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2108286 INFO  (closeThreadPool-12639-thread-1) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2108287 INFO  (closeThreadPool-12639-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 9.0.0
   [junit4]   2> 2108287 INFO  (closeThreadPool-12639-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2108287 INFO  (closeThreadPool-12639-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2108287 INFO  (closeThreadPool-12639-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-04-10T08:38:20.707055Z
   [junit4]   2> 2108289 INFO  (zkConnectionManagerCallback-12660-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2108291 INFO  (closeThreadPool-12639-thread-1) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 2108291 INFO  (closeThreadPool-12639-thread-1) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.BasicDistributedZkTest_5773AF418A161831-001/shard-2-001/solr.xml
   [junit4]   2> 2108293 INFO  (closeThreadPool-12639-thread-1) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 2108293 INFO  (closeThreadPool-12639-thread-1) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 2108294 INFO  (closeThreadPool-12639-thread-1) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@12d5361c, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 2108478 INFO  (closeThreadPool-12639-thread-1) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 2108478 WARN  (closeThreadPool-12639-thread-1) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@11c637a1[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2108481 WARN  (closeThreadPool-12639-thread-1) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@2f61d309[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2108482 INFO  (closeThreadPool-12639-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:63052/solr
   [junit4]   2> 2108484 INFO  (zkConnectionManagerCallback-12667-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2108489 INFO  (zkConnectionManagerCallback-12669-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2108497 INFO  (closeThreadPool-12639-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 2108504 INFO  (closeThreadPool-12639-thread-1) [    ] o.a.s.c.ZkController Publish node=127.0.0.1:63087_yw_m%2Fvk as DOWN
   [junit4]   2> 2108506 INFO  (closeThreadPool-12639-thread-1) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 2108506 INFO  (closeThreadPool-12639-thread-1) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:63087_yw_m%2Fvk
   [junit4]   2> 2108508 INFO  (zkCallback-12625-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2108508 INFO  (zkCallback-12637-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2108508 INFO  (zkCallback-12618-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2108508 INFO  (zkCallback-12649-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2108508 INFO  (zkCallback-12668-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2108509 INFO  (zkCallback-12656-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2108528 INFO  (zkConnectionManagerCallback-12676-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2108530 INFO  (closeThreadPool-12639-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 2108532 INFO  (closeThreadPool-12639-thread-1) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:63052/solr ready
   [junit4]   2> 2108532 INFO  (closeThreadPool-12639-thread-1) [    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 2108552 INFO  (closeThreadPool-12639-thread-1) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@12d5361c
   [junit4]   2> 2108563 INFO  (closeThreadPool-12639-thread-1) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@12d5361c
   [junit4]   2> 2108563 INFO  (closeThreadPool-12639-thread-1) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@12d5361c
   [junit4]   2> 2108565 INFO  (closeThreadPool-12639-thread-1) [    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.BasicDistributedZkTest_5773AF418A161831-001/shard-2-001/cores
   [junit4]   2> 2108625 INFO  (TEST-BasicDistributedZkTest.test-seed#[5773AF418A161831]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.BasicDistributedZkTest_5773AF418A161831-001/shard-3-001 of type NRT
   [junit4]   2> 2108625 WARN  (closeThreadPool-12639-thread-1) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 2108626 INFO  (closeThreadPool-12639-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 2108626 INFO  (closeThreadPool-12639-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 2108626 INFO  (closeThreadPool-12639-thread-1) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 9+181
   [junit4]   2> 2108627 INFO  (closeThreadPool-12639-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2108627 INFO  (closeThreadPool-12639-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2108627 INFO  (closeThreadPool-12639-thread-1) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 2108627 INFO  (closeThreadPool-12639-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@7108cbf8{/yw_m/vk,null,AVAILABLE}
   [junit4]   2> 2108628 INFO  (closeThreadPool-12639-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@2c60bc44{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:63093}
   [junit4]   2> 2108628 INFO  (closeThreadPool-12639-thread-1) [    ] o.e.j.s.Server Started @2108735ms
   [junit4]   2> 2108628 INFO  (closeThreadPool-12639-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/yw_m/vk, solrconfig=solrconfig.xml, solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.BasicDistributedZkTest_5773AF418A161831-001/tempDir-001/jetty3, hostPort=63093, coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.BasicDistributedZkTest_5773AF418A161831-001/shard-3-001/cores}
   [junit4]   2> 2108628 ERROR (closeThreadPool-12639-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2108628 INFO  (closeThreadPool-12639-thread-1) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2108628 INFO  (closeThreadPool-12639-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 9.0.0
   [junit4]   2> 2108628 INFO  (closeThreadPool-12639-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2108628 INFO  (closeThreadPool-12639-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2108628 INFO  (closeThreadPool-12639-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-04-10T08:38:21.048596Z
   [junit4]   2> 2108631 INFO  (zkConnectionManagerCallback-12679-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2108632 INFO  (closeThreadPool-12639-thread-1) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 2108632 INFO  (closeThreadPool-12639-thread-1) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.BasicDistributedZkTest_5773AF418A161831-001/shard-3-001/solr.xml
   [junit4]   2> 2108643 INFO  (closeThreadPool-12639-thread-1) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 2108643 INFO  (closeThreadPool-12639-thread-1) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 2108644 INFO  (closeThreadPool-12639-thread-1) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@12d5361c, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 2108798 INFO  (closeThreadPool-12639-thread-1) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 2108800 WARN  (closeThreadPool-12639-thread-1) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@3497e084[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2108803 WARN  (closeThreadPool-12639-thread-1) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@3c2cdddd[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2108804 INFO  (closeThreadPool-12639-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:63052/solr
   [junit4]   2> 2108807 INFO  (zkConnectionManagerCallback-12686-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2108812 INFO  (zkConnectionManagerCallback-12688-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2108822 INFO  (closeThreadPool-12639-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 2108829 INFO  (closeThreadPool-12639-thread-1) [    ] o.a.s.c.ZkController Publish node=127.0.0.1:63093_yw_m%2Fvk as DOWN
   [junit4]   2> 2108830 INFO  (closeThreadPool-12639-thread-1) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 2108830 INFO  (closeThreadPool-12639-thread-1) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:63093_yw_m%2Fvk
   [junit4]   2> 2108834 INFO  (zkCallback-12637-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2108834 INFO  (zkCallback-12625-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2108834 INFO  (zkCallback-12618-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2108834 INFO  (zkCallback-12649-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2108834 INFO  (zkCallback-12656-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2108834 INFO  (zkCallback-12687-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2108834 INFO  (zkCallback-12668-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2108834 INFO  (zkCallback-12675-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2108855 INFO  (zkConnectionManagerCallback-12695-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2108857 INFO  (closeThreadPool-12639-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 2108859 INFO  (closeThreadPool-12639-thread-1) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:63052/solr ready
   [junit4]   2> 2108859 INFO  (closeThreadPool-12639-thread-1) [    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 2108876 INFO  (closeThreadPool-12639-thread-1) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@12d5361c
   [junit4]   2> 2108898 INFO  (closeThreadPool-12639-thread-1) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@12d5361c
   [junit4]   2> 2108898 INFO  (closeThreadPool-12639-thread-1) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@12d5361c
   [junit4]   2> 2108899 INFO  (closeThreadPool-12639-thread-1) [    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.BasicDistributedZkTest_5773AF418A161831-001/shard-3-001/cores
   [junit4]   2> 2108990 INFO  (TEST-BasicDistributedZkTest.test-seed#[5773AF418A161831]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 4 in directory /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.BasicDistributedZkTest_5773AF418A161831-001/shard-4-001 of type NRT
   [junit4]   2> 2108990 WARN  (closeThreadPool-12639-thread-1) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 2108990 INFO  (closeThreadPool-12639-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 2108990 INFO  (closeThreadPool-12639-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 2108990 INFO  (closeThreadPool-12639-thread-1) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 9+181
   [junit4]   2> 2108991 INFO  (closeThreadPool-12639-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2108991 INFO  (closeThreadPool-12639-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2108992 INFO  (closeThreadPool-12639-thread-1) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 2108992 INFO  (closeThreadPool-12639-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@5a80f8ec{/yw_m/vk,null,AVAILABLE}
   [junit4]   2> 2108992 INFO  (closeThreadPool-12639-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@10d9f488{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:63098}
   [junit4]   2> 2108992 INFO  (closeThreadPool-12639-thread-1) [    ] o.e.j.s.Server Started @2109100ms
   [junit4]   2> 2108992 INFO  (closeThreadPool-12639-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/yw_m/vk, solrconfig=solrconfig.xml, solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.BasicDistributedZkTest_5773AF418A161831-001/tempDir-001/jetty4, hostPort=63098, coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.BasicDistributedZkTest_5773AF418A161831-001/shard-4-001/cores, replicaType=NRT}
   [junit4]   2> 2108992 ERROR (closeThreadPool-12639-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2108992 INFO  (closeThreadPool-12639-thread-1) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2108993 INFO  (closeThreadPool-12639-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 9.0.0
   [junit4]   2> 2108993 INFO  (closeThreadPool-12639-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2108993 INFO  (closeThreadPool-12639-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2108993 INFO  (closeThreadPool-12639-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-04-10T08:38:21.413073Z
   [junit4]   2> 2108996 INFO  (zkConnectionManagerCallback-12698-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2108998 INFO  (closeThreadPool-12639-thread-1) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 2108998 INFO  (closeThreadPool-12639-thread-1) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.BasicDistributedZkTest_5773AF418A161831-001/shard-4-001/solr.xml
   [junit4]   2> 2109001 INFO  (closeThreadPool-12639-thread-1) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 2109001 INFO  (closeThreadPool-12639-thread-1) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 2109002 INFO  (closeThreadPool-12639-thread-1) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@12d5361c, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 2109236 INFO  (closeThreadPool-12639-thread-1) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 2109237 WARN  (closeThreadPool-12639-thread-1) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@7b765963[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2109240 WARN  (closeThreadPool-12639-thread-1) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@4deaf165[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2109241 INFO  (closeThreadPool-12639-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:63052/solr
   [junit4]   2> 2109244 INFO  (zkConnectionManagerCallback-12705-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2109248 INFO  (zkConnectionManagerCallback-12707-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2109258 INFO  (closeThreadPool-12639-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 2109265 INFO  (closeThreadPool-12639-thread-1) [    ] o.a.s.c.ZkController Publish node=127.0.0.1:63098_yw_m%2Fvk as DOWN
   [junit4]   2> 2109266 INFO  (closeThreadPool-12639-thread-1) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 2109266 INFO  (closeThreadPool-12639-thread-1) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:63098_yw_m%2Fvk
   [junit4]   2> 2109270 INFO  (zkCallback-12637-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 2109270 INFO  (zkCallback-12649-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 2109270 INFO  (zkCallback-12656-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 2109270 INFO  (zkCallback-12618-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 2109270 INFO  (zkCallback-12668-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 2109270 INFO  (zkCallback-12625-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 2109271 INFO  (zkCallback-12706-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 2109271 INFO  (zkCallback-12694-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 2109271 INFO  (zkCallback-12675-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 2109271 INFO  (zkCallback-12687-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 2109291 INFO  (zkConnectionManagerCallback-12714-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2109293 INFO  (closeThreadPool-12639-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (5)
   [junit4]   2> 2109295 INFO  (closeThreadPool-12639-thread-1) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:63052/solr ready
   [junit4]   2> 2109295 INFO  (closeThreadPool-12639-thread-1) [    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 2109313 INFO  (closeThreadPool-12639-thread-1) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@12d5361c
   [junit4]   2> 2109326 INFO  (closeThreadPool-12639-thread-1) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@12d5361c
   [junit4]   2> 2109326 INFO  (closeThreadPool-12639-thread-1) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@12d5361c
   [junit4]   2> 2109328 INFO  (closeThreadPool-12639-thread-1) [    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.BasicDistributedZkTest_5773AF418A161831-001/shard-4-001/cores
   [junit4]   2> 2109439 INFO  (qtp364626349-30939) [n:127.0.0.1:63061_yw_m%2Fvk    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:63082_yw_m%252Fvk&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2109440 INFO  (qtp364626349-30941) [n:127.0.0.1:63061_yw_m%2Fvk    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:63093_yw_m%252Fvk&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2109440 INFO  (qtp364626349-30936) [n:127.0.0.1:63061_yw_m%2Fvk    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:63087_yw_m%252Fvk&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2109441 INFO  (OverseerCollectionConfigSetProcessor-72258098376146948-127.0.0.1:63061_yw_m%2Fvk-n_0000000000) [n:127.0.0.1:63061_yw_m%2Fvk    ] 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> 2109441 INFO  (qtp364626349-30940) [n:127.0.0.1:63061_yw_m%2Fvk    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:63098_yw_m%252Fvk&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2109446 INFO  (OverseerThreadFactory-10974-thread-3-processing-n:127.0.0.1:63061_yw_m%2Fvk) [n:127.0.0.1:63061_yw_m%2Fvk c:collection1 s:shard2  ] o.a.s.c.a.c.AddReplicaCmd Node Identified 127.0.0.1:63082_yw_m%2Fvk for creating new replica of shard shard2 for collection collection1
   [junit4]   2> 2109447 INFO  (OverseerThreadFactory-10974-thread-4-processing-n:127.0.0.1:63061_yw_m%2Fvk) [n:127.0.0.1:63061_yw_m%2Fvk c:collection1 s:shard1  ] o.a.s.c.a.c.AddReplicaCmd Node Identified 127.0.0.1:63087_yw_m%2Fvk for creating new replica of shard shard1 for collection collection1
   [junit4]   2> 2109449 INFO  (OverseerThreadFactory-10974-thread-3-processing-n:127.0.0.1:63061_yw_m%2Fvk) [n:127.0.0.1:63061_yw_m%2Fvk c:collection1 s:shard2  ] o.a.s.c.a.c.AddReplicaCmd Returning CreateReplica command.
   [junit4]   2> 2109450 INFO  (OverseerThreadFactory-10974-thread-4-processing-n:127.0.0.1:63061_yw_m%2Fvk) [n:127.0.0.1:63061_yw_m%2Fvk c:collection1 s:shard1  ] o.a.s.c.a.c.AddReplicaCmd Returning CreateReplica command.
   [junit4]   2> 2109455 INFO  (qtp1386540950-31000) [n:127.0.0.1:63082_yw_m%2Fvk    x:collection1_shard2_replica_n1] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_n1&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 2109457 INFO  (qtp284429714-31032) [n:127.0.0.1:63087_yw_m%2Fvk    x:collection1_shard1_replica_n2] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n2&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 2110475 INFO  (qtp1386540950-31000) [n:127.0.0.1:63082_yw_m%2Fvk c:collection1 s:shard2  x:collection1_shard2_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 2110482 INFO  (qtp284429714-31032) [n:127.0.0.1:63087_yw_m%2Fvk c:collection1 s:shard1  x:collection1_shard1_replica_n2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 2110503 INFO  (qtp1386540950-31000) [n:127.0.0.1:63082_yw_m%2Fvk c:collection1 s:shard2  x:collection1_shard2_replica_n1] o.a.s.s.IndexSchema [collection1_shard2_replica_n1] Schema name=test
   [junit4]   2> 2110505 INFO  (qtp284429714-31032) [n:127.0.0.1:63087_yw_m%2Fvk c:collection1 s:shard1  x:collection1_shard1_replica_n2] o.a.s.s.IndexSchema [collection1_shard1_replica_n2] Schema name=test
   [junit4]   2> 2110643 INFO  (qtp1386540950-31000) [n:127.0.0.1:63082_yw_m%2Fvk c:collection1 s:shard2  x:collection1_shard2_replica_n1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 2110658 INFO  (qtp284429714-31032) [n:127.0.0.1:63087_yw_m%2Fvk c:collection1 s:shard1  x:collection1_shard1_replica_n2] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 2110665 INFO  (qtp1386540950-31000) [n:127.0.0.1:63082_yw_m%2Fvk c:collection1 s:shard2  x:collection1_shard2_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard2_replica_n1' using configuration from collection collection1, trusted=true
   [junit4]   2> 2110665 INFO  (qtp1386540950-31000) [n:127.0.0.1:63082_yw_m%2Fvk c:collection1 s:shard2  x:collection1_shard2_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1.shard2.replica_n1' (registry 'solr.core.collection1.shard2.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@12d5361c
   [junit4]   2> 2110665 INFO  (qtp1386540950-31000) [n:127.0.0.1:63082_yw_m%2Fvk c:collection1 s:shard2  x:collection1_shard2_replica_n1] o.a.s.c.SolrCore [[collection1_shard2_replica_n1] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.BasicDistributedZkTest_5773AF418A161831-001/shard-1-001/cores/collection1_shard2_replica_n1], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.BasicDistributedZkTest_5773AF418A161831-001/shard-1-001/cores/collection1_shard2_replica_n1/data/]
   [junit4]   2> 2110668 INFO  (qtp1386540950-31000) [n:127.0.0.1:63082_yw_m%2Fvk c:collection1 s:shard2  x:collection1_shard2_replica_n1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=37, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 2110670 WARN  (qtp1386540950-31000) [n:127.0.0.1:63082_yw_m%2Fvk c:collection1 s:shard2  x:collection1_shard2_replica_n1] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 2110695 INFO  (qtp284429714-31032) [n:127.0.0.1:63087_yw_m%2Fvk c:collection1 s:shard1  x:collection1_shard1_replica_n2] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard1_replica_n2' using configuration from collection collection1, trusted=true
   [junit4]   2> 2110696 INFO  (qtp284429714-31032) [n:127.0.0.1:63087_yw_m%2Fvk c:collection1 s:shard1  x:collection1_shard1_replica_n2] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1.shard1.replica_n2' (registry 'solr.core.collection1.shard1.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@12d5361c
   [junit4]   2> 2110696 INFO  (qtp284429714-31032) [n:127.0.0.1:63087_yw_m%2Fvk c:collection1 s:shard1  x:collection1_shard1_replica_n2] o.a.s.c.SolrCore [[collection1_shard1_replica_n2] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.BasicDistributedZkTest_5773AF418A161831-001/shard-2-001/cores/collection1_shard1_replica_n2], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.BasicDistributedZkTest_5773AF418A161831-001/shard-2-001/cores/collection1_shard1_replica_n2/data/]
   [junit4]   2> 2110697 INFO  (qtp284429714-31032) [n:127.0.0.1:63087_yw_m%2Fvk c:collection1 s:shard1  x:collection1_shard1_replica_n2] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=37, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 2110699 WARN  (qtp284429714-31032) [n:127.0.0.1:63087_yw_m%2Fvk c:collection1 s:shard1  x:collection1_shard1_replica_n2] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 2110761 INFO  (qtp1386540950-31000) [n:127.0.0.1:63082_yw_m%2Fvk c:collection1 s:shard2  x:collection1_shard2_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2110761 INFO  (qtp1386540950-31000) [n:127.0.0.1:63082_yw_m%2Fvk c:collection1 s:shard2  x:collection1_shard2_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2110762 INFO  (qtp284429714-31032) [n:127.0.0.1:63087_yw_m%2Fvk c:collection1 s:shard1  x:collection1_shard1_replica_n2] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2110762 INFO  (qtp284429714-31032) [n:127.0.0.1:63087_yw_m%2Fvk c:collection1 s:shard1  x:collection1_shard1_replica_n2] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2110765 INFO  (qtp1386540950-31000) [n:127.0.0.1:63082_yw_m%2Fvk c:collection1 s:shard2  x:collection1_shard2_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2110765 INFO  (qtp284429714-31032) [n:127.0.0.1:63087_yw_m%2Fvk c:collection1 s:shard1  x:collection1_shard1_replica_n2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2110765 INFO  (qtp1386540950-31000) [n:127.0.0.1:63082_yw_m%2Fvk c:collection1 s:shard2  x:collection1_shard2_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2110765 INFO  (qtp284429714-31032) [n:127.0.0.1:63087_yw_m%2Fvk c:collection1 s:shard1  x:collection1_shard1_replica_n2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2110766 INFO  (qtp1386540950-31000) [n:127.0.0.1:63082_yw_m%2Fvk c:collection1 s:shard2  x:collection1_shard2_replica_n1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=16, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 2110766 INFO  (qtp284429714-31032) [n:127.0.0.1:63087_yw_m%2Fvk c:collection1 s:shard1  x:collection1_shard1_replica_n2] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=16, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 2110766 INFO  (qtp1386540950-31000) [n:127.0.0.1:63082_yw_m%2Fvk c:collection1 s:shard2  x:collection1_shard2_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@3236cad2[collection1_shard2_replica_n1] main]
   [junit4]   2> 2110767 INFO  (qtp284429714-31032) [n:127.0.0.1:63087_yw_m%2Fvk c:collection1 s:shard1  x:collection1_shard1_replica_n2] o.a.s.s.SolrIndexSearcher Opening [Searcher@1d96500c[collection1_shard1_replica_n2] main]
   [junit4]   2> 2110768 INFO  (qtp1386540950-31000) [n:127.0.0.1:63082_yw_m%2Fvk c:collection1 s:shard2  x:collection1_shard2_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 2110769 INFO  (qtp1386540950-31000) [n:127.0.0.1:63082_yw_m%2Fvk c:collection1 s:shard2  x:collection1_shard2_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2110769 INFO  (qtp284429714-31032) [n:127.0.0.1:63087_yw_m%2Fvk c:collection1 s:shard1  x:collection1_shard1_replica_n2] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 2110769 INFO  (qtp1386540950-31000) [n:127.0.0.1:63082_yw_m%2Fvk c:collection1 s:shard2  x:collection1_shard2_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2110769 INFO  (qtp1386540950-31000) [n:127.0.0.1:63082_yw_m%2Fvk c:collection1 s:shard2  x:collection1_shard2_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1630415621391908864
   [junit4]   2> 2110770 INFO  (qtp284429714-31032) [n:127.0.0.1:63087_yw_m%2Fvk c:collection1 s:shard1  x:collection1_shard1_replica_n2] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2110770 INFO  (qtp284429714-31032) [n:127.0.0.1:63087_yw_m%2Fvk c:collection1 s:shard1  x:collection1_shard1_replica_n2] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2110770 INFO  (qtp284429714-31032) [n:127.0.0.1:63087_yw_m%2Fvk c:collection1 s:shard1  x:collection1_shard1_replica_n2] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1630415621392957440
   [junit4]   2> 2110773 INFO  (searcherExecutor-11020-thread-1-processing-n:127.0.0.1:63082_yw_m%2Fvk x:collection1_shard2_replica_n1 c:collection1 s:shard2) [n:127.0.0.1:63082_yw_m%2Fvk c:collection1 s:shard2  x:collection1_shard2_replica_n1] o.a.s.c.SolrCore [collection1_shard2_replica_n1] Registered new searcher Searcher@3236cad2[collection1_shard2_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2110776 INFO  (searcherExecutor-11021-thread-1-processing-n:127.0.0.1:63087_yw_m%2Fvk x:collection1_shard1_replica_n2 c:collection1 s:shard1) [n:127.0.0.1:63087_yw_m%2Fvk c:collection1 s:shard1  x:collection1_shard1_replica_n2] o.a.s.c.SolrCore [collection1_shard1_replica_n2] Registered new searcher Searcher@1d96500c[collection1_shard1_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2110780 INFO  (qtp1386540950-31000) [n:127.0.0.1:63082_yw_m%2Fvk c:collection1 s:shard2  x:collection1_shard2_replica_n1] o.a.s.c.ZkShardTerms Successful update of terms at /collections/collection1/terms/shard2 to Terms{values={core_node3=0}, version=0}
   [junit4]   2> 2110780 INFO  (qtp1386540950-31000) [n:127.0.0.1:63082_yw_m%2Fvk c:collection1 s:shard2  x:collection1_shard2_replica_n1] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/collection1/leaders/shard2
   [junit4]   2> 2110786 INFO  (qtp1386540950-31000) [n:127.0.0.1:63082_yw_m%2Fvk c:collection1 s:shard2  x:collection1_shard2_replica_n1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 2110786 INFO  (qtp1386540950-31000) [n:127.0.0.1:63082_yw_m%2Fvk c:collection1 s:shard2  x:collection1_shard2_replica_n1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 2110786 INFO  (qtp1386540950-31000) [n:127.0.0.1:63082_yw_m%2Fvk c:collection1 s:shard2  x:collection1_shard2_replica_n1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:63082/yw_m/vk/collection1_shard2_replica_n1/
   [junit4]   2> 2110786 INFO  (qtp1386540950-31000) [n:127.0.0.1:63082_yw_m%2Fvk c:collection1 s:shard2  x:collection1_shard2_replica_n1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 2110786 INFO  (qtp1386540950-31000) [n:127.0.0.1:63082_yw_m%2Fvk c:collection1 s:shard2  x:collection1_shard2_replica_n1] o.a.s.c.SyncStrategy http://127.0.0.1:63082/yw_m/vk/collection1_shard2_replica_n1/ has no replicas
   [junit4]   2> 2110786 INFO  (qtp1386540950-31000) [n:127.0.0.1:63082_yw_m%2Fvk c:collection1 s:shard2  x:collection1_shard2_replica_n1] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/collection1/leaders/shard2/leader after winning as /collections/collection1/leader_elect/shard2/election/72258098376146954-core_node3-n_0000000000
   [junit4]   2> 2110787 INFO  (qtp284429714-31032) [n:127.0.0.1:63087_yw_m%2Fvk c:collection1 s:shard1  x:collection1_shard1_replica_n2] o.a.s.c.ZkShardTerms Successful update of terms at /collections/collection1/terms/shard1 to Terms{values={core_node4=0}, version=0}
   [junit4]   2> 2110787 INFO  (qtp284429714-31032) [n:127.0.0.1:63087_yw_m%2Fvk c:collection1 s:shard1  x:collection1_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/collection1/leaders/shard1
   [junit4]   2> 2110789 INFO  (qtp1386540950-31000) [n:127.0.0.1:63082_yw_m%2Fvk c:collection1 s:shard2  x:collection1_shard2_replica_n1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:63082/yw_m/vk/collection1_shard2_replica_n1/ shard2
   [junit4]   2> 2110793 INFO  (qtp284429714-31032) [n:127.0.0.1:63087_yw_m%2Fvk c:collection1 s:shard1  x:collection1_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 2110793 INFO  (qtp284429714-31032) [n:127.0.0.1:63087_yw_m%2Fvk c:collection1 s:shard1  x:collection1_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 2110793 INFO  (qtp284429714-31032) [n:127.0.0.1:63087_yw_m%2Fvk c:collection1 s:shard1  x:collection1_shard1_replica_n2] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:63087/yw_m/vk/collection1_shard1_replica_n2/
   [junit4]   2> 2110793 INFO  (qtp284429714-31032) [n:127.0.0.1:63087_yw_m%2Fvk c:collection1 s:shard1  x:collection1_shard1_replica_n2] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 2110793 INFO  (qtp284429714-31032) [n:127.0.0.1:63087_yw_m%2Fvk c:collection1 s:shard1  x:collection1_shard1_replica_n2] o.a.s.c.SyncStrategy http://127.0.0.1:63087/yw_m/vk/collection1_shard1_replica_n2/ has no replicas
   [junit4]   2> 2110794 INFO  (qtp284429714-31032) [n:127.0.0.1:63087_yw_m%2Fvk c:collection1 s:shard1  x:collection1_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/collection1/leaders/shard1/leader after winning as /collections/collection1/leader_elect/shard1/election/72258098376146958-core_node4-n_0000000000
   [junit4]   2> 2110796 INFO  (qtp284429714-31032) [n:127.0.0.1:63087_yw_m%2Fvk c:collection1 s:shard1  x:collection1_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:63087/yw_m/vk/collection1_shard1_replica_n2/ shard1
   [junit4]   2> 2110908 INFO  (qtp1386540950-31000) [n:127.0.0.1:63082_yw_m%2Fvk c:collection1 s:shard2  x:collection1_shard2_replica_n1] o.a.s.c.ZkController I a

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

me=Asserting), author_t=PostingsFormat(name=LuceneVarGapDocFreqInterval), series_t=PostingsFormat(name=LuceneVarGapDocFreqInterval), rnd_b=FST50, oddField_s=PostingsFormat(name=Asserting), a_t=BlockTreeOrds(blocksize=128), cat=BlockTreeOrds(blocksize=128), foo_b=PostingsFormat(name=Asserting), name=FST50, inStock=PostingsFormat(name=Asserting), id=FST50, text=PostingsFormat(name=Asserting)}, docValues:{regex_dup_A_s=DocValuesFormat(name=Asserting), other_tl1=DocValuesFormat(name=Lucene80), regex_dup_B_s=DocValuesFormat(name=Lucene80), range_facet_l_dv=DocValuesFormat(name=Direct), SubjectTerms_mfacet=DocValuesFormat(name=Lucene80), n_l1=DocValuesFormat(name=Lucene80), multiDefault=DocValuesFormat(name=Lucene80), intDefault=DocValuesFormat(name=Lucene80), genre_s=DocValuesFormat(name=Asserting), n_td1=DocValuesFormat(name=Lucene80), n_d1=DocValuesFormat(name=Lucene80), range_facet_l=DocValuesFormat(name=Lucene80), n_f1=DocValuesFormat(name=Lucene80), series_t=DocValuesFormat(name=Lucene80), n_tl1=DocValuesFormat(name=Lucene80), oddField_s=DocValuesFormat(name=Asserting), n_tf1=DocValuesFormat(name=Lucene80), price=DocValuesFormat(name=Asserting), a_t=DocValuesFormat(name=Lucene80), cat=DocValuesFormat(name=Lucene80), sequence_i=DocValuesFormat(name=Asserting), inStock=DocValuesFormat(name=Asserting), id=DocValuesFormat(name=Direct), text=DocValuesFormat(name=Asserting), intDvoDefault=DocValuesFormat(name=Asserting), timestamp=DocValuesFormat(name=Lucene80), foo_i=DocValuesFormat(name=Lucene80), val_i=DocValuesFormat(name=Direct), _root_=DocValuesFormat(name=Lucene80), n_dt1=DocValuesFormat(name=Lucene80), author_t=DocValuesFormat(name=Lucene80), a_i1=DocValuesFormat(name=Lucene80), n_ti1=DocValuesFormat(name=Direct), rnd_b=DocValuesFormat(name=Direct), _version_=DocValuesFormat(name=Lucene80), n_tdt1=DocValuesFormat(name=Lucene80), foo_b=DocValuesFormat(name=Asserting), name=DocValuesFormat(name=Direct), id_i1=DocValuesFormat(name=Lucene80), foo_d=DocValuesFormat(name=Direct), range_facet_i_dv=DocValuesFormat(name=Lucene80), foo_f=DocValuesFormat(name=Asserting)}, maxPointsInLeafNode=1275, maxMBSortInHeap=5.768483078803979, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@1f27fa5c), locale=en-NR, timezone=Pacific/Kosrae
   [junit4]   2> NOTE: Mac OS X 10.11.6 x86_64/Oracle Corporation 9 (64-bit)/cpus=3,threads=1,free=205645464,total=477626368
   [junit4]   2> NOTE: All tests run in this JVM: [AtomicUpdatesTest, SimplePostToolTest, TestImplicitCoreProperties, AddBlockUpdateTest, WordBreakSolrSpellCheckerTest, ChaosMonkeySafeLeaderWithPullReplicasTest, TestFieldCache, SuggestComponentContextFilterQueryTest, TestComplexPhraseLeadingWildcard, TestIndexSearcher, TestSurroundQueryParser, OverseerTest, TestInPlaceUpdatesRequiredField, DirectSolrSpellCheckerTest, TestLegacyFieldCache, HdfsCollectionsAPIDistributedZkTest, TestFacetMethods, TestCustomStream, DefaultValueUpdateProcessorTest, TokenizerChainTest, TolerantUpdateProcessorTest, SynonymTokenizerTest, BaseCdcrDistributedZkTest, TestUpdate, TestTrie, TestSlowCompositeReaderWrapper, DistributedFacetPivotLongTailTest, NodeLostTriggerTest, RequestLoggingTest, TestSolrConfigHandlerConcurrent, TestSimPolicyCloud, TestCloudPivotFacet, TestAtomicUpdateErrorCases, LeaderElectionIntegrationTest, TestDeprecatedFilters, TestReplicationHandlerDiskOverFlow, TestImpersonationWithHadoopAuth, DeleteInactiveReplicaTest, TestZkAclsWithHadoopAuth, TestWriterPerf, VersionInfoTest, BasicZkTest, TestConfigSetsAPI, DirectSolrConnectionTest, ClassificationUpdateProcessorTest, NodeMutatorTest, GraphQueryTest, MaxSizeAutoCommitTest, TestMacros, HDFSCollectionsAPITest, TestCloudInspectUtil, TestFieldSortValues, IndexSchemaTest, TestDocSet, TestRangeQuery, TestDocBasedVersionConstraints, TestRandomFlRTGCloud, TestCSVResponseWriter, MultiThreadedOCPTest, HdfsUnloadDistributedZkTest, CdcrUpdateLogTest, TestChildDocTransformerHierarchy, TestRecoveryHdfs, TestScoreJoinQPScore, CollectionsAPISolrJTest, SolrCoreTest, TestAnalyzedSuggestions, TestUtils, DeleteNodeTest, TestMultiWordSynonyms, CSVRequestHandlerTest, AnalysisAfterCoreReloadTest, UpdateLogTest, MultiDestinationAuditLoggerTest, ConcurrentDeleteAndCreateCollectionTest, TestConfigSetImmutable, DirectUpdateHandlerTest, CustomTermsComponentTest, TestZkChroot, TestGeoJSONResponseWriter, TestSearcherReuse, ReindexCollectionTest, HttpPartitionOnCommitTest, LeaderFailoverAfterPartitionTest, TestSmileRequest, TestStreamBody, TestFieldCacheSort, MetricsConfigTest, DistributedFacetPivotSmallTest, FastVectorHighlighterTest, InfixSuggestersTest, TestCSVLoader, SpellingQueryConverterTest, SolrGraphiteReporterTest, SuggesterWFSTTest, ZkNodePropsTest, TestPartialUpdateDeduplication, SolrInfoBeanTest, TestStressUserVersions, TestIBSimilarityFactory, LeaderTragicEventTest, HdfsChaosMonkeySafeLeaderTest, CreateCollectionCleanupTest, HdfsDirectoryTest, ConnectionReuseTest, TestSystemIdResolver, DistribJoinFromCollectionTest, CoreMergeIndexesAdminHandlerTest, ClassificationUpdateProcessorFactoryTest, TestIndexingPerformance, MetricTriggerTest, SimpleFacetsTest, SystemLogListenerTest, StatelessScriptUpdateProcessorFactoryTest, EmbeddedSolrNoSerializeTest, NestedAtomicUpdateTest, TestSafeXMLParsing, SearchHandlerTest, TestDynamicFieldResource, TestFileDictionaryLookup, TestSimClusterStateProvider, DistributedSpellCheckComponentTest, ReturnFieldsTest, TestReplicationHandler, QueryElevationComponentTest, AnalyticsQueryTest, CollectionReloadTest, RestoreTriggerStateTest, TestPostingsSolrHighlighter, TestFieldTypeResource, UUIDFieldTest, TestCopyFieldCollectionResource, TestFiltering, OverriddenZkACLAndCredentialsProvidersTest, FullSolrCloudDistribCmdsTest, TestSQLHandlerNonCloud, MoveReplicaTest, CursorMarkTest, DirectoryFactoryTest, TestSchemaResource, TestSolrCoreSnapshots, ResponseLogComponentTest, UpdateRequestProcessorFactoryTest, TestUniqueKeyFieldResource, TestSolrCoreProperties, PeerSyncWithLeaderAndIndexFingerprintCachingTest, DateMathParserTest, NoCacheHeaderTest, MigrateRouteKeyTest, NotRequiredUniqueKeyTest, IndexBasedSpellCheckerTest, TestSimNodeAddedTrigger, RangeFacetCloudTest, SolrMetricManagerTest, TestSolrConfigHandler, TestIntervalFaceting, MergeStrategyTest, TestCrossCoreJoin, TestPushWriter, TestJoin, TestValueSourceCache, BlockDirectoryTest, TestExtendedDismaxParser, QueryParsingTest, SortByFunctionTest, TestLFUCache, DistribCursorPagingTest, TestCloudSchemaless, ProtectedTermFilterFactoryTest, SOLR749Test, MoveReplicaHDFSFailoverTest, UUIDUpdateProcessorFallbackTest, TriggerIntegrationTest, TestStressLiveNodes, FieldAnalysisRequestHandlerTest, ShowFileRequestHandlerTest, BigEndianAscendingWordDeserializerTest, BasicAuthIntegrationTest, TestSolrCloudWithKerberosAlt, TestPivotHelperCode, TestSkipOverseerOperations, TestOnReconnectListenerSupport, TestExactStatsCache, TestXmlQParserPlugin, Tagger2Test, TriLevelCompositeIdRoutingTest, TestMinMaxOnMultiValuedField, TestSolrQueryResponse, ExternalFileFieldSortTest, CoreAdminCreateDiscoverTest, SmileWriterTest, TestUseDocValuesAsStored, TestExpandComponent, TestRealTimeGet, TestLockTree, MetricUtilsTest, TestCloudRecovery, TestJsonFacetRefinement, LegacyCloudClusterPropTest, BadCopyFieldTest, SolrIndexMetricsTest, WrapperMergePolicyFactoryTest, TestLazyCores, TestRTGBase, TestSolrDeletionPolicy2, TestLogWatcher, TestHdfsUpdateLog, ConvertedLegacyTest, DisMaxRequestHandlerTest, DistributedIntervalFacetingTest, EchoParamsTest, OutputWriterTest, SampleTest, SolrTestCaseJ4Test, TestDistributedGrouping, TestDistributedSearch, TestDocumentBuilder, TestGroupingSearch, TestRandomDVFaceting, TestRandomFaceting, TestSimpleTrackingShardHandler, PathHierarchyTokenizerFactoryTest, TestCharFilters, TestReversedWildcardFilterFactory, TestEmbeddedSolrServerAdminHandler, TestEmbeddedSolrServerConstructors, TestEmbeddedSolrServerSchemaAPI, TestJettySolrRunner, AddReplicaTest, AssignBackwardCompatibilityTest, BasicDistributedZk2Test, BasicDistributedZkTest]
   [junit4] Completed [468/853 (1!)] on J0 in 537.83s, 1 test, 1 error <<< FAILURES!

[...truncated 1373 lines...]
   [junit4] JVM J0: stdout was not empty, see: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/temp/junit4-J0-20190410_080312_20718249776706945912783.sysout
   [junit4] >>> JVM J0 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_pid97577.hprof ...
   [junit4] Heap dump file created [483749984 bytes in 12.680 secs]
   [junit4] <<< JVM J0: EOF ----

[...truncated 8938 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_pid97577.hprof

Total time: 132 minutes 7 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