Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-7.x/8/

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

Error Message:
The Monkey ran for over 45 seconds and no jetties were stopped - this is worth 
investigating!

Stack Trace:
java.lang.AssertionError: The Monkey ran for over 45 seconds and no jetties 
were stopped - this is worth investigating!
        at 
__randomizedtesting.SeedInfo.seed([57BDCF540E9917CD:DFE9F08EA0657A35]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.apache.solr.cloud.ChaosMonkey.stopTheMonkey(ChaosMonkey.java:587)
        at 
org.apache.solr.cloud.ChaosMonkeySafeLeaderTest.test(ChaosMonkeySafeLeaderTest.java:133)
        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.update.AutoCommitTest.testCommitWithin

Error Message:
Exception during query

Stack Trace:
java.lang.RuntimeException: Exception during query
        at 
__randomizedtesting.SeedInfo.seed([57BDCF540E9917CD:ED6FA02C8DB7F9D8]:0)
        at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:878)
        at 
org.apache.solr.update.AutoCommitTest.testCommitWithin(AutoCommitTest.java:353)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)
Caused by: java.lang.RuntimeException: REQUEST FAILED: 
xpath=//result[@numFound=1]
        xml response was: <?xml version="1.0" encoding="UTF-8"?>
<response>
<lst name="responseHeader"><int name="status">0</int><int 
name="QTime">0</int></lst><result name="response" numFound="0" 
start="0"></result>
</response>

        request was:q=id:529&qt=&start=0&rows=20&version=2.2
        at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:871)
        ... 40 more


FAILED:  org.apache.solr.update.AutoCommitTest.testMaxTime

Error Message:
Exception during query

Stack Trace:
java.lang.RuntimeException: Exception during query
        at 
__randomizedtesting.SeedInfo.seed([57BDCF540E9917CD:CD49B2B690038BF1]:0)
        at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:878)
        at 
org.apache.solr.update.AutoCommitTest.testMaxTime(AutoCommitTest.java:270)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)
Caused by: java.lang.RuntimeException: REQUEST FAILED: 
xpath=//result[@numFound=1]
        xml response was: <?xml version="1.0" encoding="UTF-8"?>
<response>
<lst name="responseHeader"><int name="status">0</int><int 
name="QTime">0</int></lst><result name="response" numFound="0" 
start="0"></result>
</response>

        request was:q=id:529&qt=&start=0&rows=20&version=2.2
        at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:871)
        ... 40 more


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

Error Message:
Didn't see all replicas for shard shard1 in c8n_1x2 come up within 90000 ms! 
ClusterState: {   "collMinRf_1x3":{     "pullReplicas":"0",     
"replicationFactor":"1",     "shards":{"shard1":{         
"range":"80000000-7fffffff",         "state":"active",         "replicas":{     
      "core_node1":{             "core":"collMinRf_1x3_shard1_replica_n1",      
       "base_url":"http://127.0.0.1:36537";,             
"node_name":"127.0.0.1:36537_",             "state":"active",             
"type":"NRT"},           "core_node2":{             
"core":"collMinRf_1x3_shard1_replica_n2",             
"base_url":"http://127.0.0.1:35393";,             
"node_name":"127.0.0.1:35393_",             "state":"active",             
"type":"NRT"},           "core_node3":{             
"core":"collMinRf_1x3_shard1_replica_n3",             
"base_url":"http://127.0.0.1:36929";,             
"node_name":"127.0.0.1:36929_",             "state":"active",             
"type":"NRT",             "leader":"true"}}}},     
"router":{"name":"compositeId"},     "maxShardsPerNode":"1",     
"autoAddReplicas":"false",     "nrtReplicas":"3",     "tlogReplicas":"0"},   
"collection1":{     "pullReplicas":"0",     "replicationFactor":"1",     
"shards":{       "shard1":{         "range":"80000000-ffffffff",         
"state":"active",         "replicas":{"core_node2":{             
"core":"collection1_shard1_replica_n0",             
"base_url":"http://127.0.0.1:41363";,             
"node_name":"127.0.0.1:41363_",             "state":"active",             
"type":"NRT",             "leader":"true"}}},       "shard2":{         
"range":"0-7fffffff",         "state":"active",         "replicas":{           
"core_node1":{             "core":"collection1_shard2_replica_n0",             
"base_url":"http://127.0.0.1:36929";,             
"node_name":"127.0.0.1:36929_",             "state":"active",             
"type":"NRT",             "leader":"true"},           "core_node3":{            
 "core":"collection1_shard2_replica_n1",             
"base_url":"http://127.0.0.1:35393";,             
"node_name":"127.0.0.1:35393_",             "state":"active",             
"type":"NRT"}}}},     "router":{"name":"compositeId"},     
"maxShardsPerNode":"1",     "autoAddReplicas":"false",     "nrtReplicas":"1",   
  "tlogReplicas":"0"},   "control_collection":{     "pullReplicas":"0",     
"replicationFactor":"1",     "shards":{"shard1":{         
"range":"80000000-7fffffff",         "state":"active",         
"replicas":{"core_node1":{             
"core":"control_collection_shard1_replica_n1",             
"base_url":"http://127.0.0.1:36537";,             
"node_name":"127.0.0.1:36537_",             "state":"active",             
"type":"NRT",             "leader":"true"}}}},     
"router":{"name":"compositeId"},     "maxShardsPerNode":"1",     
"autoAddReplicas":"false",     "nrtReplicas":"1",     "tlogReplicas":"0"},   
"c8n_1x2":{     "pullReplicas":"0",     "replicationFactor":"1",     
"shards":{"shard1":{         "range":"80000000-7fffffff",         
"state":"active",         "replicas":{           "core_node1":{             
"core":"c8n_1x2_shard1_replica_n1",             
"base_url":"http://127.0.0.1:36929";,             
"node_name":"127.0.0.1:36929_",             "state":"active",             
"type":"NRT",             "leader":"true"},           "core_node2":{            
 "core":"c8n_1x2_shard1_replica_n2",             
"base_url":"http://127.0.0.1:41363";,             
"node_name":"127.0.0.1:41363_",             "state":"recovering",             
"type":"NRT"}}}},     "router":{"name":"compositeId"},     
"maxShardsPerNode":"1",     "autoAddReplicas":"false",     "nrtReplicas":"2",   
  "tlogReplicas":"0"}}

