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 2017/05/25 21:17:02 UTC

[JENKINS] Lucene-Solr-master-MacOSX (64bit/jdk1.8.0) - Build # 4029 - Unstable!

Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-MacOSX/4029/
Java: 64bit/jdk1.8.0 -XX:-UseCompressedOops -XX:+UseParallelGC

3 tests failed.
FAILED:  org.apache.solr.cloud.DeleteReplicaTest.deleteLiveReplicaTest

Error Message:
Could not find collection : delLiveColl

Stack Trace:
org.apache.solr.common.SolrException: Could not find collection : delLiveColl
	at __randomizedtesting.SeedInfo.seed([22AADF25982A4D99:8FCA6B2E8515E5EC]:0)
	at org.apache.solr.common.cloud.ClusterState.getCollection(ClusterState.java:194)
	at org.apache.solr.cloud.SolrCloudTestCase.getCollectionState(SolrCloudTestCase.java:247)
	at org.apache.solr.cloud.DeleteReplicaTest.deleteLiveReplicaTest(DeleteReplicaTest.java:51)
	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:1713)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
	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:916)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	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.DeleteReplicaTest.deleteReplicaByCountForAllShards

Error Message:
Expected two shards with two replicas each null Live Nodes: [127.0.0.1:62861_solr, 127.0.0.1:62860_solr, 127.0.0.1:62866_solr, 127.0.0.1:62859_solr] Last available state: null

Stack Trace:
java.lang.AssertionError: Expected two shards with two replicas each
null
Live Nodes: [127.0.0.1:62861_solr, 127.0.0.1:62860_solr, 127.0.0.1:62866_solr, 127.0.0.1:62859_solr]
Last available state: null
	at __randomizedtesting.SeedInfo.seed([22AADF25982A4D99:1E3B9871D76B10CC]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.cloud.SolrCloudTestCase.waitForState(SolrCloudTestCase.java:269)
	at org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaByCountForAllShards(DeleteReplicaTest.java:137)
	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:1713)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
	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:916)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	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.FullSolrCloudDistribCmdsTest.test

Error Message:
Could not find collection:collection2

