You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2018/02/04 03:48:33 UTC

[JENKINS] Lucene-Solr-Tests-master - Build # 2295 - Failure

Build: https://builds.apache.org/job/Lucene-Solr-Tests-master/2295/

12 tests failed.
FAILED:  org.apache.solr.cloud.AliasIntegrationTest.testModifyMetadataCAR

Error Message:


Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([6F129FABD39C8730:7340DEE06E472768]:0)
	at org.junit.Assert.fail(Assert.java:92)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.junit.Assert.assertTrue(Assert.java:54)
	at org.apache.solr.cloud.AliasIntegrationTest.checkFooAndBarMeta(AliasIntegrationTest.java:283)
	at org.apache.solr.cloud.AliasIntegrationTest.testModifyMetadataCAR(AliasIntegrationTest.java:262)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.cloud.BasicZkTest.testBasic

Error Message:
ClusterState says we are the leader (http://10.41.0.5:8983/collection1), but locally we don't think so. Request came from null

Stack Trace:
org.apache.solr.common.SolrException: ClusterState says we are the leader (http://10.41.0.5:8983/collection1), but locally we don't think so. Request came from null
	at __randomizedtesting.SeedInfo.seed([6F129FABD39C8730:C4E882BE0C40011E]:0)
	at org.apache.solr.update.processor.DistributedUpdateProcessor.doDefensiveChecks(DistributedUpdateProcessor.java:562)
	at org.apache.solr.update.processor.DistributedUpdateProcessor.setupRequest(DistributedUpdateProcessor.java:323)
	at org.apache.solr.update.processor.DistributedUpdateProcessor.doDeleteById(DistributedUpdateProcessor.java:1383)
	at org.apache.solr.update.processor.DistributedUpdateProcessor.processDelete(DistributedUpdateProcessor.java:1372)
	at org.apache.solr.update.processor.LogUpdateProcessorFactory$LogUpdateProcessor.processDelete(LogUpdateProcessorFactory.java:124)
	at org.apache.solr.handler.loader.XMLLoader.processDelete(XMLLoader.java:366)
	at org.apache.solr.handler.loader.XMLLoader.processUpdate(XMLLoader.java:292)
	at org.apache.solr.handler.loader.XMLLoader.load(XMLLoader.java:188)
	at org.apache.solr.handler.UpdateRequestHandler$1.load(UpdateRequestHandler.java:97)
	at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:68)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:195)
	at org.apache.solr.core.SolrCore.execute(SolrCore.java:2503)
	at org.apache.solr.servlet.DirectSolrConnection.request(DirectSolrConnection.java:125)
	at org.apache.solr.util.TestHarness.update(TestHarness.java:284)
	at org.apache.solr.util.BaseTestHarness.checkUpdateStatus(BaseTestHarness.java:281)
	at org.apache.solr.util.BaseTestHarness.validateUpdate(BaseTestHarness.java:251)
	at org.apache.solr.SolrTestCaseJ4.checkUpdateU(SolrTestCaseJ4.java:849)
	at org.apache.solr.SolrTestCaseJ4.assertU(SolrTestCaseJ4.java:828)
	at org.apache.solr.cloud.BasicZkTest.testBasic(BasicZkTest.java:68)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.cloud.TestSkipOverseerOperations.testSkipLeaderOperations

