You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Policeman Jenkins Server <je...@thetaphi.de> on 2018/01/27 13:49:39 UTC

[JENKINS] Lucene-Solr-7.x-MacOSX (64bit/jdk1.8.0) - Build # 424 - Still Unstable!

Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-MacOSX/424/
Java: 64bit/jdk1.8.0 -XX:-UseCompressedOops -XX:+UseParallelGC

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

Error Message:
Expected 2 of 3 replicas to be active but only found 1; [core_node5:{"core":"c8n_1x3_lf_shard1_replica_n2","base_url":"http://127.0.0.1:52238/_c","node_name":"127.0.0.1:52238__c","state":"active","type":"NRT","leader":"true"}]; clusterState: DocCollection(c8n_1x3_lf//collections/c8n_1x3_lf/state.json/17)={   "pullReplicas":"0",   "replicationFactor":"1",   "shards":{"shard1":{       "range":"80000000-7fffffff",       "state":"active",       "replicas":{         "core_node4":{           "state":"down",           "base_url":"http://127.0.0.1:52268/_c",           "core":"c8n_1x3_lf_shard1_replica_n1",           "node_name":"127.0.0.1:52268__c",           "type":"NRT"},         "core_node5":{           "core":"c8n_1x3_lf_shard1_replica_n2",           "base_url":"http://127.0.0.1:52238/_c",           "node_name":"127.0.0.1:52238__c",           "state":"active",           "type":"NRT",           "leader":"true"},         "core_node6":{           "core":"c8n_1x3_lf_shard1_replica_n3",           "base_url":"http://127.0.0.1:52253/_c",           "node_name":"127.0.0.1:52253__c",           "state":"down",           "type":"NRT"}}}},   "router":{"name":"compositeId"},   "maxShardsPerNode":"1",   "autoAddReplicas":"false",   "nrtReplicas":"3",   "tlogReplicas":"0"}

Stack Trace:
java.lang.AssertionError: Expected 2 of 3 replicas to be active but only found 1; [core_node5:{"core":"c8n_1x3_lf_shard1_replica_n2","base_url":"http://127.0.0.1:52238/_c","node_name":"127.0.0.1:52238__c","state":"active","type":"NRT","leader":"true"}]; clusterState: DocCollection(c8n_1x3_lf//collections/c8n_1x3_lf/state.json/17)={
  "pullReplicas":"0",
  "replicationFactor":"1",
  "shards":{"shard1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{
        "core_node4":{
          "state":"down",
          "base_url":"http://127.0.0.1:52268/_c",
          "core":"c8n_1x3_lf_shard1_replica_n1",
          "node_name":"127.0.0.1:52268__c",
          "type":"NRT"},
        "core_node5":{
          "core":"c8n_1x3_lf_shard1_replica_n2",
          "base_url":"http://127.0.0.1:52238/_c",
          "node_name":"127.0.0.1:52238__c",
          "state":"active",
          "type":"NRT",
          "leader":"true"},
        "core_node6":{
          "core":"c8n_1x3_lf_shard1_replica_n3",
          "base_url":"http://127.0.0.1:52253/_c",
          "node_name":"127.0.0.1:52253__c",
          "state":"down",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"1",
  "autoAddReplicas":"false",
  "nrtReplicas":"3",
  "tlogReplicas":"0"}
	at __randomizedtesting.SeedInfo.seed([C98B0B0C27CBFDD4:41DF34D68937902C]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.testRf3WithLeaderFailover(LeaderFailoverAfterPartitionTest.java:169)
	at org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.test(LeaderFailoverAfterPartitionTest.java:56)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java: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.TestTlogReplica.testCreateDelete {seed=[C98B0B0C27CBFDD4:66CD46BCE5F9CEC8]}

Error Message:
Could not find collection : tlog_replica_test_create_delete

Stack Trace:
org.apache.solr.common.SolrException: Could not find collection : tlog_replica_test_create_delete
	at __randomizedtesting.SeedInfo.seed([C98B0B0C27CBFDD4:66CD46BCE5F9CEC8]:0)
	at org.apache.solr.common.cloud.ClusterState.getCollection(ClusterState.java:118)
	at org.apache.solr.cloud.SolrCloudTestCase.getCollectionState(SolrCloudTestCase.java:247)
	at org.apache.solr.cloud.TestTlogReplica.testCreateDelete(TestTlogReplica.java:188)
	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.TestTlogReplica.testOnlyLeaderIndexes

Error Message:
Expected collection to be created with 1 shards and  2 replicas null Live Nodes: [127.0.0.1:64995_solr, 127.0.0.1:64996_solr] Last available state: null

Stack Trace:
java.lang.AssertionError: Expected collection to be created with 1 shards and  2 replicas
null
Live Nodes: [127.0.0.1:64995_solr, 127.0.0.1:64996_solr]
Last available state: null
	at __randomizedtesting.SeedInfo.seed([C98B0B0C27CBFDD4:D58A7681526E8347]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.cloud.SolrCloudTestCase.waitForState(SolrCloudTestCase.java:269)
	at org.apache.solr.cloud.TestTlogReplica.createAndWaitForCollection(TestTlogReplica.java:733)
	at org.apache.solr.cloud.TestTlogReplica.testOnlyLeaderIndexes(TestTlogReplica.java:456)
	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.TestTlogReplica.testBasicLeaderElection

Error Message:


Stack Trace:
java.lang.NullPointerException
	at __randomizedtesting.SeedInfo.seed([C98B0B0C27CBFDD4:5F03CD44CF51BA2E]:0)
	at org.apache.solr.cloud.TestTlogReplica.getSolrRunner(TestTlogReplica.java:898)
	at org.apache.solr.cloud.TestTlogReplica.testBasicLeaderElection(TestTlogReplica.java:645)
	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.TestTlogReplica.testRecovery

Error Message:


Stack Trace:
java.lang.NullPointerException
	at __randomizedtesting.SeedInfo.seed([C98B0B0C27CBFDD4:87B72A00A9B3773]:0)
	at org.apache.solr.cloud.TestTlogReplica.getSolrRunner(TestTlogReplica.java:898)
	at org.apache.solr.cloud.TestTlogReplica.testRecovery(TestTlogReplica.java:534)
	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.TestTlogReplica.testOutOfOrderDBQWithInPlaceUpdates

Error Message:


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


FAILED:  org.apache.solr.cloud.autoscaling.TriggerIntegrationTest.testSetProperties

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

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


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




Build Log:
[...truncated 11949 lines...]
   [junit4] Suite: org.apache.solr.cloud.autoscaling.TriggerIntegrationTest
   [junit4]   2> Creating dataDir: /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.TriggerIntegrationTest_C98B0B0C27CBFDD4-001/init-core-data-001
   [junit4]   2> 110331 WARN  (SUITE-TriggerIntegrationTest-seed#[C98B0B0C27CBFDD4]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=1 numCloses=1
   [junit4]   2> 110331 INFO  (SUITE-TriggerIntegrationTest-seed#[C98B0B0C27CBFDD4]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 110335 INFO  (SUITE-TriggerIntegrationTest-seed#[C98B0B0C27CBFDD4]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN) w/ MAC_OS_X supressed clientAuth
   [junit4]   2> 110335 INFO  (SUITE-TriggerIntegrationTest-seed#[C98B0B0C27CBFDD4]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 110336 INFO  (SUITE-TriggerIntegrationTest-seed#[C98B0B0C27CBFDD4]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.TriggerIntegrationTest_C98B0B0C27CBFDD4-001/tempDir-001
   [junit4]   2> 110336 INFO  (SUITE-TriggerIntegrationTest-seed#[C98B0B0C27CBFDD4]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 110336 INFO  (Thread-159) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 110336 INFO  (Thread-159) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 110339 ERROR (Thread-159) [    ] 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> 110436 INFO  (SUITE-TriggerIntegrationTest-seed#[C98B0B0C27CBFDD4]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:61324
   [junit4]   2> 110446 INFO  (zkConnectionManagerCallback-210-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 110450 INFO  (jetty-launcher-207-thread-1) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-22T05:27:37+08:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 110450 INFO  (jetty-launcher-207-thread-2) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-22T05:27:37+08:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 110452 INFO  (jetty-launcher-207-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 110452 INFO  (jetty-launcher-207-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 110452 INFO  (jetty-launcher-207-thread-1) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 110452 INFO  (jetty-launcher-207-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@372836b4{/solr,null,AVAILABLE}
   [junit4]   2> 110453 INFO  (jetty-launcher-207-thread-2) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 110453 INFO  (jetty-launcher-207-thread-2) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 110453 INFO  (jetty-launcher-207-thread-2) [    ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 110453 INFO  (jetty-launcher-207-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@e8fabc9{/solr,null,AVAILABLE}
   [junit4]   2> 110453 INFO  (jetty-launcher-207-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@6c24f39a{HTTP/1.1,[http/1.1]}{127.0.0.1:61326}
   [junit4]   2> 110453 INFO  (jetty-launcher-207-thread-1) [    ] o.e.j.s.Server Started @115079ms
   [junit4]   2> 110453 INFO  (jetty-launcher-207-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=61326}
   [junit4]   2> 110454 INFO  (jetty-launcher-207-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@24022591{HTTP/1.1,[http/1.1]}{127.0.0.1:61327}
   [junit4]   2> 110454 ERROR (jetty-launcher-207-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 110454 INFO  (jetty-launcher-207-thread-2) [    ] o.e.j.s.Server Started @115080ms
   [junit4]   2> 110454 INFO  (jetty-launcher-207-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.3.0
   [junit4]   2> 110454 INFO  (jetty-launcher-207-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=61327}
   [junit4]   2> 110454 INFO  (jetty-launcher-207-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 110454 INFO  (jetty-launcher-207-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 110454 INFO  (jetty-launcher-207-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-01-27T12:29:18.968Z
   [junit4]   2> 110454 ERROR (jetty-launcher-207-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 110455 INFO  (jetty-launcher-207-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.3.0
   [junit4]   2> 110455 INFO  (jetty-launcher-207-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 110455 INFO  (jetty-launcher-207-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 110455 INFO  (jetty-launcher-207-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-01-27T12:29:18.969Z
   [junit4]   2> 110456 INFO  (zkConnectionManagerCallback-212-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 110456 INFO  (zkConnectionManagerCallback-214-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 110457 INFO  (jetty-launcher-207-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 110457 INFO  (jetty-launcher-207-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 110468 INFO  (jetty-launcher-207-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:61324/solr
   [junit4]   2> 110469 INFO  (jetty-launcher-207-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:61324/solr
   [junit4]   2> 110470 INFO  (zkConnectionManagerCallback-220-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 110479 INFO  (zkConnectionManagerCallback-222-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 110483 INFO  (zkConnectionManagerCallback-226-thread-1-processing-n:127.0.0.1:61326_solr) [n:127.0.0.1:61326_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 110483 INFO  (zkConnectionManagerCallback-225-thread-1-processing-n:127.0.0.1:61327_solr) [n:127.0.0.1:61327_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 110602 INFO  (jetty-launcher-207-thread-2) [n:127.0.0.1:61327_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 110602 INFO  (jetty-launcher-207-thread-1) [n:127.0.0.1:61326_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 110602 INFO  (jetty-launcher-207-thread-2) [n:127.0.0.1:61327_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:61327_solr
   [junit4]   2> 110603 INFO  (jetty-launcher-207-thread-1) [n:127.0.0.1:61326_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:61326_solr
   [junit4]   2> 110604 INFO  (jetty-launcher-207-thread-2) [n:127.0.0.1:61327_solr    ] o.a.s.c.Overseer Overseer (id=99421792426524678-127.0.0.1:61327_solr-n_0000000000) starting
   [junit4]   2> 110605 INFO  (zkCallback-224-thread-1-processing-n:127.0.0.1:61326_solr) [n:127.0.0.1:61326_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 110605 INFO  (zkCallback-223-thread-1-processing-n:127.0.0.1:61327_solr) [n:127.0.0.1:61327_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 110618 DEBUG (OverseerAutoScalingTriggerThread-99421792426524678-127.0.0.1:61327_solr-n_0000000000) [n:127.0.0.1:61327_solr    ] o.a.s.c.a.OverseerTriggerThread Adding .autoAddReplicas trigger
   [junit4]   2> 110619 DEBUG (OverseerAutoScalingTriggerThread-99421792426524678-127.0.0.1:61327_solr-n_0000000000) [n:127.0.0.1:61327_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 1
   [junit4]   2> 110620 DEBUG (OverseerAutoScalingTriggerThread-99421792426524678-127.0.0.1:61327_solr-n_0000000000) [n:127.0.0.1:61327_solr    ] o.a.s.c.a.NodeLostTrigger Initial livenodes: [127.0.0.1:61326_solr]
   [junit4]   2> 110620 DEBUG (OverseerAutoScalingTriggerThread-99421792426524678-127.0.0.1:61327_solr-n_0000000000) [n:127.0.0.1:61327_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion -1
   [junit4]   2> 110620 DEBUG (OverseerAutoScalingTriggerThread-99421792426524678-127.0.0.1:61327_solr-n_0000000000) [n:127.0.0.1:61327_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 1
   [junit4]   2> 110623 INFO  (jetty-launcher-207-thread-2) [n:127.0.0.1:61327_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:61327_solr
   [junit4]   2> 110623 DEBUG (OverseerAutoScalingTriggerThread-99421792426524678-127.0.0.1:61327_solr-n_0000000000) [n:127.0.0.1:61327_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 110624 DEBUG (OverseerAutoScalingTriggerThread-99421792426524678-127.0.0.1:61327_solr-n_0000000000) [n:127.0.0.1:61327_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion 1
   [junit4]   2> 110624 INFO  (zkCallback-223-thread-1-processing-n:127.0.0.1:61327_solr) [n:127.0.0.1:61327_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 110624 INFO  (zkCallback-224-thread-1-processing-n:127.0.0.1:61326_solr) [n:127.0.0.1:61326_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 110624 DEBUG (ScheduledTrigger-347-thread-1) [n:127.0.0.1:61327_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 110707 INFO  (jetty-launcher-207-thread-1) [n:127.0.0.1:61326_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_61326.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5d6d12ad
   [junit4]   2> 110714 INFO  (jetty-launcher-207-thread-2) [n:127.0.0.1:61327_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_61327.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5d6d12ad
   [junit4]   2> 110720 INFO  (jetty-launcher-207-thread-1) [n:127.0.0.1:61326_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_61326.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5d6d12ad
   [junit4]   2> 110720 INFO  (jetty-launcher-207-thread-1) [n:127.0.0.1:61326_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_61326.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5d6d12ad
   [junit4]   2> 110721 INFO  (jetty-launcher-207-thread-2) [n:127.0.0.1:61327_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_61327.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5d6d12ad
   [junit4]   2> 110721 INFO  (jetty-launcher-207-thread-2) [n:127.0.0.1:61327_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_61327.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5d6d12ad
   [junit4]   2> 110722 INFO  (jetty-launcher-207-thread-1) [n:127.0.0.1:61326_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.TriggerIntegrationTest_C98B0B0C27CBFDD4-001/tempDir-001/node1/.
   [junit4]   2> 110722 INFO  (jetty-launcher-207-thread-2) [n:127.0.0.1:61327_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.TriggerIntegrationTest_C98B0B0C27CBFDD4-001/tempDir-001/node2/.
   [junit4]   2> 110776 INFO  (zkConnectionManagerCallback-232-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 110779 INFO  (zkConnectionManagerCallback-236-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 110781 INFO  (SUITE-TriggerIntegrationTest-seed#[C98B0B0C27CBFDD4]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 110783 INFO  (SUITE-TriggerIntegrationTest-seed#[C98B0B0C27CBFDD4]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:61324/solr ready
   [junit4]   2> 110802 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTrigger-seed#[C98B0B0C27CBFDD4]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testNodeAddedTrigger
   [junit4]   2> 110803 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTrigger-seed#[C98B0B0C27CBFDD4]) [    ] o.a.s.c.a.TriggerIntegrationTest /autoscaling.json reset, new znode version 2
   [junit4]   2> 110803 DEBUG (zkCallback-223-thread-1-processing-n:127.0.0.1:61327_solr) [n:127.0.0.1:61327_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 2
   [junit4]   2> 110803 DEBUG (OverseerAutoScalingTriggerThread-99421792426524678-127.0.0.1:61327_solr-n_0000000000) [n:127.0.0.1:61327_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 2
   [junit4]   2> 110806 DEBUG (OverseerAutoScalingTriggerThread-99421792426524678-127.0.0.1:61327_solr-n_0000000000) [n:127.0.0.1:61327_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeLost markers
   [junit4]   2> 110807 DEBUG (OverseerAutoScalingTriggerThread-99421792426524678-127.0.0.1:61327_solr-n_0000000000) [n:127.0.0.1:61327_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 110807 DEBUG (OverseerAutoScalingTriggerThread-99421792426524678-127.0.0.1:61327_solr-n_0000000000) [n:127.0.0.1:61327_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 2, lastZnodeVersion 2
   [junit4]   2> 110826 INFO  (qtp821632975-878) [n:127.0.0.1:61326_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 110828 INFO  (qtp1200424120-891) [n:127.0.0.1:61327_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 110828 DEBUG (qtp1200424120-886) [n:127.0.0.1:61327_solr    ] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 110829 INFO  (qtp1200424120-886) [n:127.0.0.1:61327_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/autoscaling params={wt=javabin&version=2} status=0 QTime=11
   [junit4]   2> 110829 DEBUG (zkCallback-223-thread-1-processing-n:127.0.0.1:61327_solr) [n:127.0.0.1:61327_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 3
   [junit4]   2> 110834 DEBUG (zkCallback-223-thread-1-processing-n:127.0.0.1:61327_solr) [n:127.0.0.1:61327_solr    ] o.a.s.c.a.NodeAddedTrigger Initial livenodes: [127.0.0.1:61326_solr, 127.0.0.1:61327_solr]
   [junit4]   2> 110834 DEBUG (zkCallback-223-thread-1-processing-n:127.0.0.1:61327_solr) [n:127.0.0.1:61327_solr    ] o.a.s.c.a.NodeAddedTrigger NodeAddedTrigger node_added_trigger instantiated with properties: {event=nodeAdded, waitFor=1, actions=[{name=test, class=org.apache.solr.cloud.autoscaling.TriggerIntegrationTest$TestTriggerAction}], enabled=true}
   [junit4]   2> 110834 DEBUG (OverseerAutoScalingTriggerThread-99421792426524678-127.0.0.1:61327_solr-n_0000000000) [n:127.0.0.1:61327_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 3
   [junit4]   2> 110836 INFO  (OverseerAutoScalingTriggerThread-99421792426524678-127.0.0.1:61327_solr-n_0000000000) [n:127.0.0.1:61327_solr    ] o.a.s.c.a.TriggerIntegrationTest TestTriggerAction init
   [junit4]   2> 110838 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTrigger-seed#[C98B0B0C27CBFDD4]) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-22T05:27:37+08:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 110838 DEBUG (OverseerAutoScalingTriggerThread-99421792426524678-127.0.0.1:61327_solr-n_0000000000) [n:127.0.0.1:61327_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeLost markers
   [junit4]   2> 110839 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTrigger-seed#[C98B0B0C27CBFDD4]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 110839 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTrigger-seed#[C98B0B0C27CBFDD4]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 110839 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTrigger-seed#[C98B0B0C27CBFDD4]) [    ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 110839 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTrigger-seed#[C98B0B0C27CBFDD4]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@ab05eff{/solr,null,AVAILABLE}
   [junit4]   2> 110839 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTrigger-seed#[C98B0B0C27CBFDD4]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@4885812f{HTTP/1.1,[http/1.1]}{127.0.0.1:61340}
   [junit4]   2> 110840 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTrigger-seed#[C98B0B0C27CBFDD4]) [    ] o.e.j.s.Server Started @115465ms
   [junit4]   2> 110840 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTrigger-seed#[C98B0B0C27CBFDD4]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=61340}
   [junit4]   2> 110840 DEBUG (OverseerAutoScalingTriggerThread-99421792426524678-127.0.0.1:61327_solr-n_0000000000) [n:127.0.0.1:61327_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 3, lastZnodeVersion 3
   [junit4]   2> 110840 DEBUG (ScheduledTrigger-347-thread-1) [n:127.0.0.1:61327_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger
   [junit4]   2> 110840 DEBUG (ScheduledTrigger-347-thread-1) [n:127.0.0.1:61327_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 2
   [junit4]   2> 110840 ERROR (TEST-TriggerIntegrationTest.testNodeAddedTrigger-seed#[C98B0B0C27CBFDD4]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 110841 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTrigger-seed#[C98B0B0C27CBFDD4]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.3.0
   [junit4]   2> 110841 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTrigger-seed#[C98B0B0C27CBFDD4]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 110841 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTrigger-seed#[C98B0B0C27CBFDD4]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 110841 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTrigger-seed#[C98B0B0C27CBFDD4]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-01-27T12:29:19.355Z
   [junit4]   2> 110843 INFO  (zkConnectionManagerCallback-238-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 110843 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTrigger-seed#[C98B0B0C27CBFDD4]) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 110853 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTrigger-seed#[C98B0B0C27CBFDD4]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:61324/solr
   [junit4]   2> 110854 INFO  (zkConnectionManagerCallback-242-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 110859 INFO  (zkConnectionManagerCallback-244-thread-1-processing-n:127.0.0.1:61340_solr) [n:127.0.0.1:61340_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 110869 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTrigger-seed#[C98B0B0C27CBFDD4]) [n:127.0.0.1:61340_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 110873 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTrigger-seed#[C98B0B0C27CBFDD4]) [n:127.0.0.1:61340_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 110876 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTrigger-seed#[C98B0B0C27CBFDD4]) [n:127.0.0.1:61340_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:61340_solr
   [junit4]   2> 110879 INFO  (zkCallback-224-thread-1-processing-n:127.0.0.1:61326_solr) [n:127.0.0.1:61326_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 110879 INFO  (zkCallback-235-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 110880 INFO  (zkCallback-223-thread-1-processing-n:127.0.0.1:61327_solr) [n:127.0.0.1:61327_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 110881 INFO  (zkCallback-243-thread-1-processing-n:127.0.0.1:61340_solr) [n:127.0.0.1:61340_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 110966 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTrigger-seed#[C98B0B0C27CBFDD4]) [n:127.0.0.1:61340_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_61340.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5d6d12ad
   [junit4]   2> 110972 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTrigger-seed#[C98B0B0C27CBFDD4]) [n:127.0.0.1:61340_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_61340.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5d6d12ad
   [junit4]   2> 110972 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTrigger-seed#[C98B0B0C27CBFDD4]) [n:127.0.0.1:61340_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_61340.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5d6d12ad
   [junit4]   2> 110973 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTrigger-seed#[C98B0B0C27CBFDD4]) [n:127.0.0.1:61340_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.TriggerIntegrationTest_C98B0B0C27CBFDD4-001/tempDir-001/node3/.
   [junit4]   2> 111852 DEBUG (ScheduledTrigger-347-thread-2) [n:127.0.0.1:61327_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger
   [junit4]   2> 111852 DEBUG (ScheduledTrigger-347-thread-2) [n:127.0.0.1:61327_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 3
   [junit4]   2> 111853 DEBUG (ScheduledTrigger-347-thread-2) [n:127.0.0.1:61327_solr    ] o.a.s.c.a.NodeAddedTrigger Tracking new node: 127.0.0.1:61340_solr at time 756679364720229
   [junit4]   2> 112863 DEBUG (ScheduledTrigger-347-thread-2) [n:127.0.0.1:61327_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger
   [junit4]   2> 112863 DEBUG (ScheduledTrigger-347-thread-2) [n:127.0.0.1:61327_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 3
   [junit4]   2> 112863 DEBUG (ScheduledTrigger-347-thread-2) [n:127.0.0.1:61327_solr    ] o.a.s.c.a.NodeAddedTrigger NodeAddedTrigger node_added_trigger firing registered processor for nodes: [127.0.0.1:61340_solr] added at times [756679364720229], now=756680374867404
   [junit4]   2> 112863 DEBUG (ScheduledTrigger-347-thread-2) [n:127.0.0.1:61327_solr    ] o.a.s.c.a.ScheduledTriggers ++++++++ Cooldown inactive - processing event: {
   [junit4]   2>   "id":"2b03224be3665T5gvln9ivyvbfucls5hdwrivai",
   [junit4]   2>   "source":"node_added_trigger",
   [junit4]   2>   "eventTime":756679364720229,
   [junit4]   2>   "eventType":"NODEADDED",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[756679364720229],
   [junit4]   2>     "nodeNames":["127.0.0.1:61340_solr"]}}
   [junit4]   2> 112863 DEBUG (ScheduledTrigger-347-thread-2) [n:127.0.0.1:61327_solr    ] o.a.s.c.a.ScheduledTriggers Pausing all triggers: [node_added_trigger]
   [junit4]   2> 112864 INFO  (ScheduledTrigger-347-thread-2) [n:127.0.0.1:61327_solr    ] o.a.s.c.a.SystemLogListener Collection .system does not exist, disabling logging.
   [junit4]   2> 112865 DEBUG (AutoscalingActionExecutor-348-thread-1-processing-n:127.0.0.1:61327_solr) [n:127.0.0.1:61327_solr    ] o.a.s.c.a.ScheduledTriggers -- processing actions for {
   [junit4]   2>   "id":"2b03224be3665T5gvln9ivyvbfucls5hdwrivai",
   [junit4]   2>   "source":"node_added_trigger",
   [junit4]   2>   "eventTime":756679364720229,
   [junit4]   2>   "eventType":"NODEADDED",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[756679364720229],
   [junit4]   2>     "_enqueue_time_":756680375454009,
   [junit4]   2>     "nodeNames":["127.0.0.1:61340_solr"]}}
   [junit4]   2> 112867 DEBUG (AutoscalingActionExecutor-348-thread-1-processing-n:127.0.0.1:61327_solr) [n:127.0.0.1:61327_solr    ] o.a.s.c.a.ScheduledTriggers Resuming trigger: node_added_trigger after 5000ms
   [junit4]   2> 112867 DEBUG (AutoscalingActionExecutor-348-thread-1-processing-n:127.0.0.1:61327_solr) [n:127.0.0.1:61327_solr    ] o.a.s.c.a.ScheduledTriggers -- processing took 2 ms for event id=2b03224be3665T5gvln9ivyvbfucls5hdwrivai
   [junit4]   2> 112879 INFO  (qtp821632975-880) [n:127.0.0.1:61326_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 112881 INFO  (qtp1200424120-891) [n:127.0.0.1:61327_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 112884 INFO  (qtp483556555-941) [n:127.0.0.1:61340_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 112884 DEBUG (qtp1200424120-889) [n:127.0.0.1:61327_solr    ] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 112885 INFO  (qtp1200424120-889) [n:127.0.0.1:61327_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/autoscaling params={wt=javabin&version=2} status=0 QTime=8
   [junit4]   2> 112886 DEBUG (zkCallback-223-thread-1-processing-n:127.0.0.1:61327_solr) [n:127.0.0.1:61327_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 4
   [junit4]   2> 112886 DEBUG (zkCallback-223-thread-1-processing-n:127.0.0.1:61327_solr) [n:127.0.0.1:61327_solr    ] o.a.s.c.a.NodeAddedTrigger Initial livenodes: [127.0.0.1:61326_solr, 127.0.0.1:61327_solr, 127.0.0.1:61340_solr]
   [junit4]   2> 112886 DEBUG (zkCallback-223-thread-1-processing-n:127.0.0.1:61327_solr) [n:127.0.0.1:61327_solr    ] o.a.s.c.a.NodeAddedTrigger NodeAddedTrigger node_added_trigger instantiated with properties: {event=nodeAdded, waitFor=1, actions=[{name=test, class=org.apache.solr.cloud.autoscaling.TriggerIntegrationTest$TestTriggerAction}], enabled=true}
   [junit4]   2> 112887 DEBUG (OverseerAutoScalingTriggerThread-99421792426524678-127.0.0.1:61327_solr-n_0000000000) [n:127.0.0.1:61327_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 4
   [junit4]   2> 112887 DEBUG (OverseerAutoScalingTriggerThread-99421792426524678-127.0.0.1:61327_solr-n_0000000000) [n:127.0.0.1:61327_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeLost markers
   [junit4]   2> 112888 DEBUG (OverseerAutoScalingTriggerThread-99421792426524678-127.0.0.1:61327_solr-n_0000000000) [n:127.0.0.1:61327_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 4, lastZnodeVersion 4
   [junit4]   2> 114896 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTrigger-seed#[C98B0B0C27CBFDD4]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testNodeAddedTrigger
   [junit4]   2> 114938 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTriggerRestoreState-seed#[C98B0B0C27CBFDD4]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testNodeAddedTriggerRestoreState
   [junit4]   2> 114939 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTriggerRestoreState-seed#[C98B0B0C27CBFDD4]) [    ] o.a.s.c.a.TriggerIntegrationTest /autoscaling.json reset, new znode version 5
   [junit4]   2> 114940 DEBUG (zkCallback-223-thread-1-processing-n:127.0.0.1:61327_solr) [n:127.0.0.1:61327_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 5
   [junit4]   2> 114940 DEBUG (OverseerAutoScalingTriggerThread-99421792426524678-127.0.0.1:61327_solr-n_0000000000) [n:127.0.0.1:61327_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 5
   [junit4]   2> 114942 DEBUG (OverseerAutoScalingTriggerThread-99421792426524678-127.0.0.1:61327_solr-n_0000000000) [n:127.0.0.1:61327_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeLost markers
   [junit4]   2> 114943 DEBUG (OverseerAutoScalingTriggerThread-99421792426524678-127.0.0.1:61327_solr-n_0000000000) [n:127.0.0.1:61327_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 114943 DEBUG (OverseerAutoScalingTriggerThread-99421792426524678-127.0.0.1:61327_solr-n_0000000000) [n:127.0.0.1:61327_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 5, lastZnodeVersion 5
   [junit4]   2> 114947 INFO  (qtp821632975-883) [n:127.0.0.1:61326_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 114949 INFO  (qtp1200424120-889) [n:127.0.0.1:61327_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 114951 INFO  (qtp483556555-945) [n:127.0.0.1:61340_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 114952 DEBUG (qtp821632975-880) [n:127.0.0.1:61326_solr    ] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 114952 INFO  (qtp821632975-880) [n:127.0.0.1:61326_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/autoscaling params={wt=javabin&version=2} status=0 QTime=8
   [junit4]   2> 114953 DEBUG (zkCallback-223-thread-1-processing-n:127.0.0.1:61327_solr) [n:127.0.0.1:61327_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 6
   [junit4]   2> 114953 DEBUG (zkCallback-223-thread-1-processing-n:127.0.0.1:61327_solr) [n:127.0.0.1:61327_solr    ] o.a.s.c.a.NodeAddedTrigger Initial livenodes: [127.0.0.1:61326_solr, 127.0.0.1:61327_solr, 127.0.0.1:61340_solr]
   [junit4]   2> 114953 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTriggerRestoreState-seed#[C98B0B0C27CBFDD4]) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-22T05:27:37+08:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 114953 DEBUG (zkCallback-223-thread-1-processing-n:127.0.0.1:61327_solr) [n:127.0.0.1:61327_solr    ] o.a.s.c.a.NodeAddedTrigger NodeAddedTrigger node_added_restore_trigger instantiated with properties: {event=nodeAdded, waitFor=5, actions=[{name=test, class=org.apache.solr.cloud.autoscaling.TriggerIntegrationTest$TestTriggerAction}], enabled=true}
   [junit4]   2> 114953 DEBUG (OverseerAutoScalingTriggerThread-99421792426524678-127.0.0.1:61327_solr-n_0000000000) [n:127.0.0.1:61327_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 6
   [junit4]   2> 114954 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTriggerRestoreState-seed#[C98B0B0C27CBFDD4]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 114955 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTriggerRestoreState-seed#[C98B0B0C27CBFDD4]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 114955 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTriggerRestoreState-seed#[C98B0B0C27CBFDD4]) [    ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 114955 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTriggerRestoreState-seed#[C98B0B0C27CBFDD4]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@5e94cad6{/solr,null,AVAILABLE}
   [junit4]   2> 114955 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTriggerRestoreState-seed#[C98B0B0C27CBFDD4]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@5872a092{HTTP/1.1,[http/1.1]}{127.0.0.1:61355}
   [junit4]   2> 114955 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTriggerRestoreState-seed#[C98B0B0C27CBFDD4]) [    ] o.e.j.s.Server Started @119581ms
   [junit4]   2> 114955 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTriggerRestoreState-seed#[C98B0B0C27CBFDD4]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=61355}
   [junit4]   2> 114956 ERROR (TEST-TriggerIntegrationTest.testNodeAddedTriggerRestoreState-seed#[C98B0B0C27CBFDD4]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 114956 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTriggerRestoreState-seed#[C98B0B0C27CBFDD4]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.3.0
   [junit4]   2> 114956 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTriggerRestoreState-seed#[C98B0B0C27CBFDD4]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 114956 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTriggerRestoreState-seed#[C98B0B0C27CBFDD4]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 114956 INFO  (OverseerAutoScalingTriggerThread-99421792426524678-127.0.0.1:61327_solr-n_0000000000) [n:127.0.0.1:61327_solr    ] o.a.s.c.a.TriggerIntegrationTest TestTriggerAction init
   [junit4]   2> 114956 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTriggerRestoreState-seed#[C98B0B0C27CBFDD4]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-01-27T12:29:23.470Z
   [junit4]   2> 114956 DEBUG (OverseerAutoScalingTriggerThread-99421792426524678-127.0.0.1:61327_solr-n_0000000000) [n:127.0.0.1:61327_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeLost markers
   [junit4]   2> 114957 DEBUG (OverseerAutoScalingTriggerThread-99421792426524678-127.0.0.1:61327_solr-n_0000000000) [n:127.0.0.1:61327_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 6, lastZnodeVersion 6
   [junit4]   2> 114957 DEBUG (ScheduledTrigger-347-thread-4) [n:127.0.0.1:61327_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_restore_trigger
   [junit4]   2> 114958 DEBUG (ScheduledTrigger-347-thread-4) [n:127.0.0.1:61327_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 3
   [junit4]   2> 114958 INFO  (zkConnectionManagerCallback-248-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 114959 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTriggerRestoreState-seed#[C98B0B0C27CBFDD4]) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 114969 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTriggerRestoreState-seed#[C98B0B0C27CBFDD4]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:61324/solr
   [junit4]   2> 114970 INFO  (zkConnectionManagerCallback-252-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 114974 INFO  (zkConnectionManagerCallback-254-thread-1-processing-n:127.0.0.1:61355_solr) [n:127.0.0.1:61355_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 114989 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTriggerRestoreState-seed#[C98B0B0C27CBFDD4]) [n:127.0.0.1:61355_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 114993 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTriggerRestoreState-seed#[C98B0B0C27CBFDD4]) [n:127.0.0.1:61355_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 114996 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTriggerRestoreState-seed#[C98B0B0C27CBFDD4]) [n:127.0.0.1:61355_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:61355_solr
   [junit4]   2> 115000 INFO  (zkCallback-224-thread-1-processing-n:127.0.0.1:61326_solr) [n:127.0.0.1:61326_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 115000 INFO  (zkCallback-235-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 115001 INFO  (zkCallback-223-thread-1-processing-n:127.0.0.1:61327_solr) [n:127.0.0.1:61327_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 115001 INFO  (zkCallback-243-thread-1-processing-n:127.0.0.1:61340_solr) [n:127.0.0.1:61340_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 115002 INFO  (zkCallback-253-thread-1-processing-n:127.0.0.1:61355_solr) [n:127.0.0.1:61355_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 115086 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTriggerRestoreState-seed#[C98B0B0C27CBFDD4]) [n:127.0.0.1:61355_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_61355.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5d6d12ad
   [junit4]   2> 115092 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTriggerRestoreState-seed#[C98B0B0C27CBFDD4]) [n:127.0.0.1:61355_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_61355.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5d6d12ad
   [junit4]   2> 115092 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTriggerRestoreState-seed#[C98B0B0C27CBFDD4]) [n:127.0.0.1:61355_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_61355.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5d6d12ad
   [junit4]   2> 115093 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTriggerRestoreState-seed#[C98B0B0C27CBFDD4]) [n:127.0.0.1:61355_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.TriggerIntegrationTest_C98B0B0C27CBFDD4-001/tempDir-001/node4/.
   [junit4]   2> 115969 DEBUG (ScheduledTrigger-347-thread-4) [n:127.0.0.1:61327_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_restore_trigger
   [junit4]   2> 115969 DEBUG (ScheduledTrigger-347-thread-4) [n:127.0.0.1:61327_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 4
   [junit4]   2> 115969 DEBUG (ScheduledTrigger-347-thread-4) [n:127.0.0.1:61327_solr    ] o.a.s.c.a.NodeAddedTrigger Tracking new node: 127.0.0.1:61355_solr at time 756683480849775
   [junit4]   2> 116638 INFO  (qtp821632975-885) [n:127.0.0.1:61326_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 116640 INFO  (qtp1200424120-889) [n:127.0.0.1:61327_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 116641 INFO  (qtp483556555-947) [n:127.0.0.1:61340_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 116643 INFO  (qtp1588359092-973) [n:127.0.0.1:61355_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 116643 DEBUG (qtp1588359092-969) [n:127.0.0.1:61355_solr    ] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 116644 INFO  (qtp1588359092-969) [n:127.0.0.1:61355_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/autoscaling params={wt=javabin&version=2} status=0 QTime=8
   [junit4]   2> 116645 DEBUG (zkCallback-223-thread-1-processing-n:127.0.0.1:61327_solr) [n:127.0.0.1:61327_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 7
   [junit4]   2> 116645 DEBUG (zkCallback-223-thread-1-processing-n:127.0.0.1:61327_solr) [n:127.0.0.1:61327_solr    ] o.a.s.c.a.NodeAddedTrigger Initial livenodes: [127.0.0.1:61355_solr, 127.0.0.1:61326_solr, 127.0.0.1:61327_solr, 127.0.0.1:61340_solr]
   [junit4]   2> 116645 DEBUG (zkCallback-223-thread-1-processing-n:127.0.0.1:61327_solr) [n:127.0.0.1:61327_solr    ] o.a.s.c.a.NodeAddedTrigger NodeAddedTrigger node_added_restore_trigger instantiated with properties: {event=nodeAdded, waitFor=0, actions=[{name=test, class=org.apache.solr.cloud.autoscaling.TriggerIntegrationTest$TestTriggerAction}], enabled=true}
   [junit4]   2> 116645 DEBUG (OverseerAutoScalingTriggerThread-99421792426524678-127.0.0.1:61327_solr-n_0000000000) [n:127.0.0.1:61327_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 7
   [junit4]   2> 116646 INFO  (OverseerAutoScalingTriggerThread-99421792426524678-127.0.0.1:61327_solr-n_0000000000) [n:127.0.0.1:61327_solr    ] o.a.s.c.a.TriggerIntegrationTest TestTriggerAction init
   [junit4]   2> 116647 DEBUG (OverseerAutoScalingTriggerThread-99421792426524678-127.0.0.1:61327_solr-n_0000000000) [n:127.0.0.1:61327_solr    ] o.a.s.c.a.NodeAddedTrigger Adding node from marker path: 127.0.0.1:61355_solr
   [junit4]   2> 116648 DEBUG (OverseerAutoScalingTriggerThread-99421792426524678-127.0.0.1:61327_solr-n_0000000000) [n:127.0.0.1:61327_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeLost markers
   [junit4]   2> 116648 DEBUG (ScheduledTrigger-347-thread-2) [n:127.0.0.1:61327_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_restore_trigger
   [junit4]   2> 116648 DEBUG (ScheduledTrigger-347-thread-2) [n:127.0.0.1:61327_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 4
   [junit4]   2> 116648 DEBUG (ScheduledTrigger-347-thread-2) [n:127.0.0.1:61327_solr    ] o.a.s.c.a.NodeAddedTrigger NodeAddedTrigger node_added_restore_trigger firing registered processor for nodes: [127.0.0.1:61355_solr] added at times [756684158904913], now=756684159823470
   [junit4]   2> 116648 DEBUG (ScheduledTrigger-347-thread-2) [n:127.0.0.1:61327_solr    ] o.a.s.c.a.ScheduledTriggers ++++++++ Cooldown inactive - processing event: {
   [junit4]   2>   "id":"2b033427faa51T5gvln9ivyvbfucls5hdwrivak",
   [junit4]   2>   "source":"node_added_restore_trigger",
   [junit4]   2>   "eventTime":756684158904913,
   [junit4]   2>   "eventType":"NODEADDED",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[756684158904913],
   [junit4]   2>     "nodeNames":["127.0.0.1:61355_solr"]}}
   [junit4]   2> 116648 DEBUG (ScheduledTrigger-347-thread-2) [n:127.0.0.1:61327_solr    ] o.a.s.c.a.ScheduledTriggers Pausing all triggers: [node_added_restore_trigger]
   [junit4]   2> 116648 DEBUG (OverseerAutoScalingTriggerThread-99421792426524678-127.0.0.1:61327_solr-n_0000000000) [n:127.0.0.1:61327_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 7, lastZnodeVersion 7
   [junit4]   2> 116649 INFO  (ScheduledTrigger-347-thread-2) [n:127.0.0.1:61327_solr    ] o.a.s.c.a.SystemLogListener Collection .system does not exist, disabling logging.
   [junit4]   2> 116649 DEBUG (AutoscalingActionExecutor-348-thread-1-processing-n:127.0.0.1:61327_solr) [n:127.0.0.1:61327_solr    ] o.a.s.c.a.ScheduledTriggers -- processing actions for {
   [junit4]   2>   "id":"2b033427faa51T5gvln9ivyvbfucls5hdwrivak",
   [junit4]   2>   "source":"node_added_restore_trigger",
   [junit4]   2>   "eventTime":756684158904913,
   [junit4]   2>   "eventType":"NODEADDED",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[756684158904913],
   [junit4]   2>     "_enqueue_time_":756684159972569,
   [junit4]   2>     "nodeNames":["127.0.0.1:61355_solr"]}}
   [junit4]   2> 116649 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTriggerRestoreState-seed#[C98B0B0C27CBFDD4]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testNodeAddedTriggerRestoreState
   [junit4]   2> 116655 DEBUG (AutoscalingActionExecutor-348-thread-1-processing-n:127.0.0.1:61327_solr) [n:127.0.0.1:61327_solr    ] o.a.s.c.a.ScheduledTriggers Resuming trigger: node_added_restore_trigger after 5000ms
   [junit4]   2> 116656 DEBUG (AutoscalingActionExecutor-348-thread-1-processing-n:127.0.0.1:61327_solr) [n:127.0.0.1:61327_solr    ] o.a.s.c.a.ScheduledTriggers -- processing took 6 ms for event id=2b033427faa51T5gvln9ivyvbfucls5hdwrivak
   [junit4]   2> 116675 INFO  (TEST-TriggerIntegrationTest.testMetricTrigger-seed#[C98B0B0C27CBFDD4]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testMetricTrigger
   [junit4]   2> 116676 INFO  (TEST-TriggerIntegrationTest.testMetricTrigger-seed#[C98B0B0C27CBFDD4]) [    ] o.a.s.c.a.TriggerIntegrationTest /autoscaling.json reset, new znode version 8
   [junit4]   2> 116677 DEBUG (zkCallback-223-thread-1-processing-n:127.0.0.1:61327_solr) [n:127.0.0.1:61327_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 8
   [junit4]   2> 116677 DEBUG (OverseerAutoScalingTriggerThread-99421792426524678-127.0.0.1:61327_solr-n_0000000000) [n:127.0.0.1:61327_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 8
   [junit4]   2> 116679 DEBUG (OverseerAutoScalingTriggerThread-99421792426524678-127.0.0.1:61327_solr-n_0000000000) [n:127.0.0.1:61327_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeLost markers
   [junit4]   2> 116679 DEBUG (OverseerAutoScalingTriggerThread-99421792426524678-127.0.0.1:61327_solr-n_0000000000) [n:127.0.0.1:61327_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 116680 DEBUG (OverseerAutoScalingTriggerThread-99421792426524678-127.0.0.1:61327_solr-n_0000000000) [n:127.0.0.1:61327_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 8, lastZnodeVersion 8
   [junit4]   2> 116681 INFO  (zkConnectionManagerCallback-258-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 116684 INFO  (qtp821632975-882) [n:127.0.0.1:61326_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=1&collection.configName=conf&name=testMetricTrigger&nrtReplicas=1&action=CREATE&numShards=2&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 116687 INFO  (OverseerThreadFactory-349-thread-1-processing-n:127.0.0.1:61327_solr) [n:127.0.0.1:61327_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection testMetricTrigger
   [junit4]   2> 116813 INFO  (OverseerStateUpdate-99421792426524678-127.0.0.1:61327_solr-n_0000000000) [n:127.0.0.1:61327_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testMetricTrigger",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testMetricTrigger_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:61340/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 116817 INFO  (OverseerStateUpdate-99421792426524678-127.0.0.1:61327_solr-n_0000000000) [n:127.0.0.1:61327_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testMetricTrigger",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"testMetricTrigger_shard2_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:61327/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 117034 INFO  (qtp1200424120-889) [n:127.0.0.1:61327_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=testMetricTrigger_shard2_replica_n2&action=CREATE&numShards=2&collection=testMetricTrigger&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 117034 INFO  (qtp483556555-947) [n:127.0.0.1:61340_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=testMetricTrigger_shard1_replica_n1&action=CREATE&numShards=2&collection=testMetricTrigger&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 117035 INFO  (qtp1200424120-889) [n:127.0.0.1:61327_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 117036 INFO  (qtp483556555-947) [n:127.0.0.1:61340_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 117157 INFO  (zkCallback-243-thread-1-processing-n:127.0.0.1:61340_solr) [n:127.0.0.1:61340_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testMetricTrigger/state.json] for collection [testMetricTrigger] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 117157 INFO  (zkCallback-223-thread-1-processing-n:127.0.0.1:61327_solr) [n:127.0.0.1:61327_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testMetricTrigger/state.json] for collection [testMetricTrigger] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 117158 INFO  (zkCallback-243-thread-2-processing-n:127.0.0.1:61340_solr) [n:127.0.0.1:61340_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testMetricTrigger/state.json] for collection [testMetricTrigger] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 117158 INFO  (zkCallback-223-thread-2-processing-n:127.0.0.1:61327_solr) [n:127.0.0.1:61327_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testMetricTrigger/state.json] for collection [testMetricTrigger] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 118089 INFO  (qtp483556555-947) [n:127.0.0.1:61340_solr c:testMetricTrigger s:shard1 r:core_node3 x:testMetricTrigger_

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

tsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {action_s=PostingsFormat(name=LuceneVarGapDocFreqInterval), event.source_s=PostingsFormat(name=Memory), type=PostingsFormat(name=LuceneVarGapDocFreqInterval), before.actions_ss=PostingsFormat(name=Memory), event.property._enqueue_time__ss=PostingsFormat(name=LuceneVarGapDocFreqInterval), after.actions_ss=PostingsFormat(name=MockRandom), stage_s=PostingsFormat(name=LuceneVarGapDocFreqInterval), event.id_s=PostingsFormat(name=Asserting), event.property.eventTimes_ss=PostingsFormat(name=LuceneVarGapDocFreqInterval), source_s=PostingsFormat(name=Asserting), event.type_s=PostingsFormat(name=LuceneVarGapDocFreqInterval), responses_ts=PostingsFormat(name=MockRandom), id=PostingsFormat(name=Asserting), collections_ss=PostingsFormat(name=LuceneVarGapDocFreqInterval), operations.params_ts=PostingsFormat(name=LuceneVarGapDocFreqInterval), event.property.nodeNames_ss=PostingsFormat(name=LuceneVarGapDocFreqInterval)}, docValues:{_version_=DocValuesFormat(name=Lucene70), event.time_l=DocValuesFormat(name=Lucene70), timestamp=DocValuesFormat(name=Lucene70)}, maxPointsInLeafNode=1296, maxMBSortInHeap=5.9762019400585125, sim=RandomSimilarity(queryNorm=true): {}, locale=ar-EG, timezone=Canada/Mountain
   [junit4]   2> NOTE: Mac OS X 10.11.6 x86_64/Oracle Corporation 1.8.0_144 (64-bit)/cpus=3,threads=1,free=222189136,total=524812288
   [junit4]   2> NOTE: All tests run in this JVM: [TestZkChroot, PingRequestHandlerTest, DistributedQueryComponentOptimizationTest, TlogReplayBufferedWhileIndexingTest, HdfsBasicDistributedZk2Test, TestManagedStopFilterFactory, SpatialFilterTest, SolrIndexConfigTest, QueryResultKeyTest, CustomHighlightComponentTest, ZkCLITest, TestAuthorizationFramework, BooleanFieldTest, CloudExitableDirectoryReaderTest, CloneFieldUpdateProcessorFactoryTest, TestCloudJSONFacetJoinDomain, TestConfigOverlay, BlockJoinFacetSimpleTest, TestCollationFieldDocValues, TestXIncludeConfig, TestIBSimilarityFactory, TestSurroundQueryParser, DistribJoinFromCollectionTest, TestPhraseSuggestions, TestFieldTypeCollectionResource, TestShardHandlerFactory, PolyFieldTest, TestMergePolicyConfig, CdcrReplicationDistributedZkTest, SolrIndexSplitterTest, TestEmbeddedSolrServerSchemaAPI, TestFilteredDocIdSet, SolrShardReporterTest, TestSweetSpotSimilarityFactory, NodeAddedTriggerTest, CopyFieldTest, CollectionTooManyReplicasTest, SolrTestCaseJ4Test, AtomicUpdatesTest, SolrSlf4jReporterTest, TestCursorMarkWithoutUniqueKey, TestPartialUpdateDeduplication, TestLRUStatsCache, ConnectionReuseTest, TestSolrCloudWithSecureImpersonation, BinaryUpdateRequestHandlerTest, TestSizeLimitedDistributedMap, TestCloudPseudoReturnFields, TestAnalyzeInfixSuggestions, TestRecovery, HdfsNNFailoverTest, TestUninvertingReader, DistributedExpandComponentTest, TestHdfsCloudBackupRestore, TestLegacyTerms, TestObjectReleaseTracker, TestJoin, UninvertDocValuesMergePolicyTest, TestRealTimeGet, TestFiltering, TestCollationField, TestSchemaManager, TestSolrDeletionPolicy1, TestPullReplicaErrorHandling, TestSmileRequest, DirectSolrSpellCheckerTest, TestQueryWrapperFilter, TestComplexPhraseLeadingWildcard, AddReplicaTest, FileUtilsTest, TestBinaryField, TestUtils, TestClusterStateMutator, TestJsonFacetRefinement, TestSuggestSpellingConverter, TestRuleBasedAuthorizationPlugin, SolrCLIZkUtilsTest, TestUseDocValuesAsStored, DistributedFacetPivotSmallAdvancedTest, TestDefaultStatsCache, DateMathParserTest, TestPolicyCloud, TestInfoStreamLogging, CustomCollectionTest, SolrRequestParserTest, SolrJmxReporterCloudTest, PathHierarchyTokenizerFactoryTest, TestDeleteCollectionOnDownNodes, UtilsToolTest, SpatialHeatmapFacetsTest, RecoveryZkTest, TestSolrCoreParser, TestCorePropertiesReload, TestJmxIntegration, WordBreakSolrSpellCheckerTest, TestDocTermOrds, TestStressInPlaceUpdates, ReplicaListTransformerTest, ResourceLoaderTest, HdfsSyncSliceTest, TestFaceting, DateFieldTest, DirectSolrConnectionTest, CacheHeaderTest, TestFunctionQuery, MoveReplicaHDFSFailoverTest, AnalyticsMergeStrategyTest, SignatureUpdateProcessorFactoryTest, TestCoreContainer, DocumentBuilderTest, TestTolerantSearch, JvmMetricsTest, BigEndianAscendingWordDeserializerTest, TestFieldCacheWithThreads, TestFieldCollectionResource, SolrGangliaReporterTest, SolrInfoBeanTest, OverriddenZkACLAndCredentialsProvidersTest, PluginInfoTest, RemoteQueryErrorTest, SaslZkACLProviderTest, IndexSchemaRuntimeFieldTest, BlobRepositoryCloudTest, CreateCollectionCleanupTest, DistributedMLTComponentTest, TestNoOpRegenerator, TestSolrCloudWithHadoopAuthPlugin, TestManagedSchemaThreadSafety, HdfsWriteToMultipleCollectionsTest, AddSchemaFieldsUpdateProcessorFactoryTest, TestBlobHandler, SuggestComponentTest, TestSubQueryTransformer, DistribCursorPagingTest, TemplateUpdateProcessorTest, XmlUpdateRequestHandlerTest, ExecutePlanActionTest, TestSolrConfigHandler, SampleTest, TestConfigSetProperties, TestCharFilters, UUIDUpdateProcessorFallbackTest, TestQueryUtils, DeleteNodeTest, FacetPivotSmallTest, CachingDirectoryFactoryTest, TestGenericDistributedQueue, RuleEngineTest, OverseerStatusTest, TestDynamicLoading, RankQueryTest, NumericFieldsTest, TestSolrCLIRunExample, TestIntervalFaceting, IgnoreCommitOptimizeUpdateProcessorFactoryTest, TestFieldCacheSortRandom, OutputWriterTest, TestExportWriter, TestPostingsSolrHighlighter, MoreLikeThisHandlerTest, CurrencyRangeFacetCloudTest, TestPerFieldSimilarity, RequiredFieldsTest, PreAnalyzedUpdateProcessorTest, SolrIndexMetricsTest, TestPseudoReturnFields, DataDrivenBlockJoinTest, TestLegacyFieldReuse, TestLazyCores, TestJsonRequest, TestReplicaProperties, TestMacroExpander, TestExpandComponent, TestTrieFacet, FastVectorHighlighterTest, SubstringBytesRefFilterTest, TestLeaderInitiatedRecoveryThread, LeaderElectionTest, TestDynamicFieldCollectionResource, SOLR749Test, TestSolrQueryResponse, MetricUtilsTest, OpenCloseCoreStressTest, TestTlogReplica, ShardSplitTest, TestCloudDeleteByQuery, TestConfigSetsAPI, TestSolrConfigHandlerConcurrent, BasicDistributedZkTest, ChaosMonkeySafeLeaderTest, BasicDistributedZk2Test, UnloadDistributedZkTest, LeaderElectionIntegrationTest, ZkSolrClientTest, ShardRoutingCustomTest, TermVectorComponentDistributedTest, TestReload, SimpleFacetsTest, SolrCoreTest, StatsComponentTest, BadIndexSchemaTest, ConvertedLegacyTest, BasicFunctionalityTest, DirectUpdateHandlerTest, TestBadConfig, TestIndexSearcher, HighlighterTest, ShowFileRequestHandlerTest, DistributedQueryElevationComponentTest, TestCoreDiscovery, AnalysisAfterCoreReloadTest, TestExtendedDismaxParser, SuggesterFSTTest, TestFoldingMultitermQuery, SuggesterTSTTest, SuggesterTest, TestStressLucene, TestTrie, SuggesterWFSTTest, TestCSVLoader, SchemaVersionSpecificBehaviorTest, SolrCoreCheckLockOnStartupTest, FieldMutatingUpdateProcessorTest, TestAtomicUpdateErrorCases, TestWordDelimiterFilterFactory, QueryEqualityTest, DirectUpdateHandlerOptimizeTest, StatelessScriptUpdateProcessorFactoryTest, TestRemoteStreaming, DistanceFunctionTest, DebugComponentTest, IndexBasedSpellCheckerTest, LukeRequestHandlerTest, TestQueryTypes, TestOmitPositions, TermsComponentTest, RequestHandlersTest, TestValueSourceCache, FieldAnalysisRequestHandlerTest, LoggingHandlerTest, RegexBoostProcessorTest, SolrPluginUtilsTest, IndexSchemaTest, TestCSVResponseWriter, MBeansHandlerTest, TestAnalyzedSuggestions, UniqFieldsUpdateProcessorFactoryTest, TestPHPSerializedResponseWriter, CSVRequestHandlerTest, TestComponentsName, SearchHandlerTest, TestLFUCache, UpdateParamsTest, TestSolrIndexConfig, ResponseLogComponentTest, TestDocSet, TestElisionMultitermQuery, TestLuceneMatchVersion, SynonymTokenizerTest, EchoParamsTest, TestDFRSimilarityFactory, TestLMDirichletSimilarityFactory, TestLMJelinekMercerSimilarityFactory, TestBM25SimilarityFactory, TestFastOutputStream, OpenExchangeRatesOrgProviderTest, PreAnalyzedFieldTest, RAMDirectoryFactoryTest, TestLRUCache, UUIDFieldTest, CursorPagingTest, TestCrossCoreJoin, TestDistributedMissingSort, TestSimpleTrackingShardHandler, AssignBackwardCompatibilityTest, CleanupOldIndexTest, CollectionStateFormat2Test, CollectionsAPISolrJTest, ConfigSetsAPITest, ConnectionManagerTest, CreateRoutedAliasTest, DeleteShardTest, DistributedVersionInfoTest, LeaderElectionContextKeyTest, LeaderFailureAfterFreshStartTest, LeaderInitiatedRecoveryOnCommitTest, LeaderInitiatedRecoveryOnShardRestartTest, LegacyCloudClusterPropTest, MigrateRouteKeyTest, NodeMutatorTest, OutOfBoxZkACLAndCredentialsProvidersTest, OverseerCollectionConfigSetProcessorTest, OverseerModifyCollectionTest, RecoveryAfterSoftCommitTest, ReplaceNodeTest, ReplicationFactorTest, RestartWhileUpdatingTest, RollingRestartTest, TestClusterProperties, TestConfigSetsAPIExclusivity, TestConfigSetsAPIZkFailure, TestCryptoKeys, TestDownShardTolerantSearch, TestExclusionRuleCollectionAccess, TestLeaderElectionWithEmptyReplica, TestPrepRecovery, TestRandomRequestDistribution, TestRequestForwarding, TestSSLRandomization, TestSegmentSorting, TestSolrCloudWithDelegationTokens, TestStressLiveNodes, TestTolerantUpdateProcessorRandomCloud, VMParamsZkACLAndCredentialsProvidersTest, AssignTest, TestCollectionAPI, AutoAddReplicasIntegrationTest, TestComputePlanAction, TestDistribStateManager, TestLargeCluster, CdcrReplicationHandlerTest, CdcrRequestHandlerTest, CdcrVersionReplicationTest, HdfsChaosMonkeyNothingIsSafeTest, HdfsChaosMonkeySafeLeaderTest, HdfsRecoveryZkTest, HdfsRestartWhileUpdatingTest, HdfsThreadLeakTest, HdfsTlogReplayBufferedWhileIndexingTest, HdfsUnloadDistributedZkTest, ZkStateReaderTest, ImplicitSnitchTest, RulesTest, TestSolrCoreSnapshots, RequestLoggingTest, TestReplicationHandlerBackup, TestSQLHandlerNonCloud, AutoscalingHistoryHandlerTest]
   [junit4] Completed [651/769 (4!)] on J0 in 38.91s, 1 test, 1 failure <<< FAILURES!

[...truncated 48650 lines...]

[JENKINS] Lucene-Solr-7.x-MacOSX (64bit/jdk-9) - Build # 425 - Still Unstable!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-MacOSX/425/
Java: 64bit/jdk-9 -XX:-UseCompressedOops -XX:+UseSerialGC

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

Error Message:
shard2 is not consistent.  Got 18 from http://127.0.0.1:53179/m_geq/collection1_shard2_replica_n61 (previous client) and got 0 from http://127.0.0.1:53234/m_geq/collection1_shard2_replica_n67

Stack Trace:
java.lang.AssertionError: shard2 is not consistent.  Got 18 from http://127.0.0.1:53179/m_geq/collection1_shard2_replica_n61 (previous client) and got 0 from http://127.0.0.1:53234/m_geq/collection1_shard2_replica_n67
	at __randomizedtesting.SeedInfo.seed([2B1A9632E9FD76F2:A34EA9E847011B0A]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.checkShardConsistency(AbstractFullDistribZkTestBase.java:1330)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.checkShardConsistency(AbstractFullDistribZkTestBase.java:1309)
	at org.apache.solr.cloud.ChaosMonkeySafeLeaderTest.test(ChaosMonkeySafeLeaderTest.java:162)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	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 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.base/java.lang.Thread.run(Thread.java:844)


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

Error Message:
1 thread leaked from SUITE scope at org.apache.solr.cloud.autoscaling.sim.TestPolicyCloud:     1) Thread[id=5163, name=Simulated OverseerAutoScalingTriggerThread, state=WAITING, group=Simulated Overseer autoscaling triggers]         at java.base@9/jdk.internal.misc.Unsafe.park(Native Method)         at java.base@9/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)         at java.base@9/java.util.concurrent.locks.AbstractQueuedSynchronizer.parkAndCheckInterrupt(AbstractQueuedSynchronizer.java:871)         at java.base@9/java.util.concurrent.locks.AbstractQueuedSynchronizer.acquireQueued(AbstractQueuedSynchronizer.java:903)         at java.base@9/java.util.concurrent.locks.AbstractQueuedSynchronizer.acquire(AbstractQueuedSynchronizer.java:1226)         at java.base@9/java.util.concurrent.locks.ReentrantLock.lock(ReentrantLock.java:267)         at app//org.apache.solr.cloud.autoscaling.OverseerTriggerThread.refreshAutoScalingConf(OverseerTriggerThread.java:295)         at app//org.apache.solr.cloud.autoscaling.OverseerTriggerThread.access$000(OverseerTriggerThread.java:56)         at app//org.apache.solr.cloud.autoscaling.OverseerTriggerThread$AutoScalingWatcher.process(OverseerTriggerThread.java:280)         at app//org.apache.solr.cloud.autoscaling.sim.SimDistribStateManager$Node.setData(SimDistribStateManager.java:127)         at app//org.apache.solr.cloud.autoscaling.sim.SimDistribStateManager.setData(SimDistribStateManager.java:502)         at app//org.apache.solr.cloud.autoscaling.OverseerTriggerThread.run(OverseerTriggerThread.java:121)         at java.base@9/java.lang.Thread.run(Thread.java:844)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.cloud.autoscaling.sim.TestPolicyCloud: 
   1) Thread[id=5163, name=Simulated OverseerAutoScalingTriggerThread, state=WAITING, group=Simulated Overseer autoscaling triggers]
        at java.base@9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@9/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
        at java.base@9/java.util.concurrent.locks.AbstractQueuedSynchronizer.parkAndCheckInterrupt(AbstractQueuedSynchronizer.java:871)
        at java.base@9/java.util.concurrent.locks.AbstractQueuedSynchronizer.acquireQueued(AbstractQueuedSynchronizer.java:903)
        at java.base@9/java.util.concurrent.locks.AbstractQueuedSynchronizer.acquire(AbstractQueuedSynchronizer.java:1226)
        at java.base@9/java.util.concurrent.locks.ReentrantLock.lock(ReentrantLock.java:267)
        at app//org.apache.solr.cloud.autoscaling.OverseerTriggerThread.refreshAutoScalingConf(OverseerTriggerThread.java:295)
        at app//org.apache.solr.cloud.autoscaling.OverseerTriggerThread.access$000(OverseerTriggerThread.java:56)
        at app//org.apache.solr.cloud.autoscaling.OverseerTriggerThread$AutoScalingWatcher.process(OverseerTriggerThread.java:280)
        at app//org.apache.solr.cloud.autoscaling.sim.SimDistribStateManager$Node.setData(SimDistribStateManager.java:127)
        at app//org.apache.solr.cloud.autoscaling.sim.SimDistribStateManager.setData(SimDistribStateManager.java:502)
        at app//org.apache.solr.cloud.autoscaling.OverseerTriggerThread.run(OverseerTriggerThread.java:121)
        at java.base@9/java.lang.Thread.run(Thread.java:844)
	at __randomizedtesting.SeedInfo.seed([2B1A9632E9FD76F2]:0)


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

Error Message:
There are still zombie threads that couldn't be terminated:    1) Thread[id=5163, name=Simulated OverseerAutoScalingTriggerThread, state=WAITING, group=Simulated Overseer autoscaling triggers]         at java.base@9/jdk.internal.misc.Unsafe.park(Native Method)         at java.base@9/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)         at java.base@9/java.util.concurrent.locks.AbstractQueuedSynchronizer.parkAndCheckInterrupt(AbstractQueuedSynchronizer.java:871)         at java.base@9/java.util.concurrent.locks.AbstractQueuedSynchronizer.acquireQueued(AbstractQueuedSynchronizer.java:903)         at java.base@9/java.util.concurrent.locks.AbstractQueuedSynchronizer.acquire(AbstractQueuedSynchronizer.java:1226)         at java.base@9/java.util.concurrent.locks.ReentrantLock.lock(ReentrantLock.java:267)         at app//org.apache.solr.cloud.autoscaling.OverseerTriggerThread.refreshAutoScalingConf(OverseerTriggerThread.java:295)         at app//org.apache.solr.cloud.autoscaling.OverseerTriggerThread.access$000(OverseerTriggerThread.java:56)         at app//org.apache.solr.cloud.autoscaling.OverseerTriggerThread$AutoScalingWatcher.process(OverseerTriggerThread.java:280)         at app//org.apache.solr.cloud.autoscaling.sim.SimDistribStateManager$Node.setData(SimDistribStateManager.java:127)         at app//org.apache.solr.cloud.autoscaling.sim.SimDistribStateManager.setData(SimDistribStateManager.java:502)         at app//org.apache.solr.cloud.autoscaling.OverseerTriggerThread.run(OverseerTriggerThread.java:121)         at java.base@9/java.lang.Thread.run(Thread.java:844)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   1) Thread[id=5163, name=Simulated OverseerAutoScalingTriggerThread, state=WAITING, group=Simulated Overseer autoscaling triggers]
        at java.base@9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@9/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
        at java.base@9/java.util.concurrent.locks.AbstractQueuedSynchronizer.parkAndCheckInterrupt(AbstractQueuedSynchronizer.java:871)
        at java.base@9/java.util.concurrent.locks.AbstractQueuedSynchronizer.acquireQueued(AbstractQueuedSynchronizer.java:903)
        at java.base@9/java.util.concurrent.locks.AbstractQueuedSynchronizer.acquire(AbstractQueuedSynchronizer.java:1226)
        at java.base@9/java.util.concurrent.locks.ReentrantLock.lock(ReentrantLock.java:267)
        at app//org.apache.solr.cloud.autoscaling.OverseerTriggerThread.refreshAutoScalingConf(OverseerTriggerThread.java:295)
        at app//org.apache.solr.cloud.autoscaling.OverseerTriggerThread.access$000(OverseerTriggerThread.java:56)
        at app//org.apache.solr.cloud.autoscaling.OverseerTriggerThread$AutoScalingWatcher.process(OverseerTriggerThread.java:280)
        at app//org.apache.solr.cloud.autoscaling.sim.SimDistribStateManager$Node.setData(SimDistribStateManager.java:127)
        at app//org.apache.solr.cloud.autoscaling.sim.SimDistribStateManager.setData(SimDistribStateManager.java:502)
        at app//org.apache.solr.cloud.autoscaling.OverseerTriggerThread.run(OverseerTriggerThread.java:121)
        at java.base@9/java.lang.Thread.run(Thread.java:844)
	at __randomizedtesting.SeedInfo.seed([2B1A9632E9FD76F2]:0)




Build Log:
[...truncated 11687 lines...]
   [junit4] Suite: org.apache.solr.cloud.ChaosMonkeySafeLeaderTest
   [junit4]   2> 13304 INFO  (SUITE-ChaosMonkeySafeLeaderTest-seed#[2B1A9632E9FD76F2]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest_2B1A9632E9FD76F2-001/init-core-data-001
   [junit4]   2> 13305 INFO  (SUITE-ChaosMonkeySafeLeaderTest-seed#[2B1A9632E9FD76F2]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 13306 INFO  (SUITE-ChaosMonkeySafeLeaderTest-seed#[2B1A9632E9FD76F2]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason="", value=0.0/0.0, ssl=0.0/0.0, clientAuth=0.0/0.0) w/ MAC_OS_X supressed clientAuth
   [junit4]   2> 13306 INFO  (SUITE-ChaosMonkeySafeLeaderTest-seed#[2B1A9632E9FD76F2]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /m_geq/
   [junit4]   2> 13313 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 13314 INFO  (Thread-4) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 13314 INFO  (Thread-4) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 13317 ERROR (Thread-4) [    ] 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> 13416 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [    ] o.a.s.c.ZkTestServer start zk server on port:53155
   [junit4]   2> 13448 INFO  (zkConnectionManagerCallback-34-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 13454 INFO  (zkConnectionManagerCallback-36-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 13464 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 13468 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/schema15.xml to /configs/conf1/schema.xml
   [junit4]   2> 13470 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 13472 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 13474 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 13476 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 13478 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 13482 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 13486 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 13488 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 13490 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 13493 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [    ] o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly asked otherwise
   [junit4]   2> 14072 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-22T02:57:37+05:30, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 14093 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 14093 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 14094 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 14103 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@de3d93{/m_geq,null,AVAILABLE}
   [junit4]   2> 14114 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@7282eb79{HTTP/1.1,[http/1.1]}{127.0.0.1:53158}
   [junit4]   2> 14114 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [    ] o.e.j.s.Server Started @15758ms
   [junit4]   2> 14114 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/m_geq, solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest_2B1A9632E9FD76F2-001/tempDir-001/control/data, hostPort=53158, coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest_2B1A9632E9FD76F2-001/control-001/cores}
   [junit4]   2> 14125 ERROR (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 14125 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.3.0
   [junit4]   2> 14125 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 14125 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 14152 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-01-27T23:20:02.016503Z
   [junit4]   2> 14156 INFO  (zkConnectionManagerCallback-38-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 14159 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 14159 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest_2B1A9632E9FD76F2-001/control-001/solr.xml
   [junit4]   2> 14164 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 14164 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 14179 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@7e01fe22, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 14187 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:53155/solr
   [junit4]   2> 14190 INFO  (zkConnectionManagerCallback-42-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 14195 INFO  (zkConnectionManagerCallback-44-thread-1-processing-n:127.0.0.1:53158_m_geq) [n:127.0.0.1:53158_m_geq    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 14351 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [n:127.0.0.1:53158_m_geq    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 14351 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [n:127.0.0.1:53158_m_geq    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:53158_m_geq
   [junit4]   2> 14353 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [n:127.0.0.1:53158_m_geq    ] o.a.s.c.Overseer Overseer (id=99424351105908740-127.0.0.1:53158_m_geq-n_0000000000) starting
   [junit4]   2> 14368 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [n:127.0.0.1:53158_m_geq    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:53158_m_geq
   [junit4]   2> 14371 INFO  (zkCallback-43-thread-1-processing-n:127.0.0.1:53158_m_geq) [n:127.0.0.1:53158_m_geq    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 14619 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [n:127.0.0.1:53158_m_geq    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7e01fe22
   [junit4]   2> 14624 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [n:127.0.0.1:53158_m_geq    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7e01fe22
   [junit4]   2> 14625 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [n:127.0.0.1:53158_m_geq    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7e01fe22
   [junit4]   2> 14647 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [n:127.0.0.1:53158_m_geq    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest_2B1A9632E9FD76F2-001/control-001/cores
   [junit4]   2> 14745 INFO  (zkConnectionManagerCallback-50-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 14748 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 14750 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:53155/solr ready
   [junit4]   2> 14923 INFO  (qtp685399874-98) [n:127.0.0.1:53158_m_geq    ] 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:53158_m_geq&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 14933 INFO  (OverseerThreadFactory-39-thread-1-processing-n:127.0.0.1:53158_m_geq) [n:127.0.0.1:53158_m_geq    ] o.a.s.c.a.c.CreateCollectionCmd Create collection control_collection
   [junit4]   2> 15066 INFO  (qtp685399874-102) [n:127.0.0.1:53158_m_geq    ] 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> 15068 INFO  (qtp685399874-102) [n:127.0.0.1:53158_m_geq    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 15183 INFO  (zkCallback-43-thread-1-processing-n:127.0.0.1:53158_m_geq) [n:127.0.0.1:53158_m_geq    ] 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> 16103 INFO  (qtp685399874-102) [n:127.0.0.1:53158_m_geq c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 16128 INFO  (qtp685399874-102) [n:127.0.0.1:53158_m_geq 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> 16241 INFO  (qtp685399874-102) [n:127.0.0.1:53158_m_geq 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> 16272 INFO  (qtp685399874-102) [n:127.0.0.1:53158_m_geq 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> 16273 INFO  (qtp685399874-102) [n:127.0.0.1:53158_m_geq 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@7e01fe22
   [junit4]   2> 16276 INFO  (qtp685399874-102) [n:127.0.0.1:53158_m_geq c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 16276 INFO  (qtp685399874-102) [n:127.0.0.1:53158_m_geq 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 [/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest_2B1A9632E9FD76F2-001/control-001/cores/control_collection_shard1_replica_n1], dataDir=[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest_2B1A9632E9FD76F2-001/control-001/cores/control_collection_shard1_replica_n1/data/]
   [junit4]   2> 16286 INFO  (qtp685399874-102) [n:127.0.0.1:53158_m_geq 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=41, maxMergeAtOnceExplicit=40, maxMergedSegmentMB=86.9951171875, floorSegmentMB=0.609375, forceMergeDeletesPctAllowed=26.79103143282112, segmentsPerTier=48.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 16305 WARN  (qtp685399874-102) [n:127.0.0.1:53158_m_geq 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> 16393 INFO  (qtp685399874-102) [n:127.0.0.1:53158_m_geq 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> 16393 INFO  (qtp685399874-102) [n:127.0.0.1:53158_m_geq 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> 16395 INFO  (qtp685399874-102) [n:127.0.0.1:53158_m_geq c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: if uncommited for 15000ms; 
   [junit4]   2> 16395 INFO  (qtp685399874-102) [n:127.0.0.1:53158_m_geq c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 16404 INFO  (qtp685399874-102) [n:127.0.0.1:53158_m_geq c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=24, maxMergeAtOnceExplicit=48, maxMergedSegmentMB=95.84765625, floorSegmentMB=1.8388671875, forceMergeDeletesPctAllowed=12.96792605301784, segmentsPerTier=27.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 16427 INFO  (qtp685399874-102) [n:127.0.0.1:53158_m_geq c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@4af79ce6[control_collection_shard1_replica_n1] main]
   [junit4]   2> 16430 INFO  (qtp685399874-102) [n:127.0.0.1:53158_m_geq c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 16430 INFO  (qtp685399874-102) [n:127.0.0.1:53158_m_geq 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> 16432 INFO  (qtp685399874-102) [n:127.0.0.1:53158_m_geq c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 16437 INFO  (searcherExecutor-42-thread-1-processing-n:127.0.0.1:53158_m_geq x:control_collection_shard1_replica_n1 s:shard1 c:control_collection) [n:127.0.0.1:53158_m_geq 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@4af79ce6[control_collection_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 16437 INFO  (qtp685399874-102) [n:127.0.0.1:53158_m_geq 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 1590789620967145472
   [junit4]   2> 16453 INFO  (qtp685399874-102) [n:127.0.0.1:53158_m_geq c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 16453 INFO  (qtp685399874-102) [n:127.0.0.1:53158_m_geq 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> 16453 INFO  (qtp685399874-102) [n:127.0.0.1:53158_m_geq c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:53158/m_geq/control_collection_shard1_replica_n1/
   [junit4]   2> 16455 INFO  (qtp685399874-102) [n:127.0.0.1:53158_m_geq 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> 16455 INFO  (qtp685399874-102) [n:127.0.0.1:53158_m_geq c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SyncStrategy http://127.0.0.1:53158/m_geq/control_collection_shard1_replica_n1/ has no replicas
   [junit4]   2> 16455 INFO  (qtp685399874-102) [n:127.0.0.1:53158_m_geq 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> 16466 INFO  (qtp685399874-102) [n:127.0.0.1:53158_m_geq 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:53158/m_geq/control_collection_shard1_replica_n1/ shard1
   [junit4]   2> 16574 INFO  (zkCallback-43-thread-2-processing-n:127.0.0.1:53158_m_geq) [n:127.0.0.1:53158_m_geq    ] 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> 16583 INFO  (qtp685399874-102) [n:127.0.0.1:53158_m_geq 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> 16587 INFO  (qtp685399874-102) [n:127.0.0.1:53158_m_geq 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=1523
   [junit4]   2> 16625 INFO  (qtp685399874-98) [n:127.0.0.1:53158_m_geq    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 16698 INFO  (zkCallback-43-thread-1-processing-n:127.0.0.1:53158_m_geq) [n:127.0.0.1:53158_m_geq    ] 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> 16937 INFO  (OverseerCollectionConfigSetProcessor-99424351105908740-127.0.0.1:53158_m_geq-n_0000000000) [n:127.0.0.1:53158_m_geq    ] 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> 17630 INFO  (qtp685399874-98) [n:127.0.0.1:53158_m_geq    ] 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:53158_m_geq&wt=javabin&version=2} status=0 QTime=2708
   [junit4]   2> 17640 INFO  (zkConnectionManagerCallback-54-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 17642 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 17645 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:53155/solr ready
   [junit4]   2> 17646 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [    ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 17648 INFO  (qtp685399874-102) [n:127.0.0.1:53158_m_geq    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=1&collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=3&createNodeSet=&stateFormat=2&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 17653 INFO  (OverseerThreadFactory-39-thread-2-processing-n:127.0.0.1:53158_m_geq) [n:127.0.0.1:53158_m_geq    ] o.a.s.c.a.c.CreateCollectionCmd Create collection collection1
   [junit4]   2> 17655 WARN  (OverseerThreadFactory-39-thread-2-processing-n:127.0.0.1:53158_m_geq) [n:127.0.0.1:53158_m_geq    ] o.a.s.c.a.c.CreateCollectionCmd It is unusual to create a collection (collection1) without cores.
   [junit4]   2> 17875 INFO  (qtp685399874-102) [n:127.0.0.1:53158_m_geq    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 17876 INFO  (qtp685399874-102) [n:127.0.0.1:53158_m_geq    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=1&collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=3&createNodeSet=&stateFormat=2&wt=javabin&version=2} status=0 QTime=227
   [junit4]   2> 18097 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest_2B1A9632E9FD76F2-001/shard-1-001 of type NRT
   [junit4]   2> 18097 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-22T02:57:37+05:30, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 18098 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 18098 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 18098 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [    ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 18099 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@281945aa{/m_geq,null,AVAILABLE}
   [junit4]   2> 18099 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@1f53c494{HTTP/1.1,[http/1.1]}{127.0.0.1:53179}
   [junit4]   2> 18099 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [    ] o.e.j.s.Server Started @19744ms
   [junit4]   2> 18099 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/m_geq, solrconfig=solrconfig.xml, solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest_2B1A9632E9FD76F2-001/tempDir-001/jetty1, hostPort=53179, coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest_2B1A9632E9FD76F2-001/shard-1-001/cores}
   [junit4]   2> 18100 ERROR (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 18100 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.3.0
   [junit4]   2> 18100 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 18100 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 18100 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-01-27T23:20:05.985762Z
   [junit4]   2> 18103 INFO  (zkConnectionManagerCallback-56-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 18105 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 18105 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest_2B1A9632E9FD76F2-001/shard-1-001/solr.xml
   [junit4]   2> 18109 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 18109 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 18111 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@7e01fe22, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 18114 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:53155/solr
   [junit4]   2> 18116 INFO  (zkConnectionManagerCallback-60-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 18121 INFO  (zkConnectionManagerCallback-62-thread-1-processing-n:127.0.0.1:53179_m_geq) [n:127.0.0.1:53179_m_geq    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 18132 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [n:127.0.0.1:53179_m_geq    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 18137 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [n:127.0.0.1:53179_m_geq    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 18141 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [n:127.0.0.1:53179_m_geq    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:53179_m_geq
   [junit4]   2> 18143 INFO  (zkCallback-43-thread-1-processing-n:127.0.0.1:53158_m_geq) [n:127.0.0.1:53158_m_geq    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 18144 INFO  (zkCallback-61-thread-1-processing-n:127.0.0.1:53179_m_geq) [n:127.0.0.1:53179_m_geq    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 18144 INFO  (zkCallback-53-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 18223 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [n:127.0.0.1:53179_m_geq    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7e01fe22
   [junit4]   2> 18241 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [n:127.0.0.1:53179_m_geq    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7e01fe22
   [junit4]   2> 18241 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [n:127.0.0.1:53179_m_geq    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7e01fe22
   [junit4]   2> 18243 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [n:127.0.0.1:53179_m_geq    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest_2B1A9632E9FD76F2-001/shard-1-001/cores
   [junit4]   2> 18288 INFO  (qtp685399874-100) [n:127.0.0.1:53158_m_geq    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:53179_m_geq&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 18292 INFO  (OverseerCollectionConfigSetProcessor-99424351105908740-127.0.0.1:53158_m_geq-n_0000000000) [n:127.0.0.1:53158_m_geq    ] 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> 18295 INFO  (OverseerThreadFactory-39-thread-3-processing-n:127.0.0.1:53158_m_geq) [n:127.0.0.1:53158_m_geq    ] o.a.s.c.a.c.AddReplicaCmd Node Identified 127.0.0.1:53179_m_geq for creating new replica
   [junit4]   2> 18302 INFO  (qtp1787802091-146) [n:127.0.0.1:53179_m_geq    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_n61&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 18303 INFO  (qtp1787802091-146) [n:127.0.0.1:53179_m_geq    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 18421 INFO  (zkCallback-61-thread-1-processing-n:127.0.0.1:53179_m_geq) [n:127.0.0.1:53179_m_geq    ] 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> 19351 INFO  (qtp1787802091-146) [n:127.0.0.1:53179_m_geq c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 19384 INFO  (qtp1787802091-146) [n:127.0.0.1:53179_m_geq c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.s.IndexSchema [collection1_shard2_replica_n61] Schema name=test
   [junit4]   2> 19472 INFO  (qtp1787802091-146) [n:127.0.0.1:53179_m_geq c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 19527 INFO  (qtp1787802091-146) [n:127.0.0.1:53179_m_geq c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard2_replica_n61' using configuration from collection collection1, trusted=true
   [junit4]   2> 19528 INFO  (qtp1787802091-146) [n:127.0.0.1:53179_m_geq c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1.shard2.replica_n61' (registry 'solr.core.collection1.shard2.replica_n61') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7e01fe22
   [junit4]   2> 19528 INFO  (qtp1787802091-146) [n:127.0.0.1:53179_m_geq c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 19528 INFO  (qtp1787802091-146) [n:127.0.0.1:53179_m_geq c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.c.SolrCore [[collection1_shard2_replica_n61] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest_2B1A9632E9FD76F2-001/shard-1-001/cores/collection1_shard2_replica_n61], dataDir=[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest_2B1A9632E9FD76F2-001/shard-1-001/cores/collection1_shard2_replica_n61/data/]
   [junit4]   2> 19532 INFO  (qtp1787802091-146) [n:127.0.0.1:53179_m_geq c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=41, maxMergeAtOnceExplicit=40, maxMergedSegmentMB=86.9951171875, floorSegmentMB=0.609375, forceMergeDeletesPctAllowed=26.79103143282112, segmentsPerTier=48.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 19544 WARN  (qtp1787802091-146) [n:127.0.0.1:53179_m_geq c:collection1 s:shard2  x:collection1_shard2_replica_n61] 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> 19599 INFO  (qtp1787802091-146) [n:127.0.0.1:53179_m_geq c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 19599 INFO  (qtp1787802091-146) [n:127.0.0.1:53179_m_geq c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 19600 INFO  (qtp1787802091-146) [n:127.0.0.1:53179_m_geq c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.u.CommitTracker Hard AutoCommit: if uncommited for 15000ms; 
   [junit4]   2> 19600 INFO  (qtp1787802091-146) [n:127.0.0.1:53179_m_geq c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 19602 INFO  (qtp1787802091-146) [n:127.0.0.1:53179_m_geq c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=24, maxMergeAtOnceExplicit=48, maxMergedSegmentMB=95.84765625, floorSegmentMB=1.8388671875, forceMergeDeletesPctAllowed=12.96792605301784, segmentsPerTier=27.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 19603 INFO  (qtp1787802091-146) [n:127.0.0.1:53179_m_geq c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.s.SolrIndexSearcher Opening [Searcher@16b9296a[collection1_shard2_replica_n61] main]
   [junit4]   2> 19604 INFO  (qtp1787802091-146) [n:127.0.0.1:53179_m_geq c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 19605 INFO  (qtp1787802091-146) [n:127.0.0.1:53179_m_geq c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 19606 INFO  (qtp1787802091-146) [n:127.0.0.1:53179_m_geq c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 19606 INFO  (qtp1787802091-146) [n:127.0.0.1:53179_m_geq c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1590789624290082816
   [junit4]   2> 19609 INFO  (searcherExecutor-53-thread-1-processing-n:127.0.0.1:53179_m_geq x:collection1_shard2_replica_n61 s:shard2 c:collection1) [n:127.0.0.1:53179_m_geq c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.c.SolrCore [collection1_shard2_replica_n61] Registered new searcher Searcher@16b9296a[collection1_shard2_replica_n61] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 19613 INFO  (qtp1787802091-146) [n:127.0.0.1:53179_m_geq c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 19614 INFO  (qtp1787802091-146) [n:127.0.0.1:53179_m_geq c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 19614 INFO  (qtp1787802091-146) [n:127.0.0.1:53179_m_geq c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:53179/m_geq/collection1_shard2_replica_n61/
   [junit4]   2> 19614 INFO  (qtp1787802091-146) [n:127.0.0.1:53179_m_geq c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 19614 INFO  (qtp1787802091-146) [n:127.0.0.1:53179_m_geq c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.c.SyncStrategy http://127.0.0.1:53179/m_geq/collection1_shard2_replica_n61/ has no replicas
   [junit4]   2> 19614 INFO  (qtp1787802091-146) [n:127.0.0.1:53179_m_geq c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 19620 INFO  (qtp1787802091-146) [n:127.0.0.1:53179_m_geq c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:53179/m_geq/collection1_shard2_replica_n61/ shard2
   [junit4]   2> 19731 INFO  (zkCallback-61-thread-1-processing-n:127.0.0.1:53179_m_geq) [n:127.0.0.1:53179_m_geq    ] 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> 19790 INFO  (qtp1787802091-146) [n:127.0.0.1:53179_m_geq c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 19794 INFO  (qtp1787802091-146) [n:127.0.0.1:53179_m_geq c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_n61&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1492
   [junit4]   2> 19802 INFO  (qtp685399874-100) [n:127.0.0.1:53158_m_geq    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={node=127.0.0.1:53179_m_geq&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2} status=0 QTime=1514
   [junit4]   2> 19898 INFO  (zkCallback-61-thread-1-processing-n:127.0.0.1:53179_m_geq) [n:127.0.0.1:53179_m_geq    ] 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> 20033 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest_2B1A9632E9FD76F2-001/shard-2-001 of type NRT
   [junit4]   2> 20034 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-22T02:57:37+05:30, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 20035 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 20035 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 20035 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 20036 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@41cc3333{/m_geq,null,AVAILABLE}
   [junit4]   2> 20036 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@3856cdcc{HTTP/1.1,[http/1.1]}{127.0.0.1:53184}
   [junit4]   2> 20036 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [    ] o.e.j.s.Server Started @21681ms
   [junit4]   2> 20036 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/m_geq, solrconfig=solrconfig.xml, solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest_2B1A9632E9FD76F2-001/tempDir-001/jetty2, hostPort=53184, coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest_2B1A9632E9FD76F2-001/shard-2-001/cores, replicaType=NRT}
   [junit4]   2> 20037 ERROR (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 20037 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.3.0
   [junit4]   2> 20038 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 20038 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 20038 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-01-27T23:20:07.923093Z
   [junit4]   2> 20040 INFO  (zkConnectionManagerCallback-66-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 20042 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 20042 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest_2B1A9632E9FD76F2-001/shard-2-001/solr.xml
   [junit4]   2> 20046 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 20046 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 20049 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@7e01fe22, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 20052 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:53155/solr
   [junit4]   2> 20054 INFO  (zkConnectionManagerCallback-70-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 20059 INFO  (zkConnectionManagerCallback-72-thread-1-processing-n:127.0.0.1:53184_m_geq) [n:127.0.0.1:53184_m_geq    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 20070 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [n:127.0.0.1:53184_m_geq    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 20074 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [n:127.0.0.1:53184_m_geq    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 20078 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [n:127.0.0.1:53184_m_geq    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:53184_m_geq
   [junit4]   2> 20080 INFO  (zkCallback-61-thread-1-processing-n:127.0.0.1:53179_m_geq) [n:127.0.0.1:53179_m_geq    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 20080 INFO  (zkCallback-43-thread-1-processing-n:127.0.0.1:53158_m_geq) [n:127.0.0.1:53158_m_geq    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 20080 INFO  (zkCallback-53-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 20080 INFO  (zkCallback-71-thread-1-processing-n:127.0.0.1:53184_m_geq) [n:127.0.0.1:53184_m_geq    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 20194 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [n:127.0.0.1:53184_m_geq    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7e01fe22
   [junit4]   2> 20208 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [n:127.0.0.1:53184_m_geq    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7e01fe22
   [junit4]   2> 20208 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [n:127.0.0.1:53184_m_geq    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7e01fe22
   [junit4]   2> 20210 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [n:127.0.0.1:53184_m_geq    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest_2B1A9632E9FD76F2-001/shard-2-001/cores
   [junit4]   2> 20261 INFO  (qtp685399874-102) [n:127.0.0.1:53158_m_geq    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:53184_m_geq&action=ADDREPLICA&collection=collection1&shard=shard3&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 20264 INFO  (OverseerCollectionConfigSetProcessor-99424351105908740-127.0.0.1:53158_m_geq-n_0000000000) [n:127.0.0.1:53158_m_geq    ] 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> 20266 INFO  (OverseerThreadFactory-39-thread-4-processing-n:127.0.0.1:53158_m_geq) [n:127.0.0.1:53158_m_geq    ] o.a.s.c.a.c.AddReplicaCmd Node Identified 127.0.0.1:53184_m_geq for creating new replica
   [junit4]   2> 20272 INFO  (qtp141929741-178) [n:127.0.0.1:53184_m_geq    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&name=collection1_shard3_replica_n63&action=CREATE&collection=collection1&shard=shard3&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 20273 INFO  (qtp141929741-178) [n:127.0.0.1:53184_m_geq    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 20381 INFO  (zkCallback-71-thread-1-processing-n:127.0.0.1:53184_m_geq) [n:127.0.0.1:53184_m_geq    ] 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> 20381 INFO  (zkCallback-61-thread-1-processing-n:127.0.0.1:53179_m_geq) [n:127.0.0.1:53179_m_geq    ] 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> 21299 INFO  (qtp141929741-178) [n:127.0.0.1:53184_m_geq c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 21319 INFO  (qtp141929741-178) [n:127.0.0.1:53184_m_geq c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.s.IndexSchema [collection1_shard3_replica_n63] Schema name=test
   [junit4]   2> 21487 INFO  (qtp141929741-178) [n:127.0.0.1:53184_m_geq c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 21514 INFO  (qtp141929741-178) [n:127.0.0.1:53184_m_geq c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard3_replica_n63' using configuration from collection collection1, trusted=true
   [junit4]   2> 21515 INFO  (qtp141929741-178) [n:127.0.0.1:53184_m_geq c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1.shard3.replica_n63' (registry 'solr.core.collection1.shard3.replica_n63') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7e01fe22
   [junit4]   2> 21515 INFO  (qtp141929741-178) [n:127.0.0.1:53184_m_geq c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 21515 INFO  (qtp141929741-178) [n:127.0.0.1:53184_m_geq c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.c.SolrCore [[collection1_shard3_replica_n63] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest_2B1A9632E9FD76F2-001/shard-2-001/cores/collection1_shard3_replica_n63], dataDir=[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest_2B1A9632E9FD76F2-001/shard-2-001/cores/collection1_shard3_replica_n63/data/]
   [junit4]   2> 21519 INFO  (qtp141929741-178) [n:127.0.0.1:53184_m_geq c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=41, maxMergeAtOnceExplicit=40, maxMergedSegmentMB=86.9951171875, floorSegmentMB=0.609375, forceMergeDeletesPctAllowed=26.79103143282112, segmentsPerTier=48.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 21529 WARN  (qtp141929741-178) [n:127.0.0.1:53184_m_geq c:collection1 s:shard3  x:collection1_shard3_replica_n63] 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> 21588 INFO  (qtp141929741-178) [n:127.0.0.1:53184_m_geq c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 21588 INFO  (qtp141929741-178) [n:127.0.0.1:53184_m_geq c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 21590 INFO  (qtp141929741-178) [n:127.0.0.1:53184_m_geq c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.u.CommitTracker Hard AutoCommit: if uncommited for 15000ms; 
   [junit4]   2> 21590 INFO  (qtp141929741-178) [n:127.0.0.1:53184_m_geq c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 21592 INFO  (qtp141929741-178) [n:127.0.0.1:53184_m_geq c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=24, maxMergeAtOnceExplicit=48, maxMergedSegmentMB=95.84765625, floorSegmentMB=1.8388671875, forceMergeDeletesPctAllowed=12.96792605301784, segmentsPerTier=27.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 21613 INFO  (qtp141929741-178) [n:127.0.0.1:53184_m_geq c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.s.SolrIndexSearcher Opening [Searcher@47e7ff78[collection1_shard3_replica_n63] main]
   [junit4]   2> 21614 INFO  (qtp141929741-178) [n:127.0.0.1:53184_m_geq c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 21615 INFO  (qtp141929741-178) [n:127.0.0.1:53184_m_geq c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 21616 INFO  (qtp141929741-178) [n:127.0.0.1:53184_m_geq c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 21616 INFO  (qtp141929741-178) [n:127.0.0.1:53184_m_geq c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1590789626397720576
   [junit4]   2> 21618 INFO  (searcherExecutor-64-thread-1-processing-n:127.0.0.1:53184_m_geq x:collection1_shard3_replica_n63 s:shard3 c:collection1) [n:127.0.0.1:53184_m_geq c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.c.SolrCore [collection1_shard3_replica_n63] Registered new searcher Searcher@47e7ff78[collection1_shard3_replica_n63] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 21623 INFO  (qtp141929741-178) [n:127.0.0.1:53184_m_geq c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 21623 INFO  (qtp141929741-178) [n:127.0.0.1:53184_m_geq c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 21623 INFO  (qtp141929741-178) [n:127.0.0.1:53184_m_geq c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:53184/m_geq/collection1_shard3_replica_n63/
   [junit4]   2> 21623 INFO  (qtp141929741-178) [n:127.0.0.1:53184_m_geq c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 21623 INFO  (qtp141929741-178) [n:127.0.0.1:53184_m_geq c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.c.SyncStrategy http://127.0.0.1:53184/m_geq/collection1_shard3_replica_n63/ has no replicas
   [junit4]   2> 21623 INFO  (qtp141929741-178) [n:127.0.0.1:53184_m_geq c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 21628 INFO  (qtp141929741-178) [n:127.0.0.1:53184_m_geq c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:53184/m_geq/collection1_shard3_replica_n63/ shard3
   [junit4]   2> 21731 INFO  (zkCallback-71-thread-1-processing-n:127.0.0.1:53184_m_geq) [n:127.0.0.1:53184_m_geq    ] 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> 21731 INFO  (zkCallback-61-thread-1-processing-n:127.0.0.1:53179_m_geq) [n:127.0.0.1:53179_m_geq    ] 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> 21738 INFO  (qtp141929741-178) [n:127.0.0.1:53184_m_geq c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 21742 INFO  (qtp141929741-178) [n:127.0.0.1:53184_m_geq c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard3_replica_n63&action=CREATE&collection=collection1&shard=shard3&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1470
   [junit4]   2> 21746 INFO  (qtp685399874-102) [n:127.0.0.1:53158_m_geq    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={node=127.0.0.1:53184_m_geq&action=ADDREPLICA&collection=collection1&shard=shard3&type=NRT&wt=javabin&version=2} status=0 QTime=1485
   [junit4]   2> 21847 INFO  (zkCallback-61-thread-1-processing-n:127.0.0.1:53179_m_geq) [n:127.0.0.1:53179_m_geq    ] 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> 21847 INFO  (zkCallback-71-thread-1-processing-n:127.0.0.1:53184_m_geq) [n:127.0.0.1:53184_m_geq    ] 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> 21985 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest_2B1A9632E9FD76F2-001/shard-3-001 of type NRT
   [junit4]   2> 21986 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-22T02:57:37+05:30, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 21987 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 21987 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 21987 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 21988 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@3da905e0{/m_geq,null,AVAILABLE}
   [junit4]   2> 21988 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@708c36f3{HTTP/1.1,[http/1.1]}{127.0.0.1:53190}
   [junit4]   2> 21988 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [    ] o.e.j.s.Server Started @23632ms
   [junit4]   2> 21988 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/m_geq, solrconfig=solrconfig.xml, solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest_2B1A9632E9FD76F2-001/tempDir-001/jetty3, hostPort=53190, coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest_2B1A9632E9FD76F2-001/shard-3-001/cores}
   [junit4]   2> 21988 ERROR (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 21989 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.3.0
   [junit4]   2> 21989 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 21989 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 21989 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-01-27T23:20:09.874302Z
   [junit4]   2> 21991 INFO  (zkConnectionManagerCallback-76-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 21994 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 21994 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest_2B1A9632E9FD76F2-001/shard-3-001/solr.xml
   [junit4]   2> 21998 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 21998 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 22000 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@7e01fe22, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 22003 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:53155/solr
   [junit4]   2> 22005 INFO  (zkConnectionManagerCallback-80-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 22009 INFO  (zkConnectionManagerCallback-82-thread-1-processing-n:127.0.0.1:53190_m_geq) [n:127.0.0.1:53190_m_geq    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 22021 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [n:127.0.0.1:53190_m_geq    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 22026 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [n:127.0.0.1:53190_m_geq    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 22030 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [n:127.0.0.1:53190_m_geq    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:53190_m_geq
   [junit4]   2> 22036 INFO  (zkCallback-53-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 22036 INFO  (zkCallback-43-thread-1-processing-n:127.0.0.1:53158_m_geq) [n:127.0.0.1:53158_m_geq    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 22036 INFO  (zkCallback-71-thread-1-processing-n:127.0.0.1:53184_m_geq) [n:127.0.0.1:53184_m_geq    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 22036 INFO  (zkCallback-61-thread-1-processing-n:127.0.0.1:53179_m_geq) [n:127.0.0.1:53179_m_geq    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 22037 INFO  (zkCallback-81-thread-1-processing-n:127.0.0.1:53190_m_geq) [n:127.0.0.1:53190_m_geq    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 22169 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [n:127.0.0.1:53190_m_geq    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7e01fe22
   [junit4]   2> 22267 INFO  (OverseerCollectionConfigSetProcessor-99424351105908740-127.0.0.1:53158_m_geq-n_0000000000) [n:127.0.0.1:53158_m_geq    ] 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> 22412 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [n:127.0.0.1:53190_m_geq    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7e01fe22
   [junit4]   2> 22412 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [n:127.0.0.1:53190_m_geq    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7e01fe22
   [junit4]   2> 22414 INFO  (TEST-ChaosMonkeySafeLeaderTest.test-seed#[2B1A9632E9FD76F2]) [n:127.0.0.1:53190_m_geq    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest_2B1A9632E9FD76F2-001/shard-3-001/cores
   [junit4]   2> 22566 INFO  (qtp685399874-100) [n:127.0.0.1:53158_m_geq    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:53190_m_geq&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 22571 INFO  (OverseerThreadFactory-39-thread-5-processing-n:127.0.0.1:53158_m_geq) [n:127.0.0.1:53158_m_geq    ] o.a.s.c.a.c.AddReplicaCmd Node Identified 127.0.0.1:53190_m_geq for creating new replica
   [junit4]   2> 22578 INFO  (qtp14001127-209) [n:127.0.0.1:53190_m_geq    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n65&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 22578 INFO  (qtp14001127-209) [n:127.0.0.1:53190_m_geq    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 22693 INFO  (zkCallback-61-thread-1-processing-n:127.0.0.1:53179_m_geq) [n:127.0.0.1:53179_m_geq    ] 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: [4])
   [junit4]   2> 22693 INFO  (zkCallback-81-thread-1-processing-n:127.0.0.1:53190_m_geq) [n:127.0.0.1:53190_m_geq    ] 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: [4])
   [junit4]   2> 22693 INFO  (zkCallback-71-thread-1-processing-n:127.0.0.1:53184_m_geq) [n:127.0.0.1:53184_m_geq    ] 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: [4])
   [junit4]   2> 23598 INFO  (qtp14001127-209) [n:127.0.0.1:53190_m_geq c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 23615 INFO  (qtp14001127-209) [n:127.0.0.1:53190_m_geq c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.s.IndexSchema [collection1_shard1_replica_n65] Schema name=test
   [junit4]   2> 23712 INFO  (qtp14001127-209) [n:127.0.0.1:53190_m_geq c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 23735 INFO  (qtp14001127-209) [n:127.0.0.1:53190_m_geq c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard1_replica_n65' using configuration from collection collection1, trusted=true
   [junit4]   2> 23736 INFO  (qtp14001127-209) [n:127.0.0.1:53190_m_geq c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1.shard1.replica_n65' (registry 'solr.core.collection1.shard1.replica_n65') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7e01fe22
   [junit4]   2> 23736 INFO  (qtp14001127-209) [n:127.0.0.1:53190_m_geq c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 23736 INFO  (qtp14001127-209) [n:127.0.0.1:53190_m_geq c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.c.SolrCore [[collection1_shard1_replica_n65] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest_2B1A9632E9FD76F2-001/shard-3-001/cores/collection1_shard1_replica_n65], dataDir=[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest_2B1A9632E9FD76F2-001/shard-3-001/cores/collection1_shard1_replica_n65/data/]
   [junit4]   2> 23740 INFO  (qtp14001127-209) [n:127.0.0.1:53190_m_geq c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=41, maxMergeAtOnceExplicit=40, maxMergedSegmentMB=86.9951171875, floorSegmentMB=0.609375, forceMergeDeletesPctAllowed=26.79103143282112, segmentsPerTier=48.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 23770 WARN  (qtp14001127-209) [n:127.0.0.1:53190_m_geq c:collection1 s:shard1  x:collection1_shard1_replica_n65] 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> 23825 INFO  (qtp14001127-209) [n:127.0.0.1:53190_m_geq c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 23825 INFO  (qtp14001127-209) [n:127.0.0.1:53190_m_geq c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 23832 INFO  (qtp14001127-209) [n:127.0.0.1:53190_m_geq c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.u.CommitTracker Hard AutoCommit: if uncommited for 15000ms; 
   [junit4]   2> 23832 INFO  (qtp14001127-209) [n:127.0.0.1:53190_m_geq c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 23834 INFO  (qtp14001127-209) [n:127.0.0.1:53190_m_geq c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=24, maxMergeAtOnceExplicit=48, maxMergedSegmentMB=95.84765625, floorSegmentMB=1.8388671875, forceMergeDeletesPctAllowed=12.96792605301784, segmentsPerTier=27.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 23845 INFO  (qtp14001127-209) [n:127.0.0.1:53190_m_geq c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.s.SolrIndexSearcher Opening [Searcher@5da568ef[collection1_shard1_replica_n65] main]
   [junit4]   2> 23847 INFO  (qtp14001127-209) [n:127.0.0.1:53190_m_geq c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 23847 INFO  (qtp14001127-209) [n:127.0.0.1:53190_m_geq c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 23848 INFO  (qtp14001127-209) [n:127.0.0.1:53190_m_geq c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 23848 INFO  (qtp14001127-209) [n:127.0.0.1:53190_m_geq c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1590789628738142208
   [junit4]   2> 23850 INFO  (searcherExecutor-75-thread-1-processing-n:127.0.0.1:53190_m_geq x:collection1_shard1_replica_n65 s:shard1 c:collection1) [n:127.0.0.1:53190_m_geq c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.c.SolrCore [collection1_shard1_replica_n65] Registered new searcher Searcher@5da568ef[collection1_shard1_replica_n65] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 23854 INFO  (qtp14001127-209) [n:127.0.0.1:53190_m_geq c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 23854 INFO  (qtp14001127-209) [n:127.0.0.1:53190_m_geq c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 23854 INFO  (qtp14001127-209) [n:127.0.0.1:53190_m_geq c:collection1 s:shard1  x:collection1_shard1_replica_n65] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:53190/m_geq/collection1_shard1_replica_n65/
   [junit4]   2> 23854 INFO  (qtp14001127-209) [n:

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

zer.acquireQueued(AbstractQueuedSynchronizer.java:903)
   [junit4]   2>         at java.base@9/java.util.concurrent.locks.AbstractQueuedSynchronizer.acquire(AbstractQueuedSynchronizer.java:1226)
   [junit4]   2>         at java.base@9/java.util.concurrent.locks.ReentrantLock.lock(ReentrantLock.java:267)
   [junit4]   2>         at app//org.apache.solr.cloud.autoscaling.OverseerTriggerThread.refreshAutoScalingConf(OverseerTriggerThread.java:295)
   [junit4]   2>         at app//org.apache.solr.cloud.autoscaling.OverseerTriggerThread.access$000(OverseerTriggerThread.java:56)
   [junit4]   2>         at app//org.apache.solr.cloud.autoscaling.OverseerTriggerThread$AutoScalingWatcher.process(OverseerTriggerThread.java:280)
   [junit4]   2>         at app//org.apache.solr.cloud.autoscaling.sim.SimDistribStateManager$Node.setData(SimDistribStateManager.java:127)
   [junit4]   2>         at app//org.apache.solr.cloud.autoscaling.sim.SimDistribStateManager.setData(SimDistribStateManager.java:502)
   [junit4]   2>         at app//org.apache.solr.cloud.autoscaling.OverseerTriggerThread.run(OverseerTriggerThread.java:121)
   [junit4]   2>         at java.base@9/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> Jan 27, 2018 11:28:33 PM com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: Starting to interrupt leaked threads:
   [junit4]   2>    1) Thread[id=5163, name=Simulated OverseerAutoScalingTriggerThread, state=WAITING, group=Simulated Overseer autoscaling triggers]
   [junit4]   2> Jan 27, 2018 11:28:36 PM com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> SEVERE: There are still zombie threads that couldn't be terminated:
   [junit4]   2>    1) Thread[id=5163, name=Simulated OverseerAutoScalingTriggerThread, state=WAITING, group=Simulated Overseer autoscaling triggers]
   [junit4]   2>         at java.base@9/jdk.internal.misc.Unsafe.park(Native Method)
   [junit4]   2>         at java.base@9/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
   [junit4]   2>         at java.base@9/java.util.concurrent.locks.AbstractQueuedSynchronizer.parkAndCheckInterrupt(AbstractQueuedSynchronizer.java:871)
   [junit4]   2>         at java.base@9/java.util.concurrent.locks.AbstractQueuedSynchronizer.acquireQueued(AbstractQueuedSynchronizer.java:903)
   [junit4]   2>         at java.base@9/java.util.concurrent.locks.AbstractQueuedSynchronizer.acquire(AbstractQueuedSynchronizer.java:1226)
   [junit4]   2>         at java.base@9/java.util.concurrent.locks.ReentrantLock.lock(ReentrantLock.java:267)
   [junit4]   2>         at app//org.apache.solr.cloud.autoscaling.OverseerTriggerThread.refreshAutoScalingConf(OverseerTriggerThread.java:295)
   [junit4]   2>         at app//org.apache.solr.cloud.autoscaling.OverseerTriggerThread.access$000(OverseerTriggerThread.java:56)
   [junit4]   2>         at app//org.apache.solr.cloud.autoscaling.OverseerTriggerThread$AutoScalingWatcher.process(OverseerTriggerThread.java:280)
   [junit4]   2>         at app//org.apache.solr.cloud.autoscaling.sim.SimDistribStateManager$Node.setData(SimDistribStateManager.java:127)
   [junit4]   2>         at app//org.apache.solr.cloud.autoscaling.sim.SimDistribStateManager.setData(SimDistribStateManager.java:502)
   [junit4]   2>         at app//org.apache.solr.cloud.autoscaling.OverseerTriggerThread.run(OverseerTriggerThread.java:121)
   [junit4]   2>         at java.base@9/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {}, docValues:{}, maxPointsInLeafNode=837, maxMBSortInHeap=7.309585804366783, sim=RandomSimilarity(queryNorm=true): {}, locale=fr-GQ, timezone=MST7MDT
   [junit4]   2> NOTE: Mac OS X 10.11.6 x86_64/Oracle Corporation 9 (64-bit)/cpus=3,threads=2,free=99121504,total=512393216
   [junit4]   2> NOTE: All tests run in this JVM: [TestCharFilters, CdcrReplicationDistributedZkTest, TestTolerantUpdateProcessorRandomCloud, SolrIndexConfigTest, TestFastOutputStream, DeleteNodeTest, TestCloudSearcherWarming, CreateCollectionCleanupTest, SignatureUpdateProcessorFactoryTest, JSONWriterTest, TestRemoteStreaming, LeaderFailureAfterFreshStartTest, TestBM25SimilarityFactory, DistributedFacetPivotSmallAdvancedTest, TestClusterStateMutator, ShardRoutingCustomTest, TestIntervalFaceting, CollectionsAPISolrJTest, TestTlogReplica, LeaderElectionIntegrationTest, TestPayloadCheckQParserPlugin, TestHashQParserPlugin, TestNumericTokenStream, SolrSlf4jReporterTest, InfoHandlerTest, TestLegacyTerms, UniqFieldsUpdateProcessorFactoryTest, TestSolrCloudWithDelegationTokens, TestQueryWrapperFilter, TestNumericTerms32, SolrIndexSplitterTest, TestHdfsCloudBackupRestore, TestPseudoReturnFields, OpenExchangeRatesOrgProviderTest, TestPartialUpdateDeduplication, TestFileDictionaryLookup, TestBinaryField, RuleEngineTest, TestDynamicFieldCollectionResource, SolrTestCaseJ4Test, TestFiltering, PreAnalyzedUpdateProcessorTest, TestJmxIntegration, UnloadDistributedZkTest, ReplicationFactorTest, TestTriggerIntegration, VMParamsZkACLAndCredentialsProvidersTest, PropertiesRequestHandlerTest, RAMDirectoryFactoryTest, TestNoOpRegenerator, DeleteInactiveReplicaTest, ClassificationUpdateProcessorIntegrationTest, TestFilteredDocIdSet, TestBlobHandler, TestLegacyNumericRangeQueryBuilder, FacetPivotSmallTest, TestCloudNestedDocsSort, TestSchemaSimilarityResource, TestDFISimilarityFactory, SpatialRPTFieldTypeTest, TestManagedSchema, TlogReplayBufferedWhileIndexingTest, TestScoreJoinQPNoScore, TestPolicyCloud]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestPolicyCloud -Dtests.seed=2B1A9632E9FD76F2 -Dtests.slow=true -Dtests.locale=fr-GQ -Dtests.timezone=MST7MDT -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.00s J0 | TestPolicyCloud (suite) <<<
   [junit4]    > Throwable #1: com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.cloud.autoscaling.sim.TestPolicyCloud: 
   [junit4]    >    1) Thread[id=5163, name=Simulated OverseerAutoScalingTriggerThread, state=WAITING, group=Simulated Overseer autoscaling triggers]
   [junit4]    >         at java.base@9/jdk.internal.misc.Unsafe.park(Native Method)
   [junit4]    >         at java.base@9/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
   [junit4]    >         at java.base@9/java.util.concurrent.locks.AbstractQueuedSynchronizer.parkAndCheckInterrupt(AbstractQueuedSynchronizer.java:871)
   [junit4]    >         at java.base@9/java.util.concurrent.locks.AbstractQueuedSynchronizer.acquireQueued(AbstractQueuedSynchronizer.java:903)
   [junit4]    >         at java.base@9/java.util.concurrent.locks.AbstractQueuedSynchronizer.acquire(AbstractQueuedSynchronizer.java:1226)
   [junit4]    >         at java.base@9/java.util.concurrent.locks.ReentrantLock.lock(ReentrantLock.java:267)
   [junit4]    >         at app//org.apache.solr.cloud.autoscaling.OverseerTriggerThread.refreshAutoScalingConf(OverseerTriggerThread.java:295)
   [junit4]    >         at app//org.apache.solr.cloud.autoscaling.OverseerTriggerThread.access$000(OverseerTriggerThread.java:56)
   [junit4]    >         at app//org.apache.solr.cloud.autoscaling.OverseerTriggerThread$AutoScalingWatcher.process(OverseerTriggerThread.java:280)
   [junit4]    >         at app//org.apache.solr.cloud.autoscaling.sim.SimDistribStateManager$Node.setData(SimDistribStateManager.java:127)
   [junit4]    >         at app//org.apache.solr.cloud.autoscaling.sim.SimDistribStateManager.setData(SimDistribStateManager.java:502)
   [junit4]    >         at app//org.apache.solr.cloud.autoscaling.OverseerTriggerThread.run(OverseerTriggerThread.java:121)
   [junit4]    >         at java.base@9/java.lang.Thread.run(Thread.java:844)
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([2B1A9632E9FD76F2]:0)Throwable #2: com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   [junit4]    >    1) Thread[id=5163, name=Simulated OverseerAutoScalingTriggerThread, state=WAITING, group=Simulated Overseer autoscaling triggers]
   [junit4]    >         at java.base@9/jdk.internal.misc.Unsafe.park(Native Method)
   [junit4]    >         at java.base@9/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
   [junit4]    >         at java.base@9/java.util.concurrent.locks.AbstractQueuedSynchronizer.parkAndCheckInterrupt(AbstractQueuedSynchronizer.java:871)
   [junit4]    >         at java.base@9/java.util.concurrent.locks.AbstractQueuedSynchronizer.acquireQueued(AbstractQueuedSynchronizer.java:903)
   [junit4]    >         at java.base@9/java.util.concurrent.locks.AbstractQueuedSynchronizer.acquire(AbstractQueuedSynchronizer.java:1226)
   [junit4]    >         at java.base@9/java.util.concurrent.locks.ReentrantLock.lock(ReentrantLock.java:267)
   [junit4]    >         at app//org.apache.solr.cloud.autoscaling.OverseerTriggerThread.refreshAutoScalingConf(OverseerTriggerThread.java:295)
   [junit4]    >         at app//org.apache.solr.cloud.autoscaling.OverseerTriggerThread.access$000(OverseerTriggerThread.java:56)
   [junit4]    >         at app//org.apache.solr.cloud.autoscaling.OverseerTriggerThread$AutoScalingWatcher.process(OverseerTriggerThread.java:280)
   [junit4]    >         at app//org.apache.solr.cloud.autoscaling.sim.SimDistribStateManager$Node.setData(SimDistribStateManager.java:127)
   [junit4]    >         at app//org.apache.solr.cloud.autoscaling.sim.SimDistribStateManager.setData(SimDistribStateManager.java:502)
   [junit4]    >         at app//org.apache.solr.cloud.autoscaling.OverseerTriggerThread.run(OverseerTriggerThread.java:121)
   [junit4]    >         at java.base@9/java.lang.Thread.run(Thread.java:844)
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([2B1A9632E9FD76F2]:0)
   [junit4] Completed [154/769 (2!)] on J0 in 25.16s, 7 tests, 2 errors <<< FAILURES!

[...truncated 42797 lines...]