You are viewing a plain text version of this content. The canonical link for it is here.
Posted to builds@lucene.apache.org by Policeman Jenkins Server <je...@thetaphi.de> on 2020/06/20 07:31:26 UTC

[JENKINS] Lucene-Solr-master-MacOSX (64bit/jdk-14.0.1) - Build # 6188 - Still Unstable!

Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-MacOSX/6188/
Java: 64bit/jdk-14.0.1 -XX:+UseCompressedOops -XX:+UseParallelGC

2 tests failed.
FAILED:  org.apache.solr.cloud.autoscaling.ExecutePlanActionTest.testTaskTimeout

Error Message:
did not finish processing event in time

Stack Trace:
java.lang.AssertionError: did not finish processing event in time
	at __randomizedtesting.SeedInfo.seed([4336E26B99CC21FE:466BDA8104A4E369]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.solr.cloud.autoscaling.ExecutePlanActionTest.testTaskTimeout(ExecutePlanActionTest.java:317)
	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:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	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:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	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:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:832)


FAILED:  org.apache.solr.cloud.autoscaling.TriggerCooldownIntegrationTest.testCooldown

Error Message:
The trigger did not fire at all

Stack Trace:
java.lang.AssertionError: The trigger did not fire at all
	at __randomizedtesting.SeedInfo.seed([4336E26B99CC21FE:72888F8FE766540C]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.solr.cloud.autoscaling.TriggerCooldownIntegrationTest.testCooldown(TriggerCooldownIntegrationTest.java:155)
	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:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	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:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	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:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:832)




