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/04/10 18:33:56 UTC

[JENKINS] Lucene-Solr-8.x-MacOSX (64bit/jdk-11.0.6) - Build # 847 - Unstable!

Build: https://jenkins.thetaphi.de/job/Lucene-Solr-8.x-MacOSX/847/
Java: 64bit/jdk-11.0.6 -XX:-UseCompressedOops -XX:+UseG1GC

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

Error Message:
Timeout occurred while waiting response from server at: http://127.0.0.1:52275

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occurred while waiting response from server at: http://127.0.0.1:52275
	at __randomizedtesting.SeedInfo.seed([673C8B275F15C263:EF68B4FDF1E9AF9B]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:676)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:265)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
	at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:368)
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:296)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1143)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:906)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:838)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:228)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.createServers(AbstractFullDistribZkTestBase.java:338)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1080)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1054)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:834)
Caused by: java.net.SocketTimeoutException: Read timed out
	at java.base/java.net.SocketInputStream.socketRead0(Native Method)
	at java.base/java.net.SocketInputStream.socketRead(SocketInputStream.java:115)
	at java.base/java.net.SocketInputStream.read(SocketInputStream.java:168)
	at java.base/java.net.SocketInputStream.read(SocketInputStream.java:140)
	at org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:137)
	at org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:153)
	at org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:280)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)
	at org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163)
	at org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:157)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:564)
	... 42 more


FAILED:  org.apache.solr.cloud.autoscaling.ExecutePlanActionTest.testTaskTimeout

Error Message:
/autoscaling/triggerState/node_lost_trigger2/execute_plan does not exist

Stack Trace:
java.lang.AssertionError: /autoscaling/triggerState/node_lost_trigger2/execute_plan does not exist
	at __randomizedtesting.SeedInfo.seed([673C8B275F15C263:6261B3CDC27D00F4]: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:316)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:834)


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

Error Message:
conf(default delay): Couldn't get second timestampe after max allowed polling

Stack Trace:
java.lang.AssertionError: conf(default delay): Couldn't get second timestampe after max allowed polling
	at __randomizedtesting.SeedInfo.seed([673C8B275F15C263:C585C6EEC3857E7]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.junit.Assert.assertNotNull(Assert.java:712)
	at org.apache.solr.cloud.autoscaling.TriggerSetPropertiesIntegrationTest.waitForAndDiffTimestamps(TriggerSetPropertiesIntegrationTest.java:229)
	at org.apache.solr.cloud.autoscaling.TriggerSetPropertiesIntegrationTest.testSetProperties(TriggerSetPropertiesIntegrationTest.java:92)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:834)




