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

[JENKINS] Lucene-Solr-BadApples-Tests-8.x - Build # 425 - Unstable

Build: https://builds.apache.org/job/Lucene-Solr-BadApples-Tests-8.x/425/

1 tests failed.
FAILED:  org.apache.solr.cloud.TestWithCollection.testAddReplicaSimple

Error Message:
Timeout occurred while waiting response from server at: https://127.0.0.1:39587/solr

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occurred while waiting response from server at: https://127.0.0.1:39587/solr
	at __randomizedtesting.SeedInfo.seed([B330133F19A829F6:9509962FBCD767CE]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:676)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:265)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
	at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:368)
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:296)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1143)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:906)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:838)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:228)
	at org.apache.solr.cloud.TestWithCollection.testAddReplicaSimple(TestWithCollection.java:240)
	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.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)
Caused by: java.net.SocketTimeoutException: Read timed out
	at java.net.SocketInputStream.socketRead0(Native Method)
	at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
	at java.net.SocketInputStream.read(SocketInputStream.java:171)
	at java.net.SocketInputStream.read(SocketInputStream.java:141)
	at sun.security.ssl.InputRecord.readFully(InputRecord.java:465)
	at sun.security.ssl.InputRecord.read(InputRecord.java:503)
	at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:975)
	at sun.security.ssl.SSLSocketImpl.readDataRecord(SSLSocketImpl.java:933)
	at sun.security.ssl.AppInputStream.read(AppInputStream.java:105)
	at org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:137)
	at org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:153)
	at org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:280)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)
	at org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163)
	at org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:157)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:564)
	... 49 more




