Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-MacOSX/2933/
Java: 64bit/jdk1.7.0 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC

6 tests failed.
FAILED:  org.apache.solr.cloud.DistribDocExpirationUpdateProcessorTest.test

Error Message:
There are still nodes recoverying - waited for 30 seconds

Stack Trace:
java.lang.AssertionError: There are still nodes recoverying - waited for 30 
seconds
        at 
__randomizedtesting.SeedInfo.seed([F240911DA46DA485:7A14AEC70A91C97D]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at 
org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:175)
        at 
org.apache.solr.cloud.AbstractFullDistribZkTestBase.waitForRecoveriesToFinish(AbstractFullDistribZkTestBase.java:837)
        at 
org.apache.solr.cloud.AbstractFullDistribZkTestBase.waitForThingsToLevelOut(AbstractFullDistribZkTestBase.java:1393)
        at 
org.apache.solr.cloud.DistribDocExpirationUpdateProcessorTest.test(DistribDocExpirationUpdateProcessorTest.java:73)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:606)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:965)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:940)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
        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:46)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
        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:54)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
        at java.lang.Thread.run(Thread.java:745)


FAILED:  org.apache.solr.cloud.ForceLeaderTest.testReplicasInLIRNoLeader

Error Message:
Doc with id=1 not found in http://127.0.0.1:57126/forceleader_test_collection 
due to: Path not found: /id; rsp={doc=null}

Stack Trace:
java.lang.AssertionError: Doc with id=1 not found in 
http://127.0.0.1:57126/forceleader_test_collection due to: Path not found: /id; 
rsp={doc=null}
        at 
__randomizedtesting.SeedInfo.seed([F240911DA46DA485:14D7A5DD9DEF5DE4]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at 
org.apache.solr.cloud.HttpPartitionTest.assertDocExists(HttpPartitionTest.java:620)
        at 
org.apache.solr.cloud.HttpPartitionTest.assertDocsExistInAllReplicas(HttpPartitionTest.java:573)
        at 
org.apache.solr.cloud.ForceLeaderTest.testReplicasInLIRNoLeader(ForceLeaderTest.java:137)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:606)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:965)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:940)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
        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:46)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
        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:54)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
        at java.lang.Thread.run(Thread.java:745)


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

Error Message:
Unexpected achieved replication factor expected:<2> but was:<1>

Stack Trace:
java.lang.AssertionError: Unexpected achieved replication factor expected:<2> 
but was:<1>
        at 
__randomizedtesting.SeedInfo.seed([F240911DA46DA485:7A14AEC70A91C97D]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.failNotEquals(Assert.java:647)
        at org.junit.Assert.assertEquals(Assert.java:128)
        at org.junit.Assert.assertEquals(Assert.java:472)
        at 
org.apache.solr.cloud.HttpPartitionTest.testMinRf(HttpPartitionTest.java:212)
        at 
org.apache.solr.cloud.HttpPartitionTest.test(HttpPartitionTest.java:104)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:606)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:965)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:940)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
        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:46)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
        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:54)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
        at java.lang.Thread.run(Thread.java:745)


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

Error Message:
Doc with id=4 not found in http://127.0.0.1:59012/sui/j/c8n_1x3_lf due to: Path 
not found: /id; rsp={doc=null}

Stack Trace:
java.lang.AssertionError: Doc with id=4 not found in 
http://127.0.0.1:59012/sui/j/c8n_1x3_lf due to: Path not found: /id; 
rsp={doc=null}
        at 
__randomizedtesting.SeedInfo.seed([F240911DA46DA485:7A14AEC70A91C97D]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at 
org.apache.solr.cloud.HttpPartitionTest.assertDocExists(HttpPartitionTest.java:620)
        at 
org.apache.solr.cloud.HttpPartitionTest.assertDocsExistInAllReplicas(HttpPartitionTest.java:575)
        at 
org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.testRf3WithLeaderFailover(LeaderFailoverAfterPartitionTest.java:103)
        at 
org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.test(LeaderFailoverAfterPartitionTest.java:56)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:606)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:965)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:940)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
        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:46)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
        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:54)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
        at java.lang.Thread.run(Thread.java:745)


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

Error Message:


Stack Trace:
java.lang.AssertionError
        at 
__randomizedtesting.SeedInfo.seed([F240911DA46DA485:7A14AEC70A91C97D]:0)
        at org.junit.Assert.fail(Assert.java:92)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at org.junit.Assert.assertNotNull(Assert.java:526)
        at org.junit.Assert.assertNotNull(Assert.java:537)
        at org.apache.solr.cloud.SyncSliceTest.test(SyncSliceTest.java:101)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:606)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:965)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:940)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
        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:46)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
        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:54)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
        at java.lang.Thread.run(Thread.java:745)


FAILED:  junit.framework.TestSuite.org.apache.solr.util.TestSolrCLIRunExample

Error Message:
Captured an uncaught exception in thread: Thread[id=21415, name=Thread-8158, 
state=RUNNABLE, group=TGRP-TestSolrCLIRunExample]

Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught 
exception in thread: Thread[id=21415, name=Thread-8158, state=RUNNABLE, 
group=TGRP-TestSolrCLIRunExample]
Caused by: java.util.concurrent.RejectedExecutionException: Task 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$1@573067b0 
rejected from 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor@2ae78088[Terminated,
 pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 24]
        at __randomizedtesting.SeedInfo.seed([F240911DA46DA485]:0)
        at 
java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2048)
        at 
java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:821)
        at 
java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:1372)
        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.execute(ExecutorUtil.java:215)
        at 
java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:110)
        at 
org.apache.solr.update.DefaultSolrCoreState.doRecovery(DefaultSolrCoreState.java:288)
        at 
org.apache.solr.handler.admin.CoreAdminHandler$1.run(CoreAdminHandler.java:762)




Build Log:
[...truncated 10590 lines...]
   [junit4] Suite: org.apache.solr.cloud.ForceLeaderTest
   [junit4]   2> Creating dataDir: 
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ForceLeaderTest_F240911DA46DA485-001/init-core-data-001
   [junit4]   2> 1500054 INFO  
(SUITE-ForceLeaderTest-seed#[F240911DA46DA485]-worker) [    ] 
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 1500057 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F240911DA46DA485]) [ 
   ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1500058 INFO  (Thread-4015) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1500058 INFO  (Thread-4015) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 1500159 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F240911DA46DA485]) [ 
   ] o.a.s.c.ZkTestServer start zk server on port:56919
   [junit4]   2> 1500159 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F240911DA46DA485]) [ 
   ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1500160 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F240911DA46DA485]) [ 
   ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1500167 INFO  (zkCallback-1348-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@119bfa06 
name:ZooKeeperConnection Watcher:127.0.0.1:56919 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1500167 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F240911DA46DA485]) [ 
   ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1500167 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F240911DA46DA485]) [ 
   ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1500167 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F240911DA46DA485]) [ 
   ] o.a.s.c.c.SolrZkClient makePath: /solr
   [junit4]   2> 1500172 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F240911DA46DA485]) [ 
   ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1500173 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F240911DA46DA485]) [ 
   ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1500174 INFO  (zkCallback-1349-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@371b81f2 
name:ZooKeeperConnection Watcher:127.0.0.1:56919/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1500174 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F240911DA46DA485]) [ 
   ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1500175 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F240911DA46DA485]) [ 
   ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1500175 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F240911DA46DA485]) [ 
   ] o.a.s.c.c.SolrZkClient makePath: /collections/collection1
   [junit4]   2> 1500179 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F240911DA46DA485]) [ 
   ] o.a.s.c.c.SolrZkClient makePath: /collections/collection1/shards
   [junit4]   2> 1500182 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F240911DA46DA485]) [ 
   ] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection
   [junit4]   2> 1500184 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F240911DA46DA485]) [ 
   ] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/shards
   [junit4]   2> 1500188 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F240911DA46DA485]) [ 
   ] o.a.s.c.AbstractZkTestCase put 
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
 to /configs/conf1/solrconfig.xml
   [junit4]   2> 1500188 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F240911DA46DA485]) [ 
   ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 1500193 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F240911DA46DA485]) [ 
   ] o.a.s.c.AbstractZkTestCase put 
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/schema.xml
 to /configs/conf1/schema.xml
   [junit4]   2> 1500194 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F240911DA46DA485]) [ 
   ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema.xml
   [junit4]   2> 1500198 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F240911DA46DA485]) [ 
   ] o.a.s.c.AbstractZkTestCase put 
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
 to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1500198 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F240911DA46DA485]) [ 
   ] o.a.s.c.c.SolrZkClient makePath: 
/configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1500201 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F240911DA46DA485]) [ 
   ] o.a.s.c.AbstractZkTestCase put 
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
 to /configs/conf1/stopwords.txt
   [junit4]   2> 1500201 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F240911DA46DA485]) [ 
   ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 1500205 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F240911DA46DA485]) [ 
   ] o.a.s.c.AbstractZkTestCase put 
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/protwords.txt
 to /configs/conf1/protwords.txt
   [junit4]   2> 1500206 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F240911DA46DA485]) [ 
   ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/protwords.txt
   [junit4]   2> 1500209 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F240911DA46DA485]) [ 
   ] o.a.s.c.AbstractZkTestCase put 
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/currency.xml
 to /configs/conf1/currency.xml
   [junit4]   2> 1500209 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F240911DA46DA485]) [ 
   ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/currency.xml
   [junit4]   2> 1500212 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F240911DA46DA485]) [ 
   ] o.a.s.c.AbstractZkTestCase put 
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
 to /configs/conf1/enumsConfig.xml
   [junit4]   2> 1500212 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F240911DA46DA485]) [ 
   ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 1500216 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F240911DA46DA485]) [ 
   ] o.a.s.c.AbstractZkTestCase put 
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
 to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1500216 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F240911DA46DA485]) [ 
   ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1500220 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F240911DA46DA485]) [ 
   ] o.a.s.c.AbstractZkTestCase put 
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
 to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1500220 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F240911DA46DA485]) [ 
   ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1500224 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F240911DA46DA485]) [ 
   ] o.a.s.c.AbstractZkTestCase put 
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
 to /configs/conf1/old_synonyms.txt
   [junit4]   2> 1500224 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F240911DA46DA485]) [ 
   ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 1500228 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F240911DA46DA485]) [ 
   ] o.a.s.c.AbstractZkTestCase put 
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
 to /configs/conf1/synonyms.txt
   [junit4]   2> 1500228 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F240911DA46DA485]) [ 
   ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 1500419 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F240911DA46DA485]) [ 
   ] o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ForceLeaderTest_F240911DA46DA485-001/control-001/cores/collection1
   [junit4]   2> 1500422 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F240911DA46DA485]) [ 
   ] o.e.j.s.Server jetty-9.2.13.v20150730
   [junit4]   2> 1500425 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F240911DA46DA485]) [ 
   ] o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@3e76f72{/,null,AVAILABLE}
   [junit4]   2> 1500426 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F240911DA46DA485]) [ 
   ] o.e.j.s.ServerConnector Started 
ServerConnector@4f45a75e{HTTP/1.1}{127.0.0.1:56923}
   [junit4]   2> 1500426 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F240911DA46DA485]) [ 
   ] o.e.j.s.Server Started @1506238ms
   [junit4]   2> 1500426 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F240911DA46DA485]) [ 
   ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostPort=56922, 
hostContext=/, 
coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ForceLeaderTest_F240911DA46DA485-001/control-001/cores,
 
solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ForceLeaderTest_F240911DA46DA485-001/tempDir-001/control/data}
   [junit4]   2> 1500426 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F240911DA46DA485]) [ 
   ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
sun.misc.Launcher$AppClassLoader@7b3cb2c6
   [junit4]   2> 1500426 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F240911DA46DA485]) [ 
   ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ForceLeaderTest_F240911DA46DA485-001/control-001'
   [junit4]   2> 1500426 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F240911DA46DA485]) [ 
   ] o.a.s.c.SolrResourceLoader JNDI not configured for solr 
(NoInitialContextEx)
   [junit4]   2> 1500426 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F240911DA46DA485]) [ 
   ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 1500427 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F240911DA46DA485]) [ 
   ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1500427 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F240911DA46DA485]) [ 
   ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1500429 INFO  (zkCallback-1350-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@647ccd4b 
name:ZooKeeperConnection Watcher:127.0.0.1:56919/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1500430 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F240911DA46DA485]) [ 
   ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1500430 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F240911DA46DA485]) [ 
   ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1500432 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F240911DA46DA485]) [ 
   ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 1500432 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F240911DA46DA485]) [ 
   ] o.a.s.c.SolrXmlConfig Loading container configuration from 
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ForceLeaderTest_F240911DA46DA485-001/control-001/solr.xml
   [junit4]   2> 1500459 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F240911DA46DA485]) [ 
   ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: 
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ForceLeaderTest_F240911DA46DA485-001/control-001/cores
   [junit4]   2> 1500460 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F240911DA46DA485]) [ 
   ] o.a.s.c.CoreContainer New CoreContainer 1319236012
   [junit4]   2> 1500460 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F240911DA46DA485]) [ 
   ] o.a.s.c.CoreContainer Loading cores into CoreContainer 
[instanceDir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ForceLeaderTest_F240911DA46DA485-001/control-001]
   [junit4]   2> 1500460 WARN  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F240911DA46DA485]) [ 
   ] o.a.s.c.CoreContainer Couldn't add files from 
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ForceLeaderTest_F240911DA46DA485-001/control-001/lib
 to classpath: 
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ForceLeaderTest_F240911DA46DA485-001/control-001/lib
   [junit4]   2> 1500460 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F240911DA46DA485]) [ 
   ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 
90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 
20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 
2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : 
false,useRetries : false,
   [junit4]   2> 1500462 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F240911DA46DA485]) [ 
   ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with 
params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1500462 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F240911DA46DA485]) [ 
   ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1500462 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F240911DA46DA485]) [ 
   ] o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1500462 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F240911DA46DA485]) [ 
   ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:56919/solr
   [junit4]   2> 1500463 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F240911DA46DA485]) [ 
   ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 1500463 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F240911DA46DA485]) [ 
   ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1500463 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F240911DA46DA485]) [ 
   ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1500466 INFO  (zkCallback-1352-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@4e38d086 
name:ZooKeeperConnection Watcher:127.0.0.1:56919 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1500466 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F240911DA46DA485]) [ 
   ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1500467 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F240911DA46DA485]) [ 
   ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1500469 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F240911DA46DA485]) 
[n:127.0.0.1:56922_    ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 1500471 INFO  
(zkCallback-1353-thread-1-processing-n:127.0.0.1:56922_) [n:127.0.0.1:56922_    
] o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@43696294 
name:ZooKeeperConnection Watcher:127.0.0.1:56919/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1500471 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F240911DA46DA485]) 
[n:127.0.0.1:56922_    ] o.a.s.c.c.ConnectionManager Client is connected to 
ZooKeeper
   [junit4]   2> 1500473 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F240911DA46DA485]) 
[n:127.0.0.1:56922_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 1500476 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F240911DA46DA485]) 
[n:127.0.0.1:56922_    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-queue-work
   [junit4]   2> 1500483 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F240911DA46DA485]) 
[n:127.0.0.1:56922_    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-running
   [junit4]   2> 1500487 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F240911DA46DA485]) 
[n:127.0.0.1:56922_    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-completed
   [junit4]   2> 1500491 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F240911DA46DA485]) 
[n:127.0.0.1:56922_    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-failure
   [junit4]   2> 1500495 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F240911DA46DA485]) 
[n:127.0.0.1:56922_    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 1500498 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F240911DA46DA485]) 
[n:127.0.0.1:56922_    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 1500501 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F240911DA46DA485]) 
[n:127.0.0.1:56922_    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 1500504 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F240911DA46DA485]) 
[n:127.0.0.1:56922_    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 1500506 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F240911DA46DA485]) 
[n:127.0.0.1:56922_    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:56922_
   [junit4]   2> 1500507 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F240911DA46DA485]) 
