Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Tests-8.10/137/

2 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([BBB27D9FCF563960:EC9B862A14A4DB7B]:0)
        at org.junit.Assert.fail(Assert.java:89)
        at org.junit.Assert.failNotEquals(Assert.java:835)
        at org.junit.Assert.assertEquals(Assert.java:647)
        at org.junit.Assert.assertEquals(Assert.java:633)
        at 
org.apache.solr.cloud.autoscaling.AutoScalingHandlerTest.testReadApi(AutoScalingHandlerTest.java:920)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at org.junit.rules.RunRules.evaluate(RunRules.java:20)
        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 org.junit.rules.RunRules.evaluate(RunRules.java:20)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at org.junit.rules.RunRules.evaluate(RunRules.java:20)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at org.junit.rules.RunRules.evaluate(RunRules.java:20)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)


FAILED:  
org.apache.solr.cloud.autoscaling.AutoScalingHandlerTest.testSuggestionsWithPayload

Error Message:


Stack Trace:
java.lang.AssertionError
        at 
__randomizedtesting.SeedInfo.seed([BBB27D9FCF563960:E27E7092931E903F]:0)
        at org.junit.Assert.fail(Assert.java:87)
        at org.junit.Assert.assertTrue(Assert.java:42)
        at org.junit.Assert.assertTrue(Assert.java:53)
        at 
org.apache.solr.cloud.autoscaling.AutoScalingHandlerTest.testSuggestionsWithPayload(AutoScalingHandlerTest.java:134)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at org.junit.rules.RunRules.evaluate(RunRules.java:20)
        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 org.junit.rules.RunRules.evaluate(RunRules.java:20)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at org.junit.rules.RunRules.evaluate(RunRules.java:20)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at org.junit.rules.RunRules.evaluate(RunRules.java:20)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 14413 lines...]
   [junit4] Suite: org.apache.solr.cloud.autoscaling.AutoScalingHandlerTest
   [junit4]   2> 887742 INFO  