Build Log:
[...truncated 15103 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestWithCollection
   [junit4]   2> 3077995 INFO  (SUITE-TestWithCollection-seed#[B330133F19A829F6]-worker) [     ] o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to test-framework derived value of '/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/server/solr/configsets/_default/conf'
   [junit4]   2> 3077995 INFO  (SUITE-TestWithCollection-seed#[B330133F19A829F6]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 3078009 INFO  (SUITE-TestWithCollection-seed#[B330133F19A829F6]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.cloud.TestWithCollection_B330133F19A829F6-001/data-dir-199-001
   [junit4]   2> 3078009 WARN  (SUITE-TestWithCollection-seed#[B330133F19A829F6]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=2 numCloses=2
   [junit4]   2> 3078009 INFO  (SUITE-TestWithCollection-seed#[B330133F19A829F6]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 3078011 INFO  (SUITE-TestWithCollection-seed#[B330133F19A829F6]-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> 3078014 INFO  (TEST-TestWithCollection.testAddReplicaWithPolicy-seed#[B330133F19A829F6]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testAddReplicaWithPolicy
   [junit4]   2> 3078015 INFO  (TEST-TestWithCollection.testAddReplicaWithPolicy-seed#[B330133F19A829F6]) [     ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.cloud.TestWithCollection_B330133F19A829F6-001/tempDir-001
   [junit4]   2> 3078036 INFO  (TEST-TestWithCollection.testAddReplicaWithPolicy-seed#[B330133F19A829F6]) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 3078048 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 3078048 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 3078148 INFO  (TEST-TestWithCollection.testAddReplicaWithPolicy-seed#[B330133F19A829F6]) [     ] o.a.s.c.ZkTestServer start zk server on port:33221
   [junit4]   2> 3078148 INFO  (TEST-TestWithCollection.testAddReplicaWithPolicy-seed#[B330133F19A829F6]) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:33221
   [junit4]   2> 3078148 INFO  (TEST-TestWithCollection.testAddReplicaWithPolicy-seed#[B330133F19A829F6]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:33221
   [junit4]   2> 3078148 INFO  (TEST-TestWithCollection.testAddReplicaWithPolicy-seed#[B330133F19A829F6]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 33221
   [junit4]   2> 3078150 INFO  (TEST-TestWithCollection.testAddReplicaWithPolicy-seed#[B330133F19A829F6]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3078153 INFO  (zkConnectionManagerCallback-21917-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3078153 INFO  (TEST-TestWithCollection.testAddReplicaWithPolicy-seed#[B330133F19A829F6]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3078156 INFO  (TEST-TestWithCollection.testAddReplicaWithPolicy-seed#[B330133F19A829F6]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3078159 INFO  (zkConnectionManagerCallback-21919-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3078159 INFO  (TEST-TestWithCollection.testAddReplicaWithPolicy-seed#[B330133F19A829F6]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3078160 INFO  (TEST-TestWithCollection.testAddReplicaWithPolicy-seed#[B330133F19A829F6]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3078161 INFO  (zkConnectionManagerCallback-21921-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3078161 INFO  (TEST-TestWithCollection.testAddReplicaWithPolicy-seed#[B330133F19A829F6]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3078299 WARN  (jetty-launcher-21922-thread-1) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 3078299 WARN  (jetty-launcher-21922-thread-2) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 3078299 INFO  (jetty-launcher-21922-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 3078299 INFO  (jetty-launcher-21922-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 3078299 INFO  (jetty-launcher-21922-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 3078299 INFO  (jetty-launcher-21922-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 3078299 INFO  (jetty-launcher-21922-thread-1) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 1.8.0_191-b12
   [junit4]   2> 3078299 INFO  (jetty-launcher-21922-thread-2) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 1.8.0_191-b12
   [junit4]   2> 3078309 INFO  (jetty-launcher-21922-thread-2) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 3078309 INFO  (jetty-launcher-21922-thread-2) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 3078309 INFO  (jetty-launcher-21922-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 3078309 INFO  (jetty-launcher-21922-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 3078309 INFO  (jetty-launcher-21922-thread-2) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 3078309 INFO  (jetty-launcher-21922-thread-1) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 3078309 INFO  (jetty-launcher-21922-thread-2) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@5cc175ba{/solr,null,AVAILABLE}
   [junit4]   2> 3078309 INFO  (jetty-launcher-21922-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@15338ce4{/solr,null,AVAILABLE}
   [junit4]   2> 3078310 INFO  (jetty-launcher-21922-thread-2) [     ] o.e.j.s.AbstractConnector Started ServerConnector@4e91dede{SSL, (ssl, http/1.1)}{127.0.0.1:46696}
   [junit4]   2> 3078310 INFO  (jetty-launcher-21922-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@2ef0d25e{SSL, (ssl, http/1.1)}{127.0.0.1:34073}
   [junit4]   2> 3078310 INFO  (jetty-launcher-21922-thread-2) [     ] o.e.j.s.Server Started @3078418ms
   [junit4]   2> 3078310 INFO  (jetty-launcher-21922-thread-1) [     ] o.e.j.s.Server Started @3078418ms
   [junit4]   2> 3078310 INFO  (jetty-launcher-21922-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=46696}
   [junit4]   2> 3078310 INFO  (jetty-launcher-21922-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=34073}
   [junit4]   2> 3078310 ERROR (jetty-launcher-21922-thread-2) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 3078310 ERROR (jetty-launcher-21922-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 3078310 INFO  (jetty-launcher-21922-thread-2) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 3078310 INFO  (jetty-launcher-21922-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 3078310 INFO  (jetty-launcher-21922-thread-2) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.6.0
   [junit4]   2> 3078310 INFO  (jetty-launcher-21922-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.6.0
   [junit4]   2> 3078311 INFO  (jetty-launcher-21922-thread-2) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 3078311 INFO  (jetty-launcher-21922-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 3078311 INFO  (jetty-launcher-21922-thread-2) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr
   [junit4]   2> 3078311 INFO  (jetty-launcher-21922-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr
   [junit4]   2> 3078311 INFO  (jetty-launcher-21922-thread-2) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-04-21T10:09:41.068Z
   [junit4]   2> 3078311 INFO  (jetty-launcher-21922-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-04-21T10:09:41.068Z
   [junit4]   2> 3078324 INFO  (jetty-launcher-21922-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3078325 INFO  (zkConnectionManagerCallback-21926-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3078325 INFO  (jetty-launcher-21922-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3078326 INFO  (jetty-launcher-21922-thread-1) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 3078328 INFO  (jetty-launcher-21922-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3078329 INFO  (zkConnectionManagerCallback-21925-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3078329 INFO  (jetty-launcher-21922-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3078330 INFO  (jetty-launcher-21922-thread-2) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 3083471 INFO  (jetty-launcher-21922-thread-2) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 3083471 WARN  (jetty-launcher-21922-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> 3083472 WARN  (jetty-launcher-21922-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@2564a41e[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3083472 WARN  (jetty-launcher-21922-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@2564a41e[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3083491 WARN  (jetty-launcher-21922-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> 3083492 WARN  (jetty-launcher-21922-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@7ccb50d5[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3083492 WARN  (jetty-launcher-21922-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@7ccb50d5[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3083493 INFO  (jetty-launcher-21922-thread-2) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33221/solr
   [junit4]   2> 3083494 INFO  (jetty-launcher-21922-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3083495 INFO  (zkConnectionManagerCallback-21940-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3083495 INFO  (jetty-launcher-21922-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3083611 INFO  (jetty-launcher-21922-thread-2) [n:127.0.0.1:46696_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3083632 INFO  (zkConnectionManagerCallback-21942-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3083632 INFO  (jetty-launcher-21922-thread-2) [n:127.0.0.1:46696_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3083995 INFO  (jetty-launcher-21922-thread-2) [n:127.0.0.1:46696_solr     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:46696_solr
   [junit4]   2> 3083996 INFO  (jetty-launcher-21922-thread-2) [n:127.0.0.1:46696_solr     ] o.a.s.c.Overseer Overseer (id=72663101876994054-127.0.0.1:46696_solr-n_0000000000) starting
   [junit4]   2> 3084034 INFO  (OverseerStateUpdate-72663101876994054-127.0.0.1:46696_solr-n_0000000000) [n:127.0.0.1:46696_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:46696_solr
   [junit4]   2> 3084034 INFO  (jetty-launcher-21922-thread-2) [n:127.0.0.1:46696_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:46696_solr
   [junit4]   2> 3084034 DEBUG (OverseerAutoScalingTriggerThread-72663101876994054-127.0.0.1:46696_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Adding .auto_add_replicas and .scheduled_maintenance triggers
   [junit4]   2> 3084035 INFO  (OverseerStateUpdate-72663101876994054-127.0.0.1:46696_solr-n_0000000000) [n:127.0.0.1:46696_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 3084035 DEBUG (OverseerAutoScalingTriggerThread-72663101876994054-127.0.0.1:46696_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 1
   [junit4]   2> 3084036 DEBUG (OverseerAutoScalingTriggerThread-72663101876994054-127.0.0.1:46696_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion 0
   [junit4]   2> 3084036 DEBUG (OverseerAutoScalingTriggerThread-72663101876994054-127.0.0.1:46696_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 1
   [junit4]   2> 3084037 INFO  (jetty-launcher-21922-thread-2) [n:127.0.0.1:46696_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 3084037 WARN  (jetty-launcher-21922-thread-2) [n:127.0.0.1:46696_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> 3084052 DEBUG (OverseerAutoScalingTriggerThread-72663101876994054-127.0.0.1:46696_solr-n_0000000000) [     ] o.a.s.c.a.NodeLostTrigger NodeLostTrigger .auto_add_replicas - Initial livenodes: [127.0.0.1:46696_solr]
   [junit4]   2> 3084052 DEBUG (OverseerAutoScalingTriggerThread-72663101876994054-127.0.0.1:46696_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread -- deactivating old nodeLost / nodeAdded markers
   [junit4]   2> 3084053 DEBUG (OverseerAutoScalingTriggerThread-72663101876994054-127.0.0.1:46696_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion 1
   [junit4]   2> 3084053 DEBUG (ScheduledTrigger-21947-thread-1) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1 and last live nodes: 1
   [junit4]   2> 3084053 TRACE (ScheduledTrigger-21947-thread-1) [     ] o.a.s.c.a.NodeLostTrigger Current Live Nodes for .auto_add_replicas: [127.0.0.1:46696_solr]
   [junit4]   2> 3084053 TRACE (ScheduledTrigger-21947-thread-1) [     ] o.a.s.c.a.NodeLostTrigger Last Live Nodes for .auto_add_replicas: [127.0.0.1:46696_solr]
   [junit4]   2> 3084142 INFO  (jetty-launcher-21922-thread-2) [n:127.0.0.1:46696_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 3084369 INFO  (jetty-launcher-21922-thread-2) [n:127.0.0.1:46696_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_46696.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@67ced4a8
   [junit4]   2> 3084439 INFO  (jetty-launcher-21922-thread-2) [n:127.0.0.1:46696_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_46696.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@67ced4a8
   [junit4]   2> 3084439 INFO  (jetty-launcher-21922-thread-2) [n:127.0.0.1:46696_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_46696.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@67ced4a8
   [junit4]   2> 3084461 INFO  (jetty-launcher-21922-thread-2) [n:127.0.0.1:46696_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.cloud.TestWithCollection_B330133F19A829F6-001/tempDir-001/node2/.
   [junit4]   2> 3085110 DEBUG (ScheduledTrigger-21947-thread-3) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1 and last live nodes: 1
   [junit4]   2> 3085110 TRACE (ScheduledTrigger-21947-thread-3) [     ] o.a.s.c.a.NodeLostTrigger Current Live Nodes for .auto_add_replicas: [127.0.0.1:46696_solr]
   [junit4]   2> 3085110 TRACE (ScheduledTrigger-21947-thread-3) [     ] o.a.s.c.a.NodeLostTrigger Last Live Nodes for .auto_add_replicas: [127.0.0.1:46696_solr]
   [junit4]   2> 3086123 DEBUG (ScheduledTrigger-21947-thread-2) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1 and last live nodes: 1
   [junit4]   2> 3086123 TRACE (ScheduledTrigger-21947-thread-2) [     ] o.a.s.c.a.NodeLostTrigger Current Live Nodes for .auto_add_replicas: [127.0.0.1:46696_solr]
   [junit4]   2> 3086123 TRACE (ScheduledTrigger-21947-thread-2) [     ] o.a.s.c.a.NodeLostTrigger Last Live Nodes for .auto_add_replicas: [127.0.0.1:46696_solr]
   [junit4]   2> 3087123 DEBUG (ScheduledTrigger-21947-thread-1) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1 and last live nodes: 1
   [junit4]   2> 3087123 TRACE (ScheduledTrigger-21947-thread-1) [     ] o.a.s.c.a.NodeLostTrigger Current Live Nodes for .auto_add_replicas: [127.0.0.1:46696_solr]
   [junit4]   2> 3087123 TRACE (ScheduledTrigger-21947-thread-1) [     ] o.a.s.c.a.NodeLostTrigger Last Live Nodes for .auto_add_replicas: [127.0.0.1:46696_solr]
   [junit4]   2> 3088120 INFO  (jetty-launcher-21922-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 3088121 WARN  (jetty-launcher-21922-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> 3088122 WARN  (jetty-launcher-21922-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@6da49dc3[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3088122 WARN  (jetty-launcher-21922-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@6da49dc3[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3088124 DEBUG (ScheduledTrigger-21947-thread-3) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1 and last live nodes: 1
   [junit4]   2> 3088124 TRACE (ScheduledTrigger-21947-thread-3) [     ] o.a.s.c.a.NodeLostTrigger Current Live Nodes for .auto_add_replicas: [127.0.0.1:46696_solr]
   [junit4]   2> 3088124 TRACE (ScheduledTrigger-21947-thread-3) [     ] o.a.s.c.a.NodeLostTrigger Last Live Nodes for .auto_add_replicas: [127.0.0.1:46696_solr]
   [junit4]   2> 3088124 WARN  (jetty-launcher-21922-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> 3088125 WARN  (jetty-launcher-21922-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@3bd0f3e4[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3088125 WARN  (jetty-launcher-21922-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@3bd0f3e4[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3088127 INFO  (jetty-launcher-21922-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33221/solr
   [junit4]   2> 3088144 INFO  (jetty-launcher-21922-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3088144 INFO  (zkConnectionManagerCallback-21962-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3088144 INFO  (jetty-launcher-21922-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3088247 INFO  (jetty-launcher-21922-thread-1) [n:127.0.0.1:34073_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3088248 INFO  (zkConnectionManagerCallback-21964-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3088248 INFO  (jetty-launcher-21922-thread-1) [n:127.0.0.1:34073_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3088254 INFO  (jetty-launcher-21922-thread-1) [n:127.0.0.1:34073_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 3088258 INFO  (jetty-launcher-21922-thread-1) [n:127.0.0.1:34073_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:34073_solr as DOWN
   [junit4]   2> 3088259 INFO  (jetty-launcher-21922-thread-1) [n:127.0.0.1:34073_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 3088259 INFO  (jetty-launcher-21922-thread-1) [n:127.0.0.1:34073_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:34073_solr
   [junit4]   2> 3088260 DEBUG (OverseerStateUpdate-72663101876994054-127.0.0.1:46696_solr-n_0000000000) [n:127.0.0.1:46696_solr     ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:34073_solr
   [junit4]   2> 3088260 INFO  (zkCallback-21941-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 3088261 INFO  (zkCallback-21963-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 3088262 INFO  (jetty-launcher-21922-thread-1) [n:127.0.0.1:34073_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 3088263 WARN  (jetty-launcher-21922-thread-1) [n:127.0.0.1:34073_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> 3088299 INFO  (jetty-launcher-21922-thread-1) [n:127.0.0.1:34073_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 3088389 INFO  (jetty-launcher-21922-thread-1) [n:127.0.0.1:34073_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34073.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@67ced4a8
   [junit4]   2> 3088479 INFO  (jetty-launcher-21922-thread-1) [n:127.0.0.1:34073_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34073.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@67ced4a8
   [junit4]   2> 3088480 INFO  (jetty-launcher-21922-thread-1) [n:127.0.0.1:34073_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34073.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@67ced4a8
   [junit4]   2> 3088502 INFO  (jetty-launcher-21922-thread-1) [n:127.0.0.1:34073_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.cloud.TestWithCollection_B330133F19A829F6-001/tempDir-001/node1/.
   [junit4]   2> 3088672 INFO  (TEST-TestWithCollection.testAddReplicaWithPolicy-seed#[B330133F19A829F6]) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=2
   [junit4]   2> 3088673 INFO  (TEST-TestWithCollection.testAddReplicaWithPolicy-seed#[B330133F19A829F6]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3088674 INFO  (zkConnectionManagerCallback-21977-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3088675 INFO  (TEST-TestWithCollection.testAddReplicaWithPolicy-seed#[B330133F19A829F6]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3088692 INFO  (TEST-TestWithCollection.testAddReplicaWithPolicy-seed#[B330133F19A829F6]) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 3088694 INFO  (TEST-TestWithCollection.testAddReplicaWithPolicy-seed#[B330133F19A829F6]) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:33221/solr ready
   [junit4]   2> 3088707 DEBUG (zkCallback-21941-thread-1) [     ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 2
   [junit4]   2> 3088712 DEBUG (OverseerAutoScalingTriggerThread-72663101876994054-127.0.0.1:46696_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 2
   [junit4]   2> 3088722 DEBUG (OverseerAutoScalingTriggerThread-72663101876994054-127.0.0.1:46696_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread -- deactivating old nodeLost / nodeAdded markers
   [junit4]   2> 3088723 DEBUG (OverseerAutoScalingTriggerThread-72663101876994054-127.0.0.1:46696_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 2, lastZnodeVersion 2
   [junit4]   2> 3088905 INFO  (qtp604551470-37652) [n:127.0.0.1:34073_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 3089058 INFO  (qtp1147778478-37649) [n:127.0.0.1:46696_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 3089073 DEBUG (qtp604551470-37650) [n:127.0.0.1:34073_solr     ] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 3089075 INFO  (qtp604551470-37650) [n:127.0.0.1:34073_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/autoscaling params={wt=javabin&version=2} status=0 QTime=204
   [junit4]   2> 3089075 INFO  (TEST-TestWithCollection.testAddReplicaWithPolicy-seed#[B330133F19A829F6]) [     ] o.a.s.c.TestWithCollection Chosen node 127.0.0.1:34073_solr for collection testAddReplicaWithPolicy_abc
   [junit4]   2> 3089075 DEBUG (zkCallback-21941-thread-1) [     ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 3
   [junit4]   2> 3089075 DEBUG (OverseerAutoScalingTriggerThread-72663101876994054-127.0.0.1:46696_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 3
   [junit4]   2> 3089075 DEBUG (OverseerAutoScalingTriggerThread-72663101876994054-127.0.0.1:46696_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread -- deactivating old nodeLost / nodeAdded markers
   [junit4]   2> 3089076 INFO  (qtp604551470-37654) [n:127.0.0.1:34073_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params pullReplicas=0&name=testAddReplicaWithPolicy_abc&nrtReplicas=1&action=CREATE&numShards=1&tlogReplicas=0&createNodeSet=127.0.0.1:34073_solr&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 3089076 DEBUG (OverseerAutoScalingTriggerThread-72663101876994054-127.0.0.1:46696_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 3, lastZnodeVersion 3
   [junit4]   2> 3089078 INFO  (OverseerThreadFactory-21949-thread-1-processing-n:127.0.0.1:46696_solr) [n:127.0.0.1:46696_solr     ] o.a.s.c.a.c.CreateCollectionCmd Create collection testAddReplicaWithPolicy_abc
   [junit4]   2> 3089079 INFO  (OverseerThreadFactory-21949-thread-1-processing-n:127.0.0.1:46696_solr) [n:127.0.0.1:46696_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/protwords.txt to /configs/testAddReplicaWithPolicy_abc.AUTOCREATED/protwords.txt
   [junit4]   2> 3089080 INFO  (OverseerThreadFactory-21949-thread-1-processing-n:127.0.0.1:46696_solr) [n:127.0.0.1:46696_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/managed-schema to /configs/testAddReplicaWithPolicy_abc.AUTOCREATED/managed-schema
   [junit4]   2> 3089082 INFO  (OverseerThreadFactory-21949-thread-1-processing-n:127.0.0.1:46696_solr) [n:127.0.0.1:46696_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/solrconfig.xml to /configs/testAddReplicaWithPolicy_abc.AUTOCREATED/solrconfig.xml
   [junit4]   2> 3089084 INFO  (OverseerThreadFactory-21949-thread-1-processing-n:127.0.0.1:46696_solr) [n:127.0.0.1:46696_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_it.txt to /configs/testAddReplicaWithPolicy_abc.AUTOCREATED/lang/contractions_it.txt
   [junit4]   2> 3089086 INFO  (OverseerThreadFactory-21949-thread-1-processing-n:127.0.0.1:46696_solr) [n:127.0.0.1:46696_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_no.txt to /configs/testAddReplicaWithPolicy_abc.AUTOCREATED/lang/stopwords_no.txt
   [junit4]   2> 3089098 INFO  (OverseerThreadFactory-21949-thread-1-processing-n:127.0.0.1:46696_solr) [n:127.0.0.1:46696_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hy.txt to /configs/testAddReplicaWithPolicy_abc.AUTOCREATED/lang/stopwords_hy.txt
   [junit4]   2> 3089100 INFO  (OverseerThreadFactory-21949-thread-1-processing-n:127.0.0.1:46696_solr) [n:127.0.0.1:46696_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stemdict_nl.txt to /configs/testAddReplicaWithPolicy_abc.AUTOCREATED/lang/stemdict_nl.txt
   [junit4]   2> 3089118 INFO  (OverseerThreadFactory-21949-thread-1-processing-n:127.0.0.1:46696_solr) [n:127.0.0.1:46696_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_ca.txt to /configs/testAddReplicaWithPolicy_abc.AUTOCREATED/lang/contractions_ca.txt
   [junit4]   2> 3089120 INFO  (OverseerThreadFactory-21949-thread-1-processing-n:127.0.0.1:46696_solr) [n:127.0.0.1:46696_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_id.txt to /configs/testAddReplicaWithPolicy_abc.AUTOCREATED/lang/stopwords_id.txt
   [junit4]   2> 3089122 INFO  (OverseerThreadFactory-21949-thread-1-processing-n:127.0.0.1:46696_solr) [n:127.0.0.1:46696_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_et.txt to /configs/testAddReplicaWithPolicy_abc.AUTOCREATED/lang/stopwords_et.txt
   [junit4]   2> 3089124 INFO  (OverseerThreadFactory-21949-thread-1-processing-n:127.0.0.1:46696_solr) [n:127.0.0.1:46696_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ga.txt to /configs/testAddReplicaWithPolicy_abc.AUTOCREATED/lang/stopwords_ga.txt
   [junit4]   2> 3089144 INFO  (OverseerThreadFactory-21949-thread-1-processing-n:127.0.0.1:46696_solr) [n:127.0.0.1:46696_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_da.txt to /configs/testAddReplicaWithPolicy_abc.AUTOCREATED/lang/stopwords_da.txt
   [junit4]   2> 3089146 INFO  (OverseerThreadFactory-21949-thread-1-processing-n:127.0.0.1:46696_solr) [n:127.0.0.1:46696_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hi.txt to /configs/testAddReplicaWithPolicy_abc.AUTOCREATED/lang/stopwords_hi.txt
   [junit4]   2> 3089147 INFO  (OverseerThreadFactory-21949-thread-1-processing-n:127.0.0.1:46696_solr) [n:127.0.0.1:46696_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ja.txt to /configs/testAddReplicaWithPolicy_abc.AUTOCREATED/lang/stopwords_ja.txt
   [junit4]   2> 3089149 INFO  (OverseerThreadFactory-21949-thread-1-processing-n:127.0.0.1:46696_solr) [n:127.0.0.1:46696_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_pt.txt to /configs/testAddReplicaWithPolicy_abc.AUTOCREATED/lang/stopwords_pt.txt
   [junit4]   2> 3089163 INFO  (OverseerThreadFactory-21949-thread-1-processing-n:127.0.0.1:46696_solr) [n:127.0.0.1:46696_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hu.txt to /configs/testAddReplicaWithPolicy_abc.AUTOCREATED/lang/stopwords_hu.txt
   [junit4]   2> 3089165 INFO  (OverseerThreadFactory-21949-thread-1-processing-n:127.0.0.1:46696_solr) [n:127.0.0.1:46696_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_el.txt to /configs/testAddReplicaWithPolicy_abc.AUTOCREATED/lang/stopwords_el.txt
   [junit4]   2> 3089166 INFO  (OverseerThreadFactory-21949-thread-1-processing-n:127.0.0.1:46696_solr) [n:127.0.0.1:46696_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ru.txt to /configs/testAddReplicaWithPolicy_abc.AUTOCREATED/lang/stopwords_ru.txt
   [junit4]   2> 3089177 INFO  (OverseerThreadFactory-21949-thread-1-processing-n:127.0.0.1:46696_solr) [n:127.0.0.1:46696_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_tr.txt to /configs/testAddReplicaWithPolicy_abc.AUTOCREATED/lang/stopwords_tr.txt
   [junit4]   2> 3089191 INFO  (OverseerThreadFactory-21949-thread-1-processing-n:127.0.0.1:46696_solr) [n:127.0.0.1:46696_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ar.txt to /configs/testAddReplicaWithPolicy_abc.AUTOCREATED/lang/stopwords_ar.txt
   [junit4]   2> 3089194 INFO  (OverseerThreadFactory-21949-thread-1-processing-n:127.0.0.1:46696_solr) [n:127.0.0.1:46696_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/userdict_ja.txt to /configs/testAddReplicaWithPolicy_abc.AUTOCREATED/lang/userdict_ja.txt
   [junit4]   2> 3089209 INFO  (OverseerThreadFactory-21949-thread-1-processing-n:127.0.0.1:46696_solr) [n:127.0.0.1:46696_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_it.txt to /configs/testAddReplicaWithPolicy_abc.AUTOCREATED/lang/stopwords_it.txt
   [junit4]   2> 3089210 INFO  (OverseerThreadFactory-21949-thread-1-processing-n:127.0.0.1:46696_solr) [n:127.0.0.1:46696_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_eu.txt to /configs/testAddReplicaWithPolicy_abc.AUTOCREATED/lang/stopwords_eu.txt
   [junit4]   2> 3089212 INFO  (OverseerThreadFactory-21949-thread-1-processing-n:127.0.0.1:46696_solr) [n:127.0.0.1:46696_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_cz.txt to /configs/testAddReplicaWithPolicy_abc.AUTOCREATED/lang/stopwords_cz.txt
   [junit4]   2> 3089214 INFO  (OverseerThreadFactory-21949-thread-1-processing-n:127.0.0.1:46696_solr) [n:127.0.0.1:46696_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stoptags_ja.txt to /configs/testAddReplicaWithPolicy_abc.AUTOCREATED/lang/stoptags_ja.txt
   [junit4]   2> 3089224 INFO  (OverseerThreadFactory-21949-thread-1-processing-n:127.0.0.1:46696_solr) [n:127.0.0.1:46696_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_fr.txt to /configs/testAddReplicaWithPolicy_abc.AUTOCREATED/lang/contractions_fr.txt
   [junit4]   2> 3089226 INFO  (OverseerThreadFactory-21949-thread-1-processing-n:127.0.0.1:46696_solr) [n:127.0.0.1:46696_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_fa.txt to /configs/testAddReplicaWithPolicy_abc.AUTOCREATED/lang/stopwords_fa.txt
   [junit4]   2> 3089228 INFO  (OverseerThreadFactory-21949-thread-1-processing-n:127.0.0.1:46696_solr) [n:127.0.0.1:46696_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_de.txt to /configs/testAddReplicaWithPolicy_abc.AUTOCREATED/lang/stopwords_de.txt
   [junit4]   2> 3089229 INFO  (OverseerThreadFactory-21949-thread-1-processing-n:127.0.0.1:46696_solr) [n:127.0.0.1:46696_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_ga.txt to /configs/testAddReplicaWithPolicy_abc.AUTOCREATED/lang/contractions_ga.txt
   [junit4]   2> 3089231 INFO  (OverseerThreadFactory-21949-thread-1-processing-n:127.0.0.1:46696_solr) [n:127.0.0.1:46696_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ca.txt to /configs/testAddReplicaWithPolicy_abc.AUTOCREATED/lang/stopwords_ca.txt
   [junit4]   2> 3089249 INFO  (OverseerThreadFactory-21949-thread-1-processing-n:127.0.0.1:46696_solr) [n:127.0.0.1:46696_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_nl.txt to /configs/testAddReplicaWithPolicy_abc.AUTOCREATED/lang/stopwords_nl.txt
   [junit4]   2> 3089251 INFO  (OverseerThreadFactory-21949-thread-1-processing-n:127.0.0.1:46696_solr) [n:127.0.0.1:46696_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_bg.txt to /configs/testAddReplicaWithPolicy_abc.AUTOCREATED/lang/stopwords_bg.txt
   [junit4]   2> 3089261 INFO  (OverseerThreadFactory-21949-thread-1-processing-n:127.0.0.1:46696_solr) [n:127.0.0.1:46696_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_es.txt to /configs/testAddReplicaWithPolicy_abc.AUTOCREATED/lang/stopwords_es.txt
   [junit4]   2> 3089263 INFO  (OverseerThreadFactory-21949-thread-1-processing-n:127.0.0.1:46696_solr) [n:127.0.0.1:46696_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_en.txt to /configs/testAddReplicaWithPolicy_abc.AUTOCREATED/lang/stopwords_en.txt
   [junit4]   2> 3089265 INFO  (OverseerThreadFactory-21949-thread-1-processing-n:127.0.0.1:46696_solr) [n:127.0.0.1:46696_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_lv.txt to /configs/testAddReplicaWithPolicy_abc.AUTOCREATED/lang/stopwords_lv.txt
   [junit4]   2> 3089267 INFO  (OverseerThreadFactory-21949-thread-1-processing-n:127.0.0.1:46696_solr) [n:127.0.0.1:46696_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_th.txt to /configs/testAddReplicaWithPolicy_abc.AUTOCREATED/lang/stopwords_th.txt
   [junit4]   2> 3089268 INFO  (OverseerThreadFactory-21949-thread-1-processing-n:127.0.0.1:46696_solr) [n:127.0.0.1:46696_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ro.txt to /configs/testAddReplicaWithPolicy_abc.AUTOCREATED/lang/stopwords_ro.txt
   [junit4]   2> 3089270 INFO  (OverseerThreadFactory-21949-thread-1-processing-n:127.0.0.1:46696_solr) [n:127.0.0.1:46696_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_fr.txt to /configs/testAddReplicaWithPolicy_abc.AUTOCREATED/lang/stopwords_fr.txt
   [junit4]   2> 3089272 INFO  (OverseerThreadFactory-21949-thread-1-processing-n:127.0.0.1:46696_solr) [n:127.0.0.1:46696_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_sv.txt to /configs/testAddReplicaWithPolicy_abc.AUTOCREATED/lang/stopwords_sv.txt
   [junit4]   2> 3089282 INFO  (OverseerThreadFactory-21949-thread-1-processing-n:127.0.0.1:46696_solr) [n:127.0.0.1:46696_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_fi.txt to /configs/testAddReplicaWithPolicy_abc.AUTOCREATED/lang/stopwords_fi.txt
   [junit4]   2> 3089305 INFO  (OverseerThreadFactory-21949-thread-1-processing-n:127.0.0.1:46696_solr) [n:127.0.0.1:46696_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/hyphenations_ga.txt to /configs/testAddReplicaWithPolicy_abc.AUTOCREATED/lang/hyphenations_ga.txt
   [junit4]   2> 3089307 INFO  (OverseerThreadFactory-21949-thread-1-processing-n:127.0.0.1:46696_solr) [n:127.0.0.1:46696_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_gl.txt to /configs/testAddReplicaWithPolicy_abc.AUTOCREATED/lang/stopwords_gl.txt
   [junit4]   2> 3089326 INFO  (OverseerThreadFactory-21949-thread-1-processing-n:127.0.0.1:46696_solr) [n:127.0.0.1:46696_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/synonyms.txt to /configs/testAddReplicaWithPolicy_abc.AUTOCREATED/synonyms.txt
   [junit4]   2> 3089342 INFO  (OverseerThreadFactory-21949-thread-1-processing-n:127.0.0.1:46696_solr) [n:127.0.0.1:46696_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/stopwords.txt to /configs/testAddReplicaWithPolicy_abc.AUTOCREATED/stopwords.txt
   [junit4]   2> 3089347 DEBUG (OverseerStateUpdate-72663101876994054-127.0.0.1:46696_solr-n_0000000000) [n:127.0.0.1:46696_solr     ] o.a.s.c.o.ClusterStateMutator building a new cName: testAddReplicaWithPolicy_abc
   [junit4]   2> 3089348 DEBUG (OverseerStateUpdate-72663101876994054-127.0.0.1:46696_solr-n_0000000000) [n:127.0.0.1:46696_solr     ] o.a.s.c.o.ZkStateWriter going to create_collection /collections/testAddReplicaWithPolicy_abc/state.json
   [junit4]   2> 3089449 DEBUG (OverseerThreadFactory-21949-thread-1-processing-n:127.0.0.1:46696_solr) [n:127.0.0.1:46696_solr     ] o.a.s.c.s.c.a.PolicyHelper Creating a new session
   [junit4]   2> 3089453 INFO  (qtp604551470-37652) [n:127.0.0.1:34073_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 3089456 INFO  (qtp1147778478-37649) [n:127.0.0.1:46696_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 3089457 DEBUG (OverseerThreadFactory-21949-thread-1-processing-n:127.0.0.1:46696_solr) [n:127.0.0.1:46696_solr     ] o.a.s.c.s.c.a.PolicyHelper New session created 
   [junit4]   2> 3089464 INFO  (qtp604551470-37650) [n:127.0.0.1:34073_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 3089466 INFO  (qtp1147778478-37651) [n:127.0.0.1:46696_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 3089468 DEBUG (OverseerThreadFactory-21949-thread-1-processing-n:127.0.0.1:46696_solr) [n:127.0.0.1:46696_solr     ] o.a.s.c.s.c.a.PolicyHelper returnSession, curr-time 9239327809 sessionWrapper.createTime 9239327798128726, this.sessionWrapper.createTime 9239327798128726 
   [junit4]   2> 3089472 INFO  (OverseerStateUpdate-72663101876994054-127.0.0.1:46696_solr-n_0000000000) [n:127.0.0.1:46696_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testAddReplicaWithPolicy_abc",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testAddReplicaWithPolicy_abc_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:34073/solr",
   [junit4]   2>   "node_name":"127.0.0.1:34073_solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 3089474 DEBUG (OverseerStateUpdate-72663101876994054-127.0.0.1:46696_solr-n_0000000000) [n:127.0.0.1:46696_solr     ] o.a.s.c.o.SliceMutator Old Slice: shard1:{
   [junit4]   2>   "range":"80000000-7fffffff",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "replicas":{}}
   [junit4]   2> 3089474 DEBUG (OverseerStateUpdate-72663101876994054-127.0.0.1:46696_solr-n_0000000000) [n:127.0.0.1:46696_solr     ] o.a.s.c.o.SliceMutator New Slice: shard1:{
   [junit4]   2>   "range":"80000000-7fffffff",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "replicas":{"core_node2":{
   [junit4]   2>       "core":"testAddReplicaWithPolicy_abc_shard1_replica_n1",
   [junit4]   2>       "base_url":"https://127.0.0.1:34073/solr",
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":"127.0.0.1:34073_solr",
   [junit4]   2>       "type":"NRT"}}}
   [junit4]   2> 3089574 DEBUG (OverseerStateUpdate-72663101876994054-127.0.0.1:46696_solr-n_0000000000) [n:127.0.0.1:46696_solr     ] o.a.s.c.o.ZkStateWriter going to update_collection /collections/testAddReplicaWithPolicy_abc/state.json version: 0
   [junit4]   2> 3089676 INFO  (qtp604551470-37652) [n:127.0.0.1:34073_solr    x:testAddReplicaWithPolicy_abc_shard1_replica_n1 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node2&collection.configName=testAddReplicaWithPolicy_abc.AUTOCREATED&newCollection=true&name=testAddReplicaWithPolicy_abc_shard1_replica_n1&action=CREATE&numShards=1&collection=testAddReplicaWithPolicy_abc&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 3089679 DEBUG (OverseerStateUpdate-72663101876994054-127.0.0.1:46696_solr-n_0000000000) [n:127.0.0.1:46696_solr     ] o.a.s.c.o.ReplicaMutator Update state numShards=1 message={
   [junit4]   2>   "core":"testAddReplicaWithPolicy_abc_shard1_replica_n1",
   [junit4]   2>   "core_node_name":"core_node2",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:34073/solr",
   [junit4]   2>   "node_name":"127.0.0.1:34073_solr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"testAddReplicaWithPolicy_abc",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "force_set_state":"false",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 3089679 DEBUG (OverseerStateUpdate-72663101876994054-127.0.0.1:46696_solr-n_0000000000) [n:127.0.0.1:46696_solr     ] o.a.s.c.o.ReplicaMutator Will update state for replica: core_node2:{
   [junit4]   2>   "core":"testAddReplicaWithPolicy_abc_shard1_replica_n1",
   [junit4]   2>   "base_url":"https://127.0.0.1:34073/solr",
   [junit4]   2>   "node_name":"127.0.0.1:34073_solr",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "force_set_state":"false"}
   [junit4]   2> 3089679 DEBUG (OverseerStateUpdate-72663101876994054-127.0.0.1:46696_solr-n_0000000000) [n:127.0.0.1:46696_solr     ] o.a.s.c.o.ReplicaMutator Collection is now: DocCollection(testAddReplicaWithPolicy_abc//collections/testAddReplicaWithPolicy_abc/state.json/1)={
   [junit4]   2>   "pullReplicas":"0",
   [junit4]   2>   "replicationFactor":"1",
   [junit4]   2>   "router":{"name":"compositeId"},
   [junit4]   2>   "maxShardsPerNode":"1",
   [junit4]   2>   "autoAddReplicas":"false",
   [junit4]   2>   "nrtReplicas":"1",
   [junit4]   2>   "tlogReplicas":"0",
   [junit4]   2>   "shards":{"shard1":{
   [junit4]   2>       "range":"80000000-7fffffff",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "replicas":{"core_node2":{
   [junit4]   2>           "core":"testAddReplicaWithPolicy_abc_shard1_replica_n1",
   [junit4]   2>           "base_url":"https://127.0.0.1:34073/solr",
   [junit4]   2>           "node_name":"127.0.0.1:34073_solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "type":"NRT",
   [junit4]   2>           "force_set_state":"false"}}}}}
   [junit4]   2> 3089701 INFO  (qtp604551470-37652) [n:127.0.0.1:34073_solr c:testAddReplicaWithPolicy_abc s:shard1 r:core_node2 x:testAddReplicaWithPolicy_abc_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.6.0
   [junit4]   2> 3089766 INFO  (qtp604551470-37652) [n:127.0.0.1:34073_solr c:testAddReplicaWithPolicy_abc s:shard1 r:core_node2 x:testAddReplicaWithPolicy_abc_shard1_replica_n1 ] o.a.s.s.IndexSchema Schema name=default-config
   [junit4]   2> 3089796 DEBUG (OverseerStateUpdate-72663101876994054-127.0.0.1:46696_solr-n_0000000000) [n:127.0.0.1:46696_solr     ] o.a.s.c.o.ZkStateWriter going to update_collection /collections/testAddReplicaWithPolicy_abc/state.json version: 1
   [junit4]   2> 3090305 INFO  (qtp604551470-37652) [n:127.0.0.1:34073_solr c:testAddReplicaWithPolicy_abc s:shard1 r:core_node2 x:testAddReplicaWithPolicy_abc_shard1_replica_n1 ] o.a.s.s.IndexSchema Loaded schema default-config/1.6 with uniqueid field id
   [junit4]   2> 3090375 INFO  (qtp604551470-37652) [n:127.0.0.1:34073_solr c:testAddReplicaWithPolicy_abc s:shard1 r:core_node2 x:testAddReplicaWithPolicy_abc_shard1_replica_n1 ] o.a.s.c.CoreContainer Creating SolrCore 'testAddReplicaWithPolicy_abc_shard1_replica_n1' using configuration from configset testAddReplicaWithPolicy_abc.AUTOCREATED, trusted=true
   [junit4]   2> 3090376 INFO  (qtp604551470-37652) [n:127.0.0.1:34073_solr c:testAddReplicaWithPolicy_abc s:shard1 r:core_node2 x:testAddReplicaWithPolicy_abc_shard1_replica_n1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34073.solr.core.testAddReplicaWithPolicy_abc.shard1.replica_n1' (registry 'solr.core.testAddReplicaWithPolicy_abc.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@67ced4a8
   [junit4]   2> 3090376 INFO  (qtp604551470-37652) [n:127.0.0.1:34073_solr c:testAddReplicaWithPolicy_abc s:shard1 r:core_node2 x:testAddReplicaWithPolicy_abc_shard1_replica_n1 ] o.a.s.c.SolrCore [[testAddReplicaWithPolicy_abc_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.cloud.TestWithCollection_B330133F19A829F6-001/tempDir-001/node1/./testAddReplicaWithPolicy_abc_shard1_replica_n1], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.cloud.TestWithCollection_B330133F19A829F6-001/tempDir-001/node1/./testAddReplicaWithPolicy_abc_shard1_replica_n1/data/]
   [junit4]   2> 3090531 INFO  (qtp604551470-37652) [n:127.0.0.1:34073_solr c:testAddReplicaWithPolicy_abc s:shard1 r:core_node2 x:testAddReplicaWithPolicy_abc_shard1_replica_n1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 3090531 INFO  (qtp604551470-37652) [n:127.0.0.1:34073_solr c:testAddReplicaWithPolicy_abc s:shard1 r:core_node2 x:testAddReplicaWithPolicy_abc_shard1_replica_n1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 3090533 INFO  (qtp604551470-37652) [n:127.0.0.1:34073_solr c:testAddReplicaWithPolicy_abc s:shard1 r:core_node2 x:testAddReplicaWithPolicy_abc_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard AutoCommit: if uncommitted for 15000ms; 
   [junit4]   2> 3090533 INFO  (qtp604551470-37652) [n:127.0.0.1:34073_solr c:testAddReplicaWithPolicy_abc s:shard1 r:core_node2 x:testAddReplicaWithPolicy_abc_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 3090535 INFO  (qtp604551470-37652) [n:127.0.0.1:34073_solr c:testAddReplicaWithPolicy_abc s:shard1 r:core_node2 x:testAddReplicaWithPolicy_abc_shard1_replica_n1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@4d120d6c[testAddReplicaWithPolicy_abc_shard1_replica_n1] main]
   [junit4]   2> 3090555 INFO  (qtp604551470-37652) [n:127.0.0.1:34073_solr c:testAddReplicaWithPolicy_abc s:shard1 r:core_node2 x:testAddReplicaWithPolicy_abc_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/testAddReplicaWithPolicy_abc.AUTOCREATED
   [junit4]   2> 3090556 INFO  (qtp604551470-37652) [n:127.0.0.1:34073_solr c:testAddReplicaWithPolicy_abc s:shard1 r:core_node2 x:testAddReplicaWithPolicy_abc_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/testAddReplicaWithPolicy_abc.AUTOCREATED
   [junit4]   2> 3090556 INFO  (qtp604551470-37652) [n:127.0.0.1:34073_solr c:testAddReplicaWithPolicy_abc s:shard1 r:core_node2 x:testAddReplicaWithPolicy_abc_shard1_replica_n1 ] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/testAddReplicaWithPolicy_abc.AUTOCREATED/managed-schema
   [junit4]   2> 3090557 INFO  (qtp604551470-37652) [n:127.0.0.1:34073_solr c:testAddReplicaWithPolicy_abc s:shard1 r:core_node2 x:testAddReplicaWithPolicy_abc_shard1_replica_n1 ] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 3090558 INFO  (qtp604551470-37652) [n:127.0.0.1:34073_solr c:testAddReplicaWithPolicy_abc s:shard1 r:core_node2 x:testAddReplicaWithPolicy_abc_shard1_replica_n1 ] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 3090558 INFO  (qtp604551470-37652) [n:127.0.0.1:34073_solr c:testAddReplicaWithPolicy_abc s:shard1 r:core_node2 x:testAddReplicaWithPolicy_abc_shard1_replica_n1 ] o.a.s.s.DirectSolrSpellChecker init: {name=default,field=_text_,classname=solr.DirectSolrSpellChecker,distanceMeasure=internal,accuracy=0.5,maxEdits=2,minPrefix=1,maxInspections=5,minQueryLength=4,maxQueryFrequency=0.01}
   [junit4]   2> 3090560 INFO  (qtp604551470-37652) [n:127.0.0.1:34073_solr c:testAddReplicaWithPolicy_abc s:shard1 r:core_node2 x:testAddReplicaWithPolicy_abc_shard1_replica_n1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 3090560 INFO  (qtp604551470-37652) [n:127.0.0.1:34073_solr c:testAddReplicaWithPolicy_abc s:shard1 r:core_node2 x:testAddReplicaWithPolicy_abc_shard1_replica_n1 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1664576434541166592
   [junit4]   2> 3090562 INFO  (searcherExecutor-21979-thread-1-processing-n:127.0.0.1:34073_solr x:testAddReplicaWithPolicy_abc_shard1_replica_n1 c:testAddReplicaWithPolicy_abc s:shard1 r:core_node2) [n:127.0.0.1:34073_solr c:testAddReplicaWithPolicy_abc s:shard1 r:core_node2 x:testAddReplicaWithPolicy_abc_shard1_replica_n1 ] o.a.s.c.QuerySenderListener QuerySenderListener sending requests to Searcher@4d120d6c[testAddReplicaWithPolicy_abc_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3090562 INFO  (searcherExecutor-21979-thread-1-processing-n:127.0.0.1:34073_solr x:testAddReplicaWithPolicy_abc_shard1_replica_n1 c:testAddReplicaWithPolicy_abc s:shard1 r:core_node2) [n:127.0.0.1:34073_solr c:testAddReplicaWithPolicy_abc s:shard1 r:core_node2 x:testAddReplicaWithPolicy_abc_shard1_replica_n1 ] o.a.s.c.QuerySenderListener QuerySenderListener done.
   [junit4]   2> 3090563 INFO  (searcherExecutor-21979-thread-1-processing-n:127.0.0.1:34073_solr x:testAddReplicaWithPolicy_abc_shard1_replica_n1 c:testAddReplicaWithPolicy_abc s:shard1 r:core_node2) [n:127.0.0.1:34073_solr c:testAddReplicaWithPolicy_abc s:shard1 r:core_node2 x:testAddReplicaWithPolicy_abc_shard1_replica_n1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 3090565 INFO  (searcherExecutor-21979-thread-1-processing-n:127.0.0.1:34073_solr x:testAddReplicaWithPolicy_abc_shard1_replica_n1 c:testAddReplicaWithPolicy_abc s:shard1 r:core_node2) [n:127.0.0.1:34073_solr c:testAddReplicaWithPolicy_abc s:shard1 r:core_node2 x:testAddReplicaWithPolicy_abc_shard1_replica_n1 ] o.a.s.c.SolrCore [testAddReplicaWithPolicy_abc_shard1_replica_n1] Registered new searcher Searcher@4d120d6c[testAddReplicaWithPolicy_abc_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3090575 INFO  (qtp604551470-37652) [n:127.0.0.1:34073_solr c:testAddReplicaWithPolicy_abc s:shard1 r:core_node2 x:testAddReplicaWithPolicy_abc_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/testAddReplicaWithPolicy_abc/terms/shard1 to Terms{values={core_node2=0}, version=0}
   [junit4]   2> 3090575 INFO  (qtp604551470-37652) [n:127.0.0.1:34073_solr c:testAddReplicaWithPolicy_abc s:shard1 r:core_node2 x:testAddReplicaWithPolicy_abc_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/testAddReplicaWithPolicy_abc/leaders/shard1
   [junit4]   2> 3090595 INFO  (qtp604551470-37652) [n:127.0.0.1:34073_solr c:testAddReplicaWithPolicy_abc s:shard1 r:core_node2 x:testAddReplicaWithPolicy_abc_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 3090595 INFO  (qtp604551470-37652) [n:127.0.0.1:34073_solr c:testAddReplicaWithPolicy_abc s:shard1 r:core_node2 x:testAddReplicaWithPolicy_abc_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 3090595 INFO  (qtp604551470-37652) [n:127.0.0.1:34073_solr c:testAddReplicaWithPolicy_abc s:shard1 r:core_node2 x:testAddReplicaWithPolicy_abc_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:34073/solr/testAddReplicaWithPolicy_abc_shard1_replica_n1/
   [junit4]   2> 3090596 INFO  (qtp604551470-37652) [n:127.0.0.1:34073_solr c:testAddReplicaWithPolicy_abc s:shard1 r:core_node2 x:testAddReplicaWithPolicy_abc_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 3090596 INFO  (qtp604551470-37652) [n:127.0.0.1:34073_solr c:testAddReplicaWithPolicy_abc s:shard1 r:core_node2 x:testAddReplicaWithPolicy_abc_shard1_replica_n1 ] o.a.s.c.SyncStrategy https://127.0.0.1:34073/solr/testAddReplicaWithPolicy_abc_shard1_replica_n1/ has no replicas
   [junit4]   2> 3090596 INFO  (qtp604551470-37652) [n:127.0.0.1:34073_solr c:testAddReplicaWithPolicy_abc s:shard1 r:core_node2 x:testAddReplicaWithPolicy_abc_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/testAddReplicaWithPolicy_abc/leaders/shard1/leader after winning as /collections/testAddReplicaWithPolicy_abc/leader_elect/shard1/election/72663101876994056-core_node2-n_0000000000
   [junit4]   2> 3090598 INFO  (qtp604551470-37652) [n:127.0.0.1:34073_solr c:testAddReplicaWithPolicy_abc s:shard1 r:core_node2 x:testAddReplicaWithPolicy_abc_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:34073/solr/testAddReplicaWithPolicy_abc_shard1_replica_n1/ shard1
   [junit4]   2> 3090699 DEBUG (OverseerStateUpdate-72663101876994054-127.0.0.1:46696_solr-n_0000000000) [n:127.0.0.1:46696_solr     ] o.a.s.c.o.ZkStateWriter going to update_collection /collections/testAddReplicaWithPolicy_abc/state.json version: 2
   [junit4]   2> 3090700 INFO  (zkCallback-21963-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testAddReplicaWithPolicy_abc/state.json] for collection [testAddReplicaWithPolicy_abc] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 3090700 INFO  (zkCallback-21963-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testAddReplicaWithPolicy_abc/state.json] for collection [testAddReplicaWithPolicy_abc] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 3090700 INFO  (qtp604551470-37652) [n:127.0.0.1:34073_solr c:testAddReplicaWithPolicy_abc s:shard1 r:core_node2 x:testAddReplicaWithPolicy_abc_shard1_replica_n1 ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 3090702 DEBUG (OverseerStateUpdate-72663101876994054-127.0.0.1:46696_solr-n_0000000000) [n:127.0.0.1:46696_solr     ] o.a.s.c.o.ReplicaMutator Update state numShards=1 message={
   [junit4]   2>   "core":"testAddReplicaWithPolicy_abc_shard1_replica_n1",
   [junit4]   2>   "core_node_name":"core_node2",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:34073/solr",
   [junit4]   2>   "node_name":"127.0.0.1:34073_solr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"testAddReplicaWithPolicy_abc",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "force_set_state":"false",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 3090702 DEBUG (OverseerStateUpdate-72663101876994054-127.0.0.1:46696_solr-n_0000000000) [n:127.0.0.1:46696_solr     ] o.a.s.c.o.ReplicaMutator Will update state for replica: core_node2:{
   [junit4]   2>   "core":"testAddReplicaWithPolicy_abc_shard1_replica_n1",
   [junit4]   2>   "base_url":"https://127.0.0.1:34073/solr",
   [junit4]   2>   "node_name":"127.0.0.1:34073_solr",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "force_set_state":"false",
   [junit4]   2>   "leader":"true"}
   [junit4]   2> 3090702 DEBUG (OverseerStateUpdate-72663101876994054-127.0.0.1:46696_solr-n_0000000000) [n:127.0.0.1:46696_solr     ] o.a.s.c.o.ReplicaMutator Collection is now: DocCollection(testAddReplicaWithPolicy_abc//collections/testAddReplicaWithPolicy_abc/state.json/3)={
   [junit4]   2>   "pullReplicas":"0",
   [junit4]   2>   "replicationFactor":"1",
   [junit4]   2>   "router":{"name":"compositeId"},
   [junit4]   2>   "maxShardsPerNode":"1",
   [junit4]   2>   "autoAddReplicas":"false",
   [junit4]   2>   "nrtReplicas":"1",
   [junit4]   2>   "tlogReplicas":"0",
   [junit4]   2>   "shards":{"shard1":{
   [junit4]   2>       "range":"80000000-7fffffff",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "replicas":{"core_node2":{
   [junit4]   2>           "core":"testAddReplicaWithPolicy_abc_shard1_replica_n1",
   [junit4]   2>           "base_url":"https://127.0.0.1:34073/solr",
   [junit4]   2>           "node_name":"127.0.0.1:34073_solr",
   [junit4]   2>           "state":"active",
   [junit4]   2>           "type":"NRT",
   [junit4]   2>           "force_set_state":"false",
   [junit4]   2>           "leader":"true"}}}}}
   [junit4]   2> 3090703 INFO  (qtp604551470-37652) [n:127.0.0.1:34073_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node2&collection.configName=testAddReplicaWithPolicy_abc.AUTOCREATED&newCollection=true&name=testAddReplicaWithPolicy_abc_shard1_replica_n1&action=CREATE&numShards=1&collection=testAddReplicaWithPolicy_abc&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1027
   [junit4]   2> 3090704 DEBUG (OverseerThreadFactory-21949-thread-1-processing-n:127.0.0.1:46696_solr) [n:127.0.0.1:46696_solr     ] o.a.s.c.s.c.a.PolicyHelper session set to NULL
   [junit4]   2> 3090714 INFO  (qtp604551470-37654) [n:127.0.0.1:34073_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> 3090803 DEBUG (OverseerStateUpdate-72663101876994054-127.0.0.1:46696_solr-n_0000000000) [n:127.0.0.1:46696_solr     ] o.a.s.c.o.ZkStateWriter going to update_collection /collections/testAddReplicaWithPolicy_abc/state.json version: 3
   [junit4]   2> 3090803 INFO  (zkCallback-21963-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testAddReplicaWithPolicy_abc/state.json] for collection [testAddReplicaWithPolicy_abc] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 3090803 INFO  (zkCallback-21963-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testAddReplicaWithPolicy_abc/state.json] for collection [testAddReplicaWithPolicy_abc] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 3090803 INFO  (zkCallback-21963-thread-3) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testAddReplicaWithPolicy_abc/state.json] for collection [testAddReplicaWithPolicy_abc] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 3090804 INFO  (qtp604551470-37654) [n:127.0.0.1:34073_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={pullReplicas=0&name=testAddReplicaWithPolicy_abc&nrtReplicas=1&action=CREATE&numShards=1&tlogReplicas=0&createNodeSet=127.0.0.1:34073_solr&wt=javabin&version=2} status=0 QTime=1728
   [junit4]   2> 3090805 INFO  (qtp604551470-37650) [n:127.0.0.1:34073_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params pullReplicas=0&withCollection=testAddReplicaWithPolicy_abc&name=testAddReplicaWithPolicy_xyz&nrtReplicas=1&action=CREATE&numShards=1&tlogReplicas=0&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 3090807 INFO  (OverseerThreadFactory-21949-thread-2-processing-n:127.0.0.1:46696_solr) [n:127.0.0.1:46696_solr     ] o.a.s.c.a.c.CreateCollectionCmd Create collection testAddReplicaWithPolicy_xyz
   [junit4]   2> 3090808 INFO  (OverseerCollectionConfigSetProcessor-72663101876994054-127.0.0.1:46696_solr-n_0000000000) [n:127.0.0.1:46696_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> 3090809 INFO  (OverseerThreadFactory-21949-thread-2-processing-n:127.0.0.1:46696_solr) [n:127.0.0.1:46696_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/protwords.txt to /configs/testAddReplicaWithPolicy_xyz.AUTOCREATED/protwords.txt
   [junit4]   2> 3090811 INFO  (OverseerThreadFactory-21949-thread-2-processing-n:127.0.0.1:46696_solr) [n:127.0.0.1:46696_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/managed-schema to /configs/testAddReplicaWithPolicy_xyz.AUTOCREATED/managed-schema
   [junit4]   2> 3090813 INFO  (OverseerThreadFactory-21949-thread-2-processing-n:127.0.0.1:46696_solr) [n:127.0.0.1:46696_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/solrconfig.xml to /configs/testAddReplicaWithPolicy_xyz.AUTOCREATED/solrconfig.xml
   [junit4]   2> 3090815 INFO  (OverseerThreadFactory-21949-thread-2-processing-n:127.0.0.1:46696_solr) [n:127.0.0.1:46696_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_it.txt to /configs/testAddReplicaWithPolicy_xyz.AUTOCREATED/lang/contractions_it.txt
   [junit4]   2> 3090817 INFO  (OverseerThreadFactory-21949-thread-2-processing-n:127.0.0.1:46696_solr) [n:127.0.0.1:46696_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_no.txt to /configs/testAddReplicaWithPolicy_xyz.AUTOCREATED/lang/stopwords_no.txt
   [junit4]   2> 3090819 INFO  (OverseerThreadFactory-21949-thread-2-processing-n:127.0.0.1:46696_solr) [n:127.0.0.1:46696_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hy.txt to /configs/testAddReplicaWithPolicy_xyz.AUTOCREATED/lang/stopwords_hy.txt
   [junit4]   2> 3090820 INFO  (OverseerThreadFactory-21949-thread-2-processing-n:127.0.0.1:46696_solr) [n:127.0.0.1:46696_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stemdict_nl.txt to /configs/testAddReplicaWithPolicy_xyz.AUTOCREATED/lang/stemdict_nl.txt
   [junit4]   2> 3090822 INFO  (OverseerThreadFactory-21949-thread-2-processing-n:127.0.0.1:46696_solr) [n:127.0.0.1:46696_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_ca.txt to /configs/testAddReplicaWithPolicy_xyz.AUTOCREATED/lang/contractions_ca.txt
   [junit4]   2> 3090824 INFO  (OverseerThreadFactory-21949-thread-2-processing-n:127.0.0.1:46696_solr) [n:127.0.0.1:46696_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_id.txt to /configs/testAddReplicaWithPolicy_xyz.AUTOCREATED/lang/stopwords_id.txt
   [junit4]   2> 3090825 INFO  (OverseerThreadFactory-21949-thread-2-processing-n:127.0.0.1:46696_solr) [n:127.0.0.1:46696_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_et.txt to /configs/testAddReplicaWithPolicy_xyz.AUTOCREATED/lang/stopwords_et.txt
   [junit4]   2> 3090827 INFO  (OverseerThreadFactory-21949-thread-2-processing-n:127.0.0.1:46696_solr) [n:127.0.0.1:46696_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ga.txt to /configs/testAddReplicaWithPolicy_xyz.AUTOCREATED/lang/stopwords_ga.txt
   [junit4]   2> 3090828 INFO  (OverseerThreadFactory-21949-thread-2-processing-n:127.0.0.1:46696_solr) [n:127.0.0.1:46696_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_da.txt to /configs/testAddReplicaWithPolicy_xyz.AUTOCREATED/lang/stopwords_da.txt
   [junit4]   2> 3090830 INFO  (OverseerThreadFactory-21949-thread-2-processing-n:127.0.0.1:46696_solr) [n:127.0.0.1:46696_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hi.txt to /configs/testAddReplicaWithPolicy_xyz.AUTOCREATED/lang/stopwords_hi.txt
   [junit4]   2> 3090832 INFO  (OverseerThreadFactory-21949-thread-2-processing-n:127.0.0.1:46696_solr) [n:127.0.0.1:46696_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ja.txt to /configs/testAddReplicaWithPolicy_xyz.AUTOCREATED/lang/stopwords_ja.txt
   [junit4]   2> 3090834 INFO  (OverseerThreadFactory-21949-thread-2-processing-n:127.0.0.1:46696_solr) [n:127.0.0.1:46696_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_pt.txt to /configs/testAddReplicaWithPolicy_xyz.AUTOCREATED/lang/stopwords_pt.txt
   [junit4]   2> 3090835 INFO  (OverseerThreadFactory-21949-thread-2-processing-n:127.0.0.1:46696_solr) [n:127.0.0.1:46696_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hu.txt to /configs/testAddReplicaWithPolicy_xyz.AUTOCREATED/lang/stopwords_hu.txt
   [junit4]   2> 3090837 INFO  (OverseerThreadFactory-21949-thread-2-processing-n:127.0.0.1:46696_solr) [n:127.0.0.1:46696_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_el.txt to /configs/testAddReplicaWithPolicy_xyz.AUTOCREATED/lang/stopwords_el.txt
   [junit4]   2> 3090838 INFO  (OverseerThreadFactory-21949-thread-2-processing-n:127.0.0.1:46696_solr) [n:127.0.0.1:46696_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ru.txt to /configs/testAddReplicaWithPolicy_xyz.AUTOCREATED/lang/stopwords_ru.txt
   [junit4]   2> 3090840 INFO  (OverseerThreadFactory-21949-thread-2-processing-n:127.0.0.1:46696_solr) [n:127.0.0.1:46696_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_tr.txt to /configs/testAddReplicaWithPolicy_xyz.AUTOCREATED/lang/stopwords_tr.txt
   [junit4]   2> 3090841 INFO  (OverseerThreadFactory-21949-thread-2-processing-n:127.0.0.1:46696_solr) [n:127.0.0.1:46696_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ar.txt to /configs/testAddReplicaWithPolicy_xyz.AUTOCREATED/lang/stopwords_ar.txt
   [junit4]   2> 3090843 INFO  (OverseerThreadFactory-21949-thread-2-processing-n:127.0.0.1:46696_solr) [n:127.0.0.1:46696_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/userdict_ja.txt to /configs/testAddReplicaWithPolicy_xyz.AUTOCREATED/lang/userdict_ja.txt
   [junit4]   2> 3090844 INFO  (OverseerThreadFactory-21949-thread-2-processing-n:127.0.0.1:46696_solr) [n:127.0.0.1:46696_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_it.txt to /configs/testAddReplicaWithPolicy_xyz.AUTOCREATED/lang/stopwords_it.txt
   [junit4]   2> 3090846 INFO  (OverseerThreadFactory-21949-thread-2-processing-n:127.0.0.1:46696_solr) [n:127.0.0.1:46696_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_eu.txt to /configs/testAddReplicaWithPolicy_xyz.AUTOCREATED/lang/stopwords_eu.txt
   [junit4]   2> 3090848 INFO  (OverseerThreadFactory-21949-thread-2-processing-n:127.0.0.1:46696_solr) [n:127.0.0.1:46696_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_cz.txt to /configs/testAddReplicaWithPolicy_xyz.AUTOCREATED/lang/stopwords_cz.txt
   [junit4]   2> 3090849 INFO  (OverseerThreadFactory-21949-thread-2-processing-n:127.0.0.1:46696_solr) [n:127.0.0.1:46696_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stoptags_ja.txt to /configs/testAddReplicaWithPolicy_xyz.AUTOCREATED/lang/stoptags_ja.txt
   [junit4]   2> 3090851 INFO  (OverseerThreadFactory-21949-thread-2-processing-n:127.0.0.1:46696_solr) [n:127.0.0.1:46696_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_fr.txt to /configs/testAddReplicaWithPolicy_xyz.AUTOCREATED/lang/contractions_fr.txt
   [junit4]   2> 3090853 INFO  (OverseerThreadFactory-21949-thread-2-processing-n:127.0.0.1:46696_solr) [n:127.0.0.1:46696_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_fa.txt to /configs/testAddReplicaWithPolicy_xyz.AUTOCREATED/lang/stopwords_fa.txt
   [junit4]   2> 3090854 INFO  (OverseerThreadFactory-21949-thread-2-processing-n:127.0.0.1:46696_solr) [n:127.0.0.1:46696_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_de.txt to /configs/testAddReplicaWithPolicy_xyz.AUTOCREATED/lang/stopwords_de.txt
   [junit4]   2> 3090856 INFO  (OverseerThreadFactory-21949-thread-2-processing-n:127.0.0.1:46696_solr) [n:127.0.0.1:46696_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_ga.txt to /configs/testAddReplicaWithPolicy_xyz.AUTOCREATED/lang/contractions_ga.txt
   [junit4]   2> 3090858 INFO  (OverseerThreadFactory-21949-thread-2-processing-n:127.0.0.1:46696_solr) [n:127.0.0.1:46696_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ca.txt to /configs/testAddReplicaWithPolicy_xyz.AUTOCREATED/lang/stopwords_ca.txt
   [junit4]   2> 3090860 INFO  (OverseerThreadFactory-21949-thread-2-processing-n:127.0.0.1:46696_solr) [n:127.0.0.1:46696_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_nl.txt to /configs/testAddReplicaWithPolicy_xyz.AUTOCREATED/lang/stopwords_nl.txt
   [junit4]   2> 3090861 INFO  (OverseerThreadFactory-21949-thread-2-processing-n:127.0.0.1:46696_solr) [n:127.0.0.1:46696_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_bg.txt to /configs/testAddReplicaWithPolicy_xyz.AUTOCREATED/lang/stopwords_bg.txt
   [junit4]   2> 3090863 INFO  (OverseerThreadFactory-21949-thread-2-processing-n:127.0.0.1:46696_solr) [n:127.0.0.1:46696_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_es.txt to /configs/testAddReplicaWithPolicy_xyz.AUTOCREATED/lang/stopwords_es.txt
   [junit4]   2> 3090865 INFO  (OverseerThreadFactory-21949-thread-2-processing-n:127.0.0.1:46696_solr) [n:127.0.0.1:46696_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_en.txt to /configs/testAddReplicaWithPolicy_xyz.AUTOCREATED/lang/stopwords_en.txt
   [junit4]   2> 3090866 INFO  (OverseerThreadFactory-21949-thread-2-processing-n:127.0.0.1:46696_solr) [n:127.0.0.1:46696_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_lv.txt to /configs/testAddReplicaWithPolicy_xyz.AUTOCREATED/lang/stopwords_lv.txt
   [junit4]   2> 3090868 INFO  (OverseerThreadFactory-21949-thread-2-processing-n:127.0.0.1:46696_solr) [n:127.0.0.1:46696_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_th.txt to /configs/testAddReplicaWithPolicy_xyz.AUTOCREATED/lang/stopwords_th.txt
   [junit4]   2> 3090870 INFO  (OverseerThreadFactory-21949-thread-2-processing-n:127.0.0.1:46696_solr) [n:127.0.0.1:46696_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ro.txt to /configs/testAddReplicaWithPolicy_xyz.AUTOCREATED/lang/stopwords_ro.txt
   [junit4]   2> 3090871 INFO  (OverseerThreadFactory-21949-thread-2-processing-n:127.0.0.1:46696_solr) [n:127.0.0.1:46696_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_fr.txt to /configs/testAddReplicaWithPolicy_xyz.AUTOCREATED/lang/stopwords_fr.txt
   [junit4]   2> 3090873 INFO  (OverseerThreadFactory-21949-thread-2-processing-n:127.0.0.1:46696_solr) [n:127.0.0.1:46696_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_sv.txt to /configs/testAddReplicaWithPolicy_xyz.AUTOCREATED/lang/stopwords_sv.txt
   [junit4]   2> 3090875 INFO  (OverseerThreadFactory-21949-thread-2-processing-n:127.0.0.1:46696_solr) [n:127.0.0.1:46696_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_fi.txt to /configs/testAddReplicaWithPolicy_xyz.AUTOCREATED/lang/stopwords_fi.txt
   [junit4]   2> 3090876 INFO  (OverseerThreadFactory-21949-thread-2-processing-n:127.0.0.1:46696_solr) [n:127.0.0.1:46696_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/hyphenations_ga.txt to /configs/testAddReplicaWithPolicy_xyz.AUTOCREATED/lang/hyphenations_ga.txt
   [junit4]   2> 3090878 INFO  (OverseerThreadFactory-21949-thread-2-processing-n:127.0.0.1:46696_solr) [n:127.0.0.1:46696_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_gl.txt to /configs/testAddReplicaWithPolicy_xyz.AUTOCREATED/lang/stopwords_gl.txt
   [junit4]   2> 3090880 INFO  (OverseerThreadFactory-21949-thread-2-processing-n:127.0.0.1:46696_solr) [n:127.0.0.1:46696_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/synonyms.txt to /configs/testAddReplicaWithPolicy_xyz.AUTOCREATED/synonyms.txt
   [junit4]   2> 3090882 INFO  (OverseerThreadFactory-21949-thread-2-processing-n:127.0.0.1:46696_solr) [n:127.0.0.1:46696_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/stopwords.txt to /configs/testAddReplicaWithPolicy_xyz.AUTOCREATED/stopwords.txt
   [junit4]   2> 3090899 DEBUG (OverseerStateUpdate-72663101876994054-127.0.0.1:46696_solr-n_0000000000) [n:127.0.0.1:46696_solr     ] o.a.s.c.o.ClusterStateMutator building a new cName: testAddReplicaWithPolicy_xyz
   [junit4]   2> 3090999 DEBUG (OverseerStateUpdate-72663101876994054-127.0.0.1:46696_solr-n_0000000000) [n:127.0.0.1:46696_solr     ] o.a.s.c.o.ZkStateWriter going to create_collection /collections/testAddReplicaWithPolicy_xyz/state.json
   [junit4]   2> 3091101 DEBUG (OverseerThreadFactory-21949-thread-2-processing-n:127.0.0.1:46696_solr) [n:127.0.0.1:46696_solr     ] o.a.s.c.s.c.a.PolicyHelper Creating a new session
   [junit4]   2> 3091104 INFO  (qtp604551470-37652) [n:127.0.0.1:34073_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={wt=javabin&version=2&key=solr.core.testAddReplicaWithPolicy_abc.shard1.replica_n1:INDEX.sizeInBytes} status=0 QTime=0
   [junit4]   2> 3091106 INFO  (qtp604551470-37654) [n:127.0.0.1:34073_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=1
   [junit4]   2> 3091110 INFO  (qtp1147778478-37653) [n:127.0.0.1:46696_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 3091111 DEBUG (OverseerThreadFactory-21949-thread-2-processing-n:127.0.0.1:46696_solr) [n:127.0.0.1:46696_solr     ] o.a.s.c.s.c.a.PolicyHelper New session created 
   [junit4]   2> 3091113 INFO  (qtp604551470-37652) [n:127.0.0.1:34073_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={wt=javabin&version=2&key=solr.core.testAddReplicaWithPolicy_abc.shard1.replica_n1:INDEX.sizeInBytes} status=0 QTime=0
   [junit4]   2> 3091114 INFO  (qtp604551470-37654) [n:127.0.0.1:34073_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 3091116 INFO  (qtp1147778478-37649) [n:127.0.0.1:46696_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} s

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

  [junit4]   2> 3299049 INFO  (jetty-closer-22872-thread-1) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@3e9db0bb{SSL, (ssl, http/1.1)}{127.0.0.1:0}
   [junit4]   2> 3299050 INFO  (jetty-closer-22872-thread-1) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@5648b602{/solr,null,UNAVAILABLE}
   [junit4]   2> 3299050 INFO  (jetty-closer-22872-thread-1) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 3299149 INFO  (jetty-closer-22872-thread-3) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@434066a4{SSL, (ssl, http/1.1)}{127.0.0.1:0}
   [junit4]   2> 3299150 INFO  (jetty-closer-22872-thread-3) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@1315f51c{/solr,null,UNAVAILABLE}
   [junit4]   2> 3299150 INFO  (jetty-closer-22872-thread-3) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 3299150 INFO  (TEST-TestWithCollection.testMultipleWithCollections-seed#[B330133F19A829F6]) [     ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 3299391 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> 	5	/solr/collections/testMultipleWithCollections_abc2/terms/shard1
   [junit4]   2> 	5	/solr/collections/testMultipleWithCollections_abc/terms/shard1
   [junit4]   2> 	5	/solr/aliases.json
   [junit4]   2> 	5	/solr/collections/testMultipleWithCollections_xyz/terms/shard1
   [junit4]   2> 	5	/solr/collections/testMultipleWithCollections_xyz2/terms/shard1
   [junit4]   2> 	4	/solr/packages.json
   [junit4]   2> 	4	/solr/security.json
   [junit4]   2> 	2	/solr/configs/testMultipleWithCollections_abc2.AUTOCREATED
   [junit4]   2> 	2	/solr/collections/testMultipleWithCollections_abc2/collectionprops.json
   [junit4]   2> 	2	/solr/collections/testMultipleWithCollections_xyz/collectionprops.json
   [junit4]   2> 	2	/solr/configs/testMultipleWithCollections_xyz.AUTOCREATED/managed-schema
   [junit4]   2> 	2	/solr/configs/testMultipleWithCollections_abc2.AUTOCREATED/managed-schema
   [junit4]   2> 	2	/solr/configs/testMultipleWithCollections_abc.AUTOCREATED
   [junit4]   2> 	2	/solr/configs/testMultipleWithCollections_xyz2.AUTOCREATED/managed-schema
   [junit4]   2> 	2	/solr/collections/testMultipleWithCollections_abc/collectionprops.json
   [junit4]   2> 	2	/solr/configs/testMultipleWithCollections_xyz2.AUTOCREATED
   [junit4]   2> 	2	/solr/configs/testMultipleWithCollections_xyz.AUTOCREATED
   [junit4]   2> 	2	/solr/configs/testMultipleWithCollections_abc.AUTOCREATED/managed-schema
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	48	/solr/collections/testMultipleWithCollections_abc2/state.json
   [junit4]   2> 	40	/solr/collections/testMultipleWithCollections_abc/state.json
   [junit4]   2> 	38	/solr/collections/testMultipleWithCollections_xyz/state.json
   [junit4]   2> 	32	/solr/collections/testMultipleWithCollections_xyz2/state.json
   [junit4]   2> 	5	/solr/clusterprops.json
   [junit4]   2> 	5	/solr/clusterstate.json
   [junit4]   2> 	3	/solr/autoscaling.json
   [junit4]   2> 	2	/solr/overseer_elect/election/72663114450796550-127.0.0.1:33180_solr-n_0000000000
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	81	/solr/overseer/queue
   [junit4]   2> 	25	/solr/collections
   [junit4]   2> 	23	/solr/live_nodes
   [junit4]   2> 	17	/solr/overseer/collection-queue-work
   [junit4]   2> 
   [junit4]   2> 3299395 INFO  (TEST-TestWithCollection.testMultipleWithCollections-seed#[B330133F19A829F6]) [     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:42779
   [junit4]   2> 3299395 INFO  (TEST-TestWithCollection.testMultipleWithCollections-seed#[B330133F19A829F6]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:42779
   [junit4]   2> 3299395 INFO  (TEST-TestWithCollection.testMultipleWithCollections-seed#[B330133F19A829F6]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 42779
   [junit4]   2> 3299396 INFO  (TEST-TestWithCollection.testMultipleWithCollections-seed#[B330133F19A829F6]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testMultipleWithCollections
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.cloud.TestWithCollection_B330133F19A829F6-001
   [junit4]   2> Apr 21, 2020 10:13:22 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene84): {}, docValues:{}, maxPointsInLeafNode=953, maxMBSortInHeap=5.855762938303149, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@371621c7), locale=sr-Latn-RS, timezone=Europe/Andorra
   [junit4]   2> NOTE: Linux 4.4.0-170-generic amd64/Oracle Corporation 1.8.0_191 (64-bit)/cpus=8,threads=1,free=198758056,total=524812288
   [junit4]   2> NOTE: All tests run in this JVM: [SyncSliceTest, TestExportWriter, MetricTriggerTest, SuggestComponentTest, TestChildDocTransformer, ZkCLITest, TestPHPSerializedResponseWriter, TestSimNodeLostTrigger, TestSimClusterStateProvider, TestLegacyFieldCache, TestLegacyBM25SimilarityFactory, TestIntervalFaceting, TestMiniSolrCloudClusterSSL, CdcrUpdateLogTest, TestSimGenericDistributedQueue, SolrCloudReportersTest, PrimUtilsTest, DistributedQueueTest, TestSolr4Spatial2, ChaosMonkeyNothingIsSafeTest, TestMultiValuedNumericRangeQuery, TestPackages, TestQuerySenderListener, SpellCheckComponentTest, DocValuesTest, DeleteInactiveReplicaTest, HdfsAutoAddReplicasIntegrationTest, TestFieldTypeCollectionResource, DaemonStreamApiTest, ConcurrentCreateCollectionTest, HdfsWriteToMultipleCollectionsTest, ResourceLoaderTest, TimeZoneUtilsTest, ChaosMonkeySafeLeaderWithPullReplicasTest, TestUninvertingReader, TestHttpShardHandlerFactory, DateRangeFieldTest, NodeLostTriggerIntegrationTest, TermsComponentTest, RollingRestartTest, HLLSerializationTest, PeerSyncWithBufferUpdatesTest, CdcrOpsAndBoundariesTest, TestFoldingMultitermQuery, TestSystemCollAutoCreate, HdfsCollectionsAPIDistributedZkTest, DistribCursorPagingTest, TestDynamicFieldNamesIndexCorrectly, DocExpirationUpdateProcessorFactoryTest, TestSimpleQParserPlugin, TestFieldSortValues, HdfsThreadLeakTest, TestLeaderElectionWithEmptyReplica, TestSchemalessBufferedUpdates, TestNumericTokenStream, TestSimTriggerIntegration, SolrRequestParserTest, NodeMutatorTest, ConnectionManagerTest, TestOrdValues, RandomizedTaggerTest, SolrInfoBeanTest, TestSchemaResource, TestStressCloudBlindAtomicUpdates, PKIAuthenticationIntegrationTest, TestCloudPhrasesIdentificationComponent, TestQueryUtils, BasicAuthStandaloneTest, TestNestedDocsSort, ResponseLogComponentTest, AddSchemaFieldsUpdateProcessorFactoryTest, SolrIndexSplitterTest, XmlUpdateRequestHandlerTest, AnalyticsMergeStrategyTest, ParsingFieldUpdateProcessorsTest, TestReloadDeadlock, XMLAtomicUpdateMultivalueTest, TestCollectionAPIs, TestSuggestSpellingConverter, TestDelegationWithHadoopAuth, FileBasedSpellCheckerTest, TestFileDictionaryLookup, SuggesterTSTTest, PingRequestHandlerTest, PeerSyncReplicationTest, DistributedQueryComponentCustomSortTest, MetricsConfigTest, TestJsonFacetsStatsParsing, TestPayloadScoreQParserPlugin, TestCustomStream, TestCollapseQParserPlugin, TestWordDelimiterFilterFactory, TestRecovery, SystemLogListenerTest, TestBinaryResponseWriter, TestFieldCacheSortRandom, SparseHLLTest, TestStressVersions, TestCloudManagedSchema, TestRandomFaceting, TestDeprecatedFilters, TestBulkSchemaAPI, TestCursorMarkWithoutUniqueKey, TestCloudRecovery, ClusterStateUpdateTest, HighlighterConfigTest, TestHdfsUpdateLog, AuditLoggerPluginTest, TestCollationFieldDocValues, TestExactStatsCache, CopyFieldTest, CloudMLTQParserTest, QueryResultKeyTest, BinaryUpdateRequestHandlerTest, SolrPluginUtilsTest, TestTrieFacet, TestDynamicLoadingUrl, CoreAdminOperationTest, OverseerTaskQueueTest, TestIndexSearcher, TestStressRecovery, SolrJmxReporterCloudTest, BJQParserTest, TestTlogReplayVsRecovery, ZookeeperStatusHandlerTest, HighlighterWithoutStoredIdTest, TestInPlaceUpdatesRequiredField, XCJFQueryTest, TestBlobHandler, TestNestedUpdateProcessor, TestCloudConsistency, TestUseDocValuesAsStored, TestElisionMultitermQuery, TestManagedSynonymFilterFactory, TestSolrXml, BasicFunctionalityTest, DistributedFacetPivotLargeTest, InfoHandlerTest, TestHttpServletCarrier, TestDocBasedVersionConstraints, SharedFSAutoReplicaFailoverTest, PathHierarchyTokenizerFactoryTest, ConfigureRecoveryStrategyTest, TestComponentsName, TestRawTransformer, SaslZkACLProviderTest, SpellCheckCollatorWithCollapseTest, TestPerFieldSimilarityWithDefaultOverride, OutputWriterTest, TestDistributedMissingSort, TestDistributedSearch, TestEmbeddedSolrServerAdminHandler, TestEmbeddedSolrServerSchemaAPI, TestJettySolrRunner, ConnectionReuseTest, ActionThrottleTest, AddReplicaTest, AssignBackwardCompatibilityTest, CloudExitableDirectoryReaderTest, CollectionsAPISolrJTest, LeaderElectionIntegrationTest, LegacyCloudClusterPropTest, MetricsHistoryIntegrationTest, MigrateRouteKeyTest, MultiSolrCloudTestCaseTest, OverriddenZkACLAndCredentialsProvidersTest, OverseerCollectionConfigSetProcessorTest, OverseerSolrResponseTest, OverseerSolrResponseUnsafeSerializationTest, OverseerTest, RemoteQueryErrorTest, ReplicationFactorTest, TestCloudDeleteByQuery, TestCloudRecovery2, TestConfigSetsAPIZkFailure, TestCryptoKeys, TestDistributedMap, TestExclusionRuleCollectionAccess, TestPrepRecovery, TestRequestForwarding, TestSSLRandomization, TestShortCircuitedRequests, TestStressInPlaceUpdates, TestWaitForStateWithJettyShutdowns, TestWithCollection]
   [junit4] Completed [577/905 (1!)] on J1 in 221.94s, 9 tests, 1 error <<< FAILURES!

[...truncated 53634 lines...]