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/02/11 15:01:47 UTC

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

Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-MacOSX/446/
Java: 64bit/jdk-9 -XX:-UseCompressedOops -XX:+UseParallelGC

2 tests failed.
FAILED:  org.apache.solr.cloud.autoscaling.TriggerIntegrationTest.testMetricTrigger

Error Message:


Stack Trace:
java.lang.NullPointerException
	at __randomizedtesting.SeedInfo.seed([41E1348A3C1B7E92:FBED030563F3A8DD]:0)
	at org.apache.solr.cloud.autoscaling.TriggerIntegrationTest.testMetricTrigger(TriggerIntegrationTest.java:1565)
	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 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:  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([41E1348A3C1B7E92:2C1D907786538195]: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 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 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)




Build Log:
[...truncated 13008 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/J0/temp/solr.cloud.autoscaling.TriggerIntegrationTest_41E1348A3C1B7E92-001/init-core-data-001
   [junit4]   2> 1389454 WARN  (SUITE-TriggerIntegrationTest-seed#[41E1348A3C1B7E92]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=3 numCloses=3
   [junit4]   2> 1389454 INFO  (SUITE-TriggerIntegrationTest-seed#[41E1348A3C1B7E92]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 1389455 INFO  (SUITE-TriggerIntegrationTest-seed#[41E1348A3C1B7E92]-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> 1389455 INFO  (SUITE-TriggerIntegrationTest-seed#[41E1348A3C1B7E92]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 1389455 INFO  (SUITE-TriggerIntegrationTest-seed#[41E1348A3C1B7E92]-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/J0/temp/solr.cloud.autoscaling.TriggerIntegrationTest_41E1348A3C1B7E92-001/tempDir-001
   [junit4]   2> 1389455 INFO  (SUITE-TriggerIntegrationTest-seed#[41E1348A3C1B7E92]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1389456 INFO  (Thread-2546) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1389456 INFO  (Thread-2546) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1389460 ERROR (Thread-2546) [    ] 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> 1389562 INFO  (SUITE-TriggerIntegrationTest-seed#[41E1348A3C1B7E92]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:50664
   [junit4]   2> 1389573 INFO  (zkConnectionManagerCallback-5955-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1389577 INFO  (jetty-launcher-5952-thread-1) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T18:27:37-03:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 1389577 INFO  (jetty-launcher-5952-thread-2) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T18:27:37-03:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 1389579 INFO  (jetty-launcher-5952-thread-2) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1389579 INFO  (jetty-launcher-5952-thread-2) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1389579 INFO  (jetty-launcher-5952-thread-2) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 1389580 INFO  (jetty-launcher-5952-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@77c9b3c7{/solr,null,AVAILABLE}
   [junit4]   2> 1389580 INFO  (jetty-launcher-5952-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1389580 INFO  (jetty-launcher-5952-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1389580 INFO  (jetty-launcher-5952-thread-1) [    ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 1389580 INFO  (jetty-launcher-5952-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1e08560e{/solr,null,AVAILABLE}
   [junit4]   2> 1389583 INFO  (jetty-launcher-5952-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@1ae0268{HTTP/1.1,[http/1.1]}{127.0.0.1:50666}
   [junit4]   2> 1389583 INFO  (jetty-launcher-5952-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@7f89cc2c{HTTP/1.1,[http/1.1]}{127.0.0.1:50667}
   [junit4]   2> 1389583 INFO  (jetty-launcher-5952-thread-1) [    ] o.e.j.s.Server Started @1391574ms
   [junit4]   2> 1389583 INFO  (jetty-launcher-5952-thread-2) [    ] o.e.j.s.Server Started @1391574ms
   [junit4]   2> 1389583 INFO  (jetty-launcher-5952-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=50667}
   [junit4]   2> 1389583 INFO  (jetty-launcher-5952-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=50666}
   [junit4]   2> 1389583 ERROR (jetty-launcher-5952-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1389583 ERROR (jetty-launcher-5952-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1389583 INFO  (jetty-launcher-5952-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.3.0
   [junit4]   2> 1389583 INFO  (jetty-launcher-5952-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.3.0
   [junit4]   2> 1389583 INFO  (jetty-launcher-5952-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1389583 INFO  (jetty-launcher-5952-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1389583 INFO  (jetty-launcher-5952-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1389583 INFO  (jetty-launcher-5952-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1389583 INFO  (jetty-launcher-5952-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-02-11T14:08:23.238730Z
   [junit4]   2> 1389583 INFO  (jetty-launcher-5952-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-02-11T14:08:23.238756Z
   [junit4]   2> 1389585 INFO  (zkConnectionManagerCallback-5957-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1389585 INFO  (zkConnectionManagerCallback-5959-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1389588 INFO  (jetty-launcher-5952-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1389588 INFO  (jetty-launcher-5952-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1389603 INFO  (jetty-launcher-5952-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:50664/solr
   [junit4]   2> 1389603 INFO  (jetty-launcher-5952-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:50664/solr
   [junit4]   2> 1389605 INFO  (zkConnectionManagerCallback-5965-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1389605 INFO  (zkConnectionManagerCallback-5967-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1389609 INFO  (zkConnectionManagerCallback-5969-thread-1-processing-n:127.0.0.1:50667_solr) [n:127.0.0.1:50667_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1389609 INFO  (zkConnectionManagerCallback-5971-thread-1-processing-n:127.0.0.1:50666_solr) [n:127.0.0.1:50666_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1389774 INFO  (jetty-launcher-5952-thread-1) [n:127.0.0.1:50667_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1389776 INFO  (jetty-launcher-5952-thread-2) [n:127.0.0.1:50666_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1389777 INFO  (jetty-launcher-5952-thread-1) [n:127.0.0.1:50667_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:50667_solr
   [junit4]   2> 1389778 INFO  (jetty-launcher-5952-thread-2) [n:127.0.0.1:50666_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:50666_solr
   [junit4]   2> 1389778 INFO  (jetty-launcher-5952-thread-1) [n:127.0.0.1:50667_solr    ] o.a.s.c.Overseer Overseer (id=72074879465684997-127.0.0.1:50667_solr-n_0000000000) starting
   [junit4]   2> 1389780 INFO  (zkCallback-5970-thread-1-processing-n:127.0.0.1:50666_solr) [n:127.0.0.1:50666_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1389781 INFO  (zkCallback-5968-thread-1-processing-n:127.0.0.1:50667_solr) [n:127.0.0.1:50667_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1389791 DEBUG (OverseerAutoScalingTriggerThread-72074879465684997-127.0.0.1:50667_solr-n_0000000000) [n:127.0.0.1:50667_solr    ] o.a.s.c.a.OverseerTriggerThread Adding .autoAddReplicas trigger
   [junit4]   2> 1389793 DEBUG (OverseerAutoScalingTriggerThread-72074879465684997-127.0.0.1:50667_solr-n_0000000000) [n:127.0.0.1:50667_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 1
   [junit4]   2> 1389794 DEBUG (OverseerAutoScalingTriggerThread-72074879465684997-127.0.0.1:50667_solr-n_0000000000) [n:127.0.0.1:50667_solr    ] o.a.s.c.a.NodeLostTrigger Initial livenodes: [127.0.0.1:50666_solr]
   [junit4]   2> 1389794 DEBUG (OverseerAutoScalingTriggerThread-72074879465684997-127.0.0.1:50667_solr-n_0000000000) [n:127.0.0.1:50667_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion -1
   [junit4]   2> 1389794 DEBUG (OverseerAutoScalingTriggerThread-72074879465684997-127.0.0.1:50667_solr-n_0000000000) [n:127.0.0.1:50667_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 1
   [junit4]   2> 1389795 INFO  (jetty-launcher-5952-thread-1) [n:127.0.0.1:50667_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:50667_solr
   [junit4]   2> 1389797 INFO  (zkCallback-5970-thread-1-processing-n:127.0.0.1:50666_solr) [n:127.0.0.1:50666_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1389797 INFO  (zkCallback-5968-thread-1-processing-n:127.0.0.1:50667_solr) [n:127.0.0.1:50667_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1389798 DEBUG (OverseerAutoScalingTriggerThread-72074879465684997-127.0.0.1:50667_solr-n_0000000000) [n:127.0.0.1:50667_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 1389799 DEBUG (OverseerAutoScalingTriggerThread-72074879465684997-127.0.0.1:50667_solr-n_0000000000) [n:127.0.0.1:50667_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion 1
   [junit4]   2> 1389800 DEBUG (ScheduledTrigger-5735-thread-1) [n:127.0.0.1:50667_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 1389838 INFO  (jetty-launcher-5952-thread-2) [n:127.0.0.1:50666_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_50666.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5661b419
   [junit4]   2> 1389858 INFO  (jetty-launcher-5952-thread-2) [n:127.0.0.1:50666_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_50666.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5661b419
   [junit4]   2> 1389859 INFO  (jetty-launcher-5952-thread-2) [n:127.0.0.1:50666_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_50666.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5661b419
   [junit4]   2> 1389861 INFO  (jetty-launcher-5952-thread-2) [n:127.0.0.1:50666_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.TriggerIntegrationTest_41E1348A3C1B7E92-001/tempDir-001/node2/.
   [junit4]   2> 1389863 INFO  (jetty-launcher-5952-thread-1) [n:127.0.0.1:50667_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_50667.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5661b419
   [junit4]   2> 1389884 INFO  (jetty-launcher-5952-thread-1) [n:127.0.0.1:50667_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_50667.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5661b419
   [junit4]   2> 1389885 INFO  (jetty-launcher-5952-thread-1) [n:127.0.0.1:50667_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_50667.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5661b419
   [junit4]   2> 1389889 INFO  (jetty-launcher-5952-thread-1) [n:127.0.0.1:50667_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.TriggerIntegrationTest_41E1348A3C1B7E92-001/tempDir-001/node1/.
   [junit4]   2> 1389924 INFO  (zkConnectionManagerCallback-5977-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1389929 INFO  (zkConnectionManagerCallback-5981-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1389930 INFO  (SUITE-TriggerIntegrationTest-seed#[41E1348A3C1B7E92]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1389932 INFO  (SUITE-TriggerIntegrationTest-seed#[41E1348A3C1B7E92]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:50664/solr ready
   [junit4]   2> 1389952 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[41E1348A3C1B7E92]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testContinueTriggersOnOverseerRestart
   [junit4]   2> 1389952 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[41E1348A3C1B7E92]) [    ] o.a.s.c.a.TriggerIntegrationTest /autoscaling.json reset, new znode version 2
   [junit4]   2> 1389953 DEBUG (zkCallback-5968-thread-1-processing-n:127.0.0.1:50667_solr) [n:127.0.0.1:50667_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 2
   [junit4]   2> 1389953 DEBUG (OverseerAutoScalingTriggerThread-72074879465684997-127.0.0.1:50667_solr-n_0000000000) [n:127.0.0.1:50667_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 2
   [junit4]   2> 1389956 DEBUG (OverseerAutoScalingTriggerThread-72074879465684997-127.0.0.1:50667_solr-n_0000000000) [n:127.0.0.1:50667_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeLost markers
   [junit4]   2> 1389956 DEBUG (OverseerAutoScalingTriggerThread-72074879465684997-127.0.0.1:50667_solr-n_0000000000) [n:127.0.0.1:50667_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 1389957 DEBUG (OverseerAutoScalingTriggerThread-72074879465684997-127.0.0.1:50667_solr-n_0000000000) [n:127.0.0.1:50667_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 2, lastZnodeVersion 2
   [junit4]   2> 1389966 INFO  (qtp571970206-17239) [n:127.0.0.1:50666_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :overseerstatus with params action=OVERSEERSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1389973 INFO  (qtp571970206-17239) [n:127.0.0.1:50666_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=OVERSEERSTATUS&wt=javabin&version=2} status=0 QTime=7
   [junit4]   2> 1389981 INFO  (qtp571970206-17248) [n:127.0.0.1:50666_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> 1389983 INFO  (qtp1618298141-17245) [n:127.0.0.1:50667_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> 1389983 DEBUG (qtp1618298141-17238) [n:127.0.0.1:50667_solr    ] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 1389984 INFO  (qtp1618298141-17238) [n:127.0.0.1:50667_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/autoscaling params={wt=javabin&version=2} status=0 QTime=6
   [junit4]   2> 1389984 DEBUG (zkCallback-5968-thread-1-processing-n:127.0.0.1:50667_solr) [n:127.0.0.1:50667_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 3
   [junit4]   2> 1389985 DEBUG (zkCallback-5968-thread-1-processing-n:127.0.0.1:50667_solr) [n:127.0.0.1:50667_solr    ] o.a.s.c.a.NodeAddedTrigger Initial livenodes: [127.0.0.1:50666_solr, 127.0.0.1:50667_solr]
   [junit4]   2> 1389985 DEBUG (zkCallback-5968-thread-1-processing-n:127.0.0.1:50667_solr) [n:127.0.0.1:50667_solr    ] o.a.s.c.a.NodeAddedTrigger NodeAddedTrigger node_added_triggerCTOOR instantiated with properties: {event=nodeAdded, waitFor=2, actions=[{name=test, class=org.apache.solr.cloud.autoscaling.TriggerIntegrationTest$TestTriggerAction}], enabled=true}
   [junit4]   2> 1389985 DEBUG (OverseerAutoScalingTriggerThread-72074879465684997-127.0.0.1:50667_solr-n_0000000000) [n:127.0.0.1:50667_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 3
   [junit4]   2> 1389988 INFO  (OverseerAutoScalingTriggerThread-72074879465684997-127.0.0.1:50667_solr-n_0000000000) [n:127.0.0.1:50667_solr    ] o.a.s.c.a.TriggerIntegrationTest TestTriggerAction init
   [junit4]   2> 1389989 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[41E1348A3C1B7E92]) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@7f89cc2c{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 1389990 DEBUG (OverseerAutoScalingTriggerThread-72074879465684997-127.0.0.1:50667_solr-n_0000000000) [n:127.0.0.1:50667_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeLost markers
   [junit4]   2> 1389990 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[41E1348A3C1B7E92]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=720262372
   [junit4]   2> 1389990 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[41E1348A3C1B7E92]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 1389990 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[41E1348A3C1B7E92]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@7669e73b: rootName = solr_50667, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@15fb6fa9
   [junit4]   2> 1389993 DEBUG (OverseerAutoScalingTriggerThread-72074879465684997-127.0.0.1:50667_solr-n_0000000000) [n:127.0.0.1:50667_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 3, lastZnodeVersion 3
   [junit4]   2> 1389993 DEBUG (ScheduledTrigger-5735-thread-1) [n:127.0.0.1:50667_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_triggerCTOOR
   [junit4]   2> 1389994 DEBUG (ScheduledTrigger-5735-thread-1) [n:127.0.0.1:50667_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 2
   [junit4]   2> 1390001 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[41E1348A3C1B7E92]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 1390001 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[41E1348A3C1B7E92]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@5c61b565: rootName = solr_50667, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@4c723e36
   [junit4]   2> 1390008 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[41E1348A3C1B7E92]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 1390008 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[41E1348A3C1B7E92]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@20a6e3b9: rootName = solr_50667, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@61967348
   [junit4]   2> 1390010 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[41E1348A3C1B7E92]) [    ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:50667_solr
   [junit4]   2> 1390012 INFO  (zkCallback-5970-thread-1-processing-n:127.0.0.1:50666_solr) [n:127.0.0.1:50666_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 1390013 INFO  (zkCallback-5980-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 1390013 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[41E1348A3C1B7E92]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 1390014 INFO  (zkCallback-5968-thread-1-processing-n:127.0.0.1:50667_solr) [n:127.0.0.1:50667_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 1390014 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[41E1348A3C1B7E92]) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1390014 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[41E1348A3C1B7E92]) [    ] o.a.s.c.Overseer Overseer (id=72074879465684997-127.0.0.1:50667_solr-n_0000000000) closing
   [junit4]   2> 1390014 INFO  (OverseerStateUpdate-72074879465684997-127.0.0.1:50667_solr-n_0000000000) [n:127.0.0.1:50667_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:50667_solr
   [junit4]   2> 1390015 WARN  (OverseerAutoScalingTriggerThread-72074879465684997-127.0.0.1:50667_solr-n_0000000000) [n:127.0.0.1:50667_solr    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 1390026 DEBUG (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[41E1348A3C1B7E92]) [    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread has been closed explicitly
   [junit4]   2> 1390027 INFO  (zkCallback-5970-thread-1-processing-n:127.0.0.1:50666_solr) [n:127.0.0.1:50666_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:50666_solr
   [junit4]   2> 1390027 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[41E1348A3C1B7E92]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@1e08560e{/solr,null,UNAVAILABLE}
   [junit4]   2> 1390028 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[41E1348A3C1B7E92]) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 1390030 INFO  (zkCallback-5970-thread-1-processing-n:127.0.0.1:50666_solr) [n:127.0.0.1:50666_solr    ] o.a.s.c.Overseer Overseer (id=72074879465684998-127.0.0.1:50666_solr-n_0000000001) starting
   [junit4]   2> 1390048 DEBUG (OverseerAutoScalingTriggerThread-72074879465684998-127.0.0.1:50666_solr-n_0000000001) [n:127.0.0.1:50666_solr    ] o.a.s.c.a.OverseerTriggerThread Adding .autoAddReplicas trigger
   [junit4]   2> 1390049 DEBUG (OverseerAutoScalingTriggerThread-72074879465684998-127.0.0.1:50666_solr-n_0000000001) [n:127.0.0.1:50666_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 4
   [junit4]   2> 1390050 DEBUG (OverseerAutoScalingTriggerThread-72074879465684998-127.0.0.1:50666_solr-n_0000000001) [n:127.0.0.1:50666_solr    ] o.a.s.c.a.NodeAddedTrigger Initial livenodes: [127.0.0.1:50666_solr]
   [junit4]   2> 1390050 DEBUG (OverseerAutoScalingTriggerThread-72074879465684998-127.0.0.1:50666_solr-n_0000000001) [n:127.0.0.1:50666_solr    ] o.a.s.c.a.NodeAddedTrigger NodeAddedTrigger node_added_triggerCTOOR instantiated with properties: {event=nodeAdded, waitFor=2, actions=[{name=test, class=org.apache.solr.cloud.autoscaling.TriggerIntegrationTest$TestTriggerAction}], enabled=true}
   [junit4]   2> 1390051 DEBUG (OverseerAutoScalingTriggerThread-72074879465684998-127.0.0.1:50666_solr-n_0000000001) [n:127.0.0.1:50666_solr    ] o.a.s.c.a.NodeLostTrigger Initial livenodes: [127.0.0.1:50666_solr]
   [junit4]   2> 1390051 DEBUG (OverseerAutoScalingTriggerThread-72074879465684998-127.0.0.1:50666_solr-n_0000000001) [n:127.0.0.1:50666_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 4, lastZnodeVersion -1
   [junit4]   2> 1390051 DEBUG (OverseerAutoScalingTriggerThread-72074879465684998-127.0.0.1:50666_solr-n_0000000001) [n:127.0.0.1:50666_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 4
   [junit4]   2> 1390051 INFO  (OverseerAutoScalingTriggerThread-72074879465684998-127.0.0.1:50666_solr-n_0000000001) [n:127.0.0.1:50666_solr    ] o.a.s.c.a.TriggerIntegrationTest TestTriggerAction init
   [junit4]   2> 1390053 DEBUG (ScheduledTrigger-5744-thread-1) [n:127.0.0.1:50666_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_triggerCTOOR
   [junit4]   2> 1390053 DEBUG (ScheduledTrigger-5744-thread-1) [n:127.0.0.1:50666_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 1
   [junit4]   2> 1390055 DEBUG (OverseerAutoScalingTriggerThread-72074879465684998-127.0.0.1:50666_solr-n_0000000001) [n:127.0.0.1:50666_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 4, lastZnodeVersion 4
   [junit4]   2> 1390056 DEBUG (ScheduledTrigger-5744-thread-1) [n:127.0.0.1:50666_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1
   [junit4]   2> 1391063 DEBUG (ScheduledTrigger-5744-thread-2) [n:127.0.0.1:50666_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_triggerCTOOR
   [junit4]   2> 1391064 DEBUG (ScheduledTrigger-5744-thread-3) [n:127.0.0.1:50666_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1
   [junit4]   2> 1391064 DEBUG (ScheduledTrigger-5744-thread-2) [n:127.0.0.1:50666_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 1
   [junit4]   2> 1392068 DEBUG (ScheduledTrigger-5744-thread-3) [n:127.0.0.1:50666_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1
   [junit4]   2> 1392068 DEBUG (ScheduledTrigger-5744-thread-3) [n:127.0.0.1:50666_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_triggerCTOOR
   [junit4]   2> 1392068 DEBUG (ScheduledTrigger-5744-thread-3) [n:127.0.0.1:50666_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 1
   [junit4]   2> 1393076 DEBUG (ScheduledTrigger-5744-thread-2) [n:127.0.0.1:50666_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_triggerCTOOR
   [junit4]   2> 1393076 DEBUG (ScheduledTrigger-5744-thread-4) [n:127.0.0.1:50666_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1
   [junit4]   2> 1393076 DEBUG (ScheduledTrigger-5744-thread-2) [n:127.0.0.1:50666_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 1
   [junit4]   2> 1394077 DEBUG (ScheduledTrigger-5744-thread-4) [n:127.0.0.1:50666_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1
   [junit4]   2> 1394077 DEBUG (ScheduledTrigger-5744-thread-4) [n:127.0.0.1:50666_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_triggerCTOOR
   [junit4]   2> 1394077 DEBUG (ScheduledTrigger-5744-thread-4) [n:127.0.0.1:50666_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 1
   [junit4]   2> 1395079 DEBUG (ScheduledTrigger-5744-thread-4) [n:127.0.0.1:50666_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1
   [junit4]   2> 1395079 DEBUG (ScheduledTrigger-5744-thread-4) [n:127.0.0.1:50666_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_triggerCTOOR
   [junit4]   2> 1395079 DEBUG (ScheduledTrigger-5744-thread-4) [n:127.0.0.1:50666_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 1
   [junit4]   2> 1396081 DEBUG (ScheduledTrigger-5744-thread-4) [n:127.0.0.1:50666_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1
   [junit4]   2> 1396081 DEBUG (ScheduledTrigger-5744-thread-2) [n:127.0.0.1:50666_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_triggerCTOOR
   [junit4]   2> 1396082 DEBUG (ScheduledTrigger-5744-thread-2) [n:127.0.0.1:50666_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 1
   [junit4]   2> 1397082 DEBUG (ScheduledTrigger-5744-thread-3) [n:127.0.0.1:50666_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_triggerCTOOR
   [junit4]   2> 1397082 DEBUG (ScheduledTrigger-5744-thread-3) [n:127.0.0.1:50666_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 1
   [junit4]   2> 1397082 DEBUG (ScheduledTrigger-5744-thread-4) [n:127.0.0.1:50666_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1
   [junit4]   2> 1398083 DEBUG (ScheduledTrigger-5744-thread-3) [n:127.0.0.1:50666_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_triggerCTOOR
   [junit4]   2> 1398083 DEBUG (ScheduledTrigger-5744-thread-2) [n:127.0.0.1:50666_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1
   [junit4]   2> 1398083 DEBUG (ScheduledTrigger-5744-thread-3) [n:127.0.0.1:50666_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 1
   [junit4]   2> 1399093 DEBUG (ScheduledTrigger-5744-thread-3) [n:127.0.0.1:50666_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1
   [junit4]   2> 1399093 DEBUG (ScheduledTrigger-5744-thread-1) [n:127.0.0.1:50666_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_triggerCTOOR
   [junit4]   2> 1399093 DEBUG (ScheduledTrigger-5744-thread-1) [n:127.0.0.1:50666_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 1
   [junit4]   2> 1400041 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[41E1348A3C1B7E92]) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T18:27:37-03:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 1400043 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[41E1348A3C1B7E92]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1400043 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[41E1348A3C1B7E92]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1400043 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[41E1348A3C1B7E92]) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 1400044 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[41E1348A3C1B7E92]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@70513e6{/solr,null,AVAILABLE}
   [junit4]   2> 1400044 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[41E1348A3C1B7E92]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@2b89e12e{HTTP/1.1,[http/1.1]}{127.0.0.1:50707}
   [junit4]   2> 1400044 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[41E1348A3C1B7E92]) [    ] o.e.j.s.Server Started @1402035ms
   [junit4]   2> 1400044 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[41E1348A3C1B7E92]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=50707}
   [junit4]   2> 1400044 ERROR (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[41E1348A3C1B7E92]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1400045 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[41E1348A3C1B7E92]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.3.0
   [junit4]   2> 1400045 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[41E1348A3C1B7E92]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1400045 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[41E1348A3C1B7E92]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1400045 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[41E1348A3C1B7E92]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-02-11T14:08:33.700944Z
   [junit4]   2> 1400048 INFO  (zkConnectionManagerCallback-5983-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1400049 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[41E1348A3C1B7E92]) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1400058 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[41E1348A3C1B7E92]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:50664/solr
   [junit4]   2> 1400060 INFO  (zkConnectionManagerCallback-5987-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1400064 INFO  (zkConnectionManagerCallback-5989-thread-1-processing-n:127.0.0.1:50707_solr) [n:127.0.0.1:50707_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1400084 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[41E1348A3C1B7E92]) [n:127.0.0.1:50707_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1400089 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[41E1348A3C1B7E92]) [n:127.0.0.1:50707_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1400094 DEBUG (ScheduledTrigger-5744-thread-3) [n:127.0.0.1:50666_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1
   [junit4]   2> 1400094 DEBUG (ScheduledTrigger-5744-thread-2) [n:127.0.0.1:50666_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_triggerCTOOR
   [junit4]   2> 1400094 DEBUG (ScheduledTrigger-5744-thread-2) [n:127.0.0.1:50666_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 1
   [junit4]   2> 1400096 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[41E1348A3C1B7E92]) [n:127.0.0.1:50707_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:50707_solr
   [junit4]   2> 1400098 INFO  (zkCallback-5980-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1400098 INFO  (zkCallback-5970-thread-1-processing-n:127.0.0.1:50666_solr) [n:127.0.0.1:50666_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1400099 INFO  (zkCallback-5988-thread-1-processing-n:127.0.0.1:50707_solr) [n:127.0.0.1:50707_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1400180 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[41E1348A3C1B7E92]) [n:127.0.0.1:50707_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_50707.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5661b419
   [junit4]   2> 1400202 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[41E1348A3C1B7E92]) [n:127.0.0.1:50707_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_50707.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5661b419
   [junit4]   2> 1400202 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[41E1348A3C1B7E92]) [n:127.0.0.1:50707_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_50707.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5661b419
   [junit4]   2> 1400203 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[41E1348A3C1B7E92]) [n:127.0.0.1:50707_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.TriggerIntegrationTest_41E1348A3C1B7E92-001/tempDir-001/node3/.
   [junit4]   2> 1401099 DEBUG (ScheduledTrigger-5744-thread-3) [n:127.0.0.1:50666_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 1401099 DEBUG (ScheduledTrigger-5744-thread-1) [n:127.0.0.1:50666_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_triggerCTOOR
   [junit4]   2> 1401099 DEBUG (ScheduledTrigger-5744-thread-1) [n:127.0.0.1:50666_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 2
   [junit4]   2> 1401099 DEBUG (ScheduledTrigger-5744-thread-1) [n:127.0.0.1:50666_solr    ] o.a.s.c.a.NodeAddedTrigger Tracking new node: 127.0.0.1:50707_solr at time 263766336661224
   [junit4]   2> 1402110 DEBUG (ScheduledTrigger-5744-thread-3) [n:127.0.0.1:50666_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 1402110 DEBUG (ScheduledTrigger-5744-thread-3) [n:127.0.0.1:50666_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_triggerCTOOR
   [junit4]   2> 1402110 DEBUG (ScheduledTrigger-5744-thread-3) [n:127.0.0.1:50666_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 2
   [junit4]   2> 1403111 DEBUG (ScheduledTrigger-5744-thread-3) [n:127.0.0.1:50666_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 1403111 DEBUG (ScheduledTrigger-5744-thread-3) [n:127.0.0.1:50666_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_triggerCTOOR
   [junit4]   2> 1403111 DEBUG (ScheduledTrigger-5744-thread-3) [n:127.0.0.1:50666_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 2
   [junit4]   2> 1403111 DEBUG (ScheduledTrigger-5744-thread-3) [n:127.0.0.1:50666_solr    ] o.a.s.c.a.NodeAddedTrigger NodeAddedTrigger node_added_triggerCTOOR firing registered processor for nodes: [127.0.0.1:50707_solr] added at times [263766336661224], now=263768348963483
   [junit4]   2> 1403111 DEBUG (ScheduledTrigger-5744-thread-3) [n:127.0.0.1:50666_solr    ] o.a.s.c.a.ScheduledTriggers ++++++++ Cooldown inactive - processing event: {
   [junit4]   2>   "id":"efe4e2cce6e8T37a4fcbxg5ho5tnjdbev0dww",
   [junit4]   2>   "source":"node_added_triggerCTOOR",
   [junit4]   2>   "eventTime":263766336661224,
   [junit4]   2>   "eventType":"NODEADDED",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[263766336661224],
   [junit4]   2>     "nodeNames":["127.0.0.1:50707_solr"]}}
   [junit4]   2> 1403112 DEBUG (ScheduledTrigger-5744-thread-3) [n:127.0.0.1:50666_solr    ] o.a.s.c.a.ScheduledTriggers Pausing all triggers: [.auto_add_replicas, node_added_triggerCTOOR]
   [junit4]   2> 1403113 INFO  (ScheduledTrigger-5744-thread-3) [n:127.0.0.1:50666_solr    ] o.a.s.c.a.SystemLogListener Collection .system does not exist, disabling logging.
   [junit4]   2> 1403113 DEBUG (AutoscalingActionExecutor-5745-thread-1-processing-n:127.0.0.1:50666_solr) [n:127.0.0.1:50666_solr    ] o.a.s.c.a.ScheduledTriggers -- processing actions for {
   [junit4]   2>   "id":"efe4e2cce6e8T37a4fcbxg5ho5tnjdbev0dww",
   [junit4]   2>   "source":"node_added_triggerCTOOR",
   [junit4]   2>   "eventTime":263766336661224,
   [junit4]   2>   "eventType":"NODEADDED",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[263766336661224],
   [junit4]   2>     "_enqueue_time_":263768349577191,
   [junit4]   2>     "nodeNames":["127.0.0.1:50707_solr"]}}
   [junit4]   2> 1403114 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[41E1348A3C1B7E92]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testContinueTriggersOnOverseerRestart
   [junit4]   2> 1403119 DEBUG (AutoscalingActionExecutor-5745-thread-1-processing-n:127.0.0.1:50666_solr) [n:127.0.0.1:50666_solr    ] o.a.s.c.a.ScheduledTriggers Resuming trigger: .auto_add_replicas after 5000ms
   [junit4]   2> 1403119 DEBUG (AutoscalingActionExecutor-5745-thread-1-processing-n:127.0.0.1:50666_solr) [n:127.0.0.1:50666_solr    ] o.a.s.c.a.ScheduledTriggers Resuming trigger: node_added_triggerCTOOR after 5000ms
   [junit4]   2> 1403119 DEBUG (AutoscalingActionExecutor-5745-thread-1-processing-n:127.0.0.1:50666_solr) [n:127.0.0.1:50666_solr    ] o.a.s.c.a.ScheduledTriggers -- processing took 6 ms for event id=efe4e2cce6e8T37a4fcbxg5ho5tnjdbev0dww
   [junit4]   2> 1403135 INFO  (TEST-TriggerIntegrationTest.testTriggerThrottling-seed#[41E1348A3C1B7E92]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testTriggerThrottling
   [junit4]   2> 1403136 INFO  (TEST-TriggerIntegrationTest.testTriggerThrottling-seed#[41E1348A3C1B7E92]) [    ] o.a.s.c.a.TriggerIntegrationTest /autoscaling.json reset, new znode version 5
   [junit4]   2> 1403137 DEBUG (zkCallback-5970-thread-1-processing-n:127.0.0.1:50666_solr) [n:127.0.0.1:50666_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 5
   [junit4]   2> 1403137 DEBUG (OverseerAutoScalingTriggerThread-72074879465684998-127.0.0.1:50666_solr-n_0000000001) [n:127.0.0.1:50666_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 5
   [junit4]   2> 1403144 DEBUG (OverseerAutoScalingTriggerThread-72074879465684998-127.0.0.1:50666_solr-n_0000000001) [n:127.0.0.1:50666_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeLost markers
   [junit4]   2> 1403144 DEBUG (OverseerAutoScalingTriggerThread-72074879465684998-127.0.0.1:50666_solr-n_0000000001) [n:127.0.0.1:50666_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 1403145 DEBUG (OverseerAutoScalingTriggerThread-72074879465684998-127.0.0.1:50666_solr-n_0000000001) [n:127.0.0.1:50666_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 5, lastZnodeVersion 5
   [junit4]   2> 1403151 INFO  (qtp571970206-17250) [n:127.0.0.1:50666_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> 1403154 INFO  (qtp1584501771-17313) [n:127.0.0.1:50707_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> 1403154 DEBUG (qtp571970206-17241) [n:127.0.0.1:50666_solr    ] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 1403155 INFO  (qtp571970206-17241) [n:127.0.0.1:50666_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/autoscaling params={wt=javabin&version=2} status=0 QTime=6
   [junit4]   2> 1403155 DEBUG (zkCallback-5970-thread-1-processing-n:127.0.0.1:50666_solr) [n:127.0.0.1:50666_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 6
   [junit4]   2> 1403156 DEBUG (zkCallback-5970-thread-1-processing-n:127.0.0.1:50666_solr) [n:127.0.0.1:50666_solr    ] o.a.s.c.a.NodeAddedTrigger Initial livenodes: [127.0.0.1:50666_solr, 127.0.0.1:50707_solr]
   [junit4]   2> 1403156 DEBUG (zkCallback-5970-thread-1-processing-n:127.0.0.1:50666_solr) [n:127.0.0.1:50666_solr    ] o.a.s.c.a.NodeAddedTrigger NodeAddedTrigger node_added_trigger1 instantiated with properties: {event=nodeAdded, waitFor=0, actions=[{name=test, class=org.apache.solr.cloud.autoscaling.TriggerIntegrationTest$ThrottlingTesterAction}], enabled=true}
   [junit4]   2> 1403156 DEBUG (OverseerAutoScalingTriggerThread-72074879465684998-127.0.0.1:50666_solr-n_0000000001) [n:127.0.0.1:50666_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 6
   [junit4]   2> 1403159 INFO  (qtp571970206-17241) [n:127.0.0.1:50666_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> 1403161 INFO  (qtp1584501771-17318) [n:127.0.0.1:50707_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> 1403161 DEBUG (qtp1584501771-17317) [n:127.0.0.1:50707_solr    ] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 1403162 INFO  (OverseerAutoScalingTriggerThread-72074879465684998-127.0.0.1:50666_solr-n_0000000001) [n:127.0.0.1:50666_solr    ] o.a.s.c.a.TriggerIntegrationTest TestTriggerAction init
   [junit4]   2> 1403163 INFO  (qtp1584501771-17317) [n:127.0.0.1:50707_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/autoscaling params={wt=javabin&version=2} status=0 QTime=6
   [junit4]   2> 1403164 DEBUG (OverseerAutoScalingTriggerThread-72074879465684998-127.0.0.1:50666_solr-n_0000000001) [n:127.0.0.1:50666_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeLost markers
   [junit4]   2> 1403164 DEBUG (zkCallback-5970-thread-1-processing-n:127.0.0.1:50666_solr) [n:127.0.0.1:50666_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 7
   [junit4]   2> 1403165 DEBUG (zkCallback-5970-thread-1-processing-n:127.0.0.1:50666_solr) [n:127.0.0.1:50666_solr    ] o.a.s.c.a.NodeAddedTrigger Initial livenodes: [127.0.0.1:50666_solr, 127.0.0.1:50707_solr]
   [junit4]   2> 1403165 DEBUG (zkCallback-5970-thread-1-processing-n:127.0.0.1:50666_solr) [n:127.0.0.1:50666_solr    ] o.a.s.c.a.NodeAddedTrigger NodeAddedTrigger node_added_trigger2 instantiated with properties: {event=nodeAdded, waitFor=0, actions=[{name=test, class=org.apache.solr.cloud.autoscaling.TriggerIntegrationTest$ThrottlingTesterAction}], enabled=true}
   [junit4]   2> 1403165 DEBUG (ScheduledTrigger-5744-thread-1) [n:127.0.0.1:50666_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger1
   [junit4]   2> 1403165 DEBUG (ScheduledTrigger-5744-thread-1) [n:127.0.0.1:50666_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 2
   [junit4]   2> 1403165 DEBUG (zkCallback-5970-thread-1-processing-n:127.0.0.1:50666_solr) [n:127.0.0.1:50666_solr    ] o.a.s.c.a.NodeAddedTrigger Initial livenodes: [127.0.0.1:50666_solr, 127.0.0.1:50707_solr]
   [junit4]   2> 1403165 DEBUG (zkCallback-5970-thread-1-processing-n:127.0.0.1:50666_solr) [n:127.0.0.1:50666_solr    ] o.a.s.c.a.NodeAddedTrigger NodeAddedTrigger node_added_trigger1 instantiated with properties: {event=nodeAdded, waitFor=0, actions=[{name=test, class=org.apache.solr.cloud.autoscaling.TriggerIntegrationTest$ThrottlingTesterAction}], enabled=true}
   [junit4]   2> 1403166 DEBUG (OverseerAutoScalingTriggerThread-72074879465684998-127.0.0.1:50666_solr-n_0000000001) [n:127.0.0.1:50666_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 7, lastZnodeVersion 6
   [junit4]   2> 1403166 DEBUG (OverseerAutoScalingTriggerThread-72074879465684998-127.0.0.1:50666_solr-n_0000000001) [n:127.0.0.1:50666_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 7
   [junit4]   2> 1403169 INFO  (OverseerAutoScalingTriggerThread-72074879465684998-127.0.0.1:50666_solr-n_0000000001) [n:127.0.0.1:50666_solr    ] o.a.s.c.a.TriggerIntegrationTest TestTriggerAction init
   [junit4]   2> 1403170 DEBUG (OverseerAutoScalingTriggerThread-72074879465684998-127.0.0.1:50666_solr-n_0000000001) [n:127.0.0.1:50666_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeLost markers
   [junit4]   2> 1403171 DEBUG (OverseerAutoScalingTriggerThread-72074879465684998-127.0.0.1:50666_solr-n_0000000001) [n:127.0.0.1:50666_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 7, lastZnodeVersion 7
   [junit4]   2> 1403171 DEBUG (ScheduledTrigger-5744-thread-4) [n:127.0.0.1:50666_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger2
   [junit4]   2> 1403171 DEBUG (ScheduledTrigger-5744-thread-4) [n:127.0.0.1:50666_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 2
   [junit4]   2> 1403174 INFO  (TEST-TriggerIntegrationTest.testTriggerThrottling-seed#[41E1348A3C1B7E92]) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T18:27:37-03:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 1403183 INFO  (TEST-TriggerIntegrationTest.testTriggerThrottling-seed#[41E1348A3C1B7E92]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1403183 INFO  (TEST-TriggerIntegrationTest.testTriggerThrottling-seed#[41E1348A3C1B7E92]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1403183 INFO  (TEST-TriggerIntegrationTest.testTriggerThrottling-seed#[41E1348A3C1B7E92]) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 1403184 INFO  (TEST-TriggerIntegrationTest.testTriggerThrottling-seed#[41E1348A3C1B7E92]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@f0f5699{/solr,null,AVAILABLE}
   [junit4]   2> 1403184 INFO  (TEST-TriggerIntegrationTest.testTriggerThrottling-seed#[41E1348A3C1B7E92]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@4e19aef5{HTTP/1.1,[http/1.1]}{127.0.0.1:50723}
   [junit4]   2> 1403184 INFO  (TEST-TriggerIntegrationTest.testTriggerThrottling-seed#[41E1348A3C1B7E92]) [    ] o.e.j.s.Server Started @1405175ms
   [junit4]   2> 1403184 INFO  (TEST-TriggerIntegrationTest.testTriggerThrottling-seed#[41E1348A3C1B7E92]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=50723}
   [junit4]   2> 1403184 ERROR (TEST-TriggerIntegrationTest.testTriggerThrottling-seed#[41E1348A3C1B7E92]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1403184 INFO  (TEST-TriggerIntegrationTest.testTriggerThrottling-seed#[41E1348A3C1B7E92]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.3.0
   [junit4]   2> 1403184 INFO  (TEST-TriggerIntegrationTest.testTriggerThrottling-seed#[41E1348A3C1B7E92]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1403184 INFO  (TEST-TriggerIntegrationTest.testTriggerThrottling-seed#[41E1348A3C1B7E92]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1403185 INFO  (TEST-TriggerIntegrationTest.testTriggerThrottling-seed#[41E1348A3C1B7E92]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-02-11T14:08:36.840006Z
   [junit4]   2> 1403186 INFO  (zkConnectionManagerCallback-5993-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1403186 INFO  (TEST-TriggerIntegrationTest.testTriggerThrottling-seed#[41E1348A3C1B7E92]) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1403196 INFO  (TEST-TriggerIntegrationTest.testTriggerThrottling-seed#[41E1348A3C1B7E92]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:50664/solr
   [junit4]   2> 1403201 INFO  (zkConnectionManagerCallback-5997-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1403209 INFO  (zkConnectionManagerCallback-5999-thread-1-processing-n:127.0.0.1:50723_solr) [n:127.0.0.1:50723_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1403225 INFO  (TEST-TriggerIntegrationTest.testTriggerThrottling-seed#[41E1348A3C1B7E92]) [n:127.0.0.1:50723_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1403229 INFO  (TEST-TriggerIntegrationTest.testTriggerThrottling-seed#[41E1348A3C1B7E92]) [n:127.0.0.1:50723_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1403234 INFO  (TEST-TriggerIntegrationTest.testTriggerThrottling-seed#[41E1348A3C1B7E92]) [n:127.0.0.1:50723_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:50723_solr
   [junit4]   2> 1403241 INFO  (zkCallback-5980-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1403241 INFO  (zkCallback-5970-thread-1-processing-n:127.0.0.1:50666_solr) [n:127.0.0.1:50666_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1403242 INFO  (zkCallback-5998-thread-1-processing-n:127.0.0.1:50723_solr) [n:127.0.0.1:50723_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1403242 INFO  (zkCallback-5988-thread-1-processing-n:127.0.0.1:50707_solr) [n:127.0.0.1:50707_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1403305 INFO  (TEST-TriggerIntegrationTest.testTriggerThrottling-seed#[41E1348A3C1B7E92]) [n:127.0.0.1:50723_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_50723.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5661b419
   [junit4]   2> 1403325 INFO  (TEST-TriggerIntegrationTest.testTriggerThrottling-seed#[41E1348A3C1B7E92]) [n:127.0.0.1:50723_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_50723.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5661b419
   [junit4]   2> 1403326 INFO  (TEST-TriggerIntegrationTest.testTriggerThrottling-seed#[41E1348A3C1B7E92]) [n:127.0.0.1:50723_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_50723.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5661b419
   [junit4]   2> 1403331 INFO  (TEST-TriggerIntegrationTest.testTriggerThrottling-seed#[41E1348A3C1B7E92]) [n:127.0.0.1:50723_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.TriggerIntegrationTest_41E1348A3C1B7E92-001/tempDir-001/node4/.
   [junit4]   2> 1404169 DEBUG (ScheduledTrigger-5744-thread-1) [n:127.0.0.1:50666_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger1
   [junit4]   2> 1404169 DEBUG (ScheduledTrigger-5744-thread-1) [n:127.0.0.1:50666_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 3
   [junit4]   2> 1404169 DEBUG (ScheduledTrigger-5744-thread-1) [n:127.0.0.1:50666_solr    ] o.a.s.c.a.NodeAddedTrigger Tracking new node: 127.0.0.1:50723_solr at time 263769407231564
   [junit4]   2> 1404170 DEBUG (ScheduledTrigger-5744-thread-1) [n:127.0.0.1:50666_solr    ] o.a.s.c.a.NodeAddedTrigger NodeAddedTrigger node_added_trigger1 firing registered processor for nodes: [127.0.0.1:50723_solr] added at times [263769407231564], now=263769407283870
   [junit4]   2> 1404170 DEBUG (ScheduledTrigger-5744-thread-1) [n:127.0.0.1:50666_solr    ] o.a.s.c.a.ScheduledTriggers ++++++++ Cooldown inactive - processing event: {
   [junit4]   2>   "id":"efe599d2164cT37a4fcbxg5ho5tnjdbev0dwy",
   [junit4]   2>   "source":"node_added_trigger1",
   [junit4]   2>   "eventTime":263769407231564,
   [junit4]   2>   "eventType":"NODEADDED",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[263769407231564],
   [junit4]   2>     "nodeNames":["127.0.0.1:50723_solr"]}}
   [junit4]   2> 1404170 DEBUG (ScheduledTrigger-5744-thread-1) [n:127.0.0.1:50666_solr    ] o.a.s.c.a.ScheduledTriggers Pausing all triggers: [node_added_trigger2, node_added_trigger1]
   [junit4]   2> 1404171 INFO  (ScheduledTrigger-5744-thread-1) [n:127.0.0.1:50666_solr    ] o.a.s.c.a.SystemLogListener Collection .system does not exist, disabling logging.
   [junit4]   2> 1404171 DEBUG (AutoscalingActionExecutor-5745-thread-1-processing-n:127.0.0.1:50666_solr) [n:127.0.0.1:50666_solr    ] o.a.s.c.a.ScheduledTriggers -- processing actions for {
   [junit4]   2>   "id":"efe599d2164cT37a4fcbxg5ho5tnjdbev0dwy",
   [junit4]   2>   "source":"node_added_trigger1",
   [junit4]   2>   "eventTime":263769407231564,
   [junit4]   2>   "eventType":"NODEADDED",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[263769407231564],
   [junit4]   2>     "_enqueue_time_":263769407565902,
   [junit4]   2>     "nodeNames":["127.0.0.1:50723_solr"]}}
   [junit4]   2> 1404171 INFO  (AutoscalingActionExecutor-5745-thread-1-processing-n:127.0.0.1:50666_solr) [n:127.0.0.1:50666_solr    ] o.a.s.c.a.TriggerIntegrationTest action executed from node_added_trigger1
   [junit4]   2> 1404173 DEBUG (AutoscalingActionExecutor-5745-thread-1-processing-n:127.0.0.1:50666_solr) [n:127.0.0.1:50666_solr    ] o.a.s.c.a.ScheduledTriggers Resuming trigger: node_added_trigger2 after 5000ms
   [junit4]   2> 1404173 DEBUG (AutoscalingActionExecutor-5745-thread-1-processing-n:127.0.0.1:50666_solr) [n:127.0.0.1:50666_solr    ] o.a.s.c.a.ScheduledTriggers Resuming trigger: node_added_trigger1 after 5000ms
   [junit4]   2> 1404173 DEBUG (AutoscalingActionExecutor-5745-thread-1-processing-n:127.0.0.1:50666_solr) [n:127.0.0.1:50666_solr    ] o.a.s.c.a.ScheduledTriggers -- processing took 2 ms for event id=efe599d2164cT37a4fcbxg5ho5tnjdbev0dwy
   [junit4]   2> 1409174 DEBUG (ScheduledTrigger-5744-thread-4) [n:127.0.0.1:50666_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger1
   [junit4]   2> 1409174 DEBUG (ScheduledTrigger-5744-thread-4) [n:127.0.0.1:50666_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 3
   [junit4]   2> 1409174 DEBUG (ScheduledTrigger-5744-thread-2) [n:127.0.0.1:50666_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger2
   [junit4]   2> 1409175 DEBUG (ScheduledTrigger-5744-thread-2) [n:127.0.0.1:50666_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 3
   [junit4]   2> 1409175 DEBUG (ScheduledTrigger-5744-thread-2) [n:127.0.0.1:50666_solr    ] o.a.s.c.a.NodeAddedTrigger Tracking new node: 127.0.0.1:50723_solr at time 263774412319505
   [junit4]   2> 1409175 DEBUG (ScheduledTrigger-5744-thread-2) [n:127.0.0.1:50666_solr    ] o.a.s.c.a.NodeAddedTrigger NodeAddedTrigger node_added_trigger2 firing registered processor for nodes: [127.0.0.1:50723_solr] added at times [263774412319505], now=263774412371873
   [junit4]   2> 1409175 DEBUG (ScheduledTrigger-5744-thread-2) [n:127.0.0.1:50666_solr    ] o.a.s.c.a.ScheduledTriggers ++++++++ Cooldown inactive - processing event: {
   [junit4]   2>   "id":"efe6c425ab11T37a4fcbxg5ho5tnjdbev0dx0",
   [junit4]   2>   "source":"node_added_trigger2",
   [junit4]   2>   "eventTime":263774412319505,
   [junit4]   2>   "eventType":"NODEADDED",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[263774412319505],
   [junit4]   2>     "nodeNames":["127.0.0.1:50723_solr"]}}
   [junit4]   2> 1409175 DEBUG (ScheduledTrigger-5744-thread-2) [n:127.0.0.1:50666_solr    ] o.a.s.c.a.ScheduledTriggers Pausing all triggers: [node_added_trigger2, node_added_trigger1]
   [junit4]   2> 1409176 INFO  (ScheduledTrigger-5744-thread-2) [n:127.0.0.1:50666_solr    ] o.a.s.c.a.SystemLogListener Collection .system does not exist, disabling logging.
   [junit4]   2> 1409176 DEBUG (AutoscalingActionExecutor-5745-thread-1-processing-n:127.0.0.1:50666_solr) [n:127.0.0.1:50666_solr    ] o.a.s.c.a.ScheduledTriggers -- processing actions for {
   [junit4]   2>   "id":"efe6c425ab11T37a4fcbxg5ho5tnjdbev0dx0",
   [junit4]   2>   "source":"node_added_trigger2",
   [junit4]   2>   "eventTime":263774412319505,
   [junit4]   2>   "eventType":"NODEADDED",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[263774412319505],
   [junit4]   2>     "_enqueue_time_":263774412546284,
   [junit4]   2>     "nodeNames":["127.0.0.1:50723_solr"]}}
   [junit4]   2> 1409176 INFO  (AutoscalingActionExecutor-5745-thread-1-processing-n:127.0.0.1:50666_solr) [n:127.0.0.1:50666_solr    ] o.a.s.c.a.TriggerIntegrationTest last action at 1518358117826000000 current time = 1518358122831000000
   [junit4]   2> real diff: 5005000000
   [junit4]   2>  min diff: 4998000000
   [junit4]   2> 1409176 INFO  (AutoscalingActionExecutor-5745-thread-1-processing-n:127.0.0.1:50666_solr) [n:127.0.0.1:50666_solr    ] o.a.s.c.a.TriggerIntegrationTest action executed from node_added_trigger2
   [junit4]   2> 1409178 DEBUG (AutoscalingActionExecutor-5745-thread-1-processing-n:127.0.0.1:50666_solr) [n:127.0.0.1:50666_solr    ] o.a.s.c.a.ScheduledTriggers Resuming trigger: node_added_trigger2 after 5000ms
   [junit4]   2> 1409178 DEBUG (AutoscalingActionExecutor-5745-thread-1-processing-n:127.0.0.1:50666_solr) [n:127.0.0.1:50666_solr    ] o.a.s.c.a.ScheduledTriggers Resuming trigger: node_added_trigger1 after 5000ms
   [junit4]   2> 1409178 DEBUG (AutoscalingActionExecutor-5745-thread-1-processing-n:127.0.0.1:50666_solr) [n:127.0.0.1:50666_solr    ] o.a.s.c.a.ScheduledTriggers -- processing took 2 ms for event id=efe6c425ab11T37a4fcbxg5ho5tnjdbev0dx0
   [junit4]   2> 1409182 INFO  (qtp571970206-17241) [n:127.0.0.1:50666_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> 1409184 INFO  (qtp1584501771-17315) [n:127.0.0.1:50707_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> 1409186 INFO  (qtp1799640029-17339) [n:127.0.0.1:50723_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> 1409186 DEBUG (qtp571970206-17248) [n:127.0.0.1:50666_solr    ] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 1409186 INFO  (qtp571970206-17248) [n:127.0.0.1:50666_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/autoscaling params={wt=javabin&version=2} status=0 QTime=7
   [junit4]   2> 1409191 DEBUG (zkCallback-5970-thread-1-processing-n:127.0.0.1:50666_solr) [n:127.0.0.1:50666_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 8
   [junit4]   2> 1409192 DEBUG (zkCallback-5970-thread-1-processing-n:127.0.0.1:50666_solr) [n:127.0.0.1:50666_solr    ] o.a.s.c.a.NodeAddedTrigger Initial livenodes: [127.0.0.1:50723_solr, 127.0.0.1:50666_solr, 127.0.0.1:50707_solr]
   [junit4]   2> 1409192 DEBUG (zkCallback-5970-thread-1-processing-n:127.0.0.1:50666_solr) [n:127.0.0.1:50666_solr    ] o.a.s.c.a.NodeAddedTrigger NodeAddedTrigger node_added_trigger2 instantiated with properties: {event=nodeAdded, waitFor=0, actions=[{name=test, class=org.apache.solr.cloud.autoscaling.TriggerIntegrationTest$ThrottlingTesterAction}], enabled=true}
   [junit4]   2> 1409192 DEBUG (zkCallback-5970-thread-1-processing-n:127.0.0.1:50666_solr) [n:127.0.0.1:50666_solr    ] o.a.s.c.a.NodeLostTrigger Initial livenodes: [127.0.0.1:50723_solr, 127.0.0.1:50666_solr, 127.0.0.1:50707_solr]
   [junit4]   2> 1409193 DEBUG (zkCallback-5970-thread-1-processing-n:127.0.0.1:50666_solr) [n:127.0.0.1:50666_solr    ] o.a.s.c.a.NodeAddedTrigger Initial livenodes: [127.0.0.1:50723_solr, 127.0.0.1:50666_solr, 127.0.0.1:50707_solr]
   [junit4]   2> 1409193 DEBUG (zkCallback-5970-thread-1-processing-n:127.0.0.1:50666_solr) [n:127.0.0.1:50666_solr    ] o.a.s.c.a.NodeAddedTrigger NodeAddedTrigger node_added_trigger1 instantiated with properties: {event=nodeAdded, waitFor=0, actions=[{name=test, class=org.apache.solr.cloud.autoscaling.TriggerIntegrationTest$ThrottlingTesterAction}], enabled=true}
   [junit4]   2> 1409193 DEBUG (OverseerAutoScalingTriggerThread-72074879465684998-127.0.0.1:50666_solr-n_0000000001) [n:127.0.0.1:50666_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 8
   [junit4]   2> 1409195 INFO  (qtp571970206-17250) [n:127.0.0.1:50666_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> 1409196 INFO  (OverseerAutoScalingTriggerThread-72074879465684998-127.0.0.1:50666_solr-n_0000000001) [n:127.0.0.1:50666_solr    ] o.a.s.c.a.TriggerIntegrationTest TestTriggerAction init
   [junit4]   2> 1409197 INFO  (qtp1584501771-17315) [n:127.0.0.1:50707_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> 1409197 DEBUG (OverseerAutoScalingTriggerThread-72074879465684998-127.0.0.1:50666_solr-n_0000000001) [n:127.0.0.1:50666_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 8, lastZnodeVersion 8
   [junit4]   2> 1409198 DEBUG (ScheduledTrigger-5744-thread-4) [n:127.0.0.1:50666_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger1 with currently live nodes: 3
   [junit4]   2> 1409199 INFO  (qtp1799640029-17339) [n:127.0.0.1:50723_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> 1409199 DEBUG (qtp1584501771-17320) [n:127.0.0.1:50707_solr    ] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 1409200 INFO  (qtp1584501771-17320) [n:127.0.0.1:50707_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/autoscaling params={wt=javabin&version=2} status=0 QTime=7
   [junit4]   2> 1409200 DEBUG (zkCallback-5970-thread-1-processing-n:127.0.0.1:50666_solr) [n:127.0.0.1:50666_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 9
   [junit4]   2> 1409201 DEBUG (zkCallback-5970-thread-1-processing-n:127.0.0.1:50666_solr) [n:127.0.0.1:50666_solr    ] o.a.s.c.a.NodeAddedTrigger Initial livenodes: [127.0.0.1:50723_solr, 127.0.0.1:50666_solr, 127.0.0.1:50707_solr]
   [junit4]   2> 1409201 DEBUG (zkCallback-5970-thread-1-processing-n:127.0.0.1:50666_solr) [n:127.0.0.1:50666_solr    ] o.a.s.c.a.NodeAddedTrigger NodeAddedTrigger node_added_trigger2 instantiated with properties: {event=nodeAdded, waitFor=0, actions=[{name=test, class=org.apache.solr.cloud.autoscaling.TriggerIntegrationTest$ThrottlingTesterAction}], enabled=true}
   [junit4]   2> 1409202 DEBUG (zkCallback-5970-thread-1-processing-n:127.0.0.1:50666_solr) [n:127.0.0.1:50666_solr    ] o.a.s.c.a.NodeLostTrigger Initial livenodes: [127.0.0.1:50723_solr, 127.0.0.1:50666_solr, 127.0.0.1:50707_solr]
   [junit4]   2> 1409202 DEBUG (zkCallback-5970-thread-1-processing-n:127.0.0.1:50666_solr) [n:127.0.0.1:50666_solr    ] o.a.s.c.a.NodeAddedTrigger Initial livenodes: [127.0.0.1:50723_solr, 127.0.0.1:50666_solr, 127.0.0.1:50707_solr]
   [junit4]   2> 1409202 DEBUG (zkCallback-5970-thread-1-processing-n:127.0.0.1:50666_solr) [n:127.0.0.1:50666_solr    ] o.a.s.c.a.NodeAddedTrigger NodeAddedTrigger node_added_trigger1 instantiated with properties: {event=nodeAdded, waitFor=0, actions=[{name=test, class=org.apache.solr.cloud.autoscaling.TriggerIntegrationTest$ThrottlingTesterAction}], enabled=true}
   [junit4]   2> 1409203 DEBUG (zkCallback-5970-thread-1-processing-n:127.0.0.1:50666_solr) [n:127.0.0.1:50666_solr    ] o.a.s.c.a.NodeLostTrigger Initial livenodes: [127.0.0.1:50723_solr, 127.0.0.1:50666_solr, 127.0.0.1:50707_solr]
   [junit4]   2> 1409203 DEBUG (OverseerAutoScalingTriggerThread-72074879465684998-127.0.0.1:50666_solr-n_0000000001) [n:127.0.0.1:50666_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 9
   [junit4]   2> 1409207 INFO  (OverseerAutoScalingTriggerThread-72074879465684998-127.0.0.1:50666_solr-n_0000000001) [n:127.0.0.1:50666_solr    ] o.a.s.c.a.TriggerIntegrationTest TestTriggerAction init
   [junit4]   2> 1409208 DEBUG (OverseerAutoScalingTriggerThread-72074879465684998-127.0.0.1:50666_solr-n_0000000001) [n:127.0.0.1:50666_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 9, lastZnodeVersion 9
   [junit4]   2> 1409208 INFO  (TEST-TriggerIntegrationTest.testTriggerThrottling-seed#[41E1348A3C1B7E92]) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@4e19aef5{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 1409209 INFO  (TEST-TriggerIntegrationTest.testTriggerThrottling-seed#[41E1348A3C1B7E92]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=218083778
   [junit4]   2> 1409209 INFO  (TEST-TriggerIntegrationTest.testTriggerThrottling-seed#[41E1348A3C1B7E92]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 1409209 INFO  (TEST-TriggerIntegrationTest.testTriggerThrottling-seed#[41E1348A3C1B7E92]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@58889df9: rootName = solr_50723, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@46f0683d
   [junit4]   2> 1409210 DEBUG (ScheduledTrigger-5744-thread-1) [n:127.0.0.1:50666_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger2 with currently live nodes: 3
   [junit4]   2> 1409216 INFO  (TEST-TriggerIntegrationTest.testTriggerThrottling-seed#[41E1348A3C1B7E92]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 1409216 INFO  (TEST-TriggerIntegrationTest.testTriggerThrottling-seed#[41E1348A3C1B7E92]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@473e650: rootName = solr_50723, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@4c723e36
   [junit4]   2> 1409221 INFO  (TEST-TriggerIntegrationTest.testTriggerThrottling-seed#[41E1348A3C1B7E92]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 1409221 INFO  (TEST-TriggerIntegrationTest.testTriggerThrottling-seed#[41E1348A3C1B7E92]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@31aef74d: rootName = solr_50723, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@61967348
   [junit4]   2> 1409223 INFO  (TEST-TriggerIntegrationTest.testTriggerThrottling-seed#[41E1348A3C1B7E92]) [    ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:50723_solr
   [junit4]   2> 1409225 INFO  (zkCallback-5998-thread-1-processing-n:127.0.0.1:50723_solr) [n:127.0.0.1:50723_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 1409225 INFO  (zkCallback-5980-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 1409225 INFO  (zkCallback-5988-thread-1-processing-n:127.0.0.1:50707_solr) [n:127.0.0.1:50707_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 1409225 INFO  (zkCallback-5970-thread-1-processing-n:127.0.0.1:50666_solr) [n:127.0.0.1:50666_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 1409226 INFO  (TEST-TriggerIntegrationTest.testTriggerThrottling-seed#[41E1348A3C1B7E92]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 1409226 INFO  (TEST-TriggerIntegrationTest.testTriggerThrottling-seed#[41E1348A3C1B7E92]) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1409228 INFO  (TEST-TriggerIntegrationTest.testTriggerThrottling-seed#[41E1348A3C1B7E92]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@f0f5699{/solr,null,UNAVAILABLE}
   [junit4]   2> 1409228 INFO  (TEST-TriggerIntegrationTest.testTriggerThrottling-seed#[41E1348A3C1B7E92]) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 1410202 DEBUG (ScheduledTrigger-5744-thread-4) [n:127.0.0.1:50666_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger1 with currently live nodes: 2
   [junit4]   2> 1410202 DEBUG (ScheduledTrigger-5744-thread-4) [n:127.0.0.1:50666_solr    ] o.a.s.c.a.NodeLostTrigger Tracking lost node: 127.0.0.1:50723_solr
   [junit4]   2> 1410202 DEBUG (ScheduledTrigger-5744-thread-4) [n:127.0.0.1:50666_solr    ] o.a.s.c.a.NodeLostTrigger NodeLostTrigger firing registered processor for lost nodes: [127.0.0.1:50723_solr]
   [junit4]   2> 1410202 DEBUG (ScheduledTrigger-5744-thread-4) [n:127.0.0.1:50666_solr    ] o.a.s.c.a.ScheduledTriggers ++++++++ Cooldown inactive - processing event: {
   [junit4]   2>   "id":"efe70162be00T37a4fcbxg5ho5tnjdbev0dx2",
   [junit4]   2>   "source":"node_lost_trigger1",
   [junit4]   2>   "eventTime":263775439732224,
   [junit4]   2>   "eventType":"NODELOST",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[263775439732224],
   [junit4]   2>     "nodeNames":["127.0.0.1:50723_solr"]}}
   [junit4]   2> 1410202 DEBUG (ScheduledTrigger-5744-thread-4) [n:127.0.0.1:50666_solr    ] o.a.s.c.a.ScheduledTriggers Pausing all triggers: [node_lost_trigger2, node_added_trigger2, node_lost_trigger1, node_added_trigger1]
   [junit4]   2> 1410203 INFO  (ScheduledTrigger-5744-thread-4) [n:127.0.0.1:50666_solr    ] o.a.s.c.a.SystemLogListener Collection .system does not exist, disabling logging.
   [junit4]   2> 1410203 DEBUG (AutoscalingActionExecutor-5745-thread-1-processing-n:127.0.0.1:50666_solr) [n:127.0.0.1:50666_solr    ] o.a.s.c.a.ScheduledTriggers -- processing actions for {
   [junit4]   2>   "id":"efe70162be00T37a4fcbxg5ho5tnjdbev0dx2",
   [junit4]   2>   "source":"node_lost_trigger1",
   [junit4]   2>   "eventTime":263775439732224,
   [junit4]   2>   "eventType":"NODELOST",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[263775439732224],
   [junit4]   2>     "_enqueue_time_":263775439930754,
   [junit4]   2>     "nodeNames":["127.0.0.1:50723_solr"]}}
   [junit4]   2> 1410203 INFO  (AutoscalingActionExecutor-5745-thread-1-processing-n:127.0.0.1:50666_solr) [n:127.0.0.1:50666_solr    ] o.a.s.c.a.TriggerIntegrationTest action executed from node_lost_trigger1
   [junit4]   2> 1410210 DEBUG (AutoscalingActionExecutor-5745-thread-1-processing-n:127.0.0.1:50666_solr) [n:127.0.0.1:50666_solr    ] o.a.s.c.a.ScheduledTriggers Resuming trigger: node_lost_trigger2 after 5000ms
   [junit4]   2> 1410210 DEBUG (AutoscalingActionExecutor-5745-thread-1-processing-n:127.0.0.1:50666_solr) [n:127.0.0.1:50666_solr    ] o.a.s.c.a.ScheduledTriggers Resuming trigger: node_added_trigger2 after 5000ms
   [junit4]   2> 1410211 DEBUG (AutoscalingActionExecutor-5745-thread-1-processing-n:127.0.0.1:50666_solr) [n:127.0.0.1:50666_solr    ] o.a.s.c.a.ScheduledTriggers Resuming trigger: node_lost_trigger1 after 5000ms
   [junit4]   2> 1410211 DEBUG (AutoscalingActionExecutor-5745-thread-1-processing-n:127.0.0.1:50666_solr) [n:127.0.0.1:50666_solr    ] o.a.s.c.a.ScheduledTriggers Resuming trigger: node_added_trigger1 after 5000ms
   [junit4]   2> 1410211 DEBUG (AutoscalingActionExecutor-5745-thread-1-processing-n:127.0.0.1:50666_solr) [n:127.0.0.1:50666_solr    ] o.a.s.c.a.ScheduledTriggers -- processing took 7 ms for event id=efe70162be00T37a4fcbxg5ho5tnjdbev0dx2
   [junit4]   2> 1415211 DEBUG (ScheduledTrigger-5744-thread-1) [n:127.0.0.1:50666_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger2
   [junit4]   2> 1415212 DEBUG (ScheduledTrigger-5744-thread-1) [n:127.0.0.1:50666_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 2
   [junit4]   2> 1415212 DEBUG (ScheduledTrigger-5744-thread-3) [n:127.0.0.1:50666_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger1
   [junit4]   2> 1415212 DEBUG (ScheduledTrigger-5744-thread-2) [n:127.0.0.1:50666_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger2 with currently live nodes: 2
   [junit4]   2> 1415212 DEBUG (ScheduledTrigger-5744-thread-2) [n:127.0.0.1:50666_solr    ] o.a.s.c.a.NodeLostTrigger Tracking lost node: 127.0.0.1:50723_solr
   [junit4]   2> 1415211 DEBUG (ScheduledTrigger-5744-thread-4) [n:127.0.0.1:50666_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger1 with currently live nodes: 2
   [junit4]   2> 1415212 DEBUG (ScheduledTrigger-5744-thread-2) [n:127.0.0.1:50666_solr    ] o.a.s.c.a.NodeLostTrigger NodeLostTrigger firing registered processor for lost nodes: [127.0.0.1:50723_solr]
   [junit4]   2> 1415212 DEBUG (ScheduledTrigger-5744-thread-3) [n:127.0.0.1:50666_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 2
   [junit4]   2> 1415212 DEBUG (ScheduledTrigger-5744-thread-2) [n:127.0.0.1:50666_solr    ] o.a.s.c.a.ScheduledTriggers ++++++++ Cooldown inactive - processing event: {
   [junit4]   2>   "id":"efe82c02fcd4T37a4fcbxg5ho5tnjdbev0dx4",
   [junit4]   2>   "source":"node_lost_trigger2",
   [junit4]   2>   "eventTime":263780449844436,
   [junit4]   2>   "eventType":"NODELOST",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[263780449844436],
   [junit4]   2>     "nodeNames":["127.0.0.1:50723_solr"]}}
   [junit4]   2> 1415212 DEBUG (ScheduledTrigger-5744-thread-2) [n:127.0.0.1:50666_solr    ] o.a.s.c.a.ScheduledTriggers Pausing all triggers: [node_lost_trigger2, node_added_trigger2, node_lost_trigger1, node_added_trigger1]
   [junit4]   2> 1415213 INFO  (ScheduledTrigger-5744-thread-2) [n:127.0.0.1:50666_solr    ] o.a.s.c.a.SystemLogListener Collection .system does not exist, disabling logging.
   [junit4]   2> 1415213 DEBUG (AutoscalingActionExecutor-5745-thread-1-processing-n:127.0.0.1:50666_solr) [n:127.0.0.1:50666_solr    ] o.a.s.c.a.ScheduledTriggers -- processing actions for {
   [junit4]   2>   "id":"efe82c02fcd4T37a4fcbxg5ho5tnjdbev0dx4",
   [junit4]   2>   "source":"node_lost_trigger2",
   [junit4]   2>   "eventTime":263780449844436,
   [junit4]   2>   "eventType":"NODELOST",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[263780449844436],
   [junit4]   2>     "_enqueue_time_":263780450169448,
   [junit4]   2>     "nodeNames":["127.0.0.1:50723_solr"]}}
   [junit4]   2> 1415213 INFO  (AutoscalingActionExecutor-5745-thread-1-processing-n:127.0.0.1:50666_solr) [n:127.0.0.1:50666_solr    ] o.a.s.c.a.TriggerIntegrationTest last action at 1518358123858000000 current time = 1518358128868000000
   [junit4]   2> real diff: 5010000000
   [junit4]   2>  min diff: 4998000000
   [junit4]   2> 1415213 INFO  (AutoscalingActionExecutor-5745-thread-1-processing-n:127.0.0.1:50666_solr) [n:127.0.0.1:50666_solr    ] o.a.s.c.a.TriggerIntegrationTest action executed from node_lost_trigger2
   [junit4]   2> 1415213 INFO  (TEST-TriggerIntegrationTest.testTriggerThrottling-seed#[41E1348A3C1B7E92]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testTriggerThrottling
   [junit4]   2> 1415217 DEBUG (AutoscalingActionExecutor-5745-thread-1-processing-n:127.0.0.1:50666_solr) [n:127.0.0.1:50666_solr    ] o.a.s.c.a.ScheduledTriggers Resuming trigger: node_lost_trigger2 after 5000ms
   [junit4]   2> 1415217 DEBUG (AutoscalingActionExecutor-5745-thread-1-processing-n:127.0.0.1:50666_solr) [n:127.0.0.1:50666_solr    ] o.a.s.c.a.ScheduledTriggers Resuming trigger: node_added_trigger2 after 5000ms
   [junit4]   2> 1415217 DEBUG (AutoscalingActionExecutor-5745-thread-1-processing-n:127.0.0.1:50666_solr) [n:127.0.0.1:50666_solr    ] o.a.s.c.a.ScheduledTriggers Resuming trigger: node_lost_trigger1 after 5000ms
   [junit4]   2> 1415218 DEBUG (AutoscalingActionExecutor-5745-thread-1-processing-n:127.0.0.1:50666_solr) [n:127.0.0.1:50666_solr    ] o.a.s.c.a.ScheduledTriggers Resuming trigger: node_added_trigger1 after 5000ms
   [junit4]   2> 1415218 DEBUG (AutoscalingActionExecutor-5745-thread-1-processing-n:127.0.0.1:50666_solr) [n:127.0.0.1:50666_solr    ] o.a.s.c.a.ScheduledTriggers -- processing took 4 ms for event id=efe82c02fcd4T37a4fcbxg5ho5tnjdbev0dx4
   [junit4]   2> 1415229 INFO  (TEST-TriggerIntegrationTest.testNodeMarker

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

0.0.1:53255_solr-n_0000000000) [n:127.0.0.1:53255_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:53255_solr
   [junit4]   2> 2167600 DEBUG (jetty-closer-4038-thread-1) [    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread has been closed explicitly
   [junit4]   2> 2167600 WARN  (OverseerAutoScalingTriggerThread-72074927922937864-127.0.0.1:53255_solr-n_0000000000) [n:127.0.0.1:53255_solr    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 2167603 INFO  (jetty-closer-4038-thread-1) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@447d25bd{/solr,null,UNAVAILABLE}
   [junit4]   2> 2167603 INFO  (jetty-closer-4038-thread-1) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 2167604 INFO  (zkCallback-4064-thread-3-processing-n:127.0.0.1:53257_solr) [n:127.0.0.1:53257_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:53257_solr
   [junit4]   2> 2167633 INFO  (coreCloseExecutor-7741-thread-2) [n:127.0.0.1:53283_solr c:.system s:shard1 r:core_node8 x:.system_shard1_replica_n7] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection..system.shard1.leader, tag=1111196567
   [junit4]   2> 2167634 INFO  (coreCloseExecutor-7740-thread-1) [n:127.0.0.1:53257_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node5 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n2] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.AutoscalingHistoryHandlerTest_collection.shard1.leader, tag=1952024119
   [junit4]   2> 2167637 INFO  (zkCallback-4083-thread-1-processing-n:127.0.0.1:53283_solr) [n:127.0.0.1:53283_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:53283_solr
   [junit4]   2> 2167638 INFO  (jetty-closer-4038-thread-2) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@165abf32{/solr,null,UNAVAILABLE}
   [junit4]   2> 2167639 INFO  (jetty-closer-4038-thread-2) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 2169143 INFO  (jetty-closer-4038-thread-3) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@4d315b7b{/solr,null,UNAVAILABLE}
   [junit4]   2> 2169143 INFO  (jetty-closer-4038-thread-3) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 2169145 ERROR (SUITE-AutoscalingHistoryHandlerTest-seed#[41E1348A3C1B7E92]-worker) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 2169145 INFO  (SUITE-AutoscalingHistoryHandlerTest-seed#[41E1348A3C1B7E92]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:53252 53252
   [junit4]   2> 2169165 INFO  (Thread-3271) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:53252 53252
   [junit4]   2> 2169322 WARN  (Thread-3271) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	22	/solr/collections/.system/terms/shard1
   [junit4]   2> 	18	/solr/collections/AutoscalingHistoryHandlerTest_collection/terms/shard1
   [junit4]   2> 	13	/solr/aliases.json
   [junit4]   2> 	13	/solr/clusterprops.json
   [junit4]   2> 	5	/solr/configs/.system
   [junit4]   2> 	5	/solr/configs/.system/managed-schema
   [junit4]   2> 	4	/solr/security.json
   [junit4]   2> 	4	/solr/configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/managed-schema
   [junit4]   2> 	4	/solr/configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	66	/solr/collections/.system/state.json
   [junit4]   2> 	43	/solr/collections/AutoscalingHistoryHandlerTest_collection/state.json
   [junit4]   2> 	13	/solr/clusterstate.json
   [junit4]   2> 	2	/solr/overseer_elect/election/72074927922937864-127.0.0.1:53255_solr-n_0000000000
   [junit4]   2> 	2	/solr/collections/AutoscalingHistoryHandlerTest_collection/leader_elect/shard1/election/72074927922937865-core_node5-n_0000000000
   [junit4]   2> 	2	/solr/collections/.system/leader_elect/shard1/election/72074927922937865-core_node6-n_0000000001
   [junit4]   2> 	2	/solr/collections/AutoscalingHistoryHandlerTest_collection/leader_elect/shard1/election/72074927922937864-core_node6-n_0000000001
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	13	/solr/live_nodes
   [junit4]   2> 	13	/solr/collections
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_41E1348A3C1B7E92-001
   [junit4]   2> Feb 11, 2018 2:21:22 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70), sim=RandomSimilarity(queryNorm=true): {}, locale=ee-GH, timezone=America/Miquelon
   [junit4]   2> NOTE: Mac OS X 10.11.6 x86_64/Oracle Corporation 9 (64-bit)/cpus=3,threads=1,free=283230216,total=519569408
   [junit4]   2> NOTE: All tests run in this JVM: [ChaosMonkeyNothingIsSafeTest, TestSearchPerf, DisMaxRequestHandlerTest, CoreAdminRequestStatusTest, TestLegacyFieldReuse, TestShortCircuitedRequests, ShowFileRequestHandlerTest, CollectionsAPIDistributedZkTest, TestSchemaManager, TestClusterProperties, TestSchemaSimilarityResource, LeaderFailoverAfterPartitionTest, CursorMarkTest, TestFieldTypeCollectionResource, SolrCloudExampleTest, SortByFunctionTest, HLLSerializationTest, TestWriterPerf, ZkFailoverTest, HdfsRestartWhileUpdatingTest, TestSolrConfigHandlerConcurrent, TestTestInjection, BasicAuthIntegrationTest, TestLRUCache, TestEmbeddedSolrServerConstructors, TestStressReorder, ResponseBuilderTest, TestDynamicFieldCollectionResource, JvmMetricsTest, DefaultValueUpdateProcessorTest, HttpPartitionOnCommitTest, TestLuceneIndexBackCompat, TestRandomFaceting, TestImplicitCoreProperties, DistributedIntervalFacetingTest, TestDistribStateManager, ShardRoutingTest, SolrShardReporterTest, TestSolrDeletionPolicy2, TestWordDelimiterFilterFactory, TestComplexPhraseQParserPlugin, InfoHandlerTest, IndexBasedSpellCheckerTest, TestDocumentBuilder, TestAtomicUpdateErrorCases, SolrSlf4jReporterTest, ShardSplitTest, TestNodeAddedTrigger, AssignTest, SuggestComponentTest, TestRebalanceLeaders, TestDistributedGrouping, AsyncCallRequestStatusResponseTest, SchemaApiFailureTest, HighlighterConfigTest, DistribDocExpirationUpdateProcessorTest, DocExpirationUpdateProcessorFactoryTest, OverseerStatusTest, TestStressUserVersions, TestCollationFieldDocValues, TestUnifiedSolrHighlighter, TestLeaderElectionZkExpiry, JavabinLoaderTest, TestReplicaProperties, DistributedQueueTest, TestCollectionAPI, BlockJoinFacetRandomTest, UninvertDocValuesMergePolicyTest, DistanceUnitsTest, TestLegacyTerms, TestSimpleQParserPlugin, TestJsonFacets, TimeZoneUtilsTest, TestManagedStopFilterFactory, GraphQueryTest, HDFSCollectionsAPITest, DeleteReplicaTest, TestFastLRUCache, TestSolrFieldCacheBean, TestImpersonationWithHadoopAuth, ResponseHeaderTest, QueryParsingTest, TestFieldCacheVsDocValues, DistributedFacetSimpleRefinementLongTailTest, TestZkAclsWithHadoopAuth, TestReloadDeadlock, ReturnFieldsTest, TestNonDefinedSimilarityFactory, TestNamedUpdateProcessors, TestGraphMLResponseWriter, FacetPivotSmallTest, TestUpdate, CollectionTooManyReplicasTest, TestSimpleTrackingShardHandler, TestLMJelinekMercerSimilarityFactory, PKIAuthenticationIntegrationTest, DebugComponentTest, TolerantUpdateProcessorTest, TestCloudInspectUtil, TestSolrCloudWithKerberosAlt, TestCollapseQParserPlugin, TestMacroExpander, ImplicitSnitchTest, RestartWhileUpdatingTest, RequestHandlersTest, MinimalSchemaTest, HdfsThreadLeakTest, TestPHPSerializedResponseWriter, TestConfig, ClusterStateTest, TestSolrCoreSnapshots, PeerSyncReplicationTest, CustomHighlightComponentTest, TestCoreBackup, ResponseLogComponentTest, TestBadConfig, TestFuzzyAnalyzedSuggestions, UpdateParamsTest, ClassificationUpdateProcessorFactoryTest, SubstringBytesRefFilterTest, TestScoreJoinQPScore, TestSkipOverseerOperations, DeleteLastCustomShardedReplicaTest, RulesTest, SolrMetricReporterTest, TestClassicSimilarityFactory, TestNestedDocsSort, TestPolicyCloud, TestSubQueryTransformer, CleanupOldIndexTest, DeleteStatusTest, BufferStoreTest, ClusterStateUpdateTest, SharedFSAutoReplicaFailoverTest, PeerSyncWithIndexFingerprintCachingTest, TestHdfsUpdateLog, RegexBoostProcessorTest, TestReRankQParserPlugin, TestJettySolrRunner, CustomCollectionTest, TestLockTree, EchoParamsTest, TestBackupRepositoryFactory, SpatialHeatmapFacetsTest, TestConfigSetImmutable, TestTriggerIntegration, CdcrBidirectionalTest, TestSha256AuthenticationProvider, HdfsDirectoryFactoryTest, TestPayloadScoreQParserPlugin, TestHdfsCloudBackupRestore, TestPKIAuthenticationPlugin, SimplePostToolTest, TestDistributedSearch, TestSolr4Spatial, ZkControllerTest, TestCodecSupport, TestOrdValues, TestManagedSchemaThreadSafety, ReplicaListTransformerTest, TestDistribIDF, ReplaceNodeTest, TestIntervalFaceting, SpellCheckComponentTest, TestExclusionRuleCollectionAccess, TestDistribDocBasedVersion, TestMaxTokenLenTokenizer, TestBlobHandler, TestApiFramework, TestNumericTokenStream, TestAnalyzedSuggestions, ManagedSchemaRoundRobinCloudTest, BasicFunctionalityTest, SpellCheckCollatorTest, ChaosMonkeySafeLeaderTest, TestSortableTextField, TestReversedWildcardFilterFactory, TestSort, TestPolicyCloud, TestInitQParser, SparseHLLTest, TestAuthenticationFramework, TestFieldSortValues, ConfigureRecoveryStrategyTest, TestCryptoKeys, AutoscalingHistoryHandlerTest]
   [junit4] Completed [395/775 (2!)] on J1 in 41.02s, 1 test, 1 failure <<< FAILURES!

[...truncated 42360 lines...]

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

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

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

Error Message:
Could not find collection:collection2

Stack Trace:
java.lang.AssertionError: Could not find collection:collection2
	at __randomizedtesting.SeedInfo.seed([174024943720ACBC:9F141B4E99DCC144]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.junit.Assert.assertNotNull(Assert.java:526)
	at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:155)
	at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:140)
	at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:135)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.waitForRecoveriesToFinish(AbstractFullDistribZkTestBase.java:915)
	at org.apache.solr.cloud.FullSolrCloudDistribCmdsTest.testIndexingBatchPerRequestWithHttpSolrClient(FullSolrCloudDistribCmdsTest.java:612)
	at org.apache.solr.cloud.FullSolrCloudDistribCmdsTest.test(FullSolrCloudDistribCmdsTest.java:152)
	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.ReplaceNodeNoTargetTest.test

Error Message:


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


FAILED:  junit.framework.TestSuite.org.apache.solr.search.join.BlockJoinFacetDistribTest

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

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


FAILED:  junit.framework.TestSuite.org.apache.solr.search.join.BlockJoinFacetDistribTest

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

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


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([174024943720ACBC:7ABC80698D6853BB]: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 13448 lines...]
   [junit4] Suite: org.apache.solr.cloud.FullSolrCloudDistribCmdsTest
   [junit4]   2> 2531079 INFO  (SUITE-FullSolrCloudDistribCmdsTest-seed#[174024943720ACBC]-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/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_174024943720ACBC-001/init-core-data-001
   [junit4]   2> 2531079 WARN  (SUITE-FullSolrCloudDistribCmdsTest-seed#[174024943720ACBC]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=9 numCloses=9
   [junit4]   2> 2531079 INFO  (SUITE-FullSolrCloudDistribCmdsTest-seed#[174024943720ACBC]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 2531087 INFO  (SUITE-FullSolrCloudDistribCmdsTest-seed#[174024943720ACBC]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl=https://issues.apache.org/jira/browse/SOLR-5776) w/ MAC_OS_X supressed clientAuth
   [junit4]   2> 2531087 INFO  (SUITE-FullSolrCloudDistribCmdsTest-seed#[174024943720ACBC]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /_m/
   [junit4]   2> 2531089 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[174024943720ACBC]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 2531090 INFO  (Thread-2850) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2531090 INFO  (Thread-2850) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 2531094 ERROR (Thread-2850) [    ] 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> 2531200 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[174024943720ACBC]) [    ] o.a.s.c.ZkTestServer start zk server on port:63364
   [junit4]   2> 2531210 INFO  (zkConnectionManagerCallback-5859-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2531218 INFO  (zkConnectionManagerCallback-5861-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2531230 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[174024943720ACBC]) [    ] 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> 2531234 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[174024943720ACBC]) [    ] 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> 2531239 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[174024943720ACBC]) [    ] 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> 2531243 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[174024943720ACBC]) [    ] 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> 2531247 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[174024943720ACBC]) [    ] 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> 2531252 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[174024943720ACBC]) [    ] 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> 2531259 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[174024943720ACBC]) [    ] 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> 2531264 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[174024943720ACBC]) [    ] 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> 2531271 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[174024943720ACBC]) [    ] 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> 2531281 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[174024943720ACBC]) [    ] 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> 2531286 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[174024943720ACBC]) [    ] 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> 2531290 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[174024943720ACBC]) [    ] o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly asked otherwise
   [junit4]   2> 2532038 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[174024943720ACBC]) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T16:27:37-05:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 2532039 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[174024943720ACBC]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2532040 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[174024943720ACBC]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2532040 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[174024943720ACBC]) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 2532040 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[174024943720ACBC]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@425ad366{/_m,null,AVAILABLE}
   [junit4]   2> 2532041 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[174024943720ACBC]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@1ba8d83b{HTTP/1.1,[http/1.1]}{127.0.0.1:63367}
   [junit4]   2> 2532041 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[174024943720ACBC]) [    ] o.e.j.s.Server Started @2536321ms
   [junit4]   2> 2532041 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[174024943720ACBC]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_174024943720ACBC-001/tempDir-001/control/data, replicaType=NRT, hostContext=/_m, hostPort=63367, coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_174024943720ACBC-001/control-001/cores}
   [junit4]   2> 2532041 ERROR (TEST-FullSolrCloudDistribCmdsTest.test-seed#[174024943720ACBC]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2532041 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[174024943720ACBC]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.3.0
   [junit4]   2> 2532041 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[174024943720ACBC]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2532041 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[174024943720ACBC]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2532041 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[174024943720ACBC]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-02-12T02:50:47.763Z
   [junit4]   2> 2532044 INFO  (zkConnectionManagerCallback-5863-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2532046 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[174024943720ACBC]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 2532046 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[174024943720ACBC]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_174024943720ACBC-001/control-001/solr.xml
   [junit4]   2> 2532052 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[174024943720ACBC]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 2532052 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[174024943720ACBC]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 2532053 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[174024943720ACBC]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@56c40f14, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 2532057 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[174024943720ACBC]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:63364/solr
   [junit4]   2> 2532059 INFO  (zkConnectionManagerCallback-5867-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2532062 INFO  (zkConnectionManagerCallback-5869-thread-1-processing-n:127.0.0.1:63367__m) [n:127.0.0.1:63367__m    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2532230 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[174024943720ACBC]) [n:127.0.0.1:63367__m    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2532231 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[174024943720ACBC]) [n:127.0.0.1:63367__m    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:63367__m
   [junit4]   2> 2532235 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[174024943720ACBC]) [n:127.0.0.1:63367__m    ] o.a.s.c.Overseer Overseer (id=72077877325266948-127.0.0.1:63367__m-n_0000000000) starting
   [junit4]   2> 2532248 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[174024943720ACBC]) [n:127.0.0.1:63367__m    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:63367__m
   [junit4]   2> 2532251 INFO  (OverseerStateUpdate-72077877325266948-127.0.0.1:63367__m-n_0000000000) [n:127.0.0.1:63367__m    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2532342 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[174024943720ACBC]) [n:127.0.0.1:63367__m    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@56c40f14
   [junit4]   2> 2532350 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[174024943720ACBC]) [n:127.0.0.1:63367__m    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@56c40f14
   [junit4]   2> 2532351 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[174024943720ACBC]) [n:127.0.0.1:63367__m    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@56c40f14
   [junit4]   2> 2532352 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[174024943720ACBC]) [n:127.0.0.1:63367__m    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_174024943720ACBC-001/control-001/cores
   [junit4]   2> 2532390 INFO  (zkConnectionManagerCallback-5875-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2532392 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[174024943720ACBC]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2532393 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[174024943720ACBC]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:63364/solr ready
   [junit4]   2> 2532395 INFO  (qtp482349791-21835) [n:127.0.0.1:63367__m    ] 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:63367__m&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2532401 INFO  (OverseerThreadFactory-7573-thread-1-processing-n:127.0.0.1:63367__m) [n:127.0.0.1:63367__m    ] o.a.s.c.a.c.CreateCollectionCmd Create collection control_collection
   [junit4]   2> 2532514 INFO  (qtp482349791-21839) [n:127.0.0.1:63367__m    ] 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> 2532515 INFO  (qtp482349791-21839) [n:127.0.0.1:63367__m    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 2532634 INFO  (zkCallback-5868-thread-1-processing-n:127.0.0.1:63367__m) [n:127.0.0.1:63367__m    ] 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> 2533561 INFO  (qtp482349791-21839) [n:127.0.0.1:63367__m c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 2533573 INFO  (qtp482349791-21839) [n:127.0.0.1:63367__m 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> 2533654 INFO  (qtp482349791-21839) [n:127.0.0.1:63367__m 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> 2533715 INFO  (qtp482349791-21839) [n:127.0.0.1:63367__m 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> 2533715 INFO  (qtp482349791-21839) [n:127.0.0.1:63367__m 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@56c40f14
   [junit4]   2> 2533716 INFO  (qtp482349791-21839) [n:127.0.0.1:63367__m c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2533717 INFO  (qtp482349791-21839) [n:127.0.0.1:63367__m 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/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_174024943720ACBC-001/control-001/cores/control_collection_shard1_replica_n1], dataDir=[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_174024943720ACBC-001/control-001/cores/control_collection_shard1_replica_n1/data/]
   [junit4]   2> 2533719 INFO  (qtp482349791-21839) [n:127.0.0.1:63367__m c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=14, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.5653416995148096]
   [junit4]   2> 2533725 WARN  (qtp482349791-21839) [n:127.0.0.1:63367__m 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> 2533810 INFO  (qtp482349791-21839) [n:127.0.0.1:63367__m 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> 2533810 INFO  (qtp482349791-21839) [n:127.0.0.1:63367__m 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> 2533812 INFO  (qtp482349791-21839) [n:127.0.0.1:63367__m c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2533812 INFO  (qtp482349791-21839) [n:127.0.0.1:63367__m c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2533813 INFO  (qtp482349791-21839) [n:127.0.0.1:63367__m 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=16, maxMergeAtOnceExplicit=34, maxMergedSegmentMB=7.8359375, floorSegmentMB=1.478515625, forceMergeDeletesPctAllowed=5.2123189374695, segmentsPerTier=34.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.714038017967198
   [junit4]   2> 2533814 INFO  (qtp482349791-21839) [n:127.0.0.1:63367__m c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@3e00ca72[control_collection_shard1_replica_n1] main]
   [junit4]   2> 2533815 INFO  (qtp482349791-21839) [n:127.0.0.1:63367__m c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 2533816 INFO  (qtp482349791-21839) [n:127.0.0.1:63367__m 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> 2533816 INFO  (qtp482349791-21839) [n:127.0.0.1:63367__m c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2533816 INFO  (qtp482349791-21839) [n:127.0.0.1:63367__m 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 1592161834933157888
   [junit4]   2> 2533817 INFO  (searcherExecutor-7576-thread-1-processing-n:127.0.0.1:63367__m x:control_collection_shard1_replica_n1 s:shard1 c:control_collection) [n:127.0.0.1:63367__m 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@3e00ca72[control_collection_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2533829 INFO  (qtp482349791-21839) [n:127.0.0.1:63367__m c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 2533829 INFO  (qtp482349791-21839) [n:127.0.0.1:63367__m 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> 2533830 INFO  (qtp482349791-21839) [n:127.0.0.1:63367__m c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:63367/_m/control_collection_shard1_replica_n1/
   [junit4]   2> 2533830 INFO  (qtp482349791-21839) [n:127.0.0.1:63367__m 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> 2533830 INFO  (qtp482349791-21839) [n:127.0.0.1:63367__m c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SyncStrategy http://127.0.0.1:63367/_m/control_collection_shard1_replica_n1/ has no replicas
   [junit4]   2> 2533830 INFO  (qtp482349791-21839) [n:127.0.0.1:63367__m 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> 2533836 INFO  (qtp482349791-21839) [n:127.0.0.1:63367__m 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:63367/_m/control_collection_shard1_replica_n1/ shard1
   [junit4]   2> 2533950 INFO  (zkCallback-5868-thread-2-processing-n:127.0.0.1:63367__m) [n:127.0.0.1:63367__m    ] 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> 2533952 INFO  (qtp482349791-21839) [n:127.0.0.1:63367__m 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> 2533956 INFO  (qtp482349791-21839) [n:127.0.0.1:63367__m 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=1442
   [junit4]   2> 2533961 INFO  (qtp482349791-21835) [n:127.0.0.1:63367__m    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 2534061 INFO  (zkCallback-5868-thread-1-processing-n:127.0.0.1:63367__m) [n:127.0.0.1:63367__m    ] 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> 2534420 INFO  (OverseerCollectionConfigSetProcessor-72077877325266948-127.0.0.1:63367__m-n_0000000000) [n:127.0.0.1:63367__m    ] 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> 2534962 INFO  (qtp482349791-21835) [n:127.0.0.1:63367__m    ] 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:63367__m&wt=javabin&version=2} status=0 QTime=2567
   [junit4]   2> 2534969 INFO  (zkConnectionManagerCallback-5879-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2534971 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[174024943720ACBC]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2534973 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[174024943720ACBC]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:63364/solr ready
   [junit4]   2> 2534973 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[174024943720ACBC]) [    ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 2534974 INFO  (qtp482349791-21839) [n:127.0.0.1:63367__m    ] 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> 2534977 INFO  (OverseerThreadFactory-7573-thread-2-processing-n:127.0.0.1:63367__m) [n:127.0.0.1:63367__m    ] o.a.s.c.a.c.CreateCollectionCmd Create collection collection1
   [junit4]   2> 2534979 WARN  (OverseerThreadFactory-7573-thread-2-processing-n:127.0.0.1:63367__m) [n:127.0.0.1:63367__m    ] o.a.s.c.a.c.CreateCollectionCmd It is unusual to create a collection (collection1) without cores.
   [junit4]   2> 2535203 INFO  (qtp482349791-21839) [n:127.0.0.1:63367__m    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 2535204 INFO  (qtp482349791-21839) [n:127.0.0.1:63367__m    ] 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=229
   [junit4]   2> 2535762 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[174024943720ACBC]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_174024943720ACBC-001/shard-1-001 of type NRT
   [junit4]   2> 2535763 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[174024943720ACBC]) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T16:27:37-05:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 2535764 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[174024943720ACBC]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2535764 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[174024943720ACBC]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2535764 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[174024943720ACBC]) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 2535765 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[174024943720ACBC]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@77b50dce{/_m,null,AVAILABLE}
   [junit4]   2> 2535765 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[174024943720ACBC]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@4b51592f{HTTP/1.1,[http/1.1]}{127.0.0.1:63376}
   [junit4]   2> 2535765 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[174024943720ACBC]) [    ] o.e.j.s.Server Started @2540045ms
   [junit4]   2> 2535765 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[174024943720ACBC]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_174024943720ACBC-001/tempDir-001/jetty1, solrconfig=solrconfig.xml, hostContext=/_m, hostPort=63376, coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_174024943720ACBC-001/shard-1-001/cores}
   [junit4]   2> 2535765 ERROR (TEST-FullSolrCloudDistribCmdsTest.test-seed#[174024943720ACBC]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2535766 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[174024943720ACBC]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.3.0
   [junit4]   2> 2535766 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[174024943720ACBC]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2535766 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[174024943720ACBC]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2535766 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[174024943720ACBC]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-02-12T02:50:51.488Z
   [junit4]   2> 2535768 INFO  (zkConnectionManagerCallback-5881-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2535769 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[174024943720ACBC]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 2535769 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[174024943720ACBC]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_174024943720ACBC-001/shard-1-001/solr.xml
   [junit4]   2> 2535778 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[174024943720ACBC]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 2535779 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[174024943720ACBC]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 2535779 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[174024943720ACBC]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@56c40f14, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 2535784 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[174024943720ACBC]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:63364/solr
   [junit4]   2> 2535786 INFO  (zkConnectionManagerCallback-5885-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2535790 INFO  (zkConnectionManagerCallback-5887-thread-1-processing-n:127.0.0.1:63376__m) [n:127.0.0.1:63376__m    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2535802 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[174024943720ACBC]) [n:127.0.0.1:63376__m    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2535805 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[174024943720ACBC]) [n:127.0.0.1:63376__m    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2535808 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[174024943720ACBC]) [n:127.0.0.1:63376__m    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:63376__m
   [junit4]   2> 2535813 INFO  (zkCallback-5868-thread-1-processing-n:127.0.0.1:63367__m) [n:127.0.0.1:63367__m    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2535814 INFO  (zkCallback-5878-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2535815 INFO  (zkCallback-5886-thread-1-processing-n:127.0.0.1:63376__m) [n:127.0.0.1:63376__m    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2535932 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[174024943720ACBC]) [n:127.0.0.1:63376__m    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@56c40f14
   [junit4]   2> 2535950 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[174024943720ACBC]) [n:127.0.0.1:63376__m    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@56c40f14
   [junit4]   2> 2535950 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[174024943720ACBC]) [n:127.0.0.1:63376__m    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@56c40f14
   [junit4]   2> 2535952 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[174024943720ACBC]) [n:127.0.0.1:63376__m    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_174024943720ACBC-001/shard-1-001/cores
   [junit4]   2> 2536000 INFO  (qtp482349791-21840) [n:127.0.0.1:63367__m    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:63376__m&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2536004 INFO  (OverseerCollectionConfigSetProcessor-72077877325266948-127.0.0.1:63367__m-n_0000000000) [n:127.0.0.1:63367__m    ] 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> 2536005 INFO  (OverseerThreadFactory-7573-thread-3-processing-n:127.0.0.1:63367__m) [n:127.0.0.1:63367__m    ] o.a.s.c.a.c.AddReplicaCmd Node Identified 127.0.0.1:63376__m for creating new replica
   [junit4]   2> 2536010 INFO  (qtp1922915862-21883) [n:127.0.0.1:63376__m    ] 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> 2536011 INFO  (qtp1922915862-21883) [n:127.0.0.1:63376__m    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 2536130 INFO  (zkCallback-5886-thread-1-processing-n:127.0.0.1:63376__m) [n:127.0.0.1:63376__m    ] 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> 2537050 INFO  (qtp1922915862-21883) [n:127.0.0.1:63376__m c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 2537078 INFO  (qtp1922915862-21883) [n:127.0.0.1:63376__m c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.s.IndexSchema [collection1_shard2_replica_n61] Schema name=test
   [junit4]   2> 2537140 INFO  (qtp1922915862-21883) [n:127.0.0.1:63376__m 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> 2537164 INFO  (qtp1922915862-21883) [n:127.0.0.1:63376__m 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> 2537164 INFO  (qtp1922915862-21883) [n:127.0.0.1:63376__m 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@56c40f14
   [junit4]   2> 2537164 INFO  (qtp1922915862-21883) [n:127.0.0.1:63376__m c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2537164 INFO  (qtp1922915862-21883) [n:127.0.0.1:63376__m 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/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_174024943720ACBC-001/shard-1-001/cores/collection1_shard2_replica_n61], dataDir=[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_174024943720ACBC-001/shard-1-001/cores/collection1_shard2_replica_n61/data/]
   [junit4]   2> 2537166 INFO  (qtp1922915862-21883) [n:127.0.0.1:63376__m c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=14, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.5653416995148096]
   [junit4]   2> 2537168 WARN  (qtp1922915862-21883) [n:127.0.0.1:63376__m 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> 2537229 INFO  (qtp1922915862-21883) [n:127.0.0.1:63376__m c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2537229 INFO  (qtp1922915862-21883) [n:127.0.0.1:63376__m 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> 2537231 INFO  (qtp1922915862-21883) [n:127.0.0.1:63376__m c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2537231 INFO  (qtp1922915862-21883) [n:127.0.0.1:63376__m c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2537231 INFO  (qtp1922915862-21883) [n:127.0.0.1:63376__m c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=16, maxMergeAtOnceExplicit=34, maxMergedSegmentMB=7.8359375, floorSegmentMB=1.478515625, forceMergeDeletesPctAllowed=5.2123189374695, segmentsPerTier=34.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.714038017967198
   [junit4]   2> 2537232 INFO  (qtp1922915862-21883) [n:127.0.0.1:63376__m c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.s.SolrIndexSearcher Opening [Searcher@3a6e39b3[collection1_shard2_replica_n61] main]
   [junit4]   2> 2537234 INFO  (qtp1922915862-21883) [n:127.0.0.1:63376__m c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 2537234 INFO  (qtp1922915862-21883) [n:127.0.0.1:63376__m 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> 2537235 INFO  (qtp1922915862-21883) [n:127.0.0.1:63376__m c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2537235 INFO  (qtp1922915862-21883) [n:127.0.0.1:63376__m 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 1592161838518239232
   [junit4]   2> 2537236 INFO  (searcherExecutor-7587-thread-1-processing-n:127.0.0.1:63376__m x:collection1_shard2_replica_n61 s:shard2 c:collection1) [n:127.0.0.1:63376__m c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.c.SolrCore [collection1_shard2_replica_n61] Registered new searcher Searcher@3a6e39b3[collection1_shard2_replica_n61] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2537248 INFO  (qtp1922915862-21883) [n:127.0.0.1:63376__m c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 2537248 INFO  (qtp1922915862-21883) [n:127.0.0.1:63376__m 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> 2537248 INFO  (qtp1922915862-21883) [n:127.0.0.1:63376__m c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:63376/_m/collection1_shard2_replica_n61/
   [junit4]   2> 2537248 INFO  (qtp1922915862-21883) [n:127.0.0.1:63376__m c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 2537248 INFO  (qtp1922915862-21883) [n:127.0.0.1:63376__m c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.c.SyncStrategy http://127.0.0.1:63376/_m/collection1_shard2_replica_n61/ has no replicas
   [junit4]   2> 2537248 INFO  (qtp1922915862-21883) [n:127.0.0.1:63376__m c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 2537255 INFO  (qtp1922915862-21883) [n:127.0.0.1:63376__m c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:63376/_m/collection1_shard2_replica_n61/ shard2
   [junit4]   2> 2537362 INFO  (zkCallback-5886-thread-1-processing-n:127.0.0.1:63376__m) [n:127.0.0.1:63376__m    ] 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> 2537418 INFO  (qtp1922915862-21883) [n:127.0.0.1:63376__m c:collection1 s:shard2  x:collection1_shard2_replica_n61] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 2537422 INFO  (qtp1922915862-21883) [n:127.0.0.1:63376__m 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=1412
   [junit4]   2> 2537425 INFO  (qtp482349791-21840) [n:127.0.0.1:63367__m    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={node=127.0.0.1:63376__m&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2} status=0 QTime=1425
   [junit4]   2> 2537522 INFO  (zkCallback-5886-thread-1-processing-n:127.0.0.1:63376__m) [n:127.0.0.1:63376__m    ] 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> 2537756 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[174024943720ACBC]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_174024943720ACBC-001/shard-2-001 of type NRT
   [junit4]   2> 2537758 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[174024943720ACBC]) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T16:27:37-05:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 2537759 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[174024943720ACBC]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2537759 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[174024943720ACBC]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2537759 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[174024943720ACBC]) [    ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 2537759 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[174024943720ACBC]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@49827031{/_m,null,AVAILABLE}
   [junit4]   2> 2537760 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[174024943720ACBC]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@4cadccfe{HTTP/1.1,[http/1.1]}{127.0.0.1:63381}
   [junit4]   2> 2537760 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[174024943720ACBC]) [    ] o.e.j.s.Server Started @2542040ms
   [junit4]   2> 2537760 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[174024943720ACBC]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_174024943720ACBC-001/tempDir-001/jetty2, replicaType=NRT, solrconfig=solrconfig.xml, hostContext=/_m, hostPort=63381, coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_174024943720ACBC-001/shard-2-001/cores}
   [junit4]   2> 2537760 ERROR (TEST-FullSolrCloudDistribCmdsTest.test-seed#[174024943720ACBC]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2537760 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[174024943720ACBC]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.3.0
   [junit4]   2> 2537760 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[174024943720ACBC]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2537760 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[174024943720ACBC]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2537760 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[174024943720ACBC]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-02-12T02:50:53.482Z
   [junit4]   2> 2537762 INFO  (zkConnectionManagerCallback-5891-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2537764 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[174024943720ACBC]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 2537764 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[174024943720ACBC]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_174024943720ACBC-001/shard-2-001/solr.xml
   [junit4]   2> 2537769 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[174024943720ACBC]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 2537769 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[174024943720ACBC]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 2537769 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[174024943720ACBC]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@56c40f14, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 2537774 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[174024943720ACBC]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:63364/solr
   [junit4]   2> 2537776 INFO  (zkConnectionManagerCallback-5895-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2537779 INFO  (zkConnectionManagerCallback-5897-thread-1-processing-n:127.0.0.1:63381__m) [n:127.0.0.1:63381__m    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2537791 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[174024943720ACBC]) [n:127.0.0.1:63381__m    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 2537795 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[174024943720ACBC]) [n:127.0.0.1:63381__m    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2537799 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[174024943720ACBC]) [n:127.0.0.1:63381__m    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:63381__m
   [junit4]   2> 2537801 INFO  (zkCallback-5886-thread-1-processing-n:127.0.0.1:63376__m) [n:127.0.0.1:63376__m    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2537801 INFO  (zkCallback-5878-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2537802 INFO  (zkCallback-5868-thread-1-processing-n:127.0.0.1:63367__m) [n:127.0.0.1:63367__m    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2537802 INFO  (zkCallback-5896-thread-1-processing-n:127.0.0.1:63381__m) [n:127.0.0.1:63381__m    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2537878 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[174024943720ACBC]) [n:127.0.0.1:63381__m    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@56c40f14
   [junit4]   2> 2537889 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[174024943720ACBC]) [n:127.0.0.1:63381__m    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@56c40f14
   [junit4]   2> 2537890 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[174024943720ACBC]) [n:127.0.0.1:63381__m    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@56c40f14
   [junit4]   2> 2537891 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[174024943720ACBC]) [n:127.0.0.1:63381__m    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_174024943720ACBC-001/shard-2-001/cores
   [junit4]   2> 2537932 INFO  (qtp482349791-21839) [n:127.0.0.1:63367__m    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:63381__m&action=ADDREPLICA&collection=collection1&shard=shard3&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2537935 INFO  (OverseerCollectionConfigSetProcessor-72077877325266948-127.0.0.1:63367__m-n_0000000000) [n:127.0.0.1:63367__m    ] 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> 2537936 INFO  (OverseerThreadFactory-7573-thread-4-processing-n:127.0.0.1:63367__m) [n:127.0.0.1:63367__m    ] o.a.s.c.a.c.AddReplicaCmd Node Identified 127.0.0.1:63381__m for creating new replica
   [junit4]   2> 2537941 INFO  (qtp1193666935-21915) [n:127.0.0.1:63381__m    ] 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> 2537942 INFO  (qtp1193666935-21915) [n:127.0.0.1:63381__m    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 2538060 INFO  (zkCallback-5896-thread-1-processing-n:127.0.0.1:63381__m) [n:127.0.0.1:63381__m    ] 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> 2538060 INFO  (zkCallback-5886-thread-1-processing-n:127.0.0.1:63376__m) [n:127.0.0.1:63376__m    ] 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> 2538977 INFO  (qtp1193666935-21915) [n:127.0.0.1:63381__m c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 2539005 INFO  (qtp1193666935-21915) [n:127.0.0.1:63381__m c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.s.IndexSchema [collection1_shard3_replica_n63] Schema name=test
   [junit4]   2> 2539085 INFO  (qtp1193666935-21915) [n:127.0.0.1:63381__m 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> 2539116 INFO  (qtp1193666935-21915) [n:127.0.0.1:63381__m 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> 2539116 INFO  (qtp1193666935-21915) [n:127.0.0.1:63381__m 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@56c40f14
   [junit4]   2> 2539116 INFO  (qtp1193666935-21915) [n:127.0.0.1:63381__m c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2539116 INFO  (qtp1193666935-21915) [n:127.0.0.1:63381__m 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/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_174024943720ACBC-001/shard-2-001/cores/collection1_shard3_replica_n63], dataDir=[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_174024943720ACBC-001/shard-2-001/cores/collection1_shard3_replica_n63/data/]
   [junit4]   2> 2539118 INFO  (qtp1193666935-21915) [n:127.0.0.1:63381__m c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=14, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.5653416995148096]
   [junit4]   2> 2539120 WARN  (qtp1193666935-21915) [n:127.0.0.1:63381__m 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> 2539182 INFO  (qtp1193666935-21915) [n:127.0.0.1:63381__m c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2539183 INFO  (qtp1193666935-21915) [n:127.0.0.1:63381__m 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> 2539184 INFO  (qtp1193666935-21915) [n:127.0.0.1:63381__m c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2539184 INFO  (qtp1193666935-21915) [n:127.0.0.1:63381__m c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2539186 INFO  (qtp1193666935-21915) [n:127.0.0.1:63381__m c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=16, maxMergeAtOnceExplicit=34, maxMergedSegmentMB=7.8359375, floorSegmentMB=1.478515625, forceMergeDeletesPctAllowed=5.2123189374695, segmentsPerTier=34.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.714038017967198
   [junit4]   2> 2539186 INFO  (qtp1193666935-21915) [n:127.0.0.1:63381__m c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.s.SolrIndexSearcher Opening [Searcher@4233925a[collection1_shard3_replica_n63] main]
   [junit4]   2> 2539188 INFO  (qtp1193666935-21915) [n:127.0.0.1:63381__m c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 2539188 INFO  (qtp1193666935-21915) [n:127.0.0.1:63381__m 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> 2539189 INFO  (qtp1193666935-21915) [n:127.0.0.1:63381__m c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2539189 INFO  (qtp1193666935-21915) [n:127.0.0.1:63381__m 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 1592161840567156736
   [junit4]   2> 2539190 INFO  (searcherExecutor-7598-thread-1-processing-n:127.0.0.1:63381__m x:collection1_shard3_replica_n63 s:shard3 c:collection1) [n:127.0.0.1:63381__m c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.c.SolrCore [collection1_shard3_replica_n63] Registered new searcher Searcher@4233925a[collection1_shard3_replica_n63] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2539197 INFO  (qtp1193666935-21915) [n:127.0.0.1:63381__m c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 2539197 INFO  (qtp1193666935-21915) [n:127.0.0.1:63381__m 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> 2539197 INFO  (qtp1193666935-21915) [n:127.0.0.1:63381__m c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:63381/_m/collection1_shard3_replica_n63/
   [junit4]   2> 2539197 INFO  (qtp1193666935-21915) [n:127.0.0.1:63381__m c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 2539197 INFO  (qtp1193666935-21915) [n:127.0.0.1:63381__m c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.c.SyncStrategy http://127.0.0.1:63381/_m/collection1_shard3_replica_n63/ has no replicas
   [junit4]   2> 2539197 INFO  (qtp1193666935-21915) [n:127.0.0.1:63381__m c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 2539203 INFO  (qtp1193666935-21915) [n:127.0.0.1:63381__m c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:63381/_m/collection1_shard3_replica_n63/ shard3
   [junit4]   2> 2539312 INFO  (zkCallback-5886-thread-1-processing-n:127.0.0.1:63376__m) [n:127.0.0.1:63376__m    ] 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> 2539312 INFO  (zkCallback-5896-thread-1-processing-n:127.0.0.1:63381__m) [n:127.0.0.1:63381__m    ] 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> 2539369 INFO  (qtp1193666935-21915) [n:127.0.0.1:63381__m c:collection1 s:shard3  x:collection1_shard3_replica_n63] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 2539371 INFO  (qtp1193666935-21915) [n:127.0.0.1:63381__m 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=1430
   [junit4]   2> 2539374 INFO  (qtp482349791-21839) [n:127.0.0.1:63367__m    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={node=127.0.0.1:63381__m&action=ADDREPLICA&collection=collection1&shard=shard3&type=NRT&wt=javabin&version=2} status=0 QTime=1442
   [junit4]   2> 2539477 INFO  (zkCallback-5896-thread-1-processing-n:127.0.0.1:63381__m) [n:127.0.0.1:63381__m    ] 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> 2539477 INFO  (zkCallback-5886-thread-1-processing-n:127.0.0.1:63376__m) [n:127.0.0.1:63376__m    ] 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> 2539704 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[174024943720ACBC]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_174024943720ACBC-001/shard-3-001 of type NRT
   [junit4]   2> 2539704 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[174024943720ACBC]) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T16:27:37-05:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 2539705 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[174024943720ACBC]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2539705 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[174024943720ACBC]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2539706 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[174024943720ACBC]) [    ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 2539706 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[174024943720ACBC]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@50e704a3{/_m,null,AVAILABLE}
   [junit4]   2> 2539706 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[174024943720ACBC]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@27e2b898{HTTP/1.1,[http/1.1]}{127.0.0.1:63386}
   [junit4]   2> 2539706 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[174024943720ACBC]) [    ] o.e.j.s.Server Started @2543986ms
   [junit4]   2> 2539706 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[174024943720ACBC]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_174024943720ACBC-001/tempDir-001/jetty3, replicaType=NRT, solrconfig=solrconfig.xml, hostContext=/_m, hostPort=63386, coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_174024943720ACBC-001/shard-3-001/cores}
   [junit4]   2> 2539707 ERROR (TEST-FullSolrCloudDistribCmdsTest.test-seed#[174024943720ACBC]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2539707 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[174024943720ACBC]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.3.0
   [junit4]   2> 2539707 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[174024943720ACBC]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2539707 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[174024943720ACBC]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2539707 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[174024943720ACBC]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-02-12T02:50:55.429Z
   [junit4]   2> 2539709 INFO  (zkConnectionManagerCallback-5901-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2539710 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[174024943720ACBC]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 2539711 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[174024943720ACBC]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_174024943720ACBC-001/shard-3-001/solr.xml
   [junit4]   2> 2539716 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[174024943720ACBC]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 2539716 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[174024943720ACBC]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 2539717 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[174024943720ACBC]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@56c40f14, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 2539721 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[174024943720ACBC]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:63364/solr
   [junit4]   2> 2539722 INFO  (zkConnectionManagerCallback-5905-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2539725 INFO  (zkConnectionManagerCallback-5907-thread-1-processing-n:127.0.0.1:63386__m) [n:127.0.0.1:63386__m    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2539736 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[174024943720ACBC]) [n:127.0.0.1:63386__m    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 2539740 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[174024943720ACBC]) [n:127.0.0.1:63386__m    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2539744 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[174024943720ACBC]) [n:127.0.0.1:63386__m    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:63386__m
   [junit4]   2> 2539746 INFO  (zkCallback-5886-thread-1-processing-n:127.0.0.1:63376__m) [n:127.0.0.1:63376__m    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2539746 INFO  (zkCallback-5896-thread-1-processing-n:127.0.0.1:63381__m) [n:127.0.0.1:63381__m    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2539746 INFO  (zkCallback-5878-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2539746 INFO  (zkCallback-5868-thread-1-processing-n:127.0.0.1:63367__m) [n:127.0.0.1:63367__m    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2539747 INFO  (zkCallback-5906-thread-1-processing-n:127.0.0.1:63386__m) [n:127.0.0.1:63386__m    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2539832 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[174024943720ACBC]) [n:127.0.0.1:63386__m    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@56c40f14
   [junit4]   2> 2539841 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[174024943720ACBC]) [n:127.0.0.1:63386__m    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@56c40f14
   [junit4]   2> 2539842 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[174024943720ACBC]) [n:127.0.0.1:63386__m    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@56c40f14
   [junit4]   2> 2539843 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[174024943720ACBC]) [n:127.0.0.1:63386__m    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_174024943720ACBC-001/shard-3-001/cores
   [junit4]   2> 2539905 INFO  (qtp482349791-21840) [n:127.0.0.1:63367__m    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:63386__m&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2539909 INFO  (OverseerCollectionConfigSetProcessor-72077877325266948-127.0.0.1:63367__m-n_0000000000) [n:127.0.0.1:63367__m    ] 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> 2539910 INFO  (OverseerThreadFactory-7573-thread-5-processing-n:127.0.0.1:63367__m) [n:127.0.0.1:63367__m    ] o.a.s.c.a.c.AddReplicaCmd Node Identified 127.0.0.1:63386__m for creating new replica
   [junit4]   2> 2539915 INFO  (qtp1784243171-21946) [n:127.0.0.1:63386__m    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n6

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

Resource, TestGraphTermsQParserPlugin, HLLSerializationTest, TestLegacyFieldReuse, TestScoreJoinQPScore, BadIndexSchemaTest, AssignTest, TestSubQueryTransformerDistrib, ZkControllerTest, TestBinaryResponseWriter, CdcrUpdateLogTest, CurrencyFieldTypeTest, TestBackupRepositoryFactory, TestFreeTextSuggestions, MoveReplicaTest, TestConfigSetImmutable, TestLockTree, ExternalFileFieldSortTest, TestNumericTokenStream, CustomHighlightComponentTest, TestUnifiedSolrHighlighter, TestSolrDeletionPolicy2, TestSolrXml, DistributedFacetSimpleRefinementLongTailTest, TestLeaderElectionZkExpiry, SparseHLLTest, SpellCheckCollatorWithCollapseTest, TestLuceneIndexBackCompat, ResponseLogComponentTest, FieldAnalysisRequestHandlerTest, BJQParserTest, DistributedSpellCheckComponentTest, TestRandomFlRTGCloud, TestCloudInspectUtil, SolrCmdDistributorTest, TestStressLucene, ZkFailoverTest, TestReversedWildcardFilterFactory, DeleteStatusTest, TestApiFramework, CheckHdfsIndexTest, URLClassifyProcessorTest, TestDocSet, TestPivotHelperCode, CSVRequestHandlerTest, TestPullReplica, TestNonDefinedSimilarityFactory, AutoAddReplicasIntegrationTest, RegexBoostProcessorTest, StressHdfsTest, TestSolrCloudWithKerberosAlt, TestUpdate, HdfsUnloadDistributedZkTest, DistributedFacetPivotWhiteBoxTest, TestDistributedGrouping, DistanceUnitsTest, DocumentAnalysisRequestHandlerTest, TestSchemaManager, AutoScalingHandlerTest, TestConfigSetsAPIExclusivity, DocValuesTest, TestClassicSimilarityFactory, AliasIntegrationTest, TestImplicitCoreProperties, UpdateParamsTest, TestComponentsName, GraphQueryTest, TestFastLRUCache, ClusterStateUpdateTest, CollectionStateFormat2Test, TestSolr4Spatial, CdcrReplicationDistributedZkTest, DocValuesMultiTest, DistributedQueryComponentOptimizationTest, TestRestoreCore, SortByFunctionTest, DirectoryFactoryTest, CdcrRequestHandlerTest, TestDocumentBuilder, EchoParamsTest, TestLRUCache, NoCacheHeaderTest, TestClusterStateProvider, BooleanFieldTest, TestDFRSimilarityFactory, CircularListTest, TestSha256AuthenticationProvider, TestStressVersions, ReplicaListTransformerTest, FileBasedSpellCheckerTest, TestLegacyFieldCache, ClusterStateTest, SegmentsInfoRequestHandlerTest, TestSubQueryTransformer, TestFieldCacheVsDocValues, TestFieldCacheSort, TestPKIAuthenticationPlugin, CoreAdminRequestStatusTest, TestCrossCoreJoin, TestDistribIDF, TestAuthenticationFramework, ChaosMonkeySafeLeaderTest, BasicDistributedZk2Test, UnloadDistributedZkTest, OpenCloseCoreStressTest, LeaderElectionIntegrationTest, TestReplicationHandler, ZkSolrClientTest, TestFaceting, TestHashPartitioner, TestStressReorder, TestJoin, TestReload, DistributedTermsComponentTest, SpellCheckComponentTest, PeerSyncTest, HighlighterTest, SolrIndexSplitterTest, SimplePostToolTest, TestCoreDiscovery, CoreAdminHandlerTest, TestCSVLoader, DefaultValueUpdateProcessorTest, XsltUpdateRequestHandlerTest, CacheHeaderTest, TestSurroundQueryParser, TestWriterPerf, PrimitiveFieldTypeTest, TermsComponentTest, TestCollationField, UpdateRequestProcessorFactoryTest, QueryParsingTest, PingRequestHandlerTest, SampleTest, TestBinaryField, TestSearchPerf, NumericFieldsTest, MinimalSchemaTest, TestElisionMultitermQuery, OutputWriterTest, TestSolrCoreProperties, TestPostingsSolrHighlighter, NotRequiredUniqueKeyTest, TestLuceneMatchVersion, TestPhraseSuggestions, TestCodecSupport, SynonymTokenizerTest, TestPerFieldSimilarity, TestLMJelinekMercerSimilarityFactory, TestIBSimilarityFactory, TestBM25SimilarityFactory, ResourceLoaderTest, TestFastOutputStream, ScriptEngineTest, PluginInfoTest, DateMathParserTest, PreAnalyzedFieldTest, PrimUtilsTest, TestUtils, UUIDFieldTest, FileUtilsTest, DistributedMLTComponentTest, TestRTGBase, TestDistributedMissingSort, TestSimpleTrackingShardHandler, ChaosMonkeyNothingIsSafeWithPullReplicasTest, ConcurrentCreateRoutedAliasTest, CreateCollectionCleanupTest, CreateRoutedAliasTest, DeleteReplicaTest, DistribJoinFromCollectionTest, ForceLeaderTest, NodeMutatorTest, OverriddenZkACLAndCredentialsProvidersTest, OverseerCollectionConfigSetProcessorTest, OverseerRolesTest, OverseerTaskQueueTest, PeerSyncReplicationTest, RemoteQueryErrorTest, ReplaceNodeNoTargetTest, ReplaceNodeTest, SSLMigrationTest, SharedFSAutoReplicaFailoverTest, SolrCloudExampleTest, TestClusterProperties, TestConfigSetsAPI, TestOnReconnectListenerSupport, TestSkipOverseerOperations, TestStressCloudBlindAtomicUpdates, TestStressLiveNodes, TestTolerantUpdateProcessorCloud, ZkShardTermsTest, CollectionReloadTest, CollectionTooManyReplicasTest, ConcurrentDeleteAndCreateCollectionTest, SimpleCollectionCreateDeleteTest, TestHdfsCloudBackupRestore, AutoAddReplicasPlanActionTest, ComputePlanActionTest, ExecutePlanActionTest, HdfsAutoAddReplicasIntegrationTest, HttpTriggerListenerTest, NodeLostTriggerTest, TestPolicyCloud, TestComputePlanAction, TestDistribStateManager, TestGenericDistributedQueue, TestLargeCluster, TestSimDistributedQueue, TestTriggerIntegration, BaseCdcrDistributedZkTest, CdcrBidirectionalTest, CdcrReplicationHandlerTest, HdfsBasicDistributedZk2Test, HdfsChaosMonkeyNothingIsSafeTest, HdfsChaosMonkeySafeLeaderTest, HdfsRecoverLeaseTest, HdfsRestartWhileUpdatingTest, HdfsThreadLeakTest, HdfsTlogReplayBufferedWhileIndexingTest, HdfsWriteToMultipleCollectionsTest, ZkStateReaderTest, ZkStateWriterTest, RuleEngineTest, BlobRepositoryCloudTest, CachingDirectoryFactoryTest, ConfigureRecoveryStrategyTest, CoreSorterTest, HdfsDirectoryFactoryTest, QueryResultKeyTest, TestConfigOverlay, TestConfigSetProperties, TestConfigSets, TestInfoStreamLogging, TestInitParams, TestNRTOpen, TestSimpleTextCodec, TestSolrCloudSnapshots, SearchHandlerTest, TestBlobHandler, TestReqParamsAPI, TestSQLHandlerNonCloud, TestSolrConfigHandlerCloud, TestSystemCollAutoCreate, CoreAdminCreateDiscoverTest, CoreMergeIndexesAdminHandlerTest, InfoHandlerTest, PropertiesRequestHandlerTest, SecurityConfHandlerTest, StatsReloadRaceTest, TestCollectionAPIs, TestConfigsApi, DistributedExpandComponentTest, DistributedFacetPivotSmallAdvancedTest, DistributedQueryComponentCustomSortTest, DistributedSuggestComponentTest, FacetPivotSmallTest, ShufflingReplicaListTransformerTest, SpatialHeatmapFacetsTest, TestExpandComponent, TestTrackingShardHandlerFactory, WrapperMergePolicyFactoryTest, TestLegacyField, TestLegacyNumericUtils, TestLegacyTerms, TestMultiValuedNumericRangeQuery, JvmMetricsTest, SolrMetricReporterTest, SolrJmxReporterCloudTest, SolrSlf4jReporterTest, RegexBytesRefFilterTest, SubstringBytesRefFilterTest, TestIntervalFaceting, TestMacroExpander, JSONWriterTest, SmileWriterTest, TestExportWriter, TestGeoJSONResponseWriter, TestJavabinTupleStreamParser, TestPushWriter, TestRawResponseWriter, TestSolrQueryResponse, TestSubQueryTransformerCrossCore, TestManagedResource, TestManagedResourceStorage, TestBulkSchemaAPI, ChangedSchemaMergeTest, EnumFieldTest, PreAnalyzedFieldManagedSchemaCloudTest, SchemaApiFailureTest, TestBulkSchemaConcurrent, TestCollationFieldDocValues, TestManagedSchema, TestUseDocValuesAsStored, TestUseDocValuesAsStored2, AnalyticsMergeStrategyTest, TestInitQParser, TestRandomCollapseQParserPlugin, BlockJoinFacetDistribTest]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=BlockJoinFacetDistribTest -Dtests.seed=174024943720ACBC -Dtests.slow=true -Dtests.locale=ar-DZ -Dtests.timezone=Asia/Baku -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] ERROR   0.00s J1 | BlockJoinFacetDistribTest (suite) <<<
   [junit4]    > Throwable #1: com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.search.join.BlockJoinFacetDistribTest: 
   [junit4]    >    1) Thread[id=41205, name=qtp1955653547-41205, state=TIMED_WAITING, group=TGRP-BlockJoinFacetDistribTest]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
   [junit4]    >         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2163)
   [junit4]    >         at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.reservedWait(ReservedThreadExecutor.java:308)
   [junit4]    >         at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:373)
   [junit4]    >         at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)
   [junit4]    >         at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)
   [junit4]    >         at java.lang.Thread.run(Thread.java:748)
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([174024943720ACBC]:0)Throwable #2: com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   [junit4]    >    1) Thread[id=41205, name=qtp1955653547-41205, state=TIMED_WAITING, group=TGRP-BlockJoinFacetDistribTest]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
   [junit4]    >         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2163)
   [junit4]    >         at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.reservedWait(ReservedThreadExecutor.java:308)
   [junit4]    >         at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:373)
   [junit4]    >         at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)
   [junit4]    >         at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)
   [junit4]    >         at java.lang.Thread.run(Thread.java:748)
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([174024943720ACBC]:0)
   [junit4] Completed [738/775 (4!)] on J1 in 62.37s, 1 test, 2 errors <<< FAILURES!

[...truncated 48607 lines...]