Stack Trace:
java.lang.AssertionError: Could not find collection:collection2
	at __randomizedtesting.SeedInfo.seed([22AADF25982A4D99:AAFEE0FF36D62061]: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:159)
	at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:144)
	at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:139)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.waitForRecoveriesToFinish(AbstractFullDistribZkTestBase.java:910)
	at org.apache.solr.cloud.FullSolrCloudDistribCmdsTest.testIndexingBatchPerRequestWithHttpSolrClient(FullSolrCloudDistribCmdsTest.java:620)
	at org.apache.solr.cloud.FullSolrCloudDistribCmdsTest.test(FullSolrCloudDistribCmdsTest.java:152)
	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:1713)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:985)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:960)
	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:916)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	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 12015 lines...]
   [junit4] Suite: org.apache.solr.cloud.FullSolrCloudDistribCmdsTest
   [junit4]   2> Creating dataDir: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_22AADF25982A4D99-001/init-core-data-001
   [junit4]   2> 1382181 WARN  (SUITE-FullSolrCloudDistribCmdsTest-seed#[22AADF25982A4D99]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=7 numCloses=7
   [junit4]   2> 1382181 INFO  (SUITE-FullSolrCloudDistribCmdsTest-seed#[22AADF25982A4D99]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields
   [junit4]   2> 1382185 INFO  (SUITE-FullSolrCloudDistribCmdsTest-seed#[22AADF25982A4D99]-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> 1382185 INFO  (SUITE-FullSolrCloudDistribCmdsTest-seed#[22AADF25982A4D99]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 1382187 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1382187 INFO  (Thread-2940) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1382188 INFO  (Thread-2940) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1382191 ERROR (Thread-2940) [    ] 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> 1382295 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99]) [    ] o.a.s.c.ZkTestServer start zk server on port:61636
   [junit4]   2> 1382347 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 1382351 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/schema15.xml to /configs/conf1/schema.xml
   [junit4]   2> 1382355 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1382357 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 1382360 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 1382363 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 1382366 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 1382369 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1382372 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1382375 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 1382378 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 1382382 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99]) [    ] o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly asked otherwise
   [junit4]   2> 1382938 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_22AADF25982A4D99-001/control-001/cores/collection1
   [junit4]   2> 1382939 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99]) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1382940 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@184584ca{/,null,AVAILABLE}
   [junit4]   2> 1382943 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@39146b73{HTTP/1.1,[http/1.1]}{127.0.0.1:61645}
   [junit4]   2> 1382943 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99]) [    ] o.e.j.s.Server Started @1386203ms
   [junit4]   2> 1382943 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_22AADF25982A4D99-001/tempDir-001/control/data, hostContext=/, hostPort=61645, coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_22AADF25982A4D99-001/control-001/cores}
   [junit4]   2> 1382943 ERROR (TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99]) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1382944 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.0.0
   [junit4]   2> 1382944 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1382944 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1382944 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-05-25T20:37:00.144Z
   [junit4]   2> 1382947 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1382947 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_22AADF25982A4D99-001/control-001/solr.xml
   [junit4]   2> 1382963 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@39466d00, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1382968 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:61636/solr
   [junit4]   2> 1383012 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99]) [n:127.0.0.1:61645_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1383013 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99]) [n:127.0.0.1:61645_    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:61645_
   [junit4]   2> 1383015 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99]) [n:127.0.0.1:61645_    ] o.a.s.c.Overseer Overseer (id=98025119376343044-127.0.0.1:61645_-n_0000000000) starting
   [junit4]   2> 1383030 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99]) [n:127.0.0.1:61645_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:61645_
   [junit4]   2> 1383032 INFO  (zkCallback-3035-thread-1-processing-n:127.0.0.1:61645_) [n:127.0.0.1:61645_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1383156 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99]) [n:127.0.0.1:61645_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@39466d00
   [junit4]   2> 1383159 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99]) [n:127.0.0.1:61645_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@39466d00
   [junit4]   2> 1383159 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99]) [n:127.0.0.1:61645_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@39466d00
   [junit4]   2> 1383161 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99]) [n:127.0.0.1:61645_    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_22AADF25982A4D99-001/control-001/cores
   [junit4]   2> 1383161 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99]) [n:127.0.0.1:61645_    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 1383162 INFO  (coreLoadExecutor-6585-thread-1-processing-n:127.0.0.1:61645_) [n:127.0.0.1:61645_ c:control_collection   x:collection1] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 1383164 INFO  (OverseerStateUpdate-98025119376343044-127.0.0.1:61645_-n_0000000000) [n:127.0.0.1:61645_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
   [junit4]   2> 1384192 INFO  (coreLoadExecutor-6585-thread-1-processing-n:127.0.0.1:61645_) [n:127.0.0.1:61645_ c:control_collection   x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1384201 INFO  (coreLoadExecutor-6585-thread-1-processing-n:127.0.0.1:61645_) [n:127.0.0.1:61645_ c:control_collection   x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1384264 INFO  (coreLoadExecutor-6585-thread-1-processing-n:127.0.0.1:61645_) [n:127.0.0.1:61645_ c:control_collection   x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 1384291 INFO  (coreLoadExecutor-6585-thread-1-processing-n:127.0.0.1:61645_) [n:127.0.0.1:61645_ c:control_collection   x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection control_collection, trusted=true
   [junit4]   2> 1384291 INFO  (coreLoadExecutor-6585-thread-1-processing-n:127.0.0.1:61645_) [n:127.0.0.1:61645_ c:control_collection   x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.control_collection.shard1.core_node1' (registry 'solr.core.control_collection.shard1.core_node1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@39466d00
   [junit4]   2> 1384291 INFO  (coreLoadExecutor-6585-thread-1-processing-n:127.0.0.1:61645_) [n:127.0.0.1:61645_ c:control_collection   x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1384291 INFO  (coreLoadExecutor-6585-thread-1-processing-n:127.0.0.1:61645_) [n:127.0.0.1:61645_ c:control_collection   x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_22AADF25982A4D99-001/control-001/cores/collection1], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_22AADF25982A4D99-001/control-001/cores/collection1/data/]
   [junit4]   2> 1384292 INFO  (coreLoadExecutor-6585-thread-1-processing-n:127.0.0.1:61645_) [n:127.0.0.1:61645_ c:control_collection   x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=22, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.3092358904728295]
   [junit4]   2> 1384295 WARN  (coreLoadExecutor-6585-thread-1-processing-n:127.0.0.1:61645_) [n:127.0.0.1:61645_ c:control_collection   x:collection1] 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> 1384414 INFO  (coreLoadExecutor-6585-thread-1-processing-n:127.0.0.1:61645_) [n:127.0.0.1:61645_ c:control_collection   x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1384414 INFO  (coreLoadExecutor-6585-thread-1-processing-n:127.0.0.1:61645_) [n:127.0.0.1:61645_ c:control_collection   x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1384415 INFO  (coreLoadExecutor-6585-thread-1-processing-n:127.0.0.1:61645_) [n:127.0.0.1:61645_ c:control_collection   x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1384415 INFO  (coreLoadExecutor-6585-thread-1-processing-n:127.0.0.1:61645_) [n:127.0.0.1:61645_ c:control_collection   x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1384416 INFO  (coreLoadExecutor-6585-thread-1-processing-n:127.0.0.1:61645_) [n:127.0.0.1:61645_ c:control_collection   x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=26, maxMergeAtOnceExplicit=48, maxMergedSegmentMB=78.205078125, floorSegmentMB=1.38671875, forceMergeDeletesPctAllowed=17.172270947535345, segmentsPerTier=18.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1384416 INFO  (coreLoadExecutor-6585-thread-1-processing-n:127.0.0.1:61645_) [n:127.0.0.1:61645_ c:control_collection   x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@62541a21[collection1] main]
   [junit4]   2> 1384418 INFO  (coreLoadExecutor-6585-thread-1-processing-n:127.0.0.1:61645_) [n:127.0.0.1:61645_ c:control_collection   x:collection1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1384418 INFO  (coreLoadExecutor-6585-thread-1-processing-n:127.0.0.1:61645_) [n:127.0.0.1:61645_ c:control_collection   x:collection1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1384419 INFO  (coreLoadExecutor-6585-thread-1-processing-n:127.0.0.1:61645_) [n:127.0.0.1:61645_ c:control_collection   x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1384419 INFO  (coreLoadExecutor-6585-thread-1-processing-n:127.0.0.1:61645_) [n:127.0.0.1:61645_ c:control_collection   x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1568401912358764544
   [junit4]   2> 1384420 INFO  (searcherExecutor-6586-thread-1-processing-n:127.0.0.1:61645_ x:collection1 c:control_collection) [n:127.0.0.1:61645_ c:control_collection   x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@62541a21[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1384428 INFO  (coreZkRegister-6578-thread-1-processing-n:127.0.0.1:61645_ x:collection1 c:control_collection) [n:127.0.0.1:61645_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1384428 INFO  (coreZkRegister-6578-thread-1-processing-n:127.0.0.1:61645_ x:collection1 c:control_collection) [n:127.0.0.1:61645_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1384428 INFO  (coreZkRegister-6578-thread-1-processing-n:127.0.0.1:61645_ x:collection1 c:control_collection) [n:127.0.0.1:61645_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:61645/collection1/
   [junit4]   2> 1384428 INFO  (coreZkRegister-6578-thread-1-processing-n:127.0.0.1:61645_ x:collection1 c:control_collection) [n:127.0.0.1:61645_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1384428 INFO  (coreZkRegister-6578-thread-1-processing-n:127.0.0.1:61645_ x:collection1 c:control_collection) [n:127.0.0.1:61645_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy http://127.0.0.1:61645/collection1/ has no replicas
   [junit4]   2> 1384428 INFO  (coreZkRegister-6578-thread-1-processing-n:127.0.0.1:61645_ x:collection1 c:control_collection) [n:127.0.0.1:61645_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 1384434 INFO  (coreZkRegister-6578-thread-1-processing-n:127.0.0.1:61645_ x:collection1 c:control_collection) [n:127.0.0.1:61645_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:61645/collection1/ shard1
   [junit4]   2> 1384546 INFO  (coreZkRegister-6578-thread-1-processing-n:127.0.0.1:61645_ x:collection1 c:control_collection) [n:127.0.0.1:61645_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1384693 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1384695 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:61636/solr ready
   [junit4]   2> 1384695 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99]) [    ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 1384993 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_22AADF25982A4D99-001/shard-1-001/cores/collection1
   [junit4]   2> 1384994 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_22AADF25982A4D99-001/shard-1-001 of type NRT
   [junit4]   2> 1384995 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99]) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1384998 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@261d5006{/,null,AVAILABLE}
   [junit4]   2> 1384998 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@6002ee85{HTTP/1.1,[http/1.1]}{127.0.0.1:61655}
   [junit4]   2> 1384998 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99]) [    ] o.e.j.s.Server Started @1388258ms
   [junit4]   2> 1384999 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_22AADF25982A4D99-001/tempDir-001/jetty1, solrconfig=solrconfig.xml, hostContext=/, hostPort=61655, coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_22AADF25982A4D99-001/shard-1-001/cores}
   [junit4]   2> 1384999 ERROR (TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99]) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1384999 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.0.0
   [junit4]   2> 1384999 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1384999 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1384999 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-05-25T20:37:02.199Z
   [junit4]   2> 1385003 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1385003 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_22AADF25982A4D99-001/shard-1-001/solr.xml
   [junit4]   2> 1385011 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@39466d00, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1385016 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:61636/solr
   [junit4]   2> 1385031 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99]) [n:127.0.0.1:61655_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1385038 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99]) [n:127.0.0.1:61655_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1385041 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99]) [n:127.0.0.1:61655_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:61655_
   [junit4]   2> 1385044 INFO  (zkCallback-3039-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1385044 INFO  (zkCallback-3035-thread-1-processing-n:127.0.0.1:61645_) [n:127.0.0.1:61645_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1385044 INFO  (zkCallback-3044-thread-1-processing-n:127.0.0.1:61655_) [n:127.0.0.1:61655_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1385140 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99]) [n:127.0.0.1:61655_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@39466d00
   [junit4]   2> 1385144 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99]) [n:127.0.0.1:61655_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@39466d00
   [junit4]   2> 1385144 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99]) [n:127.0.0.1:61655_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@39466d00
   [junit4]   2> 1385146 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99]) [n:127.0.0.1:61655_    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_22AADF25982A4D99-001/shard-1-001/cores
   [junit4]   2> 1385146 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99]) [n:127.0.0.1:61655_    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 1385147 INFO  (coreLoadExecutor-6596-thread-1-processing-n:127.0.0.1:61655_) [n:127.0.0.1:61655_ c:collection1   x:collection1] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 1385149 INFO  (OverseerStateUpdate-98025119376343044-127.0.0.1:61645_-n_0000000000) [n:127.0.0.1:61645_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard2
   [junit4]   2> 1386173 INFO  (coreLoadExecutor-6596-thread-1-processing-n:127.0.0.1:61655_) [n:127.0.0.1:61655_ c:collection1   x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1386181 INFO  (coreLoadExecutor-6596-thread-1-processing-n:127.0.0.1:61655_) [n:127.0.0.1:61655_ c:collection1   x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1386245 INFO  (coreLoadExecutor-6596-thread-1-processing-n:127.0.0.1:61655_) [n:127.0.0.1:61655_ c:collection1   x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 1386267 INFO  (coreLoadExecutor-6596-thread-1-processing-n:127.0.0.1:61655_) [n:127.0.0.1:61655_ c:collection1   x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection collection1, trusted=true
   [junit4]   2> 1386267 INFO  (coreLoadExecutor-6596-thread-1-processing-n:127.0.0.1:61655_) [n:127.0.0.1:61655_ c:collection1   x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1.shard2.core_node1' (registry 'solr.core.collection1.shard2.core_node1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@39466d00
   [junit4]   2> 1386267 INFO  (coreLoadExecutor-6596-thread-1-processing-n:127.0.0.1:61655_) [n:127.0.0.1:61655_ c:collection1   x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1386267 INFO  (coreLoadExecutor-6596-thread-1-processing-n:127.0.0.1:61655_) [n:127.0.0.1:61655_ c:collection1   x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_22AADF25982A4D99-001/shard-1-001/cores/collection1], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_22AADF25982A4D99-001/shard-1-001/cores/collection1/data/]
   [junit4]   2> 1386269 INFO  (coreLoadExecutor-6596-thread-1-processing-n:127.0.0.1:61655_) [n:127.0.0.1:61655_ c:collection1   x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=22, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.3092358904728295]
   [junit4]   2> 1386271 WARN  (coreLoadExecutor-6596-thread-1-processing-n:127.0.0.1:61655_) [n:127.0.0.1:61655_ c:collection1   x:collection1] 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> 1386324 INFO  (coreLoadExecutor-6596-thread-1-processing-n:127.0.0.1:61655_) [n:127.0.0.1:61655_ c:collection1   x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1386324 INFO  (coreLoadExecutor-6596-thread-1-processing-n:127.0.0.1:61655_) [n:127.0.0.1:61655_ c:collection1   x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1386332 INFO  (coreLoadExecutor-6596-thread-1-processing-n:127.0.0.1:61655_) [n:127.0.0.1:61655_ c:collection1   x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1386332 INFO  (coreLoadExecutor-6596-thread-1-processing-n:127.0.0.1:61655_) [n:127.0.0.1:61655_ c:collection1   x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1386333 INFO  (coreLoadExecutor-6596-thread-1-processing-n:127.0.0.1:61655_) [n:127.0.0.1:61655_ c:collection1   x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=26, maxMergeAtOnceExplicit=48, maxMergedSegmentMB=78.205078125, floorSegmentMB=1.38671875, forceMergeDeletesPctAllowed=17.172270947535345, segmentsPerTier=18.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1386333 INFO  (coreLoadExecutor-6596-thread-1-processing-n:127.0.0.1:61655_) [n:127.0.0.1:61655_ c:collection1   x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@57106469[collection1] main]
   [junit4]   2> 1386334 INFO  (coreLoadExecutor-6596-thread-1-processing-n:127.0.0.1:61655_) [n:127.0.0.1:61655_ c:collection1   x:collection1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1386335 INFO  (coreLoadExecutor-6596-thread-1-processing-n:127.0.0.1:61655_) [n:127.0.0.1:61655_ c:collection1   x:collection1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1386335 INFO  (coreLoadExecutor-6596-thread-1-processing-n:127.0.0.1:61655_) [n:127.0.0.1:61655_ c:collection1   x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1386335 INFO  (coreLoadExecutor-6596-thread-1-processing-n:127.0.0.1:61655_) [n:127.0.0.1:61655_ c:collection1   x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1568401914367836160
   [junit4]   2> 1386336 INFO  (searcherExecutor-6597-thread-1-processing-n:127.0.0.1:61655_ x:collection1 c:collection1) [n:127.0.0.1:61655_ c:collection1   x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@57106469[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1386342 INFO  (coreZkRegister-6591-thread-1-processing-n:127.0.0.1:61655_ x:collection1 c:collection1) [n:127.0.0.1:61655_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1386342 INFO  (coreZkRegister-6591-thread-1-processing-n:127.0.0.1:61655_ x:collection1 c:collection1) [n:127.0.0.1:61655_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1386342 INFO  (coreZkRegister-6591-thread-1-processing-n:127.0.0.1:61655_ x:collection1 c:collection1) [n:127.0.0.1:61655_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:61655/collection1/
   [junit4]   2> 1386343 INFO  (coreZkRegister-6591-thread-1-processing-n:127.0.0.1:61655_ x:collection1 c:collection1) [n:127.0.0.1:61655_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1386343 INFO  (coreZkRegister-6591-thread-1-processing-n:127.0.0.1:61655_ x:collection1 c:collection1) [n:127.0.0.1:61655_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.SyncStrategy http://127.0.0.1:61655/collection1/ has no replicas
   [junit4]   2> 1386343 INFO  (coreZkRegister-6591-thread-1-processing-n:127.0.0.1:61655_ x:collection1 c:collection1) [n:127.0.0.1:61655_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 1386347 INFO  (coreZkRegister-6591-thread-1-processing-n:127.0.0.1:61655_ x:collection1 c:collection1) [n:127.0.0.1:61655_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:61655/collection1/ shard2
   [junit4]   2> 1386458 INFO  (coreZkRegister-6591-thread-1-processing-n:127.0.0.1:61655_ x:collection1 c:collection1) [n:127.0.0.1:61655_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1386970 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_22AADF25982A4D99-001/shard-2-001/cores/collection1
   [junit4]   2> 1386971 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_22AADF25982A4D99-001/shard-2-001 of type NRT
   [junit4]   2> 1386971 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99]) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1386972 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@50305430{/,null,AVAILABLE}
   [junit4]   2> 1386972 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@3d0373f3{HTTP/1.1,[http/1.1]}{127.0.0.1:61659}
   [junit4]   2> 1386972 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99]) [    ] o.e.j.s.Server Started @1390232ms
   [junit4]   2> 1386973 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_22AADF25982A4D99-001/tempDir-001/jetty2, replicaType=NRT, solrconfig=solrconfig.xml, hostContext=/, hostPort=61659, coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_22AADF25982A4D99-001/shard-2-001/cores}
   [junit4]   2> 1386973 ERROR (TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99]) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1386974 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.0.0
   [junit4]   2> 1386974 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1386975 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1386975 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-05-25T20:37:04.175Z
   [junit4]   2> 1386978 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1386978 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_22AADF25982A4D99-001/shard-2-001/solr.xml
   [junit4]   2> 1386978 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x15c4153a37e0009, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 1386986 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@39466d00, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1386990 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:61636/solr
   [junit4]   2> 1387004 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99]) [n:127.0.0.1:61659_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1387008 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99]) [n:127.0.0.1:61659_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1387011 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99]) [n:127.0.0.1:61659_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:61659_
   [junit4]   2> 1387013 INFO  (zkCallback-3050-thread-1-processing-n:127.0.0.1:61659_) [n:127.0.0.1:61659_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1387013 INFO  (zkCallback-3035-thread-1-processing-n:127.0.0.1:61645_) [n:127.0.0.1:61645_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1387013 INFO  (zkCallback-3044-thread-1-processing-n:127.0.0.1:61655_) [n:127.0.0.1:61655_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1387013 INFO  (zkCallback-3039-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1387093 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99]) [n:127.0.0.1:61659_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@39466d00
   [junit4]   2> 1387098 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99]) [n:127.0.0.1:61659_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@39466d00
   [junit4]   2> 1387098 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99]) [n:127.0.0.1:61659_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@39466d00
   [junit4]   2> 1387103 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99]) [n:127.0.0.1:61659_    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_22AADF25982A4D99-001/shard-2-001/cores
   [junit4]   2> 1387103 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99]) [n:127.0.0.1:61659_    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 1387103 INFO  (coreLoadExecutor-6607-thread-1-processing-n:127.0.0.1:61659_) [n:127.0.0.1:61659_ c:collection1   x:collection1] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 1387107 INFO  (OverseerStateUpdate-98025119376343044-127.0.0.1:61645_-n_0000000000) [n:127.0.0.1:61645_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard3
   [junit4]   2> 1388128 INFO  (coreLoadExecutor-6607-thread-1-processing-n:127.0.0.1:61659_) [n:127.0.0.1:61659_ c:collection1   x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1388139 INFO  (coreLoadExecutor-6607-thread-1-processing-n:127.0.0.1:61659_) [n:127.0.0.1:61659_ c:collection1   x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1388223 INFO  (coreLoadExecutor-6607-thread-1-processing-n:127.0.0.1:61659_) [n:127.0.0.1:61659_ c:collection1   x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 1388253 INFO  (coreLoadExecutor-6607-thread-1-processing-n:127.0.0.1:61659_) [n:127.0.0.1:61659_ c:collection1   x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection collection1, trusted=true
   [junit4]   2> 1388253 INFO  (coreLoadExecutor-6607-thread-1-processing-n:127.0.0.1:61659_) [n:127.0.0.1:61659_ c:collection1   x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1.shard3.core_node2' (registry 'solr.core.collection1.shard3.core_node2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@39466d00
   [junit4]   2> 1388254 INFO  (coreLoadExecutor-6607-thread-1-processing-n:127.0.0.1:61659_) [n:127.0.0.1:61659_ c:collection1   x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1388254 INFO  (coreLoadExecutor-6607-thread-1-processing-n:127.0.0.1:61659_) [n:127.0.0.1:61659_ c:collection1   x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_22AADF25982A4D99-001/shard-2-001/cores/collection1], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_22AADF25982A4D99-001/shard-2-001/cores/collection1/data/]
   [junit4]   2> 1388255 INFO  (coreLoadExecutor-6607-thread-1-processing-n:127.0.0.1:61659_) [n:127.0.0.1:61659_ c:collection1   x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=22, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.3092358904728295]
   [junit4]   2> 1388257 WARN  (coreLoadExecutor-6607-thread-1-processing-n:127.0.0.1:61659_) [n:127.0.0.1:61659_ c:collection1   x:collection1] 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> 1388317 INFO  (coreLoadExecutor-6607-thread-1-processing-n:127.0.0.1:61659_) [n:127.0.0.1:61659_ c:collection1   x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1388317 INFO  (coreLoadExecutor-6607-thread-1-processing-n:127.0.0.1:61659_) [n:127.0.0.1:61659_ c:collection1   x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1388318 INFO  (coreLoadExecutor-6607-thread-1-processing-n:127.0.0.1:61659_) [n:127.0.0.1:61659_ c:collection1   x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1388318 INFO  (coreLoadExecutor-6607-thread-1-processing-n:127.0.0.1:61659_) [n:127.0.0.1:61659_ c:collection1   x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1388319 INFO  (coreLoadExecutor-6607-thread-1-processing-n:127.0.0.1:61659_) [n:127.0.0.1:61659_ c:collection1   x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=26, maxMergeAtOnceExplicit=48, maxMergedSegmentMB=78.205078125, floorSegmentMB=1.38671875, forceMergeDeletesPctAllowed=17.172270947535345, segmentsPerTier=18.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1388319 INFO  (coreLoadExecutor-6607-thread-1-processing-n:127.0.0.1:61659_) [n:127.0.0.1:61659_ c:collection1   x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@2698683a[collection1] main]
   [junit4]   2> 1388320 INFO  (coreLoadExecutor-6607-thread-1-processing-n:127.0.0.1:61659_) [n:127.0.0.1:61659_ c:collection1   x:collection1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1388321 INFO  (coreLoadExecutor-6607-thread-1-processing-n:127.0.0.1:61659_) [n:127.0.0.1:61659_ c:collection1   x:collection1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1388321 INFO  (coreLoadExecutor-6607-thread-1-processing-n:127.0.0.1:61659_) [n:127.0.0.1:61659_ c:collection1   x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1388321 INFO  (coreLoadExecutor-6607-thread-1-processing-n:127.0.0.1:61659_) [n:127.0.0.1:61659_ c:collection1   x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1568401916450308096
   [junit4]   2> 1388322 INFO  (searcherExecutor-6608-thread-1-processing-n:127.0.0.1:61659_ x:collection1 c:collection1) [n:127.0.0.1:61659_ c:collection1   x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@2698683a[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1388328 INFO  (coreZkRegister-6602-thread-1-processing-n:127.0.0.1:61659_ x:collection1 c:collection1) [n:127.0.0.1:61659_ c:collection1 s:shard3 r:core_node2 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1388328 INFO  (coreZkRegister-6602-thread-1-processing-n:127.0.0.1:61659_ x:collection1 c:collection1) [n:127.0.0.1:61659_ c:collection1 s:shard3 r:core_node2 x:collection1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1388328 INFO  (coreZkRegister-6602-thread-1-processing-n:127.0.0.1:61659_ x:collection1 c:collection1) [n:127.0.0.1:61659_ c:collection1 s:shard3 r:core_node2 x:collection1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:61659/collection1/
   [junit4]   2> 1388328 INFO  (coreZkRegister-6602-thread-1-processing-n:127.0.0.1:61659_ x:collection1 c:collection1) [n:127.0.0.1:61659_ c:collection1 s:shard3 r:core_node2 x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1388329 INFO  (coreZkRegister-6602-thread-1-processing-n:127.0.0.1:61659_ x:collection1 c:collection1) [n:127.0.0.1:61659_ c:collection1 s:shard3 r:core_node2 x:collection1] o.a.s.c.SyncStrategy http://127.0.0.1:61659/collection1/ has no replicas
   [junit4]   2> 1388329 INFO  (coreZkRegister-6602-thread-1-processing-n:127.0.0.1:61659_ x:collection1 c:collection1) [n:127.0.0.1:61659_ c:collection1 s:shard3 r:core_node2 x:collection1] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 1388333 INFO  (coreZkRegister-6602-thread-1-processing-n:127.0.0.1:61659_ x:collection1 c:collection1) [n:127.0.0.1:61659_ c:collection1 s:shard3 r:core_node2 x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:61659/collection1/ shard3
   [junit4]   2> 1388490 INFO  (coreZkRegister-6602-thread-1-processing-n:127.0.0.1:61659_ x:collection1 c:collection1) [n:127.0.0.1:61659_ c:collection1 s:shard3 r:core_node2 x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1388900 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_22AADF25982A4D99-001/shard-3-001/cores/collection1
   [junit4]   2> 1388901 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_22AADF25982A4D99-001/shard-3-001 of type NRT
   [junit4]   2> 1388901 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99]) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1388902 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@22de193d{/,null,AVAILABLE}
   [junit4]   2> 1388903 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@bbbbf8f{HTTP/1.1,[http/1.1]}{127.0.0.1:61664}
   [junit4]   2> 1388903 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99]) [    ] o.e.j.s.Server Started @1392162ms
   [junit4]   2> 1388903 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_22AADF25982A4D99-001/tempDir-001/jetty3, solrconfig=solrconfig.xml, hostContext=/, hostPort=61664, coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_22AADF25982A4D99-001/shard-3-001/cores}
   [junit4]   2> 1388904 ERROR (TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99]) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1388904 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.0.0
   [junit4]   2> 1388904 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1388904 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1388904 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-05-25T20:37:06.104Z
   [junit4]   2> 1388907 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1388907 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_22AADF25982A4D99-001/shard-3-001/solr.xml
   [junit4]   2> 1388912 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@39466d00, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1388915 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:61636/solr
   [junit4]   2> 1388928 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99]) [n:127.0.0.1:61664_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 1388932 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99]) [n:127.0.0.1:61664_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1388935 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99]) [n:127.0.0.1:61664_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:61664_
   [junit4]   2> 1388937 INFO  (zkCallback-3044-thread-1-processing-n:127.0.0.1:61655_) [n:127.0.0.1:61655_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1388937 INFO  (zkCallback-3050-thread-1-processing-n:127.0.0.1:61659_) [n:127.0.0.1:61659_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1388937 INFO  (zkCallback-3039-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1388937 INFO  (zkCallback-3035-thread-2-processing-n:127.0.0.1:61645_) [n:127.0.0.1:61645_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1388938 INFO  (zkCallback-3056-thread-1-processing-n:127.0.0.1:61664_) [n:127.0.0.1:61664_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1389010 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99]) [n:127.0.0.1:61664_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@39466d00
   [junit4]   2> 1389014 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99]) [n:127.0.0.1:61664_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@39466d00
   [junit4]   2> 1389014 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99]) [n:127.0.0.1:61664_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@39466d00
   [junit4]   2> 1389016 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99]) [n:127.0.0.1:61664_    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_22AADF25982A4D99-001/shard-3-001/cores
   [junit4]   2> 1389016 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99]) [n:127.0.0.1:61664_    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 1389017 INFO  (coreLoadExecutor-6618-thread-1-processing-n:127.0.0.1:61664_) [n:127.0.0.1:61664_ c:collection1   x:collection1] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 1389018 INFO  (OverseerStateUpdate-98025119376343044-127.0.0.1:61645_-n_0000000000) [n:127.0.0.1:61645_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
   [junit4]   2> 1390056 INFO  (coreLoadExecutor-6618-thread-1-processing-n:127.0.0.1:61664_) [n:127.0.0.1:61664_ c:collection1   x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1390068 INFO  (coreLoadExecutor-6618-thread-1-processing-n:127.0.0.1:61664_) [n:127.0.0.1:61664_ c:collection1   x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1390133 INFO  (coreLoadExecutor-6618-thread-1-processing-n:127.0.0.1:61664_) [n:127.0.0.1:61664_ c:collection1   x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 1390158 INFO  (coreLoadExecutor-6618-thread-1-processing-n:127.0.0.1:61664_) [n:127.0.0.1:61664_ c:collection1   x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection collection1, trusted=true
   [junit4]   2> 1390158 INFO  (coreLoadExecutor-6618-thread-1-processing-n:127.0.0.1:61664_) [n:127.0.0.1:61664_ c:collection1   x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1.shard1.core_node3' (registry 'solr.core.collection1.shard1.core_node3') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@39466d00
   [junit4]   2> 1390158 INFO  (coreLoadExecutor-6618-thread-1-processing-n:127.0.0.1:61664_) [n:127.0.0.1:61664_ c:collection1   x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1390158 INFO  (coreLoadExecutor-6618-thread-1-processing-n:127.0.0.1:61664_) [n:127.0.0.1:61664_ c:collection1   x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_22AADF25982A4D99-001/shard-3-001/cores/collection1], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_22AADF25982A4D99-001/shard-3-001/cores/collection1/data/]
   [junit4]   2> 1390160 INFO  (coreLoadExecutor-6618-thread-1-processing-n:127.0.0.1:61664_) [n:127.0.0.1:61664_ c:collection1   x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=22, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.3092358904728295]
   [junit4]   2> 1390163 WARN  (coreLoadExecutor-6618-thread-1-processing-n:127.0.0.1:61664_) [n:127.0.0.1:61664_ c:collection1   x:collection1] 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> 1392150 INFO  (coreLoadExecutor-6618-thread-1-processing-n:127.0.0.1:61664_) [n:127.0.0.1:61664_ c:collection1   x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1392150 INFO  (coreLoadExecutor-6618-thread-1-processing-n:127.0.0.1:61664_) [n:127.0.0.1:61664_ c:collection1   x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1392154 INFO  (coreLoadExecutor-6618-thread-1-processing-n:127.0.0.1:61664_) [n:127.0.0.1:61664_ c:collection1   x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1392154 INFO  (coreLoadExecutor-6618-thread-1-processing-n:127.0.0.1:61664_) [n:127.0.0.1:61664_ c:collection1   x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1392157 INFO  (coreLoadExecutor-6618-thread-1-processing-n:127.0.0.1:61664_) [n:127.0.0.1:61664_ c:collection1   x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=26, maxMergeAtOnceExplicit=48, maxMergedSegmentMB=78.205078125, floorSegmentMB=1.38671875, forceMergeDeletesPctAllowed=17.172270947535345, segmentsPerTier=18.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1392157 INFO  (coreLoadExecutor-6618-thread-1-processing-n:127.0.0.1:61664_) [n:127.0.0.1:61664_ c:collection1   x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@1774f724[collection1] main]
   [junit4]   2> 1392159 INFO  (coreLoadExecutor-6618-thread-1-processing-n:127.0.0.1:61664_) [n:127.0.0.1:61664_ c:collection1   x:collection1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1392160 INFO  (coreLoadExecutor-6618-thread-1-processing-n:127.0.0.1:61664_) [n:127.0.0.1:61664_ c:collection1   x:collection1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1392161 INFO  (coreLoadExecutor-6618-thread-1-processing-n:127.0.0.1:61664_) [n:127.0.0.1:61664_ c:collection1   x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1392161 INFO  (coreLoadExecutor-6618-thread-1-processing-n:127.0.0.1:61664_) [n:127.0.0.1:61664_ c:collection1   x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1568401920476839936
   [junit4]   2> 1392162 INFO  (searcherExecutor-6619-thread-1-processing-n:127.0.0.1:61664_ x:collection1 c:collection1) [n:127.0.0.1:61664_ c:collection1   x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@1774f724[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1392185 INFO  (coreZkRegister-6613-thread-1-processing-n:127.0.0.1:61664_ x:collection1 c:collection1) [n:127.0.0.1:61664_ c:collection1 s:shard1 r:core_node3 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1392187 INFO  (coreZkRegister-6613-thread-1-processing-n:127.0.0.1:61664_ x:collection1 c:collection1) [n:127.0.0.1:61664_ c:collection1 s:shard1 r:core_node3 x:collection1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1392187 INFO  (coreZkRegister-6613-thread-1-processing-n:127.0.0.1:61664_ x:collection1 c:collection1) [n:127.0.0.1:61664_ c:collection1 s:shard1 r:core_node3 x:collection1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:61664/collection1/
   [junit4]   2> 1392187 INFO  (coreZkRegister-6613-thread-1-processing-n:127.0.0.1:61664_ x:collection1 c:collection1) [n:127.0.0.1:61664_ c:collection1 s:shard1 r:core_node3 x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1392187 INFO  (coreZkRegister-6613-thread-1-processing-n:127.0.0.1:61664_ x:collection1 c:collection1) [n:127.0.0.1:61664_ c:collection1 s:shard1 r:core_node3 x:collection1] o.a.s.c.SyncStrategy http://127.0.0.1:61664/collection1/ has no replicas
   [junit4]   2> 1392187 INFO  (coreZkRegister-6613-thread-1-processing-n:127.0.0.1:61664_ x:collection1 c:collection1) [n:127.0.0.1:61664_ c:collection1 s:shard1 r:core_node3 x:collection1] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 1392193 INFO  (coreZkRegister-6613-thread-1-processing-n:127.0.0.1:61664_ x:collection1 c:collection1) [n:127.0.0.1:61664_ c:collection1 s:shard1 r:core_node3 x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:61664/collection1/ shard1
   [junit4]   2> 1392300 INFO  (coreZkRegister-6613-thread-1-processing-n:127.0.0.1:61664_ x:collection1 c:collection1) [n:127.0.0.1:61664_ c:collection1 s:shard1 r:core_node3 x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1393104 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_22AADF25982A4D99-001/shard-4-001/cores/collection1
   [junit4]   2> 1393105 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 4 in directory /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_22AADF25982A4D99-001/shard-4-001 of type NRT
   [junit4]   2> 1393106 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99]) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1393108 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@209b58fd{/,null,AVAILABLE}
   [junit4]   2> 1393109 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@2e52a29c{HTTP/1.1,[http/1.1]}{127.0.0.1:61678}
   [junit4]   2> 1393109 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99]) [    ] o.e.j.s.Server Started @1396369ms
   [junit4]   2> 1393110 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_22AADF25982A4D99-001/tempDir-001/jetty4, replicaType=NRT, solrconfig=solrconfig.xml, hostContext=/, hostPort=61678, coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_22AADF25982A4D99-001/shard-4-001/cores}
   [junit4]   2> 1393110 ERROR (TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99]) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1393111 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.0.0
   [junit4]   2> 1393111 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1393112 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1393112 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-05-25T20:37:10.312Z
   [junit4]   2> 1393116 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1393116 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_22AADF25982A4D99-001/shard-4-001/solr.xml
   [junit4]   2> 1393124 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@39466d00, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1393128 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:61636/solr
   [junit4]   2> 1393148 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99]) [n:127.0.0.1:61678_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 1393152 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99]) [n:127.0.0.1:61678_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1393155 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99]) [n:127.0.0.1:61678_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:61678_
   [junit4]   2> 1393158 INFO  (zkCallback-3056-thread-1-processing-n:127.0.0.1:61664_) [n:127.0.0.1:61664_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1393158 INFO  (zkCallback-3039-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1393158 INFO  (zkCallback-3035-thread-2-processing-n:127.0.0.1:61645_) [n:127.0.0.1:61645_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1393158 INFO  (zkCallback-3062-thread-1-processing-n:127.0.0.1:61678_) [n:127.0.0.1:61678_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1393158 INFO  (zkCallback-3044-thread-1-processing-n:127.0.0.1:61655_) [n:127.0.0.1:61655_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1393158 INFO  (zkCallback-3050-thread-1-processing-n:127.0.0.1:61659_) [n:127.0.0.1:61659_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1393496 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99]) [n:127.0.0.1:61678_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@39466d00
   [junit4]   2> 1393520 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99]) [n:127.0.0.1:61678_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@39466d00
   [junit4]   2> 1393520 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99]) [n:127.0.0.1:61678_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@39466d00
   [junit4]   2> 1393523 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99]) [n:127.0.0.1:61678_    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_22AADF25982A4D99-001/shard-4-001/cores
   [junit4]   2> 1393523 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99]) [n:127.0.0.1:61678_    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 1393523 INFO  (coreLoadExecutor-6629-thread-1-processing-n:127.0.0.1:61678_) [n:127.0.0.1:61678_ c:collection1   x:collection1] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 1393525 INFO  (OverseerStateUpdate-98025119376343044-127.0.0.1:61645_-n_0000000000) [n:127.0.0.1:61645_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard2
   [junit4]   2> 1394545 INFO  (coreLoadExecutor-6629-thread-1-processing-n:127.0.0.1:61678_) [n:127.0.0.1:61678_ c:collection1   x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1394556 INFO  (coreLoadExecutor-6629-thread-1-processing-n:127.0.0.1:61678_) [n:127.0.0.1:61678_ c:collection1   x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1394632 INFO  (coreLoadExecutor-6629-thread-1-processing-n:127.0.0.1:61678_) [n:127.0.0.1:61678_ c:collection1   x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 1394659 INFO  (coreLoadExecutor-6629-thread-1-processing-n:127.0.0.1:61678_) [n:127.0.0.1:61678_ c:collection1   x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection collection1, trusted=true
   [junit4]   2> 1394660 INFO  (coreLoadExecutor-6629-thread-1-processing-n:127.0.0.1:61678_) [n:127.0.0.1:61678_ c:collection1   x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1.shard2.core_node4' (registry 'solr.core.collection1.shard2.core_node4') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@39466d00
   [junit4]   2> 1394660 INFO  (coreLoadExecutor-6629-thread-1-processing-n:127.0.0.1:61678_) [n:127.0.0.1:61678_ c:collection1   x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1394660 INFO  (coreLoadExecutor-6629-thread-1-processing-n:127.0.0.1:61678_) [n:127.0.0.1:61678_ c:collection1   x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_22AADF25982A4D99-001/shard-4-001/cores/collection1], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_22AADF25982A4D99-001/shard-4-001/cores/collection1/data/]
   [junit4]   2> 1394661 INFO  (coreLoadExecutor-6629-thread-1-processing-n:127.0.0.1:61678_) [n:127.0.0.1:61678_ c:collection1   x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=22, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.3092358904728295]
   [junit4]   2> 1394665 WARN  (coreLoadExecutor-6629-thread-1-processing-n:127.0.0.1:61678_) [n:127.0.0.1:61678_ c:collection1   x:collection1] 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> 1394732 INFO  (coreLoadExecutor-6629-thread-1-processing-n:127.0.0.1:61678_) [n:127.0.0.1:61678_ c:collection1   x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1394733 INFO  (coreLoadExecutor-6629-thread-1-processing-n:127.0.0.1:61678_) [n:127.0.0.1:61678_ c:collection1   x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1394734 INFO  (coreLoadExecutor-6629-thread-1-processing-n:127.0.0.1:61678_) [n:127.0.0.1:61678_ c:collection1   x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1394734 INFO  (coreLoadExecutor-6629-thread-1-processing-n:127.0.0.1:61678_) [n:127.0.0.1:61678_ c:collection1   x:

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

 s:shard1 r:core_node1 x:deletereplica_test_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.deletereplica_test.shard1.leader, tag=1542439812
   [junit4]   2> 2049090 INFO  (zkCallback-3491-thread-3-processing-n:127.0.0.1:62866_solr) [n:127.0.0.1:62866_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (2)
   [junit4]   2> 2049090 INFO  (zkCallback-3492-thread-2-processing-n:127.0.0.1:62859_solr) [n:127.0.0.1:62859_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (2)
   [junit4]   2> 2049090 INFO  (zkCallback-3492-thread-3-processing-n:127.0.0.1:62859_solr) [n:127.0.0.1:62859_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:62859_solr
   [junit4]   2> 2049091 WARN  (zkCallback-3492-thread-2-processing-n:127.0.0.1:62859_solr) [n:127.0.0.1:62859_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 2049091 WARN  (zkCallback-3491-thread-4-processing-n:127.0.0.1:62866_solr) [n:127.0.0.1:62866_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 2049092 INFO  (jetty-closer-3476-thread-4) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@4a192e50{/solr,null,UNAVAILABLE}
   [junit4]   2> 2050596 WARN  (zkCallback-3496-thread-2-processing-n:127.0.0.1:62861_solr) [n:127.0.0.1:62861_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 2050596 WARN  (zkCallback-3497-thread-3-processing-n:127.0.0.1:62860_solr) [n:127.0.0.1:62860_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 2050596 INFO  (jetty-closer-3476-thread-1) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@5a7d0051{/solr,null,UNAVAILABLE}
   [junit4]   2> 2050597 INFO  (jetty-closer-3476-thread-3) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@2cc6b90c{/solr,null,UNAVAILABLE}
   [junit4]   2> 2050597 INFO  (jetty-closer-3476-thread-2) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@118ec798{/solr,null,UNAVAILABLE}
   [junit4]   2> 2050600 ERROR (SUITE-DeleteReplicaTest-seed#[22AADF25982A4D99]-worker) [    ] 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> 2050601 INFO  (SUITE-DeleteReplicaTest-seed#[22AADF25982A4D99]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:62850 62850
   [junit4]   2> 2051125 INFO  (Thread-3644) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:62850 62850
   [junit4]   2> 2051791 WARN  (Thread-3644) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	5	/solr/aliases.json
   [junit4]   2> 	4	/solr/security.json
   [junit4]   2> 	4	/solr/configs/conf
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	5	/solr/clusterstate.json
   [junit4]   2> 	5	/solr/clusterprops.json
   [junit4]   2> 	4	/solr/collections/delLiveColl/state.json
   [junit4]   2> 	4	/solr/collections/deleteByCount/state.json
   [junit4]   2> 	4	/solr/collections/deleteByCountNew/state.json
   [junit4]   2> 	2	/solr/collections/deletereplica_test/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	5	/solr/live_nodes
   [junit4]   2> 	5	/solr/collections
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest_22AADF25982A4D99-001
   [junit4]   2> NOTE: test params are: codec=CheapBastard, sim=RandomSimilarity(queryNorm=true): {}, locale=es-CU, timezone=Pacific/Easter
   [junit4]   2> NOTE: Mac OS X 10.11.6 x86_64/Oracle Corporation 1.8.0_131 (64-bit)/cpus=3,threads=1,free=191482592,total=512229376
   [junit4]   2> NOTE: All tests run in this JVM: [TestAtomicUpdateErrorCases, ChaosMonkeySafeLeaderWithPullReplicasTest, BasicAuthStandaloneTest, TestRandomCollapseQParserPlugin, TestSchemaManager, ForceLeaderTest, CoreMergeIndexesAdminHandlerTest, MultiThreadedOCPTest, BadIndexSchemaTest, JvmMetricsTest, TestManagedSchemaThreadSafety, TestRequestForwarding, TestCrossCoreJoin, SolrCloudReportersTest, TestBadConfig, TestZkChroot, QueryParsingTest, BooleanFieldTest, ReplaceNodeTest, SolrInfoBeanTest, SpellCheckComponentTest, ChaosMonkeySafeLeaderTest, TestAnalyzedSuggestions, NoCacheHeaderTest, TestOmitPositions, TestGraphTermsQParserPlugin, DistributedIntervalFacetingTest, TestFieldCache, TestSolrXml, DirectoryFactoryTest, TestSimpleTextCodec, DistribJoinFromCollectionTest, SolrGangliaReporterTest, TestRandomFaceting, MinimalSchemaTest, DistributedQueryComponentOptimizationTest, SolrCmdDistributorTest, HdfsBasicDistributedZk2Test, ScriptEngineTest, TestHdfsUpdateLog, BigEndianAscendingWordSerializerTest, TestCodecSupport, CreateCollectionCleanupTest, TestMultiWordSynonyms, HdfsDirectoryFactoryTest, DistribCursorPagingTest, ZkStateReaderTest, TestReqParamsAPI, ResponseHeaderTest, TestReloadAndDeleteDocs, StressHdfsTest, MetricsHandlerTest, OpenCloseCoreStressTest, SortByFunctionTest, FacetPivotSmallTest, CacheHeaderTest, TimeZoneUtilsTest, TestCloudJSONFacetJoinDomain, TestStressInPlaceUpdates, TestSolrCloudWithSecureImpersonation, RestartWhileUpdatingTest, RegexBoostProcessorTest, CollectionsAPIDistributedZkTest, SuggestComponentTest, TestRecovery, TestOverriddenPrefixQueryForCustomFieldType, OverseerCollectionConfigSetProcessorTest, TestSolrCoreSnapshots, AsyncCallRequestStatusResponseTest, SolrCLIZkUtilsTest, JavabinLoaderTest, BadComponentTest, RulesTest, TestMinMaxOnMultiValuedField, TestDocBasedVersionConstraints, SuggesterTSTTest, TestNumericTerms64, TestMiniSolrCloudCluster, TestDFISimilarityFactory, OverseerRolesTest, ConvertedLegacyTest, TestFieldSortValues, CdcrUpdateLogTest, LoggingHandlerTest, SystemInfoHandlerTest, TestSimpleQParserPlugin, TestCopyFieldCollectionResource, CdcrVersionReplicationTest, TestValueSourceCache, UninvertDocValuesMergePolicyTest, TestDocSet, SSLMigrationTest, SortSpecParsingTest, DistributedFacetPivotWhiteBoxTest, TestComplexPhraseQParserPlugin, SecurityConfHandlerTest, HdfsThreadLeakTest, ConfigSetsAPITest, TestLegacyFieldCache, TestHdfsCloudBackupRestore, TestFieldTypeResource, TestManagedSynonymFilterFactory, TestPerFieldSimilarityWithDefaultOverride, TestManagedResourceStorage, TestManagedSchema, ShardRoutingCustomTest, IndexSchemaTest, DeleteInactiveReplicaTest, HighlighterConfigTest, TestHdfsBackupRestoreCore, TestSQLHandler, DeleteShardTest, ShowFileRequestHandlerTest, CurrencyFieldOpenExchangeTest, TestJavabinTupleStreamParser, ReturnFieldsTest, SpellCheckCollatorTest, HdfsChaosMonkeyNothingIsSafeTest, PeerSyncWithIndexFingerprintCachingTest, TriLevelCompositeIdRoutingTest, TestRangeQuery, StatsReloadRaceTest, ExternalFileFieldSortTest, TestRealTimeGet, CdcrBootstrapTest, PrimUtilsTest, AddBlockUpdateTest, ReplicaListTransformerTest, TestBulkSchemaAPI, FileBasedSpellCheckerTest, DistanceFunctionTest, TestFastLRUCache, SolrIndexSplitterTest, TestFieldCacheVsDocValues, HLLSerializationTest, ShardSplitTest, TestCoreAdminApis, MergeStrategyTest, TestQueryTypes, TestConfig, TestShortCircuitedRequests, TestQuerySenderListener, SignatureUpdateProcessorFactoryTest, TestFastWriter, TestBulkSchemaConcurrent, TestExactSharedStatsCache, SpellCheckCollatorWithCollapseTest, EnumFieldTest, TestXmlQParser, SolrXmlInZkTest, DefaultValueUpdateProcessorTest, RequestHandlersTest, TestPHPSerializedResponseWriter, CoreAdminCreateDiscoverTest, CollectionReloadTest, TestSimpleTrackingShardHandler, ResponseLogComponentTest, TestDistributedGrouping, DistributedExpandComponentTest, TestAuthorizationFramework, TestSearchPerf, TestDeleteCollectionOnDownNodes, TestPathTrie, TestUnifiedSolrHighlighter, CSVRequestHandlerTest, SpellPossibilityIteratorTest, DateRangeFieldTest, TestLRUCache, SuggesterWFSTTest, CollectionsAPISolrJTest, TestUseDocValuesAsStored, AnalyticsMergeStrategyTest, TestTlogReplica, TestDefaultStatsCache, TestQueryUtils, TestDistributedSearch, TestReload, DistributedTermsComponentTest, SolrCoreTest, PeerSyncTest, BasicFunctionalityTest, DirectUpdateHandlerTest, TestIndexSearcher, SoftAutoCommitTest, WordBreakSolrSpellCheckerTest, TestUpdate, DirectUpdateHandlerOptimizeTest, TestSolrDeletionPolicy1, LukeRequestHandlerTest, TestReversedWildcardFilterFactory, TermsComponentTest, TermVectorComponentTest, FieldAnalysisRequestHandlerTest, FastVectorHighlighterTest, UpdateRequestProcessorFactoryTest, UniqFieldsUpdateProcessorFactoryTest, BinaryUpdateRequestHandlerTest, TestComponentsName, TestLFUCache, TestMergePolicyConfig, TestSolrDeletionPolicy2, MultiTermTest, SampleTest, TestElisionMultitermQuery, TestFuzzyAnalyzedSuggestions, TestSolrCoreProperties, DirectSolrConnectionTest, NotRequiredUniqueKeyTest, TestLuceneMatchVersion, TestPhraseSuggestions, EchoParamsTest, TestDFRSimilarityFactory, TestLMDirichletSimilarityFactory, TestLMJelinekMercerSimilarityFactory, TestIBSimilarityFactory, TestBM25SimilarityFactory, TestFastOutputStream, OpenExchangeRatesOrgProviderTest, URLClassifyProcessorTest, PluginInfoTest, DateMathParserTest, ChaosMonkeyNothingIsSafeTest, CleanupOldIndexTest, CollectionTooManyReplicasTest, ConcurrentDeleteAndCreateCollectionTest, CustomCollectionTest, DeleteReplicaTest]
   [junit4] Completed [503/714 (2!)] on J1 in 168.87s, 4 tests, 1 failure, 1 error <<< FAILURES!

[...truncated 44078 lines...]

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

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

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

Error Message:
Error from server at http://127.0.0.1:57310/solr: create the collection time out:180s

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:57310/solr: create the collection time out:180s
	at __randomizedtesting.SeedInfo.seed([35A315C212BE37E:8B0E0E868FD78E86]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:643)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:281)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:270)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:481)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:411)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1398)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:1139)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:1074)
	at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1219)
	at org.apache.solr.cloud.ReplaceNodeTest.test(ReplaceNodeTest.java:74)
	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:1713)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
	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:916)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	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.client.solrj.io.stream.StreamExpressionTest.testArray

Error Message:


Stack Trace:
java.lang.NullPointerException
	at __randomizedtesting.SeedInfo.seed([AA3FCC4C8CEA34B4:C198428BAB206DB]:0)
	at org.apache.solr.client.solrj.io.stream.StreamExpressionTest.testArray(StreamExpressionTest.java:5751)
	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:1713)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
	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:916)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	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 12560 lines...]
   [junit4] Suite: org.apache.solr.cloud.ReplaceNodeTest
   [junit4]   2> Creating dataDir: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ReplaceNodeTest_35A315C212BE37E-001/init-core-data-001
   [junit4]   2> 2280943 INFO  (SUITE-ReplaceNodeTest-seed#[35A315C212BE37E]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields
   [junit4]   2> 2280944 INFO  (SUITE-ReplaceNodeTest-seed#[35A315C212BE37E]-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> 2280945 INFO  (SUITE-ReplaceNodeTest-seed#[35A315C212BE37E]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 6 servers in /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ReplaceNodeTest_35A315C212BE37E-001/tempDir-001
   [junit4]   2> 2280945 INFO  (SUITE-ReplaceNodeTest-seed#[35A315C212BE37E]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 2280945 INFO  (Thread-4052) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2280945 INFO  (Thread-4052) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 2280948 ERROR (Thread-4052) [    ] 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> 2281047 INFO  (SUITE-ReplaceNodeTest-seed#[35A315C212BE37E]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:57299
   [junit4]   2> 2281073 INFO  (jetty-launcher-3946-thread-2) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 2281074 INFO  (jetty-launcher-3946-thread-3) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 2281075 INFO  (jetty-launcher-3946-thread-4) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 2281077 INFO  (jetty-launcher-3946-thread-5) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 2281077 INFO  (jetty-launcher-3946-thread-1) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 2281077 INFO  (jetty-launcher-3946-thread-6) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 2281078 INFO  (jetty-launcher-3946-thread-5) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@2fd2cfd3{/solr,null,AVAILABLE}
   [junit4]   2> 2281079 INFO  (jetty-launcher-3946-thread-5) [    ] o.e.j.s.AbstractConnector Started ServerConnector@794008de{HTTP/1.1,[http/1.1]}{127.0.0.1:57301}
   [junit4]   2> 2281079 INFO  (jetty-launcher-3946-thread-5) [    ] o.e.j.s.Server Started @2284646ms
   [junit4]   2> 2281079 INFO  (jetty-launcher-3946-thread-5) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=57301}
   [junit4]   2> 2281079 ERROR (jetty-launcher-3946-thread-5) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2281079 INFO  (jetty-launcher-3946-thread-5) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.0.0
   [junit4]   2> 2281080 INFO  (jetty-launcher-3946-thread-5) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2281080 INFO  (jetty-launcher-3946-thread-5) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2281080 INFO  (jetty-launcher-3946-thread-5) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-05-26T18:06:45.698Z
   [junit4]   2> 2281081 INFO  (jetty-launcher-3946-thread-4) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@68c35756{/solr,null,AVAILABLE}
   [junit4]   2> 2281081 INFO  (jetty-launcher-3946-thread-4) [    ] o.e.j.s.AbstractConnector Started ServerConnector@2ef45e5c{HTTP/1.1,[http/1.1]}{127.0.0.1:57302}
   [junit4]   2> 2281081 INFO  (jetty-launcher-3946-thread-4) [    ] o.e.j.s.Server Started @2284648ms
   [junit4]   2> 2281081 INFO  (jetty-launcher-3946-thread-4) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=57302}
   [junit4]   2> 2281081 ERROR (jetty-launcher-3946-thread-4) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2281081 INFO  (jetty-launcher-3946-thread-4) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.0.0
   [junit4]   2> 2281081 INFO  (jetty-launcher-3946-thread-4) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2281082 INFO  (jetty-launcher-3946-thread-4) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2281082 INFO  (jetty-launcher-3946-thread-4) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-05-26T18:06:45.700Z
   [junit4]   2> 2281083 INFO  (jetty-launcher-3946-thread-3) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@42e44a09{/solr,null,AVAILABLE}
   [junit4]   2> 2281083 INFO  (jetty-launcher-3946-thread-3) [    ] o.e.j.s.AbstractConnector Started ServerConnector@2e6d44d0{HTTP/1.1,[http/1.1]}{127.0.0.1:57303}
   [junit4]   2> 2281083 INFO  (jetty-launcher-3946-thread-3) [    ] o.e.j.s.Server Started @2284650ms
   [junit4]   2> 2281083 INFO  (jetty-launcher-3946-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=57303}
   [junit4]   2> 2281083 ERROR (jetty-launcher-3946-thread-3) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2281086 INFO  (jetty-launcher-3946-thread-3) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.0.0
   [junit4]   2> 2281087 INFO  (jetty-launcher-3946-thread-3) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2281087 INFO  (jetty-launcher-3946-thread-3) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2281087 INFO  (jetty-launcher-3946-thread-3) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-05-26T18:06:45.705Z
   [junit4]   2> 2281088 INFO  (jetty-launcher-3946-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@54e4cc21{/solr,null,AVAILABLE}
   [junit4]   2> 2281088 INFO  (jetty-launcher-3946-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@791e92f3{HTTP/1.1,[http/1.1]}{127.0.0.1:57304}
   [junit4]   2> 2281088 INFO  (jetty-launcher-3946-thread-2) [    ] o.e.j.s.Server Started @2284655ms
   [junit4]   2> 2281088 INFO  (jetty-launcher-3946-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=57304}
   [junit4]   2> 2281088 ERROR (jetty-launcher-3946-thread-2) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2281089 INFO  (jetty-launcher-3946-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.0.0
   [junit4]   2> 2281089 INFO  (jetty-launcher-3946-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2281089 INFO  (jetty-launcher-3946-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2281089 INFO  (jetty-launcher-3946-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-05-26T18:06:45.707Z
   [junit4]   2> 2281096 INFO  (jetty-launcher-3946-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@5c038eb9{/solr,null,AVAILABLE}
   [junit4]   2> 2281103 INFO  (jetty-launcher-3946-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@5ed7ff8e{HTTP/1.1,[http/1.1]}{127.0.0.1:57309}
   [junit4]   2> 2281103 INFO  (jetty-launcher-3946-thread-1) [    ] o.e.j.s.Server Started @2284670ms
   [junit4]   2> 2281103 INFO  (jetty-launcher-3946-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=57309}
   [junit4]   2> 2281103 ERROR (jetty-launcher-3946-thread-1) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2281103 INFO  (jetty-launcher-3946-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.0.0
   [junit4]   2> 2281103 INFO  (jetty-launcher-3946-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2281103 INFO  (jetty-launcher-3946-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2281103 INFO  (jetty-launcher-3946-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-05-26T18:06:45.721Z
   [junit4]   2> 2281105 INFO  (jetty-launcher-3946-thread-6) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@7e1ebdb7{/solr,null,AVAILABLE}
   [junit4]   2> 2281105 INFO  (jetty-launcher-3946-thread-6) [    ] o.e.j.s.AbstractConnector Started ServerConnector@1bff1765{HTTP/1.1,[http/1.1]}{127.0.0.1:57310}
   [junit4]   2> 2281105 INFO  (jetty-launcher-3946-thread-6) [    ] o.e.j.s.Server Started @2284672ms
   [junit4]   2> 2281105 INFO  (jetty-launcher-3946-thread-6) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=57310}
   [junit4]   2> 2281105 ERROR (jetty-launcher-3946-thread-6) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2281106 INFO  (jetty-launcher-3946-thread-6) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.0.0
   [junit4]   2> 2281106 INFO  (jetty-launcher-3946-thread-6) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2281106 INFO  (jetty-launcher-3946-thread-6) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2281106 INFO  (jetty-launcher-3946-thread-6) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-05-26T18:06:45.724Z
   [junit4]   2> 2281107 INFO  (jetty-launcher-3946-thread-5) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2281108 INFO  (jetty-launcher-3946-thread-4) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2281110 INFO  (jetty-launcher-3946-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2281121 INFO  (jetty-launcher-3946-thread-3) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2281122 INFO  (jetty-launcher-3946-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2281124 INFO  (jetty-launcher-3946-thread-6) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2281143 INFO  (jetty-launcher-3946-thread-5) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:57299/solr
   [junit4]   2> 2281147 INFO  (jetty-launcher-3946-thread-4) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:57299/solr
   [junit4]   2> 2281149 INFO  (jetty-launcher-3946-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:57299/solr
   [junit4]   2> 2281151 INFO  (jetty-launcher-3946-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:57299/solr
   [junit4]   2> 2281153 INFO  (jetty-launcher-3946-thread-3) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:57299/solr
   [junit4]   2> 2281157 INFO  (jetty-launcher-3946-thread-6) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:57299/solr
   [junit4]   2> 2281229 INFO  (jetty-launcher-3946-thread-2) [n:127.0.0.1:57304_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2281229 INFO  (jetty-launcher-3946-thread-3) [n:127.0.0.1:57303_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2281229 INFO  (jetty-launcher-3946-thread-1) [n:127.0.0.1:57309_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2281230 INFO  (jetty-launcher-3946-thread-6) [n:127.0.0.1:57310_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2281231 INFO  (jetty-launcher-3946-thread-2) [n:127.0.0.1:57304_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:57304_solr
   [junit4]   2> 2281232 INFO  (jetty-launcher-3946-thread-1) [n:127.0.0.1:57309_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:57309_solr
   [junit4]   2> 2281233 INFO  (jetty-launcher-3946-thread-3) [n:127.0.0.1:57303_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:57303_solr
   [junit4]   2> 2281233 INFO  (jetty-launcher-3946-thread-6) [n:127.0.0.1:57310_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:57310_solr
   [junit4]   2> 2281234 INFO  (jetty-launcher-3946-thread-2) [n:127.0.0.1:57304_solr    ] o.a.s.c.Overseer Overseer (id=98030190956707858-127.0.0.1:57304_solr-n_0000000000) starting
   [junit4]   2> 2281236 INFO  (zkCallback-3976-thread-1-processing-n:127.0.0.1:57309_solr) [n:127.0.0.1:57309_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 2281238 INFO  (zkCallback-3974-thread-1-processing-n:127.0.0.1:57303_solr) [n:127.0.0.1:57303_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 2281238 INFO  (zkCallback-3977-thread-1-processing-n:127.0.0.1:57310_solr) [n:127.0.0.1:57310_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 2281239 INFO  (zkCallback-3978-thread-1-processing-n:127.0.0.1:57304_solr) [n:127.0.0.1:57304_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 2281255 INFO  (zkCallback-3975-thread-1-processing-n:127.0.0.1:57302_solr) [n:127.0.0.1:57302_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 2281260 INFO  (jetty-launcher-3946-thread-2) [n:127.0.0.1:57304_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:57304_solr
   [junit4]   2> 2281265 INFO  (zkCallback-3975-thread-1-processing-n:127.0.0.1:57302_solr) [n:127.0.0.1:57302_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2281265 INFO  (zkCallback-3974-thread-1-processing-n:127.0.0.1:57303_solr) [n:127.0.0.1:57303_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2281265 INFO  (zkCallback-3976-thread-1-processing-n:127.0.0.1:57309_solr) [n:127.0.0.1:57309_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2281265 INFO  (zkCallback-3977-thread-1-processing-n:127.0.0.1:57310_solr) [n:127.0.0.1:57310_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2281266 INFO  (zkCallback-3978-thread-1-processing-n:127.0.0.1:57304_solr) [n:127.0.0.1:57304_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2281271 INFO  (zkCallback-3973-thread-2-processing-n:127.0.0.1:57301_solr) [n:127.0.0.1:57301_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 2281281 INFO  (jetty-launcher-3946-thread-4) [n:127.0.0.1:57302_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2281282 INFO  (jetty-launcher-3946-thread-5) [n:127.0.0.1:57301_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2281297 INFO  (jetty-launcher-3946-thread-4) [n:127.0.0.1:57302_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:57302_solr
   [junit4]   2> 2281309 INFO  (jetty-launcher-3946-thread-5) [n:127.0.0.1:57301_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:57301_solr
   [junit4]   2> 2281327 INFO  (zkCallback-3973-thread-1-processing-n:127.0.0.1:57301_solr) [n:127.0.0.1:57301_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 2281327 INFO  (zkCallback-3974-thread-1-processing-n:127.0.0.1:57303_solr) [n:127.0.0.1:57303_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 2281327 INFO  (zkCallback-3976-thread-1-processing-n:127.0.0.1:57309_solr) [n:127.0.0.1:57309_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 2281327 INFO  (zkCallback-3977-thread-1-processing-n:127.0.0.1:57310_solr) [n:127.0.0.1:57310_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 2281327 INFO  (zkCallback-3975-thread-1-processing-n:127.0.0.1:57302_solr) [n:127.0.0.1:57302_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 2281327 INFO  (zkCallback-3978-thread-1-processing-n:127.0.0.1:57304_solr) [n:127.0.0.1:57304_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 2281333 INFO  (zkCallback-3974-thread-1-processing-n:127.0.0.1:57303_solr) [n:127.0.0.1:57303_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6)
   [junit4]   2> 2281333 INFO  (zkCallback-3973-thread-1-processing-n:127.0.0.1:57301_solr) [n:127.0.0.1:57301_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6)
   [junit4]   2> 2281333 INFO  (zkCallback-3976-thread-1-processing-n:127.0.0.1:57309_solr) [n:127.0.0.1:57309_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6)
   [junit4]   2> 2281334 INFO  (zkCallback-3978-thread-1-processing-n:127.0.0.1:57304_solr) [n:127.0.0.1:57304_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6)
   [junit4]   2> 2281334 INFO  (zkCallback-3975-thread-1-processing-n:127.0.0.1:57302_solr) [n:127.0.0.1:57302_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6)
   [junit4]   2> 2281334 INFO  (zkCallback-3977-thread-1-processing-n:127.0.0.1:57310_solr) [n:127.0.0.1:57310_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6)
   [junit4]   2> 2281393 INFO  (jetty-launcher-3946-thread-3) [n:127.0.0.1:57303_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_57303.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@70f7b532
   [junit4]   2> 2281397 INFO  (jetty-launcher-3946-thread-3) [n:127.0.0.1:57303_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_57303.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@70f7b532
   [junit4]   2> 2281397 INFO  (jetty-launcher-3946-thread-3) [n:127.0.0.1:57303_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_57303.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@70f7b532
   [junit4]   2> 2281398 INFO  (jetty-launcher-3946-thread-3) [n:127.0.0.1:57303_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ReplaceNodeTest_35A315C212BE37E-001/tempDir-001/node3/.
   [junit4]   2> 2281430 INFO  (jetty-launcher-3946-thread-6) [n:127.0.0.1:57310_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_57310.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@70f7b532
   [junit4]   2> 2281443 INFO  (jetty-launcher-3946-thread-1) [n:127.0.0.1:57309_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_57309.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@70f7b532
   [junit4]   2> 2281443 INFO  (jetty-launcher-3946-thread-4) [n:127.0.0.1:57302_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_57302.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@70f7b532
   [junit4]   2> 2281445 INFO  (jetty-launcher-3946-thread-5) [n:127.0.0.1:57301_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_57301.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@70f7b532
   [junit4]   2> 2281448 INFO  (jetty-launcher-3946-thread-6) [n:127.0.0.1:57310_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_57310.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@70f7b532
   [junit4]   2> 2281448 INFO  (jetty-launcher-3946-thread-2) [n:127.0.0.1:57304_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_57304.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@70f7b532
   [junit4]   2> 2281448 INFO  (jetty-launcher-3946-thread-6) [n:127.0.0.1:57310_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_57310.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@70f7b532
   [junit4]   2> 2281451 INFO  (jetty-launcher-3946-thread-6) [n:127.0.0.1:57310_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ReplaceNodeTest_35A315C212BE37E-001/tempDir-001/node6/.
   [junit4]   2> 2281480 INFO  (jetty-launcher-3946-thread-5) [n:127.0.0.1:57301_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_57301.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@70f7b532
   [junit4]   2> 2281481 INFO  (jetty-launcher-3946-thread-5) [n:127.0.0.1:57301_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_57301.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@70f7b532
   [junit4]   2> 2281481 INFO  (jetty-launcher-3946-thread-4) [n:127.0.0.1:57302_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_57302.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@70f7b532
   [junit4]   2> 2281481 INFO  (jetty-launcher-3946-thread-4) [n:127.0.0.1:57302_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_57302.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@70f7b532
   [junit4]   2> 2281481 INFO  (jetty-launcher-3946-thread-5) [n:127.0.0.1:57301_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ReplaceNodeTest_35A315C212BE37E-001/tempDir-001/node5/.
   [junit4]   2> 2281482 INFO  (jetty-launcher-3946-thread-2) [n:127.0.0.1:57304_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_57304.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@70f7b532
   [junit4]   2> 2281482 INFO  (jetty-launcher-3946-thread-2) [n:127.0.0.1:57304_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_57304.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@70f7b532
   [junit4]   2> 2281482 INFO  (jetty-launcher-3946-thread-4) [n:127.0.0.1:57302_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ReplaceNodeTest_35A315C212BE37E-001/tempDir-001/node4/.
   [junit4]   2> 2281483 INFO  (jetty-launcher-3946-thread-1) [n:127.0.0.1:57309_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_57309.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@70f7b532
   [junit4]   2> 2281483 INFO  (jetty-launcher-3946-thread-1) [n:127.0.0.1:57309_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_57309.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@70f7b532
   [junit4]   2> 2281484 INFO  (jetty-launcher-3946-thread-1) [n:127.0.0.1:57309_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ReplaceNodeTest_35A315C212BE37E-001/tempDir-001/node1/.
   [junit4]   2> 2281484 INFO  (jetty-launcher-3946-thread-2) [n:127.0.0.1:57304_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ReplaceNodeTest_35A315C212BE37E-001/tempDir-001/node2/.
   [junit4]   2> 2281665 INFO  (SUITE-ReplaceNodeTest-seed#[35A315C212BE37E]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (6)
   [junit4]   2> 2281667 INFO  (SUITE-ReplaceNodeTest-seed#[35A315C212BE37E]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:57299/solr ready
   [junit4]   2> 2281720 INFO  (TEST-ReplaceNodeTest.test-seed#[35A315C212BE37E]) [    ] o.a.s.SolrTestCaseJ4 ###Starting test
   [junit4]   2> 2281723 INFO  (TEST-ReplaceNodeTest.test-seed#[35A315C212BE37E]) [    ] o.a.s.c.ReplaceNodeTest total_jettys: 6
   [junit4]   2> 2281727 INFO  (qtp912609718-22144) [n:127.0.0.1:57310_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params pullReplicas=1&replicationFactor=1&collection.configName=conf1&maxShardsPerNode=3&name=replacenodetest_coll&nrtReplicas=1&action=CREATE&numShards=5&tlogReplicas=0&createNodeSet=127.0.0.1:57303_solr,127.0.0.1:57304_solr,127.0.0.1:57309_solr,127.0.0.1:57302_solr,127.0.0.1:57310_solr&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2281730 INFO  (OverseerThreadFactory-9086-thread-1-processing-n:127.0.0.1:57304_solr) [n:127.0.0.1:57304_solr    ] o.a.s.c.CreateCollectionCmd Create collection replacenodetest_coll
   [junit4]   2> 2281848 INFO  (qtp912609718-22145) [n:127.0.0.1:57310_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&newCollection=true&name=replacenodetest_coll_shard2_replica_n1&action=CREATE&numShards=5&collection=replacenodetest_coll&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 2281849 INFO  (qtp912609718-22145) [n:127.0.0.1:57310_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 2281851 INFO  (qtp912609718-22161) [n:127.0.0.1:57310_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&newCollection=true&name=replacenodetest_coll_shard4_replica_p1&action=CREATE&numShards=5&collection=replacenodetest_coll&shard=shard4&wt=javabin&version=2&replicaType=PULL
   [junit4]   2> 2281854 INFO  (qtp479095358-22148) [n:127.0.0.1:57309_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&newCollection=true&name=replacenodetest_coll_shard2_replica_p1&action=CREATE&numShards=5&collection=replacenodetest_coll&shard=shard2&wt=javabin&version=2&replicaType=PULL
   [junit4]   2> 2281854 INFO  (qtp1366090567-22113) [n:127.0.0.1:57302_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&newCollection=true&name=replacenodetest_coll_shard4_replica_n1&action=CREATE&numShards=5&collection=replacenodetest_coll&shard=shard4&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 2281855 INFO  (qtp1735579706-22132) [n:127.0.0.1:57304_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&newCollection=true&name=replacenodetest_coll_shard3_replica_p1&action=CREATE&numShards=5&collection=replacenodetest_coll&shard=shard3&wt=javabin&version=2&replicaType=PULL
   [junit4]   2> 2281855 INFO  (qtp479095358-22148) [n:127.0.0.1:57309_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 2281855 INFO  (qtp1366090567-22113) [n:127.0.0.1:57302_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 2281855 INFO  (qtp1735579706-22132) [n:127.0.0.1:57304_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 2281854 INFO  (qtp1735579706-22131) [n:127.0.0.1:57304_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&newCollection=true&name=replacenodetest_coll_shard1_replica_n1&action=CREATE&numShards=5&collection=replacenodetest_coll&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 2281855 INFO  (qtp479095358-22149) [n:127.0.0.1:57309_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&newCollection=true&name=replacenodetest_coll_shard5_replica_n1&action=CREATE&numShards=5&collection=replacenodetest_coll&shard=shard5&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 2281855 INFO  (qtp1366090567-22114) [n:127.0.0.1:57302_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&newCollection=true&name=replacenodetest_coll_shard1_replica_p1&action=CREATE&numShards=5&collection=replacenodetest_coll&shard=shard1&wt=javabin&version=2&replicaType=PULL
   [junit4]   2> 2281857 INFO  (qtp1668486728-22123) [n:127.0.0.1:57303_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&newCollection=true&name=replacenodetest_coll_shard5_replica_p1&action=CREATE&numShards=5&collection=replacenodetest_coll&shard=shard5&wt=javabin&version=2&replicaType=PULL
   [junit4]   2> 2281857 INFO  (qtp1668486728-22124) [n:127.0.0.1:57303_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&newCollection=true&name=replacenodetest_coll_shard3_replica_n1&action=CREATE&numShards=5&collection=replacenodetest_coll&shard=shard3&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 2281857 INFO  (qtp1668486728-22123) [n:127.0.0.1:57303_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 2281992 INFO  (zkCallback-3974-thread-1-processing-n:127.0.0.1:57303_solr) [n:127.0.0.1:57303_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/replacenodetest_coll/state.json] for collection [replacenodetest_coll] has occurred - updating... (live nodes size: [6])
   [junit4]   2> 2281992 INFO  (zkCallback-3976-thread-1-processing-n:127.0.0.1:57309_solr) [n:127.0.0.1:57309_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/replacenodetest_coll/state.json] for collection [replacenodetest_coll] has occurred - updating... (live nodes size: [6])
   [junit4]   2> 2281992 INFO  (zkCallback-3977-thread-1-processing-n:127.0.0.1:57310_solr) [n:127.0.0.1:57310_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/replacenodetest_coll/state.json] for collection [replacenodetest_coll] has occurred - updating... (live nodes size: [6])
   [junit4]   2> 2281992 INFO  (zkCallback-3975-thread-1-processing-n:127.0.0.1:57302_solr) [n:127.0.0.1:57302_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/replacenodetest_coll/state.json] for collection [replacenodetest_coll] has occurred - updating... (live nodes size: [6])
   [junit4]   2> 2281992 INFO  (zkCallback-3978-thread-1-processing-n:127.0.0.1:57304_solr) [n:127.0.0.1:57304_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/replacenodetest_coll/state.json] for collection [replacenodetest_coll] has occurred - updating... (live nodes size: [6])
   [junit4]   2> 2282900 INFO  (qtp1735579706-22132) [n:127.0.0.1:57304_solr c:replacenodetest_coll s:shard3  x:replacenodetest_coll_shard3_replica_p1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 2282901 INFO  (qtp912609718-22145) [n:127.0.0.1:57310_solr c:replacenodetest_coll s:shard2  x:replacenodetest_coll_shard2_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 2282902 INFO  (qtp479095358-22148) [n:127.0.0.1:57309_solr c:replacenodetest_coll s:shard2  x:replacenodetest_coll_shard2_replica_p1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 2282904 INFO  (qtp1735579706-22131) [n:127.0.0.1:57304_solr c:replacenodetest_coll s:shard1  x:replacenodetest_coll_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 2282900 INFO  (qtp1668486728-22123) [n:127.0.0.1:57303_solr c:replacenodetest_coll s:shard5  x:replacenodetest_coll_shard5_replica_p1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 2282930 INFO  (qtp479095358-22149) [n:127.0.0.1:57309_solr c:replacenodetest_coll s:shard5  x:replacenodetest_coll_shard5_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 2282930 INFO  (qtp1668486728-22124) [n:127.0.0.1:57303_solr c:replacenodetest_coll s:shard3  x:replacenodetest_coll_shard3_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 2282927 INFO  (qtp912609718-22161) [n:127.0.0.1:57310_solr c:replacenodetest_coll s:shard4  x:replacenodetest_coll_shard4_replica_p1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 2282958 INFO  (qtp1366090567-22114) [n:127.0.0.1:57302_solr c:replacenodetest_coll s:shard1  x:replacenodetest_coll_shard1_replica_p1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 2282960 INFO  (qtp1366090567-22113) [n:127.0.0.1:57302_solr c:replacenodetest_coll s:shard4  x:replacenodetest_coll_shard4_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 2282967 INFO  (qtp479095358-22148) [n:127.0.0.1:57309_solr c:replacenodetest_coll s:shard2  x:replacenodetest_coll_shard2_replica_p1] o.a.s.s.IndexSchema [replacenodetest_coll_shard2_replica_p1] Schema name=cloud-dynamic
   [junit4]   2> 2282970 INFO  (qtp912609718-22145) [n:127.0.0.1:57310_solr c:replacenodetest_coll s:shard2  x:replacenodetest_coll_shard2_replica_n1] o.a.s.s.IndexSchema [replacenodetest_coll_shard2_replica_n1] Schema name=cloud-dynamic
   [junit4]   2> 2282971 INFO  (qtp1735579706-22132) [n:127.0.0.1:57304_solr c:replacenodetest_coll s:shard3  x:replacenodetest_coll_shard3_replica_p1] o.a.s.s.IndexSchema [replacenodetest_coll_shard3_replica_p1] Schema name=cloud-dynamic
   [junit4]   2> 2282972 INFO  (qtp1735579706-22131) [n:127.0.0.1:57304_solr c:replacenodetest_coll s:shard1  x:replacenodetest_coll_shard1_replica_n1] o.a.s.s.IndexSchema [replacenodetest_coll_shard1_replica_n1] Schema name=cloud-dynamic
   [junit4]   2> 2283044 INFO  (qtp1668486728-22124) [n:127.0.0.1:57303_solr c:replacenodetest_coll s:shard3  x:replacenodetest_coll_shard3_replica_n1] o.a.s.s.IndexSchema [replacenodetest_coll_shard3_replica_n1] Schema name=cloud-dynamic
   [junit4]   2> 2283045 INFO  (qtp1668486728-22123) [n:127.0.0.1:57303_solr c:replacenodetest_coll s:shard5  x:replacenodetest_coll_shard5_replica_p1] o.a.s.s.IndexSchema [replacenodetest_coll_shard5_replica_p1] Schema name=cloud-dynamic
   [junit4]   2> 2283070 INFO  (qtp479095358-22149) [n:127.0.0.1:57309_solr c:replacenodetest_coll s:shard5  x:replacenodetest_coll_shard5_replica_n1] o.a.s.s.IndexSchema [replacenodetest_coll_shard5_replica_n1] Schema name=cloud-dynamic
   [junit4]   2> 2283076 INFO  (qtp912609718-22161) [n:127.0.0.1:57310_solr c:replacenodetest_coll s:shard4  x:replacenodetest_coll_shard4_replica_p1] o.a.s.s.IndexSchema [replacenodetest_coll_shard4_replica_p1] Schema name=cloud-dynamic
   [junit4]   2> 2283119 INFO  (qtp1366090567-22113) [n:127.0.0.1:57302_solr c:replacenodetest_coll s:shard4  x:replacenodetest_coll_shard4_replica_n1] o.a.s.s.IndexSchema [replacenodetest_coll_shard4_replica_n1] Schema name=cloud-dynamic
   [junit4]   2> 2283151 INFO  (qtp1735579706-22132) [n:127.0.0.1:57304_solr c:replacenodetest_coll s:shard3  x:replacenodetest_coll_shard3_replica_p1] o.a.s.s.IndexSchema Loaded schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 2283151 INFO  (qtp1668486728-22123) [n:127.0.0.1:57303_solr c:replacenodetest_coll s:shard5  x:replacenodetest_coll_shard5_replica_p1] o.a.s.s.IndexSchema Loaded schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 2283151 INFO  (qtp1735579706-22132) [n:127.0.0.1:57304_solr c:replacenodetest_coll s:shard3  x:replacenodetest_coll_shard3_replica_p1] o.a.s.c.CoreContainer Creating SolrCore 'replacenodetest_coll_shard3_replica_p1' using configuration from collection replacenodetest_coll, trusted=true
   [junit4]   2> 2283151 INFO  (qtp1668486728-22123) [n:127.0.0.1:57303_solr c:replacenodetest_coll s:shard5  x:replacenodetest_coll_shard5_replica_p1] o.a.s.c.CoreContainer Creating SolrCore 'replacenodetest_coll_shard5_replica_p1' using configuration from collection replacenodetest_coll, trusted=true
   [junit4]   2> 2283151 INFO  (qtp1366090567-22114) [n:127.0.0.1:57302_solr c:replacenodetest_coll s:shard1  x:replacenodetest_coll_shard1_replica_p1] o.a.s.s.IndexSchema [replacenodetest_coll_shard1_replica_p1] Schema name=cloud-dynamic
   [junit4]   2> 2283151 INFO  (qtp1735579706-22132) [n:127.0.0.1:57304_solr c:replacenodetest_coll s:shard3  x:replacenodetest_coll_shard3_replica_p1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_57304.solr.core.replacenodetest_coll.shard3.replica_p1' (registry 'solr.core.replacenodetest_coll.shard3.replica_p1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@70f7b532
   [junit4]   2> 2283151 INFO  (qtp1668486728-22123) [n:127.0.0.1:57303_solr c:replacenodetest_coll s:shard5  x:replacenodetest_coll_shard5_replica_p1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_57303.solr.core.replacenodetest_coll.shard5.replica_p1' (registry 'solr.core.replacenodetest_coll.shard5.replica_p1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@70f7b532
   [junit4]   2> 2283151 INFO  (qtp1735579706-22132) [n:127.0.0.1:57304_solr c:replacenodetest_coll s:shard3  x:replacenodetest_coll_shard3_replica_p1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2283151 INFO  (qtp1668486728-22123) [n:127.0.0.1:57303_solr c:replacenodetest_coll s:shard5  x:replacenodetest_coll_shard5_replica_p1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2283151 INFO  (qtp1735579706-22132) [n:127.0.0.1:57304_solr c:replacenodetest_coll s:shard3  x:replacenodetest_coll_shard3_replica_p1] o.a.s.c.SolrCore [[replacenodetest_coll_shard3_replica_p1] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ReplaceNodeTest_35A315C212BE37E-001/tempDir-001/node2/replacenodetest_coll_shard3_replica_p1], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ReplaceNodeTest_35A315C212BE37E-001/tempDir-001/node2/./replacenodetest_coll_shard3_replica_p1/data/]
   [junit4]   2> 2283152 INFO  (qtp1668486728-22123) [n:127.0.0.1:57303_solr c:replacenodetest_coll s:shard5  x:replacenodetest_coll_shard5_replica_p1] o.a.s.c.SolrCore [[replacenodetest_coll_shard5_replica_p1] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ReplaceNodeTest_35A315C212BE37E-001/tempDir-001/node3/replacenodetest_coll_shard5_replica_p1], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ReplaceNodeTest_35A315C212BE37E-001/tempDir-001/node3/./replacenodetest_coll_shard5_replica_p1/data/]
   [junit4]   2> 2283154 INFO  (qtp1735579706-22131) [n:127.0.0.1:57304_solr c:replacenodetest_coll s:shard1  x:replacenodetest_coll_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 2283154 INFO  (qtp1735579706-22131) [n:127.0.0.1:57304_solr c:replacenodetest_coll s:shard1  x:replacenodetest_coll_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'replacenodetest_coll_shard1_replica_n1' using configuration from collection replacenodetest_coll, trusted=true
   [junit4]   2> 2283155 INFO  (qtp1735579706-22131) [n:127.0.0.1:57304_solr c:replacenodetest_coll s:shard1  x:replacenodetest_coll_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_57304.solr.core.replacenodetest_coll.shard1.replica_n1' (registry 'solr.core.replacenodetest_coll.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@70f7b532
   [junit4]   2> 2283155 INFO  (qtp1735579706-22131) [n:127.0.0.1:57304_solr c:replacenodetest_coll s:shard1  x:replacenodetest_coll_shard1_replica_n1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2283155 INFO  (qtp1735579706-22131) [n:127.0.0.1:57304_solr c:replacenodetest_coll s:shard1  x:replacenodetest_coll_shard1_replica_n1] o.a.s.c.SolrCore [[replacenodetest_coll_shard1_replica_n1] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ReplaceNodeTest_35A315C212BE37E-001/tempDir-001/node2/replacenodetest_coll_shard1_replica_n1], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ReplaceNodeTest_35A315C212BE37E-001/tempDir-001/node2/./replacenodetest_coll_shard1_replica_n1/data/]
   [junit4]   2> 2283157 INFO  (qtp912609718-22145) [n:127.0.0.1:57310_solr c:replacenodetest_coll s:shard2  x:replacenodetest_coll_shard2_replica_n1] o.a.s.s.IndexSchema Loaded schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 2283157 INFO  (qtp912609718-22145) [n:127.0.0.1:57310_solr c:replacenodetest_coll s:shard2  x:replacenodetest_coll_shard2_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'replacenodetest_coll_shard2_replica_n1' using configuration from collection replacenodetest_coll, trusted=true
   [junit4]   2> 2283157 INFO  (qtp912609718-22145) [n:127.0.0.1:57310_solr c:replacenodetest_coll s:shard2  x:replacenodetest_coll_shard2_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_57310.solr.core.replacenodetest_coll.shard2.replica_n1' (registry 'solr.core.replacenodetest_coll.shard2.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@70f7b532
   [junit4]   2> 2283157 INFO  (qtp912609718-22145) [n:127.0.0.1:57310_solr c:replacenodetest_coll s:shard2  x:replacenodetest_coll_shard2_replica_n1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2283157 INFO  (qtp912609718-22145) [n:127.0.0.1:57310_solr c:replacenodetest_coll s:shard2  x:replacenodetest_coll_shard2_replica_n1] o.a.s.c.SolrCore [[replacenodetest_coll_shard2_replica_n1] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ReplaceNodeTest_35A315C212BE37E-001/tempDir-001/node6/replacenodetest_coll_shard2_replica_n1], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ReplaceNodeTest_35A315C212BE37E-001/tempDir-001/node6/./replacenodetest_coll_shard2_replica_n1/data/]
   [junit4]   2> 2283163 INFO  (qtp912609718-22161) [n:127.0.0.1:57310_solr c:replacenodetest_coll s:shard4  x:replacenodetest_coll_shard4_replica_p1] o.a.s.s.IndexSchema Loaded schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 2283163 INFO  (qtp912609718-22161) [n:127.0.0.1:57310_solr c:replacenodetest_coll s:shard4  x:replacenodetest_coll_shard4_replica_p1] o.a.s.c.CoreContainer Creating SolrCore 'replacenodetest_coll_shard4_replica_p1' using configuration from collection replacenodetest_coll, trusted=true
   [junit4]   2> 2283163 INFO  (qtp912609718-22161) [n:127.0.0.1:57310_solr c:replacenodetest_coll s:shard4  x:replacenodetest_coll_shard4_replica_p1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_57310.solr.core.replacenodetest_coll.shard4.replica_p1' (registry 'solr.core.replacenodetest_coll.shard4.replica_p1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@70f7b532
   [junit4]   2> 2283164 INFO  (qtp912609718-22161) [n:127.0.0.1:57310_solr c:replacenodetest_coll s:shard4  x:replacenodetest_coll_shard4_replica_p1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2283164 INFO  (qtp912609718-22161) [n:127.0.0.1:57310_solr c:replacenodetest_coll s:shard4  x:replacenodetest_coll_shard4_replica_p1] o.a.s.c.SolrCore [[replacenodetest_coll_shard4_replica_p1] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ReplaceNodeTest_35A315C212BE37E-001/tempDir-001/node6/replacenodetest_coll_shard4_replica_p1], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ReplaceNodeTest_35A315C212BE37E-001/tempDir-001/node6/./replacenodetest_coll_shard4_replica_p1/data/]
   [junit4]   2> 2283171 INFO  (qtp479095358-22149) [n:127.0.0.1:57309_solr c:replacenodetest_coll s:shard5  x:replacenodetest_coll_shard5_replica_n1] o.a.s.s.IndexSchema Loaded schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 2283171 INFO  (qtp479095358-22149) [n:127.0.0.1:57309_solr c:replacenodetest_coll s:shard5  x:replacenodetest_coll_shard5_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'replacenodetest_coll_shard5_replica_n1' using configuration from collection replacenodetest_coll, trusted=true
   [junit4]   2> 2283188 INFO  (qtp1668486728-22124) [n:127.0.0.1:57303_solr c:replacenodetest_coll s:shard3  x:replacenodetest_coll_shard3_replica_n1] o.a.s.s.IndexSchema Loaded schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 2283188 INFO  (qtp1668486728-22124) [n:127.0.0.1:57303_solr c:replacenodetest_coll s:shard3  x:replacenodetest_coll_shard3_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'replacenodetest_coll_shard3_replica_n1' using configuration from collection replacenodetest_coll, trusted=true
   [junit4]   2> 2283190 INFO  (qtp479095358-22149) [n:127.0.0.1:57309_solr c:replacenodetest_coll s:shard5  x:replacenodetest_coll_shard5_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_57309.solr.core.replacenodetest_coll.shard5.replica_n1' (registry 'solr.core.replacenodetest_coll.shard5.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@70f7b532
   [junit4]   2> 2283190 INFO  (qtp479095358-22149) [n:127.0.0.1:57309_solr c:replacenodetest_coll s:shard5  x:replacenodetest_coll_shard5_replica_n1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2283190 INFO  (qtp479095358-22149) [n:127.0.0.1:57309_solr c:replacenodetest_coll s:shard5  x:replacenodetest_coll_shard5_replica_n1] o.a.s.c.SolrCore [[replacenodetest_coll_shard5_replica_n1] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ReplaceNodeTest_35A315C212BE37E-001/tempDir-001/node1/replacenodetest_coll_shard5_replica_n1], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ReplaceNodeTest_35A315C212BE37E-001/tempDir-001/node1/./replacenodetest_coll_shard5_replica_n1/data/]
   [junit4]   2> 2283193 INFO  (qtp1668486728-22124) [n:127.0.0.1:57303_solr c:replacenodetest_coll s:shard3  x:replacenodetest_coll_shard3_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_57303.solr.core.replacenodetest_coll.shard3.replica_n1' (registry 'solr.core.replacenodetest_coll.shard3.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@70f7b532
   [junit4]   2> 2283193 INFO  (qtp1668486728-22124) [n:127.0.0.1:57303_solr c:replacenodetest_coll s:shard3  x:replacenodetest_coll_shard3_replica_n1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2283193 INFO  (qtp1668486728-22124) [n:127.0.0.1:57303_solr c:replacenodetest_coll s:shard3  x:replacenodetest_coll_shard3_replica_n1] o.a.s.c.SolrCore [[replacenodetest_coll_shard3_replica_n1] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ReplaceNodeTest_35A315C212BE37E-001/tempDir-001/node3/replacenodetest_coll_shard3_replica_n1], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ReplaceNodeTest_35A315C212BE37E-001/tempDir-001/node3/./replacenodetest_coll_shard3_replica_n1/data/]
   [junit4]   2> 2283199 INFO  (qtp479095358-22148) [n:127.0.0.1:57309_solr c:replacenodetest_coll s:shard2  x:replacenodetest_coll_shard2_replica_p1] o.a.s.s.IndexSchema Loaded schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 2283199 INFO  (qtp479095358-22148) [n:127.0.0.1:57309_solr c:replacenodetest_coll s:shard2  x:replacenodetest_coll_shard2_replica_p1] o.a.s.c.CoreContainer Creating SolrCore 'replacenodetest_coll_shard2_replica_p1' using configuration from collection replacenodetest_coll, trusted=true
   [junit4]   2> 2283200 INFO  (qtp479095358-22148) [n:127.0.0.1:57309_solr c:replacenodetest_coll s:shard2  x:replacenodetest_coll_shard2_replica_p1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_57309.solr.core.replacenodetest_coll.shard2.replica_p1' (registry 'solr.core.replacenodetest_coll.shard2.replica_p1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@70f7b532
   [junit4]   2> 2283201 INFO  (qtp479095358-22148) [n:127.0.0.1:57309_solr c:replacenodetest_coll s:shard2  x:replacenodetest_coll_shard2_replica_p1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2283201 INFO  (qtp479095358-22148) [n:127.0.0.1:57309_solr c:replacenodetest_coll s:shard2  x:replacenodetest_coll_shard2_replica_p1] o.a.s.c.SolrCore [[replacenodetest_coll_shard2_replica_p1] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ReplaceNodeTest_35A315C212BE37E-001/tempDir-001/node1/replacenodetest_coll_shard2_replica_p1], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ReplaceNodeTest_35A315C212BE37E-001/tempDir-001/node1/./replacenodetest_coll_shard2_replica_p1/data/]
   [junit4]   2> 2283202 INFO  (qtp1366090567-22114) [n:127.0.0.1:57302_solr c:replacenodetest_coll s:shard1  x:replacenodetest_coll_shard1_replica_p1] o.a.s.s.IndexSchema Loaded schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 2283203 INFO  (qtp1366090567-22114) [n:127.0.0.1:57302_solr c:replacenodetest_coll s:shard1  x:replacenodetest_coll_shard1_replica_p1] o.a.s.c.CoreContainer Creating SolrCore 'replacenodetest_coll_shard1_replica_p1' using configuration from collection replacenodetest_coll, trusted=true
   [junit4]   2> 2283203 INFO  (qtp1366090567-22114) [n:127.0.0.1:57302_solr c:replacenodetest_coll s:shard1  x:replacenodetest_coll_shard1_replica_p1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_57302.solr.core.replacenodetest_coll.shard1.replica_p1' (registry 'solr.core.replacenodetest_coll.shard1.replica_p1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@70f7b532
   [junit4]   2> 2283203 INFO  (qtp1366090567-22114) [n:127.0.0.1:57302_solr c:replacenodetest_coll s:shard1  x:replacenodetest_coll_shard1_replica_p1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2283203 INFO  (qtp1366090567-22114) [n:127.0.0.1:57302_solr c:replacenodetest_coll s:shard1  x:replacenodetest_coll_shard1_replica_p1] o.a.s.c.SolrCore [[replacenodetest_coll_shard1_replica_p1] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ReplaceNodeTest_35A315C212BE37E-001/tempDir-001/node4/replacenodetest_coll_shard1_replica_p1], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ReplaceNodeTest_35A315C212BE37E-001/tempDir-001/node4/./replacenodetest_coll_shard1_replica_p1/data/]
   [junit4]   2> 2283208 INFO  (qtp1366090567-22113) [n:127.0.0.1:57302_solr c:replacenodetest_coll s:shard4  x:replacenodetest_coll_shard4_replica_n1] o.a.s.s.IndexSchema Loaded schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 2283209 INFO  (qtp1366090567-22113) [n:127.0.0.1:57302_solr c:replacenodetest_coll s:shard4  x:replacenodetest_coll_shard4_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'replacenodetest_coll_shard4_replica_n1' using configuration from collection replacenodetest_coll, trusted=true
   [junit4]   2> 2283209 INFO  (qtp1366090567-22113) [n:127.0.0.1:57302_solr c:replacenodetest_coll s:shard4  x:replacenodetest_coll_shard4_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_57302.solr.core.replacenodetest_coll.shard4.replica_n1' (registry 'solr.core.replacenodetest_coll.shard4.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@70f7b532
   [junit4]   2> 2283210 INFO  (qtp1366090567-22113) [n:127.0.0.1:57302_solr c:replacenodetest_coll s:shard4  x:replacenodetest_coll_shard4_replica_n1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2283210 INFO  (qtp1366090567-22113) [n:127.0.0.1:57302_solr c:replacenodetest_coll s:shard4  x:replacenodetest_coll_shard4_replica_n1] o.a.s.c.SolrCore [[replacenodetest_coll_shard4_replica_n1] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ReplaceNodeTest_35A315C212BE37E-001/tempDir-001/node4/replacenodetest_coll_shard4_replica_n1], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ReplaceNodeTest_35A315C212BE37E-001/tempDir-001/node4/./replacenodetest_coll_shard4_replica_n1/data/]
   [junit4]   2> 2283337 INFO  (qtp479095358-22149) [n:127.0.0.1:57309_solr c:replacenodetest_coll s:shard5  x:replacenodetest_coll_shard5_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2283337 INFO  (qtp479095358-22149) [n:127.0.0.1:57309_solr c:replacenodetest_coll s:shard5  x:replacenodetest_coll_shard5_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2283343 INFO  (qtp1735579706-22132) [n:127.0.0.1:57304_solr c:replacenodetest_coll s:shard3  x:replacenodetest_coll_shard3_replica_p1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2283343 INFO  (qtp1735579706-22132) [n:127.0.0.1:57304_solr c:replacenodetest_coll s:shard3  x:replacenodetest_coll_shard3_replica_p1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2283361 INFO  (qtp479095358-22149) [n:127.0.0.1:57309_solr c:replacenodetest_coll s:shard5  x:replacenodetest_coll_shard5_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2283362 INFO  (qtp479095358-22149) [n:127.0.0.1:57309_solr c:replacenodetest_coll s:shard5  x:replacenodetest_coll_shard5_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2283365 INFO  (qtp1735579706-22132) [n:127.0.0.1:57304_solr c:replacenodetest_coll s:shard3  x:replacenodetest_coll_shard3_replica_p1] o.a.s.s.SolrIndexSearcher Opening [Searcher@2aa2e8eb[replacenodetest_coll_shard3_replica_p1] main]
   [junit4]   2> 2283366 INFO  (qtp1735579706-22131) [n:127.0.0.1:57304_solr c:replacenodetest_coll s:shard1  x:replacenodetest_coll_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2283366 INFO  (qtp1735579706-22131) [n:127.0.0.1:57304_solr c:replacenodetest_coll s:shard1  x:replacenodetest_coll_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2283367 INFO  (qtp1735579706-22132) [n:127.0.0.1:57304_solr c:replacenodetest_coll s:shard3  x:replacenodetest_coll_shard3_replica_p1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 2283368 INFO  (qtp1735579706-22132) [n:127.0.0.1:57304_solr c:replacenodetest_coll s:shard3  x:replacenodetest_coll_shard3_replica_p1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2283368 INFO  (qtp1735579706-22132) [n:127.0.0.1:57304_solr c:replacenodetest_coll s:shard3  x:replacenodetest_coll_shard3_replica_p1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 2283369 INFO  (qtp1735579706-22131) [n:127.0.0.1:57304_solr c:replacenodetest_coll s:shard1  x:replacenodetest_coll_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2283369 INFO  (qtp1735579706-22131) [n:127.0.0.1:57304_solr c:replacenodetest_coll s:shard1  x:replacenodetest_coll_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2283370 INFO  (searcherExecutor-9099-thread-1-processing-n:127.0.0.1:57304_solr x:replacenodetest_coll_shard3_replica_p1 s:shard3 c:replacenodetest_coll) [n:127.0.0.1:57304_solr c:replacenodetest_coll s:shard3  x:replacenodetest_coll_shard3_replica_p1] o.a.s.c.SolrCore [replacenodetest_coll_shard3_replica_p1] Registered new searcher Searcher@2aa2e8eb[replacenodetest_coll_shard3_replica_p1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2283372 INFO  (qtp1735579706-22132) [n:127.0.0.1:57304_solr c:replacenodetest_coll s:shard3  x:replacenodetest_coll_shard3_replica_p1] o.a.s.c.ZkController replacenodetest_coll_shard3_replica_p1 starting background replication from leader
   [junit4]   2> 2283372 INFO  (qtp1735579706-22132) [n:127.0.0.1:57304_solr c:replacenodetest_coll s:shard3  x:replacenodetest_coll_shard3_replica_p1] o.a.s.c.ReplicateFromLeader Will start replication from leader with poll interval: 00:00:03
   [junit4]   2> 2283375 INFO  (qtp1735579706-22132) [n:127.0.0.1:57304_solr c:replacenodetest_coll s:shard3  x:replacenodetest_coll_shard3_replica_p1] o.a.s.h.ReplicationHandler Poll scheduled at an interval of 3000ms
   [junit4]   2> 2283375 WARN  (qtp1735579706-22132) [n:127.0.0.1:57304_solr c:replacenodetest_coll s:shard3  x:replacenodetest_coll_shard3_replica_p1] o.a.s.h.ReplicationHandler SolrCloud is enabled for core replacenodetest_coll_shard3_replica_p1 but so is old-style replication. Make sure you intend this behavior, it usually indicates a mis-configuration. Master setting is false and slave setting is true
   [junit4]   2> 2283385 INFO  (qtp912609718-22161) [n:127.0.0.1:57310_solr c:replacenodetest_coll s:shard4  x:replacenodetest_coll_shard4_replica_p1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2283385 INFO  (qtp912609718-22161) [n:127.0.0.1:57310_solr c:replacenodetest_coll s:shard4  x:replacenodetest_coll_shard4_replica_p1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2283388 INFO  (qtp479095358-22149) [n:127.0.0.1:57309_solr c:replacenodetest_coll s:shard5  x:replacenodetest_coll_shard5_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@3b3f6c4c[replacenodetest_coll_shard5_replica_n1] main]
   [junit4]   2> 2283393 INFO  (qtp1735579706-22131) [n:127.0.0.1:57304_solr c:replacenodetest_coll s:shard1  x:replacenodetest_coll_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@16f13c6b[replacenodetest_coll_shard1_replica_n1] main]
   [junit4]   2> 2283395 INFO  (qtp1735579706-22131) [n:127.0.0.1:57304_solr c:replacenodetest_coll s:shard1  x:replacenodetest_coll_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 2283397 INFO  (qtp1735579706-22131) [n:127.0.0.1:57304_solr c:replacenodetest_coll s:shard1  x:replacenodetest_coll_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2283397 INFO  (qtp1735579706-22131) [n:127.0.0.1:57304_solr c:replacenodetest_coll s:shard1  x:replacenodetest_coll_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 2283402 INFO  (searcherExecutor-9101-thread-1-processing-n:127.0.0.1:57304_solr x:replacenodetest_coll_shard1_replica_n1 s:shard1 c:replacenodetest_coll) [n:127.0.0.1:57304_solr c:replacenodetest_coll s:shard1  x:replacenodetest_coll_shard1_replica_n1] o.a.s.c.SolrCore [replacenodetest_coll_shard1_replica_n1] Registered new searcher Searcher@16f13c6b[replacenodetest_coll_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2283402 INFO  (qtp1735579706-22131) [n:127.0.0.1:57304_solr c:replacenodetest_coll s:shard1  x:replacenodetest_coll_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1568483057881579520
   [junit4]   2> 2283412 INFO  (qtp1735579706-22131) [n:127.0.0.1:57304_solr c:replacenodetest_coll s:shard1  x:replacenodetest_coll_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 2283412 INFO  (qtp1735579706-22131) [n:127.0.0.1:57304_solr c:replacenodetest_coll s:shard1  x:replacenodetest_coll_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 2283412 INFO  (qtp1735579706-22131) [n:127.0.0.1:57304_solr c:replacenodetest_coll s:shard1  x:replacenodetest_coll_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:57304/solr/replacenodetest_coll_shard1_replica_n1/
   [junit4]   2> 2283412 INFO  (qtp1735579706-22131) [n:127.0.0.1:57304_solr c:replacenodetest_coll s:shard1  x:replacenodetest_coll_shard1_replica_n1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 2283412 INFO  (qtp1735579706-22131) [n:127.0.0.1:57304_solr c:replacenodetest_coll s:shard1  x:replacenodetest_coll_shard1_replica_n1] o.a.s.c.SyncStrategy http://127.0.0.1:57304/solr/replacenodetest_coll_shard1_replica_n1/ has no replicas
   [junit4]   2> 2283412 INFO  (qtp1735579706-22131) [n:127.0.0.1:57304_solr c:replacenodetest_coll s:shard1  x:replacenodetest_coll_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 2283419 INFO  (qtp1668486728-22124) [n:127.0.0.1:57303_solr c:replacenodetest_coll s:shard3  x:replacenodetest_coll_shard3_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2283419 INFO  (qtp1668486728-22124) [n:127.0.0.1:57303_solr c:replacenodetest_coll s:shard3  x:replacenodetest_coll_shard3_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2283421 INFO  (qtp1735579706-22131) [n:127.0.0.1:57304_solr c:replacenodetest_coll s:shard1  x:replacenodetest_coll_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:57304/solr/replacenodetest_coll_shard1_replica_n1/ shard1
   [junit4]   2> 2283423 INFO  (qtp1668486728-22124) [n:127.0.0.1:57303_solr c:replacenodetest_coll s:shard3  x:replacenodetest_coll_shard3_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2283423 INFO  (qtp1668486728-22124) [n:127.0.0.1:57303_solr c:replacenodetest_coll s:shard3  x:replacenodetest_coll_shard3_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2283426 INFO  (qtp912609718-22161) [n:127.0.0.1:57310_solr c:replacenodetest_coll s:shard4  x:replacenodetest_coll_shard4_replica_p1] o.a.s.s.SolrIndexSearcher Opening [Searcher@1dc139db[replacenodetest_coll_shard4_replica_p1] main]
   [junit4]   2> 2283494 INFO  (qtp1668486728-22124) [n:127.0.0.1:57303_solr c:replacenodetest_coll s:shard3  x:replacenodetest_coll_shard3_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@285d5622[replacenodetest_coll_shard3_replica_n1] main]
   [junit4]   2> 2283495 INFO  (qtp912609718-22161) [n:127.0.0.1:57310_solr c:replacenodetest_coll s:shard4  x:replacenodetest_coll_shard4_replica_p1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 2283506 INFO  (qtp912609718-22161) [n:127.0.0.1:57310_solr c:replacenodetest_coll s:shard4  x:replacenodetest_coll_shard4_replica_p1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2283507 INFO  (qtp912609718-22161) [n:127.0.0.1:57310_solr c:replacenodetest_coll s:shard4  x:replacenodetest_coll_shard4_replica_p1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 2283508 INFO  (searcherExecutor-9103-thread-1-processing-n:127.0.0.1:57310_solr x:replacenodetest_coll_shard4_replica_p1 s:shard4 c:replacenodetest_coll) [n:127.0.0.1:57310_solr c:replacenodetest_coll s:shard4  x:replacenodetest_coll_shard4_replica_p1] o.a.s.c.SolrCore [replacenodetest_coll_shard4_replica_p1] Registered new searcher Searcher@1dc139db[replacenodetest_coll_shard4_replica_p1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2283509 INFO  (qtp912609718-22161) [n:127.0.0.1:57310_solr c:replacenodetest_coll s:shard4  x:replacenodetest_coll_shard4_replica_p1] o.a.s.c.ZkController replacenodetest_coll_shard4_replica_p1 starting background replication from leader
   [junit4]   2> 2283509 INFO  (qtp912609718-22161) [n:127.0.0.1:57310_solr c:replacenodetest_coll s:shard4  x:replacenodetest_coll_shard4_replica_p1] o.a.s.c.ReplicateFromLeader Will start replication from leader with poll interval: 00:00:03
   [junit4]   2> 2283510 INFO  (qtp912609718-22161) [n:127.0.0.1:57310_solr c:replacenodetest_coll s:shard4  x:replacenodetest_coll_shard4_replica_p1] o.a.s.h.ReplicationHandler Poll scheduled at an interval of 3000ms
   [junit4]   2> 2283511 WARN  (qtp912609718-22161) [n:127.0.0.1:57310_solr c:replacenodetest_coll s:shard4  x:replacenodetest_coll_shard4_replica_p1] o.a.s.h.ReplicationHandler SolrCloud is enabled for core replacenodetest_coll_shard4_replica_p1 but so is old-style replication. Make sure you intend this behavior, it usually indicates a mis-configuration. Master setting is false and slave setting is true
   [junit4]   2> 2283512 INFO  (qtp1668486728-22123) [n:127.0.0.1:57303_solr c:replacenodetest_coll s:shard5  x:replacenodetest_coll_shard5_replica_p1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2283512 INFO  (qtp1668486728-22123) [n:127.0.0.1:57303_solr c:replacenodetest_coll s:shard5  x:replacenodetest_coll_shard5_replica_p1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2283505 INFO  (qtp479095358-22149) [n:127.0.0.1:57309_solr c:replacenodetest_coll s:shard5  x:replacenodetest_coll_shard5_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 2283514 INFO  (qtp479095358-22149) [n:127.0.0.1:57309_solr c:replacenodetest_coll s:shard5  x:replacenodetest_coll_shard5_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2283514 INFO  (qtp479095358-22149) [n:127.0.0.1:57309_solr c:replacenodetest_coll s:shard5  x:replacenodetest_coll_shard5_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 2283515 INFO  (searcherExecutor-9104-thread-1-processing-n:127.0.0.1:57309_solr x:replacenodetest_coll_shard5_replica_n1 s:shard5 c:replacenodetest_coll) [n:127.0.0.1:57309_solr c:replacenodetest_coll s:shard5  x:replacenodetest_coll_shard5_replica_n1] o.a.s.c.SolrCore [replacenodetest_coll_shard5_replica_n1] Registered new searcher Searcher@3b3f6c4c[replacenodetest_coll_shard5_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2283515 INFO  (qtp479095358-22149) [n:127.0.0.1:57309_solr c:replacenodetest_coll s:shard5  x:replacenodetest_coll_shard5_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1568483058000068608
   [junit4]   2> 2283526 INFO  (qtp1668486728-22123) [n:127.0.0.1:57303_solr c:replacenodetest_coll s:shard5  x:replacenodetest_coll_shard5_replica_p1] o.a.s.s.SolrIndexSearcher Opening [Searcher@1707ecd5[replacenodetest_coll_shard5_replica_p1] main]
   [junit4]   2> 2283527 INFO  (zkCallback-3978-thread-1-processing-n:127.0.0.1:57304_solr) [n:127.0.0.1:57304_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/replacenodetest_coll/state.json] for collection [replacenodetest_coll] has occurred - updating... (live nodes size: [6])
   [junit4]   2> 2283532 INFO  (zkCallback-3977-thread-1-processing-n:127.0.0.1:57310_solr) [n:127.0.0.1:57310_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/replacenodetest_coll/state.json] for collection [replacenodetest_coll] has occurred - updating... (live nodes size: [6])
   [junit4]   2> 2283532 INFO  (zkCallback-3974-thread-1-processing-n:127.0.0.1:57303_solr) [n:127.0.0.1:57303_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/replacenodetest_coll/state.json] for collection [replacenodetest_coll] has occurred - updating... (live nodes size: [6])
   [junit4]   2> 2283532 INFO  (zkCallback-3975-thread-1-processing-n:127.0.0.1:57302_solr) [n:127.0.0.1:57302_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/replacenodetest_coll/state.json] for collection [replacenodetest_coll] has occurred - updating... (live nodes size: [6])
   [junit4]   2> 2283534 INFO  (zkCallback-3976-thread-1-processing-n:127.0.0.1:57309_solr) [n:127.0.0.1:57309_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/replacenodetest_coll/state.json] for collection [replacenodetest_coll] has occurred - updating... (live nodes size: [6])
   [junit4]   2> 2283535 INFO  (qtp1668486728-22123) [n:127.0.0.1:57303_solr c:replacenodetest_coll s:shard5  x:replacenodetest_coll_shard5_replica_p1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 2283536 INFO  (qtp1668486728-22123) [n:127.0.0.1:57303_solr c:replacenodetest_coll s:shard5  x:replacenodetest_coll_shard5_replica_p1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2283537 INFO  (qtp479095358-22149) [n:127.0.0.1:57309_solr c:replacenodetest_coll s:shard5  x:replacenodetest_coll_shard5_replica_n1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 2283537 INFO  (qtp479095358-22149) [n:127.0.0.1:57309_solr c:replacenodetest_coll s:shard5  x:replacenodetest_coll_shard5_replica_n1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 2283537 INFO  (qtp479095358-22149) [n:127.0.0.1:57309_solr c:replacenodetest_coll s:shard5  x:replacenodetest_coll_shard5_replica_n1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:57309/solr/replacenodetest_coll_shard5_replica_n1/
   [junit4]   2> 2283537 INFO  (qtp479095358-22149) [n:127.0.0.1:57309_solr c:replacenodetest_coll s:shard5  x:replacenodetest_coll_shard5_replica_n1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 2283537 INFO  (qtp479095358-22149) [n:127.0.0.1:57309_solr c:replacenodetest_coll s:shard5  x:replacenodetest_coll_shard5_replica_n1] o.a.s.c.SyncStrategy http://127.0.0.1:57309/solr/replacenodetest_coll_shard5_replica_n1/ has no replicas
   [junit4]   2> 2283537 INFO  (qtp479095358-22149) [n:127.0.0.1:57309_solr c:replacenodetest_coll s:shard5  x:replacenodetest_coll_shard5_replica_n1] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 2283537 INFO  (qtp1668486728-22123) [n:127.0.0.1:57303_solr c:replacenodetest_coll s:shard5  x:replacenodetest_coll_shard5_replica_p1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 2283538 INFO  (searcherExecutor-9100-thread-1-processing-n:127.0.0.1:57303_solr x:replacenodetest_coll_shard5_replica_p1 s:shard5 c:replacenodetest_coll) [n:127.0.0.1:57303_solr c:replacenodetest_coll s:shard5  x:replacenodetest_coll_shard5_replica_p1] o.a.s.c.SolrCore [replacenodetest_coll_shard5_replica_p1] Registered new searcher Searcher@1707ecd5[replacenodetest_coll_shard5_replica_p1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2283539 INFO  (qtp1668486728-22123) [n:127.0.0.1:57303_solr c:replacenodetest_coll s:shard5  x:replacenodetest_coll_shard5_replica_p1] o.a.s.c.ZkController replacenodetest_coll_shard5_replica_p1 starting background replication from leader
   [junit4]   2> 2283539 INFO  (qtp1668486728-22123) [n:127.0.0.1:57303_solr c:replacenodetest_coll s:shard5  x:replacenodetest_coll_shard5_replica_p1] o.a.s.c.ReplicateFromLeader Will start replication from leader with poll interval: 00:00:03
   [junit4]   2> 2283541 INFO  (qtp1668486728-22123) [n:127.0.0.1:57303_solr c:replacenodetest_coll s:shard5  x:replacenodetest_coll_shard5_replica_p1] o.a.s.h.ReplicationHandler Poll scheduled at an interval of 3000ms
   [junit4]   2> 2283541 WARN  (qtp1668486728-22123) [n:127.0.0.1:57303_solr c:replacenodetest_coll s:shard5  x:replacenodetest_coll_shard5_replica_p1] o.a.s.h.ReplicationHandler SolrCloud is enabled for core replacenodetest_coll_shard5_replica_p1 but so is old-style replication. Make sure you intend this behavior, it usually indicates a mis-configuration. Master setting is false and slave setting is true
   [junit4]   2> 2283542 INFO  (qtp479095358-22149) [n:127.0.0.1:57309_solr c:replacenodetest_coll s:shard5  x:replacenodetest_coll_shard5_replica_n1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:57309/solr/replacenodetest_coll_shard5_replica_n1/ shard5
   [junit4]   2> 2283544 INFO  (qtp1735579706-22131) [n:127.0.0.1:57304_solr c:replacenodetest_coll s:shard1  x:replacenodetest_coll_shard1_replica_n1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 2283549 INFO  (qtp1735579706-22131) [n:127.0.0.1:57304_solr c:replacenodetest_coll s:shard1  x:replacenodetest_coll_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&newCollection=true&name=replacenodetest_coll_shard1_replica_n1&action=CREATE&numShards=5&collection=replacenodetest_coll&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1694
   [junit4]   2> 2283553 INFO  (qtp1668486728-22124) [n:127.0.0.1:57303_solr c:replacenodetest_coll s:shard3  x:replacenodetest_coll_shard3_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 2283553 INFO  (qtp1366090567-22113) [n:127.0.0.1:57302_solr c:replacenodetest_coll s:shard4  x:replacenodetest_coll_shard4_replica_n1] o.a.s.c.SolrCore [replacenodetest_coll_shard4_replica_n1]  CLOSING SolrCore org.apache.solr.core.SolrCore@18b55600
   [junit4]   2> 2283553 INFO  (qtp1366090567-22114) [n:127.0.0.1:57302_solr c:replacenodetest_coll s:shard1  x:replacenodetest_coll_shard1_replica_p1] o.a.s.c.SolrCore [replacenodetest_coll_shard1_replica_p1]  CLOSING SolrCore org.apache.solr.core.SolrCore@60a40357
   [junit4]   2> 2283554 INFO  (qtp1366090567-22114) [n:127.0.0.1:57302_solr c:replacenodetest_coll s:shard1  x:replacenodetest_coll_shard1_replica_p1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.replacenodetest_coll.shard1.replica_p1, tag=1621361495
   [junit4]   2> 2283554 INFO  (qtp912609718-22145) [n:127.0.0.1:57310_solr c:replacenodetest_coll s:shard2  x:replacenodetest_coll_shard2_replica_n1] o.a.s.c.SolrCore [replacenodetest_coll_shard2_replica_n1]  CLOSING SolrCore org.apache.solr.core.SolrCore@170ade20
   [junit4]   2> 2283555 INFO  (qtp1668486728-22124) [n:127.0.0.1:57303_solr c:replacenodetest_coll s:shard3  x:replacenodetest_coll_shard3_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2283555 INFO  (qtp479095358-22148) [n:127.0.0.1:57309_solr c:replacenodetest_coll s:shard2  x:replacenodetest_coll_shard2_replica_p1] o.a.s.c.SolrCore [replacenodetest_coll_shard2_replica_p1]  CLOSING SolrCore org.apache.solr.core.SolrCore@6837396d
   [junit4]   2> 2283556 INFO  (qtp912609718-22145) [n:127.0.0.1:57310_solr c:replacenodetest_coll s:shard2  x:replacenodetest_coll_shard2_replica_n1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.replacenodetest_coll.shard2.replica_n1, tag=386588192
   [junit4]   2> 2283556 INFO  (qtp1668486728-22124) [n:127.0.0.1:57303_solr c:replacenodetest_coll s:shard3  x:replacenodetest_coll_shard3_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 2283556 INFO  (qtp479095358-22148) [n:127.0.0.1:57309_solr c:replacenodetest_coll s:shard2  x:replacenodetest_coll_shard2_replica_p1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.replacenodetest_coll.shard2.replica_p1, tag=1748449645
   [junit4]   2> 2283559 INFO  (searcherExecutor-9105-thread-1-processing-n:127.0.0.1:57303_solr x:replacenodetest_coll_shard3_replica_n1 s:shard3 c:replacenodetest_coll) [n:127.0.0.1:57303_solr c:replacenodetest_coll s:shard3  x:replacenodetest_coll_shard3_replica_n1] o.a.s.c.SolrCore [replacenodetest_coll_shard3_replica_n1] Registered new searcher Searcher@285d5622[replacenodetest_coll_shard3_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2283559 INFO  (qtp1668486728-22124) [n:127.0.0.1:57303_solr c:replacenodetest_coll s:shard3  x:replacenodetest_coll_shard3_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1568483058046205952
   [junit4]   2> 2283561 INFO  (qtp1366090567-22114) [n:127.0.0.1:57302_solr c:replacenodetest_coll s:shard1  x:replacenodetest_coll_shard1_replica_p1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.replacenodetest_coll.shard1.leader, tag=1621361495
   [junit4]   2> 2283561 INFO  (qtp1366090567-22113) [n:127.0.0.1:57302_solr c:replacenodetest_coll s:shard4  x:replacenodetest_coll_shard4_replica_n1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.replacenodetest_coll.shard4.replica_n1, tag=414537216
   [junit4]   2> 2283563 ERROR (qtp1366090567-22114) [n:127.0.0.1:57302_solr c:replacenodetest_coll s:shard1  x:replacenodetest_coll_shard1_replica_p1] o.a.s.h.RequestHandlerBase org.apache.solr.common.SolrException: Error CREATEing SolrCore 'replacenodetest_coll_shard1_replica_p1': Unable to create core [replacenodetest_coll_shard1_replica_p1] Caused by: invalid API spec: apispec/emptySpec.json
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:942)
   [junit4]   2> 	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:91)
   [junit4]   2> 	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:384)
   [junit4]   2> 	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:389)
   [junit4]   2> 	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:174)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:178)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:747)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.jav

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

.0.1:61162_solr x:collection1_collection_shard2_replica_n1 s:shard2 c:collection1_collection r:core_node2) [n:127.0.0.1:61162_solr c:collection1_collection s:shard2 r:core_node2 x:collection1_collection_shard2_replica_n1] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (2)
   [junit4]   2> 213653 INFO  (zkCallback-304-thread-5-processing-n:127.0.0.1:61165_solr) [n:127.0.0.1:61165_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (2)
   [junit4]   2> 213655 INFO  (coreCloseExecutor-584-thread-1) [n:127.0.0.1:61165_solr c:collection1_collection s:shard1 r:core_node1 x:collection1_collection_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1_collection.shard1.replica_n1, tag=1140846842
   [junit4]   2> 213655 INFO  (zkCallback-304-thread-4-processing-n:127.0.0.1:61165_solr) [n:127.0.0.1:61165_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1_collection/state.json] for collection [collection1_collection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 213655 INFO  (zkCallback-306-thread-3-processing-n:127.0.0.1:61162_solr) [n:127.0.0.1:61162_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1_collection/state.json] for collection [collection1_collection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 213657 INFO  (coreCloseExecutor-584-thread-1) [n:127.0.0.1:61165_solr c:collection1_collection s:shard1 r:core_node1 x:collection1_collection_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.collection1_collection.shard1.leader, tag=1140846842
   [junit4]   2> 213661 INFO  (jetty-closer-285-thread-2) [    ] o.a.s.c.Overseer Overseer (id=98030252878856204-127.0.0.1:61162_solr-n_0000000000) closing
   [junit4]   2> 213661 INFO  (OverseerStateUpdate-98030252878856204-127.0.0.1:61162_solr-n_0000000000) [n:127.0.0.1:61162_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:61162_solr
   [junit4]   2> 213662 INFO  (zkCallback-304-thread-4-processing-n:127.0.0.1:61165_solr) [n:127.0.0.1:61165_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:61165_solr
   [junit4]   2> 213663 INFO  (zkCallback-304-thread-5-processing-n:127.0.0.1:61165_solr) [n:127.0.0.1:61165_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 213665 WARN  (zkCallback-304-thread-5-processing-n:127.0.0.1:61165_solr) [n:127.0.0.1:61165_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 215150 WARN  (zkCallback-305-thread-4-processing-n:127.0.0.1:61164_solr) [n:127.0.0.1:61164_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 215151 INFO  (jetty-closer-285-thread-3) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@4a48adbc{/solr,null,UNAVAILABLE}
   [junit4]   2> 215163 WARN  (zkCallback-306-thread-3-processing-n:127.0.0.1:61162_solr) [n:127.0.0.1:61162_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 215164 INFO  (jetty-closer-285-thread-2) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@52da42d{/solr,null,UNAVAILABLE}
   [junit4]   2> 215169 INFO  (jetty-closer-285-thread-1) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@72b63702{/solr,null,UNAVAILABLE}
   [junit4]   2> 215172 ERROR (SUITE-StreamExpressionTest-seed#[AA3FCC4C8CEA34B4]-worker) [    ] 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> 215173 INFO  (SUITE-StreamExpressionTest-seed#[AA3FCC4C8CEA34B4]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:61152 61152
   [junit4]   2> 215194 INFO  (Thread-247) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:61152 61152
   [junit4]   2> 215363 WARN  (Thread-247) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	71	/solr/aliases.json
   [junit4]   2> 	14	/solr/configs/conf
   [junit4]   2> 	4	/solr/security.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	71	/solr/clusterprops.json
   [junit4]   2> 	71	/solr/clusterstate.json
   [junit4]   2> 	4	/solr/collections/destination/state.json
   [junit4]   2> 	4	/solr/collections/parallelDestinationCollection/state.json
   [junit4]   2> 	4	/solr/collections/destinationCollection/state.json
   [junit4]   2> 	4	/solr/collections/mainCorpus/state.json
   [junit4]   2> 	3	/solr/collections/workQueue/state.json
   [junit4]   2> 	2	/solr/overseer_elect/election/98030252878856204-127.0.0.1:61162_solr-n_0000000000
   [junit4]   2> 	2	/solr/collections/collection1_collection/state.json
   [junit4]   2> 	2	/solr/collections/parallelDestinationCollection1/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	71	/solr/live_nodes
   [junit4]   2> 	71	/solr/collections
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.io.stream.StreamExpressionTest_AA3FCC4C8CEA34B4-001
   [junit4]   2> May 26, 2017 6:23:57 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): {expr_s=PostingsFormat(name=LuceneVarGapFixedInterval), join2_s=PostingsFormat(name=LuceneVarGapDocFreqInterval), multiDefault=PostingsFormat(name=LuceneVarGapDocFreqInterval), subject=PostingsFormat(name=LuceneVarGapDocFreqInterval), price_f=PostingsFormat(name=LuceneVarGapDocFreqInterval), a1_s=BlockTreeOrds(blocksize=128), a_f=BlockTreeOrds(blocksize=128), intDefault=BlockTreeOrds(blocksize=128), join1_i=PostingsFormat(name=LuceneVarGapFixedInterval), a2_s=PostingsFormat(name=LuceneVarGapFixedInterval), a_i=PostingsFormat(name=Memory), join3_i=PostingsFormat(name=Memory), test_i=PostingsFormat(name=LuceneVarGapDocFreqInterval), field_i=PostingsFormat(name=LuceneVarGapDocFreqInterval), level1_s=PostingsFormat(name=LuceneVarGapFixedInterval), body_t=PostingsFormat(name=Memory), s_multi=PostingsFormat(name=LuceneVarGapFixedInterval), col_s=BlockTreeOrds(blocksize=128), a_ss=PostingsFormat(name=LuceneVarGapDocFreqInterval), level2_s=BlockTreeOrds(blocksize=128), a_s=PostingsFormat(name=LuceneVarGapFixedInterval), a_t=PostingsFormat(name=LuceneVarGapDocFreqInterval), id=PostingsFormat(name=Memory), text=PostingsFormat(name=LuceneVarGapFixedInterval), timestamp=PostingsFormat(name=LuceneVarGapDocFreqInterval), i_multi=PostingsFormat(name=Memory), b_ls=BlockTreeOrds(blocksize=128), test_dt=PostingsFormat(name=LuceneVarGapFixedInterval), test_t=PostingsFormat(name=Memory), ident_s=BlockTreeOrds(blocksize=128), order_i=PostingsFormat(name=LuceneVarGapDocFreqInterval), _version_=BlockTreeOrds(blocksize=128), side_s=PostingsFormat(name=Memory), miles_i=BlockTreeOrds(blocksize=128)}, docValues:{expr_s=DocValuesFormat(name=Direct), join2_s=DocValuesFormat(name=Lucene70), multiDefault=DocValuesFormat(name=Lucene70), price_f=DocValuesFormat(name=Lucene70), a1_s=DocValuesFormat(name=Asserting), a_f=DocValuesFormat(name=Asserting), intDefault=DocValuesFormat(name=Asserting), join1_i=DocValuesFormat(name=Direct), a2_s=DocValuesFormat(name=Direct), a_i=DocValuesFormat(name=Lucene70), join3_i=DocValuesFormat(name=Lucene70), test_i=DocValuesFormat(name=Lucene70), field_i=DocValuesFormat(name=Lucene70), level1_s=DocValuesFormat(name=Direct), s_multi=DocValuesFormat(name=Direct), col_s=DocValuesFormat(name=Asserting), a_ss=DocValuesFormat(name=Lucene70), level2_s=DocValuesFormat(name=Asserting), a_s=DocValuesFormat(name=Direct), id=DocValuesFormat(name=Lucene70), timestamp=DocValuesFormat(name=Lucene70), i_multi=DocValuesFormat(name=Lucene70), b_ls=DocValuesFormat(name=Asserting), test_dt=DocValuesFormat(name=Direct), ident_s=DocValuesFormat(name=Asserting), order_i=DocValuesFormat(name=Lucene70), _version_=DocValuesFormat(name=Asserting), side_s=DocValuesFormat(name=Lucene70), miles_i=DocValuesFormat(name=Asserting)}, maxPointsInLeafNode=365, maxMBSortInHeap=6.018130363701459, sim=RandomSimilarity(queryNorm=true): {}, locale=pt-PT, timezone=Africa/Dar_es_Salaam
   [junit4]   2> NOTE: Mac OS X 10.11.6 x86_64/Oracle Corporation 1.8.0_131 (64-bit)/cpus=3,threads=1,free=139076104,total=340017152
   [junit4]   2> NOTE: All tests run in this JVM: [AndEvaluatorTest, OrEvaluatorTest, ExclusiveOrEvaluatorTest, SolrExampleBinaryTest, NaturalLogEvaluatorTest, SolrPingTest, LargeVolumeEmbeddedTest, LBHttpSolrClientBuilderTest, GetByIdTest, ContentStreamTest, DivideEvaluatorTest, TestConfigSetAdminRequest, FloorEvaluatorTest, SolrQueryTest, TestLBHttpSolrClient, CloudSolrClientCacheTest, FacetFieldTest, CeilingEvaluatorTest, QueryResponseTest, GraphExpressionTest, TestDelegationTokenResponse, TestNamedListCodec, ShardParamsTest, SolrExceptionTest, CosineEvaluatorTest, StreamExpressionParserTest, TestToleratedUpdateError, OperationsTest, CommonAdminParamsTest, SolrExampleStreamingBinaryTest, BasicHttpSolrClientTest, CloudSolrClientTest, JDBCStreamTest, StreamExpressionTest]
   [junit4] Completed [129/129 (1!)] on J1 in 87.77s, 84 tests, 1 error, 9 skipped <<< FAILURES!

[...truncated 42588 lines...]

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

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

1 tests failed.
FAILED:  org.apache.solr.cloud.TestDeleteCollectionOnDownNodes.deleteCollectionWithDownNodes

Error Message:
Timed out waiting for leader elections null Live Nodes: [127.0.0.1:58942_solr, 127.0.0.1:58938_solr] Last available state: null

Stack Trace:
java.lang.AssertionError: Timed out waiting for leader elections
null
Live Nodes: [127.0.0.1:58942_solr, 127.0.0.1:58938_solr]
Last available state: null
	at __randomizedtesting.SeedInfo.seed([C44990563EAEA3E9:5A7CF4AE188DEF61]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.cloud.SolrCloudTestCase.waitForState(SolrCloudTestCase.java:269)
	at org.apache.solr.cloud.TestDeleteCollectionOnDownNodes.deleteCollectionWithDownNodes(TestDeleteCollectionOnDownNodes.java:47)
	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:1713)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
	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:916)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	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 11456 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestDeleteCollectionOnDownNodes
   [junit4]   2> Creating dataDir: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.TestDeleteCollectionOnDownNodes_C44990563EAEA3E9-001/init-core-data-001
   [junit4]   2> 1000611 INFO  (SUITE-TestDeleteCollectionOnDownNodes-seed#[C44990563EAEA3E9]-worker) [    ] o.a.s.SolrTestCaseJ4 Using TrieFields
   [junit4]   2> 1000611 INFO  (SUITE-TestDeleteCollectionOnDownNodes-seed#[C44990563EAEA3E9]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN) w/ MAC_OS_X supressed clientAuth
   [junit4]   2> 1000612 INFO  (SUITE-TestDeleteCollectionOnDownNodes-seed#[C44990563EAEA3E9]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.TestDeleteCollectionOnDownNodes_C44990563EAEA3E9-001/tempDir-001
   [junit4]   2> 1000612 INFO  (SUITE-TestDeleteCollectionOnDownNodes-seed#[C44990563EAEA3E9]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1000612 INFO  (Thread-2013) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1000613 INFO  (Thread-2013) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1000615 ERROR (Thread-2013) [    ] 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> 1000717 INFO  (SUITE-TestDeleteCollectionOnDownNodes-seed#[C44990563EAEA3E9]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:58925
   [junit4]   2> 1000743 INFO  (jetty-launcher-2421-thread-1) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1000743 INFO  (jetty-launcher-2421-thread-4) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1000744 INFO  (jetty-launcher-2421-thread-3) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1000744 INFO  (jetty-launcher-2421-thread-2) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1000745 INFO  (jetty-launcher-2421-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@7d88e85d{/solr,null,AVAILABLE}
   [junit4]   2> 1000747 INFO  (jetty-launcher-2421-thread-3) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@411e2e8e{/solr,null,AVAILABLE}
   [junit4]   2> 1000750 INFO  (jetty-launcher-2421-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@3b7e7379{SSL,[ssl, http/1.1]}{127.0.0.1:58936}
   [junit4]   2> 1000750 INFO  (jetty-launcher-2421-thread-1) [    ] o.e.j.s.Server Started @1004351ms
   [junit4]   2> 1000750 INFO  (jetty-launcher-2421-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=58936}
   [junit4]   2> 1000750 ERROR (jetty-launcher-2421-thread-1) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1000750 INFO  (jetty-launcher-2421-thread-4) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@16a5b627{/solr,null,AVAILABLE}
   [junit4]   2> 1000751 INFO  (jetty-launcher-2421-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.0.0
   [junit4]   2> 1000751 INFO  (jetty-launcher-2421-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1000751 INFO  (jetty-launcher-2421-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1000751 INFO  (jetty-launcher-2421-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-05-26T05:31:36.128Z
   [junit4]   2> 1000752 INFO  (jetty-launcher-2421-thread-3) [    ] o.e.j.s.AbstractConnector Started ServerConnector@74bda692{SSL,[ssl, http/1.1]}{127.0.0.1:58937}
   [junit4]   2> 1000752 INFO  (jetty-launcher-2421-thread-3) [    ] o.e.j.s.Server Started @1004354ms
   [junit4]   2> 1000752 INFO  (jetty-launcher-2421-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=58937}
   [junit4]   2> 1000752 ERROR (jetty-launcher-2421-thread-3) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1000753 INFO  (jetty-launcher-2421-thread-3) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.0.0
   [junit4]   2> 1000753 INFO  (jetty-launcher-2421-thread-3) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1000761 INFO  (jetty-launcher-2421-thread-3) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1000761 INFO  (jetty-launcher-2421-thread-3) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-05-26T05:31:36.138Z
   [junit4]   2> 1000760 INFO  (jetty-launcher-2421-thread-4) [    ] o.e.j.s.AbstractConnector Started ServerConnector@b157ce5{SSL,[ssl, http/1.1]}{127.0.0.1:58938}
   [junit4]   2> 1000762 INFO  (jetty-launcher-2421-thread-4) [    ] o.e.j.s.Server Started @1004364ms
   [junit4]   2> 1000762 INFO  (jetty-launcher-2421-thread-4) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=58938}
   [junit4]   2> 1000762 ERROR (jetty-launcher-2421-thread-4) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1000764 INFO  (jetty-launcher-2421-thread-4) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.0.0
   [junit4]   2> 1000764 INFO  (jetty-launcher-2421-thread-4) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1000764 INFO  (jetty-launcher-2421-thread-4) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1000764 INFO  (jetty-launcher-2421-thread-4) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-05-26T05:31:36.141Z
   [junit4]   2> 1000766 INFO  (jetty-launcher-2421-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@79aa8c3f{/solr,null,AVAILABLE}
   [junit4]   2> 1000768 INFO  (jetty-launcher-2421-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@4a24096a{SSL,[ssl, http/1.1]}{127.0.0.1:58942}
   [junit4]   2> 1000768 INFO  (jetty-launcher-2421-thread-2) [    ] o.e.j.s.Server Started @1004369ms
   [junit4]   2> 1000768 INFO  (jetty-launcher-2421-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=58942}
   [junit4]   2> 1000768 ERROR (jetty-launcher-2421-thread-2) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1000768 INFO  (jetty-launcher-2421-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.0.0
   [junit4]   2> 1000769 INFO  (jetty-launcher-2421-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1000769 INFO  (jetty-launcher-2421-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1000769 INFO  (jetty-launcher-2421-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-05-26T05:31:36.146Z
   [junit4]   2> 1000771 INFO  (jetty-launcher-2421-thread-4) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1000772 INFO  (jetty-launcher-2421-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1000787 INFO  (jetty-launcher-2421-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1000787 INFO  (jetty-launcher-2421-thread-3) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1000794 INFO  (jetty-launcher-2421-thread-4) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:58925/solr
   [junit4]   2> 1000795 INFO  (jetty-launcher-2421-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:58925/solr
   [junit4]   2> 1000796 INFO  (jetty-launcher-2421-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:58925/solr
   [junit4]   2> 1000799 INFO  (jetty-launcher-2421-thread-3) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:58925/solr
   [junit4]   2> 1000838 INFO  (jetty-launcher-2421-thread-1) [n:127.0.0.1:58936_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1000838 INFO  (jetty-launcher-2421-thread-3) [n:127.0.0.1:58937_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1000838 INFO  (jetty-launcher-2421-thread-2) [n:127.0.0.1:58942_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1000839 INFO  (jetty-launcher-2421-thread-1) [n:127.0.0.1:58936_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:58936_solr
   [junit4]   2> 1000839 INFO  (jetty-launcher-2421-thread-3) [n:127.0.0.1:58937_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:58937_solr
   [junit4]   2> 1000840 INFO  (jetty-launcher-2421-thread-2) [n:127.0.0.1:58942_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:58942_solr
   [junit4]   2> 1000840 INFO  (jetty-launcher-2421-thread-1) [n:127.0.0.1:58936_solr    ] o.a.s.c.Overseer Overseer (id=98027221548466187-127.0.0.1:58936_solr-n_0000000000) starting
   [junit4]   2> 1000842 INFO  (zkCallback-2440-thread-1-processing-n:127.0.0.1:58942_solr) [n:127.0.0.1:58942_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1000842 INFO  (zkCallback-2442-thread-1-processing-n:127.0.0.1:58936_solr) [n:127.0.0.1:58936_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1000842 INFO  (zkCallback-2443-thread-1-processing-n:127.0.0.1:58937_solr) [n:127.0.0.1:58937_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1000844 INFO  (zkCallback-2443-thread-1-processing-n:127.0.0.1:58937_solr) [n:127.0.0.1:58937_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1000844 INFO  (zkCallback-2440-thread-1-processing-n:127.0.0.1:58942_solr) [n:127.0.0.1:58942_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1000844 INFO  (zkCallback-2442-thread-1-processing-n:127.0.0.1:58936_solr) [n:127.0.0.1:58936_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1000861 INFO  (jetty-launcher-2421-thread-4) [n:127.0.0.1:58938_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1000867 INFO  (jetty-launcher-2421-thread-1) [n:127.0.0.1:58936_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:58936_solr
   [junit4]   2> 1000869 INFO  (zkCallback-2443-thread-1-processing-n:127.0.0.1:58937_solr) [n:127.0.0.1:58937_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1000870 INFO  (zkCallback-2440-thread-1-processing-n:127.0.0.1:58942_solr) [n:127.0.0.1:58942_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1000870 INFO  (zkCallback-2442-thread-1-processing-n:127.0.0.1:58936_solr) [n:127.0.0.1:58936_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1000884 INFO  (zkCallback-2441-thread-1-processing-n:127.0.0.1:58938_solr) [n:127.0.0.1:58938_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1000894 INFO  (jetty-launcher-2421-thread-4) [n:127.0.0.1:58938_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1000896 INFO  (jetty-launcher-2421-thread-4) [n:127.0.0.1:58938_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:58938_solr
   [junit4]   2> 1000899 INFO  (zkCallback-2442-thread-1-processing-n:127.0.0.1:58936_solr) [n:127.0.0.1:58936_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1000899 INFO  (zkCallback-2440-thread-1-processing-n:127.0.0.1:58942_solr) [n:127.0.0.1:58942_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1000899 INFO  (zkCallback-2443-thread-1-processing-n:127.0.0.1:58937_solr) [n:127.0.0.1:58937_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1000900 INFO  (zkCallback-2441-thread-1-processing-n:127.0.0.1:58938_solr) [n:127.0.0.1:58938_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1001040 INFO  (jetty-launcher-2421-thread-2) [n:127.0.0.1:58942_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_58942.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3a18e536
   [junit4]   2> 1001041 INFO  (jetty-launcher-2421-thread-4) [n:127.0.0.1:58938_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_58938.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3a18e536
   [junit4]   2> 1001043 INFO  (jetty-launcher-2421-thread-2) [n:127.0.0.1:58942_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_58942.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3a18e536
   [junit4]   2> 1001043 INFO  (jetty-launcher-2421-thread-2) [n:127.0.0.1:58942_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_58942.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3a18e536
   [junit4]   2> 1001045 INFO  (jetty-launcher-2421-thread-2) [n:127.0.0.1:58942_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.TestDeleteCollectionOnDownNodes_C44990563EAEA3E9-001/tempDir-001/node2/.
   [junit4]   2> 1001048 INFO  (jetty-launcher-2421-thread-4) [n:127.0.0.1:58938_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_58938.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3a18e536
   [junit4]   2> 1001048 INFO  (jetty-launcher-2421-thread-4) [n:127.0.0.1:58938_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_58938.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3a18e536
   [junit4]   2> 1001049 INFO  (jetty-launcher-2421-thread-4) [n:127.0.0.1:58938_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.TestDeleteCollectionOnDownNodes_C44990563EAEA3E9-001/tempDir-001/node4/.
   [junit4]   2> 1001078 INFO  (jetty-launcher-2421-thread-1) [n:127.0.0.1:58936_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_58936.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3a18e536
   [junit4]   2> 1001086 INFO  (jetty-launcher-2421-thread-1) [n:127.0.0.1:58936_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_58936.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3a18e536
   [junit4]   2> 1001086 INFO  (jetty-launcher-2421-thread-3) [n:127.0.0.1:58937_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_58937.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3a18e536
   [junit4]   2> 1001086 INFO  (jetty-launcher-2421-thread-1) [n:127.0.0.1:58936_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_58936.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3a18e536
   [junit4]   2> 1001087 INFO  (jetty-launcher-2421-thread-1) [n:127.0.0.1:58936_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.TestDeleteCollectionOnDownNodes_C44990563EAEA3E9-001/tempDir-001/node1/.
   [junit4]   2> 1001090 INFO  (jetty-launcher-2421-thread-3) [n:127.0.0.1:58937_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_58937.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3a18e536
   [junit4]   2> 1001090 INFO  (jetty-launcher-2421-thread-3) [n:127.0.0.1:58937_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_58937.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3a18e536
   [junit4]   2> 1001091 INFO  (jetty-launcher-2421-thread-3) [n:127.0.0.1:58937_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.TestDeleteCollectionOnDownNodes_C44990563EAEA3E9-001/tempDir-001/node3/.
   [junit4]   2> 1001155 INFO  (SUITE-TestDeleteCollectionOnDownNodes-seed#[C44990563EAEA3E9]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 1001156 INFO  (SUITE-TestDeleteCollectionOnDownNodes-seed#[C44990563EAEA3E9]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:58925/solr ready
   [junit4]   2> 1001182 INFO  (TEST-TestDeleteCollectionOnDownNodes.deleteCollectionWithDownNodes-seed#[C44990563EAEA3E9]) [    ] o.a.s.SolrTestCaseJ4 ###Starting deleteCollectionWithDownNodes
   [junit4]   2> 1001194 INFO  (qtp279552215-11530) [n:127.0.0.1:58937_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params pullReplicas=0&replicationFactor=3&collection.configName=conf&maxShardsPerNode=3&name=halfdeletedcollection2&nrtReplicas=3&action=CREATE&numShards=4&tlogReplicas=0&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1001196 INFO  (OverseerThreadFactory-4167-thread-1-processing-n:127.0.0.1:58936_solr) [n:127.0.0.1:58936_solr    ] o.a.s.c.CreateCollectionCmd Create collection halfdeletedcollection2
   [junit4]   2> 1001314 INFO  (qtp279552215-11529) [n:127.0.0.1:58937_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf&newCollection=true&name=halfdeletedcollection2_shard4_replica_n1&action=CREATE&numShards=4&collection=halfdeletedcollection2&shard=shard4&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1001315 INFO  (qtp279552215-11529) [n:127.0.0.1:58937_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1001330 INFO  (qtp279552215-11528) [n:127.0.0.1:58937_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf&newCollection=true&name=halfdeletedcollection2_shard2_replica_n3&action=CREATE&numShards=4&collection=halfdeletedcollection2&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1001343 INFO  (qtp279552215-11533) [n:127.0.0.1:58937_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf&newCollection=true&name=halfdeletedcollection2_shard1_replica_n2&action=CREATE&numShards=4&collection=halfdeletedcollection2&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1001344 INFO  (qtp1990583994-11522) [n:127.0.0.1:58936_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf&newCollection=true&name=halfdeletedcollection2_shard3_replica_n1&action=CREATE&numShards=4&collection=halfdeletedcollection2&shard=shard3&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1001344 INFO  (qtp1990583994-11522) [n:127.0.0.1:58936_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1001359 INFO  (qtp1962183746-11548) [n:127.0.0.1:58942_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf&newCollection=true&name=halfdeletedcollection2_shard2_replica_n1&action=CREATE&numShards=4&collection=halfdeletedcollection2&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1001359 INFO  (qtp1962183746-11548) [n:127.0.0.1:58942_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1001363 INFO  (qtp1680526945-11535) [n:127.0.0.1:58938_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf&newCollection=true&name=halfdeletedcollection2_shard2_replica_n2&action=CREATE&numShards=4&collection=halfdeletedcollection2&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1001364 INFO  (qtp1680526945-11535) [n:127.0.0.1:58938_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1001365 INFO  (qtp1990583994-11517) [n:127.0.0.1:58936_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf&newCollection=true&name=halfdeletedcollection2_shard1_replica_n3&action=CREATE&numShards=4&collection=halfdeletedcollection2&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1001365 INFO  (qtp1680526945-11538) [n:127.0.0.1:58938_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf&newCollection=true&name=halfdeletedcollection2_shard3_replica_n3&action=CREATE&numShards=4&collection=halfdeletedcollection2&shard=shard3&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1001365 INFO  (qtp1962183746-11546) [n:127.0.0.1:58942_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf&newCollection=true&name=halfdeletedcollection2_shard3_replica_n2&action=CREATE&numShards=4&collection=halfdeletedcollection2&shard=shard3&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1001366 INFO  (qtp1990583994-11523) [n:127.0.0.1:58936_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf&newCollection=true&name=halfdeletedcollection2_shard4_replica_n2&action=CREATE&numShards=4&collection=halfdeletedcollection2&shard=shard4&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1001367 INFO  (qtp1680526945-11537) [n:127.0.0.1:58938_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf&newCollection=true&name=halfdeletedcollection2_shard1_replica_n1&action=CREATE&numShards=4&collection=halfdeletedcollection2&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1001378 INFO  (qtp1962183746-11551) [n:127.0.0.1:58942_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf&newCollection=true&name=halfdeletedcollection2_shard4_replica_n3&action=CREATE&numShards=4&collection=halfdeletedcollection2&shard=shard4&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1001493 INFO  (zkCallback-2441-thread-1-processing-n:127.0.0.1:58938_solr) [n:127.0.0.1:58938_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/halfdeletedcollection2/state.json] for collection [halfdeletedcollection2] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1001494 INFO  (zkCallback-2442-thread-1-processing-n:127.0.0.1:58936_solr) [n:127.0.0.1:58936_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/halfdeletedcollection2/state.json] for collection [halfdeletedcollection2] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1001494 INFO  (zkCallback-2440-thread-1-processing-n:127.0.0.1:58942_solr) [n:127.0.0.1:58942_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/halfdeletedcollection2/state.json] for collection [halfdeletedcollection2] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1001494 INFO  (zkCallback-2443-thread-1-processing-n:127.0.0.1:58937_solr) [n:127.0.0.1:58937_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/halfdeletedcollection2/state.json] for collection [halfdeletedcollection2] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1002408 INFO  (qtp279552215-11529) [n:127.0.0.1:58937_solr c:halfdeletedcollection2 s:shard4  x:halfdeletedcollection2_shard4_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1002410 INFO  (qtp279552215-11528) [n:127.0.0.1:58937_solr c:halfdeletedcollection2 s:shard2  x:halfdeletedcollection2_shard2_replica_n3] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1002412 INFO  (qtp1680526945-11538) [n:127.0.0.1:58938_solr c:halfdeletedcollection2 s:shard3  x:halfdeletedcollection2_shard3_replica_n3] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1002415 INFO  (qtp1962183746-11548) [n:127.0.0.1:58942_solr c:halfdeletedcollection2 s:shard2  x:halfdeletedcollection2_shard2_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1002415 INFO  (qtp1962183746-11546) [n:127.0.0.1:58942_solr c:halfdeletedcollection2 s:shard3  x:halfdeletedcollection2_shard3_replica_n2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1002434 INFO  (qtp279552215-11533) [n:127.0.0.1:58937_solr c:halfdeletedcollection2 s:shard1  x:halfdeletedcollection2_shard1_replica_n2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1002434 INFO  (qtp1680526945-11535) [n:127.0.0.1:58938_solr c:halfdeletedcollection2 s:shard2  x:halfdeletedcollection2_shard2_replica_n2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1002435 INFO  (qtp1680526945-11537) [n:127.0.0.1:58938_solr c:halfdeletedcollection2 s:shard1  x:halfdeletedcollection2_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1002440 INFO  (qtp1990583994-11517) [n:127.0.0.1:58936_solr c:halfdeletedcollection2 s:shard1  x:halfdeletedcollection2_shard1_replica_n3] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1002454 INFO  (qtp1990583994-11523) [n:127.0.0.1:58936_solr c:halfdeletedcollection2 s:shard4  x:halfdeletedcollection2_shard4_replica_n2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1002455 INFO  (qtp1990583994-11522) [n:127.0.0.1:58936_solr c:halfdeletedcollection2 s:shard3  x:halfdeletedcollection2_shard3_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1002458 INFO  (qtp279552215-11529) [n:127.0.0.1:58937_solr c:halfdeletedcollection2 s:shard4  x:halfdeletedcollection2_shard4_replica_n1] o.a.s.s.IndexSchema [halfdeletedcollection2_shard4_replica_n1] Schema name=minimal
   [junit4]   2> 1002459 INFO  (qtp1962183746-11548) [n:127.0.0.1:58942_solr c:halfdeletedcollection2 s:shard2  x:halfdeletedcollection2_shard2_replica_n1] o.a.s.s.IndexSchema [halfdeletedcollection2_shard2_replica_n1] Schema name=minimal
   [junit4]   2> 1002461 INFO  (qtp279552215-11529) [n:127.0.0.1:58937_solr c:halfdeletedcollection2 s:shard4  x:halfdeletedcollection2_shard4_replica_n1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1002461 INFO  (qtp279552215-11529) [n:127.0.0.1:58937_solr c:halfdeletedcollection2 s:shard4  x:halfdeletedcollection2_shard4_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'halfdeletedcollection2_shard4_replica_n1' using configuration from collection halfdeletedcollection2, trusted=true
   [junit4]   2> 1002461 INFO  (qtp1962183746-11548) [n:127.0.0.1:58942_solr c:halfdeletedcollection2 s:shard2  x:halfdeletedcollection2_shard2_replica_n1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1002461 INFO  (qtp1962183746-11548) [n:127.0.0.1:58942_solr c:halfdeletedcollection2 s:shard2  x:halfdeletedcollection2_shard2_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'halfdeletedcollection2_shard2_replica_n1' using configuration from collection halfdeletedcollection2, trusted=true
   [junit4]   2> 1002461 INFO  (qtp279552215-11529) [n:127.0.0.1:58937_solr c:halfdeletedcollection2 s:shard4  x:halfdeletedcollection2_shard4_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_58937.solr.core.halfdeletedcollection2.shard4.replica_n1' (registry 'solr.core.halfdeletedcollection2.shard4.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3a18e536
   [junit4]   2> 1002461 INFO  (qtp1962183746-11548) [n:127.0.0.1:58942_solr c:halfdeletedcollection2 s:shard2  x:halfdeletedcollection2_shard2_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_58942.solr.core.halfdeletedcollection2.shard2.replica_n1' (registry 'solr.core.halfdeletedcollection2.shard2.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3a18e536
   [junit4]   2> 1002461 INFO  (qtp279552215-11529) [n:127.0.0.1:58937_solr c:halfdeletedcollection2 s:shard4  x:halfdeletedcollection2_shard4_replica_n1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1002461 INFO  (qtp279552215-11529) [n:127.0.0.1:58937_solr c:halfdeletedcollection2 s:shard4  x:halfdeletedcollection2_shard4_replica_n1] o.a.s.c.SolrCore [[halfdeletedcollection2_shard4_replica_n1] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.TestDeleteCollectionOnDownNodes_C44990563EAEA3E9-001/tempDir-001/node3/halfdeletedcollection2_shard4_replica_n1], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.TestDeleteCollectionOnDownNodes_C44990563EAEA3E9-001/tempDir-001/node3/./halfdeletedcollection2_shard4_replica_n1/data/]
   [junit4]   2> 1002461 INFO  (qtp1962183746-11548) [n:127.0.0.1:58942_solr c:halfdeletedcollection2 s:shard2  x:halfdeletedcollection2_shard2_replica_n1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1002462 INFO  (qtp1962183746-11548) [n:127.0.0.1:58942_solr c:halfdeletedcollection2 s:shard2  x:halfdeletedcollection2_shard2_replica_n1] o.a.s.c.SolrCore [[halfdeletedcollection2_shard2_replica_n1] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.TestDeleteCollectionOnDownNodes_C44990563EAEA3E9-001/tempDir-001/node2/halfdeletedcollection2_shard2_replica_n1], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.TestDeleteCollectionOnDownNodes_C44990563EAEA3E9-001/tempDir-001/node2/./halfdeletedcollection2_shard2_replica_n1/data/]
   [junit4]   2> 1002464 INFO  (qtp1962183746-11546) [n:127.0.0.1:58942_solr c:halfdeletedcollection2 s:shard3  x:halfdeletedcollection2_shard3_replica_n2] o.a.s.s.IndexSchema [halfdeletedcollection2_shard3_replica_n2] Schema name=minimal
   [junit4]   2> 1002465 INFO  (qtp279552215-11528) [n:127.0.0.1:58937_solr c:halfdeletedcollection2 s:shard2  x:halfdeletedcollection2_shard2_replica_n3] o.a.s.s.IndexSchema [halfdeletedcollection2_shard2_replica_n3] Schema name=minimal
   [junit4]   2> 1002466 INFO  (qtp1962183746-11546) [n:127.0.0.1:58942_solr c:halfdeletedcollection2 s:shard3  x:halfdeletedcollection2_shard3_replica_n2] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1002466 INFO  (qtp1962183746-11546) [n:127.0.0.1:58942_solr c:halfdeletedcollection2 s:shard3  x:halfdeletedcollection2_shard3_replica_n2] o.a.s.c.CoreContainer Creating SolrCore 'halfdeletedcollection2_shard3_replica_n2' using configuration from collection halfdeletedcollection2, trusted=true
   [junit4]   2> 1002467 INFO  (qtp1962183746-11546) [n:127.0.0.1:58942_solr c:halfdeletedcollection2 s:shard3  x:halfdeletedcollection2_shard3_replica_n2] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_58942.solr.core.halfdeletedcollection2.shard3.replica_n2' (registry 'solr.core.halfdeletedcollection2.shard3.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3a18e536
   [junit4]   2> 1002467 INFO  (qtp1962183746-11546) [n:127.0.0.1:58942_solr c:halfdeletedcollection2 s:shard3  x:halfdeletedcollection2_shard3_replica_n2] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1002467 INFO  (qtp1962183746-11546) [n:127.0.0.1:58942_solr c:halfdeletedcollection2 s:shard3  x:halfdeletedcollection2_shard3_replica_n2] o.a.s.c.SolrCore [[halfdeletedcollection2_shard3_replica_n2] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.TestDeleteCollectionOnDownNodes_C44990563EAEA3E9-001/tempDir-001/node2/halfdeletedcollection2_shard3_replica_n2], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.TestDeleteCollectionOnDownNodes_C44990563EAEA3E9-001/tempDir-001/node2/./halfdeletedcollection2_shard3_replica_n2/data/]
   [junit4]   2> 1002468 INFO  (qtp279552215-11528) [n:127.0.0.1:58937_solr c:halfdeletedcollection2 s:shard2  x:halfdeletedcollection2_shard2_replica_n3] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1002468 INFO  (qtp279552215-11528) [n:127.0.0.1:58937_solr c:halfdeletedcollection2 s:shard2  x:halfdeletedcollection2_shard2_replica_n3] o.a.s.c.CoreContainer Creating SolrCore 'halfdeletedcollection2_shard2_replica_n3' using configuration from collection halfdeletedcollection2, trusted=true
   [junit4]   2> 1002468 INFO  (qtp279552215-11528) [n:127.0.0.1:58937_solr c:halfdeletedcollection2 s:shard2  x:halfdeletedcollection2_shard2_replica_n3] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_58937.solr.core.halfdeletedcollection2.shard2.replica_n3' (registry 'solr.core.halfdeletedcollection2.shard2.replica_n3') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3a18e536
   [junit4]   2> 1002471 INFO  (qtp1680526945-11538) [n:127.0.0.1:58938_solr c:halfdeletedcollection2 s:shard3  x:halfdeletedcollection2_shard3_replica_n3] o.a.s.s.IndexSchema [halfdeletedcollection2_shard3_replica_n3] Schema name=minimal
   [junit4]   2> 1002473 INFO  (qtp1962183746-11551) [n:127.0.0.1:58942_solr c:halfdeletedcollection2 s:shard4  x:halfdeletedcollection2_shard4_replica_n3] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1002494 INFO  (qtp1990583994-11517) [n:127.0.0.1:58936_solr c:halfdeletedcollection2 s:shard1  x:halfdeletedcollection2_shard1_replica_n3] o.a.s.s.IndexSchema [halfdeletedcollection2_shard1_replica_n3] Schema name=minimal
   [junit4]   2> 1002495 INFO  (qtp1680526945-11538) [n:127.0.0.1:58938_solr c:halfdeletedcollection2 s:shard3  x:halfdeletedcollection2_shard3_replica_n3] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1002496 INFO  (qtp1680526945-11538) [n:127.0.0.1:58938_solr c:halfdeletedcollection2 s:shard3  x:halfdeletedcollection2_shard3_replica_n3] o.a.s.c.CoreContainer Creating SolrCore 'halfdeletedcollection2_shard3_replica_n3' using configuration from collection halfdeletedcollection2, trusted=true
   [junit4]   2> 1002496 INFO  (qtp279552215-11533) [n:127.0.0.1:58937_solr c:halfdeletedcollection2 s:shard1  x:halfdeletedcollection2_shard1_replica_n2] o.a.s.s.IndexSchema [halfdeletedcollection2_shard1_replica_n2] Schema name=minimal
   [junit4]   2> 1002496 INFO  (qtp1680526945-11538) [n:127.0.0.1:58938_solr c:halfdeletedcollection2 s:shard3  x:halfdeletedcollection2_shard3_replica_n3] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_58938.solr.core.halfdeletedcollection2.shard3.replica_n3' (registry 'solr.core.halfdeletedcollection2.shard3.replica_n3') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3a18e536
   [junit4]   2> 1002496 INFO  (qtp1680526945-11538) [n:127.0.0.1:58938_solr c:halfdeletedcollection2 s:shard3  x:halfdeletedcollection2_shard3_replica_n3] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1002496 INFO  (qtp1680526945-11538) [n:127.0.0.1:58938_solr c:halfdeletedcollection2 s:shard3  x:halfdeletedcollection2_shard3_replica_n3] o.a.s.c.SolrCore [[halfdeletedcollection2_shard3_replica_n3] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.TestDeleteCollectionOnDownNodes_C44990563EAEA3E9-001/tempDir-001/node4/halfdeletedcollection2_shard3_replica_n3], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.TestDeleteCollectionOnDownNodes_C44990563EAEA3E9-001/tempDir-001/node4/./halfdeletedcollection2_shard3_replica_n3/data/]
   [junit4]   2> 1002497 INFO  (qtp279552215-11533) [n:127.0.0.1:58937_solr c:halfdeletedcollection2 s:shard1  x:halfdeletedcollection2_shard1_replica_n2] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1002497 INFO  (qtp279552215-11533) [n:127.0.0.1:58937_solr c:halfdeletedcollection2 s:shard1  x:halfdeletedcollection2_shard1_replica_n2] o.a.s.c.CoreContainer Creating SolrCore 'halfdeletedcollection2_shard1_replica_n2' using configuration from collection halfdeletedcollection2, trusted=true
   [junit4]   2> 1002498 INFO  (qtp279552215-11533) [n:127.0.0.1:58937_solr c:halfdeletedcollection2 s:shard1  x:halfdeletedcollection2_shard1_replica_n2] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_58937.solr.core.halfdeletedcollection2.shard1.replica_n2' (registry 'solr.core.halfdeletedcollection2.shard1.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3a18e536
   [junit4]   2> 1002498 INFO  (qtp279552215-11533) [n:127.0.0.1:58937_solr c:halfdeletedcollection2 s:shard1  x:halfdeletedcollection2_shard1_replica_n2] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1002498 INFO  (qtp279552215-11533) [n:127.0.0.1:58937_solr c:halfdeletedcollection2 s:shard1  x:halfdeletedcollection2_shard1_replica_n2] o.a.s.c.SolrCore [[halfdeletedcollection2_shard1_replica_n2] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.TestDeleteCollectionOnDownNodes_C44990563EAEA3E9-001/tempDir-001/node3/halfdeletedcollection2_shard1_replica_n2], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.TestDeleteCollectionOnDownNodes_C44990563EAEA3E9-001/tempDir-001/node3/./halfdeletedcollection2_shard1_replica_n2/data/]
   [junit4]   2> 1002498 INFO  (qtp1680526945-11535) [n:127.0.0.1:58938_solr c:halfdeletedcollection2 s:shard2  x:halfdeletedcollection2_shard2_replica_n2] o.a.s.s.IndexSchema [halfdeletedcollection2_shard2_replica_n2] Schema name=minimal
   [junit4]   2> 1002500 INFO  (qtp1680526945-11535) [n:127.0.0.1:58938_solr c:halfdeletedcollection2 s:shard2  x:halfdeletedcollection2_shard2_replica_n2] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1002500 INFO  (qtp1680526945-11535) [n:127.0.0.1:58938_solr c:halfdeletedcollection2 s:shard2  x:halfdeletedcollection2_shard2_replica_n2] o.a.s.c.CoreContainer Creating SolrCore 'halfdeletedcollection2_shard2_replica_n2' using configuration from collection halfdeletedcollection2, trusted=true
   [junit4]   2> 1002500 INFO  (qtp1680526945-11535) [n:127.0.0.1:58938_solr c:halfdeletedcollection2 s:shard2  x:halfdeletedcollection2_shard2_replica_n2] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_58938.solr.core.halfdeletedcollection2.shard2.replica_n2' (registry 'solr.core.halfdeletedcollection2.shard2.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3a18e536
   [junit4]   2> 1002500 INFO  (qtp1680526945-11535) [n:127.0.0.1:58938_solr c:halfdeletedcollection2 s:shard2  x:halfdeletedcollection2_shard2_replica_n2] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1002500 INFO  (qtp1680526945-11535) [n:127.0.0.1:58938_solr c:halfdeletedcollection2 s:shard2  x:halfdeletedcollection2_shard2_replica_n2] o.a.s.c.SolrCore [[halfdeletedcollection2_shard2_replica_n2] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.TestDeleteCollectionOnDownNodes_C44990563EAEA3E9-001/tempDir-001/node4/halfdeletedcollection2_shard2_replica_n2], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.TestDeleteCollectionOnDownNodes_C44990563EAEA3E9-001/tempDir-001/node4/./halfdeletedcollection2_shard2_replica_n2/data/]
   [junit4]   2> 1002494 INFO  (qtp1680526945-11537) [n:127.0.0.1:58938_solr c:halfdeletedcollection2 s:shard1  x:halfdeletedcollection2_shard1_replica_n1] o.a.s.s.IndexSchema [halfdeletedcollection2_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 1002501 INFO  (qtp1990583994-11517) [n:127.0.0.1:58936_solr c:halfdeletedcollection2 s:shard1  x:halfdeletedcollection2_shard1_replica_n3] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1002501 INFO  (qtp1990583994-11517) [n:127.0.0.1:58936_solr c:halfdeletedcollection2 s:shard1  x:halfdeletedcollection2_shard1_replica_n3] o.a.s.c.CoreContainer Creating SolrCore 'halfdeletedcollection2_shard1_replica_n3' using configuration from collection halfdeletedcollection2, trusted=true
   [junit4]   2> 1002501 INFO  (qtp1990583994-11517) [n:127.0.0.1:58936_solr c:halfdeletedcollection2 s:shard1  x:halfdeletedcollection2_shard1_replica_n3] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_58936.solr.core.halfdeletedcollection2.shard1.replica_n3' (registry 'solr.core.halfdeletedcollection2.shard1.replica_n3') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3a18e536
   [junit4]   2> 1002501 INFO  (qtp1990583994-11517) [n:127.0.0.1:58936_solr c:halfdeletedcollection2 s:shard1  x:halfdeletedcollection2_shard1_replica_n3] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1002501 INFO  (qtp1990583994-11517) [n:127.0.0.1:58936_solr c:halfdeletedcollection2 s:shard1  x:halfdeletedcollection2_shard1_replica_n3] o.a.s.c.SolrCore [[halfdeletedcollection2_shard1_replica_n3] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.TestDeleteCollectionOnDownNodes_C44990563EAEA3E9-001/tempDir-001/node1/halfdeletedcollection2_shard1_replica_n3], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.TestDeleteCollectionOnDownNodes_C44990563EAEA3E9-001/tempDir-001/node1/./halfdeletedcollection2_shard1_replica_n3/data/]
   [junit4]   2> 1002502 INFO  (qtp1680526945-11537) [n:127.0.0.1:58938_solr c:halfdeletedcollection2 s:shard1  x:halfdeletedcollection2_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1002502 INFO  (qtp1680526945-11537) [n:127.0.0.1:58938_solr c:halfdeletedcollection2 s:shard1  x:halfdeletedcollection2_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'halfdeletedcollection2_shard1_replica_n1' using configuration from collection halfdeletedcollection2, trusted=true
   [junit4]   2> 1002503 INFO  (qtp1680526945-11537) [n:127.0.0.1:58938_solr c:halfdeletedcollection2 s:shard1  x:halfdeletedcollection2_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_58938.solr.core.halfdeletedcollection2.shard1.replica_n1' (registry 'solr.core.halfdeletedcollection2.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3a18e536
   [junit4]   2> 1002503 INFO  (qtp1680526945-11537) [n:127.0.0.1:58938_solr c:halfdeletedcollection2 s:shard1  x:halfdeletedcollection2_shard1_replica_n1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1002503 INFO  (qtp1680526945-11537) [n:127.0.0.1:58938_solr c:halfdeletedcollection2 s:shard1  x:halfdeletedcollection2_shard1_replica_n1] o.a.s.c.SolrCore [[halfdeletedcollection2_shard1_replica_n1] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.TestDeleteCollectionOnDownNodes_C44990563EAEA3E9-001/tempDir-001/node4/halfdeletedcollection2_shard1_replica_n1], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.TestDeleteCollectionOnDownNodes_C44990563EAEA3E9-001/tempDir-001/node4/./halfdeletedcollection2_shard1_replica_n1/data/]
   [junit4]   2> 1002504 INFO  (qtp1990583994-11522) [n:127.0.0.1:58936_solr c:halfdeletedcollection2 s:shard3  x:halfdeletedcollection2_shard3_replica_n1] o.a.s.s.IndexSchema [halfdeletedcollection2_shard3_replica_n1] Schema name=minimal
   [junit4]   2> 1002505 INFO  (qtp1990583994-11523) [n:127.0.0.1:58936_solr c:halfdeletedcollection2 s:shard4  x:halfdeletedcollection2_shard4_replica_n2] o.a.s.s.IndexSchema [halfdeletedcollection2_shard4_replica_n2] Schema name=minimal
   [junit4]   2> 1002505 INFO  (qtp1990583994-11522) [n:127.0.0.1:58936_solr c:halfdeletedcollection2 s:shard3  x:halfdeletedcollection2_shard3_replica_n1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1002505 INFO  (qtp279552215-11528) [n:127.0.0.1:58937_solr c:halfdeletedcollection2 s:shard2  x:halfdeletedcollection2_shard2_replica_n3] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1002506 INFO  (qtp1990583994-11522) [n:127.0.0.1:58936_solr c:halfdeletedcollection2 s:shard3  x:halfdeletedcollection2_shard3_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'halfdeletedcollection2_shard3_replica_n1' using configuration from collection halfdeletedcollection2, trusted=true
   [junit4]   2> 1002506 INFO  (qtp279552215-11528) [n:127.0.0.1:58937_solr c:halfdeletedcollection2 s:shard2  x:halfdeletedcollection2_shard2_replica_n3] o.a.s.c.SolrCore [[halfdeletedcollection2_shard2_replica_n3] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.TestDeleteCollectionOnDownNodes_C44990563EAEA3E9-001/tempDir-001/node3/halfdeletedcollection2_shard2_replica_n3], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.TestDeleteCollectionOnDownNodes_C44990563EAEA3E9-001/tempDir-001/node3/./halfdeletedcollection2_shard2_replica_n3/data/]
   [junit4]   2> 1002506 INFO  (qtp1990583994-11522) [n:127.0.0.1:58936_solr c:halfdeletedcollection2 s:shard3  x:halfdeletedcollection2_shard3_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_58936.solr.core.halfdeletedcollection2.shard3.replica_n1' (registry 'solr.core.halfdeletedcollection2.shard3.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3a18e536
   [junit4]   2> 1002506 INFO  (qtp1990583994-11522) [n:127.0.0.1:58936_solr c:halfdeletedcollection2 s:shard3  x:halfdeletedcollection2_shard3_replica_n1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1002506 INFO  (qtp1990583994-11522) [n:127.0.0.1:58936_solr c:halfdeletedcollection2 s:shard3  x:halfdeletedcollection2_shard3_replica_n1] o.a.s.c.SolrCore [[halfdeletedcollection2_shard3_replica_n1] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.TestDeleteCollectionOnDownNodes_C44990563EAEA3E9-001/tempDir-001/node1/halfdeletedcollection2_shard3_replica_n1], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.TestDeleteCollectionOnDownNodes_C44990563EAEA3E9-001/tempDir-001/node1/./halfdeletedcollection2_shard3_replica_n1/data/]
   [junit4]   2> 1002507 INFO  (qtp1962183746-11551) [n:127.0.0.1:58942_solr c:halfdeletedcollection2 s:shard4  x:halfdeletedcollection2_shard4_replica_n3] o.a.s.s.IndexSchema [halfdeletedcollection2_shard4_replica_n3] Schema name=minimal
   [junit4]   2> 1002508 INFO  (qtp1990583994-11523) [n:127.0.0.1:58936_solr c:halfdeletedcollection2 s:shard4  x:halfdeletedcollection2_shard4_replica_n2] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1002509 INFO  (qtp1990583994-11523) [n:127.0.0.1:58936_solr c:halfdeletedcollection2 s:shard4  x:halfdeletedcollection2_shard4_replica_n2] o.a.s.c.CoreContainer Creating SolrCore 'halfdeletedcollection2_shard4_replica_n2' using configuration from collection halfdeletedcollection2, trusted=true
   [junit4]   2> 1002509 INFO  (qtp1962183746-11551) [n:127.0.0.1:58942_solr c:halfdeletedcollection2 s:shard4  x:halfdeletedcollection2_shard4_replica_n3] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1002509 INFO  (qtp1962183746-11551) [n:127.0.0.1:58942_solr c:halfdeletedcollection2 s:shard4  x:halfdeletedcollection2_shard4_replica_n3] o.a.s.c.CoreContainer Creating SolrCore 'halfdeletedcollection2_shard4_replica_n3' using configuration from collection halfdeletedcollection2, trusted=true
   [junit4]   2> 1002509 INFO  (qtp1990583994-11523) [n:127.0.0.1:58936_solr c:halfdeletedcollection2 s:shard4  x:halfdeletedcollection2_shard4_replica_n2] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_58936.solr.core.halfdeletedcollection2.shard4.replica_n2' (registry 'solr.core.halfdeletedcollection2.shard4.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3a18e536
   [junit4]   2> 1002509 INFO  (qtp1990583994-11523) [n:127.0.0.1:58936_solr c:halfdeletedcollection2 s:shard4  x:halfdeletedcollection2_shard4_replica_n2] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1002509 INFO  (qtp1990583994-11523) [n:127.0.0.1:58936_solr c:halfdeletedcollection2 s:shard4  x:halfdeletedcollection2_shard4_replica_n2] o.a.s.c.SolrCore [[halfdeletedcollection2_shard4_replica_n2] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.TestDeleteCollectionOnDownNodes_C44990563EAEA3E9-001/tempDir-001/node1/halfdeletedcollection2_shard4_replica_n2], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.TestDeleteCollectionOnDownNodes_C44990563EAEA3E9-001/tempDir-001/node1/./halfdeletedcollection2_shard4_replica_n2/data/]
   [junit4]   2> 1002509 INFO  (qtp1962183746-11551) [n:127.0.0.1:58942_solr c:halfdeletedcollection2 s:shard4  x:halfdeletedcollection2_shard4_replica_n3] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_58942.solr.core.halfdeletedcollection2.shard4.replica_n3' (registry 'solr.core.halfdeletedcollection2.shard4.replica_n3') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3a18e536
   [junit4]   2> 1002509 INFO  (qtp1962183746-11551) [n:127.0.0.1:58942_solr c:halfdeletedcollection2 s:shard4  x:halfdeletedcollection2_shard4_replica_n3] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1002509 INFO  (qtp1962183746-11551) [n:127.0.0.1:58942_solr c:halfdeletedcollection2 s:shard4  x:halfdeletedcollection2_shard4_replica_n3] o.a.s.c.SolrCore [[halfdeletedcollection2_shard4_replica_n3] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.TestDeleteCollectionOnDownNodes_C44990563EAEA3E9-001/tempDir-001/node2/halfdeletedcollection2_shard4_replica_n3], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.TestDeleteCollectionOnDownNodes_C44990563EAEA3E9-001/tempDir-001/node2/./halfdeletedcollection2_shard4_replica_n3/data/]
   [junit4]   2> 1002728 INFO  (qtp1990583994-11517) [n:127.0.0.1:58936_solr c:halfdeletedcollection2 s:shard1  x:halfdeletedcollection2_shard1_replica_n3] o.a.s.c.SolrCore [halfdeletedcollection2_shard1_replica_n3]  CLOSING SolrCore org.apache.solr.core.SolrCore@63d699c4
   [junit4]   2> 1002729 INFO  (qtp1990583994-11517) [n:127.0.0.1:58936_solr c:halfdeletedcollection2 s:shard1  x:halfdeletedcollection2_shard1_replica_n3] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.halfdeletedcollection2.shard1.replica_n3, tag=1675008452
   [junit4]   2> 1002731 INFO  (qtp1680526945-11537) [n:127.0.0.1:58938_solr c:halfdeletedcollection2 s:shard1  x:halfdeletedcollection2_shard1_replica_n1] o.a.s.c.SolrCore [halfdeletedcollection2_shard1_replica_n1]  CLOSING SolrCore org.apache.solr.core.SolrCore@779d95c8
   [junit4]   2> 1002731 INFO  (qtp1680526945-11537) [n:127.0.0.1:58938_solr c:halfdeletedcollection2 s:shard1  x:halfdeletedcollection2_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.halfdeletedcollection2.shard1.replica_n1, tag=2006816200
   [junit4]   2> 1002761 INFO  (qtp1962183746-11546) [n:127.0.0.1:58942_solr c:halfdeletedcollection2 s:shard3  x:halfdeletedcollection2_shard3_replica_n2] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1002761 INFO  (qtp1962183746-11546) [n:127.0.0.1:58942_solr c:halfdeletedcollection2 s:shard3  x:halfdeletedcollection2_shard3_replica_n2] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1002767 INFO  (qtp1962183746-11546) [n:127.0.0.1:58942_solr c:halfdeletedcollection2 s:shard3  x:halfdeletedcollection2_shard3_replica_n2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1002767 INFO  (qtp1962183746-11546) [n:127.0.0.1:58942_solr c:halfdeletedcollection2 s:shard3  x:halfdeletedcollection2_shard3_replica_n2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1002777 INFO  (qtp279552215-11528) [n:127.0.0.1:58937_solr c:halfdeletedcollection2 s:shard2  x:halfdeletedcollection2_shard2_replica_n3] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1002777 INFO  (qtp279552215-11528) [n:127.0.0.1:58937_solr c:halfdeletedcollection2 s:shard2  x:halfdeletedcollection2_shard2_replica_n3] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1002779 INFO  (qtp1680526945-11537) [n:127.0.0.1:58938_solr c:halfdeletedcollection2 s:shard1  x:halfdeletedcollection2_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.halfdeletedcollection2.shard1.leader, tag=2006816200
   [junit4]   2> 1002782 ERROR (qtp1680526945-11537) [n:127.0.0.1:58938_solr c:halfdeletedcollection2 s:shard1  x:halfdeletedcollection2_shard1_replica_n1] o.a.s.h.RequestHandlerBase org.apache.solr.common.SolrException: Error CREATEing SolrCore 'halfdeletedcollection2_shard1_replica_n1': Unable to create core [halfdeletedcollection2_shard1_replica_n1] Caused by: invalid API spec: apispec/core.SchemaRead.json
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:942)
   [junit4]   2> 	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:91)
   [junit4]   2> 	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:384)
   [junit4]   2> 	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:389)
   [junit4]   2> 	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:174)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:178)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:747)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:728)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:509)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:374)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:318)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1699)
   [junit4]   2> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:139)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1699)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:582)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:224)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1180)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1112)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:395)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:534)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:320)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251)
   [junit4]   2> 	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:273)
   [junit4]   2> 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:95)
   [junit4]   2> 	at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:202)
   [junit4]   2> 	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:273)
   [junit4]   2> 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:95)
   [junit4]   2> 	at org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:303)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> Caused by: org.apache.solr.common.SolrException: Unable to create core [halfdeletedcollection2_shard1_replica_n1]
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:988)
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:908)
   [junit4]   2> 	... 37 more
   [junit4]   2> Caused by: org.apache.solr.common.SolrException: invalid API spec: apispec/core.SchemaRead.json
   [junit4]   2> 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1002)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:855)
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:973)
   [junit4]   2> 	... 38 more
   [junit4]   2> Caused by: java.lang.RuntimeException: invalid API spec: apispec/core.SchemaRead.json
   [junit4]   2> 	at org.apache.solr.common.util.ValidatingJsonMap.parse(ValidatingJsonMap.java:318)
   [junit4]   2> 	at org.apache.solr.api.ApiBag.lambda$getSpec$0(ApiBag.java:232)
   [junit4]   2> 	at org.apache.solr.api.Api.getSpec(Api.java:64)
   [junit4]   2> 	at org.apache.solr.api.ApiBag.register(ApiBag.java:71)
   [junit4]   2> 	at org.apache.solr.core.PluginBag.put(PluginBag.java:215)
   [junit4]   2> 	at org.apache.solr.core.PluginBag.init(PluginBag.java:272)
   [junit4]   2> 	at org.apache.solr.core.RequestHandlers.initHandlersFromConfig(RequestHandlers.java:130)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:960)
   [junit4]   2> 	... 40 more
   [junit4]   2> 
   [junit4]   2> 1002782 INFO  (qtp1680526945-11537) [n:127.0.0.1:58938_solr c:halfdeletedcollection2 s:shard1  x:halfdeletedcollection2_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf&newCollection=true&name=halfdeletedcollection2_shard1_replica_n1&action=CREATE&numShards=4&collection=halfdeletedcollection2&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=400 QTime=1415
   [junit4]   2> 1002783 ERROR (OverseerThreadFactory-4167-thread-1-processing-n:127.0.0.1:58936_solr) [n:127.0.0.1:58936_solr    ] o.a.s.c.OverseerCollectionMessageHandler Error from shard: https://127.0.0.1:58938/solr
   [junit4]   2> org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at https://127.0.0.1:58938/solr: Error CREATEing SolrCore 'halfdeletedcollection2_shard1_replica_n1': Unable to create core [halfdeletedcollection2_shard1_replica_n1] Caused by: invalid API spec: apispec/core.SchemaRead.json
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:643)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:281)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:270)
   [junit4]   2> 	at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1219)
   [junit4]   2> 	at org.apache.solr.handler.component.HttpShardHandler.lambda$submit$0(HttpShardHandler.java:171)
   [junit4]   2> 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]   2> 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
   [junit4]   2> 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]   2> 	at com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:176)
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 1002785 INFO  (qtp1962183746-11546) [n:127.0.0.1:58942_solr c:halfdeletedcollection2 s:shard3  x:halfdeletedcollection2_shard3_replica_n2] o.a.s.s.SolrIndexSearcher Opening [Searcher@6d774549[halfdeletedcollection2_shard3_replica_n2] main]
   [junit4]   2> 1002786 INFO  (qtp1990583994-11517) [n:127.0.0.1:58936_solr c:halfdeletedcollection2 s:shard1  x:halfdeletedcollection2_shard1_replica_n3] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.halfdeletedcollection2.shard1.leader, tag=1675008452
   [junit4]   2> 1002797 INFO  (qtp1680526945-11538) [n:127.0.0.1:58938_solr c:halfdeletedcollection2 s:shard3  x:halfdeletedcollection2_shard3_replica_n3] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1002798 INFO  (qtp1680526945-11538) [n:127.0.0.1:58938_solr c:halfdeletedcollection2 s:shard3  x:halfdeletedcollection2_shard3_replica_n3] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1002799 ERROR (qtp1990583994-11517) [n:127.0.0.1:58936_solr c:halfdeletedcollection2 s:shard1  x:halfdeletedcollection2_shard1_replica_n3] o.a.s.h.RequestHandlerBase org.apache.solr.common.SolrException: Error CREATEing SolrCore 'halfdeletedcollection2_shard1_replica_n3': Unable to create core [halfdeletedcollection2_shard1_replica_n3] Caused by: invalid API spec: apispec/core.SchemaEdit.json
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:942)
   [junit4]   2> 	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:91)
   [junit4]   2> 	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:384)
   [junit4]   2> 	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:389)
   [junit4]   2> 	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:174)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:178)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:747)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:728)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:509)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:374)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:318)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1699)
   [junit4]   2> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:139)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1699)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:582)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:224)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1180)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1112)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:395)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:534)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:320)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251)
   [junit4]   2> 	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:273)
   [junit4]   2> 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:95)
   [junit4]   2> 	at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:202)
   [junit4]   2> 	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:273)
   [junit4]   2> 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:95)
   [junit4]   2> 	at org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:303)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> Caused by: org.apache.solr.common.SolrException: Unable to create core [halfdeletedcollection2_shard1_replica_n3]
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:988)
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:908)
   [junit4]   2> 	... 37 more
   [junit4]   2> Caused by: org.apache.solr.common.SolrException: invalid API spec: apispec/core.SchemaEdit.json
   [junit4]   2> 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1002)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:855)
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:973)
   [junit4]   2> 	... 38 more
   [junit4]   2> Caused by: java.lang.RuntimeException: invalid API spec: apispec/core.SchemaEdit.json
   [junit4]   2> 	at org.apache.solr.common.util.ValidatingJsonMap.parse(ValidatingJsonMap.java:318)
   [junit4]   2> 	at org.apache.solr.api.ApiBag.lambda$getSpec$0(ApiBag.java:232)
   [junit4]   2> 	at org.apache.solr.api.Api.getSpec(Api.java:64)
   [junit4]   2> 	at org.apache.solr.api.ApiBag.register(ApiBag.java:71)
   [junit4]   2> 	at org.apache.solr.core.PluginBag.put(PluginBag.java:215)
   [junit4]   2> 	at org.apache.solr.core.PluginBag.init(PluginBag.java:272)
   [junit4]   2> 	at org.apache.solr.core.RequestHandlers.initHandlersFromConfig(RequestHandlers.java:130)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:960)
   [junit4]   2> 	... 40 more
   [junit4]   2> 
   [junit4]   2> 1002799 INFO  (qtp1990583994-11517) [n:127.0.0.1:58936_solr c:halfdeletedcollection2 s:shard1  x:halfdeletedcollection2_shard1_replica_n3] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf&newCollection=true&name=halfdeletedcollection2_shard1_replica_n3&action=CREATE&numShards=4&collection=halfdeletedcollection2&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=400 QTime=1433
   [junit4]   2> 1002799 ERROR (OverseerThreadFactory-4167-thread-1-processing-n:127.0.0.1:58936_solr) [n:127.0.0.1:58936_solr    ] o.a.s.c.OverseerCollectionMessageHandler Error from shard: https://127.0.0.1:58936/solr
   [junit4]   2> org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at https://127.0.0.1:58936/solr: Error CREATEing SolrCore 'halfdeletedcollection2_shard1_replica_n3': Unable to create core [halfdeletedcollection2_shard1_replica_n3] Caused by: invalid API spec: apispec/core.SchemaEdit.json
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:643)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:281)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:270)
   [junit4]   2> 	at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1219)
   [junit4]   2> 	at org.apache.solr.handler.component.HttpShardHandler.lambda$submit$0(HttpShardHandler.java:171)
   [junit4]   2> 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]   2> 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
   [junit4]   2> 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]   2> 	at com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:176)
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 1002802 INFO  (qtp1962183746-11546) [n:127.0.0.1:58942_solr c:halfdeletedcollection2 s:shard3  x:halfdeletedcollection2_shard3_replica_n2] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 1002803 INFO  (qtp1962183746-11546) [n:127.0.0.1:58942_solr c:halfdeletedcollection2 s:shard3  x:halfdeletedcollection2_shard3_replica_n2] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1002806 INFO  (qtp1680526945-11538) [n:127.0.0.1:58938_solr c:halfdeletedcollection2 s:shard3  x:halfdeletedcollection2_shard3_replica_n3] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1002806 INFO  (qtp1680526945-11538) [n:127.0.0.1:58938_solr c:halfdeletedcollection2 s:shard3  x:halfdeletedcollection2_shard3_replica_n3] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1002807 INFO  (qtp1962183746-11546) [n:127.0.0.1:58942_solr c:halfdeletedcollection2 s:shard3  x:halfdeletedcollection2_shard3_replica_n2] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1002807 INFO  (qtp1962183746-11546) [n:127.0.0.1:58942_solr c:halfdeletedcollection2 s:shard3  x:halfdeletedcollection2_shard3_replica_n2] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1568435547074985984
   [junit4]   2> 1002807 INFO  (qtp279552215-11528) [n:127.0.0.1:58937_solr c:halfdeletedcollection2 s:shard2  x:halfdeletedcollection2_shard2_replica_n3] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1002807 INFO  (qtp279552215-11528) [n:127.0.0.1:58937_solr c:halfdeletedcollection2 s:shard2  x:halfdeletedcollection2_shard2_replica_n3] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1002815 INFO  (qtp1990583994-11523) [n:127.0.0.1:58936_solr c:halfdeletedcollection2 s:shard4  x:halfdeletedcollection2_shard4_replica_n2] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1002816 INFO  (qtp1990583994-11523) [n:127.0.0.1:58936_solr c:halfdeletedcollection2 s:shard4  x:halfdeletedcollection2_shard4_replica_n2] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1002816 INFO  (searcherExecutor-4178-thread-1-processing-n:127.0.0.1:58942_solr x:halfdeletedcollection2_shard3_replica_n2 s:shard3 c:halfdeletedcollection2) [n:127.0.0.1:58942_solr c:halfdeletedcollection2 s:shard3  x:halfdeletedcollection2_shard3_replica_n2] o.a.s.c.SolrCore [halfdeletedcollection2_shard3_replica_n2] Registered new searcher Searcher@6d774549[halfdeletedcollection2_shard3_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1002819 INFO  (qtp1990583994-11523) [n:127.0.0.1:58936_solr c:halfdeletedcollection2 s:shard4  x:halfdeletedcollection2_shard4_replica_n2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1002819 INFO  (qtp1990583994-11523) [n:127.0.0.1:58936_solr c:halfdeletedcollection2 s:shard4  x:halfdeletedcollection2_shard4_replica_n2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1002827 INFO  (qtp1962183746-11546) [n:127.0.0.1:58942_solr c:halfdeletedcollection2 s:shard3  x:halfdeletedcollection2_shard3_replica_n2] o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for shard shard3: total=3 found=1 timeoutin=9999ms
   [junit4]   2> 1002829 INFO  (qtp1962183746-11548) [n:127.0.0.1:58942_solr c:halfdeletedcollection2 s:shard2  x:halfdeletedcollection2_shard2_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1002829 INFO  (qtp1962183746-11548) [n:127.0.0.1:58942_solr c:halfdeletedcollection2 s:shard2  x:halfdeletedcollection2_shard2_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1002833 INFO  (qtp1962183746-11548) [n:127.0.0.1:58942_solr c:halfdeletedcollection2 s:shard2  x:halfdeletedcollection2_shard2_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1002833 INFO  (qtp1962183746-11548) [n:127.0.0.1:58942_solr c:halfdeletedcollection2 s:shard2  x:halfdeletedcollection2_shard2_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1002834 INFO  (qtp279552215-11529) [n:127.0.0.1:58937_solr c:halfdeletedcollection2 s:shard4  x:halfdeletedcollection2_shard4_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1002834 INFO  (qtp279552215-11529) [n:127.0.0.1:58937_solr c:halfdeletedcollection2 s:shard4  x:halfdeletedcollection2_shard4_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1002836 INFO  (qtp1990583994-11522) [n:127.0.0.1:58936_solr c:halfdeletedcollection2 s:shard3  x:halfdeletedcollection2_shard3_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1002837 INFO  (qtp1990583994-11522) [n:127.0.0.1:58936_solr c:halfdeletedcollection2 s:shard3  x:halfdeletedcollection2_shard3_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1002837 INFO  (qtp279552215-11529) [n:127.0.0.1:58937_solr c:halfdeletedcollection2 s:shard4  x:halfdeletedcollection2_shard4_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1002837 INFO  (qtp279552215-11529) [n:127.0.0.1:58937_solr c:halfdeletedcollection2 s:shard4  x:halfdeletedcollection2_shard4_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1002839 INFO  (qtp1680526945-11538) [n:127.0.0.1:58938_solr c:halfdeletedcollection2 s:shard3  x:halfdeletedcollection2_shard3_replica_n3] o.a.s.s.SolrIndexSearcher Opening [Searcher@7560e2a4[halfdeletedcollection2_shard3_replica_n3] main]
   [junit4]   2> 1002840 INFO  (qtp1680526945-11538) [n:127.0.0.1:58938_solr c:halfdeletedcollection2 s:shard3  x:halfdeletedcollection2_shard3_replica_n3] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 1002841 INFO  (qtp279552215-11533) [n:127.0.0.1:58937_solr c:halfdeletedcollection2 s:shard1  x:halfdeletedcollection2_shard1_replica_n2] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1002841 INFO  (qtp279552215-11533) [n:127.0.0.1:58937_solr c:halfdeletedcollection2 s:shard1  x:halfdeletedcollection2_shard1_replica_n2] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1002843 INFO  (qtp279552215-11533) [n:127.0.0.1:58937_solr c:halfdeletedcollection2 s:shard1  x:halfdeletedcollection2_shard1_replica_n2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1002843 INFO  (qtp279552215-11533) [n:127.0.0.1:58937_solr c:halfdeletedcollection2 s:shard1  x:halfdeletedcollection2_shard1_replica_n2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1002845 INFO  (qtp1680526945-11538) [n:127.0.0.1:58938_solr c:halfdeletedcollection2 s:shard3  x:halfdeletedcollection2_shard3_replica_n3] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1002845 INFO  (qtp1680526945-11535) [n:127.0.0.1:58938_solr c:halfdeletedcollection2 s:shard2  x:halfdeletedcollection2_shard2_replica_n2] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1002845 INFO  (qtp1680526945-11535) [n:127.0.0.1:58938_solr c:halfdeletedcollection2 s:shard2  x:halfdeletedcollection2_shard2_replica_n2] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1002846 INFO  (qtp1680526945-11538) [n:127.0.0.1:58938_solr c:halfdeletedcollection2 s:shard3  x:halfdeletedcollection2_shard3_replica_n3] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1002846 INFO  (qtp1680526945-11538) [n:127.0.0.1:58938_solr c:halfdeletedcollection2 s:shard3  x:halfdeletedcollection2_shard3_replica_n3] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1568435547115880448
   [junit4]   2> 1002846 INFO  (qtp1962183746-11551) [n:127.0.0.1:58942_solr c:halfdeletedcollection2 s:shard4  x:halfdeletedcollection2_shard4_replica_n3] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1002846 INFO  (qtp1962183746-11551) [n:127.0.0.1:58942_solr c:halfdeletedcollection2 s:shard4  x:halfdeletedcollection2_shard4_replica_n3] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1002846 INFO  (searcherExecutor-4180-thread-1-processing-n:127.0.0.1:58938_solr x:halfdeletedcollection2_shard3_replica_n3 s:shard3 c:halfdeletedcollection2) [n:127.0.0.1:58938_solr c:halfdeletedcollection2 s:shard3  x:halfdeletedcollection2_shard3_replica_n3] o.a.s.c.SolrCore [halfdeletedcollection2_shard3_replica_n3] Registered new searcher Searcher@7560e2a4[halfdeletedcollection2_shard3_replica_n3] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1002846 INFO  (qtp279552215-11528) [n:127.0.0.1:58937_solr c:halfdeletedcollection2 s:shard2  x:halfdeletedcollection2_shard2_replica_n3] o.a.s.s.SolrIndexSearcher Opening [Searcher@6929a745[halfdeletedcollection2_shard2_replica_n3] main]
   [junit4]   2> 1002848 INFO  (qtp279552215-11528) [n:127.0.0.1:58937_solr c:halfdeletedcollection2 s:shard2  x:halfdeletedcollection2_shard2_replica_n3] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 1002849 INFO  (qtp279552215-11528) [n:127.0.0.1:58937_solr c:halfdeletedcollection2 s:shard2  x:halfdeletedcollection2_shard2_replica_n3] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1002849 INFO  (qtp1680526945-11535) [n:127.0.0.1:58938_solr c:halfdeletedcollection2 s:shard2  x:halfdeletedcollection2_shard2_replica_n2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1002849 INFO  (qtp1680526945-11535) [n:127.0.0.1:58938_solr c:halfdeletedcollection2 s:shard2  x:halfdeletedcollection2_shard2_replica_n2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1002849 INFO  (qtp279552215-11528) [n:127.0.0.1:58937_solr c:halfdeletedcollection2 s:shard2  x:halfdeletedcollection2_shard2_replica_n3] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1002849 INFO  (qtp279552215-11528) [n:127.0.0.1:58937_solr c:halfdeletedcollection2 s:shard2  x:halfdeletedcollection2_shard2_replica_n3] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1568435547119026176
   [junit4]   2> 1002850 INFO  (searcherExecutor-4179-thread-1-processing-n:127.0.0.1:58937_solr x:halfdeletedcollection2_shard2_replica_n3 s:shard2 c:halfdeletedcollection2) [n:127.0.0.1:58937_solr c:halfdeletedcollection2 s:shard2  x:halfdeletedcollection2_shard2_replica_n3] o.a.s.c.SolrCore [halfdeletedcollection2_shard2_replica_n3] Registered new searcher Searcher@6929a745[halfdeletedcollection2_shard2_replica_n3] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1002852 INFO  (qtp1962183746-11551) [n:127.0.0.1:58942_solr c:halfdeletedcollection2 s:shard4  x:halfdeletedcollection2_shard4_replica_n3] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1002852 INFO  (qtp1962183746-11551) [n:127.0.0.1:58942_solr c:halfdeletedcollection2 s:shard4  x:halfdeletedcollection2_shard4_replica_n3] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1002854 INFO  (qtp1990583994-11522) [n:127.0.0.1:58936_solr c:halfdeletedcollection2 s:shard3  x:halfdeletedcollection2_shard3_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1002854 INFO  (qtp1990583994-11522) [n:127.0.0.1:58936_solr c:halfdeletedcollection2 s:shard3  x:halfdeletedcollection2_shard3_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1002856 INFO  (qtp279552215-11528) [n:127.0.0.1:58937_solr c:halfdeletedcollection2 s:shard2  x:halfdeletedcollection2_shard2_replica_n3] o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for shard shard2: total=3 found=1 timeoutin=9999ms
   [junit4]   2> 1002858 INFO  (qtp1990583994-11523) [n:127.0.0.1:58936_solr c:halfdeletedcollection2 s:shard4  x:halfdeletedcollect

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

solr-n_0000000002) starting
   [junit4]   2> 1034992 INFO  (TEST-TestDeleteCollectionOnDownNodes.deleteCollectionWithDownNodes-seed#[C44990563EAEA3E9]) [    ] o.a.s.SolrTestCaseJ4 ###Ending deleteCollectionWithDownNodes
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestDeleteCollectionOnDownNodes -Dtests.method=deleteCollectionWithDownNodes -Dtests.seed=C44990563EAEA3E9 -Dtests.slow=true -Dtests.locale=en -Dtests.timezone=Indian/Mahe -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] FAILURE 33.8s J1 | TestDeleteCollectionOnDownNodes.deleteCollectionWithDownNodes <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Timed out waiting for leader elections
   [junit4]    > null
   [junit4]    > Live Nodes: [127.0.0.1:58942_solr, 127.0.0.1:58938_solr]
   [junit4]    > Last available state: null
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([C44990563EAEA3E9:5A7CF4AE188DEF61]:0)
   [junit4]    > 	at org.apache.solr.cloud.SolrCloudTestCase.waitForState(SolrCloudTestCase.java:269)
   [junit4]    > 	at org.apache.solr.cloud.TestDeleteCollectionOnDownNodes.deleteCollectionWithDownNodes(TestDeleteCollectionOnDownNodes.java:47)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 1034998 INFO  (jetty-closer-2422-thread-1) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@4a24096a{SSL,[ssl, http/1.1]}{127.0.0.1:0}
   [junit4]   2> 1034998 INFO  (jetty-closer-2422-thread-4) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@b157ce5{SSL,[ssl, http/1.1]}{127.0.0.1:0}
   [junit4]   2> 1034999 INFO  (jetty-closer-2422-thread-1) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1649620161
   [junit4]   2> 1034999 INFO  (jetty-closer-2422-thread-4) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1809820754
   [junit4]   2> 1034999 INFO  (jetty-closer-2422-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 1035000 INFO  (jetty-closer-2422-thread-4) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 1035001 INFO  (jetty-closer-2422-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 1035002 INFO  (jetty-closer-2422-thread-4) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 1035006 INFO  (jetty-closer-2422-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 1035006 INFO  (jetty-closer-2422-thread-4) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 1035009 INFO  (jetty-closer-2422-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 1035009 INFO  (jetty-closer-2422-thread-4) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 1035011 INFO  (jetty-closer-2422-thread-1) [    ] o.a.s.c.Overseer Overseer (id=98027221548466185-127.0.0.1:58942_solr-n_0000000002) closing
   [junit4]   2> 1035011 INFO  (OverseerStateUpdate-98027221548466185-127.0.0.1:58942_solr-n_0000000002) [n:127.0.0.1:58942_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:58942_solr
   [junit4]   2> 1035013 WARN  (zkCallback-2441-thread-1-processing-n:127.0.0.1:58938_solr) [n:127.0.0.1:58938_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 1035013 INFO  (jetty-closer-2422-thread-4) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@16a5b627{/solr,null,UNAVAILABLE}
   [junit4]   2> 1035014 INFO  (zkCallback-2440-thread-2-processing-n:127.0.0.1:58942_solr) [n:127.0.0.1:58942_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 1035015 WARN  (zkCallback-2440-thread-2-processing-n:127.0.0.1:58942_solr) [n:127.0.0.1:58942_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 1035015 INFO  (jetty-closer-2422-thread-1) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@79aa8c3f{/solr,null,UNAVAILABLE}
   [junit4]   2> 1035016 ERROR (SUITE-TestDeleteCollectionOnDownNodes-seed#[C44990563EAEA3E9]-worker) [    ] 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> 1035017 INFO  (SUITE-TestDeleteCollectionOnDownNodes-seed#[C44990563EAEA3E9]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:58925 58925
   [junit4]   2> 1035032 INFO  (Thread-2013) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:58925 58925
   [junit4]   2> 1035259 WARN  (Thread-2013) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	5	/solr/aliases.json
   [junit4]   2> 	4	/solr/security.json
   [junit4]   2> 	4	/solr/configs/conf
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	5	/solr/clusterprops.json
   [junit4]   2> 	5	/solr/clusterstate.json
   [junit4]   2> 	4	/solr/collections/halfdeletedcollection2/state.json
   [junit4]   2> 	2	/solr/collections/halfdeletedcollection2/leader_elect/shard3/election/98027221548466185-core_node6-n_0000000000
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	5	/solr/live_nodes
   [junit4]   2> 	5	/solr/collections
   [junit4]   2> 	2	/solr/overseer/queue
   [junit4]   2> 	2	/solr/overseer/collection-queue-work
   [junit4]   2> 	2	/solr/overseer/queue-work
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.TestDeleteCollectionOnDownNodes_C44990563EAEA3E9-001
   [junit4]   2> May 26, 2017 5:32:10 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {}, docValues:{}, maxPointsInLeafNode=359, maxMBSortInHeap=5.7749645294921015, sim=RandomSimilarity(queryNorm=true): {}, locale=en, timezone=Indian/Mahe
   [junit4]   2> NOTE: Mac OS X 10.11.6 x86_64/Oracle Corporation 1.8.0_131 (64-bit)/cpus=3,threads=1,free=107635696,total=382259200
   [junit4]   2> NOTE: All tests run in this JVM: [LoggingHandlerTest, TestFoldingMultitermQuery, MetricUtilsTest, ClassificationUpdateProcessorIntegrationTest, TestFieldCacheReopen, TestSolrCloudWithSecureImpersonation, TestConfigSetsAPI, TestExactStatsCache, TestLegacyNumericRangeQueryBuilder, TestHashQParserPlugin, RestartWhileUpdatingTest, SpellPossibilityIteratorTest, ChaosMonkeySafeLeaderTest, TemplateUpdateProcessorTest, AnalysisErrorHandlingTest, TestCustomStream, TestImpersonationWithHadoopAuth, SecurityConfHandlerTest, ConvertedLegacyTest, StatsReloadRaceTest, DistributedIntervalFacetingTest, TestSolrDeletionPolicy2, TestXmlQParserPlugin, TestMiniSolrCloudClusterSSL, TestTrie, CloudMLTQParserTest, ScriptEngineTest, TestFieldResource, ChaosMonkeyNothingIsSafeTest, TestSha256AuthenticationProvider, TestAddFieldRealTimeGet, SolrJmxReporterTest, LeaderInitiatedRecoveryOnShardRestartTest, DistanceUnitsTest, TestSolrQueryParser, RankQueryTest, AutoCommitTest, ChangedSchemaMergeTest, FacetPivotSmallTest, CoreAdminHandlerTest, TestCloudJSONFacetJoinDomain, ConnectionReuseTest, CacheHeaderTest, MetricsHandlerTest, TestConfigSetsAPIZkFailure, SolrCoreMetricManagerTest, DistributedFacetPivotLargeTest, TestSSLRandomization, ReplaceNodeTest, TestHdfsBackupRestoreCore, TestGeoJSONResponseWriter, TestCustomDocTransformer, TestInPlaceUpdatesDistrib, TestNumericTerms32, CollectionReloadTest, TestObjectReleaseTracker, UpdateRequestProcessorFactoryTest, UpdateParamsTest, TestStandardQParsers, TimeZoneUtilsTest, TestSubQueryTransformerDistrib, TestDistribIDF, RegexBoostProcessorTest, CSVRequestHandlerTest, TestQueryTypes, TestLuceneMatchVersion, TestSystemCollAutoCreate, TriLevelCompositeIdRoutingTest, IndexSchemaTest, TestRealTimeGet, CreateCollectionCleanupTest, TestSimpleTrackingShardHandler, PKIAuthenticationIntegrationTest, TestDocTermOrds, TestSimpleTextCodec, FullHLLTest, LukeRequestHandlerTest, TestTolerantUpdateProcessorRandomCloud, TestManagedSchemaAPI, BadCopyFieldTest, TestSolrCLIRunExample, SolrCoreCheckLockOnStartupTest, ConjunctionSolrSpellCheckerTest, TestCloudDeleteByQuery, ChaosMonkeySafeLeaderWithPullReplicasTest, HighlighterConfigTest, ReplicaListTransformerTest, AddSchemaFieldsUpdateProcessorFactoryTest, CdcrReplicationHandlerTest, TestSolrCoreSnapshots, BasicAuthIntegrationTest, AsyncCallRequestStatusResponseTest, TestCoreAdminApis, CleanupOldIndexTest, TestFuzzyAnalyzedSuggestions, TestLocalFSCloudBackupRestore, FullSolrCloudDistribCmdsTest, PrimUtilsTest, TestSolrXml, TestComponentsName, TestConfigSetImmutable, UUIDFieldTest, TestConfig, TestSQLHandler, TestRangeQuery, SystemInfoHandlerTest, TestManagedResourceStorage, DistributedQueryComponentOptimizationTest, TestHighFrequencyDictionaryFactory, ManagedSchemaRoundRobinCloudTest, SuggestComponentTest, BlockJoinFacetRandomTest, TestIndexingPerformance, TestDocSet, DistribJoinFromCollectionTest, TestZkChroot, ConfigureRecoveryStrategyTest, BigEndianAscendingWordDeserializerTest, TestTrieFacet, TestSearchPerf, TestAtomicUpdateErrorCases, TestDFRSimilarityFactory, TestJavabinTupleStreamParser, TestDeleteCollectionOnDownNodes]
   [junit4] Completed [184/715 (1!)] on J1 in 35.17s, 1 test, 1 failure <<< FAILURES!

[...truncated 45122 lines...]