Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-7.0/19/

4 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_replica_t1","base_url":"http://127.0.0.1:41772/u_b/vq","node_name":"127.0.0.1:41772_u_b%2Fvq","state":"active","type":"TLOG","leader":"true"}];
 clusterState: DocCollection(c8n_1x3_lf//clusterstate.json/32)={   
"pullReplicas":"0",   "replicationFactor":"1",   "shards":{"shard1":{       
"range":"80000000-7fffffff",       "state":"active",       "replicas":{         
"core_node1":{           "state":"down",           
"base_url":"http://127.0.0.1:35227/u_b/vq";,           
"core":"c8n_1x3_lf_shard1_replica_t2",           
"node_name":"127.0.0.1:35227_u_b%2Fvq",           "type":"TLOG"},         
"core_node2":{           "core":"c8n_1x3_lf_shard1_replica_t3",           
"base_url":"http://127.0.0.1:46298/u_b/vq";,           
"node_name":"127.0.0.1:46298_u_b%2Fvq",           "state":"down",           
"type":"TLOG"},         "core_node3":{           
"core":"c8n_1x3_lf_shard1_replica_t1",           
"base_url":"http://127.0.0.1:41772/u_b/vq";,           
"node_name":"127.0.0.1:41772_u_b%2Fvq",           "state":"active",           
"type":"TLOG",           "leader":"true"}}}},   
"router":{"name":"compositeId"},   "maxShardsPerNode":"1",   
"autoAddReplicas":"false",   "nrtReplicas":"0",   "tlogReplicas":"3"}

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


FAILED:  org.apache.solr.cloud.hdfs.HdfsBasicDistributedZk2Test.test

Error Message:
.response.numFound:3!=4

Stack Trace:
junit.framework.AssertionFailedError: .response.numFound:3!=4
        at 
__randomizedtesting.SeedInfo.seed([1424F881E451445C:9C70C75B4AAD29A4]:0)
        at junit.framework.Assert.fail(Assert.java:50)
        at 
org.apache.solr.BaseDistributedSearchTestCase.compareSolrResponses(BaseDistributedSearchTestCase.java:913)
        at 
org.apache.solr.BaseDistributedSearchTestCase.compareResponses(BaseDistributedSearchTestCase.java:932)
        at 
org.apache.solr.BaseDistributedSearchTestCase.query(BaseDistributedSearchTestCase.java:607)
        at 
org.apache.solr.BaseDistributedSearchTestCase.query(BaseDistributedSearchTestCase.java:587)
        at 
org.apache.solr.BaseDistributedSearchTestCase.query(BaseDistributedSearchTestCase.java:566)
        at 
org.apache.solr.cloud.AbstractFullDistribZkTestBase.checkQueries(AbstractFullDistribZkTestBase.java:1050)
        at 
org.apache.solr.cloud.BasicDistributedZk2Test.test(BasicDistributedZk2Test.java:102)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:985)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:960)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.cloud.hdfs.HdfsUnloadDistributedZkTest.test

Error Message:
Error from server at http://127.0.0.1:44117/mq/p: ADDREPLICA failed to create 
replica

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at http://127.0.0.1:44117/mq/p: ADDREPLICA failed to create replica
        at 
__randomizedtesting.SeedInfo.seed([1424F881E451445C:9C70C75B4AAD29A4]:0)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:626)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:252)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:241)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1121)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:862)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:793)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:178)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:195)
        at 
org.apache.solr.cloud.UnloadDistributedZkTest.testUnloadShardAndCollection(UnloadDistributedZkTest.java:122)
        at 
org.apache.solr.cloud.UnloadDistributedZkTest.test(UnloadDistributedZkTest.java:70)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:985)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:960)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)


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

Error Message:
Timeout waiting for all live and active

Stack Trace:
java.lang.AssertionError: Timeout waiting for all live and active
        at 
__randomizedtesting.SeedInfo.seed([1424F881E451445C:9C70C75B4AAD29A4]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at 
org.apache.solr.cloud.SharedFSAutoReplicaFailoverTest.testBasics(SharedFSAutoReplicaFailoverTest.java:246)
        at 
org.apache.solr.cloud.SharedFSAutoReplicaFailoverTest.test(SharedFSAutoReplicaFailoverTest.java:136)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:985)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:960)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 11647 lines...]
   [junit4] Suite: org.apache.solr.cloud.LeaderFailoverAfterPartitionTest
   [junit4]   2> Creating dataDir: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_1424F881E451445C-001/init-core-data-001
   [junit4]   2> 176421 WARN  
(SUITE-LeaderFailoverAfterPartitionTest-seed#[1424F881E451445C]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=616 numCloses=616
   [junit4]   2> 176421 INFO  
(SUITE-LeaderFailoverAfterPartitionTest-seed#[1424F881E451445C]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 176423 INFO  
(SUITE-LeaderFailoverAfterPartitionTest-seed#[1424F881E451445C]-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)
   [junit4]   2> 176423 INFO  
(SUITE-LeaderFailoverAfterPartitionTest-seed#[1424F881E451445C]-worker) [    ] 
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /u_b/vq
   [junit4]   2> 176643 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[1424F881E451445C]) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 176679 INFO  (Thread-57) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 176679 INFO  (Thread-57) [    ] o.a.s.c.ZkTestServer Starting 
server
   [junit4]   2> 176729 ERROR (Thread-57) [    ] o.a.z.s.ZooKeeperServer 
ZKShutdownHandler is not registered, so ZooKeeper server won't take any action 
on ERROR or SHUTDOWN server state changes
   [junit4]   2> 176770 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[1424F881E451445C]) [    ] 
o.a.s.c.ZkTestServer start zk server on port:38218
   [junit4]   2> 177138 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[1424F881E451445C]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
 to /configs/conf1/solrconfig.xml
   [junit4]   2> 177139 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[1424F881E451445C]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/checkout/solr/core/src/test-files/solr/collection1/conf/schema.xml
 to /configs/conf1/schema.xml
   [junit4]   2> 177226 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[1424F881E451445C]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
 to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 177227 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[1424F881E451445C]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/checkout/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
 to /configs/conf1/stopwords.txt
   [junit4]   2> 177228 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[1424F881E451445C]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/checkout/solr/core/src/test-files/solr/collection1/conf/protwords.txt
 to /configs/conf1/protwords.txt
   [junit4]   2> 177262 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[1424F881E451445C]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/checkout/solr/core/src/test-files/solr/collection1/conf/currency.xml
 to /configs/conf1/currency.xml
   [junit4]   2> 177263 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[1424F881E451445C]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/checkout/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
 to /configs/conf1/enumsConfig.xml
   [junit4]   2> 177264 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[1424F881E451445C]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/checkout/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
 to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 177265 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[1424F881E451445C]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/checkout/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
 to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 177265 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[1424F881E451445C]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/checkout/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
 to /configs/conf1/old_synonyms.txt
   [junit4]   2> 177300 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[1424F881E451445C]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/checkout/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
 to /configs/conf1/synonyms.txt
   [junit4]   2> 177335 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from 
client sessionid 0x15d978965380001, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 177376 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[1424F881E451445C]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase Will use TLOG replicas unless explicitly 
asked otherwise
   [junit4]   2> 180140 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[1424F881E451445C]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 180190 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[1424F881E451445C]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@1e391a57{/u_b/vq,null,AVAILABLE}
   [junit4]   2> 180191 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[1424F881E451445C]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@1f3494b8{HTTP/1.1,[http/1.1]}{127.0.0.1:38726}
   [junit4]   2> 180191 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[1424F881E451445C]) [    ] 
o.e.j.s.Server Started @190720ms
   [junit4]   2> 180191 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[1424F881E451445C]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_1424F881E451445C-001/tempDir-001/control/data,
 hostContext=/u_b/vq, hostPort=41772, 
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_1424F881E451445C-001/control-001/cores}
   [junit4]   2> 180192 ERROR 
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[1424F881E451445C]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 180192 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[1424F881E451445C]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.0.0
   [junit4]   2> 180192 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[1424F881E451445C]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 180192 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[1424F881E451445C]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 180192 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[1424F881E451445C]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-07-31T07:25:53.776Z
   [junit4]   2> 180288 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[1424F881E451445C]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 180288 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[1424F881E451445C]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_1424F881E451445C-001/control-001/solr.xml
   [junit4]   2> 180360 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[1424F881E451445C]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@39fafa3c, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 180398 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[1424F881E451445C]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38218/solr
   [junit4]   2> 182142 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[1424F881E451445C]) 
