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

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

Error Message:
Expected 2 of 3 replicas to be active but only found 1; 
[core_node3:{"core":"c8n_1x3_lf_shard1_replica2","base_url":"http://127.0.0.1:55976/t_u/ru","node_name":"127.0.0.1:55976_t_u%2Fru","state":"active","leader":"true"}];
 clusterState: DocCollection(c8n_1x3_lf//clusterstate.json/31)={   
"replicationFactor":"3",   "shards":{"shard1":{       
"range":"80000000-7fffffff",       "state":"active",       "replicas":{         
"core_node1":{           "core":"c8n_1x3_lf_shard1_replica1",           
"base_url":"http://127.0.0.1:55957/t_u/ru";,           
"node_name":"127.0.0.1:55957_t_u%2Fru",           "state":"down"},         
"core_node2":{           "state":"down",           
"base_url":"http://127.0.0.1:55966/t_u/ru";,           
"core":"c8n_1x3_lf_shard1_replica3",           
"node_name":"127.0.0.1:55966_t_u%2Fru"},         "core_node3":{           
"core":"c8n_1x3_lf_shard1_replica2",           
"base_url":"http://127.0.0.1:55976/t_u/ru";,           
"node_name":"127.0.0.1:55976_t_u%2Fru",           "state":"active",           
"leader":"true"}}}},   "router":{"name":"compositeId"},   
"maxShardsPerNode":"1",   "autoAddReplicas":"false"}

Stack Trace:
java.lang.AssertionError: Expected 2 of 3 replicas to be active but only found 
1; 
[core_node3:{"core":"c8n_1x3_lf_shard1_replica2","base_url":"http://127.0.0.1:55976/t_u/ru","node_name":"127.0.0.1:55976_t_u%2Fru","state":"active","leader":"true"}];
 clusterState: DocCollection(c8n_1x3_lf//clusterstate.json/31)={
  "replicationFactor":"3",
  "shards":{"shard1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{
        "core_node1":{
          "core":"c8n_1x3_lf_shard1_replica1",
          "base_url":"http://127.0.0.1:55957/t_u/ru";,
          "node_name":"127.0.0.1:55957_t_u%2Fru",
          "state":"down"},
        "core_node2":{
          "state":"down",
          "base_url":"http://127.0.0.1:55966/t_u/ru";,
          "core":"c8n_1x3_lf_shard1_replica3",
          "node_name":"127.0.0.1:55966_t_u%2Fru"},
        "core_node3":{
          "core":"c8n_1x3_lf_shard1_replica2",
          "base_url":"http://127.0.0.1:55976/t_u/ru";,
          "node_name":"127.0.0.1:55976_t_u%2Fru",
          "state":"active",
          "leader":"true"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"1",
  "autoAddReplicas":"false"}
        at 
__randomizedtesting.SeedInfo.seed([E79E43B57CEC810D:6FCA7C6FD210ECF5]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at 
org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.testRf3WithLeaderFailover(LeaderFailoverAfterPartitionTest.java:170)
        at 
org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.test(LeaderFailoverAfterPartitionTest.java:57)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:985)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:960)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:745)


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

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

Stack Trace:
java.lang.AssertionError: Task 3001 did not complete, final state: FAILED 
expected same:<COMPLETED> was not:<FAILED>
        at 
__randomizedtesting.SeedInfo.seed([E79E43B57CEC810D:6FCA7C6FD210ECF5]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.failNotSame(Assert.java:641)
        at org.junit.Assert.assertSame(Assert.java:580)
        at 
org.apache.solr.cloud.MultiThreadedOCPTest.testDeduplicationOfSubmittedTasks(MultiThreadedOCPTest.java:250)
        at 
org.apache.solr.cloud.MultiThreadedOCPTest.test(MultiThreadedOCPTest.java:64)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:985)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:960)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:745)


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

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

Stack Trace:
java.lang.RuntimeException: timeout waiting for collection in cluster state: 
collection=testcollection
        at 
__randomizedtesting.SeedInfo.seed([E79E43B57CEC810D:6FCA7C6FD210ECF5]:0)
        at 
org.apache.solr.cloud.AbstractFullDistribZkTestBase.waitForCollection(AbstractFullDistribZkTestBase.java:346)
        at 
org.apache.solr.cloud.TestRebalanceLeaders.test(TestRebalanceLeaders.java:73)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:985)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:960)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:745)


FAILED:  org.apache.solr.search.TestAnalyticsQParserPlugin.initializationError

Error Message:
No runnable methods

Stack Trace:
java.lang.Exception: No runnable methods
        at 
org.junit.runners.BlockJUnit4ClassRunner.validateInstanceMethods(BlockJUnit4ClassRunner.java:166)
        at 
org.junit.runners.BlockJUnit4ClassRunner.collectInitializationErrors(BlockJUnit4ClassRunner.java:102)
        at org.junit.runners.ParentRunner.validate(ParentRunner.java:344)
        at org.junit.runners.ParentRunner.<init>(ParentRunner.java:74)
        at 
org.junit.runners.BlockJUnit4ClassRunner.<init>(BlockJUnit4ClassRunner.java:55)
        at 
org.junit.internal.builders.JUnit4Builder.runnerForClass(JUnit4Builder.java:13)
        at 
org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:57)
        at 
org.junit.internal.builders.AllDefaultPossibilitiesBuilder.runnerForClass(AllDefaultPossibilitiesBuilder.java:29)
        at 
org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:57)
        at 
org.junit.internal.requests.ClassRequest.getRunner(ClassRequest.java:24)
        at 
com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.execute(SlaveMain.java:239)
        at 
com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.main(SlaveMain.java:355)
        at 
com.carrotsearch.ant.tasks.junit4.slave.SlaveMainSafe.main(SlaveMainSafe.java:13)


FAILED:  org.apache.solr.security.TestPKIAuthenticationPlugin.test

Error Message:


Stack Trace:
java.lang.NullPointerException
        at 
__randomizedtesting.SeedInfo.seed([E79E43B57CEC810D:6FCA7C6FD210ECF5]:0)
        at 
org.apache.solr.security.TestPKIAuthenticationPlugin.test(TestPKIAuthenticationPlugin.java:100)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 11783 lines...]
   [junit4] Suite: org.apache.solr.security.TestPKIAuthenticationPlugin
   [junit4]   2> Creating dataDir: 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.security.TestPKIAuthenticationPlugin_E79E43B57CEC810D-001/init-core-data-001
   [junit4]   2> 1323432 INFO  
