Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Linux/1282/
Java: 32bit/jdk1.8.0_144 -server -XX:+UseSerialGC

5 tests failed.
FAILED:  
org.apache.solr.cloud.autoscaling.AutoAddReplicasIntegrationTest.testSimple

Error Message:
Waiting for collection testSimple1 null Live Nodes: [127.0.0.1:46627_solr, 
127.0.0.1:46637_solr] Last available state: 
DocCollection(testSimple1//collections/testSimple1/state.json/16)={   
"pullReplicas":"0",   "replicationFactor":"2",   "shards":{     "shard1":{      
 "range":"80000000-ffffffff",       "state":"active",       "replicas":{        
 "core_node3":{           "core":"testSimple1_shard1_replica_n1",           
"base_url":"https://127.0.0.1:46637/solr";,           
"node_name":"127.0.0.1:46637_solr",           "state":"active",           
"type":"NRT",           "leader":"true"},         "core_node12":{           
"core":"testSimple1_shard1_replica_n11",           
"base_url":"https://127.0.0.1:46637/solr";,           
"node_name":"127.0.0.1:46637_solr",           "state":"active",           
"type":"NRT"}}},     "shard2":{       "range":"0-7fffffff",       
"state":"active",       "replicas":{         "core_node7":{           
"core":"testSimple1_shard2_replica_n4",           
"base_url":"https://127.0.0.1:46637/solr";,           
"node_name":"127.0.0.1:46637_solr",           "state":"active",           
"type":"NRT",           "leader":"true"},         "core_node10":{           
"core":"testSimple1_shard2_replica_n9",           
"base_url":"https://127.0.0.1:43639/solr";,           
"node_name":"127.0.0.1:43639_solr",           "state":"down",           
"type":"NRT"}}}},   "router":{"name":"compositeId"},   "maxShardsPerNode":"2",  
 "autoAddReplicas":"true",   "nrtReplicas":"2",   "tlogReplicas":"0"}