[n:127.0.0.1:41772_u_b%2Fvq    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 182143 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[1424F881E451445C]) 
[n:127.0.0.1:41772_u_b%2Fvq    ] o.a.s.c.OverseerElectionContext I am going to 
be the leader 127.0.0.1:41772_u_b%2Fvq
   [junit4]   2> 182160 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[1424F881E451445C]) 
[n:127.0.0.1:41772_u_b%2Fvq    ] o.a.s.c.Overseer Overseer 
(id=98401383236501508-127.0.0.1:41772_u_b%2Fvq-n_0000000000) starting
   [junit4]   2> 182251 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[1424F881E451445C]) 
[n:127.0.0.1:41772_u_b%2Fvq    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:41772_u_b%2Fvq
   [junit4]   2> 182359 INFO  
(zkCallback-52-thread-1-processing-n:127.0.0.1:41772_u_b%2Fvq) 
[n:127.0.0.1:41772_u_b%2Fvq    ] o.a.s.c.c.ZkStateReader Updated live nodes 
from ZooKeeper... (0) -> (1)
   [junit4]   2> 183297 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[1424F881E451445C]) 
[n:127.0.0.1:41772_u_b%2Fvq    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@39fafa3c
   [junit4]   2> 183334 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[1424F881E451445C]) 
[n:127.0.0.1:41772_u_b%2Fvq    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@39fafa3c
   [junit4]   2> 183351 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[1424F881E451445C]) 
[n:127.0.0.1:41772_u_b%2Fvq    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@39fafa3c
   [junit4]   2> 183369 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[1424F881E451445C]) 
