Build: https://builds.apache.org/job/Lucene-Solr-BadApples-Tests-7.x/181/

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

Error Message:
Didn't see replicas [core_node6, core_node3] come up within 90000 ms! 
ClusterState: DocCollection(c8n_1x3_lf//clusterstate.json/24)={   
"pullReplicas":"0",   "replicationFactor":"3",   "shards":{"shard1":{       
"range":"80000000-7fffffff",       "state":"active",       "replicas":{         
"core_node3":{           "core":"c8n_1x3_lf_shard1_replica_n1",           
"base_url":"http://127.0.0.1:41092/isx";,           
"node_name":"127.0.0.1:41092_isx",           "state":"active",           
"type":"NRT",           "leader":"true"},         "core_node4":{           
"core":"c8n_1x3_lf_shard1_replica_n2",           
"base_url":"http://127.0.0.1:45027/isx";,           
"node_name":"127.0.0.1:45027_isx",           "state":"down",           
"type":"NRT"},         "core_node6":{           
"core":"c8n_1x3_lf_shard1_replica_n5",           
"base_url":"http://127.0.0.1:40336/isx";,           
"node_name":"127.0.0.1:40336_isx",           "state":"recovering",           
"type":"NRT"}}}},   "router":{"name":"compositeId"},   "maxShardsPerNode":"1",  
 "autoAddReplicas":"false",   "nrtReplicas":"3",   "tlogReplicas":"0"}

Stack Trace:
java.lang.AssertionError: Didn't see replicas [core_node6, core_node3] come up 
within 90000 ms! ClusterState: DocCollection(c8n_1x3_lf//clusterstate.json/24)={
  "pullReplicas":"0",
  "replicationFactor":"3",
  "shards":{"shard1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{
        "core_node3":{
          "core":"c8n_1x3_lf_shard1_replica_n1",
          "base_url":"http://127.0.0.1:41092/isx";,
          "node_name":"127.0.0.1:41092_isx",
          "state":"active",
          "type":"NRT",
          "leader":"true"},
        "core_node4":{
          "core":"c8n_1x3_lf_shard1_replica_n2",
          "base_url":"http://127.0.0.1:45027/isx";,
          "node_name":"127.0.0.1:45027_isx",
          "state":"down",
          "type":"NRT"},
        "core_node6":{
          "core":"c8n_1x3_lf_shard1_replica_n5",
          "base_url":"http://127.0.0.1:40336/isx";,
          "node_name":"127.0.0.1:40336_isx",
          "state":"recovering",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"1",
  "autoAddReplicas":"false",
  "nrtReplicas":"3",
  "tlogReplicas":"0"}
        at 
__randomizedtesting.SeedInfo.seed([6240D9A44288471C:EA14E67EEC742AE4]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at 
org.apache.solr.cloud.HttpPartitionTest.waitToSeeReplicasActive(HttpPartitionTest.java:673)
        at 
org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.testRf3WithLeaderFailover(LeaderFailoverAfterPartitionTest.java:183)
        at 
org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.test(LeaderFailoverAfterPartitionTest.java:57)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1742)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:935)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:971)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:985)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1010)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:985)
        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:944)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:830)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:880)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:891)
        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.CollectionsAPIDistributedZkTest.testCoresAreDistributedAcrossNodes

Error Message:
[127.0.0.1:44658_solr] expected:<0> but was:<1>

Stack Trace:
java.lang.AssertionError: [127.0.0.1:44658_solr] expected:<0> but was:<1>
        at 
__randomizedtesting.SeedInfo.seed([6240D9A44288471C:6000CC8F946CF0D]: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.api.collections.CollectionsAPIDistributedZkTest.testCoresAreDistributedAcrossNodes(CollectionsAPIDistributedZkTest.java:351)
        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:1742)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:935)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:971)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:985)
        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:944)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:830)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:880)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:891)
        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.sim.TestSimTriggerIntegration.testNodeMarkersRegistration

Error Message:
Path /autoscaling/nodeAdded/127.0.0.1:10023_solr should have been deleted

Stack Trace:
java.lang.AssertionError: Path /autoscaling/nodeAdded/127.0.0.1:10023_solr 
should have been deleted
        at 
__randomizedtesting.SeedInfo.seed([6240D9A44288471C:7AFA51A84CBD8AF3]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at org.junit.Assert.assertFalse(Assert.java:68)
        at 
org.apache.solr.cloud.autoscaling.sim.TestSimTriggerIntegration.testNodeMarkersRegistration(TestSimTriggerIntegration.java:889)
        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:1742)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:935)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:971)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:985)
        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:944)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:830)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:880)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:891)
        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.client.solrj.impl.CloudSolrClientTest.testNonRetryableRequests

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

Stack Trace:
java.lang.AssertionError: expected:<1> but was:<0>
        at 
__randomizedtesting.SeedInfo.seed([75201E6067BC6310:DDCED9F399F5171C]: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.client.solrj.impl.CloudSolrClientTest.testNonRetryableRequests(CloudSolrClientTest.java:550)
        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:1742)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:935)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:971)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:985)
        at 
org.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:110)
        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:944)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:830)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:880)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:891)
        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.client.solrj.impl.CloudSolrClientTest.preferLocalShardsTest

Error Message:
Response was not received from shards on a single node

Stack Trace:
java.lang.AssertionError: Response was not received from shards on a single node
        at 
__randomizedtesting.SeedInfo.seed([75201E6067BC6310:89ED86D9996BF4EA]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClientTest.queryWithShardsPreferenceRules(CloudSolrClientTest.java:471)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClientTest.preferLocalShardsTest(CloudSolrClientTest.java:420)
        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:1742)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:935)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:971)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:985)
        at 
org.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:110)
        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:944)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:830)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:880)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:891)
        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.common.cloud.TestCollectionStateWatchers.testSimpleCollectionWatch

Error Message:
CollectionStateWatcher was never notified of cluster change

Stack Trace:
java.lang.AssertionError: CollectionStateWatcher was never notified of cluster 
change
        at 
__randomizedtesting.SeedInfo.seed([75201E6067BC6310:281BD11020B1FC2E]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at 
org.apache.solr.common.cloud.TestCollectionStateWatchers.testSimpleCollectionWatch(TestCollectionStateWatchers.java:141)
        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:1742)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:935)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:971)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:985)
        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:944)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:830)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:880)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:891)
        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 13212 lines...]
   [junit4] Suite: 
org.apache.solr.cloud.api.collections.CollectionsAPIDistributedZkTest
   [junit4]   2> Creating dataDir: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.api.collections.CollectionsAPIDistributedZkTest_6240D9A44288471C-001/init-core-data-001
   [junit4]   2> 1881200 WARN  
