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 2018/01/26 15:53:45 UTC

***UNCHECKED*** [JENKINS] Lucene-Solr-7.x-MacOSX (64bit/jdk-9) - Build # 422 - Unstable!

Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-MacOSX/422/
Java: 64bit/jdk-9 -XX:+UseCompressedOops -XX:+UseParallelGC

2 tests failed.
FAILED:  org.apache.solr.cloud.FullSolrCloudDistribCmdsTest.test

Error Message:
Could not find collection:collection2

Stack Trace:
java.lang.AssertionError: Could not find collection:collection2
	at __randomizedtesting.SeedInfo.seed([BEA269D0808D5A8F:36F6560A2E713777]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.junit.Assert.assertNotNull(Assert.java:526)
	at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:155)
	at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:140)
	at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:135)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.waitForRecoveriesToFinish(AbstractFullDistribZkTestBase.java:915)
	at org.apache.solr.cloud.FullSolrCloudDistribCmdsTest.testIndexingBatchPerRequestWithHttpSolrClient(FullSolrCloudDistribCmdsTest.java:612)
	at org.apache.solr.cloud.FullSolrCloudDistribCmdsTest.test(FullSolrCloudDistribCmdsTest.java:152)
	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:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:993)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
	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:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	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)


FAILED:  org.apache.solr.handler.admin.AutoscalingHistoryHandlerTest.testHistory

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

Stack Trace:
java.lang.AssertionError: expected:<5> but was:<0>
	at __randomizedtesting.SeedInfo.seed([BEA269D0808D5A8F:D35ECD2D3AC5A588]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.failNotEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:128)
	at org.junit.Assert.assertEquals(Assert.java:472)
	at org.junit.Assert.assertEquals(Assert.java:456)
	at org.apache.solr.handler.admin.AutoscalingHistoryHandlerTest.testHistory(AutoscalingHistoryHandlerTest.java:241)
	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:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	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:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	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)