[n:127.0.0.1:41772_u_b%2Fvq    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_1424F881E451445C-001/control-001/cores
   [junit4]   2> 183879 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[1424F881E451445C]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 183880 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[1424F881E451445C]) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:38218/solr ready
   [junit4]   2> 183881 INFO  (SocketProxy-Acceptor-41772) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=59222,localport=41772], receiveBufferSize:531000
   [junit4]   2> 183952 INFO  (SocketProxy-Acceptor-41772) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=38726,localport=34860], receiveBufferSize=530904
   [junit4]   2> 184099 INFO  (qtp682393867-333) [n:127.0.0.1:41772_u_b%2Fvq    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
replicationFactor=1&collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:41772_u_b%252Fvq&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 184208 INFO  
(OverseerThreadFactory-113-thread-1-processing-n:127.0.0.1:41772_u_b%2Fvq) 
[n:127.0.0.1:41772_u_b%2Fvq    ] o.a.s.c.CreateCollectionCmd Create collection 
control_collection
   [junit4]   2> 184530 INFO  (SocketProxy-Acceptor-41772) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=59226,localport=41772], receiveBufferSize:531000
   [junit4]   2> 184553 INFO  (SocketProxy-Acceptor-41772) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=38726,localport=34864], receiveBufferSize=530904
   [junit4]   2> 184554 INFO  (qtp682393867-331) [n:127.0.0.1:41772_u_b%2Fvq    
] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 184555 INFO  (qtp682393867-331) [n:127.0.0.1:41772_u_b%2Fvq    
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 184863 INFO  
(zkCallback-52-thread-2-processing-n:127.0.0.1:41772_u_b%2Fvq) 
[n:127.0.0.1:41772_u_b%2Fvq    ] o.a.s.c.c.ZkStateReader A cluster state 
change: [WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/control_collection/state.json] for collection 
[control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 185912 INFO  (qtp682393867-331) [n:127.0.0.1:41772_u_b%2Fvq 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 186221 INFO  (qtp682393867-331) [n:127.0.0.1:41772_u_b%2Fvq 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.s.IndexSchema [control_collection_shard1_replica_n1] Schema name=test
   [junit4]   2> 187402 INFO  (qtp682393867-331) [n:127.0.0.1:41772_u_b%2Fvq 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 187578 INFO  (qtp682393867-331) [n:127.0.0.1:41772_u_b%2Fvq 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.CoreContainer Creating SolrCore 'control_collection_shard1_replica_n1' 
using configuration from collection control_collection, trusted=true
   [junit4]   2> 187591 INFO  (qtp682393867-331) [n:127.0.0.1:41772_u_b%2Fvq 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.control_collection.shard1.replica_n1' (registry 
'solr.core.control_collection.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@39fafa3c
   [junit4]   2> 187591 INFO  (qtp682393867-331) [n:127.0.0.1:41772_u_b%2Fvq 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 187591 INFO  (qtp682393867-331) [n:127.0.0.1:41772_u_b%2Fvq 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SolrCore [[control_collection_shard1_replica_n1] ] Opening new SolrCore 
at 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_1424F881E451445C-001/control-001/cores/control_collection_shard1_replica_n1],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_1424F881E451445C-001/control-001/cores/control_collection_shard1_replica_n1/data/]
   [junit4]   2> 187702 INFO  (qtp682393867-331) [n:127.0.0.1:41772_u_b%2Fvq 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=47, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=1.4990234375, noCFSRatio=1.0]
   [junit4]   2> 187739 WARN  (qtp682393867-331) [n:127.0.0.1:41772_u_b%2Fvq 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = 
requestHandler,name = /dump,class = DumpRequestHandler,attributes = 
{initParams=a, name=/dump, class=DumpRequestHandler},args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 188228 INFO  (qtp682393867-331) [n:127.0.0.1:41772_u_b%2Fvq 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 188228 INFO  (qtp682393867-331) [n:127.0.0.1:41772_u_b%2Fvq 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 188230 INFO  (qtp682393867-331) [n:127.0.0.1:41772_u_b%2Fvq 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 188230 INFO  (qtp682393867-331) [n:127.0.0.1:41772_u_b%2Fvq 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 188249 INFO  (qtp682393867-331) [n:127.0.0.1:41772_u_b%2Fvq 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=24, maxMergeAtOnceExplicit=43, maxMergedSegmentMB=60.76171875, 
floorSegmentMB=0.2646484375, forceMergeDeletesPctAllowed=21.03894502071138, 
segmentsPerTier=35.0, maxCFSSegmentSizeMB=1.0810546875, 
noCFSRatio=0.7145498472854244
   [junit4]   2> 188249 INFO  (qtp682393867-331) [n:127.0.0.1:41772_u_b%2Fvq 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@1ae2812a[control_collection_shard1_replica_n1] main]
   [junit4]   2> 188250 INFO  (qtp682393867-331) [n:127.0.0.1:41772_u_b%2Fvq 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 188251 INFO  (qtp682393867-331) [n:127.0.0.1:41772_u_b%2Fvq 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 188321 INFO  (qtp682393867-331) [n:127.0.0.1:41772_u_b%2Fvq 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 188322 INFO  
(searcherExecutor-116-thread-1-processing-n:127.0.0.1:41772_u_b%2Fvq 
x:control_collection_shard1_replica_n1 s:shard1 c:control_collection) 
[n:127.0.0.1:41772_u_b%2Fvq c:control_collection s:shard1  
x:control_collection_shard1_replica_n1] o.a.s.c.SolrCore 
[control_collection_shard1_replica_n1] Registered new searcher 
Searcher@1ae2812a[control_collection_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 188337 INFO  (qtp682393867-331) [n:127.0.0.1:41772_u_b%2Fvq 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1574422144007274496
   [junit4]   2> 188375 INFO  (qtp682393867-331) [n:127.0.0.1:41772_u_b%2Fvq 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 188375 INFO  (qtp682393867-331) [n:127.0.0.1:41772_u_b%2Fvq 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 188375 INFO  (qtp682393867-331) [n:127.0.0.1:41772_u_b%2Fvq 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:41772/u_b/vq/control_collection_shard1_replica_n1/
   [junit4]   2> 188375 INFO  (qtp682393867-331) [n:127.0.0.1:41772_u_b%2Fvq 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 188375 INFO  (qtp682393867-331) [n:127.0.0.1:41772_u_b%2Fvq 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SyncStrategy 
http://127.0.0.1:41772/u_b/vq/control_collection_shard1_replica_n1/ has no 
replicas
   [junit4]   2> 188375 INFO  (qtp682393867-331) [n:127.0.0.1:41772_u_b%2Fvq 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 188410 INFO  (qtp682393867-331) [n:127.0.0.1:41772_u_b%2Fvq 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:41772/u_b/vq/control_collection_shard1_replica_n1/ shard1
   [junit4]   2> 188531 INFO  
(zkCallback-52-thread-2-processing-n:127.0.0.1:41772_u_b%2Fvq) 
[n:127.0.0.1:41772_u_b%2Fvq    ] o.a.s.c.c.ZkStateReader A cluster state 
change: [WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/control_collection/state.json] for collection 
[control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 188751 INFO  
(zkCallback-52-thread-2-processing-n:127.0.0.1:41772_u_b%2Fvq) 
[n:127.0.0.1:41772_u_b%2Fvq    ] o.a.s.c.c.ZkStateReader A cluster state 
change: [WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/control_collection/state.json] for collection 
[control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 188796 INFO  (qtp682393867-331) [n:127.0.0.1:41772_u_b%2Fvq 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 188798 INFO  (qtp682393867-331) [n:127.0.0.1:41772_u_b%2Fvq 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=4243
   [junit4]   2> 188854 INFO  (qtp682393867-333) [n:127.0.0.1:41772_u_b%2Fvq    
] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
30 seconds. Check all shard replicas
   [junit4]   2> 188970 INFO  
(zkCallback-52-thread-1-processing-n:127.0.0.1:41772_u_b%2Fvq) 
[n:127.0.0.1:41772_u_b%2Fvq    ] o.a.s.c.c.ZkStateReader A cluster state 
change: [WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/control_collection/state.json] for collection 
[control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 189857 INFO  (qtp682393867-333) [n:127.0.0.1:41772_u_b%2Fvq    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={replicationFactor=1&collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:41772_u_b%252Fvq&wt=javabin&version=2}
 status=0 QTime=5757
   [junit4]   2> 190267 INFO  
(OverseerCollectionConfigSetProcessor-98401383236501508-127.0.0.1:41772_u_b%2Fvq-n_0000000000)
 [n:127.0.0.1:41772_u_b%2Fvq    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000000 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 190268 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[1424F881E451445C]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 190269 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[1424F881E451445C]) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:38218/solr ready
   [junit4]   2> 190283 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[1424F881E451445C]) [    ] 
o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection 
loss:false
   [junit4]   2> 190307 INFO  (SocketProxy-Acceptor-41772) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=59232,localport=41772], receiveBufferSize:531000
   [junit4]   2> 190360 INFO  (SocketProxy-Acceptor-41772) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=38726,localport=34870], receiveBufferSize=530904
   [junit4]   2> 190471 INFO  (qtp682393867-334) [n:127.0.0.1:41772_u_b%2Fvq    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
replicationFactor=1&collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=1&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 190511 INFO  
(OverseerThreadFactory-113-thread-2-processing-n:127.0.0.1:41772_u_b%2Fvq) 
[n:127.0.0.1:41772_u_b%2Fvq    ] o.a.s.c.CreateCollectionCmd Create collection 
collection1
   [junit4]   2> 190511 WARN  
(OverseerThreadFactory-113-thread-2-processing-n:127.0.0.1:41772_u_b%2Fvq) 
[n:127.0.0.1:41772_u_b%2Fvq    ] o.a.s.c.CreateCollectionCmd It is unusual to 
create a collection (collection1) without cores.
   [junit4]   2> 190951 INFO  (qtp682393867-334) [n:127.0.0.1:41772_u_b%2Fvq    
] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
30 seconds. Check all shard replicas
   [junit4]   2> 190951 INFO  (qtp682393867-334) [n:127.0.0.1:41772_u_b%2Fvq    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={replicationFactor=1&collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=1&wt=javabin&version=2}
 status=0 QTime=479
   [junit4]   2> 190966 INFO  
(OverseerCollectionConfigSetProcessor-98401383236501508-127.0.0.1:41772_u_b%2Fvq-n_0000000000)
 [n:127.0.0.1:41772_u_b%2Fvq    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000002 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 192268 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[1424F881E451445C]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_1424F881E451445C-001/shard-1-001
 of type TLOG
   [junit4]   2> 192282 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[1424F881E451445C]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 192392 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[1424F881E451445C]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@521773bd{/u_b/vq,null,AVAILABLE}
   [junit4]   2> 192392 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[1424F881E451445C]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@261a5d7b{HTTP/1.1,[http/1.1]}{127.0.0.1:36439}
   [junit4]   2> 192392 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[1424F881E451445C]) [    ] 
o.e.j.s.Server Started @202921ms
   [junit4]   2> 192392 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[1424F881E451445C]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_1424F881E451445C-001/tempDir-001/jetty1,
 replicaType=TLOG, solrconfig=solrconfig.xml, hostContext=/u_b/vq, 
hostPort=46298, 
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_1424F881E451445C-001/shard-1-001/cores}
   [junit4]   2> 192392 ERROR 
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[1424F881E451445C]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 192392 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[1424F881E451445C]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.0.0
   [junit4]   2> 192392 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[1424F881E451445C]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 192392 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[1424F881E451445C]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 192393 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[1424F881E451445C]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-07-31T07:26:05.977Z
   [junit4]   2> 192616 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[1424F881E451445C]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 192616 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[1424F881E451445C]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_1424F881E451445C-001/shard-1-001/solr.xml
   [junit4]   2> 192837 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[1424F881E451445C]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@39fafa3c, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 192841 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[1424F881E451445C]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38218/solr
   [junit4]   2> 193053 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[1424F881E451445C]) 
[n:127.0.0.1:46298_u_b%2Fvq    ] o.a.s.c.c.ZkStateReader Updated live nodes 
from ZooKeeper... (0) -> (1)
   [junit4]   2> 193055 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[1424F881E451445C]) 
[n:127.0.0.1:46298_u_b%2Fvq    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 193069 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[1424F881E451445C]) 
[n:127.0.0.1:46298_u_b%2Fvq    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:46298_u_b%2Fvq
   [junit4]   2> 193070 INFO  (zkCallback-59-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 193071 INFO  
(zkCallback-52-thread-1-processing-n:127.0.0.1:41772_u_b%2Fvq) 
[n:127.0.0.1:41772_u_b%2Fvq    ] o.a.s.c.c.ZkStateReader Updated live nodes 
from ZooKeeper... (1) -> (2)
   [junit4]   2> 193114 INFO  
(zkCallback-64-thread-1-processing-n:127.0.0.1:46298_u_b%2Fvq) 
[n:127.0.0.1:46298_u_b%2Fvq    ] o.a.s.c.c.ZkStateReader Updated live nodes 
from ZooKeeper... (1) -> (2)
   [junit4]   2> 193985 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[1424F881E451445C]) 
[n:127.0.0.1:46298_u_b%2Fvq    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@39fafa3c
   [junit4]   2> 194056 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[1424F881E451445C]) 
[n:127.0.0.1:46298_u_b%2Fvq    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@39fafa3c
   [junit4]   2> 194056 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[1424F881E451445C]) 
[n:127.0.0.1:46298_u_b%2Fvq    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@39fafa3c
   [junit4]   2> 194058 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[1424F881E451445C]) 
[n:127.0.0.1:46298_u_b%2Fvq    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_1424F881E451445C-001/shard-1-001/cores
   [junit4]   2> 194377 INFO  (SocketProxy-Acceptor-46298) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=45192,localport=46298], receiveBufferSize:531000
   [junit4]   2> 194397 INFO  (SocketProxy-Acceptor-46298) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=36439,localport=52000], receiveBufferSize=530904
   [junit4]   2> 194442 INFO  (qtp1487756171-380) [n:127.0.0.1:46298_u_b%2Fvq   
 ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with 
params 
node=127.0.0.1:46298_u_b%252Fvq&action=ADDREPLICA&collection=collection1&shard=shard2&type=TLOG&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 194516 INFO  
(OverseerThreadFactory-113-thread-3-processing-n:127.0.0.1:41772_u_b%2Fvq) 
[n:127.0.0.1:41772_u_b%2Fvq    ] o.a.s.c.AddReplicaCmd Node Identified 
127.0.0.1:46298_u_b%2Fvq for creating new replica
   [junit4]   2> 194682 INFO  (SocketProxy-Acceptor-46298) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=45196,localport=46298], receiveBufferSize:531000
   [junit4]   2> 194718 INFO  (SocketProxy-Acceptor-46298) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=36439,localport=52004], receiveBufferSize=530904
   [junit4]   2> 194738 INFO  (qtp1487756171-381) [n:127.0.0.1:46298_u_b%2Fvq   
 ] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_t0&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=TLOG
   [junit4]   2> 194739 INFO  (qtp1487756171-381) [n:127.0.0.1:46298_u_b%2Fvq   
 ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 194935 INFO  (qtp1487756171-381) [n:127.0.0.1:46298_u_b%2Fvq 
c:collection1 s:shard2  x:collection1_shard2_replica_t0] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 195087 INFO  (qtp1487756171-381) [n:127.0.0.1:46298_u_b%2Fvq 
c:collection1 s:shard2  x:collection1_shard2_replica_t0] o.a.s.s.IndexSchema 
[collection1_shard2_replica_t0] Schema name=test
   [junit4]   2> 196275 INFO  (qtp1487756171-381) [n:127.0.0.1:46298_u_b%2Fvq 
c:collection1 s:shard2  x:collection1_shard2_replica_t0] o.a.s.s.IndexSchema 
Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 196403 INFO  (qtp1487756171-381) [n:127.0.0.1:46298_u_b%2Fvq 
c:collection1 s:shard2  x:collection1_shard2_replica_t0] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1_shard2_replica_t0' using configuration from 
collection collection1, trusted=true
   [junit4]   2> 196403 INFO  (qtp1487756171-381) [n:127.0.0.1:46298_u_b%2Fvq 
c:collection1 s:shard2  x:collection1_shard2_replica_t0] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection1.shard2.replica_t0' (registry 
'solr.core.collection1.shard2.replica_t0') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@39fafa3c
   [junit4]   2> 196404 INFO  (qtp1487756171-381) [n:127.0.0.1:46298_u_b%2Fvq 
c:collection1 s:shard2  x:collection1_shard2_replica_t0] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 196457 INFO  (qtp1487756171-381) [n:127.0.0.1:46298_u_b%2Fvq 
c:collection1 s:shard2  x:collection1_shard2_replica_t0] o.a.s.c.SolrCore 
[[collection1_shard2_replica_t0] ] Opening new SolrCore at 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_1424F881E451445C-001/shard-1-001/cores/collection1_shard2_replica_t0],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_1424F881E451445C-001/shard-1-001/cores/collection1_shard2_replica_t0/data/]
   [junit4]   2> 196460 INFO  (qtp1487756171-381) [n:127.0.0.1:46298_u_b%2Fvq 
c:collection1 s:shard2  x:collection1_shard2_replica_t0] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=47, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=1.4990234375, noCFSRatio=1.0]
   [junit4]   2> 196495 WARN  (qtp1487756171-381) [n:127.0.0.1:46298_u_b%2Fvq 
c:collection1 s:shard2  x:collection1_shard2_replica_t0] 
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> 197062 INFO  (qtp1487756171-381) [n:127.0.0.1:46298_u_b%2Fvq 
c:collection1 s:shard2  x:collection1_shard2_replica_t0] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 197062 INFO  (qtp1487756171-381) [n:127.0.0.1:46298_u_b%2Fvq 
c:collection1 s:shard2  x:collection1_shard2_replica_t0] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 197063 INFO  (qtp1487756171-381) [n:127.0.0.1:46298_u_b%2Fvq 
c:collection1 s:shard2  x:collection1_shard2_replica_t0] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 197063 INFO  (qtp1487756171-381) [n:127.0.0.1:46298_u_b%2Fvq 
c:collection1 s:shard2  x:collection1_shard2_replica_t0] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 197065 INFO  (qtp1487756171-381) [n:127.0.0.1:46298_u_b%2Fvq 
c:collection1 s:shard2  x:collection1_shard2_replica_t0] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=24, maxMergeAtOnceExplicit=43, maxMergedSegmentMB=60.76171875, 
floorSegmentMB=0.2646484375, forceMergeDeletesPctAllowed=21.03894502071138, 
segmentsPerTier=35.0, maxCFSSegmentSizeMB=1.0810546875, 
noCFSRatio=0.7145498472854244
   [junit4]   2> 197168 INFO  (qtp1487756171-381) [n:127.0.0.1:46298_u_b%2Fvq 
c:collection1 s:shard2  x:collection1_shard2_replica_t0] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@3a274608[collection1_shard2_replica_t0] main]
   [junit4]   2> 197168 INFO  (qtp1487756171-381) [n:127.0.0.1:46298_u_b%2Fvq 
c:collection1 s:shard2  x:collection1_shard2_replica_t0] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 197179 INFO  (qtp1487756171-381) [n:127.0.0.1:46298_u_b%2Fvq 
c:collection1 s:shard2  x:collection1_shard2_replica_t0] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 197180 INFO  (qtp1487756171-381) [n:127.0.0.1:46298_u_b%2Fvq 
c:collection1 s:shard2  x:collection1_shard2_replica_t0] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 197182 INFO  
(searcherExecutor-127-thread-1-processing-n:127.0.0.1:46298_u_b%2Fvq 
x:collection1_shard2_replica_t0 s:shard2 c:collection1) 
[n:127.0.0.1:46298_u_b%2Fvq c:collection1 s:shard2  
x:collection1_shard2_replica_t0] o.a.s.c.SolrCore 
[collection1_shard2_replica_t0] Registered new searcher 
Searcher@3a274608[collection1_shard2_replica_t0] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 197182 INFO  (qtp1487756171-381) [n:127.0.0.1:46298_u_b%2Fvq 
c:collection1 s:shard2  x:collection1_shard2_replica_t0] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1574422153281929216
   [junit4]   2> 197290 INFO  (qtp1487756171-381) [n:127.0.0.1:46298_u_b%2Fvq 
c:collection1 s:shard2  x:collection1_shard2_replica_t0] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 197290 INFO  (qtp1487756171-381) [n:127.0.0.1:46298_u_b%2Fvq 
c:collection1 s:shard2  x:collection1_shard2_replica_t0] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 197290 INFO  (qtp1487756171-381) [n:127.0.0.1:46298_u_b%2Fvq 
c:collection1 s:shard2  x:collection1_shard2_replica_t0] o.a.s.c.SyncStrategy 
Sync replicas to http://127.0.0.1:46298/u_b/vq/collection1_shard2_replica_t0/
   [junit4]   2> 197290 INFO  (qtp1487756171-381) [n:127.0.0.1:46298_u_b%2Fvq 
c:collection1 s:shard2  x:collection1_shard2_replica_t0] o.a.s.c.SyncStrategy 
Sync Success - now sync replicas to me
   [junit4]   2> 197290 INFO  (qtp1487756171-381) [n:127.0.0.1:46298_u_b%2Fvq 
c:collection1 s:shard2  x:collection1_shard2_replica_t0] o.a.s.c.SyncStrategy 
http://127.0.0.1:46298/u_b/vq/collection1_shard2_replica_t0/ has no replicas
   [junit4]   2> 197290 INFO  (qtp1487756171-381) [n:127.0.0.1:46298_u_b%2Fvq 
c:collection1 s:shard2  x:collection1_shard2_replica_t0] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 197291 INFO  (qtp1487756171-381) [n:127.0.0.1:46298_u_b%2Fvq 
c:collection1 s:shard2  x:collection1_shard2_replica_t0] o.a.s.c.ZkController 
collection1_shard2_replica_t0 stopping background replication from leader
   [junit4]   2> 197311 INFO  (qtp1487756171-381) [n:127.0.0.1:46298_u_b%2Fvq 
c:collection1 s:shard2  x:collection1_shard2_replica_t0] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:46298/u_b/vq/collection1_shard2_replica_t0/ shard2
   [junit4]   2> 197493 INFO  (qtp1487756171-381) [n:127.0.0.1:46298_u_b%2Fvq 
c:collection1 s:shard2  x:collection1_shard2_replica_t0] o.a.s.c.ZkController I 
am the leader, no recovery necessary
   [junit4]   2> 197495 INFO  (qtp1487756171-381) [n:127.0.0.1:46298_u_b%2Fvq 
c:collection1 s:shard2  x:collection1_shard2_replica_t0] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_t0&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=TLOG}
 status=0 QTime=2757
   [junit4]   2> 197547 INFO  (qtp1487756171-380) [n:127.0.0.1:46298_u_b%2Fvq   
 ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={node=127.0.0.1:46298_u_b%252Fvq&action=ADDREPLICA&collection=collection1&shard=shard2&type=TLOG&wt=javabin&version=2}
 status=0 QTime=3105
   [junit4]   2> 197549 INFO  
(OverseerCollectionConfigSetProcessor-98401383236501508-127.0.0.1:41772_u_b%2Fvq-n_0000000000)
 [n:127.0.0.1:41772_u_b%2Fvq    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000004 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 198830 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[1424F881E451445C]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_1424F881E451445C-001/shard-2-001
 of type TLOG
   [junit4]   2> 198832 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[1424F881E451445C]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 198887 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[1424F881E451445C]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@6611ac9c{/u_b/vq,null,AVAILABLE}
   [junit4]   2> 198887 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[1424F881E451445C]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@5fa4b16b{HTTP/1.1,[http/1.1]}{127.0.0.1:39574}
   [junit4]   2> 198887 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[1424F881E451445C]) [    ] 
o.e.j.s.Server Started @209416ms
   [junit4]   2> 198887 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[1424F881E451445C]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_1424F881E451445C-001/tempDir-001/jetty2,
 replicaType=TLOG, solrconfig=solrconfig.xml, hostContext=/u_b/vq, 
hostPort=35227, 
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_1424F881E451445C-001/shard-2-001/cores}
   [junit4]   2> 198887 ERROR 
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[1424F881E451445C]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 198903 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[1424F881E451445C]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.0.0
   [junit4]   2> 198903 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[1424F881E451445C]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 198903 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[1424F881E451445C]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 198903 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[1424F881E451445C]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-07-31T07:26:12.487Z
   [junit4]   2> 198965 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[1424F881E451445C]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 198965 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[1424F881E451445C]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_1424F881E451445C-001/shard-2-001/solr.xml
   [junit4]   2> 199039 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[1424F881E451445C]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@39fafa3c, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 199070 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[1424F881E451445C]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38218/solr
   [junit4]   2> 199537 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[1424F881E451445C]) 
[n:127.0.0.1:35227_u_b%2Fvq    ] o.a.s.c.c.ZkStateReader Updated live nodes 
from ZooKeeper... (0) -> (2)
   [junit4]   2> 199539 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[1424F881E451445C]) 
[n:127.0.0.1:35227_u_b%2Fvq    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 199591 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[1424F881E451445C]) 
[n:127.0.0.1:35227_u_b%2Fvq    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:35227_u_b%2Fvq
   [junit4]   2> 199592 INFO  (zkCallback-59-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 199721 INFO  
(zkCallback-70-thread-1-processing-n:127.0.0.1:35227_u_b%2Fvq) 
[n:127.0.0.1:35227_u_b%2Fvq    ] o.a.s.c.c.ZkStateReader Updated live nodes 
from ZooKeeper... (2) -> (3)
   [junit4]   2> 199592 INFO  
(zkCallback-52-thread-1-processing-n:127.0.0.1:41772_u_b%2Fvq) 
[n:127.0.0.1:41772_u_b%2Fvq    ] o.a.s.c.c.ZkStateReader Updated live nodes 
from ZooKeeper... (2) -> (3)
   [junit4]   2> 199592 INFO  
(zkCallback-64-thread-1-processing-n:127.0.0.1:46298_u_b%2Fvq) 
[n:127.0.0.1:46298_u_b%2Fvq    ] o.a.s.c.c.ZkStateReader Updated live nodes 
from ZooKeeper... (2) -> (3)
   [junit4]   2> 200397 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[1424F881E451445C]) 
[n:127.0.0.1:35227_u_b%2Fvq    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@39fafa3c
   [junit4]   2> 200468 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[1424F881E451445C]) 
[n:127.0.0.1:35227_u_b%2Fvq    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@39fafa3c
   [junit4]   2> 200468 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[1424F881E451445C]) 
[n:127.0.0.1:35227_u_b%2Fvq    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@39fafa3c
   [junit4]   2> 200469 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[1424F881E451445C]) 
[n:127.0.0.1:35227_u_b%2Fvq    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_1424F881E451445C-001/shard-2-001/cores
   [junit4]   2> 200890 INFO  (SocketProxy-Acceptor-35227) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=52238,localport=35227], receiveBufferSize:531000
   [junit4]   2> 200942 INFO  (SocketProxy-Acceptor-35227) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=39574,localport=51880], receiveBufferSize=530904
   [junit4]   2> 201037 INFO  (qtp1530725421-418) [n:127.0.0.1:35227_u_b%2Fvq   
 ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with 
params 
node=127.0.0.1:35227_u_b%252Fvq&action=ADDREPLICA&collection=collection1&shard=shard1&type=TLOG&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 201057 INFO  
(OverseerThreadFactory-113-thread-4-processing-n:127.0.0.1:41772_u_b%2Fvq) 
[n:127.0.0.1:41772_u_b%2Fvq    ] o.a.s.c.AddReplicaCmd Node Identified 
127.0.0.1:35227_u_b%2Fvq for creating new replica
   [junit4]   2> 201058 INFO  (SocketProxy-Acceptor-35227) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=52242,localport=35227], receiveBufferSize:531000
   [junit4]   2> 201113 INFO  (SocketProxy-Acceptor-35227) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=39574,localport=51884], receiveBufferSize=530904
   [junit4]   2> 201151 INFO  (qtp1530725421-420) [n:127.0.0.1:35227_u_b%2Fvq   
 ] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_t0&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=TLOG
   [junit4]   2> 201152 INFO  (qtp1530725421-420) [n:127.0.0.1:35227_u_b%2Fvq   
 ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 202392 INFO  (qtp1530725421-420) [n:127.0.0.1:35227_u_b%2Fvq 
c:collection1 s:shard1  x:collection1_shard1_replica_t0] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 202468 INFO  (qtp1530725421-420) [n:127.0.0.1:35227_u_b%2Fvq 
c:collection1 s:shard1  x:collection1_shard1_replica_t0] o.a.s.s.IndexSchema 
[collection1_shard1_replica_t0] Schema name=test
   [junit4]   2> 203394 INFO  (qtp1530725421-420) [n:127.0.0.1:35227_u_b%2Fvq 
c:collection1 s:shard1  x:collection1_shard1_replica_t0] o.a.s.s.IndexSchema 
Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 203635 INFO  (qtp1530725421-420) [n:127.0.0.1:35227_u_b%2Fvq 
c:collection1 s:shard1  x:collection1_shard1_replica_t0] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1_shard1_replica_t0' using configuration from 
collection collection1, trusted=true
   [junit4]   2> 203656 INFO  (qtp1530725421-420) [n:127.0.0.1:35227_u_b%2Fvq 
c:collection1 s:shard1  x:collection1_shard1_replica_t0] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection1.shard1.replica_t0' (registry 
'solr.core.collection1.shard1.replica_t0') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@39fafa3c
   [junit4]   2> 203656 INFO  (qtp1530725421-420) [n:127.0.0.1:35227_u_b%2Fvq 
c:collection1 s:shard1  x:collection1_shard1_replica_t0] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 203656 INFO  (qtp1530725421-420) [n:127.0.0.1:35227_u_b%2Fvq 
c:collection1 s:shard1  x:collection1_shard1_replica_t0] o.a.s.c.SolrCore 
[[collection1_shard1_replica_t0] ] Opening new SolrCore at 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_1424F881E451445C-001/shard-2-001/cores/collection1_shard1_replica_t0],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_1424F881E451445C-001/shard-2-001/cores/collection1_shard1_replica_t0/data/]
   [junit4]   2> 203658 INFO  (qtp1530725421-420) [n:127.0.0.1:35227_u_b%2Fvq 
c:collection1 s:shard1  x:collection1_shard1_replica_t0] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=47, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=1.4990234375, noCFSRatio=1.0]
   [junit4]   2> 203695 WARN  (qtp1530725421-420) [n:127.0.0.1:35227_u_b%2Fvq 
c:collection1 s:shard1  x:collection1_shard1_replica_t0] 
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> 204081 INFO  (qtp1530725421-420) [n:127.0.0.1:35227_u_b%2Fvq 
c:collection1 s:shard1  x:collection1_shard1_replica_t0] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 204081 INFO  (qtp1530725421-420) [n:127.0.0.1:35227_u_b%2Fvq 
c:collection1 s:shard1  x:collection1_shard1_replica_t0] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 204094 INFO  (qtp1530725421-420) [n:127.0.0.1:35227_u_b%2Fvq 
c:collection1 s:shard1  x:collection1_shard1_replica_t0] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 204094 INFO  (qtp1530725421-420) [n:127.0.0.1:35227_u_b%2Fvq 
c:collection1 s:shard1  x:collection1_shard1_replica_t0] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 204095 INFO  (qtp1530725421-420) [n:127.0.0.1:35227_u_b%2Fvq 
c:collection1 s:shard1  x:collection1_shard1_replica_t0] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=24, maxMergeAtOnceExplicit=43, maxMergedSegmentMB=60.76171875, 
floorSegmentMB=0.2646484375, forceMergeDeletesPctAllowed=21.03894502071138, 
segmentsPerTier=35.0, maxCFSSegmentSizeMB=1.0810546875, 
noCFSRatio=0.7145498472854244
   [junit4]   2> 204096 INFO  (qtp1530725421-420) [n:127.0.0.1:35227_u_b%2Fvq 
c:collection1 s:shard1  x:collection1_shard1_replica_t0] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@2edbf002[collection1_shard1_replica_t0] main]
   [junit4]   2> 204097 INFO  (qtp1530725421-420) [n:127.0.0.1:35227_u_b%2Fvq 
c:collection1 s:shard1  x:collection1_shard1_replica_t0] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 204110 INFO  (qtp1530725421-420) [n:127.0.0.1:35227_u_b%2Fvq 
c:collection1 s:shard1  x:collection1_shard1_replica_t0] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 204111 INFO  (qtp1530725421-420) [n:127.0.0.1:35227_u_b%2Fvq 
c:collection1 s:shard1  x:collection1_shard1_replica_t0] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 204112 INFO  
(searcherExecutor-138-thread-1-processing-n:127.0.0.1:35227_u_b%2Fvq 
x:collection1_shard1_replica_t0 s:shard1 c:collection1) 
[n:127.0.0.1:35227_u_b%2Fvq c:collection1 s:shard1  
x:collection1_shard1_replica_t0] o.a.s.c.SolrCore 
[collection1_shard1_replica_t0] Registered new searcher 
Searcher@2edbf002[collection1_shard1_replica_t0] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 204112 INFO  (qtp1530725421-420) [n:127.0.0.1:35227_u_b%2Fvq 
c:collection1 s:shard1  x:collection1_shard1_replica_t0] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1574422160548560896
   [junit4]   2> 204152 INFO  (qtp1530725421-420) [n:127.0.0.1:35227_u_b%2Fvq 
c:collection1 s:shard1  x:collection1_shard1_replica_t0] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 204152 INFO  (qtp1530725421-420) [n:127.0.0.1:35227_u_b%2Fvq 
c:collection1 s:shard1  x:collection1_shard1_replica_t0] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 204152 INFO  (qtp1530725421-420) [n:127.0.0.1:35227_u_b%2Fvq 
c:collection1 s:shard1  x:collection1_shard1_replica_t0] o.a.s.c.SyncStrategy 
Sync replicas to http://127.0.0.1:35227/u_b/vq/collection1_shard1_replica_t0/
   [junit4]   2> 204152 INFO  (qtp1530725421-420) [n:127.0.0.1:35227_u_b%2Fvq 
c:collection1 s:shard1  x:collection1_shard1_replica_t0] o.a.s.c.SyncStrategy 
Sync Success - now sync replicas to me
   [junit4]   2> 204152 INFO  (qtp1530725421-420) [n:127.0.0.1:35227_u_b%2Fvq 
c:collection1 s:shard1  x:collection1_shard1_replica_t0] o.a.s.c.SyncStrategy 
http://127.0.0.1:35227/u_b/vq/collection1_shard1_replica_t0/ has no replicas
   [junit4]   2> 204152 INFO  (qtp1530725421-420) [n:127.0.0.1:35227_u_b%2Fvq 
c:collection1 s:shard1  x:collection1_shard1_replica_t0] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 204152 INFO  (qtp1530725421-420) [n:127.0.0.1:35227_u_b%2Fvq 
c:collection1 s:shard1  x:collection1_shard1_replica_t0] o.a.s.c.ZkController 
collection1_shard1_replica_t0 stopping background replication from leader
   [junit4]   2> 204170 INFO  (qtp1530725421-420) [n:127.0.0.1:35227_u_b%2Fvq 
c:collection1 s:shard1  x:collection1_shard1_replica_t0] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:35227/u_b/vq/collection1_shard1_replica_t0/ shard1
   [junit4]   2> 204365 INFO  (qtp1530725421-420) [n:127.0.0.1:35227_u_b%2Fvq 
c:collection1 s:shard1  x:collection1_shard1_replica_t0] o.a.s.c.ZkController I 
am the leader, no recovery necessary
   [junit4]   2> 204367 INFO  (qtp1530725421-420) [n:127.0.0.1:35227_u_b%2Fvq 
c:collection1 s:shard1  x:collection1_shard1_replica_t0] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_t0&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=TLOG}
 status=0 QTime=3216
   [junit4]   2> 204386 INFO  (qtp1530725421-418) [n:127.0.0.1:35227_u_b%2Fvq   
 ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={node=127.0.0.1:35227_u_b%252Fvq&action=ADDREPLICA&collection=collection1&shard=shard1&type=TLOG&wt=javabin&version=2}
 status=0 QTime=3349
   [junit4]   2> 205079 INFO  
(OverseerCollectionConfigSetProcessor-98401383236501508-127.0.0.1:41772_u_b%2Fvq-n_0000000000)
 [n:127.0.0.1:41772_u_b%2Fvq    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000006 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 205353 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[1424F881E451445C]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_1424F881E451445C-001/shard-3-001
 of type TLOG
   [junit4]   2> 205371 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[1424F881E451445C]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 205373 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[1424F881E451445C]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@43043a5c{/u_b/vq,null,AVAILABLE}
   [junit4]   2> 205374 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[1424F881E451445C]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@2d820129{HTTP/1.1,[http/1.1]}{127.0.0.1:45084}
   [junit4]   2> 205374 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[1424F881E451445C]) [    ] 
o.e.j.s.Server Started @215903ms
   [junit4]   2> 205374 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[1424F881E451445C]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_1424F881E451445C-001/tempDir-001/jetty3,
 replicaType=TLOG, solrconfig=solrconfig.xml, hostContext=/u_b/vq, 
hostPort=41128, 
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_1424F881E451445C-001/shard-3-001/cores}
   [junit4]   2> 205374 ERROR 
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[1424F881E451445C]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 205407 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[1424F881E451445C]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.0.0
   [junit4]   2> 205407 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[1424F881E451445C]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 205407 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[1424F881E451445C]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 205407 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[1424F881E451445C]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-07-31T07:26:18.991Z
   [junit4]   2> 205599 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[1424F881E451445C]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 205599 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[1424F881E451445C]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_1424F881E451445C-001/shard-3-001/solr.xml
   [junit4]   2> 205746 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[1424F881E451445C]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@39fafa3c, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 205772 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[1424F881E451445C]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38218/solr
   [junit4]   2> 206294 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[1424F881E451445C]) 
[n:127.0.0.1:41128_u_b%2Fvq    ] o.a.s.c.c.ZkStateReader Updated live nodes 
from ZooKeeper... (0) -> (3)
   [junit4]   2> 206313 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[1424F881E451445C]) 
[n:127.0.0.1:41128_u_b%2Fvq    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 206315 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[1424F881E451445C]) 
[n:127.0.0.1:41128_u_b%2Fvq    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:41128_u_b%2Fvq
   [junit4]   2> 206348 INFO  
(zkCallback-52-thread-1-processing-n:127.0.0.1:41772_u_b%2Fvq) 
[n:127.0.0.1:41772_u_b%2Fvq    ] o.a.s.c.c.ZkStateReader Updated live nodes 
from ZooKeeper... (3) -> (4)
   [junit4]   2> 206384 INFO  
(zkCallback-76-thread-1-processing-n:127.0.0.1:41128_u_b%2Fvq) 
[n:127.0.0.1:41128_u_b%2Fvq    ] o.a.s.c.c.ZkStateReader Updated live nodes 
from ZooKeeper... (3) -> (4)
   [junit4]   2> 206400 INFO  
(zkCallback-70-thread-1-processing-n:127.0.0.1:35227_u_b%2Fvq) 
[n:127.0.0.1:35227_u_b%2Fvq    ] o.a.s.c.c.ZkStateReader Updated live nodes 
from ZooKeeper... (3) -> (4)
   [junit4]   2> 206400 INFO  
(zkCallback-64-thread-1-processing-n:127.0.0.1:46298_u_b%2Fvq) 
[n:127.0.0.1:46298_u_b%2Fvq    ] o.a.s.c.c.ZkStateReader Updated live nodes 
from ZooKeeper... (3) -> (4)
   [junit4]   2> 206401 INFO  (zkCallback-59-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 207008 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[1424F881E451445C]) 
[n:127.0.0.1:41128_u_b%2Fvq    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@39fafa3c
   [junit4]   2> 207115 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[1424F881E451445C]) 
[n:127.0.0.1:41128_u_b%2Fvq    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@39fafa3c
   [junit4]   2> 207115 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[1424F881E451445C]) 
[n:127.0.0.1:41128_u_b%2Fvq    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@39fafa3c
   [junit4]   2> 207117 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[1424F881E451445C]) 
[n:127.0.0.1:41128_u_b%2Fvq    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_1424F881E451445C-001/shard-3-001/cores
   [junit4]   2> 207682 INFO  (qtp1530725421-419) [n:127.0.0.1:35227_u_b%2Fvq   
 ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with 
params 
node=127.0.0.1:41128_u_b%252Fvq&action=ADDREPLICA&collection=collection1&shard=shard2&type=TLOG&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 207707 INFO  
(OverseerThreadFactory-113-thread-5-processing-n:127.0.0.1:41772_u_b%2Fvq) 
[n:127.0.0.1:41772_u_b%2Fvq    ] o.a.s.c.AddReplicaCmd Node Identified 
127.0.0.1:41128_u_b%2Fvq for creating new replica
   [junit4]   2> 207709 INFO  (SocketProxy-Acceptor-41128) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=35666,localport=41128], receiveBufferSize:531000
   [junit4]   2> 207828 INFO  (SocketProx

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

.java:463)
   [junit4]   2>        at 
org.apache.hadoop.metrics2.impl.MetricsSystemImpl.stop(MetricsSystemImpl.java:213)
   [junit4]   2>        at 
org.apache.hadoop.metrics2.impl.MetricsSystemImpl.shutdown(MetricsSystemImpl.java:594)
   [junit4]   2>        at 
org.apache.hadoop.metrics2.lib.DefaultMetricsSystem.shutdownInstance(DefaultMetricsSystem.java:72)
   [junit4]   2>        at 
org.apache.hadoop.metrics2.lib.DefaultMetricsSystem.shutdown(DefaultMetricsSystem.java:68)
   [junit4]   2>        at 
org.apache.hadoop.hdfs.server.namenode.metrics.NameNodeMetrics.shutdown(NameNodeMetrics.java:171)
   [junit4]   2>        at 
org.apache.hadoop.hdfs.server.namenode.NameNode.stop(NameNode.java:872)
   [junit4]   2>        at 
org.apache.hadoop.hdfs.MiniDFSCluster.shutdown(MiniDFSCluster.java:1726)
   [junit4]   2>        at 
org.apache.hadoop.hdfs.MiniDFSCluster.shutdown(MiniDFSCluster.java:1705)
   [junit4]   2>        at 
org.apache.solr.cloud.hdfs.HdfsTestUtil.teardownClass(HdfsTestUtil.java:204)
   [junit4]   2>        at 
org.apache.solr.cloud.hdfs.HdfsUnloadDistributedZkTest.teardownClass(HdfsUnloadDistributedZkTest.java:46)
   [junit4]   2>        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native 
Method)
   [junit4]   2>        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]   2>        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]   2>        at java.lang.reflect.Method.invoke(Method.java:498)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:870)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
   [junit4]   2>        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> Caused by: java.lang.NullPointerException
   [junit4]   2>        at 
org.apache.hadoop.hdfs.server.blockmanagement.BlocksMap.size(BlocksMap.java:203)
   [junit4]   2>        at 
org.apache.hadoop.hdfs.server.blockmanagement.BlockManager.getTotalBlocks(BlockManager.java:3370)
   [junit4]   2>        at 
org.apache.hadoop.hdfs.server.namenode.FSNamesystem.getBlocksTotal(FSNamesystem.java:5729)
   [junit4]   2>        ... 54 more
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.0/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsUnloadDistributedZkTest_1424F881E451445C-001
   [junit4]   2> Jul 31, 2017 9:08:44 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 34 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): 
{multiDefault=PostingsFormat(name=Memory), a_t=PostingsFormat(name=Memory), 
id=FST50, text=BlockTreeOrds(blocksize=128)}, 
docValues:{other_tl1=DocValuesFormat(name=Lucene70), 
range_facet_l_dv=DocValuesFormat(name=Asserting), 
_version_=DocValuesFormat(name=Lucene70), 
intDefault=DocValuesFormat(name=Lucene70), 
id_i1=DocValuesFormat(name=Lucene70), a_i1=DocValuesFormat(name=Lucene70), 
range_facet_i_dv=DocValuesFormat(name=Lucene70), 
intDvoDefault=DocValuesFormat(name=Asserting), 
range_facet_l=DocValuesFormat(name=Lucene70), 
timestamp=DocValuesFormat(name=Lucene70)}, maxPointsInLeafNode=1552, 
maxMBSortInHeap=7.516743955249617, sim=RandomSimilarity(queryNorm=true): {}, 
locale=mt, timezone=America/Cordoba
   [junit4]   2> NOTE: Linux 4.4.0-83-generic amd64/Oracle Corporation 
1.8.0_144 (64-bit)/cpus=4,threads=2,free=270541472,total=525860864
   [junit4]   2> NOTE: All tests run in this JVM: [TestJsonFacets, 
LukeRequestHandlerTest, TestCloudSchemaless, TestSearchPerf, SparseHLLTest, 
ConvertedLegacyTest, TestMiniSolrCloudClusterSSL, DocValuesNotIndexedTest, 
ZkCLITest, TestRandomRequestDistribution, CheckHdfsIndexTest, 
TestShardHandlerFactory, HighlighterTest, TestInitQParser, 
AtomicUpdateProcessorFactoryTest, DistributedIntervalFacetingTest, 
SuggestComponentTest, TestPointFields, TestPartialUpdateDeduplication, 
TestCoreContainer, BlockJoinFacetRandomTest, TestQueryTypes, 
TestQueryWrapperFilter, SolrIndexMetricsTest, TestReqParamsAPI, TestRTimerTree, 
TestComplexPhraseQParserPlugin, TestUninvertingReader, 
TestLeaderElectionZkExpiry, DocValuesMultiTest, TestSortByMinMaxFunction, 
TestCloudPivotFacet, StatelessScriptUpdateProcessorFactoryTest, 
FacetPivotSmallTest, CoreAdminCreateDiscoverTest, 
AsyncCallRequestStatusResponseTest, TestCloudDeleteByQuery, 
TestFileDictionaryLookup, OverseerModifyCollectionTest, TestFiltering, 
TestStressRecovery, TestXIncludeConfig, ZkControllerTest, 
LeaderInitiatedRecoveryOnCommitTest, CacheHeaderTest, 
UpdateRequestProcessorFactoryTest, TestApiFramework, 
IndexSchemaRuntimeFieldTest, TestNonDefinedSimilarityFactory, TestRTGBase, 
TestConfigReload, SharedFSAutoReplicaFailoverUtilsTest, ActionThrottleTest, 
TestCustomDocTransformer, TestSearcherReuse, JSONWriterTest, TestFieldCache, 
TestValueSourceCache, SolrMetricsIntegrationTest, BadComponentTest, 
TestFilteredDocIdSet, SolrCoreMetricManagerTest, TestInitParams, UtilsToolTest, 
TestManagedSynonymGraphFilterFactory, TestPullReplica, JsonLoaderTest, 
TestUniqueKeyFieldResource, InfoHandlerTest, DistributedFacetExistsSmallTest, 
DistributedFacetPivotSmallAdvancedTest, AutoScalingHandlerTest, 
DistanceUnitsTest, HdfsRecoveryZkTest, TermVectorComponentTest, 
TestUseDocValuesAsStored, SystemInfoHandlerTest, SolrCmdDistributorTest, 
TestChildDocTransformer, HdfsThreadLeakTest, ChaosMonkeySafeLeaderTest, 
ShardRoutingCustomTest, DocValuesTest, TestIntervalFaceting, TestCoreAdminApis, 
TestTlogReplica, TestPostingsSolrHighlighter, TestSystemCollAutoCreate, 
TestPerFieldSimilarity, SimpleMLTQParserTest, FileUtilsTest, 
CSVRequestHandlerTest, SchemaVersionSpecificBehaviorTest, ZkStateReaderTest, 
OutOfBoxZkACLAndCredentialsProvidersTest, TestSchemaSimilarityResource, 
TestLegacyFieldCache, TestConfigSetsAPIExclusivity, 
TestFieldCollectionResource, TestBulkSchemaConcurrent, 
DirectSolrConnectionTest, RemoteQueryErrorTest, TestUpdate, SampleTest, 
LeaderElectionContextKeyTest, ShardRoutingTest, SpellCheckComponentTest, 
TestCharFilters, TestNumericRangeQuery32, DirectSolrSpellCheckerTest, 
DistributedQueryComponentCustomSortTest, TestManagedSchema, 
ShufflingReplicaListTransformerTest, TestFastLRUCache, 
DistribJoinFromCollectionTest, IndexSchemaTest, 
HdfsCollectionsAPIDistributedZkTest, ChangedSchemaMergeTest, PrimUtilsTest, 
ClusterStateUpdateTest, CustomCollectionTest, TestSimpleTrackingShardHandler, 
UnloadDistributedZkTest, CollectionsAPIDistributedZkTest, SyncSliceTest, 
OpenCloseCoreStressTest, OverseerTest, LeaderElectionIntegrationTest, 
RecoveryZkTest, TestReplicationHandler, AutoCommitTest, 
TestDistributedGrouping, TestHashPartitioner, TestJoin, TestReload, 
HardAutoCommitTest, TestRangeQuery, PreAnalyzedFieldTest, TestSystemIdResolver, 
SpellingQueryConverterTest, DOMUtilTest, ClusterStateTest, TestSolrJ, 
TestLRUCache, TestUtils, TestDocumentBuilder, ZkNodePropsTest, SliceStateTest, 
DistributedMLTComponentTest, TestCrossCoreJoin, TestCursorMarkWithoutUniqueKey, 
TestDistributedMissingSort, TestHighlightDedupGrouping, TestTolerantSearch, 
TestEmbeddedSolrServerConstructors, TestEmbeddedSolrServerSchemaAPI, 
TestJettySolrRunner, AssignTest, BaseCdcrDistributedZkTest, CdcrBootstrapTest, 
CdcrRequestHandlerTest, CollectionsAPIAsyncDistributedZkTest, 
ConcurrentDeleteAndCreateCollectionTest, DistribCursorPagingTest, 
HttpPartitionTest, MoveReplicaHDFSUlogDirTest, OverseerTaskQueueTest, 
ReplaceNodeTest, RestartWhileUpdatingTest, TestConfigSetsAPIZkFailure, 
TestDeleteCollectionOnDownNodes, TestDistribDocBasedVersion, 
TestDownShardTolerantSearch, TestExclusionRuleCollectionAccess, 
TestLeaderInitiatedRecoveryThread, TestRequestForwarding, 
TestRequestStatusCollectionAPI, TestSSLRandomization, TestSegmentSorting, 
TestSolrCloudWithDelegationTokens, TestSolrCloudWithKerberosAlt, 
TestStressCloudBlindAtomicUpdates, TlogReplayBufferedWhileIndexingTest, 
HdfsRecoverLeaseTest, HdfsUnloadDistributedZkTest]
   [junit4] Completed [560/727 (4!)] on J1 in 129.45s, 1 test, 1 error <<< 
FAILURES!

[...truncated 43892 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to