(SUITE-TestPKIAuthenticationPlugin-seed#[E79E43B57CEC810D]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields
   [junit4]   2> 1323436 INFO  
(SUITE-TestPKIAuthenticationPlugin-seed#[E79E43B57CEC810D]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN) 
w/ MAC_OS_X supressed clientAuth
   [junit4]   2> 1323437 INFO  
(TEST-TestPKIAuthenticationPlugin.test-seed#[E79E43B57CEC810D]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting test
   [junit4]   2> 1329923 ERROR 
(TEST-TestPKIAuthenticationPlugin.test-seed#[E79E43B57CEC810D]) [    ] 
o.a.s.s.PKIAuthenticationPlugin Invalid key request timestamp: 1487636077068 , 
received timestamp: 1487636083449 , TTL: 5000
   [junit4]   2> 1329923 INFO  
(TEST-TestPKIAuthenticationPlugin.test-seed#[E79E43B57CEC810D]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending test
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=TestPKIAuthenticationPlugin -Dtests.method=test 
-Dtests.seed=E79E43B57CEC810D -Dtests.slow=true -Dtests.locale=es-HN 
-Dtests.timezone=Etc/GMT-0 -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   6.49s J1 | TestPKIAuthenticationPlugin.test <<<
   [junit4]    > Throwable #1: java.lang.NullPointerException
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([E79E43B57CEC810D:6FCA7C6FD210ECF5]:0)
   [junit4]    >        at 
org.apache.solr.security.TestPKIAuthenticationPlugin.test(TestPKIAuthenticationPlugin.java:100)
   [junit4]    >        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 1329927 INFO  
(SUITE-TestPKIAuthenticationPlugin-seed#[E79E43B57CEC810D]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.security.TestPKIAuthenticationPlugin_E79E43B57CEC810D-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70), 
sim=RandomSimilarity(queryNorm=false): {}, locale=es-HN, timezone=Etc/GMT-0
   [junit4]   2> NOTE: Mac OS X 10.11.6 x86_64/Oracle Corporation 1.8.0_121 
(64-bit)/cpus=3,threads=1,free=98825048,total=407896064
   [junit4]   2> NOTE: All tests run in this JVM: [QueryParsingTest, 
TestLocalFSCloudBackupRestore, TestDistributedStatsComponentCardinality, 
BasicFunctionalityTest, TestJsonFacets, TestFreeTextSuggestions, 
TestSchemaNameResource, TestJoin, TestLMDirichletSimilarityFactory, 
TestJmxMonitoredMap, TestManagedResourceStorage, ClusterStateTest, 
SolrCoreMetricManagerTest, TestUseDocValuesAsStored, 
DistributedQueryComponentCustomSortTest, TestMiniSolrCloudCluster, 
TestQueryUtils, UUIDUpdateProcessorFallbackTest, DebugComponentTest, 
ShufflingReplicaListTransformerTest, TestClusterProperties, RuleEngineTest, 
TestJavabinTupleStreamParser, ChaosMonkeySafeLeaderTest, 
TestSerializedLuceneMatchVersion, TestGraphTermsQParserPlugin, 
OverseerModifyCollectionTest, CdcrReplicationDistributedZkTest, 
TestLuceneMatchVersion, TestRecoveryHdfs, TestSchemaSimilarityResource, 
TestUnifiedSolrHighlighter, TestSmileRequest, TestRawResponseWriter, 
TestDownShardTolerantSearch, TestRealTimeGet, TestDistributedGrouping, 
TestDistribIDF, TestComplexPhraseQParserPlugin, TestSolrCoreSnapshots, 
OpenCloseCoreStressTest, IndexSchemaTest, TestCopyFieldCollectionResource, 
CloudMLTQParserTest, DocValuesNotIndexedTest, TestCloudManagedSchema, 
FullSolrCloudDistribCmdsTest, DistribDocExpirationUpdateProcessorTest, 
DistributedQueueTest, TestRangeQuery, CoreAdminCreateDiscoverTest, 
SpellCheckComponentTest, TestBadConfig, TestSolrCoreParser, 
ReplicationFactorTest, RAMDirectoryFactoryTest, UpdateParamsTest, 
TestSolrDeletionPolicy2, InfixSuggestersTest, HdfsSyncSliceTest, 
CollectionStateFormat2Test, TestIndexSearcher, TestSolr4Spatial, 
MinimalSchemaTest, OverriddenZkACLAndCredentialsProvidersTest, TestOrdValues, 
TestSolrQueryParserResource, TestAuthenticationFramework, 
TestImpersonationWithHadoopAuth, NoCacheHeaderTest, 
TestClassicSimilarityFactory, TestQueryWrapperFilter, TestFieldCacheSortRandom, 
SolrIndexSplitterTest, TestWriterPerf, SpatialRPTFieldTypeTest, 
JavabinLoaderTest, SubstringBytesRefFilterTest, 
CoreMergeIndexesAdminHandlerTest, TestCloudInspectUtil, TestNumericTerms32, 
DocValuesMissingTest, TestCloudSchemaless, TestPHPSerializedResponseWriter, 
SuggestComponentContextFilterQueryTest, SolrJmxReporterTest, 
HdfsRecoveryZkTest, TestBlendedInfixSuggestions, TestBackupRepositoryFactory, 
TestIntervalFaceting, TestFieldCacheWithThreads, TestSolrQueryResponse, 
ResponseLogComponentTest, AutoCommitTest, TestCrossCoreJoin, TestCoreDiscovery, 
ActionThrottleTest, PreAnalyzedFieldTest, TestStressInPlaceUpdates, 
SegmentsInfoRequestHandlerTest, FieldAnalysisRequestHandlerTest, UpdateLogTest, 
TestSolrXml, TestIndexingPerformance, FileBasedSpellCheckerTest, 
TestCustomStream, GraphQueryTest, TestScoreJoinQPScore, 
DistributedFacetPivotSmallTest, TestBlobHandler, MigrateRouteKeyTest, 
SaslZkACLProviderTest, BasicAuthIntegrationTest, 
DeleteLastCustomShardedReplicaTest, TestSolrConfigHandler, 
TestCustomDocTransformer, DistributedDebugComponentTest, TestConfigSetsAPI, 
HighlighterConfigTest, TestSolrQueryParser, ConvertedLegacyTest, 
BlobRepositoryCloudTest, EchoParamsTest, 
BigEndianAscendingWordDeserializerTest, TestTrieFacet, TestTrie, 
TestInitQParser, DocExpirationUpdateProcessorFactoryTest, DirectoryFactoryTest, 
ShardRoutingCustomTest, DateMathParserTest, ZkStateWriterTest, 
TestComponentsName, BitVectorTest, TestStandardQParsers, SliceStateTest, 
TestExceedMaxTermLength, JsonLoaderTest, TestQueryTypes, 
TestDynamicFieldCollectionResource, BlockJoinFacetRandomTest, 
TestUninvertingReader, TestStressRecovery, TestTolerantUpdateProcessorCloud, 
TestPKIAuthenticationPlugin]
   [junit4] Completed [303/694 (1!)] on J1 in 6.51s, 1 test, 1 error <<< 
FAILURES!

[...truncated 84 lines...]
   [junit4] Suite: org.apache.solr.search.TestAnalyticsQParserPlugin
   [junit4] ERROR   0.00s J0 | TestAnalyticsQParserPlugin.initializationError 
<<<
   [junit4]    > Throwable #1: java.lang.Exception: No runnable methods
   [junit4] Completed [331/694 (2!)] on J0 in 0.00s, 1 test, 1 error <<< 
FAILURES!

[...truncated 37 lines...]
   [junit4] Suite: org.apache.solr.cloud.LeaderFailoverAfterPartitionTest
   [junit4]   2> Creating dataDir: 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_E79E43B57CEC810D-001/init-core-data-001
   [junit4]   2> 1487534 INFO  
(SUITE-LeaderFailoverAfterPartitionTest-seed#[E79E43B57CEC810D]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using TrieFields
   [junit4]   2> 1487538 INFO  
(SUITE-LeaderFailoverAfterPartitionTest-seed#[E79E43B57CEC810D]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl=https://issues.apache.org/jira/browse/SOLR-5776)
 w/ MAC_OS_X supressed clientAuth
   [junit4]   2> 1487538 INFO  
(SUITE-LeaderFailoverAfterPartitionTest-seed#[E79E43B57CEC810D]-worker) [    ] 
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /t_u/ru
   [junit4]   2> 1487540 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[E79E43B57CEC810D]) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1487541 INFO  (Thread-1883) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1487541 INFO  (Thread-1883) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 1487651 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[E79E43B57CEC810D]) [    ] 
o.a.s.c.ZkTestServer start zk server on port:55954
   [junit4]   2> 1487682 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[E79E43B57CEC810D]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
 to /configs/conf1/solrconfig.xml
   [junit4]   2> 1487686 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[E79E43B57CEC810D]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/schema.xml
 to /configs/conf1/schema.xml
   [junit4]   2> 1487689 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[E79E43B57CEC810D]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
 to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1487692 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[E79E43B57CEC810D]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
 to /configs/conf1/stopwords.txt
   [junit4]   2> 1487695 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[E79E43B57CEC810D]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/protwords.txt
 to /configs/conf1/protwords.txt
   [junit4]   2> 1487698 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[E79E43B57CEC810D]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/currency.xml
 to /configs/conf1/currency.xml
   [junit4]   2> 1487701 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[E79E43B57CEC810D]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
 to /configs/conf1/enumsConfig.xml
   [junit4]   2> 1487704 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[E79E43B57CEC810D]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
 to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1487706 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[E79E43B57CEC810D]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
 to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1487709 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[E79E43B57CEC810D]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
 to /configs/conf1/old_synonyms.txt
   [junit4]   2> 1487712 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[E79E43B57CEC810D]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
 to /configs/conf1/synonyms.txt
   [junit4]   2> 1488093 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[E79E43B57CEC810D]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_E79E43B57CEC810D-001/control-001/cores/collection1
   [junit4]   2> 1488096 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[E79E43B57CEC810D]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1488098 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[E79E43B57CEC810D]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@31c3531b{/t_u/ru,null,AVAILABLE}
   [junit4]   2> 1488152 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[E79E43B57CEC810D]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@75b32c53{HTTP/1.1,[http/1.1]}{127.0.0.1:55958}
   [junit4]   2> 1488152 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[E79E43B57CEC810D]) [    ] 
o.e.j.s.Server Started @1493728ms
   [junit4]   2> 1488152 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[E79E43B57CEC810D]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_E79E43B57CEC810D-001/tempDir-001/control/data,
 hostContext=/t_u/ru, hostPort=55957, 
coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_E79E43B57CEC810D-001/control-001/cores}
   [junit4]   2> 1488153 ERROR 
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[E79E43B57CEC810D]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1488153 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[E79E43B57CEC810D]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.0.0
   [junit4]   2> 1488153 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[E79E43B57CEC810D]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1488153 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[E79E43B57CEC810D]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1488153 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[E79E43B57CEC810D]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-02-21T00:17:21.687Z
   [junit4]   2> 1488157 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[E79E43B57CEC810D]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 1488157 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[E79E43B57CEC810D]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_E79E43B57CEC810D-001/control-001/solr.xml
   [junit4]   2> 1488169 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[E79E43B57CEC810D]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:55954/solr
   [junit4]   2> 1488211 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[E79E43B57CEC810D]) 
[n:127.0.0.1:55957_t_u%2Fru    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1488212 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[E79E43B57CEC810D]) 
[n:127.0.0.1:55957_t_u%2Fru    ] o.a.s.c.OverseerElectionContext I am going to 
be the leader 127.0.0.1:55957_t_u%2Fru
   [junit4]   2> 1488215 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[E79E43B57CEC810D]) 
[n:127.0.0.1:55957_t_u%2Fru    ] o.a.s.c.Overseer Overseer 
(id=97493728695287812-127.0.0.1:55957_t_u%2Fru-n_0000000000) starting
   [junit4]   2> 1488229 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[E79E43B57CEC810D]) 
[n:127.0.0.1:55957_t_u%2Fru    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:55957_t_u%2Fru
   [junit4]   2> 1488233 INFO  
(zkCallback-1453-thread-1-processing-n:127.0.0.1:55957_t_u%2Fru) 
[n:127.0.0.1:55957_t_u%2Fru    ] o.a.s.c.c.ZkStateReader Updated live nodes 
from ZooKeeper... (0) -> (1)
   [junit4]   2> 1488783 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[E79E43B57CEC810D]) 
[n:127.0.0.1:55957_t_u%2Fru    ] o.a.s.c.CorePropertiesLocator Found 1 core 
definitions underneath 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_E79E43B57CEC810D-001/control-001/cores
   [junit4]   2> 1488783 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[E79E43B57CEC810D]) 
[n:127.0.0.1:55957_t_u%2Fru    ] o.a.s.c.CorePropertiesLocator Cores are: 
[collection1]
   [junit4]   2> 1488787 INFO  
(OverseerStateUpdate-97493728695287812-127.0.0.1:55957_t_u%2Fru-n_0000000000) 
[n:127.0.0.1:55957_t_u%2Fru    ] o.a.s.c.o.ReplicaMutator Assigning new node to 
shard shard=shard1
   [junit4]   2> 1489814 INFO  
(coreLoadExecutor-4462-thread-1-processing-n:127.0.0.1:55957_t_u%2Fru) 
[n:127.0.0.1:55957_t_u%2Fru c:control_collection   x:collection1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1489825 INFO  
(coreLoadExecutor-4462-thread-1-processing-n:127.0.0.1:55957_t_u%2Fru) 
[n:127.0.0.1:55957_t_u%2Fru c:control_collection   x:collection1] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1489897 WARN  
(coreLoadExecutor-4462-thread-1-processing-n:127.0.0.1:55957_t_u%2Fru) 
[n:127.0.0.1:55957_t_u%2Fru c:control_collection   x:collection1] 
o.a.s.s.IndexSchema [collection1] default search field in schema is text. 
WARNING: Deprecated, please use 'df' on request instead.
   [junit4]   2> 1489899 INFO  
(coreLoadExecutor-4462-thread-1-processing-n:127.0.0.1:55957_t_u%2Fru) 
[n:127.0.0.1:55957_t_u%2Fru c:control_collection   x:collection1] 
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1489921 INFO  
(coreLoadExecutor-4462-thread-1-processing-n:127.0.0.1:55957_t_u%2Fru) 
[n:127.0.0.1:55957_t_u%2Fru c:control_collection   x:collection1] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from 
collection control_collection
   [junit4]   2> 1489922 INFO  
(coreLoadExecutor-4462-thread-1-processing-n:127.0.0.1:55957_t_u%2Fru) 
[n:127.0.0.1:55957_t_u%2Fru c:control_collection   x:collection1] 
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_E79E43B57CEC810D-001/control-001/cores/collection1],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_E79E43B57CEC810D-001/control-001/cores/collection1/data/]
   [junit4]   2> 1489922 INFO  