[n:127.0.0.1:56922_    ] o.a.s.c.c.SolrZkClient makePath: 
/live_nodes/127.0.0.1:56922_
   [junit4]   2> 1500510 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F240911DA46DA485]) 
[n:127.0.0.1:56922_    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 1500513 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F240911DA46DA485]) 
[n:127.0.0.1:56922_    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer_elect/election
   [junit4]   2> 1500516 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F240911DA46DA485]) 
[n:127.0.0.1:56922_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1500517 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F240911DA46DA485]) 
[n:127.0.0.1:56922_    ] o.a.s.c.LeaderElector Joined leadership election with 
path: /overseer_elect/election/95143027835994116-127.0.0.1:56922_-n_0000000000
   [junit4]   2> 1500517 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F240911DA46DA485]) 
[n:127.0.0.1:56922_    ] o.a.s.c.OverseerElectionContext I am going to be the 
leader 127.0.0.1:56922_
   [junit4]   2> 1500517 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F240911DA46DA485]) 
[n:127.0.0.1:56922_    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/leader
   [junit4]   2> 1500520 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F240911DA46DA485]) 
[n:127.0.0.1:56922_    ] o.a.s.c.Overseer Overseer 
(id=95143027835994116-127.0.0.1:56922_-n_0000000000) starting
   [junit4]   2> 1500524 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F240911DA46DA485]) 
[n:127.0.0.1:56922_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue-work
   [junit4]   2> 1500536 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F240911DA46DA485]) 
[n:127.0.0.1:56922_    ] o.a.s.c.OverseerAutoReplicaFailoverThread Starting 
OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 
autoReplicaFailoverWaitAfterExpiration=30000 
autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 1500537 INFO  
(OverseerCollectionConfigSetProcessor-95143027835994116-127.0.0.1:56922_-n_0000000000)
 [n:127.0.0.1:56922_    ] o.a.s.c.OverseerTaskProcessor Process current queue 
of overseer operations
   [junit4]   2> 1500537 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F240911DA46DA485]) 
[n:127.0.0.1:56922_    ] o.a.s.c.c.ZkStateReader Updating cluster state from 
ZooKeeper... 
   [junit4]   2> 1500537 INFO  
(OverseerStateUpdate-95143027835994116-127.0.0.1:56922_-n_0000000000) 
[n:127.0.0.1:56922_    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 1500554 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F240911DA46DA485]) 
[n:127.0.0.1:56922_    ] o.a.s.c.CoreContainer Security conf doesn't exist. 
Skipping setup for authorization module.
   [junit4]   2> 1500554 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F240911DA46DA485]) 
[n:127.0.0.1:56922_    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1500556 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F240911DA46DA485]) 
[n:127.0.0.1:56922_    ] o.a.s.c.CorePropertiesLocator Looking for core 
definitions underneath 
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ForceLeaderTest_F240911DA46DA485-001/control-001/cores
   [junit4]   2> 1500557 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F240911DA46DA485]) 
[n:127.0.0.1:56922_    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: 
{coreNodeName=, collection=control_collection, transient=false, 
config=solrconfig.xml, schema=schema.xml, 
configSetProperties=configsetprops.json, shard=, name=collection1, 
loadOnStartup=true, dataDir=data/}
   [junit4]   2> 1500557 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F240911DA46DA485]) 
[n:127.0.0.1:56922_    ] o.a.s.c.CorePropertiesLocator Found core collection1 
in 
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ForceLeaderTest_F240911DA46DA485-001/control-001/cores/collection1
   [junit4]   2> 1500557 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F240911DA46DA485]) 
[n:127.0.0.1:56922_    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 1500559 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F240911DA46DA485]) 
[n:127.0.0.1:56922_    ] o.a.s.s.SolrDispatchFilter 
user.dir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 1500559 INFO  
(coreLoadExecutor-4435-thread-1-processing-n:127.0.0.1:56922_) 
[n:127.0.0.1:56922_ c:control_collection   x:collection1] o.a.s.c.ZkController 
publishing state=down
   [junit4]   2> 1500559 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F240911DA46DA485]) 
