You are viewing a plain text version of this content. The canonical link for it is here.
Posted to builds@lucene.apache.org by Policeman Jenkins Server <je...@thetaphi.de> on 2020/03/13 15:46:32 UTC

[JENKINS-Experimental-GC] Lucene-Solr-master-MacOSX (64bit/jdk-14-rc) - Build # 5767 - Still Unstable!

Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-MacOSX/5767/
Java: 64bit/jdk-14-rc -XX:+UseCompressedOops -XX:+UnlockExperimentalVMOptions -XX:+UseZGC

2 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.autoscaling.TestPolicyCloud

Error Message:
1 thread leaked from SUITE scope at org.apache.solr.cloud.autoscaling.TestPolicyCloud:     1) Thread[id=24218, name=SessionTracker, state=TIMED_WAITING, group=TGRP-TestPolicyCloud]         at java.base@14/java.lang.Thread.sleep(Native Method)         at app//org.apache.zookeeper.server.SessionTrackerImpl.run(SessionTrackerImpl.java:151)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.cloud.autoscaling.TestPolicyCloud: 
   1) Thread[id=24218, name=SessionTracker, state=TIMED_WAITING, group=TGRP-TestPolicyCloud]
        at java.base@14/java.lang.Thread.sleep(Native Method)
        at app//org.apache.zookeeper.server.SessionTrackerImpl.run(SessionTrackerImpl.java:151)
	at __randomizedtesting.SeedInfo.seed([47C823FA9770C70D]:0)


FAILED:  org.apache.solr.cloud.cdcr.CdcrVersionReplicationTest.testCdcrDocVersions

Error Message:
Error from server at http://127.0.0.1:53816: ADDREPLICA failed to create replica

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:53816: ADDREPLICA failed to create replica
	at __randomizedtesting.SeedInfo.seed([47C823FA9770C70D:BF5E285865162811]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:665)
	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:207)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:224)
	at org.apache.solr.cloud.cdcr.BaseCdcrDistributedZkTest.startServers(BaseCdcrDistributedZkTest.java:594)
	at org.apache.solr.cloud.cdcr.BaseCdcrDistributedZkTest.createSourceCollection(BaseCdcrDistributedZkTest.java:352)
	at org.apache.solr.cloud.cdcr.BaseCdcrDistributedZkTest.baseBefore(BaseCdcrDistributedZkTest.java:178)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:976)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1082)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1054)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:832)