Build Log:
[...truncated 12632 lines...]
   [junit4] Suite: org.apache.solr.cloud.FullSolrCloudDistribCmdsTest
   [junit4]   2> 1430286 INFO  (SUITE-FullSolrCloudDistribCmdsTest-seed#[BEA269D0808D5A8F]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_BEA269D0808D5A8F-001/init-core-data-001
   [junit4]   2> 1430287 WARN  (SUITE-FullSolrCloudDistribCmdsTest-seed#[BEA269D0808D5A8F]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=6 numCloses=6
   [junit4]   2> 1430287 INFO  (SUITE-FullSolrCloudDistribCmdsTest-seed#[BEA269D0808D5A8F]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 1430287 INFO  (SUITE-FullSolrCloudDistribCmdsTest-seed#[BEA269D0808D5A8F]-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> 1430287 INFO  (SUITE-FullSolrCloudDistribCmdsTest-seed#[BEA269D0808D5A8F]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 1430288 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[BEA269D0808D5A8F]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1430288 INFO  (Thread-2360) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1430288 INFO  (Thread-2360) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1430291 ERROR (Thread-2360) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 1430394 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[BEA269D0808D5A8F]) [    ] o.a.s.c.ZkTestServer start zk server on port:63446
   [junit4]   2> 1430404 INFO  (zkConnectionManagerCallback-4799-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1430408 INFO  (zkConnectionManagerCallback-4801-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1430415 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[BEA269D0808D5A8F]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 1430418 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[BEA269D0808D5A8F]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/schema15.xml to /configs/conf1/schema.xml
   [junit4]   2> 1430419 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[BEA269D0808D5A8F]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1430421 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[BEA269D0808D5A8F]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 1430423 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[BEA269D0808D5A8F]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 1430425 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[BEA269D0808D5A8F]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 1430426 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[BEA269D0808D5A8F]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 1430428 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[BEA269D0808D5A8F]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1430430 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[BEA269D0808D5A8F]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1430431 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[BEA269D0808D5A8F]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 1430433 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[BEA269D0808D5A8F]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 1430434 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[BEA269D0808D5A8F]) [    ] o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly asked otherwise
   [junit4]   2> 1430623 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[BEA269D0808D5A8F]) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-22T03:27:37+06:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 1430624 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[BEA269D0808D5A8F]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1430624 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[BEA269D0808D5A8F]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1430624 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[BEA269D0808D5A8F]) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 1430625 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[BEA269D0808D5A8F]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@290d9c49{/,null,AVAILABLE}
   [junit4]   2> 1430625 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[BEA269D0808D5A8F]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@40da6e95{HTTP/1.1,[http/1.1]}{127.0.0.1:63449}
   [junit4]   2> 1430625 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[BEA269D0808D5A8F]) [    ] o.e.j.s.Server Started @1433707ms
   [junit4]   2> 1430625 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[BEA269D0808D5A8F]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_BEA269D0808D5A8F-001/tempDir-001/control/data, hostPort=63449, coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_BEA269D0808D5A8F-001/control-001/cores, replicaType=NRT}
   [junit4]   2> 1430625 ERROR (TEST-FullSolrCloudDistribCmdsTest.test-seed#[BEA269D0808D5A8F]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1430625 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[BEA269D0808D5A8F]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.3.0
   [junit4]   2> 1430625 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[BEA269D0808D5A8F]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1430625 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[BEA269D0808D5A8F]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1430625 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[BEA269D0808D5A8F]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-01-26T14:53:05.131944Z
   [junit4]   2> 1430627 INFO  (zkConnectionManagerCallback-4803-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1430628 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[BEA269D0808D5A8F]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1430628 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[BEA269D0808D5A8F]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_BEA269D0808D5A8F-001/control-001/solr.xml
   [junit4]   2> 1430630 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[BEA269D0808D5A8F]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 1430630 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[BEA269D0808D5A8F]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1430630 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[BEA269D0808D5A8F]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@7771ba8b, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1430632 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[BEA269D0808D5A8F]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:63446/solr
   [junit4]   2> 1430634 INFO  (zkConnectionManagerCallback-4807-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1430636 INFO  (zkConnectionManagerCallback-4809-thread-1-processing-n:127.0.0.1:63449_) [n:127.0.0.1:63449_    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1430761 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[BEA269D0808D5A8F]) [n:127.0.0.1:63449_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1430762 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[BEA269D0808D5A8F]) [n:127.0.0.1:63449_    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:63449_
   [junit4]   2> 1430763 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[BEA269D0808D5A8F]) [n:127.0.0.1:63449_    ] o.a.s.c.Overseer Overseer (id=99416695425990660-127.0.0.1:63449_-n_0000000000) starting
   [junit4]   2> 1430781 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[BEA269D0808D5A8F]) [n:127.0.0.1:63449_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:63449_
   [junit4]   2> 1430784 INFO  (zkCallback-4808-thread-1-processing-n:127.0.0.1:63449_) [n:127.0.0.1:63449_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1430822 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[BEA269D0808D5A8F]) [n:127.0.0.1:63449_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7771ba8b
   [junit4]   2> 1430822 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[BEA269D0808D5A8F]) [n:127.0.0.1:63449_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7771ba8b
   [junit4]   2> 1430822 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[BEA269D0808D5A8F]) [n:127.0.0.1:63449_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7771ba8b
   [junit4]   2> 1430823 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[BEA269D0808D5A8F]) [n:127.0.0.1:63449_    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_BEA269D0808D5A8F-001/control-001/cores
   [junit4]   2> 1430832 INFO  (zkConnectionManagerCallback-4815-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1430833 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[BEA269D0808D5A8F]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1430835 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[BEA269D0808D5A8F]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:63446/solr ready
   [junit4]   2> 1430837 INFO  (qtp424501519-14244) [n:127.0.0.1:63449_    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=1&collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:63449_&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1430840 INFO  (OverseerThreadFactory-4996-thread-1-processing-n:127.0.0.1:63449_) [n:127.0.0.1:63449_    ] o.a.s.c.a.c.CreateCollectionCmd Create collection control_collection
   [junit4]   2> 1430948 INFO  (qtp424501519-14248) [n:127.0.0.1:63449_    ] 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> 1430949 INFO  (qtp424501519-14248) [n:127.0.0.1:63449_    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 1431064 INFO  (zkCallback-4808-thread-1-processing-n:127.0.0.1:63449_) [n:127.0.0.1:63449_    ] 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> 1431976 INFO  (qtp424501519-14248) [n:127.0.0.1:63449_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 1431987 INFO  (qtp424501519-14248) [n:127.0.0.1:63449_ 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> 1432052 INFO  (qtp424501519-14248) [n:127.0.0.1:63449_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 1432077 INFO  (qtp424501519-14248) [n:127.0.0.1:63449_ 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> 1432078 INFO  (qtp424501519-14248) [n:127.0.0.1:63449_ 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@7771ba8b
   [junit4]   2> 1432078 INFO  (qtp424501519-14248) [n:127.0.0.1:63449_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1432078 INFO  (qtp424501519-14248) [n:127.0.0.1:63449_ 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-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_BEA269D0808D5A8F-001/control-001/cores/control_collection_shard1_replica_n1], dataDir=[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_BEA269D0808D5A8F-001/control-001/cores/control_collection_shard1_replica_n1/data/]
   [junit4]   2> 1432083 INFO  (qtp424501519-14248) [n:127.0.0.1:63449_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=4, maxMergeAtOnceExplicit=6, maxMergedSegmentMB=91.080078125, floorSegmentMB=0.458984375, forceMergeDeletesPctAllowed=11.857274369394098, segmentsPerTier=29.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1432088 WARN  (qtp424501519-14248) [n:127.0.0.1:63449_ 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> 1432144 INFO  (qtp424501519-14248) [n:127.0.0.1:63449_ 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> 1432144 INFO  (qtp424501519-14248) [n:127.0.0.1:63449_ 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> 1432145 INFO  (qtp424501519-14248) [n:127.0.0.1:63449_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1432145 INFO  (qtp424501519-14248) [n:127.0.0.1:63449_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1432147 INFO  (qtp424501519-14248) [n:127.0.0.1:63449_ 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=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.8856707192746904]
   [junit4]   2> 1432148 INFO  (qtp424501519-14248) [n:127.0.0.1:63449_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@56af7d14[control_collection_shard1_replica_n1] main]
   [junit4]   2> 1432149 INFO  (qtp424501519-14248) [n:127.0.0.1:63449_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1432150 INFO  (qtp424501519-14248) [n:127.0.0.1:63449_ 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> 1432151 INFO  (qtp424501519-14248) [n:127.0.0.1:63449_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1432151 INFO  (qtp424501519-14248) [n:127.0.0.1:63449_ 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 1590667128767250432
   [junit4]   2> 1432153 INFO  (searcherExecutor-4999-thread-1-processing-n:127.0.0.1:63449_ x:control_collection_shard1_replica_n1 s:shard1 c:control_collection) [n:127.0.0.1:63449_ 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@56af7d14[control_collection_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1432159 INFO  (qtp424501519-14248) [n:127.0.0.1:63449_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1432159 INFO  (qtp424501519-14248) [n:127.0.0.1:63449_ 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> 1432159 INFO  (qtp424501519-14248) [n:127.0.0.1:63449_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:63449/control_collection_shard1_replica_n1/
   [junit4]   2> 1432159 INFO  (qtp424501519-14248) [n:127.0.0.1:63449_ 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> 1432159 INFO  (qtp424501519-14248) [n:127.0.0.1:63449_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SyncStrategy http://127.0.0.1:63449/control_collection_shard1_replica_n1/ has no replicas
   [junit4]   2> 1432159 INFO  (qtp424501519-14248) [n:127.0.0.1:63449_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 1432164 INFO  (qtp424501519-14248) [n:127.0.0.1:63449_ 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:63449/control_collection_shard1_replica_n1/ shard1
   [junit4]   2> 1432281 INFO  (zkCallback-4808-thread-1-processing-n:127.0.0.1:63449_) [n:127.0.0.1:63449_    ] 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> 1432331 INFO  (qtp424501519-14248) [n:127.0.0.1:63449_ 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> 1432334 INFO  (qtp424501519-14248) [n:127.0.0.1:63449_ 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=1385
   [junit4]   2> 1432338 INFO  (qtp424501519-14244) [n:127.0.0.1:63449_    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 1432441 INFO  (zkCallback-4808-thread-2-processing-n:127.0.0.1:63449_) [n:127.0.0.1:63449_    ] 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> 1432845 INFO  (OverseerCollectionConfigSetProcessor-99416695425990660-127.0.0.1:63449_-n_0000000000) [n:127.0.0.1:63449_    ] 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> 1433338 INFO  (qtp424501519-14244) [n:127.0.0.1:63449_    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=1&collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:63449_&wt=javabin&version=2} status=0 QTime=2501
   [junit4]   2> 1433342 INFO  (zkConnectionManagerCallback-4819-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1433343 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[BEA269D0808D5A8F]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1433345 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[BEA269D0808D5A8F]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:63446/solr ready
   [junit4]   2> 1433345 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[BEA269D0808D5A8F]) [    ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 1433346 INFO  (qtp424501519-14248) [n:127.0.0.1:63449_    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=1&collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=3&createNodeSet=&stateFormat=1&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1433348 INFO  (OverseerThreadFactory-4996-thread-2-processing-n:127.0.0.1:63449_) [n:127.0.0.1:63449_    ] o.a.s.c.a.c.CreateCollectionCmd Create collection collection1
   [junit4]   2> 1433349 WARN  (OverseerThreadFactory-4996-thread-2-processing-n:127.0.0.1:63449_) [n:127.0.0.1:63449_    ] o.a.s.c.a.c.CreateCollectionCmd It is unusual to create a collection (collection1) without cores.
   [junit4]   2> 1433564 INFO  (qtp424501519-14248) [n:127.0.0.1:63449_    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 1433564 INFO  (qtp424501519-14248) [n:127.0.0.1:63449_    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=1&collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=3&createNodeSet=&stateFormat=1&wt=javabin&version=2} status=0 QTime=218
   [junit4]   2> 1433768 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[BEA269D0808D5A8F]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_BEA269D0808D5A8F-001/shard-1-001 of type NRT
   [junit4]   2> 1433769 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[BEA269D0808D5A8F]) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-22T03:27:37+06:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 1433770 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[BEA269D0808D5A8F]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1433770 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[BEA269D0808D5A8F]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1433770 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[BEA269D0808D5A8F]) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 1433771 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[BEA269D0808D5A8F]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@3164629b{/,null,AVAILABLE}
   [junit4]   2> 1433771 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[BEA269D0808D5A8F]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@5d9488a8{HTTP/1.1,[http/1.1]}{127.0.0.1:63488}
   [junit4]   2> 1433771 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[BEA269D0808D5A8F]) [    ] o.e.j.s.Server Started @1436853ms
   [junit4]   2> 1433771 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[BEA269D0808D5A8F]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, solrconfig=solrconfig.xml, solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_BEA269D0808D5A8F-001/tempDir-001/jetty1, hostPort=63488, coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_BEA269D0808D5A8F-001/shard-1-001/cores}
   [junit4]   2> 1433771 ERROR (TEST-FullSolrCloudDistribCmdsTest.test-seed#[BEA269D0808D5A8F]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1433771 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[BEA269D0808D5A8F]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.3.0
   [junit4]   2> 1433771 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[BEA269D0808D5A8F]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1433771 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[BEA269D0808D5A8F]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1433771 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[BEA269D0808D5A8F]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-01-26T14:53:08.277979Z
   [junit4]   2> 1433773 INFO  (zkConnectionManagerCallback-4821-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1433775 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[BEA269D0808D5A8F]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1433775 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[BEA269D0808D5A8F]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_BEA269D0808D5A8F-001/shard-1-001/solr.xml
   [junit4]   2> 1433777 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[BEA269D0808D5A8F]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 1433777 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[BEA269D0808D5A8F]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1433777 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[BEA269D0808D5A8F]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@7771ba8b, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1433779 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[BEA269D0808D5A8F]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:63446/solr
   [junit4]   2> 1433781 INFO  (zkConnectionManagerCallback-4825-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1433784 INFO  (zkConnectionManagerCallback-4827-thread-1-processing-n:127.0.0.1:63488_) [n:127.0.0.1:63488_    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1433794 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[BEA269D0808D5A8F]) [n:127.0.0.1:63488_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1433798 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[BEA269D0808D5A8F]) [n:127.0.0.1:63488_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1433802 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[BEA269D0808D5A8F]) [n:127.0.0.1:63488_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:63488_
   [junit4]   2> 1433803 INFO  (zkCallback-4808-thread-2-processing-n:127.0.0.1:63449_) [n:127.0.0.1:63449_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1433803 INFO  (zkCallback-4818-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1433804 INFO  (zkCallback-4826-thread-1-processing-n:127.0.0.1:63488_) [n:127.0.0.1:63488_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1433850 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[BEA269D0808D5A8F]) [n:127.0.0.1:63488_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7771ba8b
   [junit4]   2> 1433868 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[BEA269D0808D5A8F]) [n:127.0.0.1:63488_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7771ba8b
   [junit4]   2> 1433868 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[BEA269D0808D5A8F]) [n:127.0.0.1:63488_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7771ba8b
   [junit4]   2> 1433870 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[BEA269D0808D5A8F]) [n:127.0.0.1:63488_    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_BEA269D0808D5A8F-001/shard-1-001/cores
   [junit4]   2> 1433908 INFO  (qtp424501519-14246) [n:127.0.0.1:63449_    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:63488_&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1433911 INFO  (OverseerCollectionConfigSetProcessor-99416695425990660-127.0.0.1:63449_-n_0000000000) [n:127.0.0.1:63449_    ] 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> 1433911 INFO  (OverseerThreadFactory-4996-thread-3-processing-n:127.0.0.1:63449_) [n:127.0.0.1:63449_    ] o.a.s.c.a.c.AddReplicaCmd Node Identified 127.0.0.1:63488_ for creating new replica
   [junit4]   2> 1433917 INFO  (qtp2051578136-14293) [n:127.0.0.1:63488_    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_n61&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1433917 INFO  (qtp2051578136-14293) [n:127.0.0.1:63488_    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 1434935 INFO  (qtp2051578136-14293) [n:127.0.0.1:63488_ c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 1434946 INFO  (qtp2051578136-14293) [n:127.0.0.1:63488_ c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.s.IndexSchema [collection1_shard2_replica_n61] Schema name=test
   [junit4]   2> 1435006 INFO  (qtp2051578136-14293) [n:127.0.0.1:63488_ c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 1435039 INFO  (qtp2051578136-14293) [n:127.0.0.1:63488_ c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard2_replica_n61' using configuration from collection collection1, trusted=true
   [junit4]   2> 1435039 INFO  (qtp2051578136-14293) [n:127.0.0.1:63488_ c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1.shard2.replica_n61' (registry 'solr.core.collection1.shard2.replica_n61') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7771ba8b
   [junit4]   2> 1435040 INFO  (qtp2051578136-14293) [n:127.0.0.1:63488_ c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1435040 INFO  (qtp2051578136-14293) [n:127.0.0.1:63488_ c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.c.SolrCore [[collection1_shard2_replica_n61] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_BEA269D0808D5A8F-001/shard-1-001/cores/collection1_shard2_replica_n61], dataDir=[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_BEA269D0808D5A8F-001/shard-1-001/cores/collection1_shard2_replica_n61/data/]
   [junit4]   2> 1435042 INFO  (qtp2051578136-14293) [n:127.0.0.1:63488_ c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=4, maxMergeAtOnceExplicit=6, maxMergedSegmentMB=91.080078125, floorSegmentMB=0.458984375, forceMergeDeletesPctAllowed=11.857274369394098, segmentsPerTier=29.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1435045 WARN  (qtp2051578136-14293) [n:127.0.0.1:63488_ c:collection1 s:shard2  x:collection1_shard2_replica_n61] 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> 1435142 INFO  (qtp2051578136-14293) [n:127.0.0.1:63488_ c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1435142 INFO  (qtp2051578136-14293) [n:127.0.0.1:63488_ c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1435164 INFO  (qtp2051578136-14293) [n:127.0.0.1:63488_ c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1435164 INFO  (qtp2051578136-14293) [n:127.0.0.1:63488_ c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1435188 INFO  (qtp2051578136-14293) [n:127.0.0.1:63488_ c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=16, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.8856707192746904]
   [junit4]   2> 1435212 INFO  (qtp2051578136-14293) [n:127.0.0.1:63488_ c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.s.SolrIndexSearcher Opening [Searcher@73b89700[collection1_shard2_replica_n61] main]
   [junit4]   2> 1435214 INFO  (qtp2051578136-14293) [n:127.0.0.1:63488_ c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1435215 INFO  (qtp2051578136-14293) [n:127.0.0.1:63488_ c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1435215 INFO  (qtp2051578136-14293) [n:127.0.0.1:63488_ c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1435216 INFO  (qtp2051578136-14293) [n:127.0.0.1:63488_ c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1590667131981135872
   [junit4]   2> 1435217 INFO  (searcherExecutor-5010-thread-1-processing-n:127.0.0.1:63488_ x:collection1_shard2_replica_n61 s:shard2 c:collection1) [n:127.0.0.1:63488_ c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.c.SolrCore [collection1_shard2_replica_n61] Registered new searcher Searcher@73b89700[collection1_shard2_replica_n61] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1435223 INFO  (qtp2051578136-14293) [n:127.0.0.1:63488_ c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1435223 INFO  (qtp2051578136-14293) [n:127.0.0.1:63488_ c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1435223 INFO  (qtp2051578136-14293) [n:127.0.0.1:63488_ c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:63488/collection1_shard2_replica_n61/
   [junit4]   2> 1435223 INFO  (qtp2051578136-14293) [n:127.0.0.1:63488_ c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1435223 INFO  (qtp2051578136-14293) [n:127.0.0.1:63488_ c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.c.SyncStrategy http://127.0.0.1:63488/collection1_shard2_replica_n61/ has no replicas
   [junit4]   2> 1435223 INFO  (qtp2051578136-14293) [n:127.0.0.1:63488_ c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 1435229 INFO  (qtp2051578136-14293) [n:127.0.0.1:63488_ c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:63488/collection1_shard2_replica_n61/ shard2
   [junit4]   2> 1435410 INFO  (qtp2051578136-14293) [n:127.0.0.1:63488_ c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1435426 INFO  (qtp2051578136-14293) [n:127.0.0.1:63488_ c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_n61&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1509
   [junit4]   2> 1435448 INFO  (qtp424501519-14246) [n:127.0.0.1:63449_    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={node=127.0.0.1:63488_&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2} status=0 QTime=1540
   [junit4]   2> 1435725 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[BEA269D0808D5A8F]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_BEA269D0808D5A8F-001/shard-2-001 of type NRT
   [junit4]   2> 1435725 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[BEA269D0808D5A8F]) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-22T03:27:37+06:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 1435726 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[BEA269D0808D5A8F]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1435727 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[BEA269D0808D5A8F]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1435727 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[BEA269D0808D5A8F]) [    ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 1435727 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[BEA269D0808D5A8F]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@7c2e9290{/,null,AVAILABLE}
   [junit4]   2> 1435727 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[BEA269D0808D5A8F]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@11c33e8a{HTTP/1.1,[http/1.1]}{127.0.0.1:63495}
   [junit4]   2> 1435727 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[BEA269D0808D5A8F]) [    ] o.e.j.s.Server Started @1438809ms
   [junit4]   2> 1435727 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[BEA269D0808D5A8F]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, solrconfig=solrconfig.xml, solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_BEA269D0808D5A8F-001/tempDir-001/jetty2, hostPort=63495, coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_BEA269D0808D5A8F-001/shard-2-001/cores}
   [junit4]   2> 1435728 ERROR (TEST-FullSolrCloudDistribCmdsTest.test-seed#[BEA269D0808D5A8F]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1435728 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[BEA269D0808D5A8F]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.3.0
   [junit4]   2> 1435728 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[BEA269D0808D5A8F]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1435728 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[BEA269D0808D5A8F]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1435728 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[BEA269D0808D5A8F]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-01-26T14:53:10.234431Z
   [junit4]   2> 1435729 INFO  (zkConnectionManagerCallback-4831-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1435731 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[BEA269D0808D5A8F]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1435731 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[BEA269D0808D5A8F]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_BEA269D0808D5A8F-001/shard-2-001/solr.xml
   [junit4]   2> 1435733 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[BEA269D0808D5A8F]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 1435733 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[BEA269D0808D5A8F]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1435734 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[BEA269D0808D5A8F]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@7771ba8b, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1435736 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[BEA269D0808D5A8F]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:63446/solr
   [junit4]   2> 1435738 INFO  (zkConnectionManagerCallback-4835-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1435741 INFO  (zkConnectionManagerCallback-4837-thread-1-processing-n:127.0.0.1:63495_) [n:127.0.0.1:63495_    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1435752 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[BEA269D0808D5A8F]) [n:127.0.0.1:63495_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1435756 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[BEA269D0808D5A8F]) [n:127.0.0.1:63495_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1435760 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[BEA269D0808D5A8F]) [n:127.0.0.1:63495_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:63495_
   [junit4]   2> 1435762 INFO  (zkCallback-4818-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1435762 INFO  (zkCallback-4808-thread-2-processing-n:127.0.0.1:63449_) [n:127.0.0.1:63449_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1435762 INFO  (zkCallback-4826-thread-1-processing-n:127.0.0.1:63488_) [n:127.0.0.1:63488_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1435763 INFO  (zkCallback-4836-thread-1-processing-n:127.0.0.1:63495_) [n:127.0.0.1:63495_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1435814 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[BEA269D0808D5A8F]) [n:127.0.0.1:63495_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7771ba8b
   [junit4]   2> 1435827 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[BEA269D0808D5A8F]) [n:127.0.0.1:63495_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7771ba8b
   [junit4]   2> 1435827 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[BEA269D0808D5A8F]) [n:127.0.0.1:63495_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7771ba8b
   [junit4]   2> 1435829 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[BEA269D0808D5A8F]) [n:127.0.0.1:63495_    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_BEA269D0808D5A8F-001/shard-2-001/cores
   [junit4]   2> 1435861 INFO  (qtp424501519-14248) [n:127.0.0.1:63449_    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:63495_&action=ADDREPLICA&collection=collection1&shard=shard3&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1435865 INFO  (OverseerCollectionConfigSetProcessor-99416695425990660-127.0.0.1:63449_-n_0000000000) [n:127.0.0.1:63449_    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000004 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 1435865 INFO  (OverseerThreadFactory-4996-thread-4-processing-n:127.0.0.1:63449_) [n:127.0.0.1:63449_    ] o.a.s.c.a.c.AddReplicaCmd Node Identified 127.0.0.1:63495_ for creating new replica
   [junit4]   2> 1435869 INFO  (qtp1782261293-14324) [n:127.0.0.1:63495_    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&name=collection1_shard3_replica_n63&action=CREATE&collection=collection1&shard=shard3&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1435870 INFO  (qtp1782261293-14324) [n:127.0.0.1:63495_    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 1436890 INFO  (qtp1782261293-14324) [n:127.0.0.1:63495_ c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 1436911 INFO  (qtp1782261293-14324) [n:127.0.0.1:63495_ c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.s.IndexSchema [collection1_shard3_replica_n63] Schema name=test
   [junit4]   2> 1436976 INFO  (qtp1782261293-14324) [n:127.0.0.1:63495_ c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 1436998 INFO  (qtp1782261293-14324) [n:127.0.0.1:63495_ c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard3_replica_n63' using configuration from collection collection1, trusted=true
   [junit4]   2> 1436998 INFO  (qtp1782261293-14324) [n:127.0.0.1:63495_ c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1.shard3.replica_n63' (registry 'solr.core.collection1.shard3.replica_n63') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7771ba8b
   [junit4]   2> 1436998 INFO  (qtp1782261293-14324) [n:127.0.0.1:63495_ c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1436998 INFO  (qtp1782261293-14324) [n:127.0.0.1:63495_ c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.c.SolrCore [[collection1_shard3_replica_n63] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_BEA269D0808D5A8F-001/shard-2-001/cores/collection1_shard3_replica_n63], dataDir=[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_BEA269D0808D5A8F-001/shard-2-001/cores/collection1_shard3_replica_n63/data/]
   [junit4]   2> 1437000 INFO  (qtp1782261293-14324) [n:127.0.0.1:63495_ c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=4, maxMergeAtOnceExplicit=6, maxMergedSegmentMB=91.080078125, floorSegmentMB=0.458984375, forceMergeDeletesPctAllowed=11.857274369394098, segmentsPerTier=29.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1437003 WARN  (qtp1782261293-14324) [n:127.0.0.1:63495_ c:collection1 s:shard3  x:collection1_shard3_replica_n63] 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> 1437054 INFO  (qtp1782261293-14324) [n:127.0.0.1:63495_ c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1437054 INFO  (qtp1782261293-14324) [n:127.0.0.1:63495_ c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1437056 INFO  (qtp1782261293-14324) [n:127.0.0.1:63495_ c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1437056 INFO  (qtp1782261293-14324) [n:127.0.0.1:63495_ c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1437058 INFO  (qtp1782261293-14324) [n:127.0.0.1:63495_ c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=16, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.8856707192746904]
   [junit4]   2> 1437059 INFO  (qtp1782261293-14324) [n:127.0.0.1:63495_ c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.s.SolrIndexSearcher Opening [Searcher@5b4c3df9[collection1_shard3_replica_n63] main]
   [junit4]   2> 1437060 INFO  (qtp1782261293-14324) [n:127.0.0.1:63495_ c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1437061 INFO  (qtp1782261293-14324) [n:127.0.0.1:63495_ c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1437062 INFO  (qtp1782261293-14324) [n:127.0.0.1:63495_ c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1437062 INFO  (qtp1782261293-14324) [n:127.0.0.1:63495_ c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1590667133916807168
   [junit4]   2> 1437063 INFO  (searcherExecutor-5021-thread-1-processing-n:127.0.0.1:63495_ x:collection1_shard3_replica_n63 s:shard3 c:collection1) [n:127.0.0.1:63495_ c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.c.SolrCore [collection1_shard3_replica_n63] Registered new searcher Searcher@5b4c3df9[collection1_shard3_replica_n63] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1437068 INFO  (qtp1782261293-14324) [n:127.0.0.1:63495_ c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1437068 INFO  (qtp1782261293-14324) [n:127.0.0.1:63495_ c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1437068 INFO  (qtp1782261293-14324) [n:127.0.0.1:63495_ c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:63495/collection1_shard3_replica_n63/
   [junit4]   2> 1437068 INFO  (qtp1782261293-14324) [n:127.0.0.1:63495_ c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1437068 INFO  (qtp1782261293-14324) [n:127.0.0.1:63495_ c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.c.SyncStrategy http://127.0.0.1:63495/collection1_shard3_replica_n63/ has no replicas
   [junit4]   2> 1437068 INFO  (qtp1782261293-14324) [n:127.0.0.1:63495_ c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 1437074 INFO  (qtp1782261293-14324) [n:127.0.0.1:63495_ c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:63495/collection1_shard3_replica_n63/ shard3
   [junit4]   2> 1437234 INFO  (qtp1782261293-14324) [n:127.0.0.1:63495_ c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1437236 INFO  (qtp1782261293-14324) [n:127.0.0.1:63495_ c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard3_replica_n63&action=CREATE&collection=collection1&shard=shard3&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1366
   [junit4]   2> 1437238 INFO  (qtp424501519-14248) [n:127.0.0.1:63449_    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={node=127.0.0.1:63495_&action=ADDREPLICA&collection=collection1&shard=shard3&type=NRT&wt=javabin&version=2} status=0 QTime=1376
   [junit4]   2> 1437438 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[BEA269D0808D5A8F]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_BEA269D0808D5A8F-001/shard-3-001 of type NRT
   [junit4]   2> 1437439 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[BEA269D0808D5A8F]) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-22T03:27:37+06:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 1437440 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[BEA269D0808D5A8F]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1437440 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[BEA269D0808D5A8F]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1437440 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[BEA269D0808D5A8F]) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 1437440 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[BEA269D0808D5A8F]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1b3cdaee{/,null,AVAILABLE}
   [junit4]   2> 1437441 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[BEA269D0808D5A8F]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@8a5004{HTTP/1.1,[http/1.1]}{127.0.0.1:63503}
   [junit4]   2> 1437441 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[BEA269D0808D5A8F]) [    ] o.e.j.s.Server Started @1440523ms
   [junit4]   2> 1437444 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[BEA269D0808D5A8F]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, solrconfig=solrconfig.xml, solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_BEA269D0808D5A8F-001/tempDir-001/jetty3, hostPort=63503, coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_BEA269D0808D5A8F-001/shard-3-001/cores}
   [junit4]   2> 1437445 ERROR (TEST-FullSolrCloudDistribCmdsTest.test-seed#[BEA269D0808D5A8F]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1437451 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[BEA269D0808D5A8F]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.3.0
   [junit4]   2> 1437451 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[BEA269D0808D5A8F]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1437451 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[BEA269D0808D5A8F]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1437451 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[BEA269D0808D5A8F]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-01-26T14:53:11.957213Z
   [junit4]   2> 1437452 INFO  (zkConnectionManagerCallback-4841-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1437454 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[BEA269D0808D5A8F]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1437454 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[BEA269D0808D5A8F]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_BEA269D0808D5A8F-001/shard-3-001/solr.xml
   [junit4]   2> 1437456 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[BEA269D0808D5A8F]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 1437456 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[BEA269D0808D5A8F]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1437456 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[BEA269D0808D5A8F]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@7771ba8b, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1437458 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[BEA269D0808D5A8F]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:63446/solr
   [junit4]   2> 1437460 INFO  (zkConnectionManagerCallback-4845-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1437464 INFO  (zkConnectionManagerCallback-4847-thread-1-processing-n:127.0.0.1:63503_) [n:127.0.0.1:63503_    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1437479 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[BEA269D0808D5A8F]) [n:127.0.0.1:63503_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 1437481 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[BEA269D0808D5A8F]) [n:127.0.0.1:63503_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1437484 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[BEA269D0808D5A8F]) [n:127.0.0.1:63503_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:63503_
   [junit4]   2> 1437486 INFO  (zkCallback-4818-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1437486 INFO  (zkCallback-4826-thread-1-processing-n:127.0.0.1:63488_) [n:127.0.0.1:63488_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1437486 INFO  (zkCallback-4836-thread-1-processing-n:127.0.0.1:63495_) [n:127.0.0.1:63495_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1437486 INFO  (zkCallback-4808-thread-2-processing-n:127.0.0.1:63449_) [n:127.0.0.1:63449_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1437486 INFO  (zkCallback-4846-thread-1-processing-n:127.0.0.1:63503_) [n:127.0.0.1:63503_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1437529 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[BEA269D0808D5A8F]) [n:127.0.0.1:63503_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7771ba8b
   [junit4]   2> 1437542 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[BEA269D0808D5A8F]) [n:127.0.0.1:63503_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7771ba8b
   [junit4]   2> 1437542 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[BEA269D0808D5A8F]) [n:127.0.0.1:63503_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7771ba8b
   [junit4]   2> 1437544 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[BEA269D0808D5A8F]) [n:127.0.0.1:63503_    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_BEA269D0808D5A8F-001/shard-3-001/cores
   [junit4]   2> 1437582 INFO  (qtp424501519-14246) [n:127.0.0.1:63449_    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:63503_&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1437585 INFO  (OverseerCollectionConfigSetProcessor-99416695425990660-127.0.0.1:63449_-n_0000000000) [n:127.0.0.1:63449_    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000006 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 1437585 INFO  (OverseerThreadFactory-4996-thread-5-processing-n:127.0.0.1:63449_) [n:127.0.0.1:63449_    ] o.a.s.c.a.c.AddReplicaCmd Node Identified 127.0.0.1:63503_ for creating new replica
   [junit4]   2> 1437589 INFO  (qtp1920444453-14355) [n:127.0.0.1:63503_    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n65&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1437589 INFO  (qtp1920444453-14355) [n:127.0.0.1:63503_    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 1438610 INFO  (qtp1920444453-14355) [n:127.0.0.1:63503_ c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 1438620 INFO  (qtp1920444453-14355) [n:127.0.0.1:63503_ c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.s.IndexSchema [collection1_shard1_replica_n65] Schema name=test
   [junit4]   2> 1438685 INFO  (qtp1920444453-14355) [n:127.0.0.1:63503_ c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 1438705 INFO  (qtp1920444453-14355) [n:127.0.0.1:63503_ c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard1_replica_n65' using configuration from collection collection1, trusted=true
   [junit4]   2> 1438706 INFO  (qtp1920444453-14355) [n:127.0.0.1:63503_ c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1.shard1.replica_n65' (registry 'solr.core.collection1.shard1.replica_n65') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7771ba8b
   [junit4]   2> 1438706 INFO  (qtp1920444453-14355) [n:127.0.0.1:63503_ c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1438706 INFO  (qtp1920444453-14355) [n:127.0.0.1:63503_ c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.c.SolrCore [[collection1_shard1_replica_n65] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_BEA269D0808D5A8F-001/shard-3-001/cores/collection1_shard1_replica_n65], dataDir=[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_BEA269D0808D5A8F-001/shard-3-001/cores/collection1_shard1_replica_n65/data/]
   [junit4]   2> 1438708 INFO  (qtp1920444453-14355) [n:127.0.0.1:63503_ c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=4, maxMergeAtOnceExplicit=6, maxMergedSegmentMB=91.080078125, floorSegmentMB=0.458984375, forceMergeDeletesPctAllowed=11.857274369394098, segmentsPerTier=29.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1438711 WARN  (qtp1920444453-14355) [n:127.0.0.1:63503_ c:collection1 s:shard1  x:collection1_shard1_replica_n65] 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> 1438748 INFO  (qtp1920444453-14355) [n:127.0.0.1:63503_ c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1438748 INFO  (qtp1920444453-14355) [n:127.0.0.1:63503_ c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1438749 INFO  (qtp1920444453-14355) [n:127.0.0.1:63503_ c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1438749 INFO  (qtp1920444453-14355) [n:127.0.0.1:63503_ c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1438750 INFO  (qtp1920444453-14355) [n:127.0.0.1:63503_ c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=16, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.8856707192746904]
   [junit4]   2> 1438750 INFO  (qtp1920444453-14355) [n:127.0.0.1:63503_ c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.s.SolrIndexSearcher Opening [Searcher@659bb3fc[collection1_shard1_replica_n65] main]
   [junit4]   2> 1438752 INFO  (qtp1920444453-14355) [n:127.0.0.1:63503_ c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1438752 INFO  (qtp1920444453-14355) [n:127.0.0.1:63503_ c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1438753 INFO  (qtp1920444453-14355) [n:127.0.0.1:63503_ c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1438753 INFO  (qtp1920444453-14355) [n:127.0.0.1:63503_ c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1590667135689949184
   [junit4]   2> 1438754 INFO  (searcherExecutor-5032-thread-1-processing-n:127.0.0.1:63503_ x:collection1_shard1_replica_n65 s:shard1 c:collection1) [n:127.0.0.1:63503_ c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.c.SolrCore [collection1_shard1_replica_n65] Registered new searcher Searcher@659bb3fc[collection1_shard1_replica_n65] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1438759 INFO  (qtp1920444453-14355) [n:127.0.0.1:63503_ c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1438760 INFO  (qtp1920444453-14355) [n:127.0.0.1:63503_ c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1438760 INFO  (qtp1920444453-14355) [n:127.0.0.1:63503_ c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:63503/collection1_shard1_replica_n65/
   [junit4]   2> 1438760 INFO  (qtp1920444453-14355) [n:127.0.0.1:63503_ c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1438760 INFO  (qtp1920444453-14355) [n:127.0.0.1:63503_ c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.c.SyncStrategy http://127.0.0.1:63503/collection1_shard1_replica_n65/ has no replicas
   [junit4]   2> 1438760 INFO  (qtp1920444453-14355) [n:127.0.0.1:63503_ c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 1438765 INFO  (qtp1920444453-14355) [n:127.0.0.1:63503_ c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:63503/collection1_shard1_replica_n65/ shard1
   [junit4]   2> 1438934 INFO  (qtp1920444453-14355) [n:127.0.0.1:63503_ c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1438937 INFO  (qtp1920444453-14355) [n:127.0.0.1:63503_ c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n65&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1348
   [junit4]   2> 1438941 INFO  (qtp424501519-14246) [n:127.0.0.1:63449_    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={node=127.0.0.1:63503_&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2} status=0 QTime=1359
   [junit4]   2> 1439228 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[BEA269D0808D5A8F]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 4 in directory /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_BEA269D0808D5A8F-001/shard-4-001 of type NRT
   [junit4]   2> 1439229 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[BEA269D0808D5A8F]) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-22T03:27:37+06:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 1439230 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[BEA269D0808D5A8F]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1439230 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[BEA269D0808D5A8F]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1439230 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[BEA269D0808D5A8F]) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 1439231 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[BEA269D0808D5A8F]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@600dc4ba{/,null,AVAILABLE}
   [junit4]   2> 1439231 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[BEA269D0808D5A8F]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@89ff041{HTTP/1.1,[http/1.1]}{127.0.0.1:63509}
   [junit4]   2> 1439231 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[BEA269D0808D5A8F]) [    ] o.e.j.s.Server Started @1442313ms
   [junit4]   2> 1439231 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[BEA269D0808D5A8F]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, solrconfig=solrconfig.xml, solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_BEA269D0808D5A8F-001/tempDir-001/jetty4, hostPort=63509, coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_BEA269D0808D5A8F-001/shard-4-001/cores, replicaType=NRT}
   [junit4]   2> 1439231 ERROR (TEST-FullSolrCloudDistribCmdsTest.test-seed#[BEA269D0808D5A8F]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1439232 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[BEA269D0808D5A8F]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.3.0
   [junit4]   2> 1439232 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[BEA269D0808D5A8F]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1439232 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[BEA269D0808D5A8F]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1439232 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[BEA269D0808D5A8F]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-01-26T14:53:13.738245Z
   [junit4]   2> 1439233 INFO  (zkConnectionManagerCallback-4851-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1439235 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[BEA269D0808D5A8F]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1439235 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[BEA269D0808D5A8F]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_BEA269D0808D5A8F-001/shard-4-001/solr.xml
   [junit4] 

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

en watches above limit:
   [junit4]   2> 
   [junit4]   2> 	11	/solr/live_nodes
   [junit4]   2> 	11	/solr/collections
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_BEA269D0808D5A8F-001
   [junit4]   2> Jan 26, 2018 3:30:21 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {action_s=PostingsFormat(name=MockRandom), event.source_s=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))), type=PostingsFormat(name=MockRandom), before.actions_ss=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))), event.property._enqueue_time__ss=PostingsFormat(name=MockRandom), after.actions_ss=Lucene50(blocksize=128), stage_s=PostingsFormat(name=MockRandom), event.id_s=PostingsFormat(name=LuceneVarGapDocFreqInterval), event.property.eventTimes_ss=PostingsFormat(name=MockRandom), source_s=PostingsFormat(name=LuceneVarGapDocFreqInterval), event.type_s=PostingsFormat(name=MockRandom), responses_ts=Lucene50(blocksize=128), id=PostingsFormat(name=LuceneVarGapDocFreqInterval), collections_ss=PostingsFormat(name=MockRandom), operations.params_ts=PostingsFormat(name=MockRandom), event.property.nodeNames_ss=PostingsFormat(name=MockRandom)}, docValues:{_version_=DocValuesFormat(name=Asserting), event.time_l=DocValuesFormat(name=Asserting), timestamp=DocValuesFormat(name=Asserting)}, maxPointsInLeafNode=548, maxMBSortInHeap=6.8460044961200905, sim=RandomSimilarity(queryNorm=false): {}, locale=af-NA, timezone=Europe/Athens
   [junit4]   2> NOTE: Mac OS X 10.11.6 x86_64/Oracle Corporation 9 (64-bit)/cpus=3,threads=1,free=261729656,total=525336576
   [junit4]   2> NOTE: All tests run in this JVM: [HighlighterMaxOffsetTest, TestOnReconnectListenerSupport, SecurityConfHandlerTest, PreAnalyzedFieldTest, OutOfBoxZkACLAndCredentialsProvidersTest, TestDistribIDF, TestRawResponseWriter, MinimalSchemaTest, HttpPartitionTest, DistribDocExpirationUpdateProcessorTest, TestLegacyNumericUtils, ResponseLogComponentTest, PreAnalyzedFieldManagedSchemaCloudTest, TriLevelCompositeIdRoutingTest, TestBulkSchemaConcurrent, SimpleCollectionCreateDeleteTest, TestConfigReload, TestReloadDeadlock, TestUseDocValuesAsStored2, ActionThrottleTest, HdfsDirectoryFactoryTest, AsyncCallRequestStatusResponseTest, TestGraphTermsQParserPlugin, TriggerIntegrationTest, TestSha256AuthenticationProvider, TestUtilizeNode, CleanupOldIndexTest, TestCloudInspectUtil, TestSolrCoreSnapshots, TestBlendedInfixSuggestions, TestLRUCache, ClassificationUpdateProcessorFactoryTest, TestSubQueryTransformerCrossCore, TestStressReorder, TestSQLHandler, RegexBoostProcessorTest, DistributedQueryComponentCustomSortTest, TestDistributedGrouping, TestCollapseQParserPlugin, TestCustomStream, TestMultiValuedNumericRangeQuery, CSVRequestHandlerTest, TestCodecSupport, TestSolrCoreProperties, WrapperMergePolicyFactoryTest, ReplaceNodeTest, CdcrReplicationHandlerTest, TestStreamBody, SharedFSAutoReplicaFailoverTest, TestNestedDocsSort, HdfsRecoverLeaseTest, TestSolr4Spatial2, TestCollectionAPIs, TestSolrCloudWithKerberosAlt, SuggesterTest, CircularListTest, CdcrBootstrapTest, TestReRankQParserPlugin, HdfsBasicDistributedZkTest, TestJavabinTupleStreamParser, RecoveryAfterSoftCommitTest, RegexBytesRefFilterTest, TestImplicitCoreProperties, HLLSerializationTest, DeleteStatusTest, SortByFunctionTest, TestEmbeddedSolrServerConstructors, TestSort, TestMaxTokenLenTokenizer, TestCryptoKeys, SolrCoreCheckLockOnStartupTest, SoftAutoCommitTest, ZkFailoverTest, TestFieldCacheSort, TestDistributedStatsComponentCardinality, TestWordDelimiterFilterFactory, TestManagedResource, TestCSVLoader, TestDistributedSearch, SSLMigrationTest, SyncSliceTest, DOMUtilTest, XsltUpdateRequestHandlerTest, ParsingFieldUpdateProcessorsTest, TestQuerySenderListener, TestSimpleQParserPlugin, SortSpecParsingTest, TestTestInjection, TestOrdValues, TestRebalanceLeaders, TestCollectionsAPIViaSolrCloudCluster, ResponseHeaderTest, DistributedQueueTest, CollectionReloadTest, TestShortCircuitedRequests, TestRestManager, TestHalfAndHalfDocValues, MetricTriggerTest, TestLMJelinekMercerSimilarityFactory, AliasIntegrationTest, DistanceUnitsTest, ConfigureRecoveryStrategyTest, PKIAuthenticationIntegrationTest, GraphQueryTest, AnalyticsQueryTest, RulesTest, TestSchemalessBufferedUpdates, OverseerRolesTest, TestImpersonationWithHadoopAuth, TestFieldCache, TestExtendedDismaxParser, ShufflingReplicaListTransformerTest, TestConfigSetImmutable, TestDocBasedVersionConstraints, HdfsLockFactoryTest, TestNamedUpdateProcessors, DistributedTermsComponentTest, TestFastWriter, SimplePostToolTest, TestLuceneIndexBackCompat, TestSSLRandomization, TestFieldTypeResource, CoreAdminHandlerTest, DistributedFacetExistsSmallTest, DisMaxRequestHandlerTest, DistanceFunctionTest, TestPKIAuthenticationPlugin, HdfsRestartWhileUpdatingTest, TestZkAclsWithHadoopAuth, TestInitQParser, FileBasedSpellCheckerTest, SolrMetricManagerTest, DateRangeFieldTest, FullSolrCloudDistribCmdsTest, TestSimpleTrackingShardHandler, VersionInfoTest, CollectionStateFormat2Test, JsonLoaderTest, CdcrVersionReplicationTest, TestDistribDocBasedVersion, HdfsChaosMonkeySafeLeaderTest, CursorMarkTest, TestLocalFSCloudBackupRestore, LeaderInitiatedRecoveryOnCommitTest, TestFastLRUCache, TestDFRSimilarityFactory, TestComplexPhraseQParserPlugin, IndexBasedSpellCheckerTest, ReturnFieldsTest, MultiThreadedOCPTest, CoreMergeIndexesAdminHandlerTest, TestTrackingShardHandlerFactory, TestPayloadScoreQParserPlugin, DeleteReplicaTest, ConcurrentDeleteAndCreateCollectionTest, TestStressCloudBlindAtomicUpdates, SmileWriterTest, DocValuesTest, TestFieldResource, HdfsAutoAddReplicasIntegrationTest, DistributedIntervalFacetingTest, HdfsCollectionsAPIDistributedZkTest, TestCopyFieldCollectionResource, ClusterStateTest, NoCacheHeaderTest, ImplicitSnitchTest, BigEndianAscendingWordSerializerTest, DistributedFacetPivotLongTailTest, SolrJmxReporterTest, ScriptEngineTest, DocValuesNotIndexedTest, ChaosMonkeySafeLeaderTest, CollectionsAPIAsyncDistributedZkTest, TestFieldCacheVsDocValues, SolrMetricsIntegrationTest, InfixSuggestersTest, StressHdfsTest, TestHashPartitioner, TestCrossCoreJoin, SolrGraphiteReporterTest, PeerSyncWithIndexFingerprintCachingTest, BlockCacheTest, TestInitParams, TestBackupRepositoryFactory, TestLuceneMatchVersion, SolrCmdDistributorTest, URLClassifyProcessorTest, TestXmlQParser, BasicDistributedZk2Test, UnloadDistributedZkTest, OpenCloseCoreStressTest, OverseerTest, ShardRoutingTest, ClusterStateUpdateTest, TestRandomFaceting, ZkSolrClientTest, TestRandomDVFaceting, DistributedSpellCheckComponentTest, ZkControllerTest, TestStressVersions, TestCoreContainer, SimpleFacetsTest, TestSolr4Spatial, SolrCoreTest, SpellCheckComponentTest, TestGroupingSearch, PeerSyncTest, TestFunctionQuery, TestBadConfig, HighlighterTest, TestCoreDiscovery, SignatureUpdateProcessorFactoryTest, SuggesterFSTTest, SolrRequestParserTest, TestStressLucene, SuggesterWFSTTest, TestPseudoReturnFields, FieldMutatingUpdateProcessorTest, DirectUpdateHandlerOptimizeTest, DefaultValueUpdateProcessorTest, TestRemoteStreaming, DocValuesMultiTest, TestSolrDeletionPolicy1, CacheHeaderTest, LukeRequestHandlerTest, DocumentAnalysisRequestHandlerTest, PrimitiveFieldTypeTest, TermsComponentTest, TestIndexingPerformance, FieldAnalysisRequestHandlerTest, LoggingHandlerTest, IndexSchemaTest, UpdateRequestProcessorFactoryTest, TestAnalyzedSuggestions, SearchHandlerTest, HighlighterConfigTest, UpdateParamsTest, TestSolrIndexConfig, TestQuerySenderNoQuery, CopyFieldTest, SolrIndexConfigTest, BadComponentTest, TestStressRecovery, TestMergePolicyConfig, TestElisionMultitermQuery, TestFuzzyAnalyzedSuggestions, TestPostingsSolrHighlighter, TestXIncludeConfig, TestSweetSpotSimilarityFactory, TestLMDirichletSimilarityFactory, TimeZoneUtilsTest, DateMathParserTest, PrimUtilsTest, DateFieldTest, TestSolrJ, TestDocumentBuilder, ZkNodePropsTest, SliceStateTest, SystemInfoHandlerTest, UUIDFieldTest, FileUtilsTest, DistributedMLTComponentTest, TestRTGBase, CursorPagingTest, TestDistributedMissingSort, TestHighlightDedupGrouping, TestEmbeddedSolrServerAdminHandler, TestEmbeddedSolrServerSchemaAPI, TestJettySolrRunner, ConnectionReuseTest, ChaosMonkeySafeLeaderWithPullReplicasTest, CloudExitableDirectoryReaderTest, CollectionsAPISolrJTest, DistributedVersionInfoTest, LeaderFailoverAfterPartitionTest, LeaderInitiatedRecoveryOnShardRestartTest, LegacyCloudClusterPropTest, MissingSegmentRecoveryTest, MoveReplicaHDFSFailoverTest, MoveReplicaHDFSTest, MoveReplicaTest, PeerSyncReplicationTest, TestAuthenticationFramework, TestCloudJSONFacetJoinDomain, TestCloudPseudoReturnFields, TestCloudRecovery, TestConfigSetsAPIExclusivity, TestConfigSetsAPIZkFailure, TestDeleteCollectionOnDownNodes, TestDownShardTolerantSearch, TestExclusionRuleCollectionAccess, TestLeaderElectionWithEmptyReplica, TestLeaderElectionZkExpiry, TestRandomFlRTGCloud, TestRandomRequestDistribution, TestSegmentSorting, TestSkipOverseerOperations, TestSolrCloudWithDelegationTokens, TestStressLiveNodes, TestTolerantUpdateProcessorCloud, AssignTest, CustomCollectionTest, ShardSplitTest, AutoAddReplicasPlanActionTest, NodeAddedTriggerTest, NodeLostTriggerTest, SystemLogListenerTest, TestComputePlanAction, TestDistribStateManager, TestExecutePlanAction, TestGenericDistributedQueue, TestLargeCluster, RuleEngineTest, CachingDirectoryFactoryTest, QueryResultKeyTest, TestDynamicLoading, SearchHandlerTest, TestBlobHandler, TestSystemCollAutoCreate, V2ApiIntegrationTest, V2StandaloneTest, AutoscalingHistoryHandlerTest]
   [junit4] Completed [638/767 (2!)] on J1 in 24.63s, 1 test, 1 failure <<< FAILURES!

[...truncated 41355 lines...]

[JENKINS] Lucene-Solr-7.x-MacOSX (64bit/jdk-9) - Build # 425 - Still Unstable!

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

3 tests failed.
FAILED:  org.apache.solr.cloud.ChaosMonkeySafeLeaderTest.test

Error Message:
shard2 is not consistent.  Got 18 from http://127.0.0.1:53179/m_geq/collection1_shard2_replica_n61 (previous client) and got 0 from http://127.0.0.1:53234/m_geq/collection1_shard2_replica_n67

Stack Trace:
java.lang.AssertionError: shard2 is not consistent.  Got 18 from http://127.0.0.1:53179/m_geq/collection1_shard2_replica_n61 (previous client) and got 0 from http://127.0.0.1:53234/m_geq/collection1_shard2_replica_n67
	at __randomizedtesting.SeedInfo.seed([2B1A9632E9FD76F2:A34EA9E847011B0A]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.checkShardConsistency(AbstractFullDistribZkTestBase.java:1330)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.checkShardConsistency(AbstractFullDistribZkTestBase.java:1309)
	at org.apache.solr.cloud.ChaosMonkeySafeLeaderTest.test(ChaosMonkeySafeLeaderTest.java:162)
	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:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:993)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
	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:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	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)


FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.autoscaling.sim.TestPolicyCloud

Error Message:
1 thread leaked from SUITE scope at org.apache.solr.cloud.autoscaling.sim.TestPolicyCloud:     1) Thread[id=5163, name=Simulated OverseerAutoScalingTriggerThread, state=WAITING, group=Simulated Overseer autoscaling triggers]         at java.base@9/jdk.internal.misc.Unsafe.park(Native Method)         at java.base@9/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)         at java.base@9/java.util.concurrent.locks.AbstractQueuedSynchronizer.parkAndCheckInterrupt(AbstractQueuedSynchronizer.java:871)         at java.base@9/java.util.concurrent.locks.AbstractQueuedSynchronizer.acquireQueued(AbstractQueuedSynchronizer.java:903)         at java.base@9/java.util.concurrent.locks.AbstractQueuedSynchronizer.acquire(AbstractQueuedSynchronizer.java:1226)         at java.base@9/java.util.concurrent.locks.ReentrantLock.lock(ReentrantLock.java:267)         at app//org.apache.solr.cloud.autoscaling.OverseerTriggerThread.refreshAutoScalingConf(OverseerTriggerThread.java:295)         at app//org.apache.solr.cloud.autoscaling.OverseerTriggerThread.access$000(OverseerTriggerThread.java:56)         at app//org.apache.solr.cloud.autoscaling.OverseerTriggerThread$AutoScalingWatcher.process(OverseerTriggerThread.java:280)         at app//org.apache.solr.cloud.autoscaling.sim.SimDistribStateManager$Node.setData(SimDistribStateManager.java:127)         at app//org.apache.solr.cloud.autoscaling.sim.SimDistribStateManager.setData(SimDistribStateManager.java:502)         at app//org.apache.solr.cloud.autoscaling.OverseerTriggerThread.run(OverseerTriggerThread.java:121)         at java.base@9/java.lang.Thread.run(Thread.java:844)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.cloud.autoscaling.sim.TestPolicyCloud: 
   1) Thread[id=5163, name=Simulated OverseerAutoScalingTriggerThread, state=WAITING, group=Simulated Overseer autoscaling triggers]
        at java.base@9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@9/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
        at java.base@9/java.util.concurrent.locks.AbstractQueuedSynchronizer.parkAndCheckInterrupt(AbstractQueuedSynchronizer.java:871)
        at java.base@9/java.util.concurrent.locks.AbstractQueuedSynchronizer.acquireQueued(AbstractQueuedSynchronizer.java:903)
        at java.base@9/java.util.concurrent.locks.AbstractQueuedSynchronizer.acquire(AbstractQueuedSynchronizer.java:1226)
        at java.base@9/java.util.concurrent.locks.ReentrantLock.lock(ReentrantLock.java:267)
        at app//org.apache.solr.cloud.autoscaling.OverseerTriggerThread.refreshAutoScalingConf(OverseerTriggerThread.java:295)
        at app//org.apache.solr.cloud.autoscaling.OverseerTriggerThread.access$000(OverseerTriggerThread.java:56)
        at app//org.apache.solr.cloud.autoscaling.OverseerTriggerThread$AutoScalingWatcher.process(OverseerTriggerThread.java:280)
        at app//org.apache.solr.cloud.autoscaling.sim.SimDistribStateManager$Node.setData(SimDistribStateManager.java:127)
        at app//org.apache.solr.cloud.autoscaling.sim.SimDistribStateManager.setData(SimDistribStateManager.java:502)
        at app//org.apache.solr.cloud.autoscaling.OverseerTriggerThread.run(OverseerTriggerThread.java:121)
        at java.base@9/java.lang.Thread.run(Thread.java:844)
	at __randomizedtesting.SeedInfo.seed([2B1A9632E9FD76F2]:0)


FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.autoscaling.sim.TestPolicyCloud

Error Message:
There are still zombie threads that couldn't be terminated:    1) Thread[id=5163, name=Simulated OverseerAutoScalingTriggerThread, state=WAITING, group=Simulated Overseer autoscaling triggers]         at java.base@9/jdk.internal.misc.Unsafe.park(Native Method)         at java.base@9/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)         at java.base@9/java.util.concurrent.locks.AbstractQueuedSynchronizer.parkAndCheckInterrupt(AbstractQueuedSynchronizer.java:871)         at java.base@9/java.util.concurrent.locks.AbstractQueuedSynchronizer.acquireQueued(AbstractQueuedSynchronizer.java:903)         at java.base@9/java.util.concurrent.locks.AbstractQueuedSynchronizer.acquire(AbstractQueuedSynchronizer.java:1226)         at java.base@9/java.util.concurrent.locks.ReentrantLock.lock(ReentrantLock.java:267)         at app//org.apache.solr.cloud.autoscaling.OverseerTriggerThread.refreshAutoScalingConf(OverseerTriggerThread.java:295)         at app//org.apache.solr.cloud.autoscaling.OverseerTriggerThread.access$000(OverseerTriggerThread.java:56)         at app//org.apache.solr.cloud.autoscaling.OverseerTriggerThread$AutoScalingWatcher.process(OverseerTriggerThread.java:280)         at app//org.apache.solr.cloud.autoscaling.sim.SimDistribStateManager$Node.setData(SimDistribStateManager.java:127)         at app//org.apache.solr.cloud.autoscaling.sim.SimDistribStateManager.setData(SimDistribStateManager.java:502)         at app//org.apache.solr.cloud.autoscaling.OverseerTriggerThread.run(OverseerTriggerThread.java:121)         at java.base@9/java.lang.Thread.run(Thread.java:844)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   1) Thread[id=5163, name=Simulated OverseerAutoScalingTriggerThread, state=WAITING, group=Simulated Overseer autoscaling triggers]
        at java.base@9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@9/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
        at java.base@9/java.util.concurrent.locks.AbstractQueuedSynchronizer.parkAndCheckInterrupt(AbstractQueuedSynchronizer.java:871)
        at java.base@9/java.util.concurrent.locks.AbstractQueuedSynchronizer.acquireQueued(AbstractQueuedSynchronizer.java:903)
        at java.base@9/java.util.concurrent.locks.AbstractQueuedSynchronizer.acquire(AbstractQueuedSynchronizer.java:1226)
        at java.base@9/java.util.concurrent.locks.ReentrantLock.lock(ReentrantLock.java:267)
        at app//org.apache.solr.cloud.autoscaling.OverseerTriggerThread.refreshAutoScalingConf(OverseerTriggerThread.java:295)
        at app//org.apache.solr.cloud.autoscaling.OverseerTriggerThread.access$000(OverseerTriggerThread.java:56)
        at app//org.apache.solr.cloud.autoscaling.OverseerTriggerThread$AutoScalingWatcher.process(OverseerTriggerThread.java:280)
        at app//org.apache.solr.cloud.autoscaling.sim.SimDistribStateManager$Node.setData(SimDistribStateManager.java:127)
        at app//org.apache.solr.cloud.autoscaling.sim.SimDistribStateManager.setData(SimDistribStateManager.java:502)
        at app//org.apache.solr.cloud.autoscaling.OverseerTriggerThread.run(OverseerTriggerThread.java:121)
        at java.base@9/java.lang.Thread.run(Thread.java:844)
	at __randomizedtesting.SeedInfo.seed([2B1A9632E9FD76F2]:0)




Build Log:
[...truncated 11687 lines...]
   [junit4] Suite: org.apache.solr.cloud.ChaosMonkeySafeLeaderTest
   [junit4]   2> 13304 INFO  (SUITE-ChaosMonkeySafeLeaderTest-seed#[2B1A9632E9FD76F2]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest_2B1A9632E9FD76F2-001/init-core-data-001
   [junit4]   2> 13305 INFO  (SUITE-ChaosMonkeySafeLeaderTest-seed#[2B1A9632E9FD76F2]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 13306 INFO  (SUITE-ChaosMonkeySafeLeaderTest-seed#[2B1A9632E9FD76F2]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason="", value=0.0/0.0, ssl=0.0/0.0, clientAuth=0.0/0.0) w/ MAC_OS_X supressed clientAuth
   [junit4]   2> 13306 INFO  (SUITE-ChaosMonkeySafeLeaderTest-seed#[2B1A9632E9FD76F2]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /m_geq/
   [junit4]   2> 13313 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 13314 INFO  (Thread-4) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 13314 INFO  (Thread-4) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 13317 ERROR (Thread-4) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 13416 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [    ] o.a.s.c.ZkTestServer start zk server on port:53155
   [junit4]   2> 13448 INFO  (zkConnectionManagerCallback-34-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 13454 INFO  (zkConnectionManagerCallback-36-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 13464 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 13468 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/schema15.xml to /configs/conf1/schema.xml
   [junit4]   2> 13470 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 13472 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 13474 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 13476 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 13478 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 13482 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 13486 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 13488 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 13490 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 13493 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [    ] o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly asked otherwise
   [junit4]   2> 14072 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-22T02:57:37+05:30, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 14093 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 14093 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 14094 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 14103 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@de3d93{/m_geq,null,AVAILABLE}
   [junit4]   2> 14114 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@7282eb79{HTTP/1.1,[http/1.1]}{127.0.0.1:53158}
   [junit4]   2> 14114 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [    ] o.e.j.s.Server Started @15758ms
   [junit4]   2> 14114 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/m_geq, solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest_2B1A9632E9FD76F2-001/tempDir-001/control/data, hostPort=53158, coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest_2B1A9632E9FD76F2-001/control-001/cores}
   [junit4]   2> 14125 ERROR (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 14125 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.3.0
   [junit4]   2> 14125 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 14125 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 14152 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-01-27T23:20:02.016503Z
   [junit4]   2> 14156 INFO  (zkConnectionManagerCallback-38-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 14159 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 14159 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest_2B1A9632E9FD76F2-001/control-001/solr.xml
   [junit4]   2> 14164 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 14164 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 14179 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@7e01fe22, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 14187 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:53155/solr
   [junit4]   2> 14190 INFO  (zkConnectionManagerCallback-42-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 14195 INFO  (zkConnectionManagerCallback-44-thread-1-processing-n:127.0.0.1:53158_m_geq) [n:127.0.0.1:53158_m_geq    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 14351 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [n:127.0.0.1:53158_m_geq    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 14351 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [n:127.0.0.1:53158_m_geq    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:53158_m_geq
   [junit4]   2> 14353 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [n:127.0.0.1:53158_m_geq    ] o.a.s.c.Overseer Overseer (id=99424351105908740-127.0.0.1:53158_m_geq-n_0000000000) starting
   [junit4]   2> 14368 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [n:127.0.0.1:53158_m_geq    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:53158_m_geq
   [junit4]   2> 14371 INFO  (zkCallback-43-thread-1-processing-n:127.0.0.1:53158_m_geq) [n:127.0.0.1:53158_m_geq    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 14619 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [n:127.0.0.1:53158_m_geq    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7e01fe22
   [junit4]   2> 14624 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [n:127.0.0.1:53158_m_geq    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7e01fe22
   [junit4]   2> 14625 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [n:127.0.0.1:53158_m_geq    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7e01fe22
   [junit4]   2> 14647 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [n:127.0.0.1:53158_m_geq    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest_2B1A9632E9FD76F2-001/control-001/cores
   [junit4]   2> 14745 INFO  (zkConnectionManagerCallback-50-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 14748 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 14750 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:53155/solr ready
   [junit4]   2> 14923 INFO  (qtp685399874-98) [n:127.0.0.1:53158_m_geq    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=1&collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:53158_m_geq&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 14933 INFO  (OverseerThreadFactory-39-thread-1-processing-n:127.0.0.1:53158_m_geq) [n:127.0.0.1:53158_m_geq    ] o.a.s.c.a.c.CreateCollectionCmd Create collection control_collection
   [junit4]   2> 15066 INFO  (qtp685399874-102) [n:127.0.0.1:53158_m_geq    ] 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> 15068 INFO  (qtp685399874-102) [n:127.0.0.1:53158_m_geq    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 15183 INFO  (zkCallback-43-thread-1-processing-n:127.0.0.1:53158_m_geq) [n:127.0.0.1:53158_m_geq    ] 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> 16103 INFO  (qtp685399874-102) [n:127.0.0.1:53158_m_geq c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 16128 INFO  (qtp685399874-102) [n:127.0.0.1:53158_m_geq 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> 16241 INFO  (qtp685399874-102) [n:127.0.0.1:53158_m_geq c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 16272 INFO  (qtp685399874-102) [n:127.0.0.1:53158_m_geq 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> 16273 INFO  (qtp685399874-102) [n:127.0.0.1:53158_m_geq 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@7e01fe22
   [junit4]   2> 16276 INFO  (qtp685399874-102) [n:127.0.0.1:53158_m_geq c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 16276 INFO  (qtp685399874-102) [n:127.0.0.1:53158_m_geq 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-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest_2B1A9632E9FD76F2-001/control-001/cores/control_collection_shard1_replica_n1], dataDir=[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest_2B1A9632E9FD76F2-001/control-001/cores/control_collection_shard1_replica_n1/data/]
   [junit4]   2> 16286 INFO  (qtp685399874-102) [n:127.0.0.1:53158_m_geq c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=41, maxMergeAtOnceExplicit=40, maxMergedSegmentMB=86.9951171875, floorSegmentMB=0.609375, forceMergeDeletesPctAllowed=26.79103143282112, segmentsPerTier=48.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 16305 WARN  (qtp685399874-102) [n:127.0.0.1:53158_m_geq 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> 16393 INFO  (qtp685399874-102) [n:127.0.0.1:53158_m_geq 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> 16393 INFO  (qtp685399874-102) [n:127.0.0.1:53158_m_geq 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> 16395 INFO  (qtp685399874-102) [n:127.0.0.1:53158_m_geq c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: if uncommited for 15000ms; 
   [junit4]   2> 16395 INFO  (qtp685399874-102) [n:127.0.0.1:53158_m_geq c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 16404 INFO  (qtp685399874-102) [n:127.0.0.1:53158_m_geq c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=24, maxMergeAtOnceExplicit=48, maxMergedSegmentMB=95.84765625, floorSegmentMB=1.8388671875, forceMergeDeletesPctAllowed=12.96792605301784, segmentsPerTier=27.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 16427 INFO  (qtp685399874-102) [n:127.0.0.1:53158_m_geq c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@4af79ce6[control_collection_shard1_replica_n1] main]
   [junit4]   2> 16430 INFO  (qtp685399874-102) [n:127.0.0.1:53158_m_geq c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 16430 INFO  (qtp685399874-102) [n:127.0.0.1:53158_m_geq 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> 16432 INFO  (qtp685399874-102) [n:127.0.0.1:53158_m_geq c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 16437 INFO  (searcherExecutor-42-thread-1-processing-n:127.0.0.1:53158_m_geq x:control_collection_shard1_replica_n1 s:shard1 c:control_collection) [n:127.0.0.1:53158_m_geq 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@4af79ce6[control_collection_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 16437 INFO  (qtp685399874-102) [n:127.0.0.1:53158_m_geq 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 1590789620967145472
   [junit4]   2> 16453 INFO  (qtp685399874-102) [n:127.0.0.1:53158_m_geq c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 16453 INFO  (qtp685399874-102) [n:127.0.0.1:53158_m_geq 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> 16453 INFO  (qtp685399874-102) [n:127.0.0.1:53158_m_geq c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:53158/m_geq/control_collection_shard1_replica_n1/
   [junit4]   2> 16455 INFO  (qtp685399874-102) [n:127.0.0.1:53158_m_geq 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> 16455 INFO  (qtp685399874-102) [n:127.0.0.1:53158_m_geq c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SyncStrategy http://127.0.0.1:53158/m_geq/control_collection_shard1_replica_n1/ has no replicas
   [junit4]   2> 16455 INFO  (qtp685399874-102) [n:127.0.0.1:53158_m_geq c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 16466 INFO  (qtp685399874-102) [n:127.0.0.1:53158_m_geq 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:53158/m_geq/control_collection_shard1_replica_n1/ shard1
   [junit4]   2> 16574 INFO  (zkCallback-43-thread-2-processing-n:127.0.0.1:53158_m_geq) [n:127.0.0.1:53158_m_geq    ] 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> 16583 INFO  (qtp685399874-102) [n:127.0.0.1:53158_m_geq 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> 16587 INFO  (qtp685399874-102) [n:127.0.0.1:53158_m_geq 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=1523
   [junit4]   2> 16625 INFO  (qtp685399874-98) [n:127.0.0.1:53158_m_geq    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 16698 INFO  (zkCallback-43-thread-1-processing-n:127.0.0.1:53158_m_geq) [n:127.0.0.1:53158_m_geq    ] 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> 16937 INFO  (OverseerCollectionConfigSetProcessor-99424351105908740-127.0.0.1:53158_m_geq-n_0000000000) [n:127.0.0.1:53158_m_geq    ] 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> 17630 INFO  (qtp685399874-98) [n:127.0.0.1:53158_m_geq    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=1&collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:53158_m_geq&wt=javabin&version=2} status=0 QTime=2708
   [junit4]   2> 17640 INFO  (zkConnectionManagerCallback-54-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 17642 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 17645 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:53155/solr ready
   [junit4]   2> 17646 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [    ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 17648 INFO  (qtp685399874-102) [n:127.0.0.1:53158_m_geq    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=1&collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=3&createNodeSet=&stateFormat=2&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 17653 INFO  (OverseerThreadFactory-39-thread-2-processing-n:127.0.0.1:53158_m_geq) [n:127.0.0.1:53158_m_geq    ] o.a.s.c.a.c.CreateCollectionCmd Create collection collection1
   [junit4]   2> 17655 WARN  (OverseerThreadFactory-39-thread-2-processing-n:127.0.0.1:53158_m_geq) [n:127.0.0.1:53158_m_geq    ] o.a.s.c.a.c.CreateCollectionCmd It is unusual to create a collection (collection1) without cores.
   [junit4]   2> 17875 INFO  (qtp685399874-102) [n:127.0.0.1:53158_m_geq    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 17876 INFO  (qtp685399874-102) [n:127.0.0.1:53158_m_geq    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=1&collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=3&createNodeSet=&stateFormat=2&wt=javabin&version=2} status=0 QTime=227
   [junit4]   2> 18097 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest_2B1A9632E9FD76F2-001/shard-1-001 of type NRT
   [junit4]   2> 18097 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-22T02:57:37+05:30, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 18098 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 18098 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 18098 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [    ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 18099 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@281945aa{/m_geq,null,AVAILABLE}
   [junit4]   2> 18099 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@1f53c494{HTTP/1.1,[http/1.1]}{127.0.0.1:53179}
   [junit4]   2> 18099 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [    ] o.e.j.s.Server Started @19744ms
   [junit4]   2> 18099 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/m_geq, solrconfig=solrconfig.xml, solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest_2B1A9632E9FD76F2-001/tempDir-001/jetty1, hostPort=53179, coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest_2B1A9632E9FD76F2-001/shard-1-001/cores}
   [junit4]   2> 18100 ERROR (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 18100 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.3.0
   [junit4]   2> 18100 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 18100 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 18100 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-01-27T23:20:05.985762Z
   [junit4]   2> 18103 INFO  (zkConnectionManagerCallback-56-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 18105 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 18105 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest_2B1A9632E9FD76F2-001/shard-1-001/solr.xml
   [junit4]   2> 18109 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 18109 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 18111 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@7e01fe22, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 18114 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:53155/solr
   [junit4]   2> 18116 INFO  (zkConnectionManagerCallback-60-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 18121 INFO  (zkConnectionManagerCallback-62-thread-1-processing-n:127.0.0.1:53179_m_geq) [n:127.0.0.1:53179_m_geq    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 18132 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [n:127.0.0.1:53179_m_geq    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 18137 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [n:127.0.0.1:53179_m_geq    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 18141 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [n:127.0.0.1:53179_m_geq    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:53179_m_geq
   [junit4]   2> 18143 INFO  (zkCallback-43-thread-1-processing-n:127.0.0.1:53158_m_geq) [n:127.0.0.1:53158_m_geq    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 18144 INFO  (zkCallback-61-thread-1-processing-n:127.0.0.1:53179_m_geq) [n:127.0.0.1:53179_m_geq    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 18144 INFO  (zkCallback-53-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 18223 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [n:127.0.0.1:53179_m_geq    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7e01fe22
   [junit4]   2> 18241 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [n:127.0.0.1:53179_m_geq    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7e01fe22
   [junit4]   2> 18241 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [n:127.0.0.1:53179_m_geq    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7e01fe22
   [junit4]   2> 18243 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [n:127.0.0.1:53179_m_geq    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest_2B1A9632E9FD76F2-001/shard-1-001/cores
   [junit4]   2> 18288 INFO  (qtp685399874-100) [n:127.0.0.1:53158_m_geq    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:53179_m_geq&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 18292 INFO  (OverseerCollectionConfigSetProcessor-99424351105908740-127.0.0.1:53158_m_geq-n_0000000000) [n:127.0.0.1:53158_m_geq    ] 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> 18295 INFO  (OverseerThreadFactory-39-thread-3-processing-n:127.0.0.1:53158_m_geq) [n:127.0.0.1:53158_m_geq    ] o.a.s.c.a.c.AddReplicaCmd Node Identified 127.0.0.1:53179_m_geq for creating new replica
   [junit4]   2> 18302 INFO  (qtp1787802091-146) [n:127.0.0.1:53179_m_geq    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_n61&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 18303 INFO  (qtp1787802091-146) [n:127.0.0.1:53179_m_geq    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 18421 INFO  (zkCallback-61-thread-1-processing-n:127.0.0.1:53179_m_geq) [n:127.0.0.1:53179_m_geq    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 19351 INFO  (qtp1787802091-146) [n:127.0.0.1:53179_m_geq c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 19384 INFO  (qtp1787802091-146) [n:127.0.0.1:53179_m_geq c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.s.IndexSchema [collection1_shard2_replica_n61] Schema name=test
   [junit4]   2> 19472 INFO  (qtp1787802091-146) [n:127.0.0.1:53179_m_geq c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 19527 INFO  (qtp1787802091-146) [n:127.0.0.1:53179_m_geq c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard2_replica_n61' using configuration from collection collection1, trusted=true
   [junit4]   2> 19528 INFO  (qtp1787802091-146) [n:127.0.0.1:53179_m_geq c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1.shard2.replica_n61' (registry 'solr.core.collection1.shard2.replica_n61') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7e01fe22
   [junit4]   2> 19528 INFO  (qtp1787802091-146) [n:127.0.0.1:53179_m_geq c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 19528 INFO  (qtp1787802091-146) [n:127.0.0.1:53179_m_geq c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.c.SolrCore [[collection1_shard2_replica_n61] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest_2B1A9632E9FD76F2-001/shard-1-001/cores/collection1_shard2_replica_n61], dataDir=[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest_2B1A9632E9FD76F2-001/shard-1-001/cores/collection1_shard2_replica_n61/data/]
   [junit4]   2> 19532 INFO  (qtp1787802091-146) [n:127.0.0.1:53179_m_geq c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=41, maxMergeAtOnceExplicit=40, maxMergedSegmentMB=86.9951171875, floorSegmentMB=0.609375, forceMergeDeletesPctAllowed=26.79103143282112, segmentsPerTier=48.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 19544 WARN  (qtp1787802091-146) [n:127.0.0.1:53179_m_geq c:collection1 s:shard2  x:collection1_shard2_replica_n61] 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> 19599 INFO  (qtp1787802091-146) [n:127.0.0.1:53179_m_geq c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 19599 INFO  (qtp1787802091-146) [n:127.0.0.1:53179_m_geq c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 19600 INFO  (qtp1787802091-146) [n:127.0.0.1:53179_m_geq c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.u.CommitTracker Hard AutoCommit: if uncommited for 15000ms; 
   [junit4]   2> 19600 INFO  (qtp1787802091-146) [n:127.0.0.1:53179_m_geq c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 19602 INFO  (qtp1787802091-146) [n:127.0.0.1:53179_m_geq c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=24, maxMergeAtOnceExplicit=48, maxMergedSegmentMB=95.84765625, floorSegmentMB=1.8388671875, forceMergeDeletesPctAllowed=12.96792605301784, segmentsPerTier=27.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 19603 INFO  (qtp1787802091-146) [n:127.0.0.1:53179_m_geq c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.s.SolrIndexSearcher Opening [Searcher@16b9296a[collection1_shard2_replica_n61] main]
   [junit4]   2> 19604 INFO  (qtp1787802091-146) [n:127.0.0.1:53179_m_geq c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 19605 INFO  (qtp1787802091-146) [n:127.0.0.1:53179_m_geq c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 19606 INFO  (qtp1787802091-146) [n:127.0.0.1:53179_m_geq c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 19606 INFO  (qtp1787802091-146) [n:127.0.0.1:53179_m_geq c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1590789624290082816
   [junit4]   2> 19609 INFO  (searcherExecutor-53-thread-1-processing-n:127.0.0.1:53179_m_geq x:collection1_shard2_replica_n61 s:shard2 c:collection1) [n:127.0.0.1:53179_m_geq c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.c.SolrCore [collection1_shard2_replica_n61] Registered new searcher Searcher@16b9296a[collection1_shard2_replica_n61] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 19613 INFO  (qtp1787802091-146) [n:127.0.0.1:53179_m_geq c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 19614 INFO  (qtp1787802091-146) [n:127.0.0.1:53179_m_geq c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 19614 INFO  (qtp1787802091-146) [n:127.0.0.1:53179_m_geq c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:53179/m_geq/collection1_shard2_replica_n61/
   [junit4]   2> 19614 INFO  (qtp1787802091-146) [n:127.0.0.1:53179_m_geq c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 19614 INFO  (qtp1787802091-146) [n:127.0.0.1:53179_m_geq c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.c.SyncStrategy http://127.0.0.1:53179/m_geq/collection1_shard2_replica_n61/ has no replicas
   [junit4]   2> 19614 INFO  (qtp1787802091-146) [n:127.0.0.1:53179_m_geq c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 19620 INFO  (qtp1787802091-146) [n:127.0.0.1:53179_m_geq c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:53179/m_geq/collection1_shard2_replica_n61/ shard2
   [junit4]   2> 19731 INFO  (zkCallback-61-thread-1-processing-n:127.0.0.1:53179_m_geq) [n:127.0.0.1:53179_m_geq    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 19790 INFO  (qtp1787802091-146) [n:127.0.0.1:53179_m_geq c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 19794 INFO  (qtp1787802091-146) [n:127.0.0.1:53179_m_geq c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_n61&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1492
   [junit4]   2> 19802 INFO  (qtp685399874-100) [n:127.0.0.1:53158_m_geq    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={node=127.0.0.1:53179_m_geq&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2} status=0 QTime=1514
   [junit4]   2> 19898 INFO  (zkCallback-61-thread-1-processing-n:127.0.0.1:53179_m_geq) [n:127.0.0.1:53179_m_geq    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 20033 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest_2B1A9632E9FD76F2-001/shard-2-001 of type NRT
   [junit4]   2> 20034 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-22T02:57:37+05:30, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 20035 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 20035 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 20035 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 20036 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@41cc3333{/m_geq,null,AVAILABLE}
   [junit4]   2> 20036 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@3856cdcc{HTTP/1.1,[http/1.1]}{127.0.0.1:53184}
   [junit4]   2> 20036 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [    ] o.e.j.s.Server Started @21681ms
   [junit4]   2> 20036 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/m_geq, solrconfig=solrconfig.xml, solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest_2B1A9632E9FD76F2-001/tempDir-001/jetty2, hostPort=53184, coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest_2B1A9632E9FD76F2-001/shard-2-001/cores, replicaType=NRT}
   [junit4]   2> 20037 ERROR (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 20037 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.3.0
   [junit4]   2> 20038 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 20038 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 20038 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-01-27T23:20:07.923093Z
   [junit4]   2> 20040 INFO  (zkConnectionManagerCallback-66-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 20042 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 20042 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest_2B1A9632E9FD76F2-001/shard-2-001/solr.xml
   [junit4]   2> 20046 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 20046 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 20049 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@7e01fe22, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 20052 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:53155/solr
   [junit4]   2> 20054 INFO  (zkConnectionManagerCallback-70-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 20059 INFO  (zkConnectionManagerCallback-72-thread-1-processing-n:127.0.0.1:53184_m_geq) [n:127.0.0.1:53184_m_geq    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 20070 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [n:127.0.0.1:53184_m_geq    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 20074 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [n:127.0.0.1:53184_m_geq    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 20078 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [n:127.0.0.1:53184_m_geq    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:53184_m_geq
   [junit4]   2> 20080 INFO  (zkCallback-61-thread-1-processing-n:127.0.0.1:53179_m_geq) [n:127.0.0.1:53179_m_geq    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 20080 INFO  (zkCallback-43-thread-1-processing-n:127.0.0.1:53158_m_geq) [n:127.0.0.1:53158_m_geq    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 20080 INFO  (zkCallback-53-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 20080 INFO  (zkCallback-71-thread-1-processing-n:127.0.0.1:53184_m_geq) [n:127.0.0.1:53184_m_geq    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 20194 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [n:127.0.0.1:53184_m_geq    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7e01fe22
   [junit4]   2> 20208 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [n:127.0.0.1:53184_m_geq    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7e01fe22
   [junit4]   2> 20208 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [n:127.0.0.1:53184_m_geq    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7e01fe22
   [junit4]   2> 20210 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [n:127.0.0.1:53184_m_geq    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest_2B1A9632E9FD76F2-001/shard-2-001/cores
   [junit4]   2> 20261 INFO  (qtp685399874-102) [n:127.0.0.1:53158_m_geq    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:53184_m_geq&action=ADDREPLICA&collection=collection1&shard=shard3&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 20264 INFO  (OverseerCollectionConfigSetProcessor-99424351105908740-127.0.0.1:53158_m_geq-n_0000000000) [n:127.0.0.1:53158_m_geq    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000004 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 20266 INFO  (OverseerThreadFactory-39-thread-4-processing-n:127.0.0.1:53158_m_geq) [n:127.0.0.1:53158_m_geq    ] o.a.s.c.a.c.AddReplicaCmd Node Identified 127.0.0.1:53184_m_geq for creating new replica
   [junit4]   2> 20272 INFO  (qtp141929741-178) [n:127.0.0.1:53184_m_geq    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&name=collection1_shard3_replica_n63&action=CREATE&collection=collection1&shard=shard3&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 20273 INFO  (qtp141929741-178) [n:127.0.0.1:53184_m_geq    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 20381 INFO  (zkCallback-71-thread-1-processing-n:127.0.0.1:53184_m_geq) [n:127.0.0.1:53184_m_geq    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 20381 INFO  (zkCallback-61-thread-1-processing-n:127.0.0.1:53179_m_geq) [n:127.0.0.1:53179_m_geq    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 21299 INFO  (qtp141929741-178) [n:127.0.0.1:53184_m_geq c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 21319 INFO  (qtp141929741-178) [n:127.0.0.1:53184_m_geq c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.s.IndexSchema [collection1_shard3_replica_n63] Schema name=test
   [junit4]   2> 21487 INFO  (qtp141929741-178) [n:127.0.0.1:53184_m_geq c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 21514 INFO  (qtp141929741-178) [n:127.0.0.1:53184_m_geq c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard3_replica_n63' using configuration from collection collection1, trusted=true
   [junit4]   2> 21515 INFO  (qtp141929741-178) [n:127.0.0.1:53184_m_geq c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1.shard3.replica_n63' (registry 'solr.core.collection1.shard3.replica_n63') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7e01fe22
   [junit4]   2> 21515 INFO  (qtp141929741-178) [n:127.0.0.1:53184_m_geq c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 21515 INFO  (qtp141929741-178) [n:127.0.0.1:53184_m_geq c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.c.SolrCore [[collection1_shard3_replica_n63] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest_2B1A9632E9FD76F2-001/shard-2-001/cores/collection1_shard3_replica_n63], dataDir=[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest_2B1A9632E9FD76F2-001/shard-2-001/cores/collection1_shard3_replica_n63/data/]
   [junit4]   2> 21519 INFO  (qtp141929741-178) [n:127.0.0.1:53184_m_geq c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=41, maxMergeAtOnceExplicit=40, maxMergedSegmentMB=86.9951171875, floorSegmentMB=0.609375, forceMergeDeletesPctAllowed=26.79103143282112, segmentsPerTier=48.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 21529 WARN  (qtp141929741-178) [n:127.0.0.1:53184_m_geq c:collection1 s:shard3  x:collection1_shard3_replica_n63] 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> 21588 INFO  (qtp141929741-178) [n:127.0.0.1:53184_m_geq c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 21588 INFO  (qtp141929741-178) [n:127.0.0.1:53184_m_geq c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 21590 INFO  (qtp141929741-178) [n:127.0.0.1:53184_m_geq c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.u.CommitTracker Hard AutoCommit: if uncommited for 15000ms; 
   [junit4]   2> 21590 INFO  (qtp141929741-178) [n:127.0.0.1:53184_m_geq c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 21592 INFO  (qtp141929741-178) [n:127.0.0.1:53184_m_geq c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=24, maxMergeAtOnceExplicit=48, maxMergedSegmentMB=95.84765625, floorSegmentMB=1.8388671875, forceMergeDeletesPctAllowed=12.96792605301784, segmentsPerTier=27.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 21613 INFO  (qtp141929741-178) [n:127.0.0.1:53184_m_geq c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.s.SolrIndexSearcher Opening [Searcher@47e7ff78[collection1_shard3_replica_n63] main]
   [junit4]   2> 21614 INFO  (qtp141929741-178) [n:127.0.0.1:53184_m_geq c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 21615 INFO  (qtp141929741-178) [n:127.0.0.1:53184_m_geq c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 21616 INFO  (qtp141929741-178) [n:127.0.0.1:53184_m_geq c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 21616 INFO  (qtp141929741-178) [n:127.0.0.1:53184_m_geq c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1590789626397720576
   [junit4]   2> 21618 INFO  (searcherExecutor-64-thread-1-processing-n:127.0.0.1:53184_m_geq x:collection1_shard3_replica_n63 s:shard3 c:collection1) [n:127.0.0.1:53184_m_geq c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.c.SolrCore [collection1_shard3_replica_n63] Registered new searcher Searcher@47e7ff78[collection1_shard3_replica_n63] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 21623 INFO  (qtp141929741-178) [n:127.0.0.1:53184_m_geq c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 21623 INFO  (qtp141929741-178) [n:127.0.0.1:53184_m_geq c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 21623 INFO  (qtp141929741-178) [n:127.0.0.1:53184_m_geq c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:53184/m_geq/collection1_shard3_replica_n63/
   [junit4]   2> 21623 INFO  (qtp141929741-178) [n:127.0.0.1:53184_m_geq c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 21623 INFO  (qtp141929741-178) [n:127.0.0.1:53184_m_geq c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.c.SyncStrategy http://127.0.0.1:53184/m_geq/collection1_shard3_replica_n63/ has no replicas
   [junit4]   2> 21623 INFO  (qtp141929741-178) [n:127.0.0.1:53184_m_geq c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 21628 INFO  (qtp141929741-178) [n:127.0.0.1:53184_m_geq c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:53184/m_geq/collection1_shard3_replica_n63/ shard3
   [junit4]   2> 21731 INFO  (zkCallback-71-thread-1-processing-n:127.0.0.1:53184_m_geq) [n:127.0.0.1:53184_m_geq    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 21731 INFO  (zkCallback-61-thread-1-processing-n:127.0.0.1:53179_m_geq) [n:127.0.0.1:53179_m_geq    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 21738 INFO  (qtp141929741-178) [n:127.0.0.1:53184_m_geq c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 21742 INFO  (qtp141929741-178) [n:127.0.0.1:53184_m_geq c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard3_replica_n63&action=CREATE&collection=collection1&shard=shard3&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1470
   [junit4]   2> 21746 INFO  (qtp685399874-102) [n:127.0.0.1:53158_m_geq    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={node=127.0.0.1:53184_m_geq&action=ADDREPLICA&collection=collection1&shard=shard3&type=NRT&wt=javabin&version=2} status=0 QTime=1485
   [junit4]   2> 21847 INFO  (zkCallback-61-thread-1-processing-n:127.0.0.1:53179_m_geq) [n:127.0.0.1:53179_m_geq    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 21847 INFO  (zkCallback-71-thread-1-processing-n:127.0.0.1:53184_m_geq) [n:127.0.0.1:53184_m_geq    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 21985 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest_2B1A9632E9FD76F2-001/shard-3-001 of type NRT
   [junit4]   2> 21986 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-22T02:57:37+05:30, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 21987 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 21987 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 21987 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 21988 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@3da905e0{/m_geq,null,AVAILABLE}
   [junit4]   2> 21988 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@708c36f3{HTTP/1.1,[http/1.1]}{127.0.0.1:53190}
   [junit4]   2> 21988 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [    ] o.e.j.s.Server Started @23632ms
   [junit4]   2> 21988 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/m_geq, solrconfig=solrconfig.xml, solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest_2B1A9632E9FD76F2-001/tempDir-001/jetty3, hostPort=53190, coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest_2B1A9632E9FD76F2-001/shard-3-001/cores}
   [junit4]   2> 21988 ERROR (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 21989 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.3.0
   [junit4]   2> 21989 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 21989 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 21989 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-01-27T23:20:09.874302Z
   [junit4]   2> 21991 INFO  (zkConnectionManagerCallback-76-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 21994 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 21994 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest_2B1A9632E9FD76F2-001/shard-3-001/solr.xml
   [junit4]   2> 21998 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 21998 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 22000 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@7e01fe22, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 22003 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:53155/solr
   [junit4]   2> 22005 INFO  (zkConnectionManagerCallback-80-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 22009 INFO  (zkConnectionManagerCallback-82-thread-1-processing-n:127.0.0.1:53190_m_geq) [n:127.0.0.1:53190_m_geq    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 22021 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [n:127.0.0.1:53190_m_geq    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 22026 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [n:127.0.0.1:53190_m_geq    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 22030 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [n:127.0.0.1:53190_m_geq    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:53190_m_geq
   [junit4]   2> 22036 INFO  (zkCallback-53-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 22036 INFO  (zkCallback-43-thread-1-processing-n:127.0.0.1:53158_m_geq) [n:127.0.0.1:53158_m_geq    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 22036 INFO  (zkCallback-71-thread-1-processing-n:127.0.0.1:53184_m_geq) [n:127.0.0.1:53184_m_geq    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 22036 INFO  (zkCallback-61-thread-1-processing-n:127.0.0.1:53179_m_geq) [n:127.0.0.1:53179_m_geq    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 22037 INFO  (zkCallback-81-thread-1-processing-n:127.0.0.1:53190_m_geq) [n:127.0.0.1:53190_m_geq    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 22169 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [n:127.0.0.1:53190_m_geq    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7e01fe22
   [junit4]   2> 22267 INFO  (OverseerCollectionConfigSetProcessor-99424351105908740-127.0.0.1:53158_m_geq-n_0000000000) [n:127.0.0.1:53158_m_geq    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000006 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 22412 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [n:127.0.0.1:53190_m_geq    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7e01fe22
   [junit4]   2> 22412 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [n:127.0.0.1:53190_m_geq    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7e01fe22
   [junit4]   2> 22414 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [n:127.0.0.1:53190_m_geq    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest_2B1A9632E9FD76F2-001/shard-3-001/cores
   [junit4]   2> 22566 INFO  (qtp685399874-100) [n:127.0.0.1:53158_m_geq    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:53190_m_geq&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 22571 INFO  (OverseerThreadFactory-39-thread-5-processing-n:127.0.0.1:53158_m_geq) [n:127.0.0.1:53158_m_geq    ] o.a.s.c.a.c.AddReplicaCmd Node Identified 127.0.0.1:53190_m_geq for creating new replica
   [junit4]   2> 22578 INFO  (qtp14001127-209) [n:127.0.0.1:53190_m_geq    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n65&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 22578 INFO  (qtp14001127-209) [n:127.0.0.1:53190_m_geq    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 22693 INFO  (zkCallback-61-thread-1-processing-n:127.0.0.1:53179_m_geq) [n:127.0.0.1:53179_m_geq    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 22693 INFO  (zkCallback-81-thread-1-processing-n:127.0.0.1:53190_m_geq) [n:127.0.0.1:53190_m_geq    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 22693 INFO  (zkCallback-71-thread-1-processing-n:127.0.0.1:53184_m_geq) [n:127.0.0.1:53184_m_geq    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 23598 INFO  (qtp14001127-209) [n:127.0.0.1:53190_m_geq c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 23615 INFO  (qtp14001127-209) [n:127.0.0.1:53190_m_geq c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.s.IndexSchema [collection1_shard1_replica_n65] Schema name=test
   [junit4]   2> 23712 INFO  (qtp14001127-209) [n:127.0.0.1:53190_m_geq c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 23735 INFO  (qtp14001127-209) [n:127.0.0.1:53190_m_geq c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard1_replica_n65' using configuration from collection collection1, trusted=true
   [junit4]   2> 23736 INFO  (qtp14001127-209) [n:127.0.0.1:53190_m_geq c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1.shard1.replica_n65' (registry 'solr.core.collection1.shard1.replica_n65') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7e01fe22
   [junit4]   2> 23736 INFO  (qtp14001127-209) [n:127.0.0.1:53190_m_geq c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 23736 INFO  (qtp14001127-209) [n:127.0.0.1:53190_m_geq c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.c.SolrCore [[collection1_shard1_replica_n65] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest_2B1A9632E9FD76F2-001/shard-3-001/cores/collection1_shard1_replica_n65], dataDir=[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest_2B1A9632E9FD76F2-001/shard-3-001/cores/collection1_shard1_replica_n65/data/]
   [junit4]   2> 23740 INFO  (qtp14001127-209) [n:127.0.0.1:53190_m_geq c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=41, maxMergeAtOnceExplicit=40, maxMergedSegmentMB=86.9951171875, floorSegmentMB=0.609375, forceMergeDeletesPctAllowed=26.79103143282112, segmentsPerTier=48.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 23770 WARN  (qtp14001127-209) [n:127.0.0.1:53190_m_geq c:collection1 s:shard1  x:collection1_shard1_replica_n65] 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> 23825 INFO  (qtp14001127-209) [n:127.0.0.1:53190_m_geq c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 23825 INFO  (qtp14001127-209) [n:127.0.0.1:53190_m_geq c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 23832 INFO  (qtp14001127-209) [n:127.0.0.1:53190_m_geq c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.u.CommitTracker Hard AutoCommit: if uncommited for 15000ms; 
   [junit4]   2> 23832 INFO  (qtp14001127-209) [n:127.0.0.1:53190_m_geq c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 23834 INFO  (qtp14001127-209) [n:127.0.0.1:53190_m_geq c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=24, maxMergeAtOnceExplicit=48, maxMergedSegmentMB=95.84765625, floorSegmentMB=1.8388671875, forceMergeDeletesPctAllowed=12.96792605301784, segmentsPerTier=27.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 23845 INFO  (qtp14001127-209) [n:127.0.0.1:53190_m_geq c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.s.SolrIndexSearcher Opening [Searcher@5da568ef[collection1_shard1_replica_n65] main]
   [junit4]   2> 23847 INFO  (qtp14001127-209) [n:127.0.0.1:53190_m_geq c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 23847 INFO  (qtp14001127-209) [n:127.0.0.1:53190_m_geq c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 23848 INFO  (qtp14001127-209) [n:127.0.0.1:53190_m_geq c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 23848 INFO  (qtp14001127-209) [n:127.0.0.1:53190_m_geq c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1590789628738142208
   [junit4]   2> 23850 INFO  (searcherExecutor-75-thread-1-processing-n:127.0.0.1:53190_m_geq x:collection1_shard1_replica_n65 s:shard1 c:collection1) [n:127.0.0.1:53190_m_geq c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.c.SolrCore [collection1_shard1_replica_n65] Registered new searcher Searcher@5da568ef[collection1_shard1_replica_n65] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 23854 INFO  (qtp14001127-209) [n:127.0.0.1:53190_m_geq c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 23854 INFO  (qtp14001127-209) [n:127.0.0.1:53190_m_geq c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 23854 INFO  (qtp14001127-209) [n:127.0.0.1:53190_m_geq c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:53190/m_geq/collection1_shard1_replica_n65/
   [junit4]   2> 23854 INFO  (qtp14001127-209) [n:

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

zer.acquireQueued(AbstractQueuedSynchronizer.java:903)
   [junit4]   2>         at java.base@9/java.util.concurrent.locks.AbstractQueuedSynchronizer.acquire(AbstractQueuedSynchronizer.java:1226)
   [junit4]   2>         at java.base@9/java.util.concurrent.locks.ReentrantLock.lock(ReentrantLock.java:267)
   [junit4]   2>         at app//org.apache.solr.cloud.autoscaling.OverseerTriggerThread.refreshAutoScalingConf(OverseerTriggerThread.java:295)
   [junit4]   2>         at app//org.apache.solr.cloud.autoscaling.OverseerTriggerThread.access$000(OverseerTriggerThread.java:56)
   [junit4]   2>         at app//org.apache.solr.cloud.autoscaling.OverseerTriggerThread$AutoScalingWatcher.process(OverseerTriggerThread.java:280)
   [junit4]   2>         at app//org.apache.solr.cloud.autoscaling.sim.SimDistribStateManager$Node.setData(SimDistribStateManager.java:127)
   [junit4]   2>         at app//org.apache.solr.cloud.autoscaling.sim.SimDistribStateManager.setData(SimDistribStateManager.java:502)
   [junit4]   2>         at app//org.apache.solr.cloud.autoscaling.OverseerTriggerThread.run(OverseerTriggerThread.java:121)
   [junit4]   2>         at java.base@9/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> Jan 27, 2018 11:28:33 PM com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: Starting to interrupt leaked threads:
   [junit4]   2>    1) Thread[id=5163, name=Simulated OverseerAutoScalingTriggerThread, state=WAITING, group=Simulated Overseer autoscaling triggers]
   [junit4]   2> Jan 27, 2018 11:28:36 PM com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> SEVERE: There are still zombie threads that couldn't be terminated:
   [junit4]   2>    1) Thread[id=5163, name=Simulated OverseerAutoScalingTriggerThread, state=WAITING, group=Simulated Overseer autoscaling triggers]
   [junit4]   2>         at java.base@9/jdk.internal.misc.Unsafe.park(Native Method)
   [junit4]   2>         at java.base@9/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
   [junit4]   2>         at java.base@9/java.util.concurrent.locks.AbstractQueuedSynchronizer.parkAndCheckInterrupt(AbstractQueuedSynchronizer.java:871)
   [junit4]   2>         at java.base@9/java.util.concurrent.locks.AbstractQueuedSynchronizer.acquireQueued(AbstractQueuedSynchronizer.java:903)
   [junit4]   2>         at java.base@9/java.util.concurrent.locks.AbstractQueuedSynchronizer.acquire(AbstractQueuedSynchronizer.java:1226)
   [junit4]   2>         at java.base@9/java.util.concurrent.locks.ReentrantLock.lock(ReentrantLock.java:267)
   [junit4]   2>         at app//org.apache.solr.cloud.autoscaling.OverseerTriggerThread.refreshAutoScalingConf(OverseerTriggerThread.java:295)
   [junit4]   2>         at app//org.apache.solr.cloud.autoscaling.OverseerTriggerThread.access$000(OverseerTriggerThread.java:56)
   [junit4]   2>         at app//org.apache.solr.cloud.autoscaling.OverseerTriggerThread$AutoScalingWatcher.process(OverseerTriggerThread.java:280)
   [junit4]   2>         at app//org.apache.solr.cloud.autoscaling.sim.SimDistribStateManager$Node.setData(SimDistribStateManager.java:127)
   [junit4]   2>         at app//org.apache.solr.cloud.autoscaling.sim.SimDistribStateManager.setData(SimDistribStateManager.java:502)
   [junit4]   2>         at app//org.apache.solr.cloud.autoscaling.OverseerTriggerThread.run(OverseerTriggerThread.java:121)
   [junit4]   2>         at java.base@9/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {}, docValues:{}, maxPointsInLeafNode=837, maxMBSortInHeap=7.309585804366783, sim=RandomSimilarity(queryNorm=true): {}, locale=fr-GQ, timezone=MST7MDT
   [junit4]   2> NOTE: Mac OS X 10.11.6 x86_64/Oracle Corporation 9 (64-bit)/cpus=3,threads=2,free=99121504,total=512393216
   [junit4]   2> NOTE: All tests run in this JVM: [TestCharFilters, CdcrReplicationDistributedZkTest, TestTolerantUpdateProcessorRandomCloud, SolrIndexConfigTest, TestFastOutputStream, DeleteNodeTest, TestCloudSearcherWarming, CreateCollectionCleanupTest, SignatureUpdateProcessorFactoryTest, JSONWriterTest, TestRemoteStreaming, LeaderFailureAfterFreshStartTest, TestBM25SimilarityFactory, DistributedFacetPivotSmallAdvancedTest, TestClusterStateMutator, ShardRoutingCustomTest, TestIntervalFaceting, CollectionsAPISolrJTest, TestTlogReplica, LeaderElectionIntegrationTest, TestPayloadCheckQParserPlugin, TestHashQParserPlugin, TestNumericTokenStream, SolrSlf4jReporterTest, InfoHandlerTest, TestLegacyTerms, UniqFieldsUpdateProcessorFactoryTest, TestSolrCloudWithDelegationTokens, TestQueryWrapperFilter, TestNumericTerms32, SolrIndexSplitterTest, TestHdfsCloudBackupRestore, TestPseudoReturnFields, OpenExchangeRatesOrgProviderTest, TestPartialUpdateDeduplication, TestFileDictionaryLookup, TestBinaryField, RuleEngineTest, TestDynamicFieldCollectionResource, SolrTestCaseJ4Test, TestFiltering, PreAnalyzedUpdateProcessorTest, TestJmxIntegration, UnloadDistributedZkTest, ReplicationFactorTest, TestTriggerIntegration, VMParamsZkACLAndCredentialsProvidersTest, PropertiesRequestHandlerTest, RAMDirectoryFactoryTest, TestNoOpRegenerator, DeleteInactiveReplicaTest, ClassificationUpdateProcessorIntegrationTest, TestFilteredDocIdSet, TestBlobHandler, TestLegacyNumericRangeQueryBuilder, FacetPivotSmallTest, TestCloudNestedDocsSort, TestSchemaSimilarityResource, TestDFISimilarityFactory, SpatialRPTFieldTypeTest, TestManagedSchema, TlogReplayBufferedWhileIndexingTest, TestScoreJoinQPNoScore, TestPolicyCloud]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestPolicyCloud -Dtests.seed=2B1A9632E9FD76F2 -Dtests.slow=true -Dtests.locale=fr-GQ -Dtests.timezone=MST7MDT -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.00s J0 | TestPolicyCloud (suite) <<<
   [junit4]    > Throwable #1: com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.cloud.autoscaling.sim.TestPolicyCloud: 
   [junit4]    >    1) Thread[id=5163, name=Simulated OverseerAutoScalingTriggerThread, state=WAITING, group=Simulated Overseer autoscaling triggers]
   [junit4]    >         at java.base@9/jdk.internal.misc.Unsafe.park(Native Method)
   [junit4]    >         at java.base@9/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
   [junit4]    >         at java.base@9/java.util.concurrent.locks.AbstractQueuedSynchronizer.parkAndCheckInterrupt(AbstractQueuedSynchronizer.java:871)
   [junit4]    >         at java.base@9/java.util.concurrent.locks.AbstractQueuedSynchronizer.acquireQueued(AbstractQueuedSynchronizer.java:903)
   [junit4]    >         at java.base@9/java.util.concurrent.locks.AbstractQueuedSynchronizer.acquire(AbstractQueuedSynchronizer.java:1226)
   [junit4]    >         at java.base@9/java.util.concurrent.locks.ReentrantLock.lock(ReentrantLock.java:267)
   [junit4]    >         at app//org.apache.solr.cloud.autoscaling.OverseerTriggerThread.refreshAutoScalingConf(OverseerTriggerThread.java:295)
   [junit4]    >         at app//org.apache.solr.cloud.autoscaling.OverseerTriggerThread.access$000(OverseerTriggerThread.java:56)
   [junit4]    >         at app//org.apache.solr.cloud.autoscaling.OverseerTriggerThread$AutoScalingWatcher.process(OverseerTriggerThread.java:280)
   [junit4]    >         at app//org.apache.solr.cloud.autoscaling.sim.SimDistribStateManager$Node.setData(SimDistribStateManager.java:127)
   [junit4]    >         at app//org.apache.solr.cloud.autoscaling.sim.SimDistribStateManager.setData(SimDistribStateManager.java:502)
   [junit4]    >         at app//org.apache.solr.cloud.autoscaling.OverseerTriggerThread.run(OverseerTriggerThread.java:121)
   [junit4]    >         at java.base@9/java.lang.Thread.run(Thread.java:844)
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([2B1A9632E9FD76F2]:0)Throwable #2: com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   [junit4]    >    1) Thread[id=5163, name=Simulated OverseerAutoScalingTriggerThread, state=WAITING, group=Simulated Overseer autoscaling triggers]
   [junit4]    >         at java.base@9/jdk.internal.misc.Unsafe.park(Native Method)
   [junit4]    >         at java.base@9/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
   [junit4]    >         at java.base@9/java.util.concurrent.locks.AbstractQueuedSynchronizer.parkAndCheckInterrupt(AbstractQueuedSynchronizer.java:871)
   [junit4]    >         at java.base@9/java.util.concurrent.locks.AbstractQueuedSynchronizer.acquireQueued(AbstractQueuedSynchronizer.java:903)
   [junit4]    >         at java.base@9/java.util.concurrent.locks.AbstractQueuedSynchronizer.acquire(AbstractQueuedSynchronizer.java:1226)
   [junit4]    >         at java.base@9/java.util.concurrent.locks.ReentrantLock.lock(ReentrantLock.java:267)
   [junit4]    >         at app//org.apache.solr.cloud.autoscaling.OverseerTriggerThread.refreshAutoScalingConf(OverseerTriggerThread.java:295)
   [junit4]    >         at app//org.apache.solr.cloud.autoscaling.OverseerTriggerThread.access$000(OverseerTriggerThread.java:56)
   [junit4]    >         at app//org.apache.solr.cloud.autoscaling.OverseerTriggerThread$AutoScalingWatcher.process(OverseerTriggerThread.java:280)
   [junit4]    >         at app//org.apache.solr.cloud.autoscaling.sim.SimDistribStateManager$Node.setData(SimDistribStateManager.java:127)
   [junit4]    >         at app//org.apache.solr.cloud.autoscaling.sim.SimDistribStateManager.setData(SimDistribStateManager.java:502)
   [junit4]    >         at app//org.apache.solr.cloud.autoscaling.OverseerTriggerThread.run(OverseerTriggerThread.java:121)
   [junit4]    >         at java.base@9/java.lang.Thread.run(Thread.java:844)
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([2B1A9632E9FD76F2]:0)
   [junit4] Completed [154/769 (2!)] on J0 in 25.16s, 7 tests, 2 errors <<< FAILURES!

[...truncated 42797 lines...]

[JENKINS] Lucene-Solr-7.x-MacOSX (64bit/jdk1.8.0) - Build # 424 - Still Unstable!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-MacOSX/424/
Java: 64bit/jdk1.8.0 -XX:-UseCompressedOops -XX:+UseParallelGC

8 tests failed.
FAILED:  org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.test

Error Message:
Expected 2 of 3 replicas to be active but only found 1; [core_node5:{"core":"c8n_1x3_lf_shard1_replica_n2","base_url":"http://127.0.0.1:52238/_c","node_name":"127.0.0.1:52238__c","state":"active","type":"NRT","leader":"true"}]; clusterState: DocCollection(c8n_1x3_lf//collections/c8n_1x3_lf/state.json/17)={   "pullReplicas":"0",   "replicationFactor":"1",   "shards":{"shard1":{       "range":"80000000-7fffffff",       "state":"active",       "replicas":{         "core_node4":{           "state":"down",           "base_url":"http://127.0.0.1:52268/_c",           "core":"c8n_1x3_lf_shard1_replica_n1",           "node_name":"127.0.0.1:52268__c",           "type":"NRT"},         "core_node5":{           "core":"c8n_1x3_lf_shard1_replica_n2",           "base_url":"http://127.0.0.1:52238/_c",           "node_name":"127.0.0.1:52238__c",           "state":"active",           "type":"NRT",           "leader":"true"},         "core_node6":{           "core":"c8n_1x3_lf_shard1_replica_n3",           "base_url":"http://127.0.0.1:52253/_c",           "node_name":"127.0.0.1:52253__c",           "state":"down",           "type":"NRT"}}}},   "router":{"name":"compositeId"},   "maxShardsPerNode":"1",   "autoAddReplicas":"false",   "nrtReplicas":"3",   "tlogReplicas":"0"}

Stack Trace:
java.lang.AssertionError: Expected 2 of 3 replicas to be active but only found 1; [core_node5:{"core":"c8n_1x3_lf_shard1_replica_n2","base_url":"http://127.0.0.1:52238/_c","node_name":"127.0.0.1:52238__c","state":"active","type":"NRT","leader":"true"}]; clusterState: DocCollection(c8n_1x3_lf//collections/c8n_1x3_lf/state.json/17)={
  "pullReplicas":"0",
  "replicationFactor":"1",
  "shards":{"shard1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{
        "core_node4":{
          "state":"down",
          "base_url":"http://127.0.0.1:52268/_c",
          "core":"c8n_1x3_lf_shard1_replica_n1",
          "node_name":"127.0.0.1:52268__c",
          "type":"NRT"},
        "core_node5":{
          "core":"c8n_1x3_lf_shard1_replica_n2",
          "base_url":"http://127.0.0.1:52238/_c",
          "node_name":"127.0.0.1:52238__c",
          "state":"active",
          "type":"NRT",
          "leader":"true"},
        "core_node6":{
          "core":"c8n_1x3_lf_shard1_replica_n3",
          "base_url":"http://127.0.0.1:52253/_c",
          "node_name":"127.0.0.1:52253__c",
          "state":"down",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"1",
  "autoAddReplicas":"false",
  "nrtReplicas":"3",
  "tlogReplicas":"0"}
	at __randomizedtesting.SeedInfo.seed([C98B0B0C27CBFDD4:41DF34D68937902C]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.testRf3WithLeaderFailover(LeaderFailoverAfterPartitionTest.java:169)
	at org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.test(LeaderFailoverAfterPartitionTest.java:56)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:993)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
	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:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	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 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.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.cloud.TestTlogReplica.testCreateDelete {seed=[C98B0B0C27CBFDD4:66CD46BCE5F9CEC8]}

Error Message:
Could not find collection : tlog_replica_test_create_delete

Stack Trace:
org.apache.solr.common.SolrException: Could not find collection : tlog_replica_test_create_delete
	at __randomizedtesting.SeedInfo.seed([C98B0B0C27CBFDD4:66CD46BCE5F9CEC8]:0)
	at org.apache.solr.common.cloud.ClusterState.getCollection(ClusterState.java:118)
	at org.apache.solr.cloud.SolrCloudTestCase.getCollectionState(SolrCloudTestCase.java:247)
	at org.apache.solr.cloud.TestTlogReplica.testCreateDelete(TestTlogReplica.java:188)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	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:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	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 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.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.cloud.TestTlogReplica.testOnlyLeaderIndexes

Error Message:
Expected collection to be created with 1 shards and  2 replicas null Live Nodes: [127.0.0.1:64995_solr, 127.0.0.1:64996_solr] Last available state: null

Stack Trace:
java.lang.AssertionError: Expected collection to be created with 1 shards and  2 replicas
null
Live Nodes: [127.0.0.1:64995_solr, 127.0.0.1:64996_solr]
Last available state: null
	at __randomizedtesting.SeedInfo.seed([C98B0B0C27CBFDD4:D58A7681526E8347]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.cloud.SolrCloudTestCase.waitForState(SolrCloudTestCase.java:269)
	at org.apache.solr.cloud.TestTlogReplica.createAndWaitForCollection(TestTlogReplica.java:733)
	at org.apache.solr.cloud.TestTlogReplica.testOnlyLeaderIndexes(TestTlogReplica.java:456)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	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:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	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 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.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.cloud.TestTlogReplica.testBasicLeaderElection

Error Message:


Stack Trace:
java.lang.NullPointerException
	at __randomizedtesting.SeedInfo.seed([C98B0B0C27CBFDD4:5F03CD44CF51BA2E]:0)
	at org.apache.solr.cloud.TestTlogReplica.getSolrRunner(TestTlogReplica.java:898)
	at org.apache.solr.cloud.TestTlogReplica.testBasicLeaderElection(TestTlogReplica.java:645)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	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:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	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 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.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.cloud.TestTlogReplica.testRecovery

Error Message:


Stack Trace:
java.lang.NullPointerException
	at __randomizedtesting.SeedInfo.seed([C98B0B0C27CBFDD4:87B72A00A9B3773]:0)
	at org.apache.solr.cloud.TestTlogReplica.getSolrRunner(TestTlogReplica.java:898)
	at org.apache.solr.cloud.TestTlogReplica.testRecovery(TestTlogReplica.java:534)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	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:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	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 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.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.cloud.TestTlogReplica.testOutOfOrderDBQWithInPlaceUpdates

Error Message:


Stack Trace:
java.lang.NullPointerException
	at __randomizedtesting.SeedInfo.seed([C98B0B0C27CBFDD4:4F4AF3E1789A2B34]:0)
	at org.apache.solr.cloud.TestTlogReplica.getSolrCore(TestTlogReplica.java:863)
	at org.apache.solr.cloud.TestTlogReplica.testOutOfOrderDBQWithInPlaceUpdates(TestTlogReplica.java:662)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	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:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	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 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.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.cloud.autoscaling.TriggerIntegrationTest.testSetProperties

Error Message:
Expected 8 triggers but found: [x0, x1, x2, x3, x4, x5, x6] expected:<8> but was:<7>

Stack Trace:
java.lang.AssertionError: Expected 8 triggers but found: [x0, x1, x2, x3, x4, x5, x6] expected:<8> but was:<7>
	at __randomizedtesting.SeedInfo.seed([C98B0B0C27CBFDD4:A2EFDC4594E66850]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.failNotEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:128)
	at org.junit.Assert.assertEquals(Assert.java:472)
	at org.apache.solr.cloud.autoscaling.TriggerIntegrationTest.testSetProperties(TriggerIntegrationTest.java:1322)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	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:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	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 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.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.handler.admin.AutoscalingHistoryHandlerTest.testHistory

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

Stack Trace:
java.lang.AssertionError: expected:<5> but was:<0>
	at __randomizedtesting.SeedInfo.seed([C98B0B0C27CBFDD4:A477AFF19D8302D3]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.failNotEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:128)
	at org.junit.Assert.assertEquals(Assert.java:472)
	at org.junit.Assert.assertEquals(Assert.java:456)
	at org.apache.solr.handler.admin.AutoscalingHistoryHandlerTest.testHistory(AutoscalingHistoryHandlerTest.java:265)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	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:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	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 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.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 11949 lines...]
   [junit4] Suite: org.apache.solr.cloud.autoscaling.TriggerIntegrationTest
   [junit4]   2> Creating dataDir: /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.TriggerIntegrationTest_C98B0B0C27CBFDD4-001/init-core-data-001
   [junit4]   2> 110331 WARN  (SUITE-TriggerIntegrationTest-seed#[C98B0B0C27CBFDD4]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=1 numCloses=1
   [junit4]   2> 110331 INFO  (SUITE-TriggerIntegrationTest-seed#[C98B0B0C27CBFDD4]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 110335 INFO  (SUITE-TriggerIntegrationTest-seed#[C98B0B0C27CBFDD4]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN) w/ MAC_OS_X supressed clientAuth
   [junit4]   2> 110335 INFO  (SUITE-TriggerIntegrationTest-seed#[C98B0B0C27CBFDD4]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 110336 INFO  (SUITE-TriggerIntegrationTest-seed#[C98B0B0C27CBFDD4]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.TriggerIntegrationTest_C98B0B0C27CBFDD4-001/tempDir-001
   [junit4]   2> 110336 INFO  (SUITE-TriggerIntegrationTest-seed#[C98B0B0C27CBFDD4]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 110336 INFO  (Thread-159) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 110336 INFO  (Thread-159) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 110339 ERROR (Thread-159) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 110436 INFO  (SUITE-TriggerIntegrationTest-seed#[C98B0B0C27CBFDD4]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:61324
   [junit4]   2> 110446 INFO  (zkConnectionManagerCallback-210-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 110450 INFO  (jetty-launcher-207-thread-1) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-22T05:27:37+08:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 110450 INFO  (jetty-launcher-207-thread-2) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-22T05:27:37+08:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 110452 INFO  (jetty-launcher-207-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 110452 INFO  (jetty-launcher-207-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 110452 INFO  (jetty-launcher-207-thread-1) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 110452 INFO  (jetty-launcher-207-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@372836b4{/solr,null,AVAILABLE}
   [junit4]   2> 110453 INFO  (jetty-launcher-207-thread-2) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 110453 INFO  (jetty-launcher-207-thread-2) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 110453 INFO  (jetty-launcher-207-thread-2) [    ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 110453 INFO  (jetty-launcher-207-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@e8fabc9{/solr,null,AVAILABLE}
   [junit4]   2> 110453 INFO  (jetty-launcher-207-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@6c24f39a{HTTP/1.1,[http/1.1]}{127.0.0.1:61326}
   [junit4]   2> 110453 INFO  (jetty-launcher-207-thread-1) [    ] o.e.j.s.Server Started @115079ms
   [junit4]   2> 110453 INFO  (jetty-launcher-207-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=61326}
   [junit4]   2> 110454 INFO  (jetty-launcher-207-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@24022591{HTTP/1.1,[http/1.1]}{127.0.0.1:61327}
   [junit4]   2> 110454 ERROR (jetty-launcher-207-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 110454 INFO  (jetty-launcher-207-thread-2) [    ] o.e.j.s.Server Started @115080ms
   [junit4]   2> 110454 INFO  (jetty-launcher-207-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.3.0
   [junit4]   2> 110454 INFO  (jetty-launcher-207-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=61327}
   [junit4]   2> 110454 INFO  (jetty-launcher-207-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 110454 INFO  (jetty-launcher-207-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 110454 INFO  (jetty-launcher-207-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-01-27T12:29:18.968Z
   [junit4]   2> 110454 ERROR (jetty-launcher-207-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 110455 INFO  (jetty-launcher-207-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.3.0
   [junit4]   2> 110455 INFO  (jetty-launcher-207-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 110455 INFO  (jetty-launcher-207-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 110455 INFO  (jetty-launcher-207-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-01-27T12:29:18.969Z
   [junit4]   2> 110456 INFO  (zkConnectionManagerCallback-212-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 110456 INFO  (zkConnectionManagerCallback-214-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 110457 INFO  (jetty-launcher-207-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 110457 INFO  (jetty-launcher-207-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 110468 INFO  (jetty-launcher-207-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:61324/solr
   [junit4]   2> 110469 INFO  (jetty-launcher-207-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:61324/solr
   [junit4]   2> 110470 INFO  (zkConnectionManagerCallback-220-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 110479 INFO  (zkConnectionManagerCallback-222-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 110483 INFO  (zkConnectionManagerCallback-226-thread-1-processing-n:127.0.0.1:61326_solr) [n:127.0.0.1:61326_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 110483 INFO  (zkConnectionManagerCallback-225-thread-1-processing-n:127.0.0.1:61327_solr) [n:127.0.0.1:61327_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 110602 INFO  (jetty-launcher-207-thread-2) [n:127.0.0.1:61327_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 110602 INFO  (jetty-launcher-207-thread-1) [n:127.0.0.1:61326_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 110602 INFO  (jetty-launcher-207-thread-2) [n:127.0.0.1:61327_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:61327_solr
   [junit4]   2> 110603 INFO  (jetty-launcher-207-thread-1) [n:127.0.0.1:61326_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:61326_solr
   [junit4]   2> 110604 INFO  (jetty-launcher-207-thread-2) [n:127.0.0.1:61327_solr    ] o.a.s.c.Overseer Overseer (id=99421792426524678-127.0.0.1:61327_solr-n_0000000000) starting
   [junit4]   2> 110605 INFO  (zkCallback-224-thread-1-processing-n:127.0.0.1:61326_solr) [n:127.0.0.1:61326_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 110605 INFO  (zkCallback-223-thread-1-processing-n:127.0.0.1:61327_solr) [n:127.0.0.1:61327_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 110618 DEBUG (OverseerAutoScalingTriggerThread-99421792426524678-127.0.0.1:61327_solr-n_0000000000) [n:127.0.0.1:61327_solr    ] o.a.s.c.a.OverseerTriggerThread Adding .autoAddReplicas trigger
   [junit4]   2> 110619 DEBUG (OverseerAutoScalingTriggerThread-99421792426524678-127.0.0.1:61327_solr-n_0000000000) [n:127.0.0.1:61327_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 1
   [junit4]   2> 110620 DEBUG (OverseerAutoScalingTriggerThread-99421792426524678-127.0.0.1:61327_solr-n_0000000000) [n:127.0.0.1:61327_solr    ] o.a.s.c.a.NodeLostTrigger Initial livenodes: [127.0.0.1:61326_solr]
   [junit4]   2> 110620 DEBUG (OverseerAutoScalingTriggerThread-99421792426524678-127.0.0.1:61327_solr-n_0000000000) [n:127.0.0.1:61327_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion -1
   [junit4]   2> 110620 DEBUG (OverseerAutoScalingTriggerThread-99421792426524678-127.0.0.1:61327_solr-n_0000000000) [n:127.0.0.1:61327_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 1
   [junit4]   2> 110623 INFO  (jetty-launcher-207-thread-2) [n:127.0.0.1:61327_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:61327_solr
   [junit4]   2> 110623 DEBUG (OverseerAutoScalingTriggerThread-99421792426524678-127.0.0.1:61327_solr-n_0000000000) [n:127.0.0.1:61327_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 110624 DEBUG (OverseerAutoScalingTriggerThread-99421792426524678-127.0.0.1:61327_solr-n_0000000000) [n:127.0.0.1:61327_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion 1
   [junit4]   2> 110624 INFO  (zkCallback-223-thread-1-processing-n:127.0.0.1:61327_solr) [n:127.0.0.1:61327_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 110624 INFO  (zkCallback-224-thread-1-processing-n:127.0.0.1:61326_solr) [n:127.0.0.1:61326_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 110624 DEBUG (ScheduledTrigger-347-thread-1) [n:127.0.0.1:61327_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 110707 INFO  (jetty-launcher-207-thread-1) [n:127.0.0.1:61326_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_61326.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5d6d12ad
   [junit4]   2> 110714 INFO  (jetty-launcher-207-thread-2) [n:127.0.0.1:61327_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_61327.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5d6d12ad
   [junit4]   2> 110720 INFO  (jetty-launcher-207-thread-1) [n:127.0.0.1:61326_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_61326.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5d6d12ad
   [junit4]   2> 110720 INFO  (jetty-launcher-207-thread-1) [n:127.0.0.1:61326_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_61326.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5d6d12ad
   [junit4]   2> 110721 INFO  (jetty-launcher-207-thread-2) [n:127.0.0.1:61327_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_61327.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5d6d12ad
   [junit4]   2> 110721 INFO  (jetty-launcher-207-thread-2) [n:127.0.0.1:61327_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_61327.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5d6d12ad
   [junit4]   2> 110722 INFO  (jetty-launcher-207-thread-1) [n:127.0.0.1:61326_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.TriggerIntegrationTest_C98B0B0C27CBFDD4-001/tempDir-001/node1/.
   [junit4]   2> 110722 INFO  (jetty-launcher-207-thread-2) [n:127.0.0.1:61327_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.TriggerIntegrationTest_C98B0B0C27CBFDD4-001/tempDir-001/node2/.
   [junit4]   2> 110776 INFO  (zkConnectionManagerCallback-232-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 110779 INFO  (zkConnectionManagerCallback-236-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 110781 INFO  (SUITE-TriggerIntegrationTest-seed#[C98B0B0C27CBFDD4]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 110783 INFO  (SUITE-TriggerIntegrationTest-seed#[C98B0B0C27CBFDD4]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:61324/solr ready
   [junit4]   2> 110802 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTrigger-seed#[C98B0B0C27CBFDD4]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testNodeAddedTrigger
   [junit4]   2> 110803 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTrigger-seed#[C98B0B0C27CBFDD4]) [    ] o.a.s.c.a.TriggerIntegrationTest /autoscaling.json reset, new znode version 2
   [junit4]   2> 110803 DEBUG (zkCallback-223-thread-1-processing-n:127.0.0.1:61327_solr) [n:127.0.0.1:61327_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 2
   [junit4]   2> 110803 DEBUG (OverseerAutoScalingTriggerThread-99421792426524678-127.0.0.1:61327_solr-n_0000000000) [n:127.0.0.1:61327_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 2
   [junit4]   2> 110806 DEBUG (OverseerAutoScalingTriggerThread-99421792426524678-127.0.0.1:61327_solr-n_0000000000) [n:127.0.0.1:61327_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeLost markers
   [junit4]   2> 110807 DEBUG (OverseerAutoScalingTriggerThread-99421792426524678-127.0.0.1:61327_solr-n_0000000000) [n:127.0.0.1:61327_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 110807 DEBUG (OverseerAutoScalingTriggerThread-99421792426524678-127.0.0.1:61327_solr-n_0000000000) [n:127.0.0.1:61327_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 2, lastZnodeVersion 2
   [junit4]   2> 110826 INFO  (qtp821632975-878) [n:127.0.0.1:61326_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 110828 INFO  (qtp1200424120-891) [n:127.0.0.1:61327_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 110828 DEBUG (qtp1200424120-886) [n:127.0.0.1:61327_solr    ] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 110829 INFO  (qtp1200424120-886) [n:127.0.0.1:61327_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/autoscaling params={wt=javabin&version=2} status=0 QTime=11
   [junit4]   2> 110829 DEBUG (zkCallback-223-thread-1-processing-n:127.0.0.1:61327_solr) [n:127.0.0.1:61327_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 3
   [junit4]   2> 110834 DEBUG (zkCallback-223-thread-1-processing-n:127.0.0.1:61327_solr) [n:127.0.0.1:61327_solr    ] o.a.s.c.a.NodeAddedTrigger Initial livenodes: [127.0.0.1:61326_solr, 127.0.0.1:61327_solr]
   [junit4]   2> 110834 DEBUG (zkCallback-223-thread-1-processing-n:127.0.0.1:61327_solr) [n:127.0.0.1:61327_solr    ] o.a.s.c.a.NodeAddedTrigger NodeAddedTrigger node_added_trigger instantiated with properties: {event=nodeAdded, waitFor=1, actions=[{name=test, class=org.apache.solr.cloud.autoscaling.TriggerIntegrationTest$TestTriggerAction}], enabled=true}
   [junit4]   2> 110834 DEBUG (OverseerAutoScalingTriggerThread-99421792426524678-127.0.0.1:61327_solr-n_0000000000) [n:127.0.0.1:61327_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 3
   [junit4]   2> 110836 INFO  (OverseerAutoScalingTriggerThread-99421792426524678-127.0.0.1:61327_solr-n_0000000000) [n:127.0.0.1:61327_solr    ] o.a.s.c.a.TriggerIntegrationTest TestTriggerAction init
   [junit4]   2> 110838 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTrigger-seed#[C98B0B0C27CBFDD4]) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-22T05:27:37+08:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 110838 DEBUG (OverseerAutoScalingTriggerThread-99421792426524678-127.0.0.1:61327_solr-n_0000000000) [n:127.0.0.1:61327_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeLost markers
   [junit4]   2> 110839 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTrigger-seed#[C98B0B0C27CBFDD4]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 110839 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTrigger-seed#[C98B0B0C27CBFDD4]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 110839 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTrigger-seed#[C98B0B0C27CBFDD4]) [    ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 110839 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTrigger-seed#[C98B0B0C27CBFDD4]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@ab05eff{/solr,null,AVAILABLE}
   [junit4]   2> 110839 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTrigger-seed#[C98B0B0C27CBFDD4]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@4885812f{HTTP/1.1,[http/1.1]}{127.0.0.1:61340}
   [junit4]   2> 110840 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTrigger-seed#[C98B0B0C27CBFDD4]) [    ] o.e.j.s.Server Started @115465ms
   [junit4]   2> 110840 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTrigger-seed#[C98B0B0C27CBFDD4]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=61340}
   [junit4]   2> 110840 DEBUG (OverseerAutoScalingTriggerThread-99421792426524678-127.0.0.1:61327_solr-n_0000000000) [n:127.0.0.1:61327_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 3, lastZnodeVersion 3
   [junit4]   2> 110840 DEBUG (ScheduledTrigger-347-thread-1) [n:127.0.0.1:61327_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger
   [junit4]   2> 110840 DEBUG (ScheduledTrigger-347-thread-1) [n:127.0.0.1:61327_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 2
   [junit4]   2> 110840 ERROR (TEST-TriggerIntegrationTest.testNodeAddedTrigger-seed#[C98B0B0C27CBFDD4]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 110841 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTrigger-seed#[C98B0B0C27CBFDD4]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.3.0
   [junit4]   2> 110841 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTrigger-seed#[C98B0B0C27CBFDD4]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 110841 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTrigger-seed#[C98B0B0C27CBFDD4]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 110841 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTrigger-seed#[C98B0B0C27CBFDD4]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-01-27T12:29:19.355Z
   [junit4]   2> 110843 INFO  (zkConnectionManagerCallback-238-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 110843 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTrigger-seed#[C98B0B0C27CBFDD4]) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 110853 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTrigger-seed#[C98B0B0C27CBFDD4]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:61324/solr
   [junit4]   2> 110854 INFO  (zkConnectionManagerCallback-242-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 110859 INFO  (zkConnectionManagerCallback-244-thread-1-processing-n:127.0.0.1:61340_solr) [n:127.0.0.1:61340_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 110869 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTrigger-seed#[C98B0B0C27CBFDD4]) [n:127.0.0.1:61340_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 110873 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTrigger-seed#[C98B0B0C27CBFDD4]) [n:127.0.0.1:61340_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 110876 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTrigger-seed#[C98B0B0C27CBFDD4]) [n:127.0.0.1:61340_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:61340_solr
   [junit4]   2> 110879 INFO  (zkCallback-224-thread-1-processing-n:127.0.0.1:61326_solr) [n:127.0.0.1:61326_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 110879 INFO  (zkCallback-235-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 110880 INFO  (zkCallback-223-thread-1-processing-n:127.0.0.1:61327_solr) [n:127.0.0.1:61327_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 110881 INFO  (zkCallback-243-thread-1-processing-n:127.0.0.1:61340_solr) [n:127.0.0.1:61340_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 110966 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTrigger-seed#[C98B0B0C27CBFDD4]) [n:127.0.0.1:61340_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_61340.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5d6d12ad
   [junit4]   2> 110972 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTrigger-seed#[C98B0B0C27CBFDD4]) [n:127.0.0.1:61340_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_61340.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5d6d12ad
   [junit4]   2> 110972 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTrigger-seed#[C98B0B0C27CBFDD4]) [n:127.0.0.1:61340_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_61340.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5d6d12ad
   [junit4]   2> 110973 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTrigger-seed#[C98B0B0C27CBFDD4]) [n:127.0.0.1:61340_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.TriggerIntegrationTest_C98B0B0C27CBFDD4-001/tempDir-001/node3/.
   [junit4]   2> 111852 DEBUG (ScheduledTrigger-347-thread-2) [n:127.0.0.1:61327_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger
   [junit4]   2> 111852 DEBUG (ScheduledTrigger-347-thread-2) [n:127.0.0.1:61327_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 3
   [junit4]   2> 111853 DEBUG (ScheduledTrigger-347-thread-2) [n:127.0.0.1:61327_solr    ] o.a.s.c.a.NodeAddedTrigger Tracking new node: 127.0.0.1:61340_solr at time 756679364720229
   [junit4]   2> 112863 DEBUG (ScheduledTrigger-347-thread-2) [n:127.0.0.1:61327_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger
   [junit4]   2> 112863 DEBUG (ScheduledTrigger-347-thread-2) [n:127.0.0.1:61327_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 3
   [junit4]   2> 112863 DEBUG (ScheduledTrigger-347-thread-2) [n:127.0.0.1:61327_solr    ] o.a.s.c.a.NodeAddedTrigger NodeAddedTrigger node_added_trigger firing registered processor for nodes: [127.0.0.1:61340_solr] added at times [756679364720229], now=756680374867404
   [junit4]   2> 112863 DEBUG (ScheduledTrigger-347-thread-2) [n:127.0.0.1:61327_solr    ] o.a.s.c.a.ScheduledTriggers ++++++++ Cooldown inactive - processing event: {
   [junit4]   2>   "id":"2b03224be3665T5gvln9ivyvbfucls5hdwrivai",
   [junit4]   2>   "source":"node_added_trigger",
   [junit4]   2>   "eventTime":756679364720229,
   [junit4]   2>   "eventType":"NODEADDED",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[756679364720229],
   [junit4]   2>     "nodeNames":["127.0.0.1:61340_solr"]}}
   [junit4]   2> 112863 DEBUG (ScheduledTrigger-347-thread-2) [n:127.0.0.1:61327_solr    ] o.a.s.c.a.ScheduledTriggers Pausing all triggers: [node_added_trigger]
   [junit4]   2> 112864 INFO  (ScheduledTrigger-347-thread-2) [n:127.0.0.1:61327_solr    ] o.a.s.c.a.SystemLogListener Collection .system does not exist, disabling logging.
   [junit4]   2> 112865 DEBUG (AutoscalingActionExecutor-348-thread-1-processing-n:127.0.0.1:61327_solr) [n:127.0.0.1:61327_solr    ] o.a.s.c.a.ScheduledTriggers -- processing actions for {
   [junit4]   2>   "id":"2b03224be3665T5gvln9ivyvbfucls5hdwrivai",
   [junit4]   2>   "source":"node_added_trigger",
   [junit4]   2>   "eventTime":756679364720229,
   [junit4]   2>   "eventType":"NODEADDED",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[756679364720229],
   [junit4]   2>     "_enqueue_time_":756680375454009,
   [junit4]   2>     "nodeNames":["127.0.0.1:61340_solr"]}}
   [junit4]   2> 112867 DEBUG (AutoscalingActionExecutor-348-thread-1-processing-n:127.0.0.1:61327_solr) [n:127.0.0.1:61327_solr    ] o.a.s.c.a.ScheduledTriggers Resuming trigger: node_added_trigger after 5000ms
   [junit4]   2> 112867 DEBUG (AutoscalingActionExecutor-348-thread-1-processing-n:127.0.0.1:61327_solr) [n:127.0.0.1:61327_solr    ] o.a.s.c.a.ScheduledTriggers -- processing took 2 ms for event id=2b03224be3665T5gvln9ivyvbfucls5hdwrivai
   [junit4]   2> 112879 INFO  (qtp821632975-880) [n:127.0.0.1:61326_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 112881 INFO  (qtp1200424120-891) [n:127.0.0.1:61327_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 112884 INFO  (qtp483556555-941) [n:127.0.0.1:61340_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 112884 DEBUG (qtp1200424120-889) [n:127.0.0.1:61327_solr    ] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 112885 INFO  (qtp1200424120-889) [n:127.0.0.1:61327_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/autoscaling params={wt=javabin&version=2} status=0 QTime=8
   [junit4]   2> 112886 DEBUG (zkCallback-223-thread-1-processing-n:127.0.0.1:61327_solr) [n:127.0.0.1:61327_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 4
   [junit4]   2> 112886 DEBUG (zkCallback-223-thread-1-processing-n:127.0.0.1:61327_solr) [n:127.0.0.1:61327_solr    ] o.a.s.c.a.NodeAddedTrigger Initial livenodes: [127.0.0.1:61326_solr, 127.0.0.1:61327_solr, 127.0.0.1:61340_solr]
   [junit4]   2> 112886 DEBUG (zkCallback-223-thread-1-processing-n:127.0.0.1:61327_solr) [n:127.0.0.1:61327_solr    ] o.a.s.c.a.NodeAddedTrigger NodeAddedTrigger node_added_trigger instantiated with properties: {event=nodeAdded, waitFor=1, actions=[{name=test, class=org.apache.solr.cloud.autoscaling.TriggerIntegrationTest$TestTriggerAction}], enabled=true}
   [junit4]   2> 112887 DEBUG (OverseerAutoScalingTriggerThread-99421792426524678-127.0.0.1:61327_solr-n_0000000000) [n:127.0.0.1:61327_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 4
   [junit4]   2> 112887 DEBUG (OverseerAutoScalingTriggerThread-99421792426524678-127.0.0.1:61327_solr-n_0000000000) [n:127.0.0.1:61327_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeLost markers
   [junit4]   2> 112888 DEBUG (OverseerAutoScalingTriggerThread-99421792426524678-127.0.0.1:61327_solr-n_0000000000) [n:127.0.0.1:61327_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 4, lastZnodeVersion 4
   [junit4]   2> 114896 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTrigger-seed#[C98B0B0C27CBFDD4]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testNodeAddedTrigger
   [junit4]   2> 114938 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTriggerRestoreState-seed#[C98B0B0C27CBFDD4]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testNodeAddedTriggerRestoreState
   [junit4]   2> 114939 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTriggerRestoreState-seed#[C98B0B0C27CBFDD4]) [    ] o.a.s.c.a.TriggerIntegrationTest /autoscaling.json reset, new znode version 5
   [junit4]   2> 114940 DEBUG (zkCallback-223-thread-1-processing-n:127.0.0.1:61327_solr) [n:127.0.0.1:61327_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 5
   [junit4]   2> 114940 DEBUG (OverseerAutoScalingTriggerThread-99421792426524678-127.0.0.1:61327_solr-n_0000000000) [n:127.0.0.1:61327_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 5
   [junit4]   2> 114942 DEBUG (OverseerAutoScalingTriggerThread-99421792426524678-127.0.0.1:61327_solr-n_0000000000) [n:127.0.0.1:61327_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeLost markers
   [junit4]   2> 114943 DEBUG (OverseerAutoScalingTriggerThread-99421792426524678-127.0.0.1:61327_solr-n_0000000000) [n:127.0.0.1:61327_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 114943 DEBUG (OverseerAutoScalingTriggerThread-99421792426524678-127.0.0.1:61327_solr-n_0000000000) [n:127.0.0.1:61327_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 5, lastZnodeVersion 5
   [junit4]   2> 114947 INFO  (qtp821632975-883) [n:127.0.0.1:61326_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 114949 INFO  (qtp1200424120-889) [n:127.0.0.1:61327_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 114951 INFO  (qtp483556555-945) [n:127.0.0.1:61340_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 114952 DEBUG (qtp821632975-880) [n:127.0.0.1:61326_solr    ] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 114952 INFO  (qtp821632975-880) [n:127.0.0.1:61326_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/autoscaling params={wt=javabin&version=2} status=0 QTime=8
   [junit4]   2> 114953 DEBUG (zkCallback-223-thread-1-processing-n:127.0.0.1:61327_solr) [n:127.0.0.1:61327_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 6
   [junit4]   2> 114953 DEBUG (zkCallback-223-thread-1-processing-n:127.0.0.1:61327_solr) [n:127.0.0.1:61327_solr    ] o.a.s.c.a.NodeAddedTrigger Initial livenodes: [127.0.0.1:61326_solr, 127.0.0.1:61327_solr, 127.0.0.1:61340_solr]
   [junit4]   2> 114953 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTriggerRestoreState-seed#[C98B0B0C27CBFDD4]) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-22T05:27:37+08:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 114953 DEBUG (zkCallback-223-thread-1-processing-n:127.0.0.1:61327_solr) [n:127.0.0.1:61327_solr    ] o.a.s.c.a.NodeAddedTrigger NodeAddedTrigger node_added_restore_trigger instantiated with properties: {event=nodeAdded, waitFor=5, actions=[{name=test, class=org.apache.solr.cloud.autoscaling.TriggerIntegrationTest$TestTriggerAction}], enabled=true}
   [junit4]   2> 114953 DEBUG (OverseerAutoScalingTriggerThread-99421792426524678-127.0.0.1:61327_solr-n_0000000000) [n:127.0.0.1:61327_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 6
   [junit4]   2> 114954 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTriggerRestoreState-seed#[C98B0B0C27CBFDD4]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 114955 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTriggerRestoreState-seed#[C98B0B0C27CBFDD4]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 114955 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTriggerRestoreState-seed#[C98B0B0C27CBFDD4]) [    ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 114955 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTriggerRestoreState-seed#[C98B0B0C27CBFDD4]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@5e94cad6{/solr,null,AVAILABLE}
   [junit4]   2> 114955 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTriggerRestoreState-seed#[C98B0B0C27CBFDD4]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@5872a092{HTTP/1.1,[http/1.1]}{127.0.0.1:61355}
   [junit4]   2> 114955 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTriggerRestoreState-seed#[C98B0B0C27CBFDD4]) [    ] o.e.j.s.Server Started @119581ms
   [junit4]   2> 114955 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTriggerRestoreState-seed#[C98B0B0C27CBFDD4]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=61355}
   [junit4]   2> 114956 ERROR (TEST-TriggerIntegrationTest.testNodeAddedTriggerRestoreState-seed#[C98B0B0C27CBFDD4]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 114956 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTriggerRestoreState-seed#[C98B0B0C27CBFDD4]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.3.0
   [junit4]   2> 114956 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTriggerRestoreState-seed#[C98B0B0C27CBFDD4]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 114956 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTriggerRestoreState-seed#[C98B0B0C27CBFDD4]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 114956 INFO  (OverseerAutoScalingTriggerThread-99421792426524678-127.0.0.1:61327_solr-n_0000000000) [n:127.0.0.1:61327_solr    ] o.a.s.c.a.TriggerIntegrationTest TestTriggerAction init
   [junit4]   2> 114956 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTriggerRestoreState-seed#[C98B0B0C27CBFDD4]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-01-27T12:29:23.470Z
   [junit4]   2> 114956 DEBUG (OverseerAutoScalingTriggerThread-99421792426524678-127.0.0.1:61327_solr-n_0000000000) [n:127.0.0.1:61327_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeLost markers
   [junit4]   2> 114957 DEBUG (OverseerAutoScalingTriggerThread-99421792426524678-127.0.0.1:61327_solr-n_0000000000) [n:127.0.0.1:61327_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 6, lastZnodeVersion 6
   [junit4]   2> 114957 DEBUG (ScheduledTrigger-347-thread-4) [n:127.0.0.1:61327_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_restore_trigger
   [junit4]   2> 114958 DEBUG (ScheduledTrigger-347-thread-4) [n:127.0.0.1:61327_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 3
   [junit4]   2> 114958 INFO  (zkConnectionManagerCallback-248-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 114959 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTriggerRestoreState-seed#[C98B0B0C27CBFDD4]) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 114969 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTriggerRestoreState-seed#[C98B0B0C27CBFDD4]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:61324/solr
   [junit4]   2> 114970 INFO  (zkConnectionManagerCallback-252-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 114974 INFO  (zkConnectionManagerCallback-254-thread-1-processing-n:127.0.0.1:61355_solr) [n:127.0.0.1:61355_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 114989 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTriggerRestoreState-seed#[C98B0B0C27CBFDD4]) [n:127.0.0.1:61355_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 114993 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTriggerRestoreState-seed#[C98B0B0C27CBFDD4]) [n:127.0.0.1:61355_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 114996 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTriggerRestoreState-seed#[C98B0B0C27CBFDD4]) [n:127.0.0.1:61355_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:61355_solr
   [junit4]   2> 115000 INFO  (zkCallback-224-thread-1-processing-n:127.0.0.1:61326_solr) [n:127.0.0.1:61326_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 115000 INFO  (zkCallback-235-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 115001 INFO  (zkCallback-223-thread-1-processing-n:127.0.0.1:61327_solr) [n:127.0.0.1:61327_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 115001 INFO  (zkCallback-243-thread-1-processing-n:127.0.0.1:61340_solr) [n:127.0.0.1:61340_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 115002 INFO  (zkCallback-253-thread-1-processing-n:127.0.0.1:61355_solr) [n:127.0.0.1:61355_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 115086 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTriggerRestoreState-seed#[C98B0B0C27CBFDD4]) [n:127.0.0.1:61355_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_61355.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5d6d12ad
   [junit4]   2> 115092 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTriggerRestoreState-seed#[C98B0B0C27CBFDD4]) [n:127.0.0.1:61355_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_61355.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5d6d12ad
   [junit4]   2> 115092 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTriggerRestoreState-seed#[C98B0B0C27CBFDD4]) [n:127.0.0.1:61355_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_61355.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5d6d12ad
   [junit4]   2> 115093 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTriggerRestoreState-seed#[C98B0B0C27CBFDD4]) [n:127.0.0.1:61355_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.TriggerIntegrationTest_C98B0B0C27CBFDD4-001/tempDir-001/node4/.
   [junit4]   2> 115969 DEBUG (ScheduledTrigger-347-thread-4) [n:127.0.0.1:61327_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_restore_trigger
   [junit4]   2> 115969 DEBUG (ScheduledTrigger-347-thread-4) [n:127.0.0.1:61327_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 4
   [junit4]   2> 115969 DEBUG (ScheduledTrigger-347-thread-4) [n:127.0.0.1:61327_solr    ] o.a.s.c.a.NodeAddedTrigger Tracking new node: 127.0.0.1:61355_solr at time 756683480849775
   [junit4]   2> 116638 INFO  (qtp821632975-885) [n:127.0.0.1:61326_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 116640 INFO  (qtp1200424120-889) [n:127.0.0.1:61327_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 116641 INFO  (qtp483556555-947) [n:127.0.0.1:61340_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 116643 INFO  (qtp1588359092-973) [n:127.0.0.1:61355_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 116643 DEBUG (qtp1588359092-969) [n:127.0.0.1:61355_solr    ] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 116644 INFO  (qtp1588359092-969) [n:127.0.0.1:61355_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/autoscaling params={wt=javabin&version=2} status=0 QTime=8
   [junit4]   2> 116645 DEBUG (zkCallback-223-thread-1-processing-n:127.0.0.1:61327_solr) [n:127.0.0.1:61327_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 7
   [junit4]   2> 116645 DEBUG (zkCallback-223-thread-1-processing-n:127.0.0.1:61327_solr) [n:127.0.0.1:61327_solr    ] o.a.s.c.a.NodeAddedTrigger Initial livenodes: [127.0.0.1:61355_solr, 127.0.0.1:61326_solr, 127.0.0.1:61327_solr, 127.0.0.1:61340_solr]
   [junit4]   2> 116645 DEBUG (zkCallback-223-thread-1-processing-n:127.0.0.1:61327_solr) [n:127.0.0.1:61327_solr    ] o.a.s.c.a.NodeAddedTrigger NodeAddedTrigger node_added_restore_trigger instantiated with properties: {event=nodeAdded, waitFor=0, actions=[{name=test, class=org.apache.solr.cloud.autoscaling.TriggerIntegrationTest$TestTriggerAction}], enabled=true}
   [junit4]   2> 116645 DEBUG (OverseerAutoScalingTriggerThread-99421792426524678-127.0.0.1:61327_solr-n_0000000000) [n:127.0.0.1:61327_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 7
   [junit4]   2> 116646 INFO  (OverseerAutoScalingTriggerThread-99421792426524678-127.0.0.1:61327_solr-n_0000000000) [n:127.0.0.1:61327_solr    ] o.a.s.c.a.TriggerIntegrationTest TestTriggerAction init
   [junit4]   2> 116647 DEBUG (OverseerAutoScalingTriggerThread-99421792426524678-127.0.0.1:61327_solr-n_0000000000) [n:127.0.0.1:61327_solr    ] o.a.s.c.a.NodeAddedTrigger Adding node from marker path: 127.0.0.1:61355_solr
   [junit4]   2> 116648 DEBUG (OverseerAutoScalingTriggerThread-99421792426524678-127.0.0.1:61327_solr-n_0000000000) [n:127.0.0.1:61327_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeLost markers
   [junit4]   2> 116648 DEBUG (ScheduledTrigger-347-thread-2) [n:127.0.0.1:61327_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_restore_trigger
   [junit4]   2> 116648 DEBUG (ScheduledTrigger-347-thread-2) [n:127.0.0.1:61327_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 4
   [junit4]   2> 116648 DEBUG (ScheduledTrigger-347-thread-2) [n:127.0.0.1:61327_solr    ] o.a.s.c.a.NodeAddedTrigger NodeAddedTrigger node_added_restore_trigger firing registered processor for nodes: [127.0.0.1:61355_solr] added at times [756684158904913], now=756684159823470
   [junit4]   2> 116648 DEBUG (ScheduledTrigger-347-thread-2) [n:127.0.0.1:61327_solr    ] o.a.s.c.a.ScheduledTriggers ++++++++ Cooldown inactive - processing event: {
   [junit4]   2>   "id":"2b033427faa51T5gvln9ivyvbfucls5hdwrivak",
   [junit4]   2>   "source":"node_added_restore_trigger",
   [junit4]   2>   "eventTime":756684158904913,
   [junit4]   2>   "eventType":"NODEADDED",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[756684158904913],
   [junit4]   2>     "nodeNames":["127.0.0.1:61355_solr"]}}
   [junit4]   2> 116648 DEBUG (ScheduledTrigger-347-thread-2) [n:127.0.0.1:61327_solr    ] o.a.s.c.a.ScheduledTriggers Pausing all triggers: [node_added_restore_trigger]
   [junit4]   2> 116648 DEBUG (OverseerAutoScalingTriggerThread-99421792426524678-127.0.0.1:61327_solr-n_0000000000) [n:127.0.0.1:61327_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 7, lastZnodeVersion 7
   [junit4]   2> 116649 INFO  (ScheduledTrigger-347-thread-2) [n:127.0.0.1:61327_solr    ] o.a.s.c.a.SystemLogListener Collection .system does not exist, disabling logging.
   [junit4]   2> 116649 DEBUG (AutoscalingActionExecutor-348-thread-1-processing-n:127.0.0.1:61327_solr) [n:127.0.0.1:61327_solr    ] o.a.s.c.a.ScheduledTriggers -- processing actions for {
   [junit4]   2>   "id":"2b033427faa51T5gvln9ivyvbfucls5hdwrivak",
   [junit4]   2>   "source":"node_added_restore_trigger",
   [junit4]   2>   "eventTime":756684158904913,
   [junit4]   2>   "eventType":"NODEADDED",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[756684158904913],
   [junit4]   2>     "_enqueue_time_":756684159972569,
   [junit4]   2>     "nodeNames":["127.0.0.1:61355_solr"]}}
   [junit4]   2> 116649 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTriggerRestoreState-seed#[C98B0B0C27CBFDD4]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testNodeAddedTriggerRestoreState
   [junit4]   2> 116655 DEBUG (AutoscalingActionExecutor-348-thread-1-processing-n:127.0.0.1:61327_solr) [n:127.0.0.1:61327_solr    ] o.a.s.c.a.ScheduledTriggers Resuming trigger: node_added_restore_trigger after 5000ms
   [junit4]   2> 116656 DEBUG (AutoscalingActionExecutor-348-thread-1-processing-n:127.0.0.1:61327_solr) [n:127.0.0.1:61327_solr    ] o.a.s.c.a.ScheduledTriggers -- processing took 6 ms for event id=2b033427faa51T5gvln9ivyvbfucls5hdwrivak
   [junit4]   2> 116675 INFO  (TEST-TriggerIntegrationTest.testMetricTrigger-seed#[C98B0B0C27CBFDD4]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testMetricTrigger
   [junit4]   2> 116676 INFO  (TEST-TriggerIntegrationTest.testMetricTrigger-seed#[C98B0B0C27CBFDD4]) [    ] o.a.s.c.a.TriggerIntegrationTest /autoscaling.json reset, new znode version 8
   [junit4]   2> 116677 DEBUG (zkCallback-223-thread-1-processing-n:127.0.0.1:61327_solr) [n:127.0.0.1:61327_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 8
   [junit4]   2> 116677 DEBUG (OverseerAutoScalingTriggerThread-99421792426524678-127.0.0.1:61327_solr-n_0000000000) [n:127.0.0.1:61327_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 8
   [junit4]   2> 116679 DEBUG (OverseerAutoScalingTriggerThread-99421792426524678-127.0.0.1:61327_solr-n_0000000000) [n:127.0.0.1:61327_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeLost markers
   [junit4]   2> 116679 DEBUG (OverseerAutoScalingTriggerThread-99421792426524678-127.0.0.1:61327_solr-n_0000000000) [n:127.0.0.1:61327_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 116680 DEBUG (OverseerAutoScalingTriggerThread-99421792426524678-127.0.0.1:61327_solr-n_0000000000) [n:127.0.0.1:61327_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 8, lastZnodeVersion 8
   [junit4]   2> 116681 INFO  (zkConnectionManagerCallback-258-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 116684 INFO  (qtp821632975-882) [n:127.0.0.1:61326_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=1&collection.configName=conf&name=testMetricTrigger&nrtReplicas=1&action=CREATE&numShards=2&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 116687 INFO  (OverseerThreadFactory-349-thread-1-processing-n:127.0.0.1:61327_solr) [n:127.0.0.1:61327_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection testMetricTrigger
   [junit4]   2> 116813 INFO  (OverseerStateUpdate-99421792426524678-127.0.0.1:61327_solr-n_0000000000) [n:127.0.0.1:61327_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testMetricTrigger",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testMetricTrigger_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:61340/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 116817 INFO  (OverseerStateUpdate-99421792426524678-127.0.0.1:61327_solr-n_0000000000) [n:127.0.0.1:61327_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testMetricTrigger",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"testMetricTrigger_shard2_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:61327/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 117034 INFO  (qtp1200424120-889) [n:127.0.0.1:61327_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=testMetricTrigger_shard2_replica_n2&action=CREATE&numShards=2&collection=testMetricTrigger&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 117034 INFO  (qtp483556555-947) [n:127.0.0.1:61340_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=testMetricTrigger_shard1_replica_n1&action=CREATE&numShards=2&collection=testMetricTrigger&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 117035 INFO  (qtp1200424120-889) [n:127.0.0.1:61327_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 117036 INFO  (qtp483556555-947) [n:127.0.0.1:61340_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 117157 INFO  (zkCallback-243-thread-1-processing-n:127.0.0.1:61340_solr) [n:127.0.0.1:61340_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testMetricTrigger/state.json] for collection [testMetricTrigger] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 117157 INFO  (zkCallback-223-thread-1-processing-n:127.0.0.1:61327_solr) [n:127.0.0.1:61327_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testMetricTrigger/state.json] for collection [testMetricTrigger] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 117158 INFO  (zkCallback-243-thread-2-processing-n:127.0.0.1:61340_solr) [n:127.0.0.1:61340_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testMetricTrigger/state.json] for collection [testMetricTrigger] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 117158 INFO  (zkCallback-223-thread-2-processing-n:127.0.0.1:61327_solr) [n:127.0.0.1:61327_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testMetricTrigger/state.json] for collection [testMetricTrigger] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 118089 INFO  (qtp483556555-947) [n:127.0.0.1:61340_solr c:testMetricTrigger s:shard1 r:core_node3 x:testMetricTrigger_

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

tsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {action_s=PostingsFormat(name=LuceneVarGapDocFreqInterval), event.source_s=PostingsFormat(name=Memory), type=PostingsFormat(name=LuceneVarGapDocFreqInterval), before.actions_ss=PostingsFormat(name=Memory), event.property._enqueue_time__ss=PostingsFormat(name=LuceneVarGapDocFreqInterval), after.actions_ss=PostingsFormat(name=MockRandom), stage_s=PostingsFormat(name=LuceneVarGapDocFreqInterval), event.id_s=PostingsFormat(name=Asserting), event.property.eventTimes_ss=PostingsFormat(name=LuceneVarGapDocFreqInterval), source_s=PostingsFormat(name=Asserting), event.type_s=PostingsFormat(name=LuceneVarGapDocFreqInterval), responses_ts=PostingsFormat(name=MockRandom), id=PostingsFormat(name=Asserting), collections_ss=PostingsFormat(name=LuceneVarGapDocFreqInterval), operations.params_ts=PostingsFormat(name=LuceneVarGapDocFreqInterval), event.property.nodeNames_ss=PostingsFormat(name=LuceneVarGapDocFreqInterval)}, docValues:{_version_=DocValuesFormat(name=Lucene70), event.time_l=DocValuesFormat(name=Lucene70), timestamp=DocValuesFormat(name=Lucene70)}, maxPointsInLeafNode=1296, maxMBSortInHeap=5.9762019400585125, sim=RandomSimilarity(queryNorm=true): {}, locale=ar-EG, timezone=Canada/Mountain
   [junit4]   2> NOTE: Mac OS X 10.11.6 x86_64/Oracle Corporation 1.8.0_144 (64-bit)/cpus=3,threads=1,free=222189136,total=524812288
   [junit4]   2> NOTE: All tests run in this JVM: [TestZkChroot, PingRequestHandlerTest, DistributedQueryComponentOptimizationTest, TlogReplayBufferedWhileIndexingTest, HdfsBasicDistributedZk2Test, TestManagedStopFilterFactory, SpatialFilterTest, SolrIndexConfigTest, QueryResultKeyTest, CustomHighlightComponentTest, ZkCLITest, TestAuthorizationFramework, BooleanFieldTest, CloudExitableDirectoryReaderTest, CloneFieldUpdateProcessorFactoryTest, TestCloudJSONFacetJoinDomain, TestConfigOverlay, BlockJoinFacetSimpleTest, TestCollationFieldDocValues, TestXIncludeConfig, TestIBSimilarityFactory, TestSurroundQueryParser, DistribJoinFromCollectionTest, TestPhraseSuggestions, TestFieldTypeCollectionResource, TestShardHandlerFactory, PolyFieldTest, TestMergePolicyConfig, CdcrReplicationDistributedZkTest, SolrIndexSplitterTest, TestEmbeddedSolrServerSchemaAPI, TestFilteredDocIdSet, SolrShardReporterTest, TestSweetSpotSimilarityFactory, NodeAddedTriggerTest, CopyFieldTest, CollectionTooManyReplicasTest, SolrTestCaseJ4Test, AtomicUpdatesTest, SolrSlf4jReporterTest, TestCursorMarkWithoutUniqueKey, TestPartialUpdateDeduplication, TestLRUStatsCache, ConnectionReuseTest, TestSolrCloudWithSecureImpersonation, BinaryUpdateRequestHandlerTest, TestSizeLimitedDistributedMap, TestCloudPseudoReturnFields, TestAnalyzeInfixSuggestions, TestRecovery, HdfsNNFailoverTest, TestUninvertingReader, DistributedExpandComponentTest, TestHdfsCloudBackupRestore, TestLegacyTerms, TestObjectReleaseTracker, TestJoin, UninvertDocValuesMergePolicyTest, TestRealTimeGet, TestFiltering, TestCollationField, TestSchemaManager, TestSolrDeletionPolicy1, TestPullReplicaErrorHandling, TestSmileRequest, DirectSolrSpellCheckerTest, TestQueryWrapperFilter, TestComplexPhraseLeadingWildcard, AddReplicaTest, FileUtilsTest, TestBinaryField, TestUtils, TestClusterStateMutator, TestJsonFacetRefinement, TestSuggestSpellingConverter, TestRuleBasedAuthorizationPlugin, SolrCLIZkUtilsTest, TestUseDocValuesAsStored, DistributedFacetPivotSmallAdvancedTest, TestDefaultStatsCache, DateMathParserTest, TestPolicyCloud, TestInfoStreamLogging, CustomCollectionTest, SolrRequestParserTest, SolrJmxReporterCloudTest, PathHierarchyTokenizerFactoryTest, TestDeleteCollectionOnDownNodes, UtilsToolTest, SpatialHeatmapFacetsTest, RecoveryZkTest, TestSolrCoreParser, TestCorePropertiesReload, TestJmxIntegration, WordBreakSolrSpellCheckerTest, TestDocTermOrds, TestStressInPlaceUpdates, ReplicaListTransformerTest, ResourceLoaderTest, HdfsSyncSliceTest, TestFaceting, DateFieldTest, DirectSolrConnectionTest, CacheHeaderTest, TestFunctionQuery, MoveReplicaHDFSFailoverTest, AnalyticsMergeStrategyTest, SignatureUpdateProcessorFactoryTest, TestCoreContainer, DocumentBuilderTest, TestTolerantSearch, JvmMetricsTest, BigEndianAscendingWordDeserializerTest, TestFieldCacheWithThreads, TestFieldCollectionResource, SolrGangliaReporterTest, SolrInfoBeanTest, OverriddenZkACLAndCredentialsProvidersTest, PluginInfoTest, RemoteQueryErrorTest, SaslZkACLProviderTest, IndexSchemaRuntimeFieldTest, BlobRepositoryCloudTest, CreateCollectionCleanupTest, DistributedMLTComponentTest, TestNoOpRegenerator, TestSolrCloudWithHadoopAuthPlugin, TestManagedSchemaThreadSafety, HdfsWriteToMultipleCollectionsTest, AddSchemaFieldsUpdateProcessorFactoryTest, TestBlobHandler, SuggestComponentTest, TestSubQueryTransformer, DistribCursorPagingTest, TemplateUpdateProcessorTest, XmlUpdateRequestHandlerTest, ExecutePlanActionTest, TestSolrConfigHandler, SampleTest, TestConfigSetProperties, TestCharFilters, UUIDUpdateProcessorFallbackTest, TestQueryUtils, DeleteNodeTest, FacetPivotSmallTest, CachingDirectoryFactoryTest, TestGenericDistributedQueue, RuleEngineTest, OverseerStatusTest, TestDynamicLoading, RankQueryTest, NumericFieldsTest, TestSolrCLIRunExample, TestIntervalFaceting, IgnoreCommitOptimizeUpdateProcessorFactoryTest, TestFieldCacheSortRandom, OutputWriterTest, TestExportWriter, TestPostingsSolrHighlighter, MoreLikeThisHandlerTest, CurrencyRangeFacetCloudTest, TestPerFieldSimilarity, RequiredFieldsTest, PreAnalyzedUpdateProcessorTest, SolrIndexMetricsTest, TestPseudoReturnFields, DataDrivenBlockJoinTest, TestLegacyFieldReuse, TestLazyCores, TestJsonRequest, TestReplicaProperties, TestMacroExpander, TestExpandComponent, TestTrieFacet, FastVectorHighlighterTest, SubstringBytesRefFilterTest, TestLeaderInitiatedRecoveryThread, LeaderElectionTest, TestDynamicFieldCollectionResource, SOLR749Test, TestSolrQueryResponse, MetricUtilsTest, OpenCloseCoreStressTest, TestTlogReplica, ShardSplitTest, TestCloudDeleteByQuery, TestConfigSetsAPI, TestSolrConfigHandlerConcurrent, BasicDistributedZkTest, ChaosMonkeySafeLeaderTest, BasicDistributedZk2Test, UnloadDistributedZkTest, LeaderElectionIntegrationTest, ZkSolrClientTest, ShardRoutingCustomTest, TermVectorComponentDistributedTest, TestReload, SimpleFacetsTest, SolrCoreTest, StatsComponentTest, BadIndexSchemaTest, ConvertedLegacyTest, BasicFunctionalityTest, DirectUpdateHandlerTest, TestBadConfig, TestIndexSearcher, HighlighterTest, ShowFileRequestHandlerTest, DistributedQueryElevationComponentTest, TestCoreDiscovery, AnalysisAfterCoreReloadTest, TestExtendedDismaxParser, SuggesterFSTTest, TestFoldingMultitermQuery, SuggesterTSTTest, SuggesterTest, TestStressLucene, TestTrie, SuggesterWFSTTest, TestCSVLoader, SchemaVersionSpecificBehaviorTest, SolrCoreCheckLockOnStartupTest, FieldMutatingUpdateProcessorTest, TestAtomicUpdateErrorCases, TestWordDelimiterFilterFactory, QueryEqualityTest, DirectUpdateHandlerOptimizeTest, StatelessScriptUpdateProcessorFactoryTest, TestRemoteStreaming, DistanceFunctionTest, DebugComponentTest, IndexBasedSpellCheckerTest, LukeRequestHandlerTest, TestQueryTypes, TestOmitPositions, TermsComponentTest, RequestHandlersTest, TestValueSourceCache, FieldAnalysisRequestHandlerTest, LoggingHandlerTest, RegexBoostProcessorTest, SolrPluginUtilsTest, IndexSchemaTest, TestCSVResponseWriter, MBeansHandlerTest, TestAnalyzedSuggestions, UniqFieldsUpdateProcessorFactoryTest, TestPHPSerializedResponseWriter, CSVRequestHandlerTest, TestComponentsName, SearchHandlerTest, TestLFUCache, UpdateParamsTest, TestSolrIndexConfig, ResponseLogComponentTest, TestDocSet, TestElisionMultitermQuery, TestLuceneMatchVersion, SynonymTokenizerTest, EchoParamsTest, TestDFRSimilarityFactory, TestLMDirichletSimilarityFactory, TestLMJelinekMercerSimilarityFactory, TestBM25SimilarityFactory, TestFastOutputStream, OpenExchangeRatesOrgProviderTest, PreAnalyzedFieldTest, RAMDirectoryFactoryTest, TestLRUCache, UUIDFieldTest, CursorPagingTest, TestCrossCoreJoin, TestDistributedMissingSort, TestSimpleTrackingShardHandler, AssignBackwardCompatibilityTest, CleanupOldIndexTest, CollectionStateFormat2Test, CollectionsAPISolrJTest, ConfigSetsAPITest, ConnectionManagerTest, CreateRoutedAliasTest, DeleteShardTest, DistributedVersionInfoTest, LeaderElectionContextKeyTest, LeaderFailureAfterFreshStartTest, LeaderInitiatedRecoveryOnCommitTest, LeaderInitiatedRecoveryOnShardRestartTest, LegacyCloudClusterPropTest, MigrateRouteKeyTest, NodeMutatorTest, OutOfBoxZkACLAndCredentialsProvidersTest, OverseerCollectionConfigSetProcessorTest, OverseerModifyCollectionTest, RecoveryAfterSoftCommitTest, ReplaceNodeTest, ReplicationFactorTest, RestartWhileUpdatingTest, RollingRestartTest, TestClusterProperties, TestConfigSetsAPIExclusivity, TestConfigSetsAPIZkFailure, TestCryptoKeys, TestDownShardTolerantSearch, TestExclusionRuleCollectionAccess, TestLeaderElectionWithEmptyReplica, TestPrepRecovery, TestRandomRequestDistribution, TestRequestForwarding, TestSSLRandomization, TestSegmentSorting, TestSolrCloudWithDelegationTokens, TestStressLiveNodes, TestTolerantUpdateProcessorRandomCloud, VMParamsZkACLAndCredentialsProvidersTest, AssignTest, TestCollectionAPI, AutoAddReplicasIntegrationTest, TestComputePlanAction, TestDistribStateManager, TestLargeCluster, CdcrReplicationHandlerTest, CdcrRequestHandlerTest, CdcrVersionReplicationTest, HdfsChaosMonkeyNothingIsSafeTest, HdfsChaosMonkeySafeLeaderTest, HdfsRecoveryZkTest, HdfsRestartWhileUpdatingTest, HdfsThreadLeakTest, HdfsTlogReplayBufferedWhileIndexingTest, HdfsUnloadDistributedZkTest, ZkStateReaderTest, ImplicitSnitchTest, RulesTest, TestSolrCoreSnapshots, RequestLoggingTest, TestReplicationHandlerBackup, TestSQLHandlerNonCloud, AutoscalingHistoryHandlerTest]
   [junit4] Completed [651/769 (4!)] on J0 in 38.91s, 1 test, 1 failure <<< FAILURES!

[...truncated 48650 lines...]

[JENKINS] Lucene-Solr-7.x-MacOSX (64bit/jdk-9) - Build # 423 - Still Unstable!

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

3 tests failed.
FAILED:  org.apache.solr.cloud.api.collections.TestCollectionsAPIViaSolrCloudCluster.testCollectionCreateSearchDelete

Error Message:
Could not find collection:testcollection

Stack Trace:
java.lang.AssertionError: Could not find collection:testcollection
	at __randomizedtesting.SeedInfo.seed([88B001E85647C9F1:2B4AAF4DD1AF2354]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.junit.Assert.assertNotNull(Assert.java:526)
	at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:155)
	at org.apache.solr.cloud.api.collections.TestCollectionsAPIViaSolrCloudCluster.createCollection(TestCollectionsAPIViaSolrCloudCluster.java:93)
	at org.apache.solr.cloud.api.collections.TestCollectionsAPIViaSolrCloudCluster.testCollectionCreateSearchDelete(TestCollectionsAPIViaSolrCloudCluster.java:163)
	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:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	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:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	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)


FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.api.collections.TestCollectionsAPIViaSolrCloudCluster

Error Message:
9 threads leaked from SUITE scope at org.apache.solr.cloud.api.collections.TestCollectionsAPIViaSolrCloudCluster:     1) Thread[id=24949, name=zkCallback-4608-thread-1, state=TIMED_WAITING, group=TGRP-TestCollectionsAPIViaSolrCloudCluster]         at java.base@9/jdk.internal.misc.Unsafe.park(Native Method)         at java.base@9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)         at java.base@9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)         at java.base@9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)         at java.base@9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)         at java.base@9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1091)         at java.base@9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1152)         at java.base@9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)         at java.base@9/java.lang.Thread.run(Thread.java:844)    2) Thread[id=25095, name=zkCallback-4608-thread-3, state=TIMED_WAITING, group=TGRP-TestCollectionsAPIViaSolrCloudCluster]         at java.base@9/jdk.internal.misc.Unsafe.park(Native Method)         at java.base@9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)         at java.base@9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)         at java.base@9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)         at java.base@9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)         at java.base@9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1091)         at java.base@9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1152)         at java.base@9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)         at java.base@9/java.lang.Thread.run(Thread.java:844)    3) Thread[id=24896, name=Connection evictor, state=TIMED_WAITING, group=TGRP-TestCollectionsAPIViaSolrCloudCluster]         at java.base@9/java.lang.Thread.sleep(Native Method)         at app//org.apache.http.impl.client.IdleConnectionEvictor$1.run(IdleConnectionEvictor.java:66)         at java.base@9/java.lang.Thread.run(Thread.java:844)    4) Thread[id=24913, name=jetty-launcher-4576-thread-4-SendThread(127.0.0.1:65292), state=TIMED_WAITING, group=TGRP-TestCollectionsAPIViaSolrCloudCluster]         at java.base@9/java.lang.Thread.sleep(Native Method)         at app//org.apache.zookeeper.client.StaticHostProvider.next(StaticHostProvider.java:101)         at app//org.apache.zookeeper.ClientCnxn$SendThread.startConnect(ClientCnxn.java:997)         at app//org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1060)    5) Thread[id=24914, name=jetty-launcher-4576-thread-4-EventThread, state=WAITING, group=TGRP-TestCollectionsAPIViaSolrCloudCluster]         at java.base@9/jdk.internal.misc.Unsafe.park(Native Method)         at java.base@9/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)         at java.base@9/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2062)         at java.base@9/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:435)         at app//org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:501)    6) Thread[id=25029, name=zkCallback-4608-thread-2-processing-n:127.0.0.1:65295_solr, state=TIMED_WAITING, group=TGRP-TestCollectionsAPIViaSolrCloudCluster]         at java.base@9/java.lang.Thread.sleep(Native Method)         at app//org.apache.solr.common.cloud.ZkCmdExecutor.retryDelay(ZkCmdExecutor.java:111)         at app//org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:70)         at app//org.apache.solr.common.cloud.SolrZkClient.create(SolrZkClient.java:364)         at app//org.apache.solr.cloud.Overseer.createOverseerNode(Overseer.java:776)         at app//org.apache.solr.cloud.Overseer.getRunningMap(Overseer.java:675)         at app//org.apache.solr.cloud.OverseerCollectionConfigSetProcessor.<init>(OverseerCollectionConfigSetProcessor.java:50)         at app//org.apache.solr.cloud.Overseer.start(Overseer.java:529)         at app//org.apache.solr.cloud.OverseerElectionContext.runLeaderProcess(ElectionContext.java:799)         at app//org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:170)         at app//org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:135)         at app//org.apache.solr.cloud.LeaderElector.access$200(LeaderElector.java:56)         at app//org.apache.solr.cloud.LeaderElector$ElectionWatcher.process(LeaderElector.java:348)         at app//org.apache.solr.common.cloud.SolrZkClient$1.lambda$process$1(SolrZkClient.java:268)         at app//org.apache.solr.common.cloud.SolrZkClient$1$$Lambda$384/1147415012.run(Unknown Source)         at java.base@9/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:514)         at java.base@9/java.util.concurrent.FutureTask.run(FutureTask.java:264)         at app//org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188)         at app//org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$$Lambda$228/1251607707.run(Unknown Source)         at java.base@9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)         at java.base@9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)         at java.base@9/java.lang.Thread.run(Thread.java:844)    7) Thread[id=24895, name=Connection evictor, state=TIMED_WAITING, group=TGRP-TestCollectionsAPIViaSolrCloudCluster]         at java.base@9/java.lang.Thread.sleep(Native Method)         at app//org.apache.http.impl.client.IdleConnectionEvictor$1.run(IdleConnectionEvictor.java:66)         at java.base@9/java.lang.Thread.run(Thread.java:844)    8) Thread[id=24920, name=zkConnectionManagerCallback-4609-thread-1, state=WAITING, group=TGRP-TestCollectionsAPIViaSolrCloudCluster]         at java.base@9/jdk.internal.misc.Unsafe.park(Native Method)         at java.base@9/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)         at java.base@9/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2062)         at java.base@9/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:435)         at java.base@9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1092)         at java.base@9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1152)         at java.base@9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)         at java.base@9/java.lang.Thread.run(Thread.java:844)    9) Thread[id=25096, name=zkCallback-4608-thread-4, state=TIMED_WAITING, group=TGRP-TestCollectionsAPIViaSolrCloudCluster]         at java.base@9/jdk.internal.misc.Unsafe.park(Native Method)         at java.base@9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)         at java.base@9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)         at java.base@9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)         at java.base@9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)         at java.base@9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1091)         at java.base@9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1152)         at java.base@9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)         at java.base@9/java.lang.Thread.run(Thread.java:844)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 9 threads leaked from SUITE scope at org.apache.solr.cloud.api.collections.TestCollectionsAPIViaSolrCloudCluster: 
   1) Thread[id=24949, name=zkCallback-4608-thread-1, state=TIMED_WAITING, group=TGRP-TestCollectionsAPIViaSolrCloudCluster]
        at java.base@9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1091)
        at java.base@9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1152)
        at java.base@9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
        at java.base@9/java.lang.Thread.run(Thread.java:844)
   2) Thread[id=25095, name=zkCallback-4608-thread-3, state=TIMED_WAITING, group=TGRP-TestCollectionsAPIViaSolrCloudCluster]
        at java.base@9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1091)
        at java.base@9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1152)
        at java.base@9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
        at java.base@9/java.lang.Thread.run(Thread.java:844)
   3) Thread[id=24896, name=Connection evictor, state=TIMED_WAITING, group=TGRP-TestCollectionsAPIViaSolrCloudCluster]
        at java.base@9/java.lang.Thread.sleep(Native Method)
        at app//org.apache.http.impl.client.IdleConnectionEvictor$1.run(IdleConnectionEvictor.java:66)
        at java.base@9/java.lang.Thread.run(Thread.java:844)
   4) Thread[id=24913, name=jetty-launcher-4576-thread-4-SendThread(127.0.0.1:65292), state=TIMED_WAITING, group=TGRP-TestCollectionsAPIViaSolrCloudCluster]
        at java.base@9/java.lang.Thread.sleep(Native Method)
        at app//org.apache.zookeeper.client.StaticHostProvider.next(StaticHostProvider.java:101)
        at app//org.apache.zookeeper.ClientCnxn$SendThread.startConnect(ClientCnxn.java:997)
        at app//org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1060)
   5) Thread[id=24914, name=jetty-launcher-4576-thread-4-EventThread, state=WAITING, group=TGRP-TestCollectionsAPIViaSolrCloudCluster]
        at java.base@9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@9/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
        at java.base@9/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2062)
        at java.base@9/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:435)
        at app//org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:501)
   6) Thread[id=25029, name=zkCallback-4608-thread-2-processing-n:127.0.0.1:65295_solr, state=TIMED_WAITING, group=TGRP-TestCollectionsAPIViaSolrCloudCluster]
        at java.base@9/java.lang.Thread.sleep(Native Method)
        at app//org.apache.solr.common.cloud.ZkCmdExecutor.retryDelay(ZkCmdExecutor.java:111)
        at app//org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:70)
        at app//org.apache.solr.common.cloud.SolrZkClient.create(SolrZkClient.java:364)
        at app//org.apache.solr.cloud.Overseer.createOverseerNode(Overseer.java:776)
        at app//org.apache.solr.cloud.Overseer.getRunningMap(Overseer.java:675)
        at app//org.apache.solr.cloud.OverseerCollectionConfigSetProcessor.<init>(OverseerCollectionConfigSetProcessor.java:50)
        at app//org.apache.solr.cloud.Overseer.start(Overseer.java:529)
        at app//org.apache.solr.cloud.OverseerElectionContext.runLeaderProcess(ElectionContext.java:799)
        at app//org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:170)
        at app//org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:135)
        at app//org.apache.solr.cloud.LeaderElector.access$200(LeaderElector.java:56)
        at app//org.apache.solr.cloud.LeaderElector$ElectionWatcher.process(LeaderElector.java:348)
        at app//org.apache.solr.common.cloud.SolrZkClient$1.lambda$process$1(SolrZkClient.java:268)
        at app//org.apache.solr.common.cloud.SolrZkClient$1$$Lambda$384/1147415012.run(Unknown Source)
        at java.base@9/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:514)
        at java.base@9/java.util.concurrent.FutureTask.run(FutureTask.java:264)
        at app//org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188)
        at app//org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$$Lambda$228/1251607707.run(Unknown Source)
        at java.base@9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
        at java.base@9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
        at java.base@9/java.lang.Thread.run(Thread.java:844)
   7) Thread[id=24895, name=Connection evictor, state=TIMED_WAITING, group=TGRP-TestCollectionsAPIViaSolrCloudCluster]
        at java.base@9/java.lang.Thread.sleep(Native Method)
        at app//org.apache.http.impl.client.IdleConnectionEvictor$1.run(IdleConnectionEvictor.java:66)
        at java.base@9/java.lang.Thread.run(Thread.java:844)
   8) Thread[id=24920, name=zkConnectionManagerCallback-4609-thread-1, state=WAITING, group=TGRP-TestCollectionsAPIViaSolrCloudCluster]
        at java.base@9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@9/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
        at java.base@9/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2062)
        at java.base@9/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:435)
        at java.base@9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1092)
        at java.base@9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1152)
        at java.base@9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
        at java.base@9/java.lang.Thread.run(Thread.java:844)
   9) Thread[id=25096, name=zkCallback-4608-thread-4, state=TIMED_WAITING, group=TGRP-TestCollectionsAPIViaSolrCloudCluster]
        at java.base@9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1091)
        at java.base@9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1152)
        at java.base@9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
        at java.base@9/java.lang.Thread.run(Thread.java:844)
	at __randomizedtesting.SeedInfo.seed([88B001E85647C9F1]:0)


FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.api.collections.TestCollectionsAPIViaSolrCloudCluster

Error Message:
There are still zombie threads that couldn't be terminated:    1) Thread[id=24949, name=zkCallback-4608-thread-1, state=TIMED_WAITING, group=TGRP-TestCollectionsAPIViaSolrCloudCluster]         at java.base@9/jdk.internal.misc.Unsafe.park(Native Method)         at java.base@9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)         at java.base@9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)         at java.base@9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)         at java.base@9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)         at java.base@9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1091)         at java.base@9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1152)         at java.base@9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)         at java.base@9/java.lang.Thread.run(Thread.java:844)    2) Thread[id=25095, name=zkCallback-4608-thread-3, state=TIMED_WAITING, group=TGRP-TestCollectionsAPIViaSolrCloudCluster]         at java.base@9/jdk.internal.misc.Unsafe.park(Native Method)         at java.base@9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)         at java.base@9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)         at java.base@9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)         at java.base@9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)         at java.base@9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1091)         at java.base@9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1152)         at java.base@9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)         at java.base@9/java.lang.Thread.run(Thread.java:844)    3) Thread[id=24913, name=jetty-launcher-4576-thread-4-SendThread(127.0.0.1:65292), state=TIMED_WAITING, group=TGRP-TestCollectionsAPIViaSolrCloudCluster]         at java.base@9/java.lang.Thread.sleep(Native Method)         at app//org.apache.zookeeper.client.StaticHostProvider.next(StaticHostProvider.java:101)         at app//org.apache.zookeeper.ClientCnxn$SendThread.startConnect(ClientCnxn.java:997)         at app//org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1060)    4) Thread[id=25029, name=zkCallback-4608-thread-2, state=TIMED_WAITING, group=TGRP-TestCollectionsAPIViaSolrCloudCluster]         at java.base@9/jdk.internal.misc.Unsafe.park(Native Method)         at java.base@9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)         at java.base@9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)         at java.base@9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)         at java.base@9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)         at java.base@9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1091)         at java.base@9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1152)         at java.base@9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)         at java.base@9/java.lang.Thread.run(Thread.java:844)    5) Thread[id=24920, name=zkConnectionManagerCallback-4609-thread-1, state=WAITING, group=TGRP-TestCollectionsAPIViaSolrCloudCluster]         at java.base@9/jdk.internal.misc.Unsafe.park(Native Method)         at java.base@9/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)         at java.base@9/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2062)         at java.base@9/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:435)         at java.base@9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1092)         at java.base@9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1152)         at java.base@9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)         at java.base@9/java.lang.Thread.run(Thread.java:844)    6) Thread[id=25096, name=zkCallback-4608-thread-4, state=TIMED_WAITING, group=TGRP-TestCollectionsAPIViaSolrCloudCluster]         at java.base@9/jdk.internal.misc.Unsafe.park(Native Method)         at java.base@9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)         at java.base@9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)         at java.base@9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)         at java.base@9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)         at java.base@9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1091)         at java.base@9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1152)         at java.base@9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)         at java.base@9/java.lang.Thread.run(Thread.java:844)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   1) Thread[id=24949, name=zkCallback-4608-thread-1, state=TIMED_WAITING, group=TGRP-TestCollectionsAPIViaSolrCloudCluster]
        at java.base@9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1091)
        at java.base@9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1152)
        at java.base@9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
        at java.base@9/java.lang.Thread.run(Thread.java:844)
   2) Thread[id=25095, name=zkCallback-4608-thread-3, state=TIMED_WAITING, group=TGRP-TestCollectionsAPIViaSolrCloudCluster]
        at java.base@9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1091)
        at java.base@9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1152)
        at java.base@9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
        at java.base@9/java.lang.Thread.run(Thread.java:844)
   3) Thread[id=24913, name=jetty-launcher-4576-thread-4-SendThread(127.0.0.1:65292), state=TIMED_WAITING, group=TGRP-TestCollectionsAPIViaSolrCloudCluster]
        at java.base@9/java.lang.Thread.sleep(Native Method)
        at app//org.apache.zookeeper.client.StaticHostProvider.next(StaticHostProvider.java:101)
        at app//org.apache.zookeeper.ClientCnxn$SendThread.startConnect(ClientCnxn.java:997)
        at app//org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1060)
   4) Thread[id=25029, name=zkCallback-4608-thread-2, state=TIMED_WAITING, group=TGRP-TestCollectionsAPIViaSolrCloudCluster]
        at java.base@9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1091)
        at java.base@9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1152)
        at java.base@9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
        at java.base@9/java.lang.Thread.run(Thread.java:844)
   5) Thread[id=24920, name=zkConnectionManagerCallback-4609-thread-1, state=WAITING, group=TGRP-TestCollectionsAPIViaSolrCloudCluster]
        at java.base@9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@9/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
        at java.base@9/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2062)
        at java.base@9/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:435)
        at java.base@9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1092)
        at java.base@9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1152)
        at java.base@9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
        at java.base@9/java.lang.Thread.run(Thread.java:844)
   6) Thread[id=25096, name=zkCallback-4608-thread-4, state=TIMED_WAITING, group=TGRP-TestCollectionsAPIViaSolrCloudCluster]
        at java.base@9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1091)
        at java.base@9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1152)
        at java.base@9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
        at java.base@9/java.lang.Thread.run(Thread.java:844)
	at __randomizedtesting.SeedInfo.seed([88B001E85647C9F1]:0)




Build Log:
[...truncated 13516 lines...]
   [junit4] Suite: org.apache.solr.cloud.api.collections.TestCollectionsAPIViaSolrCloudCluster
   [junit4]   2> Creating dataDir: /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.api.collections.TestCollectionsAPIViaSolrCloudCluster_88B001E85647C9F1-001/init-core-data-001
   [junit4]   2> 3039354 INFO  (SUITE-TestCollectionsAPIViaSolrCloudCluster-seed#[88B001E85647C9F1]-worker) [    ] o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 3039355 INFO  (SUITE-TestCollectionsAPIViaSolrCloudCluster-seed#[88B001E85647C9F1]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason="", value=0.0/0.0, ssl=0.0/0.0, clientAuth=0.0/0.0) w/ MAC_OS_X supressed clientAuth
   [junit4]   2> 3039355 INFO  (SUITE-TestCollectionsAPIViaSolrCloudCluster-seed#[88B001E85647C9F1]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 3039357 INFO  (TEST-TestCollectionsAPIViaSolrCloudCluster.testStopAllStartAll-seed#[88B001E85647C9F1]) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 5 servers in /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.api.collections.TestCollectionsAPIViaSolrCloudCluster_88B001E85647C9F1-001/tempDir-001
   [junit4]   2> 3039357 INFO  (TEST-TestCollectionsAPIViaSolrCloudCluster.testStopAllStartAll-seed#[88B001E85647C9F1]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 3039358 INFO  (Thread-3610) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 3039358 INFO  (Thread-3610) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 3039362 ERROR (Thread-3610) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 3039462 INFO  (TEST-TestCollectionsAPIViaSolrCloudCluster.testStopAllStartAll-seed#[88B001E85647C9F1]) [    ] o.a.s.c.ZkTestServer start zk server on port:65154
   [junit4]   2> 3039475 INFO  (zkConnectionManagerCallback-4417-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3039480 INFO  (jetty-launcher-4414-thread-2) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T21:27:37Z, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 3039480 INFO  (jetty-launcher-4414-thread-1) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T21:27:37Z, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 3039481 INFO  (jetty-launcher-4414-thread-3) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T21:27:37Z, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 3039481 INFO  (jetty-launcher-4414-thread-4) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T21:27:37Z, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 3039482 INFO  (jetty-launcher-4414-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 3039482 INFO  (jetty-launcher-4414-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 3039482 INFO  (jetty-launcher-4414-thread-1) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 3039483 INFO  (jetty-launcher-4414-thread-2) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 3039483 INFO  (jetty-launcher-4414-thread-2) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 3039483 INFO  (jetty-launcher-4414-thread-2) [    ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 3039484 INFO  (jetty-launcher-4414-thread-4) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 3039485 INFO  (jetty-launcher-4414-thread-4) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 3039485 INFO  (jetty-launcher-4414-thread-4) [    ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 3039485 INFO  (jetty-launcher-4414-thread-4) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@66b46143{/solr,null,AVAILABLE}
   [junit4]   2> 3039486 INFO  (jetty-launcher-4414-thread-4) [    ] o.e.j.s.AbstractConnector Started ServerConnector@7e8f2ebd{HTTP/1.1,[http/1.1]}{127.0.0.1:65158}
   [junit4]   2> 3039486 INFO  (jetty-launcher-4414-thread-4) [    ] o.e.j.s.Server Started @3041243ms
   [junit4]   2> 3039486 INFO  (jetty-launcher-4414-thread-4) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=65158}
   [junit4]   2> 3039486 ERROR (jetty-launcher-4414-thread-4) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 3039486 INFO  (jetty-launcher-4414-thread-4) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.3.0
   [junit4]   2> 3039486 INFO  (jetty-launcher-4414-thread-4) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 3039486 INFO  (jetty-launcher-4414-thread-4) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 3039486 INFO  (jetty-launcher-4414-thread-4) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-01-27T02:42:19.512866Z
   [junit4]   2> 3039487 INFO  (jetty-launcher-4414-thread-3) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 3039487 INFO  (jetty-launcher-4414-thread-3) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 3039488 INFO  (jetty-launcher-4414-thread-3) [    ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 3039488 INFO  (jetty-launcher-4414-thread-5) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T21:27:37Z, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 3039489 INFO  (jetty-launcher-4414-thread-5) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 3039490 INFO  (jetty-launcher-4414-thread-5) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 3039490 INFO  (jetty-launcher-4414-thread-5) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 3039490 INFO  (jetty-launcher-4414-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1ed4b444{/solr,null,AVAILABLE}
   [junit4]   2> 3039490 INFO  (jetty-launcher-4414-thread-5) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@45f77287{/solr,null,AVAILABLE}
   [junit4]   2> 3039490 INFO  (jetty-launcher-4414-thread-5) [    ] o.e.j.s.AbstractConnector Started ServerConnector@483769c8{HTTP/1.1,[http/1.1]}{127.0.0.1:65161}
   [junit4]   2> 3039490 INFO  (jetty-launcher-4414-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@5d94b665{HTTP/1.1,[http/1.1]}{127.0.0.1:65160}
   [junit4]   2> 3039490 INFO  (jetty-launcher-4414-thread-5) [    ] o.e.j.s.Server Started @3041248ms
   [junit4]   2> 3039490 INFO  (jetty-launcher-4414-thread-1) [    ] o.e.j.s.Server Started @3041248ms
   [junit4]   2> 3039490 INFO  (jetty-launcher-4414-thread-5) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=65161}
   [junit4]   2> 3039490 INFO  (jetty-launcher-4414-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=65160}
   [junit4]   2> 3039491 ERROR (jetty-launcher-4414-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 3039491 ERROR (jetty-launcher-4414-thread-5) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 3039491 INFO  (jetty-launcher-4414-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.3.0
   [junit4]   2> 3039491 INFO  (jetty-launcher-4414-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 3039491 INFO  (jetty-launcher-4414-thread-5) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.3.0
   [junit4]   2> 3039491 INFO  (jetty-launcher-4414-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 3039491 INFO  (jetty-launcher-4414-thread-5) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 3039491 INFO  (jetty-launcher-4414-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-01-27T02:42:19.517787Z
   [junit4]   2> 3039491 INFO  (jetty-launcher-4414-thread-5) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 3039491 INFO  (jetty-launcher-4414-thread-5) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-01-27T02:42:19.517875Z
   [junit4]   2> 3039492 INFO  (jetty-launcher-4414-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@55e5fc4e{/solr,null,AVAILABLE}
   [junit4]   2> 3039493 INFO  (jetty-launcher-4414-thread-3) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@25a17e70{/solr,null,AVAILABLE}
   [junit4]   2> 3039493 INFO  (jetty-launcher-4414-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@40675ddc{HTTP/1.1,[http/1.1]}{127.0.0.1:65162}
   [junit4]   2> 3039493 INFO  (jetty-launcher-4414-thread-2) [    ] o.e.j.s.Server Started @3041250ms
   [junit4]   2> 3039493 INFO  (jetty-launcher-4414-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=65162}
   [junit4]   2> 3039493 ERROR (jetty-launcher-4414-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 3039493 INFO  (jetty-launcher-4414-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.3.0
   [junit4]   2> 3039494 INFO  (jetty-launcher-4414-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 3039494 INFO  (jetty-launcher-4414-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 3039494 INFO  (jetty-launcher-4414-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-01-27T02:42:19.520158Z
   [junit4]   2> 3039495 INFO  (jetty-launcher-4414-thread-3) [    ] o.e.j.s.AbstractConnector Started ServerConnector@72d775be{HTTP/1.1,[http/1.1]}{127.0.0.1:65164}
   [junit4]   2> 3039495 INFO  (jetty-launcher-4414-thread-3) [    ] o.e.j.s.Server Started @3041252ms
   [junit4]   2> 3039495 INFO  (jetty-launcher-4414-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=65164}
   [junit4]   2> 3039495 ERROR (jetty-launcher-4414-thread-3) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 3039495 INFO  (zkConnectionManagerCallback-4423-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3039495 INFO  (jetty-launcher-4414-thread-3) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.3.0
   [junit4]   2> 3039495 INFO  (jetty-launcher-4414-thread-3) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 3039496 INFO  (jetty-launcher-4414-thread-3) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 3039496 INFO  (jetty-launcher-4414-thread-3) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-01-27T02:42:19.522048Z
   [junit4]   2> 3039496 INFO  (zkConnectionManagerCallback-4419-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3039496 INFO  (zkConnectionManagerCallback-4422-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3039497 INFO  (jetty-launcher-4414-thread-5) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 3039497 INFO  (jetty-launcher-4414-thread-4) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 3039497 INFO  (jetty-launcher-4414-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 3039498 INFO  (zkConnectionManagerCallback-4425-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3039502 INFO  (zkConnectionManagerCallback-4427-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3039503 INFO  (jetty-launcher-4414-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 3039505 INFO  (jetty-launcher-4414-thread-3) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 3039508 INFO  (jetty-launcher-4414-thread-5) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:65154/solr
   [junit4]   2> 3039511 INFO  (jetty-launcher-4414-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:65154/solr
   [junit4]   2> 3039512 INFO  (jetty-launcher-4414-thread-4) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:65154/solr
   [junit4]   2> 3039512 INFO  (zkConnectionManagerCallback-4432-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3039516 INFO  (zkConnectionManagerCallback-4436-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3039518 INFO  (jetty-launcher-4414-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:65154/solr
   [junit4]   2> 3039518 INFO  (jetty-launcher-4414-thread-3) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:65154/solr
   [junit4]   2> 3039520 INFO  (zkConnectionManagerCallback-4439-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3039524 INFO  (zkConnectionManagerCallback-4447-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3039526 INFO  (zkConnectionManagerCallback-4444-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3039527 INFO  (zkConnectionManagerCallback-4451-thread-1-processing-n:127.0.0.1:65160_solr) [n:127.0.0.1:65160_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3039528 INFO  (zkConnectionManagerCallback-4449-thread-1-processing-n:127.0.0.1:65161_solr) [n:127.0.0.1:65161_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3039529 INFO  (zkConnectionManagerCallback-4453-thread-1-processing-n:127.0.0.1:65158_solr) [n:127.0.0.1:65158_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3039533 INFO  (zkConnectionManagerCallback-4455-thread-1-processing-n:127.0.0.1:65164_solr) [n:127.0.0.1:65164_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3039535 INFO  (zkConnectionManagerCallback-4457-thread-1-processing-n:127.0.0.1:65162_solr) [n:127.0.0.1:65162_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3039613 INFO  (jetty-launcher-4414-thread-3) [n:127.0.0.1:65164_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 3039614 INFO  (jetty-launcher-4414-thread-2) [n:127.0.0.1:65162_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 3039614 INFO  (jetty-launcher-4414-thread-3) [n:127.0.0.1:65164_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:65164_solr
   [junit4]   2> 3039616 INFO  (jetty-launcher-4414-thread-3) [n:127.0.0.1:65164_solr    ] o.a.s.c.Overseer Overseer (id=99419484283666446-127.0.0.1:65164_solr-n_0000000000) starting
   [junit4]   2> 3039629 INFO  (jetty-launcher-4414-thread-3) [n:127.0.0.1:65164_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:65164_solr
   [junit4]   2> 3039632 INFO  (OverseerStateUpdate-99419484283666446-127.0.0.1:65164_solr-n_0000000000) [n:127.0.0.1:65164_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 3039634 INFO  (zkCallback-4456-thread-1-processing-n:127.0.0.1:65162_solr) [n:127.0.0.1:65162_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 3039634 INFO  (jetty-launcher-4414-thread-2) [n:127.0.0.1:65162_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:65162_solr
   [junit4]   2> 3039644 INFO  (zkCallback-4454-thread-1-processing-n:127.0.0.1:65164_solr) [n:127.0.0.1:65164_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 3039645 INFO  (zkCallback-4456-thread-1-processing-n:127.0.0.1:65162_solr) [n:127.0.0.1:65162_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 3039720 INFO  (jetty-launcher-4414-thread-3) [n:127.0.0.1:65164_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_65164.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@69179518
   [junit4]   2> 3039724 INFO  (jetty-launcher-4414-thread-2) [n:127.0.0.1:65162_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_65162.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@69179518
   [junit4]   2> 3039736 INFO  (jetty-launcher-4414-thread-3) [n:127.0.0.1:65164_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_65164.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@69179518
   [junit4]   2> 3039736 INFO  (jetty-launcher-4414-thread-3) [n:127.0.0.1:65164_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_65164.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@69179518
   [junit4]   2> 3039738 INFO  (jetty-launcher-4414-thread-3) [n:127.0.0.1:65164_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.api.collections.TestCollectionsAPIViaSolrCloudCluster_88B001E85647C9F1-001/tempDir-001/node3/.
   [junit4]   2> 3039739 INFO  (jetty-launcher-4414-thread-2) [n:127.0.0.1:65162_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_65162.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@69179518
   [junit4]   2> 3039739 INFO  (jetty-launcher-4414-thread-2) [n:127.0.0.1:65162_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_65162.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@69179518
   [junit4]   2> 3039741 INFO  (jetty-launcher-4414-thread-2) [n:127.0.0.1:65162_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.api.collections.TestCollectionsAPIViaSolrCloudCluster_88B001E85647C9F1-001/tempDir-001/node2/.
   [junit4]   2> 3039784 INFO  (jetty-launcher-4414-thread-5) [n:127.0.0.1:65161_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 3039792 INFO  (jetty-launcher-4414-thread-5) [n:127.0.0.1:65161_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 3039796 INFO  (jetty-launcher-4414-thread-5) [n:127.0.0.1:65161_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:65161_solr
   [junit4]   2> 3039798 INFO  (zkCallback-4454-thread-1-processing-n:127.0.0.1:65164_solr) [n:127.0.0.1:65164_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 3039799 INFO  (zkCallback-4456-thread-1-processing-n:127.0.0.1:65162_solr) [n:127.0.0.1:65162_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 3039800 INFO  (zkCallback-4448-thread-1-processing-n:127.0.0.1:65161_solr) [n:127.0.0.1:65161_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 3039842 INFO  (jetty-launcher-4414-thread-1) [n:127.0.0.1:65160_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 3039845 INFO  (jetty-launcher-4414-thread-4) [n:127.0.0.1:65158_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 3039847 INFO  (jetty-launcher-4414-thread-1) [n:127.0.0.1:65160_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 3039849 INFO  (jetty-launcher-4414-thread-4) [n:127.0.0.1:65158_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 3039850 INFO  (jetty-launcher-4414-thread-1) [n:127.0.0.1:65160_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:65160_solr
   [junit4]   2> 3039858 INFO  (jetty-launcher-4414-thread-5) [n:127.0.0.1:65161_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_65161.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@69179518
   [junit4]   2> 3039862 INFO  (zkCallback-4454-thread-1-processing-n:127.0.0.1:65164_solr) [n:127.0.0.1:65164_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 3039862 INFO  (zkCallback-4456-thread-1-processing-n:127.0.0.1:65162_solr) [n:127.0.0.1:65162_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 3039863 INFO  (zkCallback-4450-thread-1-processing-n:127.0.0.1:65160_solr) [n:127.0.0.1:65160_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 3039866 INFO  (jetty-launcher-4414-thread-5) [n:127.0.0.1:65161_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_65161.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@69179518
   [junit4]   2> 3039867 INFO  (jetty-launcher-4414-thread-5) [n:127.0.0.1:65161_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_65161.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@69179518
   [junit4]   2> 3039868 INFO  (jetty-launcher-4414-thread-5) [n:127.0.0.1:65161_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.api.collections.TestCollectionsAPIViaSolrCloudCluster_88B001E85647C9F1-001/tempDir-001/node5/.
   [junit4]   2> 3039873 INFO  (zkCallback-4452-thread-1-processing-n:127.0.0.1:65158_solr) [n:127.0.0.1:65158_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 3039874 INFO  (zkCallback-4448-thread-1-processing-n:127.0.0.1:65161_solr) [n:127.0.0.1:65161_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 3039875 INFO  (jetty-launcher-4414-thread-4) [n:127.0.0.1:65158_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:65158_solr
   [junit4]   2> 3039877 INFO  (zkCallback-4454-thread-1-processing-n:127.0.0.1:65164_solr) [n:127.0.0.1:65164_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 3039877 INFO  (zkCallback-4450-thread-1-processing-n:127.0.0.1:65160_solr) [n:127.0.0.1:65160_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 3039877 INFO  (zkCallback-4452-thread-1-processing-n:127.0.0.1:65158_solr) [n:127.0.0.1:65158_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 3039877 INFO  (zkCallback-4456-thread-1-processing-n:127.0.0.1:65162_solr) [n:127.0.0.1:65162_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 3039878 INFO  (zkCallback-4448-thread-1-processing-n:127.0.0.1:65161_solr) [n:127.0.0.1:65161_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 3039900 INFO  (jetty-launcher-4414-thread-1) [n:127.0.0.1:65160_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_65160.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@69179518
   [junit4]   2> 3039918 INFO  (jetty-launcher-4414-thread-1) [n:127.0.0.1:65160_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_65160.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@69179518
   [junit4]   2> 3039918 INFO  (jetty-launcher-4414-thread-1) [n:127.0.0.1:65160_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_65160.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@69179518
   [junit4]   2> 3039923 INFO  (jetty-launcher-4414-thread-1) [n:127.0.0.1:65160_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.api.collections.TestCollectionsAPIViaSolrCloudCluster_88B001E85647C9F1-001/tempDir-001/node1/.
   [junit4]   2> 3039938 INFO  (jetty-launcher-4414-thread-4) [n:127.0.0.1:65158_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_65158.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@69179518
   [junit4]   2> 3039949 INFO  (jetty-launcher-4414-thread-4) [n:127.0.0.1:65158_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_65158.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@69179518
   [junit4]   2> 3039949 INFO  (jetty-launcher-4414-thread-4) [n:127.0.0.1:65158_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_65158.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@69179518
   [junit4]   2> 3039951 INFO  (jetty-launcher-4414-thread-4) [n:127.0.0.1:65158_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.api.collections.TestCollectionsAPIViaSolrCloudCluster_88B001E85647C9F1-001/tempDir-001/node4/.
   [junit4]   2> 3040136 INFO  (zkConnectionManagerCallback-4469-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3040141 INFO  (zkConnectionManagerCallback-4473-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3040143 INFO  (TEST-TestCollectionsAPIViaSolrCloudCluster.testStopAllStartAll-seed#[88B001E85647C9F1]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (5)
   [junit4]   2> 3040145 INFO  (TEST-TestCollectionsAPIViaSolrCloudCluster.testStopAllStartAll-seed#[88B001E85647C9F1]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:65154/solr ready
   [junit4]   2> 3040150 INFO  (TEST-TestCollectionsAPIViaSolrCloudCluster.testStopAllStartAll-seed#[88B001E85647C9F1]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testStopAllStartAll
   [junit4]   2> 3040155 INFO  (qtp1526763867-24293) [n:127.0.0.1:65160_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params async=40c4051c-c0d2-41bc-ba5d-eb6af2eec525&replicationFactor=2&collection.configName=solrCloudCollectionConfig&maxShardsPerNode=1&name=testStopAllStartAllCollection&nrtReplicas=2&action=CREATE&numShards=2&property.solr.directoryFactory=solr.StandardDirectoryFactory&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 3040158 INFO  (qtp1526763867-24293) [n:127.0.0.1:65160_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={async=40c4051c-c0d2-41bc-ba5d-eb6af2eec525&replicationFactor=2&collection.configName=solrCloudCollectionConfig&maxShardsPerNode=1&name=testStopAllStartAllCollection&nrtReplicas=2&action=CREATE&numShards=2&property.solr.directoryFactory=solr.StandardDirectoryFactory&wt=javabin&version=2} status=0 QTime=3
   [junit4]   2> 3040159 INFO  (qtp1526763867-24295) [n:127.0.0.1:65160_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with params requestid=40c4051c-c0d2-41bc-ba5d-eb6af2eec525&action=REQUESTSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 3040161 INFO  (qtp1526763867-24295) [n:127.0.0.1:65160_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={requestid=40c4051c-c0d2-41bc-ba5d-eb6af2eec525&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=2
   [junit4]   2> 3040162 INFO  (OverseerThreadFactory-9116-thread-1-processing-n:127.0.0.1:65164_solr) [n:127.0.0.1:65164_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection testStopAllStartAllCollection
   [junit4]   2> 3040280 INFO  (OverseerStateUpdate-99419484283666446-127.0.0.1:65164_solr-n_0000000000) [n:127.0.0.1:65164_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testStopAllStartAllCollection",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testStopAllStartAllCollection_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:65161/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 3040286 INFO  (OverseerStateUpdate-99419484283666446-127.0.0.1:65164_solr-n_0000000000) [n:127.0.0.1:65164_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testStopAllStartAllCollection",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testStopAllStartAllCollection_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:65164/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 3040291 INFO  (OverseerStateUpdate-99419484283666446-127.0.0.1:65164_solr-n_0000000000) [n:127.0.0.1:65164_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testStopAllStartAllCollection",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"testStopAllStartAllCollection_shard2_replica_n4",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:65160/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 3040295 INFO  (OverseerStateUpdate-99419484283666446-127.0.0.1:65164_solr-n_0000000000) [n:127.0.0.1:65164_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testStopAllStartAllCollection",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"testStopAllStartAllCollection_shard2_replica_n6",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:65162/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 3040523 INFO  (qtp1526763867-24295) [n:127.0.0.1:65160_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=solrCloudCollectionConfig&newCollection=true&collection=testStopAllStartAllCollection&version=2&replicaType=NRT&async=40c4051c-c0d2-41bc-ba5d-eb6af2eec525721459309491556&coreNodeName=core_node7&name=testStopAllStartAllCollection_shard2_replica_n4&action=CREATE&numShards=2&shard=shard2&property.solr.directoryFactory=solr.StandardDirectoryFactory&wt=javabin} status=0 QTime=0
   [junit4]   2> 3040523 INFO  (parallelCoreAdminExecutor-9123-thread-1-processing-n:127.0.0.1:65160_solr 40c4051c-c0d2-41bc-ba5d-eb6af2eec525721459309491556 CREATE) [n:127.0.0.1:65160_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=solrCloudCollectionConfig&newCollection=true&collection=testStopAllStartAllCollection&version=2&replicaType=NRT&async=40c4051c-c0d2-41bc-ba5d-eb6af2eec525721459309491556&coreNodeName=core_node7&name=testStopAllStartAllCollection_shard2_replica_n4&action=CREATE&numShards=2&shard=shard2&property.solr.directoryFactory=solr.StandardDirectoryFactory&wt=javabin
   [junit4]   2> 3040523 INFO  (parallelCoreAdminExecutor-9123-thread-1-processing-n:127.0.0.1:65160_solr 40c4051c-c0d2-41bc-ba5d-eb6af2eec525721459309491556 CREATE) [n:127.0.0.1:65160_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 3040525 INFO  (qtp1561738202-24329) [n:127.0.0.1:65161_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=solrCloudCollectionConfig&newCollection=true&collection=testStopAllStartAllCollection&version=2&replicaType=NRT&async=40c4051c-c0d2-41bc-ba5d-eb6af2eec525721459298723520&coreNodeName=core_node3&name=testStopAllStartAllCollection_shard1_replica_n1&action=CREATE&numShards=2&shard=shard1&property.solr.directoryFactory=solr.StandardDirectoryFactory&wt=javabin} status=0 QTime=0
   [junit4]   2> 3040527 INFO  (parallelCoreAdminExecutor-9121-thread-1-processing-n:127.0.0.1:65161_solr 40c4051c-c0d2-41bc-ba5d-eb6af2eec525721459298723520 CREATE) [n:127.0.0.1:65161_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=solrCloudCollectionConfig&newCollection=true&collection=testStopAllStartAllCollection&version=2&replicaType=NRT&async=40c4051c-c0d2-41bc-ba5d-eb6af2eec525721459298723520&coreNodeName=core_node3&name=testStopAllStartAllCollection_shard1_replica_n1&action=CREATE&numShards=2&shard=shard1&property.solr.directoryFactory=solr.StandardDirectoryFactory&wt=javabin
   [junit4]   2> 3040528 INFO  (parallelCoreAdminExecutor-9121-thread-1-processing-n:127.0.0.1:65161_solr 40c4051c-c0d2-41bc-ba5d-eb6af2eec525721459298723520 CREATE) [n:127.0.0.1:65161_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 3040528 INFO  (qtp751833302-24301) [n:127.0.0.1:65162_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=solrCloudCollectionConfig&newCollection=true&collection=testStopAllStartAllCollection&version=2&replicaType=NRT&async=40c4051c-c0d2-41bc-ba5d-eb6af2eec525721459313873974&coreNodeName=core_node8&name=testStopAllStartAllCollection_shard2_replica_n6&action=CREATE&numShards=2&shard=shard2&property.solr.directoryFactory=solr.StandardDirectoryFactory&wt=javabin} status=0 QTime=0
   [junit4]   2> 3040539 INFO  (parallelCoreAdminExecutor-9118-thread-1-processing-n:127.0.0.1:65162_solr 40c4051c-c0d2-41bc-ba5d-eb6af2eec525721459313873974 CREATE) [n:127.0.0.1:65162_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=solrCloudCollectionConfig&newCollection=true&collection=testStopAllStartAllCollection&version=2&replicaType=NRT&async=40c4051c-c0d2-41bc-ba5d-eb6af2eec525721459313873974&coreNodeName=core_node8&name=testStopAllStartAllCollection_shard2_replica_n6&action=CREATE&numShards=2&shard=shard2&property.solr.directoryFactory=solr.StandardDirectoryFactory&wt=javabin
   [junit4]   2> 3040539 INFO  (parallelCoreAdminExecutor-9118-thread-1-processing-n:127.0.0.1:65162_solr 40c4051c-c0d2-41bc-ba5d-eb6af2eec525721459313873974 CREATE) [n:127.0.0.1:65162_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 3040543 INFO  (qtp2121407742-24318) [n:127.0.0.1:65164_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=solrCloudCollectionConfig&newCollection=true&collection=testStopAllStartAllCollection&version=2&replicaType=NRT&async=40c4051c-c0d2-41bc-ba5d-eb6af2eec525721459304929451&coreNodeName=core_node5&name=testStopAllStartAllCollection_shard1_replica_n2&action=CREATE&numShards=2&shard=shard1&property.solr.directoryFactory=solr.StandardDirectoryFactory&wt=javabin} status=0 QTime=0
   [junit4]   2> 3040543 INFO  (parallelCoreAdminExecutor-9117-thread-1-processing-n:127.0.0.1:65164_solr 40c4051c-c0d2-41bc-ba5d-eb6af2eec525721459304929451 CREATE) [n:127.0.0.1:65164_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=solrCloudCollectionConfig&newCollection=true&collection=testStopAllStartAllCollection&version=2&replicaType=NRT&async=40c4051c-c0d2-41bc-ba5d-eb6af2eec525721459304929451&coreNodeName=core_node5&name=testStopAllStartAllCollection_shard1_replica_n2&action=CREATE&numShards=2&shard=shard1&property.solr.directoryFactory=solr.StandardDirectoryFactory&wt=javabin
   [junit4]   2> 3040543 INFO  (parallelCoreAdminExecutor-9117-thread-1-processing-n:127.0.0.1:65164_solr 40c4051c-c0d2-41bc-ba5d-eb6af2eec525721459304929451 CREATE) [n:127.0.0.1:65164_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 3040549 INFO  (qtp1526763867-24297) [n:127.0.0.1:65160_solr    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 40c4051c-c0d2-41bc-ba5d-eb6af2eec525721459309491556
   [junit4]   2> 3040549 INFO  (qtp1526763867-24297) [n:127.0.0.1:65160_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&requestid=40c4051c-c0d2-41bc-ba5d-eb6af2eec525721459309491556&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 3040683 INFO  (zkCallback-4454-thread-1-processing-n:127.0.0.1:65164_solr) [n:127.0.0.1:65164_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testStopAllStartAllCollection/state.json] for collection [testStopAllStartAllCollection] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 3040684 INFO  (zkCallback-4450-thread-1-processing-n:127.0.0.1:65160_solr) [n:127.0.0.1:65160_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testStopAllStartAllCollection/state.json] for collection [testStopAllStartAllCollection] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 3040684 INFO  (zkCallback-4448-thread-1-processing-n:127.0.0.1:65161_solr) [n:127.0.0.1:65161_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testStopAllStartAllCollection/state.json] for collection [testStopAllStartAllCollection] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 3040685 INFO  (zkCallback-4454-thread-2-processing-n:127.0.0.1:65164_solr) [n:127.0.0.1:65164_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testStopAllStartAllCollection/state.json] for collection [testStopAllStartAllCollection] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 3040686 INFO  (zkCallback-4448-thread-2-processing-n:127.0.0.1:65161_solr) [n:127.0.0.1:65161_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testStopAllStartAllCollection/state.json] for collection [testStopAllStartAllCollection] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 3040689 INFO  (zkCallback-4456-thread-2-processing-n:127.0.0.1:65162_solr) [n:127.0.0.1:65162_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testStopAllStartAllCollection/state.json] for collection [testStopAllStartAllCollection] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 3040688 INFO  (zkCallback-4450-thread-2-processing-n:127.0.0.1:65160_solr) [n:127.0.0.1:65160_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testStopAllStartAllCollection/state.json] for collection [testStopAllStartAllCollection] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 3040688 INFO  (zkCallback-4456-thread-1-processing-n:127.0.0.1:65162_solr) [n:127.0.0.1:65162_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testStopAllStartAllCollection/state.json] for collection [testStopAllStartAllCollection] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 3041172 INFO  (qtp1526763867-24295) [n:127.0.0.1:65160_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with params requestid=40c4051c-c0d2-41bc-ba5d-eb6af2eec525&action=REQUESTSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 3041173 INFO  (qtp1526763867-24295) [n:127.0.0.1:65160_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={requestid=40c4051c-c0d2-41bc-ba5d-eb6af2eec525&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 3041552 INFO  (qtp1526763867-24297) [n:127.0.0.1:65160_solr    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 40c4051c-c0d2-41bc-ba5d-eb6af2eec525721459309491556
   [junit4]   2> 3041552 INFO  (qtp1526763867-24297) [n:127.0.0.1:65160_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&requestid=40c4051c-c0d2-41bc-ba5d-eb6af2eec525721459309491556&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 3041565 INFO  (parallelCoreAdminExecutor-9117-thread-1-processing-n:127.0.0.1:65164_solr 40c4051c-c0d2-41bc-ba5d-eb6af2eec525721459304929451 CREATE) [n:127.0.0.1:65164_solr c:testStopAllStartAllCollection s:shard1 r:core_node5 x:testStopAllStartAllCollection_shard1_replica_n2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 3041568 INFO  (parallelCoreAdminExecutor-9123-thread-1-processing-n:127.0.0.1:65160_solr 40c4051c-c0d2-41bc-ba5d-eb6af2eec525721459309491556 CREATE) [n:127.0.0.1:65160_solr c:testStopAllStartAllCollection s:shard2 r:core_node7 x:testStopAllStartAllCollection_shard2_replica_n4] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 3041575 INFO  (parallelCoreAdminExecutor-9121-thread-1-processing-n:127.0.0.1:65161_solr 40c4051c-c0d2-41bc-ba5d-eb6af2eec525721459298723520 CREATE) [n:127.0.0.1:65161_solr c:testStopAllStartAllCollection s:shard1 r:core_node3 x:testStopAllStartAllCollection_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 3041597 INFO  (parallelCoreAdminExecutor-9123-thread-1-processing-n:127.0.0.1:65160_solr 40c4051c-c0d2-41bc-ba5d-eb6af2eec525721459309491556 CREATE) [n:127.0.0.1:65160_solr c:testStopAllStartAllCollection s:shard2 r:core_node7 x:testStopAllStartAllCollection_shard2_replica_n4] o.a.s.s.IndexSchema [testStopAllStartAllCollection_shard2_replica_n4] Schema name=minimal
   [junit4]   2> 3041599 INFO  (parallelCoreAdminExecutor-9123-thread-1-processing-n:127.0.0.1:65160_solr 40c4051c-c0d2-41bc-ba5d-eb6af2eec525721459309491556 CREATE) [n:127.0.0.1:65160_solr c:testStopAllStartAllCollection s:shard2 r:core_node7 x:testStopAllStartAllCollection_shard2_replica_n4] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 3041599 INFO  (parallelCoreAdminExecutor-9123-thread-1-processing-n:127.0.0.1:65160_solr 40c4051c-c0d2-41bc-ba5d-eb6af2eec525721459309491556 CREATE) [n:127.0.0.1:65160_solr c:testStopAllStartAllCollection s:shard2 r:core_node7 x:testStopAllStartAllCollection_shard2_replica_n4] o.a.s.c.CoreContainer Creating SolrCore 'testStopAllStartAllCollection_shard2_replica_n4' using configuration from collection testStopAllStartAllCollection, trusted=true
   [junit4]   2> 3041600 INFO  (parallelCoreAdminExecutor-9123-thread-1-processing-n:127.0.0.1:65160_solr 40c4051c-c0d2-41bc-ba5d-eb6af2eec525721459309491556 CREATE) [n:127.0.0.1:65160_solr c:testStopAllStartAllCollection s:shard2 r:core_node7 x:testStopAllStartAllCollection_shard2_replica_n4] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_65160.solr.core.testStopAllStartAllCollection.shard2.replica_n4' (registry 'solr.core.testStopAllStartAllCollection.shard2.replica_n4') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@69179518
   [junit4]   2> 3041600 INFO  (parallelCoreAdminExecutor-9123-thread-1-processing-n:127.0.0.1:65160_solr 40c4051c-c0d2-41bc-ba5d-eb6af2eec525721459309491556 CREATE) [n:127.0.0.1:65160_solr c:testStopAllStartAllCollection s:shard2 r:core_node7 x:testStopAllStartAllCollection_shard2_replica_n4] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 3041600 INFO  (parallelCoreAdminExecutor-9123-thread-1-processing-n:127.0.0.1:65160_solr 40c4051c-c0d2-41bc-ba5d-eb6af2eec525721459309491556 CREATE) [n:127.0.0.1:65160_solr c:testStopAllStartAllCollection s:shard2 r:core_node7 x:testStopAllStartAllCollection_shard2_replica_n4] o.a.s.c.SolrCore [[testStopAllStartAllCollection_shard2_replica_n4] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.api.collections.TestCollectionsAPIViaSolrCloudCluster_88B001E85647C9F1-001/tempDir-001/node1/testStopAllStartAllCollection_shard2_replica_n4], dataDir=[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.api.collections.TestCollectionsAPIViaSolrCloudCluster_88B001E85647C9F1-001/tempDir-001/node1/./testStopAllStartAllCollection_shard2_replica_n4/data/]
   [junit4]   2> 3041604 INFO  (parallelCoreAdminExecutor-9121-thread-1-processing-n:127.0.0.1:65161_solr 40c4051c-c0d2-41bc-ba5d-eb6af2eec525721459298723520 CREATE) [n:127.0.0.1:65161_solr c:testStopAllStartAllCollection s:shard1 r:core_node3 x:testStopAllStartAllCollection_shard1_replica_n1] o.a.s.s.IndexSchema [testStopAllStartAllCollection_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 3041606 INFO  (parallelCoreAdminExecutor-9121-thread-1-processing-n:127.0.0.1:65161_solr 40c4051c-c0d2-41bc-ba5d-eb6af2eec525721459298723520 CREATE) [n:127.0.0.1:65161_solr c:testStopAllStartAllCollection s:shard1 r:core_node3 x:testStopAllStartAllCollection_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 3041606 INFO  (parallelCoreAdminExecutor-9121-thread-1-processing-n:127.0.0.1:65161_solr 40c4051c-c0d2-41bc-ba5d-eb6af2eec525721459298723520 CREATE) [n:127.0.0.1:65161_solr c:testStopAllStartAllCollection s:shard1 r:core_node3 x:testStopAllStartAllCollection_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'testStopAllStartAllCollection_shard1_replica_n1' using configuration from collection testStopAllStartAllCollection, trusted=true
   [junit4]   2> 3041606 INFO  (parallelCoreAdminExecutor-9121-thread-1-processing-n:127.0.0.1:65161_solr 40c4051c-c0d2-41bc-ba5d-eb6af2eec525721459298723520 CREATE) [n:127.0.0.1:65161_solr c:testStopAllStartAllCollection s:shard1 r:core_node3 x:testStopAllStartAllCollection_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_65161.solr.core.testStopAllStartAllCollection.shard1.replica_n1' (registry 'solr.core.testStopAllStartAllCollection.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@69179518
   [junit4]   2> 3041607 INFO  (parallelCoreAdminExecutor-9121-thread-1-processing-n:127.0.0.1:65161_solr 40c4051c-c0d2-41bc-ba5d-eb6af2eec525721459298723520 CREATE) [n:127.0.0.1:65161_solr c:testStopAllStartAllCollection s:shard1 r:core_node3 x:testStopAllStartAllCollection_shard1_replica_n1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 3041607 INFO  (parallelCoreAdminExecutor-9121-thread-1-processing-n:127.0.0.1:65161_solr 40c4051c-c0d2-41bc-ba5d-eb6af2eec525721459298723520 CREATE) [n:127.0.0.1:65161_solr c:testStopAllStartAllCollection s:shard1 r:core_node3 x:testStopAllStartAllCollection_shard1_replica_n1] o.a.s.c.SolrCore [[testStopAllStartAllCollection_shard1_replica_n1] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.api.collections.TestCollectionsAPIViaSolrCloudCluster_88B001E85647C9F1-001/tempDir-001/node5/testStopAllStartAllCollection_shard1_replica_n1], dataDir=[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.api.collections.TestCollectionsAPIViaSolrCloudCluster_88B001E85647C9F1-001/tempDir-001/node5/./testStopAllStartAllCollection_shard1_replica_n1/data/]
   [junit4]   2> 3041612 INFO  (parallelCoreAdminExecutor-9118-thread-1-processing-n:127.0.0.1:65162_solr 40c4051c-c0d2-41bc-ba5d-eb6af2eec525721459313873974 CREATE) [n:127.0.0.1:65162_solr c:testStopAllStartAllCollection s:shard2 r:core_node8 x:testStopAllStartAllCollection_shard2_replica_n6] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 3041615 INFO  (parallelCoreAdminExecutor-9117-thread-1-processing-n:127.0.0.1:65164_solr 40c4051c-c0d2-41bc-ba5d-eb6af2eec525721459304929451 CREATE) [n:127.0.0.1:65164_solr c:testStopAllStartAllCollection s:shard1 r:core_node5 x:testStopAllStartAllCollection_shard1_replica_n2] o.a.s.s.IndexSchema [testStopAllStartAllCollection_shard1_replica_n2] Schema name=minimal
   [junit4]   2> 3041619 INFO  (parallelCoreAdminExecutor-9117-thread-1-processing-n:127.0.0.1:65164_solr 40c4051c-c0d2-41bc-ba5d-eb6af2eec525721459304929451 CREATE) [n:127.0.0.1:65164_solr c:testStopAllStartAllCollection s:shard1 r:core_node5 x:testStopAllStartAllCollection_shard1_replica_n2] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 3041619 INFO  (parallelCoreAdminExecutor-9117-thread-1-processing-n:127.0.0.1:65164_solr 40c4051c-c0d2-41bc-ba5d-eb6af2eec525721459304929451 CREATE) [n:127.0.0.1:65164_solr c:testStopAllStartAllCollection s:shard1 r:core_node5 x:testStopAllStartAllCollection_shard1_replica_n2] o.a.s.c.CoreContainer Creating SolrCore 'testStopAllStartAllCollection_shard1_replica_n2' using configuration from collection testStopAllStartAllCollection, trusted=true
   [junit4]   2> 3041620 INFO  (parallelCoreAdminExecutor-9117-thread-1-processing-n:127.0.0.1:65164_solr 40c4051c-c0d2-41bc-ba5d-eb6af2eec525721459304929451 CREATE) [n:127.0.0.1:65164_solr c:testStopAllStartAllCollection s:shard1 r:core_node5 x:testStopAllStartAllCollection_shard1_replica_n2] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_65164.solr.core.testStopAllStartAllCollection.shard1.replica_n2' (registry 'solr.core.testStopAllStartAllCollection.shard1.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@69179518
   [junit4]   2> 3041620 INFO  (parallelCoreAdminExecutor-9117-thread-1-processing-n:127.0.0.1:65164_solr 40c4051c-c0d2-41bc-ba5d-eb6af2eec525721459304929451 CREATE) [n:127.0.0.1:65164_solr c:testStopAllStartAllCollection s:shard1 r:core_node5 x:testStopAllStartAllCollection_shard1_replica_n2] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 3041620 INFO  (parallelCoreAdminExecutor-9117-thread-1-processing-n:127.0.0.1:65164_solr 40c4051c-c0d2-41bc-ba5d-eb6af2eec525721459304929451 CREATE) [n:127.0.0.1:65164_solr c:testStopAllStartAllCollection s:shard1 r:core_node5 x:testStopAllStartAllCollection_shard1_replica_n2] o.a.s.c.SolrCore [[testStopAllStartAllCollection_shard1_replica_n2] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.api.collections.TestCollectionsAPIViaSolrCloudCluster_88B001E85647C9F1-001/tempDir-001/node3/testStopAllStartAllCollection_shard1_replica_n2], dataDir=[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.api.collections.TestCollectionsAPIViaSolrCloudCluster_88B001E85647C9F1-001/tempDir-001/node3/./testStopAllStartAllCollection_shard1_replica_n2/data/]
   [junit4]   2> 3041623 INFO  (parallelCoreAdminExecutor-9118-thread-1-processing-n:127.0.0.1:65162_solr 40c4051c-c0d2-41bc-ba5d-eb6af2eec525721459313873974 CREATE) [n:127.0.0.1:65162_solr c:testStopAllStartAllCollection s:shard2 r:core_node8 x:testStopAllStartAllCollection_shard2_replica_n6] o.a.s.s.IndexSchema [testStopAllStartAllCollection_shard2_replica_n6] Schema name=minimal
   [junit4]   2> 3041625 INFO  (parallelCoreAdminExecutor-9118-thread-1-processing-n:127.0.0.1:65162_solr 40c4051c-c0d2-41bc-ba5d-eb6af2eec525721459313873974 CREATE) [n:127.0.0.1:65162_solr c:testStopAllStartAllCollection s:shard2 r:core_node8 x:testStopAllStartAllCollection_shard2_replica_n6] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 3041693 INFO  (parallelCoreAdminExecutor-9118-thread-1-processing-n:127.0.0.1:65162_solr 40c4051c-c0d2-41bc-ba5d-eb6af2eec525721459313873974 CREATE) [n:127.0.0.1:65162_solr c:testStopAllStartAllCollection s:shard2 r:core_node8 x:testStopAllStartAllCollection_shard2_replica_n6] o.a.s.c.CoreContainer Creating SolrCore 'testStopAllStartAllCollection_shard2_replica_n6' using configuration from collection testStopAllStartAllCollection, trusted=true
   [junit4]   2> 3041700 INFO  (parallelCoreAdminExecutor-9118-thread-1-processing-n:127.0.0.1:65162_solr 40c4051c-c0d2-41bc-ba5d-eb6af2eec525721459313873974 CREATE) [n:127.0.0.1:65162_solr c:testStopAllStartAllCollection s:shard2 r:core_node8 x:testStopAllStartAllCollection_shard2_replica_n6] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_65162.solr.core.testStopAllStartAllCollection.shard2.replica_n6' (registry 'solr.core.testStopAllStartAllCollection.shard2.replica_n6') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@69179518
   [junit4]   2> 3041701 INFO  (parallelCoreAdminExecutor-9118-thread-1-processing-n:127.0.0.1:65162_solr 40c4051c-c0d2-41bc-ba5d-eb6af2eec525721459313873974 CREATE) [n:127.0.0.1:65162_solr c:testStopAllStartAllCollection s:shard2 r:core_node8 x:testStopAllStartAllCollection_shard2_replica_n6] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 3041701 INFO  (parallelCoreAdminExecutor-9118-thread-1-processing-n:127.0.0.1:65162_solr 40c4051c-c0d2-41bc-ba5d-eb6af2eec525721459313873974 CREATE) [n:127.0.0.1:65162_solr c:testStopAllStartAllCollection s:shard2 r:core_node8 x:testStopAllStartAllCollection_shard2_replica_n6] o.a.s.c.SolrCore [[testStopAllStartAllCollection_shard2_replica_n6] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.api.collections.TestCollectionsAPIViaSolrCloudCluster_88B001E85647C9F1-001/tempDir-001/node2/testStopAllStartAllCollection_shard2_replica_n6], dataDir=[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.api.collections.TestCollectionsAPIViaSolrCloudCluster_88B001E85647C9F1-001/tempDir-001/node2/./testStopAllStartAllCollection_shard2_replica_n6/data/]
   [junit4]   2> 3041881 INFO  (parallelCoreAdminExecutor-9118-thread-1-processing-n:127.0.0.1:65162_solr 40c4051c-c0d2-41bc-ba5d-eb6af2eec525721459313873974 CREATE) [n:127.0.0.1:65162_solr c:testStopAllStartAllCollection s:shard2 r:core_node8 x:testStopAllStartAllCollection_shard2_replica_n6] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 3041881 INFO  (parallelCoreAdminExecutor-9118-thread-1-processing-n:127.0.0.1:65162_solr 40c4051c-c0d2-41bc-ba5d-eb6af2eec525721459313873974 CREATE) [n:127.0.0.1:65162_solr c:testStopAllStartAllCollection s:shard2 r:core_node8 x:testStopAllStartAllCollection_shard2_replica_n6] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 3041882 INFO  (parallelCoreAdminExecutor-9118-thread-1-processing-n:127.0.0.1:65162_solr 40c4051c-c0d2-41bc-ba5d-eb6af2eec525721459313873974 CREATE) [n:127.0.0.1:65162_solr c:testStopAllStartAllCollection s:shard2 r:core_node8 x:testStopAllStartAllCollection_shard2_replica_n6] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 3041882 INFO  (parallelCoreAdminExecutor-9118-thread-1-processing-n:127.0.0.1:65162_solr 40c4051c-c0d2-41bc-ba5d-eb6af2eec525721459313873974 CREATE) [n:127.0.0.1:65162_solr c:testStopAllStartAllCollection s:shard2 r:core_node8 x:testStopAllStartAllCollection_shard2_replica_n6] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 3041887 INFO  (parallelCoreAdminExecutor-9117-thread-1-processing-n:127.0.0.1:65164_solr 40c4051c-c0d2-41bc-ba5d-eb6af2eec525721459304929451 CREATE) [n:127.0.0.1:65164_solr c:testStopAllStartAllCollection s:shard1 r:core_node5 x:testStopAllStartAllCollection_shard1_replica_n2] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 3041887 INFO  (parallelCoreAdminExecutor-9117-thread-1-processing-n:127.0.0.1:65164_solr 40c4051c-c0d2-41bc-ba5d-eb6af2eec525721459304929451 CREATE) [n:127.0.0.1:65164_solr c:testStopAllStartAllCollection s:shard1 r:core_node5 x:testStopAllStartAllCollection_shard1_replica_n2] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 3041888 INFO  (parallelCoreAdminExecutor-9117-thread-1-processing-n:127.0.0.1:65164_solr 40c4051c-c0d2-41bc-ba5d-eb6af2eec525721459304929451 CREATE) [n:127.0.0.1:65164_solr c:testStopAllStartAllCollection s:shard1 r:core_node5 x:testStopAllStartAllCollection_shard1_replica_n2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 3041888 INFO  (parallelCoreAdminExecutor-9117-thread-1-processing-n:127.0

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

java.base@9/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:514)
   [junit4]    >         at java.base@9/java.util.concurrent.FutureTask.run(FutureTask.java:264)
   [junit4]    >         at app//org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188)
   [junit4]    >         at app//org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$$Lambda$228/1251607707.run(Unknown Source)
   [junit4]    >         at java.base@9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
   [junit4]    >         at java.base@9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
   [junit4]    >         at java.base@9/java.lang.Thread.run(Thread.java:844)
   [junit4]    >    7) Thread[id=24895, name=Connection evictor, state=TIMED_WAITING, group=TGRP-TestCollectionsAPIViaSolrCloudCluster]
   [junit4]    >         at java.base@9/java.lang.Thread.sleep(Native Method)
   [junit4]    >         at app//org.apache.http.impl.client.IdleConnectionEvictor$1.run(IdleConnectionEvictor.java:66)
   [junit4]    >         at java.base@9/java.lang.Thread.run(Thread.java:844)
   [junit4]    >    8) Thread[id=24920, name=zkConnectionManagerCallback-4609-thread-1, state=WAITING, group=TGRP-TestCollectionsAPIViaSolrCloudCluster]
   [junit4]    >         at java.base@9/jdk.internal.misc.Unsafe.park(Native Method)
   [junit4]    >         at java.base@9/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
   [junit4]    >         at java.base@9/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2062)
   [junit4]    >         at java.base@9/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:435)
   [junit4]    >         at java.base@9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1092)
   [junit4]    >         at java.base@9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1152)
   [junit4]    >         at java.base@9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
   [junit4]    >         at java.base@9/java.lang.Thread.run(Thread.java:844)
   [junit4]    >    9) Thread[id=25096, name=zkCallback-4608-thread-4, state=TIMED_WAITING, group=TGRP-TestCollectionsAPIViaSolrCloudCluster]
   [junit4]    >         at java.base@9/jdk.internal.misc.Unsafe.park(Native Method)
   [junit4]    >         at java.base@9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
   [junit4]    >         at java.base@9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
   [junit4]    >         at java.base@9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
   [junit4]    >         at java.base@9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
   [junit4]    >         at java.base@9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1091)
   [junit4]    >         at java.base@9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1152)
   [junit4]    >         at java.base@9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
   [junit4]    >         at java.base@9/java.lang.Thread.run(Thread.java:844)
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([88B001E85647C9F1]:0)Throwable #2: com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   [junit4]    >    1) Thread[id=24949, name=zkCallback-4608-thread-1, state=TIMED_WAITING, group=TGRP-TestCollectionsAPIViaSolrCloudCluster]
   [junit4]    >         at java.base@9/jdk.internal.misc.Unsafe.park(Native Method)
   [junit4]    >         at java.base@9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
   [junit4]    >         at java.base@9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
   [junit4]    >         at java.base@9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
   [junit4]    >         at java.base@9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
   [junit4]    >         at java.base@9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1091)
   [junit4]    >         at java.base@9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1152)
   [junit4]    >         at java.base@9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
   [junit4]    >         at java.base@9/java.lang.Thread.run(Thread.java:844)
   [junit4]    >    2) Thread[id=25095, name=zkCallback-4608-thread-3, state=TIMED_WAITING, group=TGRP-TestCollectionsAPIViaSolrCloudCluster]
   [junit4]    >         at java.base@9/jdk.internal.misc.Unsafe.park(Native Method)
   [junit4]    >         at java.base@9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
   [junit4]    >         at java.base@9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
   [junit4]    >         at java.base@9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
   [junit4]    >         at java.base@9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
   [junit4]    >         at java.base@9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1091)
   [junit4]    >         at java.base@9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1152)
   [junit4]    >         at java.base@9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
   [junit4]    >         at java.base@9/java.lang.Thread.run(Thread.java:844)
   [junit4]    >    3) Thread[id=24913, name=jetty-launcher-4576-thread-4-SendThread(127.0.0.1:65292), state=TIMED_WAITING, group=TGRP-TestCollectionsAPIViaSolrCloudCluster]
   [junit4]    >         at java.base@9/java.lang.Thread.sleep(Native Method)
   [junit4]    >         at app//org.apache.zookeeper.client.StaticHostProvider.next(StaticHostProvider.java:101)
   [junit4]    >         at app//org.apache.zookeeper.ClientCnxn$SendThread.startConnect(ClientCnxn.java:997)
   [junit4]    >         at app//org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1060)
   [junit4]    >    4) Thread[id=25029, name=zkCallback-4608-thread-2, state=TIMED_WAITING, group=TGRP-TestCollectionsAPIViaSolrCloudCluster]
   [junit4]    >         at java.base@9/jdk.internal.misc.Unsafe.park(Native Method)
   [junit4]    >         at java.base@9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
   [junit4]    >         at java.base@9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
   [junit4]    >         at java.base@9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
   [junit4]    >         at java.base@9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
   [junit4]    >         at java.base@9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1091)
   [junit4]    >         at java.base@9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1152)
   [junit4]    >         at java.base@9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
   [junit4]    >         at java.base@9/java.lang.Thread.run(Thread.java:844)
   [junit4]    >    5) Thread[id=24920, name=zkConnectionManagerCallback-4609-thread-1, state=WAITING, group=TGRP-TestCollectionsAPIViaSolrCloudCluster]
   [junit4]    >         at java.base@9/jdk.internal.misc.Unsafe.park(Native Method)
   [junit4]    >         at java.base@9/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
   [junit4]    >         at java.base@9/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2062)
   [junit4]    >         at java.base@9/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:435)
   [junit4]    >         at java.base@9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1092)
   [junit4]    >         at java.base@9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1152)
   [junit4]    >         at java.base@9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
   [junit4]    >         at java.base@9/java.lang.Thread.run(Thread.java:844)
   [junit4]    >    6) Thread[id=25096, name=zkCallback-4608-thread-4, state=TIMED_WAITING, group=TGRP-TestCollectionsAPIViaSolrCloudCluster]
   [junit4]    >         at java.base@9/jdk.internal.misc.Unsafe.park(Native Method)
   [junit4]    >         at java.base@9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
   [junit4]    >         at java.base@9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
   [junit4]    >         at java.base@9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
   [junit4]    >         at java.base@9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
   [junit4]    >         at java.base@9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1091)
   [junit4]    >         at java.base@9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1152)
   [junit4]    >         at java.base@9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
   [junit4]    >         at java.base@9/java.lang.Thread.run(Thread.java:844)
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([88B001E85647C9F1]:0)
   [junit4] Completed [570/769 (1!)] on J0 in 66.36s, 3 tests, 1 failure, 2 errors <<< FAILURES!

[...truncated 41500 lines...]