(SUITE-AutoScalingHandlerTest-seed#[BBB27D9FCF563960]-worker) [     ] 
o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to 
test-framework derived value of 
'/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.10/solr/server/solr/configsets/_default/conf'
   [junit4]   2> 887743 INFO  
(SUITE-AutoScalingHandlerTest-seed#[BBB27D9FCF563960]-worker) [     ] 
o.a.s.SolrTestCaseJ4 Created dataDir: 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.10/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.AutoScalingHandlerTest_BBB27D9FCF563960-001/data-dir-76-001
   [junit4]   2> 887743 WARN  
(SUITE-AutoScalingHandlerTest-seed#[BBB27D9FCF563960]-worker) [     ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=2 numCloses=2
   [junit4]   2> 887743 INFO  
(SUITE-AutoScalingHandlerTest-seed#[BBB27D9FCF563960]-worker) [     ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 887745 INFO  
(SUITE-AutoScalingHandlerTest-seed#[BBB27D9FCF563960]-worker) [     ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 887745 INFO  
(SUITE-AutoScalingHandlerTest-seed#[BBB27D9FCF563960]-worker) [     ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 887745 INFO  
(SUITE-AutoScalingHandlerTest-seed#[BBB27D9FCF563960]-worker) [     ] 
o.a.s.c.SolrCloudTestCase Using per-replica state
   [junit4]   2> 887745 INFO  
(SUITE-AutoScalingHandlerTest-seed#[BBB27D9FCF563960]-worker) [     ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.10/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.AutoScalingHandlerTest_BBB27D9FCF563960-001/tempDir-001
   [junit4]   2> 887745 INFO  
(SUITE-AutoScalingHandlerTest-seed#[BBB27D9FCF563960]-worker) [     ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 887746 INFO  (ZkTestServer Run Thread) [     ] 
o.a.s.c.ZkTestServer client port: 0.0.0.0/0.0.0.0:0
   [junit4]   2> 887746 INFO  (ZkTestServer Run Thread) [     ] 
o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 887747 WARN  (ZkTestServer Run Thread) [     ] 
o.a.z.s.ServerCnxnFactory maxCnxns is not configured, using default value 0.
   [junit4]   2> 887846 INFO  
(SUITE-AutoScalingHandlerTest-seed#[BBB27D9FCF563960]-worker) [     ] 
o.a.s.c.ZkTestServer start zk server on port: 35977
   [junit4]   2> 887846 INFO  
(SUITE-AutoScalingHandlerTest-seed#[BBB27D9FCF563960]-worker) [     ] 
o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:35977
   [junit4]   2> 887846 INFO  
(SUITE-AutoScalingHandlerTest-seed#[BBB27D9FCF563960]-worker) [     ] 
o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:35977
   [junit4]   2> 887846 INFO  
(SUITE-AutoScalingHandlerTest-seed#[BBB27D9FCF563960]-worker) [     ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1 35977
   [junit4]   2> 887847 INFO  
(SUITE-AutoScalingHandlerTest-seed#[BBB27D9FCF563960]-worker) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 887852 INFO  (zkConnectionManagerCallback-9994-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 887853 INFO  
(SUITE-AutoScalingHandlerTest-seed#[BBB27D9FCF563960]-worker) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 887864 INFO  
(SUITE-AutoScalingHandlerTest-seed#[BBB27D9FCF563960]-worker) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 887867 INFO  (zkConnectionManagerCallback-9996-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 887867 INFO  
(SUITE-AutoScalingHandlerTest-seed#[BBB27D9FCF563960]-worker) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 887868 INFO  
(SUITE-AutoScalingHandlerTest-seed#[BBB27D9FCF563960]-worker) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 887872 INFO  (zkConnectionManagerCallback-9998-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 887873 INFO  
(SUITE-AutoScalingHandlerTest-seed#[BBB27D9FCF563960]-worker) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 887874 WARN  
(SUITE-AutoScalingHandlerTest-seed#[BBB27D9FCF563960]-worker-SendThread(127.0.0.1:35977))
 [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for 
session 0x1019338bc970002.
   [junit4]   2>           => EndOfStreamException: Unable to read additional 
data from server sessionid 0x1019338bc970002, likely server has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable 
to read additional data from server sessionid 0x1019338bc970002, likely server 
has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77) 
~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:350)
 ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1275) 
[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 887976 INFO  (jetty-launcher-9999-thread-2) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 887976 INFO  (jetty-launcher-9999-thread-2) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 887976 INFO  (jetty-launcher-9999-thread-2) [     ] 
o.e.j.s.Server jetty-9.4.41.v20210516; built: 2021-05-16T23:56:28.993Z; git: 
98607f93c7833e7dc59489b13f3cb0a114fb9f4c; jvm 1.8.0_291-b10
   [junit4]   2> 887977 INFO  (jetty-launcher-9999-thread-1) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 887977 INFO  (jetty-launcher-9999-thread-1) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 887977 INFO  (jetty-launcher-9999-thread-1) [     ] 
o.e.j.s.Server jetty-9.4.41.v20210516; built: 2021-05-16T23:56:28.993Z; git: 
98607f93c7833e7dc59489b13f3cb0a114fb9f4c; jvm 1.8.0_291-b10
   [junit4]   2> 887978 INFO  (jetty-launcher-9999-thread-2) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 887978 INFO  (jetty-launcher-9999-thread-2) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 887978 INFO  (jetty-launcher-9999-thread-2) [     ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 887978 INFO  (jetty-launcher-9999-thread-2) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@23a9bc9a{/solr,null,AVAILABLE}
   [junit4]   2> 887981 INFO  (jetty-launcher-9999-thread-2) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@788c5a9{SSL, (ssl, 
http/1.1)}{127.0.0.1:42057}
   [junit4]   2> 887981 INFO  (jetty-launcher-9999-thread-2) [     ] 
o.e.j.s.Server Started @888013ms
   [junit4]   2> 887981 INFO  (jetty-launcher-9999-thread-2) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
zkHost=127.0.0.1:35977/solr, hostPort=42057}
   [junit4]   2> 887981 ERROR (jetty-launcher-9999-thread-2) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 887981 INFO  (jetty-launcher-9999-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 887981 INFO  (jetty-launcher-9999-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.10.1
   [junit4]   2> 887982 INFO  (jetty-launcher-9999-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 887982 INFO  (jetty-launcher-9999-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.10/solr
   [junit4]   2> 887982 INFO  (jetty-launcher-9999-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2021-10-01T02:32:44.144Z
   [junit4]   2> 887988 INFO  (jetty-launcher-9999-thread-1) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 887989 INFO  (jetty-launcher-9999-thread-1) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 887989 INFO  (jetty-launcher-9999-thread-1) [     ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 887989 INFO  (jetty-launcher-9999-thread-1) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@161af4d5{/solr,null,AVAILABLE}
   [junit4]   2> 887990 INFO  (jetty-launcher-9999-thread-2) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 887990 INFO  (jetty-launcher-9999-thread-1) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@3877d989{SSL, (ssl, 
http/1.1)}{127.0.0.1:45903}
   [junit4]   2> 887990 INFO  (jetty-launcher-9999-thread-1) [     ] 
o.e.j.s.Server Started @888023ms
   [junit4]   2> 887990 INFO  (jetty-launcher-9999-thread-1) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
zkHost=127.0.0.1:35977/solr, hostPort=45903}
   [junit4]   2> 887991 ERROR (jetty-launcher-9999-thread-1) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 887991 INFO  (jetty-launcher-9999-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 887991 INFO  (jetty-launcher-9999-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.10.1
   [junit4]   2> 887991 INFO  (jetty-launcher-9999-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 887991 INFO  (jetty-launcher-9999-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.10/solr
   [junit4]   2> 887991 INFO  (jetty-launcher-9999-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2021-10-01T02:32:44.153Z
   [junit4]   2> 887992 INFO  (jetty-launcher-9999-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 887992 INFO  (zkConnectionManagerCallback-10001-thread-1) [    
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 887993 INFO  (jetty-launcher-9999-thread-2) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 887993 INFO  (jetty-launcher-9999-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 887996 INFO  (zkConnectionManagerCallback-10003-thread-1) [    
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 887997 INFO  (jetty-launcher-9999-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 887997 INFO  (jetty-launcher-9999-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 888001 WARN  
(jetty-launcher-9999-thread-1-SendThread(127.0.0.1:35977)) [     ] 
o.a.z.ClientCnxn An exception was thrown while closing send thread for session 
0x1019338bc970004.
   [junit4]   2>           => EndOfStreamException: Unable to read additional 
data from server sessionid 0x1019338bc970004, likely server has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable 
to read additional data from server sessionid 0x1019338bc970004, likely server 
has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77) 
~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:350)
 ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1275) 
[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 888291 INFO  (jetty-launcher-9999-thread-2) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 888291 WARN  (jetty-launcher-9999-thread-2) [     ] 
o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport 
since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 888292 WARN  (jetty-launcher-9999-thread-2) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@24cd29c8[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 888292 WARN  (jetty-launcher-9999-thread-2) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@24cd29c8[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 888294 WARN  (jetty-launcher-9999-thread-2) [     ] 
o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport 
since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 888297 WARN  (jetty-launcher-9999-thread-2) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@6bf35e0a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 888297 WARN  (jetty-launcher-9999-thread-2) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@6bf35e0a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 888298 INFO  (jetty-launcher-9999-thread-2) [     ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35977/solr
   [junit4]   2> 888299 INFO  (jetty-launcher-9999-thread-2) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 888300 INFO  (zkConnectionManagerCallback-10017-thread-1) [    
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 888301 INFO  (jetty-launcher-9999-thread-2) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 888404 INFO  (jetty-launcher-9999-thread-2) 
[n:127.0.0.1:42057_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 888408 INFO  (zkConnectionManagerCallback-10019-thread-1) [    
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 888409 INFO  (jetty-launcher-9999-thread-2) 
[n:127.0.0.1:42057_solr     ] o.a.s.c.c.ConnectionManager Client is connected 
to ZooKeeper
   [junit4]   2> 888496 WARN  (jetty-launcher-9999-thread-2) 
[n:127.0.0.1:42057_solr     ] o.a.s.c.ZkController Contents of zookeeper 
/security.json are world-readable; consider setting up ACLs as described in 
https://solr.apache.org/guide/zookeeper-access-control.html
   [junit4]   2> 888502 INFO  (jetty-launcher-9999-thread-2) 
[n:127.0.0.1:42057_solr     ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:42057_solr
   [junit4]   2> 888502 INFO  (jetty-launcher-9999-thread-2) 
[n:127.0.0.1:42057_solr     ] o.a.s.c.Overseer Overseer 
(id=72500940906102790-127.0.0.1:42057_solr-n_0000000000) starting
   [junit4]   2> 888507 INFO  
(OverseerStateUpdate-72500940906102790-127.0.0.1:42057_solr-n_0000000000) 
[n:127.0.0.1:42057_solr     ] o.a.s.c.Overseer Starting to work on the main 
queue : 127.0.0.1:42057_solr
   [junit4]   2> 888508 INFO  (jetty-launcher-9999-thread-2) 
[n:127.0.0.1:42057_solr     ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:42057_solr
   [junit4]   2> 888511 INFO  (jetty-launcher-9999-thread-2) 
[n:127.0.0.1:42057_solr     ] o.a.s.p.PackageLoader /packages.json updated to 
version -1
   [junit4]   2> 888512 WARN  (jetty-launcher-9999-thread-2) 
[n:127.0.0.1:42057_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> 888513 INFO  (zkCallback-10018-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 888588 INFO  (jetty-launcher-9999-thread-2) 
[n:127.0.0.1:42057_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 888640 INFO  (jetty-launcher-9999-thread-2) 
[n:127.0.0.1:42057_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_42057.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@27e193da
   [junit4]   2> 888649 INFO  (jetty-launcher-9999-thread-2) 
[n:127.0.0.1:42057_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_42057.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@27e193da
   [junit4]   2> 888649 INFO  (jetty-launcher-9999-thread-2) 
[n:127.0.0.1:42057_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_42057.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@27e193da
   [junit4]   2> 888651 INFO  (jetty-launcher-9999-thread-2) 
[n:127.0.0.1:42057_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.10/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.AutoScalingHandlerTest_BBB27D9FCF563960-001/tempDir-001/node2
   [junit4]   2> 890105 INFO  (jetty-launcher-9999-thread-1) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 890105 WARN  (jetty-launcher-9999-thread-1) [     ] 
o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport 
since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 890107 WARN  (jetty-launcher-9999-thread-1) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@7cb08166[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 890107 WARN  (jetty-launcher-9999-thread-1) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@7cb08166[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 890110 WARN  (jetty-launcher-9999-thread-1) [     ] 
o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport 
since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 890111 WARN  (jetty-launcher-9999-thread-1) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@7558ad8b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 890111 WARN  (jetty-launcher-9999-thread-1) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@7558ad8b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 890113 INFO  (jetty-launcher-9999-thread-1) [     ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35977/solr
   [junit4]   2> 890113 INFO  (jetty-launcher-9999-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 890114 INFO  (zkConnectionManagerCallback-10039-thread-1) [    
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 890114 INFO  (jetty-launcher-9999-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 890216 INFO  (jetty-launcher-9999-thread-1) 
[n:127.0.0.1:45903_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 890217 INFO  (zkConnectionManagerCallback-10041-thread-1) [    
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 890217 INFO  (jetty-launcher-9999-thread-1) 
[n:127.0.0.1:45903_solr     ] o.a.s.c.c.ConnectionManager Client is connected 
to ZooKeeper
   [junit4]   2> 890222 WARN  (jetty-launcher-9999-thread-1) 
[n:127.0.0.1:45903_solr     ] o.a.s.c.ZkController Contents of zookeeper 
/security.json are world-readable; consider setting up ACLs as described in 
https://solr.apache.org/guide/zookeeper-access-control.html
   [junit4]   2> 890223 INFO  (jetty-launcher-9999-thread-1) 
[n:127.0.0.1:45903_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 890227 INFO  (jetty-launcher-9999-thread-1) 
[n:127.0.0.1:45903_solr     ] o.a.s.c.ZkController Publish 
node=127.0.0.1:45903_solr as DOWN
   [junit4]   2> 890228 INFO  (jetty-launcher-9999-thread-1) 
[n:127.0.0.1:45903_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient core cache for max 2147483647 cores with initial capacity of 1024
   [junit4]   2> 890228 INFO  (jetty-launcher-9999-thread-1) 
[n:127.0.0.1:45903_solr     ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:45903_solr
   [junit4]   2> 890229 INFO  (zkCallback-10018-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 890229 INFO  (zkCallback-10040-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 890230 INFO  (jetty-launcher-9999-thread-1) 
[n:127.0.0.1:45903_solr     ] o.a.s.p.PackageLoader /packages.json updated to 
version -1
   [junit4]   2> 890231 WARN  (jetty-launcher-9999-thread-1) 
[n:127.0.0.1:45903_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> 890256 INFO  (jetty-launcher-9999-thread-1) 
[n:127.0.0.1:45903_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 890277 INFO  (jetty-launcher-9999-thread-1) 
[n:127.0.0.1:45903_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_45903.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@27e193da
   [junit4]   2> 890287 INFO  (jetty-launcher-9999-thread-1) 
[n:127.0.0.1:45903_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_45903.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@27e193da
   [junit4]   2> 890287 INFO  (jetty-launcher-9999-thread-1) 
[n:127.0.0.1:45903_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_45903.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@27e193da
   [junit4]   2> 890289 INFO  (jetty-launcher-9999-thread-1) 
[n:127.0.0.1:45903_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.10/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.AutoScalingHandlerTest_BBB27D9FCF563960-001/tempDir-001/node1
   [junit4]   2> 890305 INFO  
(SUITE-AutoScalingHandlerTest-seed#[BBB27D9FCF563960]-worker) [     ] 
o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=2
   [junit4]   2> 890306 INFO  
(SUITE-AutoScalingHandlerTest-seed#[BBB27D9FCF563960]-worker) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 890308 INFO  (zkConnectionManagerCallback-10054-thread-1) [    
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 890308 INFO  
(SUITE-AutoScalingHandlerTest-seed#[BBB27D9FCF563960]-worker) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 890309 INFO  
(SUITE-AutoScalingHandlerTest-seed#[BBB27D9FCF563960]-worker) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 890311 INFO  
(SUITE-AutoScalingHandlerTest-seed#[BBB27D9FCF563960]-worker) [     ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:35977/solr ready
   [junit4]   2> 890347 INFO  
(TEST-AutoScalingHandlerTest.testDiagnosticsWithPayload-seed#[BBB27D9FCF563960])
 [     ] o.a.s.SolrTestCaseJ4 ###Starting testDiagnosticsWithPayload
   [junit4]   2> 890407 INFO  
(OverseerThreadFactory-10026-thread-1-processing-n:127.0.0.1:42057_solr) 
[n:127.0.0.1:42057_solr     ] o.a.s.c.a.c.CreateCollectionCmd Create collection 
testDiagnosticsWithPayload.COLL
   [junit4]   2> 890521 INFO  
(OverseerStateUpdate-72500940906102790-127.0.0.1:42057_solr-n_0000000000) 
[n:127.0.0.1:42057_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "core":"testDiagnosticsWithPayload.COLL_shard1_replica_n1",
   [junit4]   2>   "node_name":"127.0.0.1:42057_solr",
   [junit4]   2>   "base_url":"https://127.0.0.1:42057/solr";,
   [junit4]   2>   "collection":"testDiagnosticsWithPayload.COLL",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 890524 INFO  
(OverseerStateUpdate-72500940906102790-127.0.0.1:42057_solr-n_0000000000) 
[n:127.0.0.1:42057_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "core":"testDiagnosticsWithPayload.COLL_shard1_replica_n2",
   [junit4]   2>   "node_name":"127.0.0.1:45903_solr",
   [junit4]   2>   "base_url":"https://127.0.0.1:45903/solr";,
   [junit4]   2>   "collection":"testDiagnosticsWithPayload.COLL",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 890757 INFO  (qtp848278265-17544) [n:127.0.0.1:45903_solr    
x:testDiagnosticsWithPayload.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=testDiagnosticsWithPayload.COLL_shard1_replica_n2&action=CREATE&numShards=1&collection=testDiagnosticsWithPayload.COLL&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 890779 INFO  (qtp225488601-17532) [n:127.0.0.1:42057_solr    
x:testDiagnosticsWithPayload.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=testDiagnosticsWithPayload.COLL_shard1_replica_n1&action=CREATE&numShards=1&collection=testDiagnosticsWithPayload.COLL&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 890779 INFO  (qtp225488601-17532) [n:127.0.0.1:42057_solr    
x:testDiagnosticsWithPayload.COLL_shard1_replica_n1 ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient core cache for max 
2147483647 cores with initial capacity of 1024
   [junit4]   2> 890785 INFO  (qtp848278265-17544) [n:127.0.0.1:45903_solr 
c:testDiagnosticsWithPayload.COLL s:shard1 r:core_node4 
x:testDiagnosticsWithPayload.COLL_shard1_replica_n2 ] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 8.10.1
   [junit4]   2> 890791 INFO  (qtp848278265-17544) [n:127.0.0.1:45903_solr 
c:testDiagnosticsWithPayload.COLL s:shard1 r:core_node4 
x:testDiagnosticsWithPayload.COLL_shard1_replica_n2 ] o.a.s.s.IndexSchema 
Schema name=minimal
   [junit4]   2> 890792 INFO  (qtp848278265-17544) [n:127.0.0.1:45903_solr 
c:testDiagnosticsWithPayload.COLL s:shard1 r:core_node4 
x:testDiagnosticsWithPayload.COLL_shard1_replica_n2 ] o.a.s.s.IndexSchema 
Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 890792 INFO  (qtp848278265-17544) [n:127.0.0.1:45903_solr 
c:testDiagnosticsWithPayload.COLL s:shard1 r:core_node4 
x:testDiagnosticsWithPayload.COLL_shard1_replica_n2 ] o.a.s.c.CoreContainer 
Creating SolrCore 'testDiagnosticsWithPayload.COLL_shard1_replica_n2' using 
configuration from configset conf, trusted=true
   [junit4]   2> 890792 INFO  (qtp225488601-17532) [n:127.0.0.1:42057_solr 
c:testDiagnosticsWithPayload.COLL s:shard1 r:core_node3 
x:testDiagnosticsWithPayload.COLL_shard1_replica_n1 ] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 8.10.1
   [junit4]   2> 890792 INFO  (qtp848278265-17544) [n:127.0.0.1:45903_solr 
c:testDiagnosticsWithPayload.COLL s:shard1 r:core_node4 
x:testDiagnosticsWithPayload.COLL_shard1_replica_n2 ] o.a.s.m.r.SolrJmxReporter 
JMX monitoring for 
'solr_45903.solr.core.testDiagnosticsWithPayload.COLL.shard1.replica_n2' 
(registry 'solr.core.testDiagnosticsWithPayload.COLL.shard1.replica_n2') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@27e193da
   [junit4]   2> 890793 INFO  (qtp848278265-17544) [n:127.0.0.1:45903_solr 
c:testDiagnosticsWithPayload.COLL s:shard1 r:core_node4 
x:testDiagnosticsWithPayload.COLL_shard1_replica_n2 ] o.a.s.c.SolrCore 
[[testDiagnosticsWithPayload.COLL_shard1_replica_n2] ] Opening new SolrCore at 
[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.10/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.AutoScalingHandlerTest_BBB27D9FCF563960-001/tempDir-001/node1/testDiagnosticsWithPayload.COLL_shard1_replica_n2],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.10/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.AutoScalingHandlerTest_BBB27D9FCF563960-001/tempDir-001/node1/testDiagnosticsWithPayload.COLL_shard1_replica_n2/data/]
   [junit4]   2> 890794 INFO  (qtp225488601-17532) [n:127.0.0.1:42057_solr 
c:testDiagnosticsWithPayload.COLL s:shard1 r:core_node3 
x:testDiagnosticsWithPayload.COLL_shard1_replica_n1 ] o.a.s.s.IndexSchema 
Schema name=minimal
   [junit4]   2> 890794 INFO  (qtp225488601-17532) [n:127.0.0.1:42057_solr 
c:testDiagnosticsWithPayload.COLL s:shard1 r:core_node3 
x:testDiagnosticsWithPayload.COLL_shard1_replica_n1 ] o.a.s.s.IndexSchema 
Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 890794 INFO  (qtp225488601-17532) [n:127.0.0.1:42057_solr 
c:testDiagnosticsWithPayload.COLL s:shard1 r:core_node3 
x:testDiagnosticsWithPayload.COLL_shard1_replica_n1 ] o.a.s.c.CoreContainer 
Creating SolrCore 'testDiagnosticsWithPayload.COLL_shard1_replica_n1' using 
configuration from configset conf, trusted=true
   [junit4]   2> 890794 INFO  (qtp225488601-17532) [n:127.0.0.1:42057_solr 
c:testDiagnosticsWithPayload.COLL s:shard1 r:core_node3 
x:testDiagnosticsWithPayload.COLL_shard1_replica_n1 ] o.a.s.m.r.SolrJmxReporter 
JMX monitoring for 
'solr_42057.solr.core.testDiagnosticsWithPayload.COLL.shard1.replica_n1' 
(registry 'solr.core.testDiagnosticsWithPayload.COLL.shard1.replica_n1') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@27e193da
   [junit4]   2> 890795 INFO  (qtp225488601-17532) [n:127.0.0.1:42057_solr 
c:testDiagnosticsWithPayload.COLL s:shard1 r:core_node3 
x:testDiagnosticsWithPayload.COLL_shard1_replica_n1 ] o.a.s.c.SolrCore 
[[testDiagnosticsWithPayload.COLL_shard1_replica_n1] ] Opening new SolrCore at 
[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.10/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.AutoScalingHandlerTest_BBB27D9FCF563960-001/tempDir-001/node2/testDiagnosticsWithPayload.COLL_shard1_replica_n1],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.10/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.AutoScalingHandlerTest_BBB27D9FCF563960-001/tempDir-001/node2/testDiagnosticsWithPayload.COLL_shard1_replica_n1/data/]
   [junit4]   2> 890842 INFO  (qtp225488601-17532) [n:127.0.0.1:42057_solr 
c:testDiagnosticsWithPayload.COLL s:shard1 r:core_node3 
x:testDiagnosticsWithPayload.COLL_shard1_replica_n1 ] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 890842 INFO  (qtp225488601-17532) [n:127.0.0.1:42057_solr 
c:testDiagnosticsWithPayload.COLL s:shard1 r:core_node3 
x:testDiagnosticsWithPayload.COLL_shard1_replica_n1 ] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 890843 INFO  (qtp225488601-17532) [n:127.0.0.1:42057_solr 
c:testDiagnosticsWithPayload.COLL s:shard1 r:core_node3 
x:testDiagnosticsWithPayload.COLL_shard1_replica_n1 ] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 890843 INFO  (qtp225488601-17532) [n:127.0.0.1:42057_solr 
c:testDiagnosticsWithPayload.COLL s:shard1 r:core_node3 
x:testDiagnosticsWithPayload.COLL_shard1_replica_n1 ] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 890845 INFO  (qtp225488601-17532) [n:127.0.0.1:42057_solr 
c:testDiagnosticsWithPayload.COLL s:shard1 r:core_node3 
x:testDiagnosticsWithPayload.COLL_shard1_replica_n1 ] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 890846 INFO  (qtp225488601-17532) [n:127.0.0.1:42057_solr 
c:testDiagnosticsWithPayload.COLL s:shard1 r:core_node3 
x:testDiagnosticsWithPayload.COLL_shard1_replica_n1 ] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 890846 INFO  (qtp225488601-17532) [n:127.0.0.1:42057_solr 
c:testDiagnosticsWithPayload.COLL s:shard1 r:core_node3 
x:testDiagnosticsWithPayload.COLL_shard1_replica_n1 ] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 890846 INFO  (qtp225488601-17532) [n:127.0.0.1:42057_solr 
c:testDiagnosticsWithPayload.COLL s:shard1 r:core_node3 
x:testDiagnosticsWithPayload.COLL_shard1_replica_n1 ] o.a.s.u.UpdateLog Could 
not find max version in index or recent updates, using new clock 
1712382874230980608
   [junit4]   2> 890852 INFO  
(searcherExecutor-10058-thread-1-processing-n:127.0.0.1:42057_solr 
x:testDiagnosticsWithPayload.COLL_shard1_replica_n1 
c:testDiagnosticsWithPayload.COLL s:shard1 r:core_node3) 
[n:127.0.0.1:42057_solr c:testDiagnosticsWithPayload.COLL s:shard1 r:core_node3 
x:testDiagnosticsWithPayload.COLL_shard1_replica_n1 ] o.a.s.c.SolrCore 
[testDiagnosticsWithPayload.COLL_shard1_replica_n1]  Registered new searcher 
autowarm time: 0 ms
   [junit4]   2> 890855 INFO  (qtp225488601-17532) [n:127.0.0.1:42057_solr 
c:testDiagnosticsWithPayload.COLL s:shard1 r:core_node3 
x:testDiagnosticsWithPayload.COLL_shard1_replica_n1 ] o.a.s.c.ZkShardTerms 
Successful update of terms at 
/collections/testDiagnosticsWithPayload.COLL/terms/shard1 to 
Terms{values={core_node3=0}, version=0}
   [junit4]   2> 890855 INFO  (qtp225488601-17532) [n:127.0.0.1:42057_solr 
c:testDiagnosticsWithPayload.COLL s:shard1 r:core_node3 
x:testDiagnosticsWithPayload.COLL_shard1_replica_n1 ] 
o.a.s.c.ShardLeaderElectionContextBase make sure parent is created 
/collections/testDiagnosticsWithPayload.COLL/leaders/shard1
   [junit4]   2> 890862 INFO  (qtp225488601-17532) [n:127.0.0.1:42057_solr 
c:testDiagnosticsWithPayload.COLL s:shard1 r:core_node3 
x:testDiagnosticsWithPayload.COLL_shard1_replica_n1 ] 
o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for 
shard shard1: total=2 found=1 timeoute in=9998ms
   [junit4]   2> 890873 INFO  (qtp848278265-17544) [n:127.0.0.1:45903_solr 
c:testDiagnosticsWithPayload.COLL s:shard1 r:core_node4 
x:testDiagnosticsWithPayload.COLL_shard1_replica_n2 ] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 890873 INFO  (qtp848278265-17544) [n:127.0.0.1:45903_solr 
c:testDiagnosticsWithPayload.COLL s:shard1 r:core_node4 
x:testDiagnosticsWithPayload.COLL_shard1_replica_n2 ] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 890874 INFO  (qtp848278265-17544) [n:127.0.0.1:45903_solr 
c:testDiagnosticsWithPayload.COLL s:shard1 r:core_node4 
x:testDiagnosticsWithPayload.COLL_shard1_replica_n2 ] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 890874 INFO  (qtp848278265-17544) [n:127.0.0.1:45903_solr 
c:testDiagnosticsWithPayload.COLL s:shard1 r:core_node4 
x:testDiagnosticsWithPayload.COLL_shard1_replica_n2 ] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 890878 INFO  (qtp848278265-17544) [n:127.0.0.1:45903_solr 
c:testDiagnosticsWithPayload.COLL s:shard1 r:core_node4 
x:testDiagnosticsWithPayload.COLL_shard1_replica_n2 ] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 890878 INFO  (qtp848278265-17544) [n:127.0.0.1:45903_solr 
c:testDiagnosticsWithPayload.COLL s:shard1 r:core_node4 
x:testDiagnosticsWithPayload.COLL_shard1_replica_n2 ] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 890879 INFO  (qtp848278265-17544) [n:127.0.0.1:45903_solr 
c:testDiagnosticsWithPayload.COLL s:shard1 r:core_node4 
x:testDiagnosticsWithPayload.COLL_shard1_replica_n2 ] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 890879 INFO  (qtp848278265-17544) [n:127.0.0.1:45903_solr 
c:testDiagnosticsWithPayload.COLL s:shard1 r:core_node4 
x:testDiagnosticsWithPayload.COLL_shard1_replica_n2 ] o.a.s.u.UpdateLog Could 
not find max version in index or recent updates, using new clock 
1712382874265583616
   [junit4]   2> 890887 INFO  
(searcherExecutor-10056-thread-1-processing-n:127.0.0.1:45903_solr 
x:testDiagnosticsWithPayload.COLL_shard1_replica_n2 
c:testDiagnosticsWithPayload.COLL s:shard1 r:core_node4) 
[n:127.0.0.1:45903_solr c:testDiagnosticsWithPayload.COLL s:shard1 r:core_node4 
x:testDiagnosticsWithPayload.COLL_shard1_replica_n2 ] o.a.s.c.SolrCore 
[testDiagnosticsWithPayload.COLL_shard1_replica_n2]  Registered new searcher 
autowarm time: 0 ms
   [junit4]   2> 890892 INFO  (qtp848278265-17544) [n:127.0.0.1:45903_solr 
c:testDiagnosticsWithPayload.COLL s:shard1 r:core_node4 
x:testDiagnosticsWithPayload.COLL_shard1_replica_n2 ] o.a.s.c.ZkShardTerms 
Successful update of terms at 
/collections/testDiagnosticsWithPayload.COLL/terms/shard1 to 
Terms{values={core_node3=0, core_node4=0}, version=1}
   [junit4]   2> 890892 INFO  (qtp848278265-17544) [n:127.0.0.1:45903_solr 
c:testDiagnosticsWithPayload.COLL s:shard1 r:core_node4 
x:testDiagnosticsWithPayload.COLL_shard1_replica_n2 ] 
o.a.s.c.ShardLeaderElectionContextBase make sure parent is created 
/collections/testDiagnosticsWithPayload.COLL/leaders/shard1
   [junit4]   2> 891364 INFO  (qtp225488601-17532) [n:127.0.0.1:42057_solr 
c:testDiagnosticsWithPayload.COLL s:shard1 r:core_node3 
x:testDiagnosticsWithPayload.COLL_shard1_replica_n1 ] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 891365 INFO  (qtp225488601-17532) [n:127.0.0.1:42057_solr 
c:testDiagnosticsWithPayload.COLL s:shard1 r:core_node3 
x:testDiagnosticsWithPayload.COLL_shard1_replica_n1 ] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 891365 INFO  (qtp225488601-17532) [n:127.0.0.1:42057_solr 
c:testDiagnosticsWithPayload.COLL s:shard1 r:core_node3 
x:testDiagnosticsWithPayload.COLL_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync 
replicas to 
https://127.0.0.1:42057/solr/testDiagnosticsWithPayload.COLL_shard1_replica_n1/
   [junit4]   2> 891366 INFO  (qtp225488601-17532) [n:127.0.0.1:42057_solr 
c:testDiagnosticsWithPayload.COLL s:shard1 r:core_node3 
x:testDiagnosticsWithPayload.COLL_shard1_replica_n1 ] o.a.s.u.PeerSync 
PeerSync: core=testDiagnosticsWithPayload.COLL_shard1_replica_n1 
url=https://127.0.0.1:42057/solr  START 
replicas=[https://127.0.0.1:45903/solr/testDiagnosticsWithPayload.COLL_shard1_replica_n2/]
 nUpdates=100
   [junit4]   2> 891366 INFO  (qtp225488601-17532) [n:127.0.0.1:42057_solr 
c:testDiagnosticsWithPayload.COLL s:shard1 r:core_node3 
x:testDiagnosticsWithPayload.COLL_shard1_replica_n1 ] o.a.s.u.PeerSync 
PeerSync: core=testDiagnosticsWithPayload.COLL_shard1_replica_n1 
url=https://127.0.0.1:42057/solr  DONE. We have no versions. sync failed.
   [junit4]   2> 891376 INFO  (qtp848278265-17545) [n:127.0.0.1:45903_solr 
c:testDiagnosticsWithPayload.COLL s:shard1 r:core_node4 
x:testDiagnosticsWithPayload.COLL_shard1_replica_n2 ] o.a.s.c.S.Request 
[testDiagnosticsWithPayload.COLL_shard1_replica_n2]  webapp=/solr path=/get 
params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 891377 INFO  (qtp225488601-17532) [n:127.0.0.1:42057_solr 
c:testDiagnosticsWithPayload.COLL s:shard1 r:core_node3 
x:testDiagnosticsWithPayload.COLL_shard1_replica_n1 ] o.a.s.c.SyncStrategy 
Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 891377 INFO  (qtp225488601-17532) [n:127.0.0.1:42057_solr 
c:testDiagnosticsWithPayload.COLL s:shard1 r:core_node3 
x:testDiagnosticsWithPayload.COLL_shard1_replica_n1 ] 
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> 891377 INFO  (qtp225488601-17532) [n:127.0.0.1:42057_solr 
c:testDiagnosticsWithPayload.COLL s:shard1 r:core_node3 
x:testDiagnosticsWithPayload.COLL_shard1_replica_n1 ] 
o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node 
/collections/testDiagnosticsWithPayload.COLL/leaders/shard1/leader after 
winning as 
/collections/testDiagnosticsWithPayload.COLL/leader_elect/shard1/election/72500940906102790-core_node3-n_0000000000
   [junit4]   2> 891382 INFO  (qtp225488601-17532) [n:127.0.0.1:42057_solr 
c:testDiagnosticsWithPayload.COLL s:shard1 r:core_node3 
x:testDiagnosticsWithPayload.COLL_shard1_replica_n1 ] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
https://127.0.0.1:42057/solr/testDiagnosticsWithPayload.COLL_shard1_replica_n1/ 
shard1
   [junit4]   2> 891485 INFO  (zkCallback-10018-thread-1) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/testDiagnosticsWithPayload.COLL/state.json] for collection 
[testDiagnosticsWithPayload.COLL] has occurred - updating... (live nodes size: 
[2])
   [junit4]   2> 891486 INFO  (qtp225488601-17532) [n:127.0.0.1:42057_solr 
c:testDiagnosticsWithPayload.COLL s:shard1 r:core_node3 
x:testDiagnosticsWithPayload.COLL_shard1_replica_n1 ] o.a.s.c.ZkController I am 
the leader, no recovery necessary
   [junit4]   2> 891490 INFO  (qtp225488601-17532) [n:127.0.0.1:42057_solr     
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=testDiagnosticsWithPayload.COLL_shard1_replica_n1&action=CREATE&numShards=1&collection=testDiagnosticsWithPayload.COLL&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=711
   [junit4]   2> 891591 INFO  (zkCallback-10018-thread-2) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/testDiagnosticsWithPayload.COLL/state.json] for collection 
[testDiagnosticsWithPayload.COLL] has occurred - updating... (live nodes size: 
[2])
   [junit4]   2> 891591 INFO  (zkCallback-10018-thread-1) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/testDiagnosticsWithPayload.COLL/state.json] for collection 
[testDiagnosticsWithPayload.COLL] has occurred - updating... (live nodes size: 
[2])
   [junit4]   2> 891913 INFO  (qtp848278265-17544) [n:127.0.0.1:45903_solr     
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=testDiagnosticsWithPayload.COLL_shard1_replica_n2&action=CREATE&numShards=1&collection=testDiagnosticsWithPayload.COLL&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=1156
   [junit4]   2> 891915 INFO  (qtp848278265-17542) [n:127.0.0.1:45903_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> 892012 INFO  (zkCallback-10040-thread-2) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/testDiagnosticsWithPayload.COLL/state.json] for collection 
[testDiagnosticsWithPayload.COLL] has occurred - updating... (live nodes size: 
[2])
   [junit4]   2> 892012 INFO  (zkCallback-10040-thread-1) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/testDiagnosticsWithPayload.COLL/state.json] for collection 
[testDiagnosticsWithPayload.COLL] has occurred - updating... (live nodes size: 
[2])
   [junit4]   2> 892012 INFO  (zkCallback-10018-thread-1) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/testDiagnosticsWithPayload.COLL/state.json] for collection 
[testDiagnosticsWithPayload.COLL] has occurred - updating... (live nodes size: 
[2])
   [junit4]   2> 892012 INFO  (zkCallback-10018-thread-3) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/testDiagnosticsWithPayload.COLL/state.json] for collection 
[testDiagnosticsWithPayload.COLL] has occurred - updating... (live nodes size: 
[2])
   [junit4]   2> 892014 INFO  (qtp848278265-17542) [n:127.0.0.1:45903_solr     
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={collection.configName=conf&maxShardsPerNode=4&name=testDiagnosticsWithPayload.COLL&nrtReplicas=2&action=CREATE&numShards=1&wt=javabin&version=2}
 status=0 QTime=1612
   [junit4]   2> 892014 INFO  
(TEST-AutoScalingHandlerTest.testDiagnosticsWithPayload-seed#[BBB27D9FCF563960])
 [     ] o.a.s.c.MiniSolrCloudCluster waitForActiveCollection: 
testDiagnosticsWithPayload.COLL
   [junit4]   2> 892040 INFO  (qtp848278265-17546) [n:127.0.0.1:45903_solr     
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={wt=javabin&version=2&key=solr.core.testDiagnosticsWithPayload.COLL.shard1.replica_n2:INDEX.sizeInBytes}
 status=0 QTime=2
   [junit4]   2> 892042 INFO  (qtp848278265-17541) [n:127.0.0.1:45903_solr     
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CONTAINER.cores&wt=javabin&version=2&group=solr.node}
 status=0 QTime=0
   [junit4]   2> 892043 INFO  (qtp225488601-17536) [n:127.0.0.1:42057_solr     
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={wt=javabin&version=2&key=solr.core.testDiagnosticsWithPayload.COLL.shard1.replica_n1:INDEX.sizeInBytes}
 status=0 QTime=0
   [junit4]   2> 892045 INFO  (qtp225488601-17532) [n:127.0.0.1:42057_solr     
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CONTAINER.cores&wt=javabin&version=2&group=solr.node}
 status=0 QTime=0
   [junit4]   2> 892048 INFO  (qtp225488601-17535) [n:127.0.0.1:42057_solr     
] o.a.s.s.HttpSolrCall [admin] webapp=null 
path=/cluster/autoscaling/diagnostics params={wt=javabin&version=2} status=0 
QTime=13
   [junit4]   2> 892066 INFO  
(OverseerCollectionConfigSetProcessor-72500940906102790-127.0.0.1:42057_solr-n_0000000000)
 [n:127.0.0.1:42057_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> 892067 INFO  
(OverseerThreadFactory-10026-thread-2-processing-n:127.0.0.1:42057_solr) 
[n:127.0.0.1:42057_solr     ] o.a.s.c.a.c.OverseerCollectionMessageHandler 
Executing Collection 
Cmd=action=UNLOAD&deleteInstanceDir=true&deleteDataDir=true&deleteMetricsHistory=true,
 asyncId=null
   [junit4]   2> 892068 INFO  (qtp848278265-17544) [n:127.0.0.1:45903_solr    
x:testDiagnosticsWithPayload.COLL_shard1_replica_n2 ] o.a.s.m.SolrMetricManager 
Closing metric reporters for 
registry=solr.core.testDiagnosticsWithPayload.COLL.shard1.replica_n2 tag=null
   [junit4]   2> 892068 INFO  (qtp848278265-17544) [n:127.0.0.1:45903_solr    
x:testDiagnosticsWithPayload.COLL_shard1_replica_n2 ] o.a.s.m.r.SolrJmxReporter 
Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@403ab4ee: 
rootName = solr_45903, domain = 
solr.core.testDiagnosticsWithPayload.COLL.shard1.replica_n2, service url = 
null, agent id = null] for registry 
solr.core.testDiagnosticsWithPayload.COLL.shard1.replica_n2/com.codahale.metrics.MetricRegistry@7ed34e6c
   [junit4]   2> 892069 INFO  (qtp225488601-17533) [n:127.0.0.1:42057_solr    
x:testDiagnosticsWithPayload.COLL_shard1_replica_n1 ] o.a.s.m.SolrMetricManager 
Closing metric reporters for 
registry=solr.core.testDiagnosticsWithPayload.COLL.shard1.replica_n1 tag=null
   [junit4]   2> 892069 INFO  (qtp225488601-17533) [n:127.0.0.1:42057_solr    
x:testDiagnosticsWithPayload.COLL_shard1_replica_n1 ] o.a.s.m.r.SolrJmxReporter 
Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@50ab8f53: 
rootName = solr_42057, domain = 
solr.core.testDiagnosticsWithPayload.COLL.shard1.replica_n1, service url = 
null, agent id = null] for registry 
solr.core.testDiagnosticsWithPayload.COLL.shard1.replica_n1/com.codahale.metrics.MetricRegistry@239eb173
   [junit4]   2> 892113 INFO  (qtp848278265-17544) [n:127.0.0.1:45903_solr     
] o.a.s.c.SolrCore [testDiagnosticsWithPayload.COLL_shard1_replica_n2]  CLOSING 
SolrCore org.apache.solr.core.SolrCore@56bec26e
   [junit4]   2> 892114 INFO  (qtp848278265-17544) [n:127.0.0.1:45903_solr     
] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.testDiagnosticsWithPayload.COLL.shard1.replica_n2 
tag=SolrCore@56bec26e
   [junit4]   2> 892114 INFO  (qtp848278265-17544) [n:127.0.0.1:45903_solr     
] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.collection.testDiagnosticsWithPayload.COLL.shard1.leader 
tag=SolrCore@56bec26e
   [junit4]   2> 892114 INFO  (qtp848278265-17544) [n:127.0.0.1:45903_solr     
] o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter.close()  ... SKIPPED 
(unnecessary).
   [junit4]   2> 892122 INFO  (qtp848278265-17544) [n:127.0.0.1:45903_solr     
] o.a.s.c.ZkShardTerms Successful update of terms at 
/collections/testDiagnosticsWithPayload.COLL/terms/shard1 to 
Terms{values={core_node3=0}, version=2}
   [junit4]   2> 892123 INFO  (qtp848278265-17544) [n:127.0.0.1:45903_solr     
] o.a.s.c.ShardLeaderElectionContextBase No version found for ephemeral leader 
parent node, won't remove previous leader registration.
   [junit4]   2> 892124 INFO  (qtp848278265-17544) [n:127.0.0.1:45903_solr     
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={deleteInstanceDir=true&deleteMetricsHistory=true&core=testDiagnosticsWithPayload.COLL_shard1_replica_n2&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2}
 status=0 QTime=56
   [junit4]   2> 892126 INFO  (qtp225488601-17533) [n:127.0.0.1:42057_solr     
] o.a.s.c.SolrCore [testDiagnosticsWithPayload.COLL_shard1_replica_n1]  CLOSING 
SolrCore org.apache.solr.core.SolrCore@214978a0
   [junit4]   2> 892126 INFO  (qtp225488601-17533) [n:127.0.0.1:42057_solr     
] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.testDiagnosticsWithPayload.COLL.shard1.replica_n1 
tag=SolrCore@214978a0
   [junit4]   2> 892126 INFO  (qtp225488601-17533) [n:127.0.0.1:42057_solr     
] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.collection.testDiagnosticsWithPayload.COLL.shard1.leader 
tag=SolrCore@214978a0
   [junit4]   2> 892127 INFO  (qtp225488601-17533) [n:127.0.0.1:42057_solr     
] o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter.close()  ... SKIPPED 
(unnecessary).
   [junit4]   2> 892130 INFO  (qtp225488601-17533) [n:127.0.0.1:42057_solr     
] o.a.s.c.ZkShardTerms Successful update of terms at 
/collections/testDiagnosticsWithPayload.COLL/terms/shard1 to Terms{values={}, 
version=3}
   [junit4]   2> 892132 WARN  (zkCallback-10040-thread-1) [     ] 
o.a.s.c.LeaderElector Our node is no longer in line to be leader
   [junit4]   2> 892133 INFO  (qtp225488601-17533) [n:127.0.0.1:42057_solr     
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={deleteInstanceDir=true&deleteMetricsHistory=true&core=testDiagnosticsWithPayload.COLL_shard1_replica_n1&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2}
 status=0 QTime=64
   [junit4]   2> 892238 INFO  (zkCallback-10040-thread-2) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDeleted 
path:/collections/testDiagnosticsWithPayload.COLL/state.json] for collection 
[testDiagnosticsWithPayload.COLL] has occurred - updating... (live nodes size: 
[2])
   [junit4]   2> 892238 INFO  (zkCallback-10018-thread-1) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDeleted 
path:/collections/testDiagnosticsWithPayload.COLL/state.json] for collection 
[testDiagnosticsWithPayload.COLL] has occurred - updating... (live nodes size: 
[2])
   [junit4]   2> 892238 INFO  (zkCallback-10040-thread-1) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDeleted 
path:/collections/testDiagnosticsWithPayload.COLL/state.json] for collection 
[testDiagnosticsWithPayload.COLL] has occurred - updating... (live nodes size: 
[2])
   [junit4]   2> 892238 INFO  (zkCallback-10018-thread-3) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDeleted 
path:/collections/testDiagnosticsWithPayload.COLL/state.json] for collection 
[testDiagnosticsWithPayload.COLL] has occurred - updating... (live nodes size: 
[2])
   [junit4]   2> 892238 INFO  (zkCallback-10018-thread-2) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDeleted 
path:/collections/testDiagnosticsWithPayload.COLL/state.json] for collection 
[testDiagnosticsWithPayload.COLL] has occurred - updating... (live nodes size: 
[2])
   [junit4]   2> 892238 INFO  (zkCallback-10018-thread-4) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDeleted 
path:/collections/testDiagnosticsWithPayload.COLL/state.json] for collection 
[testDiagnosticsWithPayload.COLL] has occurred - updating... (live nodes size: 
[2])
   [junit4]   2> 892241 INFO  (zkCallback-10040-thread-3) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDeleted 
path:/collections/testDiagnosticsWithPayload.COLL/state.json] for collection 
[testDiagnosticsWithPayload.COLL] has occurred - updating... (live nodes size: 
[2])
   [junit4]   2> 892270 INFO  (qtp848278265-17545) [n:127.0.0.1:45903_solr     
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={name=testDiagnosticsWithPayload.COLL&action=DELETE&wt=javabin&version=2}
 status=0 QTime=212
   [junit4]   2> 892271 INFO  
(TEST-AutoScalingHandlerTest.testDiagnosticsWithPayload-seed#[BBB27D9FCF563960])
 [     ] o.a.s.SolrTestCaseJ4 ###Ending testDiagnosticsWithPayload
   [junit4]   2> 892296 INFO  
(TEST-AutoScalingHandlerTest.testReadApi-seed#[BBB27D9FCF563960]) [     ] 
o.a.s.SolrTestCaseJ4 ###Starting testReadApi
   [junit4]   2> 892300 INFO  (qtp848278265-17542) [n:127.0.0.1:45903_solr     
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CONTAINER.cores&wt=javabin&version=2&group=solr.node}
 status=0 QTime=0
   [junit4]   2> 892302 INFO  (qtp225488601-17536) [n:127.0.0.1:42057_solr     
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CONTAINER.cores&wt=javabin&version=2&group=solr.node}
 status=0 QTime=0
   [junit4]   2> 892305 INFO  (qtp225488601-17534) [n:127.0.0.1:42057_solr     
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/autoscaling 
params={wt=javabin&version=2} status=0 QTime=7
   [junit4]   2> 892318 INFO  (qtp848278265-17545) [n:127.0.0.1:45903_solr     
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.cores&wt=javabin&version=2&group=solr.node}
 status=0 QTime=0
   [junit4]   2> 892334 INFO  (qtp225488601-17533) [n:127.0.0.1:42057_solr     
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.cores&wt=javabin&version=2&group=solr.node}
 status=0 QTime=0
   [junit4]   2> 892337 INFO  (qtp848278265-17546) [n:127.0.0.1:45903_solr     
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/autoscaling 
params={wt=javabin&version=2} status=0 QTime=31
   [junit4]   2> 892341 INFO  (qtp848278265-17541) [n:127.0.0.1:45903_solr     
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.cores,os.systemLoadAverage,memory.heap.usage&wt=javabin&version=2&group=solr.jvm,solr.node}
 status=0 QTime=1
   [junit4]   2> 892345 INFO  (qtp225488601-17536) [n:127.0.0.1:42057_solr     
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.cores,os.systemLoadAverage,memory.heap.usage&wt=javabin&version=2&group=solr.jvm,solr.node}
 status=0 QTime=0
   [junit4]   2> 892346 INFO  (qtp848278265-17542) [n:127.0.0.1:45903_solr     
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/autoscaling 
params={wt=javabin&version=2} status=0 QTime=7
   [junit4]   2> 892349 INFO  (qtp848278265-17544) [n:127.0.0.1:45903_solr     
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.cores,os.systemLoadAverage,memory.heap.usage&wt=javabin&version=2&group=solr.jvm,solr.node}
 status=0 QTime=0
   [junit4]   2> 892351 INFO  (qtp225488601-17532) [n:127.0.0.1:42057_solr     
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.cores,os.systemLoadAverage,memory.heap.usage&wt=javabin&version=2&group=solr.jvm,solr.node}
 status=0 QTime=0
   [junit4]   2> 892361 INFO  (qtp225488601-17534) [n:127.0.0.1:42057_solr     
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/autoscaling 
params={wt=javabin&version=2} status=0 QTime=14
   [junit4]   2> 892364 INFO  (qtp225488601-17534) [n:127.0.0.1:42057_solr     
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/autoscaling 
params={wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 892371 INFO  (qtp848278265-17546) [n:127.0.0.1:45903_solr     
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CONTAINER.cores,os.systemLoadAverage,memory.heap.usage&wt=javabin&version=2&group=solr.jvm,solr.node}
 status=0 QTime=0
   [junit4]   2> 892372 INFO  (qtp225488601-17533) [n:127.0.0.1:42057_solr     
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CONTAINER.cores,os.systemLoadAverage,memory.heap.usage&wt=javabin&version=2&group=solr.jvm,solr.node}
 status=0 QTime=0
   [junit4]   2> 892372 INFO  (qtp848278265-17545) [n:127.0.0.1:45903_solr     
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/autoscaling/diagnostics 
params={wt=javabin&version=2} status=0 QTime=7
   [junit4]   2> 892375 INFO  (qtp848278265-17542) [n:127.0.0.1:45903_solr     
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.cores,os.systemLoadAverage,memory.heap.usage&wt=javabin&version=2&group=solr.jvm,solr.node}
 status=0 QTime=0
   [junit4]   2> 892376 INFO  (qtp225488601-17536) [n:127.0.0.1:42057_solr     
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.cores,os.systemLoadAverage,memory.heap.usage&wt=javabin&version=2&group=solr.jvm,solr.node}
 status=0 QTime=0
   [junit4]   2> 892377 INFO  (qtp848278265-17541) [n:127.0.0.1:45903_solr     
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/autoscaling 
params={wt=javabin&version=2} status=0 QTime=3
   [junit4]   2> 892388 INFO  
(OverseerCollectionConfigSetProcessor-72500940906102790-127.0.0.1:42057_solr-n_0000000000)
 [n:127.0.0.1:42057_solr     ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000002 doesn't exist. Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 892389 INFO  
(OverseerThreadFactory-10026-thread-3-processing-n:127.0.0.1:42057_solr) 
[n:127.0.0.1:42057_solr     ] o.a.s.c.a.c.CreateCollectionCmd Create collection 
readApiTestViolations
   [junit4]   2> 892599 WARN  
(OverseerThreadFactory-10026-thread-3-processing-n:127.0.0.1:42057_solr) 
[n:127.0.0.1:42057_solr     ] o.a.s.c.a.c.CreateCollectionCmd Specified number 
of replicas of 6 on collection readApiTestViolations is higher than the number 
of Solr instances currently live or live and part of your createNodeSet(2). 
It's unusual to run two replica of the same slice on the same Solr-instance.
   [junit4]   2> 892603 INFO  (qtp848278265-17546) [n:127.0.0.1:45903_solr     
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CONTAINER.cores,os.systemLoadAverage,memory.heap.usage&wt=javabin&version=2&group=solr.jvm,solr.node}
 status=0 QTime=0
   [junit4]   2> 892604 INFO  (qtp225488601-17532) [n:127.0.0.1:42057_solr     
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CONTAINER.cores,os.systemLoadAverage,memory.heap.usage&wt=javabin&version=2&group=solr.jvm,solr.node}
 status=0 QTime=0
   [junit4]   2> 892616 INFO  
(OverseerStateUpdate-72500940906102790-127.0.0.1:42057_solr-n_0000000000) 
[n:127.0.0.1:42057_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "core":"readApiTestViolations_shard1_replica_n1",
   [junit4]   2>   "node_name":"127.0.0.1:45903_solr",
   [junit4]   2>   "base_url":"https://127.0.0.1:45903/solr";,
   [junit4]   2>   "collection":"readApiTestViolations",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 892620 INFO  
(OverseerStateUpdate-72500940906102790-127.0.0.1:42057_solr-n_0000000000) 
[n:127.0.0.1:42057_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "core":"readApiTestViolations_shard1_replica_n2",
   [junit4]   2>   "node_name":"127.0.0.1:42057_solr",
   [junit4]   2>   "base_url":"https://127.0.0.1:42057/solr";,
   [junit4]   2>   "collection":"readApiTestViolations",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 892623 INFO  
(OverseerStateUpdate-72500940906102790-127.0.0.1:42057_solr-n_0000000000) 
[n:127.0.0.1:42057_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "core":"readApiTestViolations_shard1_replica_n4",
   [junit4]   2>   "node_name":"127.0.0.1:45903_solr",
   [junit4]   2>   "base_url":"https://127.0.0.1:45903/solr";,
   [junit4]   2>   "collection":"readApiTestViolations",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 892626 INFO  
(OverseerStateUpdate-72500940906102790-127.0.0.1:42057_solr-n_0000000000) 
[n:127.0.0.1:42057_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "core":"readApiTestViolations_shard1_replica_n6",
   [junit4]   2>   "node_name":"127.0.0.1:42057_solr",
   [junit4]   2>   "base_url":"https://127.0.0.1:42057/solr";,
   [junit4]   2>   "collection":"readApiTestViolations",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 892630 INFO  
(OverseerStateUpdate-72500940906102790-127.0.0.1:42057_solr-n_0000000000) 
[n:127.0.0.1:42057_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "core":"readApiTestViolations_shard1_replica_n8",
   [junit4]   2>   "node_name":"127.0.0.1:45903_solr",
   [junit4]   2>   "base_url":"https://127.0.0.1:45903/solr";,
   [junit4]   2>   "collection":"readApiTestViolations",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 892634 INFO  
(OverseerStateUpdate-72500940906102790-127.0.0.1:42057_solr-n_0000000000) 
[n:127.0.0.1:42057_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "core":"readApiTestViolations_shard1_replica_n10",
   [junit4]   2>   "node_name":"127.0.0.1:42057_solr",
   [junit4]   2>   "base_url":"https://127.0.0.1:42057/solr";,
   [junit4]   2>   "collection":"readApiTestViolations",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 892837 INFO  (qtp848278265-17545) [n:127.0.0.1:45903_solr    
x:readApiTestViolations_shard1_replica_n1 ] o.a.s.h.a.CoreAdminOperation core 
create command 
qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=readApiTestViolations_shard1_replica_n1&action=CREATE&numShards=1&collection=readApiTestViolations&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 892837 INFO  (qtp225488601-17535) [n:127.0.0.1:42057_solr    
x:readApiTestViolations_shard1_replica_n2 ] o.a.s.h.a.CoreAdminOperation core 
create command 
qt=/admin/cores&coreNodeName=core_node5&collection.configName=conf&newCollection=true&name=readApiTestViolations_shard1_replica_n2&action=CREATE&numShards=1&collection=readApiTestViolations&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 892838 INFO  (qtp848278265-17542) [n:127.0.0.1:45903_solr    
x:readApiTestViolations_shard1_replica_n4 ] o.a.s.h.a.CoreAdminOperation core 
create command 
qt=/admin/cores&coreNodeName=core_node7&collection.configName=conf&newCollection=true&name=readApiTestViolations_shard1_replica_n4&action=CREATE&numShards=1&collection=readApiTestViolations&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 892869 INFO  (qtp848278265-17546) [n:127.0.0.1:45903_solr    
x:readApiTestViolations_shard1_replica_n8 ] o.a.s.h.a.CoreAdminOperation core 
create command 
qt=/admin/cores&coreNodeName=core_node11&collection.configName=conf&newCollection=true&name=readApiTestViolations_shard1_replica_n8&action=CREATE&numShards=1&collection=readApiTestViolations&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 893082 INFO  (qtp225488601-17532) [n:127.0.0.1:42057_solr    
x:readApiTestViolations_shard1_replica_n10 ] o.a.s.h.a.CoreAdminOperation core 
create command 
qt=/admin/cores&coreNodeName=core_node12&collection.configName=conf&newCollection=true&name=readApiTestViolations_shard1_replica_n10&action=CREATE&numShards=1&collection=readApiTestViolations&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 893084 INFO  (qtp225488601-17534) [n:127.0.0.1:42057_solr    
x:readApiTestViolations_shard1_replica_n6 ] o.a.s.h.a.CoreAdminOperation core 
create command 
qt=/admin/cores&coreNodeName=core_node9&collection.configName=conf&newCollection=true&name=readApiTestViolations_shard1_replica_n6&action=CREATE&numShards=1&collection=readApiTestViolations&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 893085 INFO  (qtp225488601-17535) [n:127.0.0.1:42057_solr 
c:readApiTestViolations s:shard1 r:core_node5 
x:readApiTestViolations_shard1_replica_n2 ] o.a.s.c.SolrConfig Using Lucene 
MatchVersion: 8.10.1
   [junit4]   2> 893088 INFO  (qtp225488601-17535) [n:127.0.0.1:42057_solr 
c:readApiTestViolations s:shard1 r:core_node5 
x:readApiTestViolations_shard1_replica_n2 ] o.a.s.s.IndexSchema Schema 
name=minimal
   [junit4]   2> 893088 INFO  (qtp225488601-17535) [n:127.0.0.1:42057_solr 
c:readApiTestViolations s:shard1 r:core_node5 
x:readApiTestViolations_shard1_replica_n2 ] o.a.s.s.IndexSchema Loaded schema 
minimal/1.1 with uniqueid field id
   [junit4]   2> 893088 INFO  (qtp225488601-17535) [n:127.0.0.1:42057_solr 
c:readApiTestViolations s:shard1 r:core_node5 
x:readApiTestViolations_shard1_replica_n2 ] o.a.s.c.CoreContainer Creating 
SolrCore 'readApiTestViolations_shard1_replica_n2' using configuration from 
configset conf, trusted=true
   [junit4]   2> 893088 INFO  (qtp225488601-17535) [n:127.0.0.1:42057_solr 
c:readApiTestViolations s:shard1 r:core_node5 
x:readApiTestViolations_shard1_replica_n2 ] o.a.s.m.r.SolrJmxReporter JMX 
monitoring for 'solr_42057.solr.core.readApiTestViolations.shard1.replica_n2' 
(registry 'solr.core.readApiTestViolations.shard1.replica_n2') enabled at 
server: com.sun.jmx.mbeanserver.JmxMBeanServer@27e193da
   [junit4]   2> 893089 INFO  (qtp225488601-17535) [n:127.0.0.1:42057_solr 
c:readApiTestViolations s:shard1 r:core_node5 
x:readApiTestViolations_shard1_replica_n2 ] o.a.s.c.SolrCore 
[[readApiTestViolations_shard1_replica_n2] ] Opening new SolrCore at 
[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.10/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.AutoScalingHandlerTest_BBB27D9FCF563960-001/tempDir-001/node2/readApiTestViolations_shard1_replica_n2],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.10/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.AutoScalingHandlerTest_BBB27D9FCF563960-001/tempDir-001/node2/readApiTestViolations_shard1_replica_n2/data/]
   [junit4]   2> 893111 INFO  (qtp225488601-17532) [n:127.0.0.1:42057_solr 
c:readApiTestViolations s:shard1 r:core_node12 
x:readApiTestViolations_shard1_replica_n10 ] o.a.s.c.SolrConfig Using Lucene 
MatchVersion: 8.10.1
   [junit4]   2> 893112 INFO  (qtp225488601-17532) [n:127.0.0.1:42057_solr 
c:readApiTestViolations s:shard1 r:core_node12 
x:readApiTestViolations_shard1_replica_n10 ] o.a.s.s.IndexSchema Schema 
name=minimal
   [junit4]   2> 893113 INFO  (qtp225488601-17532) [n:127.0.0.1:42057_solr 
c:readApiTestViolations s:shard1 r:core_node12 
x:readApiTestViolations_shard1_replica_n10 ] o.a.s.s.IndexSchema Loaded schema 
minimal/1.1 with uniqueid field id
   [junit4]   2> 893113 INFO  (qtp225488601-17532) [n:127.0.0.1:42057_solr 
c:readApiTestViolations s:shard1 r:core_node12 
x:readApiTestViolations_shard1_replica_n10 ] o.a.s.c.CoreContainer Creating 
SolrCore 'readApiTestViolations_shard1_replica_n10' using configuration from 
configset conf, trusted=true
   [junit4]   2> 893113 INFO  (qtp225488601-17532) [n:127.0.0.1:42057_solr 
c:readApiTestViolations s:shard1 r:core_node12 
x:readApiTestViolations_shard1_replica_n10 ] o.a.s.m.r.SolrJmxReporter JMX 
monitoring for 'solr_42057.solr.core.readApiTestViolations.shard1.replica_n10' 
(registry 'solr.core.readApiTestViolations.shard1.replica_n10') enabled at 
server: com.sun.jmx.mbeanserver.JmxMBeanServer@27e193da
   [junit4]   2> 893113 INFO  (qtp225488601-17532) [n:127.0.0.1:42057_solr 
c:readApiTestViolations s:shard1 r:core_node12 
x:readApiTestViolations_shard1_replica_n10 ] o.a.s.c.SolrCore 
[[readApiTestViolations_shard1_replica_n10] ] Opening new SolrCore at 
[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.10/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.AutoScalingHandlerTest_BBB27D9FCF563960-001/tempDir-001/node2/readApiTestViolations_shard1_replica_n10],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.10/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.AutoScalingHandlerTest_BBB27D9FCF563960-001/tempDir-001/node2/readApiTestViolations_shard1_replica_n10/data/]
   [junit4]   2> 893117 INFO  (qtp225488601-17534) [n:127.0.0.1:42057_solr 
c:readApiTestViolations s:shard1 r:core_node9 
x:readApiTestViolations_shard1_replica_n6 ] o.a.s.c.SolrConfig Using Lucene 
MatchVersion: 8.10.1
   [junit4]   2> 893118 INFO  (qtp225488601-17534) [n:127.0.0.1:42057_solr 
c:readApiTestViolations s:shard1 r:core_node9 
x:readApiTestViolations_shard1_replica_n6 ] o.a.s.s.IndexSchema Schema 
name=minimal
   [junit4]   2> 893119 INFO  (qtp225488601-17534) [n:127.0.0.1:42057_solr 
c:readApiTestViolations s:shard1 r:core_node9 
x:readApiTestViolations_shard1_replica_n6 ] o.a.s.s.IndexSchema Loaded schema 
minimal/1.1 with uniqueid field id
   [junit4]   2> 893119 INFO  (qtp225488601-17534) [n:127.0.0.1:42057_solr 
c:readApiTestViolations s:shard1 r:core_node9 
x:readApiTestViolations_shard1_replica_n6 ] o.a.s.c.CoreContainer Creating 
SolrCore 'readApiTestViolations_shard1_replica_n6' using configuration from 
configset conf, trusted=true
   [junit4]   2> 893119 INFO  (qtp225488601-17534) [n:127.0.0.1:42057_solr 
c:readApiTestViolations s:shard1 r:core_node9 
x:readApiTestViolations_shard1_replica_n6 ] o.a.s.m.r.SolrJmxReporter JMX 
monitoring for 'solr_42057.solr.core.readApiTestViolations.shard1.replica_n6' 
(registry 'solr.core.readApiTestViolations.shard1.replica_n6') enabled at 
server: com.sun.jmx.mbeanserver.JmxMBeanServer@27e193da
   [junit4]   2> 893119 INFO  (qtp225488601-17534) [n:127.0.0.1:42057_solr 
c:readApiTestViolations s:shard1 r:core_node9 
x:readApiTestViolations_shard1_replica_n6 ] o.a.s.c.SolrCore 
[[readApiTestViolations_shard1_replica_n6] ] Opening new SolrCore at 
[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.10/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.AutoScalingHandlerTest_BBB27D9FCF563960-001/tempDir-001/node2/readApiTestViolations_shard1_replica_n6],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.10/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.AutoScalingHandlerTest_BBB27D9FCF563960-001/tempDir-001/node2/readApiTestViolations_shard1_replica_n6/data/]
   [junit4]   2> 893161 INFO  (qtp848278265-17545) [n:127.0.0.1:45903_solr 
c:readApiTestViolations s:shard1 r:core_node3 
x:readApiTestViolations_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene 
MatchVersion: 8.10.1
   [junit4]   2> 893163 INFO  (qtp848278265-17545) [n:127.0.0.1:45903_solr 
c:readApiTestViolations s:shard1 r:core_node3 
x:readApiTestViolations_shard1_replica_n1 ] o.a.s.s.IndexSchema Schema 
name=minimal
   [junit4]   2> 893163 INFO  (qtp848278265-17545) [n:127.0.0.1:45903_solr 
c:readApiTestViolations s:shard1 r:core_node3 
x:readApiTestViolations_shard1_replica_n1 ] o.a.s.s.IndexSchema Loaded schema 
minimal/1.1 with uniqueid field id
   [junit4]   2> 893164 INFO  (qtp848278265-17545) [n:127.0.0.1:45903_solr 
c:readApiTestViolations s:shard1 r:core_node3 
x:readApiTestViolations_shard1_replica_n1 ] o.a.s.c.CoreContainer Creating 
SolrCore 'readApiTestViolations_shard1_replica_n1' using configuration from 
configset conf, trusted=true
   [junit4]   2> 893164 INFO  (qtp848278265-17545) [n:127.0.0.1:45903_solr 
c:readApiTestViolations s:shard1 r:core_node3 
x:readApiTestViolations_shard1_replica_n1 ] o.a.s.m.r.SolrJmxReporter JMX 
monitoring for 'solr_45903.solr.core.readApiTestViolations.shard1.replica_n1' 
(registry 'solr.core.readApiTestViolations.shard1.replica_n1') enabled at 
server: com.sun.jmx.mbeanserver.JmxMBeanServer@27e193da
   [junit4]   2> 893164 INFO  (qtp848278265-17545) [n:127.0.0.1:45903_solr 
c:readApiTestViolations s:shard1 r:core_node3 
x:readApiTestViolations_shard1_replica_n1 ] o.a.s.c.SolrCore 
[[readApiTestViolations_shard1_replica_n1] ] Opening new SolrCore at 
[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.10/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.AutoScalingHandlerTest_BBB27D9FCF563960-001/tempDir-001/node1/readApiTestViolations_shard1_replica_n1],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.10/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.AutoScalingHandlerTest_BBB27D9FCF563960-001/tempDir-001/node1/readApiTestViolations_shard1_replica_n1/data/]
   [junit4]   2> 893167 INFO  (qtp848278265-17542) [n:127.0.0.1:45903_solr 
c:readApiTestViolations s:shard1 r:core_node7 
x:readApiTestViolations_shard1_replica_n4 ] o.a.s.c.SolrConfig Using Lucene 
MatchVersion: 8.10.1
   [junit4]   2> 893168 INFO  (qtp848278265-17542) [n:127.0.0.1:45903_solr 
c:readApiTestViolations s:shard1 r:core_node7 
x:readApiTestViolations_shard1_replica_n4 ] o.a.s.s.IndexSchema Schema 
name=minimal
   [junit4]   2> 893168 INFO  (qtp848278265-17542) [n:127.0.0.1:45903_solr 
c:readApiTestViolations s:shard1 r:core_node7 
x:readApiTestViolations_shard1_replica_n4 ] o.a.s.s.IndexSchema Loaded schema 
minimal/1.1 with uniqueid field id
   [junit4]   2> 893168 INFO  (qtp848278265-17542) [n:127.0.0.1:45903_solr 
c:readApiTestViolations s:shard1 r:core_node7 
x:readApiTestViolations_shard1_replica_n4 ] o.a.s.c.CoreContainer Creating 
SolrCore 'readApiTestViolations_shard1_replica_n4' using configuration from 
configset conf, trusted=true
   [junit4]   2> 893169 INFO  (qtp848278265-17542) [n:127.0.0.1:45903_solr 
c:readApiTestViolations s:shard1 r:core_node7 
x:readApiTestViolations_shard1_replica_n4 ] o.a.s.m.r.SolrJmxReporter JMX 
monitoring for 'solr_45903.solr.core.readApiTestViolations.shard1.replica_n4' 
(registry 'solr.core.readApiTestViolations.shard1.replica_n4') enabled at 
server: com.sun.jmx.mbeanserver.JmxMBeanServer@27e193da
   [junit4]   2> 893169 INFO  (qtp848278265-17542) [n:127.0.0.1:45903_solr 
c:readApiTestViolations s:shard1 r:core_node7 
x:readApiTestViolations_shard1_replica_n4 ] o.a.s.c.SolrCore 
[[readApiTestViolations_shard1_replica_n4] ] Opening new SolrCore at 
[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.10/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.AutoScalingHandlerTest_BBB27D9FCF563960-001/tempDir-001/node1/readApiTestViolations_shard1_replica_n4],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.10/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.AutoScalingHandlerTest_BBB27D9FCF563960-001/tempDir-001/node1/readApiTestViolations_shard1_replica_n4/data/]
   [junit4]   2> 893181 INFO  (qtp848278265-17546) [n:127.0.0.1:45903_solr 
c:readApiTestViolations s:shard1 r:core_node11 
x:readApiTestViolations_shard1_replica_n8 ] o.a.s.c.SolrConfig Using Lucene 
MatchVersion: 8.10.1
   [junit4]   2> 893188 INFO  (qtp848278265-17546) [n:127.0.0.1:45903_solr 
c:readApiTestViolations s:shard1 r:core_node11 
x:readApiTestViolations_shard1_replica_n8 ] o.a.s.s.IndexSchema Schema 
name=minimal
   [junit4]   2> 893190 INFO  (qtp848278265-17546) [n:127.0.0.1:45903_solr 
c:readApiTestViolations s:shard1 r:core_node11 
x:readApiTestViolations_shard1_replica_n8 ] o.a.s.s.IndexSchema Loaded schema 
minimal/1.1 with uniqueid field id
   [junit4]   2> 893190 INFO  (qtp848278265-17546) [n:127.0.0.1:45903_solr 
c:readApiTestViolations s:shard1 r:core_node11 
x:readApiTestViolations_shard1_replica_n8 ] o.a.s.c.CoreContainer Creating 
SolrCore 'readApiTestViolations_shard1_replica_n8' using configuration from 
configset conf, trusted=true
   [junit4]   2> 893190 INFO  (qtp848278265-17546) [n:127.0.0.1:45903_solr 
c:readApiTestViolations s:shard1 r:core_node11 
x:readApiTestViolations_shard1_replica_n8 ] o.a.s.m.r.SolrJmxReporter JMX 
monitoring for 'solr_45903.solr.core.readApiTestViolations.shard1.replica_n8' 
(registry 'solr.core.readApiTestViolations.shard1.replica_n8') enabled at 
server: com.sun.jmx.mbeanserver.JmxMBeanServer@27e193da
   [junit4]   2> 893190 INFO  (qtp848278265-17546) [n:127.0.0.1:45903_solr 
c:readApiTestViolations s:shard1 r:core_node11 
x:readApiTestViolations_shard1_replica_n8 ] o.a.s.c.SolrCore 
[[readApiTestViolations_shard1_replica_n8] ] Opening new SolrCore at 
[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.10/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.AutoScalingHandlerTest_BBB27D9FCF563960-001/tempDir-001/node1/readApiTestViolations_shard1_replica_n8],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.10/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.AutoScalingHandlerTest_BBB27D9FCF563960-001/tempDir-001/node1/readApiTestViolations_shard1_replica_n8/data/]
   [junit4]   2> 893381 INFO  (qtp225488601-17532) [n:127.0.0.1:42057_solr 
c:readApiTestViolations s:shard1 r:core_node12 x:read

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

CnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable 
to read additional data from server sessionid 0x1019338bc970006, likely server 
has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77) 
~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:350)
 ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1275) 
[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 904853 INFO  (zkCallback-10040-thread-2) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 904853 INFO  (closeThreadPool-10174-thread-1) [     ] 
o.a.s.c.Overseer Overseer 
(id=72500940906102790-127.0.0.1:42057_solr-n_0000000000) closing
   [junit4]   2> 904862 WARN  
(TEST-AutoScalingHandlerTest.testReadApi-seed#[BBB27D9FCF563960]-SendThread(127.0.0.1:35977))
 [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for 
session 0x1019338bc97000c.
   [junit4]   2>           => EndOfStreamException: Unable to read additional 
data from server sessionid 0x1019338bc97000c, likely server has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable 
to read additional data from server sessionid 0x1019338bc97000c, likely server 
has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77) 
~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:350)
 ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1275) 
[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 904881 WARN  
(jetty-launcher-9999-thread-1-SendThread(127.0.0.1:35977)) [     ] 
o.a.z.ClientCnxn An exception was thrown while closing send thread for session 
0x1019338bc970008.
   [junit4]   2>           => EndOfStreamException: Unable to read additional 
data from server sessionid 0x1019338bc970008, likely server has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable 
to read additional data from server sessionid 0x1019338bc970008, likely server 
has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77) 
~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:350)
 ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1275) 
[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 904953 INFO  (jetty-closer-10158-thread-1) [     ] 
o.a.s.c.Overseer Overseer 
(id=72500940906102790-127.0.0.1:42057_solr-n_0000000000) closing
   [junit4]   2> 904954 INFO  (jetty-closer-10158-thread-1) [     ] 
o.e.j.s.AbstractConnector Stopped ServerConnector@788c5a9{SSL, (ssl, 
http/1.1)}{127.0.0.1:0}
   [junit4]   2> 904955 INFO  (jetty-closer-10158-thread-1) [     ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@23a9bc9a{/solr,null,STOPPED}
   [junit4]   2> 904955 INFO  (jetty-closer-10158-thread-1) [     ] 
o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 904982 INFO  (jetty-closer-10158-thread-2) [     ] 
o.e.j.s.AbstractConnector Stopped ServerConnector@3877d989{SSL, (ssl, 
http/1.1)}{127.0.0.1:0}
   [junit4]   2> 904982 INFO  (jetty-closer-10158-thread-2) [     ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@161af4d5{/solr,null,STOPPED}
   [junit4]   2> 904982 INFO  (jetty-closer-10158-thread-2) [     ] 
o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 905054 INFO  (jetty-closer-10158-thread-3) [     ] 
o.e.j.s.AbstractConnector Stopped ServerConnector@49be4a9a{SSL, (ssl, 
http/1.1)}{127.0.0.1:0}
   [junit4]   2> 905055 INFO  (jetty-closer-10158-thread-3) [     ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@64b3c05b{/solr,null,STOPPED}
   [junit4]   2> 905055 INFO  (jetty-closer-10158-thread-3) [     ] 
o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 905055 INFO  
(SUITE-AutoScalingHandlerTest-seed#[BBB27D9FCF563960]-worker) [     ] 
o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 905259 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>        27      
/solr/collections/readApiTestViolations/terms/shard1
   [junit4]   2>        8       
/solr/collections/testDiagnosticsWithPayload.COLL/terms/shard1
   [junit4]   2>        7       
/solr/collections/testDiagnosticsWithPayload.COLL/state.json
   [junit4]   2>        5       
/solr/collections/testSuggestionsWithPayload.COLL/terms/shard1
   [junit4]   2>        5       /solr/configs/conf
   [junit4]   2>        5       /solr/collections/COLL1/state.json
   [junit4]   2>        4       /solr/aliases.json
   [junit4]   2>        3       
/solr/collections/readApiTestViolations/collectionprops.json
   [junit4]   2>        3       /solr/packages.json
   [junit4]   2>        3       /solr/security.json
   [junit4]   2>        3       /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>        125     
/solr/collections/readApiTestViolations/state.json
   [junit4]   2>        28      
/solr/collections/testSuggestionsWithPayload.COLL/state.json
   [junit4]   2>        16      
/solr/collections/testDiagnosticsWithPayload.COLL/state.json
   [junit4]   2>        10      /solr/collections/COLL1/state.json
   [junit4]   2>        4       /solr/clusterprops.json
   [junit4]   2>        4       /solr/clusterstate.json
   [junit4]   2>        2       
/solr/collections/readApiTestViolations/leader_elect/shard1/election/72500940906102790-core_node5-n_0000000001
   [junit4]   2>        2       
/solr/collections/readApiTestViolations/leader_elect/shard1/election/72500940906102790-core_node9-n_0000000000
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        97      /solr/overseer/queue
   [junit4]   2>        27      /solr/overseer/collection-queue-work
   [junit4]   2>        25      /solr/collections
   [junit4]   2>        19      
/solr/collections/readApiTestViolations/state.json
   [junit4]   2>        16      /solr/live_nodes
   [junit4]   2>        9       
/solr/collections/testSuggestionsWithPayload.COLL/state.json
   [junit4]   2>        9       
/solr/collections/testDiagnosticsWithPayload.COLL/state.json
   [junit4]   2>        5       /solr/collections/COLL1/state.json
   [junit4]   2> 
   [junit4]   2> 905263 INFO  
(SUITE-AutoScalingHandlerTest-seed#[BBB27D9FCF563960]-worker) [     ] 
o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:35977
   [junit4]   2> 905263 INFO  
(SUITE-AutoScalingHandlerTest-seed#[BBB27D9FCF563960]-worker) [     ] 
o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:35977
   [junit4]   2> 905263 INFO  
(SUITE-AutoScalingHandlerTest-seed#[BBB27D9FCF563960]-worker) [     ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1 35977
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.10/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.AutoScalingHandlerTest_BBB27D9FCF563960-001
   [junit4]   2> NOTE: test params are: codec=Lucene87, 
sim=Asserting(RandomSimilarity(queryNorm=false): {}), locale=tr, 
timezone=Etc/GMT+9
   [junit4]   2> NOTE: Linux 4.15.0-147-generic amd64/Oracle Corporation 
1.8.0_291 (64-bit)/cpus=4,threads=1,free=278600576,total=516423680
   [junit4]   2> NOTE: All tests run in this JVM: [DateMathParserTest, 
AggValueSourceTest, TestIncrementalCoreBackup, RemoteQueryErrorTest, 
PingRequestHandlerTest, LeaderVoteWaitTimeoutTest, TestPostingsSolrHighlighter, 
BadComponentTest, TestCloudJSONFacetSKG, MetricsDisabledCloudTest, 
HdfsBasicDistributedZkTest, ClusterStateUpdateTest, ReturnFieldsTest, 
OverseerStatusTest, MBeansHandlerTest, TestTolerantUpdateProcessorRandomCloud, 
TestCollapseQParserPlugin, ChaosMonkeyNothingIsSafeWithPullReplicasTest, 
TestShortCircuitedRequests, TermsComponentTest, TestConfigSetsAPI, 
TestRandomDVFaceting, TestMaxScoreQueryParser, TestSimComputePlanAction, 
ZkStateWriterTest, PeerSyncWithBufferUpdatesTest, SolrSlf4jReporterTest, 
TestCollectionAPIs, HdfsThreadLeakTest, TestLazyCores, SuggesterTest, 
PrimitiveFieldTypeTest, TestSimpleTextCodec, TestStressLiveNodes, 
TestSolrCloudWithKerberosAlt, TestHdfsUpdateLog, 
QueryComponentPartialResultsTest, DeleteShardTest, 
TestSchemaDesignerConfigSetHelper, DistributedQueryElevationComponentTest, 
TestBinaryField, NodeMutatorTest, TestManagedSchemaAPI, ExplicitHLLTest, 
PurgeGraphTest, AutoscalingHistoryHandlerTest, TestNumericTerms32, 
DocValuesTest, BasicAuthStandaloneTest, TestLMJelinekMercerSimilarityFactory, 
SolrMetricsIntegrationTest, TestOrdValues, ActionThrottleTest, 
SpellCheckCollatorTest, BooleanFieldTest, CdcrVersionReplicationTest, 
V2CollectionBackupsAPIMappingTest, TestBlendedInfixSuggestions, 
AsyncCallRequestStatusResponseTest, MetricTriggerIntegrationTest, 
SimpleMLTQParserTest, JWTVerificationkeyResolverTest, CdcrBootstrapTest, 
TestSchemaVersionResource, CleanupOldIndexTest, HdfsRecoverLeaseTest, 
DefaultValueUpdateProcessorTest, ConjunctionSolrSpellCheckerTest, 
TestLegacyTerms, StatelessScriptUpdateProcessorFactoryTest, 
DistributedFacetPivotLargeTest, TestCursorMarkWithoutUniqueKey, 
HttpTriggerListenerTest, TestSimExtremeIndexing, TransactionLogTest, 
DistribJoinFromCollectionTest, ShardTermsTest, DateFieldTest, 
MigrateRouteKeyTest, TestDistribIDF, TestDownShardTolerantSearch, 
TestDynamicFieldResource, TestEmbeddedSolrServerConstructors, 
AutoScalingHandlerTest]
   [junit4] Completed [293/947 (1!)] on J2 in 17.74s, 12 tests, 2 failures <<< 
FAILURES!

[...truncated 56390 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to