[n:127.0.0.1:56922_    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() 
done
   [junit4]   2> 1500559 INFO  
(coreLoadExecutor-4435-thread-1-processing-n:127.0.0.1:56922_) 
[n:127.0.0.1:56922_ c:control_collection   x:collection1] o.a.s.c.ZkController 
numShards not found on descriptor - reading it from system property
   [junit4]   2> 1500563 INFO  
(OverseerStateUpdate-95143027835994116-127.0.0.1:56922_-n_0000000000) 
[n:127.0.0.1:56922_    ] o.a.s.c.Overseer processMessage: queueSize: 1, message 
= {
   [junit4]   2>   "state":"down",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "base_url":"http://127.0.0.1:56922";,
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "operation":"state",
   [junit4]   2>   "node_name":"127.0.0.1:56922_",
   [junit4]   2>   "roles":null} current state version: 0
   [junit4]   2> 1500563 INFO  
(coreLoadExecutor-4435-thread-1-processing-n:127.0.0.1:56922_) 
[n:127.0.0.1:56922_ c:control_collection   x:collection1] o.a.s.c.ZkController 
look for our core node name
   [junit4]   2> 1500563 INFO  
(OverseerStateUpdate-95143027835994116-127.0.0.1:56922_-n_0000000000) 
[n:127.0.0.1:56922_    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 
message={
   [junit4]   2>   "state":"down",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "base_url":"http://127.0.0.1:56922";,
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "operation":"state",
   [junit4]   2>   "node_name":"127.0.0.1:56922_",
   [junit4]   2>   "roles":null}
   [junit4]   2> 1500564 INFO  
(OverseerStateUpdate-95143027835994116-127.0.0.1:56922_-n_0000000000) 
[n:127.0.0.1:56922_    ] o.a.s.c.o.ClusterStateMutator building a new cName: 
control_collection
   [junit4]   2> 1500565 INFO  
(OverseerStateUpdate-95143027835994116-127.0.0.1:56922_-n_0000000000) 
[n:127.0.0.1:56922_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard 
shard=shard1
   [junit4]   2> 1500567 INFO  
(zkCallback-1353-thread-1-processing-n:127.0.0.1:56922_) [n:127.0.0.1:56922_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred 
- updating... (live nodes size: [1])
   [junit4]   2> 1501565 INFO  
(coreLoadExecutor-4435-thread-1-processing-n:127.0.0.1:56922_) 
[n:127.0.0.1:56922_ c:control_collection   x:collection1] o.a.s.c.ZkController 
waiting to find shard id in clusterstate for collection1
   [junit4]   2> 1501565 INFO  
(coreLoadExecutor-4435-thread-1-processing-n:127.0.0.1:56922_) 
[n:127.0.0.1:56922_ c:control_collection   x:collection1] o.a.s.c.ZkController 
Check for collection zkNode:control_collection
   [junit4]   2> 1501566 INFO  
(coreLoadExecutor-4435-thread-1-processing-n:127.0.0.1:56922_) 
[n:127.0.0.1:56922_ c:control_collection   x:collection1] o.a.s.c.ZkController 
Collection zkNode exists
   [junit4]   2> 1501566 INFO  
(coreLoadExecutor-4435-thread-1-processing-n:127.0.0.1:56922_) 
[n:127.0.0.1:56922_ c:control_collection   x:collection1] 
o.a.s.c.c.ZkStateReader Load collection config from: 
[/collections/control_collection]
   [junit4]   2> 1501568 INFO  
(coreLoadExecutor-4435-thread-1-processing-n:127.0.0.1:56922_) 
[n:127.0.0.1:56922_ c:control_collection   x:collection1] 
o.a.s.c.c.ZkStateReader path=[/collections/control_collection] 
[configName]=[conf1] specified config exists in ZooKeeper
   [junit4]   2> 1501568 INFO  
(coreLoadExecutor-4435-thread-1-processing-n:127.0.0.1:56922_) 
[n:127.0.0.1:56922_ c:control_collection   x:collection1] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ForceLeaderTest_F240911DA46DA485-001/control-001/cores/collection1'
   [junit4]   2> 1501568 INFO  
(coreLoadExecutor-4435-thread-1-processing-n:127.0.0.1:56922_) 
[n:127.0.0.1:56922_ c:control_collection   x:collection1] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1501568 INFO  
(coreLoadExecutor-4435-thread-1-processing-n:127.0.0.1:56922_) 
[n:127.0.0.1:56922_ c:control_collection   x:collection1] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 1501571 INFO  
(coreLoadExecutor-4435-thread-1-processing-n:127.0.0.1:56922_) 
[n:127.0.0.1:56922_ c:control_collection   x:collection1] o.a.s.c.Config loaded 
config solrconfig.xml with version 0 
   [junit4]   2> 1501578 INFO  
(coreLoadExecutor-4435-thread-1-processing-n:127.0.0.1:56922_) 
[n:127.0.0.1:56922_ c:control_collection   x:collection1] o.a.s.c.SolrConfig 
current version of requestparams : -1
   [junit4]   2> 1501589 INFO  
(coreLoadExecutor-4435-thread-1-processing-n:127.0.0.1:56922_) 
[n:127.0.0.1:56922_ c:control_collection   x:collection1] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 5.5.0
   [junit4]   2> 1501611 INFO  
(coreLoadExecutor-4435-thread-1-processing-n:127.0.0.1:56922_) 
[n:127.0.0.1:56922_ c:control_collection   x:collection1] o.a.s.c.SolrConfig 
Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1501618 INFO  
(coreLoadExecutor-4435-thread-1-processing-n:127.0.0.1:56922_) 
[n:127.0.0.1:56922_ c:control_collection   x:collection1] o.a.s.s.IndexSchema 
[collection1] Schema name=test
   [junit4]   2> 1501802 INFO  
(coreLoadExecutor-4435-thread-1-processing-n:127.0.0.1:56922_) 
[n:127.0.0.1:56922_ c:control_collection   x:collection1] 
o.a.s.s.OpenExchangeRatesOrgProvider Initialized with 
rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1501810 INFO  
(coreLoadExecutor-4435-thread-1-processing-n:127.0.0.1:56922_) 
[n:127.0.0.1:56922_ c:control_collection   x:collection1] o.a.s.s.IndexSchema 
default search field in schema is text
   [junit4]   2> 1501811 INFO  
(coreLoadExecutor-4435-thread-1-processing-n:127.0.0.1:56922_) 
[n:127.0.0.1:56922_ c:control_collection   x:collection1] o.a.s.s.IndexSchema 
unique key field: id
   [junit4]   2> 1501829 INFO  
(coreLoadExecutor-4435-thread-1-processing-n:127.0.0.1:56922_) 
[n:127.0.0.1:56922_ c:control_collection   x:collection1] 
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1501832 INFO  
(coreLoadExecutor-4435-thread-1-processing-n:127.0.0.1:56922_) 
[n:127.0.0.1:56922_ c:control_collection   x:collection1] 
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1501835 INFO  
(coreLoadExecutor-4435-thread-1-processing-n:127.0.0.1:56922_) 
[n:127.0.0.1:56922_ c:control_collection   x:collection1] 
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from 
open-exchange-rates.json
   [junit4]   2> 1501837 WARN  
(coreLoadExecutor-4435-thread-1-processing-n:127.0.0.1:56922_) 
[n:127.0.0.1:56922_ c:control_collection   x:collection1] 
o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
   [junit4]   2> 1501837 WARN  
(coreLoadExecutor-4435-thread-1-processing-n:127.0.0.1:56922_) 
[n:127.0.0.1:56922_ c:control_collection   x:collection1] 
o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
   [junit4]   2> 1501837 INFO  
(coreLoadExecutor-4435-thread-1-processing-n:127.0.0.1:56922_) 
[n:127.0.0.1:56922_ c:control_collection   x:collection1] 
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from 
open-exchange-rates.json
   [junit4]   2> 1501839 WARN  
(coreLoadExecutor-4435-thread-1-processing-n:127.0.0.1:56922_) 
[n:127.0.0.1:56922_ c:control_collection   x:collection1] 
o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
   [junit4]   2> 1501839 WARN  
(coreLoadExecutor-4435-thread-1-processing-n:127.0.0.1:56922_) 
[n:127.0.0.1:56922_ c:control_collection   x:collection1] 
o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
   [junit4]   2> 1501841 INFO  
(coreLoadExecutor-4435-thread-1-processing-n:127.0.0.1:56922_) 
[n:127.0.0.1:56922_ c:control_collection   x:collection1] 
o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default 
properties: Can't find resource 'configsetprops.json' in classpath or 
'/configs/conf1', 
cwd=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 1501841 INFO  
(coreLoadExecutor-4435-thread-1-processing-n:127.0.0.1:56922_) 
[n:127.0.0.1:56922_ c:control_collection   x:collection1] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1' using configuration from collection 
control_collection
   [junit4]   2> 1501841 INFO  
(coreLoadExecutor-4435-thread-1-processing-n:127.0.0.1:56922_) 
[n:127.0.0.1:56922_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1501841 INFO  
(coreLoadExecutor-4435-thread-1-processing-n:127.0.0.1:56922_) 
[n:127.0.0.1:56922_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ForceLeaderTest_F240911DA46DA485-001/control-001/cores/collection1],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ForceLeaderTest_F240911DA46DA485-001/control-001/cores/collection1/data/]
   [junit4]   2> 1501841 INFO  
(coreLoadExecutor-4435-thread-1-processing-n:127.0.0.1:56922_) 
[n:127.0.0.1:56922_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX 
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@7e788896
   [junit4]   2> 1501842 INFO  
(coreLoadExecutor-4435-thread-1-processing-n:127.0.0.1:56922_) 
[n:127.0.0.1:56922_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.CachingDirectoryFactory return new directory for 
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ForceLeaderTest_F240911DA46DA485-001/control-001/cores/collection1/data
   [junit4]   2> 1501842 INFO  
(coreLoadExecutor-4435-thread-1-processing-n:127.0.0.1:56922_) 
[n:127.0.0.1:56922_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.SolrCore New index directory detected: old=null 
new=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ForceLeaderTest_F240911DA46DA485-001/control-001/cores/collection1/data/index/
   [junit4]   2> 1501842 WARN  
(coreLoadExecutor-4435-thread-1-processing-n:127.0.0.1:56922_) 
[n:127.0.0.1:56922_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.SolrCore [collection1] Solr index directory 
'/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ForceLeaderTest_F240911DA46DA485-001/control-001/cores/collection1/data/index'
 doesn't exist. Creating new index...
   [junit4]   2> 1501842 INFO  
(coreLoadExecutor-4435-thread-1-processing-n:127.0.0.1:56922_) 
[n:127.0.0.1:56922_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.CachingDirectoryFactory return new directory for 
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ForceLeaderTest_F240911DA46DA485-001/control-001/cores/collection1/data/index
   [junit4]   2> 1501842 INFO  
(coreLoadExecutor-4435-thread-1-processing-n:127.0.0.1:56922_) 
[n:127.0.0.1:56922_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: 
minMergeSize=0, mergeFactor=10, maxMergeSize=1799745961, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 1501843 INFO  
(coreLoadExecutor-4435-thread-1-processing-n:127.0.0.1:56922_) 
[n:127.0.0.1:56922_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>        commit{dir=RawDirectoryWrapper(RAMDirectory@29865846 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@330d70f6),segFN=segments_1,generation=1}
   [junit4]   2> 1501843 INFO  
(coreLoadExecutor-4435-thread-1-processing-n:127.0.0.1:56922_) 
[n:127.0.0.1:56922_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1501843 INFO  
(OldIndexDirectoryCleanupThreadForCore-collection1) [n:127.0.0.1:56922_ 
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore 
Looking for old index directories to cleanup for core collection1 in 
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ForceLeaderTest_F240911DA46DA485-001/control-001/cores/collection1/data/
   [junit4]   2> 1501844 WARN  
(OldIndexDirectoryCleanupThreadForCore-collection1) [n:127.0.0.1:56922_ 
c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.DirectoryFactory 
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ForceLeaderTest_F240911DA46DA485-001/control-001/cores/collection1/data/
 does not point to a valid data directory; skipping clean-up of old index 
directories.
   [junit4]   2> 1501846 INFO  
(coreLoadExecutor-4435-thread-1-processing-n:127.0.0.1:56922_) 
[n:127.0.0.1:56922_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain 
"nodistrib"
   [junit4]   2> 1501846 INFO  
(coreLoadExecutor-4435-thread-1-processing-n:127.0.0.1:56922_) 
[n:127.0.0.1:56922_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain 
"dedupe"
   [junit4]   2> 1501847 INFO  
(coreLoadExecutor-4435-thread-1-processing-n:127.0.0.1:56922_) 
[n:127.0.0.1:56922_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1501847 INFO  
(coreLoadExecutor-4435-thread-1-processing-n:127.0.0.1:56922_) 
[n:127.0.0.1:56922_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain 
"stored_sig"
   [junit4]   2> 1501847 INFO  
(coreLoadExecutor-4435-thread-1-processing-n:127.0.0.1:56922_) 
[n:127.0.0.1:56922_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1501847 INFO  
(coreLoadExecutor-4435-thread-1-processing-n:127.0.0.1:56922_) 
[n:127.0.0.1:56922_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain 
"distrib-dup-test-chain-explicit"
   [junit4]   2> 1501847 INFO  
(coreLoadExecutor-4435-thread-1-processing-n:127.0.0.1:56922_) 
[n:127.0.0.1:56922_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain 
"distrib-dup-test-chain-implicit"
   [junit4]   2> 1501847 INFO  
(coreLoadExecutor-4435-thread-1-processing-n:127.0.0.1:56922_) 
[n:127.0.0.1:56922_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"distrib-dup-test-chain-implicit"
   [junit4]   2> 1501847 INFO  
(coreLoadExecutor-4435-thread-1-processing-n:127.0.0.1:56922_) 
[n:127.0.0.1:56922_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating 
implicit default
   [junit4]   2> 1501847 WARN  
(coreLoadExecutor-4435-thread-1-processing-n:127.0.0.1:56922_) 
[n:127.0.0.1:56922_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = 
requestHandler,name = /dump,class = DumpRequestHandler,args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 1501853 INFO  
(coreLoadExecutor-4435-thread-1-processing-n:127.0.0.1:56922_) 
[n:127.0.0.1:56922_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1501854 INFO  
(coreLoadExecutor-4435-thread-1-processing-n:127.0.0.1:56922_) 
[n:127.0.0.1:56922_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1501855 INFO  
(coreLoadExecutor-4435-thread-1-processing-n:127.0.0.1:56922_) 
[n:127.0.0.1:56922_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1501856 INFO  
(coreLoadExecutor-4435-thread-1-processing-n:127.0.0.1:56922_) 
[n:127.0.0.1:56922_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1501860 INFO  
(coreLoadExecutor-4435-thread-1-processing-n:127.0.0.1:56922_) 
[n:127.0.0.1:56922_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.RequestHandlers Registered paths: 
/admin/system,/admin/ping,/admin/threads,/admin/properties,/admin/logging,/admin/luke,/get,/admin/plugins,/config,/schema,standard,/admin/segments,/admin/mbeans,/update/csv,/admin/file,/dump,/replication,/update/json/docs,/update/json,/update
   [junit4]   2> 1501861 INFO  
(coreLoadExecutor-4435-thread-1-processing-n:127.0.0.1:56922_) 
[n:127.0.0.1:56922_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.SolrCore Using default statsCache cache: 
org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1501861 INFO  
(coreLoadExecutor-4435-thread-1-processing-n:127.0.0.1:56922_) 
[n:127.0.0.1:56922_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1501861 INFO  
(coreLoadExecutor-4435-thread-1-processing-n:127.0.0.1:56922_) 
[n:127.0.0.1:56922_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1501862 INFO  
(coreLoadExecutor-4435-thread-1-processing-n:127.0.0.1:56922_) 
[n:127.0.0.1:56922_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1501862 INFO  
(coreLoadExecutor-4435-thread-1-processing-n:127.0.0.1:56922_) 
[n:127.0.0.1:56922_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1501863 INFO  
(coreLoadExecutor-4435-thread-1-processing-n:127.0.0.1:56922_) 
[n:127.0.0.1:56922_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=47, maxMergeAtOnceExplicit=11, maxMergedSegmentMB=5.3603515625, 
floorSegmentMB=0.455078125, forceMergeDeletesPctAllowed=22.960524537405995, 
segmentsPerTier=46.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.48641764182204406
   [junit4]   2> 1501863 INFO  
(coreLoadExecutor-4435-thread-1-processing-n:127.0.0.1:56922_) 
[n:127.0.0.1:56922_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2>        commit{dir=RawDirectoryWrapper(RAMDirectory@29865846 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@330d70f6),segFN=segments_1,generation=1}
   [junit4]   2> 1501863 INFO  
(coreLoadExecutor-4435-thread-1-processing-n:127.0.0.1:56922_) 
[n:127.0.0.1:56922_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1501863 INFO  
(coreLoadExecutor-4435-thread-1-processing-n:127.0.0.1:56922_) 
[n:127.0.0.1:56922_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.s.SolrIndexSearcher Opening Searcher@438f783f[collection1] main
   [junit4]   2> 1501863 INFO  
(coreLoadExecutor-4435-thread-1-processing-n:127.0.0.1:56922_) 
[n:127.0.0.1:56922_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.c.ZkStateReader Load collection config from: 
[/collections/control_collection]
   [junit4]   2> 1501866 INFO  
(coreLoadExecutor-4435-thread-1-processing-n:127.0.0.1:56922_) 
[n:127.0.0.1:56922_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.c.ZkStateReader path=[/collections/control_collection] 
[configName]=[conf1] specified config exists in ZooKeeper
   [junit4]   2> 1501866 INFO  
(coreLoadExecutor-4435-thread-1-processing-n:127.0.0.1:56922_) 
[n:127.0.0.1:56922_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.r.ManagedResourceStorage Setting up ZooKeeper-based storage for the 
RestManager with znodeBase: /configs/conf1
   [junit4]   2> 1501867 INFO  
(coreLoadExecutor-4435-thread-1-processing-n:127.0.0.1:56922_) 
[n:127.0.0.1:56922_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 1501867 INFO  
(coreLoadExecutor-4435-thread-1-processing-n:127.0.0.1:56922_) 
[n:127.0.0.1:56922_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.r.RestManager Initializing RestManager with initArgs: {}
   [junit4]   2> 1501867 INFO  
(coreLoadExecutor-4435-thread-1-processing-n:127.0.0.1:56922_) 
[n:127.0.0.1:56922_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1501868 INFO  
(coreLoadExecutor-4435-thread-1-processing-n:127.0.0.1:56922_) 
[n:127.0.0.1:56922_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.r.ManagedResourceStorage No data found for znode 
/configs/conf1/_rest_managed.json
   [junit4]   2> 1501868 INFO  
(coreLoadExecutor-4435-thread-1-processing-n:127.0.0.1:56922_) 
[n:127.0.0.1:56922_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1501868 INFO  
(coreLoadExecutor-4435-thread-1-processing-n:127.0.0.1:56922_) 
[n:127.0.0.1:56922_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 1501868 INFO  
(coreLoadExecutor-4435-thread-1-processing-n:127.0.0.1:56922_) 
[n:127.0.0.1:56922_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1501869 INFO  
(searcherExecutor-4436-thread-1-processing-s:shard1 c:control_collection 
x:collection1 r:core_node1 n:127.0.0.1:56922_) [n:127.0.0.1:56922_ 
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore 
[collection1] Registered new searcher Searcher@438f783f[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1501869 INFO  
(coreLoadExecutor-4435-thread-1-processing-n:127.0.0.1:56922_) 
[n:127.0.0.1:56922_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.UpdateLog Looking up max value of version field to seed version buckets
   [junit4]   2> 1501869 INFO  
(coreLoadExecutor-4435-thread-1-processing-n:127.0.0.1:56922_) 
[n:127.0.0.1:56922_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.VersionInfo Refreshing highest value of _version_ for 65536 version 
buckets from index
   [junit4]   2> 1501869 INFO  
(coreLoadExecutor-4435-thread-1-processing-n:127.0.0.1:56922_) 
[n:127.0.0.1:56922_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.VersionInfo No terms found for _version_, cannot seed version bucket 
highest value from index
   [junit4]   2> 1501869 INFO  
(coreLoadExecutor-4435-thread-1-processing-n:127.0.0.1:56922_) 
[n:127.0.0.1:56922_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1522288447272779776
   [junit4]   2> 1501871 INFO  
(coreLoadExecutor-4435-thread-1-processing-n:127.0.0.1:56922_) 
[n:127.0.0.1:56922_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.UpdateLog Took 2.0ms to seed version buckets with highest version 
1522288447272779776
   [junit4]   2> 1501871 INFO  
(coreLoadExecutor-4435-thread-1-processing-n:127.0.0.1:56922_) 
[n:127.0.0.1:56922_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.ZkController watch zkdir /configs/conf1
   [junit4]   2> 1501872 INFO  
(coreLoadExecutor-4435-thread-1-processing-n:127.0.0.1:56922_) 
[n:127.0.0.1:56922_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 1501872 INFO  
(coreZkRegister-4429-thread-1-processing-s:shard1 c:control_collection 
x:collection1 r:core_node1 n:127.0.0.1:56922_) [n:127.0.0.1:56922_ 
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController 
Register replica - core:collection1 address:http://127.0.0.1:56922 
collection:control_collection shard:shard1
   [junit4]   2> 1501874 INFO  
(coreZkRegister-4429-thread-1-processing-s:shard1 c:control_collection 
x:collection1 r:core_node1 n:127.0.0.1:56922_) [n:127.0.0.1:56922_ 
c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.c.SolrZkClient makePath: 
/collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 1501881 INFO  
(coreZkRegister-4429-thread-1-processing-s:shard1 c:control_collection 
x:collection1 r:core_node1 n:127.0.0.1:56922_) [n:127.0.0.1:56922_ 
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.LeaderElector 
Joined leadership election with path: 
/collections/control_collection/leader_elect/shard1/election/95143027835994116-core_node1-n_0000000000
   [junit4]   2> 1501883 INFO  
(coreZkRegister-4429-thread-1-processing-s:shard1 c:control_collection 
x:collection1 r:core_node1 n:127.0.0.1:56922_) [n:127.0.0.1:56922_ 
c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.ShardLeaderElectionContext Running the leader process for shard=shard1 
and weAreReplacement=false and leaderVoteWait=10000
   [junit4]   2> 1501886 INFO  
(coreZkRegister-4429-thread-1-processing-s:shard1 c:control_collection 
x:collection1 r:core_node1 n:127.0.0.1:56922_) [n:127.0.0.1:56922_ 
c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1501886 INFO  
(coreZkRegister-4429-thread-1-processing-s:shard1 c:control_collection 
x:collection1 r:core_node1 n:127.0.0.1:56922_) [n:127.0.0.1:56922_ 
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> 1501886 INFO  
(coreZkRegister-4429-thread-1-processing-s:shard1 c:control_collection 
x:collection1 r:core_node1 n:127.0.0.1:56922_) [n:127.0.0.1:56922_ 
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy 
Sync replicas to http://127.0.0.1:56922/collection1/
   [junit4]   2> 1501886 INFO  
(coreZkRegister-4429-thread-1-processing-s:shard1 c:control_collection 
x:collection1 r:core_node1 n:127.0.0.1:56922_) [n:127.0.0.1:56922_ 
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy 
Sync Success - now sync replicas to me
   [junit4]   2> 1501886 INFO  
(coreZkRegister-4429-thread-1-processing-s:shard1 c:control_collection 
x:collection1 r:core_node1 n:127.0.0.1:56922_) [n:127.0.0.1:56922_ 
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy 
http://127.0.0.1:56922/collection1/ has no replicas
   [junit4]   2> 1501887 INFO  
(OverseerStateUpdate-95143027835994116-127.0.0.1:56922_-n_0000000000) 
[n:127.0.0.1:56922_    ] o.a.s.c.Overseer processMessage: queueSize: 1, message 
= {
   [junit4]   2>   "operation":"leader",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection"} current state version: 1
   [junit4]   2> 1501888 INFO  
(coreZkRegister-4429-thread-1-processing-s:shard1 c:control_collection 
x:collection1 r:core_node1 n:127.0.0.1:56922_) [n:127.0.0.1:56922_ 
c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 1501894 INFO  
(coreZkRegister-4429-thread-1-processing-s:shard1 c:control_collection 
x:collection1 r:core_node1 n:127.0.0.1:56922_) [n:127.0.0.1:56922_ 
c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node
   [junit4]   2> 1501898 INFO  
(coreZkRegister-4429-thread-1-processing-s:shard1 c:control_collection 
x:collection1 r:core_node1 n:127.0.0.1:56922_) [n:127.0.0.1:56922_ 
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:56922/collection1/ shard1
   [junit4]   2> 1501899 INFO  
(OverseerStateUpdate-95143027835994116-127.0.0.1:56922_-n_0000000000) 
[n:127.0.0.1:56922_    ] o.a.s.c.Overseer processMessage: queueSize: 1, message 
= {
   [junit4]   2>   "operation":"leader",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "base_url":"http://127.0.0.1:56922";,
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "state":"active"} current state version: 1
   [junit4]   2> 1502004 INFO  
(zkCallback-1353-thread-1-processing-n:127.0.0.1:56922_) [n:127.0.0.1:56922_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred 
- updating... (live nodes size: [1])
   [junit4]   2> 1502053 INFO  
(coreZkRegister-4429-thread-1-processing-s:shard1 c:control_collection 
x:collection1 r:core_node1 n:127.0.0.1:56922_) [n:127.0.0.1:56922_ 
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController 
We are http://127.0.0.1:56922/collection1/ and leader is 
http://127.0.0.1:56922/collection1/
   [junit4]   2> 1502053 INFO  
(coreZkRegister-4429-thread-1-processing-s:shard1 c:control_collection 
x:collection1 r:core_node1 n:127.0.0.1:56922_) [n:127.0.0.1:56922_ 
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController 
No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:56922
   [junit4]   2> 1502053 INFO  
(coreZkRegister-4429-thread-1-processing-s:shard1 c:control_collection 
x:collection1 r:core_node1 n:127.0.0.1:56922_) [n:127.0.0.1:56922_ 
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController 
I am the leader, no recovery necessary
   [junit4]   2> 1502053 INFO  
(coreZkRegister-4429-thread-1-processing-s:shard1 c:control_collection 
x:collection1 r:core_node1 n:127.0.0.1:56922_) [n:127.0.0.1:56922_ 
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController 
publishing state=active
   [junit4]   2> 1502053 INFO  
(coreZkRegister-4429-thread-1-processing-s:shard1 c:control_collection 
x:collection1 r:core_node1 n:127.0.0.1:56922_) [n:127.0.0.1:56922_ 
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController 
numShards not found on descriptor - reading it from system property
   [junit4]   2> 1502056 INFO  
(OverseerStateUpdate-95143027835994116-127.0.0.1:56922_-n_0000000000) 
[n:127.0.0.1:56922_    ] o.a.s.c.Overseer processMessage: queueSize: 1, message 
= {
   [junit4]   2>   "state":"active",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "base_url":"http://127.0.0.1:56922";,
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "operation":"state",
   [junit4]   2>   "node_name":"127.0.0.1:56922_",
   [junit4]   2>   "core_node_name":"core_node1",
   [junit4]   2>   "roles":null} current state version: 2
   [junit4]   2> 1502057 INFO  
(OverseerStateUpdate-95143027835994116-127.0.0.1:56922_-n_0000000000) 
[n:127.0.0.1:56922_    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 
message={
   [junit4]   2>   "state":"active",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "base_url":"http://127.0.0.1:56922";,
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "operation":"state",
   [junit4]   2>   "node_name":"127.0.0.1:56922_",
   [junit4]   2>   "core_node_name":"core_node1",
   [junit4]   2>   "roles":null}
   [junit4]   2> 1502068 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F240911DA46DA485]) [ 
   ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1502068 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F240911DA46DA485]) [ 
   ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1502071 INFO  (zkCallback-1355-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@67fa7be4 
name:ZooKeeperConnection Watcher:127.0.0.1:56919/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1502071 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F240911DA46DA485]) [ 
   ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1502071 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F240911DA46DA485]) [ 
   ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1502071 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F240911DA46DA485]) [ 
   ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 1502076 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F240911DA46DA485]) [ 
   ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection 
loss:false
   [junit4]   2> 1502076 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F240911DA46DA485]) [ 
   ] o.a.s.c.AbstractFullDistribZkTestBase Creating collection1 with 
stateFormat=2
   [junit4]   2> 1502076 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F240911DA46DA485]) [ 
   ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1502077 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F240911DA46DA485]) [ 
   ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1502078 INFO  (zkCallback-1356-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@5d7fe022 
name:ZooKeeperConnection Watcher:127.0.0.1:56919/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1502078 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F240911DA46DA485]) [ 
   ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1502079 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F240911DA46DA485]) [ 
   ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1502082 INFO  
(OverseerStateUpdate-95143027835994116-127.0.0.1:56922_-n_0000000000) 
[n:127.0.0.1:56922_    ] o.a.s.c.Overseer processMessage: queueSize: 1, message 
= {
   [junit4]   2>   "operation":"create",
   [junit4]   2>   "name":"collection1",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "stateFormat":"2"} current state version: 2
   [junit4]   2> 1502082 INFO  
(OverseerStateUpdate-95143027835994116-127.0.0.1:56922_-n_0000000000) 
[n:127.0.0.1:56922_    ] o.a.s.c.o.ClusterStateMutator building a new cName: 
collection1
   [junit4]   2> 1502083 INFO  (zkCallback-1355-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred 
- updating... (live nodes size: [1])
   [junit4]   2> 1502083 INFO  
(zkCallback-1353-thread-1-processing-n:127.0.0.1:56922_) [n:127.0.0.1:56922_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred 
- updating... (live nodes size: [1])
   [junit4]   2> 1502190 INFO  
(OverseerStateUpdate-95143027835994116-127.0.0.1:56922_-n_0000000000) 
[n:127.0.0.1:56922_    ] o.a.s.c.o.ZkStateWriter going to create_collection 
/collections/collection1/state.json
   [junit4]   2> 1502270 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F240911DA46DA485]) [ 
   ] o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ForceLeaderTest_F240911DA46DA485-001/shard-1-001/cores/collection1
   [junit4]   2> 1502271 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F240911DA46DA485]) [ 
   ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory 
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ForceLeaderTest_F240911DA46DA485-001/shard-1-001
   [junit4]   2> 1502272 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F240911DA46DA485]) [ 
   ] o.e.j.s.Server jetty-9.2.13.v20150730
   [junit4]   2> 1502275 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F240911DA46DA485]) [ 
   ] o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@18c79c01{/,null,AVAILABLE}
   [junit4]   2> 1502275 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F240911DA46DA485]) [ 
   ] o.e.j.s.ServerConnector Started 
ServerConnector@58d3125c{HTTP/1.1}{127.0.0.1:56936}
   [junit4]   2> 1502275 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F240911DA46DA485]) [ 
   ] o.e.j.s.Server Started @1508087ms
   [junit4]   2> 1502276 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F240911DA46DA485]) [ 
   ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solrconfig=solrconfig.xml, 
hostContext=/, 
coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ForceLeaderTest_F240911DA46DA485-001/shard-1-001/cores,
 
solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ForceLeaderTest_F240911DA46DA485-001/tempDir-001/jetty1,
 hostPort=56935}
   [junit4]   2> 1502276 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F240911DA46DA485]) [ 
   ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
sun.misc.Launcher$AppClassLoader@7b3cb2c6
   [junit4]   2> 1502276 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F240911DA46DA485]) [ 
   ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ForceLeaderTest_F240911DA46DA485-001/shard-1-001'
   [junit4]   2> 1502276 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F240911DA46DA485]) [ 
   ] o.a.s.c.SolrResourceLoader JNDI not configured for solr 
(NoInitialContextEx)
   [junit4]   2> 1502276 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F240911DA46DA485]) [ 
   ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 1502276 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F240911DA46DA485]) [ 
   ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1502277 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F240911DA46DA485]) [ 
   ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1502279 INFO  (zkCallback-1357-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher org.apache.solr.com

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

al=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [TestReloadAndDeleteDocs, 
TestSchemaVersionResource, TriLevelCompositeIdRoutingTest, 
TestDistribDocBasedVersion, TestFieldTypeResource, DistanceUnitsTest, 
PrimitiveFieldTypeTest, BlockJoinFacetRandomTest, TestBlobHandler, 
TestClassNameShortening, HardAutoCommitTest, ShardRoutingTest, TestSort, 
RemoteQueryErrorTest, SharedFSAutoReplicaFailoverUtilsTest, TestRTimerTree, 
ShardSplitTest, DocValuesMultiTest, TestFaceting, TestRebalanceLeaders, 
SimpleMLTQParserTest, HdfsRecoverLeaseTest, DirectSolrSpellCheckerTest, 
TestMiniSolrCloudClusterSSL, ScriptEngineTest, 
LeaderInitiatedRecoveryOnShardRestartTest, TestShortCircuitedRequests, 
TestExpandComponent, BadComponentTest, TestSimpleQParserPlugin, 
SchemaVersionSpecificBehaviorTest, TestReplicationHandlerBackup, 
OverriddenZkACLAndCredentialsProvidersTest, DistributedSuggestComponentTest, 
TestPostingsSolrHighlighter, DeleteShardTest, ClusterStateUpdateTest, 
HdfsBasicDistributedZk2Test, TestStressVersions, 
TestNonDefinedSimilarityFactory, TestNamedUpdateProcessors, 
TestFileDictionaryLookup, ExplicitHLLTest, TestSolrDeletionPolicy1, 
TestAnalyzedSuggestions, PolyFieldTest, TestPartialUpdateDeduplication, 
XsltUpdateRequestHandlerTest, DocExpirationUpdateProcessorFactoryTest, 
TestMaxScoreQueryParser, TestDFRSimilarityFactory, ConfigSetsAPITest, 
RecoveryZkTest, CollectionsAPIAsyncDistributedZkTest, TestChildDocTransformer, 
AnalysisAfterCoreReloadTest, TestHighlightDedupGrouping, 
AnalyticsMergeStrategyTest, SliceStateTest, QueryResultKeyTest, 
BasicAuthIntegrationTest, RankQueryTest, TestConfigSets, 
TestReplicationHandler, SpatialHeatmapFacetsTest, TestRestoreCore, 
TestInitParams, TestNoOpRegenerator, TestUseDocValuesAsStored, DOMUtilTest, 
TestFunctionQuery, CursorMarkTest, TestSweetSpotSimilarityFactory, 
TestScoreJoinQPNoScore, TestRemoteStreaming, SpatialFilterTest, 
MBeansHandlerTest, AtomicUpdatesTest, TestSolrXml, RegexBoostProcessorTest, 
TestMergePolicyConfig, DocValuesMissingTest, TestCustomSort, 
HdfsThreadLeakTest, TestMiniSolrCloudClusterBase, 
TestLMDirichletSimilarityFactory, UpdateParamsTest, MoreLikeThisHandlerTest, 
TestXIncludeConfig, TestDocSet, StatelessScriptUpdateProcessorFactoryTest, 
TestLuceneMatchVersion, QueryEqualityTest, BasicDistributedZkTest, 
TestImplicitCoreProperties, TestExceedMaxTermLength, SolrCoreTest, 
TestCloudSchemaless, URLClassifyProcessorTest, TestAnalyzeInfixSuggestions, 
TestOrdValues, TestRemoveLastDynamicCopyField, TestHashPartitioner, 
TestExclusionRuleCollectionAccess, FastVectorHighlighterTest, 
DirectUpdateHandlerTest, TestSolrConfigHandlerConcurrent, VersionInfoTest, 
TestConfigSetImmutable, TestFastLRUCache, TestLFUCache, TestJsonRequest, 
CursorPagingTest, CircularListTest, TestCollapseQParserPlugin, 
PathHierarchyTokenizerFactoryTest, TestRestManager, 
XmlUpdateRequestHandlerTest, AliasIntegrationTest, SimplePostToolTest, 
RulesTest, BlockDirectoryTest, TestCodecSupport, UUIDFieldTest, 
DisMaxRequestHandlerTest, TestStressUserVersions, PreAnalyzedFieldTest, 
TestSolr4Spatial2, TestJsonFacets, OverseerTest, TestTestInjection, 
ForceLeaderTest, TestLRUCache, AlternateDirectoryTest, 
DistributedFacetPivotLongTailTest, CollectionStateFormat2Test, JSONWriterTest, 
TestConfig, TestWordDelimiterFilterFactory, SyncSliceTest, BasicZkTest, 
LeaderElectionTest, TestRandomDVFaceting, ZkCLITest, TestDistributedGrouping, 
TestRecovery, DistributedSpellCheckComponentTest, 
TermVectorComponentDistributedTest, ZkControllerTest, TestStressReorder, 
TestJoin, DistributedTermsComponentTest, TestRangeQuery, TestCoreContainer, 
SimpleFacetsTest, TestSolr4Spatial, StatsComponentTest, PeerSyncTest, 
HighlighterTest, SoftAutoCommitTest, SuggesterFSTTest, SolrRequestParserTest, 
DocValuesTest, SuggesterTSTTest, NoCacheHeaderTest, 
SolrCoreCheckLockOnStartupTest, TestAtomicUpdateErrorCases, CacheHeaderTest, 
IndexBasedSpellCheckerTest, StandardRequestHandlerTest, 
DocumentAnalysisRequestHandlerTest, TestQueryTypes, TestOmitPositions, 
TermsComponentTest, DocumentBuilderTest, TestIndexingPerformance, 
TestSolrQueryParser, IndexSchemaRuntimeFieldTest, TestJmxIntegration, 
TestCSVResponseWriter, JsonLoaderTest, PingRequestHandlerTest, 
SolrIndexConfigTest, TestSolrDeletionPolicy2, MultiTermTest, SampleTest, 
TestBinaryField, TestSearchPerf, MinimalSchemaTest, OutputWriterTest, 
ExternalFileFieldSortTest, DirectSolrConnectionTest, TestPhraseSuggestions, 
TestCharFilters, EchoParamsTest, TestFastWriter, TimeZoneUtilsTest, 
PluginInfoTest, PrimUtilsTest, DateFieldTest, SpellingQueryConverterTest, 
ClusterStateTest, TestSolrJ, TestUtils, TestDocumentBuilder, ZkNodePropsTest, 
SystemInfoHandlerTest, DistributedMLTComponentTest, SolrTestCaseJ4Test, 
TestCrossCoreJoin, TestCursorMarkWithoutUniqueKey, TestTolerantSearch, 
TestEmbeddedSolrServerConstructors, TestJettySolrRunner, AssignTest, 
AsyncCallRequestStatusResponseTest, AsyncMigrateRouteKeyTest, 
DeleteInactiveReplicaTest, DeleteLastCustomShardedReplicaTest, 
DistribDocExpirationUpdateProcessorTest, DistributedQueueTest, 
HttpPartitionTest, LeaderFailoverAfterPartitionTest, MigrateRouteKeyTest, 
OverseerRolesTest, SolrCloudExampleTest, SolrXmlInZkTest, TestCloudInspectUtil, 
TestCloudPivotFacet, TestCollectionAPI, TestConfigSetsAPI, 
TestConfigSetsAPIExclusivity, TestConfigSetsAPIZkFailure, TestCryptoKeys, 
TestRequestForwarding, HdfsBasicDistributedZkTest, 
HdfsChaosMonkeyNothingIsSafeTest, HdfsCollectionsAPIDistributedZkTest, 
HdfsNNFailoverTest, HdfsRecoveryZkTest, HdfsRestartWhileUpdatingTest, 
HdfsUnloadDistributedZkTest, HdfsWriteToMultipleCollectionsTest, 
TestClusterStateMutator, ZkStateReaderTest, ZkStateWriterTest, RuleEngineTest, 
CachingDirectoryFactoryTest, ExitableDirectoryReaderTest, TestDynamicLoading, 
CoreAdminRequestStatusTest, CoreMergeIndexesAdminHandlerTest, InfoHandlerTest, 
SegmentsInfoRequestHandlerTest, DistributedExpandComponentTest, 
DistributedFacetPivotSmallTest, DistributedFacetPivotWhiteBoxTest, 
DistributedQueryComponentCustomSortTest, FacetPivotSmallTest, 
SuggestComponentContextFilterQueryTest, TestPivotHelperCode, 
TestTrackingShardHandlerFactory, TestMacros, TestRawResponseWriter, 
TestManagedResource, TestBulkSchemaAPI, TestManagedSchemaDynamicFieldResource, 
TestSchemaResource, TestSchemaSimilarityResource, 
TestSerializedLuceneMatchVersion, TestSolrQueryParserResource, 
TestManagedSynonymFilterFactory, EnumFieldTest, TestBulkSchemaConcurrent, 
TestManagedSchema, AnalyticsQueryTest, TestHashQParserPlugin, 
TestRandomCollapseQParserPlugin, TestExactStatsCache, TestLRUStatsCache, 
TestRuleBasedAuthorizationPlugin, ResponseHeaderTest, TestFreeTextSuggestions, 
TestHighFrequencyDictionaryFactory, BufferStoreTest, HdfsDirectoryTest, 
HdfsLockFactoryTest, AddBlockUpdateTest, AnalysisErrorHandlingTest, 
DataDrivenBlockJoinTest, TestDocBasedVersionConstraints, 
IgnoreCommitOptimizeUpdateProcessorFactoryTest, 
ParsingFieldUpdateProcessorsTest, TestRandomMergePolicy, TestSolrCLIRunExample]
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=TestSolrCLIRunExample -Dtests.seed=F240911DA46DA485 
-Dtests.slow=true -Dtests.locale=ar_JO -Dtests.timezone=Australia/Perth 
-Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.00s J0 | TestSolrCLIRunExample (suite) <<<
   [junit4]    > Throwable #1: 
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught 
exception in thread: Thread[id=21415, name=Thread-8158, state=RUNNABLE, 
group=TGRP-TestSolrCLIRunExample]
   [junit4]    > Caused by: java.util.concurrent.RejectedExecutionException: 
Task 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$1@573067b0 
rejected from 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor@2ae78088[Terminated,
 pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 24]
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([F240911DA46DA485]:0)
   [junit4]    >        at 
java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2048)
   [junit4]    >        at 
java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:821)
   [junit4]    >        at 
java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:1372)
   [junit4]    >        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.execute(ExecutorUtil.java:215)
   [junit4]    >        at 
java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:110)
   [junit4]    >        at 
org.apache.solr.update.DefaultSolrCoreState.doRecovery(DefaultSolrCoreState.java:288)
   [junit4]    >        at 
org.apache.solr.handler.admin.CoreAdminHandler$1.run(CoreAdminHandler.java:762)
   [junit4] Completed [562/562 (6!)] on J0 in 26.99s, 3 tests, 1 error, 1 
skipped <<< FAILURES!

[...truncated 15 lines...]
BUILD FAILED
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/build.xml:794: The following 
error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/build.xml:738: The following 
error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/build.xml:59: The following 
error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build.xml:233: The 
following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/common-build.xml:526: The 
following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/lucene/common-build.xml:1444: 
The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/lucene/common-build.xml:1000: 
There were test failures: 562 suites (7 ignored), 2231 tests, 1 suite-level 
error, 5 failures, 88 ignored (38 assumptions) [seed: F240911DA46DA485]

Total time: 76 minutes 54 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
[WARNINGS] Skipping publisher since build result is FAILURE
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to