(SUITE-CollectionsAPIDistributedZkTest-seed#[6240D9A44288471C]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=1 numCloses=1
   [junit4]   2> 1881203 INFO  
(SUITE-CollectionsAPIDistributedZkTest-seed#[6240D9A44288471C]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 1881216 INFO  
(SUITE-CollectionsAPIDistributedZkTest-seed#[6240D9A44288471C]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via: 
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 1881216 INFO  
(SUITE-CollectionsAPIDistributedZkTest-seed#[6240D9A44288471C]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 1881217 INFO  
(SUITE-CollectionsAPIDistributedZkTest-seed#[6240D9A44288471C]-worker) [    ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.api.collections.CollectionsAPIDistributedZkTest_6240D9A44288471C-001/tempDir-001
   [junit4]   2> 1881217 INFO  
(SUITE-CollectionsAPIDistributedZkTest-seed#[6240D9A44288471C]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1881226 INFO  (Thread-3019) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1881226 INFO  (Thread-3019) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 1881233 ERROR (Thread-3019) [    ] 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> 1881324 INFO  
(SUITE-CollectionsAPIDistributedZkTest-seed#[6240D9A44288471C]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:33482
   [junit4]   2> 1881326 INFO  (zkConnectionManagerCallback-3097-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1881330 INFO  (jetty-launcher-3094-thread-1) [    ] 
o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: 
d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_172-b11
   [junit4]   2> 1881331 INFO  (jetty-launcher-3094-thread-2) [    ] 
o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: 
d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_172-b11
   [junit4]   2> 1881331 INFO  (jetty-launcher-3094-thread-1) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1881331 INFO  (jetty-launcher-3094-thread-1) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1881332 INFO  (jetty-launcher-3094-thread-1) [    ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1881332 INFO  (jetty-launcher-3094-thread-2) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1881332 INFO  (jetty-launcher-3094-thread-2) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1881332 INFO  (jetty-launcher-3094-thread-2) [    ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1881333 INFO  (jetty-launcher-3094-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@64d7a71b{/solr,null,AVAILABLE}
   [junit4]   2> 1881334 INFO  (jetty-launcher-3094-thread-4) [    ] 
o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: 
d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_172-b11
   [junit4]   2> 1881334 INFO  (jetty-launcher-3094-thread-2) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@7c3e9b68{HTTP/1.1,[http/1.1]}{127.0.0.1:43248}
   [junit4]   2> 1881334 INFO  (jetty-launcher-3094-thread-2) [    ] 
o.e.j.s.Server Started @1881575ms
   [junit4]   2> 1881334 INFO  (jetty-launcher-3094-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=43248}
   [junit4]   2> 1881340 ERROR (jetty-launcher-3094-thread-2) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1881340 INFO  (jetty-launcher-3094-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1881340 INFO  (jetty-launcher-3094-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.6.0
   [junit4]   2> 1881340 INFO  (jetty-launcher-3094-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1881340 INFO  (jetty-launcher-3094-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1881340 INFO  (jetty-launcher-3094-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-10-09T20:05:33.079Z
   [junit4]   2> 1881342 INFO  (jetty-launcher-3094-thread-3) [    ] 
o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: 
d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_172-b11
   [junit4]   2> 1881356 INFO  (jetty-launcher-3094-thread-4) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1881356 INFO  (jetty-launcher-3094-thread-4) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1881356 INFO  (jetty-launcher-3094-thread-4) [    ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1881357 INFO  (jetty-launcher-3094-thread-4) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@5444c1e9{/solr,null,AVAILABLE}
   [junit4]   2> 1881357 INFO  (jetty-launcher-3094-thread-4) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@7e905be0{HTTP/1.1,[http/1.1]}{127.0.0.1:44923}
   [junit4]   2> 1881357 INFO  (jetty-launcher-3094-thread-4) [    ] 
o.e.j.s.Server Started @1881598ms
   [junit4]   2> 1881357 INFO  (jetty-launcher-3094-thread-4) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=44923}
   [junit4]   2> 1881357 ERROR (jetty-launcher-3094-thread-4) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1881357 INFO  (jetty-launcher-3094-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1881358 INFO  (jetty-launcher-3094-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.6.0
   [junit4]   2> 1881358 INFO  (jetty-launcher-3094-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1881358 INFO  (jetty-launcher-3094-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1881358 INFO  (jetty-launcher-3094-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-10-09T20:05:33.097Z
   [junit4]   2> 1881359 INFO  (jetty-launcher-3094-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@19534790{/solr,null,AVAILABLE}
   [junit4]   2> 1881368 INFO  (zkConnectionManagerCallback-3101-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1881369 INFO  (jetty-launcher-3094-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1881372 INFO  (jetty-launcher-3094-thread-4) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 1881372 INFO  (jetty-launcher-3094-thread-4) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1881408 INFO  (jetty-launcher-3094-thread-1) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@d79aa0b{HTTP/1.1,[http/1.1]}{127.0.0.1:40178}
   [junit4]   2> 1881408 INFO  (jetty-launcher-3094-thread-1) [    ] 
o.e.j.s.Server Started @1881649ms
   [junit4]   2> 1881408 INFO  (jetty-launcher-3094-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=40178}
   [junit4]   2> 1881409 ERROR (jetty-launcher-3094-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1881409 INFO  (jetty-launcher-3094-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1881409 INFO  (jetty-launcher-3094-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.6.0
   [junit4]   2> 1881409 INFO  (jetty-launcher-3094-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1881409 INFO  (jetty-launcher-3094-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1881409 INFO  (jetty-launcher-3094-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-10-09T20:05:33.148Z
   [junit4]   2> 1881432 INFO  (jetty-launcher-3094-thread-3) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1881432 INFO  (jetty-launcher-3094-thread-3) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1881432 INFO  (jetty-launcher-3094-thread-3) [    ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1881432 INFO  (jetty-launcher-3094-thread-3) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@63f43590{/solr,null,AVAILABLE}
   [junit4]   2> 1881433 INFO  (jetty-launcher-3094-thread-3) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@16879119{HTTP/1.1,[http/1.1]}{127.0.0.1:44658}
   [junit4]   2> 1881433 INFO  (jetty-launcher-3094-thread-3) [    ] 
o.e.j.s.Server Started @1881674ms
   [junit4]   2> 1881433 INFO  (jetty-launcher-3094-thread-3) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=44658}
   [junit4]   2> 1881433 ERROR (jetty-launcher-3094-thread-3) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1881433 INFO  (jetty-launcher-3094-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1881433 INFO  (jetty-launcher-3094-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.6.0
   [junit4]   2> 1881433 INFO  (jetty-launcher-3094-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1881433 INFO  (jetty-launcher-3094-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1881433 INFO  (jetty-launcher-3094-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-10-09T20:05:33.172Z
   [junit4]   2> 1881456 INFO  (zkConnectionManagerCallback-3103-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1881456 INFO  (jetty-launcher-3094-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1881459 INFO  (jetty-launcher-3094-thread-1) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 1881459 INFO  (jetty-launcher-3094-thread-1) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1881466 INFO  (zkConnectionManagerCallback-3099-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1881467 INFO  (jetty-launcher-3094-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1881469 INFO  (jetty-launcher-3094-thread-2) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 1881469 INFO  (jetty-launcher-3094-thread-2) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1881480 INFO  (zkConnectionManagerCallback-3105-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1881482 INFO  (jetty-launcher-3094-thread-4) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33482/solr
   [junit4]   2> 1881482 INFO  (jetty-launcher-3094-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1881486 INFO  (jetty-launcher-3094-thread-3) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 1881486 INFO  (jetty-launcher-3094-thread-3) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1881504 INFO  (zkConnectionManagerCallback-3109-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1881518 INFO  (zkConnectionManagerCallback-3111-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1881613 INFO  (jetty-launcher-3094-thread-4) 
[n:127.0.0.1:44923_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:44923_solr
   [junit4]   2> 1881613 INFO  (jetty-launcher-3094-thread-4) 
[n:127.0.0.1:44923_solr    ] o.a.s.c.Overseer Overseer 
(id=73463533514522630-127.0.0.1:44923_solr-n_0000000000) starting
   [junit4]   2> 1881656 INFO  (zkConnectionManagerCallback-3118-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1881658 INFO  (jetty-launcher-3094-thread-4) 
[n:127.0.0.1:44923_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:33482/solr ready
   [junit4]   2> 1881676 INFO  
(OverseerStateUpdate-73463533514522630-127.0.0.1:44923_solr-n_0000000000) 
[n:127.0.0.1:44923_solr    ] o.a.s.c.Overseer Starting to work on the main 
queue : 127.0.0.1:44923_solr
   [junit4]   2> 1881711 INFO  (jetty-launcher-3094-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33482/solr
   [junit4]   2> 1881724 INFO  (jetty-launcher-3094-thread-4) 
[n:127.0.0.1:44923_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:44923_solr
   [junit4]   2> 1881733 INFO  (jetty-launcher-3094-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33482/solr
   [junit4]   2> 1881734 INFO  (zkConnectionManagerCallback-3126-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1881735 INFO  (zkConnectionManagerCallback-3128-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1881740 INFO  (jetty-launcher-3094-thread-2) 
[n:127.0.0.1:43248_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 1881743 INFO  (jetty-launcher-3094-thread-2) 
[n:127.0.0.1:43248_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 1881743 INFO  (jetty-launcher-3094-thread-2) 
[n:127.0.0.1:43248_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:43248_solr
   [junit4]   2> 1881761 INFO  (zkCallback-3117-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1881774 INFO  (zkConnectionManagerCallback-3122-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1881777 INFO  (zkConnectionManagerCallback-3132-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1881781 INFO  (jetty-launcher-3094-thread-1) 
[n:127.0.0.1:40178_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 1881783 INFO  (zkCallback-3127-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1881784 INFO  (jetty-launcher-3094-thread-1) 
[n:127.0.0.1:40178_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 1881784 INFO  (jetty-launcher-3094-thread-1) 
[n:127.0.0.1:40178_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:40178_solr
   [junit4]   2> 1881785 INFO  (zkCallback-3127-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1881820 INFO  (zkCallback-3131-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1881832 INFO  (jetty-launcher-3094-thread-4) 
[n:127.0.0.1:44923_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 1881832 INFO  (zkCallback-3110-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 1881851 INFO  (jetty-launcher-3094-thread-4) 
[n:127.0.0.1:44923_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@474a80f9
   [junit4]   2> 1881866 INFO  (jetty-launcher-3094-thread-4) 
[n:127.0.0.1:44923_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@474a80f9
   [junit4]   2> 1881866 INFO  (jetty-launcher-3094-thread-4) 
[n:127.0.0.1:44923_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@474a80f9
   [junit4]   2> 1881867 INFO  (jetty-launcher-3094-thread-4) 
[n:127.0.0.1:44923_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.api.collections.CollectionsAPIDistributedZkTest_6240D9A44288471C-001/tempDir-001/node4
   [junit4]   2> 1881894 INFO  (zkConnectionManagerCallback-3145-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1881898 INFO  (jetty-launcher-3094-thread-1) 
[n:127.0.0.1:40178_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 1881899 INFO  (jetty-launcher-3094-thread-1) 
[n:127.0.0.1:40178_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:33482/solr ready
   [junit4]   2> 1881911 INFO  (zkCallback-3117-thread-2) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (3)
   [junit4]   2> 1881924 INFO  (jetty-launcher-3094-thread-1) 
[n:127.0.0.1:40178_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 1881956 INFO  (jetty-launcher-3094-thread-1) 
[n:127.0.0.1:40178_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@474a80f9
   [junit4]   2> 1881960 WARN  (jetty-launcher-3094-thread-1) 
[n:127.0.0.1:40178_solr    ] o.a.s.m.r.j.JmxMetricsReporter Unable to register 
gauge
   [junit4]   2> javax.management.InstanceNotFoundException: 
solr:dom1=jvm,name0=memory,name1=pools,name2=PS-Eden-Space,name=max
   [junit4]   2>        at 
com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getMBean(DefaultMBeanServerInterceptor.java:1095)
 ~[?:1.8.0_172]
   [junit4]   2>        at 
com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.exclusiveUnregisterMBean(DefaultMBeanServerInterceptor.java:427)
 ~[?:1.8.0_172]
   [junit4]   2>        at 
com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.unregisterMBean(DefaultMBeanServerInterceptor.java:415)
 ~[?:1.8.0_172]
   [junit4]   2>        at 
com.sun.jmx.mbeanserver.JmxMBeanServer.unregisterMBean(JmxMBeanServer.java:546) 
~[?:1.8.0_172]
   [junit4]   2>        at 
org.apache.solr.metrics.reporters.jmx.JmxMetricsReporter$JmxListener.registerMBean(JmxMetricsReporter.java:531)
 ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.metrics.reporters.jmx.JmxMetricsReporter$JmxListener.onGaugeAdded(JmxMetricsReporter.java:569)
 ~[java/:?]
   [junit4]   2>        at 
com.codahale.metrics.MetricRegistry.notifyListenerOfAddedMetric(MetricRegistry.java:454)
 ~[metrics-core-3.2.6.jar:3.2.6]
   [junit4]   2>        at 
com.codahale.metrics.MetricRegistry.addListener(MetricRegistry.java:297) 
~[metrics-core-3.2.6.jar:3.2.6]
   [junit4]   2>        at 
org.apache.solr.metrics.reporters.jmx.JmxMetricsReporter.start(JmxMetricsReporter.java:729)
 ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.metrics.reporters.SolrJmxReporter.doInit(SolrJmxReporter.java:110)
 ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.metrics.SolrMetricReporter.init(SolrMetricReporter.java:70) 
~[java/:?]
   [junit4]   2>        at 
org.apache.solr.metrics.SolrMetricManager.loadReporter(SolrMetricManager.java:941)
 ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.metrics.SolrMetricManager.loadReporters(SolrMetricManager.java:868)
 ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer.load(CoreContainer.java:590) ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.createCoreContainer(SolrDispatchFilter.java:252)
 ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.init(SolrDispatchFilter.java:172) 
~[java/:?]
   [junit4]   2>        at 
org.eclipse.jetty.servlet.FilterHolder.initialize(FilterHolder.java:139) 
~[jetty-servlet-9.4.11.v20180605.jar:9.4.11.v20180605]
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.initialize(ServletHandler.java:741) 
~[jetty-servlet-9.4.11.v20180605.jar:9.4.11.v20180605]
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.updateMappings(ServletHandler.java:1477)
 ~[jetty-servlet-9.4.11.v20180605.jar:9.4.11.v20180605]
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.setFilterMappings(ServletHandler.java:1542)
 ~[jetty-servlet-9.4.11.v20180605.jar:9.4.11.v20180605]
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.addFilterMapping(ServletHandler.java:1186)
 ~[jetty-servlet-9.4.11.v20180605.jar:9.4.11.v20180605]
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.addFilterWithMapping(ServletHandler.java:1023)
 ~[jetty-servlet-9.4.11.v20180605.jar:9.4.11.v20180605]
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletContextHandler.addFilter(ServletContextHandler.java:473)
 ~[jetty-servlet-9.4.11.v20180605.jar:9.4.11.v20180605]
   [junit4]   2>        at 
org.apache.solr.client.solrj.embedded.JettySolrRunner$1.lifeCycleStarted(JettySolrRunner.java:308)
 ~[java/:?]
   [junit4]   2>        at 
org.eclipse.jetty.util.component.AbstractLifeCycle.setStarted(AbstractLifeCycle.java:179)
 ~[jetty-util-9.4.11.v20180605.jar:9.4.11.v20180605]
   [junit4]   2>        at 
org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:69)
 ~[jetty-util-9.4.11.v20180605.jar:9.4.11.v20180605]
   [junit4]   2>        at 
org.apache.solr.client.solrj.embedded.JettySolrRunner.start(JettySolrRunner.java:396)
 ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.client.solrj.embedded.JettySolrRunner.start(JettySolrRunner.java:369)
 ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.cloud.MiniSolrCloudCluster.startJettySolrRunner(MiniSolrCloudCluster.java:392)
 ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.cloud.MiniSolrCloudCluster.lambda$new$0(MiniSolrCloudCluster.java:248)
 ~[java/:?]
   [junit4]   2>        at 
java.util.concurrent.FutureTask.run(FutureTask.java:266) ~[?:1.8.0_172]
   [junit4]   2>        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209)
 ~[java/:?]
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) 
[?:1.8.0_172]
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) 
[?:1.8.0_172]
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748) [?:1.8.0_172]
   [junit4]   2> 1881964 INFO  (zkConnectionManagerCallback-3140-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1881973 INFO  (jetty-launcher-3094-thread-2) 
[n:127.0.0.1:43248_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 1881976 INFO  (jetty-launcher-3094-thread-1) 
[n:127.0.0.1:40178_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@474a80f9
   [junit4]   2> 1881976 INFO  (jetty-launcher-3094-thread-1) 
[n:127.0.0.1:40178_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@474a80f9
   [junit4]   2> 1881977 INFO  (jetty-launcher-3094-thread-1) 
[n:127.0.0.1:40178_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.api.collections.CollectionsAPIDistributedZkTest_6240D9A44288471C-001/tempDir-001/node1
   [junit4]   2> 1881979 INFO  (jetty-launcher-3094-thread-2) 
[n:127.0.0.1:43248_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:33482/solr ready
   [junit4]   2> 1881981 INFO  (jetty-launcher-3094-thread-2) 
[n:127.0.0.1:43248_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 1882008 INFO  (jetty-launcher-3094-thread-3) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33482/solr
   [junit4]   2> 1882015 INFO  (jetty-launcher-3094-thread-2) 
[n:127.0.0.1:43248_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@474a80f9
   [junit4]   2> 1882016 INFO  (zkConnectionManagerCallback-3151-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1882026 INFO  (zkConnectionManagerCallback-3153-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1882033 INFO  (jetty-launcher-3094-thread-3) 
[n:127.0.0.1:44658_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 1882037 INFO  (jetty-launcher-3094-thread-3) 
[n:127.0.0.1:44658_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 1882037 INFO  (jetty-launcher-3094-thread-3) 
[n:127.0.0.1:44658_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:44658_solr
   [junit4]   2> 1882038 INFO  (jetty-launcher-3094-thread-2) 
[n:127.0.0.1:43248_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@474a80f9
   [junit4]   2> 1882038 INFO  (jetty-launcher-3094-thread-2) 
[n:127.0.0.1:43248_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@474a80f9
   [junit4]   2> 1882038 INFO  (zkCallback-3131-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1882038 INFO  (zkCallback-3110-thread-2) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1882039 INFO  (zkCallback-3127-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1882040 INFO  (jetty-launcher-3094-thread-2) 
[n:127.0.0.1:43248_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.api.collections.CollectionsAPIDistributedZkTest_6240D9A44288471C-001/tempDir-001/node2
   [junit4]   2> 1882049 INFO  (zkCallback-3117-thread-2) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1882060 INFO  (zkCallback-3139-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1882068 INFO  (zkCallback-3152-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1882074 INFO  (zkCallback-3144-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1882084 INFO  (zkConnectionManagerCallback-3160-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1882086 INFO  (jetty-launcher-3094-thread-3) 
[n:127.0.0.1:44658_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (4)
   [junit4]   2> 1882087 INFO  (jetty-launcher-3094-thread-3) 
[n:127.0.0.1:44658_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:33482/solr ready
   [junit4]   2> 1882087 INFO  (jetty-launcher-3094-thread-3) 
[n:127.0.0.1:44658_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 1882103 INFO  (jetty-launcher-3094-thread-3) 
[n:127.0.0.1:44658_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@474a80f9
   [junit4]   2> 1882112 INFO  (jetty-launcher-3094-thread-3) 
[n:127.0.0.1:44658_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@474a80f9
   [junit4]   2> 1882112 INFO  (jetty-launcher-3094-thread-3) 
[n:127.0.0.1:44658_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@474a80f9
   [junit4]   2> 1882113 INFO  (jetty-launcher-3094-thread-3) 
[n:127.0.0.1:44658_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.api.collections.CollectionsAPIDistributedZkTest_6240D9A44288471C-001/tempDir-001/node3
   [junit4]   2> 1882149 INFO  (zkConnectionManagerCallback-3163-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1882152 INFO  (zkConnectionManagerCallback-3168-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1882153 INFO  
(SUITE-CollectionsAPIDistributedZkTest-seed#[6240D9A44288471C]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 1882154 INFO  
(SUITE-CollectionsAPIDistributedZkTest-seed#[6240D9A44288471C]-worker) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:33482/solr ready
   [junit4]   2> 1882196 INFO  
(TEST-CollectionsAPIDistributedZkTest.testBadActionNames-seed#[6240D9A44288471C])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testBadActionNames
   [junit4]   2> 1882199 INFO  
(TEST-CollectionsAPIDistributedZkTest.testBadActionNames-seed#[6240D9A44288471C])
 [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 1882206 ERROR (qtp510475638-12388) [n:127.0.0.1:43248_solr    
] o.a.s.h.RequestHandlerBase org.apache.solr.common.SolrException: Unknown 
action: BADACTION
   [junit4]   2>        at 
org.apache.solr.handler.admin.CollectionsHandler.handleRequestBody(CollectionsHandler.java:240)
   [junit4]   2>        at 
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:199)
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:734)
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:715)
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:496)
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:377)
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:323)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
   [junit4]   2>        at 
org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:139)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:533)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:255)
   [junit4]   2>        at 
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1595)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:255)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1317)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:203)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:473)
   [junit4]   2>        at 
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1564)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:201)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1219)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:144)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:724)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132)
   [junit4]   2>        at 
org.eclipse.jetty.server.Server.handle(Server.java:531)
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:352)
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:260)
   [junit4]   2>        at 
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:281)
   [junit4]   2>        at 
org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:102)
   [junit4]   2>        at 
org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:118)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:762)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:680)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 
   [junit4]   2> 1882206 INFO  (qtp510475638-12388) [n:127.0.0.1:43248_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={name=badactioncollection&action=BADACTION&numShards=2&wt=javabin&version=2}
 status=400 QTime=0
   [junit4]   2> 1882207 INFO  
(TEST-CollectionsAPIDistributedZkTest.testBadActionNames-seed#[6240D9A44288471C])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testBadActionNames
   [junit4]   2> 1882246 INFO  
(TEST-CollectionsAPIDistributedZkTest.testCreateShouldFailOnExistingCore-seed#[6240D9A44288471C])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testCreateShouldFailOnExistingCore
   [junit4]   2> 1882247 INFO  
(TEST-CollectionsAPIDistributedZkTest.testCreateShouldFailOnExistingCore-seed#[6240D9A44288471C])
 [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 1882251 INFO  (qtp510475638-12379) [n:127.0.0.1:43248_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
collection.configName=conf&name=halfcollectionblocker&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1882254 INFO  
(OverseerThreadFactory-4985-thread-1-processing-n:127.0.0.1:44923_solr) 
[n:127.0.0.1:44923_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection 
halfcollectionblocker
   [junit4]   2> 1882366 WARN  
(OverseerThreadFactory-4985-thread-1-processing-n:127.0.0.1:44923_solr) 
[n:127.0.0.1:44923_solr    ] o.a.s.c.a.c.CreateCollectionCmd It is unusual to 
create a collection (halfcollectionblocker) without cores.
   [junit4]   2> 1882368 INFO  (qtp510475638-12379) [n:127.0.0.1:43248_solr    
] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
30 seconds. Check all shard replicas
   [junit4]   2> 1882368 INFO  (qtp510475638-12379) [n:127.0.0.1:43248_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={collection.configName=conf&name=halfcollectionblocker&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=&wt=javabin&version=2}
 status=0 QTime=117
   [junit4]   2> 1882369 INFO  (qtp510475638-12387) [n:127.0.0.1:43248_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with 
params 
node=127.0.0.1:44923_solr&name=halfcollection_shard1_replica_n1&action=ADDREPLICA&collection=halfcollectionblocker&shard=shard1&type=NRT&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1882372 INFO  
(OverseerCollectionConfigSetProcessor-73463533514522630-127.0.0.1:44923_solr-n_0000000000)
 [n:127.0.0.1:44923_solr    ] 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> 1882375 INFO  (qtp510475638-12376) [n:127.0.0.1:43248_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 1882377 INFO  (qtp1707261034-12381) [n:127.0.0.1:40178_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 1882378 INFO  (qtp1541693438-12415) [n:127.0.0.1:44658_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 1882380 INFO  (qtp134199382-12397) [n:127.0.0.1:44923_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 1882381 INFO  
(OverseerThreadFactory-4985-thread-2-processing-n:127.0.0.1:44923_solr) 
[n:127.0.0.1:44923_solr c:halfcollectionblocker s:shard1  ] 
o.a.s.c.a.c.AddReplicaCmd Node Identified 127.0.0.1:44923_solr for creating new 
replica of shard shard1 for collection halfcollectionblocker
   [junit4]   2> 1882385 INFO  
(OverseerStateUpdate-73463533514522630-127.0.0.1:44923_solr-n_0000000000) 
[n:127.0.0.1:44923_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"addreplica",
   [junit4]   2>   "collection":"halfcollectionblocker",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"halfcollection_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:44923/solr";,
   [junit4]   2>   "node_name":"127.0.0.1:44923_solr",
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 1882595 INFO  (qtp134199382-12392) [n:127.0.0.1:44923_solr    
x:halfcollection_shard1_replica_n1] o.a.s.u.TestInjection Inject random core 
creation delay of 2s
   [junit4]   2> 1884595 INFO  (qtp134199382-12392) [n:127.0.0.1:44923_solr    
x:halfcollection_shard1_replica_n1] o.a.s.h.a.CoreAdminOperation core create 
command 
qt=/admin/cores&coreNodeName=core_node21&collection.configName=conf&name=halfcollection_shard1_replica_n1&action=CREATE&collection=halfcollectionblocker&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1884595 INFO  (qtp134199382-12392) [n:127.0.0.1:44923_solr    
x:halfcollection_shard1_replica_n1] o.a.s.c.TransientSolrCoreCacheDefault 
Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1884608 INFO  (qtp134199382-12392) [n:127.0.0.1:44923_solr 
c:halfcollectionblocker s:shard1 r:core_node21 
x:halfcollection_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene 
MatchVersion: 7.6.0
   [junit4]   2> 1884616 INFO  (qtp134199382-12392) [n:127.0.0.1:44923_solr 
c:halfcollectionblocker s:shard1 r:core_node21 
x:halfcollection_shard1_replica_n1] o.a.s.s.IndexSchema 
[halfcollection_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 1884637 INFO  (qtp134199382-12392) [n:127.0.0.1:44923_solr 
c:halfcollectionblocker s:shard1 r:core_node21 
x:halfcollection_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema 
minimal/1.1 with uniqueid field id
   [junit4]   2> 1884637 INFO  (qtp134199382-12392) [n:127.0.0.1:44923_solr 
c:halfcollectionblocker s:shard1 r:core_node21 
x:halfcollection_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 
'halfcollection_shard1_replica_n1' using configuration from collection 
halfcollectionblocker, trusted=true
   [junit4]   2> 1884638 INFO  (qtp134199382-12392) [n:127.0.0.1:44923_solr 
c:halfcollectionblocker s:shard1 r:core_node21 
x:halfcollection_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring 
for 'solr.core.halfcollectionblocker.shard1.core_node21' (registry 
'solr.core.halfcollectionblocker.shard1.core_node21') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@474a80f9
   [junit4]   2> 1884638 INFO  (qtp134199382-12392) [n:127.0.0.1:44923_solr 
c:halfcollectionblocker s:shard1 r:core_node21 
x:halfcollection_shard1_replica_n1] o.a.s.c.SolrCore 
[[halfcollection_shard1_replica_n1] ] Opening new SolrCore at 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.api.collections.CollectionsAPIDistributedZkTest_6240D9A44288471C-001/tempDir-001/node4/halfcollection_shard1_replica_n1],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.api.collections.CollectionsAPIDistributedZkTest_6240D9A44288471C-001/tempDir-001/node4/halfcollection_shard1_replica_n1/data/]
   [junit4]   2> 1884685 INFO  (qtp134199382-12392) [n:127.0.0.1:44923_solr 
c:halfcollectionblocker s:shard1 r:core_node21 
x:halfcollection_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog 
implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1884685 INFO  (qtp134199382-12392) [n:127.0.0.1:44923_solr 
c:halfcollectionblocker s:shard1 r:core_node21 
x:halfcollection_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: 
dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 
numVersionBuckets=65536
   [junit4]   2> 1884686 INFO  (qtp134199382-12392) [n:127.0.0.1:44923_solr 
c:halfcollectionblocker s:shard1 r:core_node21 
x:halfcollection_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: 
disabled
   [junit4]   2> 1884686 INFO  (qtp134199382-12392) [n:127.0.0.1:44923_solr 
c:halfcollectionblocker s:shard1 r:core_node21 
x:halfcollection_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: 
disabled
   [junit4]   2> 1884687 INFO  (qtp134199382-12392) [n:127.0.0.1:44923_solr 
c:halfcollectionblocker s:shard1 r:core_node21 
x:halfcollection_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@66024d8c[halfcollection_shard1_replica_n1] main]
   [junit4]   2> 1884689 INFO  (qtp134199382-12392) [n:127.0.0.1:44923_solr 
c:halfcollectionblocker s:shard1 r:core_node21 
x:halfcollection_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured 
ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 1884689 INFO  (qtp134199382-12392) [n:127.0.0.1:44923_solr 
c:halfcollectionblocker s:shard1 r:core_node21 
x:halfcollection_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null 
at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1884690 INFO  (qtp134199382-12392) [n:127.0.0.1:44923_solr 
c:halfcollectionblocker s:shard1 r:core_node21 
x:halfcollection_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be 
reserved for 10000ms.
   [junit4]   2> 1884690 INFO  (qtp134199382-12392) [n:127.0.0.1:44923_solr 
c:halfcollectionblocker s:shard1 r:core_node21 
x:halfcollection_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max 
version in index or recent updates, using new clock 1613879612726575104
   [junit4]   2> 1884691 INFO  
(searcherExecutor-5011-thread-1-processing-n:127.0.0.1:44923_solr 
x:halfcollection_shard1_replica_n1 c:halfcollectionblocker s:shard1 
r:core_node21) [n:127.0.0.1:44923_solr c:halfcollectionblocker s:shard1 
r:core_node21 x:halfcollection_shard1_replica_n1] o.a.s.c.SolrCore 
[halfcollection_shard1_replica_n1] Registered new searcher 
Searcher@66024d8c[halfcollection_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1884697 INFO  (qtp134199382-12392) [n:127.0.0.1:44923_solr 
c:halfcollectionblocker s:shard1 r:core_node21 
x:halfcollection_shard1_replica_n1] o.a.s.c.ZkShardTerms Successful update of 
terms at /collections/halfcollectionblocker/terms/shard1 to 
Terms{values={core_node21=0}, version=0}
   [junit4]   2> 1884702 INFO  (qtp134199382-12392) [n:127.0.0.1:44923_solr 
c:halfcollectionblocker s:shard1 r:core_node21 
x:halfcollection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Enough 
replicas found to continue.
   [junit4]   2> 1884702 INFO  (qtp134199382-12392) [n:127.0.0.1:44923_solr 
c:halfcollectionblocker s:shard1 r:core_node21 
x:halfcollection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I may be 
the new leader - try and sync
   [junit4]   2> 1884702 INFO  (qtp134199382-12392) [n:127.0.0.1:44923_solr 
c:halfcollectionblocker s:shard1 r:core_node21 
x:halfcollection_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:44923/solr/halfcollection_shard1_replica_n1/
   [junit4]   2> 1884702 INFO  (qtp134199382-12392) [n:127.0.0.1:44923_solr 
c:halfcollectionblocker s:shard1 r:core_node21 
x:halfcollection_shard1_replica_n1] o.a.s.c.SyncStrategy Sync Success - now 
sync replicas to me
   [junit4]   2> 1884702 INFO  (qtp134199382-12392) [n:127.0.0.1:44923_solr 
c:halfcollectionblocker s:shard1 r:core_node21 
x:halfcollection_shard1_replica_n1] o.a.s.c.SyncStrategy 
http://127.0.0.1:44923/solr/halfcollection_shard1_replica_n1/ has no replicas
   [junit4]   2> 1884703 INFO  (qtp134199382-12392) [n:127.0.0.1:44923_solr 
c:halfcollectionblocker s:shard1 r:core_node21 
x:halfcollection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Found 
all replicas participating in election, clear LIR
   [junit4]   2> 1884709 INFO  (qtp134199382-12392) [n:127.0.0.1:44923_solr 
c:halfcollectionblocker s:shard1 r:core_node21 
x:halfcollection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I am the 
new leader: http://127.0.0.1:44923/solr/halfcollection_shard1_replica_n1/ shard1
   [junit4]   2> 1884812 INFO  (qtp134199382-12392) [n:127.0.0.1:44923_solr 
c:halfcollectionblocker s:shard1 r:core_node21 
x:halfcollection_shard1_replica_n1] o.a.s.c.ZkController I am the leader, no 
recovery necessary
   [junit4]   2> 1884815 INFO  (qtp134199382-12392) [n:127.0.0.1:44923_solr 
c:halfcollectionblocker s:shard1 r:core_node21 
x:halfcollection_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] webapp=null 
path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node21&collection.configName=conf&name=halfcollection_shard1_replica_n1&action=CREATE&collection=halfcollectionblocker&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=2221
   [junit4]   2> 1884817 INFO  (qtp510475638-12387) [n:127.0.0.1:43248_solr 
c:halfcollectionblocker   ] o.a.s.s.HttpSolrCall [admin] webapp=null 
path=/admin/collections 
params={node=127.0.0.1:44923_solr&name=halfcollection_shard1_replica_n1&action=ADDREPLICA&collection=halfcollectionblocker&shard=shard1&type=NRT&wt=javabin&version=2}
 status=0 QTime=2447
   [junit4]   2> 1884818 INFO  (qtp510475638-12389) [n:127.0.0.1:43248_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
collection.configName=conf&name=halfcollectionblocker2&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1884820 INFO  
(OverseerThreadFactory-4985-thread-3-processing-n:127.0.0.1:44923_solr) 
[n:127.0.0.1:44923_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection 
halfcollectionblocker2
   [junit4]   2> 1884821 INFO  
(OverseerCollectionConfigSetProcessor-73463533514522630-127.0.0.1:44923_solr-n_0000000000)
 [n:127.0.0.1:44923_solr    ] 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> 1884929 INFO  (zkCallback-3110-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/halfcollectionblocker/state.json] for collection 
[halfcollectionblocker] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1885028 WARN  
(OverseerThreadFactory-4985-thread-3-processing-n:127.0.0.1:44923_solr) 
[n:127.0.0.1:44923_solr    ] o.a.s.c.a.c.CreateCollectionCmd It is unusual to 
create a collection (halfcollectionblocker2) without cores.
   [junit4]   2> 1885029 INFO  (qtp510475638-12389) [n:127.0.0.1:43248_solr    
] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
30 seconds. Check all shard replicas
   [junit4]   2> 1885030 INFO  (qtp510475638-12389) [n:127.0.0.1:43248_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={collection.configName=conf&name=halfcollectionblocker2&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=&wt=javabin&version=2}
 status=0 QTime=212
   [junit4]   2> 1885031 INFO  (qtp510475638-12387) [n:127.0.0.1:43248_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with 
params 
node=127.0.0.1:40178_solr&name=halfcollection_shard1_replica_n1&action=ADDREPLICA&collection=halfcollectionblocker2&shard=shard1&type=NRT&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1885033 INFO  
(OverseerCollectionConfigSetProcessor-73463533514522630-127.0.0.1:44923_solr-n_0000000000)
 [n:127.0.0.1:44923_solr    ] 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> 1885047 INFO  (qtp510475638-12390) [n:127.0.0.1:43248_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 1885049 INFO  (qtp1707261034-12375) [n:127.0.0.1:40178_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 1885052 INFO  (qtp1541693438-12411) [n:127.0.0.1:44658_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 1885058 INFO  (qtp134199382-12393) [n:127.0.0.1:44923_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={wt=javabin&version=2&key=solr.core.halfcollectionblocker.shard1.null:INDEX.sizeInBytes}
 status=0 QTime=0
   [junit4]   2> 1885060 INFO  (qtp134199382-12399) [n:127.0.0.1:44923_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 1885061 INFO  
(OverseerThreadFactory-4985-thread-4-processing-n:127.0.0.1:44923_solr) 
[n:127.0.0.1:44923_solr c:halfcollectionblocker2 s:shard1  ] 
o.a.s.c.a.c.AddReplicaCmd Node Identified 127.0.0.1:40178_solr for creating new 
replica of shard shard1 for collection halfcollectionblocker2
   [junit4]   2> 1885062 INFO  
(OverseerStateUpdate-73463533514522630-127.0.0.1:44923_solr-n_0000000000) 
[n:127.0.0.1:44923_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"addreplica",
   [junit4]   2>   "collection":"halfcollectionblocker2",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"halfcollection_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:40178/solr";,
   [junit4]   2>   "node_name":"127.0.0.1:40178_solr",
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 1885265 INFO  (qtp1707261034-12373) [n:127.0.0.1:40178_solr    
x:halfcollection_shard1_replica_n1] o.a.s.u.TestInjection Inject random core 
creation delay of 2s
   [junit4]   2> 1887266 INFO  (qtp1707261034-12373) [n:127.0.0.1:40178_solr    
x:halfcollection_shard1_replica_n1] o.a.s.h.a.CoreAdminOperation core create 
command 
qt=/admin/cores&coreNodeName=core_node21&collection.configName=conf&name=halfcollection_shard1_replica_n1&action=CREATE&collection=halfcollectionblocker2&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1887278 INFO  (qtp1707261034-12373) [n:127.0.0.1:40178_solr 
c:halfcollectionblocker2 s:shard1 r:core_node21 
x:halfcollection_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene 
MatchVersion: 7.6.0
   [junit4]   2> 1887284 INFO  (qtp1707261034-12373) [n:127.0.0.1:40178_solr 
c:halfcollectionblocker2 s:shard1 r:core_node21 
x:halfcollection_shard1_replica_n1] o.a.s.s.IndexSchema 
[halfcollection_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 1887287 INFO  (qtp1707261034-12373) [n:127.0.0.1:40178_solr 
c:halfcollectionblocker2 s:shard1 r:core_node21 
x:halfcollection_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema 
minimal/1.1 with uniqueid field id
   [junit4]   2> 1887287 INFO  (qtp1707261034-12373) [n:127.0.0.1:40178_solr 
c:halfcollectionblocker2 s:shard1 r:core_node21 
x:halfcollection_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 
'halfcollection_shard1_replica_n1' using configuration from collection 
halfcollectionblocker2, trusted=true
   [junit4]   2> 1887287 INFO  (qtp1707261034-12373) [n:127.0.0.1:40178_solr 
c:halfcollectionblocker2 s:shard1 r:core_node21 
x:halfcollection_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring 
for 'solr.core.halfcollectionblocker2.shard1.core_node21' (registry 
'solr.core.halfcollectionblocker2.shard1.core_node21') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@474a80f9
   [junit4]   2> 1887288 INFO  (qtp1707261034-12373) [n:127.0.0.1:40178_solr 
c:halfcollectionblocker2 s:shard1 r:core_node21 
x:halfcollection_shard1_replica_n1] o.a.s.c.SolrCore 
[[halfcollection_shard1_replica_n1] ] Opening new SolrCore at 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.api.collections.CollectionsAPIDistributedZkTest_6240D9A44288471C-001/tempDir-001/node1/halfcollection_shard1_replica_n1],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.api.collections.CollectionsAPIDistributedZkTest_6240D9A44288471C-001/tempDir-001/node1/halfcollection_shard1_replica_n1/data/]
   [junit4]   2> 1887335 INFO  (qtp1707261034-12373) [n:127.0.0.1:40178_solr 
c:halfcollectionblocker2 s:shard1 r:core_node21 
x:halfcollection_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog 
implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1887335 INFO  (qtp1707261034-12373) [n:127.0.0.1:40178_solr 
c:halfcollectionblocker2 s:shard1 r:core_node21 
x:halfcollection_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: 
dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 
numVersionBuckets=65536
   [junit4]   2> 1887337 INFO  (qtp1707261034-12373) [n:127.0.0.1:40178_solr 
c:halfcollectionblocker2 s:shard1 r:core_node21 
x:halfcollection_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: 
disabled
   [junit4]   2> 1887337 INFO  (qtp1707261034-12373) [n:127.0.0.1:40178_solr 
c:halfcollectionblocker2 s:shard1 r:core_node21 
x:halfcollection_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: 
disabled
   [junit4]   2> 1887338 INFO  (qtp1707261034-12373) [n:127.0.0.1:40178_solr 
c:halfcollectionblocker2 s:shard1 r:core_node21 
x:halfcollection_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@1aa2a6e[halfcollection_shard1_replica_n1] main]
   [junit4]   2> 1887339 INFO  (qtp1707261034-12373) [n:127.0.0.1:40178_solr 
c:halfcollectionblocker2 s:shard1 r:core_node21 
x:halfcollection_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured 
ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 1887339 INFO  (qtp1707261034-12373) [n:127.0.0.1:40178_solr 
c:halfcollectionblocker2 s:shard1 r:core_node21 
x:halfcollection_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null 
at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1887340 INFO  (qtp1707261034-12373) [n:127.0.0.1:40178_solr 
c:halfcollectionblocker2 s:shard1 r:core_node21 
x:halfcollection_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be 
reserved for 10000ms.
   [junit4]   2> 1887340 INFO  (qtp1707261034-12373) [n:127.0.0.1:40178_solr 
c:halfcollectionblocker2 s:shard1 r:core_node21 
x:halfcollection_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max 
version in index or recent updates, using new clock 1613879615505301504
   [junit4]   2> 1887343 INFO  
(searcherExecutor-5016-thread-1-processing-n:127.0.0.1:40178_solr 
x:halfcollection_shard1_replica_n1 c:halfcollectionblocker2 s:shard1 
r:core_node21) [n:127.0.0.1:40178_solr c:halfcollectionblocker2 s:shard1 
r:core_node21 x:halfcollection_shard1_replica_n1] o.a.s.c.SolrCore 
[halfcollection_shard1_replica_n1] Registered new searcher 
Searcher@1aa2a6e[halfcollection_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1887349 INFO  (qtp1707261034-12373) [n:127.0.0.1:40178_solr 
c:halfcollectionblocker2 s:shard1 r:core_node21 
x:halfcollection_shard1_replica_n1] o.a.s.c.ZkShardTerms Successful update of 
terms at /collections/halfcollectionblocker2/terms/shard1 to 
Terms{values={core_node21=0}, version=0}
   [junit4]   2> 1887354 INFO  (qtp1707261034-12373) [n:127.0.0.1:40178_solr 
c:halfcollectionblocker2 s:shard1 r:core_node21 
x:halfcollection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Enough 
replicas found to continue.
   [junit4]   2> 1887354 INFO  (qtp1707261034-12373) [n:127.0.0.1:40178_solr 
c:halfcollectionblocker2 s:shard1 r:core_node21 
x:halfcollection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I may be 
the new leader - try and sync
   [junit4]   2> 1887354 INFO  (qtp1707261034-12373) [n:127.0.0.1:40178_solr 
c:halfcollectionblocker2 s:shard1 r:core_node21 
x:halfcollection_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:40178/solr/halfcollection_shard1_replica_n1/
   [junit4]   2> 1887354 INFO  (qtp1707261034-12373) [n:127.0.0.1:40178_solr 
c:halfcollectionblocker2 s:shard1 r:core_node21 
x:halfcollection_shard1_replica_n1] o.a.s.c.SyncStrategy Sync Success - now 
sync replicas to me
   [junit4]   2> 1887355 INFO  (qtp1707261034-12373) [n:127.0.0.1:40178_solr 
c:halfcollectionblocker2 s:shard1 r:core_node21 
x:halfcollection_shard1_replica_n1] o.a.s.c.SyncStrategy 
http://127.0.0.1:40178/solr/halfcollection_shard1_replica_n1/ has no replicas
   [junit4]   2> 1887355 INFO  (qtp1707261034-12373) [n:127.0.0.1:40178_solr 
c:halfcollectionblocker2 s:shard1 r:core_node21 
x:halfcollection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Found 
all replicas participating in election, clear LIR
   [junit4]   2> 1887360 INFO  (qtp1707261034-12373) [n:127.0.0.1:40178_solr 
c:halfcollectionblocker2 s:shard1 r:core_node21 
x:halfcollection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I am the 
new leader: http://127.0.0.1:40178/solr/halfcollection_shard1_replica_n1/ shard1
   [junit4]   2> 1887463 INFO  (qtp1707261034-12373) [n:127.0.0.1:40178_solr 
c:halfcollectionblocker2 s:shard1 r:core_node21 
x:halfcollection_shard1_replica_n1] o.a.s.c.ZkController I am the leader, no 
recovery necessary
   [junit4]   2> 1887465 INFO  (qtp1707261034-12373) [n:127.0.0.1:40178_solr 
c:halfcollectionblocker2 s:shard1 r:core_node21 
x:halfcollection_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] webapp=null 
path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node21&collection.configName=conf&name=halfcol

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

tpChannel.java:352)
   [junit4]   1>        at 
org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:260)
   [junit4]   1>        at 
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:281)
   [junit4]   1>        at 
org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:102)
   [junit4]   1>        at 
org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:291)
   [junit4]   1>        at 
org.eclipse.jetty.io.ssl.SslConnection$3.succeeded(SslConnection.java:151)
   [junit4]   1>        at 
org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:102)
   [junit4]   1>        at 
org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:118)
   [junit4]   1>        at 
org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:333)
   [junit4]   1>        at 
org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:310)
   [junit4]   1>        at 
org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:168)
   [junit4]   1>        at 
org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:126)
   [junit4]   1>        at 
org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:366)
   [junit4]   1>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:762)
   [junit4]   1>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:680)
   [junit4]   1>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   1> 
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=CloudSolrClientTest 
-Dtests.method=testNonRetryableRequests -Dtests.seed=75201E6067BC6310 
-Dtests.multiplier=2 -Dtests.slow=true -Dtests.badapples=true 
-Dtests.locale=es-VE -Dtests.timezone=Europe/Zurich -Dtests.asserts=true 
-Dtests.file.encoding=UTF-8
   [junit4] FAILURE 4.18s J1 | CloudSolrClientTest.testNonRetryableRequests <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: expected:<1> but 
was:<0>
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([75201E6067BC6310:DDCED9F399F5171C]:0)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.CloudSolrClientTest.testNonRetryableRequests(CloudSolrClientTest.java:550)
   [junit4]    >        at java.lang.Thread.run(Thread.java:748)
   [junit4]   1> 21:25:55.074 
[TEST-CloudSolrClientTest.testShutdown-seed#[75201E6067BC6310]-SendThread(ff01::114:33332)]
 ERROR org.apache.zookeeper.ClientCnxnSocketNIO - Unable to open socket to 
ff01::114/ff01:0:0:0:0:0:0:114:33332
   [junit4]   1> 21:25:56.175 
[TEST-CloudSolrClientTest.testShutdown-seed#[75201E6067BC6310]-SendThread(ff01::114:33332)]
 ERROR org.apache.zookeeper.ClientCnxnSocketNIO - Unable to open socket to 
ff01::114/ff01:0:0:0:0:0:0:114:33332
   [junit4]   1> -
   [junit4]   1> replica:core_node2 rstate:active live:true
   [junit4]   1> no one is recoverying
   [junit4]   1> -
   [junit4]   1> replica:core_node2 rstate:active live:true
   [junit4]   1> replica:core_node4 rstate:down live:true
   [junit4]   1> -
   [junit4]   1> replica:core_node2 rstate:active live:true
   [junit4]   1> replica:core_node4 rstate:recovering live:true
   [junit4]   1> -
   [junit4]   1> replica:core_node2 rstate:active live:true
   [junit4]   1> replica:core_node4 rstate:active live:true
   [junit4]   1> no one is recoverying
   [junit4]   1> -
   [junit4]   1> replica:core_node4 rstate:active live:true
   [junit4]   1> no one is recoverying
   [junit4]   1> 21:26:08.339 
[TEST-CloudSolrClientTest.testRetryUpdatesWhenClusterStateIsStale-seed#[75201E6067BC6310]]
 ERROR org.apache.solr.client.solrj.impl.CloudSolrClient - Request to 
collection [stale_state_test_col] failed due to (404) 
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at 
https://127.0.0.1:39688/solr/stale_state_test_col_shard1_replica_n1: Expected 
mime type application/octet-stream but got text/html. <html>
   [junit4]   1> <head>
   [junit4]   1> <meta http-equiv="Content-Type" 
content="text/html;charset=utf-8"/>
   [junit4]   1> <title>Error 404 Can not find: 
/solr/stale_state_test_col_shard1_replica_n1/update</title>
   [junit4]   1> </head>
   [junit4]   1> <body><h2>HTTP ERROR 404</h2>
   [junit4]   1> <p>Problem accessing 
/solr/stale_state_test_col_shard1_replica_n1/update. Reason:
   [junit4]   1> <pre>    Can not find: 
/solr/stale_state_test_col_shard1_replica_n1/update</pre></p><hr><a 
href="http://eclipse.org/jetty";>Powered by Jetty:// 9.4.11.v20180605</a><hr/>
   [junit4]   1> 
   [junit4]   1> </body>
   [junit4]   1> </html>
   [junit4]   1> , retry? 0
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=CloudSolrClientTest 
-Dtests.method=preferLocalShardsTest -Dtests.seed=75201E6067BC6310 
-Dtests.multiplier=2 -Dtests.slow=true -Dtests.badapples=true 
-Dtests.locale=es-VE -Dtests.timezone=Europe/Zurich -Dtests.asserts=true 
-Dtests.file.encoding=UTF-8
   [junit4] FAILURE 13.2s J1 | CloudSolrClientTest.preferLocalShardsTest <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Response was not 
received from shards on a single node
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([75201E6067BC6310:89ED86D9996BF4EA]:0)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.CloudSolrClientTest.queryWithShardsPreferenceRules(CloudSolrClientTest.java:471)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.CloudSolrClientTest.preferLocalShardsTest(CloudSolrClientTest.java:420)
   [junit4]    >        at java.lang.Thread.run(Thread.java:748)
   [junit4]   1> 21:26:45.760 
[SUITE-CloudSolrClientTest-seed#[75201E6067BC6310]-worker] ERROR 
org.apache.zookeeper.server.ZooKeeperServer - ZKShutdownHandler is not 
registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN 
server state changes
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.impl.CloudSolrClientTest_75201E6067BC6310-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70), 
sim=RandomSimilarity(queryNorm=false): {}, locale=es-VE, timezone=Europe/Zurich
   [junit4]   2> NOTE: Linux 4.4.0-112-generic amd64/Oracle Corporation 
1.8.0_172 (64-bit)/cpus=4,threads=1,free=62878168,total=376963072
   [junit4]   2> NOTE: All tests run in this JVM: [TestPolicy2, 
AnlysisResponseBaseTest, SolrExampleEmbeddedTest, 
HttpSolrClientSSLAuthConPoolTest, TestValidatingJsonMap, 
TestSpellCheckResponse, SolrPingTest, AbsoluteValueEvaluatorTest, 
BasicHttpSolrClientTest, ConcurrentUpdateSolrClientBuilderTest, 
CeilingEvaluatorTest, NormalDistributionEvaluatorTest, TermsResponseTest, 
TestCoreAdmin, GraphExpressionTest, TestCloudCollectionsListeners, 
SelectWithEvaluatorsTest, EqualToEvaluatorTest, FieldAnalysisResponseTest, 
StreamExpressionToExpessionTest, TestJsonRecordReader, TestSolrJErrorHandling, 
HttpClientUtilTest, RecursiveEvaluatorTest, SolrExampleStreamingTest, 
UsingSolrJRefGuideExamplesTest, CollectionAdminRequestRequiredParamsTest, 
GetByIdTest, SolrExampleBinaryTest, SolrExampleXMLTest, TestBatchUpdate, 
TestPolicy, LargeVolumeEmbeddedTest, LargeVolumeJettyTest, TestSolrProperties, 
CloudSolrClientMultiConstructorTest, CloudSolrClientRetryTest, 
CloudSolrClientTest]
   [junit4] Completed [99/157 (2!)] on J1 in 64.20s, 16 tests, 2 failures <<< 
FAILURES!

[...truncated 44960 lines...]
-ecj-javadoc-lint-tests:
    [mkdir] Created dir: /tmp/ecj1604281937
 [ecj-lint] Compiling 164 source files to /tmp/ecj1604281937
 [ecj-lint] invalid Class-Path header in manifest of jar file: 
/home/jenkins/.ivy2/cache/org.restlet.jee/org.restlet/jars/org.restlet-2.3.0.jar
 [ecj-lint] invalid Class-Path header in manifest of jar file: 
/home/jenkins/.ivy2/cache/org.restlet.jee/org.restlet.ext.servlet/jars/org.restlet.ext.servlet-2.3.0.jar
 [ecj-lint] ----------
 [ecj-lint] 1. ERROR in 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/solr/solrj/src/test/org/apache/solr/client/solrj/SolrExampleTests.java
 (at line 72)
 [ecj-lint]     import org.apache.solr.common.util.Utils;
 [ecj-lint]            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] The import org.apache.solr.common.util.Utils is never used
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 2. WARNING in 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/solr/solrj/src/test/org/apache/solr/client/solrj/cloud/autoscaling/TestPolicy.java
 (at line 2961)
 [ecj-lint]     new SolrJSONWriter(writer)
 [ecj-lint]     ^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: '<unassigned Closeable value>' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 3. WARNING in 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/solr/solrj/src/test/org/apache/solr/common/util/TestSolrJsonWriter.java
 (at line 45)
 [ecj-lint]     new SolrJSONWriter(writer)
 [ecj-lint]     ^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: '<unassigned Closeable value>' is never closed
 [ecj-lint] ----------
 [ecj-lint] 3 problems (1 error, 2 warnings)

BUILD FAILED
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/build.xml:642:
 The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/build.xml:101:
 The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/solr/build.xml:680:
 The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/lucene/common-build.xml:2092:
 The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/lucene/common-build.xml:2125:
 Compile failed; see the compiler error output for details.

Total time: 227 minutes 52 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to