Build Log:
[...truncated 14198 lines...]
   [junit4] Suite: org.apache.solr.cloud.autoscaling.TriggerSetPropertiesIntegrationTest
   [junit4]   2> 553287 INFO  (SUITE-TriggerSetPropertiesIntegrationTest-seed#[673C8B275F15C263]-worker) [     ] o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to test-framework derived value of '/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/server/solr/configsets/_default/conf'
   [junit4]   2> 553289 INFO  (SUITE-TriggerSetPropertiesIntegrationTest-seed#[673C8B275F15C263]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J4/temp/solr.cloud.autoscaling.TriggerSetPropertiesIntegrationTest_673C8B275F15C263-001/data-dir-54-001
   [junit4]   2> 553289 WARN  (SUITE-TriggerSetPropertiesIntegrationTest-seed#[673C8B275F15C263]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=3 numCloses=3
   [junit4]   2> 553289 INFO  (SUITE-TriggerSetPropertiesIntegrationTest-seed#[673C8B275F15C263]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 553292 INFO  (SUITE-TriggerSetPropertiesIntegrationTest-seed#[673C8B275F15C263]-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> 553292 INFO  (SUITE-TriggerSetPropertiesIntegrationTest-seed#[673C8B275F15C263]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 553293 INFO  (SUITE-TriggerSetPropertiesIntegrationTest-seed#[673C8B275F15C263]-worker) [     ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J4/temp/solr.cloud.autoscaling.TriggerSetPropertiesIntegrationTest_673C8B275F15C263-001/tempDir-001
   [junit4]   2> 553293 INFO  (SUITE-TriggerSetPropertiesIntegrationTest-seed#[673C8B275F15C263]-worker) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 553294 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 553294 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 553397 INFO  (SUITE-TriggerSetPropertiesIntegrationTest-seed#[673C8B275F15C263]-worker) [     ] o.a.s.c.ZkTestServer start zk server on port:62470
   [junit4]   2> 553397 INFO  (SUITE-TriggerSetPropertiesIntegrationTest-seed#[673C8B275F15C263]-worker) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:62470
   [junit4]   2> 553397 INFO  (SUITE-TriggerSetPropertiesIntegrationTest-seed#[673C8B275F15C263]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:62470
   [junit4]   2> 553397 INFO  (SUITE-TriggerSetPropertiesIntegrationTest-seed#[673C8B275F15C263]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 62470
   [junit4]   2> 553402 INFO  (SUITE-TriggerSetPropertiesIntegrationTest-seed#[673C8B275F15C263]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 553412 INFO  (zkConnectionManagerCallback-1636-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 553412 INFO  (SUITE-TriggerSetPropertiesIntegrationTest-seed#[673C8B275F15C263]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 553448 INFO  (SUITE-TriggerSetPropertiesIntegrationTest-seed#[673C8B275F15C263]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 553455 INFO  (zkConnectionManagerCallback-1638-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 553457 INFO  (SUITE-TriggerSetPropertiesIntegrationTest-seed#[673C8B275F15C263]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 553459 INFO  (SUITE-TriggerSetPropertiesIntegrationTest-seed#[673C8B275F15C263]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 553470 INFO  (zkConnectionManagerCallback-1640-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 553471 INFO  (SUITE-TriggerSetPropertiesIntegrationTest-seed#[673C8B275F15C263]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 553585 WARN  (jetty-launcher-1641-thread-1) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 553585 INFO  (jetty-launcher-1641-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 553585 INFO  (jetty-launcher-1641-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 553585 INFO  (jetty-launcher-1641-thread-1) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 11.0.6+10
   [junit4]   2> 553585 WARN  (jetty-launcher-1641-thread-2) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 553585 INFO  (jetty-launcher-1641-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 553585 INFO  (jetty-launcher-1641-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 553585 INFO  (jetty-launcher-1641-thread-2) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 11.0.6+10
   [junit4]   2> 553589 INFO  (jetty-launcher-1641-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 553589 INFO  (jetty-launcher-1641-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 553589 INFO  (jetty-launcher-1641-thread-1) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 553591 INFO  (jetty-launcher-1641-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@73e79a11{/solr,null,AVAILABLE}
   [junit4]   2> 553591 INFO  (jetty-launcher-1641-thread-2) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 553591 INFO  (jetty-launcher-1641-thread-2) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 553592 INFO  (jetty-launcher-1641-thread-2) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 553592 INFO  (jetty-launcher-1641-thread-2) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@786f3081{/solr,null,AVAILABLE}
   [junit4]   2> 553594 INFO  (jetty-launcher-1641-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@65fe8f73{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:?????}
   [junit4]   2> 553594 INFO  (jetty-launcher-1641-thread-2) [     ] o.e.j.s.AbstractConnector Started ServerConnector@538bc0cf{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:?????}
   [junit4]   2> 553595 INFO  (jetty-launcher-1641-thread-2) [     ] o.e.j.s.Server Started @??????ms
   [junit4]   2> 553594 INFO  (jetty-launcher-1641-thread-1) [     ] o.e.j.s.Server Started @??????ms
   [junit4]   2> 553595 INFO  (jetty-launcher-1641-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=62476}
   [junit4]   2> 553595 INFO  (jetty-launcher-1641-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=62475}
   [junit4]   2> 553595 ERROR (jetty-launcher-1641-thread-2) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 553595 INFO  (jetty-launcher-1641-thread-2) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 553595 INFO  (jetty-launcher-1641-thread-2) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.6.0
   [junit4]   2> 553595 INFO  (jetty-launcher-1641-thread-2) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 553595 INFO  (jetty-launcher-1641-thread-2) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr
   [junit4]   2> 553595 INFO  (jetty-launcher-1641-thread-2) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-04-10T17:45:09.941429Z
   [junit4]   2> 553595 ERROR (jetty-launcher-1641-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 553595 INFO  (jetty-launcher-1641-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 553595 INFO  (jetty-launcher-1641-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.6.0
   [junit4]   2> 553596 INFO  (jetty-launcher-1641-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 553596 INFO  (jetty-launcher-1641-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr
   [junit4]   2> 553596 INFO  (jetty-launcher-1641-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-04-10T17:45:09.942036Z
   [junit4]   2> 553596 INFO  (jetty-launcher-1641-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 553599 INFO  (jetty-launcher-1641-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 553605 INFO  (zkConnectionManagerCallback-1643-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 553605 INFO  (jetty-launcher-1641-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 553608 INFO  (jetty-launcher-1641-thread-2) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 553613 INFO  (zkConnectionManagerCallback-1645-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 553613 INFO  (jetty-launcher-1641-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 553616 INFO  (jetty-launcher-1641-thread-1) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 553812 INFO  (jetty-launcher-1641-thread-2) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 553814 WARN  (jetty-launcher-1641-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@714a0b46[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 553814 WARN  (jetty-launcher-1641-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@714a0b46[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 553818 WARN  (jetty-launcher-1641-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@6c2bb86a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 553818 WARN  (jetty-launcher-1641-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@6c2bb86a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 553820 INFO  (jetty-launcher-1641-thread-2) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:62470/solr
   [junit4]   2> 553821 INFO  (jetty-launcher-1641-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 553825 INFO  (zkConnectionManagerCallback-1652-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 553826 INFO  (jetty-launcher-1641-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 553941 INFO  (jetty-launcher-1641-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 553942 INFO  (jetty-launcher-1641-thread-2) [n:127.0.0.1:62476_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 553943 WARN  (jetty-launcher-1641-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@77eacee5[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 553943 WARN  (jetty-launcher-1641-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@77eacee5[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 553946 INFO  (zkConnectionManagerCallback-1655-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 553946 INFO  (jetty-launcher-1641-thread-2) [n:127.0.0.1:62476_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 553953 WARN  (jetty-launcher-1641-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@a9e63dc[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 553953 WARN  (jetty-launcher-1641-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@a9e63dc[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 553956 INFO  (jetty-launcher-1641-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:62470/solr
   [junit4]   2> 553958 INFO  (jetty-launcher-1641-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 553963 INFO  (zkConnectionManagerCallback-1661-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 553963 INFO  (jetty-launcher-1641-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 554079 INFO  (jetty-launcher-1641-thread-1) [n:127.0.0.1:62475_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 554088 INFO  (zkConnectionManagerCallback-1665-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 554090 INFO  (jetty-launcher-1641-thread-1) [n:127.0.0.1:62475_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 554206 INFO  (jetty-launcher-1641-thread-1) [n:127.0.0.1:62475_solr     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:62475_solr
   [junit4]   2> 554219 INFO  (jetty-launcher-1641-thread-1) [n:127.0.0.1:62475_solr     ] o.a.s.c.Overseer Overseer (id=72138171131297800-127.0.0.1:62475_solr-n_0000000000) starting
   [junit4]   2> 554355 INFO  (OverseerStateUpdate-72138171131297800-127.0.0.1:62475_solr-n_0000000000) [n:127.0.0.1:62475_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:62475_solr
   [junit4]   2> 554357 INFO  (jetty-launcher-1641-thread-1) [n:127.0.0.1:62475_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:62475_solr
   [junit4]   2> 554359 DEBUG (OverseerAutoScalingTriggerThread-72138171131297800-127.0.0.1:62475_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Adding .auto_add_replicas and .scheduled_maintenance triggers
   [junit4]   2> 554366 DEBUG (OverseerAutoScalingTriggerThread-72138171131297800-127.0.0.1:62475_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 1
   [junit4]   2> 554367 DEBUG (OverseerAutoScalingTriggerThread-72138171131297800-127.0.0.1:62475_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion 0
   [junit4]   2> 554367 DEBUG (OverseerAutoScalingTriggerThread-72138171131297800-127.0.0.1:62475_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 1
   [junit4]   2> 554370 INFO  (zkCallback-1664-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 554388 INFO  (jetty-launcher-1641-thread-1) [n:127.0.0.1:62475_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 554390 WARN  (jetty-launcher-1641-thread-1) [n:127.0.0.1:62475_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> 554402 DEBUG (OverseerAutoScalingTriggerThread-72138171131297800-127.0.0.1:62475_solr-n_0000000000) [     ] o.a.s.c.a.NodeLostTrigger NodeLostTrigger .auto_add_replicas - Initial livenodes: [127.0.0.1:62475_solr]
   [junit4]   2> 554403 DEBUG (OverseerAutoScalingTriggerThread-72138171131297800-127.0.0.1:62475_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread -- deactivating old nodeLost / nodeAdded markers
   [junit4]   2> 554412 DEBUG (ScheduledTrigger-1847-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> 554413 DEBUG (OverseerAutoScalingTriggerThread-72138171131297800-127.0.0.1:62475_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion 1
   [junit4]   2> 554449 INFO  (jetty-launcher-1641-thread-1) [n:127.0.0.1:62475_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 554489 INFO  (jetty-launcher-1641-thread-1) [n:127.0.0.1:62475_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_62475.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@df5d75c
   [junit4]   2> 554508 INFO  (jetty-launcher-1641-thread-1) [n:127.0.0.1:62475_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_62475.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@df5d75c
   [junit4]   2> 554513 INFO  (jetty-launcher-1641-thread-1) [n:127.0.0.1:62475_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_62475.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@df5d75c
   [junit4]   2> 554514 INFO  (jetty-launcher-1641-thread-1) [n:127.0.0.1:62475_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J4/temp/solr.cloud.autoscaling.TriggerSetPropertiesIntegrationTest_673C8B275F15C263-001/tempDir-001/node2/.
   [junit4]   2> 554820 INFO  (jetty-launcher-1641-thread-2) [n:127.0.0.1:62476_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 554885 INFO  (jetty-launcher-1641-thread-2) [n:127.0.0.1:62476_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:62476_solr as DOWN
   [junit4]   2> 554895 INFO  (jetty-launcher-1641-thread-2) [n:127.0.0.1:62476_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 554895 INFO  (jetty-launcher-1641-thread-2) [n:127.0.0.1:62476_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:62476_solr
   [junit4]   2> 554905 INFO  (zkCallback-1664-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 554917 INFO  (zkCallback-1654-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 554925 INFO  (jetty-launcher-1641-thread-2) [n:127.0.0.1:62476_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 554926 WARN  (jetty-launcher-1641-thread-2) [n:127.0.0.1:62476_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> 554944 INFO  (jetty-launcher-1641-thread-2) [n:127.0.0.1:62476_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 554976 INFO  (jetty-launcher-1641-thread-2) [n:127.0.0.1:62476_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_62476.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@df5d75c
   [junit4]   2> 554985 INFO  (jetty-launcher-1641-thread-2) [n:127.0.0.1:62476_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_62476.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@df5d75c
   [junit4]   2> 554985 INFO  (jetty-launcher-1641-thread-2) [n:127.0.0.1:62476_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_62476.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@df5d75c
   [junit4]   2> 554986 INFO  (jetty-launcher-1641-thread-2) [n:127.0.0.1:62476_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J4/temp/solr.cloud.autoscaling.TriggerSetPropertiesIntegrationTest_673C8B275F15C263-001/tempDir-001/node1/.
   [junit4]   2> 555014 INFO  (SUITE-TriggerSetPropertiesIntegrationTest-seed#[673C8B275F15C263]-worker) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=2
   [junit4]   2> 555016 INFO  (SUITE-TriggerSetPropertiesIntegrationTest-seed#[673C8B275F15C263]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 555025 INFO  (zkConnectionManagerCallback-1676-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 555025 INFO  (SUITE-TriggerSetPropertiesIntegrationTest-seed#[673C8B275F15C263]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 555035 INFO  (SUITE-TriggerSetPropertiesIntegrationTest-seed#[673C8B275F15C263]-worker) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 555051 INFO  (SUITE-TriggerSetPropertiesIntegrationTest-seed#[673C8B275F15C263]-worker) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:62470/solr ready
   [junit4]   2> 555083 INFO  (qtp1798925412-6969) [n:127.0.0.1:62475_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/autoscaling params={wt=javabin&version=2} status=0 QTime=2
   [junit4]   2> 555089 INFO  (qtp1798925412-6968) [n:127.0.0.1:62475_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 555093 INFO  (qtp1565275414-6974) [n:127.0.0.1:62476_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 555094 DEBUG (qtp1798925412-6970) [n:127.0.0.1:62475_solr     ] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 555096 INFO  (qtp1798925412-6970) [n:127.0.0.1:62475_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/autoscaling params={wt=javabin&version=2} status=0 QTime=12
   [junit4]   2> 555104 DEBUG (zkCallback-1664-thread-1) [     ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 2
   [junit4]   2> 555116 DEBUG (OverseerAutoScalingTriggerThread-72138171131297800-127.0.0.1:62475_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 2
   [junit4]   2> 555275 DEBUG (OverseerAutoScalingTriggerThread-72138171131297800-127.0.0.1:62475_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread -- deactivating old nodeLost / nodeAdded markers
   [junit4]   2> 555336 DEBUG (OverseerAutoScalingTriggerThread-72138171131297800-127.0.0.1:62475_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 2, lastZnodeVersion 2
   [junit4]   2> 555562 INFO  (TEST-TriggerSetPropertiesIntegrationTest.testSetProperties-seed#[673C8B275F15C263]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testSetProperties
   [junit4]   2> 555563 INFO  (TEST-TriggerSetPropertiesIntegrationTest.testSetProperties-seed#[673C8B275F15C263]) [     ] o.a.s.c.a.TriggerSetPropertiesIntegrationTest Configuring simple scheduler and adding trigger: mock-timestamper
   [junit4]   2> 555574 INFO  (TEST-TriggerSetPropertiesIntegrationTest.testSetProperties-seed#[673C8B275F15C263]) [     ] o.a.s.c.a.TriggerSetPropertiesIntegrationTest conf(default delay): Waiting for 2 timestamps to be recorded
   [junit4]   2> 555576 INFO  (ScheduledTrigger-1858-thread-1) [     ] o.a.s.c.a.TriggerSetPropertiesIntegrationTest Running mock-timestamper in ScheduledTrigger-1858-thread-1
   [junit4]   2> 556152 DEBUG (ScheduledTrigger-1847-thread-2) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 1
   [junit4]   2> 560462 DEBUG (TEST-TriggerSetPropertiesIntegrationTest.testSetProperties-seed#[673C8B275F15C263]) [     ] o.a.s.c.a.ScheduledTriggers Shutting down scheduled thread pool executor now
   [junit4]   2> 560462 DEBUG (TEST-TriggerSetPropertiesIntegrationTest.testSetProperties-seed#[673C8B275F15C263]) [     ] o.a.s.c.a.ScheduledTriggers Shutting down action executor now
   [junit4]   2> 560462 DEBUG (TEST-TriggerSetPropertiesIntegrationTest.testSetProperties-seed#[673C8B275F15C263]) [     ] o.a.s.c.a.ScheduledTriggers Awaiting termination for action executor
   [junit4]   2> 560462 DEBUG (TEST-TriggerSetPropertiesIntegrationTest.testSetProperties-seed#[673C8B275F15C263]) [     ] o.a.s.c.a.ScheduledTriggers Awaiting termination for scheduled thread pool executor
   [junit4]   2> 560462 DEBUG (TEST-TriggerSetPropertiesIntegrationTest.testSetProperties-seed#[673C8B275F15C263]) [     ] o.a.s.c.a.ScheduledTriggers ScheduledTriggers closed completely
   [junit4]   2> 560463 INFO  (TEST-TriggerSetPropertiesIntegrationTest.testSetProperties-seed#[673C8B275F15C263]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testSetProperties
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TriggerSetPropertiesIntegrationTest -Dtests.method=testSetProperties -Dtests.seed=673C8B275F15C263 -Dtests.slow=true -Dtests.locale=ks -Dtests.timezone=America/Punta_Arenas -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] FAILURE 5.37s J4 | TriggerSetPropertiesIntegrationTest.testSetProperties <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: conf(default delay): Couldn't get second timestampe after max allowed polling
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([673C8B275F15C263:C585C6EEC3857E7]:0)
   [junit4]    > 	at org.apache.solr.cloud.autoscaling.TriggerSetPropertiesIntegrationTest.waitForAndDiffTimestamps(TriggerSetPropertiesIntegrationTest.java:229)
   [junit4]    > 	at org.apache.solr.cloud.autoscaling.TriggerSetPropertiesIntegrationTest.testSetProperties(TriggerSetPropertiesIntegrationTest.java:92)
   [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:566)
   [junit4]    > 	at java.base/java.lang.Thread.run(Thread.java:834)
   [junit4]   2> 560475 DEBUG (ScheduledTrigger-1847-thread-2) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 560568 INFO  (jetty-closer-1677-thread-1) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=789936574
   [junit4]   2> 560568 INFO  (jetty-closer-1677-thread-1) [     ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:62475_solr
   [junit4]   2> 560569 INFO  (jetty-closer-1677-thread-2) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1182944244
   [junit4]   2> 560569 INFO  (jetty-closer-1677-thread-2) [     ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:62476_solr
   [junit4]   2> 560570 INFO  (jetty-closer-1677-thread-1) [     ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 560570 INFO  (jetty-closer-1677-thread-1) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:62475_solr as DOWN
   [junit4]   2> 560571 INFO  (jetty-closer-1677-thread-2) [     ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 560571 INFO  (jetty-closer-1677-thread-2) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:62476_solr as DOWN
   [junit4]   2> 560577 INFO  (jetty-closer-1677-thread-1) [     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 560578 INFO  (jetty-closer-1677-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 560580 INFO  (jetty-closer-1677-thread-1) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@729ace4d: rootName = solr_62475, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@7dabb5f9
   [junit4]   2> 560580 INFO  (jetty-closer-1677-thread-2) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 560581 INFO  (jetty-closer-1677-thread-2) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@3b38d12c: rootName = solr_62476, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@4e2eb54b
   [junit4]   2> 560613 INFO  (jetty-closer-1677-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 560613 INFO  (jetty-closer-1677-thread-1) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@5775474a: rootName = solr_62475, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@64990921
   [junit4]   2> 560613 INFO  (jetty-closer-1677-thread-2) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 560613 INFO  (jetty-closer-1677-thread-2) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@1fffe681: rootName = solr_62476, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@64990921
   [junit4]   2> 560621 INFO  (jetty-closer-1677-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 560621 INFO  (jetty-closer-1677-thread-1) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@514310f3: rootName = solr_62475, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@66442a9f
   [junit4]   2> 560621 INFO  (jetty-closer-1677-thread-2) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 560621 INFO  (jetty-closer-1677-thread-2) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@24cfc12b: rootName = solr_62476, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@66442a9f
   [junit4]   2> 560621 INFO  (jetty-closer-1677-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 560622 INFO  (jetty-closer-1677-thread-2) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 560626 INFO  (closeThreadPool-1684-thread-2) [     ] o.a.s.c.Overseer Overseer (id=72138171131297800-127.0.0.1:62475_solr-n_0000000000) closing
   [junit4]   2> 560626 INFO  (OverseerStateUpdate-72138171131297800-127.0.0.1:62475_solr-n_0000000000) [n:127.0.0.1:62475_solr     ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:62475_solr
   [junit4]   2> 560626 INFO  (OverseerAutoScalingTriggerThread-72138171131297800-127.0.0.1:62475_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 560634 DEBUG (closeThreadPool-1684-thread-2) [     ] o.a.s.c.a.ScheduledTriggers Shutting down scheduled thread pool executor now
   [junit4]   2> 560635 DEBUG (closeThreadPool-1684-thread-2) [     ] o.a.s.c.a.ScheduledTriggers Shutting down action executor now
   [junit4]   2> 560635 DEBUG (closeThreadPool-1684-thread-2) [     ] o.a.s.c.a.ScheduledTriggers Awaiting termination for action executor
   [junit4]   2> 560638 DEBUG (closeThreadPool-1684-thread-2) [     ] o.a.s.c.a.ScheduledTriggers Awaiting termination for scheduled thread pool executor
   [junit4]   2> 560638 DEBUG (closeThreadPool-1684-thread-2) [     ] o.a.s.c.a.ScheduledTriggers ScheduledTriggers closed completely
   [junit4]   2> 560638 DEBUG (closeThreadPool-1684-thread-2) [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread has been closed explicitly
   [junit4]   2> 560638 INFO  (closeThreadPool-1684-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72138171131297800-127.0.0.1:62475_solr-n_0000000000) closing
   [junit4]   2> 560740 INFO  (jetty-closer-1677-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72138171131297800-127.0.0.1:62475_solr-n_0000000000) closing
   [junit4]   2> 560746 INFO  (jetty-closer-1677-thread-1) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@65fe8f73{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:?}
   [junit4]   2> 560747 INFO  (jetty-closer-1677-thread-1) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@73e79a11{/solr,null,UNAVAILABLE}
   [junit4]   2> 560749 INFO  (jetty-closer-1677-thread-1) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 560843 INFO  (jetty-closer-1677-thread-2) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@538bc0cf{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:?}
   [junit4]   2> 560844 INFO  (jetty-closer-1677-thread-2) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@786f3081{/solr,null,UNAVAILABLE}
   [junit4]   2> 560845 INFO  (jetty-closer-1677-thread-2) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 560848 INFO  (SUITE-TriggerSetPropertiesIntegrationTest-seed#[673C8B275F15C263]-worker) [     ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 561054 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> 	3	/solr/aliases.json
   [junit4]   2> 	3	/solr/clusterprops.json
   [junit4]   2> 	2	/solr/packages.json
   [junit4]   2> 	2	/solr/security.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	3	/solr/clusterstate.json
   [junit4]   2> 	2	/solr/autoscaling.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	6	/solr/live_nodes
   [junit4]   2> 	4	/solr/overseer/queue
   [junit4]   2> 	3	/solr/collections
   [junit4]   2> 
   [junit4]   2> 561057 INFO  (SUITE-TriggerSetPropertiesIntegrationTest-seed#[673C8B275F15C263]-worker) [     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:62470
   [junit4]   2> 561057 INFO  (SUITE-TriggerSetPropertiesIntegrationTest-seed#[673C8B275F15C263]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:62470
   [junit4]   2> 561057 INFO  (SUITE-TriggerSetPropertiesIntegrationTest-seed#[673C8B275F15C263]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 62470
   [junit4]   2> NOTE: leaving temporary files on disk at: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J4/temp/solr.cloud.autoscaling.TriggerSetPropertiesIntegrationTest_673C8B275F15C263-001
   [junit4]   2> Apr 10, 2020 5:45:17 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene84), sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@2df549a), locale=ks, timezone=America/Punta_Arenas
   [junit4]   2> NOTE: Mac OS X 10.14.6 x86_64/AdoptOpenJDK 11.0.6 (64-bit)/cpus=6,threads=1,free=74595520,total=398458880
   [junit4]   2> NOTE: All tests run in this JVM: [SolrIndexMetricsTest, TestHdfsBackupRestoreCore, CheckHdfsIndexTest, OutOfBoxZkACLAndCredentialsProvidersTest, TestMergePolicyConfig, DistributedDebugComponentTest, TestLegacyTerms, TestTrackingShardHandlerFactory, TestLogWatcher, TestSolr4Spatial, TestPerFieldSimilarity, MaxSizeAutoCommitTest, AliasIntegrationTest, TermsComponentTest, TestHighlightDedupGrouping, JWTAuthPluginTest, ShardRoutingTest, ComputePlanActionTest, HdfsBasicDistributedZk2Test, TestSolrIndexConfig, TestFieldSortValues, TestHashQParserPlugin, CollectionPropsTest, SimpleMLTQParserTest, TestUtils, IndexSizeEstimatorTest, ChangedSchemaMergeTest, StatsComponentTest, SolrSlf4jReporterTest, TestIntervalFaceting, ScheduledMaintenanceTriggerTest, OrderedExecutorTest, HdfsRecoverLeaseTest, ZkNodePropsTest, TestJsonFacetErrors, ConnectionManagerTest, TestRandomFlRTGCloud, TestImplicitCoreProperties, TestUnifiedSolrHighlighter, TestSafeXMLParsing, TestSolrJ, TestIBSimilarityFactory, TestSchemaSimilarityResource, IgnoreCommitOptimizeUpdateProcessorFactoryTest, ConjunctionSolrSpellCheckerTest, XsltUpdateRequestHandlerTest, TestRestoreCore, TestSchemalessBufferedUpdates, TriggerSetPropertiesIntegrationTest]
   [junit4] Completed [269/904 (1!)] on J4 in 8.18s, 1 test, 1 failure <<< FAILURES!

[...truncated 220 lines...]
   [junit4] Suite: org.apache.solr.cloud.autoscaling.ExecutePlanActionTest
   [junit4]   2> 659779 INFO  (SUITE-ExecutePlanActionTest-seed#[673C8B275F15C263]-worker) [     ] o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to test-framework derived value of '/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/server/solr/configsets/_default/conf'
   [junit4]   2> 659780 INFO  (SUITE-ExecutePlanActionTest-seed#[673C8B275F15C263]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.ExecutePlanActionTest_673C8B275F15C263-001/data-dir-50-001
   [junit4]   2> 659780 WARN  (SUITE-ExecutePlanActionTest-seed#[673C8B275F15C263]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=9 numCloses=9
   [junit4]   2> 659780 INFO  (SUITE-ExecutePlanActionTest-seed#[673C8B275F15C263]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 659781 INFO  (SUITE-ExecutePlanActionTest-seed#[673C8B275F15C263]-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> 659781 INFO  (SUITE-ExecutePlanActionTest-seed#[673C8B275F15C263]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 659784 INFO  (TEST-ExecutePlanActionTest.testExecute-seed#[673C8B275F15C263]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testExecute
   [junit4]   2> 659784 INFO  (TEST-ExecutePlanActionTest.testExecute-seed#[673C8B275F15C263]) [     ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.ExecutePlanActionTest_673C8B275F15C263-001/tempDir-001
   [junit4]   2> 659784 INFO  (TEST-ExecutePlanActionTest.testExecute-seed#[673C8B275F15C263]) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 659786 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 659786 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 659891 INFO  (TEST-ExecutePlanActionTest.testExecute-seed#[673C8B275F15C263]) [     ] o.a.s.c.ZkTestServer start zk server on port:63625
   [junit4]   2> 659891 INFO  (TEST-ExecutePlanActionTest.testExecute-seed#[673C8B275F15C263]) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:63625
   [junit4]   2> 659891 INFO  (TEST-ExecutePlanActionTest.testExecute-seed#[673C8B275F15C263]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:63625
   [junit4]   2> 659891 INFO  (TEST-ExecutePlanActionTest.testExecute-seed#[673C8B275F15C263]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 63625
   [junit4]   2> 659894 INFO  (TEST-ExecutePlanActionTest.testExecute-seed#[673C8B275F15C263]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 659898 INFO  (zkConnectionManagerCallback-2927-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 659898 INFO  (TEST-ExecutePlanActionTest.testExecute-seed#[673C8B275F15C263]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 659902 INFO  (TEST-ExecutePlanActionTest.testExecute-seed#[673C8B275F15C263]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 659904 INFO  (zkConnectionManagerCallback-2929-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 659904 INFO  (TEST-ExecutePlanActionTest.testExecute-seed#[673C8B275F15C263]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 659904 INFO  (TEST-ExecutePlanActionTest.testExecute-seed#[673C8B275F15C263]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 659909 INFO  (zkConnectionManagerCallback-2931-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 659909 INFO  (TEST-ExecutePlanActionTest.testExecute-seed#[673C8B275F15C263]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 660023 WARN  (jetty-launcher-2932-thread-1) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 660023 INFO  (jetty-launcher-2932-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 660023 INFO  (jetty-launcher-2932-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 660023 WARN  (jetty-launcher-2932-thread-2) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 660023 INFO  (jetty-launcher-2932-thread-1) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 11.0.6+10
   [junit4]   2> 660023 INFO  (jetty-launcher-2932-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 660023 INFO  (jetty-launcher-2932-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 660023 INFO  (jetty-launcher-2932-thread-2) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 11.0.6+10
   [junit4]   2> 660026 INFO  (jetty-launcher-2932-thread-2) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 660026 INFO  (jetty-launcher-2932-thread-2) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 660026 INFO  (jetty-launcher-2932-thread-2) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 660026 INFO  (jetty-launcher-2932-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 660027 INFO  (jetty-launcher-2932-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 660027 INFO  (jetty-launcher-2932-thread-1) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 660027 INFO  (jetty-launcher-2932-thread-2) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@4e97a4f1{/solr,null,AVAILABLE}
   [junit4]   2> 660027 INFO  (jetty-launcher-2932-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@4b54efc4{/solr,null,AVAILABLE}
   [junit4]   2> 660028 INFO  (jetty-launcher-2932-thread-2) [     ] o.e.j.s.AbstractConnector Started ServerConnector@1d965e1e{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:63630}
   [junit4]   2> 660028 INFO  (jetty-launcher-2932-thread-2) [     ] o.e.j.s.Server Started @660167ms
   [junit4]   2> 660028 INFO  (jetty-launcher-2932-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@73099abc{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:63631}
   [junit4]   2> 660028 INFO  (jetty-launcher-2932-thread-1) [     ] o.e.j.s.Server Started @660167ms
   [junit4]   2> 660028 INFO  (jetty-launcher-2932-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=63631}
   [junit4]   2> 660028 INFO  (jetty-launcher-2932-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=63630}
   [junit4]   2> 660028 ERROR (jetty-launcher-2932-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 660028 ERROR (jetty-launcher-2932-thread-2) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 660028 INFO  (jetty-launcher-2932-thread-2) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 660028 INFO  (jetty-launcher-2932-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 660029 INFO  (jetty-launcher-2932-thread-2) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.6.0
   [junit4]   2> 660029 INFO  (jetty-launcher-2932-thread-2) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 660029 INFO  (jetty-launcher-2932-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.6.0
   [junit4]   2> 660029 INFO  (jetty-launcher-2932-thread-2) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr
   [junit4]   2> 660029 INFO  (jetty-launcher-2932-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 660029 INFO  (jetty-launcher-2932-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr
   [junit4]   2> 660029 INFO  (jetty-launcher-2932-thread-2) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-04-10T17:46:56.395053Z
   [junit4]   2> 660029 INFO  (jetty-launcher-2932-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-04-10T17:46:56.395066Z
   [junit4]   2> 660029 INFO  (jetty-launcher-2932-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 660030 INFO  (jetty-launcher-2932-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 660034 INFO  (zkConnectionManagerCallback-2936-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 660034 INFO  (jetty-launcher-2932-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 660034 INFO  (zkConnectionManagerCallback-2934-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 660034 INFO  (jetty-launcher-2932-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 660035 INFO  (jetty-launcher-2932-thread-2) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 660036 INFO  (jetty-launcher-2932-thread-1) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 660220 INFO  (jetty-launcher-2932-thread-2) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 660220 WARN  (jetty-launcher-2932-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@3587e390[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 660220 WARN  (jetty-launcher-2932-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@3587e390[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 660222 WARN  (jetty-launcher-2932-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@27c35648[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 660222 WARN  (jetty-launcher-2932-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@27c35648[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 660223 INFO  (jetty-launcher-2932-thread-2) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:63625/solr
   [junit4]   2> 660224 INFO  (jetty-launcher-2932-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 660226 INFO  (zkConnectionManagerCallback-2943-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 660226 INFO  (jetty-launcher-2932-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 660324 INFO  (jetty-launcher-2932-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 660326 WARN  (jetty-launcher-2932-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@241f93af[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 660326 WARN  (jetty-launcher-2932-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@241f93af[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 660328 WARN  (jetty-launcher-2932-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@c48a8ac[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 660328 WARN  (jetty-launcher-2932-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@c48a8ac[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 660329 INFO  (jetty-launcher-2932-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:63625/solr
   [junit4]   2> 660330 INFO  (jetty-launcher-2932-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 660335 INFO  (zkConnectionManagerCallback-2950-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 660335 INFO  (jetty-launcher-2932-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 660356 INFO  (jetty-launcher-2932-thread-2) [n:127.0.0.1:63630_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 660359 INFO  (zkConnectionManagerCallback-2952-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 660359 INFO  (jetty-launcher-2932-thread-2) [n:127.0.0.1:63630_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 660460 INFO  (jetty-launcher-2932-thread-1) [n:127.0.0.1:63631_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 660463 INFO  (zkConnectionManagerCallback-2956-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 660463 INFO  (jetty-launcher-2932-thread-1) [n:127.0.0.1:63631_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 660494 INFO  (jetty-launcher-2932-thread-1) [n:127.0.0.1:63631_solr     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:63631_solr
   [junit4]   2> 660497 INFO  (jetty-launcher-2932-thread-1) [n:127.0.0.1:63631_solr     ] o.a.s.c.Overseer Overseer (id=72138178111471624-127.0.0.1:63631_solr-n_0000000000) starting
   [junit4]   2> 660515 INFO  (OverseerStateUpdate-72138178111471624-127.0.0.1:63631_solr-n_0000000000) [n:127.0.0.1:63631_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:63631_solr
   [junit4]   2> 660516 INFO  (jetty-launcher-2932-thread-1) [n:127.0.0.1:63631_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:63631_solr
   [junit4]   2> 660516 DEBUG (OverseerAutoScalingTriggerThread-72138178111471624-127.0.0.1:63631_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Adding .auto_add_replicas and .scheduled_maintenance triggers
   [junit4]   2> 660522 DEBUG (OverseerAutoScalingTriggerThread-72138178111471624-127.0.0.1:63631_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 1
   [junit4]   2> 660523 DEBUG (OverseerAutoScalingTriggerThread-72138178111471624-127.0.0.1:63631_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion 0
   [junit4]   2> 660523 DEBUG (OverseerAutoScalingTriggerThread-72138178111471624-127.0.0.1:63631_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 1
   [junit4]   2> 660523 INFO  (OverseerStateUpdate-72138178111471624-127.0.0.1:63631_solr-n_0000000000) [n:127.0.0.1:63631_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 660529 INFO  (jetty-launcher-2932-thread-1) [n:127.0.0.1:63631_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 660529 WARN  (jetty-launcher-2932-thread-1) [n:127.0.0.1:63631_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> 660533 DEBUG (OverseerAutoScalingTriggerThread-72138178111471624-127.0.0.1:63631_solr-n_0000000000) [     ] o.a.s.c.a.NodeLostTrigger NodeLostTrigger .auto_add_replicas - Initial livenodes: [127.0.0.1:63631_solr]
   [junit4]   2> 660534 DEBUG (OverseerAutoScalingTriggerThread-72138178111471624-127.0.0.1:63631_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread -- deactivating old nodeLost / nodeAdded markers
   [junit4]   2> 660536 DEBUG (ScheduledTrigger-3426-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> 660537 DEBUG (OverseerAutoScalingTriggerThread-72138178111471624-127.0.0.1:63631_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion 1
   [junit4]   2> 660544 INFO  (jetty-launcher-2932-thread-1) [n:127.0.0.1:63631_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 660552 INFO  (jetty-launcher-2932-thread-2) [n:127.0.0.1:63630_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 660561 INFO  (jetty-launcher-2932-thread-2) [n:127.0.0.1:63630_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:63630_solr as DOWN
   [junit4]   2> 660563 INFO  (jetty-launcher-2932-thread-1) [n:127.0.0.1:63631_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_63631.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4f186258
   [junit4]   2> 660566 INFO  (jetty-launcher-2932-thread-2) [n:127.0.0.1:63630_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 660566 INFO  (jetty-launcher-2932-thread-2) [n:127.0.0.1:63630_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:63630_solr
   [junit4]   2> 660572 INFO  (zkCallback-2955-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 660572 INFO  (jetty-launcher-2932-thread-1) [n:127.0.0.1:63631_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_63631.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4f186258
   [junit4]   2> 660572 INFO  (jetty-launcher-2932-thread-1) [n:127.0.0.1:63631_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_63631.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4f186258
   [junit4]   2> 660572 INFO  (zkCallback-2951-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 660573 INFO  (jetty-launcher-2932-thread-1) [n:127.0.0.1:63631_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.ExecutePlanActionTest_673C8B275F15C263-001/tempDir-001/node1/.
   [junit4]   2> 660574 INFO  (jetty-launcher-2932-thread-2) [n:127.0.0.1:63630_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 660575 WARN  (jetty-launcher-2932-thread-2) [n:127.0.0.1:63630_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> 660589 INFO  (jetty-launcher-2932-thread-2) [n:127.0.0.1:63630_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 660608 INFO  (jetty-launcher-2932-thread-2) [n:127.0.0.1:63630_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_63630.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4f186258
   [junit4]   2> 660615 INFO  (jetty-launcher-2932-thread-2) [n:127.0.0.1:63630_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_63630.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4f186258
   [junit4]   2> 660615 INFO  (jetty-launcher-2932-thread-2) [n:127.0.0.1:63630_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_63630.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4f186258
   [junit4]   2> 660616 INFO  (jetty-launcher-2932-thread-2) [n:127.0.0.1:63630_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.ExecutePlanActionTest_673C8B275F15C263-001/tempDir-001/node2/.
   [junit4]   2> 660622 INFO  (TEST-ExecutePlanActionTest.testExecute-seed#[673C8B275F15C263]) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=2
   [junit4]   2> 660623 INFO  (TEST-ExecutePlanActionTest.testExecute-seed#[673C8B275F15C263]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 660627 INFO  (zkConnectionManagerCallback-2967-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 660627 INFO  (TEST-ExecutePlanActionTest.testExecute-seed#[673C8B275F15C263]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 660629 INFO  (TEST-ExecutePlanActionTest.testExecute-seed#[673C8B275F15C263]) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 660631 INFO  (TEST-ExecutePlanActionTest.testExecute-seed#[673C8B275F15C263]) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:63625/solr ready
   [junit4]   2> 660638 DEBUG (zkCallback-2955-thread-1) [     ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 2
   [junit4]   2> 660638 DEBUG (OverseerAutoScalingTriggerThread-72138178111471624-127.0.0.1:63631_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 2
   [junit4]   2> 660641 INFO  (qtp324121092-8772) [n:127.0.0.1:63630_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params collection.configName=conf&maxShardsPerNode=1&name=testExecute&nrtReplicas=2&action=CREATE&numShards=1&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 660648 DEBUG (OverseerAutoScalingTriggerThread-72138178111471624-127.0.0.1:63631_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread -- deactivating old nodeLost / nodeAdded markers
   [junit4]   2> 660649 DEBUG (OverseerAutoScalingTriggerThread-72138178111471624-127.0.0.1:63631_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 2, lastZnodeVersion 2
   [junit4]   2> 660650 INFO  (OverseerThreadFactory-3428-thread-1-processing-n:127.0.0.1:63631_solr) [n:127.0.0.1:63631_solr     ] o.a.s.c.a.c.CreateCollectionCmd Create collection testExecute
   [junit4]   2> 660768 INFO  (OverseerStateUpdate-72138178111471624-127.0.0.1:63631_solr-n_0000000000) [n:127.0.0.1:63631_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testExecute",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testExecute_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:63631/solr",
   [junit4]   2>   "node_name":"127.0.0.1:63631_solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 660774 INFO  (OverseerStateUpdate-72138178111471624-127.0.0.1:63631_solr-n_0000000000) [n:127.0.0.1:63631_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testExecute",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testExecute_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:63630/solr",
   [junit4]   2>   "node_name":"127.0.0.1:63630_solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 660984 INFO  (qtp324121092-8774) [n:127.0.0.1:63630_solr    x:testExecute_shard1_replica_n2 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=testExecute_shard1_replica_n2&action=CREATE&numShards=1&collection=testExecute&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 660984 INFO  (qtp2110679925-8770) [n:127.0.0.1:63631_solr    x:testExecute_shard1_replica_n1 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=testExecute_shard1_replica_n1&action=CREATE&numShards=1&collection=testExecute&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 660985 INFO  (qtp2110679925-8770) [n:127.0.0.1:63631_solr    x:testExecute_shard1_replica_n1 ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 660999 INFO  (qtp2110679925-8770) [n:127.0.0.1:63631_solr c:testExecute s:shard1 r:core_node3 x:testExecute_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.6.0
   [junit4]   2> 660999 INFO  (qtp324121092-8774) [n:127.0.0.1:63630_solr c:testExecute s:shard1 r:core_node4 x:testExecute_shard1_replica_n2 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.6.0
   [junit4]   2> 661008 INFO  (qtp2110679925-8770) [n:127.0.0.1:63631_solr c:testExecute s:shard1 r:core_node3 x:testExecute_shard1_replica_n1 ] o.a.s.s.IndexSchema Schema name=minimal
   [junit4]   2> 661008 INFO  (qtp324121092-8774) [n:127.0.0.1:63630_solr c:testExecute s:shard1 r:core_node4 x:testExecute_shard1_replica_n2 ] o.a.s.s.IndexSchema Schema name=minimal
   [junit4]   2> 661010 INFO  (qtp2110679925-8770) [n:127.0.0.1:63631_solr c:testExecute s:shard1 r:core_node3 x:testExecute_shard1_replica_n1 ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 661010 INFO  (qtp324121092-8774) [n:127.0.0.1:63630_solr c:testExecute s:shard1 r:core_node4 x:testExecute_shard1_replica_n2 ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 661010 INFO  (qtp324121092-8774) [n:127.0.0.1:63630_solr c:testExecute s:shard1 r:core_node4 x:testExecute_shard1_replica_n2 ] o.a.s.c.CoreContainer Creating SolrCore 'testExecute_shard1_replica_n2' using configuration from configset conf, trusted=true
   [junit4]   2> 661010 INFO  (qtp2110679925-8770) [n:127.0.0.1:63631_solr c:testExecute s:shard1 r:core_node3 x:testExecute_shard1_replica_n1 ] o.a.s.c.CoreContainer Creating SolrCore 'testExecute_shard1_replica_n1' using configuration from configset conf, trusted=true
   [junit4]   2> 661011 INFO  (qtp324121092-8774) [n:127.0.0.1:63630_solr c:testExecute s:shard1 r:core_node4 x:testExecute_shard1_replica_n2 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_63630.solr.core.testExecute.shard1.replica_n2' (registry 'solr.core.testExecute.shard1.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4f186258
   [junit4]   2> 661011 INFO  (qtp2110679925-8770) [n:127.0.0.1:63631_solr c:testExecute s:shard1 r:core_node3 x:testExecute_shard1_replica_n1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_63631.solr.core.testExecute.shard1.replica_n1' (registry 'solr.core.testExecute.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4f186258
   [junit4]   2> 661011 INFO  (qtp324121092-8774) [n:127.0.0.1:63630_solr c:testExecute s:shard1 r:core_node4 x:testExecute_shard1_replica_n2 ] o.a.s.c.SolrCore [[testExecute_shard1_replica_n2] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.ExecutePlanActionTest_673C8B275F15C263-001/tempDir-001/node2/./testExecute_shard1_replica_n2], dataDir=[/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.ExecutePlanActionTest_673C8B275F15C263-001/tempDir-001/node2/./testExecute_shard1_replica_n2/data/]
   [junit4]   2> 661011 INFO  (qtp2110679925-8770) [n:127.0.0.1:63631_solr c:testExecute s:shard1 r:core_node3 x:testExecute_shard1_replica_n1 ] o.a.s.c.SolrCore [[testExecute_shard1_replica_n1] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.ExecutePlanActionTest_673C8B275F15C263-001/tempDir-001/node1/./testExecute_shard1_replica_n1], dataDir=[/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.ExecutePlanActionTest_673C8B275F15C263-001/tempDir-001/node1/./testExecute_shard1_replica_n1/data/]
   [junit4]   2> 661054 INFO  (qtp2110679925-8770) [n:127.0.0.1:63631_solr c:testExecute s:shard1 r:core_node3 x:testExecute_shard1_replica_n1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 661054 INFO  (qtp2110679925-8770) [n:127.0.0.1:63631_solr c:testExecute s:shard1 r:core_node3 x:testExecute_shard1_replica_n1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 661062 INFO  (qtp2110679925-8770) [n:127.0.0.1:63631_solr c:testExecute s:shard1 r:core_node3 x:testExecute_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 661062 INFO  (qtp2110679925-8770) [n:127.0.0.1:63631_solr c:testExecute s:shard1 r:core_node3 x:testExecute_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 661063 INFO  (qtp2110679925-8770) [n:127.0.0.1:63631_solr c:testExecute s:shard1 r:core_node3 x:testExecute_shard1_replica_n1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@6064d9fb[testExecute_shard1_replica_n1] main]
   [junit4]   2> 661065 INFO  (qtp2110679925-8770) [n:127.0.0.1:63631_solr c:testExecute s:shard1 r:core_node3 x:testExecute_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 661066 INFO  (qtp2110679925-8770) [n:127.0.0.1:63631_solr c:testExecute s:shard1 r:core_node3 x:testExecute_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 661066 INFO  (qtp2110679925-8770) [n:127.0.0.1:63631_solr c:testExecute s:shard1 r:core_node3 x:testExecute_shard1_replica_n1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 661066 INFO  (qtp2110679925-8770) [n:127.0.0.1:63631_solr c:testExecute s:shard1 r:core_node3 x:testExecute_shard1_replica_n1 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1663608624179576832
   [junit4]   2> 661069 INFO  (searcherExecutor-3438-thread-1-processing-n:127.0.0.1:63631_solr x:testExecute_shard1_replica_n1 c:testExecute s:shard1 r:core_node3) [n:127.0.0.1:63631_solr c:testExecute s:shard1 r:core_node3 x:testExecute_shard1_replica_n1 ] o.a.s.c.SolrCore [testExecute_shard1_replica_n1] Registered new searcher Searcher@6064d9fb[testExecute_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 661073 INFO  (qtp324121092-8774) [n:127.0.0.1:63630_solr c:testExecute s:shard1 r:core_node4 x:testExecute_shard1_replica_n2 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 661073 INFO  (qtp324121092-8774) [n:127.0.0.1:63630_solr c:testExecute s:shard1 r:core_node4 x:testExecute_shard1_replica_n2 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 661074 INFO  (qtp324121092-8774) [n:127.0.0.1:63630_solr c:testExecute s:shard1 r:core_node4 x:testExecute_shard1_replica_n2 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 661075 INFO  (qtp324121092-8774) [n:127.0.0.1:63630_solr c:testExecute s:shard1 r:core_node4 x:testExecute_shard1_replica_n2 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 661075 INFO  (qtp324121092-8774) [n:127.0.0.1:63630_solr c:testExecute s:shard1 r:core_node4 x:testExecute_shard1_replica_n2 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@24a30631[testExecute_shard1_replica_n2] main]
   [junit4]   2> 661076 INFO  (qtp2110679925-8770) [n:127.0.0.1:63631_solr c:testExecute s:shard1 r:core_node3 x:testExecute_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/testExecute/terms/shard1 to Terms{values={core_node3=0}, version=0}
   [junit4]   2> 661076 INFO  (qtp2110679925-8770) [n:127.0.0.1:63631_solr c:testExecute s:shard1 r:core_node3 x:testExecute_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/testExecute/leaders/shard1
   [junit4]   2> 661078 INFO  (qtp324121092-8774) [n:127.0.0.1:63630_solr c:testExecute s:shard1 r:core_node4 x:testExecute_shard1_replica_n2 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 661079 INFO  (qtp324121092-8774) [n:127.0.0.1:63630_solr c:testExecute s:shard1 r:core_node4 x:testExecute_shard1_replica_n2 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 661079 INFO  (qtp324121092-8774) [n:127.0.0.1:63630_solr c:testExecute s:shard1 r:core_node4 x:testExecute_shard1_replica_n2 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 661079 INFO  (qtp324121092-8774) [n:127.0.0.1:63630_solr c:testExecute s:shard1 r:core_node4 x:testExecute_shard1_replica_n2 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1663608624193208320
   [junit4]   2> 661083 INFO  (searcherExecutor-3437-thread-1-processing-n:127.0.0.1:63630_solr x:testExecute_shard1_replica_n2 c:testExecute s:shard

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

0.0.1 52251
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=LeaderFailoverAfterPartitionTest -Dtests.method=test -Dtests.seed=673C8B275F15C263 -Dtests.slow=true -Dtests.locale=fr-CA -Dtests.timezone=America/Martinique -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   14.0s J0 | LeaderFailoverAfterPartitionTest.test <<<
   [junit4]    > Throwable #1: org.apache.solr.client.solrj.SolrServerException: Timeout occurred while waiting response from server at: http://127.0.0.1:52275
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([673C8B275F15C263:EF68B4FDF1E9AF9B]:0)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:676)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:265)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:368)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:296)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1143)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:906)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:838)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:228)
   [junit4]    > 	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.createServers(AbstractFullDistribZkTestBase.java:338)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1080)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1054)
   [junit4]    > 	at java.base/java.lang.Thread.run(Thread.java:834)
   [junit4]    > Caused by: java.net.SocketTimeoutException: Read timed out
   [junit4]    > 	at java.base/java.net.SocketInputStream.socketRead0(Native Method)
   [junit4]    > 	at java.base/java.net.SocketInputStream.socketRead(SocketInputStream.java:115)
   [junit4]    > 	at java.base/java.net.SocketInputStream.read(SocketInputStream.java:168)
   [junit4]    > 	at java.base/java.net.SocketInputStream.read(SocketInputStream.java:140)
   [junit4]    > 	at org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:137)
   [junit4]    > 	at org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:153)
   [junit4]    > 	at org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:280)
   [junit4]    > 	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138)
   [junit4]    > 	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
   [junit4]    > 	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)
   [junit4]    > 	at org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163)
   [junit4]    > 	at org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:157)
   [junit4]    > 	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)
   [junit4]    > 	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
   [junit4]    > 	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
   [junit4]    > 	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
   [junit4]    > 	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
   [junit4]    > 	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
   [junit4]    > 	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
   [junit4]    > 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
   [junit4]    > 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:564)
   [junit4]    > 	... 42 more
   [junit4]   2> NOTE: leaving temporary files on disk at: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_673C8B275F15C263-001
   [junit4]   2> Apr 10, 2020 5:57:42 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene84): {}, docValues:{}, maxPointsInLeafNode=797, maxMBSortInHeap=6.8208924352726985, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@6effba7a), locale=fr-CA, timezone=America/Martinique
   [junit4]   2> NOTE: Mac OS X 10.14.6 x86_64/AdoptOpenJDK 11.0.6 (64-bit)/cpus=6,threads=1,free=163487280,total=406847488
   [junit4]   2> NOTE: All tests run in this JVM: [HdfsUnloadDistributedZkTest, TestCopyFieldCollectionResource, ScheduledTriggerIntegrationTest, RangeFacetCloudTest, HttpSolrCallGetCoreTest, TestConfigSets, TestInPlaceUpdatesDistrib, TestReplicationHandler, TestQueryUtils, TestSolrQueryParser, TestExportWriter, TestDistribPackageStore, ExplicitHLLTest, TestCollapseQParserPlugin, SolrInfoBeanTest, TestSolrCloudWithSecureImpersonation, SuggesterTSTTest, TestNRTOpen, HighlighterMaxOffsetTest, VMParamsZkACLAndCredentialsProvidersTest, SharedFSAutoReplicaFailoverTest, TestCloudRecovery, TestSimPolicyCloud, AssignBackwardCompatibilityTest, TestSchemaVersionResource, InfixSuggestersTest, BasicAuthIntegrationTest, TestFilteredDocIdSet, DistributedQueryElevationComponentTest, DirectSolrSpellCheckerTest, IndexSchemaTest, IgnoreLargeDocumentProcessorFactoryTest, TestPolicyCloud, CloudExitableDirectoryReaderTest, GraphQueryTest, SolrMetricsIntegrationTest, DocValuesMultiTest, MetricsHistoryHandlerTest, LeaderTragicEventTest, MigrateRouteKeyTest, TestDocSet, TimeZoneUtilsTest, SpellPossibilityIteratorTest, SchemaApiFailureTest, CreateCollectionCleanupTest, TestWithCollection, TestLMDirichletSimilarityFactory, PeerSyncTest, TestLeaderElectionWithEmptyReplica, AlternateDirectoryTest, TestUnifiedSolrHighlighterWithoutStoredId, TestPhraseSuggestions, HdfsRecoveryZkTest, TestCollationFieldDocValues, TestSolrTestCaseJ4, TestAuthorizationFramework, ExecutePlanActionTest, TestInfoStreamLogging, RootFieldTest, TestUpdate, IndexSizeTriggerTest, ZkShardTermsTest, MultiSolrCloudTestCaseTest, TestChildDocTransformer, ResponseLogComponentTest, SimpleFacetsTest, RoutingToNodesWithPropertiesTest, DistanceFunctionTest, TestImpersonationWithHadoopAuth, SolrCloudReportersTest, TimeRoutedAliasUpdateProcessorTest, DistributedExpandComponentTest, TestDirectoryFactory, TestBM25SimilarityFactory, TestBlobHandler, TestIndexSearcher, DistributedFacetPivotSmallTest, ChaosMonkeyNothingIsSafeWithPullReplicasTest, DimensionalRoutedAliasUpdateProcessorTest, TestNumericTerms32, TestOmitPositions, AnalysisAfterCoreReloadTest, NodeLostTriggerIntegrationTest, TestJettySolrRunner, RegexBoostProcessorTest, TestRequestStatusCollectionAPI, TestCustomDocTransformer, DeleteStatusTest, DistribDocExpirationUpdateProcessorTest, HttpPartitionOnCommitTest, LeaderFailoverAfterPartitionTest]
   [junit4] Completed [501/904 (3!)] on J0 in 16.91s, 1 test, 1 error <<< FAILURES!

[...truncated 49422 lines...]
[repro] Jenkins log URL: https://jenkins.thetaphi.de/job/Lucene-Solr-8.x-MacOSX/847/consoleText

[repro] Revision: 29c7f07de2b5ccb65840ed11987d4b7750f1f070

[repro] Ant options: "-Dargs=-XX:-UseCompressedOops -XX:+UseG1GC"
[repro] Repro line:  ant test  -Dtestcase=TriggerSetPropertiesIntegrationTest -Dtests.method=testSetProperties -Dtests.seed=673C8B275F15C263 -Dtests.slow=true -Dtests.locale=ks -Dtests.timezone=America/Punta_Arenas -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1

[repro] Repro line:  ant test  -Dtestcase=ExecutePlanActionTest -Dtests.method=testTaskTimeout -Dtests.seed=673C8B275F15C263 -Dtests.slow=true -Dtests.locale=fr-SC -Dtests.timezone=Africa/Ndjamena -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1

[repro] Repro line:  ant test  -Dtestcase=LeaderFailoverAfterPartitionTest -Dtests.method=test -Dtests.seed=673C8B275F15C263 -Dtests.slow=true -Dtests.locale=fr-CA -Dtests.timezone=America/Martinique -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1

[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]       TriggerSetPropertiesIntegrationTest
[repro]       LeaderFailoverAfterPartitionTest
[repro]       ExecutePlanActionTest
[repro] ant compile-test

[...truncated 3484 lines...]
[repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=15 -Dtests.class="*.TriggerSetPropertiesIntegrationTest|*.LeaderFailoverAfterPartitionTest|*.ExecutePlanActionTest" -Dtests.showOutput=onerror "-Dargs=-XX:-UseCompressedOops -XX:+UseG1GC" -Dtests.seed=673C8B275F15C263 -Dtests.slow=true -Dtests.locale=ks -Dtests.timezone=America/Punta_Arenas -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1

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

[...truncated 73 lines...]