Build Log:
[...truncated 13420 lines...]
   [junit4] Suite: org.apache.solr.cloud.autoscaling.TriggerCooldownIntegrationTest
   [junit4]   2> 1183284 INFO  (SUITE-TriggerCooldownIntegrationTest-seed#[4336E26B99CC21FE]-worker) [     ] o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to test-framework derived value of '/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/server/solr/configsets/_default/conf'
   [junit4]   2> 1183284 INFO  (SUITE-TriggerCooldownIntegrationTest-seed#[4336E26B99CC21FE]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 1183285 INFO  (SUITE-TriggerCooldownIntegrationTest-seed#[4336E26B99CC21FE]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J4/temp/solr.cloud.autoscaling.TriggerCooldownIntegrationTest_4336E26B99CC21FE-001/data-dir-77-001
   [junit4]   2> 1183285 WARN  (SUITE-TriggerCooldownIntegrationTest-seed#[4336E26B99CC21FE]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=1 numCloses=1
   [junit4]   2> 1183285 INFO  (SUITE-TriggerCooldownIntegrationTest-seed#[4336E26B99CC21FE]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 1183286 INFO  (SUITE-TriggerCooldownIntegrationTest-seed#[4336E26B99CC21FE]-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> 1183286 INFO  (SUITE-TriggerCooldownIntegrationTest-seed#[4336E26B99CC21FE]-worker) [     ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J4/temp/solr.cloud.autoscaling.TriggerCooldownIntegrationTest_4336E26B99CC21FE-001/tempDir-001
   [junit4]   2> 1183286 INFO  (SUITE-TriggerCooldownIntegrationTest-seed#[4336E26B99CC21FE]-worker) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1183286 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port: 0.0.0.0/0.0.0.0:0
   [junit4]   2> 1183287 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1183394 INFO  (SUITE-TriggerCooldownIntegrationTest-seed#[4336E26B99CC21FE]-worker) [     ] o.a.s.c.ZkTestServer start zk server on port: 49980
   [junit4]   2> 1183394 INFO  (SUITE-TriggerCooldownIntegrationTest-seed#[4336E26B99CC21FE]-worker) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:49980
   [junit4]   2> 1183394 INFO  (SUITE-TriggerCooldownIntegrationTest-seed#[4336E26B99CC21FE]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:49980
   [junit4]   2> 1183394 INFO  (SUITE-TriggerCooldownIntegrationTest-seed#[4336E26B99CC21FE]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 49980
   [junit4]   2> 1183396 INFO  (SUITE-TriggerCooldownIntegrationTest-seed#[4336E26B99CC21FE]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1183409 INFO  (zkConnectionManagerCallback-9023-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1183409 INFO  (SUITE-TriggerCooldownIntegrationTest-seed#[4336E26B99CC21FE]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1183413 INFO  (SUITE-TriggerCooldownIntegrationTest-seed#[4336E26B99CC21FE]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1183416 INFO  (zkConnectionManagerCallback-9025-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1183416 INFO  (SUITE-TriggerCooldownIntegrationTest-seed#[4336E26B99CC21FE]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1183417 INFO  (SUITE-TriggerCooldownIntegrationTest-seed#[4336E26B99CC21FE]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1183420 INFO  (zkConnectionManagerCallback-9027-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1183421 INFO  (SUITE-TriggerCooldownIntegrationTest-seed#[4336E26B99CC21FE]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1183526 INFO  (jetty-launcher-9028-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1183526 INFO  (jetty-launcher-9028-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1183526 INFO  (jetty-launcher-9028-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1183526 INFO  (jetty-launcher-9028-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1183526 INFO  (jetty-launcher-9028-thread-1) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 14.0.1+7
   [junit4]   2> 1183526 INFO  (jetty-launcher-9028-thread-2) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 14.0.1+7
   [junit4]   2> 1183528 INFO  (jetty-launcher-9028-thread-2) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1183528 INFO  (jetty-launcher-9028-thread-2) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1183528 INFO  (jetty-launcher-9028-thread-2) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1183529 INFO  (jetty-launcher-9028-thread-2) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@cac2219{/solr,null,AVAILABLE}
   [junit4]   2> 1183529 INFO  (jetty-launcher-9028-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1183529 INFO  (jetty-launcher-9028-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1183529 INFO  (jetty-launcher-9028-thread-1) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1183529 INFO  (jetty-launcher-9028-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@35da0cfe{/solr,null,AVAILABLE}
   [junit4]   2> 1183529 INFO  (jetty-launcher-9028-thread-2) [     ] o.e.j.s.AbstractConnector Started ServerConnector@74643f89{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:49987}
   [junit4]   2> 1183529 INFO  (jetty-launcher-9028-thread-2) [     ] o.e.j.s.Server Started @1183607ms
   [junit4]   2> 1183529 INFO  (jetty-launcher-9028-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=49987}
   [junit4]   2> 1183529 INFO  (jetty-launcher-9028-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@2151ebbe{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:49988}
   [junit4]   2> 1183529 ERROR (jetty-launcher-9028-thread-2) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1183529 INFO  (jetty-launcher-9028-thread-2) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1183529 INFO  (jetty-launcher-9028-thread-1) [     ] o.e.j.s.Server Started @1183607ms
   [junit4]   2> 1183529 INFO  (jetty-launcher-9028-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=49988}
   [junit4]   2> 1183529 INFO  (jetty-launcher-9028-thread-2) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 9.0.0
   [junit4]   2> 1183529 INFO  (jetty-launcher-9028-thread-2) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1183529 INFO  (jetty-launcher-9028-thread-2) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr
   [junit4]   2> 1183529 ERROR (jetty-launcher-9028-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1183529 INFO  (jetty-launcher-9028-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1183529 INFO  (jetty-launcher-9028-thread-2) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-06-20T06:54:42.456369Z
   [junit4]   2> 1183529 INFO  (jetty-launcher-9028-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 9.0.0
   [junit4]   2> 1183529 INFO  (jetty-launcher-9028-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1183529 INFO  (jetty-launcher-9028-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr
   [junit4]   2> 1183529 INFO  (jetty-launcher-9028-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-06-20T06:54:42.456369Z
   [junit4]   2> 1183529 INFO  (jetty-launcher-9028-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1183529 INFO  (jetty-launcher-9028-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1183536 INFO  (zkConnectionManagerCallback-9030-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1183536 INFO  (jetty-launcher-9028-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1183536 INFO  (zkConnectionManagerCallback-9032-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1183536 INFO  (jetty-launcher-9028-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1183537 INFO  (jetty-launcher-9028-thread-2) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1183537 INFO  (jetty-launcher-9028-thread-1) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1183646 INFO  (jetty-launcher-9028-thread-2) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1183647 WARN  (jetty-launcher-9028-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@54c9543c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1183647 WARN  (jetty-launcher-9028-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@54c9543c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1183649 WARN  (jetty-launcher-9028-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@11f0ba4c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1183649 WARN  (jetty-launcher-9028-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@11f0ba4c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1183650 INFO  (jetty-launcher-9028-thread-2) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:49980/solr
   [junit4]   2> 1183650 INFO  (jetty-launcher-9028-thread-2) [n:127.0.0.1:49987_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1183653 INFO  (zkConnectionManagerCallback-9043-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1183653 INFO  (jetty-launcher-9028-thread-2) [n:127.0.0.1:49987_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1183754 INFO  (jetty-launcher-9028-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1183755 WARN  (jetty-launcher-9028-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@748ccaf3[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1183755 WARN  (jetty-launcher-9028-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@748ccaf3[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1183757 WARN  (jetty-launcher-9028-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@368b8bb6[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1183757 WARN  (jetty-launcher-9028-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@368b8bb6[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1183758 INFO  (jetty-launcher-9028-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:49980/solr
   [junit4]   2> 1183759 INFO  (jetty-launcher-9028-thread-1) [n:127.0.0.1:49988_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1183764 INFO  (zkConnectionManagerCallback-9056-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1183764 INFO  (jetty-launcher-9028-thread-1) [n:127.0.0.1:49988_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1183796 INFO  (jetty-launcher-9028-thread-1) [n:127.0.0.1:49988_solr     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:49988_solr
   [junit4]   2> 1183797 INFO  (jetty-launcher-9028-thread-1) [n:127.0.0.1:49988_solr     ] o.a.s.c.Overseer Overseer (id=72135859289063430-127.0.0.1:49988_solr-n_0000000000) starting
   [junit4]   2> 1183810 INFO  (OverseerStateUpdate-72135859289063430-127.0.0.1:49988_solr-n_0000000000) [n:127.0.0.1:49988_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:49988_solr
   [junit4]   2> 1183810 INFO  (jetty-launcher-9028-thread-1) [n:127.0.0.1:49988_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49988_solr
   [junit4]   2> 1183811 DEBUG (OverseerAutoScalingTriggerThread-72135859289063430-127.0.0.1:49988_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Adding .auto_add_replicas and .scheduled_maintenance triggers
   [junit4]   2> 1183813 DEBUG (OverseerAutoScalingTriggerThread-72135859289063430-127.0.0.1:49988_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 1
   [junit4]   2> 1183814 DEBUG (OverseerAutoScalingTriggerThread-72135859289063430-127.0.0.1:49988_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion 0
   [junit4]   2> 1183814 DEBUG (OverseerAutoScalingTriggerThread-72135859289063430-127.0.0.1:49988_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 1
   [junit4]   2> 1183814 INFO  (OverseerStateUpdate-72135859289063430-127.0.0.1:49988_solr-n_0000000000) [n:127.0.0.1:49988_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1183819 INFO  (jetty-launcher-9028-thread-1) [n:127.0.0.1:49988_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1183819 WARN  (jetty-launcher-9028-thread-1) [n:127.0.0.1:49988_solr     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 1183824 DEBUG (OverseerAutoScalingTriggerThread-72135859289063430-127.0.0.1:49988_solr-n_0000000000) [     ] o.a.s.c.a.NodeLostTrigger NodeLostTrigger .auto_add_replicas - Initial livenodes: [127.0.0.1:49988_solr]
   [junit4]   2> 1183825 DEBUG (OverseerAutoScalingTriggerThread-72135859289063430-127.0.0.1:49988_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread -- deactivating old nodeLost / nodeAdded markers
   [junit4]   2> 1183827 DEBUG (ScheduledTrigger-9061-thread-1) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1 and last live nodes: 1
   [junit4]   2> 1183827 DEBUG (OverseerAutoScalingTriggerThread-72135859289063430-127.0.0.1:49988_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion 1
   [junit4]   2> 1183840 INFO  (jetty-launcher-9028-thread-1) [n:127.0.0.1:49988_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1183851 INFO  (jetty-launcher-9028-thread-2) [n:127.0.0.1:49987_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1183856 INFO  (jetty-launcher-9028-thread-2) [n:127.0.0.1:49987_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:49987_solr as DOWN
   [junit4]   2> 1183858 INFO  (jetty-launcher-9028-thread-2) [n:127.0.0.1:49987_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 1000 transient cores
   [junit4]   2> 1183858 INFO  (jetty-launcher-9028-thread-2) [n:127.0.0.1:49987_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49987_solr
   [junit4]   2> 1183861 INFO  (zkCallback-9055-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1183861 INFO  (zkCallback-9042-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1183863 INFO  (jetty-launcher-9028-thread-2) [n:127.0.0.1:49987_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1183864 WARN  (jetty-launcher-9028-thread-2) [n:127.0.0.1:49987_solr     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 1183866 INFO  (jetty-launcher-9028-thread-1) [n:127.0.0.1:49988_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_49988.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@229243a7
   [junit4]   2> 1183874 INFO  (jetty-launcher-9028-thread-1) [n:127.0.0.1:49988_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_49988.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@229243a7
   [junit4]   2> 1183874 INFO  (jetty-launcher-9028-thread-1) [n:127.0.0.1:49988_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_49988.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@229243a7
   [junit4]   2> 1183875 INFO  (jetty-launcher-9028-thread-1) [n:127.0.0.1:49988_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J4/temp/solr.cloud.autoscaling.TriggerCooldownIntegrationTest_4336E26B99CC21FE-001/tempDir-001/node1
   [junit4]   2> 1183879 INFO  (jetty-launcher-9028-thread-2) [n:127.0.0.1:49987_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1183906 INFO  (jetty-launcher-9028-thread-2) [n:127.0.0.1:49987_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_49987.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@229243a7
   [junit4]   2> 1183919 INFO  (jetty-launcher-9028-thread-2) [n:127.0.0.1:49987_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_49987.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@229243a7
   [junit4]   2> 1183919 INFO  (jetty-launcher-9028-thread-2) [n:127.0.0.1:49987_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_49987.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@229243a7
   [junit4]   2> 1183920 INFO  (jetty-launcher-9028-thread-2) [n:127.0.0.1:49987_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J4/temp/solr.cloud.autoscaling.TriggerCooldownIntegrationTest_4336E26B99CC21FE-001/tempDir-001/node2
   [junit4]   2> 1183926 INFO  (SUITE-TriggerCooldownIntegrationTest-seed#[4336E26B99CC21FE]-worker) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=2
   [junit4]   2> 1183928 INFO  (SUITE-TriggerCooldownIntegrationTest-seed#[4336E26B99CC21FE]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1183930 INFO  (zkConnectionManagerCallback-9079-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1183930 INFO  (SUITE-TriggerCooldownIntegrationTest-seed#[4336E26B99CC21FE]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1183936 INFO  (SUITE-TriggerCooldownIntegrationTest-seed#[4336E26B99CC21FE]-worker) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1183938 INFO  (SUITE-TriggerCooldownIntegrationTest-seed#[4336E26B99CC21FE]-worker) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:49980/solr ready
   [junit4]   2> 1183953 INFO  (qtp2057559725-13238) [n:127.0.0.1:49987_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/autoscaling params={wt=javabin&version=2} status=0 QTime=2
   [junit4]   2> 1183958 INFO  (qtp2057559725-13236) [n:127.0.0.1:49987_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CONTAINER.cores&wt=javabin&version=2&group=solr.node} status=0 QTime=0
   [junit4]   2> 1183960 INFO  (qtp798363708-13239) [n:127.0.0.1:49988_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 1000 transient cores
   [junit4]   2> 1183960 INFO  (qtp798363708-13239) [n:127.0.0.1:49988_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CONTAINER.cores&wt=javabin&version=2&group=solr.node} status=0 QTime=0
   [junit4]   2> 1183961 DEBUG (qtp2057559725-13240) [n:127.0.0.1:49987_solr     ] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 1183965 INFO  (qtp2057559725-13240) [n:127.0.0.1:49987_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/autoscaling params={wt=javabin&version=2} status=0 QTime=11
   [junit4]   2> 1183976 DEBUG (zkCallback-9055-thread-2) [     ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 2
   [junit4]   2> 1183980 DEBUG (OverseerAutoScalingTriggerThread-72135859289063430-127.0.0.1:49988_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 2
   [junit4]   2> 1184007 DEBUG (OverseerAutoScalingTriggerThread-72135859289063430-127.0.0.1:49988_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread -- deactivating old nodeLost / nodeAdded markers
   [junit4]   2> 1184009 DEBUG (OverseerAutoScalingTriggerThread-72135859289063430-127.0.0.1:49988_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 2, lastZnodeVersion 2
   [junit4]   2> 1184018 INFO  (TEST-TriggerCooldownIntegrationTest.testCooldown-seed#[4336E26B99CC21FE]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testCooldown
   [junit4]   2> 1184025 INFO  (qtp2057559725-13236) [n:127.0.0.1:49987_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CONTAINER.cores&wt=javabin&version=2&group=solr.node} status=0 QTime=0
   [junit4]   2> 1184026 INFO  (qtp798363708-13242) [n:127.0.0.1:49988_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CONTAINER.cores&wt=javabin&version=2&group=solr.node} status=0 QTime=0
   [junit4]   2> 1184026 DEBUG (qtp2057559725-13241) [n:127.0.0.1:49987_solr     ] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 1184032 INFO  (qtp2057559725-13241) [n:127.0.0.1:49987_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/autoscaling params={wt=javabin&version=2} status=0 QTime=11
   [junit4]   2> 1184032 DEBUG (zkCallback-9055-thread-2) [     ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 3
   [junit4]   2> 1184032 DEBUG (OverseerAutoScalingTriggerThread-72135859289063430-127.0.0.1:49988_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 3
   [junit4]   2> 1184036 INFO  (qtp2057559725-13238) [n:127.0.0.1:49987_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CONTAINER.cores&wt=javabin&version=2&group=solr.node} status=0 QTime=0
   [junit4]   2> 1184037 INFO  (qtp798363708-13244) [n:127.0.0.1:49988_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CONTAINER.cores&wt=javabin&version=2&group=solr.node} status=0 QTime=0
   [junit4]   2> 1184037 DEBUG (qtp2057559725-13240) [n:127.0.0.1:49987_solr     ] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 1184040 INFO  (qtp2057559725-13240) [n:127.0.0.1:49987_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/autoscaling params={wt=javabin&version=2} status=0 QTime=6
   [junit4]   2> 1184041 INFO  (TEST-TriggerCooldownIntegrationTest.testCooldown-seed#[4336E26B99CC21FE]) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1184041 INFO  (TEST-TriggerCooldownIntegrationTest.testCooldown-seed#[4336E26B99CC21FE]) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1184041 INFO  (TEST-TriggerCooldownIntegrationTest.testCooldown-seed#[4336E26B99CC21FE]) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 14.0.1+7
   [junit4]   2> 1184042 INFO  (OverseerAutoScalingTriggerThread-72135859289063430-127.0.0.1:49988_solr-n_0000000000) [     ] o.a.s.c.a.TriggerCooldownIntegrationTest TestTriggerAction init
   [junit4]   2> 1184042 DEBUG (OverseerAutoScalingTriggerThread-72135859289063430-127.0.0.1:49988_solr-n_0000000000) [     ] o.a.s.c.a.NodeAddedTrigger NodeAddedTrigger node_added_cooldown_trigger - Initial livenodes: [127.0.0.1:49987_solr, 127.0.0.1:49988_solr]
   [junit4]   2> 1184042 DEBUG (OverseerAutoScalingTriggerThread-72135859289063430-127.0.0.1:49988_solr-n_0000000000) [     ] o.a.s.c.a.NodeAddedTrigger NodeAddedTrigger node_added_cooldown_trigger instantiated with properties: {event=nodeAdded, waitFor=1, actions=[{name=test, class=org.apache.solr.cloud.autoscaling.TriggerCooldownIntegrationTest$TestTriggerAction}], enabled=true}
   [junit4]   2> 1184043 DEBUG (zkCallback-9055-thread-2) [     ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 4
   [junit4]   2> 1184043 INFO  (TEST-TriggerCooldownIntegrationTest.testCooldown-seed#[4336E26B99CC21FE]) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1184044 INFO  (TEST-TriggerCooldownIntegrationTest.testCooldown-seed#[4336E26B99CC21FE]) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1184044 INFO  (TEST-TriggerCooldownIntegrationTest.testCooldown-seed#[4336E26B99CC21FE]) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1184044 INFO  (TEST-TriggerCooldownIntegrationTest.testCooldown-seed#[4336E26B99CC21FE]) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@4b4aca4{/solr,null,AVAILABLE}
   [junit4]   2> 1184045 INFO  (TEST-TriggerCooldownIntegrationTest.testCooldown-seed#[4336E26B99CC21FE]) [     ] o.e.j.s.AbstractConnector Started ServerConnector@1d1d6dde{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:49998}
   [junit4]   2> 1184045 INFO  (TEST-TriggerCooldownIntegrationTest.testCooldown-seed#[4336E26B99CC21FE]) [     ] o.e.j.s.Server Started @1184123ms
   [junit4]   2> 1184045 INFO  (TEST-TriggerCooldownIntegrationTest.testCooldown-seed#[4336E26B99CC21FE]) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=49998}
   [junit4]   2> 1184045 ERROR (TEST-TriggerCooldownIntegrationTest.testCooldown-seed#[4336E26B99CC21FE]) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1184045 INFO  (TEST-TriggerCooldownIntegrationTest.testCooldown-seed#[4336E26B99CC21FE]) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1184045 INFO  (TEST-TriggerCooldownIntegrationTest.testCooldown-seed#[4336E26B99CC21FE]) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 9.0.0
   [junit4]   2> 1184045 INFO  (TEST-TriggerCooldownIntegrationTest.testCooldown-seed#[4336E26B99CC21FE]) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1184045 INFO  (TEST-TriggerCooldownIntegrationTest.testCooldown-seed#[4336E26B99CC21FE]) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr
   [junit4]   2> 1184045 INFO  (TEST-TriggerCooldownIntegrationTest.testCooldown-seed#[4336E26B99CC21FE]) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-06-20T06:54:42.972918Z
   [junit4]   2> 1184045 DEBUG (OverseerAutoScalingTriggerThread-72135859289063430-127.0.0.1:49988_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread -- deactivating old nodeLost / nodeAdded markers
   [junit4]   2> 1184046 INFO  (TEST-TriggerCooldownIntegrationTest.testCooldown-seed#[4336E26B99CC21FE]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1184048 DEBUG (ScheduledTrigger-9061-thread-2) [     ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_cooldown_trigger
   [junit4]   2> 1184048 DEBUG (ScheduledTrigger-9061-thread-2) [     ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 2
   [junit4]   2> 1184049 DEBUG (OverseerAutoScalingTriggerThread-72135859289063430-127.0.0.1:49988_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 4, lastZnodeVersion 3
   [junit4]   2> 1184049 DEBUG (OverseerAutoScalingTriggerThread-72135859289063430-127.0.0.1:49988_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 4
   [junit4]   2> 1184058 INFO  (zkConnectionManagerCallback-9081-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1184058 INFO  (TEST-TriggerCooldownIntegrationTest.testCooldown-seed#[4336E26B99CC21FE]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1184059 DEBUG (OverseerAutoScalingTriggerThread-72135859289063430-127.0.0.1:49988_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread -- deactivating old nodeLost / nodeAdded markers
   [junit4]   2> 1184059 INFO  (TEST-TriggerCooldownIntegrationTest.testCooldown-seed#[4336E26B99CC21FE]) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1184060 DEBUG (OverseerAutoScalingTriggerThread-72135859289063430-127.0.0.1:49988_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 4, lastZnodeVersion 4
   [junit4]   2> 1184171 INFO  (TEST-TriggerCooldownIntegrationTest.testCooldown-seed#[4336E26B99CC21FE]) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1184172 WARN  (TEST-TriggerCooldownIntegrationTest.testCooldown-seed#[4336E26B99CC21FE]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@5b01f580[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1184172 WARN  (TEST-TriggerCooldownIntegrationTest.testCooldown-seed#[4336E26B99CC21FE]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@5b01f580[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1184176 WARN  (TEST-TriggerCooldownIntegrationTest.testCooldown-seed#[4336E26B99CC21FE]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@6759f442[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1184177 WARN  (TEST-TriggerCooldownIntegrationTest.testCooldown-seed#[4336E26B99CC21FE]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@6759f442[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1184179 INFO  (TEST-TriggerCooldownIntegrationTest.testCooldown-seed#[4336E26B99CC21FE]) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:49980/solr
   [junit4]   2> 1184183 INFO  (TEST-TriggerCooldownIntegrationTest.testCooldown-seed#[4336E26B99CC21FE]) [n:127.0.0.1:49998_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1184185 INFO  (zkConnectionManagerCallback-9092-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1184189 INFO  (TEST-TriggerCooldownIntegrationTest.testCooldown-seed#[4336E26B99CC21FE]) [n:127.0.0.1:49998_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1184212 INFO  (TEST-TriggerCooldownIntegrationTest.testCooldown-seed#[4336E26B99CC21FE]) [n:127.0.0.1:49998_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1184249 INFO  (TEST-TriggerCooldownIntegrationTest.testCooldown-seed#[4336E26B99CC21FE]) [n:127.0.0.1:49998_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:49998_solr as DOWN
   [junit4]   2> 1184263 INFO  (TEST-TriggerCooldownIntegrationTest.testCooldown-seed#[4336E26B99CC21FE]) [n:127.0.0.1:49998_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 1000 transient cores
   [junit4]   2> 1184263 INFO  (TEST-TriggerCooldownIntegrationTest.testCooldown-seed#[4336E26B99CC21FE]) [n:127.0.0.1:49998_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49998_solr
   [junit4]   2> 1184269 INFO  (zkCallback-9042-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1184270 INFO  (zkCallback-9055-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1184270 INFO  (zkCallback-9078-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1184270 INFO  (zkCallback-9091-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1184275 INFO  (TEST-TriggerCooldownIntegrationTest.testCooldown-seed#[4336E26B99CC21FE]) [n:127.0.0.1:49998_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1184275 WARN  (TEST-TriggerCooldownIntegrationTest.testCooldown-seed#[4336E26B99CC21FE]) [n:127.0.0.1:49998_solr     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 1184308 INFO  (TEST-TriggerCooldownIntegrationTest.testCooldown-seed#[4336E26B99CC21FE]) [n:127.0.0.1:49998_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1184335 INFO  (TEST-TriggerCooldownIntegrationTest.testCooldown-seed#[4336E26B99CC21FE]) [n:127.0.0.1:49998_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_49998.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@229243a7
   [junit4]   2> 1184344 INFO  (TEST-TriggerCooldownIntegrationTest.testCooldown-seed#[4336E26B99CC21FE]) [n:127.0.0.1:49998_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_49998.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@229243a7
   [junit4]   2> 1184344 INFO  (TEST-TriggerCooldownIntegrationTest.testCooldown-seed#[4336E26B99CC21FE]) [n:127.0.0.1:49998_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_49998.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@229243a7
   [junit4]   2> 1184348 INFO  (TEST-TriggerCooldownIntegrationTest.testCooldown-seed#[4336E26B99CC21FE]) [n:127.0.0.1:49998_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J4/temp/solr.cloud.autoscaling.TriggerCooldownIntegrationTest_4336E26B99CC21FE-001/tempDir-001/node3
   [junit4]   2> 1184355 INFO  (TEST-TriggerCooldownIntegrationTest.testCooldown-seed#[4336E26B99CC21FE]) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=3
   [junit4]   2> 1184831 DEBUG (ScheduledTrigger-9061-thread-3) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 3 and last live nodes: 1
   [junit4]   2> 1185060 DEBUG (ScheduledTrigger-9061-thread-1) [     ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_cooldown_trigger
   [junit4]   2> 1185060 DEBUG (ScheduledTrigger-9061-thread-1) [     ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 3
   [junit4]   2> 1185060 DEBUG (ScheduledTrigger-9061-thread-1) [     ] o.a.s.c.a.NodeAddedTrigger Tracking new node: 127.0.0.1:49998_solr at time 1194234729658223
   [junit4]   2> 1185833 DEBUG (ScheduledTrigger-9061-thread-4) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 3 and last live nodes: 3
   [junit4]   2> 1186067 DEBUG (ScheduledTrigger-9061-thread-2) [     ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_cooldown_trigger
   [junit4]   2> 1186067 DEBUG (ScheduledTrigger-9061-thread-2) [     ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 3
   [junit4]   2> 1186067 DEBUG (ScheduledTrigger-9061-thread-2) [     ] o.a.s.c.a.NodeAddedTrigger NodeAddedTrigger node_added_cooldown_trigger firing registered processor for nodes: [127.0.0.1:49998_solr] added at times [1194234729658223], now=1194235736895674
   [junit4]   2> 1186067 DEBUG (ScheduledTrigger-9061-thread-2) [     ] o.a.s.c.a.ScheduledTriggers ++++++++ Cooldown inactive - processing event: {
   [junit4]   2>   "id":"43e2670d6f76fT9fuyw5dzph3td585na4smsr4l",
   [junit4]   2>   "source":"node_added_cooldown_trigger",
   [junit4]   2>   "eventTime":1194234729658223,
   [junit4]   2>   "eventType":"NODEADDED",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[1194234729658223],
   [junit4]   2>     "preferredOperation":"movereplica",
   [junit4]   2>     "nodeNames":["127.0.0.1:49998_solr"],
   [junit4]   2>     "replicaType":"NRT"}}
   [junit4]   2> 1186067 DEBUG (ScheduledTrigger-9061-thread-2) [     ] o.a.s.c.a.ScheduledTriggers Pausing all triggers: [.auto_add_replicas, node_added_cooldown_trigger]
   [junit4]   2> 1186069 DEBUG (ScheduledTrigger-9061-thread-2) [     ] o.a.s.c.a.SystemLogListener Collection .system missing, skip sending event {
   [junit4]   2>   "id":"43e2670d6f76fT9fuyw5dzph3td585na4smsr4l",
   [junit4]   2>   "source":"node_added_cooldown_trigger",
   [junit4]   2>   "eventTime":1194234729658223,
   [junit4]   2>   "eventType":"NODEADDED",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[1194234729658223],
   [junit4]   2>     "preferredOperation":"movereplica",
   [junit4]   2>     "_enqueue_time_":1194235737557349,
   [junit4]   2>     "nodeNames":["127.0.0.1:49998_solr"],
   [junit4]   2>     "replicaType":"NRT"}}
   [junit4]   2> 1186069 DEBUG (ScheduledTrigger-9061-thread-2) [     ] o.a.s.c.a.NodeAddedTrigger Removing new node from tracking: 127.0.0.1:49998_solr
   [junit4]   2> 1186069 DEBUG (AutoscalingActionExecutor-9062-thread-1) [     ] o.a.s.c.a.ScheduledTriggers -- processing actions for {
   [junit4]   2>   "id":"43e2670d6f76fT9fuyw5dzph3td585na4smsr4l",
   [junit4]   2>   "source":"node_added_cooldown_trigger",
   [junit4]   2>   "eventTime":1194234729658223,
   [junit4]   2>   "eventType":"NODEADDED",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[1194234729658223],
   [junit4]   2>     "preferredOperation":"movereplica",
   [junit4]   2>     "_enqueue_time_":1194235737557349,
   [junit4]   2>     "nodeNames":["127.0.0.1:49998_solr"],
   [junit4]   2>     "replicaType":"NRT"}}
   [junit4]   2> 1186072 DEBUG (AutoscalingActionExecutor-9062-thread-1) [     ] o.a.s.c.a.SystemLogListener Collection .system missing, skip sending event {
   [junit4]   2>   "id":"43e2670d6f76fT9fuyw5dzph3td585na4smsr4l",
   [junit4]   2>   "source":"node_added_cooldown_trigger",
   [junit4]   2>   "eventTime":1194234729658223,
   [junit4]   2>   "eventType":"NODEADDED",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[1194234729658223],
   [junit4]   2>     "preferredOperation":"movereplica",
   [junit4]   2>     "_enqueue_time_":1194235737557349,
   [junit4]   2>     "nodeNames":["127.0.0.1:49998_solr"],
   [junit4]   2>     "replicaType":"NRT"}}
   [junit4]   2> 1186073 DEBUG (AutoscalingActionExecutor-9062-thread-1) [     ] o.a.s.c.a.ScheduledTriggers Resuming trigger: node_added_cooldown_trigger after 5000ms
   [junit4]   2> 1186073 DEBUG (AutoscalingActionExecutor-9062-thread-1) [     ] o.a.s.c.a.ScheduledTriggers Resuming trigger: .auto_add_replicas after 5000ms
   [junit4]   2> 1186073 DEBUG (AutoscalingActionExecutor-9062-thread-1) [     ] o.a.s.c.a.ScheduledTriggers -- processing took 3 ms for event id=43e2670d6f76fT9fuyw5dzph3td585na4smsr4l
   [junit4]   2> 1187081 INFO  (TEST-TriggerCooldownIntegrationTest.testCooldown-seed#[4336E26B99CC21FE]) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1187081 INFO  (TEST-TriggerCooldownIntegrationTest.testCooldown-seed#[4336E26B99CC21FE]) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1187081 INFO  (TEST-TriggerCooldownIntegrationTest.testCooldown-seed#[4336E26B99CC21FE]) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 14.0.1+7
   [junit4]   2> 1187083 INFO  (TEST-TriggerCooldownIntegrationTest.testCooldown-seed#[4336E26B99CC21FE]) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1187083 INFO  (TEST-TriggerCooldownIntegrationTest.testCooldown-seed#[4336E26B99CC21FE]) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1187083 INFO  (TEST-TriggerCooldownIntegrationTest.testCooldown-seed#[4336E26B99CC21FE]) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1187083 INFO  (TEST-TriggerCooldownIntegrationTest.testCooldown-seed#[4336E26B99CC21FE]) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@f57ae14{/solr,null,AVAILABLE}
   [junit4]   2> 1187084 INFO  (TEST-TriggerCooldownIntegrationTest.testCooldown-seed#[4336E26B99CC21FE]) [     ] o.e.j.s.AbstractConnector Started ServerConnector@7853ad48{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:50006}
   [junit4]   2> 1187084 INFO  (TEST-TriggerCooldownIntegrationTest.testCooldown-seed#[4336E26B99CC21FE]) [     ] o.e.j.s.Server Started @1187162ms
   [junit4]   2> 1187084 INFO  (TEST-TriggerCooldownIntegrationTest.testCooldown-seed#[4336E26B99CC21FE]) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=50006}
   [junit4]   2> 1187084 ERROR (TEST-TriggerCooldownIntegrationTest.testCooldown-seed#[4336E26B99CC21FE]) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1187084 INFO  (TEST-TriggerCooldownIntegrationTest.testCooldown-seed#[4336E26B99CC21FE]) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1187084 INFO  (TEST-TriggerCooldownIntegrationTest.testCooldown-seed#[4336E26B99CC21FE]) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 9.0.0
   [junit4]   2> 1187084 INFO  (TEST-TriggerCooldownIntegrationTest.testCooldown-seed#[4336E26B99CC21FE]) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1187084 INFO  (TEST-TriggerCooldownIntegrationTest.testCooldown-seed#[4336E26B99CC21FE]) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr
   [junit4]   2> 1187084 INFO  (TEST-TriggerCooldownIntegrationTest.testCooldown-seed#[4336E26B99CC21FE]) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-06-20T06:54:46.011936Z
   [junit4]   2> 1187086 INFO  (TEST-TriggerCooldownIntegrationTest.testCooldown-seed#[4336E26B99CC21FE]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1187089 INFO  (zkConnectionManagerCallback-9102-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1187089 INFO  (TEST-TriggerCooldownIntegrationTest.testCooldown-seed#[4336E26B99CC21FE]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1187090 INFO  (TEST-TriggerCooldownIntegrationTest.testCooldown-seed#[4336E26B99CC21FE]) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1187200 INFO  (TEST-TriggerCooldownIntegrationTest.testCooldown-seed#[4336E26B99CC21FE]) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1187201 WARN  (TEST-TriggerCooldownIntegrationTest.testCooldown-seed#[4336E26B99CC21FE]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@7212b530[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1187201 WARN  (TEST-TriggerCooldownIntegrationTest.testCooldown-seed#[4336E26B99CC21FE]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@7212b530[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1187203 WARN  (TEST-TriggerCooldownIntegrationTest.testCooldown-seed#[4336E26B99CC21FE]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@29a5d626[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1187203 WARN  (TEST-TriggerCooldownIntegrationTest.testCooldown-seed#[4336E26B99CC21FE]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@29a5d626[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1187204 INFO  (TEST-TriggerCooldownIntegrationTest.testCooldown-seed#[4336E26B99CC21FE]) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:49980/solr
   [junit4]   2> 1187205 INFO  (TEST-TriggerCooldownIntegrationTest.testCooldown-seed#[4336E26B99CC21FE]) [n:127.0.0.1:50006_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1187207 INFO  (zkConnectionManagerCallback-9113-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1187208 INFO  (TEST-TriggerCooldownIntegrationTest.testCooldown-seed#[4336E26B99CC21FE]) [n:127.0.0.1:50006_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1187218 INFO  (TEST-TriggerCooldownIntegrationTest.testCooldown-seed#[4336E26B99CC21FE]) [n:127.0.0.1:50006_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 1187225 INFO  (TEST-TriggerCooldownIntegrationTest.testCooldown-seed#[4336E26B99CC21FE]) [n:127.0.0.1:50006_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:50006_solr as DOWN
   [junit4]   2> 1187227 INFO  (TEST-TriggerCooldownIntegrationTest.testCooldown-seed#[4336E26B99CC21FE]) [n:127.0.0.1:50006_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 1000 transient cores
   [junit4]   2> 1187227 INFO  (TEST-TriggerCooldownIntegrationTest.testCooldown-seed#[4336E26B99CC21FE]) [n:127.0.0.1:50006_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:50006_solr
   [junit4]   2> 1187230 INFO  (zkCallback-9042-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1187230 INFO  (zkCallback-9091-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1187230 INFO  (zkCallback-9078-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1187230 INFO  (zkCallback-9055-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1187230 INFO  (zkCallback-9112-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1187233 INFO  (TEST-TriggerCooldownIntegrationTest.testCooldown-seed#[4336E26B99CC21FE]) [n:127.0.0.1:50006_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1187233 WARN  (TEST-TriggerCooldownIntegrationTest.testCooldown-seed#[4336E26B99CC21FE]) [n:127.0.0.1:50006_solr     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 1187249 INFO  (TEST-TriggerCooldownIntegrationTest.testCooldown-seed#[4336E26B99CC21FE]) [n:127.0.0.1:50006_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1187268 INFO  (TEST-TriggerCooldownIntegrationTest.testCooldown-seed#[4336E26B99CC21FE]) [n:127.0.0.1:50006_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_50006.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@229243a7
   [junit4]   2> 1187276 INFO  (TEST-TriggerCooldownIntegrationTest.testCooldown-seed#[4336E26B99CC21FE]) [n:127.0.0.1:50006_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_50006.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@229243a7
   [junit4]   2> 1187276 INFO  (TEST-TriggerCooldownIntegrationTest.testCooldown-seed#[4336E26B99CC21FE]) [n:127.0.0.1:50006_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_50006.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@229243a7
   [junit4]   2> 1187278 INFO  (TEST-TriggerCooldownIntegrationTest.testCooldown-seed#[4336E26B99CC21FE]) [n:127.0.0.1:50006_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J4/temp/solr.cloud.autoscaling.TriggerCooldownIntegrationTest_4336E26B99CC21FE-001/tempDir-001/node4
   [junit4]   2> 1191081 DEBUG (ScheduledTrigger-9061-thread-1) [     ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_cooldown_trigger
   [junit4]   2> 1191081 DEBUG (ScheduledTrigger-9061-thread-1) [     ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 4
   [junit4]   2> 1191081 DEBUG (ScheduledTrigger-9061-thread-4) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 4 and last live nodes: 3
   [junit4]   2> 1191081 DEBUG (ScheduledTrigger-9061-thread-1) [     ] o.a.s.c.a.NodeAddedTrigger Tracking new node: 127.0.0.1:50006_solr at time 1194240751203050
   [junit4]   2> 1192240 DEBUG (ScheduledTrigger-9061-thread-4) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 4 and last live nodes: 4
   [junit4]   2> 1192241 DEBUG (ScheduledTrigger-9061-thread-4) [     ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_cooldown_trigger
   [junit4]   2> 1192241 DEBUG (ScheduledTrigger-9061-thread-4) [     ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 4
   [junit4]   2> 1192241 DEBUG (ScheduledTrigger-9061-thread-4) [     ] o.a.s.c.a.NodeAddedTrigger NodeAddedTrigger node_added_cooldown_trigger firing registered processor for nodes: [127.0.0.1:50006_solr] added at times [1194240751203050], now=1194241910728606
   [junit4]   2> 1192241 DEBUG (ScheduledTrigger-9061-thread-4) [     ] o.a.s.c.a.ScheduledTriggers ++++++++ Cooldown inactive - processing event: {
   [junit4]   2>   "id":"43e27d7c072eaT9fuyw5dzph3td585na4smsr4m",
   [junit4]   2>   "source":"node_added_cooldown_trigger",
   [junit4]   2>   "eventTime":1194240751203050,
   [junit4]   2>   "eventType":"NODEADDED",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[1194240751203050],
   [junit4]   2>     "preferredOperation":"movereplica",
   [junit4]   2>     "nodeNames":["127.0.0.1:50006_solr"],
   [junit4]   2>     "replicaType":"NRT"}}
   [junit4]   2> 1192241 DEBUG (ScheduledTrigger-9061-thread-4) [     ] o.a.s.c.a.ScheduledTriggers Pausing all triggers: [.auto_add_replicas, node_added_cooldown_trigger]
   [junit4]   2> 1192243 DEBUG (ScheduledTrigger-9061-thread-4) [     ] o.a.s.c.a.SystemLogListener Collection .system missing, skip sending event {
   [junit4]   2>   "id":"43e27d7c072eaT9fuyw5dzph3td585na4smsr4m",
   [junit4]   2>   "source":"node_added_cooldown_trigger",
   [junit4]   2>   "eventTime":1194240751203050,
   [junit4]   2>   "eventType":"NODEADDED",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[1194240751203050],
   [junit4]   2>     "preferredOperation":"movereplica",
   [junit4]   2>     "_enqueue_time_":1194241910955655,
   [junit4]   2>     "nodeNames":["127.0.0.1:50006_solr"],
   [junit4]   2>     "replicaType":"NRT"}}
   [junit4]   2> 1192243 DEBUG (ScheduledTrigger-9061-thread-4) [     ] o.a.s.c.a.NodeAddedTrigger Removing new node from tracking: 127.0.0.1:50006_solr
   [junit4]   2> 1192243 DEBUG (AutoscalingActionExecutor-9062-thread-1) [     ] o.a.s.c.a.ScheduledTriggers -- processing actions for {
   [junit4]   2>   "id":"43e27d7c072eaT9fuyw5dzph3td585na4smsr4m",
   [junit4]   2>   "source":"node_added_cooldown_trigger",
   [junit4]   2>   "eventTime":1194240751203050,
   [junit4]   2>   "eventType":"NODEADDED",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[1194240751203050],
   [junit4]   2>     "preferredOperation":"movereplica",
   [junit4]   2>     "_enqueue_time_":1194241910955655,
   [junit4]   2>     "nodeNames":["127.0.0.1:50006_solr"],
   [junit4]   2>     "replicaType":"NRT"}}
   [junit4]   2> 1192255 DEBUG (AutoscalingActionExecutor-9062-thread-1) [     ] o.a.s.c.a.SystemLogListener Collection .system missing, skip sending event {
   [junit4]   2>   "id":"43e27d7c072eaT9fuyw5dzph3td585na4smsr4m",
   [junit4]   2>   "source":"node_added_cooldown_trigger",
   [junit4]   2>   "eventTime":1194240751203050,
   [junit4]   2>   "eventType":"NODEADDED",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[1194240751203050],
   [junit4]   2>     "preferredOperation":"movereplica",
   [junit4]   2>     "_enqueue_time_":1194241910955655,
   [junit4]   2>     "nodeNames":["127.0.0.1:50006_solr"],
   [junit4]   2>     "replicaType":"NRT"}}
   [junit4]   2> 1192255 DEBUG (AutoscalingActionExecutor-9062-thread-1) [     ] o.a.s.c.a.ScheduledTriggers Resuming trigger: node_added_cooldown_trigger after 5000ms
   [junit4]   2> 1192255 DEBUG (AutoscalingActionExecutor-9062-thread-1) [     ] o.a.s.c.a.ScheduledTriggers Resuming trigger: .auto_add_replicas after 5000ms
   [junit4]   2> 1192256 DEBUG (AutoscalingActionExecutor-9062-thread-1) [     ] o.a.s.c.a.ScheduledTriggers -- processing took 12 ms for event id=43e27d7c072eaT9fuyw5dzph3td585na4smsr4m
   [junit4]   2> 1194724 INFO  (qtp2057559725-13236) [n:127.0.0.1:49987_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CONTAINER.cores&wt=javabin&version=2&group=solr.node} status=0 QTime=0
   [junit4]   2> 1194727 INFO  (qtp798363708-13244) [n:127.0.0.1:49988_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CONTAINER.cores&wt=javabin&version=2&group=solr.node} status=0 QTime=1
   [junit4]   2> 1194731 INFO  (qtp693569059-13295) [n:127.0.0.1:49998_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CONTAINER.cores&wt=javabin&version=2&group=solr.node} status=0 QTime=0
   [junit4]   2> 1194737 INFO  (qtp2027887326-13321) [n:127.0.0.1:50006_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CONTAINER.cores&wt=javabin&version=2&group=solr.node} status=0 QTime=2
   [junit4]   2> 1194738 DEBUG (qtp798363708-13239) [n:127.0.0.1:49988_solr     ] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 1194741 INFO  (qtp798363708-13239) [n:127.0.0.1:49988_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/autoscaling params={wt=javabin&version=2} status=0 QTime=20
   [junit4]   2> 1194743 DEBUG (zkCallback-9055-thread-2) [     ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 5
   [junit4]   2> 1194743 DEBUG (OverseerAutoScalingTriggerThread-72135859289063430-127.0.0.1:49988_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 5
   [junit4]   2> 1194744 DEBUG (OverseerAutoScalingTriggerThread-72135859289063430-127.0.0.1:49988_solr-n_0000000000) [     ] o.a.s.c.a.ScheduledTriggers Changing value of autoscaling property: triggerCooldownPeriodSeconds from: 5 to: 7
   [junit4]   2> 1194745 INFO  (qtp798363708-13237) [n:127.0.0.1:49988_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/autoscaling params={wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 1194746 INFO  (TEST-TriggerCooldownIntegrationTest.testCooldown-seed#[4336E26B99CC21FE]) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1194746 INFO  (TEST-TriggerCooldownIntegrationTest.testCooldown-seed#[4336E26B99CC21FE]) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1194746 INFO  (TEST-TriggerCooldownIntegrationTest.testCooldown-seed#[4336E26B99CC21FE]) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 14.0.1+7
   [junit4]   2> 1194749 INFO  (TEST-TriggerCooldownIntegrationTest.testCooldown-seed#[4336E26B99CC21FE]) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1194750 INFO  (TEST-TriggerCooldownIntegrationTest.testCooldown-seed#[4336E26B99CC21FE]) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1194750 DEBUG (OverseerAutoScalingTriggerThread-72135859289063430-127.0.0.1:49988_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread -- deactivating old nodeLost / nodeAdded markers
   [junit4]   2> 1194750 INFO  (TEST-TriggerCooldownIntegrationTest.testCooldown-seed#[4336E26B99CC21FE]) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1194752 INFO  (TEST-TriggerCooldownIntegrationTest.testCooldown-seed#[4336E26B99CC21FE]) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@549f9530{/solr,null,AVAILABLE}
   [junit4]   2> 1194754 INFO  (TEST-TriggerCooldownIntegrationTest.testCooldown-seed#[4336E26B99CC21FE]) [     ] o.e.j.s.AbstractConnector Started ServerConnector@287b2d3b{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:50056}
   [junit4]   2> 1194754 INFO  (TEST-TriggerCooldownIntegrationTest.testCooldown-seed#[4336E26B99CC21FE]) [     ] o.e.j.s.Server Started @1194832ms
   [junit4]   2> 1194754 INFO  (TEST-TriggerCooldownIntegrationTest.testCooldown-seed#[4336E26B99CC21FE]) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=50056}
   [junit4]   2> 1194754 ERROR (TEST-TriggerCooldownIntegrationTest.testCooldown-seed#[4336E26B99CC21FE]) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1194754 INFO  (TEST-TriggerCooldownIntegrationTest.testCooldown-seed#[4336E26B99CC21FE]) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1194754 INFO  (TEST-TriggerCooldownIntegrationTest.testCooldown-seed#[4336E26B99CC21FE]) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 9.0.0
   [junit4]   2> 1194755 INFO  (TEST-TriggerCooldownIntegrationTest.testCooldown-seed#[4336E26B99CC21FE]) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1194755 INFO  (TEST-TriggerCooldownIntegrationTest.testCooldown-seed#[4336E26B99CC21FE]) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr
   [junit4]   2> 1194755 INFO  (TEST-TriggerCooldownIntegrationTest.testCooldown-seed#[4336E26B99CC21FE]) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-06-20T06:54:53.682017Z
   [junit4]   2> 1194758 INFO  (TEST-TriggerCooldownIntegrationTest.testCooldown-seed#[4336E26B99CC21FE]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1194761 DEBUG (OverseerAutoScalingTriggerThread-72135859289063430-127.0.0.1:49988_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 5, lastZnodeVersion 5
   [junit4]   2> 1194763 INFO  (zkConnectionManagerCallback-9123-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1194763 INFO  (TEST-TriggerCooldownIntegrationTest.testCooldown-seed#[4336E26B99CC21FE]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1194765 INFO  (TEST-TriggerCooldownIntegrationTest.testCooldown-seed#[4336E26B99CC21FE]) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1194888 INFO  (TEST-TriggerCooldownIntegrationTest.testCooldown-seed#[4336E26B99CC21FE]) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1194889 WARN  (TEST-TriggerCooldownIntegrationTest.testCooldown-seed#[4336E26B99CC21FE]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@2a5e635[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1194889 WARN  (TEST-TriggerCooldownIntegrationTest.testCooldown-seed#[4336E26B99CC21FE]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@2a5e635[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1194893 WARN  (TEST-TriggerCooldownIntegrationTest.testCooldown-seed#[4336E26B99CC21FE]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@4d64b787[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1194893 WARN  (TEST-TriggerCooldownIntegrationTest.testCooldown-seed#[4336E26B99CC21FE]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@4d64b787[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1194894 INFO  (TEST-TriggerCooldownIntegrationTest.testCooldown-seed#[4336E26B99CC21FE]) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:49980/solr
   [junit4]   2> 1194896 INFO  (TEST-TriggerCooldownIntegrationTest.testCooldown-seed#[4336E26B99CC21FE]) [n:127.0.0.1:50056_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1194899 INFO  (zkConnectionManagerCallback-9134-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1194899 INFO  (TEST-TriggerCooldownIntegrationTest.testCooldown-seed#[4336E26B99CC21FE]) [n:127.0.0.1:50056_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1194914 INFO  (TEST-TriggerCooldownIntegrationTest.testCooldown-seed#[4336E26B99CC21FE]) [n:127.0.0.1:50056_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 1194924 INFO  (TEST-TriggerCooldownIntegrationTest.testCooldown-seed#[4336E26B99CC21FE]) [n:127.0.0.1:50056_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:50056_solr as DOWN
   [junit4]   2> 1194927 INFO  (TEST-TriggerCooldownIntegrationTest.testCooldown-seed#[4336E26B99CC21FE]) [n:127.0.0.1:50056_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 1000 transient cores
   [junit4]   2> 1194927 INFO  (TEST-TriggerCooldownIntegrationTest.testCooldown-seed#[4336E26B99CC21FE]) [n:127.0.0.1:50056_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:50056_solr
   [junit4]   2> 1194933 INFO  (zkCallback-9112-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1194933 INFO  (zkCallback-9091-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1194933 INFO  (zkCallback-9055-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1194933 INFO  (zkCallback-9133-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1194935 INFO  (zkCallback-9042-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1194935 INFO  (zkCallback-9078-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1194939 INFO  (TEST-TriggerCooldownIntegrationTest.testCooldown-seed#[4336E26B99CC21FE]) [n:127.0.0.1:50056_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1194939 WARN  (TEST-TriggerCooldownIntegrationTest.testCooldown-seed#[4336E26B99CC21FE]) [n:127.0.0.1:50056_solr     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 1194976 INFO  (TEST-TriggerCooldownIntegrationTest.testCooldown-seed#[4336E26B99CC21FE]) [n:127.0.0.1:50056_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1195005 INFO  (TEST-TriggerCooldownIntegrationTest.testCooldown-seed#[4336E26B99CC21FE]) [n:127.0.0.1:50056_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_50056.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@229243a7
   [junit4]   2> 1195019 INFO  (TEST-TriggerCooldownIntegrationTest.testCooldown-seed#[4336E26B99CC21FE]) [n:127.0.0.1:50056_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_50056.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@229243a7
   [junit4]   2> 1195019 INFO  (TEST-TriggerCooldownIntegrationTest.testCooldown-seed#[4336E26B99CC21FE]) [n:127.0.0.1:50056_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_50056.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@229243a7
   [junit4]   2> 1195020 INFO  (TEST-TriggerCooldownIntegrationTest.testCooldown-seed#[4336E26B99CC21FE]) [n:127.0.0.1:50056_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J4/temp/solr.cloud.autoscaling.TriggerCooldownIntegrationTest_4336E26B99CC21FE-001/tempDir-001/node5
   [junit4]   2> 1197266 DEBUG (ScheduledTrigger-9061-thread-2) [     ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_cooldown_trigger
   [junit4]   2> 1197266 DEBUG (ScheduledTrigger-9061-thread-1) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 5 and last live nodes: 4
   [junit4]   2> 1197266 DEBUG (ScheduledTrigger-9061-thread-2) [     ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 5
   [junit4]   2> 1197266 DEBUG (ScheduledTrigger-9061-thread-2) [     ] o.a.s.c.a.NodeAddedTrigger Tracking new node: 127.0.0.1:50056_solr at time 1194246935760292
   [junit4]   2> 1215041 INFO  (TEST-TriggerCooldownIntegrationTest.testCooldown-seed#[4336E26B99CC21FE]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testCooldown
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TriggerCooldownIntegrationTest -Dtests.method=testCooldown -Dtests.seed=4336E26B99CC21FE -Dtests.slow=true -Dtests.locale=es-DO -Dtests.timezone=NST -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 31.1s J4 | TriggerCooldownIntegrationTest.testCooldown <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: The trigger did not fire at all
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([4336E26B99CC21FE:72888F8FE766540C]:0)
   [junit4]    > 	at org.apache.solr.cloud.autoscaling.TriggerCooldownIntegrationTest.testCooldown(TriggerCooldownIntegrationTest.java:155)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]    > 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]    > 	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
   [junit4]    > 	at java.base/java.lang.Thread.run(Thread.java:832)
   [junit4]   2> 1215151 INFO  (jetty-closer-9143-thread-1) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=32451120
   [junit4]   2> 1215151 INFO  (jetty-closer-9143-thread-1) [     ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:49988_solr
   [junit4]   2> 1215151 INFO  (jetty-closer-9143-thread-2) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1542114678
   [junit4]   2> 1215151 INFO  (jetty-closer-9143-thread-2) [     ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:49987_solr
   [junit4]   2> 1215152 INFO  (jetty-closer-9143-thread-3) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1548492365
   [junit4]   2> 1215152 INFO  (jetty-closer-9143-thread-3) [     ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:49998_solr
   [junit4]   2> 1215152 INFO  (jetty-closer-9143-thread-4) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=899204407
   [junit4]   2> 1215152 INFO  (jetty-closer-9143-thread-4) [     ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:50006_solr
   [junit4]   2> 1215155 INFO  (jetty-closer-9143-thread-4) [     ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 1215155 INFO  (jetty-closer-9143-thread-4) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:50006_solr as DOWN
   [junit4]   2> 1215157 INFO  (jetty-closer-9143-thread-2) [     ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 1215157 INFO  (jetty-closer-9143-thread-2) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:49987_solr as DOWN
   [junit4]   2> 1215157 INFO  (zkCallback-9112-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (4)
   [junit4]   2> 1215158 INFO  (zkCallback-9133-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (4)
   [junit4]   2> 1215158 INFO  (zkCallback-9042-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (3)
   [junit4]   2> 1215159 INFO  (jetty-closer-9143-thread-1) [     ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 1215159 INFO  (jetty-closer-9143-thread-1) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:49988_solr as DOWN
   [junit4]   2> 1215159 INFO  (jetty-closer-9143-thread-3) [     ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 1215159 INFO  (jetty-closer-9143-thread-3) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:49998_solr as DOWN
   [junit4]   2> 1215159 INFO  (zkCallback-9091-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (3)
   [junit4]   2> 1215160 INFO  (zkCallback-9055-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (3)
   [junit4]   2> 1215160 INFO  (zkCallback-9133-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1215160 INFO  (zkCallback-9112-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1215165 INFO  (jetty-closer-9143-thread-5) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1535399152
   [junit4]   2> 1215165 INFO  (jetty-closer-9143-thread-5) [     ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:50056_solr
   [junit4]   2> 1215170 DEBUG (ScheduledTrigger-9061-thread-1) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 3 and last live nodes: 5
   [junit4]   2> 1215170 DEBUG (ScheduledTrigger-9061-thread-1) [     ] o.a.s.c.a.NodeLostTrigger Tracking lost node: 127.0.0.1:50006_solr
   [junit4]   2> 1215170 DEBUG (ScheduledTrigger-9061-thread-1) [     ] o.a.s.c.a.NodeLostTrigger Tracking lost node: 127.0.0.1:49998_solr
   [junit4]   2> 1215175 DEBUG (ScheduledTrigger-9061-thread-3) [     ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_cooldown_trigger
   [junit4]   2> 1215175 DEBUG (ScheduledTrigger-9061-thread-3) [     ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 3
   [junit4]   2> 1215175 DEBUG (ScheduledTrigger-9061-thread-3) [     ] o.a.s.c.a.NodeAddedTrigger NodeAddedTrigger node_added_cooldown_trigger firing registered processor for nodes: [127.0.0.1:50056_solr] added at times [1194246935760292], now=1194264844945309
   [junit4]   2> 1215175 DEBUG (ScheduledTrigger-9061-thread-3) [     ] o.a.s.c.a.ScheduledTriggers ++++++++ Cooldown inactive - processing event: {
   [junit4]   2>   "id":"43e2948614da4T9fuyw5dzph3td585na4smsr4n",
   [junit4]   2>   "source":"node_added_cooldown_trigger",
   [junit4]   2>   "eventTime":1194246935760292,
   [junit4]   2>   "eventType":"NODEADDED",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[1194246935760292],
   [junit4]   2>     "preferredOperation":"movereplica",
   [junit4]   2>     "nodeNames":["127.0.0.1:50056_solr"],
   [junit4]   2>     "replicaType":"NRT"}}
   [junit4]   2> 1215175 DEBUG (ScheduledTrigger-9061-thread-3) [     ] o.a.s.c.a.ScheduledTriggers Pausing all triggers: [.auto_add_replicas, node_added_cooldown_trigger]
   [junit4]   2> 1215179 INFO  (jetty-closer-9143-thread-5) [     ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 1215179 INFO  (jetty-closer-9143-thread-5) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:50056_solr as DOWN
   [junit4]   2> 1215181 INFO  (jetty-closer-9143-thread-4) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 1215181 INFO  (jetty-closer-9143-thread-4) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@4e45154e: rootName = solr_50006, domain = solr.node, service url = null, agent id = null] for registry solr.node/com.codahale.metrics.MetricRegistry@68557c83
   [junit4]   2> 1215182 INFO  (jetty-closer-9143-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 1215182 INFO  (jetty-closer-9143-thread-1) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@2563853: rootName = solr_49988, domain = solr.node, service url = null, agent id = null] for registry solr.node/com.codahale.metrics.MetricRegistry@6e0c4b4b
   [junit4]   2> 1215183 INFO  (jetty-closer-9143-thread-2) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 1215183 INFO  (jetty-closer-9143-thread-2) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@365573bd: rootName = solr_49987, domain = solr.node, service url = null, agent id = null] for registry solr.node/com.codahale.metrics.MetricRegistry@22fefa7e
   [junit4]   2> 1215184 INFO  (jetty-closer-9143-thread-3) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 1215184 INFO  (jetty-closer-9143-thread-3) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@20c053fb: rootName = solr_49998, domain = solr.node, service url = null, agent id = null] for registry solr.node/com.codahale.metrics.MetricRegistry@3333aa08
   [junit4]   2> 1215185 INFO  (zkCallback-9091-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 1215186 INFO  (zkCallback-9055-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 1215186 INFO  (zkCallback-9112-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 1215186 DEBUG (ScheduledTrigger-9061-thread-3) [     ] o.a.s.c.a.SystemLogListener Collection .system missing, skip sending event {
   [junit4]   2>   "id":"43e2948614da4T9fuyw5dzph3td585na4smsr4n",
   [junit4]   2>   "source":"node_added_cooldown_trigger",
   [junit4]   2>   "eventTime":1194246935760292,
   [junit4]   2>   "eventType":"NODEADDED",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[1194246935760292],
   [junit4]   2>     "preferredOperation":"movereplica",
   [junit4]   2>     "_enqueue_time_":1194264845103092,
   [junit4]   2>     "nodeNames":["127.0.0.1:50056_solr"],
   [junit4]   2>     "replicaType":"NRT"}}
   [junit4]   2> 1215186 INFO  (zkCallback-9133-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 1215187 DEBUG (ScheduledTrigger-9061-thread-3) [     ] o.a.s.c.a.NodeAddedTrigger Removing new node from tracking: 127.0.0.1:50056_solr
   [junit4]   2> 1215187 DEBUG (AutoscalingActionExecutor-9062-thread-1) [     ] o.a.s.c.a.ScheduledTriggers -- processing actions for {
   [junit4]   2>   "id":"43e2948614da4T9fuyw5dzph3td585na4smsr4n",
   [junit4]   2>   "source":"node_added_cooldown_trigger",
   [junit4]   2>   "eventTime":1194246935760292,
   [junit4]   2>   "eventType":"NODEADDED",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[1194246935760292],
   [junit4]   2>     "preferredOperation":"movereplica",
   [junit4]   2>     "_enqueue_time_":1194264845103092,
   [junit4]   2>     "nodeNames":["127.0.0.1:50056_solr"],
   [junit4]   2>     "replicaType":"NRT"}}
   [junit4]   2> 1215187 INFO  (zkCallback-9042-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 1215193 DEBUG (AutoscalingActionExecutor-9062-thread-1) [     ] o.a.s.c.a.SystemLogListener Collection .system missing, skip sending event {
   [junit4]   2>   "id":"43e2948614da4T9fuyw5dzph3td585na4smsr4n",
   [junit4]   2>   "source":"node_added_cooldown_trigger",
   [junit4]   2>   "eventTime":1194246935760292,
   [junit4]   2>   "eventType":"NODEADDED",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[1194246935760292],
   [junit4]   2>  

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

ed by: org.apache.solr.common.SolrException: Unexpected exception while processing event: {
   [junit4]   2>   "id":"43e2fdb268a04T9fuyw5dzph3td585na4smsrzc",
   [junit4]   2>   "source":"node_lost_trigger",
   [junit4]   2>   "eventTime":1194275167963652,
   [junit4]   2>   "eventType":"NODELOST",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[1194275167963652],
   [junit4]   2>     "preferredOperation":"movereplica",
   [junit4]   2>     "_enqueue_time_":1194276190652995,
   [junit4]   2>     "nodeNames":["127.0.0.1:50188_solr"]}}
   [junit4]   2> 	at org.apache.solr.cloud.autoscaling.ExecutePlanAction.process(ExecutePlanAction.java:186) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.cloud.autoscaling.ScheduledTriggers.lambda$add$3(ScheduledTriggers.java:328) ~[java/:?]
   [junit4]   2> 	... 6 more
   [junit4]   2> Caused by: org.apache.solr.common.SolrException: ExecutePlanAction was interrupted
   [junit4]   2> 	at org.apache.solr.cloud.autoscaling.ExecutePlanAction.process(ExecutePlanAction.java:179) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.cloud.autoscaling.ScheduledTriggers.lambda$add$3(ScheduledTriggers.java:328) ~[java/:?]
   [junit4]   2> 	... 6 more
   [junit4]   2> Caused by: java.lang.InterruptedException: sleep interrupted
   [junit4]   2> 	at java.lang.Thread.sleep(Native Method) ~[?:?]
   [junit4]   2> 	at org.apache.solr.common.util.TimeSource$NanoTimeSource.sleep(TimeSource.java:104) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.cloud.autoscaling.ExecutePlanAction.waitForTaskToFinish(ExecutePlanAction.java:227) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.cloud.autoscaling.ExecutePlanAction.process(ExecutePlanAction.java:118) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.cloud.autoscaling.ScheduledTriggers.lambda$add$3(ScheduledTriggers.java:328) ~[java/:?]
   [junit4]   2> 	... 6 more
   [junit4]   2> 1228345 DEBUG (AutoscalingActionExecutor-6836-thread-1) [     ] o.a.s.c.a.ScheduledTriggers -- processing took 1834 ms for event id=43e2fdb268a04T9fuyw5dzph3td585na4smsrzc
   [junit4]   2> 1228345 DEBUG (closeThreadPool-6851-thread-1) [     ] o.a.s.c.a.ScheduledTriggers Awaiting termination for scheduled thread pool executor
   [junit4]   2> 1228359 DEBUG (closeThreadPool-6851-thread-1) [     ] o.a.s.c.a.ScheduledTriggers ScheduledTriggers closed completely
   [junit4]   2> 1228359 DEBUG (closeThreadPool-6851-thread-1) [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread has been closed explicitly
   [junit4]   2> 1228359 INFO  (closeThreadPool-6851-thread-2) [     ] o.a.s.c.Overseer Overseer (id=72135861731852293-127.0.0.1:50187_solr-n_0000000001) closing
   [junit4]   2> 1228437 INFO  (jetty-closer-6845-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72135861731852293-127.0.0.1:50187_solr-n_0000000001) closing
   [junit4]   2> 1228443 INFO  (jetty-closer-6845-thread-1) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@157a63aa{ssl, (ssl, alpn, http/1.1, h2)}{127.0.0.1:0}
   [junit4]   2> 1228443 INFO  (jetty-closer-6845-thread-1) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@24a5461a{/solr,null,UNAVAILABLE}
   [junit4]   2> 1228443 INFO  (jetty-closer-6845-thread-1) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1228450 INFO  (TEST-ExecutePlanActionTest.testIntegration-seed#[4336E26B99CC21FE]) [     ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 1228683 WARN  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	6	/solr/collections/testIntegration/terms/shard1
   [junit4]   2> 	3	/solr/aliases.json
   [junit4]   2> 	2	/solr/packages.json
   [junit4]   2> 	2	/solr/security.json
   [junit4]   2> 	2	/solr/configs/conf
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	34	/solr/collections/testIntegration/state.json
   [junit4]   2> 	4	/solr/autoscaling.json
   [junit4]   2> 	3	/solr/clusterprops.json
   [junit4]   2> 	2	/solr/collections/testIntegration/leader_elect/shard1/election/72135861731852293-core_node4-n_0000000000
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	32	/solr/overseer/queue
   [junit4]   2> 	8	/solr/live_nodes
   [junit4]   2> 	7	/solr/overseer/collection-queue-work
   [junit4]   2> 	6	/solr/collections
   [junit4]   2> 	2	/solr/autoscaling/events/.scheduled_maintenance
   [junit4]   2> 	2	/solr/autoscaling/events/.auto_add_replicas
   [junit4]   2> 	2	/solr/autoscaling/events/node_lost_trigger
   [junit4]   2> 	2	/solr/overseer/queue-work
   [junit4]   2> 
   [junit4]   2> 1228690 INFO  (TEST-ExecutePlanActionTest.testIntegration-seed#[4336E26B99CC21FE]) [     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:50182
   [junit4]   2> 1228690 INFO  (TEST-ExecutePlanActionTest.testIntegration-seed#[4336E26B99CC21FE]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:50182
   [junit4]   2> 1228690 INFO  (TEST-ExecutePlanActionTest.testIntegration-seed#[4336E26B99CC21FE]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 50182
   [junit4]   2> 1228691 INFO  (TEST-ExecutePlanActionTest.testIntegration-seed#[4336E26B99CC21FE]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testIntegration
   [junit4]   2> NOTE: leaving temporary files on disk at: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J3/temp/solr.cloud.autoscaling.ExecutePlanActionTest_4336E26B99CC21FE-001
   [junit4]   2> Jun 20, 2020 6:55:27 AM 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(Lucene86): {}, docValues:{}, maxPointsInLeafNode=1556, maxMBSortInHeap=5.9645397816953825, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@477e43bf), locale=agq, timezone=America/St_Thomas
   [junit4]   2> NOTE: Mac OS X 10.14.6 x86_64/AdoptOpenJDK 14.0.1 (64-bit)/cpus=6,threads=1,free=109136896,total=365953024
   [junit4]   2> NOTE: All tests run in this JVM: [TestCloudPseudoReturnFields, TestObjectReleaseTracker, TestCloudConsistency, ScheduledTriggerIntegrationTest, OverseerSolrResponseUnsafeSerializationTest, MetricsHandlerTest, TestRestoreCore, DateRangeFieldTest, HdfsBasicDistributedZkTest, CachingDirectoryFactoryTest, MigrateRouteKeyTest, TestSimExtremeIndexing, SplitShardTest, TestBinaryResponseWriter, TestWaitForStateWithJettyShutdowns, MaxSizeAutoCommitTest, TestDistributedTracing, ZkStateReaderTest, TestFaceting, TestNestedUpdateProcessor, TestFieldCollectionResource, TestCollectionAPI, TestHdfsBackupRestoreCore, HdfsDirectoryFactoryTest, SuggesterFSTTest, TestGroupingSearch, CdcrRequestHandlerTest, TestSegmentSorting, TestDelegationWithHadoopAuth, IndexSizeTriggerTest, TestDocSet, TestSimpleTrackingShardHandler, PeerSyncReplicationTest, SolrIndexMetricsTest, CollectionTooManyReplicasTest, TestSubQueryTransformer, ChaosMonkeyNothingIsSafeTest, TestLMDirichletSimilarityFactory, ExternalFileFieldSortTest, DebugComponentTest, TestPartialUpdateDeduplication, SpellCheckComponentTest, HttpPartitionWithTlogReplicasTest, TestSimPolicyCloud, TestCloudJSONFacetSKG, TestUseDocValuesAsStored, VersionInfoTest, VMParamsZkACLAndCredentialsProvidersTest, OutputWriterTest, TestTlogReplayVsRecovery, TestMergePolicyConfig, TestPerFieldSimilarityWithDefaultOverride, FastVectorHighlighterTest, TestBM25SimilarityFactory, TestReload, QueryElevationComponentTest, TestExactSharedStatsCache, TestPrepRecovery, HdfsUnloadDistributedZkTest, TestFiltering, TestConfigSetProperties, QueryEqualityTest, DistributedFacetPivotLongTailTest, SolrIndexSearcherTest, CollectionPropsTest, CleanupOldIndexTest, HdfsRecoveryZkTest, RandomizedTaggerTest, ZookeeperStatusHandlerTest, TestPivotHelperCode, IgnoreCommitOptimizeUpdateProcessorFactoryTest, TestSimClusterStateProvider, XsltUpdateRequestHandlerTest, TestRandomFlRTGCloud, CurrencyRangeFacetCloudTest, AnalysisErrorHandlingTest, ExecutePlanActionTest]
   [junit4] Completed [381/910 (2!)] on J3 in 63.12s, 4 tests, 1 failure <<< FAILURES!

[...truncated 46603 lines...]
[repro] Jenkins log URL: https://jenkins.thetaphi.de/job/Lucene-Solr-master-MacOSX/6188/consoleText

[repro] Revision: 591d844e806c4887974d887097fe8401f66f7049

[repro] Ant options: "-Dargs=-XX:+UseCompressedOops -XX:+UseParallelGC"
[repro] Repro line:  ant test  -Dtestcase=TriggerCooldownIntegrationTest -Dtests.method=testCooldown -Dtests.seed=4336E26B99CC21FE -Dtests.slow=true -Dtests.locale=es-DO -Dtests.timezone=NST -Dtests.asserts=true -Dtests.file.encoding=UTF-8

[repro] Repro line:  ant test  -Dtestcase=ExecutePlanActionTest -Dtests.method=testTaskTimeout -Dtests.seed=4336E26B99CC21FE -Dtests.slow=true -Dtests.locale=agq -Dtests.timezone=America/St_Thomas -Dtests.asserts=true -Dtests.file.encoding=UTF-8

[repro] JUnit rest result XML files will be moved to: ./repro-reports
[repro] ant clean

[...truncated 6 lines...]
[repro] Test suites by module:
[repro]    solr/core
[repro]       ExecutePlanActionTest
[repro]       TriggerCooldownIntegrationTest
[repro] ant compile-test

[...truncated 2471 lines...]
[repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=10 -Dtests.class="*.ExecutePlanActionTest|*.TriggerCooldownIntegrationTest" -Dtests.showOutput=onerror "-Dargs=-XX:+UseCompressedOops -XX:+UseParallelGC" -Dtests.seed=4336E26B99CC21FE -Dtests.slow=true -Dtests.locale=agq -Dtests.timezone=America/St_Thomas -Dtests.asserts=true -Dtests.file.encoding=UTF-8

[...truncated 116 lines...]
[repro] Failures w/original seeds:
[repro]   0/5 failed: org.apache.solr.cloud.autoscaling.ExecutePlanActionTest
[repro]   0/5 failed: org.apache.solr.cloud.autoscaling.TriggerCooldownIntegrationTest
[repro] Exiting with code 0

[...truncated 73 lines...]