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/03/18 22:37:14 UTC

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

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

6 tests failed.
FAILED:  org.apache.solr.cloud.CollectionsAPIDistributedZkTest.testCollectionsAPI

Error Message:
Error from server at http://127.0.0.1:54646/solr/awhollynewcollection_0_shard1_replica1: No registered leader was found after waiting for 4000ms , collection: awhollynewcollection_0 slice: shard1

Stack Trace:
org.apache.solr.client.solrj.impl.CloudSolrClient$RouteException: Error from server at http://127.0.0.1:54646/solr/awhollynewcollection_0_shard1_replica1: No registered leader was found after waiting for 4000ms , collection: awhollynewcollection_0 slice: shard1
	at __randomizedtesting.SeedInfo.seed([2EACD84DD3B39C4D:66D9ACF9D580B3D8]:0)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:803)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1256)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:1127)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:1057)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:160)
	at org.apache.solr.client.solrj.request.UpdateRequest.commit(UpdateRequest.java:232)
	at org.apache.solr.cloud.CollectionsAPIDistributedZkTest.testCollectionsAPI(CollectionsAPIDistributedZkTest.java:522)
	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:745)
Caused by: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:54646/solr/awhollynewcollection_0_shard1_replica1: No registered leader was found after waiting for 4000ms , collection: awhollynewcollection_0 slice: shard1
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:627)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:279)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:268)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:439)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:391)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.lambda$directUpdate$0(CloudSolrClient.java:780)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	... 1 more


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([2EACD84DD3B39C4D:A6F8E7977D4FF1B5]: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:870)
	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:745)


FAILED:  org.apache.solr.cloud.MultiThreadedOCPTest.test

Error Message:
Task 3001 did not complete, final state: FAILED expected same:<COMPLETED> was not:<FAILED>

Stack Trace:
java.lang.AssertionError: Task 3001 did not complete, final state: FAILED expected same:<COMPLETED> was not:<FAILED>
	at __randomizedtesting.SeedInfo.seed([2EACD84DD3B39C4D:A6F8E7977D4FF1B5]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.failNotSame(Assert.java:641)
	at org.junit.Assert.assertSame(Assert.java:580)
	at org.apache.solr.cloud.MultiThreadedOCPTest.testDeduplicationOfSubmittedTasks(MultiThreadedOCPTest.java:250)
	at org.apache.solr.cloud.MultiThreadedOCPTest.test(MultiThreadedOCPTest.java:64)
	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:745)


FAILED:  org.apache.solr.cloud.SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection

Error Message:
Collection 'gettingstarted' doesn't exist after trying to create it!

Stack Trace:
java.lang.AssertionError: Collection 'gettingstarted' doesn't exist after trying to create it!
	at __randomizedtesting.SeedInfo.seed([2EACD84DD3B39C4D:3DCFEA22E2DC25EB]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.apache.solr.cloud.SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection(SolrCloudExampleTest.java:86)
	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:745)


FAILED:  org.apache.solr.cloud.TestCollectionAPI.test

Error Message:
timeout waiting for collection in cluster state: collection=testcollection

Stack Trace:
java.lang.RuntimeException: timeout waiting for collection in cluster state: collection=testcollection
	at __randomizedtesting.SeedInfo.seed([2EACD84DD3B39C4D:A6F8E7977D4FF1B5]:0)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.waitForCollection(AbstractFullDistribZkTestBase.java:350)
	at org.apache.solr.cloud.TestCollectionAPI.test(TestCollectionAPI.java:70)
	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:745)


FAILED:  org.apache.solr.cloud.TestSegmentSorting.testAtomicUpdateOfSegmentSortField

Error Message:
Could not find a healthy node to handle the request.

Stack Trace:
org.apache.solr.common.SolrException: Could not find a healthy node to handle the request.
	at __randomizedtesting.SeedInfo.seed([2EACD84DD3B39C4D:CFBEFF4805F607F5]:0)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1370)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:1127)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:1230)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:1230)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:1230)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:1230)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:1230)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:1057)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:160)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:177)
	at org.apache.solr.cloud.TestSegmentSorting.testAtomicUpdateOfSegmentSortField(TestSegmentSorting.java:134)
	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.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:47)
	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:745)