(coreLoadExecutor-4462-thread-1-processing-n:127.0.0.1:55957_t_u%2Fru) 
[n:127.0.0.1:55957_t_u%2Fru c:control_collection   x:collection1] 
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX 
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@57661e1c
   [junit4]   2> 1489923 INFO  
(coreLoadExecutor-4462-thread-1-processing-n:127.0.0.1:55957_t_u%2Fru) 
[n:127.0.0.1:55957_t_u%2Fru c:control_collection   x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=30, maxMergeAtOnceExplicit=44, maxMergedSegmentMB=53.5478515625, 
floorSegmentMB=0.4306640625, forceMergeDeletesPctAllowed=6.055425948853358, 
segmentsPerTier=24.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1489928 WARN  
(coreLoadExecutor-4462-thread-1-processing-n:127.0.0.1:55957_t_u%2Fru) 
[n:127.0.0.1:55957_t_u%2Fru c:control_collection   x:collection1] 
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = 
requestHandler,name = /dump,class = DumpRequestHandler,attributes = 
{initParams=a, name=/dump, class=DumpRequestHandler},args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 1489995 INFO  
(coreLoadExecutor-4462-thread-1-processing-n:127.0.0.1:55957_t_u%2Fru) 
[n:127.0.0.1:55957_t_u%2Fru c:control_collection   x:collection1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1489995 INFO  
(coreLoadExecutor-4462-thread-1-processing-n:127.0.0.1:55957_t_u%2Fru) 
[n:127.0.0.1:55957_t_u%2Fru c:control_collection   x:collection1] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1489996 INFO  
(coreLoadExecutor-4462-thread-1-processing-n:127.0.0.1:55957_t_u%2Fru) 
[n:127.0.0.1:55957_t_u%2Fru c:control_collection   x:collection1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1489996 INFO  
(coreLoadExecutor-4462-thread-1-processing-n:127.0.0.1:55957_t_u%2Fru) 
[n:127.0.0.1:55957_t_u%2Fru c:control_collection   x:collection1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1489997 INFO  
(coreLoadExecutor-4462-thread-1-processing-n:127.0.0.1:55957_t_u%2Fru) 
[n:127.0.0.1:55957_t_u%2Fru c:control_collection   x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=46, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.8471689028307036]
   [junit4]   2> 1489997 INFO  
(coreLoadExecutor-4462-thread-1-processing-n:127.0.0.1:55957_t_u%2Fru) 
[n:127.0.0.1:55957_t_u%2Fru c:control_collection   x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@6c0b5db8[collection1] main]
   [junit4]   2> 1489999 INFO  
(coreLoadExecutor-4462-thread-1-processing-n:127.0.0.1:55957_t_u%2Fru) 
[n:127.0.0.1:55957_t_u%2Fru c:control_collection   x:collection1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 1490000 INFO  
(coreLoadExecutor-4462-thread-1-processing-n:127.0.0.1:55957_t_u%2Fru) 
[n:127.0.0.1:55957_t_u%2Fru c:control_collection   x:collection1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1490000 INFO  
(coreLoadExecutor-4462-thread-1-processing-n:127.0.0.1:55957_t_u%2Fru) 
[n:127.0.0.1:55957_t_u%2Fru c:control_collection   x:collection1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1490000 INFO  
(searcherExecutor-4463-thread-1-processing-n:127.0.0.1:55957_t_u%2Fru 
x:collection1 c:control_collection) [n:127.0.0.1:55957_t_u%2Fru 
c:control_collection   x:collection1] o.a.s.c.SolrCore [collection1] Registered 
new searcher Searcher@6c0b5db8[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1490001 INFO  
(coreLoadExecutor-4462-thread-1-processing-n:127.0.0.1:55957_t_u%2Fru) 
[n:127.0.0.1:55957_t_u%2Fru c:control_collection   x:collection1] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1559899661700956160
   [junit4]   2> 1490012 INFO  
(coreZkRegister-4455-thread-1-processing-n:127.0.0.1:55957_t_u%2Fru 
x:collection1 c:control_collection) [n:127.0.0.1:55957_t_u%2Fru 
c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1490012 INFO  
(coreZkRegister-4455-thread-1-processing-n:127.0.0.1:55957_t_u%2Fru 
x:collection1 c:control_collection) [n:127.0.0.1:55957_t_u%2Fru 
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> 1490012 INFO  
(coreZkRegister-4455-thread-1-processing-n:127.0.0.1:55957_t_u%2Fru 
x:collection1 c:control_collection) [n:127.0.0.1:55957_t_u%2Fru 
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy 
Sync replicas to http://127.0.0.1:55957/t_u/ru/collection1/
   [junit4]   2> 1490012 INFO  
(coreZkRegister-4455-thread-1-processing-n:127.0.0.1:55957_t_u%2Fru 
x:collection1 c:control_collection) [n:127.0.0.1:55957_t_u%2Fru 
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy 
Sync Success - now sync replicas to me
   [junit4]   2> 1490012 INFO  
(coreZkRegister-4455-thread-1-processing-n:127.0.0.1:55957_t_u%2Fru 
x:collection1 c:control_collection) [n:127.0.0.1:55957_t_u%2Fru 
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy 
http://127.0.0.1:55957/t_u/ru/collection1/ has no replicas
   [junit4]   2> 1490012 INFO  
(coreZkRegister-4455-thread-1-processing-n:127.0.0.1:55957_t_u%2Fru 
x:collection1 c:control_collection) [n:127.0.0.1:55957_t_u%2Fru 
c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 1490020 INFO  
(coreZkRegister-4455-thread-1-processing-n:127.0.0.1:55957_t_u%2Fru 
x:collection1 c:control_collection) [n:127.0.0.1:55957_t_u%2Fru 
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:55957/t_u/ru/collection1/ shard1
   [junit4]   2> 1490176 INFO  
(coreZkRegister-4455-thread-1-processing-n:127.0.0.1:55957_t_u%2Fru 
x:collection1 c:control_collection) [n:127.0.0.1:55957_t_u%2Fru 
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController 
I am the leader, no recovery necessary
   [junit4]   2> 1490345 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[E79E43B57CEC810D]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1490347 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[E79E43B57CEC810D]) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:55954/solr ready
   [junit4]   2> 1490347 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[E79E43B57CEC810D]) [    ] 
o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection 
loss:false
   [junit4]   2> 1490591 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[E79E43B57CEC810D]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_E79E43B57CEC810D-001/shard-1-001/cores/collection1
   [junit4]   2> 1490592 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[E79E43B57CEC810D]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_E79E43B57CEC810D-001/shard-1-001
   [junit4]   2> 1490592 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[E79E43B57CEC810D]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1490594 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[E79E43B57CEC810D]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@43f990ce{/t_u/ru,null,AVAILABLE}
   [junit4]   2> 1490595 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[E79E43B57CEC810D]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@132423d9{HTTP/1.1,[http/1.1]}{127.0.0.1:55967}
   [junit4]   2> 1490595 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[E79E43B57CEC810D]) [    ] 
o.e.j.s.Server Started @1496171ms
   [junit4]   2> 1490595 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[E79E43B57CEC810D]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_E79E43B57CEC810D-001/tempDir-001/jetty1,
 solrconfig=solrconfig.xml, hostContext=/t_u/ru, hostPort=55966, 
coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_E79E43B57CEC810D-001/shard-1-001/cores}
   [junit4]   2> 1490596 ERROR 
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[E79E43B57CEC810D]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1490597 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[E79E43B57CEC810D]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.0.0
   [junit4]   2> 1490597 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[E79E43B57CEC810D]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1490597 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[E79E43B57CEC810D]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1490597 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[E79E43B57CEC810D]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-02-21T00:17:24.131Z
   [junit4]   2> 1490600 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[E79E43B57CEC810D]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 1490600 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[E79E43B57CEC810D]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_E79E43B57CEC810D-001/shard-1-001/solr.xml
   [junit4]   2> 1490612 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[E79E43B57CEC810D]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:55954/solr
   [junit4]   2> 1490628 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[E79E43B57CEC810D]) 
[n:127.0.0.1:55966_t_u%2Fru    ] o.a.s.c.c.ZkStateReader Updated live nodes 
from ZooKeeper... (0) -> (1)
   [junit4]   2> 1490633 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[E79E43B57CEC810D]) 
[n:127.0.0.1:55966_t_u%2Fru    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1490637 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[E79E43B57CEC810D]) 
[n:127.0.0.1:55966_t_u%2Fru    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:55966_t_u%2Fru
   [junit4]   2> 1490640 INFO  
(zkCallback-1453-thread-3-processing-n:127.0.0.1:55957_t_u%2Fru) 
[n:127.0.0.1:55957_t_u%2Fru    ] o.a.s.c.c.ZkStateReader Updated live nodes 
from ZooKeeper... (1) -> (2)
   [junit4]   2> 1490641 INFO  
(zkCallback-1462-thread-1-processing-n:127.0.0.1:55966_t_u%2Fru) 
[n:127.0.0.1:55966_t_u%2Fru    ] o.a.s.c.c.ZkStateReader Updated live nodes 
from ZooKeeper... (1) -> (2)
   [junit4]   2> 1490641 INFO  (zkCallback-1457-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1490714 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[E79E43B57CEC810D]) 
[n:127.0.0.1:55966_t_u%2Fru    ] o.a.s.c.CorePropertiesLocator Found 1 core 
definitions underneath 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_E79E43B57CEC810D-001/shard-1-001/cores
   [junit4]   2> 1490714 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[E79E43B57CEC810D]) 
[n:127.0.0.1:55966_t_u%2Fru    ] o.a.s.c.CorePropertiesLocator Cores are: 
[collection1]
   [junit4]   2> 1490718 INFO  
(OverseerStateUpdate-97493728695287812-127.0.0.1:55957_t_u%2Fru-n_0000000000) 
[n:127.0.0.1:55957_t_u%2Fru    ] o.a.s.c.o.ReplicaMutator Assigning new node to 
shard shard=shard2
   [junit4]   2> 1491736 INFO  
(coreLoadExecutor-4473-thread-1-processing-n:127.0.0.1:55966_t_u%2Fru) 
[n:127.0.0.1:55966_t_u%2Fru c:collection1   x:collection1] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1491746 INFO  
(coreLoadExecutor-4473-thread-1-processing-n:127.0.0.1:55966_t_u%2Fru) 
[n:127.0.0.1:55966_t_u%2Fru c:collection1   x:collection1] o.a.s.s.IndexSchema 
[collection1] Schema name=test
   [junit4]   2> 1491812 WARN  
(coreLoadExecutor-4473-thread-1-processing-n:127.0.0.1:55966_t_u%2Fru) 
[n:127.0.0.1:55966_t_u%2Fru c:collection1   x:collection1] o.a.s.s.IndexSchema 
[collection1] default search field in schema is text. WARNING: Deprecated, 
please use 'df' on request instead.
   [junit4]   2> 1491814 INFO  
(coreLoadExecutor-4473-thread-1-processing-n:127.0.0.1:55966_t_u%2Fru) 
[n:127.0.0.1:55966_t_u%2Fru c:collection1   x:collection1] o.a.s.s.IndexSchema 
Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1491832 INFO  
(coreLoadExecutor-4473-thread-1-processing-n:127.0.0.1:55966_t_u%2Fru) 
[n:127.0.0.1:55966_t_u%2Fru c:collection1   x:collection1] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from 
collection collection1
   [junit4]   2> 1491833 INFO  
(coreLoadExecutor-4473-thread-1-processing-n:127.0.0.1:55966_t_u%2Fru) 
[n:127.0.0.1:55966_t_u%2Fru c:collection1   x:collection1] o.a.s.c.SolrCore 
[[collection1] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_E79E43B57CEC810D-001/shard-1-001/cores/collection1],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_E79E43B57CEC810D-001/shard-1-001/cores/collection1/data/]
   [junit4]   2> 1491833 INFO  
(coreLoadExecutor-4473-thread-1-processing-n:127.0.0.1:55966_t_u%2Fru) 
[n:127.0.0.1:55966_t_u%2Fru c:collection1   x:collection1] 
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX 
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@57661e1c
   [junit4]   2> 1491834 INFO  
(coreLoadExecutor-4473-thread-1-processing-n:127.0.0.1:55966_t_u%2Fru) 
[n:127.0.0.1:55966_t_u%2Fru c:collection1   x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=30, maxMergeAtOnceExplicit=44, maxMergedSegmentMB=53.5478515625, 
floorSegmentMB=0.4306640625, forceMergeDeletesPctAllowed=6.055425948853358, 
segmentsPerTier=24.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1491838 WARN  
(coreLoadExecutor-4473-thread-1-processing-n:127.0.0.1:55966_t_u%2Fru) 
[n:127.0.0.1:55966_t_u%2Fru c:collection1   x:collection1] 
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = 
requestHandler,name = /dump,class = DumpRequestHandler,attributes = 
{initParams=a, name=/dump, class=DumpRequestHandler},args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 1491894 INFO  
(coreLoadExecutor-4473-thread-1-processing-n:127.0.0.1:55966_t_u%2Fru) 
[n:127.0.0.1:55966_t_u%2Fru c:collection1   x:collection1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1491894 INFO  
(coreLoadExecutor-4473-thread-1-processing-n:127.0.0.1:55966_t_u%2Fru) 
[n:127.0.0.1:55966_t_u%2Fru c:collection1   x:collection1] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1491895 INFO  
(coreLoadExecutor-4473-thread-1-processing-n:127.0.0.1:55966_t_u%2Fru) 
[n:127.0.0.1:55966_t_u%2Fru c:collection1   x:collection1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1491895 INFO  
(coreLoadExecutor-4473-thread-1-processing-n:127.0.0.1:55966_t_u%2Fru) 
[n:127.0.0.1:55966_t_u%2Fru c:collection1   x:collection1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1491896 INFO  
(coreLoadExecutor-4473-thread-1-processing-n:127.0.0.1:55966_t_u%2Fru) 
[n:127.0.0.1:55966_t_u%2Fru c:collection1   x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=46, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.8471689028307036]
   [junit4]   2> 1491896 INFO  
(coreLoadExecutor-4473-thread-1-processing-n:127.0.0.1:55966_t_u%2Fru) 
[n:127.0.0.1:55966_t_u%2Fru c:collection1   x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@1c4f82fa[collection1] main]
   [junit4]   2> 1491898 INFO  
(coreLoadExecutor-4473-thread-1-processing-n:127.0.0.1:55966_t_u%2Fru) 
[n:127.0.0.1:55966_t_u%2Fru c:collection1   x:collection1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 1491899 INFO  
(coreLoadExecutor-4473-thread-1-processing-n:127.0.0.1:55966_t_u%2Fru) 
[n:127.0.0.1:55966_t_u%2Fru c:collection1   x:collection1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1491899 INFO  
(coreLoadExecutor-4473-thread-1-processing-n:127.0.0.1:55966_t_u%2Fru) 
[n:127.0.0.1:55966_t_u%2Fru c:collection1   x:collection1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1491900 INFO  
(searcherExecutor-4474-thread-1-processing-n:127.0.0.1:55966_t_u%2Fru 
x:collection1 c:collection1) [n:127.0.0.1:55966_t_u%2Fru c:collection1   
x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@1c4f82fa[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1491900 INFO  
(coreLoadExecutor-4473-thread-1-processing-n:127.0.0.1:55966_t_u%2Fru) 
[n:127.0.0.1:55966_t_u%2Fru c:collection1   x:collection1] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1559899663692201984
   [junit4]   2> 1491911 INFO  
(coreZkRegister-4468-thread-1-processing-n:127.0.0.1:55966_t_u%2Fru 
x:collection1 c:collection1) [n:127.0.0.1:55966_t_u%2Fru c:collection1 s:shard2 
r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas 
found to continue.
   [junit4]   2> 1491911 INFO  
(coreZkRegister-4468-thread-1-processing-n:127.0.0.1:55966_t_u%2Fru 
x:collection1 c:collection1) [n:127.0.0.1:55966_t_u%2Fru c:collection1 s:shard2 
r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I may be the new 
leader - try and sync
   [junit4]   2> 1491911 INFO  
(coreZkRegister-4468-thread-1-processing-n:127.0.0.1:55966_t_u%2Fru 
x:collection1 c:collection1) [n:127.0.0.1:55966_t_u%2Fru c:collection1 s:shard2 
r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:55966/t_u/ru/collection1/
   [junit4]   2> 1491911 INFO  
(coreZkRegister-4468-thread-1-processing-n:127.0.0.1:55966_t_u%2Fru 
x:collection1 c:collection1) [n:127.0.0.1:55966_t_u%2Fru c:collection1 s:shard2 
r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync 
replicas to me
   [junit4]   2> 1491911 INFO  
(coreZkRegister-4468-thread-1-processing-n:127.0.0.1:55966_t_u%2Fru 
x:collection1 c:collection1) [n:127.0.0.1:55966_t_u%2Fru c:collection1 s:shard2 
r:core_node1 x:collection1] o.a.s.c.SyncStrategy 
http://127.0.0.1:55966/t_u/ru/collection1/ has no replicas
   [junit4]   2> 1491911 INFO  
(coreZkRegister-4468-thread-1-processing-n:127.0.0.1:55966_t_u%2Fru 
x:collection1 c:collection1) [n:127.0.0.1:55966_t_u%2Fru c:collection1 s:shard2 
r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Found all 
replicas participating in election, clear LIR
   [junit4]   2> 1491918 INFO  
(coreZkRegister-4468-thread-1-processing-n:127.0.0.1:55966_t_u%2Fru 
x:collection1 c:collection1) [n:127.0.0.1:55966_t_u%2Fru c:collection1 s:shard2 
r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new 
leader: http://127.0.0.1:55966/t_u/ru/collection1/ shard2
   [junit4]   2> 1492030 INFO  
(coreZkRegister-4468-thread-1-processing-n:127.0.0.1:55966_t_u%2Fru 
x:collection1 c:collection1) [n:127.0.0.1:55966_t_u%2Fru c:collection1 s:shard2 
r:core_node1 x:collection1] o.a.s.c.ZkController I am the leader, no recovery 
necessary
   [junit4]   2> 1492494 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[E79E43B57CEC810D]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_E79E43B57CEC810D-001/shard-2-001/cores/collection1
   [junit4]   2> 1492496 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[E79E43B57CEC810D]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_E79E43B57CEC810D-001/shard-2-001
   [junit4]   2> 1492496 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[E79E43B57CEC810D]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1492498 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[E79E43B57CEC810D]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@2a98ee8d{/t_u/ru,null,AVAILABLE}
   [junit4]   2> 1492498 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[E79E43B57CEC810D]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@3b77313f{HTTP/1.1,[http/1.1]}{127.0.0.1:55972}
   [junit4]   2> 1492498 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[E79E43B57CEC810D]) [    ] 
o.e.j.s.Server Started @1498074ms
   [junit4]   2> 1492499 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[E79E43B57CEC810D]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_E79E43B57CEC810D-001/tempDir-001/jetty2,
 solrconfig=solrconfig.xml, hostContext=/t_u/ru, hostPort=55971, 
coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_E79E43B57CEC810D-001/shard-2-001/cores}
   [junit4]   2> 1492499 ERROR 
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[E79E43B57CEC810D]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1492500 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[E79E43B57CEC810D]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.0.0
   [junit4]   2> 1492500 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[E79E43B57CEC810D]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1492500 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[E79E43B57CEC810D]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1492500 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[E79E43B57CEC810D]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-02-21T00:17:26.034Z
   [junit4]   2> 1492504 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[E79E43B57CEC810D]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 1492504 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[E79E43B57CEC810D]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_E79E43B57CEC810D-001/shard-2-001/solr.xml
   [junit4]   2> 1492526 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[E79E43B57CEC810D]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:55954/solr
   [junit4]   2> 1492542 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[E79E43B57CEC810D]) 
[n:127.0.0.1:55971_t_u%2Fru    ] o.a.s.c.c.ZkStateReader Updated live nodes 
from ZooKeeper... (0) -> (2)
   [junit4]   2> 1492547 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[E79E43B57CEC810D]) 
[n:127.0.0.1:55971_t_u%2Fru    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1492552 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[E79E43B57CEC810D]) 
[n:127.0.0.1:55971_t_u%2Fru    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:55971_t_u%2Fru
   [junit4]   2> 1492555 INFO  
(zkCallback-1462-thread-1-processing-n:127.0.0.1:55966_t_u%2Fru) 
[n:127.0.0.1:55966_t_u%2Fru    ] o.a.s.c.c.ZkStateReader Updated live nodes 
from ZooKeeper... (2) -> (3)
   [junit4]   2> 1492555 INFO  
(zkCallback-1453-thread-2-processing-n:127.0.0.1:55957_t_u%2Fru) 
[n:127.0.0.1:55957_t_u%2Fru    ] o.a.s.c.c.ZkStateReader Updated live nodes 
from ZooKeeper... (2) -> (3)
   [junit4]   2> 1492555 INFO  
(zkCallback-1468-thread-1-processing-n:127.0.0.1:55971_t_u%2Fru) 
[n:127.0.0.1:55971_t_u%2Fru    ] o.a.s.c.c.ZkStateReader Updated live nodes 
from ZooKeeper... (2) -> (3)
   [junit4]   2> 1492555 INFO  (zkCallback-1457-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1492648 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[E79E43B57CEC810D]) 
[n:127.0.0.1:55971_t_u%2Fru    ] o.a.s.c.CorePropertiesLocator Found 1 core 
definitions underneath 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_E79E43B57CEC810D-001/shard-2-001/cores
   [junit4]   2> 1492648 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[E79E43B57CEC810D]) 
[n:127.0.0.1:55971_t_u%2Fru    ] o.a.s.c.CorePropertiesLocator Cores are: 
[collection1]
   [junit4]   2> 1492650 INFO  
(OverseerStateUpdate-97493728695287812-127.0.0.1:55957_t_u%2Fru-n_0000000000) 
[n:127.0.0.1:55957_t_u%2Fru    ] o.a.s.c.o.ReplicaMutator Assigning new node to 
shard shard=shard1
   [junit4]   2> 1493669 INFO  
(coreLoadExecutor-4484-thread-1-processing-n:127.0.0.1:55971_t_u%2Fru) 
[n:127.0.0.1:55971_t_u%2Fru c:collection1   x:collection1] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1493680 INFO  
(coreLoadExecutor-4484-thread-1-processing-n:127.0.0.1:55971_t_u%2Fru) 
[n:127.0.0.1:55971_t_u%2Fru c:collection1   x:collection1] o.a.s.s.IndexSchema 
[collection1] Schema name=test
   [junit4]   2> 1493750 WARN  
(coreLoadExecutor-4484-thread-1-processing-n:127.0.0.1:55971_t_u%2Fru) 
[n:127.0.0.1:55971_t_u%2Fru c:collection1   x:collection1] o.a.s.s.IndexSchema 
[collection1] default search field in schema is text. WARNING: Deprecated, 
please use 'df' on request instead.
   [junit4]   2> 1493752 INFO  
(coreLoadExecutor-4484-thread-1-processing-n:127.0.0.1:55971_t_u%2Fru) 
[n:127.0.0.1:55971_t_u%2Fru c:collection1   x:collection1] o.a.s.s.IndexSchema 
Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1493773 INFO  
(coreLoadExecutor-4484-thread-1-processing-n:127.0.0.1:55971_t_u%2Fru) 
[n:127.0.0.1:55971_t_u%2Fru c:collection1   x:collection1] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from 
collection collection1
   [junit4]   2> 1493773 INFO  
(coreLoadExecutor-4484-thread-1-processing-n:127.0.0.1:55971_t_u%2Fru) 
[n:127.0.0.1:55971_t_u%2Fru c:collection1   x:collection1] o.a.s.c.SolrCore 
[[collection1] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_E79E43B57CEC810D-001/shard-2-001/cores/collection1],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_E79E43B57CEC810D-001/shard-2-001/cores/collection1/data/]
   [junit4]   2> 1493773 INFO  
(coreLoadExecutor-4484-thread-1-processing-n:127.0.0.1:55971_t_u%2Fru) 
[n:127.0.0.1:55971_t_u%2Fru c:collection1   x:collection1] 
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX 
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@57661e1c
   [junit4]   2> 1493774 INFO  
(coreLoadExecutor-4484-thread-1-processing-n:127.0.0.1:55971_t_u%2Fru) 
[n:127.0.0.1:55971_t_u%2Fru c:collection1   x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=30, maxMergeAtOnceExplicit=44, maxMergedSegmentMB=53.5478515625, 
floorSegmentMB=0.4306640625, forceMergeDeletesPctAllowed=6.055425948853358, 
segmentsPerTier=24.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1493779 WARN  
(coreLoadExecutor-4484-thread-1-processing-n:127.0.0.1:55971_t_u%2Fru) 
[n:127.0.0.1:55971_t_u%2Fru c:collection1   x:collection1] 
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = 
requestHandler,name = /dump,class = DumpRequestHandler,attributes = 
{initParams=a, name=/dump, class=DumpRequestHandler},args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 1493839 INFO  
(coreLoadExecutor-4484-thread-1-processing-n:127.0.0.1:55971_t_u%2Fru) 
[n:127.0.0.1:55971_t_u%2Fru c:collection1   x:collection1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1493839 INFO  
(coreLoadExecutor-4484-thread-1-processing-n:127.0.0.1:55971_t_u%2Fru) 
[n:127.0.0.1:55971_t_u%2Fru c:collection1   x:collection1] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1493840 INFO  
(coreLoadExecutor-4484-thread-1-processing-n:127.0.0.1:55971_t_u%2Fru) 
[n:127.0.0.1:55971_t_u%2Fru c:collection1   x:collection1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1493840 INFO  
(coreLoadExecutor-4484-thread-1-processing-n:127.0.0.1:55971_t_u%2Fru) 
[n:127.0.0.1:55971_t_u%2Fru c:collection1   x:collection1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1493841 INFO  
(coreLoadExecutor-4484-thread-1-processing-n:127.0.0.1:55971_t_u%2Fru) 
[n:127.0.0.1:55971_t_u%2Fru c:collection1   x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=46, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.8471689028307036]
   [junit4]   2> 1493842 INFO  
(coreLoadExecutor-4484-thread-1-processing-n:127.0.0.1:55971_t_u%2Fru) 
[n:127.0.0.1:55971_t_u%2Fru c:collection1   x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@63147ae1[collection1] main]
   [junit4]   2> 1493843 INFO  
(coreLoadExecutor-4484-thread-1-processing-n:127.0.0.1:55971_t_u%2Fru) 
[n:127.0.0.1:55971_t_u%2Fru c:collection1   x:collection1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 1493844 INFO  
(coreLoadExecutor-4484-thread-1-processing-n:127.0.0.1:55971_t_u%2Fru) 
[n:127.0.0.1:55971_t_u%2Fru c:collection1   x:collection1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1493844 INFO  
(coreLoadExecutor-4484-thread-1-processing-n:127.0.0.1:55971_t_u%2Fru) 
[n:127.0.0.1:55971_t_u%2Fru c:collection1   x:collection1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1493845 INFO  
(searcherExecutor-4485-thread-1-processing-n:127.0.0.1:55971_t_u%2Fru 
x:collection1 c:collection1) [n:127.0.0.1:55971_t_u%2Fru c:collection1   
x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@63147ae1[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1493845 INFO  
(coreLoadExecutor-4484-thread-1-processing-n:127.0.0.1:55971_t_u%2Fru) 
[n:127.0.0.1:55971_t_u%2Fru c:collection1   x:collection1] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1559899665731682304
   [junit4]   2> 1493855 INFO  
(coreZkRegister-4479-thread-1-processing-n:127.0.0.1:55971_t_u%2Fru 
x:collection1 c:collection1) [n:127.0.0.1:55971_t_u%2Fru c:collection1 s:shard1 
r:core_node2 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas 
found to continue.
   [junit4]   2> 1493855 INFO  
(coreZkRegister-4479-thread-1-processing-n:127.0.0.1:55971_t_u%2Fru 
x:collection1 c:collection1) [n:127.0.0.1:55971_t_u%2Fru c:collection1 s:shard1 
r:core_node2 x:collection1] o.a.s.c.ShardLeaderElectionContext I may be the new 
leader - try and sync
   [junit4]   2> 1493855 INFO  
(coreZkRegister-4479-thread-1-processing-n:127.0.0.1:55971_t_u%2Fru 
x:collection1 c:collection1) [n:127.0.0.1:55971_t_u%2Fru c:collection1 s:shard1 
r:core_node2 x:collection1] o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:55971/t_u/ru/collection1/
   [junit4]   2> 1493856 INFO  
(coreZkRegister-4479-thread-1-processing-n:127.0.0.1:55971_t_u%2Fru 
x:collection1 c:collection1) [n:127.0.0.1:55971_t_u%2Fru c:collection1 s:shard1 
r:core_node2 x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync 
replicas to me
   [junit4]   2> 1493856 INFO  
(coreZkRegister-4479-thread-1-processing-n:127.0.0.1:55971_t_u%2Fru 
x:collection1 c:collection1) [n:127.0.0.1:55971_t_u%2Fru c:collection1 s:shard1 
r:core_node2 x:collection1] o.a.s.c.SyncStrategy 
http://127.0.0.1:55971/t_u/ru/collection1/ has no replicas
   [junit4]   2> 1493856 INFO  
(coreZkRegister-4479-thread-1-processing-n:127.0.0.1:55971_t_u%2Fru 
x:collection1 c:collection1) [n:127.0.0.1:55971_t_u%2Fru c:collection1 s:shard1 
r:core_node2 x:collection1] o.a.s.c.ShardLeaderElectionContext Found all 
replicas participating in election, clear LIR
   [junit4]   2> 1493863 INFO  
(coreZkRegister-4479-thread-1-processing-n:127.0.0.1:55971_t_u%2Fru 
x:collection1 c:collection1) [n:127.0.0.1:55971_t_u%2Fru c:collection1 s:shard1 
r:core_node2 x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new 
leader: http://127.0.0.1:55971/t_u/ru/collection1/ shard1
   [junit4]   2> 1493975 INFO  
(coreZkRegister-4479-thread-1-processing-n:127.0.0.1:55971_t_u%2Fru 
x:collection1 c:collection1) [n:127.0.0.1:55971_t_u%2Fru c:collection1 s:shard1 
r:core_node2 x:collection1] o.a.s.c.ZkController I am the leader, no recovery 
necessary
   [junit4]   2> 1495010 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[E79E43B57CEC810D]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_E79E43B57CEC810D-001/shard-3-001/cores/collection1
   [junit4]   2> 1495011 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[E79E43B57CEC810D]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_E79E43B57CEC810D-001/shard-3-001
   [junit4]   2> 1495012 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[E79E43B57CEC810D]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1495014 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[E79E43B57CEC810D]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@33f2c728{/t_u/ru,null,AVAILABLE}
   [junit4]   2> 1495014 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[E79E43B57CEC810D]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@4fb8ea2d{HTTP/1.1,[http/1.1]}{127.0.0.1:55977}
   [junit4]   2> 1495014 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[E79E43B57CEC810D]) [    ] 
o.e.j.s.Server Started @1500590ms
   [junit4]   2> 1495014 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[E79E43B57CEC810D]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_E79E43B57CEC810D-001/tempDir-001/jetty3,
 solrconfig=solrconfig.xml, hostContext=/t_u/ru, hostPort=55976, 
coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_E79E43B57CEC810D-001/shard-3-001/cores}
   [junit4]   2> 1495015 ERROR 
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[E79E43B57CEC810D]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1495016 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[E79E43B57CEC810D]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.0.0
   [junit4]   2> 1495016 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[E79E43B57CEC810D]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1495016 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[E79E43B57CEC810D]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1495016 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[E79E43B57CEC810D]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-02-21T00:17:28.550Z
   [junit4]   2> 1495020 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[E79E43B57CEC810D]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 1495020 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[E79E43B57CEC810D]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_E79E43B57CEC810D-001/shard-3-001/solr.xml
   [junit4]   2> 1495055 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[E79E43B57CEC810D]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:55954/solr
   [junit4]   2> 1495072 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[E79E43B57CEC810D]) 
[n:127.0.0.1:55976_t_u%2Fru    ] o.a.s.c.c.ZkStateReader Updated live nodes 
from ZooKeeper... (0) -> (3)
   [junit4]   2> 1495076 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[E79E43B57CEC810D]) 
[n:127.0.0.1:55976_t_u%2Fru    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1495082 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[E79E43B57CEC810D]) 
[n:127.0.0.1:55976_t_u%2Fru    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:55976_t_u%2Fru
   [junit4]   2> 1495086 INFO  
(zkCallback-1462-thread-1-processing-n:127.0.0.1:55966_t_u%2Fru) 
[n:127.0.0.1:55966_t_u%2Fru    ] o.a.s.c.c.ZkStateReader Updated live nodes 
from ZooKeeper... (3) -> (4)
   [junit4]   2> 1495086 INFO  
(zkCallback-1453-thread-1-processing-n:127.0.0.1:55957_t_u%2Fru) 
[n:127.0.0.1:55957_t_u%2Fru    ] o.a.s.c.c.ZkStateReader Updated live nodes 
from ZooKeeper... (3) -> (4)
   [junit4]   2> 1495086 INFO  (zkCallback-1457-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1495086 INFO  
(zkCallback-1468-thread-1-processing-n:127.0.0.1:55971_t_u%2Fru) 
[n:127.0.0.1:55971_t_u%2Fru    ] o.a.s.c.c.ZkStateReader Updated live nodes 
from ZooKeeper... (3) -> (4)
   [junit4]   2> 1495087 INFO  
(zkCallback-1474-thread-1-processing-n:127.0.0.1:55976_t_u%2Fru) 
[n:127.0.0.1:55976_t_u%2Fru    ] o.a.s.c.c.ZkStateReader Updated live nodes 
from ZooKeeper... (3) -> (4)
   [junit4]   2> 1495168 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[E79E43B57CEC810D]) 
[n:127.0.0.1:55976_t_u%2Fru    ] o.a.s.c.CorePropertiesLocator Found 1 core 
definitions underneath 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_E79E43B57CEC810D-001/shard-3-001/cores
   [junit4]   2> 1495168 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[E79E43B57CEC810D]) 
[n:127.0.0.1:55976_t_u%2Fru    ] o.a.s.c.CorePropertiesLocator Cores are: 
[collection1]
   [junit4]   2> 1495171 INFO  
(OverseerStateUpdate-97493728695287812-127.0.0.1:55957_t_u%2Fru-n_0000000000) 
[n:127.0.0.1:55957_t_u%2Fru    ] o.a.s.c.o.ReplicaMutator Assigning new node to 
shard shard=shard2
   [junit4]   2> 1496199 INFO  
(coreLoadExecutor-4495-thread-1-processing-n:127.0.0.1:55976_t_u%2Fru) 
[n:127.0.0.1:55976_t_u%2Fru c:collection1   x:collection1] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1496210 INFO  
(coreLoadExecutor-4495-thread-1-processing-n:127.0.0.1:55976_t_u%2Fru) 
[n:127.0.0.1:55976_t_u%2Fru c:collection1   x:collection1] o.a.s.s.IndexSchema 
[collection1] Schema name=test
   [junit4]   2> 1496276 WARN  
(coreLoadExecutor-4495-thread-1-processing-n:127.0.0.1:55976_t_u%2Fru) 
[n:127.0.0.1:55976_t_u%2Fru c:collection1   x:collection1] o.a.s.s.IndexSchema 
[collection1] default search field in schema is text. WARNING: Deprecated, 
please use 'df' on request instead.
   [junit4]   2> 1496278 INFO  
(coreLoadExecutor-4495-thread-1-processing-n:127.0.0.1:55976_t_u%2Fru) 
[n:127.0.0.1:55976_t_u%2Fru c:collection1   x:collection1] o.a.s.s.IndexSchema 
Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1496298 INFO  
(coreLoadExecutor-4495-thread-1-processing-n:127.0.0.1:55976_t_u%2Fru) 
[n:127.0.0.1:55976_t_u%2Fru c:collection1   x:collection1] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from 
collection collection1
   [junit4]   2> 1496298 INFO  
(coreLoadExecutor-4495-thread-1-processing-n:127.0.0.1:55976_t_u%2Fru) 
[n:127.0.0.1:55976_t_u%2Fru c:collection1   x:collection1] o.a.s.c.SolrCore 
[[collection1] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_E79E43B57CEC810D-001/shard-3-001/cores/collection1],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_E79E43B57CEC810D-001/shard-3-001/cores/collection1/data/]
   [junit4]   2> 1496298 INFO  
(coreLoadExecutor-4495-thread-1-processing-n:127.0.0.1:55976_t_u%2Fru) 
[n:127.0.0.1:55976_t_u%2Fru c:collection1   x:collection1] 
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX 
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@57661e1c
   [junit4]   2> 1496299 INFO  
(coreLoadExecutor-4495-thread-1-processing-n:127.0.0.1:55976_t_u%2Fru) 
[n:127.0.0.1:55976_t_u%2Fru c:collection1   x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=30, maxMergeAtOnceExplicit=44, maxMergedSegmentMB=53.5478515625, 
floorSegmentMB=0.4306640625, forceMergeDeletesPctAllowed=6.055425948853358, 
segmentsPerTier=24.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1496304 WARN  
(coreLoadExecutor-4495-thread-1-processing-n:127.0.0.1:55976_t_u%2Fru) 
[n:127.0.0.1:55976_t_u%2Fru c:collection1   x:collection1] 
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = 
requestHandler,name = /dump,class = DumpRequestHandler,attributes = 
{initParams=a, name=/dump, class=DumpRequestHandler},args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 1496359 INFO  
(coreLoadExecutor-4495-thread-1-processing-n:127.0.0.1:55976_t_u%2Fru) 
[n:127.0.0.1:55976_t_u%2Fru c:collection1   x:collection1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1496359 INFO  
(coreLoadExecutor-4495-thread-1-processing-n:127.0.0.1:55976_t_u%2Fru) 
[n:127.0.0.1:55976_t_u%2Fru c:collection1   x:collection1] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1496360 INFO  
(coreLoadExecutor-4495-thread-1-processing-n:127.0.0.1:55976_t_u%2Fru) 
[n:127.0.0.1:55976_t_u%2Fru c:collection1   x:collection1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1496360 INFO  
(coreLoadExecutor-4495-thread-1-processing-n:127.0.0.1:55976_t_u%2Fru) 
[n:127.0.0.1:55976_t_u%2Fru c:collection1   x:collection1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1496361 INFO  
(coreLoadExecutor-4495-thread-1-processing-n:127.0.0.1:55976_t_u%2Fru) 
[n:127.0.0.1:55976_t_u%2Fru c:collection1   x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=46, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.8471689028307036]
   [junit4]   2> 1496362 INFO  
(coreLoadExecutor-4495-thread-1-processing-n:127.0.0.1:55976_t_u%2Fru) 
[n:127.0.0.1:55976_t_u%2Fru c:collection1   x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@5ee004ba[collection1] main]
   [junit4]   2> 1496363 INFO  
(coreLoadExecutor-4495-thread-1-processing-n:127.0.0.1:55976_t_u%2Fru) 
[n:127.0.0.1:55976_t_u%2Fru c:collection1   x:collection1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 1496364 INFO  
(coreLoadExecutor-4495-thread-1-processing-n:127.0.0.1:55976_t_u%2Fru) 
[n:127.0.0.1:55976_t_u%2Fru c:collection1   x:collection1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1496364 INFO  
(coreLoadExecutor-4495-thread-1-processing-n:127.0.0.1:55976_t_u%2Fru) 
[n:127.0.0.1:55976_t_u%2Fru c:collection1   x:collection1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1496365 INFO  
(searcherExecutor-4496-thread-1-processing-n:127.0.0.1:55976_t_u%2Fru 
x:collection1 c:collection1) [n:127.0.0.1:55976_t_u%2Fru c:collection1   
x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@5ee004ba[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1496365 INFO  
(coreLoadExecutor-4495-thread-1-processing-n:127.0.0.1:55976_t_u%2Fru) 
[n:127.0.0.1:55976_t_u%2Fru c:collection1   x:collection1] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1559899668374093824
   [junit4]   2> 1496372 INFO  
(coreZkRegister-4490-thread-1-processing-n:127.0.0.1:55976_t_u%2Fru 
x:collection1 c:collection1) [n:127.0.0.1:55976_t_u%2Fru c:collection1 s:shard2 
r:core_node3 x:collection1] o.a.s.c.ZkController Core needs to 
recover:collection1
   [junit4]   2> 1496372 INFO  
(updateExecutor-1471-thread-1-processing-n:127.0.0.1:55976_t_u%2Fru 
x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:55976_t_u%2Fru 
c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.DefaultSolrCoreState 
Running recovery
   [junit4]   2> 1496373 INFO  
(recoveryExecutor-1472-thread-1-processing-n:127.0.0.1:55976_t_u%2Fru 
x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:55976_t_u%2Fru 
c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy 
Starting recovery process. recoveringAfterStartup=true
   [junit4]   2> 1496373 INFO  
(recoveryExecutor-1472-thread-1-processing-n:127.0.0.1:55976_t_u%2Fru 
x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:55976_t_u%2Fru 
c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy 
###### startupVersions=[[]]
   [junit4]   2> 1496373 INFO  
(recoveryExecutor-1472-thread-1-processing-n:127.0.0.1:55976_t_u%2Fru 
x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:55976_t_u%2Fru 
c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy 
Begin buffering updates. core=[collection1]
   [junit4]   2> 1496373 INFO  
(recoveryExecutor-1472-thread-1-processing-n:127.0.0.1:55976_t_u%2Fru 
x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:55976_t_u%2Fru 
c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.UpdateLog Starting 
to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
   [junit4]   2> 1496373 INFO  
(recoveryExecutor-1472-thread-1-processing-n:127.0.0.1:55976_t_u%2Fru 
x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:55976_t_u%2Fru 
c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy 
Publishing state of core [collection1] as recovering, leader is 
[http://127.0.0.1:55966/t_u/ru/collection1/] and I am 
[http://127.0.0.1:55976/t_u/ru/collection1/]
   [junit4]   2> 1496377 INFO  
(recoveryExecutor-1472-thread-1-processing-n:127.0.0.1:55976_t_u%2Fru 
x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:55976_t_u%2Fru 
c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy 
Sending prep recovery command to [http://127.0.0.1:55966/t_u/ru]; 
[WaitForState: 
action=PREPRECOVERY&core=collection1&nodeName=127.0.0.1:55976_t_u%252Fru&coreNodeName=core_node3&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true]
   [junit4]   2> 1496378 INFO  (SocketProxy-Acceptor-55966) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=55986,localport=55966], receiveBufferSize:408300
   [junit4]   2> 1496424 INFO  (SocketProxy-Acceptor-55966) [    ] 
o.a.s.c.SocketProxy proxy 

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

onnector@368da8ec{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 2902633 INFO  
(TEST-TestRebalanceLeaders.test-seed#[E79E43B57CEC810D]) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@f44e4d1{/mr/fa,null,UNAVAILABLE}
   [junit4]   2> 2902636 INFO  
(TEST-TestRebalanceLeaders.test-seed#[E79E43B57CEC810D]) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1:59391 59391
   [junit4]   2> 2902645 INFO  (Thread-4627) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:59391 59391
   [junit4]   2> 2905549 WARN  (Thread-4627) [    ] o.a.s.c.ZkTestServer Watch 
limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        7       /solr/aliases.json
   [junit4]   2>        7       /solr/clusterprops.json
   [junit4]   2>        5       /solr/security.json
   [junit4]   2>        5       /solr/configs/conf1
   [junit4]   2>        5       /solr/collections/testcollection/state.json
   [junit4]   2>        4       /solr/collections/collection1/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        7       /solr/clusterstate.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        64      /solr/overseer/queue
   [junit4]   2>        56      /solr/overseer/collection-queue-work
   [junit4]   2>        7       /solr/live_nodes
   [junit4]   2>        7       /solr/collections
   [junit4]   2>        2       /solr/overseer/queue-work
   [junit4]   2> 
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=TestRebalanceLeaders -Dtests.method=test 
-Dtests.seed=E79E43B57CEC810D -Dtests.slow=true -Dtests.locale=es-PY 
-Dtests.timezone=America/Dawson_Creek -Dtests.asserts=true 
-Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   68.9s J0 | TestRebalanceLeaders.test <<<
   [junit4]    > Throwable #1: java.lang.RuntimeException: timeout waiting for 
collection in cluster state: collection=testcollection
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([E79E43B57CEC810D:6FCA7C6FD210ECF5]:0)
   [junit4]    >        at 
org.apache.solr.cloud.AbstractFullDistribZkTestBase.waitForCollection(AbstractFullDistribZkTestBase.java:346)
   [junit4]    >        at 
org.apache.solr.cloud.TestRebalanceLeaders.test(TestRebalanceLeaders.java:73)
   [junit4]    >        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:985)
   [junit4]    >        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:960)
   [junit4]    >        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 2905554 INFO  
(SUITE-TestRebalanceLeaders-seed#[E79E43B57CEC810D]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestRebalanceLeaders_E79E43B57CEC810D-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {}, 
docValues:{}, maxPointsInLeafNode=1181, maxMBSortInHeap=6.091697082436917, 
sim=RandomSimilarity(queryNorm=false): {}, locale=es-PY, 
timezone=America/Dawson_Creek
   [junit4]   2> NOTE: Mac OS X 10.11.6 x86_64/Oracle Corporation 1.8.0_121 
(64-bit)/cpus=3,threads=1,free=232297344,total=531103744
   [junit4]   2> NOTE: All tests run in this JVM: [HdfsUnloadDistributedZkTest, 
TestFastOutputStream, TestAuthorizationFramework, AnalyticsQueryTest, 
StatsReloadRaceTest, SchemaVersionSpecificBehaviorTest, RecoveryZkTest, 
TestCloudDeleteByQuery, ReplaceNodeTest, TestDefaultSearchFieldResource, 
HdfsChaosMonkeyNothingIsSafeTest, TestRawTransformer, SolrMetricManagerTest, 
DOMUtilTest, TestDocBasedVersionConstraints, TestSubQueryTransformerCrossCore, 
TestScoreJoinQPNoScore, HdfsThreadLeakTest, SolrIndexConfigTest, 
SolrTestCaseJ4Test, TestSolrCloudWithKerberosAlt, TestFilteredDocIdSet, 
TestReplicationHandler, EnumFieldTest, TestCollectionAPIs, TestCloudRecovery, 
TestCharFilters, TestBinaryResponseWriter, BlockJoinFacetDistribTest, 
MoreLikeThisHandlerTest, TestSegmentSorting, FileUtilsTest, 
DocumentAnalysisRequestHandlerTest, TestCoreAdminApis, TestLockTree, 
HdfsDirectoryTest, ShardRoutingTest, LeaderElectionTest, TestFieldTypeResource, 
TestSolrJ, TestXmlQParser, DocumentBuilderTest, RecoveryAfterSoftCommitTest, 
SearchHandlerTest, DeleteInactiveReplicaTest, MergeStrategyTest, 
AnalysisAfterCoreReloadTest, DistributedSpellCheckComponentTest, 
TestSimpleQParserPlugin, TestRandomRequestDistribution, UtilsToolTest, 
IndexSchemaRuntimeFieldTest, CloneFieldUpdateProcessorFactoryTest, 
HighlighterTest, HdfsRestartWhileUpdatingTest, TestBM25SimilarityFactory, 
PingRequestHandlerTest, TestChildDocTransformer, HdfsBasicDistributedZk2Test, 
TestTolerantUpdateProcessorRandomCloud, RestartWhileUpdatingTest, 
UnloadDistributedZkTest, TestGraphMLResponseWriter, CdcrUpdateLogTest, 
ExplicitHLLTest, TestRestManager, TestPseudoReturnFields, SolrPluginUtilsTest, 
OverseerCollectionConfigSetProcessorTest, TestLRUCache, TestSchemaResource, 
FastVectorHighlighterTest, CdcrReplicationHandlerTest, TestUpdate, 
TestHdfsUpdateLog, TestLeaderElectionWithEmptyReplica, 
TestAnalyzeInfixSuggestions, SolrGraphiteReporterTest, 
TestRequestStatusCollectionAPI, BasicAuthStandaloneTest, 
TestIBSimilarityFactory, TestCustomSort, IndexBasedSpellCheckerTest, 
SolrRequestParserTest, PrimitiveFieldTypeTest, TestFunctionQuery, 
TestLazyCores, TestStressLiveNodes, LeaderInitiatedRecoveryOnShardRestartTest, 
SolrSlf4jReporterTest, FacetPivotSmallTest, TestCSVLoader, TestConfigReload, 
TestLegacyFieldCache, OverseerRolesTest, DistributedFacetPivotWhiteBoxTest, 
TestLRUStatsCache, TestDocTermOrds, TestComplexPhraseLeadingWildcard, 
PrimUtilsTest, TestDefaultStatsCache, TestDistributedSearch, SparseHLLTest, 
TestBinaryField, TestQuerySenderNoQuery, TestSizeLimitedDistributedMap, 
TestStressVersions, ClusterStateUpdateTest, BasicDistributedZkTest, 
MissingSegmentRecoveryTest, TestExportWriter, DocValuesTest, BooleanFieldTest, 
TestRandomCollapseQParserPlugin, DistributedMLTComponentTest, 
PeerSyncWithIndexFingerprintCachingTest, TestFieldCacheVsDocValues, 
ResponseHeaderTest, TestMergePolicyConfig, TestTrackingShardHandlerFactory, 
TestFieldCacheReopen, TestManagedResource, DocValuesMultiTest, 
TestFieldCacheSort, HardAutoCommitTest, TestStressCloudBlindAtomicUpdates, 
TestSQLHandlerNonCloud, SimpleMLTQParserTest, TestPostingsSolrHighlighter, 
TestHighFrequencyDictionaryFactory, TestNRTOpen, AtomicUpdatesTest, RulesTest, 
CopyFieldTest, QueryElevationComponentTest, TestCoreContainer, 
SecurityConfHandlerTest, OverseerTaskQueueTest, 
OpenExchangeRatesOrgProviderTest, TestCollationField, TestSolrDynamicMBean, 
BlockDirectoryTest, SampleTest, TestShardHandlerFactory, SortSpecParsingTest, 
CollectionReloadTest, SystemInfoHandlerTest, TestStressReorder, 
TestConfigSetProperties, JvmMetricsTest, LeaderFailureAfterFreshStartTest, 
TestSolrCLIRunExample, TestLegacyNumericRangeQueryBuilder, 
DistributedQueryElevationComponentTest, XmlUpdateRequestHandlerTest, 
TestSortByMinMaxFunction, AsyncCallRequestStatusResponseTest, PluginInfoTest, 
DeleteShardTest, SuggesterFSTTest, TestCursorMarkWithoutUniqueKey, 
SolrXmlInZkTest, TestSlowCompositeReaderWrapper, InfoHandlerTest, 
DistribJoinFromCollectionTest, TestDistribDocBasedVersion, ZkCLITest, 
ZkNodePropsTest, RequestLoggingTest, TolerantUpdateProcessorTest, 
SyncSliceTest, OverseerTest, LeaderElectionIntegrationTest, BasicZkTest, 
TestRandomFaceting, TestZkChroot, TestRandomDVFaceting, TestFaceting, 
TestRecovery, TermVectorComponentDistributedTest, 
DistributedTermsComponentTest, StatsComponentTest, PeerSyncTest, 
ShowFileRequestHandlerTest, CurrencyFieldOpenExchangeTest, 
CurrencyFieldXmlFileTest, SimplePostToolTest, 
SignatureUpdateProcessorFactoryTest, TestExtendedDismaxParser, 
SpellCheckCollatorTest, CoreAdminHandlerTest, TestFoldingMultitermQuery, 
SuggesterTSTTest, SuggesterTest, TestStressLucene, SpatialFilterTest, 
SuggesterWFSTTest, PolyFieldTest, WordBreakSolrSpellCheckerTest, 
SolrCoreCheckLockOnStartupTest, FieldMutatingUpdateProcessorTest, 
TestWordDelimiterFilterFactory, QueryEqualityTest, 
DirectUpdateHandlerOptimizeTest, DefaultValueUpdateProcessorTest, 
StatelessScriptUpdateProcessorFactoryTest, SortByFunctionTest, 
TestRemoteStreaming, DistanceFunctionTest, TestSolrDeletionPolicy1, 
SolrInfoMBeanTest, XsltUpdateRequestHandlerTest, DisMaxRequestHandlerTest, 
TestReversedWildcardFilterFactory, TermsComponentTest, 
PathHierarchyTokenizerFactoryTest, RequiredFieldsTest, LoggingHandlerTest, 
RegexBoostProcessorTest, ReturnFieldsTest, TestCSVResponseWriter, 
UniqFieldsUpdateProcessorFactoryTest, BinaryUpdateRequestHandlerTest, 
TestLFUCache, SynonymTokenizerTest, TestXIncludeConfig, 
TestDFRSimilarityFactory, TestLMJelinekMercerSimilarityFactory, 
ResourceLoaderTest, URLClassifyProcessorTest, ChaosMonkeyNothingIsSafeTest, 
TestHighlightDedupGrouping, TestSimpleTrackingShardHandler, AssignTest, 
BaseCdcrDistributedZkTest, CdcrBootstrapTest, CloudExitableDirectoryReaderTest, 
CollectionsAPIAsyncDistributedZkTest, ConcurrentDeleteAndCreateCollectionTest, 
ConfigSetsAPITest, CreateCollectionCleanupTest, CustomCollectionTest, 
DeleteStatusTest, DistribCursorPagingTest, ForceLeaderTest, 
LeaderElectionContextKeyTest, LeaderInitiatedRecoveryOnCommitTest, 
OutOfBoxZkACLAndCredentialsProvidersTest, PeerSyncReplicationTest, 
SharedFSAutoReplicaFailoverTest, SharedFSAutoReplicaFailoverUtilsTest, 
SimpleCollectionCreateDeleteTest, SolrCLIZkUtilsTest, SolrCloudExampleTest, 
TestCloudPivotFacet, TestCloudPseudoReturnFields, TestCollectionAPI, 
TestConfigSetsAPIExclusivity, TestConfigSetsAPIZkFailure, TestCryptoKeys, 
TestDeleteCollectionOnDownNodes, TestExclusionRuleCollectionAccess, 
TestHdfsCloudBackupRestore, TestLeaderElectionZkExpiry, 
TestLeaderInitiatedRecoveryThread, TestMiniSolrCloudClusterSSL, 
TestRandomFlRTGCloud, TestRebalanceLeaders]
   [junit4] Completed [533/694 (5!)] on J0 in 68.97s, 1 test, 1 error <<< 
FAILURES!

[...truncated 63155 lines...]

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

Reply via email to