You are viewing a plain text version of this content. The canonical link for it is here.
Posted to builds@lucene.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2020/02/23 13:41:21 UTC

[JENKINS] Lucene-Solr-Tests-master - Build # 4317 - Still Unstable

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

1 tests failed.
FAILED:  org.apache.solr.cloud.autoscaling.AutoScalingHandlerTest.testReadApi

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

Stack Trace:
java.lang.AssertionError: expected:<2> but was:<3>
	at __randomizedtesting.SeedInfo.seed([E474CF2061BDD245:B35D3495BA4F305E]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.failNotEquals(Assert.java:834)
	at org.junit.Assert.assertEquals(Assert.java:645)
	at org.junit.Assert.assertEquals(Assert.java:631)
	at org.apache.solr.cloud.autoscaling.AutoScalingHandlerTest.testReadApi(AutoScalingHandlerTest.java:898)
	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:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)




Build Log:
[...truncated 14511 lines...]
   [junit4] Suite: org.apache.solr.cloud.autoscaling.AutoScalingHandlerTest
   [junit4]   2> 3699505 INFO  (SUITE-AutoScalingHandlerTest-seed#[E474CF2061BDD245]-worker) [     ] o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to test-framework derived value of '/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/server/solr/configsets/_default/conf'
   [junit4]   2> 3699505 INFO  (SUITE-AutoScalingHandlerTest-seed#[E474CF2061BDD245]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoScalingHandlerTest_E474CF2061BDD245-001/data-dir-208-001
   [junit4]   2> 3699506 WARN  (SUITE-AutoScalingHandlerTest-seed#[E474CF2061BDD245]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=28 numCloses=28
   [junit4]   2> 3699518 INFO  (SUITE-AutoScalingHandlerTest-seed#[E474CF2061BDD245]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 3699519 INFO  (SUITE-AutoScalingHandlerTest-seed#[E474CF2061BDD245]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason="", ssl=0.0/0.0, value=0.0/0.0, clientAuth=0.0/0.0)
   [junit4]   2> 3699519 INFO  (SUITE-AutoScalingHandlerTest-seed#[E474CF2061BDD245]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 3699520 INFO  (SUITE-AutoScalingHandlerTest-seed#[E474CF2061BDD245]-worker) [     ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoScalingHandlerTest_E474CF2061BDD245-001/tempDir-001
   [junit4]   2> 3699520 INFO  (SUITE-AutoScalingHandlerTest-seed#[E474CF2061BDD245]-worker) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 3699521 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 3699521 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 3699621 INFO  (SUITE-AutoScalingHandlerTest-seed#[E474CF2061BDD245]-worker) [     ] o.a.s.c.ZkTestServer start zk server on port:34602
   [junit4]   2> 3699621 INFO  (SUITE-AutoScalingHandlerTest-seed#[E474CF2061BDD245]-worker) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:34602
   [junit4]   2> 3699621 INFO  (SUITE-AutoScalingHandlerTest-seed#[E474CF2061BDD245]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:34602
   [junit4]   2> 3699621 INFO  (SUITE-AutoScalingHandlerTest-seed#[E474CF2061BDD245]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 34602
   [junit4]   2> 3699623 INFO  (SUITE-AutoScalingHandlerTest-seed#[E474CF2061BDD245]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3699625 INFO  (zkConnectionManagerCallback-12354-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3699625 INFO  (SUITE-AutoScalingHandlerTest-seed#[E474CF2061BDD245]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3699636 INFO  (SUITE-AutoScalingHandlerTest-seed#[E474CF2061BDD245]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3699636 INFO  (zkConnectionManagerCallback-12356-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3699637 INFO  (SUITE-AutoScalingHandlerTest-seed#[E474CF2061BDD245]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3699637 INFO  (SUITE-AutoScalingHandlerTest-seed#[E474CF2061BDD245]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3699639 INFO  (zkConnectionManagerCallback-12358-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3699639 INFO  (SUITE-AutoScalingHandlerTest-seed#[E474CF2061BDD245]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3699801 INFO  (jetty-launcher-12359-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 3699801 INFO  (jetty-launcher-12359-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 3699801 INFO  (jetty-launcher-12359-thread-1) [     ] o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 363d5f2df3a8a28de40604320230664b9c793c16; jvm 11.0.4+10-LTS
   [junit4]   2> 3699812 INFO  (jetty-launcher-12359-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 3699812 INFO  (jetty-launcher-12359-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 3699812 INFO  (jetty-launcher-12359-thread-2) [     ] o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 363d5f2df3a8a28de40604320230664b9c793c16; jvm 11.0.4+10-LTS
   [junit4]   2> 3699860 INFO  (jetty-launcher-12359-thread-2) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 3699860 INFO  (jetty-launcher-12359-thread-2) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 3699860 INFO  (jetty-launcher-12359-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 3699860 INFO  (jetty-launcher-12359-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 3699860 INFO  (jetty-launcher-12359-thread-1) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 3699860 INFO  (jetty-launcher-12359-thread-2) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 3699860 INFO  (jetty-launcher-12359-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@45d42371{/solr,null,AVAILABLE}
   [junit4]   2> 3699860 INFO  (jetty-launcher-12359-thread-2) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@2ad9b227{/solr,null,AVAILABLE}
   [junit4]   2> 3699861 INFO  (jetty-launcher-12359-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@70c287c7{ssl,[ssl, alpn, http/1.1, h2]}{127.0.0.1:40967}
   [junit4]   2> 3699861 INFO  (jetty-launcher-12359-thread-2) [     ] o.e.j.s.AbstractConnector Started ServerConnector@4fae7bab{ssl,[ssl, alpn, http/1.1, h2]}{127.0.0.1:41951}
   [junit4]   2> 3699861 INFO  (jetty-launcher-12359-thread-1) [     ] o.e.j.s.Server Started @3699899ms
   [junit4]   2> 3699861 INFO  (jetty-launcher-12359-thread-2) [     ] o.e.j.s.Server Started @3699899ms
   [junit4]   2> 3699861 INFO  (jetty-launcher-12359-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=40967}
   [junit4]   2> 3699861 INFO  (jetty-launcher-12359-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=41951}
   [junit4]   2> 3699862 ERROR (jetty-launcher-12359-thread-2) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 3699862 ERROR (jetty-launcher-12359-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 3699862 INFO  (jetty-launcher-12359-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 3699862 INFO  (jetty-launcher-12359-thread-2) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 3699862 INFO  (jetty-launcher-12359-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 9.0.0
   [junit4]   2> 3699862 INFO  (jetty-launcher-12359-thread-2) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 9.0.0
   [junit4]   2> 3699862 INFO  (jetty-launcher-12359-thread-2) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 3699862 INFO  (jetty-launcher-12359-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 3699862 INFO  (jetty-launcher-12359-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr
   [junit4]   2> 3699862 INFO  (jetty-launcher-12359-thread-2) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr
   [junit4]   2> 3699862 INFO  (jetty-launcher-12359-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-02-23T12:46:54.130406Z
   [junit4]   2> 3699862 INFO  (jetty-launcher-12359-thread-2) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-02-23T12:46:54.130406Z
   [junit4]   2> 3699883 INFO  (jetty-launcher-12359-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3699884 INFO  (jetty-launcher-12359-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3699885 INFO  (zkConnectionManagerCallback-12363-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3699885 INFO  (jetty-launcher-12359-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3699885 INFO  (zkConnectionManagerCallback-12362-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3699885 INFO  (jetty-launcher-12359-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3699886 INFO  (jetty-launcher-12359-thread-1) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 3699886 INFO  (jetty-launcher-12359-thread-2) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 3700739 INFO  (jetty-launcher-12359-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 3700740 WARN  (jetty-launcher-12359-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@30c52c51[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3700740 WARN  (jetty-launcher-12359-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@30c52c51[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3700743 WARN  (jetty-launcher-12359-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@446a159[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3700744 WARN  (jetty-launcher-12359-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@446a159[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3700745 INFO  (jetty-launcher-12359-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34602/solr
   [junit4]   2> 3700747 INFO  (jetty-launcher-12359-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3700748 INFO  (zkConnectionManagerCallback-12371-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3700748 INFO  (jetty-launcher-12359-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3700852 INFO  (jetty-launcher-12359-thread-1) [n:127.0.0.1:40967_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3700853 INFO  (zkConnectionManagerCallback-12373-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3700853 INFO  (jetty-launcher-12359-thread-1) [n:127.0.0.1:40967_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3701003 INFO  (jetty-launcher-12359-thread-1) [n:127.0.0.1:40967_solr     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:40967_solr
   [junit4]   2> 3701004 INFO  (jetty-launcher-12359-thread-1) [n:127.0.0.1:40967_solr     ] o.a.s.c.Overseer Overseer (id=72335306074292230-127.0.0.1:40967_solr-n_0000000000) starting
   [junit4]   2> 3701027 INFO  (OverseerStateUpdate-72335306074292230-127.0.0.1:40967_solr-n_0000000000) [n:127.0.0.1:40967_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:40967_solr
   [junit4]   2> 3701027 INFO  (jetty-launcher-12359-thread-1) [n:127.0.0.1:40967_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:40967_solr
   [junit4]   2> 3701029 INFO  (zkCallback-12372-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 3701030 INFO  (jetty-launcher-12359-thread-1) [n:127.0.0.1:40967_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 3701031 WARN  (jetty-launcher-12359-thread-1) [n:127.0.0.1:40967_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> 3701087 INFO  (jetty-launcher-12359-thread-1) [n:127.0.0.1:40967_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 3701219 INFO  (jetty-launcher-12359-thread-1) [n:127.0.0.1:40967_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40967.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@22edd6ff
   [junit4]   2> 3701240 INFO  (jetty-launcher-12359-thread-1) [n:127.0.0.1:40967_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40967.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@22edd6ff
   [junit4]   2> 3701240 INFO  (jetty-launcher-12359-thread-1) [n:127.0.0.1:40967_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40967.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@22edd6ff
   [junit4]   2> 3701241 INFO  (jetty-launcher-12359-thread-1) [n:127.0.0.1:40967_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoScalingHandlerTest_E474CF2061BDD245-001/tempDir-001/node1/.
   [junit4]   2> 3701752 INFO  (jetty-launcher-12359-thread-2) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 3701761 WARN  (jetty-launcher-12359-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@276e254f[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3701761 WARN  (jetty-launcher-12359-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@276e254f[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3701764 WARN  (jetty-launcher-12359-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@3ae4279b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3701764 WARN  (jetty-launcher-12359-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@3ae4279b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3701774 INFO  (jetty-launcher-12359-thread-2) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34602/solr
   [junit4]   2> 3701775 INFO  (jetty-launcher-12359-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3701776 INFO  (zkConnectionManagerCallback-12383-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3701776 INFO  (jetty-launcher-12359-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3701913 INFO  (jetty-launcher-12359-thread-2) [n:127.0.0.1:41951_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3701914 INFO  (zkConnectionManagerCallback-12385-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3701914 INFO  (jetty-launcher-12359-thread-2) [n:127.0.0.1:41951_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3701965 INFO  (jetty-launcher-12359-thread-2) [n:127.0.0.1:41951_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 3701985 INFO  (jetty-launcher-12359-thread-2) [n:127.0.0.1:41951_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:41951_solr as DOWN
   [junit4]   2> 3701986 INFO  (jetty-launcher-12359-thread-2) [n:127.0.0.1:41951_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 3701987 INFO  (jetty-launcher-12359-thread-2) [n:127.0.0.1:41951_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:41951_solr
   [junit4]   2> 3702009 INFO  (zkCallback-12384-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 3702010 INFO  (jetty-launcher-12359-thread-2) [n:127.0.0.1:41951_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 3702010 WARN  (jetty-launcher-12359-thread-2) [n:127.0.0.1:41951_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> 3702264 INFO  (zkCallback-12372-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 3702293 INFO  (jetty-launcher-12359-thread-2) [n:127.0.0.1:41951_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 3702412 INFO  (jetty-launcher-12359-thread-2) [n:127.0.0.1:41951_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_41951.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@22edd6ff
   [junit4]   2> 3702500 INFO  (jetty-launcher-12359-thread-2) [n:127.0.0.1:41951_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_41951.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@22edd6ff
   [junit4]   2> 3702500 INFO  (jetty-launcher-12359-thread-2) [n:127.0.0.1:41951_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_41951.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@22edd6ff
   [junit4]   2> 3702502 INFO  (jetty-launcher-12359-thread-2) [n:127.0.0.1:41951_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoScalingHandlerTest_E474CF2061BDD245-001/tempDir-001/node2/.
   [junit4]   2> 3702567 INFO  (SUITE-AutoScalingHandlerTest-seed#[E474CF2061BDD245]-worker) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=2
   [junit4]   2> 3702568 INFO  (SUITE-AutoScalingHandlerTest-seed#[E474CF2061BDD245]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3702569 INFO  (zkConnectionManagerCallback-12394-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3702569 INFO  (SUITE-AutoScalingHandlerTest-seed#[E474CF2061BDD245]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3702571 INFO  (SUITE-AutoScalingHandlerTest-seed#[E474CF2061BDD245]-worker) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 3702573 INFO  (SUITE-AutoScalingHandlerTest-seed#[E474CF2061BDD245]-worker) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:34602/solr ready
   [junit4]   2> 3702637 INFO  (TEST-AutoScalingHandlerTest.testSuspendTrigger-seed#[E474CF2061BDD245]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testSuspendTrigger
   [junit4]   2> 3702704 INFO  (qtp2050682039-39053) [n:127.0.0.1:40967_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/autoscaling params={wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 3702706 INFO  (qtp2050682039-39057) [n:127.0.0.1:40967_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/autoscaling params={wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 3702756 INFO  (qtp2050682039-39053) [n:127.0.0.1:40967_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> 3702870 INFO  (qtp1163268315-39056) [n:127.0.0.1:41951_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> 3702871 INFO  (qtp2050682039-39055) [n:127.0.0.1:40967_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/autoscaling params={wt=javabin&version=2} status=0 QTime=156
   [junit4]   2> 3702929 INFO  (qtp2050682039-39055) [n:127.0.0.1:40967_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> 3702954 INFO  (qtp1163268315-39051) [n:127.0.0.1:41951_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> 3702974 INFO  (qtp1163268315-39056) [n:127.0.0.1:41951_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/autoscaling params={wt=javabin&version=2} status=0 QTime=57
   [junit4]   2> 3702978 INFO  (qtp2050682039-39055) [n:127.0.0.1:40967_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> 3702980 INFO  (qtp1163268315-39054) [n:127.0.0.1:41951_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> 3702980 INFO  (qtp2050682039-39053) [n:127.0.0.1:40967_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/autoscaling params={wt=javabin&version=2} status=0 QTime=5
   [junit4]   2> 3703001 INFO  (qtp2050682039-39057) [n:127.0.0.1:40967_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> 3703003 INFO  (qtp1163268315-39056) [n:127.0.0.1:41951_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> 3703011 INFO  (qtp1163268315-39051) [n:127.0.0.1:41951_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/autoscaling params={wt=javabin&version=2} status=0 QTime=28
   [junit4]   2> 3703014 INFO  (qtp2050682039-39053) [n:127.0.0.1:40967_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> 3703015 INFO  (qtp1163268315-39054) [n:127.0.0.1:41951_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> 3703016 INFO  (qtp2050682039-39055) [n:127.0.0.1:40967_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/autoscaling params={wt=javabin&version=2} status=0 QTime=3
   [junit4]   2> 3703027 INFO  (qtp2050682039-39053) [n:127.0.0.1:40967_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=8
   [junit4]   2> 3703029 INFO  (qtp1163268315-39056) [n:127.0.0.1:41951_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> 3703030 INFO  (qtp2050682039-39057) [n:127.0.0.1:40967_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/autoscaling params={wt=javabin&version=2} status=0 QTime=12
   [junit4]   2> 3703033 INFO  (qtp2050682039-39055) [n:127.0.0.1:40967_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> 3703034 INFO  (qtp1163268315-39054) [n:127.0.0.1:41951_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> 3703035 INFO  (qtp1163268315-39051) [n:127.0.0.1:41951_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/autoscaling params={wt=javabin&version=2} status=0 QTime=4
   [junit4]   2> 3703044 INFO  (TEST-AutoScalingHandlerTest.testSuspendTrigger-seed#[E474CF2061BDD245]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testSuspendTrigger
   [junit4]   2> 3703079 WARN  (zkCallback-12372-thread-2) [     ] o.a.s.c.a.OverseerTriggerThread Error in trigger 'node_lost_trigger' configuration, trigger config ignored: {
   [junit4]   2>   "event":"nodeLost",
   [junit4]   2>   "waitFor":600,
   [junit4]   2>   "enabled":"false",
   [junit4]   2>   "actions":[
   [junit4]   2>     {
   [junit4]   2>       "name":"compute_plan",
   [junit4]   2>       "class":"solr.ComputePlanAction"},
   [junit4]   2>     {
   [junit4]   2>       "name":"execute_plan",
   [junit4]   2>       "class":"solr.ExecutePlanAction"}],
   [junit4]   2>   "resumeAt":"4241152883"}
   [junit4]   2>           => TriggerValidationException{name=node_lost_trigger, details='{resumeAt=unknown property}'}
   [junit4]   2> 	at org.apache.solr.cloud.autoscaling.TriggerBase.configure(TriggerBase.java:119)
   [junit4]   2> org.apache.solr.cloud.autoscaling.TriggerValidationException: null
   [junit4]   2> 	at org.apache.solr.cloud.autoscaling.TriggerBase.configure(TriggerBase.java:119) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.cloud.autoscaling.NodeLostTrigger.configure(NodeLostTrigger.java:103) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.cloud.autoscaling.AutoScaling$TriggerFactoryImpl.create(AutoScaling.java:189) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.cloud.autoscaling.OverseerTriggerThread.loadTriggers(OverseerTriggerThread.java:390) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.cloud.autoscaling.OverseerTriggerThread.refreshAutoScalingConf(OverseerTriggerThread.java:327) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.cloud.autoscaling.OverseerTriggerThread$AutoScalingWatcher.process(OverseerTriggerThread.java:299) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$ProcessWatchWithExecutor.lambda$process$1(SolrZkClient.java:843) ~[java/:?]
   [junit4]   2> 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) ~[?:?]
   [junit4]   2> 	at java.util.concurrent.FutureTask.run(FutureTask.java:264) ~[?:?]
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210) ~[java/:?]
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) ~[?:?]
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) ~[?:?]
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:834) [?:?]
   [junit4]   2> 3703116 INFO  (TEST-AutoScalingHandlerTest.test-seed#[E474CF2061BDD245]) [     ] o.a.s.SolrTestCaseJ4 ###Starting test
   [junit4]   2> 3703132 INFO  (qtp2050682039-39057) [n:127.0.0.1:40967_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> 3703133 INFO  (qtp1163268315-39056) [n:127.0.0.1:41951_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> 3703134 INFO  (qtp2050682039-39053) [n:127.0.0.1:40967_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/autoscaling params={wt=javabin&version=2} status=0 QTime=4
   [junit4]   2> 3703137 INFO  (qtp2050682039-39057) [n:127.0.0.1:40967_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> 3703138 INFO  (qtp1163268315-39054) [n:127.0.0.1:41951_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> 3703139 INFO  (qtp2050682039-39055) [n:127.0.0.1:40967_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/autoscaling params={wt=javabin&version=2} status=0 QTime=4
   [junit4]   2> 3703178 INFO  (qtp2050682039-39057) [n:127.0.0.1:40967_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> 3703179 INFO  (qtp1163268315-39051) [n:127.0.0.1:41951_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> 3703180 INFO  (qtp2050682039-39053) [n:127.0.0.1:40967_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/autoscaling params={wt=javabin&version=2} status=0 QTime=39
   [junit4]   2> 3703197 ERROR (qtp2050682039-39055) [n:127.0.0.1:40967_solr     ] o.a.s.h.RequestHandlerBase org.apache.solr.api.ApiBag$ExceptionWithErrObject: Error in command payload, errors: [{remove-trigger={name=node_lost_trigger}, errorMessages=[Cannot remove trigger: node_lost_trigger because it has active listeners: [xyz, node_lost_trigger.system]]}], 
   [junit4]   2> 	at org.apache.solr.cloud.autoscaling.AutoScalingHandler.processOps(AutoScalingHandler.java:241)
   [junit4]   2> 	at org.apache.solr.cloud.autoscaling.AutoScalingHandler.handleRequestBody(AutoScalingHandler.java:178)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:209)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:842)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:808)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:559)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:420)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:352)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
   [junit4]   2> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1607)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1297)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1577)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1212)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
   [junit4]   2> 	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:717)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:500)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:270)
   [junit4]   2> 	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311)
   [junit4]   2> 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
   [junit4]   2> 	at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.onFillable(SslConnection.java:543)
   [junit4]   2> 	at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:398)
   [junit4]   2> 	at org.eclipse.jetty.io.ssl.SslConnection$2.succeeded(SslConnection.java:161)
   [junit4]   2> 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
   [junit4]   2> 	at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:117)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:834)
   [junit4]   2> 
   [junit4]   2> 3703197 INFO  (qtp2050682039-39055) [n:127.0.0.1:40967_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/autoscaling params={wt=javabin&version=2} status=400 QTime=3
   [junit4]   2> 3703215 INFO  (qtp2050682039-39057) [n:127.0.0.1:40967_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> 3703216 INFO  (qtp1163268315-39054) [n:127.0.0.1:41951_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> 3703217 INFO  (qtp1163268315-39056) [n:127.0.0.1:41951_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/autoscaling params={wt=javabin&version=2} status=0 QTime=19
   [junit4]   2> 3703220 INFO  (qtp2050682039-39055) [n:127.0.0.1:40967_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> 3703222 INFO  (qtp1163268315-39051) [n:127.0.0.1:41951_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> 3703230 INFO  (qtp2050682039-39053) [n:127.0.0.1:40967_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/autoscaling params={wt=javabin&version=2} status=0 QTime=12
   [junit4]   2> 3703233 ERROR (qtp2050682039-39057) [n:127.0.0.1:40967_solr     ] o.a.s.h.RequestHandlerBase org.apache.solr.api.ApiBag$ExceptionWithErrObject: Error in command payload, errors: [{set-listener={name=xyz, trigger=node_lost_trigger, stage=[STARTED, ABORTED, SUCCEEDED], beforeAction=execute_plan, class=org.apache.solr.cloud.autoscaling.AutoScaling$HttpTriggerListener, url=http://xyz.com/on_node_lost?node={$LOST_NODE_NAME}}, errorMessages=[A trigger with the name node_lost_trigger does not exist]}], 
   [junit4]   2> 	at org.apache.solr.cloud.autoscaling.AutoScalingHandler.processOps(AutoScalingHandler.java:241)
   [junit4]   2> 	at org.apache.solr.cloud.autoscaling.AutoScalingHandler.handleRequestBody(AutoScalingHandler.java:178)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:209)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:842)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:808)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:559)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:420)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:352)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
   [junit4]   2> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1607)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1297)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1577)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1212)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
   [junit4]   2> 	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:717)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:500)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:270)
   [junit4]   2> 	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311)
   [junit4]   2> 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
   [junit4]   2> 	at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.onFillable(SslConnection.java:543)
   [junit4]   2> 	at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:398)
   [junit4]   2> 	at org.eclipse.jetty.io.ssl.SslConnection$2.succeeded(SslConnection.java:161)
   [junit4]   2> 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
   [junit4]   2> 	at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:117)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:834)
   [junit4]   2> 
   [junit4]   2> 3703233 INFO  (qtp2050682039-39057) [n:127.0.0.1:40967_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/autoscaling params={wt=javabin&version=2} status=400 QTime=1
   [junit4]   2> 3703246 INFO  (TEST-AutoScalingHandlerTest.test-seed#[E474CF2061BDD245]) [     ] o.a.s.SolrTestCaseJ4 ###Ending test
   [junit4]   2> 3703297 INFO  (TEST-AutoScalingHandlerTest.testPolicyAndPreferences-seed#[E474CF2061BDD245]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testPolicyAndPreferences
   [junit4]   2> 3703300 ERROR (qtp2050682039-39055) [n:127.0.0.1:40967_solr     ] o.a.s.h.RequestHandlerBase org.apache.solr.api.ApiBag$ExceptionWithErrObject: Error in command payload, errors: [{set-policy={xyz=[{replica=<2, shard=#EACH, node=#ANY}, {nodeRole=!overseer, replica=0}], policy1=[{cores=<2, node=#ANY}, {replica=<2, shard=#EACH, node=#ANY}]}, errorMessages=[cores is only allowed in 'cluster-policy']}], 
   [junit4]   2> 	at org.apache.solr.cloud.autoscaling.AutoScalingHandler.processOps(AutoScalingHandler.java:241)
   [junit4]   2> 	at org.apache.solr.cloud.autoscaling.AutoScalingHandler.handleRequestBody(AutoScalingHandler.java:178)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:209)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:842)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:808)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:559)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:420)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:352)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
   [junit4]   2> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1607)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1297)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1577)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1212)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
   [junit4]   2> 	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:717)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:500)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:270)
   [junit4]   2> 	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311)
   [junit4]   2> 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
   [junit4]   2> 	at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.onFillable(SslConnection.java:543)
   [junit4]   2> 	at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:398)
   [junit4]   2> 	at org.eclipse.jetty.io.ssl.SslConnection$2.succeeded(SslConnection.java:161)
   [junit4]   2> 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
   [junit4]   2> 	at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:117)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:834)
   [junit4]   2> 
   [junit4]   2> 3703300 INFO  (qtp2050682039-39055) [n:127.0.0.1:40967_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/autoscaling params={wt=javabin&version=2} status=400 QTime=2
   [junit4]   2> 3703304 INFO  (qtp2050682039-39057) [n:127.0.0.1:40967_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 3703305 INFO  (qtp1163268315-39054) [n:127.0.0.1:41951_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 3703306 INFO  (qtp2050682039-39053) [n:127.0.0.1:40967_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/autoscaling params={wt=javabin&version=2} status=0 QTime=5
   [junit4]   2> 3703317 INFO  (qtp2050682039-39055) [n:127.0.0.1:40967_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 3703319 INFO  (qtp1163268315-39051) [n:127.0.0.1:41951_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 3703320 INFO  (qtp1163268315-39056) [n:127.0.0.1:41951_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/autoscaling params={wt=javabin&version=2} status=0 QTime=4
   [junit4]   2> 3703332 INFO  (qtp2050682039-39053) [n:127.0.0.1:40967_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 3703334 INFO  (qtp1163268315-39054) [n:127.0.0.1:41951_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 3703334 INFO  (qtp2050682039-39057) [n:127.0.0.1:40967_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/autoscaling params={wt=javabin&version=2} status=0 QTime=13
   [junit4]   2> 3703373 INFO  (qtp2050682039-39053) [n:127.0.0.1:40967_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CORE.coreName,os.systemLoadAverage&wt=javabin&version=2&group=solr.jvm,solr.node,solr.core} status=0 QTime=1
   [junit4]   2> 3703375 INFO  (qtp1163268315-39051) [n:127.0.0.1:41951_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CORE.coreName,os.systemLoadAverage&wt=javabin&version=2&group=solr.jvm,solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 3703384 INFO  (qtp2050682039-39055) [n:127.0.0.1:40967_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/autoscaling params={wt=javabin&version=2} status=0 QTime=31
   [junit4]   2> 3703417 INFO  (qtp2050682039-39053) [n:127.0.0.1:40967_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=os.systemLoadAverage&wt=javabin&version=2&group=solr.jvm} status=0 QTime=0
   [junit4]   2> 3703419 INFO  (qtp1163268315-39056) [n:127.0.0.1:41951_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=os.systemLoadAverage&wt=javabin&version=2&group=solr.jvm} status=0 QTime=0
   [junit4]   2> 3703419 INFO  (qtp2050682039-39057) [n:127.0.0.1:40967_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/autoscaling params={wt=javabin&version=2} status=0 QTime=34
   [junit4]   2> 3703437 INFO  (qtp2050682039-39053) [n:127.0.0.1:40967_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CORE.coreName,os.systemLoadAverage&wt=javabin&version=2&group=solr.jvm,solr.core} status=0 QTime=0
   [junit4]   2> 3703439 INFO  (qtp1163268315-39054) [n:127.0.0.1:41951_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CORE.coreName,os.systemLoadAverage&wt=javabin&version=2&group=solr.jvm,solr.core} status=0 QTime=0
   [junit4]   2> 3703440 INFO  (qtp2050682039-39055) [n:127.0.0.1:40967_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/autoscaling params={wt=javabin&version=2} status=0 QTime=19
   [junit4]   2> 3703444 INFO  (qtp2050682039-39053) [n:127.0.0.1:40967_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CORE.coreName,os.systemLoadAverage&wt=javabin&version=2&group=solr.jvm,solr.core} status=0 QTime=0
   [junit4]   2> 3703445 INFO  (qtp1163268315-39051) [n:127.0.0.1:41951_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CORE.coreName,os.systemLoadAverage&wt=javabin&version=2&group=solr.jvm,solr.core} status=0 QTime=0
   [junit4]   2> 3703446 INFO  (qtp2050682039-39057) [n:127.0.0.1:40967_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/autoscaling params={wt=javabin&version=2} status=0 QTime=5
   [junit4]   2> 3703448 INFO  (TEST-AutoScalingHandlerTest.testPolicyAndPreferences-seed#[E474CF2061BDD245]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testPolicyAndPreferences
   [junit4]   2> 3703518 INFO  (TEST-AutoScalingHandlerTest.testUpdatePolicy-seed#[E474CF2061BDD245]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testUpdatePolicy
   [junit4]   2> 3703521 INFO  (qtp2050682039-39055) [n:127.0.0.1:40967_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 3703530 INFO  (qtp1163268315-39054) [n:127.0.0.1:41951_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=8
   [junit4]   2> 3703531 INFO  (qtp1163268315-39056) [n:127.0.0.1:41951_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/autoscaling params={wt=javabin&version=2} status=0 QTime=12
   [junit4]   2> 3703533 INFO  (qtp2050682039-39053) [n:127.0.0.1:40967_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/autoscaling params={wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 3703549 INFO  (qtp2050682039-39057) [n:127.0.0.1:40967_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 3703550 INFO  (qtp1163268315-39054) [n:127.0.0.1:41951_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 3703551 INFO  (qtp1163268315-39051) [n:127.0.0.1:41951_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/autoscaling params={wt=javabin&version=2} status=0 QTime=4
   [junit4]   2> 3703552 INFO  (qtp2050682039-39055) [n:127.0.0.1:40967_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/autoscaling params={wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 3703554 INFO  (TEST-AutoScalingHandlerTest.testUpdatePolicy-seed#[E474CF2061BDD245]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testUpdatePolicy
   [junit4]   2> 3703613 INFO  (TEST-AutoScalingHandlerTest.testErrorHandling-seed#[E474CF2061BDD245]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testErrorHandling
   [junit4]   2> 3703615 ERROR (qtp2050682039-39053) [n:127.0.0.1:40967_solr     ] o.a.s.h.RequestHandlerBase org.apache.solr.api.ApiBag$ExceptionWithErrObject: Error in command payload, errors: [{set-cluster-policy=[{cores=<10, node=#ANY}, {shard=#EACH, node=#ANY}, {nodeRole=overseer, replica=0}], errorMessages=[replica is required in {
   [junit4]   2>   "shard":"#EACH",
   [junit4]   2>   "node":"#ANY"}]}], 
   [junit4]   2> 	at org.apache.solr.cloud.autoscaling.AutoScalingHandler.processOps(AutoScalingHandler.java:241)
   [junit4]   2> 	at org.apache.solr.cloud.autoscaling.AutoScalingHandler.handleRequestBody(AutoScalingHandler.java:178)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:209)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:842)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:808)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:559)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:420)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:352)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
   [junit4]   2> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1607)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1297)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1577)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1212)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
   [junit4]   2> 	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:717)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:500)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:270)
   [junit4]   2> 	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311)
   [junit4]   2> 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
   [junit4]   2> 	at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.onFillable(SslConnection.java:543)
   [junit4]   2> 	at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:398)
   [junit4]   2> 	at org.eclipse.jetty.io.ssl.SslConnection$2.succeeded(SslConnection.java:161)
   [junit4]   2> 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
   [junit4]   2> 	at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:117)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:834)
   [junit4]   2> 
   [junit4]   2> 3703615 INFO  (qtp2050682039-39053) [n:127.0.0.1:40967_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/autoscaling params={wt=javabin&version=2} status=400 QTime=1
   [junit4]   2> 3703616 INFO  (TEST-AutoScalingHandlerTest.testErrorHandling-seed#[E474CF2061BDD245]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testErrorHandling
   [junit4]   2> 3703695 INFO  (TEST-AutoScalingHandlerTest.testSuggestionsWithPayload-seed#[E474CF2061BDD245]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testSuggestionsWithPayload
   [junit4]   2> 3703697 INFO  (qtp2050682039-39057) [n:127.0.0.1:40967_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params collection.configName=conf&maxShardsPerNode=4&name=testSuggestionsWithPayload.COLL&nrtReplicas=2&action=CREATE&numShards=1&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 3703720 INFO  (OverseerThreadFactory-10455-thread-1-processing-n:127.0.0.1:40967_solr) [n:127.0.0.1:40967_solr     ] o.a.s.c.a.c.CreateCollectionCmd Create collection testSuggestionsWithPayload.COLL
   [junit4]   2> 3703828 INFO  (OverseerStateUpdate-72335306074292230-127.0.0.1:40967_solr-n_0000000000) [n:127.0.0.1:40967_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testSuggestionsWithPayload.COLL",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testSuggestionsWithPayload.COLL_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:41951/solr",
   [junit4]   2>   "node_name":"127.0.0.1:41951_solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 3703831 INFO  (OverseerStateUpdate-72335306074292230-127.0.0.1:40967_solr-n_0000000000) [n:127.0.0.1:40967_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testSuggestionsWithPayload.COLL",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testSuggestionsWithPayload.COLL_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:40967/solr",
   [junit4]   2>   "node_name":"127.0.0.1:40967_solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 3704034 INFO  (qtp1163268315-39056) [n:127.0.0.1:41951_solr    x:testSuggestionsWithPayload.COLL_shard1_replica_n1 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=testSuggestionsWithPayload.COLL_shard1_replica_n1&action=CREATE&numShards=1&collection=testSuggestionsWithPayload.COLL&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 3704051 INFO  (qtp2050682039-39055) [n:127.0.0.1:40967_solr    x:testSuggestionsWithPayload.COLL_shard1_replica_n2 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=testSuggestionsWithPayload.COLL_shard1_replica_n2&action=CREATE&numShards=1&collection=testSuggestionsWithPayload.COLL&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 3704051 INFO  (qtp2050682039-39055) [n:127.0.0.1:40967_solr    x:testSuggestionsWithPayload.COLL_shard1_replica_n2 ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 3704067 INFO  (qtp1163268315-39056) [n:127.0.0.1:41951_solr c:testSuggestionsWithPayload.COLL s:shard1 r:core_node3 x:testSuggestionsWithPayload.COLL_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 3704085 INFO  (qtp2050682039-39055) [n:127.0.0.1:40967_solr c:testSuggestionsWithPayload.COLL s:shard1 r:core_node4 x:testSuggestionsWithPayload.COLL_shard1_replica_n2 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 3704106 INFO  (qtp1163268315-39056) [n:127.0.0.1:41951_solr c:testSuggestionsWithPayload.COLL s:shard1 r:core_node3 x:testSuggestionsWithPayload.COLL_shard1_replica_n1 ] o.a.s.s.IndexSchema [testSuggestionsWithPayload.COLL_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 3704121 INFO  (qtp1163268315-39056) [n:127.0.0.1:41951_solr c:testSuggestionsWithPayload.COLL s:shard1 r:core_node3 x:testSuggestionsWithPayload.COLL_shard1_replica_n1 ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 3704121 INFO  (qtp1163268315-39056) [n:127.0.0.1:41951_solr c:testSuggestionsWithPayload.COLL s:shard1 r:core_node3 x:testSuggestionsWithPayload.COLL_shard1_replica_n1 ] o.a.s.c.CoreContainer Creating SolrCore 'testSuggestionsWithPayload.COLL_shard1_replica_n1' using configuration from configset conf, trusted=true
   [junit4]   2> 3704122 INFO  (qtp1163268315-39056) [n:127.0.0.1:41951_solr c:testSuggestionsWithPayload.COLL s:shard1 r:core_node3 x:testSuggestionsWithPayload.COLL_shard1_replica_n1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_41951.solr.core.testSuggestionsWithPayload.COLL.shard1.replica_n1' (registry 'solr.core.testSuggestionsWithPayload.COLL.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@22edd6ff
   [junit4]   2> 3704122 INFO  (qtp1163268315-39056) [n:127.0.0.1:41951_solr c:testSuggestionsWithPayload.COLL s:shard1 r:core_node3 x:testSuggestionsWithPayload.COLL_shard1_replica_n1 ] o.a.s.c.SolrCore [[testSuggestionsWithPayload.COLL_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoScalingHandlerTest_E474CF2061BDD245-001/tempDir-001/node2/testSuggestionsWithPayload.COLL_shard1_replica_n1], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoScalingHandlerTest_E474CF2061BDD245-001/tempDir-001/node2/./testSuggestionsWithPayload.COLL_shard1_replica_n1/data/]
   [junit4]   2> 3704124 INFO  (qtp2050682039-39055) [n:127.0.0.1:40967_solr c:testSuggestionsWithPayload.COLL s:shard1 r:core_node4 x:testSuggestionsWithPayload.COLL_shard1_replica_n2 ] o.a.s.s.IndexSchema [testSuggestionsWithPayload.COLL_shard1_replica_n2] Schema name=minimal
   [junit4]   2> 3704139 INFO  (qtp2050682039-39055) [n:127.0.0.1:40967_solr c:testSuggestionsWithPayload.COLL s:shard1 r:core_node4 x:testSuggestionsWithPayload.COLL_shard1_replica_n2 ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 3704139 INFO  (qtp2050682039-39055) [n:127.0.0.1:40967_solr c:testSuggestionsWithPayload.COLL s:shard1 r:core_node4 x:testSuggestionsWithPayload.COLL_shard1_replica_n2 ] o.a.s.c.CoreContainer Creating SolrCore 'testSuggestionsWithPayload.COLL_shard1_replica_n2' using configuration from configset conf, trusted=true
   [junit4]   2> 3704139 INFO  (qtp2050682039-39055) [n:127.0.0.1:40967_solr c:testSuggestionsWithPayload.COLL s:shard1 r:core_node4 x:testSuggestionsWithPayload.COLL_shard1_replica_n2 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40967.solr.core.testSuggestionsWithPayload.COLL.shard1.replica_n2' (registry 'solr.core.testSuggestionsWithPayload.COLL.shard1.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@22edd6ff
   [junit4]   2> 3704140 INFO  (qtp2050682039-39055) [n:127.0.0.1:40967_solr c:testSuggestionsWithPayload.COLL s:shard1 r:core_node4 x:testSuggestionsWithPayload.COLL_shard1_replica_n2 ] o.a.s.c.SolrCore [[testSuggestionsWithPayload.COLL_shard1_replica_n2] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoScalingHandlerTest_E474CF2061BDD245-001/tempDir-001/node1/testSuggestionsWithPayload.COLL_shard1_replica_n2], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoScalingHandlerTest_E474CF2061BDD245-001/tempDir-001/node1/./testSuggestionsWithPayload.COLL_shard1_replica_n2/data/]
   [junit4]   2> 3704446 INFO  (qtp1163268315-39056) [n:127.0.0.1:41951_solr c:testSuggestionsWithPayload.COLL s:shard1 r:core_node3 x:testSuggestionsWithPayload.COLL_shard1_replica_n1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 3704446 INFO  (qtp1163268315-39056) [n:127.0.0.1:41951_solr c:testSuggestionsWithPayload.COLL s:shard1 r:core_node3 x:testSuggestionsWithPayload.COLL_shard1_replica_n1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 3704447 INFO  (qtp2050682039-39055) [n:127.0.0.1:40967_solr c:testSuggestionsWithPayload.COLL s:shard1 r:core_node4 x:testSuggestionsWithPayload.COLL_shard1_replica_n2 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 3704447 INFO  (qtp2050682039-39055) [n:127.0.0.1:40967_solr c:testSuggestionsWithPayload.COLL s:shard1 r:core_node4 x:testSuggestionsWithPayload.COLL_shard1_replica_n2 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 3704469 INFO  (qtp1163268315-39056) [n:127.0.0.1:41951_solr c:testSuggestionsWithPayload.COLL s:shard1 r:core_node3 x:testSuggestionsWithPayload.COLL_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 3704469 INFO  (qtp1163268315-39056) [n:127.0.0.1:41951_solr c:testSuggestionsWithPayload.COLL s:shard1 r:core_node3 x:testSuggestionsWithPayload.COLL_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 3704470 INFO  (qtp2050682039-39055) [n:127.0.0.1:40967_solr c:testSuggestionsWithPayload.COLL s:shard1 r:core_node4 x:testSuggestionsWithPayload.COLL_shard1_replica_n2 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 3704470 INFO  (qtp2050682039-39055) [n:127.0.0.1:40967_solr c:testSuggestionsWithPayload.COLL s:shard1 r:core_node4 x:testSuggestionsWithPayload.COLL_shard1_replica_n2 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 3704471 INFO  (qtp1163268315-39056) [n:127.0.0.1:41951_solr c:testSuggestionsWithPayload.COLL s:shard1 r:core_node3 x:testSuggestionsWithPayload.COLL_shard1_replica_n1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@2e3334fe[testSuggestionsWithPayload.COLL_shard1_replica_n1] main]
   [junit4]   2> 3704472 INFO  (qtp2050682039-39055) [n:127.0.0.1:40967_solr c:testSuggestionsWithPayload.COLL s:shard1 r:core_node4 x:testSuggestionsWithPayload.COLL_shard1_replica_n2 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@6e99df4f[testSuggestionsWithPayload.COLL_shard1_replica_n2] main]
   [junit4]   2> 3704489 INFO  (qtp1163268315-39056) [n:127.0.0.1:41951_solr c:testSuggestionsWithPayload.COLL s:shard1 r:core_node3 x:testSuggestionsWithPayload.COLL_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 3704490 INFO  (qtp1163268315-39056) [n:127.0.0.1:41951_solr c:testSuggestionsWithPayload.COLL s:shard1 r:core_node3 x:testSuggestionsWithPayload.COLL_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 3704490 INFO  (qtp2050682039-39055) [n:127.0.0.1:40967_solr c:testSuggestionsWithPayload.COLL s:shard1 r:core_node4 x:testSuggestionsWithPayload.COLL_shard1_replica_n2 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 3704490 INFO  (qtp2050682039-39055) [n:127.0.0.1:40967_solr c:testSuggestionsWithPayload.COLL s:shard1 r:core_node4 x:testSuggestionsWithPayload.COLL_shard1_replica_n2 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 3704490 INFO  (qtp1163268315-39056) [n:127.0.0.1:41951_solr c:testSuggestionsWithPayload.COLL s:shard1 r:core_node3 x:testSuggestionsWithPayload.COLL_shard1_replica_n1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 3704490 INFO  (qtp1163268315-39056) [n:127.0.0.1:41951_solr c:testSuggestionsWithPayload.COLL s:shard1 r:core_node3 x:testSuggestionsWithPayload.COLL_shard1_replica_n1 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1659331693781188608
   [junit4]   2> 3704491 INFO  (qtp2050682039-39055) [n:127.0.0.1:40967_solr c:testSuggestionsWithPayload.COLL s:shard1 r:core_node4 x:testSuggestionsWithPayload.COLL_shard1_replica_n2 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 3704491 INFO  (qtp2050682039-39055) [n:127.0.0.1:40967_solr c:testSuggestionsWithPayload.COLL s:shard1 r:core_node4 x:testSuggestionsWithPayload.COLL_shard1_replica_n2 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1659331693782237184
   [junit4]   2> 3704507 INFO  (searcherExecutor-10468-thread-1-processing-n:127.0.0.1:40967_solr x:testSuggestionsWithPayload.COLL_shard1_replica_n2 c:testSuggestionsWithPayload.COLL s:shard1 r:core_node4) [n:127.0.0.1:40967_solr c:testSuggestionsWithPayload.COLL s:shard1 r:core_node4 x:testSuggestionsWithPayload.COLL_shard1_replica_n2 ] o.a.s.c.SolrCore [testSuggestionsWithPayload.COLL_shard1_replica_n2] Registered new searcher Searcher@6e99df4f[testSuggestionsWithPayload.COLL_shard1_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3704526 INFO  (qtp2050682039-39055) [n:127.0.0.1:40967_solr c:testSuggestionsWithPayload.COLL s:shard1 r:core_node4 x:testSuggestionsWithPayload.COLL_shard1_replica_n2 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/testSuggestionsWithPayload.COLL/terms/shard1 to Terms{values={core_node4=0}, version=0}
   [junit4]   2> 3704527 INFO  (searcherExecutor-10467-thread-1-processing-n:127.0.0.1:41951_solr x:testSuggestionsWithPayload.COLL_shard1_replica_n1 c:testSuggestionsWithPayload.COLL s:shard1 r:core_node3) [n:127.0.0.1:41951_solr c:testSuggestionsWithPayload.COLL s:shard1 r:core_node3 x:testSuggestionsWithPayload.COLL_shard1_replica_n1 ] o.a.s.c.SolrCore [testSuggestionsWithPayload.COLL_shard1_replica_n1] Registered new searcher Searcher@2e3334fe[testSuggestionsWithPayload.COLL_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3704527 INFO  (qtp2050682039-39055) [n:127.0.0.1:40967_solr c:testSuggestionsWithPayload.COLL s:shard1 r:core_node4 x:testSuggestionsWithPayload.COLL_shard1_replica_n2 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/testSuggestionsWithPayload.COLL/leaders/shard1
   [junit4]   2> 3704582 INFO  (qtp1163268315-39056) [n:127.0.0.1:41951_solr c:testSuggestionsWithPayload.COLL s:shard1 r:core_node3 x:testSuggestionsWithPayload.COLL_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/testSuggestionsWithPayload.COLL/terms/shard1 to Terms{values={core_node3=0, core_node4=0}, version=1}
   [junit4]   2> 3704582 INFO  (qtp1163268315-39056) [n:127.0.0.1:41951_solr c:testSuggestionsWithPayload.COLL s:shard1 r:core_node3 x:testSuggestionsWithPayload.COLL_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/testSuggestionsWithPayload.COLL/leaders/shard1
   [junit4]   2> 3704585 INFO  (qtp2050682039-39055) [n:127.0.0.1:40967_solr c:testSuggestionsWithPayload.COLL s:shard1 r:core_node4 x:testSuggestionsWithPayload.COLL_shard1_replica_n2 ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 3704585 INFO  (qtp2050682039-39055) [n:127.0.0.1:40967_solr c:testSuggestionsWithPayload.COLL s:shard1 r:core_node4 x:testSuggestionsWithPayload.COLL_shard1_replica_n2 ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 3704585 INFO  (qtp2050682039-39055) [n:127.0.0.1:40967_solr c:testSuggestionsWithPayload.COLL s:shard1 r:core_node4 x:testSuggestionsWithPayload.COLL_shard1_replica_n2 ] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:40967/solr/testSuggestionsWithPayload.COLL_shard1_replica_n2/
   [junit4]   2> 3704586 INFO  (qtp2050682039-39055) [n:127.0.0.1:40967_solr c:testSuggestionsWithPayload.COLL s:shard1 r:core_node4 x:testSuggestionsWithPayload.COLL_shard1_replica_n2 ] o.a.s.u.PeerSync PeerSync: core=testSuggestionsWithPayload.COLL_shard1_replica_n2 url=https://127.0.0.1:40967/solr START replicas=[https://127.0.0.1:41951/solr/testSuggestionsWithPayload.COLL_shard1_replica_n1/] nUpdates=100
   [junit4]   2> 3704586 INFO  (qtp2050682039-39055) [n:127.0.0.1:40967_solr c:testSuggestionsWithPayload.COLL s:shard1 r:core_node4 x:testSuggestionsWithPayload.COLL_shard1_replica_n2 ] o.a.s.u.PeerSync PeerSync: core=testSuggestionsWithPayload.COLL_shard1_replica_n2 url=https://127.0.0.1:40967/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 3704652 INFO  (qtp1163268315-39054) [n:127.0.0.1:41951_solr c:testSuggestionsWithPayload.COLL s:shard1 r:core_node3 x:testSuggestionsWithPayload.COLL_shard1_replica_n1 ] o.a.s.c.S.Request [testSuggestionsWithPayload.COLL_shard1_replica_n1]  webapp=/solr path=/get params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 3704656 INFO  (qtp2050682039-39055) [n:127.0.0.1:40967_solr c:testSuggestionsWithPayload.COLL s:shard1 r:core_node4 x:testSuggestionsWithPayload.COLL_shard1_replica_n2 ] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 3704656 INFO  (qtp2050682039-39055) [n:127.0.0.1:40967_solr c:testSuggestionsWithPayload.COLL s:shard1 r:core_node4 x:testSuggestionsWithPayload.COLL_shard1_replica_n2 ] o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 3704656 INFO  (qtp2050682039-39055) [n:127.0.0.1:40967_solr c:testSuggestionsWithPayload.COLL s:shard1 r:core_node4 x:testSuggestionsWithPayload.COLL_shard1_replica_n2 ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/testSuggestionsWithPayload.COLL/leaders/shard1/leader after winning as /collections/testSuggestionsWithPayload.COLL/leader_elect/shard1/election/72335306074292230-core_node4-n_0000000000
   [junit4]   2> 3704676 INFO  (qtp2050682039-39055) [n:127.0.0.1:40967_solr c:testSuggestionsWithPayload.COLL s:shard1 r:core_node4 x:testSuggestionsWithPayload.COLL_shard1_replica_n2 ] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:40967/solr/testSuggestionsWithPayload.COLL_shard1_replica_n2/ shard1
   [junit4]   2> 3704778 INFO  (zkCallback-12372-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSuggestionsWithPayload.COLL/state.json] for collection [testSuggestionsWithPayload.COLL] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 3704778 INFO  (zkCallback-12372-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSuggestionsWithPayload.COLL/state.json] for collection [testSuggestionsWithPayload.COLL] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 3704779 INFO  (qtp2050682039-39055) [n:127.0.0.1:40967_solr c:testSuggestionsWithPayload.COLL s:shard1 r:core_node4 x:testSuggestionsWithPayload.COLL_shard1_replica_n2 ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 3704781 INFO  (qtp2050682039-39055) [n:127.0.0.1:40967_solr c:testSuggestionsWithPayload.COLL s:shard1 r:core_node4 x:testSuggestionsWithPayload.COLL_shard1_replica_n2 ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=testSuggestionsWithPayload.COLL_shard1_replica_n2&action=CREATE&numShards=1&collection=testSuggestionsWithPayload.COLL&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=730
   [junit4]   2> 3704881 INFO  (zkCallback-12372-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSuggestionsWithPayload.COLL/state.json] for collection [testSuggestionsWithPayload.COLL] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 3704881 INFO  (zkCallback-12372-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSuggestionsWithPayload.COLL/state.json] for collection [testSuggestionsWithPayload.COLL] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 3704881 INFO  (zkCallback-12372-thread-3) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSuggestionsWithPayload.COLL/state.json] for collection [testSuggestionsWithPayload.COLL] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 3705630 INFO  (qtp1163268315-39056) [n:127.0.0.1:41951_solr c:testSuggestionsWithPayload.COLL s:shard1 r:core_node3 x:testSuggestionsWithPayload.COLL_shard1_replica_n1 ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=testSuggestionsWithPayload.COLL_shard1_replica_n1&action=CREATE&numShards=1&collection=testSuggestionsWithPayload.COLL&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1596
   [junit4]   2> 3705632 INFO  (qtp2050682039-39057) [n:127.0.0.1:40967_solr     ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 45 seconds. Check all shard replicas
   [junit4]   2> 3705706 INFO  (zkCallback-12372-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSuggestionsWithPayload.COLL/state.json] for collection [testSuggestionsWithPayload.COLL] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 3705706 INFO  (zkCallback-12372-thread-3) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSuggestionsWithPayload.COLL/state.json] for collection [testSuggestionsWithPayload.COLL] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 3705706 INFO  (zkCallback-12384-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSuggestionsWithPayload.COLL/state.json] for collection [testSuggestionsWithPayload.COLL] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 3705706 INFO  (zkCallback-12372-thread-4) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSuggestionsWithPayload.COLL/state.json] for collection [testSuggestionsWithPayload.COLL] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 3705706 INFO  (zkCallback-12384-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSuggestionsWithPayload.COLL/state.json] for collection [testSuggestionsWithPayload.COLL] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 3705707 INFO  (qtp2050682039-39057) [n:127.0.0.1:40967_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collection.configName=conf&maxShardsPerNode=4&name=testSuggestionsWithPayload.COLL&nrtReplicas=2&action=CREATE&numShards=1&wt=javabin&version=2} status=0 QTime=2010
   [junit4]   2> 3705707 INFO  (TEST-AutoScalingHandlerTest.testSuggestionsWithPayload-seed#[E474CF2061BDD245]) [     ] o.a.s.c.MiniSolrCloudCluster waitForActiveCollection: testSuggestionsWithPayload.COLL
   [junit4]   2> 3705736 INFO  (OverseerCollectionConfigSetProcessor-72335306074292230-127.0.0.1:40967_solr-n_0000000000) [n:127.0.0.1:40967_solr     ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000000 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 3705739 INFO  (qtp2050682039-39055) [n:127.0.0.1:40967_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={wt=javabin&version=2&key=solr.core.testSuggestionsWithPayload.COLL.shard1.replica_n2:INDEX.sizeInBytes} status=0 QTime=0
   [junit4]   2> 3705741 INFO  (qtp2050682039-39057) [n:127.0.0.1:40967_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=1
   [junit4]   2> 3705742 INFO  (qtp1163268315-39051) [n:127.0.0.1:41951_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={wt=javabin&version=2&key=solr.core.testSuggestionsWithPayload.COLL.shard1.replica_n1:INDEX.sizeInBytes} status=0 QTime=0
   [junit4]   2> 3705757 INFO  (qtp1163268315-39054) [n:127.0.0.1:41951

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

0.0.1:0}
   [junit4]   2> 3726073 INFO  (jetty-closer-12425-thread-3) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@782893e8{/solr,null,UNAVAILABLE}
   [junit4]   2> 3726074 INFO  (jetty-closer-12425-thread-3) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 3726174 INFO  (jetty-closer-12425-thread-2) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@4fae7bab{ssl,[ssl, alpn, http/1.1, h2]}{127.0.0.1:0}
   [junit4]   2> 3726174 INFO  (jetty-closer-12425-thread-2) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@2ad9b227{/solr,null,UNAVAILABLE}
   [junit4]   2> 3726174 INFO  (jetty-closer-12425-thread-2) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 3726175 INFO  (SUITE-AutoScalingHandlerTest-seed#[E474CF2061BDD245]-worker) [     ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 3726379 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> 	24	/solr/collections/readApiTestViolations/terms/shard1
   [junit4]   2> 	9	/solr/collections/testDiagnosticsWithPayload.COLL/terms/shard1
   [junit4]   2> 	5	/solr/collections/testSuggestionsWithPayload.COLL/terms/shard1
   [junit4]   2> 	5	/solr/configs/conf
   [junit4]   2> 	5	/solr/collections/testSuggestionsWithPayload.COLL/state.json
   [junit4]   2> 	5	/solr/collections/COLL1/state.json
   [junit4]   2> 	4	/solr/aliases.json
   [junit4]   2> 	4	/solr/collections/testDiagnosticsWithPayload.COLL/state.json
   [junit4]   2> 	3	/solr/collections/readApiTestViolations/collectionprops.json
   [junit4]   2> 	3	/solr/packages.json
   [junit4]   2> 	3	/solr/security.json
   [junit4]   2> 	2	/solr/collections/COLL1/terms/shard1
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	147	/solr/autoscaling.json
   [junit4]   2> 	98	/solr/collections/readApiTestViolations/state.json
   [junit4]   2> 	19	/solr/collections/testSuggestionsWithPayload.COLL/state.json
   [junit4]   2> 	19	/solr/collections/testDiagnosticsWithPayload.COLL/state.json
   [junit4]   2> 	12	/solr/collections/COLL1/state.json
   [junit4]   2> 	4	/solr/clusterprops.json
   [junit4]   2> 	4	/solr/clusterstate.json
   [junit4]   2> 	3	/solr/collections/readApiTestViolations/leader_elect/shard1/election/72335306074292232-core_node9-n_0000000000
   [junit4]   2> 	2	/solr/collections/readApiTestViolations/leader_elect/shard1/election/72335306074292232-core_node12-n_0000000004
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	101	/solr/overseer/queue
   [junit4]   2> 	29	/solr/collections
   [junit4]   2> 	28	/solr/overseer/collection-queue-work
   [junit4]   2> 	16	/solr/live_nodes
   [junit4]   2> 	3	/solr/autoscaling/events/node_lost_trigger
   [junit4]   2> 	2	/solr/autoscaling/events/node_added_trigger
   [junit4]   2> 
   [junit4]   2> 3726411 INFO  (SUITE-AutoScalingHandlerTest-seed#[E474CF2061BDD245]-worker) [     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:34602
   [junit4]   2> 3726411 INFO  (SUITE-AutoScalingHandlerTest-seed#[E474CF2061BDD245]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:34602
   [junit4]   2> 3726411 INFO  (SUITE-AutoScalingHandlerTest-seed#[E474CF2061BDD245]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 34602
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoScalingHandlerTest_E474CF2061BDD245-001
   [junit4]   2> Feb 23, 2020 12:47:20 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=1316, maxMBSortInHeap=5.7774336920140374, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@5fa27dd), locale=ti-ER, timezone=Africa/Ndjamena
   [junit4]   2> NOTE: Linux 4.4.0-170-generic amd64/Oracle Corporation 11.0.4 (64-bit)/cpus=8,threads=1,free=375913072,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [TestDirectoryFactory, TriLevelCompositeIdRoutingTest, AddReplicaTest, SplitByPrefixTest, DebugComponentTest, TestLegacyField, ImplicitSnitchTest, TestRestManager, SolrSlf4jReporterTest, TestAuthenticationFramework, NodeLostTriggerIntegrationTest, MetricTriggerTest, TestConfigSetProperties, ChangedSchemaMergeTest, MetricsHistoryHandlerTest, TestNumericRangeQuery64, TestSolr4Spatial2, TestHalfAndHalfDocValues, TestFieldCacheWithThreads, HdfsDirectoryTest, SpellingQueryConverterTest, TestExpandComponent, DistributedFacetExistsSmallTest, TestTestInjection, OverseerStatusTest, SSLMigrationTest, TestNumericTerms64, TestSimDistributedQueue, TestAuthorizationFramework, TestTrieFacet, TestComponentsName, TestStressCloudBlindAtomicUpdates, SuggesterWFSTTest, TestBackupRepositoryFactory, PreAnalyzedFieldTest, TestBinaryField, ByteBuffersDirectoryFactoryTest, TestSchemaNameResource, BadCopyFieldTest, TestApiFramework, SplitShardTest, CloneFieldUpdateProcessorFactoryTest, TestPullReplica, ShardRoutingTest, IndexSizeEstimatorTest, TestShortCircuitedRequests, RestoreTriggerStateTest, MetricUtilsTest, MinimalSchemaTest, SuggesterFSTTest, AuditLoggerIntegrationTest, JWTAuthPluginTest, TestStressVersions, ExternalFileFieldSortTest, AnalyticsQueryTest, TestNoOpRegenerator, TestReplicationHandlerDiskOverFlow, TestJavabinTupleStreamParser, TestRangeQuery, RecoveryZkTest, SolrInfoBeanTest, MoveReplicaTest, ClusterStateUpdateTest, SimpleFacetsTest, TestSolrTestCaseJ4, ZkCLITest, TestCustomDocTransformer, SoftAutoCommitTest, TestSolrCloudWithHadoopAuthPlugin, HdfsCollectionsAPIDistributedZkTest, TestJsonRequest, SolrCLIZkUtilsTest, ScheduledTriggerTest, OrderedExecutorTest, V2ApiIntegrationTest, TestUseDocValuesAsStored2, XsltUpdateRequestHandlerTest, EmbeddedSolrNoSerializeTest, TestFieldCacheSort, DistributedTermsComponentTest, TestScoreJoinQPScore, FuzzySearchTest, TestHashPartitioner, TestSimpleTextCodec, TestPartialUpdateDeduplication, SuggestComponentContextFilterQueryTest, IgnoreCommitOptimizeUpdateProcessorFactoryTest, MultiDestinationAuditLoggerTest, AtomicUpdateRemovalJavabinTest, CloudExitableDirectoryReaderTest, TestBlendedInfixSuggestions, TestCoreAdminApis, LeaderElectionTest, DistributedQueryElevationComponentTest, TestHdfsBackupRestoreCore, LukeRequestHandlerTest, TestSchemaField, HdfsRecoveryZkTest, BasicAuthOnSingleNodeTest, TestJsonFacetRefinement, ShardsWhitelistTest, SystemLogListenerTest, DirectSolrConnectionTest, TestRequestForwarding, TestRandomFlRTGCloud, UninvertDocValuesMergePolicyTest, TestSubQueryTransformerDistrib, TestLMJelinekMercerSimilarityFactory, TestConfigSetsAPI, TestHighlightDedupGrouping, TestCoreDiscovery, ForceLeaderTest, TestSimTriggerIntegration, TestRequestStatusCollectionAPI, TestExactSharedStatsCacheCloud, BlockCacheTest, TestSimGenericDistributedQueue, TestFaceting, UtilsToolTest, SpellCheckCollatorTest, TestMinHashQParser, ChaosMonkeyNothingIsSafeTest, SpatialFilterTest, TestTrackingShardHandlerFactory, UpdateRequestProcessorFactoryTest, DistribCursorPagingTest, TestExplainDocTransformer, TestCloudSchemaless, TestHdfsCloudBackupRestore, AlternateDirectoryTest, TransactionLogTest, ResolveAnalyzerByNameTest, HighlighterTest, TriggerEventQueueTest, PackageManagerCLITest, CSVRequestHandlerTest, TestDynamicFieldCollectionResource, TestSolrConfigHandlerConcurrent, PeerSyncTest, AssignTest, HttpPartitionWithTlogReplicasTest, OpenExchangeRatesOrgProviderTest, ZkCollectionPropsCachingTest, SignatureUpdateProcessorFactoryTest, HdfsWriteToMultipleCollectionsTest, TermVectorComponentTest, TestSha256AuthenticationProvider, TestCSVLoader, BasicFunctionalityTest, ConvertedLegacyTest, DisMaxRequestHandlerTest, DistributedIntervalFacetingTest, EchoParamsTest, SampleTest, TestCrossCoreJoin, TestCursorMarkWithoutUniqueKey, TestDistributedGrouping, TestDistributedSearch, TestDocumentBuilder, TestRandomDVFaceting, TestRandomFaceting, TestSimpleTrackingShardHandler, TestTrie, PathHierarchyTokenizerFactoryTest, ProtectedTermFilterFactoryTest, TestDeprecatedFilters, TestLuceneMatchVersion, TestWordDelimiterFilterFactory, TokenizerChainTest, TestLuceneIndexBackCompat, TestEmbeddedSolrServerAdminHandler, TestEmbeddedSolrServerConstructors, TestJettySolrRunner, ConnectionReuseTest, BasicDistributedZk2Test, BasicDistributedZkTest, ChaosMonkeySafeLeaderWithPullReplicasTest, ConcurrentCreateRoutedAliasTest, ConfigSetsAPITest, ConnectionManagerTest, CreateCollectionCleanupTest, CreateRoutedAliasTest, DeleteInactiveReplicaTest, DeleteLastCustomShardedReplicaTest, DeleteNodeTest, DeleteReplicaTest, DocValuesNotIndexedTest, HealthCheckHandlerTest, HttpPartitionOnCommitTest, LeaderFailureAfterFreshStartTest, MetricsHistoryIntegrationTest, MetricsHistoryWithAuthIntegrationTest, MissingSegmentRecoveryTest, MoveReplicaHDFSFailoverTest, MultiThreadedOCPTest, NestedShardedAtomicUpdateTest, NodeMutatorTest, OverriddenZkACLAndCredentialsProvidersTest, OverseerRolesTest, ReplaceNodeNoTargetTest, ReplaceNodeTest, SystemCollectionCompatTest, TestCloudDeleteByQuery, TestCloudInspectUtil, TestCloudPivotFacet, TestCloudRecovery2, TestClusterProperties, TestCryptoKeys, TestDeleteCollectionOnDownNodes, TestDistribDocBasedVersion, TestLeaderElectionWithEmptyReplica, TestOnReconnectListenerSupport, TestPrepRecovery, TestSkipOverseerOperations, TestTolerantUpdateProcessorRandomCloud, TestUtilizeNode, TestWaitForStateWithJettyShutdowns, TestWithCollection, CollectionsAPIAsyncDistributedZkTest, AutoScalingHandlerTest]
   [junit4] Completed [568/904 (1!)] on J1 in 27.99s, 12 tests, 1 failure <<< FAILURES!

[...truncated 53694 lines...]