Stack Trace:
java.lang.AssertionError: Didn't see all replicas for shard shard1 in c8n_1x2 
come up within 90000 ms! ClusterState: {
  "collMinRf_1x3":{
    "pullReplicas":"0",
    "replicationFactor":"1",
    "shards":{"shard1":{
        "range":"80000000-7fffffff",
        "state":"active",
        "replicas":{
          "core_node1":{
            "core":"collMinRf_1x3_shard1_replica_n1",
            "base_url":"http://127.0.0.1:36537";,
            "node_name":"127.0.0.1:36537_",
            "state":"active",
            "type":"NRT"},
          "core_node2":{
            "core":"collMinRf_1x3_shard1_replica_n2",
            "base_url":"http://127.0.0.1:35393";,
            "node_name":"127.0.0.1:35393_",
            "state":"active",
            "type":"NRT"},
          "core_node3":{
            "core":"collMinRf_1x3_shard1_replica_n3",
            "base_url":"http://127.0.0.1:36929";,
            "node_name":"127.0.0.1:36929_",
            "state":"active",
            "type":"NRT",
            "leader":"true"}}}},
    "router":{"name":"compositeId"},
    "maxShardsPerNode":"1",
    "autoAddReplicas":"false",
    "nrtReplicas":"3",
    "tlogReplicas":"0"},
  "collection1":{
    "pullReplicas":"0",
    "replicationFactor":"1",
    "shards":{
      "shard1":{
        "range":"80000000-ffffffff",
        "state":"active",
        "replicas":{"core_node2":{
            "core":"collection1_shard1_replica_n0",
            "base_url":"http://127.0.0.1:41363";,
            "node_name":"127.0.0.1:41363_",
            "state":"active",
            "type":"NRT",
            "leader":"true"}}},
      "shard2":{
        "range":"0-7fffffff",
        "state":"active",
        "replicas":{
          "core_node1":{
            "core":"collection1_shard2_replica_n0",
            "base_url":"http://127.0.0.1:36929";,
            "node_name":"127.0.0.1:36929_",
            "state":"active",
            "type":"NRT",
            "leader":"true"},
          "core_node3":{
            "core":"collection1_shard2_replica_n1",
            "base_url":"http://127.0.0.1:35393";,
            "node_name":"127.0.0.1:35393_",
            "state":"active",
            "type":"NRT"}}}},
    "router":{"name":"compositeId"},
    "maxShardsPerNode":"1",
    "autoAddReplicas":"false",
    "nrtReplicas":"1",
    "tlogReplicas":"0"},
  "control_collection":{
    "pullReplicas":"0",
    "replicationFactor":"1",
    "shards":{"shard1":{
        "range":"80000000-7fffffff",
        "state":"active",
        "replicas":{"core_node1":{
            "core":"control_collection_shard1_replica_n1",
            "base_url":"http://127.0.0.1:36537";,
            "node_name":"127.0.0.1:36537_",
            "state":"active",
            "type":"NRT",
            "leader":"true"}}}},
    "router":{"name":"compositeId"},
    "maxShardsPerNode":"1",
    "autoAddReplicas":"false",
    "nrtReplicas":"1",
    "tlogReplicas":"0"},
  "c8n_1x2":{
    "pullReplicas":"0",
    "replicationFactor":"1",
    "shards":{"shard1":{
        "range":"80000000-7fffffff",
        "state":"active",
        "replicas":{
          "core_node1":{
            "core":"c8n_1x2_shard1_replica_n1",
            "base_url":"http://127.0.0.1:36929";,
            "node_name":"127.0.0.1:36929_",
            "state":"active",
            "type":"NRT",
            "leader":"true"},
          "core_node2":{
            "core":"c8n_1x2_shard1_replica_n2",
            "base_url":"http://127.0.0.1:41363";,
            "node_name":"127.0.0.1:41363_",
            "state":"recovering",
            "type":"NRT"}}}},
    "router":{"name":"compositeId"},
    "maxShardsPerNode":"1",
    "autoAddReplicas":"false",
    "nrtReplicas":"2",
    "tlogReplicas":"0"}}
        at 