Build Log:
[...truncated 14861 lines...]
   [junit4] Suite: org.apache.solr.cloud.autoscaling.TestPolicyCloud
   [junit4]   2> 1853314 INFO  (SUITE-TestPolicyCloud-seed#[47C823FA9770C70D]-worker) [     ] o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to test-framework derived value of '/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/server/solr/configsets/_default/conf'
   [junit4]   2> 1853315 INFO  (SUITE-TestPolicyCloud-seed#[47C823FA9770C70D]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.TestPolicyCloud_47C823FA9770C70D-001/data-dir-123-001
   [junit4]   2> 1853315 INFO  (SUITE-TestPolicyCloud-seed#[47C823FA9770C70D]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 1853317 INFO  (SUITE-TestPolicyCloud-seed#[47C823FA9770C70D]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason="", value=0.0/0.0, ssl=0.0/0.0, clientAuth=0.0/0.0) w/ MAC_OS_X supressed clientAuth
   [junit4]   2> 1853317 INFO  (SUITE-TestPolicyCloud-seed#[47C823FA9770C70D]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 1853317 INFO  (SUITE-TestPolicyCloud-seed#[47C823FA9770C70D]-worker) [     ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 5 servers in /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.TestPolicyCloud_47C823FA9770C70D-001/tempDir-001
   [junit4]   2> 1853317 INFO  (SUITE-TestPolicyCloud-seed#[47C823FA9770C70D]-worker) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1853318 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1853318 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1853423 INFO  (SUITE-TestPolicyCloud-seed#[47C823FA9770C70D]-worker) [     ] o.a.s.c.ZkTestServer start zk server on port:53588
   [junit4]   2> 1853423 INFO  (SUITE-TestPolicyCloud-seed#[47C823FA9770C70D]-worker) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:53588
   [junit4]   2> 1853423 INFO  (SUITE-TestPolicyCloud-seed#[47C823FA9770C70D]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:53588
   [junit4]   2> 1853423 INFO  (SUITE-TestPolicyCloud-seed#[47C823FA9770C70D]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 53588
   [junit4]   2> 1853434 INFO  (SUITE-TestPolicyCloud-seed#[47C823FA9770C70D]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1853440 INFO  (zkConnectionManagerCallback-8193-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1853440 INFO  (SUITE-TestPolicyCloud-seed#[47C823FA9770C70D]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1853447 INFO  (SUITE-TestPolicyCloud-seed#[47C823FA9770C70D]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1853453 INFO  (zkConnectionManagerCallback-8195-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1853454 INFO  (SUITE-TestPolicyCloud-seed#[47C823FA9770C70D]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1853455 INFO  (SUITE-TestPolicyCloud-seed#[47C823FA9770C70D]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1853461 INFO  (zkConnectionManagerCallback-8197-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1853461 INFO  (SUITE-TestPolicyCloud-seed#[47C823FA9770C70D]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1853583 INFO  (jetty-launcher-8198-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1853583 INFO  (jetty-launcher-8198-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1853583 INFO  (jetty-launcher-8198-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1853583 INFO  (jetty-launcher-8198-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1853583 INFO  (jetty-launcher-8198-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1853583 INFO  (jetty-launcher-8198-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1853583 INFO  (jetty-launcher-8198-thread-1) [     ] o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 363d5f2df3a8a28de40604320230664b9c793c16; jvm 14+36-1461
   [junit4]   2> 1853583 INFO  (jetty-launcher-8198-thread-2) [     ] o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 363d5f2df3a8a28de40604320230664b9c793c16; jvm 14+36-1461
   [junit4]   2> 1853583 INFO  (jetty-launcher-8198-thread-4) [     ] o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 363d5f2df3a8a28de40604320230664b9c793c16; jvm 14+36-1461
   [junit4]   2> 1853584 INFO  (jetty-launcher-8198-thread-5) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1853584 INFO  (jetty-launcher-8198-thread-5) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1853584 INFO  (jetty-launcher-8198-thread-5) [     ] o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 363d5f2df3a8a28de40604320230664b9c793c16; jvm 14+36-1461
   [junit4]   2> 1853584 INFO  (jetty-launcher-8198-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1853584 INFO  (jetty-launcher-8198-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1853584 INFO  (jetty-launcher-8198-thread-3) [     ] o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 363d5f2df3a8a28de40604320230664b9c793c16; jvm 14+36-1461
   [junit4]   2> 1853596 INFO  (jetty-launcher-8198-thread-4) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1853596 INFO  (jetty-launcher-8198-thread-4) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1853596 INFO  (jetty-launcher-8198-thread-4) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1853598 INFO  (jetty-launcher-8198-thread-4) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@184d2961{/solr,null,AVAILABLE}
   [junit4]   2> 1853599 INFO  (jetty-launcher-8198-thread-4) [     ] o.e.j.s.AbstractConnector Started ServerConnector@4b59d722{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:53595}
   [junit4]   2> 1853599 INFO  (jetty-launcher-8198-thread-4) [     ] o.e.j.s.Server Started @1853717ms
   [junit4]   2> 1853599 INFO  (jetty-launcher-8198-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=53595}
   [junit4]   2> 1853600 ERROR (jetty-launcher-8198-thread-4) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1853600 INFO  (jetty-launcher-8198-thread-4) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1853600 INFO  (jetty-launcher-8198-thread-4) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 9.0.0
   [junit4]   2> 1853600 INFO  (jetty-launcher-8198-thread-4) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1853600 INFO  (jetty-launcher-8198-thread-4) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr
   [junit4]   2> 1853600 INFO  (jetty-launcher-8198-thread-4) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-03-13T15:16:06.160966Z
   [junit4]   2> 1853601 INFO  (jetty-launcher-8198-thread-3) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1853601 INFO  (jetty-launcher-8198-thread-3) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1853601 INFO  (jetty-launcher-8198-thread-3) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1853602 INFO  (jetty-launcher-8198-thread-4) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1853602 INFO  (jetty-launcher-8198-thread-2) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1853602 INFO  (jetty-launcher-8198-thread-2) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1853602 INFO  (jetty-launcher-8198-thread-2) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1853603 INFO  (jetty-launcher-8198-thread-3) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@55be47ac{/solr,null,AVAILABLE}
   [junit4]   2> 1853604 INFO  (jetty-launcher-8198-thread-5) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1853604 INFO  (jetty-launcher-8198-thread-5) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1853604 INFO  (jetty-launcher-8198-thread-5) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1853604 INFO  (jetty-launcher-8198-thread-3) [     ] o.e.j.s.AbstractConnector Started ServerConnector@6f094d90{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:53596}
   [junit4]   2> 1853604 INFO  (jetty-launcher-8198-thread-3) [     ] o.e.j.s.Server Started @1853723ms
   [junit4]   2> 1853604 INFO  (jetty-launcher-8198-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=53596}
   [junit4]   2> 1853604 ERROR (jetty-launcher-8198-thread-3) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1853605 INFO  (jetty-launcher-8198-thread-2) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@68e9e5{/solr,null,AVAILABLE}
   [junit4]   2> 1853605 INFO  (jetty-launcher-8198-thread-3) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1853605 INFO  (jetty-launcher-8198-thread-3) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 9.0.0
   [junit4]   2> 1853605 INFO  (jetty-launcher-8198-thread-3) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1853605 INFO  (jetty-launcher-8198-thread-3) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr
   [junit4]   2> 1853605 INFO  (jetty-launcher-8198-thread-3) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-03-13T15:16:06.165245Z
   [junit4]   2> 1853605 INFO  (jetty-launcher-8198-thread-5) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@2641a528{/solr,null,AVAILABLE}
   [junit4]   2> 1853606 INFO  (jetty-launcher-8198-thread-5) [     ] o.e.j.s.AbstractConnector Started ServerConnector@60f3453c{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:53599}
   [junit4]   2> 1853606 INFO  (jetty-launcher-8198-thread-2) [     ] o.e.j.s.AbstractConnector Started ServerConnector@2f19a5e5{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:53598}
   [junit4]   2> 1853606 INFO  (jetty-launcher-8198-thread-2) [     ] o.e.j.s.Server Started @1853725ms
   [junit4]   2> 1853606 INFO  (jetty-launcher-8198-thread-5) [     ] o.e.j.s.Server Started @1853725ms
   [junit4]   2> 1853606 INFO  (jetty-launcher-8198-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=53598}
   [junit4]   2> 1853606 INFO  (jetty-launcher-8198-thread-5) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=53599}
   [junit4]   2> 1853607 INFO  (zkConnectionManagerCallback-8200-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1853607 INFO  (jetty-launcher-8198-thread-4) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1853607 ERROR (jetty-launcher-8198-thread-2) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1853607 INFO  (jetty-launcher-8198-thread-2) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1853607 ERROR (jetty-launcher-8198-thread-5) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1853607 INFO  (jetty-launcher-8198-thread-5) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1853607 INFO  (jetty-launcher-8198-thread-2) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 9.0.0
   [junit4]   2> 1853607 INFO  (jetty-launcher-8198-thread-2) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1853607 INFO  (jetty-launcher-8198-thread-5) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 9.0.0
   [junit4]   2> 1853607 INFO  (jetty-launcher-8198-thread-2) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr
   [junit4]   2> 1853607 INFO  (jetty-launcher-8198-thread-2) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-03-13T15:16:06.167283Z
   [junit4]   2> 1853607 INFO  (jetty-launcher-8198-thread-5) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1853607 INFO  (jetty-launcher-8198-thread-5) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr
   [junit4]   2> 1853607 INFO  (jetty-launcher-8198-thread-5) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-03-13T15:16:06.167316Z
   [junit4]   2> 1853607 INFO  (jetty-launcher-8198-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1853607 INFO  (jetty-launcher-8198-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1853607 INFO  (jetty-launcher-8198-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1853607 INFO  (jetty-launcher-8198-thread-1) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1853608 INFO  (jetty-launcher-8198-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1a223078{/solr,null,AVAILABLE}
   [junit4]   2> 1853609 INFO  (jetty-launcher-8198-thread-4) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1853609 INFO  (jetty-launcher-8198-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1853609 INFO  (jetty-launcher-8198-thread-5) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1853609 INFO  (jetty-launcher-8198-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@113cc300{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:53600}
   [junit4]   2> 1853609 INFO  (jetty-launcher-8198-thread-1) [     ] o.e.j.s.Server Started @1853728ms
   [junit4]   2> 1853609 INFO  (jetty-launcher-8198-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=53600}
   [junit4]   2> 1853610 ERROR (jetty-launcher-8198-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1853610 INFO  (jetty-launcher-8198-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1853610 INFO  (jetty-launcher-8198-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 9.0.0
   [junit4]   2> 1853610 INFO  (jetty-launcher-8198-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1853610 INFO  (jetty-launcher-8198-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr
   [junit4]   2> 1853610 INFO  (jetty-launcher-8198-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-03-13T15:16:06.170208Z
   [junit4]   2> 1853612 INFO  (jetty-launcher-8198-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1853612 INFO  (zkConnectionManagerCallback-8202-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1853612 INFO  (jetty-launcher-8198-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1853614 INFO  (jetty-launcher-8198-thread-3) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1853615 INFO  (zkConnectionManagerCallback-8204-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1853615 INFO  (jetty-launcher-8198-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1853616 INFO  (zkConnectionManagerCallback-8208-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1853616 INFO  (jetty-launcher-8198-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1853617 INFO  (jetty-launcher-8198-thread-2) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1853619 INFO  (zkConnectionManagerCallback-8206-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1853619 INFO  (jetty-launcher-8198-thread-5) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1853621 INFO  (jetty-launcher-8198-thread-1) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1853628 INFO  (jetty-launcher-8198-thread-5) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1853734 INFO  (jetty-launcher-8198-thread-3) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1853734 INFO  (jetty-launcher-8198-thread-4) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1853743 WARN  (jetty-launcher-8198-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@7e7eeb77[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1853744 WARN  (jetty-launcher-8198-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@7e7eeb77[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1853746 WARN  (jetty-launcher-8198-thread-4) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@f8e13f[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1853746 WARN  (jetty-launcher-8198-thread-4) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@f8e13f[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1853765 WARN  (jetty-launcher-8198-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@2ca126fd[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1853766 WARN  (jetty-launcher-8198-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@2ca126fd[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1853774 WARN  (jetty-launcher-8198-thread-4) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@54babae1[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1853774 WARN  (jetty-launcher-8198-thread-4) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@54babae1[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1853775 INFO  (jetty-launcher-8198-thread-3) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:53588/solr
   [junit4]   2> 1853778 INFO  (jetty-launcher-8198-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1853789 INFO  (jetty-launcher-8198-thread-4) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:53588/solr
   [junit4]   2> 1853791 INFO  (zkConnectionManagerCallback-8219-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1853793 INFO  (jetty-launcher-8198-thread-4) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1853795 INFO  (zkConnectionManagerCallback-8222-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1853802 INFO  (jetty-launcher-8198-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1853804 INFO  (jetty-launcher-8198-thread-4) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1853840 INFO  (jetty-launcher-8198-thread-2) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1853843 WARN  (jetty-launcher-8198-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@4778ec1e[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1853843 WARN  (jetty-launcher-8198-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@4778ec1e[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1853846 INFO  (jetty-launcher-8198-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1853850 WARN  (jetty-launcher-8198-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@283cdf6[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1853850 WARN  (jetty-launcher-8198-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@283cdf6[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1853856 WARN  (jetty-launcher-8198-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@284bb5eb[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1853856 WARN  (jetty-launcher-8198-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@284bb5eb[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1853869 INFO  (jetty-launcher-8198-thread-2) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:53588/solr
   [junit4]   2> 1853872 WARN  (jetty-launcher-8198-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@3c36e99a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1853872 WARN  (jetty-launcher-8198-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@3c36e99a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1853874 INFO  (jetty-launcher-8198-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:53588/solr
   [junit4]   2> 1853876 INFO  (jetty-launcher-8198-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1853878 INFO  (zkConnectionManagerCallback-8232-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1853878 INFO  (jetty-launcher-8198-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1853881 INFO  (jetty-launcher-8198-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1853886 INFO  (zkConnectionManagerCallback-8236-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1853887 INFO  (jetty-launcher-8198-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1853950 INFO  (jetty-launcher-8198-thread-5) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1853952 WARN  (jetty-launcher-8198-thread-5) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@4d3bcba4[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1853952 WARN  (jetty-launcher-8198-thread-5) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@4d3bcba4[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1853954 WARN  (jetty-launcher-8198-thread-5) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@131eceb8[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1853955 WARN  (jetty-launcher-8198-thread-5) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@131eceb8[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1853958 INFO  (jetty-launcher-8198-thread-5) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:53588/solr
   [junit4]   2> 1853962 INFO  (jetty-launcher-8198-thread-5) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1853963 INFO  (jetty-launcher-8198-thread-4) [n:127.0.0.1:53595_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1853966 INFO  (zkConnectionManagerCallback-8243-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1853966 INFO  (jetty-launcher-8198-thread-5) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1853966 INFO  (zkConnectionManagerCallback-8245-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1853966 INFO  (jetty-launcher-8198-thread-4) [n:127.0.0.1:53595_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1854065 INFO  (jetty-launcher-8198-thread-3) [n:127.0.0.1:53596_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1854069 INFO  (zkConnectionManagerCallback-8247-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1854069 INFO  (jetty-launcher-8198-thread-3) [n:127.0.0.1:53596_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1854174 INFO  (jetty-launcher-8198-thread-1) [n:127.0.0.1:53600_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1854179 INFO  (zkConnectionManagerCallback-8249-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1854179 INFO  (jetty-launcher-8198-thread-1) [n:127.0.0.1:53600_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1854278 INFO  (jetty-launcher-8198-thread-2) [n:127.0.0.1:53598_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1854286 INFO  (zkConnectionManagerCallback-8251-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1854286 INFO  (jetty-launcher-8198-thread-2) [n:127.0.0.1:53598_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1854288 INFO  (jetty-launcher-8198-thread-5) [n:127.0.0.1:53599_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1854293 INFO  (zkConnectionManagerCallback-8253-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1854294 INFO  (jetty-launcher-8198-thread-5) [n:127.0.0.1:53599_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1855659 INFO  (jetty-launcher-8198-thread-1) [n:127.0.0.1:53600_solr     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:53600_solr
   [junit4]   2> 1855679 INFO  (jetty-launcher-8198-thread-1) [n:127.0.0.1:53600_solr     ] o.a.s.c.Overseer Overseer (id=72129493471002639-127.0.0.1:53600_solr-n_0000000000) starting
   [junit4]   2> 1855789 INFO  (OverseerStateUpdate-72129493471002639-127.0.0.1:53600_solr-n_0000000000) [n:127.0.0.1:53600_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:53600_solr
   [junit4]   2> 1855794 INFO  (jetty-launcher-8198-thread-1) [n:127.0.0.1:53600_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:53600_solr
   [junit4]   2> 1855808 INFO  (zkCallback-8248-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1855844 INFO  (jetty-launcher-8198-thread-1) [n:127.0.0.1:53600_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1855845 WARN  (jetty-launcher-8198-thread-1) [n:127.0.0.1:53600_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> 1855888 INFO  (jetty-launcher-8198-thread-1) [n:127.0.0.1:53600_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1855938 INFO  (jetty-launcher-8198-thread-1) [n:127.0.0.1:53600_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_53600.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3d15a33b
   [junit4]   2> 1855972 INFO  (jetty-launcher-8198-thread-1) [n:127.0.0.1:53600_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_53600.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3d15a33b
   [junit4]   2> 1855972 INFO  (jetty-launcher-8198-thread-1) [n:127.0.0.1:53600_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_53600.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3d15a33b
   [junit4]   2> 1855972 INFO  (jetty-launcher-8198-thread-1) [n:127.0.0.1:53600_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.TestPolicyCloud_47C823FA9770C70D-001/tempDir-001/node1/.
   [junit4]   2> 1856064 INFO  (jetty-launcher-8198-thread-2) [n:127.0.0.1:53598_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1856083 INFO  (jetty-launcher-8198-thread-3) [n:127.0.0.1:53596_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1856102 INFO  (jetty-launcher-8198-thread-5) [n:127.0.0.1:53599_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1856158 INFO  (jetty-launcher-8198-thread-4) [n:127.0.0.1:53595_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1856160 INFO  (jetty-launcher-8198-thread-2) [n:127.0.0.1:53598_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:53598_solr as DOWN
   [junit4]   2> 1856178 INFO  (jetty-launcher-8198-thread-2) [n:127.0.0.1:53598_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1856178 INFO  (jetty-launcher-8198-thread-2) [n:127.0.0.1:53598_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:53598_solr
   [junit4]   2> 1856195 INFO  (jetty-launcher-8198-thread-3) [n:127.0.0.1:53596_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:53596_solr as DOWN
   [junit4]   2> 1856199 INFO  (zkCallback-8248-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1856202 INFO  (zkCallback-8244-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1856202 INFO  (zkCallback-8246-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1856202 INFO  (zkCallback-8252-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1856202 INFO  (zkCallback-8250-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1856212 INFO  (jetty-launcher-8198-thread-3) [n:127.0.0.1:53596_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1856212 INFO  (jetty-launcher-8198-thread-3) [n:127.0.0.1:53596_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:53596_solr
   [junit4]   2> 1856217 INFO  (jetty-launcher-8198-thread-5) [n:127.0.0.1:53599_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:53599_solr as DOWN
   [junit4]   2> 1856228 INFO  (jetty-launcher-8198-thread-2) [n:127.0.0.1:53598_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1856229 WARN  (jetty-launcher-8198-thread-2) [n:127.0.0.1:53598_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> 1856231 INFO  (zkCallback-8246-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1856231 INFO  (zkCallback-8252-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1856231 INFO  (zkCallback-8250-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1856232 INFO  (zkCallback-8248-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1856244 INFO  (zkCallback-8244-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1856244 INFO  (jetty-launcher-8198-thread-5) [n:127.0.0.1:53599_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1856244 INFO  (jetty-launcher-8198-thread-5) [n:127.0.0.1:53599_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:53599_solr
   [junit4]   2> 1856265 INFO  (jetty-launcher-8198-thread-4) [n:127.0.0.1:53595_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:53595_solr as DOWN
   [junit4]   2> 1856276 INFO  (jetty-launcher-8198-thread-2) [n:127.0.0.1:53598_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1856277 INFO  (zkCallback-8252-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1856277 INFO  (zkCallback-8244-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1856277 INFO  (zkCallback-8250-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1856277 INFO  (zkCallback-8246-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1856284 INFO  (zkCallback-8248-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1856295 INFO  (jetty-launcher-8198-thread-3) [n:127.0.0.1:53596_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1856297 WARN  (jetty-launcher-8198-thread-3) [n:127.0.0.1:53596_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> 1856326 INFO  (jetty-launcher-8198-thread-4) [n:127.0.0.1:53595_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1856326 INFO  (jetty-launcher-8198-thread-4) [n:127.0.0.1:53595_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:53595_solr
   [junit4]   2> 1856337 INFO  (jetty-launcher-8198-thread-3) [n:127.0.0.1:53596_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1856347 INFO  (jetty-launcher-8198-thread-5) [n:127.0.0.1:53599_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1856348 WARN  (jetty-launcher-8198-thread-5) [n:127.0.0.1:53599_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> 1856358 INFO  (zkCallback-8248-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1856358 INFO  (zkCallback-8252-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1856358 INFO  (zkCallback-8250-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1856358 INFO  (zkCallback-8244-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1856359 INFO  (zkCallback-8246-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1856387 INFO  (jetty-launcher-8198-thread-5) [n:127.0.0.1:53599_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1856400 INFO  (jetty-launcher-8198-thread-4) [n:127.0.0.1:53595_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1856400 WARN  (jetty-launcher-8198-thread-4) [n:127.0.0.1:53595_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> 1856439 INFO  (jetty-launcher-8198-thread-4) [n:127.0.0.1:53595_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1856560 INFO  (jetty-launcher-8198-thread-2) [n:127.0.0.1:53598_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_53598.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3d15a33b
   [junit4]   2> 1856990 INFO  (jetty-launcher-8198-thread-2) [n:127.0.0.1:53598_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_53598.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3d15a33b
   [junit4]   2> 1856993 INFO  (jetty-launcher-8198-thread-2) [n:127.0.0.1:53598_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_53598.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3d15a33b
   [junit4]   2> 1857027 INFO  (jetty-launcher-8198-thread-2) [n:127.0.0.1:53598_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.TestPolicyCloud_47C823FA9770C70D-001/tempDir-001/node2/.
   [junit4]   2> 1857066 INFO  (jetty-launcher-8198-thread-3) [n:127.0.0.1:53596_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_53596.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3d15a33b
   [junit4]   2> 1857069 INFO  (jetty-launcher-8198-thread-4) [n:127.0.0.1:53595_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_53595.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3d15a33b
   [junit4]   2> 1857092 INFO  (jetty-launcher-8198-thread-5) [n:127.0.0.1:53599_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_53599.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3d15a33b
   [junit4]   2> 1857120 WARN  (jetty-launcher-8198-thread-3) [n:127.0.0.1:53596_solr     ] o.a.s.m.r.j.JmxMetricsReporter Unable to register gauge
   [junit4]   2>           => javax.management.InstanceNotFoundException: solr_53596:dom1=solr,dom2=jvm,name0=os,name=freeSwapSpaceSize
   [junit4]   2> 	at java.management/com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getMBean(DefaultMBeanServerInterceptor.java:1083)
   [junit4]   2> javax.management.InstanceNotFoundException: solr_53596:dom1=solr,dom2=jvm,name0=os,name=freeSwapSpaceSize
   [junit4]   2> 	at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getMBean(DefaultMBeanServerInterceptor.java:1083) ~[?:?]
   [junit4]   2> 	at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.exclusiveUnregisterMBean(DefaultMBeanServerInterceptor.java:423) ~[?:?]
   [junit4]   2> 	at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.unregisterMBean(DefaultMBeanServerInterceptor.java:411) ~[?:?]
   [junit4]   2> 	at com.sun.jmx.mbeanserver.JmxMBeanServer.unregisterMBean(JmxMBeanServer.java:546) ~[?:?]
   [junit4]   2> 	at org.apache.solr.metrics.reporters.jmx.JmxMetricsReporter$JmxListener.registerMBean(JmxMetricsReporter.java:530) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.metrics.reporters.jmx.JmxMetricsReporter$JmxListener.onGaugeAdded(JmxMetricsReporter.java:568) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.metrics.reporters.jmx.JmxMetricsReporter.lambda$start$0(JmxMetricsReporter.java:741) ~[java/:?]
   [junit4]   2> 	at java.util.HashMap.forEach(HashMap.java:1425) ~[?:?]
   [junit4]   2> 	at org.apache.solr.metrics.reporters.jmx.JmxMetricsReporter.start(JmxMetricsReporter.java:731) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.metrics.reporters.SolrJmxReporter.doInit(SolrJmxReporter.java:109) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.metrics.SolrMetricReporter.init(SolrMetricReporter.java:70) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.metrics.SolrMetricManager.loadReporter(SolrMetricManager.java:964) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.metrics.SolrMetricManager.loadReporters(SolrMetricManager.java:890) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:688) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.createCoreContainer(SolrDispatchFilter.java:263) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.init(SolrDispatchFilter.java:183) ~[java/:?]
   [junit4]   2> 	at org.eclipse.jetty.servlet.FilterHolder.initialize(FilterHolder.java:134) ~[jetty-servlet-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.lambda$initialize$0(ServletHandler.java:751) ~[jetty-servlet-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2> 	at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948) ~[?:?]
   [junit4]   2> 	at java.util.stream.Streams$ConcatSpliterator.forEachRemaining(Streams.java:734) ~[?:?]
   [junit4]   2> 	at java.util.stream.Streams$ConcatSpliterator.forEachRemaining(Streams.java:734) ~[?:?]
   [junit4]   2> 	at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:658) ~[?:?]
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.initialize(ServletHandler.java:744) ~[jetty-servlet-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.updateMappings(ServletHandler.java:1448) ~[jetty-servlet-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.setFilterMappings(ServletHandler.java:1507) ~[jetty-servlet-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.addFilterMapping(ServletHandler.java:1164) ~[jetty-servlet-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.addFilterWithMapping(ServletHandler.java:1003) ~[jetty-servlet-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletContextHandler.addFilter(ServletContextHandler.java:459) ~[jetty-servlet-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner$1.lifeCycleStarted(JettySolrRunner.java:382) ~[java/:?]
   [junit4]   2> 	at org.eclipse.jetty.util.component.AbstractLifeCycle.setStarted(AbstractLifeCycle.java:193) ~[jetty-util-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2> 	at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:73) ~[jetty-util-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner.retryOnPortBindFailure(JettySolrRunner.java:565) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner.start(JettySolrRunner.java:504) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner.start(JettySolrRunner.java:472) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.cloud.MiniSolrCloudCluster.startJettySolrRunner(MiniSolrCloudCluster.java:471) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.cloud.MiniSolrCloudCluster.lambda$new$0(MiniSolrCloudCluster.java:302) ~[java/:?]
   [junit4]   2> 	at java.util.concurrent.FutureTask.run(FutureTask.java:264) ~[?:?]
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210) ~[java/:?]
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130) ~[?:?]
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:630) ~[?:?]
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:832) [?:?]
   [junit4]   2> 1857183 INFO  (jetty-launcher-8198-thread-3) [n:127.0.0.1:53596_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_53596.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3d15a33b
   [junit4]   2> 1857183 INFO  (jetty-launcher-8198-thread-4) [n:127.0.0.1:53595_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_53595.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3d15a33b
   [junit4]   2> 1857184 INFO  (jetty-launcher-8198-thread-4) [n:127.0.0.1:53595_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_53595.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3d15a33b
   [junit4]   2> 1857184 INFO  (jetty-launcher-8198-thread-3) [n:127.0.0.1:53596_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_53596.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3d15a33b
   [junit4]   2> 1857195 INFO  (jetty-launcher-8198-thread-4) [n:127.0.0.1:53595_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.TestPolicyCloud_47C823FA9770C70D-001/tempDir-001/node4/.
   [junit4]   2> 1857195 INFO  (jetty-launcher-8198-thread-3) [n:127.0.0.1:53596_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.TestPolicyCloud_47C823FA9770C70D-001/tempDir-001/node3/.
   [junit4]   2> 1857202 INFO  (jetty-launcher-8198-thread-5) [n:127.0.0.1:53599_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_53599.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3d15a33b
   [junit4]   2> 1857202 INFO  (jetty-launcher-8198-thread-5) [n:127.0.0.1:53599_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_53599.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3d15a33b
   [junit4]   2> 1857204 INFO  (jetty-launcher-8198-thread-5) [n:127.0.0.1:53599_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.TestPolicyCloud_47C823FA9770C70D-001/tempDir-001/node5/.
   [junit4]   2> 1857420 INFO  (SUITE-TestPolicyCloud-seed#[47C823FA9770C70D]-worker) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=5
   [junit4]   2> 1857422 INFO  (SUITE-TestPolicyCloud-seed#[47C823FA9770C70D]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1857425 INFO  (zkConnectionManagerCallback-8278-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1857425 INFO  (SUITE-TestPolicyCloud-seed#[47C823FA9770C70D]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1857429 INFO  (SUITE-TestPolicyCloud-seed#[47C823FA9770C70D]-worker) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (5)
   [junit4]   2> 1857432 INFO  (SUITE-TestPolicyCloud-seed#[47C823FA9770C70D]-worker) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:53588/solr ready
   [junit4]   2> 1857655 INFO  (TEST-TestPolicyCloud.testCreateCollection-seed#[47C823FA9770C70D]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testCreateCollection
   [junit4]   2> 1857670 INFO  (qtp1167995361-24258) [n:127.0.0.1:53595_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> 1857672 INFO  (qtp1640935385-24283) [n:127.0.0.1:53596_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> 1857674 INFO  (qtp568221614-24275) [n:127.0.0.1:53598_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> 1857677 INFO  (qtp1848948362-24277) [n:127.0.0.1:53599_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> 1857679 INFO  (qtp536559247-24289) [n:127.0.0.1:53600_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> 1857683 INFO  (qtp1640935385-24281) [n:127.0.0.1:53596_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/autoscaling params={wt=javabin&version=2} status=0 QTime=24
   [junit4]   2> 1857685 INFO  (qtp1167995361-24268) [n:127.0.0.1:53595_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params collection.configName=conf&name=testCreateCollection&nrtReplicas=1&action=CREATE&numShards=2&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1857693 INFO  (OverseerThreadFactory-5986-thread-1-processing-n:127.0.0.1:53600_solr) [n:127.0.0.1:53600_solr     ] o.a.s.c.a.c.CreateCollectionCmd Create collection testCreateCollection
   [junit4]   2> 1857820 INFO  (qtp1167995361-24258) [n:127.0.0.1:53595_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> 1857821 INFO  (qtp1848948362-24288) [n:127.0.0.1:53599_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> 1857824 INFO  (qtp1640935385-24282) [n:127.0.0.1:53596_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> 1857826 INFO  (qtp568221614-24280) [n:127.0.0.1:53598_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> 1857827 INFO  (qtp536559247-24292) [n:127.0.0.1:53600_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> 1857841 ERROR (OverseerThreadFactory-5986-thread-1-processing-n:127.0.0.1:53600_solr) [n:127.0.0.1:53600_solr     ] o.a.s.c.s.c.a.PolicyHelper errorId : AutoScaling.error.diagnostics.1097102790947114  {
   [junit4]   2>   "sortedNodes":[{
   [junit4]   2>       "node":"127.0.0.1:53595_solr",
   [junit4]   2>       "isLive":true,
   [junit4]   2>       "cores":0.0,
   [junit4]   2>       "freedisk":32.01953887939453,
   [junit4]   2>       "totaldisk":63.804649353027344,
   [junit4]   2>       "replicas":{"testCreateCollection":{"shard1":[]}}}
   [junit4]   2>     ,{
   [junit4]   2>       "node":"127.0.0.1:53599_solr",
   [junit4]   2>       "isLive":true,
   [junit4]   2>       "cores":0.0,
   [junit4]   2>       "freedisk":32.019535064697266,
   [junit4]   2>       "totaldisk":63.804649353027344,
   [junit4]   2>       "replicas":{"testCreateCollection":{"shard1":[]}}}
   [junit4]   2>     ,{
   [junit4]   2>       "node":"127.0.0.1:53596_solr",
   [junit4]   2>       "isLive":true,
   [junit4]   2>       "cores":0.0,
   [junit4]   2>       "freedisk":32.019535064697266,
   [junit4]   2>       "totaldisk":63.804649353027344,
   [junit4]   2>       "replicas":{"testCreateCollection":{"shard1":[]}}}
   [junit4]   2>     ,{
   [junit4]   2>       "node":"127.0.0.1:53598_solr",
   [junit4]   2>       "isLive":true,
   [junit4]   2>       "cores":0.0,
   [junit4]   2>       "freedisk":32.019535064697266,
   [junit4]   2>       "totaldisk":63.804649353027344,
   [junit4]   2>       "replicas":{"testCreateCollection":{"shard1":[]}}}
   [junit4]   2>     ,{
   [junit4]   2>       "node":"127.0.0.1:53600_solr",
   [junit4]   2>       "isLive":true,
   [junit4]   2>       "cores":0.0,
   [junit4]   2>       "freedisk":32.019535064697266,
   [junit4]   2>       "totaldisk":63.804649353027344,
   [junit4]   2>       "replicas":{"testCreateCollection":{"shard1":[]}}}],
   [junit4]   2>   "liveNodes":["127.0.0.1:53595_solr",
   [junit4]   2>     "127.0.0.1:53599_solr",
   [junit4]   2>     "127.0.0.1:53596_solr",
   [junit4]   2>     "127.0.0.1:53598_solr",
   [junit4]   2>     "127.0.0.1:53600_solr"],
   [junit4]   2>   "violations":[],
   [junit4]   2>   "config":{
   [junit4]   2>     "cluster-preferences":[{
   [junit4]   2>         "minimize":"cores",
   [junit4]   2>         "precision":1}
   [junit4]   2>       ,{
   [junit4]   2>         "maximize":"freedisk"}],
   [junit4]   2>     "cluster-policy":[{
   [junit4]   2>         "cores":"0",
   [junit4]   2>         "node":"#ANY"}]}}
   [junit4]   2> 1857849 INFO  (OverseerThreadFactory-5986-thread-1-processing-n:127.0.0.1:53600_solr) [n:127.0.0.1:53600_solr     ] o.a.s.c.a.c.OverseerCollectionMessageHandler Executing Collection Cmd=action=UNLOAD&deleteInstanceDir=true&deleteDataDir=true&deleteMetricsHistory=true, asyncId=null
   [junit4]   2> 1857966 INFO  (zkCallback-8248-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDeleted path:/collections/testCreateCollection/state.json] for collection [testCreateCollection] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 1857987 ERROR (OverseerThreadFactory-5986-thread-1-processing-n:127.0.0.1:53600_solr) [n:127.0.0.1:53600_solr     ] o.a.s.c.a.c.OverseerCollectionMessageHandler Collection: testCreateCollection operation: create failed:org.apache.solr.common.SolrException: Error getting replica locations :  No node can satisfy the rules "[{cores=0, node=#ANY}] More details from logs in node : 127.0.0.1:53600_solr, errorId : AutoScaling.error.diagnostics.1097102790947114"
   [junit4]   2> 	at org.apache.solr.cloud.api.collections.CreateCollectionCmd.call(CreateCollectionCmd.java:196)
   [junit4]   2> 	at org.apache.solr.cloud.api.collections.OverseerCollectionMessageHandler.processMessage(OverseerCollectionMessageHandler.java:263)
   [junit4]   2> 	at org.apache.solr.cloud.OverseerTaskProcessor$Runner.run(OverseerTaskProcessor.java:504)
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210)
   [junit4]   2> 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
   [junit4]   2> 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:630)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:832)
   [junit4]   2> Caused by: org.apache.solr.common.SolrException:  No node can satisfy the rules "[{cores=0, node=#ANY}] More details from logs in node : 127.0.0.1:53600_solr, errorId : AutoScaling.error.diagnostics.1097102790947114"
   [junit4]   2> 	at org.apache.solr.client.solrj.cloud.autoscaling.PolicyHelper.getReplicaLocations(PolicyHelper.java:185)
   [junit4]   2> 	at org.apache.solr.cloud.api.collections.Assign.getPositionsUsingPolicy(Assign.java:382)
   [junit4]   2> 	at org.apache.solr.cloud.api.collections.Assign$PolicyBasedAssignStrategy.assign(Assign.java:630)
   [junit4]   2> 	at org.apache.solr.cloud.api.collections.CreateCollectionCmd.buildReplicaPositions(CreateCollectionCmd.java:412)
   [junit4]   2> 	at org.apache.solr.cloud.api.collections.CreateCollectionCmd.call(CreateCollectionCmd.java:191)
   [junit4]   2> 	... 6 more
   [junit4]   2> 
   [junit4]   2> 1857995 INFO  (qtp1167995361-24268) [n:127.0.0.1:53595_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collection.configName=conf&name=testCreateCollection&nrtReplicas=1&action=CREATE&numShards=2&wt=javabin&version=2} status=400 QTime=309
   [junit4]   2> 1858611 INFO  (qtp1167995361-24258) [n:127.0.0.1:53595_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> 1858626 INFO  (qtp1848948362-24277) [n:127.0.0.1:53599_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=1
   [junit4]   2> 1858630 INFO  (qtp1640935385-24281) [n:127.0.0.1:53596_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=1
   [junit4]   2> 1858633 INFO  (qtp568221614-24275) [n:127.0.0.1:53598_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> 1858636 INFO  (qtp536559247-24289) [n:127.0.0.1:53600_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> 1858639 INFO  (qtp1167995361-24259) [n:127.0.0.1:53595_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/autoscaling params={wt=javabin&version=2} status=0 QTime=40
   [junit4]   2> 1858640 INFO  (qtp1167995361-24268) [n:127.0.0.1:53595_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params collection.configName=conf&name=testCreateCollection&nrtReplicas=1&action=CREATE&numShards=2&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1858655 INFO  (OverseerThreadFactory-5986-thread-2-processing-n:127.0.0.1:53600_solr) [n:127.0.0.1:53600_solr     ] o.a.s.c.a.c.CreateCollectionCmd Create collection testCreateCollection
   [junit4]   2> 1858658 INFO  (OverseerCollectionConfigSetProcessor-72129493471002639-127.0.0.1:53600_solr-n_0000000000) [n:127.0.0.1:53600_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> 1858894 INFO  (qtp1167995361-24257) [n:127.0.0.1:53595_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> 1858895 INFO  (qtp1848948362-24278) [n:127.0.0.1:53599_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> 1858897 INFO  (qtp1640935385-24274) [n:127.0.0.1:53596_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> 1858898 INFO  (qtp568221614-24276) [n:127.0.0.1:53598_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> 1858900 INFO  (qtp536559247-24290) [n:127.0.0.1:53600_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> 1858912 INFO  (OverseerStateUpdate-72129493471002639-127.0.0.1:53600_solr-n_0000000000) [n:127.0.0.1:53600_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testCreateCollection",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testCreateCollection_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:53600/solr",
   [junit4]   2>   "node_name":"127.0.0.1:53600_solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1858919 INFO  (OverseerStateUpdate-72129493471002639-127.0.0.1:53600_solr-n_0000000000) [n:127.0.0.1:53600_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testCreateCollection",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"testCreateCollection_shard2_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:53598/solr",
   [junit4]   2>   "node_name":"127.0.0.1:53598_solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1859133 INFO  (qtp536559247-24292) [n:127.0.0.1:53600_solr    x:testCreateCollection_shard1_replica_n1 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=testCreateCollection_shard1_replica_n1&action=CREATE&numShards=2&collection=testCreateCollection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1859133 INFO  (qtp568221614-24280) [n:127.0.0.1:53598_solr    x:testCreateCollection_shard2_replica_n2 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=testCreateCollection_shard2_replica_n2&action=CREATE&numShards=2&collection=testCreateCollection&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1859133 INFO  (qtp536559247-24292) [n:127.0.0.1:53600_solr    x:testCreateCollection_shard1_replica_n1 ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1859153 INFO  (qtp536559247-24292) [n:127.0.0.1:53600_solr c:testCreateCollection s:shard1 r:core_node3 x:testCreateCollection_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 1859153 INFO  (qtp568221614-24280) [n:127.0.0.1:53598_solr c:testCreateCollection s:shard2 r:core_node4 x:testCreateCollection_shard2_replica_n2 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 1859165 INFO  (qtp536559247-24292) [n:127.0.0.1:53600_solr c:testCreateCollection s:shard1 r:core_node3 x:testCreateCollection_shard1_replica_n1 ] o.a.s.s.IndexSchema Schema name=minimal
   [junit4]   2> 1859165 INFO  (qtp568221614-24280) [n:127.0.0.1:53598_solr c:testCreateCollection s:shard2 r:core_node4 x:testCreateCollection_shard2_replica_n2 ] o.a.s.s.IndexSchema Schema name=minimal
   [junit4]   2> 1859168 INFO  (qtp568221614-24280) [n:127.0.0.1:53598_solr c:testCreateCollection s:shard2 r:core_node4 x:testCreateCollection_shard2_replica_n2 ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1859168 INFO  (qtp536559247-24292) [n:127.0.0.1:53600_solr c:testCreateCollection s:shard1 r:core_node3 x:testCreateCollection_shard1_replica_n1 ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1859168 INFO  (qtp536559247-24292) [n:127.0.0.1:53600_solr c:testCreateCollection s:shard1 r:core_node3 x:testCreateCollection_shard1_replica_n1 ] o.a.s.c.CoreContainer Creating SolrCore 'testCreateCollection_shard1_replica_n1' using configuration from configset conf, trusted=true
   [junit4]   2> 1859168 INFO  (qtp568221614-24280) [n:127.0.0.1:53598_solr c:testCreateCollection s:shard2 r:core_node4 x:testCreateCollection_shard2_replica_n2 ] o.a.s.c.CoreContainer Creating SolrCore 'testCreateCollection_shard2_replica_n2' using configuration from configset conf, trusted=true
   [junit4]   2> 1859169 INFO  (qtp536559247-24292) [n:127.0.0.1:53600_solr c:testCreateCollection s:shard1 r:core_node3 x:testCreateCollection_shard1_replica_n1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_53600.solr.core.testCreateCollection.shard1.replica_n1' (registry 'solr.core.testCreateCollection.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3d15a33b
   [junit4]   2> 1859169 INFO  (qtp568221614-24280) [n:127.0.0.1:53598_solr c:testCreateCollection s:shard2 r:core_node4 x:testCreateCollection_shard2_replica_n2 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_53598.solr.core.testCreateCollection.shard2.replica_n2' (registry 'solr.core.testCreateCollection.shard2.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3d15a33b
   [junit4]   2> 1859169 INFO  (qtp536559247-24292) [n:127.0.0.1:53600_solr c:testCreateCollection s:shard1 r:core_node3 x:testCreateCollection_shard1_replica_n1 ] o.a.s.c.SolrCore [[testCreateCollection_shard1_replica_n1] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.TestPolicyCloud_47C823FA9770C70D-001/tempDir-001/node1/./testCreateCollection_shard1_replica_n1], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.TestPolicyCloud_47C823FA9770C70D-001/tempDir-001/node1/./testCreateCollection_shard1_replica_n1/data/]
   [junit4]   2> 1859169 INFO  (qtp568221614-24280) [n:127.0.0.1:53598_solr c:testCreateCollection s:shard2 r:core_node4 x:testCreateCollection_shard2_replica_n2 ] o.a.s.c.SolrCore [[testCreateCollection_shard2_replica_n2] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.TestPolicyCloud_47C823FA9770C70D-001/tempDir-001/node2/./testCreateCollection_shard2_replica_n2], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.TestPolicyCloud_47C823FA9770C70D-001/tempDir-001/node2/./testCreateCollection_shard2_replica_n2/data/]
   [junit4]   2> 1859246 INFO  (qtp568221614-24280) [n:127.0.0.1:53598_solr c:testCreateCollection s:shard2 r:core_node4 x:testCreateCollection_shard2_replica_n2 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1859246 INFO  (qtp568221614-24280) [n:127.0.0.1:53598_solr c:testCreateCollection s:shard2 r:core_node4 x:testCreateCollection_shard2_replica_n2 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1859247 INFO  (qtp536559247-24292) [n:127.0.0.1:53600_solr c:testCreateCollection s:shard1 r:core_node3 x:testCreateCollection_shard1_replica_n1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1859248 INFO  (qtp536559247-24292) [n:127.0.0.1:53600_solr c:testCreateCollection s:shard1 r:core_node3 x:testCreateCollection_shard1_replica_n1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1859249 INFO  (qtp568221614-24280) [n:127.0.0.1:53598_solr c:testCreateCollection s:shard2 r:core_node4 x:testCreateCollection_shard2_replica_n2 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1859249 INFO  (qtp568221614-24280) [n:127.0.0.1:53598_solr c:testCreateCollection s:shard2 r:core_node4 x:testCreateCollection_shard2_replica_n2 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1859249 INFO  (qtp536559247-24292) [n:127.0.0.1:53600_solr c:testCreateCollection s:shard1 r:core_node3 x:testCreateCollection_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1859249 INFO  (qtp536559247-24292) [n:127.0.0.1:53600_solr c:testCreateCollection s:shard1 r:core_node3 x:testCreateCollection_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1859250 INFO  (qtp568221614-24280) [n:127.0.0.1:53598_solr c:testCreateCollection s:shard2 r:core_node4 x:testCreateCollection_shard2_replica_n2 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@4f4e2aab[testCreateCollection_shard2_replica_n2] main]
   [junit4]   2> 1859251 INFO  (qtp536559247-24292) [n:127.0.0.1:53600_solr c:testCreateCollection s:shard1 r:core_node3 x:testCreateCollection_shard1_replica_n1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@5b7caa0c[testCreateCollection_shard1_replica_n1] main]
   [junit4]   2> 1859259 INFO  (qtp536559247-24292) [n:127.0.0.1:53600_solr c:testCreateCollection s:shard1 r:core_node3 x:testCreateCollection_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 1859259 INFO  (qtp568221614-24280) [n:127.0.0.1:53598_solr c:testCreateCollection s:shard2 r:core_node4 x:testCreateCollection_shard2_replica_n2 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 1859260 INFO  (qtp568221614-24280) [n:127.0.0.1:53598_solr c:testCreateCollection s:shard2 r:core_node4 x:testCreateCollection_shard2_replica_n2 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1859261 INFO  (qtp568221614-24280) [n:127.0.0.1:53598_solr c:testCreateCollection s:shard2 r:core_node4 x:testCreateCollection_shard2_replica_n2 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1859261 INFO  (qtp568221614-24280) [n:127.0.0.1:53598_solr c:testCreateCollection s:shard2 r:core_node4 x:testCreateCollection_shard2_replica_n2 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1661062424109776896
   [junit4]   2> 1859261 INFO  (qtp536559247-24292) [n:127.0.0.1:53600_solr c:testCreateCollection s:shard1 r:core_node3 x:testCreateCollection_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1859262 INFO  (qtp536559247-24292) [n:127.0.0.1:53600_solr c:testCreateCollection s:shard1 r:core_node3 x:testCreateCollection_shard1_replica_n1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1859262 INFO  (qtp536559247-24292) [n:127.0.0.1:53600_solr c:testCreateCollection s:shard1 r:core_node3 x:testCreateCollection_shard1_replica_n1 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1661062424110825472
   [junit4]   2> 1859267 INFO  (searcherExecutor-6007-thread-1-processing-n:127.0.0.1:53598_solr x:testCreateCollection_shard2_replica_n2 c:testCreateCollection s:shard2 r:core_node4) [n:127.0.0.1:53598_solr c:testCreateCollection s:shard2 r:core_node4 x:testCreateCollection_shard2_replica_n2 ] o.a.s.c.SolrCore [testCreateCollection_shard2_replica_n2] Registered new searcher Searcher@4f4e2aab[testCreateCollection_shard2_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1859269 INFO  (searcherExecutor-6008-thread-1-processing-n:127.0.0.1:53600_solr x:testCreateCollection_shard1_replica_n1 c:testCreateCollection s:shard1 r:core_node3) [n:127.0.0.1:53600_solr c:testCreateCollection s:shard1 r:core_node3 x:testCreateCollection_shard1_replica_n1 ] o.a.s.c.SolrCore [testCreateCollection_shard1_replica_n1] Registered new searcher Searcher@5b7caa0c[testCreateCollection_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1859279 INFO  (qtp568221614-24280) [n:127.0.0.1:53598_solr c:testCreateCollection s:shard2 r:core_node4 x:testCreateCollection_shard2_replica_n2 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/testCreateCollection/terms/shard2 to Terms{values={core_node4=0}, version=0}
   [junit4]   2> 1859279 INFO  (qtp568221614-24280) [n:127.0.0.1:53598_solr c:testCreateCollection s:shard2 r:core_node4 x:testCreateCollection_shard2_replica_n2 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/testCreateCollection/leaders/shard2
   [junit4]   2> 1859282 INFO  (qtp536559247-24292) [n:127.0.0.1:53600_solr c:testCreateCollection s:shard1 r:core_node3 x:testCreateCollection_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/testCreateCollection/terms/shard1 to Terms{values={core_node3=0}, version=0}
   [junit4]   2> 1859282 INFO  (qtp536559247-24292) [n:127.0.0.1:53600_solr c:testCreateCollection s:shard1 r:core_node3 x:testCreateCollection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/testCreateCollection/leaders/shard1
   [junit4]   2> 1859298 INFO  (qtp568221614-24280) [n:127.0.0.1:53598_solr c:testCreateCollection s:shard2 r:core_node4 x:testCreateCollection_shard2_replica_n2 ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1859298 INFO  (qtp568221614-24280) [n:127.0.0.1:53598_solr c:testCreateCollection s:shard2 r:core_node4 x:testCreateCollection_shard2_replica_n2 ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1859298 INFO  (qtp568221614-24280) [n:127.0.0.1:53598_solr c:testCreateCollection s:shard2 r:core_node4 x:testCreateCollection_shard2_replica_n2 ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:53598/solr/testCreateCollection_shard2_replica_n2/
   [junit4]   2> 1859299 INFO  (qtp568221614-24280) [n:127.0.0.1:53598_solr c:testCreateCollection s:shard2 r:core_node4 x:testCreateCollection_shard2_replica_n2 ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1859300 INFO  (qtp568221614-24280) [n:127.0.0.1:53598_solr c:testCreateCollection s:shard2 r:core_node4 x:testCreateCollection_shard2_replica_n2 ] o.a.s.c.SyncStrategy http://127.0.0.1:53598/solr/testCreateCollection_shard2_replica_n2/ has no replicas
   [junit4]   2> 1859300 INFO  (qtp568221614-24280) [n:127.0.0.1:53598_solr c:testCreateCollection s:shard2 r:core_node4 x:testCreateCollection_shard2_replica_n2 ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/testCreateCollection/leaders/shard2/leader after winning as /collections/testCreateCollection/leader_elect/shard2/election/72129493471002640-core_node4-n_0000000000
   [junit4]   2> 1859302 INFO  (qtp536559247-24292) [n:127.0.0.1:53600_solr c:testCreateCollection s:shard1 r:core_node3 x:testCreateCollection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1859302 INFO  (qtp536559247-24292) [n:127.0.0.1:53600_solr c:testCreateCollection s:shard1 r:core_node3 x:testCreateCollection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1859302 INFO  (qtp536559247-24292) [n:127.0.0.1:53600_solr c:testCreateCollection s:shard1 r:core_node3 x:testCreateCollection_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:53600/solr/testCreateCollection_shard1_replica_n1/
   [junit4]   2> 1859303 INFO  (qtp536559247-24292) [n:127.0.0.1:53600_solr c:testCreateCollection s:shard1 r:core_node3 x:testCreateCollection_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1859308 INFO  (qtp536559247-24292) [n:127.0.0.1:53600_solr c:testCreateCollection s:shard1 r:core_node3 x:testCreateCollection_shard1_replica_n1 ] o.a.s.c.SyncStrategy http://127.0.0.1:53600/solr/testCreateCollection_shard1_replica_n1/ has no replicas
   [junit4]   2> 1859308 INFO  (qtp536559247-24292) [n:127.0.0.1:53600_solr c:testCreateCollection s:shard1 r:core_node3 x:testCreateCollection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/testCreateCollection/leaders/shard1/leader after winning as /collections/testCreateCollection/leader_elect/shard1/election/72129493471002639-core_node3-n_0000000000
   [junit4]   2> 1859311 INFO  (qtp568221614-24280) [n:127.0.0.1:53598_solr c:testCreateCollection s:shard2 r:core_node4 x:testCreateCollection_shard2_replica_n2 ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:53598/solr/testCreateCollection_shard2_replica_n2/ shard2
   [junit4]   2> 1859319 INFO  (qtp536559247-24292) [n:127.0.0.1:53600_solr c:testCreateCollection s:shard1 r:core_node3 x:testCreateCollection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:53600/solr/testCreateCollection_shard1_replica_n1/ shard1
   [junit4]   2> 1859424 INFO  (zkCallback-8248-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testCreateCollection/state.json] for collection [testCreateCollection] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 1859424 INFO  (zkCallback-8250-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testCreateCollection/state.json] for collection [testCreateCollection] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 1859424 INFO  (zkCallback-8250-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testCreateCollection/state.json] for collection [testCreateCollection] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 1859424 INFO  (zkCallback-8248-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testCreateCollection/state.json] for collection [testCreateCollection] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 1859427 INFO  (qtp536559247-24292) [n:127.0.0.1:53600_solr c:testCreateCollection s:shard1 r:core_node3 x:testCreateCollection_shard1_replica_n1 ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1859427 INFO  (qtp568221614-24280) [n:127.0.0.1:53598_solr c:testCreateCollection s:shard2 r:core_node4 x:testCreateCollection_shard2_replica_n2 ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1859432 INFO  (qtp536559247-24292) [n:127.0.0.1:53600_solr c:testCreateCollection s:shard1 r:core_node3 x:testCreateCollection_shard1_replica_n1 ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=testCreateCollection_shard1_replica_n1&action=CREATE&numShards=2&collection=testCreateCollection&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=299
   [junit4]   2> 1859432 INFO  (qtp568221614-24280) [n:127.0.0.1:53598_solr c:testCreateCollection s:shard2 r:core_node4 x:testCreateCollection_shard2_replica_n2 ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/

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

BLE}
   [junit4]   2> 1908034 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[47C823FA9770C70D]) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1908037 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[47C823FA9770C70D]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testCdcrDocVersions
   [junit4]   2> 1908037 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[47C823FA9770C70D]) [     ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 1908243 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/aliases.json
   [junit4]   2> 	4	/solr/packages.json
   [junit4]   2> 	4	/solr/security.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	5	/solr/clusterstate.json
   [junit4]   2> 	5	/solr/clusterprops.json
   [junit4]   2> 	4	/solr/autoscaling.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	21	/solr/live_nodes
   [junit4]   2> 	19	/solr/overseer/queue
   [junit4]   2> 	11	/solr/overseer/collection-queue-work
   [junit4]   2> 	10	/solr/collections
   [junit4]   2> 	4	/solr/autoscaling/events/.scheduled_maintenance
   [junit4]   2> 	4	/solr/autoscaling/events/.auto_add_replicas
   [junit4]   2> 	4	/solr/overseer/queue-work
   [junit4]   2> 
   [junit4]   2> 1908245 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[47C823FA9770C70D]) [     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:53790
   [junit4]   2> 1908245 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[47C823FA9770C70D]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:53790
   [junit4]   2> 1908245 INFO  (TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[47C823FA9770C70D]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 53790
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=CdcrVersionReplicationTest -Dtests.method=testCdcrDocVersions -Dtests.seed=47C823FA9770C70D -Dtests.slow=true -Dtests.locale=jmc -Dtests.timezone=Pacific/Samoa -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   28.4s J2 | CdcrVersionReplicationTest.testCdcrDocVersions <<<
   [junit4]    > Throwable #1: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:53816: ADDREPLICA failed to create replica
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([47C823FA9770C70D:BF5E285865162811]:0)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:665)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:265)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:368)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:296)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1143)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:906)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:838)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:224)
   [junit4]    > 	at org.apache.solr.cloud.cdcr.BaseCdcrDistributedZkTest.startServers(BaseCdcrDistributedZkTest.java:594)
   [junit4]    > 	at org.apache.solr.cloud.cdcr.BaseCdcrDistributedZkTest.createSourceCollection(BaseCdcrDistributedZkTest.java:352)
   [junit4]    > 	at org.apache.solr.cloud.cdcr.BaseCdcrDistributedZkTest.baseBefore(BaseCdcrDistributedZkTest.java:178)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]    > 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]    > 	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1082)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1054)
   [junit4]    > 	at java.base/java.lang.Thread.run(Thread.java:832)
   [junit4]   2> NOTE: leaving temporary files on disk at: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J2/temp/solr.cloud.cdcr.CdcrVersionReplicationTest_47C823FA9770C70D-001
   [junit4]   2> Mar 13, 2020 3:17:00 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene84): {}, docValues:{}, maxPointsInLeafNode=1756, maxMBSortInHeap=5.984799380710255, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@a7c4a2a), locale=jmc, timezone=Pacific/Samoa
   [junit4]   2> NOTE: Mac OS X 10.14.6 x86_64/Oracle Corporation 14 (64-bit)/cpus=6,threads=1,free=348127232,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [JSONWriterTest, SearchHandlerTest, TestSlowCompositeReaderWrapper, TestNestedDocsSort, TestOmitPositions, TestCodecSupport, AnalyticsMergeStrategyTest, TestIndexSearcher, BasicAuthStandaloneTest, TestFieldTypeResource, TestRecoveryHdfs, TestSolrCoreParser, BaseCdcrDistributedZkTest, BasicDistributedZkTest, TestMissingGroups, TestCrossCoreJoin, TestInPlaceUpdatesStandalone, TestPayloadScoreQParserPlugin, TestSuggestSpellingConverter, PluginInfoTest, TestRequestStatusCollectionAPI, TestMaxTokenLenTokenizer, SplitHandlerTest, TestReplicationHandler, ScriptEngineTest, HealthCheckHandlerTest, JsonLoaderTest, TestCaffeineCache, TestJsonRequest, FullHLLTest, ZkShardTermsTest, TestSerializedLuceneMatchVersion, ConvertedLegacyTest, CustomHighlightComponentTest, OverseerStatusTest, TestTlogReplica, TestSolrXml, AuthToolTest, TestSortByMinMaxFunction, TestSQLHandler, HdfsBasicDistributedZkTest, TestCloudDeleteByQuery, SolrGraphiteReporterTest, TestExceedMaxTermLength, TestFieldCacheVsDocValues, TestRawResponseWriter, TestSolrJacksonAnnotation, TestEmbeddedSolrServerAdminHandler, TestXmlQParser, TestDFISimilarityFactory, PeerSyncWithIndexFingerprintCachingTest, TestSimExtremeIndexing, UtilsToolTest, HighlighterTest, HdfsRecoveryZkTest, LeaderVoteWaitTimeoutTest, SOLR749Test, TestConfigsApi, TestDistribPackageStore, TestLegacyBM25SimilarityFactory, LeaderElectionIntegrationTest, SolrShardReporterTest, TestDynamicFieldCollectionResource, AdminHandlersProxyTest, TestFreeTextSuggestions, TestLuceneMatchVersion, AlternateDirectoryTest, ManagedSchemaRoundRobinCloudTest, TestBinaryField, VMParamsZkACLAndCredentialsProvidersTest, ResponseHeaderTest, SSLMigrationTest, MetricsConfigTest, DeleteInactiveReplicaTest, FileUtilsTest, TestConfigSets, TestChildDocTransformerHierarchy, DeleteStatusTest, IndexSizeTriggerTest, TestGeoJSONResponseWriter, MetricUtilsTest, TestDistributedMap, TestSimpleTextCodec, TestSimClusterStateProvider, DistributedVersionInfoTest, IndexBasedSpellCheckerTest, TestSystemCollAutoCreate, SyncSliceTest, TestCryptoKeys, TestPullReplica, TestPullReplicaErrorHandling, TestRebalanceLeaders, TestUtilizeNode, TestWithCollection, TestCollectionsAPIViaSolrCloudCluster, NodeAddedTriggerIntegrationTest, NodeLostTriggerIntegrationTest, NodeMarkersRegistrationTest, ScheduledMaintenanceTriggerTest, ScheduledTriggerIntegrationTest, SystemLogListenerTest, CdcrOpsAndBoundariesTest, CdcrReplicationHandlerTest, CdcrVersionReplicationTest]
   [junit4] Completed [628/905 (2!)] on J2 in 29.28s, 1 test, 1 error <<< FAILURES!

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

[repro] Revision: 0f10b5f0424d592ed319e1b90d91f28c3a8625a9

[repro] Ant options: "-Dargs=-XX:+UseCompressedOops -XX:+UnlockExperimentalVMOptions -XX:+UseZGC"
[repro] Repro line:  ant test  -Dtestcase=TestPolicyCloud -Dtests.seed=47C823FA9770C70D -Dtests.slow=true -Dtests.locale=lu -Dtests.timezone=Asia/Amman -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1

[repro] Repro line:  ant test  -Dtestcase=CdcrVersionReplicationTest -Dtests.method=testCdcrDocVersions -Dtests.seed=47C823FA9770C70D -Dtests.slow=true -Dtests.locale=jmc -Dtests.timezone=Pacific/Samoa -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1

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

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

[...truncated 3150 lines...]
[repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=10 -Dtests.class="*.TestPolicyCloud|*.CdcrVersionReplicationTest" -Dtests.showOutput=onerror "-Dargs=-XX:+UseCompressedOops -XX:+UnlockExperimentalVMOptions -XX:+UseZGC" -Dtests.seed=47C823FA9770C70D -Dtests.slow=true -Dtests.locale=lu -Dtests.timezone=Asia/Amman -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1

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

[...truncated 73 lines...]

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

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-MacOSX/5769/
Java: 64bit/jdk-12.0.2 -XX:-UseCompressedOops -XX:+UseParallelGC

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

Error Message:
Timeout occurred while waiting response from server at: http://127.0.0.1:60764/_wk/w

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occurred while waiting response from server at: http://127.0.0.1:60764/_wk/w
	at __randomizedtesting.SeedInfo.seed([E12EA5CB99EEBC0D:697A9A113712D1F5]: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:207)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:224)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.createServers(AbstractFullDistribZkTestBase.java:338)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1080)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1054)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:835)
Caused by: java.net.SocketTimeoutException: Read timed out
	at java.base/java.net.SocketInputStream.socketRead0(Native Method)
	at java.base/java.net.SocketInputStream.socketRead(SocketInputStream.java:115)
	at java.base/java.net.SocketInputStream.read(SocketInputStream.java:168)
	at java.base/java.net.SocketInputStream.read(SocketInputStream.java:140)
	at org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:137)
	at org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:153)
	at org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:280)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)
	at org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163)
	at org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:157)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:564)
	... 43 more


FAILED:  org.apache.solr.cloud.SyncSliceTest.test

Error Message:
expected:<5> but was:<4>

Stack Trace:
java.lang.AssertionError: expected:<5> but was:<4>
	at __randomizedtesting.SeedInfo.seed([E12EA5CB99EEBC0D:697A9A113712D1F5]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.failNotEquals(Assert.java:834)
	at org.junit.Assert.assertEquals(Assert.java:645)
	at org.junit.Assert.assertEquals(Assert.java:631)
	at org.apache.solr.cloud.SyncSliceTest.test(SyncSliceTest.java:150)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:567)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1082)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1054)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:835)


FAILED:  org.apache.solr.cloud.SystemCollectionCompatTest.testBackCompat

Error Message:
No live SolrServers available to handle this request:[http://127.0.0.1:53750/solr/.system]

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[http://127.0.0.1:53750/solr/.system]
	at __randomizedtesting.SeedInfo.seed([E12EA5CB99EEBC0D:91DB0662F926157B]:0)
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:345)
	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:207)
	at org.apache.solr.cloud.SystemCollectionCompatTest.setupSystemCollection(SystemCollectionCompatTest.java:118)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:567)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:976)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:835)
Caused by: org.apache.solr.client.solrj.SolrServerException: Timeout occurred while waiting response from server at: http://127.0.0.1:53750/solr/.system
	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)
	... 43 more
Caused by: java.net.SocketTimeoutException: Read timed out
	at java.base/java.net.SocketInputStream.socketRead0(Native Method)
	at java.base/java.net.SocketInputStream.socketRead(SocketInputStream.java:115)
	at java.base/java.net.SocketInputStream.read(SocketInputStream.java:168)
	at java.base/java.net.SocketInputStream.read(SocketInputStream.java:140)
	at org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:137)
	at org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:153)
	at org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:280)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)
	at org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163)
	at org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:157)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:564)
	... 47 more




Build Log:
[...truncated 13677 lines...]
   [junit4] Suite: org.apache.solr.cloud.SyncSliceTest
   [junit4]   2> 801301 INFO  (SUITE-SyncSliceTest-seed#[E12EA5CB99EEBC0D]-worker) [     ] o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to test-framework derived value of '/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/server/solr/configsets/_default/conf'
   [junit4]   2> 801301 INFO  (SUITE-SyncSliceTest-seed#[E12EA5CB99EEBC0D]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J2/temp/solr.cloud.SyncSliceTest_E12EA5CB99EEBC0D-001/data-dir-53-001
   [junit4]   2> 801302 WARN  (SUITE-SyncSliceTest-seed#[E12EA5CB99EEBC0D]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=7 numCloses=7
   [junit4]   2> 801302 INFO  (SUITE-SyncSliceTest-seed#[E12EA5CB99EEBC0D]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 801303 INFO  (SUITE-SyncSliceTest-seed#[E12EA5CB99EEBC0D]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason="", value=0.0/0.0, ssl=0.0/0.0, clientAuth=0.0/0.0) w/ MAC_OS_X supressed clientAuth
   [junit4]   2> 801303 INFO  (SUITE-SyncSliceTest-seed#[E12EA5CB99EEBC0D]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 801303 INFO  (SUITE-SyncSliceTest-seed#[E12EA5CB99EEBC0D]-worker) [     ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 801306 INFO  (TEST-SyncSliceTest.test-seed#[E12EA5CB99EEBC0D]) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 801306 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 801306 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 801415 INFO  (TEST-SyncSliceTest.test-seed#[E12EA5CB99EEBC0D]) [     ] o.a.s.c.ZkTestServer start zk server on port:54234
   [junit4]   2> 801416 INFO  (TEST-SyncSliceTest.test-seed#[E12EA5CB99EEBC0D]) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:54234
   [junit4]   2> 801417 INFO  (TEST-SyncSliceTest.test-seed#[E12EA5CB99EEBC0D]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:54234
   [junit4]   2> 801417 INFO  (TEST-SyncSliceTest.test-seed#[E12EA5CB99EEBC0D]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 54234
   [junit4]   2> 801428 INFO  (TEST-SyncSliceTest.test-seed#[E12EA5CB99EEBC0D]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 801438 INFO  (zkConnectionManagerCallback-4224-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 801439 INFO  (TEST-SyncSliceTest.test-seed#[E12EA5CB99EEBC0D]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 801453 INFO  (TEST-SyncSliceTest.test-seed#[E12EA5CB99EEBC0D]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 801458 INFO  (zkConnectionManagerCallback-4226-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 801459 INFO  (TEST-SyncSliceTest.test-seed#[E12EA5CB99EEBC0D]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 801471 INFO  (TEST-SyncSliceTest.test-seed#[E12EA5CB99EEBC0D]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 801497 INFO  (TEST-SyncSliceTest.test-seed#[E12EA5CB99EEBC0D]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 801503 INFO  (TEST-SyncSliceTest.test-seed#[E12EA5CB99EEBC0D]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 801511 INFO  (TEST-SyncSliceTest.test-seed#[E12EA5CB99EEBC0D]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 801518 INFO  (TEST-SyncSliceTest.test-seed#[E12EA5CB99EEBC0D]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 801525 INFO  (TEST-SyncSliceTest.test-seed#[E12EA5CB99EEBC0D]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 801531 INFO  (TEST-SyncSliceTest.test-seed#[E12EA5CB99EEBC0D]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 801536 INFO  (TEST-SyncSliceTest.test-seed#[E12EA5CB99EEBC0D]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 801541 INFO  (TEST-SyncSliceTest.test-seed#[E12EA5CB99EEBC0D]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 801546 INFO  (TEST-SyncSliceTest.test-seed#[E12EA5CB99EEBC0D]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 801550 INFO  (TEST-SyncSliceTest.test-seed#[E12EA5CB99EEBC0D]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 801556 INFO  (TEST-SyncSliceTest.test-seed#[E12EA5CB99EEBC0D]) [     ] o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly asked otherwise
   [junit4]   2> 802402 INFO  (TEST-SyncSliceTest.test-seed#[E12EA5CB99EEBC0D]) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 802402 INFO  (TEST-SyncSliceTest.test-seed#[E12EA5CB99EEBC0D]) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 802402 INFO  (TEST-SyncSliceTest.test-seed#[E12EA5CB99EEBC0D]) [     ] o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 363d5f2df3a8a28de40604320230664b9c793c16; jvm 12.0.2+10
   [junit4]   2> 802430 INFO  (TEST-SyncSliceTest.test-seed#[E12EA5CB99EEBC0D]) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 802430 INFO  (TEST-SyncSliceTest.test-seed#[E12EA5CB99EEBC0D]) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 802431 INFO  (TEST-SyncSliceTest.test-seed#[E12EA5CB99EEBC0D]) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 802432 INFO  (TEST-SyncSliceTest.test-seed#[E12EA5CB99EEBC0D]) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@28dcbf0{/,null,AVAILABLE}
   [junit4]   2> 802435 INFO  (TEST-SyncSliceTest.test-seed#[E12EA5CB99EEBC0D]) [     ] o.e.j.s.AbstractConnector Started ServerConnector@27716de2{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:54254}
   [junit4]   2> 802439 INFO  (TEST-SyncSliceTest.test-seed#[E12EA5CB99EEBC0D]) [     ] o.e.j.s.Server Started @802525ms
   [junit4]   2> 802439 INFO  (TEST-SyncSliceTest.test-seed#[E12EA5CB99EEBC0D]) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J2/temp/solr.cloud.SyncSliceTest_E12EA5CB99EEBC0D-001/tempDir-001/control/data, hostPort=54254, coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J2/temp/solr.cloud.SyncSliceTest_E12EA5CB99EEBC0D-001/control-001/cores}
   [junit4]   2> 802445 ERROR (TEST-SyncSliceTest.test-seed#[E12EA5CB99EEBC0D]) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 802445 INFO  (TEST-SyncSliceTest.test-seed#[E12EA5CB99EEBC0D]) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 802445 INFO  (TEST-SyncSliceTest.test-seed#[E12EA5CB99EEBC0D]) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 9.0.0
   [junit4]   2> 802445 INFO  (TEST-SyncSliceTest.test-seed#[E12EA5CB99EEBC0D]) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 802445 INFO  (TEST-SyncSliceTest.test-seed#[E12EA5CB99EEBC0D]) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr
   [junit4]   2> 802445 INFO  (TEST-SyncSliceTest.test-seed#[E12EA5CB99EEBC0D]) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-03-14T06:54:16.286286Z
   [junit4]   2> 802447 INFO  (TEST-SyncSliceTest.test-seed#[E12EA5CB99EEBC0D]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 802450 INFO  (zkConnectionManagerCallback-4228-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 802451 INFO  (TEST-SyncSliceTest.test-seed#[E12EA5CB99EEBC0D]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 802567 INFO  (TEST-SyncSliceTest.test-seed#[E12EA5CB99EEBC0D]) [     ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 802567 INFO  (TEST-SyncSliceTest.test-seed#[E12EA5CB99EEBC0D]) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J2/temp/solr.cloud.SyncSliceTest_E12EA5CB99EEBC0D-001/control-001/solr.xml
   [junit4]   2> 802572 INFO  (TEST-SyncSliceTest.test-seed#[E12EA5CB99EEBC0D]) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@3efd291b, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 802879 INFO  (TEST-SyncSliceTest.test-seed#[E12EA5CB99EEBC0D]) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 802882 WARN  (TEST-SyncSliceTest.test-seed#[E12EA5CB99EEBC0D]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@100df6f1[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 802882 WARN  (TEST-SyncSliceTest.test-seed#[E12EA5CB99EEBC0D]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@100df6f1[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 802893 WARN  (TEST-SyncSliceTest.test-seed#[E12EA5CB99EEBC0D]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@425e666[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 802893 WARN  (TEST-SyncSliceTest.test-seed#[E12EA5CB99EEBC0D]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@425e666[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 802912 INFO  (TEST-SyncSliceTest.test-seed#[E12EA5CB99EEBC0D]) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:54234/solr
   [junit4]   2> 802915 INFO  (TEST-SyncSliceTest.test-seed#[E12EA5CB99EEBC0D]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 802918 INFO  (zkConnectionManagerCallback-4235-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 802921 INFO  (TEST-SyncSliceTest.test-seed#[E12EA5CB99EEBC0D]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 803039 INFO  (TEST-SyncSliceTest.test-seed#[E12EA5CB99EEBC0D]) [n:127.0.0.1:54254_     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 803043 INFO  (zkConnectionManagerCallback-4237-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 803045 INFO  (TEST-SyncSliceTest.test-seed#[E12EA5CB99EEBC0D]) [n:127.0.0.1:54254_     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 803935 INFO  (TEST-SyncSliceTest.test-seed#[E12EA5CB99EEBC0D]) [n:127.0.0.1:54254_     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:54254_
   [junit4]   2> 803944 INFO  (TEST-SyncSliceTest.test-seed#[E12EA5CB99EEBC0D]) [n:127.0.0.1:54254_     ] o.a.s.c.Overseer Overseer (id=72133182445060100-127.0.0.1:54254_-n_0000000000) starting
   [junit4]   2> 804033 INFO  (OverseerStateUpdate-72133182445060100-127.0.0.1:54254_-n_0000000000) [n:127.0.0.1:54254_     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:54254_
   [junit4]   2> 804038 INFO  (TEST-SyncSliceTest.test-seed#[E12EA5CB99EEBC0D]) [n:127.0.0.1:54254_     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:54254_
   [junit4]   2> 804071 INFO  (zkCallback-4236-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 804123 INFO  (TEST-SyncSliceTest.test-seed#[E12EA5CB99EEBC0D]) [n:127.0.0.1:54254_     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 804125 WARN  (TEST-SyncSliceTest.test-seed#[E12EA5CB99EEBC0D]) [n:127.0.0.1:54254_     ] 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> 804165 INFO  (TEST-SyncSliceTest.test-seed#[E12EA5CB99EEBC0D]) [n:127.0.0.1:54254_     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 804231 INFO  (TEST-SyncSliceTest.test-seed#[E12EA5CB99EEBC0D]) [n:127.0.0.1:54254_     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3efd291b
   [junit4]   2> 804257 INFO  (TEST-SyncSliceTest.test-seed#[E12EA5CB99EEBC0D]) [n:127.0.0.1:54254_     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3efd291b
   [junit4]   2> 804257 INFO  (TEST-SyncSliceTest.test-seed#[E12EA5CB99EEBC0D]) [n:127.0.0.1:54254_     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3efd291b
   [junit4]   2> 804265 INFO  (TEST-SyncSliceTest.test-seed#[E12EA5CB99EEBC0D]) [n:127.0.0.1:54254_     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J2/temp/solr.cloud.SyncSliceTest_E12EA5CB99EEBC0D-001/control-001/cores
   [junit4]   2> 804327 INFO  (TEST-SyncSliceTest.test-seed#[E12EA5CB99EEBC0D]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 804329 INFO  (zkConnectionManagerCallback-4246-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 804332 INFO  (TEST-SyncSliceTest.test-seed#[E12EA5CB99EEBC0D]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 804350 INFO  (TEST-SyncSliceTest.test-seed#[E12EA5CB99EEBC0D]) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 804363 INFO  (TEST-SyncSliceTest.test-seed#[E12EA5CB99EEBC0D]) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:54234/solr ready
   [junit4]   2> 804367 INFO  (qtp1104300685-11032) [n:127.0.0.1:54254_     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:54254_&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 804388 INFO  (OverseerThreadFactory-3325-thread-1-processing-n:127.0.0.1:54254_) [n:127.0.0.1:54254_     ] o.a.s.c.a.c.CreateCollectionCmd Create collection control_collection
   [junit4]   2> 804541 INFO  (qtp1104300685-11034) [n:127.0.0.1:54254_    x:control_collection_shard1_replica_n1 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 804542 INFO  (qtp1104300685-11034) [n:127.0.0.1:54254_    x:control_collection_shard1_replica_n1 ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 805594 INFO  (qtp1104300685-11034) [n:127.0.0.1:54254_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 805615 INFO  (qtp1104300685-11034) [n:127.0.0.1:54254_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.s.IndexSchema Schema name=test
   [junit4]   2> 805771 INFO  (qtp1104300685-11034) [n:127.0.0.1:54254_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 806005 INFO  (qtp1104300685-11034) [n:127.0.0.1:54254_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.CoreContainer Creating SolrCore 'control_collection_shard1_replica_n1' using configuration from configset conf1, trusted=true
   [junit4]   2> 806006 INFO  (qtp1104300685-11034) [n:127.0.0.1:54254_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.control_collection.shard1.replica_n1' (registry 'solr.core.control_collection.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3efd291b
   [junit4]   2> 806008 INFO  (qtp1104300685-11034) [n:127.0.0.1:54254_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SolrCore [[control_collection_shard1_replica_n1] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J2/temp/solr.cloud.SyncSliceTest_E12EA5CB99EEBC0D-001/control-001/cores/control_collection_shard1_replica_n1], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J2/temp/solr.cloud.SyncSliceTest_E12EA5CB99EEBC0D-001/control-001/cores/control_collection_shard1_replica_n1/data/]
   [junit4]   2> 806016 INFO  (qtp1104300685-11034) [n:127.0.0.1:54254_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=30, maxMergeAtOnceExplicit=25, maxMergedSegmentMB=97.25390625, floorSegmentMB=0.697265625, forceMergeDeletesPctAllowed=27.57930074106843, segmentsPerTier=43.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0, deletesPctAllowed=23.34969552067416
   [junit4]   2> 806022 WARN  (qtp1104300685-11034) [n:127.0.0.1:54254_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A, b=B}}}
   [junit4]   2> 806223 INFO  (qtp1104300685-11034) [n:127.0.0.1:54254_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 806223 INFO  (qtp1104300685-11034) [n:127.0.0.1:54254_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 806225 INFO  (qtp1104300685-11034) [n:127.0.0.1:54254_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 806225 INFO  (qtp1104300685-11034) [n:127.0.0.1:54254_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 806226 INFO  (qtp1104300685-11034) [n:127.0.0.1:54254_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=41, maxMergeAtOnceExplicit=16, maxMergedSegmentMB=54.69140625, floorSegmentMB=1.6904296875, forceMergeDeletesPctAllowed=29.8704116850843, segmentsPerTier=33.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0, deletesPctAllowed=36.8813704334615
   [junit4]   2> 806226 INFO  (qtp1104300685-11034) [n:127.0.0.1:54254_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@57350e1c[control_collection_shard1_replica_n1] main]
   [junit4]   2> 806238 INFO  (qtp1104300685-11034) [n:127.0.0.1:54254_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 806240 INFO  (qtp1104300685-11034) [n:127.0.0.1:54254_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 806240 INFO  (qtp1104300685-11034) [n:127.0.0.1:54254_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 806241 INFO  (qtp1104300685-11034) [n:127.0.0.1:54254_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1661121446629343232
   [junit4]   2> 806252 INFO  (searcherExecutor-3330-thread-1-processing-n:127.0.0.1:54254_ x:control_collection_shard1_replica_n1 c:control_collection s:shard1) [n:127.0.0.1:54254_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SolrCore [control_collection_shard1_replica_n1] Registered new searcher Searcher@57350e1c[control_collection_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 806268 INFO  (qtp1104300685-11034) [n:127.0.0.1:54254_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/control_collection/terms/shard1 to Terms{values={core_node2=0}, version=0}
   [junit4]   2> 806269 INFO  (qtp1104300685-11034) [n:127.0.0.1:54254_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/control_collection/leaders/shard1
   [junit4]   2> 806295 INFO  (qtp1104300685-11034) [n:127.0.0.1:54254_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 806295 INFO  (qtp1104300685-11034) [n:127.0.0.1:54254_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 806295 INFO  (qtp1104300685-11034) [n:127.0.0.1:54254_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:54254/control_collection_shard1_replica_n1/
   [junit4]   2> 806298 INFO  (qtp1104300685-11034) [n:127.0.0.1:54254_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 806299 INFO  (qtp1104300685-11034) [n:127.0.0.1:54254_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SyncStrategy http://127.0.0.1:54254/control_collection_shard1_replica_n1/ has no replicas
   [junit4]   2> 806299 INFO  (qtp1104300685-11034) [n:127.0.0.1:54254_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/control_collection/leaders/shard1/leader after winning as /collections/control_collection/leader_elect/shard1/election/72133182445060100-core_node2-n_0000000000
   [junit4]   2> 806312 INFO  (qtp1104300685-11034) [n:127.0.0.1:54254_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:54254/control_collection_shard1_replica_n1/ shard1
   [junit4]   2> 806424 INFO  (zkCallback-4236-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 806425 INFO  (zkCallback-4236-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 806431 INFO  (qtp1104300685-11034) [n:127.0.0.1:54254_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 806457 INFO  (qtp1104300685-11034) [n:127.0.0.1:54254_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1915
   [junit4]   2> 806465 INFO  (qtp1104300685-11032) [n:127.0.0.1:54254_     ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 45 seconds. Check all shard replicas
   [junit4]   2> 806542 INFO  (zkCallback-4236-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 806542 INFO  (zkCallback-4236-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 806545 INFO  (qtp1104300685-11032) [n:127.0.0.1:54254_     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:54254_&wt=javabin&version=2} status=0 QTime=2177
   [junit4]   2> 806546 INFO  (TEST-SyncSliceTest.test-seed#[E12EA5CB99EEBC0D]) [     ] o.a.s.c.AbstractFullDistribZkTestBase Waiting to see 1 active replicas in collection: control_collection
   [junit4]   2> 806546 INFO  (zkCallback-4236-thread-3) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 806667 INFO  (TEST-SyncSliceTest.test-seed#[E12EA5CB99EEBC0D]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 806671 INFO  (zkConnectionManagerCallback-4252-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 806671 INFO  (TEST-SyncSliceTest.test-seed#[E12EA5CB99EEBC0D]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 806678 INFO  (TEST-SyncSliceTest.test-seed#[E12EA5CB99EEBC0D]) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 806681 INFO  (TEST-SyncSliceTest.test-seed#[E12EA5CB99EEBC0D]) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:54234/solr ready
   [junit4]   2> 806681 INFO  (TEST-SyncSliceTest.test-seed#[E12EA5CB99EEBC0D]) [     ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 806683 INFO  (qtp1104300685-11032) [n:127.0.0.1:54254_     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=&stateFormat=2&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 806690 INFO  (OverseerThreadFactory-3325-thread-2-processing-n:127.0.0.1:54254_) [n:127.0.0.1:54254_     ] o.a.s.c.a.c.CreateCollectionCmd Create collection collection1
   [junit4]   2> 806695 INFO  (OverseerCollectionConfigSetProcessor-72133182445060100-127.0.0.1:54254_-n_0000000000) [n:127.0.0.1:54254_     ] 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> 806926 WARN  (OverseerThreadFactory-3325-thread-2-processing-n:127.0.0.1:54254_) [n:127.0.0.1:54254_     ] o.a.s.c.a.c.CreateCollectionCmd It is unusual to create a collection (collection1) without cores.
   [junit4]   2> 806930 INFO  (qtp1104300685-11032) [n:127.0.0.1:54254_     ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 45 seconds. Check all shard replicas
   [junit4]   2> 806936 INFO  (qtp1104300685-11032) [n:127.0.0.1:54254_     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=&stateFormat=2&wt=javabin&version=2} status=0 QTime=252
   [junit4]   2> 806938 INFO  (TEST-SyncSliceTest.test-seed#[E12EA5CB99EEBC0D]) [     ] o.a.s.c.SolrCloudTestCase active slice count: 1 expected:1
   [junit4]   2> 806938 INFO  (watches-4249-thread-1) [     ] o.a.s.c.SolrCloudTestCase active slice count: 1 expected:1
   [junit4]   2> 806938 INFO  (TEST-SyncSliceTest.test-seed#[E12EA5CB99EEBC0D]) [     ] o.a.s.c.SolrCloudTestCase active replica count: 0 expected replica count: 0
   [junit4]   2> 806938 INFO  (watches-4249-thread-1) [     ] o.a.s.c.SolrCloudTestCase active replica count: 0 expected replica count: 0
   [junit4]   2> 806939 INFO  (TEST-SyncSliceTest.test-seed#[E12EA5CB99EEBC0D]) [     ] o.a.s.c.SolrCloudTestCase active slice count: 1 expected:1
   [junit4]   2> 806940 INFO  (TEST-SyncSliceTest.test-seed#[E12EA5CB99EEBC0D]) [     ] o.a.s.c.SolrCloudTestCase active replica count: 0 expected replica count: 0
   [junit4]   2> 806941 INFO  (TEST-SyncSliceTest.test-seed#[E12EA5CB99EEBC0D]) [     ] o.a.s.c.SolrCloudTestCase active slice count: 1 expected:1
   [junit4]   2> 806941 INFO  (TEST-SyncSliceTest.test-seed#[E12EA5CB99EEBC0D]) [     ] o.a.s.c.SolrCloudTestCase active replica count: 0 expected replica count: 0
   [junit4]   2> 806941 INFO  (TEST-SyncSliceTest.test-seed#[E12EA5CB99EEBC0D]) [     ] o.a.s.c.AbstractFullDistribZkTestBase Creating jetty instances pullReplicaCount=0 numOtherReplicas=4
   [junit4]   2> 807816 INFO  (TEST-SyncSliceTest.test-seed#[E12EA5CB99EEBC0D]) [     ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J2/temp/solr.cloud.SyncSliceTest_E12EA5CB99EEBC0D-001/shard-1-001 of type NRT for shard1
   [junit4]   2> 807818 INFO  (closeThreadPool-4253-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 807818 INFO  (closeThreadPool-4253-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 807818 INFO  (closeThreadPool-4253-thread-1) [     ] o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 363d5f2df3a8a28de40604320230664b9c793c16; jvm 12.0.2+10
   [junit4]   2> 807820 INFO  (closeThreadPool-4253-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 807820 INFO  (closeThreadPool-4253-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 807820 INFO  (closeThreadPool-4253-thread-1) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 807820 INFO  (closeThreadPool-4253-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@7fdee783{/,null,AVAILABLE}
   [junit4]   2> 807821 INFO  (closeThreadPool-4253-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@48afb892{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:54275}
   [junit4]   2> 807821 INFO  (closeThreadPool-4253-thread-1) [     ] o.e.j.s.Server Started @807907ms
   [junit4]   2> 807821 INFO  (closeThreadPool-4253-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, solrconfig=solrconfig.xml, solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J2/temp/solr.cloud.SyncSliceTest_E12EA5CB99EEBC0D-001/tempDir-001/jetty1, hostPort=54275, coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J2/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J2/temp/solr.cloud.SyncSliceTest_E12EA5CB99EEBC0D-001/shard-1-001/cores, replicaType=NRT}
   [junit4]   2> 807824 ERROR (closeThreadPool-4253-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 807824 INFO  (closeThreadPool-4253-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 807824 INFO  (closeThreadPool-4253-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 9.0.0
   [junit4]   2> 807824 INFO  (closeThreadPool-4253-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 807824 INFO  (closeThreadPool-4253-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr
   [junit4]   2> 807824 INFO  (closeThreadPool-4253-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-03-14T06:54:21.665969Z
   [junit4]   2> 807826 INFO  (closeThreadPool-4253-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 807833 INFO  (zkConnectionManagerCallback-4255-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 807833 INFO  (closeThreadPool-4253-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 807940 INFO  (closeThreadPool-4253-thread-1) [     ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 807940 INFO  (closeThreadPool-4253-thread-1) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J2/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J2/temp/solr.cloud.SyncSliceTest_E12EA5CB99EEBC0D-001/shard-1-001/solr.xml
   [junit4]   2> 807956 INFO  (closeThreadPool-4253-thread-1) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@3efd291b, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 808039 INFO  (closeThreadPool-4253-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 808043 WARN  (closeThreadPool-4253-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@3f0d2033[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 808043 WARN  (closeThreadPool-4253-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@3f0d2033[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 808067 WARN  (closeThreadPool-4253-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@43a06037[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 808067 WARN  (closeThreadPool-4253-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@43a06037[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 808068 INFO  (closeThreadPool-4253-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:54234/solr
   [junit4]   2> 808080 INFO  (closeThreadPool-4253-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 808088 INFO  (zkConnectionManagerCallback-4262-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 808090 INFO  (closeThreadPool-4253-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 808226 INFO  (closeThreadPool-4253-thread-1) [n:127.0.0.1:54275_     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 808232 INFO  (zkConnectionManagerCallback-4264-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 808234 INFO  (closeThreadPool-4253-thread-1) [n:127.0.0.1:54275_     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 808316 INFO  (closeThreadPool-4253-thread-1) [n:127.0.0.1:54275_     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 808404 INFO  (closeThreadPool-4253-thread-1) [n:127.0.0.1:54275_     ] o.a.s.c.ZkController Publish node=127.0.0.1:54275_ as DOWN
   [junit4]   2> 808439 INFO  (closeThreadPool-4253-thread-1) [n:127.0.0.1:54275_     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 808439 INFO  (closeThreadPool-4253-thread-1) [n:127.0.0.1:54275_     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:54275_
   [junit4]   2> 808448 INFO  (zkCallback-4236-thread-3) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 808452 INFO  (zkCallback-4251-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 808452 INFO  (zkCallback-4263-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 808517 INFO  (closeThreadPool-4253-thread-1) [n:127.0.0.1:54275_     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 808518 WARN  (closeThreadPool-4253-thread-1) [n:127.0.0.1:54275_     ] 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> 808597 INFO  (closeThreadPool-4253-thread-1) [n:127.0.0.1:54275_     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 808680 INFO  (closeThreadPool-4253-thread-1) [n:127.0.0.1:54275_     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3efd291b
   [junit4]   2> 808706 INFO  (closeThreadPool-4253-thread-1) [n:127.0.0.1:54275_     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3efd291b
   [junit4]   2> 808707 INFO  (closeThreadPool-4253-thread-1) [n:127.0.0.1:54275_     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3efd291b
   [junit4]   2> 808709 INFO  (closeThreadPool-4253-thread-1) [n:127.0.0.1:54275_     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J2/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J2/temp/solr.cloud.SyncSliceTest_E12EA5CB99EEBC0D-001/shard-1-001/cores
   [junit4]   2> 808717 INFO  (OverseerCollectionConfigSetProcessor-72133182445060100-127.0.0.1:54254_-n_0000000000) [n:127.0.0.1:54254_     ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000002 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 808752 INFO  (closeThreadPool-4253-thread-1) [     ] o.a.s.c.AbstractFullDistribZkTestBase waitForLiveNode: 127.0.0.1:54275_
   [junit4]   2> 809073 INFO  (TEST-SyncSliceTest.test-seed#[E12EA5CB99EEBC0D]) [     ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J2/temp/solr.cloud.SyncSliceTest_E12EA5CB99EEBC0D-001/shard-2-001 of type NRT for shard1
   [junit4]   2> 809074 INFO  (closeThreadPool-4253-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 809074 INFO  (closeThreadPool-4253-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 809074 INFO  (closeThreadPool-4253-thread-1) [     ] o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 363d5f2df3a8a28de40604320230664b9c793c16; jvm 12.0.2+10
   [junit4]   2> 809082 INFO  (closeThreadPool-4253-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 809082 INFO  (closeThreadPool-4253-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 809083 INFO  (closeThreadPool-4253-thread-1) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 809083 INFO  (closeThreadPool-4253-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@2f00e854{/,null,AVAILABLE}
   [junit4]   2> 809090 INFO  (closeThreadPool-4253-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@20eda413{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:54290}
   [junit4]   2> 809091 INFO  (closeThreadPool-4253-thread-1) [     ] o.e.j.s.Server Started @809177ms
   [junit4]   2> 809092 INFO  (closeThreadPool-4253-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, solrconfig=solrconfig.xml, solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J2/temp/solr.cloud.SyncSliceTest_E12EA5CB99EEBC0D-001/tempDir-001/jetty2, hostPort=54290, coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J2/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J2/temp/solr.cloud.SyncSliceTest_E12EA5CB99EEBC0D-001/shard-2-001/cores, replicaType=NRT}
   [junit4]   2> 809093 ERROR (closeThreadPool-4253-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 809093 INFO  (closeThreadPool-4253-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 809093 INFO  (closeThreadPool-4253-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 9.0.0
   [junit4]   2> 809093 INFO  (closeThreadPool-4253-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 809093 INFO  (closeThreadPool-4253-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr
   [junit4]   2> 809093 INFO  (closeThreadPool-4253-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-03-14T06:54:22.934151Z
   [junit4]   2> 809095 INFO  (closeThreadPool-4253-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 809101 INFO  (zkConnectionManagerCallback-4270-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 809102 INFO  (closeThreadPool-4253-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 809212 INFO  (closeThreadPool-4253-thread-1) [     ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 809212 INFO  (closeThreadPool-4253-thread-1) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J2/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J2/temp/solr.cloud.SyncSliceTest_E12EA5CB99EEBC0D-001/shard-2-001/solr.xml
   [junit4]   2> 809220 INFO  (closeThreadPool-4253-thread-1) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@3efd291b, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 809471 INFO  (closeThreadPool-4253-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 809473 WARN  (closeThreadPool-4253-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@1055e2e9[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 809474 WARN  (closeThreadPool-4253-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@1055e2e9[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 809485 WARN  (closeThreadPool-4253-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@305d67ce[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 809485 WARN  (closeThreadPool-4253-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@305d67ce[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 809485 INFO  (closeThreadPool-4253-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:54234/solr
   [junit4]   2> 809487 INFO  (closeThreadPool-4253-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 809492 INFO  (zkConnectionManagerCallback-4277-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 809493 INFO  (closeThreadPool-4253-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 809609 INFO  (closeThreadPool-4253-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 809613 INFO  (zkConnectionManagerCallback-4279-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 809614 INFO  (closeThreadPool-4253-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 809658 INFO  (closeThreadPool-4253-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 809697 INFO  (closeThreadPool-4253-thread-1) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:54290_ as DOWN
   [junit4]   2> 809710 INFO  (closeThreadPool-4253-thread-1) [     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 809710 INFO  (closeThreadPool-4253-thread-1) [     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:54290_
   [junit4]   2> 809718 INFO  (zkCallback-4263-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 809718 INFO  (zkCallback-4236-thread-3) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 809718 INFO  (zkCallback-4251-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 809718 INFO  (zkCallback-4278-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 809733 INFO  (closeThreadPool-4253-thread-1) [     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 809735 WARN  (closeThreadPool-4253-thread-1) [     ] 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> 809773 INFO  (closeThreadPool-4253-thread-1) [     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 809833 INFO  (closeThreadPool-4253-thread-1) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3efd291b
   [junit4]   2> 809854 INFO  (closeThreadPool-4253-thread-1) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3efd291b
   [junit4]   2> 809854 INFO  (closeThreadPool-4253-thread-1) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3efd291b
   [junit4]   2> 809866 INFO  (closeThreadPool-4253-thread-1) [     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J2/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J2/temp/solr.cloud.SyncSliceTest_E12EA5CB99EEBC0D-001/shard-2-001/cores
   [junit4]   2> 809945 INFO  (closeThreadPool-4253-thread-1) [     ] o.a.s.c.AbstractFullDistribZkTestBase waitForLiveNode: 127.0.0.1:54290_
   [junit4]   2> 810021 INFO  (TEST-SyncSliceTest.test-seed#[E12EA5CB99EEBC0D]) [     ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J2/temp/solr.cloud.SyncSliceTest_E12EA5CB99EEBC0D-001/shard-3-001 of type NRT for shard1
   [junit4]   2> 810024 INFO  (closeThreadPool-4253-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 810024 INFO  (closeThreadPool-4253-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 810024 INFO  (closeThreadPool-4253-thread-1) [     ] o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 363d5f2df3a8a28de40604320230664b9c793c16; jvm 12.0.2+10
   [junit4]   2> 810038 INFO  (closeThreadPool-4253-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 810038 INFO  (closeThreadPool-4253-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 810038 INFO  (closeThreadPool-4253-thread-1) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 810040 INFO  (closeThreadPool-4253-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@27855c2a{/,null,AVAILABLE}
   [junit4]   2> 810041 INFO  (closeThreadPool-4253-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@20d3fe0d{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:54294}
   [junit4]   2> 810042 INFO  (closeThreadPool-4253-thread-1) [     ] o.e.j.s.Server Started @810128ms
   [junit4]   2> 810042 INFO  (closeThreadPool-4253-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, solrconfig=solrconfig.xml, solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J2/temp/solr.cloud.SyncSliceTest_E12EA5CB99EEBC0D-001/tempDir-001/jetty3, hostPort=54294, coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J2/temp/solr.cloud.SyncSliceTest_E12EA5CB99EEBC0D-001/shard-3-001/cores}
   [junit4]   2> 810043 ERROR (closeThreadPool-4253-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 810043 INFO  (closeThreadPool-4253-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 810043 INFO  (closeThreadPool-4253-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 9.0.0
   [junit4]   2> 810043 INFO  (closeThreadPool-4253-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 810043 INFO  (closeThreadPool-4253-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr
   [junit4]   2> 810043 INFO  (closeThreadPool-4253-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-03-14T06:54:23.884479Z
   [junit4]   2> 810050 INFO  (closeThreadPool-4253-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 810054 INFO  (zkConnectionManagerCallback-4285-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 810054 INFO  (closeThreadPool-4253-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 810160 INFO  (closeThreadPool-4253-thread-1) [     ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 810161 INFO  (closeThreadPool-4253-thread-1) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J2/temp/solr.cloud.SyncSliceTest_E12EA5CB99EEBC0D-001/shard-3-001/solr.xml
   [junit4]   2> 810181 INFO  (closeThreadPool-4253-thread-1) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@3efd291b, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 810304 INFO  (closeThreadPool-4253-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 810314 WARN  (closeThreadPool-4253-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@20deb05c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 810315 WARN  (closeThreadPool-4253-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@20deb05c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 810336 WARN  (closeThreadPool-4253-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@32dc4da7[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 810336 WARN  (closeThreadPool-4253-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@32dc4da7[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 810338 INFO  (closeThreadPool-4253-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:54234/solr
   [junit4]   2> 810343 INFO  (closeThreadPool-4253-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 810346 INFO  (zkConnectionManagerCallback-4292-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 810347 INFO  (closeThreadPool-4253-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 810472 INFO  (closeThreadPool-4253-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 810483 INFO  (zkConnectionManagerCallback-4294-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 810483 INFO  (closeThreadPool-4253-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 810520 INFO  (closeThreadPool-4253-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 810550 INFO  (closeThreadPool-4253-thread-1) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:54294_ as DOWN
   [junit4]   2> 810557 INFO  (closeThreadPool-4253-thread-1) [     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 810558 INFO  (closeThreadPool-4253-thread-1) [     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:54294_
   [junit4]   2> 810565 INFO  (zkCallback-4236-thread-3) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 810565 INFO  (zkCallback-4263-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 810566 INFO  (zkCallback-4251-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 810566 INFO  (zkCallback-4278-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 810567 INFO  (zkCallback-4293-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 810575 INFO  (closeThreadPool-4253-thread-1) [     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 810576 WARN  (closeThreadPool-4253-thread-1) [     ] 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> 810640 INFO  (closeThreadPool-4253-thread-1) [     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 810698 INFO  (closeThreadPool-4253-thread-1) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3efd291b
   [junit4]   2> 810718 INFO  (closeThreadPool-4253-thread-1) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3efd291b
   [junit4]   2> 810719 INFO  (closeThreadPool-4253-thread-1) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3efd291b
   [junit4]   2> 810721 INFO  (closeThreadPool-4253-thread-1) [     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J2/temp/solr.cloud.SyncSliceTest_E12EA5CB99EEBC0D-001/shard-3-001/cores
   [junit4]   2> 810786 INFO  (closeThreadPool-4253-thread-1) [     ] o.a.s.c.AbstractFullDistribZkTestBase waitForLiveNode: 127.0.0.1:54294_
   [junit4]   2> 810869 INFO  (TEST-SyncSliceTest.test-seed#[E12EA5CB99EEBC0D]) [     ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 4 in directory /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J2/temp/solr.cloud.SyncSliceTest_E12EA5CB99EEBC0D-001/shard-4-001 of type NRT for shard1
   [junit4]   2> 810871 INFO  (closeThreadPool-4253-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 810871 INFO  (closeThreadPool-4253-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 810871 INFO  (closeThreadPool-4253-thread-1) [     ] o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 363d5f2df3a8a28de40604320230664b9c793c16; jvm 12.0.2+10
   [junit4]   2> 810874 INFO  (closeThreadPool-4253-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 810875 INFO  (closeThreadPool-4253-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 810875 INFO  (closeThreadPool-4253-thread-1) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 810875 INFO  (closeThreadPool-4253-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@6ffbb42a{/,null,AVAILABLE}
   [junit4]   2> 810877 INFO  (closeThreadPool-4253-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@3d687f13{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:54300}
   [junit4]   2> 810877 INFO  (closeThreadPool-4253-thread-1) [     ] o.e.j.s.Server Started @810963ms
   [junit4]   2> 810877 INFO  (closeThreadPool-4253-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, solrconfig=solrconfig.xml, solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J2/temp/solr.cloud.SyncSliceTest_E12EA5CB99EEBC0D-001/tempDir-001/jetty4, hostPort=54300, coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J2/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J2/temp/solr.cloud.SyncSliceTest_E12EA5CB99EEBC0D-001/shard-4-001/cores, replicaType=NRT}
   [junit4]   2> 810877 ERROR (closeThreadPool-4253-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 810877 INFO  (closeThreadPool-4253-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 810877 INFO  (closeThreadPool-4253-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 9.0.0
   [junit4]   2> 810877 INFO  (closeThreadPool-4253-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 810878 INFO  (closeThreadPool-4253-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr
   [junit4]   2> 810878 INFO  (closeThreadPool-4253-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-03-14T06:54:24.719161Z
   [junit4]   2> 810879 INFO  (closeThreadPool-4253-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 810883 INFO  (zkConnectionManagerCallback-4300-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 810884 INFO  (closeThreadPool-4253-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 810993 INFO  (closeThreadPool-4253-thread-1) [     ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 810994 INFO  (closeThreadPool-4253-thread-1) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J2/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J2/temp/solr.cloud.SyncSliceTest_E12EA5CB99EEBC0D-001/shard-4-001/solr.xml
   [junit4]   2> 811003 INFO  (closeThreadPool-4253-thread-1) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@3efd291b, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 811076 INFO  (closeThreadPool-4253-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 811079 WARN  (closeThreadPool-4253-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@9209ee8[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 811080 WARN  (closeThreadPool-4253-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@9209ee8[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 811086 WARN  (closeThreadPool-4253-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@507de222[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 811086 WARN  (closeThreadPool-4253-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@507de222[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 811088 INFO  (closeThreadPool-4253-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:54234/solr
   [junit4]   2> 811090 INFO  (closeThreadPool-4253-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 811094 INFO  (zkConnectionManagerCallback-4307-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 811094 INFO  (closeThreadPool-4253-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 811210 INFO  (closeThreadPool-4253-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 811212 INFO  (zkConnectionManagerCallback-4309-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 811212 INFO  (closeThreadPool-4253-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 811240 INFO  (closeThreadPool-4253-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 811264 INFO  (closeThreadPool-4253-thread-1) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:54300_ as DOWN
   [junit4]   2> 811269 INFO  (closeThreadPool-4253-thread-1) [     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 811269 INFO  (closeThreadPool-4253-thread-1) [     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:54300_
   [junit4]   2> 811275 INFO  (zkCallback-4236-thread-3) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 811275 INFO  (zkCallback-4263-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 811275 INFO  (zkCallback-4251-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 811275 INFO  (zkCallback-4293-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 811275 INFO  (zkCallback-4278-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 811276 INFO  (zkCallback-4308-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 811287 INFO  (closeThreadPool-4253-thread-1) [     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 811288 WARN  (closeThreadPool-4253-thread-1) [     ] 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> 811359 INFO  (closeThreadPool-4253-thread-1) [     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 811433 INFO  (closeThreadPool-4253-thread-1) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3efd291b
   [junit4]   2> 811451 INFO  (closeThreadPool-4253-thread-1) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3efd291b
   [junit4]   2> 811451 INFO  (closeThreadPool-4253-thread-1) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3efd291b
   [junit4]   2> 811453 INFO  (closeThreadPool-4253-thread-1) [     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J2/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J2/temp/solr.cloud.SyncSliceTest_E12EA5CB99EEBC0D-001/shard-4-001/cores
   [junit4]   2> 811537 INFO  (closeThreadPool-4253-thread-1) [     ] o.a.s.c.AbstractFullDistribZkTestBase waitForLiveNode: 127.0.0.1:54300_
   [junit4]   2> 811551 INFO  (qtp1104300685-11033) [n:127.0.0.1:54254_     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:54275_&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 811552 INFO  (qtp1104300685-11034) [n:127.0.0.1:54254_     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:54290_&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 811553 INFO  (qtp1104300685-11031) [n:127.0.0.1:54254_     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:54294_&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2 and 

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

e waiting response from server at: http://127.0.0.1:60764/_wk/w
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([E12EA5CB99EEBC0D:697A9A113712D1F5]:0)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:676)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:265)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:368)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:296)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1143)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:906)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:838)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:224)
   [junit4]    > 	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.createServers(AbstractFullDistribZkTestBase.java:338)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1080)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1054)
   [junit4]    > 	at java.base/java.lang.Thread.run(Thread.java:835)
   [junit4]    > Caused by: java.net.SocketTimeoutException: Read timed out
   [junit4]    > 	at java.base/java.net.SocketInputStream.socketRead0(Native Method)
   [junit4]    > 	at java.base/java.net.SocketInputStream.socketRead(SocketInputStream.java:115)
   [junit4]    > 	at java.base/java.net.SocketInputStream.read(SocketInputStream.java:168)
   [junit4]    > 	at java.base/java.net.SocketInputStream.read(SocketInputStream.java:140)
   [junit4]    > 	at org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:137)
   [junit4]    > 	at org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:153)
   [junit4]    > 	at org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:280)
   [junit4]    > 	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138)
   [junit4]    > 	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
   [junit4]    > 	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)
   [junit4]    > 	at org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163)
   [junit4]    > 	at org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:157)
   [junit4]    > 	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)
   [junit4]    > 	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
   [junit4]    > 	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
   [junit4]    > 	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
   [junit4]    > 	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
   [junit4]    > 	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
   [junit4]    > 	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
   [junit4]    > 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
   [junit4]    > 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:564)
   [junit4]    > 	... 43 more
   [junit4]   2> NOTE: leaving temporary files on disk at: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.HttpPartitionWithTlogReplicasTest_E12EA5CB99EEBC0D-001
   [junit4]   2> Mar 14, 2020 7:04:04 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=1958, maxMBSortInHeap=6.522295701012009, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@6ba3cc8c), locale=zh-Hant-MO, timezone=Universal
   [junit4]   2> NOTE: Mac OS X 10.14.6 x86_64/AdoptOpenJDK 12.0.2 (64-bit)/cpus=6,threads=1,free=120940640,total=490733568
   [junit4]   2> NOTE: All tests run in this JVM: [TestWaitForStateWithJettyShutdowns, SharedFSAutoReplicaFailoverTest, DeleteShardTest, SuggesterTest, TestLuceneIndexBackCompat, TestPayloadCheckQParserPlugin, LeaderTragicEventTest, TransactionLogTest, HighlighterMaxOffsetTest, TestDistributedStatsComponentCardinality, FieldAnalysisRequestHandlerTest, CreateRoutedAliasTest, PeerSyncWithBufferUpdatesTest, OverseerSolrResponseUnsafeSerializationTest, TestSolrCLIRunExample, EchoParamsTest, MetricsHistoryHandlerTest, TestExactStatsCacheCloud, FileBasedSpellCheckerTest, TestLeaderElectionZkExpiry, DistributedUpdateProcessorTest, TestSearcherReuse, TestNumericTerms64, SparseHLLTest, PolyFieldTest, TestSnapshotCloudManager, TestPushWriter, TestSchemaVersionResource, TestHashQParserPlugin, RulesTest, HdfsBasicDistributedZk2Test, SearchHandlerTest, JWTVerificationkeyResolverTest, ClassificationUpdateProcessorIntegrationTest, CollectionsAPISolrJTest, InfixSuggestersTest, CloudReplicaSourceTest, IndexSchemaTest, DistributedExpandComponentTest, TestMultiValuedNumericRangeQuery, SoftAutoCommitTest, TestTlogReplayVsRecovery, TestOrdValues, TestExportWriter, TestManagedSchemaThreadSafety, TestSchemalessBufferedUpdates, DistributedQueryElevationComponentTest, SolrMetricsIntegrationTest, SuggestComponentContextFilterQueryTest, TestClassicSimilarityFactory, TestStressUserVersions, TestSolrIndexConfig, TestSimExecutePlanAction, DistributedQueueTest, JavaBinAtomicUpdateMultivalueTest, CollectionReloadTest, ResponseLogComponentTest, ZkNodePropsTest, TestRemoteStreaming, SplitShardTest, TestDistribDocBasedVersion, DocValuesMultiTest, ScheduledMaintenanceTriggerTest, ExplicitHLLTest, TimeZoneUtilsTest, BlockCacheTest, TestMacros, TestSolrCloudWithHadoopAuthPlugin, TestSolrCoreSnapshots, TestPKIAuthenticationPlugin, SystemLogListenerTest, TestCloudPseudoReturnFields, TriggerSetPropertiesIntegrationTest, TestConfigSetProperties, RoutingToNodesWithPropertiesTest, ResourceLoaderTest, TestSort, TestMergePolicyConfig, BasicDistributedZk2Test, CdcrReplicationHandlerTest, TestHdfsBackupRestoreCore, TestRandomFlRTGCloud, FuzzySearchTest, TestStressThreadBackup, TestFastOutputStream, TestBadConfig, DistanceUnitsTest, UUIDFieldTest, AtomicUpdateProcessorFactoryTest, TestDistributedMissingSort, TestDocumentBuilder, TestGroupingSearch, TestHighlightDedupGrouping, TestJoin, TestRandomDVFaceting, TestRandomFaceting, TestSimpleTrackingShardHandler, TestSolrCoreProperties, TestSolrTestCaseJ4, TestTolerantSearch, TestTrie, PathHierarchyTokenizerFactoryTest, ProtectedTermFilterFactoryTest, TestCharFilters, TestDeprecatedFilters, TestLuceneMatchVersion, TestReversedWildcardFilterFactory, TestWordDelimiterFilterFactory, TestJettySolrRunner, ConnectionReuseTest, ActionThrottleTest, AddReplicaTest, ChaosMonkeyNothingIsSafeWithPullReplicasTest, CloudExitableDirectoryReaderTest, HealthCheckHandlerTest, HttpPartitionWithTlogReplicasTest]
   [junit4] Completed [503/905 (3!)] on J1 in 17.02s, 1 test, 1 error <<< FAILURES!

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

[repro] Revision: cbd0dcb5df6fd572b9cae49f6ef96b315850a628

[repro] Ant options: "-Dargs=-XX:-UseCompressedOops -XX:+UseParallelGC"
[repro] Repro line:  ant test  -Dtestcase=SyncSliceTest -Dtests.method=test -Dtests.seed=E12EA5CB99EEBC0D -Dtests.slow=true -Dtests.locale=kw -Dtests.timezone=US/Michigan -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1

[repro] Repro line:  ant test  -Dtestcase=SystemCollectionCompatTest -Dtests.method=testBackCompat -Dtests.seed=E12EA5CB99EEBC0D -Dtests.slow=true -Dtests.locale=lag -Dtests.timezone=Asia/Chita -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1

[repro] Repro line:  ant test  -Dtestcase=HttpPartitionWithTlogReplicasTest -Dtests.method=test -Dtests.seed=E12EA5CB99EEBC0D -Dtests.slow=true -Dtests.locale=zh-Hant-MO -Dtests.timezone=Universal -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1

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

[...truncated 6 lines...]
[repro] Test suites by module:
[repro]    solr/core
[repro]       SyncSliceTest
[repro]       SystemCollectionCompatTest
[repro]       HttpPartitionWithTlogReplicasTest
[repro] ant compile-test

[...truncated 3150 lines...]
[repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=15 -Dtests.class="*.SyncSliceTest|*.SystemCollectionCompatTest|*.HttpPartitionWithTlogReplicasTest" -Dtests.showOutput=onerror "-Dargs=-XX:-UseCompressedOops -XX:+UseParallelGC" -Dtests.seed=E12EA5CB99EEBC0D -Dtests.slow=true -Dtests.locale=kw -Dtests.timezone=US/Michigan -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1

[...truncated 127 lines...]
[repro] Failures w/original seeds:
[repro]   0/5 failed: org.apache.solr.cloud.HttpPartitionWithTlogReplicasTest
[repro]   0/5 failed: org.apache.solr.cloud.SyncSliceTest
[repro]   0/5 failed: org.apache.solr.cloud.SystemCollectionCompatTest
[repro] Exiting with code 0

[...truncated 73 lines...]

[JENKINS-Experimental-GC] Lucene-Solr-master-MacOSX (64bit/jdk-14-rc) - Build # 5768 - Still Unstable!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-MacOSX/5768/
Java: 64bit/jdk-14-rc -XX:-UseCompressedOops -XX:+UnlockExperimentalVMOptions -XX:+UseZGC

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

Error Message:
Doc with id=5 not found in http://127.0.0.1:55399/c8n_1x3_lf due to: Path not found: /id; rsp={doc=null}

Stack Trace:
java.lang.AssertionError: Doc with id=5 not found in http://127.0.0.1:55399/c8n_1x3_lf due to: Path not found: /id; rsp={doc=null}
	at __randomizedtesting.SeedInfo.seed([E51C96716DD6F63F:6D48A9ABC32A9BC7]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.solr.cloud.HttpPartitionTest.assertDocExists(HttpPartitionTest.java:563)
	at org.apache.solr.cloud.HttpPartitionTest.assertDocsExistInAllReplicas(HttpPartitionTest.java:508)
	at org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.testRf3WithLeaderFailover(LeaderFailoverAfterPartitionTest.java:185)
	at org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.test(LeaderFailoverAfterPartitionTest.java:58)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1082)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1054)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:832)




Build Log:
[...truncated 14465 lines...]
   [junit4] Suite: org.apache.solr.cloud.LeaderFailoverAfterPartitionTest
   [junit4]   2> 1865845 INFO  (SUITE-LeaderFailoverAfterPartitionTest-seed#[E51C96716DD6F63F]-worker) [     ] o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to test-framework derived value of '/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/server/solr/configsets/_default/conf'
   [junit4]   2> 1865845 INFO  (SUITE-LeaderFailoverAfterPartitionTest-seed#[E51C96716DD6F63F]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 1865845 INFO  (SUITE-LeaderFailoverAfterPartitionTest-seed#[E51C96716DD6F63F]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J3/temp/solr.cloud.LeaderFailoverAfterPartitionTest_E51C96716DD6F63F-001/data-dir-152-001
   [junit4]   2> 1865845 WARN  (SUITE-LeaderFailoverAfterPartitionTest-seed#[E51C96716DD6F63F]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=100 numCloses=100
   [junit4]   2> 1865845 INFO  (SUITE-LeaderFailoverAfterPartitionTest-seed#[E51C96716DD6F63F]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 1865849 INFO  (SUITE-LeaderFailoverAfterPartitionTest-seed#[E51C96716DD6F63F]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl="https://issues.apache.org/jira/browse/SOLR-5776") w/ MAC_OS_X supressed clientAuth
   [junit4]   2> 1865849 INFO  (SUITE-LeaderFailoverAfterPartitionTest-seed#[E51C96716DD6F63F]-worker) [     ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 1865852 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[E51C96716DD6F63F]) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1865853 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1865853 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1865955 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[E51C96716DD6F63F]) [     ] o.a.s.c.ZkTestServer start zk server on port:55364
   [junit4]   2> 1865955 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[E51C96716DD6F63F]) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:55364
   [junit4]   2> 1865956 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[E51C96716DD6F63F]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:55364
   [junit4]   2> 1865956 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[E51C96716DD6F63F]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 55364
   [junit4]   2> 1865958 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[E51C96716DD6F63F]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1865962 INFO  (zkConnectionManagerCallback-6432-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1865962 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[E51C96716DD6F63F]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1865965 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[E51C96716DD6F63F]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1865968 INFO  (zkConnectionManagerCallback-6434-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1865969 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[E51C96716DD6F63F]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1865971 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[E51C96716DD6F63F]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 1865974 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[E51C96716DD6F63F]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 1865977 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[E51C96716DD6F63F]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1865979 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[E51C96716DD6F63F]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 1865982 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[E51C96716DD6F63F]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 1865984 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[E51C96716DD6F63F]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 1865987 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[E51C96716DD6F63F]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 1865990 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[E51C96716DD6F63F]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1865992 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[E51C96716DD6F63F]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1865995 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[E51C96716DD6F63F]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 1866000 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[E51C96716DD6F63F]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 1866003 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[E51C96716DD6F63F]) [     ] o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly asked otherwise
   [junit4]   2> 1866793 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[E51C96716DD6F63F]) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1866796 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[E51C96716DD6F63F]) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1866796 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[E51C96716DD6F63F]) [     ] o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 363d5f2df3a8a28de40604320230664b9c793c16; jvm 14+36-1461
   [junit4]   2> 1866813 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[E51C96716DD6F63F]) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1866813 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[E51C96716DD6F63F]) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1866813 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[E51C96716DD6F63F]) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1866814 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[E51C96716DD6F63F]) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@5ae9ddab{/,null,AVAILABLE}
   [junit4]   2> 1866816 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[E51C96716DD6F63F]) [     ] o.e.j.s.AbstractConnector Started ServerConnector@6647dbf2{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:55372}
   [junit4]   2> 1866816 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[E51C96716DD6F63F]) [     ] o.e.j.s.Server Started @1867010ms
   [junit4]   2> 1866816 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[E51C96716DD6F63F]) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J3/temp/solr.cloud.LeaderFailoverAfterPartitionTest_E51C96716DD6F63F-001/tempDir-001/control/data, hostPort=55371, coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J3/temp/solr.cloud.LeaderFailoverAfterPartitionTest_E51C96716DD6F63F-001/control-001/cores, replicaType=NRT}
   [junit4]   2> 1866817 ERROR (TEST-LeaderFailoverAfterPartitionTest.test-seed#[E51C96716DD6F63F]) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1866817 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[E51C96716DD6F63F]) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1866817 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[E51C96716DD6F63F]) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 9.0.0
   [junit4]   2> 1866817 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[E51C96716DD6F63F]) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1866817 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[E51C96716DD6F63F]) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr
   [junit4]   2> 1866817 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[E51C96716DD6F63F]) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-03-13T23:11:25.794729Z
   [junit4]   2> 1866819 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[E51C96716DD6F63F]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1866824 INFO  (zkConnectionManagerCallback-6436-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1866824 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[E51C96716DD6F63F]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1866929 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[E51C96716DD6F63F]) [     ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1866929 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[E51C96716DD6F63F]) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J3/temp/solr.cloud.LeaderFailoverAfterPartitionTest_E51C96716DD6F63F-001/control-001/solr.xml
   [junit4]   2> 1866936 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[E51C96716DD6F63F]) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@2a41d104, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1867408 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[E51C96716DD6F63F]) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 1867410 WARN  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[E51C96716DD6F63F]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@3b43be51[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1867410 WARN  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[E51C96716DD6F63F]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@3b43be51[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1867413 WARN  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[E51C96716DD6F63F]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@7b04a478[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1867413 WARN  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[E51C96716DD6F63F]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@7b04a478[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1867415 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[E51C96716DD6F63F]) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:55364/solr
   [junit4]   2> 1867416 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[E51C96716DD6F63F]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1867420 INFO  (zkConnectionManagerCallback-6443-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1867420 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[E51C96716DD6F63F]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1867530 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[E51C96716DD6F63F]) [n:127.0.0.1:55371_     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1867533 INFO  (zkConnectionManagerCallback-6445-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1867533 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[E51C96716DD6F63F]) [n:127.0.0.1:55371_     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1867756 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[E51C96716DD6F63F]) [n:127.0.0.1:55371_     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:55371_
   [junit4]   2> 1867758 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[E51C96716DD6F63F]) [n:127.0.0.1:55371_     ] o.a.s.c.Overseer Overseer (id=72131362488844292-127.0.0.1:55371_-n_0000000000) starting
   [junit4]   2> 1867772 INFO  (OverseerStateUpdate-72131362488844292-127.0.0.1:55371_-n_0000000000) [n:127.0.0.1:55371_     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:55371_
   [junit4]   2> 1867772 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[E51C96716DD6F63F]) [n:127.0.0.1:55371_     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:55371_
   [junit4]   2> 1867777 INFO  (OverseerStateUpdate-72131362488844292-127.0.0.1:55371_-n_0000000000) [n:127.0.0.1:55371_     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1867783 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[E51C96716DD6F63F]) [n:127.0.0.1:55371_     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1867783 WARN  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[E51C96716DD6F63F]) [n:127.0.0.1:55371_     ] 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> 1867806 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[E51C96716DD6F63F]) [n:127.0.0.1:55371_     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1867849 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[E51C96716DD6F63F]) [n:127.0.0.1:55371_     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2a41d104
   [junit4]   2> 1867865 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[E51C96716DD6F63F]) [n:127.0.0.1:55371_     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2a41d104
   [junit4]   2> 1867865 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[E51C96716DD6F63F]) [n:127.0.0.1:55371_     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2a41d104
   [junit4]   2> 1867867 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[E51C96716DD6F63F]) [n:127.0.0.1:55371_     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J3/temp/solr.cloud.LeaderFailoverAfterPartitionTest_E51C96716DD6F63F-001/control-001/cores
   [junit4]   2> 1867892 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[E51C96716DD6F63F]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1867895 INFO  (zkConnectionManagerCallback-6454-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1867895 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[E51C96716DD6F63F]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1867899 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[E51C96716DD6F63F]) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1867902 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[E51C96716DD6F63F]) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:55364/solr ready
   [junit4]   2> 1867903 INFO  (SocketProxy-Acceptor-55371) [     ] o.a.s.c.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=55381,localport=55371], receiveBufferSize:408300
   [junit4]   2> 1867905 INFO  (SocketProxy-Acceptor-55371) [     ] o.a.s.c.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=55372,localport=55382], receiveBufferSize=408300
   [junit4]   2> 1867906 INFO  (qtp976526007-18254) [n:127.0.0.1:55371_     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:55371_&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1867917 INFO  (OverseerThreadFactory-5912-thread-1-processing-n:127.0.0.1:55371_) [n:127.0.0.1:55371_     ] o.a.s.c.a.c.CreateCollectionCmd Create collection control_collection
   [junit4]   2> 1868048 INFO  (SocketProxy-Acceptor-55371) [     ] o.a.s.c.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=55384,localport=55371], receiveBufferSize:408300
   [junit4]   2> 1868049 INFO  (SocketProxy-Acceptor-55371) [     ] o.a.s.c.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=55372,localport=55385], receiveBufferSize=408300
   [junit4]   2> 1868050 INFO  (qtp976526007-18256) [n:127.0.0.1:55371_    x:control_collection_shard1_replica_n1 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1868050 INFO  (qtp976526007-18256) [n:127.0.0.1:55371_    x:control_collection_shard1_replica_n1 ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 1869669 INFO  (qtp976526007-18256) [n:127.0.0.1:55371_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 1869681 INFO  (qtp976526007-18256) [n:127.0.0.1:55371_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.s.IndexSchema Schema name=test
   [junit4]   2> 1869757 INFO  (qtp976526007-18256) [n:127.0.0.1:55371_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1869786 INFO  (qtp976526007-18256) [n:127.0.0.1:55371_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.CoreContainer Creating SolrCore 'control_collection_shard1_replica_n1' using configuration from configset conf1, trusted=true
   [junit4]   2> 1869786 INFO  (qtp976526007-18256) [n:127.0.0.1:55371_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.control_collection.shard1.replica_n1' (registry 'solr.core.control_collection.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2a41d104
   [junit4]   2> 1869787 INFO  (qtp976526007-18256) [n:127.0.0.1:55371_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SolrCore [[control_collection_shard1_replica_n1] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J3/temp/solr.cloud.LeaderFailoverAfterPartitionTest_E51C96716DD6F63F-001/control-001/cores/control_collection_shard1_replica_n1], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J3/temp/solr.cloud.LeaderFailoverAfterPartitionTest_E51C96716DD6F63F-001/control-001/cores/control_collection_shard1_replica_n1/data/]
   [junit4]   2> 1869788 INFO  (qtp976526007-18256) [n:127.0.0.1:55371_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=18, maxMergeAtOnceExplicit=46, maxMergedSegmentMB=88.84375, floorSegmentMB=1.888671875, forceMergeDeletesPctAllowed=4.450726206119981, segmentsPerTier=17.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0, deletesPctAllowed=30.75257662215738
   [junit4]   2> 1869790 WARN  (qtp976526007-18256) [n:127.0.0.1:55371_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A, b=B}}}
   [junit4]   2> 1869927 INFO  (qtp976526007-18256) [n:127.0.0.1:55371_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1869927 INFO  (qtp976526007-18256) [n:127.0.0.1:55371_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1869931 INFO  (qtp976526007-18256) [n:127.0.0.1:55371_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1869931 INFO  (qtp976526007-18256) [n:127.0.0.1:55371_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1869932 INFO  (qtp976526007-18256) [n:127.0.0.1:55371_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=22, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 1869933 INFO  (qtp976526007-18256) [n:127.0.0.1:55371_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@481a9e6d[control_collection_shard1_replica_n1] main]
   [junit4]   2> 1869936 INFO  (qtp976526007-18256) [n:127.0.0.1:55371_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1869937 INFO  (qtp976526007-18256) [n:127.0.0.1:55371_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1869937 INFO  (qtp976526007-18256) [n:127.0.0.1:55371_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1869937 INFO  (qtp976526007-18256) [n:127.0.0.1:55371_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1661092326449086464
   [junit4]   2> 1869940 INFO  (searcherExecutor-5917-thread-1-processing-n:127.0.0.1:55371_ x:control_collection_shard1_replica_n1 c:control_collection s:shard1) [n:127.0.0.1:55371_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SolrCore [control_collection_shard1_replica_n1] Registered new searcher Searcher@481a9e6d[control_collection_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1869946 INFO  (qtp976526007-18256) [n:127.0.0.1:55371_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/control_collection/terms/shard1 to Terms{values={core_node2=0}, version=0}
   [junit4]   2> 1869947 INFO  (qtp976526007-18256) [n:127.0.0.1:55371_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/control_collection/leaders/shard1
   [junit4]   2> 1869953 INFO  (qtp976526007-18256) [n:127.0.0.1:55371_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1869953 INFO  (qtp976526007-18256) [n:127.0.0.1:55371_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1869953 INFO  (qtp976526007-18256) [n:127.0.0.1:55371_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:55371/control_collection_shard1_replica_n1/
   [junit4]   2> 1869954 INFO  (qtp976526007-18256) [n:127.0.0.1:55371_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1869954 INFO  (qtp976526007-18256) [n:127.0.0.1:55371_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SyncStrategy http://127.0.0.1:55371/control_collection_shard1_replica_n1/ has no replicas
   [junit4]   2> 1869954 INFO  (qtp976526007-18256) [n:127.0.0.1:55371_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/control_collection/leaders/shard1/leader after winning as /collections/control_collection/leader_elect/shard1/election/72131362488844292-core_node2-n_0000000000
   [junit4]   2> 1869958 INFO  (qtp976526007-18256) [n:127.0.0.1:55371_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:55371/control_collection_shard1_replica_n1/ shard1
   [junit4]   2> 1870067 INFO  (zkCallback-6444-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1870068 INFO  (zkCallback-6444-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1870069 INFO  (qtp976526007-18256) [n:127.0.0.1:55371_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1870072 INFO  (qtp976526007-18256) [n:127.0.0.1:55371_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=2022
   [junit4]   2> 1870075 INFO  (qtp976526007-18254) [n:127.0.0.1:55371_     ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 45 seconds. Check all shard replicas
   [junit4]   2> 1870179 INFO  (zkCallback-6444-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1870179 INFO  (zkCallback-6444-thread-3) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1870179 INFO  (zkCallback-6444-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1870181 INFO  (qtp976526007-18254) [n:127.0.0.1:55371_     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:55371_&wt=javabin&version=2} status=0 QTime=2274
   [junit4]   2> 1870182 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[E51C96716DD6F63F]) [     ] o.a.s.c.AbstractFullDistribZkTestBase Waiting to see 1 active replicas in collection: control_collection
   [junit4]   2> 1870289 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[E51C96716DD6F63F]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1870293 INFO  (zkConnectionManagerCallback-6460-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1870293 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[E51C96716DD6F63F]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1870295 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[E51C96716DD6F63F]) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1870297 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[E51C96716DD6F63F]) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:55364/solr ready
   [junit4]   2> 1870297 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[E51C96716DD6F63F]) [     ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 1870298 INFO  (SocketProxy-Acceptor-55371) [     ] o.a.s.c.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=55395,localport=55371], receiveBufferSize:408300
   [junit4]   2> 1870299 INFO  (SocketProxy-Acceptor-55371) [     ] o.a.s.c.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=55372,localport=55396], receiveBufferSize=408300
   [junit4]   2> 1870299 INFO  (qtp976526007-18254) [n:127.0.0.1:55371_     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=2&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1870305 INFO  (OverseerThreadFactory-5912-thread-2-processing-n:127.0.0.1:55371_) [n:127.0.0.1:55371_     ] o.a.s.c.a.c.CreateCollectionCmd Create collection collection1
   [junit4]   2> 1870306 INFO  (OverseerCollectionConfigSetProcessor-72131362488844292-127.0.0.1:55371_-n_0000000000) [n:127.0.0.1:55371_     ] 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> 1870518 WARN  (OverseerThreadFactory-5912-thread-2-processing-n:127.0.0.1:55371_) [n:127.0.0.1:55371_     ] o.a.s.c.a.c.CreateCollectionCmd It is unusual to create a collection (collection1) without cores.
   [junit4]   2> 1870520 INFO  (qtp976526007-18254) [n:127.0.0.1:55371_     ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 45 seconds. Check all shard replicas
   [junit4]   2> 1870522 INFO  (qtp976526007-18254) [n:127.0.0.1:55371_     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=2&wt=javabin&version=2} status=0 QTime=222
   [junit4]   2> 1870524 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[E51C96716DD6F63F]) [     ] o.a.s.c.SolrCloudTestCase active slice count: 2 expected:2
   [junit4]   2> 1870524 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[E51C96716DD6F63F]) [     ] o.a.s.c.SolrCloudTestCase active replica count: 0 expected replica count: 0
   [junit4]   2> 1870524 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[E51C96716DD6F63F]) [     ] o.a.s.c.SolrCloudTestCase active slice count: 2 expected:2
   [junit4]   2> 1870524 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[E51C96716DD6F63F]) [     ] o.a.s.c.SolrCloudTestCase active replica count: 0 expected replica count: 0
   [junit4]   2> 1870525 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[E51C96716DD6F63F]) [     ] o.a.s.c.SolrCloudTestCase active slice count: 2 expected:2
   [junit4]   2> 1870525 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[E51C96716DD6F63F]) [     ] o.a.s.c.SolrCloudTestCase active replica count: 0 expected replica count: 0
   [junit4]   2> 1870525 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[E51C96716DD6F63F]) [     ] o.a.s.c.AbstractFullDistribZkTestBase Creating jetty instances pullReplicaCount=0 numOtherReplicas=3
   [junit4]   2> 1870886 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[E51C96716DD6F63F]) [     ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J3/temp/solr.cloud.LeaderFailoverAfterPartitionTest_E51C96716DD6F63F-001/shard-1-001 of type NRT for shard2
   [junit4]   2> 1870889 INFO  (closeThreadPool-6461-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1870889 INFO  (closeThreadPool-6461-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1870889 INFO  (closeThreadPool-6461-thread-1) [     ] o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 363d5f2df3a8a28de40604320230664b9c793c16; jvm 14+36-1461
   [junit4]   2> 1870892 INFO  (closeThreadPool-6461-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1870892 INFO  (closeThreadPool-6461-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1870892 INFO  (closeThreadPool-6461-thread-1) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1870893 INFO  (closeThreadPool-6461-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@691a570e{/,null,AVAILABLE}
   [junit4]   2> 1870894 INFO  (closeThreadPool-6461-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@18452a83{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:55400}
   [junit4]   2> 1870894 INFO  (closeThreadPool-6461-thread-1) [     ] o.e.j.s.Server Started @1871088ms
   [junit4]   2> 1870894 INFO  (closeThreadPool-6461-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, solrconfig=solrconfig.xml, solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J3/temp/solr.cloud.LeaderFailoverAfterPartitionTest_E51C96716DD6F63F-001/tempDir-001/jetty1, hostPort=55399, coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J3/temp/solr.cloud.LeaderFailoverAfterPartitionTest_E51C96716DD6F63F-001/shard-1-001/cores}
   [junit4]   2> 1870895 ERROR (closeThreadPool-6461-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1870895 INFO  (closeThreadPool-6461-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1870895 INFO  (closeThreadPool-6461-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 9.0.0
   [junit4]   2> 1870895 INFO  (closeThreadPool-6461-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1870895 INFO  (closeThreadPool-6461-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr
   [junit4]   2> 1870895 INFO  (closeThreadPool-6461-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-03-13T23:11:29.872327Z
   [junit4]   2> 1870896 INFO  (closeThreadPool-6461-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1870901 INFO  (zkConnectionManagerCallback-6463-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1870902 INFO  (closeThreadPool-6461-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1871008 INFO  (closeThreadPool-6461-thread-1) [     ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1871008 INFO  (closeThreadPool-6461-thread-1) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J3/temp/solr.cloud.LeaderFailoverAfterPartitionTest_E51C96716DD6F63F-001/shard-1-001/solr.xml
   [junit4]   2> 1871019 INFO  (closeThreadPool-6461-thread-1) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@2a41d104, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1871056 INFO  (closeThreadPool-6461-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 1871058 WARN  (closeThreadPool-6461-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@775fe1b6[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1871058 WARN  (closeThreadPool-6461-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@775fe1b6[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1871067 WARN  (closeThreadPool-6461-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@2a0d44a1[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1871067 WARN  (closeThreadPool-6461-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@2a0d44a1[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1871069 INFO  (closeThreadPool-6461-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:55364/solr
   [junit4]   2> 1871073 INFO  (closeThreadPool-6461-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1871077 INFO  (zkConnectionManagerCallback-6470-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1871078 INFO  (closeThreadPool-6461-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1871188 INFO  (closeThreadPool-6461-thread-1) [n:127.0.0.1:55399_     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1871193 INFO  (zkConnectionManagerCallback-6472-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1871194 INFO  (closeThreadPool-6461-thread-1) [n:127.0.0.1:55399_     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1871244 INFO  (closeThreadPool-6461-thread-1) [n:127.0.0.1:55399_     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1871272 INFO  (closeThreadPool-6461-thread-1) [n:127.0.0.1:55399_     ] o.a.s.c.ZkController Publish node=127.0.0.1:55399_ as DOWN
   [junit4]   2> 1871276 INFO  (closeThreadPool-6461-thread-1) [n:127.0.0.1:55399_     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 1871276 INFO  (closeThreadPool-6461-thread-1) [n:127.0.0.1:55399_     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:55399_
   [junit4]   2> 1871283 INFO  (zkCallback-6444-thread-3) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1871283 INFO  (zkCallback-6459-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1871283 INFO  (zkCallback-6471-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1871298 INFO  (closeThreadPool-6461-thread-1) [n:127.0.0.1:55399_     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1871299 WARN  (closeThreadPool-6461-thread-1) [n:127.0.0.1:55399_     ] 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> 1871340 INFO  (closeThreadPool-6461-thread-1) [n:127.0.0.1:55399_     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1871391 INFO  (closeThreadPool-6461-thread-1) [n:127.0.0.1:55399_     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2a41d104
   [junit4]   2> 1871399 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[E51C96716DD6F63F]) [     ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J3/temp/solr.cloud.LeaderFailoverAfterPartitionTest_E51C96716DD6F63F-001/shard-2-001 of type NRT for shard1
   [junit4]   2> 1871403 INFO  (closeThreadPool-6461-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1871403 INFO  (closeThreadPool-6461-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1871403 INFO  (closeThreadPool-6461-thread-2) [     ] o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 363d5f2df3a8a28de40604320230664b9c793c16; jvm 14+36-1461
   [junit4]   2> 1871405 INFO  (closeThreadPool-6461-thread-2) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1871406 INFO  (closeThreadPool-6461-thread-2) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1871406 INFO  (closeThreadPool-6461-thread-2) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1871406 INFO  (closeThreadPool-6461-thread-2) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@3f1f92a1{/,null,AVAILABLE}
   [junit4]   2> 1871407 INFO  (closeThreadPool-6461-thread-2) [     ] o.e.j.s.AbstractConnector Started ServerConnector@1dc167a{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:55405}
   [junit4]   2> 1871407 INFO  (closeThreadPool-6461-thread-2) [     ] o.e.j.s.Server Started @1871601ms
   [junit4]   2> 1871407 INFO  (closeThreadPool-6461-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, solrconfig=solrconfig.xml, solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J3/temp/solr.cloud.LeaderFailoverAfterPartitionTest_E51C96716DD6F63F-001/tempDir-001/jetty2, hostPort=55404, coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J3/temp/solr.cloud.LeaderFailoverAfterPartitionTest_E51C96716DD6F63F-001/shard-2-001/cores}
   [junit4]   2> 1871408 ERROR (closeThreadPool-6461-thread-2) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1871408 INFO  (closeThreadPool-6461-thread-2) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1871408 INFO  (closeThreadPool-6461-thread-2) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 9.0.0
   [junit4]   2> 1871408 INFO  (closeThreadPool-6461-thread-2) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1871409 INFO  (closeThreadPool-6461-thread-2) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr
   [junit4]   2> 1871409 INFO  (closeThreadPool-6461-thread-2) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-03-13T23:11:30.386017Z
   [junit4]   2> 1871410 INFO  (closeThreadPool-6461-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1871416 INFO  (zkConnectionManagerCallback-6478-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1871416 INFO  (closeThreadPool-6461-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1871426 INFO  (closeThreadPool-6461-thread-1) [n:127.0.0.1:55399_     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2a41d104
   [junit4]   2> 1871426 INFO  (closeThreadPool-6461-thread-1) [n:127.0.0.1:55399_     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2a41d104
   [junit4]   2> 1871428 INFO  (closeThreadPool-6461-thread-1) [n:127.0.0.1:55399_     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J3/temp/solr.cloud.LeaderFailoverAfterPartitionTest_E51C96716DD6F63F-001/shard-1-001/cores
   [junit4]   2> 1871484 INFO  (closeThreadPool-6461-thread-1) [     ] o.a.s.c.AbstractFullDistribZkTestBase waitForLiveNode: 127.0.0.1:55399_
   [junit4]   2> 1871523 INFO  (closeThreadPool-6461-thread-2) [     ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1871523 INFO  (closeThreadPool-6461-thread-2) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J3/temp/solr.cloud.LeaderFailoverAfterPartitionTest_E51C96716DD6F63F-001/shard-2-001/solr.xml
   [junit4]   2> 1871530 INFO  (closeThreadPool-6461-thread-2) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@2a41d104, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1871729 INFO  (closeThreadPool-6461-thread-2) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 1871737 WARN  (closeThreadPool-6461-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@70eb54ca[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1871737 WARN  (closeThreadPool-6461-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@70eb54ca[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1871767 WARN  (closeThreadPool-6461-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@a85b0e[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1871767 WARN  (closeThreadPool-6461-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@a85b0e[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1871768 INFO  (closeThreadPool-6461-thread-2) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:55364/solr
   [junit4]   2> 1871775 INFO  (closeThreadPool-6461-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1871780 INFO  (zkConnectionManagerCallback-6485-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1871782 INFO  (closeThreadPool-6461-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1871903 INFO  (closeThreadPool-6461-thread-2) [n:127.0.0.1:55404_     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1871908 INFO  (zkConnectionManagerCallback-6487-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1871908 INFO  (closeThreadPool-6461-thread-2) [n:127.0.0.1:55404_     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1871945 INFO  (closeThreadPool-6461-thread-2) [n:127.0.0.1:55404_     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1871986 INFO  (closeThreadPool-6461-thread-2) [n:127.0.0.1:55404_     ] o.a.s.c.ZkController Publish node=127.0.0.1:55404_ as DOWN
   [junit4]   2> 1871992 INFO  (closeThreadPool-6461-thread-2) [n:127.0.0.1:55404_     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 1871992 INFO  (closeThreadPool-6461-thread-2) [n:127.0.0.1:55404_     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:55404_
   [junit4]   2> 1872001 INFO  (zkCallback-6459-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1872011 INFO  (zkCallback-6444-thread-3) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1872011 INFO  (zkCallback-6471-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1872011 INFO  (zkCallback-6486-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1872042 INFO  (closeThreadPool-6461-thread-2) [n:127.0.0.1:55404_     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1872045 WARN  (closeThreadPool-6461-thread-2) [n:127.0.0.1:55404_     ] 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> 1872093 INFO  (closeThreadPool-6461-thread-2) [n:127.0.0.1:55404_     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1872120 INFO  (closeThreadPool-6461-thread-2) [n:127.0.0.1:55404_     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2a41d104
   [junit4]   2> 1872132 INFO  (closeThreadPool-6461-thread-2) [n:127.0.0.1:55404_     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2a41d104
   [junit4]   2> 1872138 INFO  (closeThreadPool-6461-thread-2) [n:127.0.0.1:55404_     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2a41d104
   [junit4]   2> 1872153 INFO  (closeThreadPool-6461-thread-2) [n:127.0.0.1:55404_     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J3/temp/solr.cloud.LeaderFailoverAfterPartitionTest_E51C96716DD6F63F-001/shard-2-001/cores
   [junit4]   2> 1872210 INFO  (closeThreadPool-6461-thread-2) [     ] o.a.s.c.AbstractFullDistribZkTestBase waitForLiveNode: 127.0.0.1:55404_
   [junit4]   2> 1872226 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[E51C96716DD6F63F]) [     ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J3/temp/solr.cloud.LeaderFailoverAfterPartitionTest_E51C96716DD6F63F-001/shard-3-001 of type NRT for shard2
   [junit4]   2> 1872228 INFO  (closeThreadPool-6461-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1872228 INFO  (closeThreadPool-6461-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1872228 INFO  (closeThreadPool-6461-thread-2) [     ] o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 363d5f2df3a8a28de40604320230664b9c793c16; jvm 14+36-1461
   [junit4]   2> 1872233 INFO  (closeThreadPool-6461-thread-2) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1872233 INFO  (closeThreadPool-6461-thread-2) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1872234 INFO  (closeThreadPool-6461-thread-2) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1872235 INFO  (closeThreadPool-6461-thread-2) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@29c2006d{/,null,AVAILABLE}
   [junit4]   2> 1872260 INFO  (closeThreadPool-6461-thread-2) [     ] o.e.j.s.AbstractConnector Started ServerConnector@39232bb4{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:55412}
   [junit4]   2> 1872260 INFO  (closeThreadPool-6461-thread-2) [     ] o.e.j.s.Server Started @1872454ms
   [junit4]   2> 1872260 INFO  (closeThreadPool-6461-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, solrconfig=solrconfig.xml, solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J3/temp/solr.cloud.LeaderFailoverAfterPartitionTest_E51C96716DD6F63F-001/tempDir-001/jetty3, hostPort=55411, coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J3/temp/solr.cloud.LeaderFailoverAfterPartitionTest_E51C96716DD6F63F-001/shard-3-001/cores, replicaType=NRT}
   [junit4]   2> 1872261 ERROR (closeThreadPool-6461-thread-2) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1872261 INFO  (closeThreadPool-6461-thread-2) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1872261 INFO  (closeThreadPool-6461-thread-2) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 9.0.0
   [junit4]   2> 1872261 INFO  (closeThreadPool-6461-thread-2) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1872261 INFO  (closeThreadPool-6461-thread-2) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr
   [junit4]   2> 1872261 INFO  (closeThreadPool-6461-thread-2) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-03-13T23:11:31.238771Z
   [junit4]   2> 1872265 INFO  (closeThreadPool-6461-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1872269 INFO  (zkConnectionManagerCallback-6493-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1872270 INFO  (closeThreadPool-6461-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1872378 INFO  (closeThreadPool-6461-thread-2) [     ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1872378 INFO  (closeThreadPool-6461-thread-2) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J3/temp/solr.cloud.LeaderFailoverAfterPartitionTest_E51C96716DD6F63F-001/shard-3-001/solr.xml
   [junit4]   2> 1872385 INFO  (closeThreadPool-6461-thread-2) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@2a41d104, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1872390 INFO  (OverseerCollectionConfigSetProcessor-72131362488844292-127.0.0.1:55371_-n_0000000000) [n:127.0.0.1:55371_     ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000002 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 1872452 INFO  (closeThreadPool-6461-thread-2) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 1872455 WARN  (closeThreadPool-6461-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@7d6c77ad[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1872455 WARN  (closeThreadPool-6461-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@7d6c77ad[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1872467 WARN  (closeThreadPool-6461-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@588130b0[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1872469 WARN  (closeThreadPool-6461-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@588130b0[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1872471 INFO  (closeThreadPool-6461-thread-2) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:55364/solr
   [junit4]   2> 1872484 INFO  (closeThreadPool-6461-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1872488 INFO  (zkConnectionManagerCallback-6500-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1872488 INFO  (closeThreadPool-6461-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1872594 INFO  (closeThreadPool-6461-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1872597 INFO  (zkConnectionManagerCallback-6502-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1872598 INFO  (closeThreadPool-6461-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1872627 INFO  (closeThreadPool-6461-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 1872655 INFO  (closeThreadPool-6461-thread-2) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:55411_ as DOWN
   [junit4]   2> 1872667 INFO  (closeThreadPool-6461-thread-2) [     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 1872667 INFO  (closeThreadPool-6461-thread-2) [     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:55411_
   [junit4]   2> 1872673 INFO  (zkCallback-6459-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1872673 INFO  (zkCallback-6486-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1872674 INFO  (zkCallback-6444-thread-3) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1872674 INFO  (zkCallback-6471-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1872674 INFO  (zkCallback-6501-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1872684 INFO  (closeThreadPool-6461-thread-2) [     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1872685 WARN  (closeThreadPool-6461-thread-2) [     ] 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> 1872718 INFO  (closeThreadPool-6461-thread-2) [     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1872769 INFO  (closeThreadPool-6461-thread-2) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2a41d104
   [junit4]   2> 1872795 INFO  (closeThreadPool-6461-thread-2) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2a41d104
   [junit4]   2> 1872795 INFO  (closeThreadPool-6461-thread-2) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2a41d104
   [junit4]   2> 1872798 INFO  (closeThreadPool-6461-thread-2) [     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J3/temp/solr.cloud.LeaderFailoverAfterPartitionTest_E51C96716DD6F63F-001/shard-3-001/cores
   [junit4]   2> 1872931 INFO  (closeThreadPool-6461-thread-2) [     ] o.a.s.c.AbstractFullDistribZkTestBase waitForLiveNode: 127.0.0.1:55411_
   [junit4]   2> 1872941 INFO  (SocketProxy-Acceptor-55371) [     ] o.a.s.c.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=55417,localport=55371], receiveBufferSize:408300
   [junit4]   2> 1872941 INFO  (qtp976526007-18253) [n:127.0.0.1:55371_     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:55404_&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1872942 INFO  (SocketProxy-Acceptor-55371) [     ] o.a.s.c.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=55372,localport=55419], receiveBufferSize=408300
   [junit4]   2> 1872942 INFO  (SocketProxy-Acceptor-55371) [     ] o.a.s.c.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=55418,localport=55371], receiveBufferSize:408300
   [junit4]   2> 1872943 INFO  (qtp976526007-18256) [n:127.0.0.1:55371_     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:55399_&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1872944 INFO  (SocketProxy-Acceptor-55371) [     ] o.a.s.c.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=55372,localport=55420], receiveBufferSize=408300
   [junit4]   2> 1872945 INFO  (qtp976526007-18255) [n:127.0.0.1:55371_     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:55411_&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1872973 INFO  (OverseerThreadFactory-5912-thread-4-processing-n:127.0.0.1:55371_) [n:127.0.0.1:55371_ c:collection1 s:shard2   ] o.a.s.c.a.c.AddReplicaCmd Node Identified 127.0.0.1:55399_ for creating new replica of shard shard2 for collection collection1
   [junit4]   2> 1872976 INFO  (OverseerThreadFactory-5912-thread-3-processing-n:127.0.0.1:55371_) [n:127.0.0.1:55371_ c:collection1 s:shard1   ] o.a.s.c.a.c.AddReplicaCmd Node Identified 127.0.0.1:55404_ for creating new replica of shard shard1 for collection collection1
   [junit4]   2> 1872981 INFO  (OverseerThreadFactory-5912-thread-4-processing-n:127.0.0.1:55371_) [n:127.0.0.1:55371_ c:collection1 s:shard2   ] o.a.s.c.a.c.AddReplicaCmd Returning CreateReplica command.
   [junit4]   2> 1872986 INFO  (OverseerThreadFactory-5912-thread-3-processing-n:127.0.0.1:55371_) [n:127.0.0.1:55371_ c:collection1 s:shard1   ] o.a.s.c.a.c.AddReplicaCmd Returning CreateReplica command.
   [junit4]   2> 1872993 INFO  (SocketProxy-Acceptor-55399) [     ] o.a.s.c.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=55422,localport=55399], receiveBufferSize:408300
   [junit4]   2> 1872997 INFO  (SocketProxy-Acceptor-55404) [     ] o.a.s.c.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=55424,localport=55404], receiveBufferSize:408300
   [junit4]   2> 1872997 INFO  (SocketProxy-Acceptor-55399) [     ] o.a.s.c.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=55400,localport=55423], receiveBufferSize=408300
   [junit4]   2> 1873003 INFO  (SocketProxy-Acceptor-55404) [     ] o.a.s.c.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=55405,localport=55425], receiveBufferSize=408300
   [junit4]   2> 1873004 INFO  (qtp477806036-18319) [n:127.0.0.1:55399_    x:collection1_shard2_replica_n1 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_n1&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1873006 INFO  (qtp98796062-18346) [n:127.0.0.1:55404_    x:collection1_shard1_replica_n2 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n2&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1874303 INFO  (qtp477806036-18319) [n:127.0.0.1:55399_ c:collection1 s:shard2  x:collection1_shard2_replica_n1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 1874303 INFO  (qtp98796062-18346) [n:127.0.0.1:55404_ c:collection1 s:shard1  x:collection1_shard1_replica_n2 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 1874321 INFO  (qtp477806036-18319) [n:127.0.0.1:55399_ c:collection1 s:shard2  x:collection1_shard2_replica_n1 ] o.a.s.s.IndexSchema Schema name=test
   [junit4]   2> 1874321 INFO  (qtp98796062-18346) [n:127.0.0.1:55404_ c:collection1 s:shard1  x:collection1_shard1_replica_n2 ] o.a.s.s.IndexSchema Schema name=test
   [junit4]   2> 1875034 INFO  (qtp477806036-18319) [n:127.0.0.1:55399_ c:collection1 s:shard2  x:collection1_shard2_replica_n1 ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1875039 INFO  (qtp98796062-18346) [n:127.0.0.1:55404_ c:collection1 s:shard1  x:collection1_shard1_replica_n2 ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1875132 INFO  (qtp477806036-18319) [n:127.0.0.1:55399_ c:collection1 s:shard2  x:collection1_shard2_replica_n1 ] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard2_replica_n1' using configuration from configset conf1, trusted=true
   [junit4]   2> 1875135 INFO  (qtp477806036-18319) [n:127.0.0.1:55399_ c:collection1 s:shard2  x:collection1_shard2_replica_n1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1.shard2.replica_n1' (registry 'solr.core.collection1.shard2.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2a41d104
   [junit4]   2> 1875136 INFO  (qtp477806036-18319) [n:127.0.0.1:55399_ c:collection1 s:shard2  x:collection1_shard2_replica_n1 ] o.a.s.c.SolrCore [[collection1_shard2_replica_n1] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J3/temp/solr.cloud.LeaderFailoverAfterPartitionTest_E51C96716DD6F63F-001/shard-1-001/cores/collection1_shard2_replica_n1], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J3/temp/solr.cloud.LeaderFailoverAfterPartitionTest_E51C96716DD6F63F-001/shard-1-001/cores/collection1_shard2_replica_n1/data/]
   [junit4]   2> 1875139 INFO  (qtp477806036-18319) [n:127.0.0.1:55399_ c:collection1 s:shard2  x:collection1_shard2_replica_n1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=18, maxMergeAtOnceExplicit=46, maxMergedSegmentMB=88.84375, floorSegmentMB=1.888671875, forceMergeDeletesPctAllowed=4.450726206119981, segmentsPerTier=17.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0, deletesPctAllowed=30.75257662215738
   [junit4]   2> 1875145 WARN  (qtp477806036-18319) [n:127.0.0.1:55399_ c:collection1 s:shard2  x:collection1_shard2_replica_n1 ] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A, b=B}}}
   [junit4]   2> 1875149 INFO  (qtp98796062-18346) [n:127.0.0.1:55404_ c:collection1 s:shard1  x:collection1_shard1_replica_n2 ] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard1_replica_n2' using configuration from configset conf1, trusted=true
   [junit4]   2> 1875150 INFO  (qtp98796062-18346) [n:127.0.0.1:55404_ c:collection1 s:shard1  x:collection1_shard1_replica_n2 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1.shard1.replica_n2' (registry 'solr.core.collection1.shard1.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2a41d104
   [junit4]   2> 1875150 INFO  (qtp98796062-18346) [n:127.0.0.1:55404_ c:collection1 s:shard1  x:collection1_shard1_replica_n2 ] o.a.s.c.SolrCore [[collection1_shard1_replica_n2] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J3/temp/solr.cloud.LeaderFailoverAfterPartitionTest_E51C96716DD6F63F-001/shard-2-001/cores/collection1_shard1_replica_n2], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J3/temp/solr.cloud.LeaderFailoverAfterPartitionTest_E51C96716DD6F63F-001/shard-2-001/cores/collection1_shard1_replica_n2/data/]
   [junit4]   2> 1875160 INFO  (qtp98796062-18346) [n:127.0.0.1:55404_ c:collection1 s:shard1  x:collection1_shard1_replica_n2 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=18, maxMergeAtOnceExplicit=46, maxMergedSegmentMB=88.84375, floorSegmentMB=1.888671875, forceMergeDeletesPctAllowed=4.450726206119981, segmentsPerTier=17.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0, deletesPctAllowed=30.75257662215738
   [junit4]   2> 1875169 WARN  (qtp98796062-18346) [n:127.0.0.1:55404_ c:collection1 s:shard1  x:collection1_shard1_replica_n2 ] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A, b=B}}}
   [junit4]   2> 1875354 INFO  (qtp477806036-18319) [n:127.0.0.1:55399_ c:collection1 s:shard2  x:collection1_shard2_replica_n1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1875354 INFO  (qtp477806036-18319) [n:127.0.0.1:55399_ c:collection1 s:shard2  x:collection1_shard2_replica_n1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1875354 INFO  (qtp98796062-18346) [n:127.0.0.1:55404_ c:collection1 s:shard1  x:collection1_shard1_replica_n2 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1875354 INFO  (qtp98796062-18346) [n:127.0.0.1:55404_ c:collection1 s:shard1  x:collection1_shard1_replica_n2 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1875357 INFO  (qtp477806036-18319) [n:127.0.0.1:55399_ c:collection1 s:shard2  x:collection1_shard2_replica_n1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1875357 INFO  (qtp477806036-18319) [n:127.0.0.1:55399_ c:collection1 s:shard2  x:collection1_shard2_replica_n1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1875359 INFO  (qtp98796062-18346) [n:127.0.0.1:55404_ c:collection1 s:shard1  x:collection1_shard1_replica_n2 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1875359 INFO  (qtp98796062-18346) [n:127.0.0.1:55404_ c:collection1 s:shard1  x:collection1_shard1_replica_n2 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1875359 INFO  (qtp477806036-18319) [n:127.0.0.1:55399_ c:collection1 s:shard2  x:collection1_shard2_replica_n1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=22, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 1875360 INFO  (qtp477806036-18319) [n:127.0.0.1:55399_ c:collection1 s:shard2  x:collection1_shard2_replica_n1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@617f2751[collection1_shard2_replica_n1] main]
   [junit4]   2> 1875360 INFO  (qtp98796062-18346) [n:127.0.0.1:55404_ c:collection1 s:shard1  x:collection1_shard1_replica_n2 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=22, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 1875360 INFO  (qtp98796062-18346) [n:127.0.0.1:55404_ c:collection1 s:shard1  x:collection1_shard1_replica_n2 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@33a5b54e[collection1_shard1_replica_n2] main]
   [junit4]   2> 1875372 INFO  (qtp477806036-18319) [n:127.0.0.1:55399_ c:collection1 s:shard2  x:collection1_shard2_replica_n1 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1875372 INFO  (qtp98796062-18346) [n:127.0.0.1:55404_ c:collection1 s:shard1  x:collection1_shard1_replica_n2 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1875374 INFO  (qtp477806036-18319) [n:127.0.0.1:55399_ c:collection1 s:shard2  x:collection1_shard2_replica_n1 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1875374 INFO  (qtp98796062-18346) [n:127.0.0.1:55404_ c:collection1 s:shard1  x:collection1_shard1_replica_n2 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1875375 INFO  (qtp477806036-18319) [n:127.0.0.1:55399_ c:collection1 s:shard2  x:collection1_shard2_replica_n1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1875375 INFO  (qtp98796062-18346) [n:127.0.0.1:55404_ c:collection1 s:shard1  x:collection1_shard1_replica_n2 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1875375 INFO  (qtp477806036-18319) [n:127.0.0.1:55399_ c:collection1 s:shard2  x:collection1_shard2_replica_n1 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1661092332151242752
   [junit4]   2> 1875375 INFO  (qtp98796062-18346) [n:127.0.0.1:55404_ c:collection1 s:shard1  x:collection1_shard1_replica_n2 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1661092332151242752
   [junit4]   2> 1875379 INFO  (searcherExecutor-5949-thread-1-processing-n:127.0.0.1:55399_ x:collection1_shard2_replica_n1 c:collection1 s:shard2) [n:127.0.0.1:55399_ c:collection1 s:shard2  x:collection1_shard2_replica_n1 ] o.a.s.c.SolrCore [collection1_shard2_replica_n1] Registered new searcher Searcher@617f2751[collection1_shard2_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1875381 INFO  (searcherExecutor-5950-thread-1-processing-n:127.0.0.1:55404_ x:collection1_shard1_replica_n2 c:collection1 s:shard1) [n:127.0.0.1:55404_ c:collection1 s:shard1  x:collection1_shard1_replica_n2 ] o.a.s.c.SolrCore [collection1_shard1_replica_n2] Registered new searcher Searcher@33a5b54e[collection1_shard1_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1875395 INFO  (qtp477806036-18319) [n:127.0.0.1:55399_ c:collection1 s:shard2  x:collection1_shard2_replica_n1 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/collection1/terms/shard2 to Terms{values={core_node3=0}, version=0}
   [junit4]   2> 1875395 INFO  (qtp98796062-18346) [n:127.0.0.1:55404_ c:collection1 s:shard1  x:collection1_shard1_replica_n2 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/collection1/terms/shard1 to Terms{values={core_node4=0}, version=0}
   [junit4]   2> 1875395 INFO  (qtp477806036-18319) [n:127.0.0.1:55399_ c:collection1 s:shard2  x:collection1_shard2_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/collection1/leaders/shard2
   [junit4]   2> 1875395 INFO  (qtp98796062-18346) [n:127.0.0.1:55404_ c:collection1 s:shard1  x:collection1_shard1_replica_n2 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/collection1/leaders/shard1
   [junit4]   2> 1875413 INFO  (qtp98796062-18346) [n:127.0.0.1:55404_ c:collection1 s:shard1  x:collection1_shard1_replica_n2 ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1875413 INFO  (qtp98796062-18346) [n:127.0.0.1:55404_ c:collection1 s:shard1  x:collection1_shard1_replica_n2 ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1875413 INFO  (qtp98796062-18346) [n:127.0.0.1:55404_ c:collection1 s:shard1  x:collection1_shard1_replica_n2 ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:55404/collection1_shard1_replica_n2/
   [junit4]   2> 1875413 INFO  (qtp477806036-18319) [n:127.0.0.1:55399_ c:collection1 s:shard2  x:collection1_shard2_replica_n1 ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1875413 INFO  (qtp477806036-18319) [n:127.0.0.1:55399_ c:collection1 s:shard2  x:collection1_shard2_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1875413 INFO  (qtp477806036-18319) [n:127.0.0.1:55399_ c:collection1 s:shard2  x:collection1_shard2_replica_n1 ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:55399/collection1_shard2_replica_n1/
   [junit4]   2> 1875416 INFO  (qtp477806036-18319) [n:127.0.0.1:55399_ c:collection1 s:shard2  x:collection1_shard2_replica_n1 ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1875416 INFO  (qtp98796062-18346) [n:127.0.0.1:55404_ c:collection1 s:shard1  x:collection1_shard1_replica_n2 ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1875418 INFO  (qtp477806036-18319) [n:127.0.0.1:55399_ c:collection1 s:shard2  x:collection1_shard2_replica_n1 ] o.a.s.c.SyncStrategy http://127.0.0.1:55399/collection1_shard2_replica_n1/ has no replicas
   [junit4]   2> 1875418 INFO  (qtp477806036-18319) [n:127.0.0.1:55399_ c:collection1 s:shard2  x:collection1_shard2_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/collection1/leaders/shard2/leader after winning as /collections/collection1/leader_elect/shard2/election/72131362488844297-core_node3-n_0000000000
   [junit4]   2> 1875418 INFO  (qtp98796062-18346) [n:127.0.0.1:55404_ c:collection1 s:shard1  x:collection1_shard1_replica_n2 ] o.a.s.c.SyncStrategy http://127.0.0.1:55404/collection1_shard1_replica_n2/ has no replicas
   [junit4]   2> 1875418 INFO  (qtp98796062-18346) [n:127.0.0.1:55404_ c:collection1 s:shard1  x:collection1_shard1_replica_n2 ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/collection1/leaders/shard1/leader after winning as /collections/collection1/leader_elect/shard1/election/72131362488844300-core_node4-n_0000000000
   [junit4]   2> 1875429 INFO  (qtp477806036-18319) [n:127.0.0.1:55399_ c:collection1 s:shard2  x:collection1_shard2_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:55399/collection1_shard2_replica_n1/ shard2
   [junit4]   2> 1875429 INFO  (qtp98796062-18346) [n:127.0.0.1:55404_ c:collection1 s:shard1  x:collection1_shard1_replica_n2 ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:55404/collection1_shard1_replica_n2/ shard1
   [junit4]   2> 1875440 INFO  (zkCallback-6486-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1875440 INFO  (zkCallback-6471-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1875440 INFO  (zkCallback-6486-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1875453 INFO  (qtp477806036-18319) [n:127.0.0.1:55399_ c:collection1 s:shard2  x:collection1_shard2_replica_n1 ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1875470 INFO  (qtp477806036-18319) [n:127.0.0.1:55399_ c:collection1 s:shard2  x:collection1_shard2_replica_n1 ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_n1&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT} status=0 QTime=2466
   [junit4]   2> 1875479 INFO  (qtp976526007-18256) [n:127.0.0.1:55371_ c:collection1    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={node=127.0.0.1:55399_&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2} status=0 QTime=2536
   [junit4]   2> 1875567 INFO  (zkCallback-6471-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1875567 INFO  (zkCallback-6486-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state

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

304 INFO  (closeThreadPool-6525-thread-5) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@18452a83{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:0}
   [junit4]   2> 1903304 INFO  (closeThreadPool-6525-thread-5) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@691a570e{/,null,UNAVAILABLE}
   [junit4]   2> 1903304 INFO  (closeThreadPool-6525-thread-5) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1903307 WARN  (closeThreadPool-6525-thread-5) [     ] o.a.s.c.s.c.SocketProxy Closing 3 connections to: http://127.0.0.1:55399/, target: http://127.0.0.1:55400/
   [junit4]   2> 1903307 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[E51C96716DD6F63F]) [     ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 1903527 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> 	44	/solr/collections/c8n_1x3_lf/terms/shard1
   [junit4]   2> 	6	/solr/aliases.json
   [junit4]   2> 	5	/solr/collections/collection1/terms/shard2
   [junit4]   2> 	4	/solr/packages.json
   [junit4]   2> 	4	/solr/security.json
   [junit4]   2> 	4	/solr/configs/conf1
   [junit4]   2> 	3	/solr/collections/collection1/collectionprops.json
   [junit4]   2> 	3	/solr/collections/c8n_1x3_lf/collectionprops.json
   [junit4]   2> 	2	/solr/collections/collection1/terms/shard1
   [junit4]   2> 	2	/solr/collections/control_collection/terms/shard1
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	68	/solr/collections/c8n_1x3_lf/state.json
   [junit4]   2> 	67	/solr/collections/collection1/state.json
   [junit4]   2> 	12	/solr/collections/control_collection/state.json
   [junit4]   2> 	6	/solr/clusterprops.json
   [junit4]   2> 	6	/solr/clusterstate.json
   [junit4]   2> 	2	/solr/overseer_elect/election/72131362488844297-127.0.0.1:55399_-n_0000000001
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	63	/solr/overseer/queue
   [junit4]   2> 	25	/solr/live_nodes
   [junit4]   2> 	17	/solr/overseer/collection-queue-work
   [junit4]   2> 	11	/solr/collections
   [junit4]   2> 
   [junit4]   2> 1903531 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[E51C96716DD6F63F]) [     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:55364
   [junit4]   2> 1903531 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[E51C96716DD6F63F]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:55364
   [junit4]   2> 1903531 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[E51C96716DD6F63F]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 55364
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=LeaderFailoverAfterPartitionTest -Dtests.method=test -Dtests.seed=E51C96716DD6F63F -Dtests.slow=true -Dtests.locale=el-GR -Dtests.timezone=Asia/Damascus -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 37.7s J3 | LeaderFailoverAfterPartitionTest.test <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Doc with id=5 not found in http://127.0.0.1:55399/c8n_1x3_lf due to: Path not found: /id; rsp={doc=null}
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([E51C96716DD6F63F:6D48A9ABC32A9BC7]:0)
   [junit4]    > 	at org.apache.solr.cloud.HttpPartitionTest.assertDocExists(HttpPartitionTest.java:563)
   [junit4]    > 	at org.apache.solr.cloud.HttpPartitionTest.assertDocsExistInAllReplicas(HttpPartitionTest.java:508)
   [junit4]    > 	at org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.testRf3WithLeaderFailover(LeaderFailoverAfterPartitionTest.java:185)
   [junit4]    > 	at org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.test(LeaderFailoverAfterPartitionTest.java:58)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]    > 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]    > 	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1082)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1054)
   [junit4]    > 	at java.base/java.lang.Thread.run(Thread.java:832)
   [junit4]   2> NOTE: leaving temporary files on disk at: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J3/temp/solr.cloud.LeaderFailoverAfterPartitionTest_E51C96716DD6F63F-001
   [junit4]   2> Mar 13, 2020 11:12:02 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene84): {multiDefault=PostingsFormat(name=LuceneFixedGap), a_t=PostingsFormat(name=LuceneFixedGap), _root_=FST50, id=PostingsFormat(name=LuceneVarGapDocFreqInterval), text=Lucene84}, docValues:{range_facet_l_dv=DocValuesFormat(name=Asserting), _version_=DocValuesFormat(name=Lucene80), range_facet_i_dv=DocValuesFormat(name=Lucene80), intDvoDefault=DocValuesFormat(name=Asserting), timestamp=DocValuesFormat(name=Lucene80)}, maxPointsInLeafNode=1252, maxMBSortInHeap=7.051060391492559, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@41512710), locale=el-GR, timezone=Asia/Damascus
   [junit4]   2> NOTE: Mac OS X 10.14.6 x86_64/Oracle Corporation 14 (64-bit)/cpus=6,threads=1,free=232783872,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [TestRawTransformer, CloneFieldUpdateProcessorFactoryTest, AuditLoggerIntegrationTest, SortByFunctionTest, SolrCLIZkUtilsTest, TestFacetMethods, FieldMutatingUpdateProcessorTest, TestRebalanceLeaders, EnumFieldTest, TestDownShardTolerantSearch, CdcrBidirectionalTest, TestLockTree, DeleteLastCustomShardedReplicaTest, BufferStoreTest, TestInitParams, PreAnalyzedFieldTest, CollectionsAPIAsyncDistributedZkTest, TestXIncludeConfig, TestReplicationHandlerBackup, DistanceFunctionTest, DistributedFacetPivotLargeTest, TestUniqueKeyFieldResource, TestPseudoReturnFields, TestCloudInspectUtil, TestCSVLoader, TestXmlQParserPlugin, JWTAuthPluginIntegrationTest, TermVectorComponentDistributedTest, TestHalfAndHalfDocValues, OverseerTaskQueueTest, StatsReloadRaceTest, NodeLostTriggerTest, TestPointFields, MetricTriggerIntegrationTest, TestBulkSchemaConcurrent, DistribCursorPagingTest, PKIAuthenticationIntegrationTest, TestStressCloudBlindAtomicUpdates, TestSystemIdResolver, SolrRequestParserTest, TestSimScenario, OutputWriterTest, HdfsAutoAddReplicasIntegrationTest, TestSmileRequest, SolrCoreMetricManagerTest, TestCollectionsAPIViaSolrCloudCluster, TestPullReplicaErrorHandling, TestConfig, TestDFRSimilarityFactory, TestTextField, TestFiltering, AutoscalingHistoryHandlerTest, TestNumericRangeQuery64, CursorPagingTest, TestSizeLimitedDistributedMap, TestFieldCacheWithThreads, BinaryUpdateRequestHandlerTest, SaslZkACLProviderTest, LegacyCloudClusterPropTest, CacheHeaderTest, TestHashPartitioner, TestGroupingSearch, SolrIndexConfigTest, SignatureUpdateProcessorFactoryTest, NotRequiredUniqueKeyTest, SystemCollectionCompatTest, TestEmbeddedSolrServerConstructors, ZkSolrClientTest, TestUnInvertedFieldException, TestDynamicFieldResource, BlobRepositoryCloudTest, TestIndexingPerformance, HdfsChaosMonkeyNothingIsSafeTest, BadIndexSchemaTest, TestZkChroot, DateFieldTest, CoreMergeIndexesAdminHandlerTest, TestQuerySenderListener, TestSQLHandlerNonCloud, TestCoreContainer, CdcrVersionReplicationTest, TestRangeQuery, ReplicationFactorTest, TestCloudJSONFacetSKG, TestLegacyFieldReuse, TestReversedWildcardFilterFactory, EmbeddedSolrNoSerializeTest, PhrasesIdentificationComponentTest, V2ApiIntegrationTest, TestAnalyzeInfixSuggestions, SolrInfoBeanTest, SolrTestCaseJ4Test, TestCrossCoreJoin, TestCursorMarkWithoutUniqueKey, TestDistributedGrouping, TestJoin, TestRandomDVFaceting, TestRandomFaceting, TestSimpleTrackingShardHandler, PathHierarchyTokenizerFactoryTest, ConnectionReuseTest, AliasIntegrationTest, BasicDistributedZkTest, CloudExitableDirectoryReaderTest, CollectionsAPISolrJTest, LeaderFailoverAfterPartitionTest]
   [junit4] Completed [497/905 (1!)] on J3 in 37.82s, 1 test, 1 failure <<< FAILURES!

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

[repro] Revision: adb829cf3589f44a41e407e64ee0e51144a7cedd

[repro] Ant options: "-Dargs=-XX:-UseCompressedOops -XX:+UnlockExperimentalVMOptions -XX:+UseZGC"
[repro] Repro line:  ant test  -Dtestcase=LeaderFailoverAfterPartitionTest -Dtests.method=test -Dtests.seed=E51C96716DD6F63F -Dtests.slow=true -Dtests.locale=el-GR -Dtests.timezone=Asia/Damascus -Dtests.asserts=true -Dtests.file.encoding=UTF-8

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

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

[...truncated 3150 lines...]
[repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=5 -Dtests.class="*.LeaderFailoverAfterPartitionTest" -Dtests.showOutput=onerror "-Dargs=-XX:-UseCompressedOops -XX:+UnlockExperimentalVMOptions -XX:+UseZGC" -Dtests.seed=E51C96716DD6F63F -Dtests.slow=true -Dtests.locale=el-GR -Dtests.timezone=Asia/Damascus -Dtests.asserts=true -Dtests.file.encoding=UTF-8

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

[...truncated 73 lines...]