Build Log:
[...truncated 11024 lines...]
   [junit4] Suite: org.apache.solr.cloud.FullSolrCloudDistribCmdsTest
   [junit4]   2> Creating dataDir: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_2EACD84DD3B39C4D-001/init-core-data-001
   [junit4]   2> 219462 INFO  (SUITE-FullSolrCloudDistribCmdsTest-seed#[2EACD84DD3B39C4D]-worker) [    ] o.a.s.SolrTestCaseJ4 Using TrieFields
   [junit4]   2> 219464 INFO  (SUITE-FullSolrCloudDistribCmdsTest-seed#[2EACD84DD3B39C4D]-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> 219464 INFO  (SUITE-FullSolrCloudDistribCmdsTest-seed#[2EACD84DD3B39C4D]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /ouk/id
   [junit4]   2> 219467 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[2EACD84DD3B39C4D]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 219467 INFO  (Thread-383) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 219467 INFO  (Thread-383) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 219569 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[2EACD84DD3B39C4D]) [    ] o.a.s.c.ZkTestServer start zk server on port:49644
   [junit4]   2> 219615 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[2EACD84DD3B39C4D]) [    ] 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> 219621 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[2EACD84DD3B39C4D]) [    ] 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> 219625 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[2EACD84DD3B39C4D]) [    ] 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> 219628 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[2EACD84DD3B39C4D]) [    ] 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> 219632 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[2EACD84DD3B39C4D]) [    ] 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> 219636 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[2EACD84DD3B39C4D]) [    ] 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> 219639 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[2EACD84DD3B39C4D]) [    ] 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> 219643 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[2EACD84DD3B39C4D]) [    ] 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> 219647 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[2EACD84DD3B39C4D]) [    ] 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> 219650 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[2EACD84DD3B39C4D]) [    ] 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> 219653 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[2EACD84DD3B39C4D]) [    ] 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> 220003 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[2EACD84DD3B39C4D]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_2EACD84DD3B39C4D-001/control-001/cores/collection1
   [junit4]   2> 220006 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[2EACD84DD3B39C4D]) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 220007 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[2EACD84DD3B39C4D]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@304ca7fa{/ouk/id,null,AVAILABLE}
   [junit4]   2> 220009 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[2EACD84DD3B39C4D]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@bd0d12a{HTTP/1.1,[http/1.1]}{127.0.0.1:49647}
   [junit4]   2> 220009 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[2EACD84DD3B39C4D]) [    ] o.e.j.s.Server Started @225823ms
   [junit4]   2> 220009 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[2EACD84DD3B39C4D]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_2EACD84DD3B39C4D-001/tempDir-001/control/data, hostContext=/ouk/id, hostPort=49647, coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_2EACD84DD3B39C4D-001/control-001/cores}
   [junit4]   2> 220010 ERROR (TEST-FullSolrCloudDistribCmdsTest.test-seed#[2EACD84DD3B39C4D]) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 220010 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[2EACD84DD3B39C4D]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.0.0
   [junit4]   2> 220010 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[2EACD84DD3B39C4D]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 220010 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[2EACD84DD3B39C4D]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 220010 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[2EACD84DD3B39C4D]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-03-18T21:14:17.763Z
   [junit4]   2> 220015 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[2EACD84DD3B39C4D]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 220015 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[2EACD84DD3B39C4D]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_2EACD84DD3B39C4D-001/control-001/solr.xml
   [junit4]   2> 220045 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[2EACD84DD3B39C4D]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:49644/solr
   [junit4]   2> 220094 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[2EACD84DD3B39C4D]) [n:127.0.0.1:49647_ouk%2Fid    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 220096 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[2EACD84DD3B39C4D]) [n:127.0.0.1:49647_ouk%2Fid    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:49647_ouk%2Fid
   [junit4]   2> 220099 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[2EACD84DD3B39C4D]) [n:127.0.0.1:49647_ouk%2Fid    ] o.a.s.c.Overseer Overseer (id=97640228927832068-127.0.0.1:49647_ouk%2Fid-n_0000000000) starting
   [junit4]   2> 220117 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[2EACD84DD3B39C4D]) [n:127.0.0.1:49647_ouk%2Fid    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49647_ouk%2Fid
   [junit4]   2> 220121 INFO  (zkCallback-348-thread-1-processing-n:127.0.0.1:49647_ouk%2Fid) [n:127.0.0.1:49647_ouk%2Fid    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 220217 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[2EACD84DD3B39C4D]) [n:127.0.0.1:49647_ouk%2Fid    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_2EACD84DD3B39C4D-001/control-001/cores
   [junit4]   2> 220217 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[2EACD84DD3B39C4D]) [n:127.0.0.1:49647_ouk%2Fid    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 220225 INFO  (OverseerStateUpdate-97640228927832068-127.0.0.1:49647_ouk%2Fid-n_0000000000) [n:127.0.0.1:49647_ouk%2Fid    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
   [junit4]   2> 221269 INFO  (coreLoadExecutor-850-thread-1-processing-n:127.0.0.1:49647_ouk%2Fid) [n:127.0.0.1:49647_ouk%2Fid c:control_collection   x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 221285 INFO  (coreLoadExecutor-850-thread-1-processing-n:127.0.0.1:49647_ouk%2Fid) [n:127.0.0.1:49647_ouk%2Fid c:control_collection   x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 221391 WARN  (coreLoadExecutor-850-thread-1-processing-n:127.0.0.1:49647_ouk%2Fid) [n:127.0.0.1:49647_ouk%2Fid c:control_collection   x:collection1] o.a.s.s.IndexSchema [collection1] default search field in schema is text. WARNING: Deprecated, please use 'df' on request instead.
   [junit4]   2> 221393 INFO  (coreLoadExecutor-850-thread-1-processing-n:127.0.0.1:49647_ouk%2Fid) [n:127.0.0.1:49647_ouk%2Fid c:control_collection   x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 221445 INFO  (coreLoadExecutor-850-thread-1-processing-n:127.0.0.1:49647_ouk%2Fid) [n:127.0.0.1:49647_ouk%2Fid c:control_collection   x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 221446 INFO  (coreLoadExecutor-850-thread-1-processing-n:127.0.0.1:49647_ouk%2Fid) [n:127.0.0.1:49647_ouk%2Fid c:control_collection   x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 221446 INFO  (coreLoadExecutor-850-thread-1-processing-n:127.0.0.1:49647_ouk%2Fid) [n:127.0.0.1:49647_ouk%2Fid 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/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_2EACD84DD3B39C4D-001/control-001/cores/collection1], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_2EACD84DD3B39C4D-001/control-001/cores/collection1/data/]
   [junit4]   2> 221446 INFO  (coreLoadExecutor-850-thread-1-processing-n:127.0.0.1:49647_ouk%2Fid) [n:127.0.0.1:49647_ouk%2Fid c:control_collection   x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@7b3241c7
   [junit4]   2> 221448 INFO  (coreLoadExecutor-850-thread-1-processing-n:127.0.0.1:49647_ouk%2Fid) [n:127.0.0.1:49647_ouk%2Fid c:control_collection   x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=751268435, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 221459 WARN  (coreLoadExecutor-850-thread-1-processing-n:127.0.0.1:49647_ouk%2Fid) [n:127.0.0.1:49647_ouk%2Fid 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> 221585 INFO  (coreLoadExecutor-850-thread-1-processing-n:127.0.0.1:49647_ouk%2Fid) [n:127.0.0.1:49647_ouk%2Fid c:control_collection   x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 221585 INFO  (coreLoadExecutor-850-thread-1-processing-n:127.0.0.1:49647_ouk%2Fid) [n:127.0.0.1:49647_ouk%2Fid c:control_collection   x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 221587 INFO  (coreLoadExecutor-850-thread-1-processing-n:127.0.0.1:49647_ouk%2Fid) [n:127.0.0.1:49647_ouk%2Fid c:control_collection   x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 221587 INFO  (coreLoadExecutor-850-thread-1-processing-n:127.0.0.1:49647_ouk%2Fid) [n:127.0.0.1:49647_ouk%2Fid c:control_collection   x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 221591 INFO  (coreLoadExecutor-850-thread-1-processing-n:127.0.0.1:49647_ouk%2Fid) [n:127.0.0.1:49647_ouk%2Fid c:control_collection   x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=50, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 221592 INFO  (coreLoadExecutor-850-thread-1-processing-n:127.0.0.1:49647_ouk%2Fid) [n:127.0.0.1:49647_ouk%2Fid c:control_collection   x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@59250c4b[collection1] main]
   [junit4]   2> 221594 INFO  (coreLoadExecutor-850-thread-1-processing-n:127.0.0.1:49647_ouk%2Fid) [n:127.0.0.1:49647_ouk%2Fid c:control_collection   x:collection1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 221595 INFO  (coreLoadExecutor-850-thread-1-processing-n:127.0.0.1:49647_ouk%2Fid) [n:127.0.0.1:49647_ouk%2Fid c:control_collection   x:collection1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 221595 INFO  (coreLoadExecutor-850-thread-1-processing-n:127.0.0.1:49647_ouk%2Fid) [n:127.0.0.1:49647_ouk%2Fid c:control_collection   x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 221596 INFO  (searcherExecutor-851-thread-1-processing-n:127.0.0.1:49647_ouk%2Fid x:collection1 c:control_collection) [n:127.0.0.1:49647_ouk%2Fid c:control_collection   x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@59250c4b[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 221597 INFO  (coreLoadExecutor-850-thread-1-processing-n:127.0.0.1:49647_ouk%2Fid) [n:127.0.0.1:49647_ouk%2Fid c:control_collection   x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1562243665074585600
   [junit4]   2> 221610 INFO  (coreZkRegister-843-thread-1-processing-n:127.0.0.1:49647_ouk%2Fid x:collection1 c:control_collection) [n:127.0.0.1:49647_ouk%2Fid c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 221610 INFO  (coreZkRegister-843-thread-1-processing-n:127.0.0.1:49647_ouk%2Fid x:collection1 c:control_collection) [n:127.0.0.1:49647_ouk%2Fid 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> 221610 INFO  (coreZkRegister-843-thread-1-processing-n:127.0.0.1:49647_ouk%2Fid x:collection1 c:control_collection) [n:127.0.0.1:49647_ouk%2Fid c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:49647/ouk/id/collection1/
   [junit4]   2> 221610 INFO  (coreZkRegister-843-thread-1-processing-n:127.0.0.1:49647_ouk%2Fid x:collection1 c:control_collection) [n:127.0.0.1:49647_ouk%2Fid c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 221611 INFO  (coreZkRegister-843-thread-1-processing-n:127.0.0.1:49647_ouk%2Fid x:collection1 c:control_collection) [n:127.0.0.1:49647_ouk%2Fid c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy http://127.0.0.1:49647/ouk/id/collection1/ has no replicas
   [junit4]   2> 221611 INFO  (coreZkRegister-843-thread-1-processing-n:127.0.0.1:49647_ouk%2Fid x:collection1 c:control_collection) [n:127.0.0.1:49647_ouk%2Fid 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> 221619 INFO  (coreZkRegister-843-thread-1-processing-n:127.0.0.1:49647_ouk%2Fid x:collection1 c:control_collection) [n:127.0.0.1:49647_ouk%2Fid 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:49647/ouk/id/collection1/ shard1
   [junit4]   2> 221783 INFO  (coreZkRegister-843-thread-1-processing-n:127.0.0.1:49647_ouk%2Fid x:collection1 c:control_collection) [n:127.0.0.1:49647_ouk%2Fid c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 221952 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[2EACD84DD3B39C4D]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 221955 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[2EACD84DD3B39C4D]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:49644/solr ready
   [junit4]   2> 221962 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[2EACD84DD3B39C4D]) [    ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 222352 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[2EACD84DD3B39C4D]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_2EACD84DD3B39C4D-001/shard-1-001/cores/collection1
   [junit4]   2> 222356 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[2EACD84DD3B39C4D]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_2EACD84DD3B39C4D-001/shard-1-001
   [junit4]   2> 222357 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[2EACD84DD3B39C4D]) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 222360 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[2EACD84DD3B39C4D]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@4e6cfeff{/ouk/id,null,AVAILABLE}
   [junit4]   2> 222360 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[2EACD84DD3B39C4D]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@9fd085e{HTTP/1.1,[http/1.1]}{127.0.0.1:49656}
   [junit4]   2> 222362 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[2EACD84DD3B39C4D]) [    ] o.e.j.s.Server Started @228174ms
   [junit4]   2> 222362 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[2EACD84DD3B39C4D]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_2EACD84DD3B39C4D-001/tempDir-001/jetty1, solrconfig=solrconfig.xml, hostContext=/ouk/id, hostPort=49656, coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_2EACD84DD3B39C4D-001/shard-1-001/cores}
   [junit4]   2> 222362 ERROR (TEST-FullSolrCloudDistribCmdsTest.test-seed#[2EACD84DD3B39C4D]) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 222363 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[2EACD84DD3B39C4D]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.0.0
   [junit4]   2> 222363 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[2EACD84DD3B39C4D]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 222363 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[2EACD84DD3B39C4D]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 222363 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[2EACD84DD3B39C4D]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-03-18T21:14:20.116Z
   [junit4]   2> 222370 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[2EACD84DD3B39C4D]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 222370 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[2EACD84DD3B39C4D]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_2EACD84DD3B39C4D-001/shard-1-001/solr.xml
   [junit4]   2> 222384 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[2EACD84DD3B39C4D]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:49644/solr
   [junit4]   2> 222407 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[2EACD84DD3B39C4D]) [n:127.0.0.1:49656_ouk%2Fid    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 222412 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[2EACD84DD3B39C4D]) [n:127.0.0.1:49656_ouk%2Fid    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 222418 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[2EACD84DD3B39C4D]) [n:127.0.0.1:49656_ouk%2Fid    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49656_ouk%2Fid
   [junit4]   2> 222421 INFO  (zkCallback-348-thread-1-processing-n:127.0.0.1:49647_ouk%2Fid) [n:127.0.0.1:49647_ouk%2Fid    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 222422 INFO  (zkCallback-357-thread-1-processing-n:127.0.0.1:49656_ouk%2Fid) [n:127.0.0.1:49656_ouk%2Fid    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 222422 INFO  (zkCallback-352-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 222620 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[2EACD84DD3B39C4D]) [n:127.0.0.1:49656_ouk%2Fid    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_2EACD84DD3B39C4D-001/shard-1-001/cores
   [junit4]   2> 222620 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[2EACD84DD3B39C4D]) [n:127.0.0.1:49656_ouk%2Fid    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 222624 INFO  (OverseerStateUpdate-97640228927832068-127.0.0.1:49647_ouk%2Fid-n_0000000000) [n:127.0.0.1:49647_ouk%2Fid    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard2
   [junit4]   2> 223661 INFO  (coreLoadExecutor-861-thread-1-processing-n:127.0.0.1:49656_ouk%2Fid) [n:127.0.0.1:49656_ouk%2Fid c:collection1   x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 223676 INFO  (coreLoadExecutor-861-thread-1-processing-n:127.0.0.1:49656_ouk%2Fid) [n:127.0.0.1:49656_ouk%2Fid c:collection1   x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 223744 WARN  (coreLoadExecutor-861-thread-1-processing-n:127.0.0.1:49656_ouk%2Fid) [n:127.0.0.1:49656_ouk%2Fid c:collection1   x:collection1] o.a.s.s.IndexSchema [collection1] default search field in schema is text. WARNING: Deprecated, please use 'df' on request instead.
   [junit4]   2> 223747 INFO  (coreLoadExecutor-861-thread-1-processing-n:127.0.0.1:49656_ouk%2Fid) [n:127.0.0.1:49656_ouk%2Fid c:collection1   x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 223782 INFO  (coreLoadExecutor-861-thread-1-processing-n:127.0.0.1:49656_ouk%2Fid) [n:127.0.0.1:49656_ouk%2Fid c:collection1   x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 223782 INFO  (coreLoadExecutor-861-thread-1-processing-n:127.0.0.1:49656_ouk%2Fid) [n:127.0.0.1:49656_ouk%2Fid c:collection1   x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 223782 INFO  (coreLoadExecutor-861-thread-1-processing-n:127.0.0.1:49656_ouk%2Fid) [n:127.0.0.1:49656_ouk%2Fid 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/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_2EACD84DD3B39C4D-001/shard-1-001/cores/collection1], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_2EACD84DD3B39C4D-001/shard-1-001/cores/collection1/data/]
   [junit4]   2> 223783 INFO  (coreLoadExecutor-861-thread-1-processing-n:127.0.0.1:49656_ouk%2Fid) [n:127.0.0.1:49656_ouk%2Fid c:collection1   x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@7b3241c7
   [junit4]   2> 223784 INFO  (coreLoadExecutor-861-thread-1-processing-n:127.0.0.1:49656_ouk%2Fid) [n:127.0.0.1:49656_ouk%2Fid c:collection1   x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=751268435, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 223790 WARN  (coreLoadExecutor-861-thread-1-processing-n:127.0.0.1:49656_ouk%2Fid) [n:127.0.0.1:49656_ouk%2Fid 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> 223894 INFO  (coreLoadExecutor-861-thread-1-processing-n:127.0.0.1:49656_ouk%2Fid) [n:127.0.0.1:49656_ouk%2Fid c:collection1   x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 223895 INFO  (coreLoadExecutor-861-thread-1-processing-n:127.0.0.1:49656_ouk%2Fid) [n:127.0.0.1:49656_ouk%2Fid c:collection1   x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 223896 INFO  (coreLoadExecutor-861-thread-1-processing-n:127.0.0.1:49656_ouk%2Fid) [n:127.0.0.1:49656_ouk%2Fid c:collection1   x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 223896 INFO  (coreLoadExecutor-861-thread-1-processing-n:127.0.0.1:49656_ouk%2Fid) [n:127.0.0.1:49656_ouk%2Fid c:collection1   x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 223898 INFO  (coreLoadExecutor-861-thread-1-processing-n:127.0.0.1:49656_ouk%2Fid) [n:127.0.0.1:49656_ouk%2Fid c:collection1   x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=50, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 223907 INFO  (coreLoadExecutor-861-thread-1-processing-n:127.0.0.1:49656_ouk%2Fid) [n:127.0.0.1:49656_ouk%2Fid c:collection1   x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@27015a1a[collection1] main]
   [junit4]   2> 223909 INFO  (coreLoadExecutor-861-thread-1-processing-n:127.0.0.1:49656_ouk%2Fid) [n:127.0.0.1:49656_ouk%2Fid c:collection1   x:collection1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 223910 INFO  (coreLoadExecutor-861-thread-1-processing-n:127.0.0.1:49656_ouk%2Fid) [n:127.0.0.1:49656_ouk%2Fid c:collection1   x:collection1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 223910 INFO  (coreLoadExecutor-861-thread-1-processing-n:127.0.0.1:49656_ouk%2Fid) [n:127.0.0.1:49656_ouk%2Fid c:collection1   x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 223912 INFO  (searcherExecutor-862-thread-1-processing-n:127.0.0.1:49656_ouk%2Fid x:collection1 c:collection1) [n:127.0.0.1:49656_ouk%2Fid c:collection1   x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@27015a1a[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 223913 INFO  (coreLoadExecutor-861-thread-1-processing-n:127.0.0.1:49656_ouk%2Fid) [n:127.0.0.1:49656_ouk%2Fid c:collection1   x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1562243667503087616
   [junit4]   2> 223928 INFO  (coreZkRegister-856-thread-1-processing-n:127.0.0.1:49656_ouk%2Fid x:collection1 c:collection1) [n:127.0.0.1:49656_ouk%2Fid c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 223928 INFO  (coreZkRegister-856-thread-1-processing-n:127.0.0.1:49656_ouk%2Fid x:collection1 c:collection1) [n:127.0.0.1:49656_ouk%2Fid 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> 223928 INFO  (coreZkRegister-856-thread-1-processing-n:127.0.0.1:49656_ouk%2Fid x:collection1 c:collection1) [n:127.0.0.1:49656_ouk%2Fid c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:49656/ouk/id/collection1/
   [junit4]   2> 223928 INFO  (coreZkRegister-856-thread-1-processing-n:127.0.0.1:49656_ouk%2Fid x:collection1 c:collection1) [n:127.0.0.1:49656_ouk%2Fid c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 223928 INFO  (coreZkRegister-856-thread-1-processing-n:127.0.0.1:49656_ouk%2Fid x:collection1 c:collection1) [n:127.0.0.1:49656_ouk%2Fid c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.SyncStrategy http://127.0.0.1:49656/ouk/id/collection1/ has no replicas
   [junit4]   2> 223928 INFO  (coreZkRegister-856-thread-1-processing-n:127.0.0.1:49656_ouk%2Fid x:collection1 c:collection1) [n:127.0.0.1:49656_ouk%2Fid c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 223937 INFO  (coreZkRegister-856-thread-1-processing-n:127.0.0.1:49656_ouk%2Fid x:collection1 c:collection1) [n:127.0.0.1:49656_ouk%2Fid c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:49656/ouk/id/collection1/ shard2
   [junit4]   2> 224103 INFO  (coreZkRegister-856-thread-1-processing-n:127.0.0.1:49656_ouk%2Fid x:collection1 c:collection1) [n:127.0.0.1:49656_ouk%2Fid c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 224914 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[2EACD84DD3B39C4D]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_2EACD84DD3B39C4D-001/shard-2-001/cores/collection1
   [junit4]   2> 224915 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[2EACD84DD3B39C4D]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_2EACD84DD3B39C4D-001/shard-2-001
   [junit4]   2> 224916 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[2EACD84DD3B39C4D]) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 224918 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[2EACD84DD3B39C4D]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@4a02ea51{/ouk/id,null,AVAILABLE}
   [junit4]   2> 224918 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[2EACD84DD3B39C4D]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@2dd85bf4{HTTP/1.1,[http/1.1]}{127.0.0.1:49666}
   [junit4]   2> 224918 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[2EACD84DD3B39C4D]) [    ] o.e.j.s.Server Started @230732ms
   [junit4]   2> 224918 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[2EACD84DD3B39C4D]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_2EACD84DD3B39C4D-001/tempDir-001/jetty2, solrconfig=solrconfig.xml, hostContext=/ouk/id, hostPort=49666, coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_2EACD84DD3B39C4D-001/shard-2-001/cores}
   [junit4]   2> 224919 ERROR (TEST-FullSolrCloudDistribCmdsTest.test-seed#[2EACD84DD3B39C4D]) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 224920 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[2EACD84DD3B39C4D]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.0.0
   [junit4]   2> 224920 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[2EACD84DD3B39C4D]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 224920 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[2EACD84DD3B39C4D]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 224920 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[2EACD84DD3B39C4D]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-03-18T21:14:22.673Z
   [junit4]   2> 224925 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[2EACD84DD3B39C4D]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 224925 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[2EACD84DD3B39C4D]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_2EACD84DD3B39C4D-001/shard-2-001/solr.xml
   [junit4]   2> 224969 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[2EACD84DD3B39C4D]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:49644/solr
   [junit4]   2> 224996 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[2EACD84DD3B39C4D]) [n:127.0.0.1:49666_ouk%2Fid    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 225003 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[2EACD84DD3B39C4D]) [n:127.0.0.1:49666_ouk%2Fid    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 225009 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[2EACD84DD3B39C4D]) [n:127.0.0.1:49666_ouk%2Fid    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49666_ouk%2Fid
   [junit4]   2> 225014 INFO  (zkCallback-348-thread-2-processing-n:127.0.0.1:49647_ouk%2Fid) [n:127.0.0.1:49647_ouk%2Fid    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 225015 INFO  (zkCallback-352-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 225016 INFO  (zkCallback-357-thread-1-processing-n:127.0.0.1:49656_ouk%2Fid) [n:127.0.0.1:49656_ouk%2Fid    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 225017 INFO  (zkCallback-363-thread-1-processing-n:127.0.0.1:49666_ouk%2Fid) [n:127.0.0.1:49666_ouk%2Fid    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 225182 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[2EACD84DD3B39C4D]) [n:127.0.0.1:49666_ouk%2Fid    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_2EACD84DD3B39C4D-001/shard-2-001/cores
   [junit4]   2> 225182 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[2EACD84DD3B39C4D]) [n:127.0.0.1:49666_ouk%2Fid    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 225225 INFO  (OverseerStateUpdate-97640228927832068-127.0.0.1:49647_ouk%2Fid-n_0000000000) [n:127.0.0.1:49647_ouk%2Fid    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard3
   [junit4]   2> 226260 INFO  (coreLoadExecutor-872-thread-1-processing-n:127.0.0.1:49666_ouk%2Fid) [n:127.0.0.1:49666_ouk%2Fid c:collection1   x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 226276 INFO  (coreLoadExecutor-872-thread-1-processing-n:127.0.0.1:49666_ouk%2Fid) [n:127.0.0.1:49666_ouk%2Fid c:collection1   x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 226364 WARN  (coreLoadExecutor-872-thread-1-processing-n:127.0.0.1:49666_ouk%2Fid) [n:127.0.0.1:49666_ouk%2Fid c:collection1   x:collection1] o.a.s.s.IndexSchema [collection1] default search field in schema is text. WARNING: Deprecated, please use 'df' on request instead.
   [junit4]   2> 226365 INFO  (coreLoadExecutor-872-thread-1-processing-n:127.0.0.1:49666_ouk%2Fid) [n:127.0.0.1:49666_ouk%2Fid c:collection1   x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 226404 INFO  (coreLoadExecutor-872-thread-1-processing-n:127.0.0.1:49666_ouk%2Fid) [n:127.0.0.1:49666_ouk%2Fid c:collection1   x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 226405 INFO  (coreLoadExecutor-872-thread-1-processing-n:127.0.0.1:49666_ouk%2Fid) [n:127.0.0.1:49666_ouk%2Fid c:collection1   x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 226405 INFO  (coreLoadExecutor-872-thread-1-processing-n:127.0.0.1:49666_ouk%2Fid) [n:127.0.0.1:49666_ouk%2Fid 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/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_2EACD84DD3B39C4D-001/shard-2-001/cores/collection1], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_2EACD84DD3B39C4D-001/shard-2-001/cores/collection1/data/]
   [junit4]   2> 226405 INFO  (coreLoadExecutor-872-thread-1-processing-n:127.0.0.1:49666_ouk%2Fid) [n:127.0.0.1:49666_ouk%2Fid c:collection1   x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@7b3241c7
   [junit4]   2> 226406 INFO  (coreLoadExecutor-872-thread-1-processing-n:127.0.0.1:49666_ouk%2Fid) [n:127.0.0.1:49666_ouk%2Fid c:collection1   x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=751268435, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 226414 WARN  (coreLoadExecutor-872-thread-1-processing-n:127.0.0.1:49666_ouk%2Fid) [n:127.0.0.1:49666_ouk%2Fid 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> 226502 INFO  (coreLoadExecutor-872-thread-1-processing-n:127.0.0.1:49666_ouk%2Fid) [n:127.0.0.1:49666_ouk%2Fid c:collection1   x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 226503 INFO  (coreLoadExecutor-872-thread-1-processing-n:127.0.0.1:49666_ouk%2Fid) [n:127.0.0.1:49666_ouk%2Fid c:collection1   x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 226504 INFO  (coreLoadExecutor-872-thread-1-processing-n:127.0.0.1:49666_ouk%2Fid) [n:127.0.0.1:49666_ouk%2Fid c:collection1   x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 226504 INFO  (coreLoadExecutor-872-thread-1-processing-n:127.0.0.1:49666_ouk%2Fid) [n:127.0.0.1:49666_ouk%2Fid c:collection1   x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 226505 INFO  (coreLoadExecutor-872-thread-1-processing-n:127.0.0.1:49666_ouk%2Fid) [n:127.0.0.1:49666_ouk%2Fid c:collection1   x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=50, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 226505 INFO  (coreLoadExecutor-872-thread-1-processing-n:127.0.0.1:49666_ouk%2Fid) [n:127.0.0.1:49666_ouk%2Fid c:collection1   x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@44f1b884[collection1] main]
   [junit4]   2> 226509 INFO  (coreLoadExecutor-872-thread-1-processing-n:127.0.0.1:49666_ouk%2Fid) [n:127.0.0.1:49666_ouk%2Fid c:collection1   x:collection1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 226510 INFO  (coreLoadExecutor-872-thread-1-processing-n:127.0.0.1:49666_ouk%2Fid) [n:127.0.0.1:49666_ouk%2Fid c:collection1   x:collection1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 226510 INFO  (coreLoadExecutor-872-thread-1-processing-n:127.0.0.1:49666_ouk%2Fid) [n:127.0.0.1:49666_ouk%2Fid c:collection1   x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 226512 INFO  (searcherExecutor-873-thread-1-processing-n:127.0.0.1:49666_ouk%2Fid x:collection1 c:collection1) [n:127.0.0.1:49666_ouk%2Fid c:collection1   x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@44f1b884[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 226512 INFO  (coreLoadExecutor-872-thread-1-processing-n:127.0.0.1:49666_ouk%2Fid) [n:127.0.0.1:49666_ouk%2Fid c:collection1   x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1562243670228336640
   [junit4]   2> 226526 INFO  (coreZkRegister-867-thread-1-processing-n:127.0.0.1:49666_ouk%2Fid x:collection1 c:collection1) [n:127.0.0.1:49666_ouk%2Fid c:collection1 s:shard3 r:core_node2 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 226526 INFO  (coreZkRegister-867-thread-1-processing-n:127.0.0.1:49666_ouk%2Fid x:collection1 c:collection1) [n:127.0.0.1:49666_ouk%2Fid 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> 226526 INFO  (coreZkRegister-867-thread-1-processing-n:127.0.0.1:49666_ouk%2Fid x:collection1 c:collection1) [n:127.0.0.1:49666_ouk%2Fid c:collection1 s:shard3 r:core_node2 x:collection1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:49666/ouk/id/collection1/
   [junit4]   2> 226526 INFO  (coreZkRegister-867-thread-1-processing-n:127.0.0.1:49666_ouk%2Fid x:collection1 c:collection1) [n:127.0.0.1:49666_ouk%2Fid c:collection1 s:shard3 r:core_node2 x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 226526 INFO  (coreZkRegister-867-thread-1-processing-n:127.0.0.1:49666_ouk%2Fid x:collection1 c:collection1) [n:127.0.0.1:49666_ouk%2Fid c:collection1 s:shard3 r:core_node2 x:collection1] o.a.s.c.SyncStrategy http://127.0.0.1:49666/ouk/id/collection1/ has no replicas
   [junit4]   2> 226526 INFO  (coreZkRegister-867-thread-1-processing-n:127.0.0.1:49666_ouk%2Fid x:collection1 c:collection1) [n:127.0.0.1:49666_ouk%2Fid c:collection1 s:shard3 r:core_node2 x:collection1] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 226534 INFO  (coreZkRegister-867-thread-1-processing-n:127.0.0.1:49666_ouk%2Fid x:collection1 c:collection1) [n:127.0.0.1:49666_ouk%2Fid c:collection1 s:shard3 r:core_node2 x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:49666/ouk/id/collection1/ shard3
   [junit4]   2> 226704 INFO  (coreZkRegister-867-thread-1-processing-n:127.0.0.1:49666_ouk%2Fid x:collection1 c:collection1) [n:127.0.0.1:49666_ouk%2Fid c:collection1 s:shard3 r:core_node2 x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 227314 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[2EACD84DD3B39C4D]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_2EACD84DD3B39C4D-001/shard-3-001/cores/collection1
   [junit4]   2> 227316 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[2EACD84DD3B39C4D]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_2EACD84DD3B39C4D-001/shard-3-001
   [junit4]   2> 227316 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[2EACD84DD3B39C4D]) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 227319 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[2EACD84DD3B39C4D]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@78f2dfe7{/ouk/id,null,AVAILABLE}
   [junit4]   2> 227319 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[2EACD84DD3B39C4D]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@6254a0df{HTTP/1.1,[http/1.1]}{127.0.0.1:49672}
   [junit4]   2> 227319 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[2EACD84DD3B39C4D]) [    ] o.e.j.s.Server Started @233133ms
   [junit4]   2> 227319 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[2EACD84DD3B39C4D]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_2EACD84DD3B39C4D-001/tempDir-001/jetty3, solrconfig=solrconfig.xml, hostContext=/ouk/id, hostPort=49672, coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_2EACD84DD3B39C4D-001/shard-3-001/cores}
   [junit4]   2> 227319 ERROR (TEST-FullSolrCloudDistribCmdsTest.test-seed#[2EACD84DD3B39C4D]) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 227320 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[2EACD84DD3B39C4D]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.0.0
   [junit4]   2> 227320 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[2EACD84DD3B39C4D]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 227320 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[2EACD84DD3B39C4D]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 227320 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[2EACD84DD3B39C4D]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-03-18T21:14:25.073Z
   [junit4]   2> 227327 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[2EACD84DD3B39C4D]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 227327 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[2EACD84DD3B39C4D]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_2EACD84DD3B39C4D-001/shard-3-001/solr.xml
   [junit4]   2> 227345 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[2EACD84DD3B39C4D]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:49644/solr
   [junit4]   2> 227369 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[2EACD84DD3B39C4D]) [n:127.0.0.1:49672_ouk%2Fid    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 227378 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[2EACD84DD3B39C4D]) [n:127.0.0.1:49672_ouk%2Fid    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 227383 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[2EACD84DD3B39C4D]) [n:127.0.0.1:49672_ouk%2Fid    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49672_ouk%2Fid
   [junit4]   2> 227388 INFO  (zkCallback-348-thread-3-processing-n:127.0.0.1:49647_ouk%2Fid) [n:127.0.0.1:49647_ouk%2Fid    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 227388 INFO  (zkCallback-357-thread-1-processing-n:127.0.0.1:49656_ouk%2Fid) [n:127.0.0.1:49656_ouk%2Fid    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 227389 INFO  (zkCallback-369-thread-1-processing-n:127.0.0.1:49672_ouk%2Fid) [n:127.0.0.1:49672_ouk%2Fid    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 227390 INFO  (zkCallback-352-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 227390 INFO  (zkCallback-363-thread-1-processing-n:127.0.0.1:49666_ouk%2Fid) [n:127.0.0.1:49666_ouk%2Fid    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 227534 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[2EACD84DD3B39C4D]) [n:127.0.0.1:49672_ouk%2Fid    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_2EACD84DD3B39C4D-001/shard-3-001/cores
   [junit4]   2> 227534 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[2EACD84DD3B39C4D]) [n:127.0.0.1:49672_ouk%2Fid    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 227538 INFO  (OverseerStateUpdate-97640228927832068-127.0.0.1:49647_ouk%2Fid-n_0000000000) [n:127.0.0.1:49647_ouk%2Fid    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
   [junit4]   2> 228567 INFO  (coreLoadExecutor-883-thread-1-processing-n:127.0.0.1:49672_ouk%2Fid) [n:127.0.0.1:49672_ouk%2Fid c:collection1   x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 228594 INFO  (coreLoadExecutor-883-thread-1-processing-n:127.0.0.1:49672_ouk%2Fid) [n:127.0.0.1:49672_ouk%2Fid c:collection1   x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 228663 WARN  (coreLoadExecutor-883-thread-1-processing-n:127.0.0.1:49672_ouk%2Fid) [n:127.0.0.1:49672_ouk%2Fid c:collection1   x:collection1] o.a.s.s.IndexSchema [collection1] default search field in schema is text. WARNING: Deprecated, please use 'df' on request instead.
   [junit4]   2> 228665 INFO  (coreLoadExecutor-883-thread-1-processing-n:127.0.0.1:49672_ouk%2Fid) [n:127.0.0.1:49672_ouk%2Fid c:collection1   x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 228705 INFO  (coreLoadExecutor-883-thread-1-processing-n:127.0.0.1:49672_ouk%2Fid) [n:127.0.0.1:49672_ouk%2Fid c:collection1   x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 228706 INFO  (coreLoadExecutor-883-thread-1-processing-n:127.0.0.1:49672_ouk%2Fid) [n:127.0.0.1:49672_ouk%2Fid c:collection1   x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 228706 INFO  (coreLoadExecutor-883-thread-1-processing-n:127.0.0.1:49672_ouk%2Fid) [n:127.0.0.1:49672_ouk%2Fid 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/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_2EACD84DD3B39C4D-001/shard-3-001/cores/collection1], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_2EACD84DD3B39C4D-001/shard-3-001/cores/collection1/data/]
   [junit4]   2> 228706 INFO  (coreLoadExecutor-883-thread-1-processing-n:127.0.0.1:49672_ouk%2Fid) [n:127.0.0.1:49672_ouk%2Fid c:collection1   x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@7b3241c7
   [junit4]   2> 228708 INFO  (coreLoadExecutor-883-thread-1-processing-n:127.0.0.1:49672_ouk%2Fid) [n:127.0.0.1:49672_ouk%2Fid c:collection1   x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=751268435, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 228727 WARN  (coreLoadExecutor-883-thread-1-processing-n:127.0.0.1:49672_ouk%2Fid) [n:127.0.0.1:49672_ouk%2Fid 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> 228846 INFO  (coreLoadExecutor-883-thread-1-processing-n:127.0.0.1:49672_ouk%2Fid) [n:127.0.0.1:49672_ouk%2Fid c:collection1   x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 228847 INFO  (coreLoadExecutor-883-thread-1-processing-n:127.0.0.1:49672_ouk%2Fid) [n:127.0.0.1:49672_ouk%2Fid c:collection1   x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 228848 INFO  (coreLoadExecutor-883-thread-1-processing-n:127.0.0.1:49672_ouk%2Fid) [n:127.0.0.1:49672_ouk%2Fid c:collection1   x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 228848 INFO  (coreLoadExecutor-883-thread-1-processing-n:127.0.0.1:49672_ouk%2Fid) [n:127.0.0.1:49672_ouk%2Fid c:collection1   x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 228852 INFO  (coreLoadExecutor-883-thread-1-processing-n:127.0.0.1:49672_ouk%2Fid) [n:127.0.0.1:49672_ouk%2Fid c:collection1   x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=50, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 228862 INFO  (coreLoadExecutor-883-thread-1-processing-n:127.0.0.1:49672_ouk%2Fid) [n:127.0.0.1:49672_ouk%2Fid c:collection1   x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@66d96fb7[collection1] main]
   [junit4]   2> 228869 INFO  (coreLoadExecutor-883-thread-1-processing-n:127.0.0.1:49672_ouk%2Fid) [n:127.0.0.1:49672_ouk%2Fid c:collection1   x:collection1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 228871 INFO  (coreLoadExecutor-883-thread-1-processing-n:127.0.0.1:49672_ouk%2Fid) [n:127.0.0.1:49672_ouk%2Fid c:collection1   x:collection1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 228871 INFO  (coreLoadExecutor-883-thread-1-processing-n:127.0.0.1:49672_ouk%2Fid) [n:127.0.0.1:49672_ouk%2Fid c:collection1   x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 228873 INFO  (searcherExecutor-884-thread-1-processing-n:127.0.0.1:49672_ouk%2Fid x:collection1 c:collection1) [n:127.0.0.1:49672_ouk%2Fid c:collection1   x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@66d96fb7[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 228879 INFO  (coreLoadExecutor-883-thread-1-processing-n:127.0.0.1:49672_ouk%2Fid) [n:127.0.0.1:49672_ouk%2Fid c:collection1   x:collection1] o.a.s.u.Up

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

xpired for /live_nodes]
   [junit4]   2> 2968671 WARN  (zkCallback-2761-thread-1-processing-n:127.0.0.1:57634_solr) [n:127.0.0.1:57634_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 2968671 INFO  (jetty-closer-2741-thread-2) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@2976d477{/solr,null,UNAVAILABLE}
   [junit4]   2> 2968677 WARN  (zkCallback-2764-thread-3-processing-n:127.0.0.1:57636_solr) [n:127.0.0.1:57636_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 2968677 INFO  (jetty-closer-2741-thread-4) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@1336c3ee{/solr,null,UNAVAILABLE}
   [junit4]   2> 2968680 INFO  (jetty-closer-2741-thread-3) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@3f220437{/solr,null,UNAVAILABLE}
   [junit4]   2> 2968691 INFO  (SUITE-TestSegmentSorting-seed#[2EACD84DD3B39C4D]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:57630 57630
   [junit4]   2> 2968693 INFO  (Thread-3538) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:57630 57630
   [junit4]   2> 2973371 WARN  (Thread-3538) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	8	/solr/aliases.json
   [junit4]   2> 	8	/solr/clusterprops.json
   [junit4]   2> 	5	/solr/security.json
   [junit4]   2> 	4	/solr/configs/class org.apache.solr.cloud.TestSegmentSorting_configSet
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	8	/solr/clusterstate.json
   [junit4]   2> 	4	/solr/collections/testSegmentTerminateEarly/state.json
   [junit4]   2> 	4	/solr/collections/testAtomicUpdateOfSegmentSortField/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	23	/solr/overseer/queue
   [junit4]   2> 	12	/solr/collections
   [junit4]   2> 	8	/solr/live_nodes
   [junit4]   2> 	5	/solr/overseer/collection-queue-work
   [junit4]   2> 	4	/solr/overseer/queue-work
   [junit4]   2> 
   [junit4]   2> 2973372 INFO  (SUITE-TestSegmentSorting-seed#[2EACD84DD3B39C4D]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [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.TestSegmentSorting_2EACD84DD3B39C4D-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {quad_l1=PostingsFormat(name=Asserting), range_facet_l_dv=FSTOrd50, multiDefault=PostingsFormat(name=Memory), intDefault=FST50, id=FSTOrd50, range_facet_i_dv=FST50, odd_l1=FSTOrd50, range_facet_l=FST50, timestamp=FST50}, docValues:{quad_l1=DocValuesFormat(name=Asserting), range_facet_l_dv=DocValuesFormat(name=Lucene70), _version_=DocValuesFormat(name=Lucene70), multiDefault=DocValuesFormat(name=Memory), intDefault=DocValuesFormat(name=Lucene70), range_facet_i_dv=DocValuesFormat(name=Lucene70), id=DocValuesFormat(name=Lucene70), intDvoDefault=DocValuesFormat(name=Asserting), timestamp_i_dvo=DocValuesFormat(name=Lucene70), timestamp=DocValuesFormat(name=Lucene70), range_facet_l=DocValuesFormat(name=Lucene70), odd_l1=DocValuesFormat(name=Lucene70)}, maxPointsInLeafNode=1692, maxMBSortInHeap=6.059545245874796, sim=RandomSimilarity(queryNorm=true): {}, locale=ar-JO, timezone=America/Miquelon
   [junit4]   2> NOTE: Mac OS X 10.11.6 x86_64/Oracle Corporation 1.8.0_121 (64-bit)/cpus=3,threads=1,free=223493384,total=519569408
   [junit4]   2> NOTE: All tests run in this JVM: [BasicFunctionalityTest, TestDocBasedVersionConstraints, TestConfigSetsAPI, DeleteNodeTest, CSVRequestHandlerTest, TestCloudPseudoReturnFields, GraphQueryTest, ResponseLogComponentTest, TestUnifiedSolrHighlighter, TestSchemaResource, PKIAuthenticationIntegrationTest, TestSystemIdResolver, TestJoin, TestLegacyNumericRangeQueryBuilder, DistributedFacetPivotLongTailTest, TestMacroExpander, StatsComponentTest, TestInfoStreamLogging, TestAtomicUpdateErrorCases, TestExportWriter, DistribJoinFromCollectionTest, TestManagedSchemaAPI, HdfsLockFactoryTest, HdfsRecoveryZkTest, TestSha256AuthenticationProvider, ShufflingReplicaListTransformerTest, DeleteShardTest, NoCacheHeaderTest, TestHdfsUpdateLog, LeaderElectionContextKeyTest, TestCollationFieldDocValues, SpellingQueryConverterTest, LoggingHandlerTest, TestRecoveryHdfs, TestPathTrie, LukeRequestHandlerTest, TestBadConfig, ExitableDirectoryReaderTest, TestConfigsApi, TestWriterPerf, TestSuggestSpellingConverter, URLClassifyProcessorTest, FullSolrCloudDistribCmdsTest, FieldMutatingUpdateProcessorTest, CachingDirectoryFactoryTest, AddBlockUpdateTest, QueryParsingTest, RequestHandlersTest, TestSearcherReuse, SuggesterTSTTest, SharedFSAutoReplicaFailoverTest, DateRangeFieldTest, TestFiltering, ClusterStateTest, TestInPlaceUpdatesStandalone, BasicDistributedZk2Test, ConnectionReuseTest, TestRestoreCore, TestReplicationHandlerBackup, CoreSorterTest, SignatureUpdateProcessorFactoryTest, SolrSlf4jReporterTest, TestPointFields, RuleEngineTest, TestSolrDynamicMBean, UtilsToolTest, CloneFieldUpdateProcessorFactoryTest, SolrGraphiteReporterTest, CacheHeaderTest, TestAnalyzedSuggestions, TestSimpleTrackingShardHandler, RegexBoostProcessorTest, TestFoldingMultitermQuery, TestManagedSynonymFilterFactory, TestBlendedInfixSuggestions, EnumFieldTest, ReplicationFactorTest, TestRecovery, SaslZkACLProviderTest, SimpleCollectionCreateDeleteTest, TestConfigSetProperties, DistributedQueryComponentCustomSortTest, QueryResultKeyTest, TestScoreJoinQPScore, ShardRoutingCustomTest, TemplateUpdateProcessorTest, TestDistributedMissingSort, TestSmileRequest, TestPKIAuthenticationPlugin, TestFieldCacheVsDocValues, MinimalSchemaTest, BJQParserTest, IgnoreCommitOptimizeUpdateProcessorFactoryTest, PreAnalyzedFieldTest, TestRawTransformer, TestLMJelinekMercerSimilarityFactory, BasicAuthIntegrationTest, SpellCheckComponentTest, TestRealTimeGet, TestUniqueKeyFieldResource, DebugComponentTest, ExplicitHLLTest, TestBinaryResponseWriter, TermVectorComponentDistributedTest, TestNonDefinedSimilarityFactory, UninvertDocValuesMergePolicyTest, JsonLoaderTest, TestSolrCloudWithSecureImpersonation, SparseHLLTest, ConjunctionSolrSpellCheckerTest, LeaderElectionIntegrationTest, AtomicUpdatesTest, TestSchemalessBufferedUpdates, V2ApiIntegrationTest, TestShortCircuitedRequests, TestExactStatsCache, HdfsChaosMonkeySafeLeaderTest, CheckHdfsIndexTest, TestComplexPhraseLeadingWildcard, TestConfigOverlay, ConfigSetsAPITest, TestImpersonationWithHadoopAuth, HdfsWriteToMultipleCollectionsTest, TestUtils, CdcrReplicationHandlerTest, DistributedTermsComponentTest, TestLuceneMatchVersion, TestSolrCloudSnapshots, FileBasedSpellCheckerTest, OverriddenZkACLAndCredentialsProvidersTest, TestMissingGroups, BigEndianAscendingWordSerializerTest, TestCrossCoreJoin, ForceLeaderTest, RollingRestartTest, TestFuzzyAnalyzedSuggestions, DistribCursorPagingTest, InfixSuggestersTest, TestLocalFSCloudBackupRestore, TestEmbeddedSolrServerSchemaAPI, CdcrBootstrapTest, ShowFileRequestHandlerTest, TestRequestForwarding, PreAnalyzedFieldManagedSchemaCloudTest, TestRandomFaceting, ResourceLoaderTest, TestLeaderElectionZkExpiry, TestReversedWildcardFilterFactory, TestSolrQueryParserDefaultOperatorResource, CoreAdminHandlerTest, TestObjectReleaseTracker, TestAddFieldRealTimeGet, DistributedDebugComponentTest, TestConfigSetsAPIZkFailure, JavabinLoaderTest, DistributedIntervalFacetingTest, TestDynamicFieldResource, TestMiniSolrCloudCluster, TestCorePropertiesReload, ZkStateWriterTest, TestManagedResource, TermVectorComponentTest, TestSchemaVersionResource, TestSolrCoreParser, SegmentsInfoRequestHandlerTest, TestCodecSupport, TestHdfsCloudBackupRestore, DistributedVersionInfoTest, TestShardHandlerFactory, TestTrieFacet, TestAuthenticationFramework, TestSolrDeletionPolicy2, PropertiesRequestHandlerTest, TestClusterStateMutator, ChaosMonkeySafeLeaderTest, CollectionsAPIDistributedZkTest, ZkSolrClientTest, AutoCommitTest, TestDistributedGrouping, TestHashPartitioner, DistributedSpellCheckComponentTest, ZkControllerTest, TestCoreContainer, TestSolr4Spatial, PeerSyncTest, TestFunctionQuery, SoftAutoCommitTest, PolyFieldTest, WordBreakSolrSpellCheckerTest, SolrCoreCheckLockOnStartupTest, DirectUpdateHandlerOptimizeTest, DefaultValueUpdateProcessorTest, DistanceFunctionTest, SolrInfoMBeanTest, TestSurroundQueryParser, TestQueryUtils, DocumentAnalysisRequestHandlerTest, TermsComponentTest, TestValueSourceCache, TestIndexingPerformance, FieldAnalysisRequestHandlerTest, FastVectorHighlighterTest, SolrPluginUtilsTest, TestCollationField, ReturnFieldsTest, UpdateRequestProcessorFactoryTest, BinaryUpdateRequestHandlerTest, PingRequestHandlerTest, HighlighterConfigTest, TestQuerySenderListener, UpdateParamsTest, TestSolrIndexConfig, CopyFieldTest, BadComponentTest, TestStressRecovery, SolrTestCaseJ4Test, TestJettySolrRunner, AssignTest, AsyncCallRequestStatusResponseTest, BaseCdcrDistributedZkTest, CdcrVersionReplicationTest, CollectionReloadTest, CollectionTooManyReplicasTest, ConcurrentDeleteAndCreateCollectionTest, ConnectionManagerTest, CreateCollectionCleanupTest, CustomCollectionTest, HttpPartitionTest, MissingSegmentRecoveryTest, MultiThreadedOCPTest, OutOfBoxZkACLAndCredentialsProvidersTest, OverseerModifyCollectionTest, OverseerRolesTest, OverseerStatusTest, OverseerTaskQueueTest, PeerSyncReplicationTest, RemoteQueryErrorTest, SSLMigrationTest, SolrCLIZkUtilsTest, SolrCloudExampleTest, TestClusterProperties, TestCollectionAPI, TestLeaderInitiatedRecoveryThread, TestRandomFlRTGCloud, TestRebalanceLeaders, TestSegmentSorting]
   [junit4] Completed [535/701 (6!)] on J1 in 19.89s, 2 tests, 1 error <<< FAILURES!

[...truncated 63273 lines...]


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

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

1 tests failed.
FAILED:  org.apache.solr.security.BasicAuthIntegrationTest.testBasicAuth

Error Message:
expected:<200> but was:<403>

Stack Trace:
java.lang.AssertionError: expected:<200> but was:<403>
	at __randomizedtesting.SeedInfo.seed([A3A051FD5892AF36:1FCE27EFFCC12C4C]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.failNotEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:128)
	at org.junit.Assert.assertEquals(Assert.java:472)
	at org.junit.Assert.assertEquals(Assert.java:456)
	at org.apache.solr.security.BasicAuthIntegrationTest.executeCommand(BasicAuthIntegrationTest.java:235)
	at org.apache.solr.security.BasicAuthIntegrationTest.testBasicAuth(BasicAuthIntegrationTest.java:147)
	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:745)




Build Log:
[...truncated 11492 lines...]
   [junit4] Suite: org.apache.solr.security.BasicAuthIntegrationTest
   [junit4]   2> Creating dataDir: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_A3A051FD5892AF36-001/init-core-data-001
   [junit4]   2> 837863 WARN  (SUITE-BasicAuthIntegrationTest-seed#[A3A051FD5892AF36]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=1 numCloses=1
   [junit4]   2> 837864 INFO  (SUITE-BasicAuthIntegrationTest-seed#[A3A051FD5892AF36]-worker) [    ] o.a.s.SolrTestCaseJ4 Using TrieFields
   [junit4]   2> 837868 INFO  (SUITE-BasicAuthIntegrationTest-seed#[A3A051FD5892AF36]-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> 837869 INFO  (SUITE-BasicAuthIntegrationTest-seed#[A3A051FD5892AF36]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 3 servers in /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_A3A051FD5892AF36-001/tempDir-001
   [junit4]   2> 837870 INFO  (SUITE-BasicAuthIntegrationTest-seed#[A3A051FD5892AF36]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 837870 INFO  (Thread-1528) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 837870 INFO  (Thread-1528) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 837971 INFO  (SUITE-BasicAuthIntegrationTest-seed#[A3A051FD5892AF36]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:52199
   [junit4]   2> 838014 INFO  (jetty-launcher-1080-thread-1) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 838015 INFO  (jetty-launcher-1080-thread-3) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 838015 INFO  (jetty-launcher-1080-thread-2) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 838021 INFO  (jetty-launcher-1080-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@29c2b444{/solr,null,AVAILABLE}
   [junit4]   2> 838021 INFO  (jetty-launcher-1080-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@4ae1419f{HTTP/1.1,[http/1.1]}{127.0.0.1:52201}
   [junit4]   2> 838021 INFO  (jetty-launcher-1080-thread-2) [    ] o.e.j.s.Server Started @843681ms
   [junit4]   2> 838021 INFO  (jetty-launcher-1080-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=52201}
   [junit4]   2> 838022 ERROR (jetty-launcher-1080-thread-2) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 838022 INFO  (jetty-launcher-1080-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.0.0
   [junit4]   2> 838022 INFO  (jetty-launcher-1080-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 838022 INFO  (jetty-launcher-1080-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 838022 INFO  (jetty-launcher-1080-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-03-19T19:32:46.318Z
   [junit4]   2> 838023 INFO  (jetty-launcher-1080-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@452284fa{/solr,null,AVAILABLE}
   [junit4]   2> 838025 INFO  (jetty-launcher-1080-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@931cbfd{HTTP/1.1,[http/1.1]}{127.0.0.1:52202}
   [junit4]   2> 838025 INFO  (jetty-launcher-1080-thread-1) [    ] o.e.j.s.Server Started @843684ms
   [junit4]   2> 838025 INFO  (jetty-launcher-1080-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=52202}
   [junit4]   2> 838025 ERROR (jetty-launcher-1080-thread-1) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 838030 INFO  (jetty-launcher-1080-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.0.0
   [junit4]   2> 838031 INFO  (jetty-launcher-1080-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 838031 INFO  (jetty-launcher-1080-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 838031 INFO  (jetty-launcher-1080-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-03-19T19:32:46.327Z
   [junit4]   2> 838032 INFO  (jetty-launcher-1080-thread-3) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@4d56b54c{/solr,null,AVAILABLE}
   [junit4]   2> 838034 INFO  (jetty-launcher-1080-thread-3) [    ] o.e.j.s.AbstractConnector Started ServerConnector@3faad4f4{HTTP/1.1,[http/1.1]}{127.0.0.1:52205}
   [junit4]   2> 838034 INFO  (jetty-launcher-1080-thread-3) [    ] o.e.j.s.Server Started @843693ms
   [junit4]   2> 838034 INFO  (jetty-launcher-1080-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=52205}
   [junit4]   2> 838034 ERROR (jetty-launcher-1080-thread-3) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 838035 INFO  (jetty-launcher-1080-thread-3) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.0.0
   [junit4]   2> 838035 INFO  (jetty-launcher-1080-thread-3) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 838035 INFO  (jetty-launcher-1080-thread-3) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 838035 INFO  (jetty-launcher-1080-thread-3) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-03-19T19:32:46.331Z
   [junit4]   2> 838040 INFO  (jetty-launcher-1080-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 838043 INFO  (jetty-launcher-1080-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 838043 INFO  (jetty-launcher-1080-thread-3) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 838061 INFO  (jetty-launcher-1080-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:52199/solr
   [junit4]   2> 838061 INFO  (jetty-launcher-1080-thread-3) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:52199/solr
   [junit4]   2> 838088 INFO  (jetty-launcher-1080-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:52199/solr
   [junit4]   2> 838146 INFO  (jetty-launcher-1080-thread-3) [n:127.0.0.1:52205_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 838146 INFO  (jetty-launcher-1080-thread-1) [n:127.0.0.1:52202_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 838149 INFO  (jetty-launcher-1080-thread-3) [n:127.0.0.1:52205_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:52205_solr
   [junit4]   2> 838151 INFO  (jetty-launcher-1080-thread-1) [n:127.0.0.1:52202_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:52202_solr
   [junit4]   2> 838152 INFO  (jetty-launcher-1080-thread-3) [n:127.0.0.1:52205_solr    ] o.a.s.c.Overseer Overseer (id=97645492054917127-127.0.0.1:52205_solr-n_0000000000) starting
   [junit4]   2> 838157 INFO  (zkCallback-1092-thread-1-processing-n:127.0.0.1:52202_solr) [n:127.0.0.1:52202_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 838157 INFO  (zkCallback-1093-thread-1-processing-n:127.0.0.1:52205_solr) [n:127.0.0.1:52205_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 838165 INFO  (jetty-launcher-1080-thread-2) [n:127.0.0.1:52201_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 838173 INFO  (jetty-launcher-1080-thread-2) [n:127.0.0.1:52201_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 838178 INFO  (jetty-launcher-1080-thread-3) [n:127.0.0.1:52205_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:52205_solr
   [junit4]   2> 838180 INFO  (jetty-launcher-1080-thread-2) [n:127.0.0.1:52201_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:52201_solr
   [junit4]   2> 838184 INFO  (zkCallback-1097-thread-1-processing-n:127.0.0.1:52201_solr) [n:127.0.0.1:52201_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 838194 INFO  (zkCallback-1092-thread-1-processing-n:127.0.0.1:52202_solr) [n:127.0.0.1:52202_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 838194 INFO  (zkCallback-1093-thread-1-processing-n:127.0.0.1:52205_solr) [n:127.0.0.1:52205_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 838196 INFO  (zkCallback-1097-thread-1-processing-n:127.0.0.1:52201_solr) [n:127.0.0.1:52201_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 838196 INFO  (zkCallback-1093-thread-1-processing-n:127.0.0.1:52205_solr) [n:127.0.0.1:52205_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 838197 INFO  (zkCallback-1092-thread-1-processing-n:127.0.0.1:52202_solr) [n:127.0.0.1:52202_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 838326 INFO  (jetty-launcher-1080-thread-1) [n:127.0.0.1:52202_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.security.BasicAuthIntegrationTest_A3A051FD5892AF36-001/tempDir-001/node1/.
   [junit4]   2> 838329 INFO  (jetty-launcher-1080-thread-2) [n:127.0.0.1:52201_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.security.BasicAuthIntegrationTest_A3A051FD5892AF36-001/tempDir-001/node2/.
   [junit4]   2> 838329 INFO  (jetty-launcher-1080-thread-3) [n:127.0.0.1:52205_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.security.BasicAuthIntegrationTest_A3A051FD5892AF36-001/tempDir-001/node3/.
   [junit4]   2> 839030 INFO  (SUITE-BasicAuthIntegrationTest-seed#[A3A051FD5892AF36]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 839033 INFO  (SUITE-BasicAuthIntegrationTest-seed#[A3A051FD5892AF36]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:52199/solr ready
   [junit4]   2> 839047 INFO  (qtp1971906309-6524) [n:127.0.0.1:52205_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=1&collection.configName=conf&name=authCollection&action=CREATE&numShards=3&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 839052 INFO  (OverseerThreadFactory-3018-thread-1-processing-n:127.0.0.1:52205_solr) [n:127.0.0.1:52205_solr    ] o.a.s.c.CreateCollectionCmd Create collection authCollection
   [junit4]   2> 839169 INFO  (qtp1971906309-6526) [n:127.0.0.1:52205_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf&newCollection=true&name=authCollection_shard2_replica1&action=CREATE&numShards=3&collection=authCollection&shard=shard2&wt=javabin&version=2
   [junit4]   2> 839174 INFO  (qtp1065795618-6523) [n:127.0.0.1:52201_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf&newCollection=true&name=authCollection_shard3_replica1&action=CREATE&numShards=3&collection=authCollection&shard=shard3&wt=javabin&version=2
   [junit4]   2> 839174 INFO  (qtp125117746-6513) [n:127.0.0.1:52202_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf&newCollection=true&name=authCollection_shard1_replica1&action=CREATE&numShards=3&collection=authCollection&shard=shard1&wt=javabin&version=2
   [junit4]   2> 839294 INFO  (zkCallback-1092-thread-1-processing-n:127.0.0.1:52202_solr) [n:127.0.0.1:52202_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/authCollection/state.json] for collection [authCollection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 839294 INFO  (zkCallback-1093-thread-2-processing-n:127.0.0.1:52205_solr) [n:127.0.0.1:52205_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/authCollection/state.json] for collection [authCollection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 839294 INFO  (zkCallback-1097-thread-1-processing-n:127.0.0.1:52201_solr) [n:127.0.0.1:52201_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/authCollection/state.json] for collection [authCollection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 840213 INFO  (qtp1971906309-6526) [n:127.0.0.1:52205_solr c:authCollection s:shard2  x:authCollection_shard2_replica1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 840213 INFO  (qtp125117746-6513) [n:127.0.0.1:52202_solr c:authCollection s:shard1  x:authCollection_shard1_replica1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 840213 INFO  (qtp1065795618-6523) [n:127.0.0.1:52201_solr c:authCollection s:shard3  x:authCollection_shard3_replica1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 840228 INFO  (qtp125117746-6513) [n:127.0.0.1:52202_solr c:authCollection s:shard1  x:authCollection_shard1_replica1] o.a.s.s.IndexSchema [authCollection_shard1_replica1] Schema name=minimal
   [junit4]   2> 840229 INFO  (qtp1971906309-6526) [n:127.0.0.1:52205_solr c:authCollection s:shard2  x:authCollection_shard2_replica1] o.a.s.s.IndexSchema [authCollection_shard2_replica1] Schema name=minimal
   [junit4]   2> 840235 INFO  (qtp1065795618-6523) [n:127.0.0.1:52201_solr c:authCollection s:shard3  x:authCollection_shard3_replica1] o.a.s.s.IndexSchema [authCollection_shard3_replica1] Schema name=minimal
   [junit4]   2> 840236 INFO  (qtp1971906309-6526) [n:127.0.0.1:52205_solr c:authCollection s:shard2  x:authCollection_shard2_replica1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 840239 INFO  (qtp1065795618-6523) [n:127.0.0.1:52201_solr c:authCollection s:shard3  x:authCollection_shard3_replica1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 840239 INFO  (qtp1971906309-6526) [n:127.0.0.1:52205_solr c:authCollection s:shard2  x:authCollection_shard2_replica1] o.a.s.c.CoreContainer Creating SolrCore 'authCollection_shard2_replica1' using configuration from collection authCollection
   [junit4]   2> 840239 INFO  (qtp1971906309-6526) [n:127.0.0.1:52205_solr c:authCollection s:shard2  x:authCollection_shard2_replica1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 840240 INFO  (qtp1971906309-6526) [n:127.0.0.1:52205_solr c:authCollection s:shard2  x:authCollection_shard2_replica1] o.a.s.c.SolrCore [[authCollection_shard2_replica1] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_A3A051FD5892AF36-001/tempDir-001/node3/authCollection_shard2_replica1], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_A3A051FD5892AF36-001/tempDir-001/node3/./authCollection_shard2_replica1/data/]
   [junit4]   2> 840240 INFO  (qtp1065795618-6523) [n:127.0.0.1:52201_solr c:authCollection s:shard3  x:authCollection_shard3_replica1] o.a.s.c.CoreContainer Creating SolrCore 'authCollection_shard3_replica1' using configuration from collection authCollection
   [junit4]   2> 840241 INFO  (qtp1065795618-6523) [n:127.0.0.1:52201_solr c:authCollection s:shard3  x:authCollection_shard3_replica1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 840241 INFO  (qtp1065795618-6523) [n:127.0.0.1:52201_solr c:authCollection s:shard3  x:authCollection_shard3_replica1] o.a.s.c.SolrCore [[authCollection_shard3_replica1] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_A3A051FD5892AF36-001/tempDir-001/node2/authCollection_shard3_replica1], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_A3A051FD5892AF36-001/tempDir-001/node2/./authCollection_shard3_replica1/data/]
   [junit4]   2> 840242 INFO  (qtp125117746-6513) [n:127.0.0.1:52202_solr c:authCollection s:shard1  x:authCollection_shard1_replica1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 840244 INFO  (qtp125117746-6513) [n:127.0.0.1:52202_solr c:authCollection s:shard1  x:authCollection_shard1_replica1] o.a.s.c.CoreContainer Creating SolrCore 'authCollection_shard1_replica1' using configuration from collection authCollection
   [junit4]   2> 840245 INFO  (qtp125117746-6513) [n:127.0.0.1:52202_solr c:authCollection s:shard1  x:authCollection_shard1_replica1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 840245 INFO  (qtp125117746-6513) [n:127.0.0.1:52202_solr c:authCollection s:shard1  x:authCollection_shard1_replica1] o.a.s.c.SolrCore [[authCollection_shard1_replica1] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_A3A051FD5892AF36-001/tempDir-001/node1/authCollection_shard1_replica1], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_A3A051FD5892AF36-001/tempDir-001/node1/./authCollection_shard1_replica1/data/]
   [junit4]   2> 840377 INFO  (qtp1065795618-6523) [n:127.0.0.1:52201_solr c:authCollection s:shard3  x:authCollection_shard3_replica1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 840378 INFO  (qtp1065795618-6523) [n:127.0.0.1:52201_solr c:authCollection s:shard3  x:authCollection_shard3_replica1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 840389 INFO  (qtp125117746-6513) [n:127.0.0.1:52202_solr c:authCollection s:shard1  x:authCollection_shard1_replica1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 840389 INFO  (qtp125117746-6513) [n:127.0.0.1:52202_solr c:authCollection s:shard1  x:authCollection_shard1_replica1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 840390 INFO  (qtp1065795618-6523) [n:127.0.0.1:52201_solr c:authCollection s:shard3  x:authCollection_shard3_replica1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 840390 INFO  (qtp1065795618-6523) [n:127.0.0.1:52201_solr c:authCollection s:shard3  x:authCollection_shard3_replica1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 840394 INFO  (qtp125117746-6513) [n:127.0.0.1:52202_solr c:authCollection s:shard1  x:authCollection_shard1_replica1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 840394 INFO  (qtp125117746-6513) [n:127.0.0.1:52202_solr c:authCollection s:shard1  x:authCollection_shard1_replica1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 840397 INFO  (qtp1065795618-6523) [n:127.0.0.1:52201_solr c:authCollection s:shard3  x:authCollection_shard3_replica1] o.a.s.s.SolrIndexSearcher Opening [Searcher@4e10ed12[authCollection_shard3_replica1] main]
   [junit4]   2> 840398 INFO  (qtp125117746-6513) [n:127.0.0.1:52202_solr c:authCollection s:shard1  x:authCollection_shard1_replica1] o.a.s.s.SolrIndexSearcher Opening [Searcher@64deb4c9[authCollection_shard1_replica1] main]
   [junit4]   2> 840401 INFO  (qtp125117746-6513) [n:127.0.0.1:52202_solr c:authCollection s:shard1  x:authCollection_shard1_replica1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 840401 INFO  (qtp1065795618-6523) [n:127.0.0.1:52201_solr c:authCollection s:shard3  x:authCollection_shard3_replica1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 840401 INFO  (qtp125117746-6513) [n:127.0.0.1:52202_solr c:authCollection s:shard1  x:authCollection_shard1_replica1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 840401 INFO  (qtp125117746-6513) [n:127.0.0.1:52202_solr c:authCollection s:shard1  x:authCollection_shard1_replica1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 840402 INFO  (qtp125117746-6513) [n:127.0.0.1:52202_solr c:authCollection s:shard1  x:authCollection_shard1_replica1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1562327875529474048
   [junit4]   2> 840402 INFO  (searcherExecutor-3027-thread-1-processing-n:127.0.0.1:52202_solr x:authCollection_shard1_replica1 s:shard1 c:authCollection) [n:127.0.0.1:52202_solr c:authCollection s:shard1  x:authCollection_shard1_replica1] o.a.s.c.SolrCore [authCollection_shard1_replica1] Registered new searcher Searcher@64deb4c9[authCollection_shard1_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 840402 INFO  (qtp1065795618-6523) [n:127.0.0.1:52201_solr c:authCollection s:shard3  x:authCollection_shard3_replica1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 840402 INFO  (qtp1065795618-6523) [n:127.0.0.1:52201_solr c:authCollection s:shard3  x:authCollection_shard3_replica1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 840403 INFO  (qtp1065795618-6523) [n:127.0.0.1:52201_solr c:authCollection s:shard3  x:authCollection_shard3_replica1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1562327875530522624
   [junit4]   2> 840403 INFO  (searcherExecutor-3026-thread-1-processing-n:127.0.0.1:52201_solr x:authCollection_shard3_replica1 s:shard3 c:authCollection) [n:127.0.0.1:52201_solr c:authCollection s:shard3  x:authCollection_shard3_replica1] o.a.s.c.SolrCore [authCollection_shard3_replica1] Registered new searcher Searcher@4e10ed12[authCollection_shard3_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 840414 INFO  (qtp125117746-6513) [n:127.0.0.1:52202_solr c:authCollection s:shard1  x:authCollection_shard1_replica1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 840414 INFO  (qtp125117746-6513) [n:127.0.0.1:52202_solr c:authCollection s:shard1  x:authCollection_shard1_replica1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 840414 INFO  (qtp125117746-6513) [n:127.0.0.1:52202_solr c:authCollection s:shard1  x:authCollection_shard1_replica1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:52202/solr/authCollection_shard1_replica1/
   [junit4]   2> 840415 INFO  (qtp125117746-6513) [n:127.0.0.1:52202_solr c:authCollection s:shard1  x:authCollection_shard1_replica1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 840415 INFO  (qtp125117746-6513) [n:127.0.0.1:52202_solr c:authCollection s:shard1  x:authCollection_shard1_replica1] o.a.s.c.SyncStrategy http://127.0.0.1:52202/solr/authCollection_shard1_replica1/ has no replicas
   [junit4]   2> 840415 INFO  (qtp125117746-6513) [n:127.0.0.1:52202_solr c:authCollection s:shard1  x:authCollection_shard1_replica1] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 840420 INFO  (qtp1065795618-6523) [n:127.0.0.1:52201_solr c:authCollection s:shard3  x:authCollection_shard3_replica1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 840421 INFO  (qtp1065795618-6523) [n:127.0.0.1:52201_solr c:authCollection s:shard3  x:authCollection_shard3_replica1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 840421 INFO  (qtp1065795618-6523) [n:127.0.0.1:52201_solr c:authCollection s:shard3  x:authCollection_shard3_replica1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:52201/solr/authCollection_shard3_replica1/
   [junit4]   2> 840421 INFO  (qtp1065795618-6523) [n:127.0.0.1:52201_solr c:authCollection s:shard3  x:authCollection_shard3_replica1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 840421 INFO  (qtp1065795618-6523) [n:127.0.0.1:52201_solr c:authCollection s:shard3  x:authCollection_shard3_replica1] o.a.s.c.SyncStrategy http://127.0.0.1:52201/solr/authCollection_shard3_replica1/ has no replicas
   [junit4]   2> 840421 INFO  (qtp1065795618-6523) [n:127.0.0.1:52201_solr c:authCollection s:shard3  x:authCollection_shard3_replica1] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 840423 INFO  (qtp125117746-6513) [n:127.0.0.1:52202_solr c:authCollection s:shard1  x:authCollection_shard1_replica1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:52202/solr/authCollection_shard1_replica1/ shard1
   [junit4]   2> 840430 INFO  (qtp1065795618-6523) [n:127.0.0.1:52201_solr c:authCollection s:shard3  x:authCollection_shard3_replica1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:52201/solr/authCollection_shard3_replica1/ shard3
   [junit4]   2> 840452 INFO  (qtp1971906309-6526) [n:127.0.0.1:52205_solr c:authCollection s:shard2  x:authCollection_shard2_replica1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 840452 INFO  (qtp1971906309-6526) [n:127.0.0.1:52205_solr c:authCollection s:shard2  x:authCollection_shard2_replica1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 840457 INFO  (qtp1971906309-6526) [n:127.0.0.1:52205_solr c:authCollection s:shard2  x:authCollection_shard2_replica1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 840457 INFO  (qtp1971906309-6526) [n:127.0.0.1:52205_solr c:authCollection s:shard2  x:authCollection_shard2_replica1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 840458 INFO  (qtp1971906309-6526) [n:127.0.0.1:52205_solr c:authCollection s:shard2  x:authCollection_shard2_replica1] o.a.s.s.SolrIndexSearcher Opening [Searcher@1dac7d48[authCollection_shard2_replica1] main]
   [junit4]   2> 840460 INFO  (qtp1971906309-6526) [n:127.0.0.1:52205_solr c:authCollection s:shard2  x:authCollection_shard2_replica1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 840461 INFO  (qtp1971906309-6526) [n:127.0.0.1:52205_solr c:authCollection s:shard2  x:authCollection_shard2_replica1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 840461 INFO  (qtp1971906309-6526) [n:127.0.0.1:52205_solr c:authCollection s:shard2  x:authCollection_shard2_replica1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 840462 INFO  (qtp1971906309-6526) [n:127.0.0.1:52205_solr c:authCollection s:shard2  x:authCollection_shard2_replica1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1562327875592388608
   [junit4]   2> 840462 INFO  (searcherExecutor-3025-thread-1-processing-n:127.0.0.1:52205_solr x:authCollection_shard2_replica1 s:shard2 c:authCollection) [n:127.0.0.1:52205_solr c:authCollection s:shard2  x:authCollection_shard2_replica1] o.a.s.c.SolrCore [authCollection_shard2_replica1] Registered new searcher Searcher@1dac7d48[authCollection_shard2_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 840479 INFO  (qtp1971906309-6526) [n:127.0.0.1:52205_solr c:authCollection s:shard2  x:authCollection_shard2_replica1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 840479 INFO  (qtp1971906309-6526) [n:127.0.0.1:52205_solr c:authCollection s:shard2  x:authCollection_shard2_replica1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 840479 INFO  (qtp1971906309-6526) [n:127.0.0.1:52205_solr c:authCollection s:shard2  x:authCollection_shard2_replica1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:52205/solr/authCollection_shard2_replica1/
   [junit4]   2> 840479 INFO  (qtp1971906309-6526) [n:127.0.0.1:52205_solr c:authCollection s:shard2  x:authCollection_shard2_replica1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 840480 INFO  (qtp1971906309-6526) [n:127.0.0.1:52205_solr c:authCollection s:shard2  x:authCollection_shard2_replica1] o.a.s.c.SyncStrategy http://127.0.0.1:52205/solr/authCollection_shard2_replica1/ has no replicas
   [junit4]   2> 840480 INFO  (qtp1971906309-6526) [n:127.0.0.1:52205_solr c:authCollection s:shard2  x:authCollection_shard2_replica1] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 840494 INFO  (qtp1971906309-6526) [n:127.0.0.1:52205_solr c:authCollection s:shard2  x:authCollection_shard2_replica1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:52205/solr/authCollection_shard2_replica1/ shard2
   [junit4]   2> 840604 INFO  (zkCallback-1092-thread-1-processing-n:127.0.0.1:52202_solr) [n:127.0.0.1:52202_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/authCollection/state.json] for collection [authCollection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 840604 INFO  (zkCallback-1097-thread-1-processing-n:127.0.0.1:52201_solr) [n:127.0.0.1:52201_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/authCollection/state.json] for collection [authCollection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 840605 INFO  (zkCallback-1093-thread-1-processing-n:127.0.0.1:52205_solr) [n:127.0.0.1:52205_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/authCollection/state.json] for collection [authCollection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 840647 INFO  (qtp125117746-6513) [n:127.0.0.1:52202_solr c:authCollection s:shard1  x:authCollection_shard1_replica1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 840647 INFO  (qtp1065795618-6523) [n:127.0.0.1:52201_solr c:authCollection s:shard3  x:authCollection_shard3_replica1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 840659 INFO  (qtp1971906309-6526) [n:127.0.0.1:52205_solr c:authCollection s:shard2  x:authCollection_shard2_replica1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 840664 INFO  (qtp125117746-6513) [n:127.0.0.1:52202_solr c:authCollection s:shard1  x:authCollection_shard1_replica1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf&newCollection=true&name=authCollection_shard1_replica1&action=CREATE&numShards=3&collection=authCollection&shard=shard1&wt=javabin&version=2} status=0 QTime=1490
   [junit4]   2> 840673 INFO  (qtp1971906309-6526) [n:127.0.0.1:52205_solr c:authCollection s:shard2  x:authCollection_shard2_replica1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf&newCollection=true&name=authCollection_shard2_replica1&action=CREATE&numShards=3&collection=authCollection&shard=shard2&wt=javabin&version=2} status=0 QTime=1503
   [junit4]   2> 840676 INFO  (qtp1065795618-6523) [n:127.0.0.1:52201_solr c:authCollection s:shard3  x:authCollection_shard3_replica1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf&newCollection=true&name=authCollection_shard3_replica1&action=CREATE&numShards=3&collection=authCollection&shard=shard3&wt=javabin&version=2} status=0 QTime=1501
   [junit4]   2> 840682 INFO  (qtp1971906309-6524) [n:127.0.0.1:52205_solr    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 840781 INFO  (zkCallback-1097-thread-1-processing-n:127.0.0.1:52201_solr) [n:127.0.0.1:52201_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/authCollection/state.json] for collection [authCollection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 840781 INFO  (zkCallback-1092-thread-1-processing-n:127.0.0.1:52202_solr) [n:127.0.0.1:52202_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/authCollection/state.json] for collection [authCollection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 840781 INFO  (zkCallback-1093-thread-2-processing-n:127.0.0.1:52205_solr) [n:127.0.0.1:52205_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/authCollection/state.json] for collection [authCollection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 841058 INFO  (OverseerCollectionConfigSetProcessor-97645492054917127-127.0.0.1:52205_solr-n_0000000000) [n:127.0.0.1:52205_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000000 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 841689 INFO  (qtp1971906309-6524) [n:127.0.0.1:52205_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=1&collection.configName=conf&name=authCollection&action=CREATE&numShards=3&wt=javabin&version=2} status=0 QTime=2642
   [junit4]   2> 841731 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[A3A051FD5892AF36]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testBasicAuth
   [junit4]   2> 841740 INFO  (qtp1065795618-6525) [n:127.0.0.1:52201_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/security/authentication params={} status=0 QTime=0
   [junit4]   2> 841744 INFO  (qtp1065795618-6528) [n:127.0.0.1:52201_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/security/authentication params={} status=0 QTime=0
   [junit4]   2> 841746 INFO  (zkCallback-1097-thread-1-processing-n:127.0.0.1:52201_solr) [n:127.0.0.1:52201_solr    ] o.a.s.c.CoreContainer Security node changed, reloading security.json
   [junit4]   2> 841746 INFO  (zkCallback-1097-thread-1-processing-n:127.0.0.1:52201_solr) [n:127.0.0.1:52201_solr    ] o.a.s.c.CoreContainer Initializing authorization plugin: solr.RuleBasedAuthorizationPlugin
   [junit4]   2> 841747 INFO  (zkCallback-1093-thread-2-processing-n:127.0.0.1:52205_solr) [n:127.0.0.1:52205_solr    ] o.a.s.c.CoreContainer Security node changed, reloading security.json
   [junit4]   2> 841747 INFO  (zkCallback-1093-thread-2-processing-n:127.0.0.1:52205_solr) [n:127.0.0.1:52205_solr    ] o.a.s.c.CoreContainer Initializing authorization plugin: solr.RuleBasedAuthorizationPlugin
   [junit4]   2> 841748 INFO  (zkCallback-1092-thread-1-processing-n:127.0.0.1:52202_solr) [n:127.0.0.1:52202_solr    ] o.a.s.c.CoreContainer Security node changed, reloading security.json
   [junit4]   2> 841748 INFO  (zkCallback-1092-thread-1-processing-n:127.0.0.1:52202_solr) [n:127.0.0.1:52202_solr    ] o.a.s.c.CoreContainer Initializing authorization plugin: solr.RuleBasedAuthorizationPlugin
   [junit4]   2> 841799 INFO  (qtp1065795618-6528) [n:127.0.0.1:52201_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/security/authentication params={} status=0 QTime=0
   [junit4]   2> 841804 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[A3A051FD5892AF36]) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@4ae1419f{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 841807 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[A3A051FD5892AF36]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1339530379
   [junit4]   2> 841811 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[A3A051FD5892AF36]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 841815 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[A3A051FD5892AF36]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 841818 INFO  (coreCloseExecutor-3040-thread-1) [n:127.0.0.1:52201_solr c:authCollection s:shard3 r:core_node2 x:authCollection_shard3_replica1] o.a.s.c.SolrCore [authCollection_shard3_replica1]  CLOSING SolrCore org.apache.solr.core.SolrCore@4644bf97
   [junit4]   2> 841832 INFO  (coreCloseExecutor-3040-thread-1) [n:127.0.0.1:52201_solr c:authCollection s:shard3 r:core_node2 x:authCollection_shard3_replica1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.authCollection.shard3.replica1, tag=1178910615
   [junit4]   2> 841843 INFO  (zkCallback-1104-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 841939 INFO  (zkCallback-1093-thread-1-processing-n:127.0.0.1:52205_solr) [n:127.0.0.1:52205_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/authCollection/state.json] for collection [authCollection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 841940 INFO  (zkCallback-1092-thread-3-processing-n:127.0.0.1:52202_solr) [n:127.0.0.1:52202_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/authCollection/state.json] for collection [authCollection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 841972 INFO  (zkCallback-1093-thread-2-processing-n:127.0.0.1:52205_solr) [n:127.0.0.1:52205_solr    ] o.a.s.c.CoreContainer Initializing authentication plugin: solr.BasicAuthPlugin
   [junit4]   2> 841973 INFO  (zkCallback-1092-thread-1-processing-n:127.0.0.1:52202_solr) [n:127.0.0.1:52202_solr    ] o.a.s.c.CoreContainer Initializing authentication plugin: solr.BasicAuthPlugin
   [junit4]   2> 841973 INFO  (zkCallback-1097-thread-1-processing-n:127.0.0.1:52201_solr) [n:127.0.0.1:52201_solr    ] o.a.s.c.CoreContainer Initializing authentication plugin: solr.BasicAuthPlugin
   [junit4]   2> 842052 INFO  (zkCallback-1093-thread-2-processing-n:127.0.0.1:52205_solr) [n:127.0.0.1:52205_solr    ] o.a.s.c.CoreContainer PKIAuthenticationPlugin is managing internode requests
   [junit4]   2> 842053 INFO  (zkCallback-1097-thread-1-processing-n:127.0.0.1:52201_solr) [n:127.0.0.1:52201_solr    ] o.a.s.c.CoreContainer PKIAuthenticationPlugin is managing internode requests
   [junit4]   2> 842053 INFO  (zkCallback-1093-thread-4-processing-n:127.0.0.1:52205_solr) [n:127.0.0.1:52205_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 842053 INFO  (zkCallback-1092-thread-1-processing-n:127.0.0.1:52202_solr) [n:127.0.0.1:52202_solr    ] o.a.s.c.CoreContainer PKIAuthenticationPlugin is managing internode requests
   [junit4]   2> 842053 INFO  (zkCallback-1092-thread-2-processing-n:127.0.0.1:52202_solr) [n:127.0.0.1:52202_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 843349 WARN  (zkCallback-1097-thread-2-processing-n:127.0.0.1:52201_solr) [n:127.0.0.1:52201_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 843350 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[A3A051FD5892AF36]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@29c2b444{/solr,null,UNAVAILABLE}
   [junit4]   2> 843354 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[A3A051FD5892AF36]) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 843357 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[A3A051FD5892AF36]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1e823b8f{/solr,null,AVAILABLE}
   [junit4]   2> 843358 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[A3A051FD5892AF36]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@73402656{HTTP/1.1,[http/1.1]}{127.0.0.1:52230}
   [junit4]   2> 843358 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[A3A051FD5892AF36]) [    ] o.e.j.s.Server Started @849017ms
   [junit4]   2> 843358 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[A3A051FD5892AF36]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=52230}
   [junit4]   2> 843359 ERROR (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[A3A051FD5892AF36]) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 843361 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[A3A051FD5892AF36]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.0.0
   [junit4]   2> 843361 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[A3A051FD5892AF36]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 843361 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[A3A051FD5892AF36]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 843361 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[A3A051FD5892AF36]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-03-19T19:32:51.657Z
   [junit4]   2> 843366 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[A3A051FD5892AF36]) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 843390 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[A3A051FD5892AF36]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:52199/solr
   [junit4]   2> 843415 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[A3A051FD5892AF36]) [n:127.0.0.1:52230_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 843425 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[A3A051FD5892AF36]) [n:127.0.0.1:52230_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 843432 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[A3A051FD5892AF36]) [n:127.0.0.1:52230_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:52230_solr
   [junit4]   2> 843435 INFO  (zkCallback-1092-thread-2-processing-n:127.0.0.1:52202_solr) [n:127.0.0.1:52202_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 843436 INFO  (zkCallback-1104-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 843436 INFO  (zkCallback-1093-thread-2-processing-n:127.0.0.1:52205_solr) [n:127.0.0.1:52205_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 843436 INFO  (zkCallback-1109-thread-1-processing-n:127.0.0.1:52230_solr) [n:127.0.0.1:52230_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 843495 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[A3A051FD5892AF36]) [n:127.0.0.1:52230_solr    ] o.a.s.c.CoreContainer Initializing authorization plugin: solr.RuleBasedAuthorizationPlugin
   [junit4]   2> 843495 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[A3A051FD5892AF36]) [n:127.0.0.1:52230_solr    ] o.a.s.c.CoreContainer Initializing authentication plugin: solr.BasicAuthPlugin
   [junit4]   2> 843495 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[A3A051FD5892AF36]) [n:127.0.0.1:52230_solr    ] o.a.s.c.CoreContainer PKIAuthenticationPlugin is managing internode requests
   [junit4]   2> 843544 INFO  (zkCallback-1092-thread-2-processing-n:127.0.0.1:52202_solr) [n:127.0.0.1:52202_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/authCollection/state.json] for collection [authCollection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 843544 INFO  (zkCallback-1093-thread-2-processing-n:127.0.0.1:52205_solr) [n:127.0.0.1:52205_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/authCollection/state.json] for collection [authCollection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 843684 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[A3A051FD5892AF36]) [n:127.0.0.1:52230_solr    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_A3A051FD5892AF36-001/tempDir-001/node2/.
   [junit4]   2> 843684 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[A3A051FD5892AF36]) [n:127.0.0.1:52230_solr    ] o.a.s.c.CorePropertiesLocator Cores are: [authCollection_shard3_replica1]
   [junit4]   2> 843801 INFO  (zkCallback-1092-thread-2-processing-n:127.0.0.1:52202_solr) [n:127.0.0.1:52202_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/authCollection/state.json] for collection [authCollection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 843801 INFO  (zkCallback-1109-thread-1-processing-n:127.0.0.1:52230_solr) [n:127.0.0.1:52230_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/authCollection/state.json] for collection [authCollection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 843802 INFO  (zkCallback-1093-thread-1-processing-n:127.0.0.1:52205_solr) [n:127.0.0.1:52205_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/authCollection/state.json] for collection [authCollection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 844729 INFO  (coreLoadExecutor-3047-thread-1-processing-n:127.0.0.1:52230_solr) [n:127.0.0.1:52230_solr c:authCollection s:shard3 r:core_node2 x:authCollection_shard3_replica1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 844740 INFO  (coreLoadExecutor-3047-thread-1-processing-n:127.0.0.1:52230_solr) [n:127.0.0.1:52230_solr c:authCollection s:shard3 r:core_node2 x:authCollection_shard3_replica1] o.a.s.s.IndexSchema [authCollection_shard3_replica1] Schema name=minimal
   [junit4]   2> 844747 INFO  (coreLoadExecutor-3047-thread-1-processing-n:127.0.0.1:52230_solr) [n:127.0.0.1:52230_solr c:authCollection s:shard3 r:core_node2 x:authCollection_shard3_replica1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 844757 INFO  (coreLoadExecutor-3047-thread-1-processing-n:127.0.0.1:52230_solr) [n:127.0.0.1:52230_solr c:authCollection s:shard3 r:core_node2 x:authCollection_shard3_replica1] o.a.s.c.CoreContainer Creating SolrCore 'authCollection_shard3_replica1' using configuration from collection authCollection
   [junit4]   2> 844757 INFO  (coreLoadExecutor-3047-thread-1-processing-n:127.0.0.1:52230_solr) [n:127.0.0.1:52230_solr c:authCollection s:shard3 r:core_node2 x:authCollection_shard3_replica1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 844757 INFO  (coreLoadExecutor-3047-thread-1-processing-n:127.0.0.1:52230_solr) [n:127.0.0.1:52230_solr c:authCollection s:shard3 r:core_node2 x:authCollection_shard3_replica1] o.a.s.c.SolrCore [[authCollection_shard3_replica1] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_A3A051FD5892AF36-001/tempDir-001/node2/authCollection_shard3_replica1], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_A3A051FD5892AF36-001/tempDir-001/node2/./authCollection_shard3_replica1/data/]
   [junit4]   2> 844864 INFO  (coreLoadExecutor-3047-thread-1-processing-n:127.0.0.1:52230_solr) [n:127.0.0.1:52230_solr c:authCollection s:shard3 r:core_node2 x:authCollection_shard3_replica1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 844864 INFO  (coreLoadExecutor-3047-thread-1-processing-n:127.0.0.1:52230_solr) [n:127.0.0.1:52230_solr c:authCollection s:shard3 r:core_node2 x:authCollection_shard3_replica1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 844869 INFO  (coreLoadExecutor-3047-thread-1-processing-n:127.0.0.1:52230_solr) [n:127.0.0.1:52230_solr c:authCollection s:shard3 r:core_node2 x:authCollection_shard3_replica1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 844869 INFO  (coreLoadExecutor-3047-thread-1-processing-n:127.0.0.1:52230_solr) [n:127.0.0.1:52230_solr c:authCollection s:shard3 r:core_node2 x:authCollection_shard3_replica1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 844872 INFO  (coreLoadExecutor-3047-thread-1-processing-n:127.0.0.1:52230_solr) [n:127.0.0.1:52230_solr c:authCollection s:shard3 r:core_node2 x:authCollection_shard3_replica1] o.a.s.s.SolrIndexSearcher Opening [Searcher@63748585[authCollection_shard3_replica1] main]
   [junit4]   2> 844876 INFO  (coreLoadExecutor-3047-thread-1-processing-n:127.0.0.1:52230_solr) [n:127.0.0.1:52230_solr c:authCollection s:shard3 r:core_node2 x:authCollection_shard3_replica1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 844877 INFO  (coreLoadExecutor-3047-thread-1-processing-n:127.0.0.1:52230_solr) [n:127.0.0.1:52230_solr c:authCollection s:shard3 r:core_node2 x:authCollection_shard3_replica1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 844877 INFO  (coreLoadExecutor-3047-thread-1-processing-n:127.0.0.1:52230_solr) [n:127.0.0.1:52230_solr c:authCollection s:shard3 r:core_node2 x:authCollection_shard3_replica1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 844877 INFO  (coreLoadExecutor-3047-thread-1-processing-n:127.0.0.1:52230_solr) [n:127.0.0.1:52230_solr c:authCollection s:shard3 r:core_node2 x:authCollection_shard3_replica1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1562327880221851648
   [junit4]   2> 844877 INFO  (searcherExecutor-3048-thread-1-processing-n:127.0.0.1:52230_solr x:authCollection_shard3_replica1 s:shard3 c:authCollection r:core_node2) [n:127.0.0.1:52230_solr c:authCollection s:shard3 r:core_node2 x:authCollection_shard3_replica1] o.a.s.c.SolrCore [authCollection_shard3_replica1] Registered new searcher Searcher@63748585[authCollection_shard3_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 844889 INFO  (coreZkRegister-3042-thread-1-processing-n:127.0.0.1:52230_solr x:authCollection_shard3_replica1 s:shard3 c:authCollection r:core_node2) [n:127.0.0.1:52230_solr c:authCollection s:shard3 r:core_node2 x:authCollection_shard3_replica1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 844889 INFO  (coreZkRegister-3042-thread-1-processing-n:127.0.0.1:52230_solr x:authCollection_shard3_replica1 s:shard3 c:authCollection r:core_node2) [n:127.0.0.1:52230_solr c:authCollection s:shard3 r:core_node2 x:authCollection_shard3_replica1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 844889 INFO  (coreZkRegister-3042-thread-1-processing-n:127.0.0.1:52230_solr x:authCollection_shard3_replica1 s:shard3 c:authCollection r:core_node2) [n:127.0.0.1:52230_solr c:authCollection s:shard3 r:core_node2 x:authCollection_shard3_replica1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:52230/solr/authCollection_shard3_replica1/
   [junit4]   2> 844889 INFO  (coreZkRegister-3042-thread-1-processing-n:127.0.0.1:52230_solr x:authCollection_shard3_replica1 s:shard3 c:authCollection r:core_node2) [n:127.0.0.1:52230_solr c:authCollection s:shard3 r:core_node2 x:authCollection_shard3_replica1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 844889 INFO  (coreZkRegister-3042-thread-1-processing-n:127.0.0.1:52230_solr x:authCollection_shard3_replica1 s:shard3 c:authCollection r:core_node2) [n:127.0.0.1:52230_solr c:authCollection s:shard3 r:core_node2 x:authCollection_shard3_replica1] o.a.s.c.SyncStrategy http://127.0.0.1:52230/solr/authCollection_shard3_replica1/ has no replicas
   [junit4]   2> 844890 INFO  (coreZkRegister-3042-thread-1-processing-n:127.0.0.1:52230_solr x:authCollection_shard3_replica1 s:shard3 c:authCollection r:core_node2) [n:127.0.0.1:52230_solr c:authCollection s:shard3 r:core_node2 x:authCollection_shard3_replica1] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 844894 INFO  (coreZkRegister-3042-thread-1-processing-n:127.0.0.1:52230_solr x:authCollection_shard3_replica1 s:shard3 c:authCollection r:core_node2) [n:127.0.0.1:52230_solr c:authCollection s:shard3 r:core_node2 x:authCollection_shard3_replica1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:52230/solr/authCollection_shard3_replica1/ shard3
   [junit4]   2> 844896 INFO  (coreZkRegister-3042-thread-1-processing-n:127.0.0.1:52230_solr x:authCollection_shard3_replica1 s:shard3 c:authCollection r:core_node2) [n:127.0.0.1:52230_solr c:authCollection s:shard3 r:core_node2 x:authCollection_shard3_replica1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 844977 INFO  (qtp2015607966-6614) [n:127.0.0.1:52230_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/security/authentication params={} status=0 QTime=59
   [junit4]   2> 844996 INFO  (qtp1971906309-6527) [n:127.0.0.1:52205_solr    ] o.a.s.s.RuleBasedAuthorizationPlugin request has come without principal. failed permission {
   [junit4]   2>   "name":"security-edit",
   [junit4]   2>   "role":"admin"} 
   [junit4]   2> 844997 INFO  (qtp1971906309-6527) [n:127.0.0.1:52205_solr    ] o.a.s.s.HttpSolrCall USER_REQUIRED auth header null context : userPrincipal: [null] type: [ADMIN], collections: [], Path: [/____v2/cluster/security/authentication] path : /____v2/cluster/security/authentication params :wt=javabin&version=2 
   [junit4]   2> 845017 INFO  (zkCallback-1092-thread-2-processing-n:127.0.0.1:52202_solr) [n:127.0.0.1:52202_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/authCollection/state.json] for collection [authCollection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 845018 INFO  (zkCallback-1109-thread-1-processing-n:127.0.0.1:52230_solr) [n:127.0.0.1:52230_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/authCollection/state.json] for collection [authCollection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 845018 INFO  (zkCallback-1093-thread-1-processing-n:127.0.0.1:52205_solr) [n:127.0.0.1:52205_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/authCollection/state.json] for collection [authCollection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 845025 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[A3A051FD5892AF36]) [    ] o.a.s.s.BasicAuthIntegrationTest Added Basic Auth security Header c29scjpTb2xyUm9ja3M=
   [junit4]   2> 845026 INFO  (qtp2015607966-6615) [n:127.0.0.1:52230_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/security/authentication params={} status=0 QTime=0
   [junit4]   2> 845057 INFO  (qtp2015607966-6616) [n:127.0.0.1:52230_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/security/authentication params={} status=0 QTime=10
   [junit4]   2> 845061 INFO  (qtp1971906309-6527) [n:127.0.0.1:52205_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/security/authentication params={} status=0 QTime=0
   [junit4]   2> 845062 INFO  (zkCallback-1093-thread-1-processing-n:127.0.0.1:52205_solr) [n:127.0.0.1:52205_solr    ] o.a.s.c.CoreContainer Security node changed, reloading security.json
   [junit4]   2> 845062 INFO  (zkCallback-1092-thread-2-processing-n:127.0.0.1:52202_solr) [n:127.0.0.1:52202_solr    ] o.a.s.c.CoreContainer Security node changed, reloading security.json
   [junit4]   2> 845062 INFO  (zkCallback-1092-thread-2-processing-n:127.0.0.1:52202_solr) [n:127.0.0.1:52202_solr    ] o.a.s.c.CoreContainer Initializing authentication plugin: solr.BasicAuthPlugin
   [junit4]   2> 845062 INFO  (zkCallback-1093-thread-1-processing-n:127.0.0.1:52205_solr) [n:127.0.0.1:52205_solr    ] o.a.s.c.CoreContainer Initializing authentication plugin: solr.BasicAuthPlugin
   [junit4]   2> 845062 INFO  (zkCallback-1109-thread-1-processing-n:127.0.0.1:52230_solr) [n:127.0.0.1:52230_solr    ] o.a.s.c.CoreContainer Security node changed, reloading security.json
   [junit4]   2> 845062 INFO  (zkCallback-1109-thread-1-processing-n:127.0.0.1:52230_solr) [n:127.0.0.1:52230_solr    ] o.a.s.c.CoreContainer Initializing authentication plugin: solr.BasicAuthPlugin
   [junit4]   2> 845115 INFO  (qtp1971906309-6530) [n:127.0.0.1:52205_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/security/authentication params={} status=0 QTime=0
   [junit4]   2> 845116 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[A3A051FD5892AF36]) [    ] o.a.s.s.BasicAuthIntegrationTest Added Basic Auth security Header c29scjpTb2xyUm9ja3M=
   [junit4]   2> 845120 INFO  (qtp1971906309-6538) [n:127.0.0.1:52205_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/security/authorization params={} status=0 QTime=3
   [junit4]   2> 845122 INFO  (zkCallback-1093-thread-1-processing-n:127.0.0.1:52205_solr) [n:127.0.0.1:52205_solr    ] o.a.s.c.CoreContainer Security node changed, reloading security.json
   [junit4]   2> 845122 INFO  (zkCallback-1093-thread-1-processing-n:127.0.0.1:52205_solr) [n:127.0.0.1:52205_solr    ] o.a.s.c.CoreContainer Initializing authorization plugin: solr.RuleBasedAuthorizationPlugin
   [junit4]   2> 845123 INFO  (zkCallback-1109-thread-1-processing-n:127.0.0.1:52230_solr) [n:127.0.0.1:52230_solr    ] o.a.s.c.CoreContainer Security node changed, reloading security.json
   [junit4]   2> 845123 INFO  (zkCallback-1093-thread-1-processing-n:127.0.0.1:52205_solr) [n:127.0.0.1:52205_solr    ] o.a.s.c.CoreContainer Initializing authentication plugin: solr.BasicAuthPlugin
   [junit4]   2> 845123 INFO  (zkCallback-1109-thread-1-processing-n:127.0.0.1:52230_solr) [n:127.0.0.1:52230_solr    ] o.a.s.c.CoreContainer Initializing authorization plugin: solr.RuleBasedAuthorizationPlugin
   [junit4]   2> 845123 INFO  (zkCallback-1109-thread-1-processing-n:127.0.0.1:52230_solr) [n:127.0.0.1:52230_solr    ] o.a.s.c.CoreContainer Initializing authentication plugin: solr.BasicAuthPlugin
   [junit4]   2> 845123 INFO  (zkCallback-1092-thread-2-processing-n:127.0.0.1:52202_solr) [n:127.0.0.1:52202_solr    ] o.a.s.c.CoreContainer Security node changed, reloading security.json
   [junit4]   2> 845124 INFO  (zkCallback-1092-thread-2-processing-n:127.0.0.1:52202_solr) [n:127.0.0.1:52202_solr    ] o.a.s.c.CoreContainer Initializing authorization plugin: solr.RuleBasedAuthorizationPlugin
   [junit4]   2> 845125 INFO  (qtp125117746-6514) [n:127.0.0.1:52202_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/security/authorization params={} status=0 QTime=0
   [junit4]   2> 845126 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[A3A051FD5892AF36]) [    ] o.a.s.s.BasicAuthIntegrationTest Added Basic Auth security Header aGFycnk6SGFycnlJc1ViZXJDb29s
   [junit4]   2> 845128 INFO  (qtp125117746-6515) [n:127.0.0.1:52202_solr    ] o.a.s.s.RuleBasedAuthorizationPlugin This resource is configured to have a permission {
   [junit4]   2>   "name":"security-edit",
   [junit4]   2>   "role":"admin"}, The principal [principal: harry] does not have the right role 
   [junit4]   2> 845128 INFO  (qtp125117746-6515) [n:127.0.0.1:52202_solr    ] o.a.s.s.HttpSolrCall USER_REQUIRED auth header Basic aGFycnk6SGFycnlJc1ViZXJDb29s context : userPrincipal: [[principal: harry]] type: [ADMIN], collections: [], Path: [/____v2/cluster/security/authorization] path : /____v2/cluster/security/authorization params : 
   [junit4]   2> 845130 INFO  (TEST-BasicAuthIntegrationTest.testBasicAuth-seed#[A3A051FD5892AF36]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testBasicAuth
   [junit4]   2> 845133 INFO  (zkCallback-1092-thread-2-processing-n:127.0.0.1:52202_solr) [n:127.0.0.1:52202_solr    ] o.a.s.c.CoreContainer Initializing authentication plugin: solr.BasicAuthPlugin
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=BasicAuthIntegrationTest -Dtests.method=testBasicAuth -Dtests.seed=A3A051FD5892AF36 -Dtests.slow=true -Dtests.locale=es-CU -Dtests.timezone=Navajo -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 3.45s J1 | BasicAuthIntegrationTest.testBasicAuth <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: expected:<200> but was:<403>
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([A3A051FD5892AF36:1FCE27EFFCC12C4C]:0)
   [junit4]    > 	at org.apache.solr.security.BasicAuthIntegrationTest.executeCommand(BasicAuthIntegrationTest.java:235)
   [junit4]    > 	at org.apache.solr.security.BasicAuthIntegrationTest.testBasicAuth(BasicAuthIntegrationTest.java:147)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 845141 INFO  (jetty-closer-1081-thread-2) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@3faad4f4{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 845141 INFO  (jetty-closer-1081-thread-2) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1151482499
   [junit4]   2> 845142 INFO  (jetty-closer-1081-thread-1) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@73402656{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 845142 INFO  (jetty-closer-1081-thread-2) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 845142 INFO  (jetty-closer-1081-thread-3) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@931cbfd{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 845143 INFO  (jetty-closer-1081-thread-1) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1760438931
   [junit4]   2> 845143 INFO  (jetty-closer-1081-thread-3) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1398323140
   [junit4]   2> 845143 INFO  (jetty-closer-1081-thread-3) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 845143 INFO  (jetty-closer-1081-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 845145 INFO  (jetty-closer-1081-thread-2) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 845147 INFO  (coreCloseExecutor-3053-thread-1) [n:127.0.0.1:52205_solr c:authCollection s:shard2 r:core_node1 x:authCollection_shard2_replica1] o.a.s.c.SolrCore [authCollection_shard2_replica1]  CLOSING SolrCore org.apache.solr.core.SolrCore@3a2a812c
   [junit4]   2> 845148 INFO  (jetty-closer-1081-thread-3) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 845149 INFO  (jetty-closer-1081-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 845149 INFO  (coreCloseExecutor-3054-thread-1) [n:127.0.0.1:52202_solr c:authCollection s:shard1 r:core_node3 x:authCollection_shard1_replica1] o.a.s.c.SolrCore [authCollection_shard1_replica1]  CLOSING SolrCore org.apache.solr.core.SolrCore@70938f9b
   [junit4]   2> 845150 INFO  (coreCloseExecutor-3055-thread-1) [n:127.0.0.1:52230_solr c:authCollection s:shard3 r:core_node2 x:authCollection_shard3_replica1] o.a.s.c.SolrCore [authCollection_shard3_replica1]  CLOSING SolrCore org.apache.solr.core.SolrCore@393667b7
   [junit4]   2> 845151 INFO  (coreCloseExecutor-3053-thread-1) [n:127.0.0.1:52205_solr c:authCollection s:shard2 r:core_node1 x:authCollection_shard2_replica1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.authCollection.shard2.replica1, tag=975864108
   [junit4]   2> 845153 INFO  (coreCloseExecutor-3054-thread-1) [n:127.0.0.1:52202_solr c:authCollection s:shard1 r:core_node3 x:authCollection_shard1_replica1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.authCollection.shard1.replica1, tag=1888718747
   [junit4]   2> 845154 INFO  (coreCloseExecutor-3055-thread-1) [n:127.0.0.1:52230_solr c:authCollection s:shard3 r:core_node2 x:authCollection_shard3_replica1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.authCollection.shard3.replica1, tag=959866807
   [junit4]   2> 845155 INFO  (jetty-closer-1081-thread-2) [    ] o.a.s.c.Overseer Overseer (id=97645492054917127-127.0.0.1:52205_solr-n_0000000000) closing
   [junit4]   2> 845156 INFO  (OverseerStateUpdate-97645492054917127-127.0.0.1:52205_solr-n_0000000000) [n:127.0.0.1:52205_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:52205_solr
   [junit4]   2> 845163 WARN  (zkCallback-1093-thread-2-processing-n:127.0.0.1:52205_solr) [n:127.0.0.1:52205_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 845163 WARN  (zkCallback-1092-thread-2-processing-n:127.0.0.1:52202_solr) [n:127.0.0.1:52202_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 845168 INFO  (jetty-closer-1081-thread-2) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@4d56b54c{/solr,null,UNAVAILABLE}
   [junit4]   2> 845168 INFO  (zkCallback-1109-thread-1-processing-n:127.0.0.1:52230_solr) [n:127.0.0.1:52230_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:52230_solr
   [junit4]   2> 845169 INFO  (zkCallback-1109-thread-2-processing-n:127.0.0.1:52230_solr) [n:127.0.0.1:52230_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (1)
   [junit4]   2> 845170 INFO  (jetty-closer-1081-thread-3) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@452284fa{/solr,null,UNAVAILABLE}
   [junit4]   2> 845175 WARN  (zkCallback-1109-thread-2-processing-n:127.0.0.1:52230_solr) [n:127.0.0.1:52230_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 846673 INFO  (jetty-closer-1081-thread-1) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@1e823b8f{/solr,null,UNAVAILABLE}
   [junit4]   2> 846676 INFO  (SUITE-BasicAuthIntegrationTest-seed#[A3A051FD5892AF36]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:52199 52199
   [junit4]   2> 846685 INFO  (Thread-1528) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:52199 52199
   [junit4]   2> 849920 WARN  (Thread-1528) [    ] 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> 	5	/solr/clusterprops.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> 	4	/solr/collections/authCollection/state.json
   [junit4]   2> 	2	/solr/overseer_elect/election/97645492054917126-127.0.0.1:52202_solr-n_0000000001
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	19	/solr/overseer/queue
   [junit4]   2> 	7	/solr/overseer/collection-queue-work
   [junit4]   2> 	5	/solr/collections
   [junit4]   2> 	4	/solr/live_nodes
   [junit4]   2> 	3	/solr/overseer/queue-work
   [junit4]   2> 
   [junit4]   2> 849921 INFO  (SUITE-BasicAuthIntegrationTest-seed#[A3A051FD5892AF36]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_A3A051FD5892AF36-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70), sim=RandomSimilarity(queryNorm=true): {}, locale=es-CU, timezone=Navajo
   [junit4]   2> NOTE: Mac OS X 10.11.6 x86_64/Oracle Corporation 1.8.0_121 (64-bit)/cpus=3,threads=1,free=102393576,total=482344960
   [junit4]   2> NOTE: All tests run in this JVM: [TestDistributedMissingSort, PropertiesRequestHandlerTest, HdfsChaosMonkeySafeLeaderTest, HdfsBasicDistributedZkTest, SuggestComponentContextFilterQueryTest, TestCoreDiscovery, ExplicitHLLTest, RemoteQueryErrorTest, TestSearchPerf, CacheHeaderTest, InfoHandlerTest, TestSearcherReuse, IgnoreCommitOptimizeUpdateProcessorFactoryTest, TestHashQParserPlugin, SparseHLLTest, AnalyticsQueryTest, CoreAdminRequestStatusTest, CleanupOldIndexTest, ZkSolrClientTest, PreAnalyzedFieldManagedSchemaCloudTest, TestMiniSolrCloudCluster, LeaderElectionIntegrationTest, SuggesterWFSTTest, HighlighterConfigTest, TestAuthenticationFramework, TestPHPSerializedResponseWriter, SolrSlf4jReporterTest, TestValueSourceCache, TestDocSet, CollectionTooManyReplicasTest, TestScoreJoinQPScore, EnumFieldTest, LoggingHandlerTest, AddBlockUpdateTest, UpdateRequestProcessorFactoryTest, TestSolr4Spatial, TestTrie, PreAnalyzedUpdateProcessorTest, DistributedFacetPivotSmallTest, SolrMetricManagerTest, TestWriterPerf, TestFreeTextSuggestions, TestGraphMLResponseWriter, CSVRequestHandlerTest, ResponseLogComponentTest, TestSystemIdResolver, RequestHandlersTest, CircularListTest, TestSQLHandlerNonCloud, TestSubQueryTransformerCrossCore, SolrCoreCheckLockOnStartupTest, ShowFileRequestHandlerTest, ReplicationFactorTest, BlockCacheTest, TestSha256AuthenticationProvider, TestObjectReleaseTracker, TestQuerySenderListener, DeleteInactiveReplicaTest, TestUtils, ScriptEngineTest, VersionInfoTest, TestEmbeddedSolrServerSchemaAPI, CloudMLTQParserTest, TestSuggestSpellingConverter, TestManagedSynonymFilterFactory, InfixSuggestersTest, V2ApiIntegrationTest, TestDistributedGrouping, TestSchemaVersionResource, DebugComponentTest, PeerSyncWithIndexFingerprintCachingTest, TestDocBasedVersionConstraints, BooleanFieldTest, TestMiniSolrCloudClusterSSL, TestRangeQuery, TestClassicSimilarityFactory, TestBlendedInfixSuggestions, ExitableDirectoryReaderTest, AutoCommitTest, TestOrdValues, DistributedFacetPivotLongTailTest, BlobRepositoryCloudTest, RollingRestartTest, TestConfigReload, TestNumericTerms64, BufferStoreTest, TestPushWriter, DistributedQueryComponentCustomSortTest, TestManagedResource, TemplateUpdateProcessorTest, RankQueryTest, DistanceUnitsTest, CloneFieldUpdateProcessorFactoryTest, DirectUpdateHandlerOptimizeTest, BasicDistributedZk2Test, TestExportWriter, PeerSyncReplicationTest, OverriddenZkACLAndCredentialsProvidersTest, ClusterStateTest, TestFoldingMultitermQuery, CachingDirectoryFactoryTest, ZkStateWriterTest, TestFiltering, TestRebalanceLeaders, SimpleCollectionCreateDeleteTest, TestComplexPhraseLeadingWildcard, DefaultValueUpdateProcessorTest, TestLegacyNumericRangeQueryBuilder, BigEndianAscendingWordSerializerTest, BasicAuthIntegrationTest]
   [junit4] Completed [209/701 (1!)] on J1 in 12.08s, 1 test, 1 failure <<< FAILURES!

[...truncated 64256 lines...]


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

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

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

Error Message:
Could not find collection:collection2

Stack Trace:
java.lang.AssertionError: Could not find collection:collection2
	at __randomizedtesting.SeedInfo.seed([C5B8394910EFB0B:840FBC4E3FF296F3]: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:870)
	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:745)




Build Log:
[...truncated 11730 lines...]
   [junit4] Suite: org.apache.solr.cloud.FullSolrCloudDistribCmdsTest
   [junit4]   2> Creating dataDir: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_C5B8394910EFB0B-001/init-core-data-001
   [junit4]   2> 1307457 WARN  (SUITE-FullSolrCloudDistribCmdsTest-seed#[C5B8394910EFB0B]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=1 numCloses=1
   [junit4]   2> 1307457 INFO  (SUITE-FullSolrCloudDistribCmdsTest-seed#[C5B8394910EFB0B]-worker) [    ] o.a.s.SolrTestCaseJ4 Using TrieFields
   [junit4]   2> 1307461 INFO  (SUITE-FullSolrCloudDistribCmdsTest-seed#[C5B8394910EFB0B]-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> 1307461 INFO  (SUITE-FullSolrCloudDistribCmdsTest-seed#[C5B8394910EFB0B]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /_/
   [junit4]   2> 1307462 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[C5B8394910EFB0B]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1307462 INFO  (Thread-1645) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1307463 INFO  (Thread-1645) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1307564 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[C5B8394910EFB0B]) [    ] o.a.s.c.ZkTestServer start zk server on port:61870
   [junit4]   2> 1307601 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[C5B8394910EFB0B]) [    ] 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> 1307604 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[C5B8394910EFB0B]) [    ] 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> 1307609 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[C5B8394910EFB0B]) [    ] 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> 1307612 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[C5B8394910EFB0B]) [    ] 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> 1307614 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[C5B8394910EFB0B]) [    ] 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> 1307617 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[C5B8394910EFB0B]) [    ] 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> 1307620 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[C5B8394910EFB0B]) [    ] 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> 1307622 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[C5B8394910EFB0B]) [    ] 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> 1307625 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[C5B8394910EFB0B]) [    ] 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> 1307627 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[C5B8394910EFB0B]) [    ] 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> 1307630 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[C5B8394910EFB0B]) [    ] 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> 1308976 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[C5B8394910EFB0B]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_C5B8394910EFB0B-001/control-001/cores/collection1
   [junit4]   2> 1308978 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[C5B8394910EFB0B]) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1308979 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[C5B8394910EFB0B]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@3ae2d6de{/_,null,AVAILABLE}
   [junit4]   2> 1308980 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[C5B8394910EFB0B]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@36e7022c{HTTP/1.1,[http/1.1]}{127.0.0.1:61873}
   [junit4]   2> 1308980 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[C5B8394910EFB0B]) [    ] o.e.j.s.Server Started @1314577ms
   [junit4]   2> 1308980 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[C5B8394910EFB0B]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_C5B8394910EFB0B-001/tempDir-001/control/data, hostContext=/_, hostPort=61873, coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_C5B8394910EFB0B-001/control-001/cores}
   [junit4]   2> 1308980 ERROR (TEST-FullSolrCloudDistribCmdsTest.test-seed#[C5B8394910EFB0B]) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1308981 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[C5B8394910EFB0B]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.0.0
   [junit4]   2> 1308981 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[C5B8394910EFB0B]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1308981 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[C5B8394910EFB0B]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1308981 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[C5B8394910EFB0B]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-03-19T08:38:06.605Z
   [junit4]   2> 1308986 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[C5B8394910EFB0B]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1308986 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[C5B8394910EFB0B]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_C5B8394910EFB0B-001/control-001/solr.xml
   [junit4]   2> 1308998 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[C5B8394910EFB0B]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:61870/solr
   [junit4]   2> 1309046 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[C5B8394910EFB0B]) [n:127.0.0.1:61873__    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1309047 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[C5B8394910EFB0B]) [n:127.0.0.1:61873__    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:61873__
   [junit4]   2> 1309049 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[C5B8394910EFB0B]) [n:127.0.0.1:61873__    ] o.a.s.c.Overseer Overseer (id=97642917730189316-127.0.0.1:61873__-n_0000000000) starting
   [junit4]   2> 1309064 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[C5B8394910EFB0B]) [n:127.0.0.1:61873__    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:61873__
   [junit4]   2> 1309071 INFO  (zkCallback-1357-thread-1-processing-n:127.0.0.1:61873__) [n:127.0.0.1:61873__    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1309152 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[C5B8394910EFB0B]) [n:127.0.0.1:61873__    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_C5B8394910EFB0B-001/control-001/cores
   [junit4]   2> 1309152 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[C5B8394910EFB0B]) [n:127.0.0.1:61873__    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 1309156 INFO  (OverseerStateUpdate-97642917730189316-127.0.0.1:61873__-n_0000000000) [n:127.0.0.1:61873__    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
   [junit4]   2> 1310184 INFO  (coreLoadExecutor-3494-thread-1-processing-n:127.0.0.1:61873__) [n:127.0.0.1:61873__ c:control_collection   x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1310198 INFO  (coreLoadExecutor-3494-thread-1-processing-n:127.0.0.1:61873__) [n:127.0.0.1:61873__ c:control_collection   x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1310257 WARN  (coreLoadExecutor-3494-thread-1-processing-n:127.0.0.1:61873__) [n:127.0.0.1:61873__ c:control_collection   x:collection1] o.a.s.s.IndexSchema [collection1] default search field in schema is text. WARNING: Deprecated, please use 'df' on request instead.
   [junit4]   2> 1310258 INFO  (coreLoadExecutor-3494-thread-1-processing-n:127.0.0.1:61873__) [n:127.0.0.1:61873__ c:control_collection   x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 1310288 INFO  (coreLoadExecutor-3494-thread-1-processing-n:127.0.0.1:61873__) [n:127.0.0.1:61873__ c:control_collection   x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 1310289 INFO  (coreLoadExecutor-3494-thread-1-processing-n:127.0.0.1:61873__) [n:127.0.0.1:61873__ c:control_collection   x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1310289 INFO  (coreLoadExecutor-3494-thread-1-processing-n:127.0.0.1:61873__) [n:127.0.0.1:61873__ 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/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_C5B8394910EFB0B-001/control-001/cores/collection1], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_C5B8394910EFB0B-001/control-001/cores/collection1/data/]
   [junit4]   2> 1310289 INFO  (coreLoadExecutor-3494-thread-1-processing-n:127.0.0.1:61873__) [n:127.0.0.1:61873__ c:control_collection   x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@5120411
   [junit4]   2> 1310290 INFO  (coreLoadExecutor-3494-thread-1-processing-n:127.0.0.1:61873__) [n:127.0.0.1:61873__ c:control_collection   x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1951994511, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 1310296 WARN  (coreLoadExecutor-3494-thread-1-processing-n:127.0.0.1:61873__) [n:127.0.0.1:61873__ 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> 1310378 INFO  (coreLoadExecutor-3494-thread-1-processing-n:127.0.0.1:61873__) [n:127.0.0.1:61873__ c:control_collection   x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1310378 INFO  (coreLoadExecutor-3494-thread-1-processing-n:127.0.0.1:61873__) [n:127.0.0.1:61873__ c:control_collection   x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1310380 INFO  (coreLoadExecutor-3494-thread-1-processing-n:127.0.0.1:61873__) [n:127.0.0.1:61873__ c:control_collection   x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1310380 INFO  (coreLoadExecutor-3494-thread-1-processing-n:127.0.0.1:61873__) [n:127.0.0.1:61873__ c:control_collection   x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1310381 INFO  (coreLoadExecutor-3494-thread-1-processing-n:127.0.0.1:61873__) [n:127.0.0.1:61873__ c:control_collection   x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=17, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 1310381 INFO  (coreLoadExecutor-3494-thread-1-processing-n:127.0.0.1:61873__) [n:127.0.0.1:61873__ c:control_collection   x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@33dd221b[collection1] main]
   [junit4]   2> 1310383 INFO  (coreLoadExecutor-3494-thread-1-processing-n:127.0.0.1:61873__) [n:127.0.0.1:61873__ c:control_collection   x:collection1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1310384 INFO  (coreLoadExecutor-3494-thread-1-processing-n:127.0.0.1:61873__) [n:127.0.0.1:61873__ c:control_collection   x:collection1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1310384 INFO  (coreLoadExecutor-3494-thread-1-processing-n:127.0.0.1:61873__) [n:127.0.0.1:61873__ c:control_collection   x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1310385 INFO  (searcherExecutor-3495-thread-1-processing-n:127.0.0.1:61873__ x:collection1 c:control_collection) [n:127.0.0.1:61873__ c:control_collection   x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@33dd221b[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1310385 INFO  (coreLoadExecutor-3494-thread-1-processing-n:127.0.0.1:61873__) [n:127.0.0.1:61873__ c:control_collection   x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1562286686741725184
   [junit4]   2> 1310399 INFO  (coreZkRegister-3487-thread-1-processing-n:127.0.0.1:61873__ x:collection1 c:control_collection) [n:127.0.0.1:61873__ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1310399 INFO  (coreZkRegister-3487-thread-1-processing-n:127.0.0.1:61873__ x:collection1 c:control_collection) [n:127.0.0.1:61873__ 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> 1310400 INFO  (coreZkRegister-3487-thread-1-processing-n:127.0.0.1:61873__ x:collection1 c:control_collection) [n:127.0.0.1:61873__ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:61873/_/collection1/
   [junit4]   2> 1310400 INFO  (coreZkRegister-3487-thread-1-processing-n:127.0.0.1:61873__ x:collection1 c:control_collection) [n:127.0.0.1:61873__ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1310400 INFO  (coreZkRegister-3487-thread-1-processing-n:127.0.0.1:61873__ x:collection1 c:control_collection) [n:127.0.0.1:61873__ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy http://127.0.0.1:61873/_/collection1/ has no replicas
   [junit4]   2> 1310400 INFO  (coreZkRegister-3487-thread-1-processing-n:127.0.0.1:61873__ x:collection1 c:control_collection) [n:127.0.0.1:61873__ 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> 1310410 INFO  (coreZkRegister-3487-thread-1-processing-n:127.0.0.1:61873__ x:collection1 c:control_collection) [n:127.0.0.1:61873__ 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:61873/_/collection1/ shard1
   [junit4]   2> 1310469 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[C5B8394910EFB0B]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1310472 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[C5B8394910EFB0B]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:61870/solr ready
   [junit4]   2> 1310472 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[C5B8394910EFB0B]) [    ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 1310520 INFO  (coreZkRegister-3487-thread-1-processing-n:127.0.0.1:61873__ x:collection1 c:control_collection) [n:127.0.0.1:61873__ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1310947 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[C5B8394910EFB0B]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_C5B8394910EFB0B-001/shard-1-001/cores/collection1
   [junit4]   2> 1310949 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[C5B8394910EFB0B]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_C5B8394910EFB0B-001/shard-1-001
   [junit4]   2> 1310950 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[C5B8394910EFB0B]) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1310952 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[C5B8394910EFB0B]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@574bb5de{/_,null,AVAILABLE}
   [junit4]   2> 1310952 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[C5B8394910EFB0B]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@12e47e98{HTTP/1.1,[http/1.1]}{127.0.0.1:61878}
   [junit4]   2> 1310952 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[C5B8394910EFB0B]) [    ] o.e.j.s.Server Started @1316550ms
   [junit4]   2> 1310953 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[C5B8394910EFB0B]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_C5B8394910EFB0B-001/tempDir-001/jetty1, solrconfig=solrconfig.xml, hostContext=/_, hostPort=61878, coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_C5B8394910EFB0B-001/shard-1-001/cores}
   [junit4]   2> 1310953 ERROR (TEST-FullSolrCloudDistribCmdsTest.test-seed#[C5B8394910EFB0B]) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1310954 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[C5B8394910EFB0B]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.0.0
   [junit4]   2> 1310954 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[C5B8394910EFB0B]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1310954 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[C5B8394910EFB0B]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1310954 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[C5B8394910EFB0B]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-03-19T08:38:08.578Z
   [junit4]   2> 1310958 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[C5B8394910EFB0B]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1310958 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[C5B8394910EFB0B]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_C5B8394910EFB0B-001/shard-1-001/solr.xml
   [junit4]   2> 1310970 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[C5B8394910EFB0B]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:61870/solr
   [junit4]   2> 1310990 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[C5B8394910EFB0B]) [n:127.0.0.1:61878__    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1310995 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[C5B8394910EFB0B]) [n:127.0.0.1:61878__    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1310999 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[C5B8394910EFB0B]) [n:127.0.0.1:61878__    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:61878__
   [junit4]   2> 1311002 INFO  (zkCallback-1361-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1311002 INFO  (zkCallback-1357-thread-3-processing-n:127.0.0.1:61873__) [n:127.0.0.1:61873__    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1311004 INFO  (zkCallback-1366-thread-1-processing-n:127.0.0.1:61878__) [n:127.0.0.1:61878__    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1311136 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[C5B8394910EFB0B]) [n:127.0.0.1:61878__    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_C5B8394910EFB0B-001/shard-1-001/cores
   [junit4]   2> 1311136 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[C5B8394910EFB0B]) [n:127.0.0.1:61878__    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 1311139 INFO  (OverseerStateUpdate-97642917730189316-127.0.0.1:61873__-n_0000000000) [n:127.0.0.1:61873__    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard2
   [junit4]   2> 1312169 INFO  (coreLoadExecutor-3505-thread-1-processing-n:127.0.0.1:61878__) [n:127.0.0.1:61878__ c:collection1   x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1312190 INFO  (coreLoadExecutor-3505-thread-1-processing-n:127.0.0.1:61878__) [n:127.0.0.1:61878__ c:collection1   x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1312252 WARN  (coreLoadExecutor-3505-thread-1-processing-n:127.0.0.1:61878__) [n:127.0.0.1:61878__ c:collection1   x:collection1] o.a.s.s.IndexSchema [collection1] default search field in schema is text. WARNING: Deprecated, please use 'df' on request instead.
   [junit4]   2> 1312253 INFO  (coreLoadExecutor-3505-thread-1-processing-n:127.0.0.1:61878__) [n:127.0.0.1:61878__ c:collection1   x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 1312284 INFO  (coreLoadExecutor-3505-thread-1-processing-n:127.0.0.1:61878__) [n:127.0.0.1:61878__ c:collection1   x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 1312284 INFO  (coreLoadExecutor-3505-thread-1-processing-n:127.0.0.1:61878__) [n:127.0.0.1:61878__ c:collection1   x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1312284 INFO  (coreLoadExecutor-3505-thread-1-processing-n:127.0.0.1:61878__) [n:127.0.0.1:61878__ 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/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_C5B8394910EFB0B-001/shard-1-001/cores/collection1], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_C5B8394910EFB0B-001/shard-1-001/cores/collection1/data/]
   [junit4]   2> 1312284 INFO  (coreLoadExecutor-3505-thread-1-processing-n:127.0.0.1:61878__) [n:127.0.0.1:61878__ c:collection1   x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@5120411
   [junit4]   2> 1312287 INFO  (coreLoadExecutor-3505-thread-1-processing-n:127.0.0.1:61878__) [n:127.0.0.1:61878__ c:collection1   x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1951994511, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 1312293 WARN  (coreLoadExecutor-3505-thread-1-processing-n:127.0.0.1:61878__) [n:127.0.0.1:61878__ 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> 1312402 INFO  (coreLoadExecutor-3505-thread-1-processing-n:127.0.0.1:61878__) [n:127.0.0.1:61878__ c:collection1   x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1312402 INFO  (coreLoadExecutor-3505-thread-1-processing-n:127.0.0.1:61878__) [n:127.0.0.1:61878__ c:collection1   x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1312404 INFO  (coreLoadExecutor-3505-thread-1-processing-n:127.0.0.1:61878__) [n:127.0.0.1:61878__ c:collection1   x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1312405 INFO  (coreLoadExecutor-3505-thread-1-processing-n:127.0.0.1:61878__) [n:127.0.0.1:61878__ c:collection1   x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1312406 INFO  (coreLoadExecutor-3505-thread-1-processing-n:127.0.0.1:61878__) [n:127.0.0.1:61878__ c:collection1   x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=17, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 1312412 INFO  (coreLoadExecutor-3505-thread-1-processing-n:127.0.0.1:61878__) [n:127.0.0.1:61878__ c:collection1   x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@5ab22c52[collection1] main]
   [junit4]   2> 1312416 INFO  (coreLoadExecutor-3505-thread-1-processing-n:127.0.0.1:61878__) [n:127.0.0.1:61878__ c:collection1   x:collection1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1312420 INFO  (coreLoadExecutor-3505-thread-1-processing-n:127.0.0.1:61878__) [n:127.0.0.1:61878__ c:collection1   x:collection1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1312420 INFO  (coreLoadExecutor-3505-thread-1-processing-n:127.0.0.1:61878__) [n:127.0.0.1:61878__ c:collection1   x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1312421 INFO  (searcherExecutor-3506-thread-1-processing-n:127.0.0.1:61878__ x:collection1 c:collection1) [n:127.0.0.1:61878__ c:collection1   x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@5ab22c52[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1312424 INFO  (coreLoadExecutor-3505-thread-1-processing-n:127.0.0.1:61878__) [n:127.0.0.1:61878__ c:collection1   x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1562286688879771648
   [junit4]   2> 1312434 INFO  (coreZkRegister-3500-thread-1-processing-n:127.0.0.1:61878__ x:collection1 c:collection1) [n:127.0.0.1:61878__ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1312434 INFO  (coreZkRegister-3500-thread-1-processing-n:127.0.0.1:61878__ x:collection1 c:collection1) [n:127.0.0.1:61878__ 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> 1312434 INFO  (coreZkRegister-3500-thread-1-processing-n:127.0.0.1:61878__ x:collection1 c:collection1) [n:127.0.0.1:61878__ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:61878/_/collection1/
   [junit4]   2> 1312434 INFO  (coreZkRegister-3500-thread-1-processing-n:127.0.0.1:61878__ x:collection1 c:collection1) [n:127.0.0.1:61878__ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1312435 INFO  (coreZkRegister-3500-thread-1-processing-n:127.0.0.1:61878__ x:collection1 c:collection1) [n:127.0.0.1:61878__ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.SyncStrategy http://127.0.0.1:61878/_/collection1/ has no replicas
   [junit4]   2> 1312435 INFO  (coreZkRegister-3500-thread-1-processing-n:127.0.0.1:61878__ x:collection1 c:collection1) [n:127.0.0.1:61878__ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 1312445 INFO  (coreZkRegister-3500-thread-1-processing-n:127.0.0.1:61878__ x:collection1 c:collection1) [n:127.0.0.1:61878__ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:61878/_/collection1/ shard2
   [junit4]   2> 1312603 INFO  (coreZkRegister-3500-thread-1-processing-n:127.0.0.1:61878__ x:collection1 c:collection1) [n:127.0.0.1:61878__ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1312818 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[C5B8394910EFB0B]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_C5B8394910EFB0B-001/shard-2-001/cores/collection1
   [junit4]   2> 1312819 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[C5B8394910EFB0B]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_C5B8394910EFB0B-001/shard-2-001
   [junit4]   2> 1312820 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[C5B8394910EFB0B]) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1312822 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[C5B8394910EFB0B]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@173d3de3{/_,null,AVAILABLE}
   [junit4]   2> 1312822 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[C5B8394910EFB0B]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@58ae4b1b{HTTP/1.1,[http/1.1]}{127.0.0.1:61889}
   [junit4]   2> 1312823 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[C5B8394910EFB0B]) [    ] o.e.j.s.Server Started @1318421ms
   [junit4]   2> 1312824 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[C5B8394910EFB0B]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_C5B8394910EFB0B-001/tempDir-001/jetty2, solrconfig=solrconfig.xml, hostContext=/_, hostPort=61889, coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_C5B8394910EFB0B-001/shard-2-001/cores}
   [junit4]   2> 1312824 ERROR (TEST-FullSolrCloudDistribCmdsTest.test-seed#[C5B8394910EFB0B]) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1312824 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[C5B8394910EFB0B]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.0.0
   [junit4]   2> 1312824 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[C5B8394910EFB0B]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1312824 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[C5B8394910EFB0B]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1312824 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[C5B8394910EFB0B]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-03-19T08:38:10.448Z
   [junit4]   2> 1312829 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[C5B8394910EFB0B]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1312829 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[C5B8394910EFB0B]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_C5B8394910EFB0B-001/shard-2-001/solr.xml
   [junit4]   2> 1312858 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[C5B8394910EFB0B]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:61870/solr
   [junit4]   2> 1312876 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[C5B8394910EFB0B]) [n:127.0.0.1:61889__    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1312881 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[C5B8394910EFB0B]) [n:127.0.0.1:61889__    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1312885 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[C5B8394910EFB0B]) [n:127.0.0.1:61889__    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:61889__
   [junit4]   2> 1312888 INFO  (zkCallback-1361-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1312889 INFO  (zkCallback-1357-thread-2-processing-n:127.0.0.1:61873__) [n:127.0.0.1:61873__    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1312889 INFO  (zkCallback-1366-thread-1-processing-n:127.0.0.1:61878__) [n:127.0.0.1:61878__    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1312890 INFO  (zkCallback-1372-thread-1-processing-n:127.0.0.1:61889__) [n:127.0.0.1:61889__    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1312970 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[C5B8394910EFB0B]) [n:127.0.0.1:61889__    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_C5B8394910EFB0B-001/shard-2-001/cores
   [junit4]   2> 1312970 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[C5B8394910EFB0B]) [n:127.0.0.1:61889__    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 1312973 INFO  (OverseerStateUpdate-97642917730189316-127.0.0.1:61873__-n_0000000000) [n:127.0.0.1:61873__    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard3
   [junit4]   2> 1313997 INFO  (coreLoadExecutor-3516-thread-1-processing-n:127.0.0.1:61889__) [n:127.0.0.1:61889__ c:collection1   x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1314013 INFO  (coreLoadExecutor-3516-thread-1-processing-n:127.0.0.1:61889__) [n:127.0.0.1:61889__ c:collection1   x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1314077 WARN  (coreLoadExecutor-3516-thread-1-processing-n:127.0.0.1:61889__) [n:127.0.0.1:61889__ c:collection1   x:collection1] o.a.s.s.IndexSchema [collection1] default search field in schema is text. WARNING: Deprecated, please use 'df' on request instead.
   [junit4]   2> 1314079 INFO  (coreLoadExecutor-3516-thread-1-processing-n:127.0.0.1:61889__) [n:127.0.0.1:61889__ c:collection1   x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 1314108 INFO  (coreLoadExecutor-3516-thread-1-processing-n:127.0.0.1:61889__) [n:127.0.0.1:61889__ c:collection1   x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 1314108 INFO  (coreLoadExecutor-3516-thread-1-processing-n:127.0.0.1:61889__) [n:127.0.0.1:61889__ c:collection1   x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1314108 INFO  (coreLoadExecutor-3516-thread-1-processing-n:127.0.0.1:61889__) [n:127.0.0.1:61889__ 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/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_C5B8394910EFB0B-001/shard-2-001/cores/collection1], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_C5B8394910EFB0B-001/shard-2-001/cores/collection1/data/]
   [junit4]   2> 1314115 INFO  (coreLoadExecutor-3516-thread-1-processing-n:127.0.0.1:61889__) [n:127.0.0.1:61889__ c:collection1   x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@5120411
   [junit4]   2> 1314118 INFO  (coreLoadExecutor-3516-thread-1-processing-n:127.0.0.1:61889__) [n:127.0.0.1:61889__ c:collection1   x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1951994511, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 1314123 WARN  (coreLoadExecutor-3516-thread-1-processing-n:127.0.0.1:61889__) [n:127.0.0.1:61889__ 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> 1314194 INFO  (coreLoadExecutor-3516-thread-1-processing-n:127.0.0.1:61889__) [n:127.0.0.1:61889__ c:collection1   x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1314194 INFO  (coreLoadExecutor-3516-thread-1-processing-n:127.0.0.1:61889__) [n:127.0.0.1:61889__ c:collection1   x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1314196 INFO  (coreLoadExecutor-3516-thread-1-processing-n:127.0.0.1:61889__) [n:127.0.0.1:61889__ c:collection1   x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1314196 INFO  (coreLoadExecutor-3516-thread-1-processing-n:127.0.0.1:61889__) [n:127.0.0.1:61889__ c:collection1   x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1314197 INFO  (coreLoadExecutor-3516-thread-1-processing-n:127.0.0.1:61889__) [n:127.0.0.1:61889__ c:collection1   x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=17, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 1314197 INFO  (coreLoadExecutor-3516-thread-1-processing-n:127.0.0.1:61889__) [n:127.0.0.1:61889__ c:collection1   x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@f08ea5c[collection1] main]
   [junit4]   2> 1314199 INFO  (coreLoadExecutor-3516-thread-1-processing-n:127.0.0.1:61889__) [n:127.0.0.1:61889__ c:collection1   x:collection1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1314200 INFO  (coreLoadExecutor-3516-thread-1-processing-n:127.0.0.1:61889__) [n:127.0.0.1:61889__ c:collection1   x:collection1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1314200 INFO  (coreLoadExecutor-3516-thread-1-processing-n:127.0.0.1:61889__) [n:127.0.0.1:61889__ c:collection1   x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1314201 INFO  (searcherExecutor-3517-thread-1-processing-n:127.0.0.1:61889__ x:collection1 c:collection1) [n:127.0.0.1:61889__ c:collection1   x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@f08ea5c[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1314201 INFO  (coreLoadExecutor-3516-thread-1-processing-n:127.0.0.1:61889__) [n:127.0.0.1:61889__ c:collection1   x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1562286690743091200
   [junit4]   2> 1314211 INFO  (coreZkRegister-3511-thread-1-processing-n:127.0.0.1:61889__ x:collection1 c:collection1) [n:127.0.0.1:61889__ c:collection1 s:shard3 r:core_node2 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1314211 INFO  (coreZkRegister-3511-thread-1-processing-n:127.0.0.1:61889__ x:collection1 c:collection1) [n:127.0.0.1:61889__ 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> 1314211 INFO  (coreZkRegister-3511-thread-1-processing-n:127.0.0.1:61889__ x:collection1 c:collection1) [n:127.0.0.1:61889__ c:collection1 s:shard3 r:core_node2 x:collection1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:61889/_/collection1/
   [junit4]   2> 1314211 INFO  (coreZkRegister-3511-thread-1-processing-n:127.0.0.1:61889__ x:collection1 c:collection1) [n:127.0.0.1:61889__ c:collection1 s:shard3 r:core_node2 x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1314211 INFO  (coreZkRegister-3511-thread-1-processing-n:127.0.0.1:61889__ x:collection1 c:collection1) [n:127.0.0.1:61889__ c:collection1 s:shard3 r:core_node2 x:collection1] o.a.s.c.SyncStrategy http://127.0.0.1:61889/_/collection1/ has no replicas
   [junit4]   2> 1314211 INFO  (coreZkRegister-3511-thread-1-processing-n:127.0.0.1:61889__ x:collection1 c:collection1) [n:127.0.0.1:61889__ c:collection1 s:shard3 r:core_node2 x:collection1] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 1314217 INFO  (coreZkRegister-3511-thread-1-processing-n:127.0.0.1:61889__ x:collection1 c:collection1) [n:127.0.0.1:61889__ c:collection1 s:shard3 r:core_node2 x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:61889/_/collection1/ shard3
   [junit4]   2> 1314383 INFO  (coreZkRegister-3511-thread-1-processing-n:127.0.0.1:61889__ x:collection1 c:collection1) [n:127.0.0.1:61889__ c:collection1 s:shard3 r:core_node2 x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1314572 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[C5B8394910EFB0B]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_C5B8394910EFB0B-001/shard-3-001/cores/collection1
   [junit4]   2> 1314573 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[C5B8394910EFB0B]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_C5B8394910EFB0B-001/shard-3-001
   [junit4]   2> 1314574 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[C5B8394910EFB0B]) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1314576 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[C5B8394910EFB0B]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@248abcfc{/_,null,AVAILABLE}
   [junit4]   2> 1314576 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[C5B8394910EFB0B]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@1931a0e5{HTTP/1.1,[http/1.1]}{127.0.0.1:61895}
   [junit4]   2> 1314576 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[C5B8394910EFB0B]) [    ] o.e.j.s.Server Started @1320174ms
   [junit4]   2> 1314577 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[C5B8394910EFB0B]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_C5B8394910EFB0B-001/tempDir-001/jetty3, solrconfig=solrconfig.xml, hostContext=/_, hostPort=61895, coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_C5B8394910EFB0B-001/shard-3-001/cores}
   [junit4]   2> 1314577 ERROR (TEST-FullSolrCloudDistribCmdsTest.test-seed#[C5B8394910EFB0B]) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1314578 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[C5B8394910EFB0B]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.0.0
   [junit4]   2> 1314578 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[C5B8394910EFB0B]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1314578 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[C5B8394910EFB0B]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1314578 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[C5B8394910EFB0B]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-03-19T08:38:12.202Z
   [junit4]   2> 1314582 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[C5B8394910EFB0B]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1314583 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[C5B8394910EFB0B]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_C5B8394910EFB0B-001/shard-3-001/solr.xml
   [junit4]   2> 1314593 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[C5B8394910EFB0B]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:61870/solr
   [junit4]   2> 1314609 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[C5B8394910EFB0B]) [n:127.0.0.1:61895__    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 1314614 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[C5B8394910EFB0B]) [n:127.0.0.1:61895__    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1314617 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[C5B8394910EFB0B]) [n:127.0.0.1:61895__    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:61895__
   [junit4]   2> 1314620 INFO  (zkCallback-1361-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1314620 INFO  (zkCallback-1366-thread-1-processing-n:127.0.0.1:61878__) [n:127.0.0.1:61878__    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1314621 INFO  (zkCallback-1357-thread-1-processing-n:127.0.0.1:61873__) [n:127.0.0.1:61873__    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1314620 INFO  (zkCallback-1372-thread-1-processing-n:127.0.0.1:61889__) [n:127.0.0.1:61889__    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1314621 INFO  (zkCallback-1378-thread-1-processing-n:127.0.0.1:61895__) [n:127.0.0.1:61895__    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1314750 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[C5B8394910EFB0B]) [n:127.0.0.1:61895__    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_C5B8394910EFB0B-001/shard-3-001/cores
   [junit4]   2> 1314750 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[C5B8394910EFB0B]) [n:127.0.0.1:61895__    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 1314752 INFO  (OverseerStateUpdate-97642917730189316-127.0.0.1:61873__-n_0000000000) [n:127.0.0.1:61873__    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
   [junit4]   2> 1315773 INFO  (coreLoadExecutor-3527-thread-1-processing-n:127.0.0.1:61895__) [n:127.0.0.1:61895__ c:collection1   x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1315785 INFO  (coreLoadExecutor-3527-thread-1-processing-n:127.0.0.1:61895__) [n:127.0.0.1:61895__ c:collection1   x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1315844 WARN  (coreLoadExecutor-3527-thread-1-processing-n:127.0.0.1:61895__) [n:127.0.0.1:61895__ c:collection1   x:collection1] o.a.s.s.IndexSchema [collection1] default search field in schema is text. WARNING: Deprecated, please use 'df' on request instead.
   [junit4]   2> 1315846 INFO  (coreLoadExecutor-3527-thread-1-processing-n:127.0.0.1:61895__) [n:127.0.0.1:61895__ c:collection1   x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 1315875 INFO  (coreLoadExecutor-3527-thread-1-processing-n:127.0.0.1:61895__) [n:127.0.0.1:61895__ c:collection1   x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 1315875 INFO  (coreLoadExecutor-3527-thread-1-processing-n:127.0.0.1:61895__) [n:127.0.0.1:61895__ c:collection1   x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1315875 INFO  (coreLoadExecutor-3527-thread-1-processing-n:127.0.0.1:61895__) [n:127.0.0.1:61895__ 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/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_C5B8394910EFB0B-001/shard-3-001/cores/collection1], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_C5B8394910EFB0B-001/shard-3-001/cores/collection1/data/]
   [junit4]   2> 1315875 INFO  (coreLoadExecutor-3527-thread-1-processing-n:127.0.0.1:61895__) [n:127.0.0.1:61895__ c:collection1   x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@5120411
   [junit4]   2> 1315880 INFO  (coreLoadExecutor-3527-thread-1-processing-n:127.0.0.1:61895__) [n:127.0.0.1:61895__ c:collection1   x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1951994511, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 1315889 WARN  (coreLoadExecutor-3527-thread-1-processing-n:127.0.0.1:61895__) [n:127.0.0.1:61895__ 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> 1315955 INFO  (coreLoadExecutor-3527-thread-1-processing-n:127.0.0.1:61895__) [n:127.0.0.1:61895__ c:collection1   x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1315955 INFO  (coreLoadExecutor-3527-thread-1-processing-n:127.0.0.1:61895__) [n:127.0.0.1:61895__ c:collection1   x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1315957 INFO  (coreLoadExecutor-3527-thread-1-processing-n:127.0.0.1:61895__) [n:127.0.0.1:61895__ c:collection1   x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1315957 INFO  (coreLoadExecutor-3527-thread-1-processing-n:127.0.0.1:61895__) [n:127.0.0.1:61895__ c:collection1   x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1315958 INFO  (coreLoadExecutor-3527-thread-1-processing-n:127.0.0.1:61895__) [n:127.0.0.1:61895__ c:collection1   x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=17, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 1315958 INFO  (coreLoadExecutor-3527-thread-1-processing-n:127.0.0.1:61895__) [n:127.0.0.1:61895__ c:collection1   x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@2d225f16[collection1] main]
   [junit4]   2> 1315960 INFO  (coreLoadExecutor-3527-thread-1-processing-n:127.0.0.1:61895__) [n:127.0.0.1:61895__ c:collection1   x:collection1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1315960 INFO  (coreLoadExecutor-3527-thread-1-processing-n:127.0.0.1:61895__) [n:127.0.0.1:61895__ c:collection1   x:collection1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1315961 INFO  (coreLoadExecutor-3527-thread-1-processing-n:127.0.0.1:61895__) [n:127.0.0.1:61895__ c:collection1   x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1315962 INFO  (searcherExecutor-3528-thread-1-processing-n:127.0.0.1:61895__ x:collection1 c:collection1) [n:127.0.0.1:61895__ c:collection1   x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@2d225f16[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1315962 INFO  (coreLoadExecutor-3527-thread-1-processing-n:127.0.0.1:61895__) [n:127.0.0.1:61895__ c:collection1   x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1562286692589633536
   [junit4]   2> 1315972 INFO  (coreZkRegister-3522-thread-1-processing-n:127.0.0.1:61895__ x:collection1 c:collection1) [n:127.0.0.1:61895__ c:collection1 s:shard1 r:core_node3 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1315972 INFO  (coreZkRegister-3522-thread-1-processing-n:127.0.0.1:61895__ x:collection1 c:collection1) [n:127.0.0.1:61895__ 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> 1315972 INFO  (coreZkRegister-3522-thread-1-processing-n:127.0.0.1:61895__ x:collection1 c:collection1) [n:127.0.0.1:61895__ c:collection1 s:shard1 r:core_node3 x:collection1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:61895/_/collection1/
   [junit4]   2> 1315972 INFO  (coreZkRegister-3522-thread-1-processing-n:127.0.0.1:61895__ x:collection1 c:collection1) [n:127.0.0.1:61895__ c:collection1 s:shard1 r:core_node3 x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1315972 INFO  (coreZkRegister-3522-thread-1-processing-n:127.0.0.1:61895__ x:collection1 c:collection1) [n:127.0.0.1:61895__ c:collection1 s:shard1 r:core_node3 x:collection1] o.a.s.c.SyncStrategy http://127.0.0.1:61895/_/collection1/ has no replicas
   [junit4]   2> 1315972 INFO  (coreZkRegister-3522-thread-1-processing-n:127.0.0.1:61895__ x:collection1 c:collection1) [n:127.0.0.1:61895__ c:collection1 s:shard1 r:core_node3 x:collection1] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 1315978 INFO  (coreZkRegister-3522-thread-1-processing-n:127.0.0.1:61895__ x:collection1 c:collection1) [n:127.0.0.1:61895__ c:collection1 s:shard1 r:core_node3 x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:61895/_/collection1/ shard1
   [junit4]   2> 1316095 INFO  (coreZkRegister-3522-thread-1-processing-n:127.0.0.1:61895__ x:collection1 c:collection1) [n:127.0.0.1:61895__ c:collection1 s:shard1 r:core_node3 x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1316655 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[C5B8394910EFB0B]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_C5B8394910EFB0B-001/shard-4-001/cores/collection1
   [junit4]   2> 1316656 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[C5B8394910EFB0B]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 4 in directory /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_C5B8394910EFB0B-001/shard-4-001
   [junit4]   2> 1316656 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[C5B8394910EFB0B]) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1316658 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[C5B8394910EFB0B]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@2ebd70b0{/_,null,AVAILABLE}
   [junit4]   2> 1316671 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[C5B8394910EFB0B]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@3799ce58{HTTP/1.1,[http/1.1]}{127.0.0.1:61902}
   [junit4]   2> 1316671 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[C5B8394910EFB0B]) [    ] o.e.j.s.Server Started @1322268ms
   [junit4]   2> 1316671 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[C5B8394910EFB0B]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_C5B8394910EFB0B-001/tempDir-001/jetty4, solrconfig=solrconfig.xml, hostContext=/_, hostPort=61902, coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_C5B8394910EFB0B-001/shard-4-001/cores}
   [junit4]   2> 1316671 ERROR (TEST-FullSolrCloudDistribCmdsTest.test-seed#[C5B8394910EFB0B]) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1316675 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[C5B8394910EFB0B]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.0.0
   [junit4]   2> 1316756 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[C5B8394910EFB0B]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1316756 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[C5B8394910EFB0B]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1316776 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[C5B8394910EFB0B]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-03-19T08:38:14.400Z
   [junit4]   2> 1316849 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[C5B8394910EFB0B]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1316849 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[C5B8394910EFB0B]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_C5B8394910EFB0B-001/shard-4-001/solr.xml
   [junit4]   2> 1316888 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[C5B8394910EFB0B]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:61870/solr
   [junit4]   2> 1316910 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[C5B8394910EFB0B]) [n:127.0.0.1:61902__    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 1316914 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[C5B8394910EFB0B]) [n:127.0.0.1:61902__    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1316918 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[C5B8394910EFB0B]) [n:127.0.0.1:61902__    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:61902__
   [junit4]   2> 1316921 INFO  (zkCallback-1378-thread-1-processing-n:127.0.0.1:61895__) [n:127.0.0.1:61895__    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1316921 INFO  (zkCallback-1357-thread-3-processing-n:127.0.0.1:61873__) [n:127.0.0.1:61873__    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1316922 INFO  (zkCallback-1366-thread-1-processing-n:127.0.0.1:61878__) [n:127.0.0.1:61878__    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1316922 INFO  (zkCallback-1372-thread-1-processing-n:127.0.0.1:61889__) [n:127.0.0.1:61889__    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1316923 INFO  (zkCallback-1384-thread-1-processing-n:127.0.0.1:61902__) [n:127.0.0.1:61902__    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1316923 INFO  (zkCallback-1361-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1317200 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[C5B8394910EFB0B]) [n:127.0.0.1:61902__    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_C5B8394910EFB0B-001/shard-4-001/cores
   [junit4]   2> 1317200 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[C5B8394910EFB0B]) [n:127.0.0.1:61902__    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 1317204 INFO  (OverseerStateUpdate-97642917730189316-127.0.0.1:61873__-n_0000000000) [n:127.0.0.1:61873__    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard2
   [junit4]   2> 1318229 INFO  (coreLoadExecutor-3538-thread-1-processing-n:127.0.0.1:61902__) [n:127.0.0.1:61902__ c:collection1   x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1318248 INFO  (coreLoadExecutor-3538-thread-1-processing-n:127.0.0.1:61902__) [n:127.0.0.1:61902__ c:collection1   x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1318312 WARN  (coreLoadExecutor-3538-thread-1-processing-n:127.0.0.1:61902__) [n:127.0.0.1:61902__ c:collection1   x:collection1] o.a.s.s.IndexSchema [collection1] default search field in schema is text. WARNING: Deprecated, please use 'df' on request instead.
   [junit4]   2> 1318313 INFO  (coreLoadExecutor-3538-thread-1-processing-n:127.0.0.1:61902__) [n:127.0.0.1:61902__ c:collection1   x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 1318350 INFO  (coreLoadExecutor-3538-thread-1-processing-n:127.0.0.1:61902__) [n:127.0.0.1:61902__ c:collection1   x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 1318350 INFO  (coreLoadExecutor-3538-thread-1-processing-n:127.0.0.1:61902__) [n:127.0.0.1:61902__ c:collection1   x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1318350 INFO  (coreLoadExecutor-3538-thread-1-processing-n:127.0.0.1:61902__) [n:127.0.0.1:61902__ 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/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_C5B8394910EFB0B-001/shard-4-001/cores/collection1], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_C5B8394910EFB0B-001/shard-4-001/cores/collection1/data/]
   [junit4]   2> 1318351 INFO  (coreLoadExecutor-3538-thread-1-processing-n:127.0.0.1:61902__) [n:127.0.0.1:61902__ c:collection1   x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@5120411
   [junit4]   2> 1318352 INFO  (coreLoadExecutor-3538-thread-1-processing-n:127.0.0.1:61902__) [n:127.0.0.1:61902__ c:collection1   x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1951994511, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 1318357 WARN  (coreLoadExecutor-3538-thread-1-processing-n:127.0.0.1:61902__) [n:127.0.0.1:61902__ 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> 1318432 INFO  (coreLoadExecutor-3538-thread-1-processing-n:127.0.0.1:61902__) [n:127.0.0.1:61902__ c:collection1   x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1318432 INFO  (coreLoadExecutor-3538-thread-1-processing-n:127.0.0.1:61902__) [n:127.0.0.1:61902__ c:collection1   x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1318433 INFO  (coreLoadExecutor-3538-thread-1-processing-n:127.0.0.1:61902__) [n:127.0.0.1:61902__ c:collection1   x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1318433 INFO  (coreLoadExecutor-3538-thread-1-processing-n:127.0.0.1:61902__) [n:127.0.0.1:61902__ c:collection1   x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1318434 INFO  (coreLoadExecutor-3538-thread-1-processing-n:127.0.0.1:61902__) [n:127.0.0.1:61902__ c:collection1   x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=17, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 1318435 INFO  (coreLoadExecutor-3538-thread-1-processing-n:127.0.0.1:61902__) [n:127.0.0.1:61902__ c:collection1   x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@74fd7ed0[collection1] main]
   [junit4]   2> 1318436 INFO  (coreLoadExecutor-3538-thread-1-processing-n:127.0.0.1:61902__) [n:127.0.0.1:61902__ c:collection1   x:collection1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1318437 INFO  (coreLoadExecutor-3538-thread-1-processing-n:127.0.0.1:61902__) [n:127.0.0.1:61902__ c:collection1   x:collection1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1318437 INFO  (coreLoadExecutor-3538-thread-1-processing-n:127.0.0.1:61902__) [n:127.0.0.1:61902__ c:collection1   x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1318438 INFO  (searcherExecutor-3539-thread-1-processing-n:127.0.0.1:61902__ x:collection1 c:collection1) [n:127.0.0.1:61902__ c:collection1   x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@74fd7ed0[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1318439 INFO  (coreLoadExecutor-3538-thread-1-processing-n:127.0.0.1:61902__) [n:127.0.0.1:61902__ c:collection1   x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1562286695186956288
   [junit4]   2> 1318445 INFO  (coreZkRegister-3533-thread-1-processing-n:127.0.0.1:61902__ x:collection1 c:collection1) [n:127.0.0.1:61902__ c:collection1 s:shard2 r:core_node4 x:collection1] o.a.s.c.ZkController Core needs to recover:collection1
   [junit4]   2> 1318445 INFO  (updateExecutor-1381-thread-1-processing-n:127.0.0.1:61902__ x:collection1 s:shard2 c:collection1 r:core_node4) [n:127.0.0.1:61902__ c:collection1 s:shard2 r:core_node4 x:collection1] o.a.s.u.DefaultSolrCoreState Running recovery
   [junit4]   2> 1318446 INFO  (recoveryExecutor-1382-thread-1-processing-n:127.0.0.1:61902__ x:collection1 s:shard2 c:collection1 r:core_node4) [n:127.0.0.1:61902__ c:collection1 s:shard2 r:core_node4 x:collection1] o.a.s.c.RecoveryStrategy Starting recovery process. recoveringAfterStartup=true
   [junit4]   2> 1318446 INFO  (recoveryExecutor-1382-thread-1-processing-n:127.0.0.1:61902__ x:collection1 s:shard2 c:collection1 r:core_node4) [n:127.0.0.1:61902__ c:collection1 s:shard2 r:core_node4 x:collection1] o.a.s.c.RecoveryStrategy ###### startupVersions=[[]]
   [junit4]   2> 1318446 INFO  (recoveryExecutor-1382-thread-1-processing-n:127.0.0.1:61902__ x:collection1 s:shard2 c:collection1 r:core_node4) [n:127.0.0.1:61902__ c:collection1 s:shard2 r:core_node4 x:collection1] o.a.s.c.RecoveryStrategy Begin buffering updates. core=[collection1]
   [junit4]   2> 1318446 INFO  (recoveryExecutor-1382-thread-1-processing-n:127.0.0.1:61902__ x:collection1 s:shard2 c:collection1 r:core_node4) [n:127.0.0.1:61902__ c:collection1 s:shard2 r:core_node4 x:collection1] o.a.s.u.UpdateLog Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
   [junit4]   2> 1318446 INFO  (recoveryExecutor-1382-thread-1-processing-n:127.0.0.1:61902__ x:collection1 s:shard2 c:collection1 r:core_node4) [n:127.0.0.1:61902__ c:collection1 s:shard2 r:core_node4 x:collection1] o.a.s.c.RecoveryStrategy Publishing state of core [collection1] as recovering, leader is [http://127.0.0.1:61878/_/collection1/] and I am [http://127.0.0.1:61902/_/collection1/]
   [junit4]   2> 1318451 INFO  (recoveryExecutor-1382-thread-1-processing-n:127.0.0.1:61902__ x:collection1 s:shard2 c:collection1 r:core_node4) [n:127.0.0.1:61902__ c:collection1 s:shard2 r:core_node4 x:collection1] o.a.s.c.RecoveryStrategy Sending prep recovery command to [http://127.0.0.1:61878/_]; [WaitForState: action=PREPRECOVERY&core=collection1&nodeName=127.0.0.1:61902__&coreNodeName=core_node4&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true]
   [junit4]   2> 1318455 INFO  (qtp633973512-7756) [n:127.0.0.1:61878__    ] o.a.s.h.a.PrepRecoveryOp Going to wait for coreNodeName: core_node4, state: recovering, checkLive: true, onlyIfLeader: true, onlyIfLeaderActive: true
   [junit4]   2> 1318455 INFO  (qtp633973512-7756) [n:127.0.0.1:61878__    ] o.a.s.h.a.PrepRecoveryOp Will wait a max of 183 seconds to see collection1 (shard2 of collection1) have state: recovering
   [junit4]   2> 1318456 INFO  (qtp633973512-7756) [n:127.0.0.1:61878__    ] o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering): collection=collection1, shard=shard2, thisCore=collection1, leaderDoesNotNeedRecovery=false, isLeader? true, live=true, checkLive=true, currentState=down, localState=active, nodeName=127.0.0.1:61902__, coreNodeName=core_node4, onlyIfActiveCheckResult=false, nodeProps: core_node4:{"core":"collection1","base_url":"http://127.0.0.1:61902/_","node_name":"127.0.0.1:61902__","state":"down"}
   [junit4]   2> 1318796 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[C5B8394910EFB0B]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_C5B8394910EFB0B-001/shard-5-001/cores/collection1
   [junit4]   2> 1318797 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[C5B8394910EFB0B]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 5 in directory /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_C5B8394910EFB0B-001/shard-5-001
   [junit4]   2> 1318798 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[C5B8394910EFB0B]) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1318800 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[C5B8394910EFB0B]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@50b4af7d{/_,null,AVAILABLE}
   [junit4]   2> 1318800 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[C5B8394910EFB0B]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@807ce12{HTTP/1.1,[http/1.1]}{127.0.0.1:61908}
   [junit4]   2> 1318800 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[C5B8394910EFB0B]) [    ] o.e.j.s.Server Started @1324398ms
   [junit4]   2> 1318800 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[C5B8394910EFB0B]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_C5B8394910EFB0B-001/tempDir-001/jetty5, solrconfig=solrconfig.xml, hostContext=/_, hostPort=61908, coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_C5B8394910EFB0B-001/shard-5-001/cores}
   [junit4]   2> 1318801 ERROR (TEST-FullSolrCloudDistribCmdsTest.test-seed#[C5B8394910EFB0B]) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1318802 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[C5B8394910EFB0B]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.0.0
   [junit4]   2> 1318802 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[C5B8394910EFB0B]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1318802 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[C5B8394910EFB0B]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1318802 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[C5B8394910EFB0B]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-03-19T08:38:16.426Z
   [junit4]   2> 1318806 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[C5B8394910EFB0B]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1318806 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[C5B8394910EFB0B]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_C5B8394910EFB0B-001/shard-5-001/solr.xml
   [junit4]   2> 1318826 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[C5B8394910EFB0B]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:61870/solr
   [junit4]   2> 1318849 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[C5B8394910EFB0B]) [n:127.0.0.1:61908__    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (5)
   [junit4]   2> 1318855 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[C5B8394910EFB0B]) [n:127.0.0.1:61908__    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1318859 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[C5B8394910EFB0B]) [n:127.0.0.1:61908__    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:61908__
   [junit4]   2> 1318862 INFO  (zkCallback-1372-thread-1-processing-n:127.0.0.1:61889__) [n:127.0.0.1:61889__    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6)
   [junit4]   2> 1318863 INFO  (zkCallback-1378-thread-1-processing-n:127.0.0.1:61895__) [n:127.0.0.1:61895__    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6)
   [junit4]   2> 1318865 INFO  (zkCallback-1366-thread-1-processing-n:127.0.0.1:61878__) [n:127.0.0.1:61878__    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6)
   [junit4]   2> 1318863 INFO  (zkCallback-1357-thread-3-processing-n:127.0.0.1:61873__) [n:127.0.0.1:61873__    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6)
   [junit4]   2> 1318865 INFO  (zkCallback-1384-thread-1-processing-n:127.0.0.1:61902__) [n:127.0.0.1:61902__    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6)
   [junit4]   2> 1318864 INFO  (zkCallback-1361-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6)
   [junit4]   2> 1318866 INFO  (zkCallback-1391-thread-1-processing-n:127.0.0.1:61908__) [n:127.0.0.1:61908__    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6)
   [junit4]   2> 1319038 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[C5B8394910EFB0B]) [n:127.0.0.1:61908__    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_C5B8394910EFB0B-001/shard-5-001/cores
   [junit4]   2> 1319038 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[C5B8394910EFB0B]) [n:127.0.0.1:61908__    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 1319041 INFO  (OverseerStateUpdate-97642917730189316-127.0.0.1:61873__-n_0000000000) [n:127.0.0.1:61873__    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard3
   [junit4]   2> 1319466 INFO  (qtp633973512-7756) [n:127.0.0.1:61878__    ] o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering): collection=collection1, shard=shard2, thisCore=collection1, leaderDoesNotNeedRecovery=false, isLeader? true, live=true, checkLive=true, currentState=recovering, localState=active, nodeName=127.0.0.1:61902__, coreNodeName=core_node4, onlyIfActiveCheckResult=false, nodeProps: core_node4:{"core":"collection1","base_url":"http://127.0.0.1:61902/_","node_name":"127.0.0.1:61902__","state":"recovering"}
   [junit4]   2> 1319466 INFO  (qtp633973512-7756) [n:127.0.0.1:61878__    ] o.a.s.h.a.PrepRecoveryOp Waited coreNodeName: core_node4, state: recovering, checkLive: true, onlyIfLeader: true for: 1 seconds.
   [junit4]   2> 1319466 INFO  (qtp633973512-7756) [n:127.0.0.1:61878__    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={nodeName=127.0.0.1:61902__&onlyIfLeaderActive=true&core=collection1&coreNodeName=core_node4&action=PREPRECOVERY&checkLive=true&state=recovering&onlyIfLeader=true&wt=javabin&version=2} status=0 QTime=1011
   [junit4]   2> 1319967 INFO  (recoveryExecutor-1382-thread-1-processing-n:127.0.0.1:61902__ x:collection1 s:shard2 c:collection1 r:core_node4) [n:127.0.0.1:61902__ c:collection1 s:shard2 r:core_node4 x:collection1] o.a.s.c.RecoveryStrategy Attempting to PeerSync from [http://127.0.0.1:61878/_/collection1/] - recoveringAfterStartup=[true]
   [junit4]   2> 1319967 INFO  (recoveryExecutor-1382-thread-1-processing-n:127.0.0.1:61902__ x:collection1 s:shard2 c:collection1 r:core_node4) [n:127.0.0.1:61902__ c:collection1 s:shard2 r:core_node4 x:collection1] o.a.s.u.PeerSync PeerSync: core=collection1 url=http://127.0.0.1:61902/_ START replicas=[http://127.0.0.1:61878/_/collection1/] nUpdates=100
   [junit4]   2> 1319971 INFO  (qtp633973512-7760) [n:127.0.0.1:61878__ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.u.IndexFingerprint IndexFingerprint millis:0.0 result:{maxVersionSpecified=9223372036854775807, maxVersionEncountered=0, maxInHash=0, versionsHash=0, numVersions=0, numDocs=0, maxDoc=0}
   [junit4]   2> 1319971 INFO  (qtp633973512-7760) [n:127.0.0.1:61878__ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.S.Request [collection1]  webapp=/_ path=/get params={distrib=false&qt=/get&getFingerprint=9223372036854775807&wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 1319979 INFO  (recoveryExecutor-1382-thread-1-processing-n:127.0.0.1:61902__ x:collection1 s:shard2 c:collection1 r:core_node4) [n:127.0.0.1:61902__ c:collection1 s:shard2 r:core_node4 x:collection1] o.a.s.u.IndexFingerprint IndexFingerprint millis:7.0 result:{maxVersionSpecified=9223372036854775807, maxVersionEncountered=0, maxInHash=0, versionsHash=0, numVersions=0, numDocs=0, maxDoc=0}
   [junit4]   2> 1319980 INFO  (recoveryExecutor-1382-thread-1-processing-n:127.0.0.1:61902__ x:collection1 s:shard2 c:collection1 r:core_node4) [n:127.0.0.1:6190

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

.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 1376343 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[C5B8394910EFB0B]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 1376347 WARN  (zkCallback-1384-thread-1-processing-n:127.0.0.1:61902__) [n:127.0.0.1:61902__    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 1376349 INFO  (zkCallback-1391-thread-2-processing-n:127.0.0.1:61908__) [n:127.0.0.1:61908__    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 1376349 INFO  (zkCallback-1391-thread-1-processing-n:127.0.0.1:61908__) [n:127.0.0.1:61908__    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:61908__
   [junit4]   2> 1376349 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[C5B8394910EFB0B]) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@3799ce58{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 1376349 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[C5B8394910EFB0B]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@2ebd70b0{/_,null,UNAVAILABLE}
   [junit4]   2> 1376350 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[C5B8394910EFB0B]) [    ] o.a.s.c.ChaosMonkey monkey: stop shard! 61908
   [junit4]   2> 1376350 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[C5B8394910EFB0B]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=62299107
   [junit4]   2> 1376351 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[C5B8394910EFB0B]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 1376352 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[C5B8394910EFB0B]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 1376356 WARN  (zkCallback-1391-thread-1-processing-n:127.0.0.1:61908__) [n:127.0.0.1:61908__    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 1376357 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[C5B8394910EFB0B]) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@807ce12{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 1376357 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[C5B8394910EFB0B]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@50b4af7d{/_,null,UNAVAILABLE}
   [junit4]   2> 1376371 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[C5B8394910EFB0B]) [    ] o.a.s.c.ChaosMonkey monkey: stop shard! 61916
   [junit4]   2> 1376394 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[C5B8394910EFB0B]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:61870 61870
   [junit4]   2> 1376410 INFO  (Thread-1645) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:61870 61870
   [junit4]   2> 1378864 WARN  (Thread-1645) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	14	/solr/aliases.json
   [junit4]   2> 	14	/solr/clusterprops.json
   [junit4]   2> 	11	/solr/configs/conf1
   [junit4]   2> 	7	/solr/security.json
   [junit4]   2> 	6	/solr/collections/collection1/state.json
   [junit4]   2> 	5	/solr/collections/collection2/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	14	/solr/clusterstate.json
   [junit4]   2> 	2	/solr/overseer_elect/election/97642917730189323-127.0.0.1:61889__-n_0000000002
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	87	/solr/overseer/queue
   [junit4]   2> 	55	/solr/overseer/collection-queue-work
   [junit4]   2> 	14	/solr/live_nodes
   [junit4]   2> 	14	/solr/collections
   [junit4]   2> 	2	/solr/overseer/queue-work
   [junit4]   2> 
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=FullSolrCloudDistribCmdsTest -Dtests.method=test -Dtests.seed=C5B8394910EFB0B -Dtests.slow=true -Dtests.locale=fr -Dtests.timezone=Europe/Malta -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 71.4s J1 | FullSolrCloudDistribCmdsTest.test <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Could not find collection:collection2
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([C5B8394910EFB0B:840FBC4E3FF296F3]:0)
   [junit4]    > 	at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:159)
   [junit4]    > 	at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:144)
   [junit4]    > 	at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:139)
   [junit4]    > 	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.waitForRecoveriesToFinish(AbstractFullDistribZkTestBase.java:870)
   [junit4]    > 	at org.apache.solr.cloud.FullSolrCloudDistribCmdsTest.testIndexingBatchPerRequestWithHttpSolrClient(FullSolrCloudDistribCmdsTest.java:620)
   [junit4]    > 	at org.apache.solr.cloud.FullSolrCloudDistribCmdsTest.test(FullSolrCloudDistribCmdsTest.java:152)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:985)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:960)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 1378868 INFO  (SUITE-FullSolrCloudDistribCmdsTest-seed#[C5B8394910EFB0B]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [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.FullSolrCloudDistribCmdsTest_C5B8394910EFB0B-001
   [junit4]   2> NOTE: test params are: codec=FastCompressingStoredFields(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=FAST, chunkSize=13102, maxDocsPerChunk=735, blockSize=288), termVectorsFormat=CompressingTermVectorsFormat(compressionMode=FAST, chunkSize=13102, blockSize=288)), sim=RandomSimilarity(queryNorm=false): {}, locale=fr, timezone=Europe/Malta
   [junit4]   2> NOTE: Mac OS X 10.11.6 x86_64/Oracle Corporation 1.8.0_121 (64-bit)/cpus=3,threads=1,free=167997552,total=416284672
   [junit4]   2> NOTE: All tests run in this JVM: [DistributedQueryComponentCustomSortTest, TestSearchPerf, ZkSolrClientTest, GraphQueryTest, TestLocalFSCloudBackupRestore, ReplicationFactorTest, CollectionReloadTest, FieldMutatingUpdateProcessorTest, TestComplexPhraseLeadingWildcard, DebugComponentTest, ZkStateWriterTest, BasicAuthIntegrationTest, SpellingQueryConverterTest, TestInfoStreamLogging, ConjunctionSolrSpellCheckerTest, TestSQLHandlerNonCloud, StatsComponentTest, TestExportWriter, TestBulkSchemaConcurrent, DirectUpdateHandlerOptimizeTest, TestUnifiedSolrHighlighter, DistributedVersionInfoTest, DateMathParserTest, QueryResultKeyTest, DeleteNodeTest, TestDFRSimilarityFactory, TestSuggestSpellingConverter, TestClusterProperties, TestImpersonationWithHadoopAuth, ResponseLogComponentTest, TestFreeTextSuggestions, TestTrieFacet, SpellCheckCollatorTest, TestRequestForwarding, TestHashQParserPlugin, TestConfigSetsAPIZkFailure, TestManagedResource, TestSolrCLIRunExample, HdfsChaosMonkeySafeLeaderTest, TermVectorComponentTest, AddBlockUpdateTest, BlockCacheTest, FileBasedSpellCheckerTest, TestPointFields, DistributedFacetExistsSmallTest, PreAnalyzedFieldTest, TestReplicationHandlerBackup, TestPivotHelperCode, TestDefaultSearchFieldResource, CoreAdminRequestStatusTest, ChaosMonkeySafeLeaderTest, TestGraphMLResponseWriter, BadIndexSchemaTest, TestAddFieldRealTimeGet, TestManagedSchemaAPI, CloneFieldUpdateProcessorFactoryTest, SliceStateTest, SolrShardReporterTest, HdfsTlogReplayBufferedWhileIndexingTest, DistributedFacetPivotSmallTest, V2ApiIntegrationTest, ExternalFileFieldSortTest, TestEmbeddedSolrServerSchemaAPI, TestRandomFaceting, TestDeleteCollectionOnDownNodes, TestLegacyNumericRangeQueryBuilder, TestCloudPseudoReturnFields, SolrCoreCheckLockOnStartupTest, TestManagedSynonymFilterFactory, TestMacroExpander, RemoteQueryErrorTest, TestConfigSetProperties, TestSha256AuthenticationProvider, TestUtils, HdfsBasicDistributedZkTest, LeaderElectionIntegrationTest, MinimalSchemaTest, VMParamsZkACLAndCredentialsProvidersTest, TestRebalanceLeaders, IgnoreCommitOptimizeUpdateProcessorFactoryTest, TestDistributedGrouping, CollectionsAPIDistributedZkTest, QueryParsingTest, TestWriterPerf, EnumFieldTest, SolrGraphiteReporterTest, BufferStoreTest, TestRecoveryHdfs, TestFoldingMultitermQuery, PreAnalyzedUpdateProcessorTest, TestBadConfig, DeleteShardTest, SolrMetricsIntegrationTest, RAMDirectoryFactoryTest, OverseerStatusTest, ClusterStateTest, ReturnFieldsTest, AsyncCallRequestStatusResponseTest, CheckHdfsIndexTest, HighlighterConfigTest, TestSolrDeletionPolicy2, UtilsToolTest, TestRestoreCore, TestFieldCacheVsDocValues, CollectionsAPISolrJTest, TestQueryTypes, CdcrVersionReplicationTest, PKIAuthenticationIntegrationTest, DistributedDebugComponentTest, WordBreakSolrSpellCheckerTest, TestUseDocValuesAsStored2, TestTrie, TestBinaryResponseWriter, JvmMetricsTest, TestAuthenticationFramework, SolrCloudExampleTest, TestObjectReleaseTracker, TestCustomSort, OverseerModifyCollectionTest, TestSolrCloudWithSecureImpersonation, TestClassicSimilarityFactory, NoCacheHeaderTest, SuggesterTest, PreAnalyzedFieldManagedSchemaCloudTest, VersionInfoTest, UUIDFieldTest, TestBlendedInfixSuggestions, FullSolrCloudDistribCmdsTest]
   [junit4] Completed [299/701 (1!)] on J1 in 71.43s, 1 test, 1 failure <<< FAILURES!

[...truncated 64033 lines...]