__randomizedtesting.SeedInfo.seed([57BDCF540E9917CD:DFE9F08EA0657A35]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at 
org.apache.solr.cloud.AbstractFullDistribZkTestBase.ensureAllReplicasAreActive(AbstractFullDistribZkTestBase.java:1992)
        at 
org.apache.solr.cloud.HttpPartitionTest.testRf2(HttpPartitionTest.java:367)
        at 
org.apache.solr.cloud.HttpPartitionTest.test(HttpPartitionTest.java:131)
        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.HdfsChaosMonkeySafeLeaderTest.test

Error Message:
The Monkey ran for over 45 seconds and no jetties were stopped - this is worth 
investigating!

Stack Trace:
java.lang.AssertionError: The Monkey ran for over 45 seconds and no jetties 
were stopped - this is worth investigating!
        at 
__randomizedtesting.SeedInfo.seed([57BDCF540E9917CD:DFE9F08EA0657A35]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.apache.solr.cloud.ChaosMonkey.stopTheMonkey(ChaosMonkey.java:587)
        at 
org.apache.solr.cloud.ChaosMonkeySafeLeaderTest.test(ChaosMonkeySafeLeaderTest.java:133)
        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 12100 lines...]
   [junit4] Suite: org.apache.solr.cloud.HttpPartitionTest
   [junit4]   2> Creating dataDir: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest_57BDCF540E9917CD-001/init-core-data-001
   [junit4]   2> 880765 WARN  
(SUITE-HttpPartitionTest-seed#[57BDCF540E9917CD]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=2 numCloses=2
   [junit4]   2> 880765 INFO  
(SUITE-HttpPartitionTest-seed#[57BDCF540E9917CD]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) 
w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 880766 INFO  
(SUITE-HttpPartitionTest-seed#[57BDCF540E9917CD]-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> 880766 INFO  
(SUITE-HttpPartitionTest-seed#[57BDCF540E9917CD]-worker) [    ] 
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 880767 INFO  
(TEST-HttpPartitionTest.test-seed#[57BDCF540E9917CD]) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 880768 INFO  (Thread-2272) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 880768 INFO  (Thread-2272) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 880769 ERROR (Thread-2272) [    ] 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> 880868 INFO  
(TEST-HttpPartitionTest.test-seed#[57BDCF540E9917CD]) [    ] 
o.a.s.c.ZkTestServer start zk server on port:42343
   [junit4]   2> 880877 INFO  
(TEST-HttpPartitionTest.test-seed#[57BDCF540E9917CD]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
 to /configs/conf1/solrconfig.xml
   [junit4]   2> 880878 INFO  
(TEST-HttpPartitionTest.test-seed#[57BDCF540E9917CD]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/conf/schema.xml
 to /configs/conf1/schema.xml
   [junit4]   2> 880880 INFO  
(TEST-HttpPartitionTest.test-seed#[57BDCF540E9917CD]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
 to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 880880 INFO  
(TEST-HttpPartitionTest.test-seed#[57BDCF540E9917CD]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
 to /configs/conf1/stopwords.txt
   [junit4]   2> 880881 INFO  
(TEST-HttpPartitionTest.test-seed#[57BDCF540E9917CD]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/conf/protwords.txt
 to /configs/conf1/protwords.txt
   [junit4]   2> 880882 INFO  
(TEST-HttpPartitionTest.test-seed#[57BDCF540E9917CD]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/conf/currency.xml
 to /configs/conf1/currency.xml
   [junit4]   2> 880883 INFO  
(TEST-HttpPartitionTest.test-seed#[57BDCF540E9917CD]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
 to /configs/conf1/enumsConfig.xml
   [junit4]   2> 880884 INFO  
(TEST-HttpPartitionTest.test-seed#[57BDCF540E9917CD]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
 to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 880885 INFO  
(TEST-HttpPartitionTest.test-seed#[57BDCF540E9917CD]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
 to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 880886 INFO  
(TEST-HttpPartitionTest.test-seed#[57BDCF540E9917CD]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
 to /configs/conf1/old_synonyms.txt
   [junit4]   2> 880887 INFO  
(TEST-HttpPartitionTest.test-seed#[57BDCF540E9917CD]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
 to /configs/conf1/synonyms.txt
   [junit4]   2> 880888 INFO  
(TEST-HttpPartitionTest.test-seed#[57BDCF540E9917CD]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly 
asked otherwise
   [junit4]   2> 880962 INFO  
(TEST-HttpPartitionTest.test-seed#[57BDCF540E9917CD]) [    ] o.e.j.s.Server 
jetty-9.3.14.v20161028
   [junit4]   2> 880963 INFO  
(TEST-HttpPartitionTest.test-seed#[57BDCF540E9917CD]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@6c156a75{/,null,AVAILABLE}
   [junit4]   2> 880964 INFO  
(TEST-HttpPartitionTest.test-seed#[57BDCF540E9917CD]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@df0e738{HTTP/1.1,[http/1.1]}{127.0.0.1:40816}
   [junit4]   2> 880964 INFO  
(TEST-HttpPartitionTest.test-seed#[57BDCF540E9917CD]) [    ] o.e.j.s.Server 
Started @883040ms
   [junit4]   2> 880964 INFO  
(TEST-HttpPartitionTest.test-seed#[57BDCF540E9917CD]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest_57BDCF540E9917CD-001/tempDir-001/control/data,
 replicaType=NRT, hostContext=/, hostPort=36537, 
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest_57BDCF540E9917CD-001/control-001/cores}
   [junit4]   2> 880964 ERROR 
(TEST-HttpPartitionTest.test-seed#[57BDCF540E9917CD]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 880964 INFO  
(TEST-HttpPartitionTest.test-seed#[57BDCF540E9917CD]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.1.0
   [junit4]   2> 880964 INFO  
(TEST-HttpPartitionTest.test-seed#[57BDCF540E9917CD]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 880964 INFO  
(TEST-HttpPartitionTest.test-seed#[57BDCF540E9917CD]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 880964 INFO  
(TEST-HttpPartitionTest.test-seed#[57BDCF540E9917CD]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-07-13T03:09:47.070Z
   [junit4]   2> 880966 INFO  
(TEST-HttpPartitionTest.test-seed#[57BDCF540E9917CD]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 880966 INFO  
(TEST-HttpPartitionTest.test-seed#[57BDCF540E9917CD]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest_57BDCF540E9917CD-001/control-001/solr.xml
   [junit4]   2> 880971 INFO  
(TEST-HttpPartitionTest.test-seed#[57BDCF540E9917CD]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@28b35f7f, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 880973 INFO  
(TEST-HttpPartitionTest.test-seed#[57BDCF540E9917CD]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42343/solr
   [junit4]   2> 881030 INFO  
(TEST-HttpPartitionTest.test-seed#[57BDCF540E9917CD]) [n:127.0.0.1:36537_    ] 
o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 881031 INFO  
(TEST-HttpPartitionTest.test-seed#[57BDCF540E9917CD]) [n:127.0.0.1:36537_    ] 
o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:36537_
   [junit4]   2> 881031 INFO  
(TEST-HttpPartitionTest.test-seed#[57BDCF540E9917CD]) [n:127.0.0.1:36537_    ] 
o.a.s.c.Overseer Overseer (id=98298454794174468-127.0.0.1:36537_-n_0000000000) 
starting
   [junit4]   2> 881036 INFO  
(TEST-HttpPartitionTest.test-seed#[57BDCF540E9917CD]) [n:127.0.0.1:36537_    ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:36537_
   [junit4]   2> 881037 INFO  
(zkCallback-1903-thread-1-processing-n:127.0.0.1:36537_) [n:127.0.0.1:36537_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 881092 INFO  
(TEST-HttpPartitionTest.test-seed#[57BDCF540E9917CD]) [n:127.0.0.1:36537_    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@28b35f7f
   [junit4]   2> 881096 INFO  
(TEST-HttpPartitionTest.test-seed#[57BDCF540E9917CD]) [n:127.0.0.1:36537_    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@28b35f7f
   [junit4]   2> 881096 INFO  
(TEST-HttpPartitionTest.test-seed#[57BDCF540E9917CD]) [n:127.0.0.1:36537_    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@28b35f7f
   [junit4]   2> 881097 INFO  
(TEST-HttpPartitionTest.test-seed#[57BDCF540E9917CD]) [n:127.0.0.1:36537_    ] 
o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest_57BDCF540E9917CD-001/control-001/cores
   [junit4]   2> 881111 INFO  
(TEST-HttpPartitionTest.test-seed#[57BDCF540E9917CD]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 881112 INFO  
(TEST-HttpPartitionTest.test-seed#[57BDCF540E9917CD]) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:42343/solr ready
   [junit4]   2> 881113 INFO  (SocketProxy-Acceptor-36537) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=52942,localport=36537], receiveBufferSize:531000
   [junit4]   2> 881113 INFO  (SocketProxy-Acceptor-36537) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=40816,localport=34446], receiveBufferSize=530904
   [junit4]   2> 881115 INFO  (qtp1976280674-9003) [n:127.0.0.1:36537_    ] 
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:36537_&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 881117 INFO  
(OverseerThreadFactory-3120-thread-1-processing-n:127.0.0.1:36537_) 
[n:127.0.0.1:36537_    ] o.a.s.c.CreateCollectionCmd Create collection 
control_collection
   [junit4]   2> 881220 INFO  (SocketProxy-Acceptor-36537) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=52946,localport=36537], receiveBufferSize:531000
   [junit4]   2> 881220 INFO  (SocketProxy-Acceptor-36537) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=40816,localport=34450], receiveBufferSize=530904
   [junit4]   2> 881223 INFO  (qtp1976280674-9001) [n:127.0.0.1:36537_    ] 
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> 881223 INFO  (qtp1976280674-9001) [n:127.0.0.1:36537_    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 881326 INFO  
(zkCallback-1903-thread-1-processing-n:127.0.0.1:36537_) [n:127.0.0.1:36537_    
] 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> 882233 INFO  (qtp1976280674-9001) [n:127.0.0.1:36537_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 882244 INFO  (qtp1976280674-9001) [n:127.0.0.1:36537_ 
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> 882324 INFO  (qtp1976280674-9001) [n:127.0.0.1:36537_ 
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> 882335 INFO  (qtp1976280674-9001) [n:127.0.0.1:36537_ 
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> 882335 INFO  (qtp1976280674-9001) [n:127.0.0.1:36537_ 
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@28b35f7f
   [junit4]   2> 882335 INFO  (qtp1976280674-9001) [n:127.0.0.1:36537_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 882335 INFO  (qtp1976280674-9001) [n:127.0.0.1:36537_ 
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.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest_57BDCF540E9917CD-001/control-001/cores/control_collection_shard1_replica_n1],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest_57BDCF540E9917CD-001/control-001/cores/control_collection_shard1_replica_n1/data/]
   [junit4]   2> 882337 INFO  (qtp1976280674-9001) [n:127.0.0.1:36537_ 
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=7, maxMergeAtOnceExplicit=5, maxMergedSegmentMB=8.29296875, 
floorSegmentMB=1.4375, forceMergeDeletesPctAllowed=7.88214974082647, 
segmentsPerTier=30.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.477010148973108
   [junit4]   2> 882339 WARN  (qtp1976280674-9001) [n:127.0.0.1:36537_ 
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> 882370 INFO  (qtp1976280674-9001) [n:127.0.0.1:36537_ 
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> 882370 INFO  (qtp1976280674-9001) [n:127.0.0.1:36537_ 
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> 882371 INFO  (qtp1976280674-9001) [n:127.0.0.1:36537_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 882372 INFO  (qtp1976280674-9001) [n:127.0.0.1:36537_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 882372 INFO  (qtp1976280674-9001) [n:127.0.0.1:36537_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: 
minMergeSize=0, mergeFactor=10, maxMergeSize=1005444240, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 882373 INFO  (qtp1976280674-9001) [n:127.0.0.1:36537_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@2ace77c7[control_collection_shard1_replica_n1] main]
   [junit4]   2> 882374 INFO  (qtp1976280674-9001) [n:127.0.0.1:36537_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 882374 INFO  (qtp1976280674-9001) [n:127.0.0.1:36537_ 
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> 882374 INFO  (qtp1976280674-9001) [n:127.0.0.1:36537_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 882375 INFO  
(searcherExecutor-3123-thread-1-processing-n:127.0.0.1:36537_ 
x:control_collection_shard1_replica_n1 s:shard1 c:control_collection) 
[n:127.0.0.1:36537_ 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@2ace77c7[control_collection_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 882375 INFO  (qtp1976280674-9001) [n:127.0.0.1:36537_ 
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 1572775278391853056
   [junit4]   2> 882380 INFO  (qtp1976280674-9001) [n:127.0.0.1:36537_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 882380 INFO  (qtp1976280674-9001) [n:127.0.0.1:36537_ 
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> 882380 INFO  (qtp1976280674-9001) [n:127.0.0.1:36537_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:36537/control_collection_shard1_replica_n1/
   [junit4]   2> 882380 INFO  (qtp1976280674-9001) [n:127.0.0.1:36537_ 
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> 882380 INFO  (qtp1976280674-9001) [n:127.0.0.1:36537_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SyncStrategy 
http://127.0.0.1:36537/control_collection_shard1_replica_n1/ has no replicas
   [junit4]   2> 882380 INFO  (qtp1976280674-9001) [n:127.0.0.1:36537_ 
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> 882383 INFO  (qtp1976280674-9001) [n:127.0.0.1:36537_ 
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:36537/control_collection_shard1_replica_n1/ shard1
   [junit4]   2> 882484 INFO  
(zkCallback-1903-thread-1-processing-n:127.0.0.1:36537_) [n:127.0.0.1:36537_    
] 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> 882533 INFO  (qtp1976280674-9001) [n:127.0.0.1:36537_ 
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> 882535 INFO  (qtp1976280674-9001) [n:127.0.0.1:36537_ 
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=1312
   [junit4]   2> 882544 INFO  (qtp1976280674-9003) [n:127.0.0.1:36537_    ] 
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
30 seconds. Check all shard replicas
   [junit4]   2> 882643 INFO  
(zkCallback-1903-thread-1-processing-n:127.0.0.1:36537_) [n:127.0.0.1:36537_    
] 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> 883119 INFO  
(OverseerCollectionConfigSetProcessor-98298454794174468-127.0.0.1:36537_-n_0000000000)
 [n:127.0.0.1:36537_    ] 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> 883545 INFO  (qtp1976280674-9003) [n:127.0.0.1:36537_    ] 
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:36537_&wt=javabin&version=2}
 status=0 QTime=2430
   [junit4]   2> 883550 INFO  
(TEST-HttpPartitionTest.test-seed#[57BDCF540E9917CD]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 883550 INFO  
(TEST-HttpPartitionTest.test-seed#[57BDCF540E9917CD]) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:42343/solr ready
   [junit4]   2> 883550 INFO  
(TEST-HttpPartitionTest.test-seed#[57BDCF540E9917CD]) [    ] 
o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection 
loss:false
   [junit4]   2> 883551 INFO  (SocketProxy-Acceptor-36537) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=52964,localport=36537], receiveBufferSize:531000
   [junit4]   2> 883551 INFO  (SocketProxy-Acceptor-36537) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=40816,localport=34468], receiveBufferSize=530904
   [junit4]   2> 883552 INFO  (qtp1976280674-9007) [n:127.0.0.1:36537_    ] 
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=2&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 883554 INFO  
(OverseerThreadFactory-3120-thread-2-processing-n:127.0.0.1:36537_) 
[n:127.0.0.1:36537_    ] o.a.s.c.CreateCollectionCmd Create collection 
collection1
   [junit4]   2> 883555 WARN  
(OverseerThreadFactory-3120-thread-2-processing-n:127.0.0.1:36537_) 
[n:127.0.0.1:36537_    ] o.a.s.c.CreateCollectionCmd It is unusual to create a 
collection (collection1) without cores.
   [junit4]   2> 883758 INFO  (qtp1976280674-9007) [n:127.0.0.1:36537_    ] 
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
30 seconds. Check all shard replicas
   [junit4]   2> 883758 INFO  (qtp1976280674-9007) [n:127.0.0.1:36537_    ] 
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=2&wt=javabin&version=2}
 status=0 QTime=206
   [junit4]   2> 883832 INFO  
(TEST-HttpPartitionTest.test-seed#[57BDCF540E9917CD]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest_57BDCF540E9917CD-001/shard-1-001
 of type NRT
   [junit4]   2> 883833 INFO  
(TEST-HttpPartitionTest.test-seed#[57BDCF540E9917CD]) [    ] o.e.j.s.Server 
jetty-9.3.14.v20161028
   [junit4]   2> 883834 INFO  
(TEST-HttpPartitionTest.test-seed#[57BDCF540E9917CD]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@4fbfce95{/,null,AVAILABLE}
   [junit4]   2> 883834 INFO  
(TEST-HttpPartitionTest.test-seed#[57BDCF540E9917CD]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@3b542add{HTTP/1.1,[http/1.1]}{127.0.0.1:37851}
   [junit4]   2> 883834 INFO  
(TEST-HttpPartitionTest.test-seed#[57BDCF540E9917CD]) [    ] o.e.j.s.Server 
Started @885911ms
   [junit4]   2> 883834 INFO  
(TEST-HttpPartitionTest.test-seed#[57BDCF540E9917CD]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest_57BDCF540E9917CD-001/tempDir-001/jetty1,
 solrconfig=solrconfig.xml, hostContext=/, hostPort=36929, 
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest_57BDCF540E9917CD-001/shard-1-001/cores}
   [junit4]   2> 883834 ERROR 
(TEST-HttpPartitionTest.test-seed#[57BDCF540E9917CD]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 883834 INFO  
(TEST-HttpPartitionTest.test-seed#[57BDCF540E9917CD]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.1.0
   [junit4]   2> 883834 INFO  
(TEST-HttpPartitionTest.test-seed#[57BDCF540E9917CD]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 883834 INFO  
(TEST-HttpPartitionTest.test-seed#[57BDCF540E9917CD]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 883834 INFO  
(TEST-HttpPartitionTest.test-seed#[57BDCF540E9917CD]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-07-13T03:09:49.940Z
   [junit4]   2> 883836 INFO  
(TEST-HttpPartitionTest.test-seed#[57BDCF540E9917CD]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 883836 INFO  
(TEST-HttpPartitionTest.test-seed#[57BDCF540E9917CD]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest_57BDCF540E9917CD-001/shard-1-001/solr.xml
   [junit4]   2> 883840 INFO  
(TEST-HttpPartitionTest.test-seed#[57BDCF540E9917CD]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@28b35f7f, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 883842 INFO  
(TEST-HttpPartitionTest.test-seed#[57BDCF540E9917CD]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42343/solr
   [junit4]   2> 883848 INFO  
(TEST-HttpPartitionTest.test-seed#[57BDCF540E9917CD]) [n:127.0.0.1:36929_    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 883850 INFO  
(TEST-HttpPartitionTest.test-seed#[57BDCF540E9917CD]) [n:127.0.0.1:36929_    ] 
o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 883851 INFO  
(TEST-HttpPartitionTest.test-seed#[57BDCF540E9917CD]) [n:127.0.0.1:36929_    ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:36929_
   [junit4]   2> 883852 INFO  (zkCallback-1910-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 883852 INFO  
(zkCallback-1903-thread-1-processing-n:127.0.0.1:36537_) [n:127.0.0.1:36537_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 883852 INFO  
(zkCallback-1915-thread-1-processing-n:127.0.0.1:36929_) [n:127.0.0.1:36929_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 883904 INFO  
(TEST-HttpPartitionTest.test-seed#[57BDCF540E9917CD]) [n:127.0.0.1:36929_    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@28b35f7f
   [junit4]   2> 883908 INFO  
(TEST-HttpPartitionTest.test-seed#[57BDCF540E9917CD]) [n:127.0.0.1:36929_    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@28b35f7f
   [junit4]   2> 883908 INFO  
(TEST-HttpPartitionTest.test-seed#[57BDCF540E9917CD]) [n:127.0.0.1:36929_    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@28b35f7f
   [junit4]   2> 883909 INFO  
(TEST-HttpPartitionTest.test-seed#[57BDCF540E9917CD]) [n:127.0.0.1:36929_    ] 
o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest_57BDCF540E9917CD-001/shard-1-001/cores
   [junit4]   2> 883926 INFO  (SocketProxy-Acceptor-36929) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=46180,localport=36929], receiveBufferSize:531000
   [junit4]   2> 883926 INFO  (SocketProxy-Acceptor-36929) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=37851,localport=39518], receiveBufferSize=530904
   [junit4]   2> 883927 INFO  (qtp421365138-9051) [n:127.0.0.1:36929_    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params 
node=127.0.0.1:36929_&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 883929 INFO  
(OverseerCollectionConfigSetProcessor-98298454794174468-127.0.0.1:36537_-n_0000000000)
 [n:127.0.0.1:36537_    ] 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> 883929 INFO  
(OverseerThreadFactory-3120-thread-3-processing-n:127.0.0.1:36537_) 
[n:127.0.0.1:36537_    ] o.a.s.c.AddReplicaCmd Node Identified 127.0.0.1:36929_ 
for creating new replica
   [junit4]   2> 883930 INFO  (SocketProxy-Acceptor-36929) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=46184,localport=36929], receiveBufferSize:531000
   [junit4]   2> 883930 INFO  (SocketProxy-Acceptor-36929) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=37851,localport=39522], receiveBufferSize=530904
   [junit4]   2> 883930 INFO  (qtp421365138-9053) [n:127.0.0.1:36929_    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_n0&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 883931 INFO  (qtp421365138-9053) [n:127.0.0.1:36929_    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 884033 INFO  
(zkCallback-1915-thread-1-processing-n:127.0.0.1:36929_) [n:127.0.0.1:36929_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 884941 INFO  (qtp421365138-9053) [n:127.0.0.1:36929_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 884951 INFO  (qtp421365138-9053) [n:127.0.0.1:36929_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] o.a.s.s.IndexSchema 
[collection1_shard2_replica_n0] Schema name=test
   [junit4]   2> 885034 INFO  (qtp421365138-9053) [n:127.0.0.1:36929_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] o.a.s.s.IndexSchema 
Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 885046 INFO  (qtp421365138-9053) [n:127.0.0.1:36929_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1_shard2_replica_n0' using configuration from 
collection collection1, trusted=true
   [junit4]   2> 885046 INFO  (qtp421365138-9053) [n:127.0.0.1:36929_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection1.shard2.replica_n0' (registry 
'solr.core.collection1.shard2.replica_n0') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@28b35f7f
   [junit4]   2> 885046 INFO  (qtp421365138-9053) [n:127.0.0.1:36929_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 885046 INFO  (qtp421365138-9053) [n:127.0.0.1:36929_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] o.a.s.c.SolrCore 
[[collection1_shard2_replica_n0] ] Opening new SolrCore at 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest_57BDCF540E9917CD-001/shard-1-001/cores/collection1_shard2_replica_n0],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest_57BDCF540E9917CD-001/shard-1-001/cores/collection1_shard2_replica_n0/data/]
   [junit4]   2> 885048 INFO  (qtp421365138-9053) [n:127.0.0.1:36929_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=7, maxMergeAtOnceExplicit=5, maxMergedSegmentMB=8.29296875, 
floorSegmentMB=1.4375, forceMergeDeletesPctAllowed=7.88214974082647, 
segmentsPerTier=30.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.477010148973108
   [junit4]   2> 885050 WARN  (qtp421365138-9053) [n:127.0.0.1:36929_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] 
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> 885082 INFO  (qtp421365138-9053) [n:127.0.0.1:36929_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 885082 INFO  (qtp421365138-9053) [n:127.0.0.1:36929_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 885083 INFO  (qtp421365138-9053) [n:127.0.0.1:36929_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 885083 INFO  (qtp421365138-9053) [n:127.0.0.1:36929_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 885084 INFO  (qtp421365138-9053) [n:127.0.0.1:36929_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: 
minMergeSize=0, mergeFactor=10, maxMergeSize=1005444240, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 885084 INFO  (qtp421365138-9053) [n:127.0.0.1:36929_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@721f0441[collection1_shard2_replica_n0] main]
   [junit4]   2> 885085 INFO  (qtp421365138-9053) [n:127.0.0.1:36929_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 885086 INFO  (qtp421365138-9053) [n:127.0.0.1:36929_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 885086 INFO  (qtp421365138-9053) [n:127.0.0.1:36929_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 885087 INFO  
(searcherExecutor-3134-thread-1-processing-n:127.0.0.1:36929_ 
x:collection1_shard2_replica_n0 s:shard2 c:collection1) [n:127.0.0.1:36929_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] o.a.s.c.SolrCore 
[collection1_shard2_replica_n0] Registered new searcher 
Searcher@721f0441[collection1_shard2_replica_n0] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 885087 INFO  (qtp421365138-9053) [n:127.0.0.1:36929_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1572775281235591168
   [junit4]   2> 885095 INFO  (qtp421365138-9053) [n:127.0.0.1:36929_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 885095 INFO  (qtp421365138-9053) [n:127.0.0.1:36929_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 885095 INFO  (qtp421365138-9053) [n:127.0.0.1:36929_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] o.a.s.c.SyncStrategy 
Sync replicas to http://127.0.0.1:36929/collection1_shard2_replica_n0/
   [junit4]   2> 885095 INFO  (qtp421365138-9053) [n:127.0.0.1:36929_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] o.a.s.c.SyncStrategy 
Sync Success - now sync replicas to me
   [junit4]   2> 885095 INFO  (qtp421365138-9053) [n:127.0.0.1:36929_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] o.a.s.c.SyncStrategy 
http://127.0.0.1:36929/collection1_shard2_replica_n0/ has no replicas
   [junit4]   2> 885095 INFO  (qtp421365138-9053) [n:127.0.0.1:36929_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 885097 INFO  (qtp421365138-9053) [n:127.0.0.1:36929_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:36929/collection1_shard2_replica_n0/ shard2
   [junit4]   2> 885199 INFO  
(zkCallback-1915-thread-1-processing-n:127.0.0.1:36929_) [n:127.0.0.1:36929_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 885248 INFO  (qtp421365138-9053) [n:127.0.0.1:36929_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] o.a.s.c.ZkController I 
am the leader, no recovery necessary
   [junit4]   2> 885250 INFO  (qtp421365138-9053) [n:127.0.0.1:36929_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_n0&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=1319
   [junit4]   2> 885251 INFO  (qtp421365138-9051) [n:127.0.0.1:36929_    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={node=127.0.0.1:36929_&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2}
 status=0 QTime=1324
   [junit4]   2> 885327 INFO  
(TEST-HttpPartitionTest.test-seed#[57BDCF540E9917CD]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest_57BDCF540E9917CD-001/shard-2-001
 of type NRT
   [junit4]   2> 885327 INFO  
(TEST-HttpPartitionTest.test-seed#[57BDCF540E9917CD]) [    ] o.e.j.s.Server 
jetty-9.3.14.v20161028
   [junit4]   2> 885328 INFO  
(TEST-HttpPartitionTest.test-seed#[57BDCF540E9917CD]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@5bb73dfd{/,null,AVAILABLE}
   [junit4]   2> 885328 INFO  
(TEST-HttpPartitionTest.test-seed#[57BDCF540E9917CD]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@7a01e966{HTTP/1.1,[http/1.1]}{127.0.0.1:32870}
   [junit4]   2> 885328 INFO  
(TEST-HttpPartitionTest.test-seed#[57BDCF540E9917CD]) [    ] o.e.j.s.Server 
Started @887405ms
   [junit4]   2> 885328 INFO  
(TEST-HttpPartitionTest.test-seed#[57BDCF540E9917CD]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest_57BDCF540E9917CD-001/tempDir-001/jetty2,
 replicaType=NRT, solrconfig=solrconfig.xml, hostContext=/, hostPort=41363, 
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest_57BDCF540E9917CD-001/shard-2-001/cores}
   [junit4]   2> 885328 ERROR 
(TEST-HttpPartitionTest.test-seed#[57BDCF540E9917CD]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 885329 INFO  
(TEST-HttpPartitionTest.test-seed#[57BDCF540E9917CD]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.1.0
   [junit4]   2> 885329 INFO  
(TEST-HttpPartitionTest.test-seed#[57BDCF540E9917CD]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 885329 INFO  
(TEST-HttpPartitionTest.test-seed#[57BDCF540E9917CD]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 885329 INFO  
(TEST-HttpPartitionTest.test-seed#[57BDCF540E9917CD]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-07-13T03:09:51.435Z
   [junit4]   2> 885331 INFO  
(TEST-HttpPartitionTest.test-seed#[57BDCF540E9917CD]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 885331 INFO  
(TEST-HttpPartitionTest.test-seed#[57BDCF540E9917CD]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest_57BDCF540E9917CD-001/shard-2-001/solr.xml
   [junit4]   2> 885335 INFO  
(TEST-HttpPartitionTest.test-seed#[57BDCF540E9917CD]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@28b35f7f, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 885337 INFO  
(TEST-HttpPartitionTest.test-seed#[57BDCF540E9917CD]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42343/solr
   [junit4]   2> 885343 INFO  
(TEST-HttpPartitionTest.test-seed#[57BDCF540E9917CD]) [n:127.0.0.1:41363_    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 885344 INFO  
(TEST-HttpPartitionTest.test-seed#[57BDCF540E9917CD]) [n:127.0.0.1:41363_    ] 
o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 885345 INFO  
(TEST-HttpPartitionTest.test-seed#[57BDCF540E9917CD]) [n:127.0.0.1:41363_    ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:41363_
   [junit4]   2> 885346 INFO  
(zkCallback-1903-thread-1-processing-n:127.0.0.1:36537_) [n:127.0.0.1:36537_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 885346 INFO  
(zkCallback-1915-thread-1-processing-n:127.0.0.1:36929_) [n:127.0.0.1:36929_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 885346 INFO  (zkCallback-1910-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 885347 INFO  
(zkCallback-1921-thread-1-processing-n:127.0.0.1:41363_) [n:127.0.0.1:41363_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 885448 INFO  
(zkCallback-1915-thread-1-processing-n:127.0.0.1:36929_) [n:127.0.0.1:36929_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 885502 INFO  
(TEST-HttpPartitionTest.test-seed#[57BDCF540E9917CD]) [n:127.0.0.1:41363_    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@28b35f7f
   [junit4]   2> 885506 INFO  
(TEST-HttpPartitionTest.test-seed#[57BDCF540E9917CD]) [n:127.0.0.1:41363_    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@28b35f7f
   [junit4]   2> 885506 INFO  
(TEST-HttpPartitionTest.test-seed#[57BDCF540E9917CD]) [n:127.0.0.1:41363_    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@28b35f7f
   [junit4]   2> 885507 INFO  
(TEST-HttpPartitionTest.test-seed#[57BDCF540E9917CD]) [n:127.0.0.1:41363_    ] 
o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest_57BDCF540E9917CD-001/shard-2-001/cores
   [junit4]   2> 885536 INFO  (SocketProxy-Acceptor-41363) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=37364,localport=41363], receiveBufferSize:531000
   [junit4]   2> 885537 INFO  (SocketProxy-Acceptor-41363) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=32870,localport=47114], receiveBufferSize=530904
   [junit4]   2> 885538 INFO  (qtp87552865-9085) [n:127.0.0.1:41363_    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params 
node=127.0.0.1:41363_&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 885540 INFO  
(OverseerCollectionConfigSetProcessor-98298454794174468-127.0.0.1:36537_-n_0000000000)
 [n:127.0.0.1:36537_    ] 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> 885540 INFO  
(OverseerThreadFactory-3120-thread-4-processing-n:127.0.0.1:36537_) 
[n:127.0.0.1:36537_    ] o.a.s.c.AddReplicaCmd Node Identified 127.0.0.1:41363_ 
for creating new replica
   [junit4]   2> 885541 INFO  (SocketProxy-Acceptor-41363) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=37368,localport=41363], receiveBufferSize:531000
   [junit4]   2> 885541 INFO  (SocketProxy-Acceptor-41363) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=32870,localport=47118], receiveBufferSize=530904
   [junit4]   2> 885542 INFO  (qtp87552865-9087) [n:127.0.0.1:41363_    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n0&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 885542 INFO  (qtp87552865-9087) [n:127.0.0.1:41363_    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 885645 INFO  
(zkCallback-1915-thread-1-processing-n:127.0.0.1:36929_) [n:127.0.0.1:36929_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 885645 INFO  
(zkCallback-1921-thread-1-processing-n:127.0.0.1:41363_) [n:127.0.0.1:41363_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 886553 INFO  (qtp87552865-9087) [n:127.0.0.1:41363_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 886563 INFO  (qtp87552865-9087) [n:127.0.0.1:41363_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] o.a.s.s.IndexSchema 
[collection1_shard1_replica_n0] Schema name=test
   [junit4]   2> 886639 INFO  (qtp87552865-9087) [n:127.0.0.1:41363_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] o.a.s.s.IndexSchema 
Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 886650 INFO  (qtp87552865-9087) [n:127.0.0.1:41363_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1_shard1_replica_n0' using configuration from 
collection collection1, trusted=true
   [junit4]   2> 886650 INFO  (qtp87552865-9087) [n:127.0.0.1:41363_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection1.shard1.replica_n0' (registry 
'solr.core.collection1.shard1.replica_n0') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@28b35f7f
   [junit4]   2> 886650 INFO  (qtp87552865-9087) [n:127.0.0.1:41363_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 886651 INFO  (qtp87552865-9087) [n:127.0.0.1:41363_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] o.a.s.c.SolrCore 
[[collection1_shard1_replica_n0] ] Opening new SolrCore at 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest_57BDCF540E9917CD-001/shard-2-001/cores/collection1_shard1_replica_n0],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest_57BDCF540E9917CD-001/shard-2-001/cores/collection1_shard1_replica_n0/data/]
   [junit4]   2> 886652 INFO  (qtp87552865-9087) [n:127.0.0.1:41363_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=7, maxMergeAtOnceExplicit=5, maxMergedSegmentMB=8.29296875, 
floorSegmentMB=1.4375, forceMergeDeletesPctAllowed=7.88214974082647, 
segmentsPerTier=30.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.477010148973108
   [junit4]   2> 886654 WARN  (qtp87552865-9087) [n:127.0.0.1:41363_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] 
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> 886685 INFO  (qtp87552865-9087) [n:127.0.0.1:41363_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 886685 INFO  (qtp87552865-9087) [n:127.0.0.1:41363_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 886686 INFO  (qtp87552865-9087) [n:127.0.0.1:41363_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 886686 INFO  (qtp87552865-9087) [n:127.0.0.1:41363_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 886687 INFO  (qtp87552865-9087) [n:127.0.0.1:41363_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: 
minMergeSize=0, mergeFactor=10, maxMergeSize=1005444240, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 886687 INFO  (qtp87552865-9087) [n:127.0.0.1:41363_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@131f1b04[collection1_shard1_replica_n0] main]
   [junit4]   2> 886688 INFO  (qtp87552865-9087) [n:127.0.0.1:41363_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 886688 INFO  (qtp87552865-9087) [n:127.0.0.1:41363_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 886689 INFO  (qtp87552865-9087) [n:127.0.0.1:41363_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 886690 INFO  
(searcherExecutor-3145-thread-1-processing-n:127.0.0.1:41363_ 
x:collection1_shard1_replica_n0 s:shard1 c:collection1) [n:127.0.0.1:41363_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] o.a.s.c.SolrCore 
[collection1_shard1_replica_n0] Registered new searcher 
Searcher@131f1b04[collection1_shard1_replica_n0] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 886690 INFO  (qtp87552865-9087) [n:127.0.0.1:41363_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1572775282916458496
   [junit4]   2> 886694 INFO  (qtp87552865-9087) [n:127.0.0.1:41363_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 886694 INFO  (qtp87552865-9087) [n:127.0.0.1:41363_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 886694 INFO  (qtp87552865-9087) [n:127.0.0.1:41363_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] o.a.s.c.SyncStrategy 
Sync replicas to http://127.0.0.1:41363/collection1_shard1_replica_n0/
   [junit4]   2> 886694 INFO  (qtp87552865-9087) [n:127.0.0.1:41363_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] o.a.s.c.SyncStrategy 
Sync Success - now sync replicas to me
   [junit4]   2> 886694 INFO  (qtp87552865-9087) [n:127.0.0.1:41363_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] o.a.s.c.SyncStrategy 
http://127.0.0.1:41363/collection1_shard1_replica_n0/ has no replicas
   [junit4]   2> 886694 INFO  (qtp87552865-9087) [n:127.0.0.1:41363_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 886697 INFO  (qtp87552865-9087) [n:127.0.0.1:41363_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:41363/collection1_shard1_replica_n0/ shard1
   [junit4]   2> 886799 INFO  
(zkCallback-1921-thread-1-processing-n:127.0.0.1:41363_) [n:127.0.0.1:41363_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 886799 INFO  
(zkCallback-1915-thread-1-processing-n:127.0.0.1:36929_) [n:127.0.0.1:36929_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 886848 INFO  (qtp87552865-9087) [n:127.0.0.1:41363_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] o.a.s.c.ZkController I 
am the leader, no recovery necessary
   [junit4]   2> 886849 INFO  (qtp87552865-9087) [n:127.0.0.1:41363_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n0&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=1307
   [junit4]   2> 886851 INFO  (qtp87552865-9085) [n:127.0.0.1:41363_    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={node=127.0.0.1:41363_&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2}
 status=0 QTime=1312
   [junit4]   2> 886927 INFO  
(TEST-HttpPartitionTest.test-seed#[57BDCF540E9917CD]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest_57BDCF540E9917CD-001/shard-3-001
 of type NRT
   [junit4]   2> 886927 INFO  
(TEST-HttpPartitionTest.test-seed#[57BDCF540E9917CD]) [    ] o.e.j.s.Server 
jetty-9.3.14.v20161028
   [junit4]   2> 886928 INFO  
(TEST-HttpPartitionTest.test-seed#[57BDCF540E9917CD]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@7449ad3c{/,null,AVAILABLE}
   [junit4]   2> 886928 INFO  
(TEST-HttpPartitionTest.test-seed#[57BDCF540E9917CD]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@36a4c247{HTTP/1.1,[http/1.1]}{127.0.0.1:36214}
   [junit4]   2> 886928 INFO  
(TEST-HttpPartitionTest.test-seed#[57BDCF540E9917CD]) [    ] o.e.j.s.Server 
Started @889005ms
   [junit4]   2> 886928 INFO  
(TEST-HttpPartitionTest.test-seed#[57BDCF540E9917CD]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest_57BDCF540E9917CD-001/tempDir-001/jetty3,
 solrconfig=solrconfig.xml, hostContext=/, hostPort=35393, 
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest_57BDCF540E9917CD-001/shard-3-001/cores}
   [junit4]   2> 886929 ERROR (TEST-HttpPartitionTest.test-seed#[57BDCF54

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

   [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.HdfsChaosMonkeySafeLeaderTest.teardownClass(HdfsChaosMonkeySafeLeaderTest.java:47)
   [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.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsChaosMonkeySafeLeaderTest_57BDCF540E9917CD-001
   [junit4]   2> Jul 13, 2017 3:44:56 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): 
{rnd_b=PostingsFormat(name=Asserting), 
a_t=PostingsFormat(name=LuceneVarGapFixedInterval), 
a_i=PostingsFormat(name=Asserting), id=PostingsFormat(name=Asserting)}, 
docValues:{_version_=DocValuesFormat(name=Lucene70)}, maxPointsInLeafNode=463, 
maxMBSortInHeap=6.128585903373934, sim=RandomSimilarity(queryNorm=true): {}, 
locale=es-CO, timezone=Africa/Bissau
   [junit4]   2> NOTE: Linux 4.4.0-83-generic amd64/Oracle Corporation 
1.8.0_131 (64-bit)/cpus=4,threads=2,free=165640360,total=529006592
   [junit4]   2> NOTE: All tests run in this JVM: [SmileWriterTest, 
TestMultiWordSynonyms, ZkNodePropsTest, UUIDFieldTest, 
TestPayloadCheckQParserPlugin, TestTolerantUpdateProcessorRandomCloud, 
TestWriterPerf, TestNestedDocsSort, TestCustomStream, 
TestJavabinTupleStreamParser, TestFieldCacheVsDocValues, DeleteShardTest, 
TestRangeQuery, TestHighlightDedupGrouping, TestSSLRandomization, 
OverseerStatusTest, TestStressUserVersions, OutputWriterTest, 
RecoveryAfterSoftCommitTest, TestConfigsApi, SolrCLIZkUtilsTest, 
CoreMergeIndexesAdminHandlerTest, TestSchemaNameResource, 
ClassificationUpdateProcessorTest, ResponseHeaderTest, SpellCheckCollatorTest, 
TestSolrCLIRunExample, TestConfigSetProperties, TestSolrQueryParser, 
PluginInfoTest, TestFaceting, TestInPlaceUpdatesDistrib, 
PropertiesRequestHandlerTest, FieldAnalysisRequestHandlerTest, 
TestSolrCoreSnapshots, TestSQLHandler, TolerantUpdateProcessorTest, 
DefaultValueUpdateProcessorTest, DistributedVersionInfoTest, 
TestNumericTokenStream, TestBlobHandler, TestLocalFSCloudBackupRestore, 
CurrencyFieldTypeTest, HdfsLockFactoryTest, AtomicUpdatesTest, 
BlockJoinFacetSimpleTest, SSLMigrationTest, TestSizeLimitedDistributedMap, 
TestBackupRepositoryFactory, TestDownShardTolerantSearch, HLLSerializationTest, 
VMParamsZkACLAndCredentialsProvidersTest, EnumFieldTest, 
DistributedSpellCheckComponentTest, TestSolrConfigHandlerConcurrent, 
TestManagedResource, TestReplicationHandler, BlobRepositoryCloudTest, 
TestImpersonationWithHadoopAuth, DistributedFacetPivotWhiteBoxTest, 
RequestHandlersTest, TestReloadAndDeleteDocs, TestXmlQParserPlugin, 
TestLRUStatsCache, OpenExchangeRatesOrgProviderTest, TestSchemaManager, 
NodeMutatorTest, TestLegacyNumericRangeQueryBuilder, TestRawTransformer, 
MetricUtilsTest, TestRealTimeGet, TestCollapseQParserPlugin, 
CdcrRequestHandlerTest, TestIndexingPerformance, HighlighterConfigTest, 
HttpPartitionTest, TestComponentsName, TestCloudManagedSchema, 
BadCopyFieldTest, TestRuleBasedAuthorizationPlugin, DebugComponentTest, 
TestDistributedSearch, TestLeaderElectionWithEmptyReplica, HdfsSyncSliceTest, 
SpellingQueryConverterTest, ReplicationFactorTest, TestOmitPositions, 
TestSolrCoreParser, TestSolr4Spatial, RankQueryTest, TestSimpleQParserPlugin, 
LeaderFailureAfterFreshStartTest, ConnectionReuseTest, 
TestReplicationHandlerBackup, SolrPluginUtilsTest, TestSolrConfigHandler, 
SolrIndexConfigTest, TestJsonRequest, CursorMarkTest, StatsReloadRaceTest, 
TestLegacyFieldReuse, TestMergePolicyConfig, TestFreeTextSuggestions, 
TestSolrDeletionPolicy1, ExitableDirectoryReaderTest, 
IgnoreCommitOptimizeUpdateProcessorFactoryTest, RAMDirectoryFactoryTest, 
TestUseDocValuesAsStored2, TestSchemaVersionResource, 
WrapperMergePolicyFactoryTest, FieldMutatingUpdateProcessorTest, TestConfig, 
V2StandaloneTest, MBeansHandlerTest, ImplicitSnitchTest, MetricsConfigTest, 
MigrateRouteKeyTest, LeaderElectionIntegrationTest, BasicZkTest, 
FullSolrCloudDistribCmdsTest, ClusterStateUpdateTest, TestRandomFaceting, 
ZkSolrClientTest, TestRandomDVFaceting, TestReload, SolrCmdDistributorTest, 
QueryElevationComponentTest, PeerSyncTest, TestLazyCores, 
DistributedQueryElevationComponentTest, SolrIndexSplitterTest, 
SimplePostToolTest, TestCoreDiscovery, AnalysisAfterCoreReloadTest, 
TestExtendedDismaxParser, SolrRequestParserTest, TestFoldingMultitermQuery, 
SuggesterTest, TestStressLucene, SpatialFilterTest, SuggesterWFSTTest, 
TestCSVLoader, PolyFieldTest, WordBreakSolrSpellCheckerTest, 
SolrCoreCheckLockOnStartupTest, TestPseudoReturnFields, TestUpdate, 
TestAtomicUpdateErrorCases, TestWordDelimiterFilterFactory, SortByFunctionTest, 
TestRemoteStreaming, DocValuesMultiTest, SolrInfoBeanTest, 
IndexBasedSpellCheckerTest, DisMaxRequestHandlerTest, TestQueryUtils, 
DirectSolrSpellCheckerTest, TestReversedWildcardFilterFactory, 
DocumentAnalysisRequestHandlerTest, TestQueryTypes, 
XmlUpdateRequestHandlerTest, TermVectorComponentTest, MoreLikeThisHandlerTest, 
RequiredFieldsTest, LoggingHandlerTest, RegexBoostProcessorTest, 
IndexSchemaTest, TestCollationField, ReturnFieldsTest, TestCSVResponseWriter, 
QueryParsingTest, TestAnalyzedSuggestions, JsonLoaderTest, 
BinaryUpdateRequestHandlerTest, TestPHPSerializedResponseWriter, 
PingRequestHandlerTest, SampleTest, TestDocSet, TestBinaryField, 
NumericFieldsTest, MinimalSchemaTest, TestFuzzyAnalyzedSuggestions, 
ExternalFileFieldSortTest, TestSolrCoreProperties, TestLuceneMatchVersion, 
TestPhraseSuggestions, SpellPossibilityIteratorTest, TestCharFilters, 
SynonymTokenizerTest, EchoParamsTest, TestSweetSpotSimilarityFactory, 
TestLMDirichletSimilarityFactory, TestLMJelinekMercerSimilarityFactory, 
TestIBSimilarityFactory, TimeZoneUtilsTest, TestFastOutputStream, 
URLClassifyProcessorTest, ChaosMonkeyNothingIsSafeTest, 
CdcrVersionReplicationTest, ChaosMonkeySafeLeaderWithPullReplicasTest, 
CleanupOldIndexTest, CloudExitableDirectoryReaderTest, 
CollectionStateFormat2Test, CollectionTooManyReplicasTest, 
CollectionsAPISolrJTest, ConfigSetsAPITest, ConnectionManagerTest, 
CreateCollectionCleanupTest, CustomCollectionTest, DeleteStatusTest, 
DistribJoinFromCollectionTest, ForceLeaderTest, MoveReplicaTest, 
RestartWhileUpdatingTest, TestCloudPseudoReturnFields, TestClusterProperties, 
TestConfigSetsAPI, TestOnReconnectListenerSupport, TestRandomFlRTGCloud, 
TestStressLiveNodes, AutoScalingHandlerTest, TestPolicyCloud, 
HdfsBasicDistributedZk2Test, HdfsChaosMonkeySafeLeaderTest]
   [junit4] Completed [568/728 (4!)] on J0 in 83.83s, 1 test, 1 failure <<< 
FAILURES!

[...truncated 43820 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to