Error Message:
Expected 2x1 for collection: collection1 null Live Nodes: [127.0.0.1:33025_solr, 127.0.0.1:33181_solr, 127.0.0.1:57363_solr] Last available state: DocCollection(collection1//collections/collection1/state.json/11)={   "pullReplicas":"0",   "replicationFactor":"1",   "shards":{     "shard1":{       "range":"80000000-ffffffff",       "state":"active",       "replicas":{"core_node3":{           "core":"collection1_shard1_replica_n1",           "base_url":"https://127.0.0.1:57363/solr",           "node_name":"127.0.0.1:57363_solr",           "state":"down",           "type":"NRT",           "leader":"true"}}},     "shard2":{       "range":"0-7fffffff",       "state":"active",       "replicas":{"core_node4":{           "core":"collection1_shard2_replica_n2",           "base_url":"https://127.0.0.1:33181/solr",           "node_name":"127.0.0.1:33181_solr",           "state":"active",           "type":"NRT",           "leader":"true"}}}},   "router":{"name":"compositeId"},   "maxShardsPerNode":"1",   "autoAddReplicas":"false",   "nrtReplicas":"1",   "tlogReplicas":"0"}

Stack Trace:
java.lang.AssertionError: Expected 2x1 for collection: collection1
null
Live Nodes: [127.0.0.1:33025_solr, 127.0.0.1:33181_solr, 127.0.0.1:57363_solr]
Last available state: DocCollection(collection1//collections/collection1/state.json/11)={
  "pullReplicas":"0",
  "replicationFactor":"1",
  "shards":{
    "shard1":{
      "range":"80000000-ffffffff",
      "state":"active",
      "replicas":{"core_node3":{
          "core":"collection1_shard1_replica_n1",
          "base_url":"https://127.0.0.1:57363/solr",
          "node_name":"127.0.0.1:57363_solr",
          "state":"down",
          "type":"NRT",
          "leader":"true"}}},
    "shard2":{
      "range":"0-7fffffff",
      "state":"active",
      "replicas":{"core_node4":{
          "core":"collection1_shard2_replica_n2",
          "base_url":"https://127.0.0.1:33181/solr",
          "node_name":"127.0.0.1:33181_solr",
          "state":"active",
          "type":"NRT",
          "leader":"true"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"1",
  "autoAddReplicas":"false",
  "nrtReplicas":"1",
  "tlogReplicas":"0"}
	at __randomizedtesting.SeedInfo.seed([6F129FABD39C8730:9FF84C570CBFF75A]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.cloud.SolrCloudTestCase.waitForState(SolrCloudTestCase.java:269)
	at org.apache.solr.cloud.TestSkipOverseerOperations.testSkipLeaderOperations(TestSkipOverseerOperations.java:69)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.cloud.TestSkipOverseerOperations.testSkipDownOperations

Error Message:
expected:<19> but was:<21>

Stack Trace:
java.lang.AssertionError: expected:<19> but was:<21>
	at __randomizedtesting.SeedInfo.seed([6F129FABD39C8730:A880EDED2ED03CE6]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.failNotEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:128)
	at org.junit.Assert.assertEquals(Assert.java:472)
	at org.junit.Assert.assertEquals(Assert.java:456)
	at org.apache.solr.cloud.TestSkipOverseerOperations.testSkipDownOperations(TestSkipOverseerOperations.java:108)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.cloud.api.collections.CollectionsAPIDistributedZkTest.addReplicaTest

Error Message:
KeeperErrorCode = Session expired for /clusterstate.json

Stack Trace:
org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /clusterstate.json
	at __randomizedtesting.SeedInfo.seed([6F129FABD39C8730:FCB2C88D5D94CCE1]:0)
	at org.apache.zookeeper.KeeperException.create(KeeperException.java:130)
	at org.apache.zookeeper.KeeperException.create(KeeperException.java:54)
	at org.apache.zookeeper.ZooKeeper.exists(ZooKeeper.java:1105)
	at org.apache.solr.common.cloud.SolrZkClient.lambda$exists$3(SolrZkClient.java:316)
	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
	at org.apache.solr.common.cloud.SolrZkClient.exists(SolrZkClient.java:316)
	at org.apache.solr.common.cloud.ZkStateReader.createClusterStateWatchersAndUpdate(ZkStateReader.java:421)
	at org.apache.solr.cloud.MiniSolrCloudCluster.deleteAllCollections(MiniSolrCloudCluster.java:442)
	at org.apache.solr.cloud.api.collections.CollectionsAPIDistributedZkTest.clearCluster(CollectionsAPIDistributedZkTest.java:115)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:968)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.cloud.autoscaling.SearchRateTriggerTest.testTrigger

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

Stack Trace:
java.lang.AssertionError: expected:<0> but was:<1>
	at __randomizedtesting.SeedInfo.seed([6F129FABD39C8730:CD9A9294A53F41D]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.failNotEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:128)
	at org.junit.Assert.assertEquals(Assert.java:472)
	at org.junit.Assert.assertEquals(Assert.java:456)
	at org.apache.solr.cloud.autoscaling.SearchRateTriggerTest.testTrigger(SearchRateTriggerTest.java:101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.cloud.autoscaling.sim.TestGenericDistributedQueue.testDistributedQueue

Error Message:
Test abandoned because suite timeout was reached.

Stack Trace:
java.lang.Exception: Test abandoned because suite timeout was reached.
	at __randomizedtesting.SeedInfo.seed([6F129FABD39C8730]:0)


FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.autoscaling.sim.TestGenericDistributedQueue

Error Message:
Suite timeout exceeded (>= 7200000 msec).

Stack Trace:
java.lang.Exception: Suite timeout exceeded (>= 7200000 msec).
	at __randomizedtesting.SeedInfo.seed([6F129FABD39C8730]:0)


FAILED:  org.apache.solr.cloud.autoscaling.sim.TestLargeCluster.testSearchRate

Error Message:
The trigger did not fire at all

Stack Trace:
java.lang.AssertionError: The trigger did not fire at all
	at __randomizedtesting.SeedInfo.seed([6F129FABD39C8730:325A81221C5A217F]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.apache.solr.cloud.autoscaling.sim.TestLargeCluster.testSearchRate(TestLargeCluster.java:547)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.handler.admin.AutoscalingHistoryHandlerTest.testHistory

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

Stack Trace:
java.lang.AssertionError: expected:<5> but was:<0>
	at __randomizedtesting.SeedInfo.seed([6F129FABD39C8730:2EE3B5669D47837]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.failNotEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:128)
	at org.junit.Assert.assertEquals(Assert.java:472)
	at org.junit.Assert.assertEquals(Assert.java:456)
	at org.apache.solr.handler.admin.AutoscalingHistoryHandlerTest.testHistory(AutoscalingHistoryHandlerTest.java:244)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.update.SoftAutoCommitTest.testSoftCommitWithinAndHardCommitMaxTimeMixedAdds

Error Message:
hard529 was before searcher529: 17950562176191697 !<= 17950562162495467

Stack Trace:
java.lang.AssertionError: hard529 was before searcher529: 17950562176191697 !<= 17950562162495467
	at __randomizedtesting.SeedInfo.seed([6F129FABD39C8730:C2B12344D30195A5]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.apache.solr.update.SoftAutoCommitTest.doTestSoftAndHardCommitMaxTimeMixedAdds(SoftAutoCommitTest.java:245)
	at org.apache.solr.update.SoftAutoCommitTest.testSoftCommitWithinAndHardCommitMaxTimeMixedAdds(SoftAutoCommitTest.java:171)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.update.SoftAutoCommitTest.testSoftCommitWithinAndHardCommitMaxTimeRapidAdds

Error Message:
softCommit: commit#2 w/ commitNanos=17950563517015489, but maxNumCommits=1

Stack Trace:
java.lang.AssertionError: softCommit: commit#2 w/ commitNanos=17950563517015489, but maxNumCommits=1
	at __randomizedtesting.SeedInfo.seed([6F129FABD39C8730:95F97392ABB3098]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.update.SoftAutoCommitTest.assertRapidMultiCommitQueues(SoftAutoCommitTest.java:504)
	at org.apache.solr.update.SoftAutoCommitTest.doTestSoftAndHardCommitMaxTimeRapidAdds(SoftAutoCommitTest.java:460)
	at org.apache.solr.update.SoftAutoCommitTest.testSoftCommitWithinAndHardCommitMaxTimeRapidAdds(SoftAutoCommitTest.java:409)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 12411 lines...]
   [junit4] Suite: org.apache.solr.cloud.AliasIntegrationTest
   [junit4]   2> 993367 INFO  (SUITE-AliasIntegrationTest-seed#[6F129FABD39C8730]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.AliasIntegrationTest_6F129FABD39C8730-001/init-core-data-001
   [junit4]   2> 993367 WARN  (SUITE-AliasIntegrationTest-seed#[6F129FABD39C8730]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=11 numCloses=11
   [junit4]   2> 993367 INFO  (SUITE-AliasIntegrationTest-seed#[6F129FABD39C8730]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 993387 INFO  (SUITE-AliasIntegrationTest-seed#[6F129FABD39C8730]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 993388 INFO  (SUITE-AliasIntegrationTest-seed#[6F129FABD39C8730]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.AliasIntegrationTest_6F129FABD39C8730-001/tempDir-001
   [junit4]   2> 993388 INFO  (SUITE-AliasIntegrationTest-seed#[6F129FABD39C8730]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 994355 INFO  (Thread-307) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 994355 INFO  (Thread-307) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 994471 ERROR (Thread-307) [    ] 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> 994476 INFO  (SUITE-AliasIntegrationTest-seed#[6F129FABD39C8730]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:58165
   [junit4]   2> 994480 INFO  (zkConnectionManagerCallback-360-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 994562 INFO  (jetty-launcher-357-thread-2) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-22T02:27:37+05:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 994573 INFO  (jetty-launcher-357-thread-1) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-22T02:27:37+05:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 994662 INFO  (jetty-launcher-357-thread-2) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 994662 INFO  (jetty-launcher-357-thread-2) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 994663 INFO  (jetty-launcher-357-thread-2) [    ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 994783 INFO  (jetty-launcher-357-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@49223ded{/solr,null,AVAILABLE}
   [junit4]   2> 994785 INFO  (jetty-launcher-357-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@bc449{SSL,[ssl, http/1.1]}{127.0.0.1:54817}
   [junit4]   2> 994785 INFO  (jetty-launcher-357-thread-2) [    ] o.e.j.s.Server Started @1017680ms
   [junit4]   2> 994785 INFO  (jetty-launcher-357-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=54817}
   [junit4]   2> 994785 ERROR (jetty-launcher-357-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 994785 INFO  (jetty-launcher-357-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.0.0
   [junit4]   2> 994785 INFO  (jetty-launcher-357-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 994785 INFO  (jetty-launcher-357-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 994785 INFO  (jetty-launcher-357-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-02-03T22:49:36.575Z
   [junit4]   2> 994804 INFO  (jetty-launcher-357-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 994804 INFO  (jetty-launcher-357-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 994804 INFO  (jetty-launcher-357-thread-1) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 994804 INFO  (jetty-launcher-357-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@7a3c2180{/solr,null,AVAILABLE}
   [junit4]   2> 994805 INFO  (jetty-launcher-357-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@dd289b8{SSL,[ssl, http/1.1]}{127.0.0.1:44225}
   [junit4]   2> 994805 INFO  (jetty-launcher-357-thread-1) [    ] o.e.j.s.Server Started @1017700ms
   [junit4]   2> 994805 INFO  (jetty-launcher-357-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=44225}
   [junit4]   2> 994805 ERROR (jetty-launcher-357-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 994805 INFO  (jetty-launcher-357-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.0.0
   [junit4]   2> 994805 INFO  (jetty-launcher-357-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 994805 INFO  (jetty-launcher-357-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 994805 INFO  (jetty-launcher-357-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-02-03T22:49:36.595Z
   [junit4]   2> 995037 INFO  (zkConnectionManagerCallback-362-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 995087 INFO  (jetty-launcher-357-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 995131 INFO  (zkConnectionManagerCallback-364-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 995137 INFO  (jetty-launcher-357-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 995216 INFO  (jetty-launcher-357-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:58165/solr
   [junit4]   2> 995715 INFO  (jetty-launcher-357-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:58165/solr
   [junit4]   2> 995759 INFO  (zkConnectionManagerCallback-368-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 995806 INFO  (zkConnectionManagerCallback-372-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 996007 INFO  (zkConnectionManagerCallback-374-thread-1-processing-n:127.0.0.1:54817_solr) [n:127.0.0.1:54817_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 996056 INFO  (zkConnectionManagerCallback-376-thread-1-processing-n:127.0.0.1:44225_solr) [n:127.0.0.1:44225_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 997206 INFO  (jetty-launcher-357-thread-2) [n:127.0.0.1:54817_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 997223 INFO  (jetty-launcher-357-thread-1) [n:127.0.0.1:44225_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 997223 INFO  (jetty-launcher-357-thread-2) [n:127.0.0.1:54817_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:54817_solr
   [junit4]   2> 997225 INFO  (jetty-launcher-357-thread-1) [n:127.0.0.1:44225_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:44225_solr
   [junit4]   2> 997226 INFO  (jetty-launcher-357-thread-2) [n:127.0.0.1:54817_solr    ] o.a.s.c.Overseer Overseer (id=73233970961186821-127.0.0.1:54817_solr-n_0000000000) starting
   [junit4]   2> 997346 INFO  (zkCallback-375-thread-1-processing-n:127.0.0.1:44225_solr) [n:127.0.0.1:44225_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 997358 INFO  (zkCallback-373-thread-1-processing-n:127.0.0.1:54817_solr) [n:127.0.0.1:54817_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 997618 INFO  (jetty-launcher-357-thread-2) [n:127.0.0.1:54817_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:54817_solr
   [junit4]   2> 997632 INFO  (zkCallback-375-thread-1-processing-n:127.0.0.1:44225_solr) [n:127.0.0.1:44225_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 997698 INFO  (zkCallback-373-thread-1-processing-n:127.0.0.1:54817_solr) [n:127.0.0.1:54817_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 998594 INFO  (jetty-launcher-357-thread-1) [n:127.0.0.1:44225_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44225.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5846ecb2
   [junit4]   2> 998848 INFO  (jetty-launcher-357-thread-1) [n:127.0.0.1:44225_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44225.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5846ecb2
   [junit4]   2> 998848 INFO  (jetty-launcher-357-thread-1) [n:127.0.0.1:44225_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44225.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5846ecb2
   [junit4]   2> 999062 INFO  (jetty-launcher-357-thread-1) [n:127.0.0.1:44225_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.AliasIntegrationTest_6F129FABD39C8730-001/tempDir-001/node1/.
   [junit4]   2> 1000005 INFO  (jetty-launcher-357-thread-2) [n:127.0.0.1:54817_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_54817.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5846ecb2
   [junit4]   2> 1000108 INFO  (jetty-launcher-357-thread-2) [n:127.0.0.1:54817_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_54817.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5846ecb2
   [junit4]   2> 1000108 INFO  (jetty-launcher-357-thread-2) [n:127.0.0.1:54817_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_54817.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5846ecb2
   [junit4]   2> 1000110 INFO  (jetty-launcher-357-thread-2) [n:127.0.0.1:54817_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.AliasIntegrationTest_6F129FABD39C8730-001/tempDir-001/node2/.
   [junit4]   2> 1001861 INFO  (zkConnectionManagerCallback-382-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1002086 INFO  (zkConnectionManagerCallback-386-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1002088 INFO  (SUITE-AliasIntegrationTest-seed#[6F129FABD39C8730]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1002089 INFO  (SUITE-AliasIntegrationTest-seed#[6F129FABD39C8730]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:58165/solr ready
   [junit4]   2> 1002188 INFO  (TEST-AliasIntegrationTest.testErrorChecks-seed#[6F129FABD39C8730]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testErrorChecks
   [junit4]   2> 1002484 INFO  (qtp2060523306-1667) [n:127.0.0.1:44225_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=1&collection.configName=conf&name=testErrorChecks-collection&nrtReplicas=1&action=CREATE&numShards=2&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1002539 INFO  (OverseerThreadFactory-822-thread-1-processing-n:127.0.0.1:54817_solr) [n:127.0.0.1:54817_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection testErrorChecks-collection
   [junit4]   2> 1002701 INFO  (OverseerStateUpdate-73233970961186821-127.0.0.1:54817_solr-n_0000000000) [n:127.0.0.1:54817_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testErrorChecks-collection",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testErrorChecks-collection_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:44225/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1002731 INFO  (OverseerStateUpdate-73233970961186821-127.0.0.1:54817_solr-n_0000000000) [n:127.0.0.1:54817_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testErrorChecks-collection",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"testErrorChecks-collection_shard2_replica_n3",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:54817/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1003108 INFO  (qtp2060523306-1662) [n:127.0.0.1:44225_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node2&collection.configName=conf&newCollection=true&name=testErrorChecks-collection_shard1_replica_n1&action=CREATE&numShards=2&collection=testErrorChecks-collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1003109 INFO  (qtp2060523306-1662) [n:127.0.0.1:44225_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1003238 INFO  (qtp747798001-1654) [n:127.0.0.1:54817_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=testErrorChecks-collection_shard2_replica_n3&action=CREATE&numShards=2&collection=testErrorChecks-collection&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1003238 INFO  (qtp747798001-1654) [n:127.0.0.1:54817_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1003386 INFO  (zkCallback-375-thread-1-processing-n:127.0.0.1:44225_solr) [n:127.0.0.1:44225_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testErrorChecks-collection/state.json] for collection [testErrorChecks-collection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1003386 INFO  (zkCallback-373-thread-1-processing-n:127.0.0.1:54817_solr) [n:127.0.0.1:54817_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testErrorChecks-collection/state.json] for collection [testErrorChecks-collection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1003388 INFO  (zkCallback-375-thread-2-processing-n:127.0.0.1:44225_solr) [n:127.0.0.1:44225_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testErrorChecks-collection/state.json] for collection [testErrorChecks-collection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1003389 INFO  (zkCallback-373-thread-2-processing-n:127.0.0.1:54817_solr) [n:127.0.0.1:54817_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testErrorChecks-collection/state.json] for collection [testErrorChecks-collection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1004178 INFO  (qtp2060523306-1662) [n:127.0.0.1:44225_solr c:testErrorChecks-collection s:shard1 r:core_node2 x:testErrorChecks-collection_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1004236 INFO  (qtp2060523306-1662) [n:127.0.0.1:44225_solr c:testErrorChecks-collection s:shard1 r:core_node2 x:testErrorChecks-collection_shard1_replica_n1] o.a.s.s.IndexSchema [testErrorChecks-collection_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 1004251 INFO  (qtp2060523306-1662) [n:127.0.0.1:44225_solr c:testErrorChecks-collection s:shard1 r:core_node2 x:testErrorChecks-collection_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1004251 INFO  (qtp2060523306-1662) [n:127.0.0.1:44225_solr c:testErrorChecks-collection s:shard1 r:core_node2 x:testErrorChecks-collection_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'testErrorChecks-collection_shard1_replica_n1' using configuration from collection testErrorChecks-collection, trusted=true
   [junit4]   2> 1004252 INFO  (qtp2060523306-1662) [n:127.0.0.1:44225_solr c:testErrorChecks-collection s:shard1 r:core_node2 x:testErrorChecks-collection_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44225.solr.core.testErrorChecks-collection.shard1.replica_n1' (registry 'solr.core.testErrorChecks-collection.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5846ecb2
   [junit4]   2> 1004252 INFO  (qtp2060523306-1662) [n:127.0.0.1:44225_solr c:testErrorChecks-collection s:shard1 r:core_node2 x:testErrorChecks-collection_shard1_replica_n1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1004252 INFO  (qtp2060523306-1662) [n:127.0.0.1:44225_solr c:testErrorChecks-collection s:shard1 r:core_node2 x:testErrorChecks-collection_shard1_replica_n1] o.a.s.c.SolrCore [[testErrorChecks-collection_shard1_replica_n1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.AliasIntegrationTest_6F129FABD39C8730-001/tempDir-001/node1/testErrorChecks-collection_shard1_replica_n1], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.AliasIntegrationTest_6F129FABD39C8730-001/tempDir-001/node1/./testErrorChecks-collection_shard1_replica_n1/data/]
   [junit4]   2> 1004309 INFO  (qtp747798001-1654) [n:127.0.0.1:54817_solr c:testErrorChecks-collection s:shard2 r:core_node4 x:testErrorChecks-collection_shard2_replica_n3] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1004346 INFO  (qtp747798001-1654) [n:127.0.0.1:54817_solr c:testErrorChecks-collection s:shard2 r:core_node4 x:testErrorChecks-collection_shard2_replica_n3] o.a.s.s.IndexSchema [testErrorChecks-collection_shard2_replica_n3] Schema name=minimal
   [junit4]   2> 1004364 INFO  (qtp747798001-1654) [n:127.0.0.1:54817_solr c:testErrorChecks-collection s:shard2 r:core_node4 x:testErrorChecks-collection_shard2_replica_n3] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1004364 INFO  (qtp747798001-1654) [n:127.0.0.1:54817_solr c:testErrorChecks-collection s:shard2 r:core_node4 x:testErrorChecks-collection_shard2_replica_n3] o.a.s.c.CoreContainer Creating SolrCore 'testErrorChecks-collection_shard2_replica_n3' using configuration from collection testErrorChecks-collection, trusted=true
   [junit4]   2> 1004364 INFO  (qtp747798001-1654) [n:127.0.0.1:54817_solr c:testErrorChecks-collection s:shard2 r:core_node4 x:testErrorChecks-collection_shard2_replica_n3] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_54817.solr.core.testErrorChecks-collection.shard2.replica_n3' (registry 'solr.core.testErrorChecks-collection.shard2.replica_n3') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5846ecb2
   [junit4]   2> 1004365 INFO  (qtp747798001-1654) [n:127.0.0.1:54817_solr c:testErrorChecks-collection s:shard2 r:core_node4 x:testErrorChecks-collection_shard2_replica_n3] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1004365 INFO  (qtp747798001-1654) [n:127.0.0.1:54817_solr c:testErrorChecks-collection s:shard2 r:core_node4 x:testErrorChecks-collection_shard2_replica_n3] o.a.s.c.SolrCore [[testErrorChecks-collection_shard2_replica_n3] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.AliasIntegrationTest_6F129FABD39C8730-001/tempDir-001/node2/testErrorChecks-collection_shard2_replica_n3], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.AliasIntegrationTest_6F129FABD39C8730-001/tempDir-001/node2/./testErrorChecks-collection_shard2_replica_n3/data/]
   [junit4]   2> 1005048 INFO  (qtp2060523306-1662) [n:127.0.0.1:44225_solr c:testErrorChecks-collection s:shard1 r:core_node2 x:testErrorChecks-collection_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1005048 INFO  (qtp2060523306-1662) [n:127.0.0.1:44225_solr c:testErrorChecks-collection s:shard1 r:core_node2 x:testErrorChecks-collection_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1005049 INFO  (qtp2060523306-1662) [n:127.0.0.1:44225_solr c:testErrorChecks-collection s:shard1 r:core_node2 x:testErrorChecks-collection_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1005049 INFO  (qtp2060523306-1662) [n:127.0.0.1:44225_solr c:testErrorChecks-collection s:shard1 r:core_node2 x:testErrorChecks-collection_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1005067 INFO  (qtp2060523306-1662) [n:127.0.0.1:44225_solr c:testErrorChecks-collection s:shard1 r:core_node2 x:testErrorChecks-collection_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@af34516[testErrorChecks-collection_shard1_replica_n1] main]
   [junit4]   2> 1005069 INFO  (qtp2060523306-1662) [n:127.0.0.1:44225_solr c:testErrorChecks-collection s:shard1 r:core_node2 x:testErrorChecks-collection_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 1005069 INFO  (qtp2060523306-1662) [n:127.0.0.1:44225_solr c:testErrorChecks-collection s:shard1 r:core_node2 x:testErrorChecks-collection_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1005070 INFO  (qtp2060523306-1662) [n:127.0.0.1:44225_solr c:testErrorChecks-collection s:shard1 r:core_node2 x:testErrorChecks-collection_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1005100 INFO  (searcherExecutor-827-thread-1-processing-n:127.0.0.1:44225_solr x:testErrorChecks-collection_shard1_replica_n1 s:shard1 c:testErrorChecks-collection r:core_node2) [n:127.0.0.1:44225_solr c:testErrorChecks-collection s:shard1 r:core_node2 x:testErrorChecks-collection_shard1_replica_n1] o.a.s.c.SolrCore [testErrorChecks-collection_shard1_replica_n1] Registered new searcher Searcher@af34516[testErrorChecks-collection_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1005101 INFO  (qtp747798001-1654) [n:127.0.0.1:54817_solr c:testErrorChecks-collection s:shard2 r:core_node4 x:testErrorChecks-collection_shard2_replica_n3] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1005101 INFO  (qtp747798001-1654) [n:127.0.0.1:54817_solr c:testErrorChecks-collection s:shard2 r:core_node4 x:testErrorChecks-collection_shard2_replica_n3] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1005103 INFO  (qtp747798001-1654) [n:127.0.0.1:54817_solr c:testErrorChecks-collection s:shard2 r:core_node4 x:testErrorChecks-collection_shard2_replica_n3] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1005103 INFO  (qtp747798001-1654) [n:127.0.0.1:54817_solr c:testErrorChecks-collection s:shard2 r:core_node4 x:testErrorChecks-collection_shard2_replica_n3] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1005122 INFO  (qtp747798001-1654) [n:127.0.0.1:54817_solr c:testErrorChecks-collection s:shard2 r:core_node4 x:testErrorChecks-collection_shard2_replica_n3] o.a.s.s.SolrIndexSearcher Opening [Searcher@e91c9c0[testErrorChecks-collection_shard2_replica_n3] main]
   [junit4]   2> 1005124 INFO  (qtp2060523306-1662) [n:127.0.0.1:44225_solr c:testErrorChecks-collection s:shard1 r:core_node2 x:testErrorChecks-collection_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1591421894041534464
   [junit4]   2> 1005125 INFO  (qtp747798001-1654) [n:127.0.0.1:54817_solr c:testErrorChecks-collection s:shard2 r:core_node4 x:testErrorChecks-collection_shard2_replica_n3] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 1005125 INFO  (qtp747798001-1654) [n:127.0.0.1:54817_solr c:testErrorChecks-collection s:shard2 r:core_node4 x:testErrorChecks-collection_shard2_replica_n3] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1005173 INFO  (qtp747798001-1654) [n:127.0.0.1:54817_solr c:testErrorChecks-collection s:shard2 r:core_node4 x:testErrorChecks-collection_shard2_replica_n3] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1005174 INFO  (qtp747798001-1654) [n:127.0.0.1:54817_solr c:testErrorChecks-collection s:shard2 r:core_node4 x:testErrorChecks-collection_shard2_replica_n3] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1591421894093963264
   [junit4]   2> 1005203 INFO  (searcherExecutor-828-thread-1-processing-n:127.0.0.1:54817_solr x:testErrorChecks-collection_shard2_replica_n3 s:shard2 c:testErrorChecks-collection r:core_node4) [n:127.0.0.1:54817_solr c:testErrorChecks-collection s:shard2 r:core_node4 x:testErrorChecks-collection_shard2_replica_n3] o.a.s.c.SolrCore [testErrorChecks-collection_shard2_replica_n3] Registered new searcher Searcher@e91c9c0[testErrorChecks-collection_shard2_replica_n3] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1005218 INFO  (qtp2060523306-1662) [n:127.0.0.1:44225_solr c:testErrorChecks-collection s:shard1 r:core_node2 x:testErrorChecks-collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1005219 INFO  (qtp2060523306-1662) [n:127.0.0.1:44225_solr c:testErrorChecks-collection s:shard1 r:core_node2 x:testErrorChecks-collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1005219 INFO  (qtp2060523306-1662) [n:127.0.0.1:44225_solr c:testErrorChecks-collection s:shard1 r:core_node2 x:testErrorChecks-collection_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:44225/solr/testErrorChecks-collection_shard1_replica_n1/
   [junit4]   2> 1005219 INFO  (qtp2060523306-1662) [n:127.0.0.1:44225_solr c:testErrorChecks-collection s:shard1 r:core_node2 x:testErrorChecks-collection_shard1_replica_n1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1005219 INFO  (qtp2060523306-1662) [n:127.0.0.1:44225_solr c:testErrorChecks-collection s:shard1 r:core_node2 x:testErrorChecks-collection_shard1_replica_n1] o.a.s.c.SyncStrategy https://127.0.0.1:44225/solr/testErrorChecks-collection_shard1_replica_n1/ has no replicas
   [junit4]   2> 1005219 INFO  (qtp2060523306-1662) [n:127.0.0.1:44225_solr c:testErrorChecks-collection s:shard1 r:core_node2 x:testErrorChecks-collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 1005238 INFO  (qtp2060523306-1662) [n:127.0.0.1:44225_solr c:testErrorChecks-collection s:shard1 r:core_node2 x:testErrorChecks-collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:44225/solr/testErrorChecks-collection_shard1_replica_n1/ shard1
   [junit4]   2> 1005269 INFO  (qtp747798001-1654) [n:127.0.0.1:54817_solr c:testErrorChecks-collection s:shard2 r:core_node4 x:testErrorChecks-collection_shard2_replica_n3] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1005269 INFO  (qtp747798001-1654) [n:127.0.0.1:54817_solr c:testErrorChecks-collection s:shard2 r:core_node4 x:testErrorChecks-collection_shard2_replica_n3] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1005269 INFO  (qtp747798001-1654) [n:127.0.0.1:54817_solr c:testErrorChecks-collection s:shard2 r:core_node4 x:testErrorChecks-collection_shard2_replica_n3] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:54817/solr/testErrorChecks-collection_shard2_replica_n3/
   [junit4]   2> 1005270 INFO  (qtp747798001-1654) [n:127.0.0.1:54817_solr c:testErrorChecks-collection s:shard2 r:core_node4 x:testErrorChecks-collection_shard2_replica_n3] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1005270 INFO  (qtp747798001-1654) [n:127.0.0.1:54817_solr c:testErrorChecks-collection s:shard2 r:core_node4 x:testErrorChecks-collection_shard2_replica_n3] o.a.s.c.SyncStrategy https://127.0.0.1:54817/solr/testErrorChecks-collection_shard2_replica_n3/ has no replicas
   [junit4]   2> 1005270 INFO  (qtp747798001-1654) [n:127.0.0.1:54817_solr c:testErrorChecks-collection s:shard2 r:core_node4 x:testErrorChecks-collection_shard2_replica_n3] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 1005343 INFO  (qtp747798001-1654) [n:127.0.0.1:54817_solr c:testErrorChecks-collection s:shard2 r:core_node4 x:testErrorChecks-collection_shard2_replica_n3] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:54817/solr/testErrorChecks-collection_shard2_replica_n3/ shard2
   [junit4]   2> 1005576 INFO  (zkCallback-375-thread-1-processing-n:127.0.0.1:44225_solr) [n:127.0.0.1:44225_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testErrorChecks-collection/state.json] for collection [testErrorChecks-collection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1005577 INFO  (zkCallback-375-thread-2-processing-n:127.0.0.1:44225_solr) [n:127.0.0.1:44225_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testErrorChecks-collection/state.json] for collection [testErrorChecks-collection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1005578 INFO  (zkCallback-373-thread-1-processing-n:127.0.0.1:54817_solr) [n:127.0.0.1:54817_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testErrorChecks-collection/state.json] for collection [testErrorChecks-collection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1005578 INFO  (zkCallback-373-thread-2-processing-n:127.0.0.1:54817_solr) [n:127.0.0.1:54817_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testErrorChecks-collection/state.json] for collection [testErrorChecks-collection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1005580 INFO  (qtp747798001-1654) [n:127.0.0.1:54817_solr c:testErrorChecks-collection s:shard2 r:core_node4 x:testErrorChecks-collection_shard2_replica_n3] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1005592 INFO  (qtp747798001-1654) [n:127.0.0.1:54817_solr c:testErrorChecks-collection s:shard2 r:core_node4 x:testErrorChecks-collection_shard2_replica_n3] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=testErrorChecks-collection_shard2_replica_n3&action=CREATE&numShards=2&collection=testErrorChecks-collection&shard=shard2&wt=javabin&version=2&replicaType=NRT} status=0 QTime=2354
   [junit4]   2> 1005626 INFO  (qtp2060523306-1662) [n:127.0.0.1:44225_solr c:testErrorChecks-collection s:shard1 r:core_node2 x:testErrorChecks-collection_shard1_replica_n1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1005628 INFO  (qtp2060523306-1662) [n:127.0.0.1:44225_solr c:testErrorChecks-collection s:shard1 r:core_node2 x:testErrorChecks-collection_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node2&collection.configName=conf&newCollection=true&name=testErrorChecks-collection_shard1_replica_n1&action=CREATE&numShards=2&collection=testErrorChecks-collection&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=2520
   [junit4]   2> 1005735 INFO  (zkCallback-375-thread-2-processing-n:127.0.0.1:44225_solr) [n:127.0.0.1:44225_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testErrorChecks-collection/state.json] for collection [testErrorChecks-collection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1005735 INFO  (zkCallback-375-thread-1-processing-n:127.0.0.1:44225_solr) [n:127.0.0.1:44225_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testErrorChecks-collection/state.json] for collection [testErrorChecks-collection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1005736 INFO  (zkCallback-373-thread-1-processing-n:127.0.0.1:54817_solr) [n:127.0.0.1:54817_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testErrorChecks-collection/state.json] for collection [testErrorChecks-collection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1005737 INFO  (zkCallback-373-thread-2-processing-n:127.0.0.1:54817_solr) [n:127.0.0.1:54817_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testErrorChecks-collection/state.json] for collection [testErrorChecks-collection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1005771 INFO  (qtp2060523306-1667) [n:127.0.0.1:44225_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> 1005771 INFO  (qtp2060523306-1667) [n:127.0.0.1:44225_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=1&collection.configName=conf&name=testErrorChecks-collection&nrtReplicas=1&action=CREATE&numShards=2&wt=javabin&version=2} status=0 QTime=3287
   [junit4]   2> 1005807 INFO  (qtp2060523306-1665) [n:127.0.0.1:44225_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :createalias with params collections=doesnotexist&name=testalias&action=CREATEALIAS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1005856 INFO  (OverseerCollectionConfigSetProcessor-73233970961186821-127.0.0.1:54817_solr-n_0000000000) [n:127.0.0.1:54817_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> 1005858 INFO  (OverseerThreadFactory-822-thread-2-processing-n:127.0.0.1:54817_solr) [n:127.0.0.1:54817_solr    ] o.a.s.c.a.c.OverseerCollectionMessageHandler Ignoring exception matching .
   [junit4]   2> 1005884 INFO  (qtp2060523306-1665) [n:127.0.0.1:44225_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collections=doesnotexist&name=testalias&action=CREATEALIAS&wt=javabin&version=2} status=400 QTime=77
   [junit4]   2> 1005887 INFO  (qtp2060523306-1667) [n:127.0.0.1:44225_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :createalias with params collections=testErrorChecks-collection,doesnotexist&name=testalias&action=CREATEALIAS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1005920 INFO  (OverseerCollectionConfigSetProcessor-73233970961186821-127.0.0.1:54817_solr-n_0000000000) [n:127.0.0.1:54817_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> 1005921 INFO  (OverseerThreadFactory-822-thread-3-processing-n:127.0.0.1:54817_solr) [n:127.0.0.1:54817_solr    ] o.a.s.c.a.c.OverseerCollectionMessageHandler Ignoring exception matching .
   [junit4]   2> 1005960 INFO  (qtp2060523306-1667) [n:127.0.0.1:44225_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collections=testErrorChecks-collection,doesnotexist&name=testalias&action=CREATEALIAS&wt=javabin&version=2} status=400 QTime=73
   [junit4]   2> 1005962 INFO  (qtp2060523306-1665) [n:127.0.0.1:44225_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :createalias with params collections=testErrorChecks-collection&name=testalias&action=CREATEALIAS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1005974 INFO  (OverseerCollectionConfigSetProcessor-73233970961186821-127.0.0.1:54817_solr-n_0000000000) [n:127.0.0.1:54817_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> 1005979 WARN  (OverseerCollectionConfigSetProcessor-73233970961186821-127.0.0.1:54817_solr-n_0000000000) [n:127.0.0.1:54817_solr    ] o.a.s.c.LockTree lock_is_leaked at[testalias]
   [junit4]   2> 1005980 INFO  (OverseerThreadFactory-822-thread-3-processing-n:127.0.0.1:54817_solr) [n:127.0.0.1:54817_solr    ] o.a.s.c.LockTree Unlocked multiple times : testalias
   [junit4]   2> 1006156 INFO  (qtp2060523306-1665) [n:127.0.0.1:44225_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collections=testErrorChecks-collection&name=testalias&action=CREATEALIAS&wt=javabin&version=2} status=0 QTime=194
   [junit4]   2> 1006158 INFO  (qtp2060523306-1667) [n:127.0.0.1:44225_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :createalias with params collections=testalias&name=testalias2&action=CREATEALIAS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1006172 INFO  (OverseerCollectionConfigSetProcessor-73233970961186821-127.0.0.1:54817_solr-n_0000000000) [n:127.0.0.1:54817_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000006 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 1006311 INFO  (qtp2060523306-1667) [n:127.0.0.1:44225_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collections=testalias&name=testalias2&action=CREATEALIAS&wt=javabin&version=2} status=0 QTime=153
   [junit4]   2> 1006336 INFO  (qtp2060523306-1665) [n:127.0.0.1:44225_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :createalias with params collections=testalias2,doesnotexist&name=testalias3&action=CREATEALIAS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1006343 INFO  (OverseerCollectionConfigSetProcessor-73233970961186821-127.0.0.1:54817_solr-n_0000000000) [n:127.0.0.1:54817_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000008 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 1006367 INFO  (OverseerThreadFactory-822-thread-5-processing-n:127.0.0.1:54817_solr) [n:127.0.0.1:54817_solr    ] o.a.s.c.a.c.OverseerCollectionMessageHandler Ignoring exception matching .
   [junit4]   2> 1006385 INFO  (qtp2060523306-1665) [n:127.0.0.1:44225_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collections=testalias2,doesnotexist&name=testalias3&action=CREATEALIAS&wt=javabin&version=2} status=400 QTime=48
   [junit4]   2> 1006389 INFO  (qtp2060523306-1667) [n:127.0.0.1:44225_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :deletealias with params name=testalias&action=DELETEALIAS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1006395 INFO  (OverseerCollectionConfigSetProcessor-73233970961186821-127.0.0.1:54817_solr-n_0000000000) [n:127.0.0.1:54817_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection

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

eds-interceptors-admin-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/test-lib/apacheds-interceptors-authn-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/test-lib/apacheds-interceptors-authz-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/test-lib/apacheds-interceptors-changelog-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/test-lib/apacheds-interceptors-collective-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/test-lib/apacheds-interceptors-event-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/test-lib/apacheds-interceptors-exception-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/test-lib/apacheds-interceptors-journal-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/test-lib/apacheds-interceptors-normalization-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/test-lib/apacheds-interceptors-operational-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/test-lib/apacheds-interceptors-referral-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/test-lib/apacheds-interceptors-schema-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/test-lib/apacheds-interceptors-subtree-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/test-lib/apacheds-interceptors-trigger-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/test-lib/apacheds-jdbm-partition-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/test-lib/apacheds-jdbm1-2.0.0-M2.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/test-lib/apacheds-kerberos-codec-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/test-lib/apacheds-ldif-partition-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/test-lib/apacheds-mavibot-partition-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/test-lib/apacheds-protocol-kerberos-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/test-lib/apacheds-protocol-ldap-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/test-lib/apacheds-protocol-shared-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/test-lib/apacheds-xdbm-partition-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/test-lib/api-all-1.0.0-M20.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/test-lib/bcprov-jdk15on-1.54.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/test-lib/byte-buddy-1.6.2.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/test-lib/commons-collections-3.2.2.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/test-lib/commons-math3-3.6.1.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/test-lib/ehcache-core-2.4.4.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/test-lib/hadoop-common-2.7.4-tests.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/test-lib/hadoop-hdfs-2.7.4-tests.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/test-lib/hadoop-minikdc-2.7.4.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/test-lib/htrace-core-3.2.0-incubating.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/test-lib/jersey-core-1.9.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/test-lib/jersey-server-1.9.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/test-lib/jetty-6.1.26.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/test-lib/jetty-sslengine-6.1.26.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/test-lib/jetty-util-6.1.26.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/test-lib/mina-core-2.0.0-M5.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/test-lib/mockito-core-2.6.2.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/test-lib/netty-all-4.0.36.Final.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/test-lib/objenesis-2.5.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/build/analysis/icu/lucene-analyzers-icu-8.0.0-SNAPSHOT.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/contrib/solr-analysis-extras/classes/java:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/build/queryparser/classes/test:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/build/backward-codecs/classes/test:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/contrib/analysis-extras/lib/icu4j-60.2.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-launcher.jar:/x1/jenkins/.ant/lib/ivy-2.4.0.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-junit.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-apache-log4j.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-junit4.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-jai.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-javamail.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-apache-bsf.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-commons-net.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-antlr.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-jsch.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-apache-oro.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-commons-logging.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-netrexx.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-testutil.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-jdepend.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-apache-bcel.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-apache-xalan2.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-apache-resolver.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-jmf.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-apache-regexp.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-swing.jar:/usr/local/asfpackages/java/jdk1.8.0_144/lib/tools.jar:/x1/jenkins/.ivy2/cache/com.carrotsearch.randomizedtesting/junit4-ant/jars/junit4-ant-2.5.3.jar com.carrotsearch.ant.tasks.junit4.slave.SlaveMainSafe -eventsfile /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/temp/junit4-J1-20180203_223238_4811325737005390385371.events @/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/temp/junit4-J1-20180203_223238_4812003006210520123036.suites -stdin
   [junit4] ERROR: JVM J1 ended with an exception: Forked process returned with error code: 1. Very likely a JVM crash.  See process stdout at: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/temp/junit4-J1-20180203_223238_481468394461966523035.sysout See process stderr at: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/temp/junit4-J1-20180203_223238_4818526349056967675374.syserr
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.JUnit4.executeSlave(JUnit4.java:1519)
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.JUnit4.access$000(JUnit4.java:126)
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.JUnit4$2.call(JUnit4.java:982)
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.JUnit4$2.call(JUnit4.java:979)
   [junit4] 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4] 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
   [junit4] 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4] 	at java.lang.Thread.run(Thread.java:748)

BUILD FAILED
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/build.xml:836: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/build.xml:780: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/build.xml:59: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build.xml:262: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/common-build.xml:556: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/common-build.xml:1555: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/common-build.xml:1080: At least one slave process threw an exception, first: Forked process returned with error code: 1. Very likely a JVM crash.  See process stdout at: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/temp/junit4-J1-20180203_223238_481468394461966523035.sysout See process stderr at: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/temp/junit4-J1-20180203_223238_4818526349056967675374.syserr

Total time: 522 minutes 50 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
[Fast Archiver] No artifacts from Lucene-Solr-Tests-master #2294 to compare, so performing full copy of artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene-Solr-Tests-master - Build # 2299 - Failure

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-Tests-master/2299/

8 tests failed.
FAILED:  org.apache.solr.cloud.MoveReplicaHDFSTest.testFailedMove

Error Message:
No live SolrServers available to handle this request:[https://127.0.0.1:46045/solr/MoveReplicaHDFSTest_failed_coll_true, https://127.0.0.1:36441/solr/MoveReplicaHDFSTest_failed_coll_true]

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[https://127.0.0.1:46045/solr/MoveReplicaHDFSTest_failed_coll_true, https://127.0.0.1:36441/solr/MoveReplicaHDFSTest_failed_coll_true]
	at __randomizedtesting.SeedInfo.seed([E297651F29BF3751:485AB6ED9E6CE281]:0)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:462)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1104)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:884)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:991)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:817)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
	at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:942)
	at org.apache.solr.cloud.MoveReplicaTest.testFailedMove(MoveReplicaTest.java:309)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)
Caused by: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at https://127.0.0.1:36441/solr/MoveReplicaHDFSTest_failed_coll_true: no servers hosting shard: shard2
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:643)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:436)
	... 46 more


FAILED:  org.apache.solr.cloud.SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection

Error Message:
Didn't see all replicas for shard shard2 in gettingstarted come up within 10000 ms! ClusterState: {   "control_collection":{     "pullReplicas":"0",     "replicationFactor":"1",     "shards":{"shard1":{         "range":"80000000-7fffffff",         "state":"active",         "replicas":{"core_node2":{             "core":"control_collection_shard1_replica_n1",             "base_url":"http://127.0.0.1:45853/rwp",             "node_name":"127.0.0.1:45853_rwp",             "state":"active",             "type":"NRT",             "leader":"true"}}}},     "router":{"name":"compositeId"},     "maxShardsPerNode":"1",     "autoAddReplicas":"false",     "nrtReplicas":"1",     "tlogReplicas":"0"},   "gettingstarted":{     "pullReplicas":"0",     "replicationFactor":"2",     "shards":{       "shard1":{         "range":"80000000-ffffffff",         "state":"active",         "replicas":{           "core_node6":{             "core":"gettingstarted_shard1_replica_n1",             "base_url":"http://127.0.0.1:52190/rwp",             "node_name":"127.0.0.1:52190_rwp",             "state":"active",             "type":"NRT",             "leader":"true"},           "core_node7":{             "core":"gettingstarted_shard1_replica_n2",             "base_url":"http://127.0.0.1:41493/rwp",             "node_name":"127.0.0.1:41493_rwp",             "state":"active",             "type":"NRT"}}},       "shard2":{         "range":"0-7fffffff",         "state":"active",         "replicas":{           "core_node5":{             "core":"gettingstarted_shard2_replica_n3",             "base_url":"http://127.0.0.1:53180/rwp",             "node_name":"127.0.0.1:53180_rwp",             "state":"active",             "type":"NRT",             "leader":"true"},           "core_node8":{             "core":"gettingstarted_shard2_replica_n4",             "base_url":"http://127.0.0.1:45853/rwp",             "node_name":"127.0.0.1:45853_rwp",             "state":"down",             "type":"NRT"}}}},     "router":{"name":"compositeId"},     "maxShardsPerNode":"-1",     "autoAddReplicas":"false",     "nrtReplicas":"1",     "tlogReplicas":"0"},   "collection1":{     "pullReplicas":"0",     "replicationFactor":"1",     "shards":{       "shard1":{         "range":"80000000-ffffffff",         "state":"active",         "replicas":{           "core_node44":{             "core":"collection1_shard1_replica_n43",             "base_url":"http://127.0.0.1:52190/rwp",             "node_name":"127.0.0.1:52190_rwp",             "state":"active",             "type":"NRT",             "leader":"true"},           "core_node48":{             "core":"collection1_shard1_replica_n47",             "base_url":"http://127.0.0.1:53180/rwp",             "node_name":"127.0.0.1:53180_rwp",             "state":"active",             "type":"NRT"}}},       "shard2":{         "range":"0-7fffffff",         "state":"active",         "replicas":{           "core_node42":{             "core":"collection1_shard2_replica_n41",             "base_url":"http://127.0.0.1:41493/rwp",             "node_name":"127.0.0.1:41493_rwp",             "state":"active",             "type":"NRT"},           "core_node46":{             "core":"collection1_shard2_replica_n45",             "base_url":"http://127.0.0.1:45813/rwp",             "node_name":"127.0.0.1:45813_rwp",             "state":"active",             "type":"NRT",             "leader":"true"}}}},     "router":{"name":"compositeId"},     "maxShardsPerNode":"1",     "autoAddReplicas":"false",     "nrtReplicas":"1",     "tlogReplicas":"0"}}

Stack Trace:
java.lang.AssertionError: Didn't see all replicas for shard shard2 in gettingstarted come up within 10000 ms! ClusterState: {
  "control_collection":{
    "pullReplicas":"0",
    "replicationFactor":"1",
    "shards":{"shard1":{
        "range":"80000000-7fffffff",
        "state":"active",
        "replicas":{"core_node2":{
            "core":"control_collection_shard1_replica_n1",
            "base_url":"http://127.0.0.1:45853/rwp",
            "node_name":"127.0.0.1:45853_rwp",
            "state":"active",
            "type":"NRT",
            "leader":"true"}}}},
    "router":{"name":"compositeId"},
    "maxShardsPerNode":"1",
    "autoAddReplicas":"false",
    "nrtReplicas":"1",
    "tlogReplicas":"0"},
  "gettingstarted":{
    "pullReplicas":"0",
    "replicationFactor":"2",
    "shards":{
      "shard1":{
        "range":"80000000-ffffffff",
        "state":"active",
        "replicas":{
          "core_node6":{
            "core":"gettingstarted_shard1_replica_n1",
            "base_url":"http://127.0.0.1:52190/rwp",
            "node_name":"127.0.0.1:52190_rwp",
            "state":"active",
            "type":"NRT",
            "leader":"true"},
          "core_node7":{
            "core":"gettingstarted_shard1_replica_n2",
            "base_url":"http://127.0.0.1:41493/rwp",
            "node_name":"127.0.0.1:41493_rwp",
            "state":"active",
            "type":"NRT"}}},
      "shard2":{
        "range":"0-7fffffff",
        "state":"active",
        "replicas":{
          "core_node5":{
            "core":"gettingstarted_shard2_replica_n3",
            "base_url":"http://127.0.0.1:53180/rwp",
            "node_name":"127.0.0.1:53180_rwp",
            "state":"active",
            "type":"NRT",
            "leader":"true"},
          "core_node8":{
            "core":"gettingstarted_shard2_replica_n4",
            "base_url":"http://127.0.0.1:45853/rwp",
            "node_name":"127.0.0.1:45853_rwp",
            "state":"down",
            "type":"NRT"}}}},
    "router":{"name":"compositeId"},
    "maxShardsPerNode":"-1",
    "autoAddReplicas":"false",
    "nrtReplicas":"1",
    "tlogReplicas":"0"},
  "collection1":{
    "pullReplicas":"0",
    "replicationFactor":"1",
    "shards":{
      "shard1":{
        "range":"80000000-ffffffff",
        "state":"active",
        "replicas":{
          "core_node44":{
            "core":"collection1_shard1_replica_n43",
            "base_url":"http://127.0.0.1:52190/rwp",
            "node_name":"127.0.0.1:52190_rwp",
            "state":"active",
            "type":"NRT",
            "leader":"true"},
          "core_node48":{
            "core":"collection1_shard1_replica_n47",
            "base_url":"http://127.0.0.1:53180/rwp",
            "node_name":"127.0.0.1:53180_rwp",
            "state":"active",
            "type":"NRT"}}},
      "shard2":{
        "range":"0-7fffffff",
        "state":"active",
        "replicas":{
          "core_node42":{
            "core":"collection1_shard2_replica_n41",
            "base_url":"http://127.0.0.1:41493/rwp",
            "node_name":"127.0.0.1:41493_rwp",
            "state":"active",
            "type":"NRT"},
          "core_node46":{
            "core":"collection1_shard2_replica_n45",
            "base_url":"http://127.0.0.1:45813/rwp",
            "node_name":"127.0.0.1:45813_rwp",
            "state":"active",
            "type":"NRT",
            "leader":"true"}}}},
    "router":{"name":"compositeId"},
    "maxShardsPerNode":"1",
    "autoAddReplicas":"false",
    "nrtReplicas":"1",
    "tlogReplicas":"0"}}
	at __randomizedtesting.SeedInfo.seed([E297651F29BF3751:F1F4577018D08EF7]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.ensureAllReplicasAreActive(AbstractFullDistribZkTestBase.java:2005)
	at org.apache.solr.cloud.SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection(SolrCloudExampleTest.java:108)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:993)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.cloud.autoscaling.sim.TestDistribStateManager.testGetSetRemoveData

Error Message:
Node watch should have fired!

Stack Trace:
java.lang.AssertionError: Node watch should have fired!
	at __randomizedtesting.SeedInfo.seed([E297651F29BF3751:C4078A4D7D31F15B]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.cloud.autoscaling.sim.TestDistribStateManager.testGetSetRemoveData(TestDistribStateManager.java:256)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.cloud.autoscaling.sim.TestTriggerIntegration.testNodeAddedTriggerRestoreState

Error Message:
The trigger did not fire at all

Stack Trace:
java.lang.AssertionError: The trigger did not fire at all
	at __randomizedtesting.SeedInfo.seed([E297651F29BF3751:6AAAEC60137FD6FC]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.apache.solr.cloud.autoscaling.sim.TestTriggerIntegration.testNodeAddedTriggerRestoreState(TestTriggerIntegration.java:367)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.cloud.autoscaling.sim.TestTriggerIntegration.testNodeLostTriggerRestoreState

Error Message:
The trigger did not fire at all

Stack Trace:
java.lang.AssertionError: The trigger did not fire at all
	at __randomizedtesting.SeedInfo.seed([E297651F29BF3751:C968B044B3C72281]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.apache.solr.cloud.autoscaling.sim.TestTriggerIntegration.testNodeLostTriggerRestoreState(TestTriggerIntegration.java:309)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.cloud.autoscaling.sim.TestTriggerIntegration.testEventFromRestoredState

Error Message:
The trigger did not fire at all

Stack Trace:
java.lang.AssertionError: The trigger did not fire at all
	at __randomizedtesting.SeedInfo.seed([E297651F29BF3751:E2A1D1DF00B2933B]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.apache.solr.cloud.autoscaling.sim.TestTriggerIntegration.testEventFromRestoredState(TestTriggerIntegration.java:675)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.index.hdfs.CheckHdfsIndexTest.testChecksumsOnly

Error Message:
Timeout occured while waiting response from server at: https://127.0.0.1:34183/ie/f

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: https://127.0.0.1:34183/ie/f
	at __randomizedtesting.SeedInfo.seed([E297651F29BF3751:4072AC3CCB70CF91]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:654)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1104)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:884)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:817)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.createServers(AbstractFullDistribZkTestBase.java:322)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:991)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)
Caused by: java.net.SocketTimeoutException: Read timed out
	at java.net.SocketInputStream.socketRead0(Native Method)
	at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
	at java.net.SocketInputStream.read(SocketInputStream.java:171)
	at java.net.SocketInputStream.read(SocketInputStream.java:141)
	at sun.security.ssl.InputRecord.readFully(InputRecord.java:465)
	at sun.security.ssl.InputRecord.read(InputRecord.java:503)
	at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:983)
	at sun.security.ssl.SSLSocketImpl.readDataRecord(SSLSocketImpl.java:940)
	at sun.security.ssl.AppInputStream.read(AppInputStream.java:105)
	at org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:137)
	at org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:153)
	at org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:282)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)
	at org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163)
	at org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:165)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:111)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:542)
	... 43 more


FAILED:  org.apache.solr.cloud.autoscaling.sim.TestTriggerIntegration.testSearchRate

Error Message:
The trigger did not fire at all

Stack Trace:
java.lang.AssertionError: The trigger did not fire at all
	at __randomizedtesting.SeedInfo.seed([E297651F29BF3751:BFDF7B96E679911E]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.apache.solr.cloud.autoscaling.sim.TestTriggerIntegration.testSearchRate(TestTriggerIntegration.java:1178)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 12183 lines...]
   [junit4] Suite: org.apache.solr.cloud.MoveReplicaHDFSTest
   [junit4]   2> 1    INFO  (SUITE-MoveReplicaHDFSTest-seed#[E297651F29BF3751]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.MoveReplicaHDFSTest_E297651F29BF3751-001/init-core-data-001
   [junit4]   2> 2733 INFO  (SUITE-MoveReplicaHDFSTest-seed#[E297651F29BF3751]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 3208 INFO  (SUITE-MoveReplicaHDFSTest-seed#[E297651F29BF3751]-worker) [    ] o.e.j.u.log Logging initialized @25534ms to org.eclipse.jetty.util.log.Slf4jLog
   [junit4]   2> 3269 INFO  (SUITE-MoveReplicaHDFSTest-seed#[E297651F29BF3751]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 8987 INFO  (SUITE-MoveReplicaHDFSTest-seed#[E297651F29BF3751]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.MoveReplicaHDFSTest_E297651F29BF3751-001/tempDir-001
   [junit4]   2> 9216 INFO  (SUITE-MoveReplicaHDFSTest-seed#[E297651F29BF3751]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 9228 INFO  (Thread-1) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 9252 INFO  (Thread-1) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 10048 INFO  (SUITE-MoveReplicaHDFSTest-seed#[E297651F29BF3751]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:52354
   [junit4]   2> 10854 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn Exception causing close of session 0x0: ZooKeeperServer not running
   [junit4]   2> 11424 ERROR (Thread-1) [    ] 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> 12946 INFO  (zkConnectionManagerCallback-4-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 13310 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 0x104386535e70000, likely client has closed socket
   [junit4]   2> 15972 INFO  (jetty-launcher-1-thread-2) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T14:27:37-07:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 15986 INFO  (jetty-launcher-1-thread-4) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T14:27:37-07:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 15986 INFO  (jetty-launcher-1-thread-3) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T14:27:37-07:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 15987 INFO  (jetty-launcher-1-thread-1) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T14:27:37-07:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 16093 INFO  (jetty-launcher-1-thread-3) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 16093 INFO  (jetty-launcher-1-thread-3) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 16097 INFO  (jetty-launcher-1-thread-3) [    ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 16177 INFO  (jetty-launcher-1-thread-3) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@47b6490e{/solr,null,AVAILABLE}
   [junit4]   2> 16150 INFO  (jetty-launcher-1-thread-2) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 16188 INFO  (jetty-launcher-1-thread-2) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 16188 INFO  (jetty-launcher-1-thread-2) [    ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 16248 INFO  (jetty-launcher-1-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 16248 INFO  (jetty-launcher-1-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 16248 INFO  (jetty-launcher-1-thread-1) [    ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 16236 INFO  (jetty-launcher-1-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@6e491b16{/solr,null,AVAILABLE}
   [junit4]   2> 16256 INFO  (jetty-launcher-1-thread-4) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 16256 INFO  (jetty-launcher-1-thread-4) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 16256 INFO  (jetty-launcher-1-thread-4) [    ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 16268 INFO  (jetty-launcher-1-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@c12a692{/solr,null,AVAILABLE}
   [junit4]   2> 16340 INFO  (jetty-launcher-1-thread-4) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@6b6daf89{/solr,null,AVAILABLE}
   [junit4]   2> 16535 INFO  (jetty-launcher-1-thread-4) [    ] o.e.j.s.AbstractConnector Started ServerConnector@2fe5d2b1{SSL,[ssl, http/1.1]}{127.0.0.1:36441}
   [junit4]   2> 16535 INFO  (jetty-launcher-1-thread-4) [    ] o.e.j.s.Server Started @38885ms
   [junit4]   2> 16536 INFO  (jetty-launcher-1-thread-4) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=36441}
   [junit4]   2> 16564 INFO  (jetty-launcher-1-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@381ac886{SSL,[ssl, http/1.1]}{127.0.0.1:56319}
   [junit4]   2> 16582 INFO  (jetty-launcher-1-thread-1) [    ] o.e.j.s.Server Started @38932ms
   [junit4]   2> 16565 INFO  (jetty-launcher-1-thread-3) [    ] o.e.j.s.AbstractConnector Started ServerConnector@3e821b39{SSL,[ssl, http/1.1]}{127.0.0.1:41516}
   [junit4]   2> 16583 INFO  (jetty-launcher-1-thread-3) [    ] o.e.j.s.Server Started @38932ms
   [junit4]   2> 16564 INFO  (jetty-launcher-1-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@3309b14{SSL,[ssl, http/1.1]}{127.0.0.1:51910}
   [junit4]   2> 16583 INFO  (jetty-launcher-1-thread-2) [    ] o.e.j.s.Server Started @38933ms
   [junit4]   2> 16583 INFO  (jetty-launcher-1-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=41516}
   [junit4]   2> 16583 INFO  (jetty-launcher-1-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=51910}
   [junit4]   2> 16583 INFO  (jetty-launcher-1-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=56319}
   [junit4]   2> 16887 ERROR (jetty-launcher-1-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 16887 INFO  (jetty-launcher-1-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 17868 ERROR (jetty-launcher-1-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 17868 ERROR (jetty-launcher-1-thread-4) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 16888 ERROR (jetty-launcher-1-thread-3) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 17904 INFO  (jetty-launcher-1-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 17905 INFO  (jetty-launcher-1-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 17888 INFO  (jetty-launcher-1-thread-3) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 17928 INFO  (jetty-launcher-1-thread-3) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 17928 INFO  (jetty-launcher-1-thread-3) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 17888 INFO  (jetty-launcher-1-thread-4) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 17932 INFO  (jetty-launcher-1-thread-4) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 17932 INFO  (jetty-launcher-1-thread-4) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 17887 INFO  (jetty-launcher-1-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 17932 INFO  (jetty-launcher-1-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 17932 INFO  (jetty-launcher-1-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 18946 INFO  (jetty-launcher-1-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-02-05T23:42:03.169Z
   [junit4]   2> 18964 INFO  (jetty-launcher-1-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-02-05T23:42:03.169Z
   [junit4]   2> 18964 INFO  (jetty-launcher-1-thread-4) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-02-05T23:42:03.169Z
   [junit4]   2> 19007 INFO  (jetty-launcher-1-thread-3) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-02-05T23:42:03.166Z
   [junit4]   2> 19355 INFO  (jetty-launcher-1-thread-4) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 20504 INFO  (zkConnectionManagerCallback-8-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 20580 INFO  (zkConnectionManagerCallback-6-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 20580 INFO  (zkConnectionManagerCallback-12-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 20656 INFO  (zkConnectionManagerCallback-10-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 20665 INFO  (jetty-launcher-1-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 20667 INFO  (jetty-launcher-1-thread-3) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 20724 INFO  (jetty-launcher-1-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 20725 INFO  (jetty-launcher-1-thread-4) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 22870 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 0x104386535e70001, likely client has closed socket
   [junit4]   2> 26482 INFO  (jetty-launcher-1-thread-4) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:52354/solr
   [junit4]   2> 26492 INFO  (jetty-launcher-1-thread-3) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:52354/solr
   [junit4]   2> 26512 INFO  (jetty-launcher-1-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:52354/solr
   [junit4]   2> 26568 INFO  (jetty-launcher-1-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:52354/solr
   [junit4]   2> 26937 INFO  (zkConnectionManagerCallback-22-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 26937 INFO  (zkConnectionManagerCallback-24-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 26948 INFO  (zkConnectionManagerCallback-28-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 26938 INFO  (zkConnectionManagerCallback-26-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 27046 DEBUG (jetty-launcher-1-thread-4) [n:127.0.0.1:36441_solr    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$42/1167714566@122108be
   [junit4]   2> 27056 DEBUG (jetty-launcher-1-thread-2) [n:127.0.0.1:51910_solr    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$42/1167714566@2af3e196
   [junit4]   2> 27104 DEBUG (jetty-launcher-1-thread-1) [n:127.0.0.1:56319_solr    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$42/1167714566@42bc1b05
   [junit4]   2> 27112 DEBUG (jetty-launcher-1-thread-3) [n:127.0.0.1:41516_solr    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$42/1167714566@6fc67729
   [junit4]   2> 27213 INFO  (zkConnectionManagerCallback-30-thread-1-processing-n:127.0.0.1:36441_solr) [n:127.0.0.1:36441_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 27232 INFO  (zkConnectionManagerCallback-36-thread-1-processing-n:127.0.0.1:41516_solr) [n:127.0.0.1:41516_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 27248 INFO  (zkConnectionManagerCallback-34-thread-1-processing-n:127.0.0.1:56319_solr) [n:127.0.0.1:56319_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 27284 INFO  (zkConnectionManagerCallback-32-thread-1-processing-n:127.0.0.1:51910_solr) [n:127.0.0.1:51910_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 32184 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/clusterprops.json
   [junit4]   2> 32195 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/clusterprops.json
   [junit4]   2> 32195 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/clusterprops.json
   [junit4]   2> 32196 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 32197 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 32198 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 32198 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/clusterstate.json
   [junit4]   2> 32200 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/clusterstate.json
   [junit4]   2> 32201 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/clusterstate.json
   [junit4]   2> 32202 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/collections
   [junit4]   2> 32203 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/collections
   [junit4]   2> 32203 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/collections
   [junit4]   2> 32204 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/aliases.json
   [junit4]   2> 32204 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/aliases.json
   [junit4]   2> 32204 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/aliases.json
   [junit4]   2> 32265 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/security.json
   [junit4]   2> 32268 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/security.json
   [junit4]   2> 32268 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/security.json
   [junit4]   2> 32324 INFO  (jetty-launcher-1-thread-3) [n:127.0.0.1:41516_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 32324 INFO  (jetty-launcher-1-thread-1) [n:127.0.0.1:56319_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 32336 DEBUG (jetty-launcher-1-thread-3) [n:127.0.0.1:41516_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/73245501291954186-127.0.0.1:41516_solr-n_0000000000
   [junit4]   2> 32337 DEBUG (jetty-launcher-1-thread-1) [n:127.0.0.1:56319_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/73245501291954188-127.0.0.1:56319_solr-n_0000000001
   [junit4]   2> 32338 INFO  (jetty-launcher-1-thread-2) [n:127.0.0.1:51910_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 32339 INFO  (jetty-launcher-1-thread-3) [n:127.0.0.1:41516_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:41516_solr
   [junit4]   2> 32357 DEBUG (jetty-launcher-1-thread-2) [n:127.0.0.1:51910_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/73245501291954187-127.0.0.1:51910_solr-n_0000000002
   [junit4]   2> 32360 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/overseer_elect/election/73245501291954186-127.0.0.1:41516_solr-n_0000000000
   [junit4]   2> 32360 DEBUG (jetty-launcher-1-thread-1) [n:127.0.0.1:56319_solr    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/73245501291954186-127.0.0.1:41516_solr-n_0000000000 to know if I could be the leader
   [junit4]   2> 32368 INFO  (jetty-launcher-1-thread-1) [n:127.0.0.1:56319_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:56319_solr
   [junit4]   2> 32387 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/overseer_elect/election/73245501291954188-127.0.0.1:56319_solr-n_0000000001
   [junit4]   2> 32387 DEBUG (jetty-launcher-1-thread-2) [n:127.0.0.1:51910_solr    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/73245501291954188-127.0.0.1:56319_solr-n_0000000001 to know if I could be the leader
   [junit4]   2> 32404 INFO  (jetty-launcher-1-thread-2) [n:127.0.0.1:51910_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:51910_solr
   [junit4]   2> 32404 INFO  (jetty-launcher-1-thread-3) [n:127.0.0.1:41516_solr    ] o.a.s.c.Overseer Overseer (id=73245501291954186-127.0.0.1:41516_solr-n_0000000000) starting
   [junit4]   2> 32436 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes
   [junit4]   2> 32464 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes
   [junit4]   2> 32468 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes
   [junit4]   2> 32500 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 32568 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 32652 INFO  (zkCallback-31-thread-1-processing-n:127.0.0.1:51910_solr) [n:127.0.0.1:51910_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 32653 INFO  (zkCallback-35-thread-1-processing-n:127.0.0.1:41516_solr) [n:127.0.0.1:41516_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 33000 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 33052 INFO  (zkCallback-33-thread-1-processing-n:127.0.0.1:56319_solr) [n:127.0.0.1:56319_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 33653 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/clusterprops.json
   [junit4]   2> 33654 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 33654 INFO  (jetty-launcher-1-thread-4) [n:127.0.0.1:36441_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 33654 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/clusterstate.json
   [junit4]   2> 33664 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/collections
   [junit4]   2> 33664 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/aliases.json
   [junit4]   2> 33682 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/security.json
   [junit4]   2> 33684 INFO  (jetty-launcher-1-thread-4) [n:127.0.0.1:36441_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 34044 DEBUG (jetty-launcher-1-thread-4) [n:127.0.0.1:36441_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/73245501291954185-127.0.0.1:36441_solr-n_0000000003
   [junit4]   2> 34044 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/overseer_elect/election/73245501291954187-127.0.0.1:51910_solr-n_0000000002
   [junit4]   2> 34045 DEBUG (jetty-launcher-1-thread-4) [n:127.0.0.1:36441_solr    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/73245501291954187-127.0.0.1:51910_solr-n_0000000002 to know if I could be the leader
   [junit4]   2> 34045 DEBUG (jetty-launcher-1-thread-4) [n:127.0.0.1:36441_solr    ] o.a.s.c.ZkController Publish node=127.0.0.1:36441_solr as DOWN
   [junit4]   2> 34095 INFO  (jetty-launcher-1-thread-4) [n:127.0.0.1:36441_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:36441_solr
   [junit4]   2> 34128 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes
   [junit4]   2> 34129 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes
   [junit4]   2> 34129 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes
   [junit4]   2> 34129 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes
   [junit4]   2> 34130 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 34131 INFO  (zkCallback-33-thread-1-processing-n:127.0.0.1:56319_solr) [n:127.0.0.1:56319_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 34142 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 34142 INFO  (zkCallback-31-thread-1-processing-n:127.0.0.1:51910_solr) [n:127.0.0.1:51910_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 34142 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 34143 INFO  (zkCallback-35-thread-1-processing-n:127.0.0.1:41516_solr) [n:127.0.0.1:41516_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 34344 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 34368 INFO  (zkCallback-29-thread-1-processing-n:127.0.0.1:36441_solr) [n:127.0.0.1:36441_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 34955 DEBUG (OverseerStateUpdate-73245501291954186-127.0.0.1:41516_solr-n_0000000000) [n:127.0.0.1:41516_solr    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 34973 DEBUG (OverseerCollectionConfigSetProcessor-73245501291954186-127.0.0.1:41516_solr-n_0000000000) [n:127.0.0.1:41516_solr    ] o.a.s.c.OverseerTaskProcessor Process current queue of overseer operations
   [junit4]   2> 35020 DEBUG (jetty-launcher-1-thread-3) [n:127.0.0.1:41516_solr    ] o.a.s.c.ZkController Publish node=127.0.0.1:41516_solr as DOWN
   [junit4]   2> 35022 INFO  (jetty-launcher-1-thread-3) [n:127.0.0.1:41516_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:41516_solr
   [junit4]   2> 35023 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes
   [junit4]   2> 35023 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes
   [junit4]   2> 35023 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes
   [junit4]   2> 35023 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes
   [junit4]   2> 35024 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 35024 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 35028 INFO  (zkCallback-31-thread-1-processing-n:127.0.0.1:51910_solr) [n:127.0.0.1:51910_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 35028 INFO  (zkCallback-29-thread-1-processing-n:127.0.0.1:36441_solr) [n:127.0.0.1:36441_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 35028 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 35029 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 35029 INFO  (zkCallback-35-thread-1-processing-n:127.0.0.1:41516_solr) [n:127.0.0.1:41516_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 35031 INFO  (zkCallback-33-thread-1-processing-n:127.0.0.1:56319_solr) [n:127.0.0.1:56319_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 35061 DEBUG (OverseerCollectionConfigSetProcessor-73245501291954186-127.0.0.1:41516_solr-n_0000000000) [n:127.0.0.1:41516_solr    ] o.a.s.c.OverseerTaskProcessor Cleaning up work-queue. #Running tasks: 0
   [junit4]   2> 35061 DEBUG (OverseerCollectionConfigSetProcessor-73245501291954186-127.0.0.1:41516_solr-n_0000000000) [n:127.0.0.1:41516_solr    ] o.a.s.c.OverseerTaskProcessor RunningTasks: []
   [junit4]   2> 35062 DEBUG (OverseerCollectionConfigSetProcessor-73245501291954186-127.0.0.1:41516_solr-n_0000000000) [n:127.0.0.1:41516_solr    ] o.a.s.c.OverseerTaskProcessor BlockedTasks: []
   [junit4]   2> 35062 DEBUG (OverseerCollectionConfigSetProcessor-73245501291954186-127.0.0.1:41516_solr-n_0000000000) [n:127.0.0.1:41516_solr    ] o.a.s.c.OverseerTaskProcessor CompletedTasks: []
   [junit4]   2> 35062 DEBUG (OverseerCollectionConfigSetProcessor-73245501291954186-127.0.0.1:41516_solr-n_0000000000) [n:127.0.0.1:41516_solr    ] o.a.s.c.OverseerTaskProcessor RunningZKTasks: []
   [junit4]   2> 35062 DEBUG (OverseerCollectionConfigSetProcessor-73245501291954186-127.0.0.1:41516_solr-n_0000000000) [n:127.0.0.1:41516_solr    ] o.a.s.c.OverseerTaskQueue Peeking for top 100 elements. ExcludeSet: []
   [junit4]   2> 35084 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/overseer/queue-work
   [junit4]   2> 35100 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/overseer/queue
   [junit4]   2> 35102 DEBUG (OverseerStateUpdate-73245501291954186-127.0.0.1:41516_solr-n_0000000000) [n:127.0.0.1:41516_solr    ] o.a.s.c.Overseer processMessage: queueSize: 2, message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:36441_solr"} current state version: 0
   [junit4]   2> 35104 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/overseer/collection-queue-work
   [junit4]   2> 35169 DEBUG (OverseerStateUpdate-73245501291954186-127.0.0.1:41516_solr-n_0000000000) [n:127.0.0.1:41516_solr    ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:36441_solr
   [junit4]   2> 35170 DEBUG (OverseerStateUpdate-73245501291954186-127.0.0.1:41516_solr-n_0000000000) [n:127.0.0.1:41516_solr    ] o.a.s.c.Overseer processMessage: queueSize: 0, message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:41516_solr"} current state version: 0
   [junit4]   2> 35170 DEBUG (OverseerStateUpdate-73245501291954186-127.0.0.1:41516_solr-n_0000000000) [n:127.0.0.1:41516_solr    ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:41516_solr
   [junit4]   2> 35402 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/overseer/queue
   [junit4]   2> 35425 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/overseer/queue
   [junit4]   2> 37025 DEBUG (OverseerAutoScalingTriggerThread-73245501291954186-127.0.0.1:41516_solr-n_0000000000) [n:127.0.0.1:41516_solr    ] o.a.s.c.a.OverseerTriggerThread Adding .autoAddReplicas trigger
   [junit4]   2> 37104 DEBUG (OverseerCollectionConfigSetProcessor-73245501291954186-127.0.0.1:41516_solr-n_0000000000) [n:127.0.0.1:41516_solr    ] o.a.s.c.OverseerTaskProcessor Got 0 tasks from work-queue : [[]]
   [junit4]   2> 37548 DEBUG (OverseerCollectionConfigSetProcessor-73245501291954186-127.0.0.1:41516_solr-n_0000000000) [n:127.0.0.1:41516_solr    ] o.a.s.c.OverseerTaskProcessor Cleaning up work-queue. #Running tasks: 0
   [junit4]   2> 37548 DEBUG (OverseerCollectionConfigSetProcessor-73245501291954186-127.0.0.1:41516_solr-n_0000000000) [n:127.0.0.1:41516_solr    ] o.a.s.c.OverseerTaskProcessor RunningTasks: []
   [junit4]   2> 37549 DEBUG (OverseerCollectionConfigSetProcessor-73245501291954186-127.0.0.1:41516_solr-n_0000000000) [n:127.0.0.1:41516_solr    ] o.a.s.c.OverseerTaskProcessor BlockedTasks: []
   [junit4]   2> 37549 DEBUG (OverseerCollectionConfigSetProcessor-73245501291954186-127.0.0.1:41516_solr-n_0000000000) [n:127.0.0.1:41516_solr    ] o.a.s.c.OverseerTaskProcessor CompletedTasks: []
   [junit4]   2> 37549 DEBUG (OverseerCollectionConfigSetProcessor-73245501291954186-127.0.0.1:41516_solr-n_0000000000) [n:127.0.0.1:41516_solr    ] o.a.s.c.OverseerTaskProcessor RunningZKTasks: []
   [junit4]   2> 37549 DEBUG (OverseerCollectionConfigSetProcessor-73245501291954186-127.0.0.1:41516_solr-n_0000000000) [n:127.0.0.1:41516_solr    ] o.a.s.c.OverseerTaskQueue Peeking for top 100 elements. ExcludeSet: []
   [junit4]   2> 37550 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/autoscaling.json
   [junit4]   2> 37550 DEBUG (OverseerAutoScalingTriggerThread-73245501291954186-127.0.0.1:41516_solr-n_0000000000) [n:127.0.0.1:41516_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 1
   [junit4]   2> 39731 DEBUG (OverseerCollectionConfigSetProcessor-73245501291954186-127.0.0.1:41516_solr-n_0000000000) [n:127.0.0.1:41516_solr    ] o.a.s.c.OverseerTaskProcessor Got 0 tasks from work-queue : [[]]
   [junit4]   2> 39732 DEBUG (OverseerAutoScalingTriggerThread-73245501291954186-127.0.0.1:41516_solr-n_0000000000) [n:127.0.0.1:41516_solr    ] o.a.s.c.a.NodeLostTrigger Initial livenodes: [127.0.0.1:41516_solr, 127.0.0.1:51910_solr, 127.0.0.1:36441_solr, 127.0.0.1:56319_solr]
   [junit4]   2> 39732 DEBUG (OverseerAutoScalingTriggerThread-73245501291954186-127.0.0.1:41516_solr-n_0000000000) [n:127.0.0.1:41516_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion -1
   [junit4]   2> 39732 DEBUG (OverseerAutoScalingTriggerThread-73245501291954186-127.0.0.1:41516_solr-n_0000000000) [n:127.0.0.1:41516_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 1
   [junit4]   2> 39808 DEBUG (OverseerCollectionConfigSetProcessor-73245501291954186-127.0.0.1:41516_solr-n_0000000000) [n:127.0.0.1:41516_solr    ] o.a.s.c.OverseerTaskProcessor Cleaning up work-queue. #Running tasks: 0
   [junit4]   2> 39808 DEBUG (OverseerCollectionConfigSetProcessor-73245501291954186-127.0.0.1:41516_solr-n_0000000000) [n:127.0.0.1:41516_solr    ] o.a.s.c.OverseerTaskProcessor RunningTasks: []
   [junit4]   2> 39808 DEBUG (OverseerCollectionConfigSetProcessor-73245501291954186-127.0.0.1:41516_solr-n_0000000000) [n:127.0.0.1:41516_solr    ] o.a.s.c.OverseerTaskProcessor BlockedTasks: []
   [junit4]   2> 39808 DEBUG (OverseerCollectionConfigSetProcessor-73245501291954186-127.0.0.1:41516_solr-n_0000000000) [n:127.0.0.1:41516_solr    ] o.a.s.c.OverseerTaskProcessor CompletedTasks: []
   [junit4]   2> 39808 DEBUG (OverseerCollectionConfigSetProcessor-73245501291954186-127.0.0.1:41516_solr-n_0000000000) [n:127.0.0.1:41516_solr    ] o.a.s.c.OverseerTaskProcessor RunningZKTasks: []
   [junit4]   2> 39808 DEBUG (OverseerCollectionConfigSetProcessor-73245501291954186-127.0.0.1:41516_solr-n_0000000000) [n:127.0.0.1:41516_solr    ] o.a.s.c.OverseerTaskQueue Peeking for top 100 elements. ExcludeSet: []
   [junit4]   2> 41381 DEBUG (OverseerAutoScalingTriggerThread-73245501291954186-127.0.0.1:41516_solr-n_0000000000) [n:127.0.0.1:41516_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 41453 DEBUG (OverseerAutoScalingTriggerThread-73245501291954186-127.0.0.1:41516_solr-n_0000000000) [n:127.0.0.1:41516_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion 1
   [junit4]   2> 41453 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/autoscaling/events/.auto_add_replicas
   [junit4]   2> 41584 DEBUG (ScheduledTrigger-18-thread-1) [n:127.0.0.1:41516_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 4
   [junit4]   2> 41982 DEBUG (OverseerCollectionConfigSetProcessor-73245501291954186-127.0.0.1:41516_solr-n_0000000000) [n:127.0.0.1:41516_solr    ] o.a.s.c.OverseerTaskProcessor Got 0 tasks from work-queue : [[]]
   [junit4]   2> 41992 DEBUG (OverseerCollectionConfigSetProcessor-73245501291954186-127.0.0.1:41516_solr-n_0000000000) [n:127.0.0.1:41516_solr    ] o.a.s.c.OverseerTaskProcessor Cleaning up work-queue. #Running tasks: 0
   [junit4]   2> 41992 DEBUG (OverseerCollectionConfigSetProcessor-73245501291954186-127.0.0.1:41516_solr-n_0000000000) [n:127.0.0.1:41516_solr    ] o.a.s.c.OverseerTaskProcessor RunningTasks: []
   [junit4]   2> 41992 DEBUG (OverseerCollectionConfigSetProcessor-73245501291954186-127.0.0.1:41516_solr-n_0000000000) [n:127.0.0.1:41516_solr    ] o.a.s.c.OverseerTaskProcessor BlockedTasks: []
   [junit4]   2> 41992 DEBUG (OverseerCollectionConfigSetProcessor-73245501291954186-127.0.0.1:41516_solr-n_0000000000) [n:127.0.0.1:41516_solr    ] o.a.s.c.OverseerTaskProcessor CompletedTasks: []
   [junit4]   2> 41992 DEBUG (OverseerCollectionConfigSetProcessor-73245501291954186-127.0.0.1:41516_solr-n_0000000000) [n:127.0.0.1:41516_solr    ] o.a.s.c.OverseerTaskProcessor RunningZKTasks: []
   [junit4]   2> 41992 DEBUG (OverseerCollectionConfigSetProcessor-73245501291954186-127.0.0.1:41516_solr-n_0000000000) [n:127.0.0.1:41516_solr    ] o.a.s.c.OverseerTaskQueue Peeking for top 100 elements. ExcludeSet: []
   [junit4]   2> 42644 DEBUG (ScheduledTrigger-18-thread-1) [n:127.0.0.1:41516_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 4
   [junit4]   2> 44388 DEBUG (OverseerCollectionConfigSetProcessor-73245501291954186-127.0.0.1:41516_solr-n_0000000000) [n:127.0.0.1:41516_solr    ] o.a.s.c.OverseerTaskProcessor Got 0 tasks from work-queue : [[]]
   [junit4]   2> 44428 DEBUG (OverseerCollectionConfigSetProcessor-73245501291954186-127.0.0.1:41516_solr-n_0000000000) [n:127.0.0.1:41516_solr    ] o.a.s.c.OverseerTaskProcessor Cleaning up work-queue. #Running tasks: 0
   [junit4]   2> 44428 DEBUG (OverseerCollectionConfigSetProcessor-73245501291954186-127.0.0.1:41516_solr-n_0000000000) [n:127.0.0.1:41516_solr    ] o.a.s.c.OverseerTaskProcessor RunningTasks: []
   [junit4]   2> 44428 DEBUG (OverseerCollectionConfigSetProcessor-73245501291954186-127.0.0.1:41516_solr-n_0000000000) [n:127.0.0.1:41516_solr    ] o.a.s.c.OverseerTaskProcessor BlockedTasks: []
   [junit4]   2> 44428 DEBUG (OverseerCollectionConfigSetProcessor-73245501291954186-127.0.0.1:41516_solr-n_0000000000) [n:127.0.0.1:41516_solr    ] o.a.s.c.OverseerTaskProcessor CompletedTasks: []
   [junit4]   2> 44428 DEBUG (OverseerCollectionConfigSetProcessor-73245501291954186-127.0.0.1:41516_solr-n_0000000000) [n:127.0.0.1:41516_solr    ] o.a.s.c.OverseerTaskProcessor RunningZKTasks: []
   [junit4]   2> 44428 DEBUG (OverseerCollectionConfigSetProcessor-73245501291954186-127.0.0.1:41516_solr-n_0000000000) [n:127.0.0.1:41516_solr    ] o.a.s.c.OverseerTaskQueue Peeking for top 100 elements. ExcludeSet: []
   [junit4]   2> 44437 DEBUG (ScheduledTrigger-18-thread-2) [n:127.0.0.1:41516_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 4
   [junit4]   2> 44507 INFO  (jetty-launcher-1-thread-3) [n:127.0.0.1:41516_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_41516.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@338de450
   [junit4]   2> 44526 INFO  (jetty-launcher-1-thread-2) [n:127.0.0.1:51910_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_51910.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@338de450
   [junit4]   2> 44527 INFO  (jetty-launcher-1-thread-4) [n:127.0.0.1:36441_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36441.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@338de450
   [junit4]   2> 44528 INFO  (jetty-launcher-1-thread-4) [n:127.0.0.1:36441_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36441.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@338de450
   [junit4]   2> 44529 INFO  (jetty-launcher-1-thread-4) [n:127.0.0.1:36441_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36441.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@338de450
   [junit4]   2> 44568 INFO  (jetty-launcher-1-thread-3) [n:127.0.0.1:41516_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_41516.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@338de450
   [junit4]   2> 44568 INFO  (jetty-launcher-1-thread-3) [n:127.0.0.1:41516_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_41516.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@338de450
   [junit4]   2> 44588 INFO  (jetty-launcher-1-thread-2) [n:127.0.0.1:51910_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_51910.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@338de450
   [junit4]   2> 44588 INFO  (jetty-launcher-1-thread-2) [n:127.0.0.1:51910_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_51910.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@338de450
   [junit4]   2> 44635 INFO  (jetty-launcher-1-thread-1) [n:127.0.0.1:56319_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_56319.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@338de450
   [junit4]   2> 44635 INFO  (jetty-launcher-1-thread-1) [n:127.0.0.1:56319_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_56319.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@338de450
   [junit4]   2> 44635 INFO  (jetty-launcher-1-thread-1) [n:127.0.0.1:56319_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_56319.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@338de450
   [junit4]   2> 44947 INFO  (jetty-launcher-1-thread-3) [n:127.0.0.1:41516_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.MoveReplicaHDFSTest_E297651F29BF3751-001/tempDir-001/node3/.
   [junit4]   2> 44973 INFO  (jetty-launcher-1-thread-1) [n:127.0.0.1:56319_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.MoveReplicaHDFSTest_E297651F29BF3751-001/tempDir-001/node1/.
   [junit4]   2> 44974 INFO  (jetty-launcher-1-thread-2) [n:127.0.0.1:51910_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.MoveReplicaHDFSTest_E297651F29BF3751-001/tempDir-001/node2/.
   [junit4]   2> 45133 INFO  (jetty-launcher-1-thread-4) [n:127.0.0.1:36441_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.MoveReplicaHDFSTest_E297651F29BF3751-001/tempDir-001/node4/.
   [junit4]   2> 45603 DEBUG (ScheduledTrigger-18-thread-1) [n:127.0.0.1:41516_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 4
   [junit4]   2> 46428 DEBUG (OverseerCollectionConfigSetProcessor-73245501291954186-127.0.0.1:41516_solr-n_0000000000) [n:127.0.0.1:41516_solr    ] o.a.s.c.OverseerTaskProcessor Got 0 tasks from work-queue : [[]]
   [junit4]   2> 46444 DEBUG (OverseerCollectionConfigSetProcessor-73245501291954186-127.0.0.1:41516_solr-n_0000000000) [n:127.0.0.1:41516_solr    ] o.a.s.c.OverseerTaskProcessor Cleaning up work-queue. #Running tasks: 0
   [junit4]   2> 46444 DEBUG (OverseerCollectionConfigSetProcessor-73245501291954186-127.0.0.1:41516_solr-n_0000000000) [n:127.0.0.1:41516_solr    ] o.a.s.c.OverseerTaskProcessor RunningTasks: []
   [junit4]   2> 46444 DEBUG (OverseerCollectionConfigSetProcessor-73245501291954186-127.0.0.1:41516_solr-n_0000000000) [n:127.0.0.1:41516_solr    ] o.a.s.c.OverseerTaskProcessor BlockedTasks: []
   [junit4]   2> 46444 DEBUG (OverseerCollectionConfigSetProcessor-73245501291954186-127.0.0.1:41516_solr-n_0000000000) [n:127.0.0.1:41516_solr    ] o.a.s.c.OverseerTaskProcessor CompletedTasks: []
   [junit4]   2> 46444 DEBUG (OverseerCollectionConfigSetProcessor-73245501291954186-127.0.0.1:41516_solr-n_0000000000) [n:127.0.0.1:41516_solr    ] o.a.s.c.OverseerTaskProcessor RunningZKTasks: []
   [junit4]   2> 46445 DEBUG (OverseerCollectionConfigSetProcessor-73245501291954186-127.0.0.1:41516_solr-n_0000000000) [n:127.0.0.1:41516_solr    ] o.a.s.c.OverseerTaskQueue Peeking for top 100 elements. ExcludeSet: []
   [junit4]   2> 46604 DEBUG (ScheduledTrigger-18-thread-1) [n:127.0.0.1:41516_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 4
   [junit4]   2> 47604 DEBUG (ScheduledTrigger-18-thread-1) [n:127.0.0.1:41516_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 4
   [junit4]   2> 48452 DEBUG (OverseerCollectionConfigSetProcessor-73245501291954186-127.0.0.1:41516_solr-n_0000000000) [n:127.0.0.1:41516_solr    ] o.a.s.c.OverseerTaskProcessor Got 0 tasks from work-queue : [[]]
   [junit4]   2> 48464 DEBUG (OverseerCollectionConfigSetProcessor-73245501291954186-127.0.0.1:41516_solr-n_0000000000) [n:127.0.0.1:41516_solr    ] o.a.s.c.OverseerTaskProcessor Cleaning up work-queue. #Running tasks: 0
   [junit4]   2> 48464 DEBUG (OverseerCollectionConfigSetProcessor-73245501291954186-127.0.0.1:41516_solr-n_0000000000) [n:127.0.0.1:41516_solr    ] o.a.s.c.OverseerTaskProcessor RunningTasks: []
   [junit4]   2> 48464 DEBUG (OverseerCollectionConfigSetProcessor-73245501291954186-127.0.0.1:41516_solr-n_0000000000) [n:127.0.0.1:41516_solr    ] o.a.s.c.OverseerTaskProcessor BlockedTasks: []
   [junit4]   2> 48464 DEBUG (OverseerCollectionConfigSetProcessor-73245501291954186-127.0.0.1:41516_solr-n_0000000000) [n:127.0.0.1:41516_solr    ] o.a.s.c.OverseerTaskProcessor CompletedTasks: []
   [junit4]   2> 48464 DEBUG (OverseerCollectionConf

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

s-interceptors-admin-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/test-lib/apacheds-interceptors-authn-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/test-lib/apacheds-interceptors-authz-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/test-lib/apacheds-interceptors-changelog-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/test-lib/apacheds-interceptors-collective-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/test-lib/apacheds-interceptors-event-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/test-lib/apacheds-interceptors-exception-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/test-lib/apacheds-interceptors-journal-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/test-lib/apacheds-interceptors-normalization-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/test-lib/apacheds-interceptors-operational-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/test-lib/apacheds-interceptors-referral-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/test-lib/apacheds-interceptors-schema-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/test-lib/apacheds-interceptors-subtree-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/test-lib/apacheds-interceptors-trigger-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/test-lib/apacheds-jdbm-partition-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/test-lib/apacheds-jdbm1-2.0.0-M2.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/test-lib/apacheds-kerberos-codec-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/test-lib/apacheds-ldif-partition-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/test-lib/apacheds-mavibot-partition-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/test-lib/apacheds-protocol-kerberos-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/test-lib/apacheds-protocol-ldap-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/test-lib/apacheds-protocol-shared-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/test-lib/apacheds-xdbm-partition-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/test-lib/api-all-1.0.0-M20.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/test-lib/bcprov-jdk15on-1.54.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/test-lib/byte-buddy-1.6.2.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/test-lib/commons-collections-3.2.2.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/test-lib/commons-math3-3.6.1.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/test-lib/ehcache-core-2.4.4.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/test-lib/hadoop-common-2.7.4-tests.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/test-lib/hadoop-hdfs-2.7.4-tests.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/test-lib/hadoop-minikdc-2.7.4.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/test-lib/htrace-core-3.2.0-incubating.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/test-lib/jersey-core-1.9.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/test-lib/jersey-server-1.9.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/test-lib/jetty-6.1.26.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/test-lib/jetty-sslengine-6.1.26.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/test-lib/jetty-util-6.1.26.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/test-lib/mina-core-2.0.0-M5.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/test-lib/mockito-core-2.6.2.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/test-lib/netty-all-4.0.36.Final.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/test-lib/objenesis-2.5.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/build/analysis/icu/lucene-analyzers-icu-8.0.0-SNAPSHOT.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/contrib/solr-analysis-extras/classes/java:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/build/queryparser/classes/test:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/build/backward-codecs/classes/test:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/contrib/analysis-extras/lib/icu4j-60.2.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-launcher.jar:/x1/jenkins/.ant/lib/ivy-2.4.0.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-junit.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-apache-log4j.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-junit4.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-jai.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-javamail.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-apache-bsf.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-commons-net.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-antlr.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-jsch.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-apache-oro.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-commons-logging.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-netrexx.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-testutil.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-jdepend.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-apache-bcel.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-apache-xalan2.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-apache-resolver.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-jmf.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-apache-regexp.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-swing.jar:/usr/local/asfpackages/java/jdk1.8.0_144/lib/tools.jar:/x1/jenkins/.ivy2/cache/com.carrotsearch.randomizedtesting/junit4-ant/jars/junit4-ant-2.5.3.jar com.carrotsearch.ant.tasks.junit4.slave.SlaveMainSafe -eventsfile /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/temp/junit4-J2-20180205_234122_7945824743021885113754.events @/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/temp/junit4-J2-20180205_234122_7941189289891600612354.suites -stdin
   [junit4] ERROR: JVM J2 ended with an exception: Forked process returned with error code: 1. Very likely a JVM crash.  See process stdout at: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/temp/junit4-J2-20180205_234122_7948299514348767912311.sysout See process stderr at: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/temp/junit4-J2-20180205_234122_7946110078234687775817.syserr
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.JUnit4.executeSlave(JUnit4.java:1519)
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.JUnit4.access$000(JUnit4.java:126)
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.JUnit4$2.call(JUnit4.java:982)
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.JUnit4$2.call(JUnit4.java:979)
   [junit4] 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4] 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
   [junit4] 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4] 	at java.lang.Thread.run(Thread.java:748)

BUILD FAILED
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/build.xml:836: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/build.xml:780: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/build.xml:59: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build.xml:262: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/common-build.xml:556: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/common-build.xml:1555: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/common-build.xml:1080: At least one slave process threw an exception, first: Forked process returned with error code: 1. Very likely a JVM crash.  See process stdout at: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/temp/junit4-J0-20180205_234122_7714813712607160112434.sysout See process stderr at: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/temp/junit4-J0-20180205_234122_7712441013538493743376.syserr

Total time: 204 minutes 14 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
[Fast Archiver] No artifacts from Lucene-Solr-Tests-master #2298 to compare, so performing full copy of artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene-Solr-Tests-master - Build # 2298 - Still unstable

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-Tests-master/2298/

8 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.solr.ltr.store.rest.TestModelManagerPersistence

Error Message:
1 thread leaked from SUITE scope at org.apache.solr.ltr.store.rest.TestModelManagerPersistence:     1) Thread[id=159, name=qtp2034504500-159, state=TIMED_WAITING, group=TGRP-TestModelManagerPersistence]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2163)         at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.reservedWait(ReservedThreadExecutor.java:308)         at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:373)         at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)         at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)         at java.lang.Thread.run(Thread.java:748)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.ltr.store.rest.TestModelManagerPersistence: 
   1) Thread[id=159, name=qtp2034504500-159, state=TIMED_WAITING, group=TGRP-TestModelManagerPersistence]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2163)
        at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.reservedWait(ReservedThreadExecutor.java:308)
        at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:373)
        at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)
        at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)
        at java.lang.Thread.run(Thread.java:748)
	at __randomizedtesting.SeedInfo.seed([8E983D4F108CA92A]:0)


FAILED:  junit.framework.TestSuite.org.apache.solr.ltr.store.rest.TestModelManagerPersistence

Error Message:
There are still zombie threads that couldn't be terminated:    1) Thread[id=159, name=qtp2034504500-159, state=TIMED_WAITING, group=TGRP-TestModelManagerPersistence]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2163)         at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.reservedWait(ReservedThreadExecutor.java:308)         at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:373)         at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)         at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)         at java.lang.Thread.run(Thread.java:748)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   1) Thread[id=159, name=qtp2034504500-159, state=TIMED_WAITING, group=TGRP-TestModelManagerPersistence]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2163)
        at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.reservedWait(ReservedThreadExecutor.java:308)
        at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:373)
        at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)
        at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)
        at java.lang.Thread.run(Thread.java:748)
	at __randomizedtesting.SeedInfo.seed([8E983D4F108CA92A]:0)


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

Error Message:
no replica should be present in  127.0.0.1:34344_solr

Stack Trace:
java.lang.AssertionError: no replica should be present in  127.0.0.1:34344_solr
	at __randomizedtesting.SeedInfo.seed([7D757E90F8BE0D14:F521414A564260EC]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.apache.solr.cloud.TestUtilizeNode.test(TestUtilizeNode.java:99)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.cloud.api.collections.ShardSplitTest.testSplitAfterFailedSplit

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

Stack Trace:
java.lang.AssertionError: expected:<1> but was:<2>
	at __randomizedtesting.SeedInfo.seed([7D757E90F8BE0D14:8438ED3FC4CB409E]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.failNotEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:128)
	at org.junit.Assert.assertEquals(Assert.java:472)
	at org.junit.Assert.assertEquals(Assert.java:456)
	at org.apache.solr.cloud.api.collections.ShardSplitTest.testSplitAfterFailedSplit(ShardSplitTest.java:282)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:993)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.cloud.autoscaling.sim.TestLargeCluster.testSearchRate

Error Message:
The trigger did not fire at all

Stack Trace:
java.lang.AssertionError: The trigger did not fire at all
	at __randomizedtesting.SeedInfo.seed([7D757E90F8BE0D14:203D60193778AB5B]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.apache.solr.cloud.autoscaling.sim.TestLargeCluster.testSearchRate(TestLargeCluster.java:547)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.cloud.autoscaling.sim.TestTriggerIntegration.testSearchRate

Error Message:
The trigger did not fire at all

Stack Trace:
java.lang.AssertionError: The trigger did not fire at all
	at __randomizedtesting.SeedInfo.seed([7D757E90F8BE0D14:203D60193778AB5B]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.apache.solr.cloud.autoscaling.sim.TestTriggerIntegration.testSearchRate(TestTriggerIntegration.java:1178)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.cloud.autoscaling.sim.TestTriggerIntegration.testNodeMarkersRegistration

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

Stack Trace:
java.lang.AssertionError: Path /autoscaling/nodeAdded/127.0.0.1:10006_solr should have been deleted
	at __randomizedtesting.SeedInfo.seed([7D757E90F8BE0D14:65CFF69CF68BC0FB]: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.TestTriggerIntegration.testNodeMarkersRegistration(TestTriggerIntegration.java:844)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.handler.admin.AutoscalingHistoryHandlerTest.testHistory

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

Stack Trace:
java.lang.AssertionError: expected:<5> but was:<0>
	at __randomizedtesting.SeedInfo.seed([7D757E90F8BE0D14:1089DA6D42F6F213]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.failNotEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:128)
	at org.junit.Assert.assertEquals(Assert.java:472)
	at org.junit.Assert.assertEquals(Assert.java:456)
	at org.apache.solr.handler.admin.AutoscalingHistoryHandlerTest.testHistory(AutoscalingHistoryHandlerTest.java:244)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 12209 lines...]
   [junit4] Suite: org.apache.solr.cloud.api.collections.ShardSplitTest
   [junit4]   2> 133152 INFO  (SUITE-ShardSplitTest-seed#[7D757E90F8BE0D14]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.ShardSplitTest_7D757E90F8BE0D14-001/init-core-data-001
   [junit4]   2> 133153 WARN  (SUITE-ShardSplitTest-seed#[7D757E90F8BE0D14]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=18 numCloses=18
   [junit4]   2> 133153 INFO  (SUITE-ShardSplitTest-seed#[7D757E90F8BE0D14]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 133155 INFO  (SUITE-ShardSplitTest-seed#[7D757E90F8BE0D14]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl=https://issues.apache.org/jira/browse/SOLR-5776)
   [junit4]   2> 133155 INFO  (SUITE-ShardSplitTest-seed#[7D757E90F8BE0D14]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /r_xf/
   [junit4]   2> 133227 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[7D757E90F8BE0D14]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 133245 INFO  (Thread-57) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 133245 INFO  (Thread-57) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 133298 ERROR (Thread-57) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 133354 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[7D757E90F8BE0D14]) [    ] o.a.s.c.ZkTestServer start zk server on port:42924
   [junit4]   2> 133456 INFO  (zkConnectionManagerCallback-85-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 133674 INFO  (zkConnectionManagerCallback-87-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 133695 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[7D757E90F8BE0D14]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 133714 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[7D757E90F8BE0D14]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf/schema15.xml to /configs/conf1/schema.xml
   [junit4]   2> 133747 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[7D757E90F8BE0D14]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 133749 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[7D757E90F8BE0D14]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 133768 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[7D757E90F8BE0D14]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 133769 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[7D757E90F8BE0D14]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 133770 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[7D757E90F8BE0D14]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 133771 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[7D757E90F8BE0D14]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 133784 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[7D757E90F8BE0D14]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 133785 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[7D757E90F8BE0D14]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 133786 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[7D757E90F8BE0D14]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 133845 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[7D757E90F8BE0D14]) [    ] o.a.s.c.AbstractFullDistribZkTestBase Will use TLOG replicas unless explicitly asked otherwise
   [junit4]   2> 134616 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[7D757E90F8BE0D14]) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-22T05:27:37+08:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 134676 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[7D757E90F8BE0D14]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 134676 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[7D757E90F8BE0D14]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 134676 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[7D757E90F8BE0D14]) [    ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 134677 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[7D757E90F8BE0D14]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@7dc93285{/r_xf,null,AVAILABLE}
   [junit4]   2> 134678 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[7D757E90F8BE0D14]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@45391b5a{HTTP/1.1,[http/1.1]}{127.0.0.1:44044}
   [junit4]   2> 134678 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[7D757E90F8BE0D14]) [    ] o.e.j.s.Server Started @146911ms
   [junit4]   2> 134678 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[7D757E90F8BE0D14]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.ShardSplitTest_7D757E90F8BE0D14-001/tempDir-001/control/data, replicaType=NRT, hostContext=/r_xf, hostPort=44044, coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.ShardSplitTest_7D757E90F8BE0D14-001/control-001/cores}
   [junit4]   2> 134679 ERROR (TEST-ShardSplitTest.testSplitShardWithRule-seed#[7D757E90F8BE0D14]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 134679 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[7D757E90F8BE0D14]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.0.0
   [junit4]   2> 134679 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[7D757E90F8BE0D14]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 134679 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[7D757E90F8BE0D14]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 134679 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[7D757E90F8BE0D14]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-02-05T16:41:20.486Z
   [junit4]   2> 134713 INFO  (zkConnectionManagerCallback-89-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 134714 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[7D757E90F8BE0D14]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 134714 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[7D757E90F8BE0D14]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.ShardSplitTest_7D757E90F8BE0D14-001/control-001/solr.xml
   [junit4]   2> 134752 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[7D757E90F8BE0D14]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 134752 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[7D757E90F8BE0D14]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 134753 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[7D757E90F8BE0D14]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@367dc723, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 134824 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[7D757E90F8BE0D14]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42924/solr
   [junit4]   2> 134845 INFO  (zkConnectionManagerCallback-93-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 134883 INFO  (zkConnectionManagerCallback-95-thread-1-processing-n:127.0.0.1:44044_r_xf) [n:127.0.0.1:44044_r_xf    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 135974 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[7D757E90F8BE0D14]) [n:127.0.0.1:44044_r_xf    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 135990 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[7D757E90F8BE0D14]) [n:127.0.0.1:44044_r_xf    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:44044_r_xf
   [junit4]   2> 135991 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[7D757E90F8BE0D14]) [n:127.0.0.1:44044_r_xf    ] o.a.s.c.Overseer Overseer (id=72069802084335620-127.0.0.1:44044_r_xf-n_0000000000) starting
   [junit4]   2> 136029 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[7D757E90F8BE0D14]) [n:127.0.0.1:44044_r_xf    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:44044_r_xf
   [junit4]   2> 136030 INFO  (OverseerStateUpdate-72069802084335620-127.0.0.1:44044_r_xf-n_0000000000) [n:127.0.0.1:44044_r_xf    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 136458 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[7D757E90F8BE0D14]) [n:127.0.0.1:44044_r_xf    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@367dc723
   [junit4]   2> 136532 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[7D757E90F8BE0D14]) [n:127.0.0.1:44044_r_xf    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@367dc723
   [junit4]   2> 136545 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[7D757E90F8BE0D14]) [n:127.0.0.1:44044_r_xf    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@367dc723
   [junit4]   2> 136547 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[7D757E90F8BE0D14]) [n:127.0.0.1:44044_r_xf    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.ShardSplitTest_7D757E90F8BE0D14-001/control-001/cores
   [junit4]   2> 136858 INFO  (zkConnectionManagerCallback-101-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 136910 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[7D757E90F8BE0D14]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 136924 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[7D757E90F8BE0D14]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:42924/solr ready
   [junit4]   2> 136933 INFO  (qtp1074694918-471) [n:127.0.0.1:44044_r_xf    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=1&collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:44044_r_xf&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 137089 INFO  (OverseerThreadFactory-141-thread-1-processing-n:127.0.0.1:44044_r_xf) [n:127.0.0.1:44044_r_xf    ] o.a.s.c.a.c.CreateCollectionCmd Create collection control_collection
   [junit4]   2> 137301 INFO  (qtp1074694918-475) [n:127.0.0.1:44044_r_xf    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 137301 INFO  (qtp1074694918-475) [n:127.0.0.1:44044_r_xf    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 137620 INFO  (zkCallback-94-thread-1-processing-n:127.0.0.1:44044_r_xf) [n:127.0.0.1:44044_r_xf    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 138627 INFO  (qtp1074694918-475) [n:127.0.0.1:44044_r_xf c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 138837 INFO  (qtp1074694918-475) [n:127.0.0.1:44044_r_xf c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.IndexSchema [control_collection_shard1_replica_n1] Schema name=test
   [junit4]   2> 139443 INFO  (qtp1074694918-475) [n:127.0.0.1:44044_r_xf c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 139627 INFO  (qtp1074694918-475) [n:127.0.0.1:44044_r_xf c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'control_collection_shard1_replica_n1' using configuration from collection control_collection, trusted=true
   [junit4]   2> 139660 INFO  (qtp1074694918-475) [n:127.0.0.1:44044_r_xf c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.control_collection.shard1.replica_n1' (registry 'solr.core.control_collection.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@367dc723
   [junit4]   2> 139735 INFO  (qtp1074694918-475) [n:127.0.0.1:44044_r_xf c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 139735 INFO  (qtp1074694918-475) [n:127.0.0.1:44044_r_xf c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrCore [[control_collection_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.ShardSplitTest_7D757E90F8BE0D14-001/control-001/cores/control_collection_shard1_replica_n1], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.ShardSplitTest_7D757E90F8BE0D14-001/control-001/cores/control_collection_shard1_replica_n1/data/]
   [junit4]   2> 139770 INFO  (qtp1074694918-475) [n:127.0.0.1:44044_r_xf c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=45, maxMergeAtOnceExplicit=12, maxMergedSegmentMB=20.3046875, floorSegmentMB=1.5849609375, forceMergeDeletesPctAllowed=25.297949433785103, segmentsPerTier=42.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 139831 WARN  (qtp1074694918-475) [n:127.0.0.1:44044_r_xf c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 140031 INFO  (qtp1074694918-475) [n:127.0.0.1:44044_r_xf c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 140031 INFO  (qtp1074694918-475) [n:127.0.0.1:44044_r_xf c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 140032 INFO  (qtp1074694918-475) [n:127.0.0.1:44044_r_xf c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 140032 INFO  (qtp1074694918-475) [n:127.0.0.1:44044_r_xf c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 140050 INFO  (qtp1074694918-475) [n:127.0.0.1:44044_r_xf c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=28, maxMergeAtOnceExplicit=15, maxMergedSegmentMB=55.26953125, floorSegmentMB=1.7734375, forceMergeDeletesPctAllowed=9.0423274225675, segmentsPerTier=33.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.2771342467784269
   [junit4]   2> 140101 INFO  (qtp1074694918-475) [n:127.0.0.1:44044_r_xf c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@2933fd7c[control_collection_shard1_replica_n1] main]
   [junit4]   2> 140158 INFO  (qtp1074694918-475) [n:127.0.0.1:44044_r_xf c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 140174 INFO  (qtp1074694918-475) [n:127.0.0.1:44044_r_xf c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 140175 INFO  (qtp1074694918-475) [n:127.0.0.1:44044_r_xf c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 140175 INFO  (qtp1074694918-475) [n:127.0.0.1:44044_r_xf c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1591579913467461632
   [junit4]   2> 140232 INFO  (searcherExecutor-144-thread-1-processing-n:127.0.0.1:44044_r_xf x:control_collection_shard1_replica_n1 s:shard1 c:control_collection) [n:127.0.0.1:44044_r_xf c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrCore [control_collection_shard1_replica_n1] Registered new searcher Searcher@2933fd7c[control_collection_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 140264 INFO  (qtp1074694918-475) [n:127.0.0.1:44044_r_xf c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 140265 INFO  (qtp1074694918-475) [n:127.0.0.1:44044_r_xf c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 140265 INFO  (qtp1074694918-475) [n:127.0.0.1:44044_r_xf c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:44044/r_xf/control_collection_shard1_replica_n1/
   [junit4]   2> 140265 INFO  (qtp1074694918-475) [n:127.0.0.1:44044_r_xf c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 140265 INFO  (qtp1074694918-475) [n:127.0.0.1:44044_r_xf c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SyncStrategy http://127.0.0.1:44044/r_xf/control_collection_shard1_replica_n1/ has no replicas
   [junit4]   2> 140265 INFO  (qtp1074694918-475) [n:127.0.0.1:44044_r_xf c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 140337 INFO  (qtp1074694918-475) [n:127.0.0.1:44044_r_xf c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:44044/r_xf/control_collection_shard1_replica_n1/ shard1
   [junit4]   2> 140389 INFO  (zkCallback-94-thread-2-processing-n:127.0.0.1:44044_r_xf) [n:127.0.0.1:44044_r_xf    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 140446 INFO  (qtp1074694918-475) [n:127.0.0.1:44044_r_xf c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 140448 INFO  (qtp1074694918-475) [n:127.0.0.1:44044_r_xf c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=3146
   [junit4]   2> 140508 INFO  (qtp1074694918-471) [n:127.0.0.1:44044_r_xf    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 140600 INFO  (zkCallback-94-thread-2-processing-n:127.0.0.1:44044_r_xf) [n:127.0.0.1:44044_r_xf    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 141269 INFO  (OverseerCollectionConfigSetProcessor-72069802084335620-127.0.0.1:44044_r_xf-n_0000000000) [n:127.0.0.1:44044_r_xf    ] 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> 141512 INFO  (qtp1074694918-471) [n:127.0.0.1:44044_r_xf    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=1&collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:44044_r_xf&wt=javabin&version=2} status=0 QTime=4579
   [junit4]   2> 141594 INFO  (zkConnectionManagerCallback-105-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 141595 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[7D757E90F8BE0D14]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 141596 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[7D757E90F8BE0D14]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:42924/solr ready
   [junit4]   2> 141596 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[7D757E90F8BE0D14]) [    ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 141648 INFO  (qtp1074694918-475) [n:127.0.0.1:44044_r_xf    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=1&collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=2&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 141699 INFO  (OverseerThreadFactory-141-thread-2-processing-n:127.0.0.1:44044_r_xf) [n:127.0.0.1:44044_r_xf    ] o.a.s.c.a.c.CreateCollectionCmd Create collection collection1
   [junit4]   2> 141755 WARN  (OverseerThreadFactory-141-thread-2-processing-n:127.0.0.1:44044_r_xf) [n:127.0.0.1:44044_r_xf    ] o.a.s.c.a.c.CreateCollectionCmd It is unusual to create a collection (collection1) without cores.
   [junit4]   2> 142095 INFO  (qtp1074694918-475) [n:127.0.0.1:44044_r_xf    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 142095 INFO  (qtp1074694918-475) [n:127.0.0.1:44044_r_xf    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=1&collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=2&wt=javabin&version=2} status=0 QTime=447
   [junit4]   2> 143214 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[7D757E90F8BE0D14]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.ShardSplitTest_7D757E90F8BE0D14-001/shard-1-001 of type TLOG
   [junit4]   2> 143268 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[7D757E90F8BE0D14]) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-22T05:27:37+08:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 143408 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[7D757E90F8BE0D14]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 143408 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[7D757E90F8BE0D14]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 143408 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[7D757E90F8BE0D14]) [    ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 143413 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[7D757E90F8BE0D14]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@51df79fe{/r_xf,null,AVAILABLE}
   [junit4]   2> 143414 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[7D757E90F8BE0D14]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@422c30d4{HTTP/1.1,[http/1.1]}{127.0.0.1:38452}
   [junit4]   2> 143414 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[7D757E90F8BE0D14]) [    ] o.e.j.s.Server Started @155647ms
   [junit4]   2> 143414 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[7D757E90F8BE0D14]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.ShardSplitTest_7D757E90F8BE0D14-001/tempDir-001/jetty1, replicaType=TLOG, solrconfig=solrconfig.xml, hostContext=/r_xf, hostPort=38452, coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.ShardSplitTest_7D757E90F8BE0D14-001/shard-1-001/cores}
   [junit4]   2> 143414 ERROR (TEST-ShardSplitTest.testSplitShardWithRule-seed#[7D757E90F8BE0D14]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 143414 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[7D757E90F8BE0D14]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.0.0
   [junit4]   2> 143414 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[7D757E90F8BE0D14]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 143415 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[7D757E90F8BE0D14]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 143415 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[7D757E90F8BE0D14]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-02-05T16:41:29.222Z
   [junit4]   2> 143450 INFO  (zkConnectionManagerCallback-107-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 143510 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[7D757E90F8BE0D14]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 143511 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[7D757E90F8BE0D14]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.ShardSplitTest_7D757E90F8BE0D14-001/shard-1-001/solr.xml
   [junit4]   2> 143613 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[7D757E90F8BE0D14]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 143613 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[7D757E90F8BE0D14]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 143615 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[7D757E90F8BE0D14]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@367dc723, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 143708 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[7D757E90F8BE0D14]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42924/solr
   [junit4]   2> 143744 INFO  (OverseerCollectionConfigSetProcessor-72069802084335620-127.0.0.1:44044_r_xf-n_0000000000) [n:127.0.0.1:44044_r_xf    ] 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> 143794 INFO  (zkConnectionManagerCallback-111-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 143863 INFO  (zkConnectionManagerCallback-113-thread-1-processing-n:127.0.0.1:38452_r_xf) [n:127.0.0.1:38452_r_xf    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 144034 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[7D757E90F8BE0D14]) [n:127.0.0.1:38452_r_xf    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 144035 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[7D757E90F8BE0D14]) [n:127.0.0.1:38452_r_xf    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 144037 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[7D757E90F8BE0D14]) [n:127.0.0.1:38452_r_xf    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:38452_r_xf
   [junit4]   2> 144118 INFO  (zkCallback-94-thread-1-processing-n:127.0.0.1:44044_r_xf) [n:127.0.0.1:44044_r_xf    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 144216 INFO  (zkCallback-104-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 144341 INFO  (zkCallback-112-thread-1-processing-n:127.0.0.1:38452_r_xf) [n:127.0.0.1:38452_r_xf    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 144548 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[7D757E90F8BE0D14]) [n:127.0.0.1:38452_r_xf    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@367dc723
   [junit4]   2> 144587 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[7D757E90F8BE0D14]) [n:127.0.0.1:38452_r_xf    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@367dc723
   [junit4]   2> 144588 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[7D757E90F8BE0D14]) [n:127.0.0.1:38452_r_xf    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@367dc723
   [junit4]   2> 144604 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[7D757E90F8BE0D14]) [n:127.0.0.1:38452_r_xf    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.ShardSplitTest_7D757E90F8BE0D14-001/shard-1-001/cores
   [junit4]   2> 144922 INFO  (qtp795736388-519) [n:127.0.0.1:38452_r_xf    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:38452_r_xf&action=ADDREPLICA&collection=collection1&shard=shard2&type=TLOG&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 145061 INFO  (OverseerThreadFactory-141-thread-3-processing-n:127.0.0.1:44044_r_xf) [n:127.0.0.1:44044_r_xf    ] o.a.s.c.a.c.AddReplicaCmd Node Identified 127.0.0.1:38452_r_xf for creating new replica
   [junit4]   2> 145081 INFO  (qtp795736388-523) [n:127.0.0.1:38452_r_xf    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_t41&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=TLOG
   [junit4]   2> 145081 INFO  (qtp795736388-523) [n:127.0.0.1:38452_r_xf    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 145099 INFO  (zkCallback-112-thread-1-processing-n:127.0.0.1:38452_r_xf) [n:127.0.0.1:38452_r_xf    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 146213 INFO  (qtp795736388-523) [n:127.0.0.1:38452_r_xf c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 146443 INFO  (qtp795736388-523) [n:127.0.0.1:38452_r_xf c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.s.IndexSchema [collection1_shard2_replica_t41] Schema name=test
   [junit4]   2> 147269 INFO  (qtp795736388-523) [n:127.0.0.1:38452_r_xf c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 147522 INFO  (qtp795736388-523) [n:127.0.0.1:38452_r_xf c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard2_replica_t41' using configuration from collection collection1, trusted=true
   [junit4]   2> 147522 INFO  (qtp795736388-523) [n:127.0.0.1:38452_r_xf c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1.shard2.replica_t41' (registry 'solr.core.collection1.shard2.replica_t41') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@367dc723
   [junit4]   2> 147522 INFO  (qtp795736388-523) [n:127.0.0.1:38452_r_xf c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 147540 INFO  (qtp795736388-523) [n:127.0.0.1:38452_r_xf c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.SolrCore [[collection1_shard2_replica_t41] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.ShardSplitTest_7D757E90F8BE0D14-001/shard-1-001/cores/collection1_shard2_replica_t41], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.ShardSplitTest_7D757E90F8BE0D14-001/shard-1-001/cores/collection1_shard2_replica_t41/data/]
   [junit4]   2> 147543 INFO  (qtp795736388-523) [n:127.0.0.1:38452_r_xf c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=45, maxMergeAtOnceExplicit=12, maxMergedSegmentMB=20.3046875, floorSegmentMB=1.5849609375, forceMergeDeletesPctAllowed=25.297949433785103, segmentsPerTier=42.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 147651 WARN  (qtp795736388-523) [n:127.0.0.1:38452_r_xf c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 148014 INFO  (qtp795736388-523) [n:127.0.0.1:38452_r_xf c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 148014 INFO  (qtp795736388-523) [n:127.0.0.1:38452_r_xf c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 148015 INFO  (qtp795736388-523) [n:127.0.0.1:38452_r_xf c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 148015 INFO  (qtp795736388-523) [n:127.0.0.1:38452_r_xf c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 148017 INFO  (qtp795736388-523) [n:127.0.0.1:38452_r_xf c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=28, maxMergeAtOnceExplicit=15, maxMergedSegmentMB=55.26953125, floorSegmentMB=1.7734375, forceMergeDeletesPctAllowed=9.0423274225675, segmentsPerTier=33.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.2771342467784269
   [junit4]   2> 148051 INFO  (qtp795736388-523) [n:127.0.0.1:38452_r_xf c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.s.SolrIndexSearcher Opening [Searcher@31a5c882[collection1_shard2_replica_t41] main]
   [junit4]   2> 148052 INFO  (qtp795736388-523) [n:127.0.0.1:38452_r_xf c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 148052 INFO  (qtp795736388-523) [n:127.0.0.1:38452_r_xf c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 148053 INFO  (qtp795736388-523) [n:127.0.0.1:38452_r_xf c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 148068 INFO  (searcherExecutor-155-thread-1-processing-n:127.0.0.1:38452_r_xf x:collection1_shard2_replica_t41 s:shard2 c:collection1) [n:127.0.0.1:38452_r_xf c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.SolrCore [collection1_shard2_replica_t41] Registered new searcher Searcher@31a5c882[collection1_shard2_replica_t41] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 148068 INFO  (qtp795736388-523) [n:127.0.0.1:38452_r_xf c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1591579921743872000
   [junit4]   2> 148107 INFO  (qtp795736388-523) [n:127.0.0.1:38452_r_xf c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 148107 INFO  (qtp795736388-523) [n:127.0.0.1:38452_r_xf c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 148107 INFO  (qtp795736388-523) [n:127.0.0.1:38452_r_xf c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:38452/r_xf/collection1_shard2_replica_t41/
   [junit4]   2> 148107 INFO  (qtp795736388-523) [n:127.0.0.1:38452_r_xf c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 148107 INFO  (qtp795736388-523) [n:127.0.0.1:38452_r_xf c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.SyncStrategy http://127.0.0.1:38452/r_xf/collection1_shard2_replica_t41/ has no replicas
   [junit4]   2> 148107 INFO  (qtp795736388-523) [n:127.0.0.1:38452_r_xf c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 148107 INFO  (qtp795736388-523) [n:127.0.0.1:38452_r_xf c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.ZkController collection1_shard2_replica_t41 stopping background replication from leader
   [junit4]   2> 148125 INFO  (qtp795736388-523) [n:127.0.0.1:38452_r_xf c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:38452/r_xf/collection1_shard2_replica_t41/ shard2
   [junit4]   2> 148141 INFO  (zkCallback-112-thread-1-processing-n:127.0.0.1:38452_r_xf) [n:127.0.0.1:38452_r_xf    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 148176 INFO  (qtp795736388-523) [n:127.0.0.1:38452_r_xf c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 148178 INFO  (qtp795736388-523) [n:127.0.0.1:38452_r_xf c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_t41&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=TLOG} status=0 QTime=3097
   [junit4]   2> 148214 INFO  (qtp795736388-519) [n:127.0.0.1:38452_r_xf    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={node=127.0.0.1:38452_r_xf&action=ADDREPLICA&collection=collection1&shard=shard2&type=TLOG&wt=javabin&version=2} status=0 QTime=3292
   [junit4]   2> 148302 INFO  (zkCallback-112-thread-1-processing-n:127.0.0.1:38452_r_xf) [n:127.0.0.1:38452_r_xf    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 149036 INFO  (OverseerCollectionConfigSetProcessor-72069802084335620-127.0.0.1:44044_r_xf-n_0000000000) [n:127.0.0.1:44044_r_xf    ] 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> 149450 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[7D757E90F8BE0D14]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.ShardSplitTest_7D757E90F8BE0D14-001/shard-2-001 of type TLOG
   [junit4]   2> 149471 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[7D757E90F8BE0D14]) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-22T05:27:37+08:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 149522 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[7D757E90F8BE0D14]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 149522 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[7D757E90F8BE0D14]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 149522 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[7D757E90F8BE0D14]) [    ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 149523 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[7D757E90F8BE0D14]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@37d7e15c{/r_xf,null,AVAILABLE}
   [junit4]   2> 149523 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[7D757E90F8BE0D14]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@719a0672{HTTP/1.1,[http/1.1]}{127.0.0.1:39504}
   [junit4]   2> 149523 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[7D757E90F8BE0D14]) [    ] o.e.j.s.Server Started @161757ms
   [junit4]   2> 149524 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[7D757E90F8BE0D14]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.ShardSplitTest_7D757E90F8BE0D14-001/tempDir-001/jetty2, replicaType=TLOG, solrconfig=solrconfig.xml, hostContext=/r_xf, hostPort=39504, coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.ShardSplitTest_7D757E90F8BE0D14-001/shard-2-001/cores}
   [junit4]   2> 149524 ERROR (TEST-ShardSplitTest.testSplitShardWithRule-seed#[7D757E90F8BE0D14]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 149535 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[7D757E90F8BE0D14]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.0.0
   [junit4]   2> 149535 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[7D757E90F8BE0D14]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 149535 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[7D757E90F8BE0D14]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 149535 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[7D757E90F8BE0D14]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-02-05T16:41:35.342Z
   [junit4]   2> 149595 INFO  (zkConnectionManagerCallback-117-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 149619 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[7D757E90F8BE0D14]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 149619 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[7D757E90F8BE0D14]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.ShardSplitTest_7D757E90F8BE0D14-001/shard-2-001/solr.xml
   [junit4]   2> 149623 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[7D757E90F8BE0D14]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 149623 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[7D757E90F8BE0D14]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 149638 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[7D757E90F8BE0D14]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@367dc723, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 149746 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[7D757E90F8BE0D14]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42924/solr
   [junit4]   2> 149895 INFO  (zkConnectionManagerCallback-121-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 150163 INFO  (zkConnectionManagerCallback-123-thread-1-processing-n:127.0.0.1:39504_r_xf) [n:127.0.0.1:39504_r_xf    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 150203 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[7D757E90F8BE0D14]) [n:127.0.0.1:39504_r_xf    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 150217 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[7D757E90F8BE0D14]) [n:127.0.0.1:39504_r_xf    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 150218 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[7D757E90F8BE0D14]) [n:127.0.0.1:39504_r_xf    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:39504_r_xf
   [junit4]   2> 150253 INFO  (zkCallback-104-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 150253 INFO  (zkCallback-94-thread-2-processing-n:127.0.0.1:44044_r_xf) [n:127.0.0.1:44044_r_xf    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 150288 INFO  (zkCallback-122-thread-1-processing-n:127.0.0.1:39504_r_xf) [n:127.0.0.1:39504_r_xf    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 150301 INFO  (zkCallback-112-thread-1-processing-n:127.0.0.1:38452_r_xf) [n:127.0.0.1:38452_r_xf    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 150493 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[7D757E90F8BE0D14]) [n:127.0.0.1:39504_r_xf    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@367dc723
   [junit4]   2> 150531 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[7D757E90F8BE0D14]) [n:127.0.0.1:39504_r_xf    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@367dc723
   [junit4]   2> 150531 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[7D757E90F8BE0D14]) [n:127.0.0.1:39504_r_xf    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@367dc723
   [junit4]   2> 150545 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[7D757E90F8BE0D14]) [n:127.0.0.1:39504_r_xf    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.ShardSplitTest_7D757E90F8BE0D14-001/shard-2-001/cores
   [junit4]   2> 150938 INFO  (qtp795736388-521) [n:127.0.0.1:38452_r_xf    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:39504_r_xf&action=ADDREPLICA&collection=collection1&shard=shard1&type=TLOG&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 151083 INFO  (OverseerThreadFactory-141-thread-4-processing-n:127.0.0.1:44044_r_xf) [n:127.0.0.1:44044_r_xf    ] o.a.s.c.a.c.AddReplicaCmd Node Identified 127.0.0.1:39504_r_xf for creating new replica
   [junit4]   2> 151263 INFO  (qtp875745578-552) [n:127.0.0.1:39504_r_xf    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_t43&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=TLOG
   [junit4]   2> 151263 INFO  (qtp875745578-552) [n:127.0.0.1:39504_r_xf    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 151321 INFO  (zkCallback-112-thread-1-processing-n:127.0.0.1:38452_r_xf) [n:127.0.0.1:38452_r_xf    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 151704 INFO  (qtp875745578-552) [n:127.0.0.1:39504_r_xf c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 151851 INFO  (qtp875745578-552) [n:127.0.0.1:39504_r_xf c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.s.IndexSchema [collection1_shard1_replica_t43] Schema name=test
   [junit4]   2> 152633 INFO  (qtp875745578-552) [n:127.0.0.1:39504_r_xf c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 152728 INFO  (qtp875745578-552) [n:127.0.0.1:39504_r_xf c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard1_replica_t43' using configuration from collection collection1, trusted=true
   [junit4]   2> 152728 INFO  (qtp875745578-552) [n:127.0.0.1:39504_r_xf c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1.shard1.replica_t43' (registry 'solr.core.collection1.shard1.replica_t43') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@367dc723
   [junit4]   2> 152729 INFO  (qtp875745578-552) [n:127.0.0.1:39504_r_xf c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 152729 INFO  (qtp875745578-552) [n:127.0.0.1:39504_r_xf c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.c.SolrCore [[collection1_shard1_replica_t43] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.ShardSplitTest_7D757E90F8BE0D14-001/shard-2-001/cores/collection1_shard1_replica_t43], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.ShardSplitTest_7D757E90F8BE0D14-001/shard-2-001/cores/collection1_shard1_replica_t43/data/]
   [junit4]   2> 152744 INFO  (qtp875745578-552) [n:127.0.0.1:39504_r_xf c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=45, maxMergeAtOnceExplicit=12, maxMergedSegmentMB=20.3046875, floorSegmentMB=1.5849609375, forceMergeDeletesPctAllowed=25.297949433785103, segmentsPerTier=42.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 152971 WARN  (qtp875745578-552) [n:127.0.0.1:39504_r_xf c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 153264 INFO  (qtp875745578-552) [n:127.0.0.1:39504_r_xf c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 153264 INFO  (qtp875745578-552) [n:127.0.0.1:39504_r_xf c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 153277 INFO  (qtp875745578-552) [n:127.0.0.1:39504_r_xf c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 153277 INFO  (qtp875745578-552) [n:127.0.0.1:39504_r_xf c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 153278 INFO  (qtp875745578-552) [n:127.0.0.1:39504_r_xf c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=28, maxMergeAtOnceExplicit=15, maxMergedSegmentMB=55.26953125, floorSegmentMB=1.7734375, forceMergeDeletesPctAllowed=9.0423274225675, segmentsPerTier=33.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.2771342467784269
   [junit4]   2> 153313 INFO  (qtp875745578-552) [n:127.0.0.1:39504_r_xf c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.s.SolrIndexSearcher Opening [Searcher@54c5e77e[collection1_shard1_replica_t43] main]
   [junit4]   2> 153504 INFO  (qtp875745578-552) [n:127.0.0.1:39504_r_xf c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 153540 INFO  (qtp875745578-552) [n:127.0.0.1:39504_r_xf c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 153541 INFO  (qtp875745578-552) [n:127.0.0.1:39504_r_xf c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 153541 INFO  (qtp875745578-552) [n:127.0.0.1:39504_r_xf c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1591579927482728448
   [junit4]   2> 153595 INFO  (searcherExecutor-166-thread-1-processing-n:127.0.0.1:39504_r_xf x

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

porters for registry=solr.jetty, tag=null
   [junit4]   2> 80069 INFO  (coreCloseExecutor-170-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@36ea5b1b
   [junit4]   2> 80069 INFO  (coreCloseExecutor-170-thread-1) [    x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1, tag=921328411
   [junit4]   2> 80098 INFO  (SUITE-TestModelManagerPersistence-seed#[8E983D4F108CA92A]-worker) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@a0a124f{/solr,null,UNAVAILABLE}
   [junit4]   2> 80098 INFO  (SUITE-TestModelManagerPersistence-seed#[8E983D4F108CA92A]-worker) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 80098 INFO  (SUITE-TestModelManagerPersistence-seed#[8E983D4F108CA92A]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 80098 INFO  (SUITE-TestModelManagerPersistence-seed#[8E983D4F108CA92A]-worker) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=86294718
   [junit4]   2> 80098 INFO  (SUITE-TestModelManagerPersistence-seed#[8E983D4F108CA92A]-worker) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 80098 INFO  (SUITE-TestModelManagerPersistence-seed#[8E983D4F108CA92A]-worker) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@7bb2904d: rootName = null, domain = solr.node, service url = null, agent id = null] for registry solr.node / null
   [junit4]   2> 80099 INFO  (SUITE-TestModelManagerPersistence-seed#[8E983D4F108CA92A]-worker) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 80099 INFO  (SUITE-TestModelManagerPersistence-seed#[8E983D4F108CA92A]-worker) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@6f125428: rootName = null, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / null
   [junit4]   2> 80099 INFO  (SUITE-TestModelManagerPersistence-seed#[8E983D4F108CA92A]-worker) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 80099 INFO  (SUITE-TestModelManagerPersistence-seed#[8E983D4F108CA92A]-worker) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@339122d1: rootName = null, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / null
   [junit4]   2> 80099 INFO  (coreCloseExecutor-172-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@3304266c
   [junit4]   2> 80100 INFO  (coreCloseExecutor-172-thread-1) [    x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1, tag=855909996
   [junit4]   2> 80100 INFO  (coreCloseExecutor-172-thread-1) [    x:collection1] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@35065ff3: rootName = null, domain = solr.core.collection1, service url = null, agent id = null] for registry solr.core.collection1 / null
   [junit4]   2> 80102 INFO  (SUITE-TestModelManagerPersistence-seed#[8E983D4F108CA92A]-worker) [    ] o.a.s.SolrTestCaseJ4 ------------------------------------------------------- Done waiting for tracked resources to be released
   [junit4]   2> Feb 05, 2018 6:16:28 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> Feb 05, 2018 6:16:48 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> SEVERE: 1 thread leaked from SUITE scope at org.apache.solr.ltr.store.rest.TestModelManagerPersistence: 
   [junit4]   2>    1) Thread[id=159, name=qtp2034504500-159, state=TIMED_WAITING, group=TGRP-TestModelManagerPersistence]
   [junit4]   2>         at sun.misc.Unsafe.park(Native Method)
   [junit4]   2>         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
   [junit4]   2>         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2163)
   [junit4]   2>         at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.reservedWait(ReservedThreadExecutor.java:308)
   [junit4]   2>         at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:373)
   [junit4]   2>         at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)
   [junit4]   2>         at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)
   [junit4]   2>         at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> Feb 05, 2018 6:16:48 PM com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: Starting to interrupt leaked threads:
   [junit4]   2>    1) Thread[id=159, name=qtp2034504500-159, state=TIMED_WAITING, group=TGRP-TestModelManagerPersistence]
   [junit4]   2> Feb 05, 2018 6:16:51 PM com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> SEVERE: There are still zombie threads that couldn't be terminated:
   [junit4]   2>    1) Thread[id=159, name=qtp2034504500-159, state=TIMED_WAITING, group=TGRP-TestModelManagerPersistence]
   [junit4]   2>         at sun.misc.Unsafe.park(Native Method)
   [junit4]   2>         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
   [junit4]   2>         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2163)
   [junit4]   2>         at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.reservedWait(ReservedThreadExecutor.java:308)
   [junit4]   2>         at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:373)
   [junit4]   2>         at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)
   [junit4]   2>         at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)
   [junit4]   2>         at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {description=PostingsFormat(name=Memory), id=Lucene50(blocksize=128), text=PostingsFormat(name=Memory), title=PostingsFormat(name=LuceneVarGapDocFreqInterval)}, docValues:{_version_=DocValuesFormat(name=Memory), popularity=DocValuesFormat(name=Lucene70)}, maxPointsInLeafNode=1730, maxMBSortInHeap=7.301741783444627, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@5dda9a14), locale=sr-Latn-RS, timezone=Asia/Aqtobe
   [junit4]   2> NOTE: Linux 4.4.0-112-generic amd64/Oracle Corporation 1.8.0_152 (64-bit)/cpus=4,threads=2,free=147778168,total=285212672
   [junit4]   2> NOTE: All tests run in this JVM: [TestParallelWeightCreation, TestFieldValueFeature, TestEdisMaxSolrFeature, TestModelManagerPersistence]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestModelManagerPersistence -Dtests.seed=8E983D4F108CA92A -Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=sr-Latn-RS -Dtests.timezone=Asia/Aqtobe -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.00s J1 | TestModelManagerPersistence (suite) <<<
   [junit4]    > Throwable #1: com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.ltr.store.rest.TestModelManagerPersistence: 
   [junit4]    >    1) Thread[id=159, name=qtp2034504500-159, state=TIMED_WAITING, group=TGRP-TestModelManagerPersistence]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
   [junit4]    >         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2163)
   [junit4]    >         at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.reservedWait(ReservedThreadExecutor.java:308)
   [junit4]    >         at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:373)
   [junit4]    >         at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)
   [junit4]    >         at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)
   [junit4]    >         at java.lang.Thread.run(Thread.java:748)
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([8E983D4F108CA92A]:0)Throwable #2: com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   [junit4]    >    1) Thread[id=159, name=qtp2034504500-159, state=TIMED_WAITING, group=TGRP-TestModelManagerPersistence]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
   [junit4]    >         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2163)
   [junit4]    >         at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.reservedWait(ReservedThreadExecutor.java:308)
   [junit4]    >         at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:373)
   [junit4]    >         at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)
   [junit4]    >         at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)
   [junit4]    >         at java.lang.Thread.run(Thread.java:748)
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([8E983D4F108CA92A]:0)
   [junit4] Completed [33/35 (1!)] on J1 in 68.11s, 3 tests, 2 errors <<< FAILURES!

[...truncated 40698 lines...]

[JENKINS] Lucene-Solr-Tests-master - Build # 2297 - Failure

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-Tests-master/2297/

2 tests failed.
FAILED:  org.apache.solr.cloud.TestCloudRecovery.leaderRecoverFromLogOnStartupTest

Error Message:


Stack Trace:
java.lang.NullPointerException
	at __randomizedtesting.SeedInfo.seed([2C4A7EE384993438:58BA9FA6C0BD73B7]:0)
	at org.apache.solr.cloud.TestCloudRecovery.leaderRecoverFromLogOnStartupTest(TestCloudRecovery.java:124)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.lucene.classification.CachingNaiveBayesClassifierTest.testPerformance

Error Message:
evaluation took more than 1m: 69s

Stack Trace:
java.lang.AssertionError: evaluation took more than 1m: 69s
	at __randomizedtesting.SeedInfo.seed([649345674DB8D63C:A372B745260CEE93]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.apache.lucene.classification.CachingNaiveBayesClassifierTest.testPerformance(CachingNaiveBayesClassifierTest.java:111)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at 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 6668 lines...]
   [junit4] Suite: org.apache.lucene.classification.CachingNaiveBayesClassifierTest
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=CachingNaiveBayesClassifierTest -Dtests.method=testPerformance -Dtests.seed=649345674DB8D63C -Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=tr -Dtests.timezone=Etc/UTC -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 75.9s J2 | CachingNaiveBayesClassifierTest.testPerformance <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: evaluation took more than 1m: 69s
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([649345674DB8D63C:A372B745260CEE93]:0)
   [junit4]    > 	at org.apache.lucene.classification.CachingNaiveBayesClassifierTest.testPerformance(CachingNaiveBayesClassifierTest.java:111)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {bool=PostingsFormat(name=Memory), cat=PostingsFormat(name=Memory), text=PostingsFormat(name=Memory)}, docValues:{}, maxPointsInLeafNode=1814, maxMBSortInHeap=5.911308484417693, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@1e41fb63), locale=tr, timezone=Etc/UTC
   [junit4]   2> NOTE: Linux 3.13.0-88-generic amd64/Oracle Corporation 1.8.0_144 (64-bit)/cpus=4,threads=1,free=219239480,total=341311488
   [junit4]   2> NOTE: All tests run in this JVM: [CachingNaiveBayesClassifierTest]
   [junit4] Completed [4/11 (1!)] on J2 in 100.20s, 4 tests, 1 failure <<< FAILURES!

[...truncated 5577 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestCloudRecovery
   [junit4]   2> Creating dataDir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.TestCloudRecovery_2C4A7EE384993438-001/init-core-data-001
   [junit4]   2> 76467 WARN  (SUITE-TestCloudRecovery-seed#[2C4A7EE384993438]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=14 numCloses=14
   [junit4]   2> 76467 INFO  (SUITE-TestCloudRecovery-seed#[2C4A7EE384993438]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 76520 INFO  (SUITE-TestCloudRecovery-seed#[2C4A7EE384993438]-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> 76520 INFO  (SUITE-TestCloudRecovery-seed#[2C4A7EE384993438]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 76565 INFO  (SUITE-TestCloudRecovery-seed#[2C4A7EE384993438]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.TestCloudRecovery_2C4A7EE384993438-001/tempDir-001
   [junit4]   2> 76652 INFO  (SUITE-TestCloudRecovery-seed#[2C4A7EE384993438]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 76674 INFO  (Thread-3) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 76680 INFO  (Thread-3) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 77300 INFO  (SUITE-TestCloudRecovery-seed#[2C4A7EE384993438]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:48971
   [junit4]   2> 79060 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn Exception causing close of session 0x0: ZooKeeperServer not running
   [junit4]   2> 80245 ERROR (Thread-3) [    ] 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> 81288 INFO  (zkConnectionManagerCallback-8-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 84626 INFO  (jetty-launcher-5-thread-2) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T17:27:37-04:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 84629 INFO  (jetty-launcher-5-thread-1) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T17:27:37-04:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 84777 INFO  (jetty-launcher-5-thread-2) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 84777 INFO  (jetty-launcher-5-thread-2) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 84805 INFO  (jetty-launcher-5-thread-2) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 84848 INFO  (jetty-launcher-5-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 84879 INFO  (jetty-launcher-5-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 84880 INFO  (jetty-launcher-5-thread-1) [    ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 84943 INFO  (jetty-launcher-5-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@5820a173{/solr,null,AVAILABLE}
   [junit4]   2> 84943 INFO  (jetty-launcher-5-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1bc79cf1{/solr,null,AVAILABLE}
   [junit4]   2> 85140 INFO  (jetty-launcher-5-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@6bf0184d{HTTP/1.1,[http/1.1]}{127.0.0.1:60727}
   [junit4]   2> 85140 INFO  (jetty-launcher-5-thread-1) [    ] o.e.j.s.Server Started @112449ms
   [junit4]   2> 85142 INFO  (jetty-launcher-5-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=60727}
   [junit4]   2> 85142 INFO  (jetty-launcher-5-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@51f322ae{HTTP/1.1,[http/1.1]}{127.0.0.1:55555}
   [junit4]   2> 85178 INFO  (jetty-launcher-5-thread-2) [    ] o.e.j.s.Server Started @112486ms
   [junit4]   2> 85178 INFO  (jetty-launcher-5-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=55555}
   [junit4]   2> 85320 ERROR (jetty-launcher-5-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 85320 INFO  (jetty-launcher-5-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 85321 INFO  (jetty-launcher-5-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 85321 INFO  (jetty-launcher-5-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 85341 ERROR (jetty-launcher-5-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 85342 INFO  (jetty-launcher-5-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 85342 INFO  (jetty-launcher-5-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 85343 INFO  (jetty-launcher-5-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 85618 INFO  (jetty-launcher-5-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-02-05T00:49:01.040Z
   [junit4]   2> 85624 INFO  (jetty-launcher-5-thread-2) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 85684 INFO  (jetty-launcher-5-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-02-05T00:49:01.038Z
   [junit4]   2> 85736 INFO  (zkConnectionManagerCallback-12-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 85736 INFO  (zkConnectionManagerCallback-10-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 85759 INFO  (jetty-launcher-5-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 85840 INFO  (jetty-launcher-5-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 86200 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 0x104337c2b840002, likely client has closed socket
   [junit4]   2> 86289 INFO  (jetty-launcher-5-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:48971/solr
   [junit4]   2> 86387 INFO  (jetty-launcher-5-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:48971/solr
   [junit4]   2> 86724 INFO  (zkConnectionManagerCallback-18-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 86808 INFO  (zkConnectionManagerCallback-20-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 87779 INFO  (zkConnectionManagerCallback-22-thread-1-processing-n:127.0.0.1:60727_solr) [n:127.0.0.1:60727_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 88023 INFO  (zkConnectionManagerCallback-24-thread-1-processing-n:127.0.0.1:55555_solr) [n:127.0.0.1:55555_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 92372 INFO  (jetty-launcher-5-thread-1) [n:127.0.0.1:60727_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 92374 INFO  (jetty-launcher-5-thread-1) [n:127.0.0.1:60727_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:60727_solr
   [junit4]   2> 92472 INFO  (jetty-launcher-5-thread-1) [n:127.0.0.1:60727_solr    ] o.a.s.c.Overseer Overseer (id=73240102343802885-127.0.0.1:60727_solr-n_0000000000) starting
   [junit4]   2> 92691 INFO  (jetty-launcher-5-thread-2) [n:127.0.0.1:55555_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 92778 INFO  (jetty-launcher-5-thread-2) [n:127.0.0.1:55555_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:55555_solr
   [junit4]   2> 94165 INFO  (zkCallback-23-thread-1-processing-n:127.0.0.1:55555_solr) [n:127.0.0.1:55555_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 94483 INFO  (zkCallback-21-thread-1-processing-n:127.0.0.1:60727_solr) [n:127.0.0.1:60727_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 96311 INFO  (jetty-launcher-5-thread-1) [n:127.0.0.1:60727_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:60727_solr
   [junit4]   2> 96360 INFO  (zkCallback-21-thread-1-processing-n:127.0.0.1:60727_solr) [n:127.0.0.1:60727_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 96440 INFO  (zkCallback-23-thread-1-processing-n:127.0.0.1:55555_solr) [n:127.0.0.1:55555_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 98530 INFO  (jetty-launcher-5-thread-2) [n:127.0.0.1:55555_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_55555.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2bb8e575
   [junit4]   2> 98567 INFO  (jetty-launcher-5-thread-2) [n:127.0.0.1:55555_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_55555.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2bb8e575
   [junit4]   2> 98568 INFO  (jetty-launcher-5-thread-2) [n:127.0.0.1:55555_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_55555.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2bb8e575
   [junit4]   2> 99001 INFO  (jetty-launcher-5-thread-2) [n:127.0.0.1:55555_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.TestCloudRecovery_2C4A7EE384993438-001/tempDir-001/node2/.
   [junit4]   2> 99228 INFO  (jetty-launcher-5-thread-1) [n:127.0.0.1:60727_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_60727.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2bb8e575
   [junit4]   2> 99229 INFO  (jetty-launcher-5-thread-1) [n:127.0.0.1:60727_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_60727.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2bb8e575
   [junit4]   2> 99229 INFO  (jetty-launcher-5-thread-1) [n:127.0.0.1:60727_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_60727.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2bb8e575
   [junit4]   2> 99309 INFO  (jetty-launcher-5-thread-1) [n:127.0.0.1:60727_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.TestCloudRecovery_2C4A7EE384993438-001/tempDir-001/node1/.
   [junit4]   2> 101528 INFO  (zkConnectionManagerCallback-30-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 101596 INFO  (zkConnectionManagerCallback-34-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 101632 INFO  (SUITE-TestCloudRecovery-seed#[2C4A7EE384993438]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 101652 INFO  (SUITE-TestCloudRecovery-seed#[2C4A7EE384993438]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:48971/solr ready
   [junit4]   2> 105228 INFO  (qtp972109850-50) [n:127.0.0.1:55555_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params pullReplicas=0&replicationFactor=0&collection.configName=config&maxShardsPerNode=2&name=collection1&nrtReplicas=0&action=CREATE&numShards=2&tlogReplicas=2&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 105405 INFO  (OverseerThreadFactory-41-thread-1-processing-n:127.0.0.1:60727_solr) [n:127.0.0.1:60727_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection collection1
   [junit4]   2> 105888 INFO  (OverseerStateUpdate-73240102343802885-127.0.0.1:60727_solr-n_0000000000) [n:127.0.0.1:60727_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"collection1_shard1_replica_t1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:55555/solr",
   [junit4]   2>   "type":"TLOG",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 106036 INFO  (OverseerStateUpdate-73240102343802885-127.0.0.1:60727_solr-n_0000000000) [n:127.0.0.1:60727_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"collection1_shard1_replica_t2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:60727/solr",
   [junit4]   2>   "type":"TLOG",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 106604 INFO  (OverseerStateUpdate-73240102343802885-127.0.0.1:60727_solr-n_0000000000) [n:127.0.0.1:60727_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"collection1_shard2_replica_t3",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:55555/solr",
   [junit4]   2>   "type":"TLOG",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 106606 INFO  (OverseerStateUpdate-73240102343802885-127.0.0.1:60727_solr-n_0000000000) [n:127.0.0.1:60727_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"collection1_shard2_replica_t5",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:60727/solr",
   [junit4]   2>   "type":"TLOG",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 107050 INFO  (qtp1745300888-47) [n:127.0.0.1:60727_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node6&collection.configName=config&newCollection=true&name=collection1_shard1_replica_t2&action=CREATE&numShards=2&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=TLOG
   [junit4]   2> 107074 INFO  (qtp1745300888-47) [n:127.0.0.1:60727_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 107136 INFO  (qtp972109850-52) [n:127.0.0.1:55555_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node7&collection.configName=config&newCollection=true&name=collection1_shard2_replica_t3&action=CREATE&numShards=2&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=TLOG
   [junit4]   2> 107136 INFO  (qtp972109850-54) [n:127.0.0.1:55555_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node4&collection.configName=config&newCollection=true&name=collection1_shard1_replica_t1&action=CREATE&numShards=2&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=TLOG
   [junit4]   2> 107152 INFO  (qtp972109850-54) [n:127.0.0.1:55555_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 107200 INFO  (qtp1745300888-60) [n:127.0.0.1:60727_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node8&collection.configName=config&newCollection=true&name=collection1_shard2_replica_t5&action=CREATE&numShards=2&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=TLOG
   [junit4]   2> 107780 INFO  (zkCallback-23-thread-1-processing-n:127.0.0.1:55555_solr) [n:127.0.0.1:55555_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 107841 INFO  (zkCallback-21-thread-2-processing-n:127.0.0.1:60727_solr) [n:127.0.0.1:60727_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 107843 INFO  (zkCallback-23-thread-2-processing-n:127.0.0.1:55555_solr) [n:127.0.0.1:55555_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 108627 INFO  (qtp972109850-54) [n:127.0.0.1:55555_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_t1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 108670 INFO  (qtp972109850-52) [n:127.0.0.1:55555_solr c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t3] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 108687 INFO  (qtp1745300888-47) [n:127.0.0.1:60727_solr c:collection1 s:shard1 r:core_node6 x:collection1_shard1_replica_t2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 108908 INFO  (qtp1745300888-60) [n:127.0.0.1:60727_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t5] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 109807 INFO  (qtp1745300888-47) [n:127.0.0.1:60727_solr c:collection1 s:shard1 r:core_node6 x:collection1_shard1_replica_t2] o.a.s.s.IndexSchema [collection1_shard1_replica_t2] Schema name=minimal
   [junit4]   2> 109828 INFO  (qtp972109850-54) [n:127.0.0.1:55555_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_t1] o.a.s.s.IndexSchema [collection1_shard1_replica_t1] Schema name=minimal
   [junit4]   2> 109850 INFO  (qtp972109850-52) [n:127.0.0.1:55555_solr c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t3] o.a.s.s.IndexSchema [collection1_shard2_replica_t3] Schema name=minimal
   [junit4]   2> 109943 INFO  (qtp1745300888-60) [n:127.0.0.1:60727_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t5] o.a.s.s.IndexSchema [collection1_shard2_replica_t5] Schema name=minimal
   [junit4]   2> 110002 INFO  (qtp1745300888-60) [n:127.0.0.1:60727_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t5] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 110002 INFO  (qtp1745300888-60) [n:127.0.0.1:60727_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t5] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard2_replica_t5' using configuration from collection collection1, trusted=true
   [junit4]   2> 110014 INFO  (qtp972109850-52) [n:127.0.0.1:55555_solr c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t3] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 110014 INFO  (qtp972109850-52) [n:127.0.0.1:55555_solr c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t3] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard2_replica_t3' using configuration from collection collection1, trusted=true
   [junit4]   2> 110039 INFO  (qtp972109850-54) [n:127.0.0.1:55555_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_t1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 110039 INFO  (qtp972109850-54) [n:127.0.0.1:55555_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_t1] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard1_replica_t1' using configuration from collection collection1, trusted=true
   [junit4]   2> 110078 INFO  (qtp1745300888-47) [n:127.0.0.1:60727_solr c:collection1 s:shard1 r:core_node6 x:collection1_shard1_replica_t2] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 110078 INFO  (qtp1745300888-47) [n:127.0.0.1:60727_solr c:collection1 s:shard1 r:core_node6 x:collection1_shard1_replica_t2] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard1_replica_t2' using configuration from collection collection1, trusted=true
   [junit4]   2> 110199 INFO  (qtp972109850-54) [n:127.0.0.1:55555_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_t1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_55555.solr.core.collection1.shard1.replica_t1' (registry 'solr.core.collection1.shard1.replica_t1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2bb8e575
   [junit4]   2> 110199 INFO  (qtp972109850-52) [n:127.0.0.1:55555_solr c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t3] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_55555.solr.core.collection1.shard2.replica_t3' (registry 'solr.core.collection1.shard2.replica_t3') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2bb8e575
   [junit4]   2> 110204 INFO  (qtp1745300888-60) [n:127.0.0.1:60727_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t5] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_60727.solr.core.collection1.shard2.replica_t5' (registry 'solr.core.collection1.shard2.replica_t5') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2bb8e575
   [junit4]   2> 110213 INFO  (qtp1745300888-60) [n:127.0.0.1:60727_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t5] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 110213 INFO  (qtp1745300888-60) [n:127.0.0.1:60727_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t5] o.a.s.c.SolrCore [[collection1_shard2_replica_t5] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.TestCloudRecovery_2C4A7EE384993438-001/tempDir-001/node1/collection1_shard2_replica_t5], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.TestCloudRecovery_2C4A7EE384993438-001/tempDir-001/node1/./collection1_shard2_replica_t5/data/]
   [junit4]   2> 110214 INFO  (qtp972109850-52) [n:127.0.0.1:55555_solr c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t3] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 110214 INFO  (qtp972109850-52) [n:127.0.0.1:55555_solr c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t3] o.a.s.c.SolrCore [[collection1_shard2_replica_t3] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.TestCloudRecovery_2C4A7EE384993438-001/tempDir-001/node2/collection1_shard2_replica_t3], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.TestCloudRecovery_2C4A7EE384993438-001/tempDir-001/node2/./collection1_shard2_replica_t3/data/]
   [junit4]   2> 110215 INFO  (qtp1745300888-47) [n:127.0.0.1:60727_solr c:collection1 s:shard1 r:core_node6 x:collection1_shard1_replica_t2] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_60727.solr.core.collection1.shard1.replica_t2' (registry 'solr.core.collection1.shard1.replica_t2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2bb8e575
   [junit4]   2> 110215 INFO  (qtp1745300888-47) [n:127.0.0.1:60727_solr c:collection1 s:shard1 r:core_node6 x:collection1_shard1_replica_t2] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 110215 INFO  (qtp1745300888-47) [n:127.0.0.1:60727_solr c:collection1 s:shard1 r:core_node6 x:collection1_shard1_replica_t2] o.a.s.c.SolrCore [[collection1_shard1_replica_t2] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.TestCloudRecovery_2C4A7EE384993438-001/tempDir-001/node1/collection1_shard1_replica_t2], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.TestCloudRecovery_2C4A7EE384993438-001/tempDir-001/node1/./collection1_shard1_replica_t2/data/]
   [junit4]   2> 110215 INFO  (qtp972109850-54) [n:127.0.0.1:55555_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_t1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 110216 INFO  (qtp972109850-54) [n:127.0.0.1:55555_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_t1] o.a.s.c.SolrCore [[collection1_shard1_replica_t1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.TestCloudRecovery_2C4A7EE384993438-001/tempDir-001/node2/collection1_shard1_replica_t1], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.TestCloudRecovery_2C4A7EE384993438-001/tempDir-001/node2/./collection1_shard1_replica_t1/data/]
   [junit4]   2> 112978 INFO  (qtp972109850-54) [n:127.0.0.1:55555_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_t1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 112978 INFO  (qtp972109850-54) [n:127.0.0.1:55555_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_t1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 113085 INFO  (qtp972109850-54) [n:127.0.0.1:55555_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_t1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 113085 INFO  (qtp972109850-54) [n:127.0.0.1:55555_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_t1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 113020 INFO  (qtp972109850-52) [n:127.0.0.1:55555_solr c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t3] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 113081 INFO  (qtp1745300888-47) [n:127.0.0.1:60727_solr c:collection1 s:shard1 r:core_node6 x:collection1_shard1_replica_t2] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 113120 INFO  (qtp972109850-52) [n:127.0.0.1:55555_solr c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t3] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 113120 INFO  (qtp1745300888-47) [n:127.0.0.1:60727_solr c:collection1 s:shard1 r:core_node6 x:collection1_shard1_replica_t2] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 113160 INFO  (qtp972109850-52) [n:127.0.0.1:55555_solr c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t3] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 113161 INFO  (qtp972109850-52) [n:127.0.0.1:55555_solr c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t3] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 113163 INFO  (qtp1745300888-47) [n:127.0.0.1:60727_solr c:collection1 s:shard1 r:core_node6 x:collection1_shard1_replica_t2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 113163 INFO  (qtp1745300888-47) [n:127.0.0.1:60727_solr c:collection1 s:shard1 r:core_node6 x:collection1_shard1_replica_t2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 113220 INFO  (qtp972109850-52) [n:127.0.0.1:55555_solr c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t3] o.a.s.s.SolrIndexSearcher Opening [Searcher@7f3dac3d[collection1_shard2_replica_t3] main]
   [junit4]   2> 113221 INFO  (qtp1745300888-47) [n:127.0.0.1:60727_solr c:collection1 s:shard1 r:core_node6 x:collection1_shard1_replica_t2] o.a.s.s.SolrIndexSearcher Opening [Searcher@224c2344[collection1_shard1_replica_t2] main]
   [junit4]   2> 113276 INFO  (qtp1745300888-60) [n:127.0.0.1:60727_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t5] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 113276 INFO  (qtp1745300888-60) [n:127.0.0.1:60727_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t5] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 113299 INFO  (qtp1745300888-60) [n:127.0.0.1:60727_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t5] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 113299 INFO  (qtp1745300888-60) [n:127.0.0.1:60727_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t5] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 113320 INFO  (qtp972109850-52) [n:127.0.0.1:55555_solr c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t3] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/config
   [junit4]   2> 113324 INFO  (qtp972109850-52) [n:127.0.0.1:55555_solr c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t3] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/config
   [junit4]   2> 113325 INFO  (qtp972109850-52) [n:127.0.0.1:55555_solr c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t3] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 113328 INFO  (qtp972109850-54) [n:127.0.0.1:55555_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_t1] o.a.s.s.SolrIndexSearcher Opening [Searcher@73d333c4[collection1_shard1_replica_t1] main]
   [junit4]   2> 113347 INFO  (qtp972109850-54) [n:127.0.0.1:55555_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_t1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/config
   [junit4]   2> 113347 INFO  (qtp972109850-54) [n:127.0.0.1:55555_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_t1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/config
   [junit4]   2> 113349 INFO  (qtp972109850-54) [n:127.0.0.1:55555_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_t1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 113350 INFO  (qtp972109850-54) [n:127.0.0.1:55555_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_t1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1591520022020227072
   [junit4]   2> 113397 INFO  (qtp972109850-52) [n:127.0.0.1:55555_solr c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t3] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1591520022069510144
   [junit4]   2> 113440 INFO  (qtp1745300888-47) [n:127.0.0.1:60727_solr c:collection1 s:shard1 r:core_node6 x:collection1_shard1_replica_t2] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/config
   [junit4]   2> 113445 INFO  (qtp1745300888-47) [n:127.0.0.1:60727_solr c:collection1 s:shard1 r:core_node6 x:collection1_shard1_replica_t2] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/config
   [junit4]   2> 113446 INFO  (qtp1745300888-47) [n:127.0.0.1:60727_solr c:collection1 s:shard1 r:core_node6 x:collection1_shard1_replica_t2] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 113447 INFO  (qtp1745300888-47) [n:127.0.0.1:60727_solr c:collection1 s:shard1 r:core_node6 x:collection1_shard1_replica_t2] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1591520022121938944
   [junit4]   2> 113813 INFO  (searcherExecutor-48-thread-1-processing-n:127.0.0.1:60727_solr x:collection1_shard1_replica_t2 s:shard1 c:collection1 r:core_node6) [n:127.0.0.1:60727_solr c:collection1 s:shard1 r:core_node6 x:collection1_shard1_replica_t2] o.a.s.c.SolrCore [collection1_shard1_replica_t2] Registered new searcher Searcher@224c2344[collection1_shard1_replica_t2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 113817 INFO  (searcherExecutor-47-thread-1-processing-n:127.0.0.1:55555_solr x:collection1_shard1_replica_t1 s:shard1 c:collection1 r:core_node4) [n:127.0.0.1:55555_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_t1] o.a.s.c.SolrCore [collection1_shard1_replica_t1] Registered new searcher Searcher@73d333c4[collection1_shard1_replica_t1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 113818 INFO  (qtp1745300888-60) [n:127.0.0.1:60727_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t5] o.a.s.s.SolrIndexSearcher Opening [Searcher@1e26194d[collection1_shard2_replica_t5] main]
   [junit4]   2> 113903 INFO  (searcherExecutor-46-thread-1-processing-n:127.0.0.1:55555_solr x:collection1_shard2_replica_t3 s:shard2 c:collection1 r:core_node7) [n:127.0.0.1:55555_solr c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t3] o.a.s.c.SolrCore [collection1_shard2_replica_t3] Registered new searcher Searcher@7f3dac3d[collection1_shard2_replica_t3] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 113917 INFO  (qtp1745300888-60) [n:127.0.0.1:60727_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t5] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/config
   [junit4]   2> 113918 INFO  (qtp1745300888-60) [n:127.0.0.1:60727_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t5] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/config
   [junit4]   2> 113940 INFO  (qtp1745300888-60) [n:127.0.0.1:60727_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t5] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 113940 INFO  (qtp1745300888-60) [n:127.0.0.1:60727_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t5] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1591520022638886912
   [junit4]   2> 113997 INFO  (searcherExecutor-45-thread-1-processing-n:127.0.0.1:60727_solr x:collection1_shard2_replica_t5 s:shard2 c:collection1 r:core_node8) [n:127.0.0.1:60727_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t5] o.a.s.c.SolrCore [collection1_shard2_replica_t5] Registered new searcher Searcher@1e26194d[collection1_shard2_replica_t5] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 114257 INFO  (qtp972109850-54) [n:127.0.0.1:55555_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_t1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 114257 INFO  (qtp972109850-54) [n:127.0.0.1:55555_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_t1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 114257 INFO  (qtp972109850-54) [n:127.0.0.1:55555_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_t1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:55555/solr/collection1_shard1_replica_t1/
   [junit4]   2> 114284 INFO  (zkCallback-21-thread-2-processing-n:127.0.0.1:60727_solr) [n:127.0.0.1:60727_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 114295 INFO  (qtp972109850-52) [n:127.0.0.1:55555_solr c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t3] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 114308 INFO  (qtp972109850-52) [n:127.0.0.1:55555_solr c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t3] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 114308 INFO  (qtp972109850-52) [n:127.0.0.1:55555_solr c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t3] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:55555/solr/collection1_shard2_replica_t3/
   [junit4]   2> 114310 INFO  (zkCallback-23-thread-1-processing-n:127.0.0.1:55555_solr) [n:127.0.0.1:55555_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 114330 INFO  (qtp972109850-52) [n:127.0.0.1:55555_solr c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t3] o.a.s.u.PeerSync PeerSync: core=collection1_shard2_replica_t3 url=http://127.0.0.1:55555/solr START replicas=[http://127.0.0.1:60727/solr/collection1_shard2_replica_t5/] nUpdates=100
   [junit4]   2> 114331 INFO  (qtp972109850-54) [n:127.0.0.1:55555_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_t1] o.a.s.u.PeerSync PeerSync: core=collection1_shard1_replica_t1 url=http://127.0.0.1:55555/solr START replicas=[http://127.0.0.1:60727/solr/collection1_shard1_replica_t2/] nUpdates=100
   [junit4]   2> 114504 INFO  (qtp1745300888-62) [n:127.0.0.1:60727_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t5] o.a.s.c.S.Request [collection1_shard2_replica_t5]  webapp=/solr path=/get params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2} status=0 QTime=136
   [junit4]   2> 114508 INFO  (qtp1745300888-58) [n:127.0.0.1:60727_solr c:collection1 s:shard1 r:core_node6 x:collection1_shard1_replica_t2] o.a.s.c.S.Request [collection1_shard1_replica_t2]  webapp=/solr path=/get params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2} status=0 QTime=77
   [junit4]   2> 114624 INFO  (zkCallback-23-thread-1-processing-n:127.0.0.1:55555_solr) [n:127.0.0.1:55555_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 114625 INFO  (zkCallback-21-thread-2-processing-n:127.0.0.1:60727_solr) [n:127.0.0.1:60727_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 114647 INFO  (qtp972109850-52) [n:127.0.0.1:55555_solr c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t3] o.a.s.u.PeerSync PeerSync: core=collection1_shard2_replica_t3 url=http://127.0.0.1:55555/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 114723 INFO  (qtp972109850-54) [n:127.0.0.1:55555_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_t1] o.a.s.u.PeerSync PeerSync: core=collection1_shard1_replica_t1 url=http://127.0.0.1:55555/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 114824 INFO  (qtp972109850-54) [n:127.0.0.1:55555_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_t1] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 114825 INFO  (qtp972109850-54) [n:127.0.0.1:55555_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_t1] o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 114825 INFO  (qtp972109850-54) [n:127.0.0.1:55555_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_t1] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 114827 INFO  (qtp972109850-52) [n:127.0.0.1:55555_solr c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t3] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 114828 INFO  (qtp972109850-52) [n:127.0.0.1:55555_solr c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t3] o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 114828 INFO  (qtp972109850-52) [n:127.0.0.1:55555_solr c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t3] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 114828 INFO  (qtp972109850-52) [n:127.0.0.1:55555_solr c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t3] o.a.s.c.ZkController collection1_shard2_replica_t3 stopping background replication from leader
   [junit4]   2> 114835 INFO  (qtp972109850-54) [n:127.0.0.1:55555_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_t1] o.a.s.c.ZkController collection1_shard1_replica_t1 stopping background replication from leader
   [junit4]   2> 114950 INFO  (qtp972109850-52) [n:127.0.0.1:55555_solr c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t3] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:55555/solr/collection1_shard2_replica_t3/ shard2
   [junit4]   2> 114970 INFO  (qtp972109850-54) [n:127.0.0.1:55555_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_t1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:55555/solr/collection1_shard1_replica_t1/ shard1
   [junit4]   2> 115083 INFO  (zkCallback-21-thread-2-processing-n:127.0.0.1:60727_solr) [n:127.0.0.1:60727_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 115106 INFO  (zkCallback-23-thread-1-processing-n:127.0.0.1:55555_solr) [n:127.0.0.1:55555_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 115148 INFO  (qtp972109850-54) [n:127.0.0.1:55555_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_t1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 115149 INFO  (qtp972109850-52) [n:127.0.0.1:55555_solr c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t3] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 115210 INFO  (qtp972109850-54) [n:127.0.0.1:55555_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_t1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node4&collection.configName=config&newCollection=true&name=collection1_shard1_replica_t1&action=CREATE&numShards=2&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=TLOG} status=0 QTime=8093
   [junit4]   2> 115229 INFO  (qtp972109850-52) [n:127.0.0.1:55555_solr c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t3] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node7&collection.configName=config&newCollection=true&name=collection1_shard2_replica_t3&action=CREATE&numShards=2&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=TLOG} status=0 QTime=8108
   [junit4]   2> 115307 INFO  (qtp1745300888-47) [n:127.0.0.1:60727_solr c:collection1 s:shard1 r:core_node6 x:collection1_shard1_replica_t2] o.a.s.c.ZkController collection1_shard1_replica_t2 starting background replication from leader
   [junit4]   2> 115308 INFO  (qtp1745300888-47) [n:127.0.0.1:60727_solr c:collection1 s:shard1 r:core_node6 x:collection1_shard1_replica_t2] o.a.s.c.ReplicateFromLeader Will start replication from leader with poll interval: 00:00:03
   [junit4]   2> 115329 INFO  (zkCallback-21-thread-1-processing-n:127.0.0.1:60727_solr) [n:127.0.0.1:60727_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 115347 INFO  (zkCallback-23-thread-1-processing-n:127.0.0.1:55555_solr) [n:127.0.0.1:55555_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 115849 INFO  (qtp1745300888-60) [n:127.0.0.1:60727_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t5] o.a.s.c.ZkController collection1_shard2_replica_t5 starting background replication from leader
   [junit4]   2> 115849 INFO  (qtp1745300888-60) [n:127.0.0.1:60727_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t5] o.a.s.c.ReplicateFromLeader Will start replication from leader with poll interval: 00:00:03
   [junit4]   2> 115895 INFO  (qtp1745300888-60) [n:127.0.0.1:60727_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t5] o.a.s.h.ReplicationHandler Poll scheduled at an interval of 3000ms
   [junit4]   2> 115896 INFO  (qtp1745300888-60) [n:127.0.0.1:60727_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t5] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 115927 INFO  (qtp1745300888-60) [n:127.0.0.1:60727_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t5] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node8&collection.configName=config&newCollection=true&name=collection1_shard2_replica_t5&action=CREATE&numShards=2&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=TLOG} status=0 QTime=8727
   [junit4]   2> 115964 INFO  (indexFetcher-67-thread-1) [n:127.0.0.1:60727_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t5] o.a.s.h.IndexFetcher Updated masterUrl to http://127.0.0.1:55555/solr/collection1_shard2_replica_t3/
   [junit4]   2> 116047 INFO  (zkCallback-23-thread-1-processing-n:127.0.0.1:55555_solr) [n:127.0.0.1:55555_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 116049 INFO  (zkCallback-21-thread-1-processing-n:127.0.0.1:60727_solr) [n:127.0.0.1:60727_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 116119 INFO  (qtp1745300888-47) [n:127.0.0.1:60727_solr c:collection1 s:shard1 r:core_node6 x:collection1_shard1_replica_t2] o.a.s.h.ReplicationHandler Poll scheduled at an interval of 3000ms
   [junit4]   2> 116120 INFO  (qtp1745300888-47) [n:127.0.0.1:60727_solr c:collection1 s:shard1 r:core_node6 x:collection1_shard1_replica_t2] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 116128 INFO  (qtp1745300888-47) [n:127.0.0.1:60727_solr c:collection1 s:shard1 r:core_node6 x:collection1_shard1_replica_t2] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node6&collection.configName=config&newCollection=true&name=collection1_shard1_replica_t2&action=CREATE&numShards=2&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=TLOG} status=0 QTime=9097
   [junit4]   2> 116192 INFO  (indexFetcher-68-thread-1) [n:127.0.0.1:60727_solr c:collection1 s:shard1 r:core_node6 x:collection1_shard1_replica_t2] o.a.s.h.IndexFetcher Updated masterUrl to http://127.0.0.1:55555/solr/collection1_shard1_replica_t1/
   [junit4]   2> 116353 INFO  (zkCallback-23-thread-1-processing-n:127.0.0.1:55555_solr) [n:127.0.0.1:55555_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 116353 INFO  (zkCallback-21-thread-1-processing-n:127.0.0.1:60727_solr) [n:127.0.0.1:60727_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 116354 INFO  (qtp972109850-52) [n:127.0.0.1:55555_solr c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t3] o.a.s.c.S.Request [collection1_shard2_replica_t3]  webapp=/solr path=/replication params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0 QTime=365
   [junit4]   2> 116356 INFO  (indexFetcher-67-thread-1) [n:127.0.0.1:60727_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t5] o.a.s.h.IndexFetcher Master's generation: 1
   [junit4]   2> 116356 INFO  (indexFetcher-67-thread-1) [n:127.0.0.1:60727_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t5] o.a.s.h.IndexFetcher Master's version: 0
   [junit4]   2> 116356 INFO  (indexFetcher-67-thread-1) [n:127.0.0.1:60727_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t5] o.a.s.h.IndexFetcher Slave's generation: 1
   [junit4]   2> 116356 INFO  (indexFetcher-67-thread-1) [n:127.0.0.1:60727_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t5] o.a.s.h.IndexFetcher Slave's version: 0
   [junit4]   2> 116356 INFO  (indexFetcher-67-thread-1) [n:127.0.0.1:60727_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t5] o.a.s.h.IndexFetcher New index in Master. Deleting mine...
   [junit4]   2> 116356 INFO  (qtp972109850-54) [n:127.0.0.1:55555_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_t1] o.a.s.c.S.Request [collection1_shard1_replica_t1]  webapp=/solr path=/replication params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0 QTime=0
   [junit4]   2> 116365 INFO  (indexFetcher-68-thread-1) [n:127.0.0.1:60727_solr c:collection1 s:shard1 r:core_node6 x:collection1_shard1_replica_t2] o.a.s.h.IndexFetcher Master's generation: 1
   [junit4]   2> 116365 INFO  (indexFetcher-68-thread-1) [n:127.0.0.1:60727_solr c:collection1 s:shard1 r:core_node6 x:collection1_shard1_replica_t2] o.a.s.h.IndexFetcher Master's version: 0
   [junit4]   2> 116365 INFO  (indexFetcher-68-thread-1) [n:127.0.0.1:60727_solr c:collection1 s:shard1 r:core_node6 x:collection1_shard1_replica_t2] o.a.s.h.IndexFetcher Slave's generation: 1
   [junit4]   2> 116365 INFO  (indexFetcher-68-thread-1) [n:127.0.0.1:60727_solr c:collection1 s:shard1 r:core_node6 x:collection1_shard1_replica_t2] o.a.s.h.IndexFetcher Slave's version: 0
   [junit4]   2> 116365 INFO  (indexFetcher-68-thread-1) [n:127.0.0.1:60727_solr c:collection1 s:shard1 r:core_node6 x:collection1_shard1_replica_t2] o.a.s.h.IndexFetcher New index in Master. Deleting mine...
   [junit4]   2> 116372 INFO  (indexFetcher-67-thread-1) [n:127.0.0.1:60727_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t5] o.a.s.s.SolrIndexSearcher Opening [Searcher@4ed5b404[collection1_shard2_replica_t5] main]
   [junit4]   2> 116373 INFO  (indexFetcher-68-thread-1) [n:127.0.0.1:60727_solr c:collection1 s:shard1 r:core_node6 x:collection1_shard1_replica_t2] o.a.s.s.SolrIndexSearcher Opening [Searcher@1212db3[collection1_shard1_replica_t2] main]
   [junit4]   2> 116427 INFO  (searcherExecutor-45-thread-1-processing-n:127.0.0.1:60727_solr x:collection1_shard2_replica_t5 s:shard2 c:collection1 r:core_node8) [n:127.0.0.1:60727_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t5] o.a.s.c.SolrCore [collection1_shard2_replica_t5] Registered new searcher Searcher@4ed5b404[collection1_shard2_replica_t5] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 116480 INFO  (searcherExecutor-48-thread-1-processing-n:127.0.0.1:60727_solr x:collection1_shard1_replica_t2 s:shard1 c:collection1 r:core_node6) [n:127.0.0.1:60727_solr c:collection1 s:shard1 r:core_node6 x:collection1_shard1_replica_t2] o.a.s.c.SolrCore [collection1_shard1_replica_t2] Registered new searcher Searcher@1212db3[collection1_shard1_replica_t2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 116506 INFO  (qtp972109850-50) [n:127.0.0.1:55555_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> 116506 INFO  (qtp972109850-50) [n:127.0.0.1:55555_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={pullReplicas=0&replicationFactor=0&collection.configName=config&maxShardsPerNode=2&name=collection1&nrtReplicas=0&action=CREATE&numShards=2&tlogReplicas=2&wt=javabin&version=2} status=0 QTime=11307
   [junit4]   2> 116605 INFO  (SUITE-TestCloudRecovery-seed#[2C4A7EE384993438]-worker) [    ] o.a.s.c.AbstractDistribZkTestBase Wait for recoveries to finish - collection: collection1 failOnTimeout:true timeout (sec):30
   [junit4]   2> 116628 INFO  (SUITE-TestCloudRecovery-seed#[2C4A7EE384993438]-worker) [    ] o.a.s.c.AbstractDistribZkTestBase Recoveries finished - collection: collection1
   [junit4]   2> 116787 INFO  (TEST-TestCloudRecovery.corruptedLogTest-seed#[2C4A7EE384993438]) [    ] o.a.s.SolrTestCaseJ4 ###Starting corruptedLogTest
   [junit4]   2> 117857 INFO  (OverseerCollectionConfigSetProcessor-73240102343802885-127.0.0.1:60727_solr-n_0000000000) [n:127.0.0.1:60727_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> 118306 INFO  (qtp1745300888-61) [n:127.0.0.1:60727_solr c:collection1 s:shard1 r:core_node6 x:collection1_shard1_replica_t2] o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica_t2]  webapp=/solr path=/update params={update.distrib=FROMLEADER&_version_=-1591520026612989952&distrib.from=http://127.0.0.1:55555/solr/collection1_shard1_replica_t1/&wt=javabin&version=2}{deleteByQuery=*:* (-1591520026612989952)} 0 1
   [junit4]   2> 118307 INFO  (qtp972109850-54) [n:127.0.0.1:55555_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_t1] o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica_t1]  webapp=/solr path=/update params={update.distrib=TOLEADER&distrib.from=http://127.0.0.1:55555/solr/collection1_shard2_replica_t3/&wt=javabin&version=2}{deleteByQuery=*:* (-1591520026612989952)} 0 578
   [junit4]   2> 118331 INFO  (qtp1745300888-59) [n:127.0.0.1:60727_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t5] o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard2_replica_t5]  webapp=/solr path=/update params={update.distrib=FROMLEADER&_version_=-1591520026501840896&distrib.from=http://127.0.0.1:55555/solr/collection1_shard2_replica_t3/&wt=javabin&version=2}{deleteByQuery=*:* (-1591520026501840896)} 0 162
   [junit4]   2> 118332 INFO  (qtp972109850-56) [n:127.0.0.1:55555_solr c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t3] o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard2_replica_t3]  webapp=/solr path=/update params={wt=javabin&version=2}{deleteByQuery=*:* (-1591520026501840896)} 0 1347
   [junit4]   2> 118785 INFO  (qtp1745300888-62) [n:127.0.0.1:60727_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t5] o.a.s.u.TestInjection Start waiting for replica in sync with leader
   [junit4]   2> 118824 INFO  (qtp972109850-54) [n:127.0.0.1:55555_solr c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t3] o.a.s.c.S.Request [collection1_shard2_replica_t3]  webapp=/solr path=/replication params={qt=/replication&wt=javabin&version=2&command=details} status=0 QTime=2
   [junit4]   2> 118833 INFO  (qtp972109850-49) [n:127.0.0.1:55555_solr c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t3] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1591520027769569280,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 118834 INFO  (qtp972109850-49) [n:127.0.0.1:55555_solr c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t3] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 118841 INFO  (qtp972109850-55) [n:127.0.0.1:55555_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_t1] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1591520027777957888,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 118909 INFO  (qtp972109850-56) [n:127.0.0.1:55555_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_t1] o.a.s.c.S.Request [collection1_shard1_replica_t1]  webapp=/solr path=/replication params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0 QTime=0
   [junit4]   2> 118910 INFO  (indexFetcher-68-thread-1) [n:127.0.0.1:60727_solr c:collection1 s:shard1 r:core_node6 x:collection1_shard1_replica_t2] o.a.s.h.IndexFetcher Master's generation: 1
   [junit4]   2> 118910 INFO  (indexFetcher-68-thread-1) [n:127.0.0.1:60727_solr c:collection1 s:shard1 r:core_node6 x:collection1_shard1_replica_t2] o.a.s.h.IndexFetcher Master's version: 0
   [junit4]   2> 118910 INFO  (indexFetcher-68-thread-1) [n:127.0.0.1:60727_solr c:collection1 s:shard1 r:core_node6 x:collection1_shard1_replica_t2] o.a.s.h.IndexFetcher Slave's generation: 1
   [junit4]   2> 118910 INFO  (indexFetcher-68-thread-1) [n:127.0.0.1:60727_solr c:collection1 s:shard1 r:core_node6 x:collection1_shard1_replica_t2] o.a.s.h.IndexFetcher Slave's version: 0
   [junit4]   2> 118910 INFO  (indexFetcher-68-thread-1) [n:127.0.0.1:60727_solr c:collection1 s:shard1 r:core_node6 x:collection1_shard1_replica_t2] o.a.s.h.IndexFetcher New index in Master. Deleting mine...
   [junit4]   2> 118916 INFO  (indexFetcher-68-thread-1) [n:127.0.0.1:60727_solr c:collection1 s:shard1 r:core_node6 x:collection1_shard1_replica_t2] o.a.s.s.SolrIndexSearcher Opening [Searcher@75ad337a[collection1_shard1_replica_t2] main]
   [junit4]   2> 118932 INFO  (searcherExecutor-48-thread-1-processing-n:127.0.0.1:60727_solr x:collection1_shard1_replica_t2 s:shard1 c:collection1 r:core_node6) [n:127.0.0.1:60727_solr c:collection1 s:shard1 r:core_node6 x:collection1_shard1_replica_t2] o.a.s.c.SolrCore [collection1_shard1_replica_t2] Registered new searcher Searcher@75ad337a[collection1_shard1_replica_t2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 118822 INFO  (qtp1745300888-58) [n:127.0.0.1:60727_solr c:collection1 s:shard1 r:core_node6 x:collection1_shard1_replica_t2] o.a.s.u.TestInjection Start waiting for replica in sync with leader
   [junit4]   2> 119164 INFO  (qtp972109850-55) [n:127.0.0.1:55555_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_t1] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 119166 INFO  (qtp972109850-50) [n:127.0.0.1:55555_solr c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t3] o.a.s.c.S.Request [collection1_shard2_replica_t3]  webapp=/solr path=/replication params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0 QTime=0
   [junit4]   2> 119167 INFO  (qtp972109850-49) [n:127.0.0.1:55555_solr c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t3] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 119167 INFO  (qtp972109850-49) [n:127.0.0.1:55555_solr c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t3] o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard2_replica_t3]  webapp=/solr path=/update params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:55555/solr/collection1_shard1_replica_t1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=} 0 333
   [junit4]   2> 119169 INFO  (indexFetcher-67-thread-1) [n:127.0.0.1:60727_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t5] o.a.s.h.IndexFetcher Master's generation: 1
   [junit4]   2> 119169 INFO  (indexFetcher-67-thread-1) [n:127.0.0.1:60727_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t5] o.a.s.h.IndexFetcher Master's version: 0
   [junit4]   2> 119169 INFO  (indexFetcher-67-thread-1) [n:127.0.0.1:60727_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t5] o.a.s.h.IndexFetcher Slave's generation: 1
   [junit4]   2> 119169 INFO  (indexFetcher-67-thread-1) [n:127.0.0.1:60727_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t5] o.a.s.h.IndexFetcher Slave's version: 0
   [junit4]   2> 119169 INFO  (indexFetcher-67-thread-1) [n:127.0.0.1:60727_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t5] o.a.s.h.IndexFetcher New index in Master. Deleting mine...
   [junit4]   2> 119170 INFO  (indexFetcher-67-thread-1) [n:127.0.0.1:60727_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t5] o.a.s.s.SolrIndexSearcher Opening [Searcher@3a16084e[collection1_shard2_replica_t5] main]
   [junit4]   2> 119170 INFO  (qtp972109850-49) [n:127.0.0.1:55555_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_t1] o.a.s.c.S.Request [collection1_shard1_replica_t1]  webapp=/solr path=/replication params={qt=/replication&wt=javabin&version=2&command=details} status=0 QTime=0
   [junit4]   2> 119260 INFO  (qtp972109850-55) [n:127.0.0.1:55555_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_t1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 119260 INFO  (qtp972109850-55) [n:127.0.0.1:55555_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_t1] o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica_t1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:55555/solr/collection1_shard1_replica_t1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=} 0 419
   [junit4]   2> 119266 INFO  (searcherExecutor-45-thread-1-processing-n:127.0.0.1:60727_solr x:collection1_shard2_replica_t5 s:shard2 c:collection1 r:core_node8) [n:127.0.0.1:60727_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t5] o.a.s.c.SolrCore [collection1_shard2_replica_t5] Registered new searcher Searcher@3a16084e[collection1_shard2_replica_t5] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 119408 INFO  (qtp972109850-49) [n:127.0.0.1:55555_solr c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t3] o.a.s.c.S.Request [collection1_shard2_replica_t3]  webapp=/solr path=/replication params={qt=/replication&wt=javabin&version=2&command=details} status=0 QTime=7
   [junit4]   2> 119761 INFO  (qtp972109850-49) [n:127.0.0.1:55555_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_t1] o.a.s.c.S.Request [collection1_shard1_replica_t1]  webapp=/solr path=/replication params={qt=/replication&wt=javabin&version=2&command=details} status=0 QTime=20
   [junit4]   2> 120018 INFO  (qtp972109850-49) [n:127.0.0.1:55555_solr c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t3] o.a.s.c.S.Request [collection1_shard2_replica_t3]  webapp=/solr path=/replication params={qt=/replication&wt=javabin&version=2&command=details} status=0 QTime=1
   [junit4]   2> 120277 INFO  (qtp972109850-49) [n:127.0.0.1:55555_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_t1] o.a.s.c.S.Request [collection1_shard1_replica_t1]  webapp=/solr path=/replication params={qt=/replication&wt=javabin&version=2&command=details} status=0 QTime=1
   [junit4]   2> 120542 INFO  (qtp972109850-49) [n:127.0.0.1:55555_solr c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t3] o.a.s.c.S.Request [collection1_shard2_replica_t3]  webapp=/solr path=/replication params={qt=/replication&wt=javabin&version=2&command=details} status=0 QTime=0
   [junit4]   2> 120822 INFO  (qtp972109850-49) [n:127.0.0.1:55555_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_t1] o.a.s.c.S.Request [collection1_shard1_replica_t1]  webapp=/solr path=/replication params={qt=/replication&wt=javabin&version=2&command=details} status=0 QTime=0
   [junit4]   2> 121820 INFO  (qtp972109850-49) [n:127.0.0.1:55555_solr c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t3] o.a.s.c.S.Request [collection1_shard2_replica_t3]  webapp=/solr path=/replication params={qt=/replication&wt=javabin&version=2&command=details} status=0 QTime=0
   [junit4]   2> 121875 INFO  (qtp972109850-54) [n:127.0.0.1:55555_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_t1] o.a.s.c.S.Request [collection1_shard1_replica_t1]  webapp=/solr path=/replication params={qt=/replication&wt=javabin&version=2&command=details} status=0 QTime=2
   [junit4]   2> 121899 INFO  (qtp972109850-49) [n:127.0.0.1:55555_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_t1] o.a.s.c.S.Request [collection1_shard1_replica_t1]  webapp=/solr path=/replication params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0 QTime=0
   [junit4]   2> 121900 INFO  (indexFetcher-68-thread-1) [n:127.0.0.1:60727_solr c:collection1 s:shard1 r:core_node6 x:collection1_shard1_replica_t2] o.a.s.h.IndexFetcher Master's generation: 1
   [junit4]   2> 121900 INFO  (indexFetcher-68-thread-1) [n:127.0.0.1:60727_solr c:collection1 s:shard1 r:core_node6 x:collection1_shard1_replica_t2] o.a.s.h.IndexFetcher Master's version: 0
   [junit4]   2> 121900 INFO  (indexFetcher-68-thread-1) [n:127.0.0.1:60727_solr c:collection1 s:shard1 r:core_node6 x:collection1_shard1_replica_t2] o.a.s.h.IndexFetcher Slave's generation: 1
   [junit4]   2> 121900 INFO  (indexFetcher-68-thread-1) [n:127.0.0.1:60727_solr c:collection1 s:shard1 r:core_node6 x:collection1_shard1_replica_t2] o.a.s.h.IndexFetcher Slave's version: 0
   [junit4]   2> 121900 INFO  (indexFetcher-68-thread-1) [n:127.0.0.1:60727_solr c:collection1 s:shard1 r:core_node6 x:collection1_shard1_replica_t2] o.a.s.h.IndexFetcher New index in Master. Deleting mine...
   [junit4]   2> 121901 INFO  (indexFetcher-68-thread-1) [n:127.0.0.1:60727_solr c:collection1 s:shard1 r:core_node6 x:collection1_shard1_replica_t2] o.a.s.s.SolrIndexSearcher Opening [Searcher@49bbd89d[collection1_shard1_replica_t2] main]
   [junit4]   2> 121925 INFO  (searcherExecutor-48-thread-1-processing-n:127.0.0.1:60727_solr x:collection1_shard1_replica_t2 s:shard1 c:collection1 r:core_node6) [n:127.0.0.1:60727_solr c:collection1 s:shard1 r:core_node6 x:collection1_shard1_replica_t2] o.a.s.c.SolrCore [collection1_shard1_replica_t2] Registered new searcher Searcher@49bbd89d[collection1_shard1_replica_t2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 121965 INFO  (qtp972109850-54) [n:127.0.0.1:55555_solr c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t3] o.a.s.c.S.Request [collection1_shard2_replica_t3]  webapp=/solr path=/replication params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0 QTime=0
   [junit4]   2> 121984 INFO  (indexFetcher-67-thread-1) [n:127.0.0.1:60727_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t5] o.a.s.h.IndexFetcher Master's generation: 1
   [junit4]   2> 121984 INFO  (indexFetcher-67-thread-1) [n:127.0.0.1:60727_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t5] o.a.s.h.IndexFetcher Master's version: 0
   [junit4]   2> 121984 INFO  (indexFetcher-67-thread-1) [n:127.0.0.1:60727_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t5] o.a.s.h.IndexFetcher Slave's generation: 1
   [junit4]   2> 121984 INFO  (indexFetcher-67-thread-1) [n:127.0.0.1:60727_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t5] o.a.s.h.IndexFetcher Slave's version: 0
   [junit4]   2> 121984 INFO  (indexFetcher-67-thread-1) [n:127.0.0.1:60727_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t5] o.a.s.h.IndexFetcher New index in Master. Deleting mine...
   [junit4]   2> 121984 INFO  (indexFetcher-67-thread-1) [n:127.0.0.1:60727_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t5] o.a.s.s.SolrIndexSearcher Opening [Searcher@16f0e782[collection1_shard2_replica_t5] main]
   [junit4]   2> 121997 INFO  (searcherExecutor-45-thread-1-processing-n:127.0.0.1:60727_solr x:collection1_shard2_replica_t5 s:shard2 c:collection1 r:core_node8) [n:127.0.0.1:60727_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t5] o.a.s.c.SolrCore [collection1_shard2_replica_t5] Registered new searcher Searcher@16f0e782[collection1_shard2_replica_t5] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 122390 INFO  (qtp972109850-49) [n:127.0.0.1:55555_solr c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t3] o.a.s.c.S.Request [collection1_shard2_replica_t3]  webapp=/solr path=/replication params={qt=/replication&wt=javabin&version=2&command=details} status=0 QTime=0
   [junit4]   2> 122444 INFO  (qtp972109850-49) [n:127.0.0.1:55555_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_t1] o.a.s.c.S.Request [collection1_shard1_replica_t1]  webapp=/solr path=/replication params={qt=/replication&wt=javabin&version=2&command=details} status=0 QTime=15
   [junit4]   2> 122969 INFO  (qtp972109850-49) [n:127.0.0.1:55555_solr c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t3] o.a.s.c.S.Request [collection1_shard2_replica_t3]  webapp=/solr path=/replication params={qt=/replication&wt=javabin&version=2&command=details} status=0 QTime=3
   [junit4]   2> 122985 INFO  (qtp972109850-49) [n:127.0.0.1:55555_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_t1] o.a.s.c.S.Request [collection1_shard1_replica_t1]  webapp=/solr path=/replication params={qt=/replication&wt=javabin&version=2&command=details} status=0 QTime=0
   [junit4]   2> 123518 INFO  (qtp972109850-49) [n:127.0.0.1:55555_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_t1] o.a.s.c.S.Request [collection1_shard1_replica_t1]  webapp=/solr path=/replication params={qt=/replication&wt=javabin&version=2&command=details} status=0 QTime=0
   [junit4]   2> 123554 INFO  (qtp972109850-49) [n:127.0.0.1:55555_solr c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t3] o.a.s.c.S.Request [collection1_shard2_replica_t3]  webapp=/solr path=/replication params={qt=/replication&wt=javabin&version=2&command=details} status=0 QTime=0
   [junit4]   2> 124205 INFO  (qtp972109850-49) [n:127.0.0.1:55555_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_t1] o.a.s.c.S.Request [collection1_shard1_replica_t1]  webapp=/solr path=/replication params={qt=/replication&wt=javabin&version=2&command=details} status=0 QTime=0
   [junit4]   2> 124210 INFO  (qtp972109850-49) [n:127.0.0.1:55555_solr c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t3] o.a.s.c.S.Request [collection1_shard2_replica_t3]  webapp=/solr path=/replication params={qt=/replication&wt=javabin&version=2&command=details} status=0 QTime=0
   [junit4]   2> 124745 INFO  (qtp972109850-56) [n:127.0.0.1:55555_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_t1] o.a.s.c.S.Request [collection1_shard1_replica_t1]  webapp=/solr path=/replication params={qt=/replication&wt=javabin&version=2&command=details} status=0 QTime=0
   [junit4]   2> 124761 INFO  (qtp972109850-56) [n:127.0.0.1:55555_solr c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t3] o.a.s.c.S.Request [collection1_shard2_replica_t3]  webapp=/solr path=/replication params={qt=/replication&wt=javabin&version=2&command=details} status=0 QTime=0
   [junit4]   2> 124933 INFO  (qtp972109850-55) [n:127.0.0.1:55555_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_t1] o.a.s.c.S.Request [collection1_shard1_replica_t1]  webapp=/solr path=/replication params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0 QTime=0
   [junit4]   2> 124948 INFO  (indexFetcher-68-thread-1) [n:127.0.0.1:60727_solr c:collection1 s:shard1 r:core_node6 x:collection1_shard1_replica_t2] o.a.s.h.IndexFetcher Master's generation: 1
   [junit4]   2> 124948 INFO  (indexFetcher-68-thread-1) [n:127.0.0.1:60727_solr c:collection1 s:shard1 r:core_node6 x:collection1_shard1_replica_t2] o.a.s.h.IndexFetcher Master's version: 0
   [junit4]   2> 124948 INFO  (indexFetcher-68-thread-1) [n:127.0.0.1:60727_solr c:collection1 s:shard1 r:core_node6 x:collection1_shard1_replica_t2] o.a.s.h.IndexFetcher Slave's generation: 1
   [junit4]   2> 124948 INFO  (indexFetcher-68-thread-1) [n:127.0.0.1:60727_solr c:collection1 s:shard1 r:core_node6 x:collection1_shard1_replica_t2] o.a.s.h.IndexFetcher Slave's version: 0
   [junit4]   2> 124948 INFO  (indexFetcher-68-thread-1) [n:127.0.0.1:60727_solr c:collection1 s:shard1 r:core_node6 x:collection1_shard1_replica_t2] o.a.s.h.IndexFetcher New index in Master. Deleting mine...
   [junit4]   2> 124956 INFO  (indexFetcher-68-thread-1) [n:127.0.0.1:60727_solr c:collection1 s:shard1 r:core_node6 x:collection1_shard1_replica_t2] o.a.s.s.SolrIndexSearcher Opening [Searcher@20421419[collection1_shard1_replica_t2] main]
   [junit4]   2> 125004 INFO  (qtp972109850-56) [n:127.0.0.1:55555_solr c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t3] o.a.s.c.S.Request [collection1_shard2_replica_t3]  webapp=/solr path=/replication params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0 QTime=0
   [junit4]   2> 125005 INFO  (indexFetcher-67-thread-1) [n:127.0.0.1:60727_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t5] o.a.s.h.IndexFetcher Master's generation: 1
   [junit4]   2> 125005 INFO  (indexFetcher-67-thread-1) [n:127.0.0.1:60727_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t5] o.a.s.h.IndexFetcher Master's version: 0
   [junit4]   2> 125005 INFO  (indexFetcher-67-thread-1) [n:127.0.0.1:60727_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t5] o.a.s.h.IndexFetcher Slave's generation: 1
   [junit4]   2> 125005 INFO  (indexFetcher-67-thread-1) [n:127.0.0.1:60727_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t5] o.a.s.h.IndexFetcher Slave's version: 0
   [junit4]   2> 125006 INFO  (indexFetcher-67-thread-1) [n:127.0.0.1:60727_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t5] o.a.s.h.IndexFetcher New index in Master. Deleting mine...
   [junit4]   2> 125008 INFO  (searcherExecutor-48-thread-1-processing-n:127.0.0.1:60727_solr x:collection1_shard1_replica_t2 s:shard1 c:collection1 r:core_node6) [n:127.0.0.1:60727_solr c:collection1 s:shard1 r:core_node6 x:collection1_shard1_replica_t2] o.a.s.c.SolrCore [collection1_shard1_replica_t2] Registered new searcher Searcher@20421419[collection1_shard1_replica_t2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 125077 INFO  (indexFetcher-67-thread-1) [n:127.0.0.1:60727_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t5] o.a.s.s.SolrIndexSearcher Opening [Searcher@6fb6c3bc[collection1_shard2_replica_t5] main]
   [junit4]   2> 125082 INFO  (searcherExecutor-45-thread-1-processing-n:127.0.0.1:60727_solr x:collection1_shard2_replica_t5 s:shard2 c:collection1 r:core_node8) [n:127.0.0.1:60727_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t5] o.a.s.c.SolrCore [collection1_shard2_replica_t5] Registered new searcher Searcher@6fb6c3bc[collection1_shard2_replica_t5] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 125293 INFO  (qtp972109850-54) [n:127.0.0.1:55555_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_t1] o.a.s.c.S.Request [collection1_shard1_replica_t1]  webapp=/solr path=/replication params={qt=/replication&wt=javabin&version=2&command=details} status=0 QTime=0
   [junit4]   2> 125329 INFO  (qtp972109850-56) [n:127.0.0.1:55555_solr c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t3] o.a.s.c.S.Request [collection1_shard2_replica_t3]  webapp=/solr path=/replication params={qt=/replication&wt=javabin&version=2&command=details} status=0 QTime=0
   [junit4]   2> 125928 INFO  (qtp972109850-56) [n:127.0.0.1:55555_solr c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t3] o.a.s.c.S.Request [collection1_shard2_replica_t3]  webapp=/solr path=/replication params={qt=/replication&wt=javabin&version=2&command=details} status=0 QTime=0
   [junit4]   2> 125964 INFO  (qtp972109850-56) [n:127.0.0.1:55555_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_t1] o.a.s.c.S.Request [collection1_shard1_replica_t1]  webapp=/solr path=/replication params={qt=/replication&wt=javabin&version=2&command=details} status=0 QTime=1
   [junit4]   2> 126461 INFO  (qtp972109850-56) [n:127.0.0.1:55555_solr c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t3] o.a.s.c.S.Request [collection1_shard2_replica_t3]  webapp=/solr path=/replication params={qt=/replication&wt=javabin&version=2&command=details} status=0 QTime=0
   [junit4]   2> 126514 INFO  (qtp972109850-56) [n:127.0.0.1:55555_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_t1] o.a.s.c.S.Request [collection1_shard1_replica_t1]  webapp=/solr path=/replication params={qt=/replication&wt=javabin&version=2&command=details} status=0 QTime=0
   [junit4]   2> 127749 INFO  (qtp972109850-55) [n:127.0.0.1:55555_solr c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t3] o.a.s.c.S.Request [collection1_shard2_replica_t3]  webapp=/solr path=/replication params={qt=/replication&wt=javabin&version=2&command=details} status=0 QTime=0
   [junit4]   2> 127801 INFO  (qtp972109850-55) [n:127.0.0.1:55555_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_t1] o.a.s.c.S.Request [collection1_shard1_replica_t1]  webapp=/solr path=/replication params={qt=/replication&wt=javabin&version=2&command=details} status=0 QTime=0
   [junit4]   2> 127951 INFO  (qtp972109850-49) [n:127.0.0.1:55555

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

_t3]  CLOSING SolrCore org.apache.solr.core.SolrCore@292e692b
   [junit4]   2> 249532 INFO  (coreCloseExecutor-172-thread-1) [n:127.0.0.1:55555_solr c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t3] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1.shard2.replica_t3, tag=690907435
   [junit4]   2> 249532 INFO  (coreCloseExecutor-172-thread-1) [n:127.0.0.1:55555_solr c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t3] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@3c1ee3d: rootName = solr_55555, domain = solr.core.collection1.shard2.replica_t3, service url = null, agent id = null] for registry solr.core.collection1.shard2.replica_t3 / com.codahale.metrics.MetricRegistry@46062eb5
   [junit4]   2> 249535 INFO  (coreCloseExecutor-171-thread-1) [n:127.0.0.1:60727_solr c:collection1 s:shard1 r:core_node6 x:collection1_shard1_replica_t2] o.a.s.c.SolrCore [collection1_shard1_replica_t2]  CLOSING SolrCore org.apache.solr.core.SolrCore@594a4c5e
   [junit4]   2> 249536 INFO  (coreCloseExecutor-171-thread-1) [n:127.0.0.1:60727_solr c:collection1 s:shard1 r:core_node6 x:collection1_shard1_replica_t2] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1.shard1.replica_t2, tag=1498041438
   [junit4]   2> 249536 INFO  (coreCloseExecutor-171-thread-1) [n:127.0.0.1:60727_solr c:collection1 s:shard1 r:core_node6 x:collection1_shard1_replica_t2] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@3b18cfae: rootName = solr_60727, domain = solr.core.collection1.shard1.replica_t2, service url = null, agent id = null] for registry solr.core.collection1.shard1.replica_t2 / com.codahale.metrics.MetricRegistry@622d0e9e
   [junit4]   2> 249555 INFO  (coreCloseExecutor-171-thread-2) [n:127.0.0.1:60727_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t5] o.a.s.c.SolrCore [collection1_shard2_replica_t5]  CLOSING SolrCore org.apache.solr.core.SolrCore@34730e43
   [junit4]   2> 249556 INFO  (coreCloseExecutor-172-thread-2) [n:127.0.0.1:55555_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_t1] o.a.s.c.SolrCore [collection1_shard1_replica_t1]  CLOSING SolrCore org.apache.solr.core.SolrCore@7c8b3f57
   [junit4]   2> 249563 INFO  (zkCallback-74-thread-1-processing-n:127.0.0.1:55555_solr) [n:127.0.0.1:55555_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [0])
   [junit4]   2> 249563 INFO  (zkCallback-64-thread-2-processing-n:127.0.0.1:60727_solr) [n:127.0.0.1:60727_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [0])
   [junit4]   2> 249859 INFO  (coreCloseExecutor-171-thread-2) [n:127.0.0.1:60727_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t5] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1.shard2.replica_t5, tag=879955523
   [junit4]   2> 249860 INFO  (coreCloseExecutor-171-thread-2) [n:127.0.0.1:60727_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t5] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@487e5b45: rootName = solr_60727, domain = solr.core.collection1.shard2.replica_t5, service url = null, agent id = null] for registry solr.core.collection1.shard2.replica_t5 / com.codahale.metrics.MetricRegistry@39854f46
   [junit4]   2> 249952 INFO  (coreCloseExecutor-172-thread-2) [n:127.0.0.1:55555_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_t1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1.shard1.replica_t1, tag=2089500503
   [junit4]   2> 249952 INFO  (coreCloseExecutor-172-thread-2) [n:127.0.0.1:55555_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_t1] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@143c66cd: rootName = solr_55555, domain = solr.core.collection1.shard1.replica_t1, service url = null, agent id = null] for registry solr.core.collection1.shard1.replica_t1 / com.codahale.metrics.MetricRegistry@6afac841
   [junit4]   2> 250235 INFO  (coreCloseExecutor-171-thread-1) [n:127.0.0.1:60727_solr c:collection1 s:shard1 r:core_node6 x:collection1_shard1_replica_t2] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.collection1.shard1.leader, tag=1498041438
   [junit4]   2> 250298 INFO  (coreCloseExecutor-171-thread-2) [n:127.0.0.1:60727_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t5] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.collection1.shard2.leader, tag=879955523
   [junit4]   2> 250332 INFO  (coreCloseExecutor-172-thread-1) [n:127.0.0.1:55555_solr c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t3] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.collection1.shard2.leader, tag=690907435
   [junit4]   2> 250463 INFO  (coreCloseExecutor-172-thread-2) [n:127.0.0.1:55555_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_t1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.collection1.shard1.leader, tag=2089500503
   [junit4]   2> 250505 INFO  (jetty-closer-6-thread-1) [    ] o.a.s.c.Overseer Overseer (id=73240102343802897-127.0.0.1:60727_solr-n_0000000004) closing
   [junit4]   2> 250531 INFO  (OverseerStateUpdate-73240102343802897-127.0.0.1:60727_solr-n_0000000004) [n:127.0.0.1:60727_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:60727_solr
   [junit4]   2> 250531 WARN  (OverseerAutoScalingTriggerThread-73240102343802897-127.0.0.1:60727_solr-n_0000000004) [n:127.0.0.1:60727_solr    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 250802 INFO  (zkCallback-74-thread-1-processing-n:127.0.0.1:55555_solr) [n:127.0.0.1:55555_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:55555_solr
   [junit4]   2> 250860 INFO  (jetty-closer-6-thread-1) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@76d17e33{/solr,null,UNAVAILABLE}
   [junit4]   2> 250870 INFO  (jetty-closer-6-thread-1) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 250942 INFO  (jetty-closer-6-thread-2) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@77ee2eed{/solr,null,UNAVAILABLE}
   [junit4]   2> 250943 INFO  (jetty-closer-6-thread-2) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 251137 ERROR (SUITE-TestCloudRecovery-seed#[2C4A7EE384993438]-worker) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 251138 INFO  (SUITE-TestCloudRecovery-seed#[2C4A7EE384993438]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:48971 48971
   [junit4]   2> 251257 INFO  (Thread-3) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:48971 48971
   [junit4]   2> 251260 WARN  (Thread-3) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	9	/solr/collections/collection1/terms/shard2
   [junit4]   2> 	9	/solr/collections/collection1/terms/shard1
   [junit4]   2> 	7	/solr/aliases.json
   [junit4]   2> 	7	/solr/clusterprops.json
   [junit4]   2> 	6	/solr/security.json
   [junit4]   2> 	6	/solr/configs/config
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	7	/solr/clusterstate.json
   [junit4]   2> 	6	/solr/collections/collection1/state.json
   [junit4]   2> 	5	/solr/autoscaling.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	7	/solr/live_nodes
   [junit4]   2> 	7	/solr/collections
   [junit4]   2> 	5	/solr/overseer/queue
   [junit4]   2> 	5	/solr/autoscaling/events/.auto_add_replicas
   [junit4]   2> 	5	/solr/overseer/collection-queue-work
   [junit4]   2> 	5	/solr/overseer/queue-work
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.TestCloudRecovery_2C4A7EE384993438-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {id=PostingsFormat(name=MockRandom)}, docValues:{}, maxPointsInLeafNode=199, maxMBSortInHeap=7.037192810002427, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@bf9e901), locale=sl, timezone=America/St_Thomas
   [junit4]   2> NOTE: Linux 3.13.0-88-generic amd64/Oracle Corporation 1.8.0_144 (64-bit)/cpus=4,threads=1,free=119165376,total=304611328
   [junit4]   2> NOTE: All tests run in this JVM: [SuggesterTest, TestXmlQParserPlugin, TestCloudRecovery]
   [junit4] Completed [10/775 (1!)] on J1 in 175.14s, 2 tests, 1 error <<< FAILURES!

[...truncated 259 lines...]
# There is insufficient memory for the Java Runtime Environment to continue.
# Native memory allocation (mmap) failed to map 143130624 bytes for committing reserved memory.
# An error report file with more information is saved as:
# /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/hs_err_pid17718.log
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
[Fast Archiver] No artifacts from Lucene-Solr-Tests-master #2296 to compare, so performing full copy of artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene-Solr-Tests-master - Build # 2296 - Still unstable

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-Tests-master/2296/

6 tests failed.
FAILED:  org.apache.lucene.classification.CachingNaiveBayesClassifierTest.testPerformance

Error Message:
evaluation took more than 1m: 75s

Stack Trace:
java.lang.AssertionError: evaluation took more than 1m: 75s
	at __randomizedtesting.SeedInfo.seed([7E32DF33DA791F76:B9D32D11B1CD27D9]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.apache.lucene.classification.CachingNaiveBayesClassifierTest.testPerformance(CachingNaiveBayesClassifierTest.java:111)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at 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.SystemLogListenerTest.test

Error Message:
Trigger was not fired 

Stack Trace:
java.lang.AssertionError: Trigger was not fired 
	at __randomizedtesting.SeedInfo.seed([6B9C366DF36E3B30:E3C809B75D9256C8]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.apache.solr.cloud.autoscaling.SystemLogListenerTest.test(SystemLogListenerTest.java:151)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.cloud.autoscaling.sim.TestTriggerIntegration.testSearchRate

Error Message:
The trigger did not fire at all

Stack Trace:
java.lang.AssertionError: The trigger did not fire at all
	at __randomizedtesting.SeedInfo.seed([6B9C366DF36E3B30:36D428E43CA89D7F]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.apache.solr.cloud.autoscaling.sim.TestTriggerIntegration.testSearchRate(TestTriggerIntegration.java:1178)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.cloud.autoscaling.sim.TestTriggerIntegration.testCooldown

Error Message:


Stack Trace:
java.lang.NullPointerException
	at __randomizedtesting.SeedInfo.seed([6B9C366DF36E3B30:5A225B898DC44EC2]:0)
	at org.apache.solr.cloud.autoscaling.sim.TestTriggerIntegration.testCooldown(TestTriggerIntegration.java:1086)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)


FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.cdcr.CdcrVersionReplicationTest

Error Message:
1 thread leaked from SUITE scope at org.apache.solr.cloud.cdcr.CdcrVersionReplicationTest:     1) Thread[id=40, name=qtp571006719-40, state=TIMED_WAITING, group=TGRP-CdcrVersionReplicationTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2163)         at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.reservedWait(ReservedThreadExecutor.java:308)         at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:373)         at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)         at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)         at java.lang.Thread.run(Thread.java:748)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.cloud.cdcr.CdcrVersionReplicationTest: 
   1) Thread[id=40, name=qtp571006719-40, state=TIMED_WAITING, group=TGRP-CdcrVersionReplicationTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2163)
        at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.reservedWait(ReservedThreadExecutor.java:308)
        at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:373)
        at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)
        at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)
        at java.lang.Thread.run(Thread.java:748)
	at __randomizedtesting.SeedInfo.seed([6B9C366DF36E3B30]:0)


FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.cdcr.CdcrVersionReplicationTest

Error Message:
There are still zombie threads that couldn't be terminated:    1) Thread[id=40, name=qtp571006719-40, state=TIMED_WAITING, group=TGRP-CdcrVersionReplicationTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2163)         at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.reservedWait(ReservedThreadExecutor.java:308)         at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:373)         at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)         at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)         at java.lang.Thread.run(Thread.java:748)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   1) Thread[id=40, name=qtp571006719-40, state=TIMED_WAITING, group=TGRP-CdcrVersionReplicationTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2163)
        at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.reservedWait(ReservedThreadExecutor.java:308)
        at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:373)
        at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)
        at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)
        at java.lang.Thread.run(Thread.java:748)
	at __randomizedtesting.SeedInfo.seed([6B9C366DF36E3B30]:0)




Build Log:
[...truncated 6659 lines...]
   [junit4] Suite: org.apache.lucene.classification.CachingNaiveBayesClassifierTest
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=CachingNaiveBayesClassifierTest -Dtests.method=testPerformance -Dtests.seed=7E32DF33DA791F76 -Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=en-US -Dtests.timezone=America/Anchorage -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 95.4s J2 | CachingNaiveBayesClassifierTest.testPerformance <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: evaluation took more than 1m: 75s
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([7E32DF33DA791F76:B9D32D11B1CD27D9]:0)
   [junit4]    > 	at org.apache.lucene.classification.CachingNaiveBayesClassifierTest.testPerformance(CachingNaiveBayesClassifierTest.java:111)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {bool=PostingsFormat(name=Direct), cat=PostingsFormat(name=Direct), text=PostingsFormat(name=Memory)}, docValues:{}, maxPointsInLeafNode=218, maxMBSortInHeap=7.242576841066534, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@5e296778), locale=en-US, timezone=America/Anchorage
   [junit4]   2> NOTE: Linux 3.13.0-88-generic amd64/Oracle Corporation 1.8.0_144 (64-bit)/cpus=4,threads=1,free=295566520,total=337117184
   [junit4]   2> NOTE: All tests run in this JVM: [CachingNaiveBayesClassifierTest]
   [junit4] Completed [4/11 (1!)] on J2 in 106.02s, 4 tests, 1 failure <<< FAILURES!

[...truncated 5635 lines...]
   [junit4] Suite: org.apache.solr.cloud.cdcr.CdcrVersionReplicationTest
   [junit4]   2> 48863 INFO  (SUITE-CdcrVersionReplicationTest-seed#[6B9C366DF36E3B30]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.cdcr.CdcrVersionReplicationTest_6B9C366DF36E3B30-001/init-core-data-001
   [junit4]   2> 48881 WARN  (SUITE-CdcrVersionReplicationTest-seed#[6B9C366DF36E3B30]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=1 numCloses=1
   [junit4]   2> 48881 INFO  (SUITE-CdcrVersionReplicationTest-seed#[6B9C366DF36E3B30]-worker) [    ] o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 48883 INFO  (SUITE-CdcrVersionReplicationTest-seed#[6B9C366DF36E3B30]-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> 48884 INFO  (SUITE-CdcrVersionReplicationTest-seed#[6B9C366DF36E3B30]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /fb/v
   [junit4]   2> 49044 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[6B9C366DF36E3B30]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 49081 INFO  (Thread-2) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 49082 INFO  (Thread-2) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 50595 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[6B9C366DF36E3B30]) [    ] o.a.s.c.ZkTestServer start zk server on port:42013
   [junit4]   2> 53540 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn Exception causing close of session 0x0: ZooKeeperServer not running
   [junit4]   2> 54028 ERROR (Thread-2) [    ] 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> 55813 INFO  (zkConnectionManagerCallback-4-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 57207 INFO  (zkConnectionManagerCallback-6-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 57843 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[6B9C366DF36E3B30]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf/solrconfig-cdcr.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 57957 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[6B9C366DF36E3B30]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf/schema15.xml to /configs/conf1/schema.xml
   [junit4]   2> 58033 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[6B9C366DF36E3B30]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 58067 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[6B9C366DF36E3B30]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 58119 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[6B9C366DF36E3B30]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 58189 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[6B9C366DF36E3B30]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 58255 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[6B9C366DF36E3B30]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 58307 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[6B9C366DF36E3B30]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 58480 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[6B9C366DF36E3B30]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 58899 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[6B9C366DF36E3B30]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 58951 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[6B9C366DF36E3B30]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 59021 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[6B9C366DF36E3B30]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testCdcrDocVersions
   [junit4]   2> 70377 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[6B9C366DF36E3B30]) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T16:27:37-05:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 70633 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[6B9C366DF36E3B30]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 70634 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[6B9C366DF36E3B30]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 70661 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[6B9C366DF36E3B30]) [    ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 71001 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[6B9C366DF36E3B30]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@7384c423{/fb/v,null,AVAILABLE}
   [junit4]   2> 71274 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[6B9C366DF36E3B30]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@36980691{HTTP/1.1,[http/1.1]}{127.0.0.1:60136}
   [junit4]   2> 71293 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[6B9C366DF36E3B30]) [    ] o.e.j.s.Server Started @119425ms
   [junit4]   2> 71293 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[6B9C366DF36E3B30]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {shards=shard1, hostContext=/fb/v, hostPort=60136, coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.cdcr.CdcrVersionReplicationTest_6B9C366DF36E3B30-001/jetty-001/cores}
   [junit4]   2> 71611 ERROR (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[6B9C366DF36E3B30]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 71643 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[6B9C366DF36E3B30]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 71643 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[6B9C366DF36E3B30]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 71643 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[6B9C366DF36E3B30]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 71880 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[6B9C366DF36E3B30]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-02-04T13:47:57.341Z
   [junit4]   2> 71973 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[6B9C366DF36E3B30]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 72133 INFO  (zkConnectionManagerCallback-8-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 72214 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[6B9C366DF36E3B30]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 72216 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[6B9C366DF36E3B30]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.cdcr.CdcrVersionReplicationTest_6B9C366DF36E3B30-001/jetty-001/solr.xml
   [junit4]   2> 72335 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[6B9C366DF36E3B30]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 72336 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[6B9C366DF36E3B30]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 72520 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[6B9C366DF36E3B30]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@2e04331b, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 72775 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[6B9C366DF36E3B30]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42013/solr
   [junit4]   2> 75536 INFO  (zkConnectionManagerCallback-12-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 75709 INFO  (zkConnectionManagerCallback-14-thread-1-processing-n:127.0.0.1:60136_fb%2Fv) [n:127.0.0.1:60136_fb%2Fv    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 80280 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[6B9C366DF36E3B30]) [n:127.0.0.1:60136_fb%2Fv    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 80299 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[6B9C366DF36E3B30]) [n:127.0.0.1:60136_fb%2Fv    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:60136_fb%2Fv
   [junit4]   2> 80319 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[6B9C366DF36E3B30]) [n:127.0.0.1:60136_fb%2Fv    ] o.a.s.c.Overseer Overseer (id=73237502189961220-127.0.0.1:60136_fb%2Fv-n_0000000000) starting
   [junit4]   2> 82068 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[6B9C366DF36E3B30]) [n:127.0.0.1:60136_fb%2Fv    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:60136_fb%2Fv
   [junit4]   2> 82215 INFO  (OverseerStateUpdate-73237502189961220-127.0.0.1:60136_fb%2Fv-n_0000000000) [n:127.0.0.1:60136_fb%2Fv    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 89427 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[6B9C366DF36E3B30]) [n:127.0.0.1:60136_fb%2Fv    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2e04331b
   [junit4]   2> 89428 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[6B9C366DF36E3B30]) [n:127.0.0.1:60136_fb%2Fv    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2e04331b
   [junit4]   2> 89503 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[6B9C366DF36E3B30]) [n:127.0.0.1:60136_fb%2Fv    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2e04331b
   [junit4]   2> 89660 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[6B9C366DF36E3B30]) [n:127.0.0.1:60136_fb%2Fv    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.cdcr.CdcrVersionReplicationTest_6B9C366DF36E3B30-001/jetty-001/cores
   [junit4]   2> 92638 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[6B9C366DF36E3B30]) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T16:27:37-05:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 93720 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[6B9C366DF36E3B30]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 93720 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[6B9C366DF36E3B30]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 93720 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[6B9C366DF36E3B30]) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 93741 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[6B9C366DF36E3B30]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@44aaa7f5{/fb/v,null,AVAILABLE}
   [junit4]   2> 93742 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[6B9C366DF36E3B30]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@618f3509{HTTP/1.1,[http/1.1]}{127.0.0.1:52959}
   [junit4]   2> 93742 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[6B9C366DF36E3B30]) [    ] o.e.j.s.Server Started @141875ms
   [junit4]   2> 93743 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[6B9C366DF36E3B30]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {shards=shard2, hostContext=/fb/v, hostPort=52959, coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.cdcr.CdcrVersionReplicationTest_6B9C366DF36E3B30-001/jetty-002/cores}
   [junit4]   2> 93743 ERROR (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[6B9C366DF36E3B30]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 93743 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[6B9C366DF36E3B30]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 93744 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[6B9C366DF36E3B30]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 93744 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[6B9C366DF36E3B30]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 93744 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[6B9C366DF36E3B30]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-02-04T13:48:19.424Z
   [junit4]   2> 93821 INFO  (zkConnectionManagerCallback-18-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 93865 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[6B9C366DF36E3B30]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 93865 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[6B9C366DF36E3B30]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.cdcr.CdcrVersionReplicationTest_6B9C366DF36E3B30-001/jetty-002/solr.xml
   [junit4]   2> 93996 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[6B9C366DF36E3B30]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 94036 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[6B9C366DF36E3B30]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 94137 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[6B9C366DF36E3B30]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@2e04331b, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 94218 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[6B9C366DF36E3B30]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42013/solr
   [junit4]   2> 94239 INFO  (zkConnectionManagerCallback-22-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 94328 INFO  (zkConnectionManagerCallback-24-thread-1-processing-n:127.0.0.1:52959_fb%2Fv) [n:127.0.0.1:52959_fb%2Fv    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 94400 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[6B9C366DF36E3B30]) [n:127.0.0.1:52959_fb%2Fv    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 94458 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[6B9C366DF36E3B30]) [n:127.0.0.1:52959_fb%2Fv    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 94514 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[6B9C366DF36E3B30]) [n:127.0.0.1:52959_fb%2Fv    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:52959_fb%2Fv
   [junit4]   2> 94625 INFO  (zkCallback-23-thread-1-processing-n:127.0.0.1:52959_fb%2Fv) [n:127.0.0.1:52959_fb%2Fv    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 94678 INFO  (zkCallback-13-thread-2-processing-n:127.0.0.1:60136_fb%2Fv) [n:127.0.0.1:60136_fb%2Fv    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 98462 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[6B9C366DF36E3B30]) [n:127.0.0.1:52959_fb%2Fv    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2e04331b
   [junit4]   2> 99755 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[6B9C366DF36E3B30]) [n:127.0.0.1:52959_fb%2Fv    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2e04331b
   [junit4]   2> 99756 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[6B9C366DF36E3B30]) [n:127.0.0.1:52959_fb%2Fv    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2e04331b
   [junit4]   2> 99828 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[6B9C366DF36E3B30]) [n:127.0.0.1:52959_fb%2Fv    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.cdcr.CdcrVersionReplicationTest_6B9C366DF36E3B30-001/jetty-002/cores
   [junit4]   2> 103912 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[6B9C366DF36E3B30]) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T16:27:37-05:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 103947 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[6B9C366DF36E3B30]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 103947 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[6B9C366DF36E3B30]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 103947 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[6B9C366DF36E3B30]) [    ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 103956 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[6B9C366DF36E3B30]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@57bb7623{/fb/v,null,AVAILABLE}
   [junit4]   2> 103974 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[6B9C366DF36E3B30]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@5359d44b{HTTP/1.1,[http/1.1]}{127.0.0.1:44540}
   [junit4]   2> 103974 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[6B9C366DF36E3B30]) [    ] o.e.j.s.Server Started @152106ms
   [junit4]   2> 103974 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[6B9C366DF36E3B30]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {shards=shard3, hostContext=/fb/v, hostPort=44540, coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.cdcr.CdcrVersionReplicationTest_6B9C366DF36E3B30-001/jetty-003/cores}
   [junit4]   2> 103978 ERROR (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[6B9C366DF36E3B30]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 103978 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[6B9C366DF36E3B30]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 103978 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[6B9C366DF36E3B30]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 103978 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[6B9C366DF36E3B30]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 103978 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[6B9C366DF36E3B30]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-02-04T13:48:29.658Z
   [junit4]   2> 105035 INFO  (zkConnectionManagerCallback-28-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 105089 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[6B9C366DF36E3B30]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 105089 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[6B9C366DF36E3B30]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.cdcr.CdcrVersionReplicationTest_6B9C366DF36E3B30-001/jetty-003/solr.xml
   [junit4]   2> 105169 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[6B9C366DF36E3B30]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 105169 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[6B9C366DF36E3B30]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 105270 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[6B9C366DF36E3B30]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@2e04331b, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 105337 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[6B9C366DF36E3B30]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42013/solr
   [junit4]   2> 105369 INFO  (zkConnectionManagerCallback-32-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 105538 INFO  (zkConnectionManagerCallback-34-thread-1-processing-n:127.0.0.1:44540_fb%2Fv) [n:127.0.0.1:44540_fb%2Fv    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 105656 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[6B9C366DF36E3B30]) [n:127.0.0.1:44540_fb%2Fv    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 105718 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[6B9C366DF36E3B30]) [n:127.0.0.1:44540_fb%2Fv    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 105803 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[6B9C366DF36E3B30]) [n:127.0.0.1:44540_fb%2Fv    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:44540_fb%2Fv
   [junit4]   2> 105858 INFO  (zkCallback-23-thread-1-processing-n:127.0.0.1:52959_fb%2Fv) [n:127.0.0.1:52959_fb%2Fv    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 105870 INFO  (zkCallback-13-thread-2-processing-n:127.0.0.1:60136_fb%2Fv) [n:127.0.0.1:60136_fb%2Fv    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 106281 INFO  (zkCallback-33-thread-1-processing-n:127.0.0.1:44540_fb%2Fv) [n:127.0.0.1:44540_fb%2Fv    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 107529 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[6B9C366DF36E3B30]) [n:127.0.0.1:44540_fb%2Fv    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2e04331b
   [junit4]   2> 108157 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[6B9C366DF36E3B30]) [n:127.0.0.1:44540_fb%2Fv    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2e04331b
   [junit4]   2> 108157 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[6B9C366DF36E3B30]) [n:127.0.0.1:44540_fb%2Fv    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2e04331b
   [junit4]   2> 108236 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[6B9C366DF36E3B30]) [n:127.0.0.1:44540_fb%2Fv    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.cdcr.CdcrVersionReplicationTest_6B9C366DF36E3B30-001/jetty-003/cores
   [junit4]   2> 112961 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[6B9C366DF36E3B30]) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T16:27:37-05:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 114177 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[6B9C366DF36E3B30]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 114177 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[6B9C366DF36E3B30]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 114177 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[6B9C366DF36E3B30]) [    ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 114189 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[6B9C366DF36E3B30]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1c1dbbca{/fb/v,null,AVAILABLE}
   [junit4]   2> 114190 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[6B9C366DF36E3B30]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@ef359f2{HTTP/1.1,[http/1.1]}{127.0.0.1:57754}
   [junit4]   2> 114190 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[6B9C366DF36E3B30]) [    ] o.e.j.s.Server Started @162322ms
   [junit4]   2> 114190 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[6B9C366DF36E3B30]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {shards=shard4, hostContext=/fb/v, hostPort=57754, coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.cdcr.CdcrVersionReplicationTest_6B9C366DF36E3B30-001/jetty-004/cores}
   [junit4]   2> 114191 ERROR (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[6B9C366DF36E3B30]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 114191 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[6B9C366DF36E3B30]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 114191 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[6B9C366DF36E3B30]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 114191 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[6B9C366DF36E3B30]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 114191 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[6B9C366DF36E3B30]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-02-04T13:48:39.871Z
   [junit4]   2> 114272 INFO  (zkConnectionManagerCallback-38-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 114303 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[6B9C366DF36E3B30]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 114303 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[6B9C366DF36E3B30]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.cdcr.CdcrVersionReplicationTest_6B9C366DF36E3B30-001/jetty-004/solr.xml
   [junit4]   2> 114455 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[6B9C366DF36E3B30]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 114455 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[6B9C366DF36E3B30]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 114510 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[6B9C366DF36E3B30]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@2e04331b, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 114665 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[6B9C366DF36E3B30]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42013/solr
   [junit4]   2> 114803 INFO  (zkConnectionManagerCallback-42-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 115773 INFO  (zkConnectionManagerCallback-44-thread-1-processing-n:127.0.0.1:57754_fb%2Fv) [n:127.0.0.1:57754_fb%2Fv    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 116313 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[6B9C366DF36E3B30]) [n:127.0.0.1:57754_fb%2Fv    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 116318 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[6B9C366DF36E3B30]) [n:127.0.0.1:57754_fb%2Fv    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 116323 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[6B9C366DF36E3B30]) [n:127.0.0.1:57754_fb%2Fv    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:57754_fb%2Fv
   [junit4]   2> 116326 INFO  (zkCallback-23-thread-1-processing-n:127.0.0.1:52959_fb%2Fv) [n:127.0.0.1:52959_fb%2Fv    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 116326 INFO  (zkCallback-33-thread-1-processing-n:127.0.0.1:44540_fb%2Fv) [n:127.0.0.1:44540_fb%2Fv    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 116374 INFO  (zkCallback-13-thread-1-processing-n:127.0.0.1:60136_fb%2Fv) [n:127.0.0.1:60136_fb%2Fv    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 116479 INFO  (zkCallback-43-thread-1-processing-n:127.0.0.1:57754_fb%2Fv) [n:127.0.0.1:57754_fb%2Fv    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 117769 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[6B9C366DF36E3B30]) [n:127.0.0.1:57754_fb%2Fv    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2e04331b
   [junit4]   2> 117976 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[6B9C366DF36E3B30]) [n:127.0.0.1:57754_fb%2Fv    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2e04331b
   [junit4]   2> 118033 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[6B9C366DF36E3B30]) [n:127.0.0.1:57754_fb%2Fv    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2e04331b
   [junit4]   2> 118677 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[6B9C366DF36E3B30]) [n:127.0.0.1:57754_fb%2Fv    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.cdcr.CdcrVersionReplicationTest_6B9C366DF36E3B30-001/jetty-004/cores
   [junit4]   2> 121024 INFO  (zkConnectionManagerCallback-50-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 121076 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[6B9C366DF36E3B30]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 121388 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[6B9C366DF36E3B30]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:42013/solr ready
   [junit4]   2> 128184 INFO  (qtp710001794-69) [n:127.0.0.1:52959_fb%2Fv    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=1&collection.configName=conf1&name=tmp_collection&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 128465 INFO  (OverseerThreadFactory-20-thread-1-processing-n:127.0.0.1:60136_fb%2Fv) [n:127.0.0.1:60136_fb%2Fv    ] o.a.s.c.a.c.CreateCollectionCmd Create collection tmp_collection
   [junit4]   2> 128503 WARN  (OverseerThreadFactory-20-thread-1-processing-n:127.0.0.1:60136_fb%2Fv) [n:127.0.0.1:60136_fb%2Fv    ] o.a.s.c.a.c.CreateCollectionCmd It is unusual to create a collection (tmp_collection) without cores.
   [junit4]   2> 129947 INFO  (qtp710001794-69) [n:127.0.0.1:52959_fb%2Fv    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 130061 INFO  (qtp710001794-69) [n:127.0.0.1:52959_fb%2Fv    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=1&collection.configName=conf1&name=tmp_collection&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&wt=javabin&version=2} status=0 QTime=1920
   [junit4]   2> 130530 INFO  (OverseerCollectionConfigSetProcessor-73237502189961220-127.0.0.1:60136_fb%2Fv-n_0000000000) [n:127.0.0.1:60136_fb%2Fv    ] 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> 131058 INFO  (qtp710001794-71) [n:127.0.0.1:52959_fb%2Fv    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:60136_fb%252Fv&action=ADDREPLICA&collection=tmp_collection&shard=shard1&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 131284 INFO  (OverseerThreadFactory-20-thread-2-processing-n:127.0.0.1:60136_fb%2Fv) [n:127.0.0.1:60136_fb%2Fv    ] o.a.s.c.a.c.AddReplicaCmd Node Identified 127.0.0.1:60136_fb%2Fv for creating new replica
   [junit4]   2> 131528 INFO  (qtp571006719-38) [n:127.0.0.1:60136_fb%2Fv    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&name=tmp_collection_shard1_replica_n41&action=CREATE&collection=tmp_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 131533 INFO  (qtp571006719-38) [n:127.0.0.1:60136_fb%2Fv    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 132406 INFO  (qtp571006719-38) [n:127.0.0.1:60136_fb%2Fv c:tmp_collection s:shard1  x:tmp_collection_shard1_replica_n41] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 133438 INFO  (qtp571006719-38) [n:127.0.0.1:60136_fb%2Fv c:tmp_collection s:shard1  x:tmp_collection_shard1_replica_n41] o.a.s.s.IndexSchema [tmp_collection_shard1_replica_n41] Schema name=test
   [junit4]   2> 133679 WARN  (qtp571006719-38) [n:127.0.0.1:60136_fb%2Fv c:tmp_collection s:shard1  x:tmp_collection_shard1_replica_n41] o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class [solr.TrieIntField]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 133813 WARN  (qtp571006719-38) [n:127.0.0.1:60136_fb%2Fv c:tmp_collection s:shard1  x:tmp_collection_shard1_replica_n41] o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class [solr.TrieFloatField]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 133874 WARN  (qtp571006719-38) [n:127.0.0.1:60136_fb%2Fv c:tmp_collection s:shard1  x:tmp_collection_shard1_replica_n41] o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class [solr.TrieLongField]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 133956 WARN  (qtp571006719-38) [n:127.0.0.1:60136_fb%2Fv c:tmp_collection s:shard1  x:tmp_collection_shard1_replica_n41] o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class [solr.TrieDoubleField]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 134275 WARN  (qtp571006719-38) [n:127.0.0.1:60136_fb%2Fv c:tmp_collection s:shard1  x:tmp_collection_shard1_replica_n41] o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class [solr.CurrencyField]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 134473 WARN  (qtp571006719-38) [n:127.0.0.1:60136_fb%2Fv c:tmp_collection s:shard1  x:tmp_collection_shard1_replica_n41] o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class [solr.TrieDateField]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 136170 WARN  (qtp571006719-38) [n:127.0.0.1:60136_fb%2Fv c:tmp_collection s:shard1  x:tmp_collection_shard1_replica_n41] o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class [solr.GeoHashField]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 137622 WARN  (qtp571006719-38) [n:127.0.0.1:60136_fb%2Fv c:tmp_collection s:shard1  x:tmp_collection_shard1_replica_n41] o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class [solr.LatLonType]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 138118 INFO  (qtp571006719-38) [n:127.0.0.1:60136_fb%2Fv c:tmp_collection s:shard1  x:tmp_collection_shard1_replica_n41] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 139833 INFO  (qtp571006719-38) [n:127.0.0.1:60136_fb%2Fv c:tmp_collection s:shard1  x:tmp_collection_shard1_replica_n41] o.a.s.c.CoreContainer Creating SolrCore 'tmp_collection_shard1_replica_n41' using configuration from collection tmp_collection, trusted=true
   [junit4]   2> 139857 INFO  (qtp571006719-38) [n:127.0.0.1:60136_fb%2Fv c:tmp_collection s:shard1  x:tmp_collection_shard1_replica_n41] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.tmp_collection.shard1.replica_n41' (registry 'solr.core.tmp_collection.shard1.replica_n41') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2e04331b
   [junit4]   2> 139858 INFO  (qtp571006719-38) [n:127.0.0.1:60136_fb%2Fv c:tmp_collection s:shard1  x:tmp_collection_shard1_replica_n41] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 139858 INFO  (qtp571006719-38) [n:127.0.0.1:60136_fb%2Fv c:tmp_collection s:shard1  x:tmp_collection_shard1_replica_n41] o.a.s.c.SolrCore [[tmp_collection_shard1_replica_n41] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.cdcr.CdcrVersionReplicationTest_6B9C366DF36E3B30-001/jetty-001/cores/tmp_collection_shard1_replica_n41], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.cdcr.CdcrVersionReplicationTest_6B9C366DF36E3B30-001/jetty-001/cores/tmp_collection_shard1_replica_n41/data/]
   [junit4]   2> 140005 INFO  (qtp571006719-38) [n:127.0.0.1:60136_fb%2Fv c:tmp_collection s:shard1  x:tmp_collection_shard1_replica_n41] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=38, maxMergeAtOnceExplicit=40, maxMergedSegmentMB=57.5078125, floorSegmentMB=0.75390625, forceMergeDeletesPctAllowed=15.213886138982852, segmentsPerTier=45.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 142292 INFO  (qtp571006719-38) [n:127.0.0.1:60136_fb%2Fv c:tmp_collection s:shard1  x:tmp_collection_shard1_replica_n41] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.CdcrUpdateLog
   [junit4]   2> 142301 INFO  (qtp571006719-38) [n:127.0.0.1:60136_fb%2Fv c:tmp_collection s:shard1  x:tmp_collection_shard1_replica_n41] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 142369 INFO  (qtp571006719-38) [n:127.0.0.1:60136_fb%2Fv c:tmp_collection s:shard1  x:tmp_collection_shard1_replica_n41] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 142450 INFO  (qtp571006719-38) [n:127.0.0.1:60136_fb%2Fv c:tmp_collection s:shard1  x:tmp_collection_shard1_replica_n41] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 142521 INFO  (qtp571006719-38) [n:127.0.0.1:60136_fb%2Fv c:tmp_collection s:shard1  x:tmp_collection_shard1_replica_n41] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=37, maxMergeAtOnceExplicit=30, maxMergedSegmentMB=41.7763671875, floorSegmentMB=0.20703125, forceMergeDeletesPctAllowed=14.666044828425909, segmentsPerTier=41.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.7381962137027579
   [junit4]   2> 142536 INFO  (qtp571006719-38) [n:127.0.0.1:60136_fb%2Fv c:tmp_collection s:shard1  x:tmp_collection_shard1_replica_n41] o.a.s.s.SolrIndexSearcher Opening [Searcher@1e803bf2[tmp_collection_shard1_replica_n41] main]
   [junit4]   2> 142569 INFO  (qtp571006719-38) [n:127.0.0.1:60136_fb%2Fv c:tmp_collection s:shard1  x:tmp_collection_shard1_replica_n41] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 142570 INFO  (qtp571006719-38) [n:127.0.0.1:60136_fb%2Fv c:tmp_collection s:shard1  x:tmp_collection_shard1_replica_n41] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 142589 INFO  (qtp571006719-38) [n:127.0.0.1:60136_fb%2Fv c:tmp_collection s:shard1  x:tmp_collection_shard1_replica_n41] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 142783 INFO  (qtp571006719-38) [n:127.0.0.1:60136_fb%2Fv c:tmp_collection s:shard1  x:tmp_collection_shard1_replica_n41] o.a.s.h.CdcrBufferStateManager Created znode /collections/tmp_collection/cdcr/state/buffer
   [junit4]   2> 142826 INFO  (qtp571006719-38) [n:127.0.0.1:60136_fb%2Fv c:tmp_collection s:shard1  x:tmp_collection_shard1_replica_n41] o.a.s.h.CdcrProcessStateManager Created znode /collections/tmp_collection/cdcr/state/process
   [junit4]   2> 143083 INFO  (searcherExecutor-41-thread-1-processing-n:127.0.0.1:60136_fb%2Fv x:tmp_collection_shard1_replica_n41 s:shard1 c:tmp_collection) [n:127.0.0.1:60136_fb%2Fv c:tmp_collection s:shard1  x:tmp_collection_shard1_replica_n41] o.a.s.c.SolrCore [tmp_collection_shard1_replica_n41] Registered new searcher Searcher@1e803bf2[tmp_collection_shard1_replica_n41] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 143299 INFO  (qtp571006719-38) [n:127.0.0.1:60136_fb%2Fv c:tmp_collection s:shard1  x:tmp_collection_shard1_replica_n41] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1591478477367803904
   [junit4]   2> 144499 INFO  (qtp571006719-38) [n:127.0.0.1:60136_fb%2Fv c:tmp_collection s:shard1  x:tmp_collection_shard1_replica_n41] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 144499 INFO  (qtp571006719-38) [n:127.0.0.1:60136_fb%2Fv c:tmp_collection s:shard1  x:tmp_collection_shard1_replica_n41] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 144500 INFO  (qtp571006719-38) [n:127.0.0.1:60136_fb%2Fv c:tmp_collection s:shard1  x:tmp_collection_shard1_replica_n41] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:60136/fb/v/tmp_collection_shard1_replica_n41/
   [junit4]   2> 144502 INFO  (qtp571006719-38) [n:127.0.0.1:60136_fb%2Fv c:tmp_collection s:shard1  x:tmp_collection_shard1_replica_n41] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 144502 INFO  (qtp571006719-38) [n:127.0.0.1:60136_fb%2Fv c:tmp_collection s:shard1  x:tmp_collection_shard1_replica_n41] o.a.s.c.SyncStrategy http://127.0.0.1:60136/fb/v/tmp_collection_shard1_replica_n41/ has no replicas
   [junit4]   2> 144502 INFO  (qtp571006719-38) [n:127.0.0.1:60136_fb%2Fv c:tmp_collection s:shard1  x:tmp_collection_shard1_replica_n41] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 144828 INFO  (zkCallback-13-thread-1-processing-n:127.0.0.1:60136_fb%2Fv) [n:127.0.0.1:60136_fb%2Fv    ] o.a.s.h.CdcrLeaderStateManager Received new leader state @ tmp_collection:shard1
   [junit4]   2> 146629 INFO  (qtp571006719-38) [n:127.0.0.1:60136_fb%2Fv c:tmp_collection s:shard1  x:tmp_collection_shard1_replica_n41] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:60136/fb/v/tmp_collection_shard1_replica_n41/ shard1
   [junit4]   2> 146849 INFO  (zkCallback-13-thread-1-processing-n:127.0.0.1:60136_fb%2Fv) [n:127.0.0.1:60136_fb%2Fv    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/tmp_collection/state.json] for collection [tmp_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 146853 INFO  (qtp571006719-38) [n:127.0.0.1:60136_fb%2Fv c:tmp_collection s:shard1  x:tmp_collection_shard1_replica_n41] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 146877 INFO  (qtp571006719-38) [n:127.0.0.1:60136_fb%2Fv c:tmp_collection s:shard1  x:tmp_collection_shard1_replica_n41] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&name=tmp_collection_shard1_replica_n41&action=CREATE&collection=tmp_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=15385
   [junit4]   2> 147013 INFO  (zkCallback-13-thread-1-processing-n:127.0.0.1:60136_fb%2Fv) [n:127.0.0.1:60136_fb%2Fv    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/tmp_collection/state.json] for collection [tmp_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 147030 INFO  (qtp710001794-71) [n:127.0.0.1:52959_fb%2Fv    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={node=127.0.0.1:60136_fb%252Fv&action=ADDREPLICA&collection=tmp_collection&shard=shard1&type=NRT&wt=javabin&version=2} status=0 QTime=15972
   [junit4]   2> 147056 INFO  (qtp710001794-73) [n:127.0.0.1:52959_fb%2Fv    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:52959_fb%252Fv&action=ADDREPLICA&collection=tmp_collection&shard=shard2&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 147097 INFO  (OverseerCollectionConfigSetProcessor-73237502189961220-127.0.0.1:60136_fb%2Fv-n_0000000000) [n:127.0.0.1:60136_fb%2Fv    ] 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> 147136 INFO  (OverseerThreadFactory-20-thread-3-processing-n:127.0.0.1:60136_fb%2Fv) [n:127.0.0.1:60136_fb%2Fv    ] o.a.s.c.a.c.AddReplicaCmd Node Identified 127.0.0.1:52959_fb%2Fv for creating new replica
   [junit4]   2> 147187 INFO  (qtp710001794-74) [n:127.0.0.1:52959_fb%2Fv    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&name=tmp_collection_shard2_replica_n43&action=CREATE&collection=tmp_collection&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 147187 INFO  (qtp710001794-74) [n:127.0.0.1:52959_fb%2Fv    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 147369 INFO  (zkCallback-23-thread-1-processing-n:127.0.0.1:52959_fb%2Fv) [n:127.0.0.1:52959_fb%2Fv    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/tmp_collection/state.json] for collection [tmp_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 147372 INFO  (zkCallback-13-thread-1-processing-n:127.0.0.1:60136_fb%2Fv) [n:127.0.0.1:60136_fb%2Fv    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/tmp_collection/state.json] for collection [tmp_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 148596 INFO  (qtp710001794-74) [n:127.0.0.1:52959_fb%2Fv c:tmp_collection s:shard2  x:tmp_collection_shard2_replica_n43] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 149306 INFO  (qtp710001794-74) [n:127.0.0.1:52959_fb%2Fv c:tmp_collection s:shard2  x:tmp_collection_shard2_replica_n43] o.a.s.s.IndexSchema [tmp_collection_shard2_replica_n43] Schema name=test
   [junit4]   2> 151210 INFO  (qtp710001794-74) [n:127.0.0.1:52959_fb%2Fv c:tmp_collection s:shard2  x:tmp_collection_shard2_replica_n43] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 152431 INFO  (qtp710001794-74) [n:127.0.0.1:52959_fb%2Fv c:tmp_collection s:shard2  x:tmp_collection_shard2_replica_n43] o.a.s.c.CoreContainer Creating SolrCore 'tmp_collection_shard2_replica_n43' using configuration from collection tmp_collection, trusted=true
   [junit4]   2> 152432 INFO  (qtp710001794-74) [n:127.0.0.1:52959_fb%2Fv c:tmp_collection s:shard2  x:tmp_collection_shard2_replica_n43] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.tmp_collection.shard2.replica_n43' (registry 'solr.core.tmp_collection.shard2.replica_n43') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2e04331b
   [junit4]   2> 152432 INFO  (qtp710001794-74) [n:127.0.0.1:52959_fb%2Fv c:tmp_collection s:shard2  x:tmp_collection_shard2_replica_n43] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 152432 INFO  (qtp710001794-74) [n:127.0.0.1:52959_fb%2Fv c:tmp_collection s:shard2  x:tmp_collection_shard2_replica_n43] o.a.s.c.SolrCore [[tmp_collection_shard2_replica_n43] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.cdcr.CdcrVersionReplicationTest_6B9C366DF36E3B30-001/jetty-002/cores/tmp_collection_shard2_replica_n43], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.cdcr.CdcrVersionReplicationTest_6B9C366DF36E3B30-001/jetty-002/cores/tmp_collection_shard2_replica_n43/data/]
   [junit4]   2> 152551 INFO  (qtp710001794-74) [n:127.0.0.1:52959_fb%2Fv c:tmp_collection s:shard2  x:tmp_collection_shard2_replica_n43] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=38, maxMergeAtOnceExplicit=40, maxMergedSegmentMB=57.5078125, floorSegmentMB=0.75390625, forceMergeDeletesPctAllowed=15.213886138982852, segmentsPerTier=45.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 154917 INFO  (qtp710001794-74) [n:127.0.0.1:52959_fb%2Fv c:tmp_collection s:shard2  x:tmp_collection_shard2_replica_n43] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.CdcrUpdateLog
   [junit4]   2> 154917 INFO  (qtp710001794-74) [n:127.0.0.1:52959_fb%2Fv c:tmp_collection s:shard2  x:tmp_collection_shard2_replica_n43] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 154960 INFO  (qtp710001794-74) [n:127.0.0.1:52959_fb%2Fv c:tmp_collection s:shard2  x:tmp_collection_shard2_replica_n43] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 154960 INFO  (qtp710001794-74) [n:127.0.0.1:52959_fb%2Fv c:tmp_collection s:shard2  x:tmp_collection_shard2_replica_n43] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 155125 INFO  (qtp710001794-74) [n:127.0.0.1:52959_fb%2Fv c:tmp_collection s:shard2  x:tmp_collection_shard2_replica_n43] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=37, maxMergeAtOnceExplicit=30, maxMergedSegmentMB=41.7763671875, floorSegmentMB=0.20703125, forceMergeDeletesPctAllowed=14.666044828425909, segmentsPerTier=41.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.7381962137027579
   [junit4]   2> 155129 INFO  (qtp710001794-74) [n:127.0.0.1:52959_fb%2Fv c:tmp_collection s:shard2  x:tmp_collection_shard2_replica_n43] o.a.s.s.SolrIndexSearcher Opening [Searcher@620dbc38[tmp_collection_shard2_replica_n43] main]
   [junit4]   2> 155177 INFO  (qtp710001794-74) [n:127.0.0.1:52959_fb%2Fv c:tmp_collection s:shard2  x:tmp_collection_shard2_replica_n43] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 155178 INFO  (qtp710001794-74) [n:127.0.0.1:52959_fb%2Fv c:tmp_collection s:shard2  x:tmp_collection_shard2_replica_n43] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 155179 INFO  (qtp710001794-74) [n:127.0.0.1:52959_fb%2Fv c:tmp_collection s:shard2  x:tmp_collection_shard2_replica_n43] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 155219 INFO  (qtp710001794-74) [n:127.0.0.1:52959_fb%2Fv c:tmp_collection s:shard2  x:tmp_collection_shard2_replica_n43] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1591478489866829824
   [junit4]   2> 155330 INFO  (searcherExecutor-47-thread-1-processing-n:127.0.0.1:52959_fb%2Fv x:tmp_collection_shard2_replica_n43 s:shard2 c:tmp_collection) [n:127.0.0.1:52959_fb%2Fv c:tmp_collection s:shard2  x:tmp_collection_shard2_replica_n43] o.a.s.c.SolrCore [tmp_collection_shard2_replica_n43] Registered new searcher Searcher@620dbc38[tmp_collection_shard2_replica_n43] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 155559 INFO  (qtp710001794-74) [n:127.0.0.1:52959_fb%2Fv c:tmp_collection s:shard2  x:tmp_collection_shard2_replica_n43] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 155559 INFO  (qtp710001794-74) [n:127.0.0.1:52959_fb%2Fv c:tmp_collection s:shard2  x:tmp_collection_shard2_replica_n43] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 155559 INFO  (qtp710001794-74) [n:127.0.0.1:52959_fb%2Fv c:tmp_collection s:shard2  x:tmp_collection_shard2_replica_n43] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:52959/fb/v/tmp_collection_shard2_replica_n43/
   [junit4]   2> 155559 INFO  (qtp710001794-74) [n:127.0.0.1:52959_fb%2Fv c:tmp_collection s:shard2  x:tmp_collection_shard2_replica_n43] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 155559 INFO  (qtp710001794-74) [n:127.0.0.1:52959_fb%2Fv c:tmp_collection s:shard2  x:tmp_collection_shard2_replica_n43] o.a.s.c.SyncStrategy http://127.0.0.1:52959/fb/v/tmp_collection_shard2_replica_n43/ has no replicas
   [junit4]   2> 155559 INFO  (qtp710001794-74) [n:127.0.0.1:52959_fb%2Fv c:tmp_collection s:shard2  x:tmp_collection_shard2_replica_n43] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 155600 INFO  (zkCallback-23-thread-1-processing-n:127.0.0.1:52959_fb%2Fv) [n:127.0.0.1:52959_fb%2Fv    ] o.a.s.h.CdcrLeaderStateManager Received new leader state @ tmp_collection:shard2
   [junit4]   2> 155623 INFO  (qtp710001794-74) [n:127.0.0.1:52959_fb%2Fv c:tmp_collection s:shard2  x:tmp_collection_shard2_replica_n43] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:52959/fb/v/tmp_collection_shard2_replica_n43/ shard2
   [junit4]   2> 155655 INFO  (zkCallback-23-thread-1-processing-n:127.0.0.1:52959_fb%2Fv) [n:127.0.0.1:52959_fb%2Fv    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/tmp_collection/state.json] for collection [tmp_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 155661 INFO  (zkCallback-13-thread-1-processing-n:127.0.0.1:60136_fb%2Fv) [n:127.0.0.1:60136_fb%2Fv    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/tmp_collection/state.json] for collection [tmp_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 155717 INFO  (qtp710001794-74) [n:127.0.0.1:52959_fb%2Fv c:tmp_collection s:shard2  x:tmp_collection_shard2_replica_n43] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 155737 INFO  (qtp710001794-74) [n:127.0.0.1:52959_fb%2Fv c:tmp_collection s:shard2  x:tmp_collection_shard2_replica_n43] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&name=tmp_collection_shard2_replica_n43&action=CREATE&collection=tmp_collection&shard=shard2&wt=javabin&version=2&replicaType=NRT} status=0 QTime=8550
   [junit4]   2> 155799 INFO  (qtp710001794-73) [n:127.0.0.1:52959_fb%2Fv    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={node=127.0.0.1:52959_fb%252Fv&action=ADDREPLICA&collection=tmp_collection&shard=shard2&type=NRT&wt=javabin&version=2} status=0 QTime=8743
   [junit4]   2> 155818 INFO  (qtp710001794-71) [n:127.0.0.1:52959_fb%2Fv    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:44540_fb%252Fv&action=ADDREPLICA&collection=tmp_collection&shard=shard1&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 155841 INFO  (OverseerCollectionConfigSetProcessor-73237502189961220-127.0.0.1:60136_fb%2Fv-n_0000000000) [n:127.0.0.1:60136_fb%2Fv    ] 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> 155876 INFO  (OverseerThreadFactory-20-thread-4-processing-n:127.0.0.1:60136_fb%2Fv) [n:127.0.0.1:60136_fb%2Fv    ] o.a.s.c.a.c.AddReplicaCmd Node Identified 127.0.0.1:44540_fb%2Fv for creating new replica
   [junit4]   2> 155902 INFO  (zkCallback-23-thread-1-processing-n:127.0.0.1:52959_fb%2Fv) [n:127.0.0.1:52959_fb%2Fv    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/tmp_collection/state.json] for collection [tmp_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 155921 INFO  (zkCallback-13-thread-1-processing-n:127.0.0.1:60136_fb%2Fv) [n:127.0.0.1:60136_fb%2Fv    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/tmp_collection/state.json] for collection [tmp_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 156030 INFO  (qtp390398462-94) [n:127.0.0.1:44540_fb%2Fv    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&name=tmp_collection_shard1_replica_n45&action=CREATE&collection=tmp_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 156133 INFO  (qtp390398462-94) [n:127.0.0.1:44540_fb%2Fv    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 156267 INFO  (zkCallback-23-thread-1-processing-n:127.0.0.1:52959_fb%2Fv) [n:127.0.0.1:52959_fb%2Fv    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/tmp_collection/state.json] for collection [tmp_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 156269 INFO  (zkCallback-33-thread-1-processing-n:127.0.0.1:44540_fb%2Fv) [n:127.0.0.1:44540_fb%2Fv    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/tmp_collection/state.json] for collection [tmp_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 156281 INFO  (zkCallback-13-thread-1-processing-n:127.0.0.1:60136_fb%2Fv) [n:127.0.0.1:60136_fb%2Fv    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/tmp_collection/state.json] for collection [tmp_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 157378 INFO  (qtp390398462-94) [n:127.0.0.1:44540_fb%2Fv c:tmp_collection s:shard1  x:tmp_collection_shard1_replica_n45] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 157743 INFO  (qtp390398462-94) [n:127.0.0.1:44540_fb%2Fv c:tmp_collection s:shard1  x:tmp_collection_shard1_replica_n45] o.a.s.s.IndexSchema [tmp_collection_shard1_replica_n45] Schema name=test
   [junit4]   2> 159474 INFO  (qtp390398462-94) [n:127.0.0.1:44540_fb%2Fv c:tmp_collection s:shard1  x:tmp_collection_shard1_replica_n45] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 159807 INFO  (qtp390398462-94) [n:127.0.0.1:44540_fb%2Fv c:tmp_collection s:shard1  x:tmp_collection_shard1_replica_n45] o.a.s.c.CoreContainer Creating SolrCore 'tmp_collection_shard1_replica_n45' using configuration from collection tmp_collection, trusted=true
   [junit4]   2> 159839 INFO  (qtp390398462-94) [n:127.0.0.1:44540_fb%2Fv c:tmp_collection s:shard1  x:tmp_collection_shard1_replica_n45] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.tmp_collection.shard1.replica_n45' (registry 'solr.core.tmp_collection.shard1.replica_n45') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2e04331b
   [junit4]   2> 159839 INFO  (qtp390398462-94) [n:127.0.0.1:44540_fb%2Fv c:tmp_collection s:shard1  x:tmp_collection_shard1_replica_n45] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 159839 INFO  (qtp390398462-94) [n:127.0.0.1:44540_fb%2Fv c:tmp_collection s:shard1  x:tmp_collection_shard1_replica_n45] o.a.s.c.SolrCore [[tmp_collection_shard1_replica_n45] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.cdcr.CdcrVersionReplicationTest_6B9C366DF36E3B30-001/jetty-003/cores/tmp_collection_shard1_replica_n45], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.cdcr.CdcrVersionReplicationTest_6B9C366DF36E3B30-001/jetty-003/cores/tmp_collection_shard1_replica_n45/data/]
   [junit4]   2> 159958 INFO  (qtp390398462-94) [n:127.0.0.1:44540_fb%2Fv c:tmp_collection s:shard1  x:tmp_collection_shard1_replica_n45] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=38, maxMergeAtOnceExplicit=40, maxMergedSegmentMB=57.5078125, floorSegmentMB=0.75390625, forceMergeDeletesPctAllowed=15.213886138982852, segmentsPerTier=45.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 161021 INFO  (qtp390398462-94) [n:127.0.0.1:44540_fb%2Fv c:tmp_collection s:shard1  x:tmp_collection_shard1_replica_n45] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.CdcrUpdateLog
   [junit4]   2> 161057 INFO  (qtp390398462-94) [n:127.0.0.1:44540_fb%2Fv c:tmp_collection s:shard1  x:tmp_collection_shard1_replica_n45] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 161060 INFO  (qtp390398462-94) [n:127.0.0.1:44540_fb%2Fv c:tmp_collection s:shard1  x:tmp_collection_shard1_replica_n45] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 161060 INFO  (qtp390398462-94) [n:127.0.0.1:44540_fb%2Fv c:tmp_collection s:shard1  x:tmp_collection_shard1_replica_n45] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 161093 INFO  (qtp390398462-94) [n:127.0.0.1:44540_fb%2Fv c:tmp_collection s:shard1  x:tmp_collection_shard1_replica_n45] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=37, maxMergeAtOnceExplicit=30, maxMergedSegmentMB=41.7763671875, floorSegmentMB=0.20703125, forceMergeDeletesPctAllowed=14.666044828425909, segmentsPerTier=41.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.7381962137027579
   [junit4]   2> 161097 INFO  (qtp390398462-94) [n:127.0.0.1:44540_fb%2Fv c:tmp_collection s:shard1  x:tmp_collection_shard1_replica_n45] o.a.s.s.SolrIndexSearcher Opening [Searcher@148875a5[tmp_collection_shard1_replica_n45] main]
   [junit4]   2> 161168 INFO  (qtp390398462-94) [n:127.0.0.1:44540_fb%2Fv c:tmp_collection s:shard1  x:tmp_collection_shard1_replica_n45] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 161173 INFO  (qtp390398462-94) [n:127.0.0.1:44540_fb%2Fv c:tmp_collection s:shard1  x:tmp_collection_shard1_replica_n45] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 161174 INFO  (qtp390398462-94) [n:127.0.0.1:44540_fb%2Fv c:tmp_collection s:shard1  x:tmp_collection_shard1_replica_n45] o.a.s.h.ReplicationH

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

OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 2510508 DEBUG (ScheduledTrigger-3305-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_restore_trigger with currently live nodes: 2
   [junit4]   2> 2510508 DEBUG (ScheduledTrigger-3305-thread-1) [    ] o.a.s.c.a.NodeLostTrigger NodeLostTrigger firing registered processor for lost nodes: [127.0.0.1:10014_solr]
   [junit4]   2> 2510508 DEBUG (ScheduledTrigger-3305-thread-1) [    ] o.a.s.c.a.ScheduledTriggers ++++++++ Cooldown inactive - processing event: {
   [junit4]   2>   "id":"3ff9013d908b8fTezc80t6e1p0xn6mvncbyvxohx",
   [junit4]   2>   "source":"node_lost_restore_trigger",
   [junit4]   2>   "eventTime":18006707255937935,
   [junit4]   2>   "eventType":"NODELOST",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[18006707255937935],
   [junit4]   2>     "nodeNames":["127.0.0.1:10014_solr"]}}
   [junit4]   2> 2510513 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 44, lastZnodeVersion 44
   [junit4]   2> 2510513 DEBUG (ScheduledTrigger-3305-thread-1) [    ] o.a.s.c.a.ScheduledTriggers Pausing all triggers: [.auto_add_replicas, node_lost_restore_trigger]
   [junit4]   2> 2510548 DEBUG (AutoscalingActionExecutor-3306-thread-1) [    ] o.a.s.c.a.ScheduledTriggers -- processing actions for {
   [junit4]   2>   "id":"3ff9013d908b8fTezc80t6e1p0xn6mvncbyvxohx",
   [junit4]   2>   "source":"node_lost_restore_trigger",
   [junit4]   2>   "eventTime":18006707255937935,
   [junit4]   2>   "eventType":"NODELOST",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[18006707255937935],
   [junit4]   2>     "_enqueue_time_":18006707525893885,
   [junit4]   2>     "nodeNames":["127.0.0.1:10014_solr"]}}
   [junit4]   2> 2510548 INFO  (TEST-TestTriggerIntegration.testNodeLostTriggerRestoreState-seed#[6B9C366DF36E3B30]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testNodeLostTriggerRestoreState
   [junit4]   2> 2510548 INFO  (TEST-TestTriggerIntegration.testNodeLostTriggerRestoreState-seed#[6B9C366DF36E3B30]) [    ] o.a.s.c.a.s.SimSolrCloudTestCase 
   [junit4]   2> 
   [junit4]   2> 2510548 INFO  (TEST-TestTriggerIntegration.testNodeLostTriggerRestoreState-seed#[6B9C366DF36E3B30]) [    ] o.a.s.c.a.s.SimSolrCloudTestCase #############################################
   [junit4]   2> 2510548 INFO  (TEST-TestTriggerIntegration.testNodeLostTriggerRestoreState-seed#[6B9C366DF36E3B30]) [    ] o.a.s.c.a.s.SimSolrCloudTestCase ############ FINAL CLUSTER STATS ############
   [junit4]   2> 2510548 INFO  (TEST-TestTriggerIntegration.testNodeLostTriggerRestoreState-seed#[6B9C366DF36E3B30]) [    ] o.a.s.c.a.s.SimSolrCloudTestCase #############################################
   [junit4]   2> 
   [junit4]   2> 2510548 INFO  (TEST-TestTriggerIntegration.testNodeLostTriggerRestoreState-seed#[6B9C366DF36E3B30]) [    ] o.a.s.c.a.s.SimSolrCloudTestCase ## Live nodes:		2
   [junit4]   2> 2510548 INFO  (TEST-TestTriggerIntegration.testNodeLostTriggerRestoreState-seed#[6B9C366DF36E3B30]) [    ] o.a.s.c.a.s.SimSolrCloudTestCase ## Empty nodes:	2
   [junit4]   2> 2510548 INFO  (TEST-TestTriggerIntegration.testNodeLostTriggerRestoreState-seed#[6B9C366DF36E3B30]) [    ] o.a.s.c.a.s.SimSolrCloudTestCase ## Dead nodes:		1
   [junit4]   2> 2510548 INFO  (TEST-TestTriggerIntegration.testNodeLostTriggerRestoreState-seed#[6B9C366DF36E3B30]) [    ] o.a.s.c.a.s.SimSolrCloudTestCase ##		127.0.0.1:10014_solr
   [junit4]   2> 2510548 INFO  (TEST-TestTriggerIntegration.testNodeLostTriggerRestoreState-seed#[6B9C366DF36E3B30]) [    ] o.a.s.c.a.s.SimSolrCloudTestCase ## Collections:	[]
   [junit4]   2> 2510548 INFO  (TEST-TestTriggerIntegration.testNodeLostTriggerRestoreState-seed#[6B9C366DF36E3B30]) [    ] o.a.s.c.a.s.SimSolrCloudTestCase ## Max replicas per node:	0
   [junit4]   2> 2510548 INFO  (TEST-TestTriggerIntegration.testNodeLostTriggerRestoreState-seed#[6B9C366DF36E3B30]) [    ] o.a.s.c.a.s.SimSolrCloudTestCase ## Min replicas per node:	0
   [junit4]   2> 2510548 INFO  (TEST-TestTriggerIntegration.testNodeLostTriggerRestoreState-seed#[6B9C366DF36E3B30]) [    ] o.a.s.c.a.s.SimSolrCloudTestCase ## Total replicas:		0
   [junit4]   2> 2510548 INFO  (TEST-TestTriggerIntegration.testNodeLostTriggerRestoreState-seed#[6B9C366DF36E3B30]) [    ] o.a.s.c.a.s.SimSolrCloudTestCase ######### Final Solr op counts ##########
   [junit4]   2> 2510548 INFO  (TEST-TestTriggerIntegration.testNodeLostTriggerRestoreState-seed#[6B9C366DF36E3B30]) [    ] o.a.s.c.a.s.SimSolrCloudTestCase ##		- autoscaling        2
   [junit4]   2> 2510548 INFO  (TEST-TestTriggerIntegration.testNodeLostTriggerRestoreState-seed#[6B9C366DF36E3B30]) [    ] o.a.s.c.a.s.SimSolrCloudTestCase ##		- update             1
   [junit4]   2> 2510548 INFO  (TEST-TestTriggerIntegration.testNodeLostTriggerRestoreState-seed#[6B9C366DF36E3B30]) [    ] o.a.s.c.a.s.SimSolrCloudTestCase ######### Autoscaling event counts ###########
   [junit4]   2> 2510548 INFO  (TEST-TestTriggerIntegration.testNodeLostTriggerRestoreState-seed#[6B9C366DF36E3B30]) [    ] o.a.s.c.a.s.SimSolrCloudTestCase ## * Trigger: node_lost_restore_trigger
   [junit4]   2> 2510549 INFO  (TEST-TestTriggerIntegration.testNodeLostTriggerRestoreState-seed#[6B9C366DF36E3B30]) [    ] o.a.s.c.a.s.SimSolrCloudTestCase ##		- STARTED         1
   [junit4]   2> 2510638 DEBUG (SUITE-TestTriggerIntegration-seed#[6B9C366DF36E3B30]-worker) [    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread has been closed explicitly
   [junit4]   2> NOTE: leaving temporary files on disk at: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.sim.TestTriggerIntegration_6B9C366DF36E3B30-001
   [junit4]   2> Feb 04, 2018 2:28:13 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 8 leaked thread(s).
   [junit4]   2> 2510655 WARN  (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 2510665 WARN  (AutoscalingActionExecutor-3306-thread-1) [    ] o.a.s.c.a.ScheduledTriggers Exception executing actions
   [junit4]   2> org.apache.lucene.store.AlreadyClosedException: ScheduledTrigger node_lost_restore_trigger has been closed.
   [junit4]   2> 	at org.apache.solr.cloud.autoscaling.ScheduledTriggers$ScheduledTrigger.dequeue(ScheduledTriggers.java:525)
   [junit4]   2> 	at org.apache.solr.cloud.autoscaling.ScheduledTriggers.lambda$null$3(ScheduledTriggers.java:309)
   [junit4]   2> 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
   [junit4]   2> 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {}, docValues:{}, maxPointsInLeafNode=1196, maxMBSortInHeap=6.829784654163307, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@712b9724), locale=lv, timezone=Asia/Tel_Aviv
   [junit4]   2> NOTE: Linux 3.13.0-88-generic amd64/Oracle Corporation 1.8.0_144 (64-bit)/cpus=4,threads=1,free=186142856,total=516947968
   [junit4]   2> NOTE: All tests run in this JVM: [HdfsCollectionsAPIDistributedZkTest, SampleTest, TestReplicationHandlerBackup, ReplicationFactorTest, TestMultiWordSynonyms, TestManagedSynonymGraphFilterFactory, HttpPartitionOnCommitTest, TestZkAclsWithHadoopAuth, HdfsWriteToMultipleCollectionsTest, TestLegacyNumericRangeQueryBuilder, TestStressUserVersions, TestConfigReload, TestSweetSpotSimilarityFactory, SuggesterFSTTest, TestRawResponseWriter, TestShardHandlerFactory, DeleteStatusTest, TestCustomSort, TestCharFilters, TestSortableTextField, ChaosMonkeySafeLeaderTest, TestCloudRecovery, DOMUtilTest, TestMiniSolrCloudClusterSSL, CollectionStateFormat2Test, TolerantUpdateProcessorTest, AddSchemaFieldsUpdateProcessorFactoryTest, LeaderInitiatedRecoveryOnShardRestartTest, TestSimpleTrackingShardHandler, FullHLLTest, TestQueryUtils, TestCollapseQParserPlugin, SimplePostToolTest, ShufflingReplicaListTransformerTest, TestGenericDistributedQueue, BasicZkTest, SegmentsInfoRequestHandlerTest, ParsingFieldUpdateProcessorsTest, RequiredFieldsTest, TestPerFieldSimilarity, ZkFailoverTest, SchemaVersionSpecificBehaviorTest, V2StandaloneTest, HdfsThreadLeakTest, PrimitiveFieldTypeTest, TestPartialUpdateDeduplication, TestSSLRandomization, DocValuesMissingTest, TestJettySolrRunner, RequestLoggingTest, TestHttpShardHandlerFactory, TestSQLHandler, TestLeaderElectionZkExpiry, TestManagedResourceStorage, TestEmbeddedSolrServerAdminHandler, TestManagedSchema, TestNonDefinedSimilarityFactory, SOLR749Test, SliceStateTest, TlogReplayBufferedWhileIndexingTest, DistributedFacetPivotSmallAdvancedTest, PreAnalyzedFieldManagedSchemaCloudTest, PeerSyncTest, SuggesterTest, SignatureUpdateProcessorFactoryTest, TestExactStatsCache, IndexSchemaTest, HttpTriggerListenerTest, TestCollectionAPI, TestFastLRUCache, HdfsBasicDistributedZk2Test, LeaderElectionContextKeyTest, CreateRoutedAliasTest, ZkStateReaderTest, MissingSegmentRecoveryTest, BadComponentTest, TestPayloadCheckQParserPlugin, TestCopyFieldCollectionResource, DocValuesNotIndexedTest, TestXmlQParserPlugin, OverseerTaskQueueTest, TestSolr4Spatial, SpatialRPTFieldTypeTest, SolrCLIZkUtilsTest, DistributedMLTComponentTest, TestSurroundQueryParser, TestPolicyCloud, TestTriggerIntegration]
   [junit4] Completed [675/775 (3!)] on J1 in 6.69s, 11 tests, 1 failure, 1 error <<< FAILURES!

[...truncated 48464 lines...]