Stack Trace:
java.lang.AssertionError: Waiting for collection testSimple1
null
Live Nodes: [127.0.0.1:46627_solr, 127.0.0.1:46637_solr]
Last available state: 
DocCollection(testSimple1//collections/testSimple1/state.json/16)={
  "pullReplicas":"0",
  "replicationFactor":"2",
  "shards":{
    "shard1":{
      "range":"80000000-ffffffff",
      "state":"active",
      "replicas":{
        "core_node3":{
          "core":"testSimple1_shard1_replica_n1",
          "base_url":"https://127.0.0.1:46637/solr";,
          "node_name":"127.0.0.1:46637_solr",
          "state":"active",
          "type":"NRT",
          "leader":"true"},
        "core_node12":{
          "core":"testSimple1_shard1_replica_n11",
          "base_url":"https://127.0.0.1:46637/solr";,
          "node_name":"127.0.0.1:46637_solr",
          "state":"active",
          "type":"NRT"}}},
    "shard2":{
      "range":"0-7fffffff",
      "state":"active",
      "replicas":{
        "core_node7":{
          "core":"testSimple1_shard2_replica_n4",
          "base_url":"https://127.0.0.1:46637/solr";,
          "node_name":"127.0.0.1:46637_solr",
          "state":"active",
          "type":"NRT",
          "leader":"true"},
        "core_node10":{
          "core":"testSimple1_shard2_replica_n9",
          "base_url":"https://127.0.0.1:43639/solr";,
          "node_name":"127.0.0.1:43639_solr",
          "state":"down",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"2",
  "autoAddReplicas":"true",
  "nrtReplicas":"2",
  "tlogReplicas":"0"}
        at 
__randomizedtesting.SeedInfo.seed([CD4DDE394A8972AF:F5FEFAC76D7AA67E]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at 
org.apache.solr.cloud.SolrCloudTestCase.waitForState(SolrCloudTestCase.java:269)
        at 
org.apache.solr.cloud.autoscaling.AutoAddReplicasIntegrationTest.testSimple(AutoAddReplicasIntegrationTest.java:103)
        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:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        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:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        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.autoscaling.TriggerIntegrationTest.testSetProperties

Error Message:
Expected 8 triggers but found: [x0, x1, x2, x3, x4, x5, x6] expected:<8> but 
was:<7>

Stack Trace:
java.lang.AssertionError: Expected 8 triggers but found: [x0, x1, x2, x3, x4, 
x5, x6] expected:<8> but was:<7>
        at 
__randomizedtesting.SeedInfo.seed([CD4DDE394A8972AF:A6290970F9A4E72B]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.failNotEquals(Assert.java:647)
        at org.junit.Assert.assertEquals(Assert.java:128)
        at org.junit.Assert.assertEquals(Assert.java:472)
        at 
org.apache.solr.cloud.autoscaling.TriggerIntegrationTest.testSetProperties(TriggerIntegrationTest.java:1322)
        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:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        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:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        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.api.collections.ShardSplitTest.testSplitAfterFailedSplit

Error Message:
expected:<1> but was:<2>

Stack Trace:
java.lang.AssertionError: expected:<1> but was:<2>
        at 
__randomizedtesting.SeedInfo.seed([CD4DDE394A8972AF:34004D9676FC3F25]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.failNotEquals(Assert.java:647)
        at org.junit.Assert.assertEquals(Assert.java:128)
        at org.junit.Assert.assertEquals(Assert.java:472)
        at org.junit.Assert.assertEquals(Assert.java:456)
        at 
org.apache.solr.cloud.api.collections.ShardSplitTest.testSplitAfterFailedSplit(ShardSplitTest.java:282)
        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:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:993)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
        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:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        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.autoscaling.TriggerIntegrationTest.testMetricTrigger

Error Message:


Stack Trace:
java.lang.AssertionError
        at 
__randomizedtesting.SeedInfo.seed([CD4DDE394A8972AF:7741E9B61561A4E0]:0)
        at org.junit.Assert.fail(Assert.java:92)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at org.junit.Assert.assertNull(Assert.java:551)
        at org.junit.Assert.assertNull(Assert.java:562)
        at 
org.apache.solr.cloud.autoscaling.TriggerIntegrationTest.testMetricTrigger(TriggerIntegrationTest.java:1575)
        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:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        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:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        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.handler.admin.AutoscalingHistoryHandlerTest.testHistory

Error Message:
expected:<5> but was:<0>

Stack Trace:
java.lang.AssertionError: expected:<5> but was:<0>
        at 
__randomizedtesting.SeedInfo.seed([CD4DDE394A8972AF:A0B17AC4F0C18DA8]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.failNotEquals(Assert.java:647)
        at org.junit.Assert.assertEquals(Assert.java:128)
        at org.junit.Assert.assertEquals(Assert.java:472)
        at org.junit.Assert.assertEquals(Assert.java:456)
        at 
org.apache.solr.handler.admin.AutoscalingHistoryHandlerTest.testHistory(AutoscalingHistoryHandlerTest.java:265)
        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:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        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:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        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 12101 lines...]
   [junit4] Suite: org.apache.solr.cloud.api.collections.ShardSplitTest
   [junit4]   2> 199834 INFO  
(SUITE-ShardSplitTest-seed#[CD4DDE394A8972AF]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.api.collections.ShardSplitTest_CD4DDE394A8972AF-001/init-core-data-001
   [junit4]   2> 199835 WARN  
(SUITE-ShardSplitTest-seed#[CD4DDE394A8972AF]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=39 numCloses=39
   [junit4]   2> 199835 INFO  
(SUITE-ShardSplitTest-seed#[CD4DDE394A8972AF]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 199836 INFO  
(SUITE-ShardSplitTest-seed#[CD4DDE394A8972AF]-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> 199837 INFO  
(SUITE-ShardSplitTest-seed#[CD4DDE394A8972AF]-worker) [    ] 
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 199842 INFO  
(TEST-ShardSplitTest.test-seed#[CD4DDE394A8972AF]) [    ] o.a.s.c.ZkTestServer 
STARTING ZK TEST SERVER
   [junit4]   2> 199845 INFO  (Thread-149) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 199845 INFO  (Thread-149) [    ] o.a.s.c.ZkTestServer Starting 
server
   [junit4]   2> 199853 ERROR (Thread-149) [    ] 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> 199945 INFO  
(TEST-ShardSplitTest.test-seed#[CD4DDE394A8972AF]) [    ] o.a.s.c.ZkTestServer 
start zk server on port:44391
   [junit4]   2> 199950 INFO  (zkConnectionManagerCallback-152-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 199954 INFO  (zkConnectionManagerCallback-154-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 199959 INFO  
(TEST-ShardSplitTest.test-seed#[CD4DDE394A8972AF]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
 to /configs/conf1/solrconfig.xml
   [junit4]   2> 199960 INFO  
(TEST-ShardSplitTest.test-seed#[CD4DDE394A8972AF]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/schema15.xml
 to /configs/conf1/schema.xml
   [junit4]   2> 199960 INFO  
(TEST-ShardSplitTest.test-seed#[CD4DDE394A8972AF]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
 to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 199961 INFO  
(TEST-ShardSplitTest.test-seed#[CD4DDE394A8972AF]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
 to /configs/conf1/stopwords.txt
   [junit4]   2> 199962 INFO  
(TEST-ShardSplitTest.test-seed#[CD4DDE394A8972AF]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/protwords.txt
 to /configs/conf1/protwords.txt
   [junit4]   2> 199962 INFO  
(TEST-ShardSplitTest.test-seed#[CD4DDE394A8972AF]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/currency.xml
 to /configs/conf1/currency.xml
   [junit4]   2> 199963 INFO  
(TEST-ShardSplitTest.test-seed#[CD4DDE394A8972AF]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
 to /configs/conf1/enumsConfig.xml
   [junit4]   2> 199963 INFO  
(TEST-ShardSplitTest.test-seed#[CD4DDE394A8972AF]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
 to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 199964 INFO  
(TEST-ShardSplitTest.test-seed#[CD4DDE394A8972AF]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
 to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 199965 INFO  
(TEST-ShardSplitTest.test-seed#[CD4DDE394A8972AF]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
 to /configs/conf1/old_synonyms.txt
   [junit4]   2> 199965 INFO  
(TEST-ShardSplitTest.test-seed#[CD4DDE394A8972AF]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
 to /configs/conf1/synonyms.txt
   [junit4]   2> 199966 INFO  
(TEST-ShardSplitTest.test-seed#[CD4DDE394A8972AF]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase Will use TLOG replicas unless explicitly 
asked otherwise
   [junit4]   2> 200071 INFO  
(TEST-ShardSplitTest.test-seed#[CD4DDE394A8972AF]) [    ] o.e.j.s.Server 
jetty-9.4.8.v20171121, build timestamp: 2017-11-22T03:27:37+06:00, git hash: 
82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 200072 INFO  
(TEST-ShardSplitTest.test-seed#[CD4DDE394A8972AF]) [    ] o.e.j.s.session 
DefaultSessionIdManager workerName=node0
   [junit4]   2> 200073 INFO  
(TEST-ShardSplitTest.test-seed#[CD4DDE394A8972AF]) [    ] o.e.j.s.session No 
SessionScavenger set, using defaults
   [junit4]   2> 200073 INFO  
(TEST-ShardSplitTest.test-seed#[CD4DDE394A8972AF]) [    ] o.e.j.s.session 
Scavenging every 660000ms
   [junit4]   2> 200073 INFO  
(TEST-ShardSplitTest.test-seed#[CD4DDE394A8972AF]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@1a62637{/,null,AVAILABLE}
   [junit4]   2> 200074 INFO  
(TEST-ShardSplitTest.test-seed#[CD4DDE394A8972AF]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@b8df96{HTTP/1.1,[http/1.1]}{127.0.0.1:44383}
   [junit4]   2> 200074 INFO  
(TEST-ShardSplitTest.test-seed#[CD4DDE394A8972AF]) [    ] o.e.j.s.Server 
Started @202384ms
   [junit4]   2> 200074 INFO  
(TEST-ShardSplitTest.test-seed#[CD4DDE394A8972AF]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.api.collections.ShardSplitTest_CD4DDE394A8972AF-001/tempDir-001/control/data,
 replicaType=NRT, hostContext=/, hostPort=44383, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.api.collections.ShardSplitTest_CD4DDE394A8972AF-001/control-001/cores}
   [junit4]   2> 200074 ERROR 
(TEST-ShardSplitTest.test-seed#[CD4DDE394A8972AF]) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 200074 INFO  
(TEST-ShardSplitTest.test-seed#[CD4DDE394A8972AF]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.3.0
   [junit4]   2> 200074 INFO  
(TEST-ShardSplitTest.test-seed#[CD4DDE394A8972AF]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 200074 INFO  
(TEST-ShardSplitTest.test-seed#[CD4DDE394A8972AF]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 200074 INFO  
(TEST-ShardSplitTest.test-seed#[CD4DDE394A8972AF]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-02-02T15:16:56.843Z
   [junit4]   2> 200082 INFO  (zkConnectionManagerCallback-156-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 200084 INFO  
(TEST-ShardSplitTest.test-seed#[CD4DDE394A8972AF]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 200084 INFO  
(TEST-ShardSplitTest.test-seed#[CD4DDE394A8972AF]) [    ] o.a.s.c.SolrXmlConfig 
Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.api.collections.ShardSplitTest_CD4DDE394A8972AF-001/control-001/solr.xml
   [junit4]   2> 200093 INFO  
(TEST-ShardSplitTest.test-seed#[CD4DDE394A8972AF]) [    ] o.a.s.c.SolrXmlConfig 
Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 200093 INFO  
(TEST-ShardSplitTest.test-seed#[CD4DDE394A8972AF]) [    ] o.a.s.c.SolrXmlConfig 
Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 200094 INFO  
(TEST-ShardSplitTest.test-seed#[CD4DDE394A8972AF]) [    ] o.a.s.c.SolrXmlConfig 
MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@772d1a, but no JMX 
reporters were configured - adding default JMX reporter.
   [junit4]   2> 200106 INFO  
(TEST-ShardSplitTest.test-seed#[CD4DDE394A8972AF]) [    ] o.a.s.c.ZkContainer 
Zookeeper client=127.0.0.1:44391/solr
   [junit4]   2> 200107 INFO  (zkConnectionManagerCallback-160-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 200115 INFO  
(zkConnectionManagerCallback-162-thread-1-processing-n:127.0.0.1:44383_) 
[n:127.0.0.1:44383_    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 200161 INFO  
(TEST-ShardSplitTest.test-seed#[CD4DDE394A8972AF]) [n:127.0.0.1:44383_    ] 
o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 200161 INFO  
(TEST-ShardSplitTest.test-seed#[CD4DDE394A8972AF]) [n:127.0.0.1:44383_    ] 
o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:44383_
   [junit4]   2> 200162 INFO  
(TEST-ShardSplitTest.test-seed#[CD4DDE394A8972AF]) [n:127.0.0.1:44383_    ] 
o.a.s.c.Overseer Overseer (id=72080385954873348-127.0.0.1:44383_-n_0000000000) 
starting
   [junit4]   2> 200168 INFO  
(TEST-ShardSplitTest.test-seed#[CD4DDE394A8972AF]) [n:127.0.0.1:44383_    ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:44383_
   [junit4]   2> 200176 INFO  
(OverseerStateUpdate-72080385954873348-127.0.0.1:44383_-n_0000000000) 
[n:127.0.0.1:44383_    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 200249 INFO  
(TEST-ShardSplitTest.test-seed#[CD4DDE394A8972AF]) [n:127.0.0.1:44383_    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@772d1a
   [junit4]   2> 200256 INFO  
(TEST-ShardSplitTest.test-seed#[CD4DDE394A8972AF]) [n:127.0.0.1:44383_    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@772d1a
   [junit4]   2> 200256 INFO  
(TEST-ShardSplitTest.test-seed#[CD4DDE394A8972AF]) [n:127.0.0.1:44383_    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@772d1a
   [junit4]   2> 200257 INFO  
(TEST-ShardSplitTest.test-seed#[CD4DDE394A8972AF]) [n:127.0.0.1:44383_    ] 
o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.api.collections.ShardSplitTest_CD4DDE394A8972AF-001/control-001/cores
   [junit4]   2> 200282 INFO  (zkConnectionManagerCallback-168-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 200283 INFO  
(TEST-ShardSplitTest.test-seed#[CD4DDE394A8972AF]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 200284 INFO  
(TEST-ShardSplitTest.test-seed#[CD4DDE394A8972AF]) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:44391/solr ready
   [junit4]   2> 200285 INFO  (qtp13245031-1447) [n:127.0.0.1:44383_    ] 
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:44383_&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 200289 INFO  
(OverseerThreadFactory-382-thread-1-processing-n:127.0.0.1:44383_) 
[n:127.0.0.1:44383_    ] o.a.s.c.a.c.CreateCollectionCmd Create collection 
control_collection
   [junit4]   2> 200397 INFO  (qtp13245031-1453) [n:127.0.0.1:44383_    ] 
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> 200398 INFO  (qtp13245031-1453) [n:127.0.0.1:44383_    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 200501 INFO  
(zkCallback-161-thread-1-processing-n:127.0.0.1:44383_) [n:127.0.0.1:44383_    
] 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> 201485 INFO  (qtp13245031-1453) [n:127.0.0.1:44383_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 201496 INFO  (qtp13245031-1453) [n:127.0.0.1:44383_ 
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> 201573 INFO  (qtp13245031-1453) [n:127.0.0.1:44383_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 201582 INFO  (qtp13245031-1453) [n:127.0.0.1:44383_ 
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> 201583 INFO  (qtp13245031-1453) [n:127.0.0.1:44383_ 
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@772d1a
   [junit4]   2> 201587 INFO  (qtp13245031-1453) [n:127.0.0.1:44383_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 201587 INFO  (qtp13245031-1453) [n:127.0.0.1:44383_ 
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/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.api.collections.ShardSplitTest_CD4DDE394A8972AF-001/control-001/cores/control_collection_shard1_replica_n1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.api.collections.ShardSplitTest_CD4DDE394A8972AF-001/control-001/cores/control_collection_shard1_replica_n1/data/]
   [junit4]   2> 201590 INFO  (qtp13245031-1453) [n:127.0.0.1:44383_ 
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=20, maxMergeAtOnceExplicit=16, maxMergedSegmentMB=81.9296875, 
floorSegmentMB=1.6982421875, forceMergeDeletesPctAllowed=19.20309013621628, 
segmentsPerTier=46.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.4491164109999476
   [junit4]   2> 201609 WARN  (qtp13245031-1453) [n:127.0.0.1:44383_ 
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> 201650 INFO  (qtp13245031-1453) [n:127.0.0.1:44383_ 
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> 201650 INFO  (qtp13245031-1453) [n:127.0.0.1:44383_ 
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> 201651 INFO  (qtp13245031-1453) [n:127.0.0.1:44383_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 201651 INFO  (qtp13245031-1453) [n:127.0.0.1:44383_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 201652 INFO  (qtp13245031-1453) [n:127.0.0.1:44383_ 
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=15, maxMergeAtOnceExplicit=25, maxMergedSegmentMB=13.818359375, 
floorSegmentMB=1.92578125, forceMergeDeletesPctAllowed=6.510561226143102, 
segmentsPerTier=38.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 201653 INFO  (qtp13245031-1453) [n:127.0.0.1:44383_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@1b8fdfc[control_collection_shard1_replica_n1] main]
   [junit4]   2> 201653 INFO  (qtp13245031-1453) [n:127.0.0.1:44383_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 201654 INFO  (qtp13245031-1453) [n:127.0.0.1:44383_ 
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> 201654 INFO  (qtp13245031-1453) [n:127.0.0.1:44383_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 201656 INFO  
(searcherExecutor-385-thread-1-processing-n:127.0.0.1:44383_ 
x:control_collection_shard1_replica_n1 s:shard1 c:control_collection) 
[n:127.0.0.1:44383_ 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@1b8fdfc[control_collection_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 201656 INFO  (qtp13245031-1453) [n:127.0.0.1:44383_ 
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 1591302808849612800
   [junit4]   2> 201660 INFO  (qtp13245031-1453) [n:127.0.0.1:44383_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 201660 INFO  (qtp13245031-1453) [n:127.0.0.1:44383_ 
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> 201660 INFO  (qtp13245031-1453) [n:127.0.0.1:44383_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:44383/control_collection_shard1_replica_n1/
   [junit4]   2> 201660 INFO  (qtp13245031-1453) [n:127.0.0.1:44383_ 
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> 201660 INFO  (qtp13245031-1453) [n:127.0.0.1:44383_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SyncStrategy 
http://127.0.0.1:44383/control_collection_shard1_replica_n1/ has no replicas
   [junit4]   2> 201660 INFO  (qtp13245031-1453) [n:127.0.0.1:44383_ 
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> 201662 INFO  (qtp13245031-1453) [n:127.0.0.1:44383_ 
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:44383/control_collection_shard1_replica_n1/ shard1
   [junit4]   2> 201763 INFO  
(zkCallback-161-thread-2-processing-n:127.0.0.1:44383_) [n:127.0.0.1:44383_    
] 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> 201812 INFO  (qtp13245031-1453) [n:127.0.0.1:44383_ 
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> 201814 INFO  (qtp13245031-1453) [n:127.0.0.1:44383_ 
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=1416
   [junit4]   2> 201816 INFO  (qtp13245031-1447) [n:127.0.0.1:44383_    ] 
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
30 seconds. Check all shard replicas
   [junit4]   2> 201914 INFO  
(zkCallback-161-thread-1-processing-n:127.0.0.1:44383_) [n:127.0.0.1:44383_    
] 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> 202290 INFO  
(OverseerCollectionConfigSetProcessor-72080385954873348-127.0.0.1:44383_-n_0000000000)
 [n:127.0.0.1:44383_    ] 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> 202816 INFO  (qtp13245031-1447) [n:127.0.0.1:44383_    ] 
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:44383_&wt=javabin&version=2}
 status=0 QTime=2530
   [junit4]   2> 202821 INFO  (zkConnectionManagerCallback-172-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 202821 INFO  
(TEST-ShardSplitTest.test-seed#[CD4DDE394A8972AF]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 202822 INFO  
(TEST-ShardSplitTest.test-seed#[CD4DDE394A8972AF]) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:44391/solr ready
   [junit4]   2> 202822 INFO  
(TEST-ShardSplitTest.test-seed#[CD4DDE394A8972AF]) [    ] o.a.s.c.ChaosMonkey 
monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 202823 INFO  (qtp13245031-1453) [n:127.0.0.1:44383_    ] 
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> 202824 INFO  
(OverseerThreadFactory-382-thread-2-processing-n:127.0.0.1:44383_) 
[n:127.0.0.1:44383_    ] o.a.s.c.a.c.CreateCollectionCmd Create collection 
collection1
   [junit4]   2> 202825 WARN  
(OverseerThreadFactory-382-thread-2-processing-n:127.0.0.1:44383_) 
[n:127.0.0.1:44383_    ] o.a.s.c.a.c.CreateCollectionCmd It is unusual to 
create a collection (collection1) without cores.
   [junit4]   2> 203028 INFO  (qtp13245031-1453) [n:127.0.0.1:44383_    ] 
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
30 seconds. Check all shard replicas
   [junit4]   2> 203028 INFO  (qtp13245031-1453) [n:127.0.0.1:44383_    ] 
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=204
   [junit4]   2> 203097 INFO  
(TEST-ShardSplitTest.test-seed#[CD4DDE394A8972AF]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.api.collections.ShardSplitTest_CD4DDE394A8972AF-001/shard-1-001
 of type TLOG
   [junit4]   2> 203097 INFO  
(TEST-ShardSplitTest.test-seed#[CD4DDE394A8972AF]) [    ] o.e.j.s.Server 
jetty-9.4.8.v20171121, build timestamp: 2017-11-22T03:27:37+06:00, git hash: 
82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 203098 INFO  
(TEST-ShardSplitTest.test-seed#[CD4DDE394A8972AF]) [    ] o.e.j.s.session 
DefaultSessionIdManager workerName=node0
   [junit4]   2> 203098 INFO  
(TEST-ShardSplitTest.test-seed#[CD4DDE394A8972AF]) [    ] o.e.j.s.session No 
SessionScavenger set, using defaults
   [junit4]   2> 203098 INFO  
(TEST-ShardSplitTest.test-seed#[CD4DDE394A8972AF]) [    ] o.e.j.s.session 
Scavenging every 600000ms
   [junit4]   2> 203098 INFO  
(TEST-ShardSplitTest.test-seed#[CD4DDE394A8972AF]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@cefa30{/,null,AVAILABLE}
   [junit4]   2> 203098 INFO  
(TEST-ShardSplitTest.test-seed#[CD4DDE394A8972AF]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@1d9fe5f{HTTP/1.1,[http/1.1]}{127.0.0.1:44467}
   [junit4]   2> 203098 INFO  
(TEST-ShardSplitTest.test-seed#[CD4DDE394A8972AF]) [    ] o.e.j.s.Server 
Started @205408ms
   [junit4]   2> 203098 INFO  
(TEST-ShardSplitTest.test-seed#[CD4DDE394A8972AF]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.api.collections.ShardSplitTest_CD4DDE394A8972AF-001/tempDir-001/jetty1,
 replicaType=TLOG, solrconfig=solrconfig.xml, hostContext=/, hostPort=44467, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.api.collections.ShardSplitTest_CD4DDE394A8972AF-001/shard-1-001/cores}
   [junit4]   2> 203098 ERROR 
(TEST-ShardSplitTest.test-seed#[CD4DDE394A8972AF]) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 203099 INFO  
(TEST-ShardSplitTest.test-seed#[CD4DDE394A8972AF]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.3.0
   [junit4]   2> 203099 INFO  
(TEST-ShardSplitTest.test-seed#[CD4DDE394A8972AF]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 203099 INFO  
(TEST-ShardSplitTest.test-seed#[CD4DDE394A8972AF]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 203099 INFO  
(TEST-ShardSplitTest.test-seed#[CD4DDE394A8972AF]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-02-02T15:16:59.868Z
   [junit4]   2> 203100 INFO  (zkConnectionManagerCallback-174-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 203101 INFO  
(TEST-ShardSplitTest.test-seed#[CD4DDE394A8972AF]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 203101 INFO  
(TEST-ShardSplitTest.test-seed#[CD4DDE394A8972AF]) [    ] o.a.s.c.SolrXmlConfig 
Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.api.collections.ShardSplitTest_CD4DDE394A8972AF-001/shard-1-001/solr.xml
   [junit4]   2> 203113 INFO  
(TEST-ShardSplitTest.test-seed#[CD4DDE394A8972AF]) [    ] o.a.s.c.SolrXmlConfig 
Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 203113 INFO  
(TEST-ShardSplitTest.test-seed#[CD4DDE394A8972AF]) [    ] o.a.s.c.SolrXmlConfig 
Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 203113 INFO  
(TEST-ShardSplitTest.test-seed#[CD4DDE394A8972AF]) [    ] o.a.s.c.SolrXmlConfig 
MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@772d1a, but no JMX 
reporters were configured - adding default JMX reporter.
   [junit4]   2> 203117 INFO  
(TEST-ShardSplitTest.test-seed#[CD4DDE394A8972AF]) [    ] o.a.s.c.ZkContainer 
Zookeeper client=127.0.0.1:44391/solr
   [junit4]   2> 203119 INFO  (zkConnectionManagerCallback-178-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 203122 INFO  
(zkConnectionManagerCallback-180-thread-1-processing-n:127.0.0.1:44467_) 
[n:127.0.0.1:44467_    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 203125 INFO  
(TEST-ShardSplitTest.test-seed#[CD4DDE394A8972AF]) [n:127.0.0.1:44467_    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 203126 INFO  
(TEST-ShardSplitTest.test-seed#[CD4DDE394A8972AF]) [n:127.0.0.1:44467_    ] 
o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 203127 INFO  
(TEST-ShardSplitTest.test-seed#[CD4DDE394A8972AF]) [n:127.0.0.1:44467_    ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:44467_
   [junit4]   2> 203128 INFO  
(zkCallback-161-thread-1-processing-n:127.0.0.1:44383_) [n:127.0.0.1:44383_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 203130 INFO  (zkCallback-171-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 203130 INFO  
(zkCallback-179-thread-1-processing-n:127.0.0.1:44467_) [n:127.0.0.1:44467_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 203274 INFO  
(TEST-ShardSplitTest.test-seed#[CD4DDE394A8972AF]) [n:127.0.0.1:44467_    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@772d1a
   [junit4]   2> 203281 INFO  
(TEST-ShardSplitTest.test-seed#[CD4DDE394A8972AF]) [n:127.0.0.1:44467_    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@772d1a
   [junit4]   2> 203281 INFO  
(TEST-ShardSplitTest.test-seed#[CD4DDE394A8972AF]) [n:127.0.0.1:44467_    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@772d1a
   [junit4]   2> 203282 INFO  
(TEST-ShardSplitTest.test-seed#[CD4DDE394A8972AF]) [n:127.0.0.1:44467_    ] 
o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.api.collections.ShardSplitTest_CD4DDE394A8972AF-001/shard-1-001/cores
   [junit4]   2> 203302 INFO  (qtp13245031-1448) [n:127.0.0.1:44383_    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params 
node=127.0.0.1:44467_&action=ADDREPLICA&collection=collection1&shard=shard2&type=TLOG&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 203303 INFO  
(OverseerCollectionConfigSetProcessor-72080385954873348-127.0.0.1:44383_-n_0000000000)
 [n:127.0.0.1:44383_    ] 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> 203303 INFO  
(OverseerThreadFactory-382-thread-3-processing-n:127.0.0.1:44383_) 
[n:127.0.0.1:44383_    ] o.a.s.c.a.c.AddReplicaCmd Node Identified 
127.0.0.1:44467_ for creating new replica
   [junit4]   2> 203306 INFO  (qtp15857481-1497) [n:127.0.0.1:44467_    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_t41&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=TLOG
   [junit4]   2> 203306 INFO  (qtp15857481-1497) [n:127.0.0.1:44467_    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 203409 INFO  
(zkCallback-179-thread-1-processing-n:127.0.0.1:44467_) [n:127.0.0.1:44467_    
] 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> 204421 INFO  (qtp15857481-1497) [n:127.0.0.1:44467_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 204429 INFO  (qtp15857481-1497) [n:127.0.0.1:44467_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.s.IndexSchema 
[collection1_shard2_replica_t41] Schema name=test
   [junit4]   2> 204500 INFO  (qtp15857481-1497) [n:127.0.0.1:44467_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.s.IndexSchema 
Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 204511 INFO  (qtp15857481-1497) [n:127.0.0.1:44467_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1_shard2_replica_t41' using configuration from 
collection collection1, trusted=true
   [junit4]   2> 204512 INFO  (qtp15857481-1497) [n:127.0.0.1:44467_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection1.shard2.replica_t41' (registry 
'solr.core.collection1.shard2.replica_t41') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@772d1a
   [junit4]   2> 204512 INFO  (qtp15857481-1497) [n:127.0.0.1:44467_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 204512 INFO  (qtp15857481-1497) [n:127.0.0.1:44467_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.SolrCore 
[[collection1_shard2_replica_t41] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.api.collections.ShardSplitTest_CD4DDE394A8972AF-001/shard-1-001/cores/collection1_shard2_replica_t41],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.api.collections.ShardSplitTest_CD4DDE394A8972AF-001/shard-1-001/cores/collection1_shard2_replica_t41/data/]
   [junit4]   2> 204516 INFO  (qtp15857481-1497) [n:127.0.0.1:44467_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=20, maxMergeAtOnceExplicit=16, maxMergedSegmentMB=81.9296875, 
floorSegmentMB=1.6982421875, forceMergeDeletesPctAllowed=19.20309013621628, 
segmentsPerTier=46.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.4491164109999476
   [junit4]   2> 204534 WARN  (qtp15857481-1497) [n:127.0.0.1:44467_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] 
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> 204564 INFO  (qtp15857481-1497) [n:127.0.0.1:44467_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 204564 INFO  (qtp15857481-1497) [n:127.0.0.1:44467_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 204565 INFO  (qtp15857481-1497) [n:127.0.0.1:44467_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 204565 INFO  (qtp15857481-1497) [n:127.0.0.1:44467_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 204566 INFO  (qtp15857481-1497) [n:127.0.0.1:44467_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=15, maxMergeAtOnceExplicit=25, maxMergedSegmentMB=13.818359375, 
floorSegmentMB=1.92578125, forceMergeDeletesPctAllowed=6.510561226143102, 
segmentsPerTier=38.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 204567 INFO  (qtp15857481-1497) [n:127.0.0.1:44467_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@1c58c59[collection1_shard2_replica_t41] main]
   [junit4]   2> 204568 INFO  (qtp15857481-1497) [n:127.0.0.1:44467_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 204568 INFO  (qtp15857481-1497) [n:127.0.0.1:44467_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 204569 INFO  (qtp15857481-1497) [n:127.0.0.1:44467_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 204570 INFO  
(searcherExecutor-396-thread-1-processing-n:127.0.0.1:44467_ 
x:collection1_shard2_replica_t41 s:shard2 c:collection1) [n:127.0.0.1:44467_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.SolrCore 
[collection1_shard2_replica_t41] Registered new searcher 
Searcher@1c58c59[collection1_shard2_replica_t41] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 204570 INFO  (qtp15857481-1497) [n:127.0.0.1:44467_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1591302811905163264
   [junit4]   2> 204574 INFO  (qtp15857481-1497) [n:127.0.0.1:44467_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 204574 INFO  (qtp15857481-1497) [n:127.0.0.1:44467_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 204574 INFO  (qtp15857481-1497) [n:127.0.0.1:44467_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.SyncStrategy 
Sync replicas to http://127.0.0.1:44467/collection1_shard2_replica_t41/
   [junit4]   2> 204574 INFO  (qtp15857481-1497) [n:127.0.0.1:44467_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.SyncStrategy 
Sync Success - now sync replicas to me
   [junit4]   2> 204574 INFO  (qtp15857481-1497) [n:127.0.0.1:44467_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.SyncStrategy 
http://127.0.0.1:44467/collection1_shard2_replica_t41/ has no replicas
   [junit4]   2> 204574 INFO  (qtp15857481-1497) [n:127.0.0.1:44467_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 204574 INFO  (qtp15857481-1497) [n:127.0.0.1:44467_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.ZkController 
collection1_shard2_replica_t41 stopping background replication from leader
   [junit4]   2> 204575 INFO  (qtp15857481-1497) [n:127.0.0.1:44467_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:44467/collection1_shard2_replica_t41/ shard2
   [junit4]   2> 204677 INFO  
(zkCallback-179-thread-1-processing-n:127.0.0.1:44467_) [n:127.0.0.1:44467_    
] 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> 204726 INFO  (qtp15857481-1497) [n:127.0.0.1:44467_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.ZkController 
I am the leader, no recovery necessary
   [junit4]   2> 204728 INFO  (qtp15857481-1497) [n:127.0.0.1:44467_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_t41&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=TLOG}
 status=0 QTime=1422
   [junit4]   2> 204729 INFO  (qtp13245031-1448) [n:127.0.0.1:44383_    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={node=127.0.0.1:44467_&action=ADDREPLICA&collection=collection1&shard=shard2&type=TLOG&wt=javabin&version=2}
 status=0 QTime=1427
   [junit4]   2> 204798 INFO  
(TEST-ShardSplitTest.test-seed#[CD4DDE394A8972AF]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.api.collections.ShardSplitTest_CD4DDE394A8972AF-001/shard-2-001
 of type TLOG
   [junit4]   2> 204799 INFO  
(TEST-ShardSplitTest.test-seed#[CD4DDE394A8972AF]) [    ] o.e.j.s.Server 
jetty-9.4.8.v20171121, build timestamp: 2017-11-22T03:27:37+06:00, git hash: 
82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 204800 INFO  
(TEST-ShardSplitTest.test-seed#[CD4DDE394A8972AF]) [    ] o.e.j.s.session 
DefaultSessionIdManager workerName=node0
   [junit4]   2> 204800 INFO  
(TEST-ShardSplitTest.test-seed#[CD4DDE394A8972AF]) [    ] o.e.j.s.session No 
SessionScavenger set, using defaults
   [junit4]   2> 204800 INFO  
(TEST-ShardSplitTest.test-seed#[CD4DDE394A8972AF]) [    ] o.e.j.s.session 
Scavenging every 600000ms
   [junit4]   2> 204800 INFO  
(TEST-ShardSplitTest.test-seed#[CD4DDE394A8972AF]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@169aba4{/,null,AVAILABLE}
   [junit4]   2> 204801 INFO  
(TEST-ShardSplitTest.test-seed#[CD4DDE394A8972AF]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@19a0c58{HTTP/1.1,[http/1.1]}{127.0.0.1:38283}
   [junit4]   2> 204801 INFO  
(TEST-ShardSplitTest.test-seed#[CD4DDE394A8972AF]) [    ] o.e.j.s.Server 
Started @207110ms
   [junit4]   2> 204801 INFO  
(TEST-ShardSplitTest.test-seed#[CD4DDE394A8972AF]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.api.collections.ShardSplitTest_CD4DDE394A8972AF-001/tempDir-001/jetty2,
 replicaType=TLOG, solrconfig=solrconfig.xml, hostContext=/, hostPort=38283, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.api.collections.ShardSplitTest_CD4DDE394A8972AF-001/shard-2-001/cores}
   [junit4]   2> 204801 ERROR 
(TEST-ShardSplitTest.test-seed#[CD4DDE394A8972AF]) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 204801 INFO  
(TEST-ShardSplitTest.test-seed#[CD4DDE394A8972AF]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.3.0
   [junit4]   2> 204802 INFO  
(TEST-ShardSplitTest.test-seed#[CD4DDE394A8972AF]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 204802 INFO  
(TEST-ShardSplitTest.test-seed#[CD4DDE394A8972AF]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 204802 INFO  
(TEST-ShardSplitTest.test-seed#[CD4DDE394A8972AF]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-02-02T15:17:01.571Z
   [junit4]   2> 204803 INFO  (zkConnectionManagerCallback-184-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 204804 INFO  
(TEST-ShardSplitTest.test-seed#[CD4DDE394A8972AF]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 204804 INFO  
(TEST-ShardSplitTest.test-seed#[CD4DDE394A8972AF]) [    ] o.a.s.c.SolrXmlConfig 
Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.api.collections.ShardSplitTest_CD4DDE394A8972AF-001/shard-2-001/solr.xml
   [junit4]   2> 204807 INFO  
(TEST-ShardSplitTest.test-seed#[CD4DDE394A8972AF]) [    ] o.a.s.c.SolrXmlConfig 
Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 204807 INFO  
(TEST-ShardSplitTest.test-seed#[CD4DDE394A8972AF]) [    ] o.a.s.c.SolrXmlConfig 
Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 204807 INFO  
(TEST-ShardSplitTest.test-seed#[CD4DDE394A8972AF]) [    ] o.a.s.c.SolrXmlConfig 
MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@772d1a, but no JMX 
reporters were configured - adding default JMX reporter.
   [junit4]   2> 204810 INFO  
(TEST-ShardSplitTest.test-seed#[CD4DDE394A8972AF]) [    ] o.a.s.c.ZkContainer 
Zookeeper client=127.0.0.1:44391/solr
   [junit4]   2> 204811 INFO  (zkConnectionManagerCallback-188-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 204814 INFO  
(zkConnectionManagerCallback-190-thread-1-processing-n:127.0.0.1:38283_) 
[n:127.0.0.1:38283_    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 204817 INFO  
(TEST-ShardSplitTest.test-seed#[CD4DDE394A8972AF]) [n:127.0.0.1:38283_    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 204818 INFO  
(TEST-ShardSplitTest.test-seed#[CD4DDE394A8972AF]) [n:127.0.0.1:38283_    ] 
o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 204819 INFO  
(TEST-ShardSplitTest.test-seed#[CD4DDE394A8972AF]) [n:127.0.0.1:38283_    ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:38283_
   [junit4]   2> 204820 INFO  
(zkCallback-179-thread-1-processing-n:127.0.0.1:44467_) [n:127.0.0.1:44467_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 204820 INFO  
(zkCallback-161-thread-1-processing-n:127.0.0.1:44383_) [n:127.0.0.1:44383_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 204826 INFO  (zkCallback-171-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 204826 INFO  
(zkCallback-189-thread-1-processing-n:127.0.0.1:38283_) [n:127.0.0.1:38283_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 204912 INFO  
(TEST-ShardSplitTest.test-seed#[CD4DDE394A8972AF]) [n:127.0.0.1:38283_    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@772d1a
   [junit4]   2> 204919 INFO  
(TEST-ShardSplitTest.test-seed#[CD4DDE394A8972AF]) [n:127.0.0.1:38283_    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@772d1a
   [junit4]   2> 204919 INFO  
(TEST-ShardSplitTest.test-seed#[CD4DDE394A8972AF]) [n:127.0.0.1:38283_    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@772d1a
   [junit4]   2> 204920 INFO  
(zkCallback-179-thread-1-processing-n:127.0.0.1:44467_) [n:127.0.0.1:44467_    
] 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> 204921 INFO  
(TEST-ShardSplitTest.test-seed#[CD4DDE394A8972AF]) [n:127.0.0.1:38283_    ] 
o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.api.collections.ShardSplitTest_CD4DDE394A8972AF-001/shard-2-001/cores
   [junit4]   2> 204946 INFO  (qtp30967871-1529) [n:127.0.0.1:38283_    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params 
node=127.0.0.1:38283_&action=ADDREPLICA&collection=collection1&shard=shard1&type=TLOG&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 204948 INFO  
(OverseerCollectionConfigSetProcessor-72080385954873348-127.0.0.1:44383_-n_0000000000)
 [n:127.0.0.1:44383_    ] 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> 204948 INFO  
(OverseerThreadFactory-382-thread-4-processing-n:127.0.0.1:44383_) 
[n:127.0.0.1:44383_    ] o.a.s.c.a.c.AddReplicaCmd Node Identified 
127.0.0.1:38283_ for creating new replica
   [junit4]   2> 204950 INFO  (qtp30967871-1535) [n:127.0.0.1:38283_    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_t43&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=TLOG
   [junit4]   2> 204950 INFO  (qtp30967871-1535) [n:127.0.0.1:38283_    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 205053 INFO  
(zkCallback-189-thread-1-processing-n:127.0.0.1:38283_) [n:127.0.0.1:38283_    
] 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> 205053 INFO  
(zkCallback-179-thread-1-processing-n:127.0.0.1:44467_) [n:127.0.0.1:44467_    
] 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> 205960 INFO  (qtp30967871-1535) [n:127.0.0.1:38283_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 205977 INFO  (qtp30967871-1535) [n:127.0.0.1:38283_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.s.IndexSchema 
[collection1_shard1_replica_t43] Schema name=test
   [junit4]   2> 206021 INFO  (qtp30967871-1535) [n:127.0.0.1:38283_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.s.IndexSchema 
Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 206030 INFO  (qtp30967871-1535) [n:127.0.0.1:38283_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1_shard1_replica_t43' using configuration from 
collection collection1, trusted=true
   [junit4]   2> 206031 INFO  (qtp30967871-1535) [n:127.0.0.1:38283_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection1.shard1.replica_t43' (registry 
'solr.core.collection1.shard1.replica_t43') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@772d1a
   [junit4]   2> 206031 INFO  (qtp30967871-1535) [n:127.0.0.1:38283_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 206031 INFO  (qtp30967871-1535) [n:127.0.0.1:38283_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.c.SolrCore 
[[collection1_shard1_replica_t43] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.api.collections.ShardSplitTest_CD4DDE394A8972AF-001/shard-2-001/cores/collection1_shard1_replica_t43],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.api.collections.ShardSplitTest_CD4DDE394A8972AF-001/shard-2-001/cores/collection1_shard1_replica_t43/data/]
   [junit4]   2> 206034 INFO  (qtp30967871-1535) [n:127.0.0.1:38283_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=20, maxMergeAtOnceExplicit=16, maxMergedSegmentMB=81.9296875, 
floorSegmentMB=1.6982421875, forceMergeDeletesPctAllowed=19.20309013621628, 
segmentsPerTier=46.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.4491164109999476
   [junit4]   2> 206060 WARN  (qtp30967871-1535) [n:127.0.0.1:38283_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] 
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> 206098 INFO  (qtp30967871-1535) [n:127.0.0.1:38283_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 206098 INFO  (qtp30967871-1535) [n:127.0.0.1:38283_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 206099 INFO  (qtp30967871-1535) [n:127.0.0.1:38283_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 206099 INFO  (qtp30967871-1535) [n:127.0.0.1:38283_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 206101 INFO  (qtp30967871-1535) [n:127.0.0.1:38283_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=15, maxMergeAtOnceExplicit=25, maxMergedSegmentMB=13.818359375, 
floorSegmentMB=1.92578125, forceMergeDeletesPctAllowed=6.510561226143102, 
segmentsPerTier=38.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 206101 INFO  (qtp30967871-1535) [n:127.0.0.1:38283_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@192e5d6[collection1_shard1_replica_t43] main]
   [junit4]   2> 206102 INFO  (qtp30967871-1535) [n:127.0.0.1:38283_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 206103 INFO  (qtp30967871-1535) [n:127.0.0.1:38283_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 206103 INFO  (qtp30967871-1535) [n:127.0.0.1:38283_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 206104 INFO  
(searcherExecutor-407-thread-1-processing-n:127.0.0.1:38283_ 
x:collection1_shard1_replica_t43 s:shard1 c:collection1) [n:127.0.0.1:38283_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.c.SolrCore 
[collection1_shard1_replica_t43] Registered new searcher 
Searcher@192e5d6[collection1_shard1_replica_t43] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 206105 INFO  (qtp30967871-1535) [n:127.0.0.1:38283_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1591302813514727424
   [junit4]   2> 206109 INFO  (qtp30967871-1535) [n:127.0.0.1:38283_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 206109 INFO  (qtp30967871-1535) [n:127.0.0.1:38283_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 206109 INFO  (qtp30967871-1535) [n:127.0.0.1:38283_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.c.SyncStrategy 
Sync replicas to http://127.0.0.1:38283/collection1_shard1_replica_t43/
   [junit4]   2> 206109 INFO  (qtp30967871-1535) [n:127.0.0.1:38283_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.c.SyncStrategy 
Sync Success - now sync replicas to me
   [junit4]   2> 206109 INFO  (qtp30967871-1535) [n:127.0.0.1:38283_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.c.SyncStrategy 
http://127.0.0.1:38283/collection1_shard1_replica_t43/ has no replicas
   [junit4]   2> 206109 INFO  (qtp30967871-1535) [n:127.0.0.1:38283_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 206109 INFO  (qtp30967871-1535) [n:127.0.0.1:38283_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.c.ZkController 
collection1_shard1_replica_t43 stopping background replication from leader
   [junit4]   2> 206110 INFO  (qtp30967871-1535) [n:127.0.0.1:38283_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:38283/collection1_shard1_replica_t43/ shard1
   [junit4]   2> 206211 INFO  
(zkCallback-189-thread-1-processing-n:127.0.0.1:38283_) [n:127.0.0.1:38283_    
] 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> 206211 INFO  
(zkCallback-179-thread-1-processing-n:127.0.0.1:44467_) [n:127.0.0.1:44467_    
] 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> 206261 INFO  (qtp30967871-1535) [n:127.0.0.1:38283_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.c.ZkController 
I am the leader, no recovery necessary
   [junit4]   2> 206263 INFO  (qtp30967871-1535) [n:127.0.0.1:38283_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_t43&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=TLOG}
 status=0 QTime=1312
   [junit4]   2> 206264 INFO  (qtp30967871-1529) [n:127.0.0.1:38283_    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={node=127.0.0.1:38283_&action=ADDREPLICA&collection=collection1&shard=shard1&type=TLOG&wt=javabin&version=2}
 status=0 QTime=1317
   [junit4]   2> 206343 INFO  
(TEST-ShardSplitTest.test-seed#[CD4DDE394A8972AF]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.api.collections.ShardSplitTest_CD4DDE394A8972AF-001/shard-3-001
 of type TLOG
   [junit4]   2> 206344 INFO  
(TEST-ShardSplitTest.test-seed#[CD4DDE394A8972AF]) [    ] o.e.j.s.Server 
jetty-9.4.8.v20171121, build timestamp: 2017-11-22T03:27:37+06:00, git hash: 
82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 206344 INFO  
(TEST-ShardSplitTest.test-seed#[CD4DDE394A8972AF]) [    ] o.e.j.s.session 
DefaultSessionIdManager workerName=node0
   [junit4]   2> 206344 INFO  
(TEST-ShardSplitTest.test-seed#[CD4DDE394A8972AF]) [    ] o.e.j.s.session No 
SessionScavenger set, using defaults
   [junit4]   2> 206344 INFO  
(TEST-ShardSplitTest.test-seed#[CD4DDE394A8972AF]) [    ] o.e.j.s.session 
Scavenging every 600000ms
   [junit4]   2> 206345 INFO  
(TEST-ShardSplitTest.test-seed#[CD4DDE394A8972AF]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@13aea80{/,null,AVAILABLE}
   [junit4]   2> 206345 INFO  
(TEST-ShardSplitTest.test-seed#[CD4DDE394A8972AF]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@a14151{HTTP/1.1,[http/1.1]}{127.0.0.1:44315}
   [junit4]   2> 206345 INFO  
(TEST-ShardSplitTest.test-seed#[CD4DDE394A8972AF]) [    ] o.e.j.s.Server 
Started @208655ms
   [junit4]   2> 206345 INFO  
(TEST-ShardSplitTest.test-seed#[CD4DDE394A8972AF]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.api.collections.ShardSplitTest_CD4DDE394A8972AF-001/tempDir-001/jetty3,
 replicaType=TLOG, solrconfig=solrconfig.xml, hostContext=/, hostPort=44315, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.api.collections.ShardSplitTest_CD4DDE394A8972AF-001/shard-3-001/cores}
   [junit4]   2> 206345 ERROR 
(TEST-ShardSplitTest.test-seed#[CD4DDE394A8972AF]) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 206346 INFO  
(TEST-ShardSplitTest.test-seed#[CD4DDE394A8972AF]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.3.0
   [junit4]   2> 206346 INFO  
(TEST-ShardSplitTest.test-seed#[CD4DDE394A8972AF]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 206346 INFO  
(TEST-ShardSplitTest.test-seed#[CD4DDE394A8972AF]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 206346 INFO  
(TEST-ShardSplitTest.test-seed#[CD4DDE394A8972AF]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-02-02T15:17:03.115Z
   [junit4]   2> 206347 INFO  (zkConnectionManagerCallback-194-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 206349 INFO  
(TEST-ShardSplitTest.test-seed#[CD4DDE394A8972AF]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 206349 INFO  
(TEST-ShardSplitTest.test-seed#[CD4DDE394A8972AF]) [    ] o.a.s.c.SolrXmlConfig 
Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.api.collections.ShardSplitTest_CD4DDE394A8972AF-001/shard-3-001/solr.xml
   [junit4]   2> 206351 INFO  
(TEST-ShardSplitTest.test-seed#[CD4DDE394A8972AF]) [    ] o.a.s.c.SolrXmlConfig 
Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 206351 INFO  
(TEST-ShardSplitTest.test-seed#[CD4DDE394A8972AF]) [    ] o.a.s.c.SolrXmlConfig 
Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 206352 INFO  
(TEST-ShardSplitTest.test-seed#[CD4DDE394A8972AF]) [    ] o.a.s.c.SolrXmlConfig 
MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@772d1a, but no JMX 
reporters were configured - adding default JMX reporter.
   [junit4]   2> 206354 INFO  
(TEST-ShardSplitTest.test-seed#[CD4DDE394A8972AF]) [    ] o.a.s.c.ZkContainer 
Zookeeper client=127.0.0.1:44391/solr
   [junit4]   2> 206355 INFO  (zkConnectionManagerCallback-198-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 206358 INFO  
(zkConnectionManagerCallback-200-thread-1-processing-n:127.0.0.1:44315_) 
[n:127.0.0.1:44315_    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 206361 INFO  
(TEST-ShardSplitTest.test-seed#[CD4DDE394A8972AF]) [n:127.0.0.1:44315_    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 206362 INFO  (TEST-ShardSplitTest.test-seed#[CD4DDE394A

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

INFO  (coreCloseExecutor-2914-thread-1) [n:127.0.0.1:39977_solr 
c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node6 
x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n4] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.collection.AutoscalingHistoryHandlerTest_collection.shard1.leader,
 tag=17563504
   [junit4]   2> 1223664 INFO  (jetty-closer-5505-thread-1) [    ] 
o.a.s.c.Overseer Overseer 
(id=72080450696183816-127.0.0.1:39977_solr-n_0000000000) closing
   [junit4]   2> 1223665 INFO  
(OverseerStateUpdate-72080450696183816-127.0.0.1:39977_solr-n_0000000000) 
[n:127.0.0.1:39977_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 
127.0.0.1:39977_solr
   [junit4]   2> 1223665 WARN  
(OverseerAutoScalingTriggerThread-72080450696183816-127.0.0.1:39977_solr-n_0000000000)
 [n:127.0.0.1:39977_solr    ] o.a.s.c.a.OverseerTriggerThread 
OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 1223665 DEBUG (jetty-closer-5505-thread-1) [    ] 
o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread has been closed explicitly
   [junit4]   2> 1223665 INFO  (coreCloseExecutor-2915-thread-2) 
[n:127.0.0.1:43595_solr c:.system s:shard1 r:core_node5 
x:.system_shard1_replica_n2] o.a.s.m.SolrMetricManager Closing metric reporters 
for registry=solr.core..system.shard1.replica_n2, tag=849151
   [junit4]   2> 1223666 INFO  (coreCloseExecutor-2915-thread-2) 
[n:127.0.0.1:43595_solr c:.system s:shard1 r:core_node5 
x:.system_shard1_replica_n2] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@239c66: rootName = 
solr_43595, domain = solr.core..system.shard1.replica_n2, service url = null, 
agent id = null] for registry solr.core..system.shard1.replica_n2 / 
com.codahale.metrics.MetricRegistry@84bcfe
   [junit4]   2> 1223666 INFO  
(zkCallback-5527-thread-1-processing-n:127.0.0.1:43595_solr) 
[n:127.0.0.1:43595_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:43595_solr
   [junit4]   2> 1223667 INFO  (jetty-closer-5505-thread-1) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@18bb077{/solr,null,UNAVAILABLE}
   [junit4]   2> 1223667 INFO  (jetty-closer-5505-thread-1) [    ] 
o.e.j.s.session Stopped scavenging
   [junit4]   2> 1223673 INFO  (coreCloseExecutor-2916-thread-2) 
[n:127.0.0.1:33381_solr c:.system s:shard1 r:core_node8 
x:.system_shard1_replica_n7] o.a.s.m.SolrMetricManager Closing metric reporters 
for registry=solr.core..system.shard1.replica_n7, tag=2200622
   [junit4]   2> 1223673 INFO  (coreCloseExecutor-2916-thread-2) 
[n:127.0.0.1:33381_solr c:.system s:shard1 r:core_node8 
x:.system_shard1_replica_n7] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@1b288aa: rootName = 
solr_33381, domain = solr.core..system.shard1.replica_n7, service url = null, 
agent id = null] for registry solr.core..system.shard1.replica_n7 / 
com.codahale.metrics.MetricRegistry@1cbd28d
   [junit4]   2> 1223675 INFO  (coreCloseExecutor-2915-thread-2) 
[n:127.0.0.1:43595_solr c:.system s:shard1 r:core_node5 
x:.system_shard1_replica_n2] o.a.s.m.SolrMetricManager Closing metric reporters 
for registry=solr.collection..system.shard1.leader, tag=849151
   [junit4]   2> 1223675 INFO  (coreCloseExecutor-2915-thread-1) 
[n:127.0.0.1:43595_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 
r:core_node5 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n2] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.collection.AutoscalingHistoryHandlerTest_collection.shard1.leader,
 tag=23987357
   [junit4]   2> 1223677 INFO  
(zkCallback-5550-thread-3-processing-n:127.0.0.1:33381_solr) 
[n:127.0.0.1:33381_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:33381_solr
   [junit4]   2> 1223681 INFO  (jetty-closer-5505-thread-2) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@b8f334{/solr,null,UNAVAILABLE}
   [junit4]   2> 1223681 INFO  (jetty-closer-5505-thread-2) [    ] 
o.e.j.s.session Stopped scavenging
   [junit4]   2> 1223682 INFO  (coreCloseExecutor-2916-thread-3) 
[n:127.0.0.1:33381_solr c:.system s:shard1 r:core_node10 
x:.system_shard1_replica_n9] o.a.s.m.SolrMetricManager Closing metric reporters 
for registry=solr.core..system.shard1.replica_n9, tag=22528837
   [junit4]   2> 1223682 INFO  (coreCloseExecutor-2916-thread-3) 
[n:127.0.0.1:33381_solr c:.system s:shard1 r:core_node10 
x:.system_shard1_replica_n9] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@580fe3: rootName = 
solr_33381, domain = solr.core..system.shard1.replica_n9, service url = null, 
agent id = null] for registry solr.core..system.shard1.replica_n9 / 
com.codahale.metrics.MetricRegistry@7f207a
   [junit4]   2> 1223693 INFO  (coreCloseExecutor-2916-thread-1) 
[n:127.0.0.1:33381_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 
r:core_node8 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n7] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.collection.AutoscalingHistoryHandlerTest_collection.shard1.leader,
 tag=238848
   [junit4]   2> 1223693 INFO  (coreCloseExecutor-2916-thread-2) 
[n:127.0.0.1:33381_solr c:.system s:shard1 r:core_node8 
x:.system_shard1_replica_n7] o.a.s.m.SolrMetricManager Closing metric reporters 
for registry=solr.collection..system.shard1.leader, tag=2200622
   [junit4]   2> 1223693 INFO  (coreCloseExecutor-2916-thread-3) 
[n:127.0.0.1:33381_solr c:.system s:shard1 r:core_node10 
x:.system_shard1_replica_n9] o.a.s.m.SolrMetricManager Closing metric reporters 
for registry=solr.collection..system.shard1.leader, tag=22528837
   [junit4]   2> 1223704 INFO  (jetty-closer-5505-thread-3) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@1365b88{/solr,null,UNAVAILABLE}
   [junit4]   2> 1223705 INFO  (jetty-closer-5505-thread-3) [    ] 
o.e.j.s.session Stopped scavenging
   [junit4]   2> 1223705 ERROR 
(SUITE-AutoscalingHistoryHandlerTest-seed#[CD4DDE394A8972AF]-worker) [    ] 
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> 1223705 INFO  
(SUITE-AutoscalingHistoryHandlerTest-seed#[CD4DDE394A8972AF]-worker) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1:34665 34665
   [junit4]   2> 1233822 INFO  (Thread-1585) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:34665 34665
   [junit4]   2> 1233822 WARN  (Thread-1585) [    ] o.a.s.c.ZkTestServer Watch 
limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        19      /solr/collections/.system/terms/shard1
   [junit4]   2>        18      
/solr/collections/AutoscalingHistoryHandlerTest_collection/terms/shard1
   [junit4]   2>        13      /solr/aliases.json
   [junit4]   2>        13      /solr/clusterprops.json
   [junit4]   2>        5       /solr/configs/.system/managed-schema
   [junit4]   2>        4       /solr/configs/.system
   [junit4]   2>        4       /solr/security.json
   [junit4]   2>        4       
/solr/configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/managed-schema
   [junit4]   2>        4       
/solr/configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        48      /solr/collections/.system/state.json
   [junit4]   2>        40      
/solr/collections/AutoscalingHistoryHandlerTest_collection/state.json
   [junit4]   2>        13      /solr/clusterstate.json
   [junit4]   2>        3       
/solr/collections/AutoscalingHistoryHandlerTest_collection/leader_elect/shard1/election/72080450696183815-core_node5-n_0000000000
   [junit4]   2>        2       
/solr/collections/.system/leader_elect/shard1/election/72080450696183815-core_node5-n_0000000001
   [junit4]   2>        2       
/solr/overseer_elect/election/72080450696183815-127.0.0.1:43595_solr-n_0000000001
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        13      /solr/live_nodes
   [junit4]   2>        13      /solr/collections
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_CD4DDE394A8972AF-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70), 
sim=RandomSimilarity(queryNorm=true): {}, locale=de-AT, timezone=SystemV/HST10
   [junit4]   2> NOTE: Linux 4.13.0-32-generic i386/Oracle Corporation 
1.8.0_144 (32-bit)/cpus=8,threads=1,free=140592520,total=393351168
   [junit4]   2> NOTE: All tests run in this JVM: [BitVectorTest, 
TestSegmentSorting, TestUseDocValuesAsStored, HttpPartitionTest, 
TestExportWriter, ShardSplitTest, PrimitiveFieldTypeTest, 
PathHierarchyTokenizerFactoryTest, TestExclusionRuleCollectionAccess, 
OverseerRolesTest, TestPayloadScoreQParserPlugin, 
AsyncCallRequestStatusResponseTest, TestTrie, RequiredFieldsTest, 
BlockJoinFacetSimpleTest, DistributedQueryComponentOptimizationTest, 
TestStressLiveNodes, TestConfigSetsAPIExclusivity, TestHashQParserPlugin, 
TriggerIntegrationTest, TestReversedWildcardFilterFactory, ZkStateWriterTest, 
TestPerFieldSimilarityWithDefaultOverride, TestCorePropertiesReload, 
StressHdfsTest, MetricTriggerTest, SampleTest, TestRestManager, 
ConfigSetsAPITest, TestSkipOverseerOperations, TriLevelCompositeIdRoutingTest, 
SolrGangliaReporterTest, PreAnalyzedUpdateProcessorTest, SolrCloudExampleTest, 
TestPivotHelperCode, SimplePostToolTest, TestReloadDeadlock, 
TestPullReplicaErrorHandling, LargeFieldTest, AtomicUpdateProcessorFactoryTest, 
EnumFieldTest, AddReplicaTest, CurrencyFieldTypeTest, 
TestFoldingMultitermQuery, TestReplicaProperties, 
DirectUpdateHandlerOptimizeTest, SmileWriterTest, HdfsRestartWhileUpdatingTest, 
TestUninvertingReader, HighlighterMaxOffsetTest, SuggesterTest, 
AutoscalingHistoryHandlerTest]
   [junit4] Completed [272/774 (4!)] on J1 in 46.12s, 1 test, 1 failure <<< 
FAILURES!

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

Reply via email to