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/01/27 12:59:03 UTC

[JENKINS] Lucene-Solr-8.x-Linux (32bit/jdk1.8.0_201) - Build # 1923 - Unstable!

Build: https://jenkins.thetaphi.de/job/Lucene-Solr-8.x-Linux/1923/
Java: 32bit/jdk1.8.0_201 -server -XX:+UseParallelGC

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

Error Message:
expected:<down> but was:<active>

Stack Trace:
java.lang.AssertionError: expected:<down> but was:<active>
	at __randomizedtesting.SeedInfo.seed([2D461D8398957160]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.failNotEquals(Assert.java:834)
	at org.junit.Assert.assertEquals(Assert.java:118)
	at org.junit.Assert.assertEquals(Assert.java:144)
	at org.apache.solr.cloud.autoscaling.sim.SimSolrCloudTestCase.assertReplicaEquals(SimSolrCloudTestCase.java:221)
	at org.apache.solr.cloud.autoscaling.sim.TestSimClusterStateProvider.lambda$null$1(TestSimClusterStateProvider.java:141)
	at java.util.LinkedHashMap.forEach(LinkedHashMap.java:684)
	at org.apache.solr.cloud.autoscaling.sim.TestSimClusterStateProvider.lambda$assertClusterStateEquals$2(TestSimClusterStateProvider.java:136)
	at org.apache.solr.common.cloud.ClusterState.lambda$forEachCollection$0(ClusterState.java:363)
	at java.util.LinkedHashMap.forEach(LinkedHashMap.java:684)
	at org.apache.solr.common.cloud.ClusterState.forEachCollection(ClusterState.java:359)
	at org.apache.solr.cloud.autoscaling.sim.TestSimClusterStateProvider.assertClusterStateEquals(TestSimClusterStateProvider.java:131)
	at org.apache.solr.cloud.autoscaling.sim.TestSimClusterStateProvider.init(TestSimClusterStateProvider.java:122)
	at org.apache.solr.cloud.autoscaling.sim.TestSimClusterStateProvider.setupCluster(TestSimClusterStateProvider.java:83)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:878)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.cloud.api.collections.ShardSplitTest.testSplitShardWithRuleLink

Error Message:
Error from server at http://127.0.0.1:43885: Underlying core creation failed while creating collection: shardSplitWithRule_link

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:43885: Underlying core creation failed while creating collection: shardSplitWithRule_link
	at __randomizedtesting.SeedInfo.seed([2D461D8398957160:275AA818120917C5]: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:211)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:228)
	at org.apache.solr.cloud.api.collections.ShardSplitTest.doSplitShardWithRule(ShardSplitTest.java:650)
	at org.apache.solr.cloud.api.collections.ShardSplitTest.testSplitShardWithRuleLink(ShardSplitTest.java:633)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	at 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:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 14564 lines...]
   [junit4] Suite: org.apache.solr.cloud.autoscaling.sim.TestSimClusterStateProvider
   [junit4]   2> 486744 INFO  (SUITE-TestSimClusterStateProvider-seed#[2D461D8398957160]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J3/temp/solr.cloud.autoscaling.sim.TestSimClusterStateProvider_2D461D8398957160-001/data-dir-70-001
   [junit4]   2> 486745 WARN  (SUITE-TestSimClusterStateProvider-seed#[2D461D8398957160]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=3 numCloses=3
   [junit4]   2> 486745 INFO  (SUITE-TestSimClusterStateProvider-seed#[2D461D8398957160]-worker) [     ] o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 486746 INFO  (SUITE-TestSimClusterStateProvider-seed#[2D461D8398957160]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 486746 INFO  (SUITE-TestSimClusterStateProvider-seed#[2D461D8398957160]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 486746 INFO  (SUITE-TestSimClusterStateProvider-seed#[2D461D8398957160]-worker) [     ] o.a.s.c.a.s.TestSimClusterStateProvider ####### Using simulated components? true
   [junit4]   2> 486746 INFO  (SUITE-TestSimClusterStateProvider-seed#[2D461D8398957160]-worker) [     ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 3 servers in /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J3/temp/solr.cloud.autoscaling.sim.TestSimClusterStateProvider_2D461D8398957160-001/tempDir-001
   [junit4]   2> 486747 INFO  (SUITE-TestSimClusterStateProvider-seed#[2D461D8398957160]-worker) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 486747 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 486747 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 486847 INFO  (SUITE-TestSimClusterStateProvider-seed#[2D461D8398957160]-worker) [     ] o.a.s.c.ZkTestServer start zk server on port:32825
   [junit4]   2> 486847 INFO  (SUITE-TestSimClusterStateProvider-seed#[2D461D8398957160]-worker) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:32825
   [junit4]   2> 486847 INFO  (SUITE-TestSimClusterStateProvider-seed#[2D461D8398957160]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:32825
   [junit4]   2> 486847 INFO  (SUITE-TestSimClusterStateProvider-seed#[2D461D8398957160]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 32825
   [junit4]   2> 486853 INFO  (SUITE-TestSimClusterStateProvider-seed#[2D461D8398957160]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 486865 INFO  (zkConnectionManagerCallback-3132-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 486865 INFO  (SUITE-TestSimClusterStateProvider-seed#[2D461D8398957160]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 486885 INFO  (SUITE-TestSimClusterStateProvider-seed#[2D461D8398957160]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 486897 INFO  (zkConnectionManagerCallback-3134-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 486897 INFO  (SUITE-TestSimClusterStateProvider-seed#[2D461D8398957160]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 486899 INFO  (SUITE-TestSimClusterStateProvider-seed#[2D461D8398957160]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 486900 INFO  (zkConnectionManagerCallback-3136-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 486900 INFO  (SUITE-TestSimClusterStateProvider-seed#[2D461D8398957160]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 487013 WARN  (jetty-launcher-3137-thread-3) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 487014 WARN  (jetty-launcher-3137-thread-1) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 487014 WARN  (jetty-launcher-3137-thread-2) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 487014 INFO  (jetty-launcher-3137-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 487014 INFO  (jetty-launcher-3137-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 487014 INFO  (jetty-launcher-3137-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 487014 INFO  (jetty-launcher-3137-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 487014 INFO  (jetty-launcher-3137-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 487014 INFO  (jetty-launcher-3137-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 487014 INFO  (jetty-launcher-3137-thread-3) [     ] o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 363d5f2df3a8a28de40604320230664b9c793c16; jvm 1.8.0_201-b09
   [junit4]   2> 487014 INFO  (jetty-launcher-3137-thread-1) [     ] o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 363d5f2df3a8a28de40604320230664b9c793c16; jvm 1.8.0_201-b09
   [junit4]   2> 487014 INFO  (jetty-launcher-3137-thread-2) [     ] o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 363d5f2df3a8a28de40604320230664b9c793c16; jvm 1.8.0_201-b09
   [junit4]   2> 487044 INFO  (jetty-launcher-3137-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 487044 INFO  (jetty-launcher-3137-thread-2) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 487044 INFO  (jetty-launcher-3137-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 487044 INFO  (jetty-launcher-3137-thread-2) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 487044 INFO  (jetty-launcher-3137-thread-1) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 487044 INFO  (jetty-launcher-3137-thread-2) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 487045 INFO  (jetty-launcher-3137-thread-2) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@107786c{/solr,null,AVAILABLE}
   [junit4]   2> 487049 INFO  (jetty-launcher-3137-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1f6ad9c{/solr,null,AVAILABLE}
   [junit4]   2> 487053 INFO  (jetty-launcher-3137-thread-3) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 487053 INFO  (jetty-launcher-3137-thread-3) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 487053 INFO  (jetty-launcher-3137-thread-3) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 487053 INFO  (jetty-launcher-3137-thread-3) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@160092b{/solr,null,AVAILABLE}
   [junit4]   2> 487056 INFO  (jetty-launcher-3137-thread-2) [     ] o.e.j.s.AbstractConnector Started ServerConnector@fdc9a7{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:39831}
   [junit4]   2> 487056 INFO  (jetty-launcher-3137-thread-2) [     ] o.e.j.s.Server Started @487093ms
   [junit4]   2> 487056 INFO  (jetty-launcher-3137-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=39831}
   [junit4]   2> 487056 ERROR (jetty-launcher-3137-thread-2) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 487056 INFO  (jetty-launcher-3137-thread-2) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 487056 INFO  (jetty-launcher-3137-thread-2) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.5.0
   [junit4]   2> 487056 INFO  (jetty-launcher-3137-thread-2) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 487056 INFO  (jetty-launcher-3137-thread-2) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 487056 INFO  (jetty-launcher-3137-thread-2) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-01-27T12:30:48.705Z
   [junit4]   2> 487064 INFO  (jetty-launcher-3137-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 487066 INFO  (jetty-launcher-3137-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@19358e8{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:40093}
   [junit4]   2> 487066 INFO  (jetty-launcher-3137-thread-1) [     ] o.e.j.s.Server Started @487103ms
   [junit4]   2> 487066 INFO  (jetty-launcher-3137-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=40093}
   [junit4]   2> 487066 ERROR (jetty-launcher-3137-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 487066 INFO  (jetty-launcher-3137-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 487066 INFO  (jetty-launcher-3137-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.5.0
   [junit4]   2> 487066 INFO  (jetty-launcher-3137-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 487066 INFO  (jetty-launcher-3137-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 487066 INFO  (jetty-launcher-3137-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-01-27T12:30:48.715Z
   [junit4]   2> 487076 INFO  (jetty-launcher-3137-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 487081 INFO  (jetty-launcher-3137-thread-3) [     ] o.e.j.s.AbstractConnector Started ServerConnector@df0fd2{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:32963}
   [junit4]   2> 487081 INFO  (jetty-launcher-3137-thread-3) [     ] o.e.j.s.Server Started @487118ms
   [junit4]   2> 487081 INFO  (jetty-launcher-3137-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=32963}
   [junit4]   2> 487081 INFO  (zkConnectionManagerCallback-3139-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 487081 INFO  (jetty-launcher-3137-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 487081 ERROR (jetty-launcher-3137-thread-3) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 487081 INFO  (jetty-launcher-3137-thread-3) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 487081 INFO  (jetty-launcher-3137-thread-3) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.5.0
   [junit4]   2> 487081 INFO  (jetty-launcher-3137-thread-3) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 487081 INFO  (jetty-launcher-3137-thread-3) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 487081 INFO  (jetty-launcher-3137-thread-3) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-01-27T12:30:48.730Z
   [junit4]   2> 487089 INFO  (jetty-launcher-3137-thread-2) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 487093 INFO  (jetty-launcher-3137-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 487093 INFO  (zkConnectionManagerCallback-3141-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 487093 INFO  (jetty-launcher-3137-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 487096 INFO  (jetty-launcher-3137-thread-1) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 487108 INFO  (zkConnectionManagerCallback-3143-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 487108 INFO  (jetty-launcher-3137-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 487109 INFO  (jetty-launcher-3137-thread-3) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 487660 INFO  (jetty-launcher-3137-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 487661 WARN  (jetty-launcher-3137-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@7e2b6a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 487661 WARN  (jetty-launcher-3137-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@7e2b6a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 487663 WARN  (jetty-launcher-3137-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@113271e[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 487663 WARN  (jetty-launcher-3137-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@113271e[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 487663 INFO  (jetty-launcher-3137-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:32825/solr
   [junit4]   2> 487664 INFO  (jetty-launcher-3137-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 487666 INFO  (jetty-launcher-3137-thread-3) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 487667 INFO  (zkConnectionManagerCallback-3152-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 487667 INFO  (jetty-launcher-3137-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 487669 WARN  (jetty-launcher-3137-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@1635b66[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 487669 WARN  (jetty-launcher-3137-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@1635b66[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 487673 WARN  (jetty-launcher-3137-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@d212e6[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 487673 WARN  (jetty-launcher-3137-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@d212e6[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 487673 INFO  (jetty-launcher-3137-thread-3) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:32825/solr
   [junit4]   2> 487676 INFO  (jetty-launcher-3137-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 487680 INFO  (zkConnectionManagerCallback-3158-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 487680 INFO  (jetty-launcher-3137-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 487729 INFO  (jetty-launcher-3137-thread-2) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 487730 WARN  (jetty-launcher-3137-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@1979b7f[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 487730 WARN  (jetty-launcher-3137-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@1979b7f[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 487733 WARN  (jetty-launcher-3137-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@1c1e73d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 487733 WARN  (jetty-launcher-3137-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@1c1e73d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 487734 INFO  (jetty-launcher-3137-thread-2) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:32825/solr
   [junit4]   2> 487734 INFO  (jetty-launcher-3137-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 487735 INFO  (zkConnectionManagerCallback-3164-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 487735 INFO  (jetty-launcher-3137-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 487788 INFO  (jetty-launcher-3137-thread-1) [n:127.0.0.1:40093_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 487811 INFO  (zkConnectionManagerCallback-3166-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 487811 INFO  (jetty-launcher-3137-thread-1) [n:127.0.0.1:40093_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 487876 INFO  (jetty-launcher-3137-thread-2) [n:127.0.0.1:39831_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 487877 INFO  (zkConnectionManagerCallback-3170-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 487877 INFO  (jetty-launcher-3137-thread-2) [n:127.0.0.1:39831_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 487882 INFO  (jetty-launcher-3137-thread-2) [n:127.0.0.1:39831_solr     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:39831_solr
   [junit4]   2> 487882 INFO  (jetty-launcher-3137-thread-2) [n:127.0.0.1:39831_solr     ] o.a.s.c.Overseer Overseer (id=72083255375495178-127.0.0.1:39831_solr-n_0000000000) starting
   [junit4]   2> 487887 INFO  (jetty-launcher-3137-thread-1) [n:127.0.0.1:40093_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:40093_solr
   [junit4]   2> 487889 INFO  (jetty-launcher-3137-thread-1) [n:127.0.0.1:40093_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 487889 WARN  (jetty-launcher-3137-thread-1) [n:127.0.0.1:40093_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> 487889 INFO  (OverseerStateUpdate-72083255375495178-127.0.0.1:39831_solr-n_0000000000) [n:127.0.0.1:39831_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:39831_solr
   [junit4]   2> 487890 INFO  (OverseerStateUpdate-72083255375495178-127.0.0.1:39831_solr-n_0000000000) [n:127.0.0.1:39831_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 487891 INFO  (jetty-launcher-3137-thread-2) [n:127.0.0.1:39831_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:39831_solr as DOWN
   [junit4]   2> 487892 INFO  (jetty-launcher-3137-thread-2) [n:127.0.0.1:39831_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 487892 INFO  (jetty-launcher-3137-thread-2) [n:127.0.0.1:39831_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:39831_solr
   [junit4]   2> 487894 INFO  (jetty-launcher-3137-thread-2) [n:127.0.0.1:39831_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 487894 WARN  (jetty-launcher-3137-thread-2) [n:127.0.0.1:39831_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> 487897 INFO  (zkCallback-3165-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 487897 INFO  (zkCallback-3169-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 487907 INFO  (jetty-launcher-3137-thread-1) [n:127.0.0.1:40093_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 487918 INFO  (jetty-launcher-3137-thread-2) [n:127.0.0.1:39831_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 487931 INFO  (jetty-launcher-3137-thread-1) [n:127.0.0.1:40093_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40093.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1d4cd8d
   [junit4]   2> 487931 INFO  (jetty-launcher-3137-thread-2) [n:127.0.0.1:39831_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39831.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1d4cd8d
   [junit4]   2> 487937 INFO  (jetty-launcher-3137-thread-1) [n:127.0.0.1:40093_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40093.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1d4cd8d
   [junit4]   2> 487937 INFO  (jetty-launcher-3137-thread-1) [n:127.0.0.1:40093_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40093.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1d4cd8d
   [junit4]   2> 487938 INFO  (jetty-launcher-3137-thread-2) [n:127.0.0.1:39831_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39831.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1d4cd8d
   [junit4]   2> 487938 INFO  (jetty-launcher-3137-thread-2) [n:127.0.0.1:39831_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39831.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1d4cd8d
   [junit4]   2> 487938 INFO  (jetty-launcher-3137-thread-1) [n:127.0.0.1:40093_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J3/temp/solr.cloud.autoscaling.sim.TestSimClusterStateProvider_2D461D8398957160-001/tempDir-001/node1/.
   [junit4]   2> 487938 INFO  (jetty-launcher-3137-thread-2) [n:127.0.0.1:39831_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J3/temp/solr.cloud.autoscaling.sim.TestSimClusterStateProvider_2D461D8398957160-001/tempDir-001/node2/.
   [junit4]   2> 487976 INFO  (jetty-launcher-3137-thread-3) [n:127.0.0.1:32963_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 487982 INFO  (zkConnectionManagerCallback-3178-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 487982 INFO  (jetty-launcher-3137-thread-3) [n:127.0.0.1:32963_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 487985 INFO  (jetty-launcher-3137-thread-3) [n:127.0.0.1:32963_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 487986 INFO  (jetty-launcher-3137-thread-3) [n:127.0.0.1:32963_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:32963_solr as DOWN
   [junit4]   2> 487986 INFO  (jetty-launcher-3137-thread-3) [n:127.0.0.1:32963_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 487986 INFO  (jetty-launcher-3137-thread-3) [n:127.0.0.1:32963_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:32963_solr
   [junit4]   2> 487987 INFO  (zkCallback-3169-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 487988 INFO  (jetty-launcher-3137-thread-3) [n:127.0.0.1:32963_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 487988 WARN  (jetty-launcher-3137-thread-3) [n:127.0.0.1:32963_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> 487989 INFO  (zkCallback-3165-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 487989 INFO  (zkCallback-3177-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 487998 INFO  (jetty-launcher-3137-thread-3) [n:127.0.0.1:32963_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 488008 INFO  (jetty-launcher-3137-thread-3) [n:127.0.0.1:32963_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_32963.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1d4cd8d
   [junit4]   2> 488013 INFO  (jetty-launcher-3137-thread-3) [n:127.0.0.1:32963_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_32963.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1d4cd8d
   [junit4]   2> 488013 INFO  (jetty-launcher-3137-thread-3) [n:127.0.0.1:32963_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_32963.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1d4cd8d
   [junit4]   2> 488013 INFO  (jetty-launcher-3137-thread-3) [n:127.0.0.1:32963_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J3/temp/solr.cloud.autoscaling.sim.TestSimClusterStateProvider_2D461D8398957160-001/tempDir-001/node3/.
   [junit4]   2> 488032 INFO  (SUITE-TestSimClusterStateProvider-seed#[2D461D8398957160]-worker) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=3
   [junit4]   2> 488032 INFO  (SUITE-TestSimClusterStateProvider-seed#[2D461D8398957160]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 488033 INFO  (zkConnectionManagerCallback-3187-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 488033 INFO  (SUITE-TestSimClusterStateProvider-seed#[2D461D8398957160]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 488034 INFO  (SUITE-TestSimClusterStateProvider-seed#[2D461D8398957160]-worker) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 488034 INFO  (SUITE-TestSimClusterStateProvider-seed#[2D461D8398957160]-worker) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:32825/solr ready
   [junit4]   2> 488036 INFO  (qtp3809424-12386) [n:127.0.0.1:39831_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params pullReplicas=1&name=.system&nrtReplicas=2&action=CREATE&numShards=1&tlogReplicas=0&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 488039 INFO  (OverseerThreadFactory-2847-thread-1-processing-n:127.0.0.1:39831_solr) [n:127.0.0.1:39831_solr     ] o.a.s.c.a.c.CreateCollectionCmd Create collection .system
   [junit4]   2> 488141 INFO  (OverseerStateUpdate-72083255375495178-127.0.0.1:39831_solr-n_0000000000) [n:127.0.0.1:39831_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":".system",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":".system_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:32963/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 488142 INFO  (OverseerStateUpdate-72083255375495178-127.0.0.1:39831_solr-n_0000000000) [n:127.0.0.1:39831_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":".system",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":".system_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:39831/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 488143 INFO  (OverseerStateUpdate-72083255375495178-127.0.0.1:39831_solr-n_0000000000) [n:127.0.0.1:39831_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":".system",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":".system_shard1_replica_p4",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:40093/solr",
   [junit4]   2>   "type":"PULL",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 488345 INFO  (qtp22331058-12395) [n:127.0.0.1:40093_solr    x:.system_shard1_replica_p4 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node6&collection.configName=.system&newCollection=true&name=.system_shard1_replica_p4&action=CREATE&numShards=1&collection=.system&shard=shard1&wt=javabin&version=2&replicaType=PULL
   [junit4]   2> 488345 INFO  (qtp3809424-12393) [n:127.0.0.1:39831_solr    x:.system_shard1_replica_n2 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node5&collection.configName=.system&newCollection=true&name=.system_shard1_replica_n2&action=CREATE&numShards=1&collection=.system&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 488345 INFO  (qtp1635489-12394) [n:127.0.0.1:32963_solr    x:.system_shard1_replica_n1 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node3&collection.configName=.system&newCollection=true&name=.system_shard1_replica_n1&action=CREATE&numShards=1&collection=.system&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 488345 INFO  (qtp22331058-12395) [n:127.0.0.1:40093_solr    x:.system_shard1_replica_p4 ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 489353 INFO  (qtp1635489-12394) [n:127.0.0.1:32963_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.5.0
   [junit4]   2> 489353 INFO  (qtp22331058-12395) [n:127.0.0.1:40093_solr c:.system s:shard1 r:core_node6 x:.system_shard1_replica_p4 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.5.0
   [junit4]   2> 489353 INFO  (qtp3809424-12393) [n:127.0.0.1:39831_solr c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.5.0
   [junit4]   2> 489371 INFO  (qtp1635489-12394) [n:127.0.0.1:32963_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.s.ManagedIndexSchemaFactory The schema is configured as managed, but managed schema resource managed-schema not found - loading non-managed schema schema.xml instead
   [junit4]   2> 489371 INFO  (qtp3809424-12393) [n:127.0.0.1:39831_solr c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2 ] o.a.s.s.ManagedIndexSchemaFactory The schema is configured as managed, but managed schema resource managed-schema not found - loading non-managed schema schema.xml instead
   [junit4]   2> 489372 INFO  (qtp22331058-12395) [n:127.0.0.1:40093_solr c:.system s:shard1 r:core_node6 x:.system_shard1_replica_p4 ] o.a.s.s.ManagedIndexSchemaFactory The schema is configured as managed, but managed schema resource managed-schema not found - loading non-managed schema schema.xml instead
   [junit4]   2> 489373 INFO  (qtp1635489-12394) [n:127.0.0.1:32963_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.s.IndexSchema [.system_shard1_replica_n1] Schema name=_system collection or core
   [junit4]   2> 489373 INFO  (qtp3809424-12393) [n:127.0.0.1:39831_solr c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2 ] o.a.s.s.IndexSchema [.system_shard1_replica_n2] Schema name=_system collection or core
   [junit4]   2> 489374 INFO  (qtp22331058-12395) [n:127.0.0.1:40093_solr c:.system s:shard1 r:core_node6 x:.system_shard1_replica_p4 ] o.a.s.s.IndexSchema [.system_shard1_replica_p4] Schema name=_system collection or core
   [junit4]   2> 489377 INFO  (qtp1635489-12394) [n:127.0.0.1:32963_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.s.IndexSchema Loaded schema _system collection or core/1.1 with uniqueid field id
   [junit4]   2> 489377 INFO  (qtp3809424-12393) [n:127.0.0.1:39831_solr c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2 ] o.a.s.s.IndexSchema Loaded schema _system collection or core/1.1 with uniqueid field id
   [junit4]   2> 489377 INFO  (qtp22331058-12395) [n:127.0.0.1:40093_solr c:.system s:shard1 r:core_node6 x:.system_shard1_replica_p4 ] o.a.s.s.IndexSchema Loaded schema _system collection or core/1.1 with uniqueid field id
   [junit4]   2> 489378 INFO  (qtp1635489-12394) [n:127.0.0.1:32963_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.s.ManagedIndexSchema Created and persisted managed schema znode at /configs/.system/managed-schema
   [junit4]   2> 489378 INFO  (qtp22331058-12395) [n:127.0.0.1:40093_solr c:.system s:shard1 r:core_node6 x:.system_shard1_replica_p4 ] o.a.s.s.ManagedIndexSchema Managed schema znode at /configs/.system/managed-schema already exists - no need to create it
   [junit4]   2> 489379 INFO  (qtp3809424-12393) [n:127.0.0.1:39831_solr c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2 ] o.a.s.s.ManagedIndexSchema Managed schema znode at /configs/.system/managed-schema already exists - no need to create it
   [junit4]   2> 489379 INFO  (qtp22331058-12395) [n:127.0.0.1:40093_solr c:.system s:shard1 r:core_node6 x:.system_shard1_replica_p4 ] o.a.s.c.CoreContainer Creating SolrCore '.system_shard1_replica_p4' using configuration from configset .system, trusted=true
   [junit4]   2> 489380 INFO  (qtp3809424-12393) [n:127.0.0.1:39831_solr c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2 ] o.a.s.c.CoreContainer Creating SolrCore '.system_shard1_replica_n2' using configuration from configset .system, trusted=true
   [junit4]   2> 489380 INFO  (qtp22331058-12395) [n:127.0.0.1:40093_solr c:.system s:shard1 r:core_node6 x:.system_shard1_replica_p4 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40093.solr.core..system.shard1.replica_p4' (registry 'solr.core..system.shard1.replica_p4') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1d4cd8d
   [junit4]   2> 489380 INFO  (qtp22331058-12395) [n:127.0.0.1:40093_solr c:.system s:shard1 r:core_node6 x:.system_shard1_replica_p4 ] o.a.s.c.SolrCore [[.system_shard1_replica_p4] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J3/temp/solr.cloud.autoscaling.sim.TestSimClusterStateProvider_2D461D8398957160-001/tempDir-001/node1/.system_shard1_replica_p4], dataDir=[/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J3/temp/solr.cloud.autoscaling.sim.TestSimClusterStateProvider_2D461D8398957160-001/tempDir-001/node1/./.system_shard1_replica_p4/data/]
   [junit4]   2> 489380 INFO  (qtp3809424-12393) [n:127.0.0.1:39831_solr c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39831.solr.core..system.shard1.replica_n2' (registry 'solr.core..system.shard1.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1d4cd8d
   [junit4]   2> 489380 INFO  (qtp3809424-12393) [n:127.0.0.1:39831_solr c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2 ] o.a.s.c.SolrCore [[.system_shard1_replica_n2] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J3/temp/solr.cloud.autoscaling.sim.TestSimClusterStateProvider_2D461D8398957160-001/tempDir-001/node2/.system_shard1_replica_n2], dataDir=[/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J3/temp/solr.cloud.autoscaling.sim.TestSimClusterStateProvider_2D461D8398957160-001/tempDir-001/node2/./.system_shard1_replica_n2/data/]
   [junit4]   2> 489381 INFO  (qtp1635489-12394) [n:127.0.0.1:32963_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.s.ManagedIndexSchemaFactory After upgrading to managed schema in ZooKeeper, renamed the non-managed schema /configs/.system/schema.xml to /configs/.system/schema.xml.bak
   [junit4]   2> 489381 INFO  (qtp1635489-12394) [n:127.0.0.1:32963_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.c.CoreContainer Creating SolrCore '.system_shard1_replica_n1' using configuration from configset .system, trusted=true
   [junit4]   2> 489381 INFO  (qtp1635489-12394) [n:127.0.0.1:32963_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_32963.solr.core..system.shard1.replica_n1' (registry 'solr.core..system.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1d4cd8d
   [junit4]   2> 489381 INFO  (qtp1635489-12394) [n:127.0.0.1:32963_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.c.SolrCore [[.system_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J3/temp/solr.cloud.autoscaling.sim.TestSimClusterStateProvider_2D461D8398957160-001/tempDir-001/node3/.system_shard1_replica_n1], dataDir=[/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J3/temp/solr.cloud.autoscaling.sim.TestSimClusterStateProvider_2D461D8398957160-001/tempDir-001/node3/./.system_shard1_replica_n1/data/]
   [junit4]   2> 489411 INFO  (qtp1635489-12394) [n:127.0.0.1:32963_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 489411 INFO  (qtp1635489-12394) [n:127.0.0.1:32963_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 489412 INFO  (qtp1635489-12394) [n:127.0.0.1:32963_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard AutoCommit: if 1 uncommitted docs; 
   [junit4]   2> 489412 INFO  (qtp22331058-12395) [n:127.0.0.1:40093_solr c:.system s:shard1 r:core_node6 x:.system_shard1_replica_p4 ] o.a.s.u.CommitTracker Hard AutoCommit: if 1 uncommitted docs; 
   [junit4]   2> 489412 INFO  (qtp22331058-12395) [n:127.0.0.1:40093_solr c:.system s:shard1 r:core_node6 x:.system_shard1_replica_p4 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 489412 INFO  (qtp1635489-12394) [n:127.0.0.1:32963_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 489413 INFO  (qtp1635489-12394) [n:127.0.0.1:32963_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@1de0c02[.system_shard1_replica_n1] main]
   [junit4]   2> 489413 INFO  (qtp22331058-12395) [n:127.0.0.1:40093_solr c:.system s:shard1 r:core_node6 x:.system_shard1_replica_p4 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@dc37aa[.system_shard1_replica_p4] main]
   [junit4]   2> 489414 INFO  (qtp1635489-12394) [n:127.0.0.1:32963_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/.system
   [junit4]   2> 489414 INFO  (qtp22331058-12395) [n:127.0.0.1:40093_solr c:.system s:shard1 r:core_node6 x:.system_shard1_replica_p4 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/.system
   [junit4]   2> 489414 INFO  (qtp1635489-12394) [n:127.0.0.1:32963_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/.system
   [junit4]   2> 489414 INFO  (qtp22331058-12395) [n:127.0.0.1:40093_solr c:.system s:shard1 r:core_node6 x:.system_shard1_replica_p4 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/.system
   [junit4]   2> 489414 INFO  (qtp22331058-12395) [n:127.0.0.1:40093_solr c:.system s:shard1 r:core_node6 x:.system_shard1_replica_p4 ] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/.system/managed-schema
   [junit4]   2> 489414 INFO  (qtp1635489-12394) [n:127.0.0.1:32963_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/.system/managed-schema
   [junit4]   2> 489415 INFO  (qtp22331058-12395) [n:127.0.0.1:40093_solr c:.system s:shard1 r:core_node6 x:.system_shard1_replica_p4 ] o.a.s.s.ZkIndexSchemaReader Retrieved schema version 0 from ZooKeeper
   [junit4]   2> 489415 INFO  (qtp1635489-12394) [n:127.0.0.1:32963_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 489415 INFO  (qtp1635489-12394) [n:127.0.0.1:32963_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 489415 INFO  (qtp1635489-12394) [n:127.0.0.1:32963_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1656884560987684864
   [junit4]   2> 489416 INFO  (qtp22331058-12395) [n:127.0.0.1:40093_solr c:.system s:shard1 r:core_node6 x:.system_shard1_replica_p4 ] o.a.s.s.IndexSchema [.system_shard1_replica_p4] Schema name=_system collection or core
   [junit4]   2> 489416 INFO  (qtp3809424-12393) [n:127.0.0.1:39831_solr c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 489416 INFO  (qtp3809424-12393) [n:127.0.0.1:39831_solr c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 489416 INFO  (searcherExecutor-2862-thread-1-processing-n:127.0.0.1:32963_solr x:.system_shard1_replica_n1 c:.system s:shard1 r:core_node3) [n:127.0.0.1:32963_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.c.SolrCore [.system_shard1_replica_n1] Registered new searcher Searcher@1de0c02[.system_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 489417 INFO  (qtp3809424-12393) [n:127.0.0.1:39831_solr c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2 ] o.a.s.u.CommitTracker Hard AutoCommit: if 1 uncommitted docs; 
   [junit4]   2> 489417 INFO  (qtp3809424-12393) [n:127.0.0.1:39831_solr c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 489418 INFO  (qtp1635489-12394) [n:127.0.0.1:32963_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/.system/terms/shard1 to Terms{values={core_node3=0}, version=0}
   [junit4]   2> 489418 INFO  (qtp1635489-12394) [n:127.0.0.1:32963_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/.system/leaders/shard1
   [junit4]   2> 489418 INFO  (qtp3809424-12393) [n:127.0.0.1:39831_solr c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@16c3488[.system_shard1_replica_n2] main]
   [junit4]   2> 489418 INFO  (qtp22331058-12395) [n:127.0.0.1:40093_solr c:.system s:shard1 r:core_node6 x:.system_shard1_replica_p4 ] o.a.s.s.IndexSchema Loaded schema _system collection or core/1.1 with uniqueid field id
   [junit4]   2> 489418 INFO  (qtp22331058-12395) [n:127.0.0.1:40093_solr c:.system s:shard1 r:core_node6 x:.system_shard1_replica_p4 ] o.a.s.s.ZkIndexSchemaReader Finished refreshing schema in 3 ms
   [junit4]   2> 489419 INFO  (qtp22331058-12395) [n:127.0.0.1:40093_solr c:.system s:shard1 r:core_node6 x:.system_shard1_replica_p4 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 489419 INFO  (qtp3809424-12393) [n:127.0.0.1:39831_solr c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/.system
   [junit4]   2> 489419 INFO  (searcherExecutor-2860-thread-1-processing-n:127.0.0.1:40093_solr x:.system_shard1_replica_p4 c:.system s:shard1 r:core_node6) [n:127.0.0.1:40093_solr c:.system s:shard1 r:core_node6 x:.system_shard1_replica_p4 ] o.a.s.c.SolrCore [.system_shard1_replica_p4] Registered new searcher Searcher@dc37aa[.system_shard1_replica_p4] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 489420 INFO  (qtp3809424-12393) [n:127.0.0.1:39831_solr c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/.system
   [junit4]   2> 489420 INFO  (qtp3809424-12393) [n:127.0.0.1:39831_solr c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2 ] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/.system/managed-schema
   [junit4]   2> 489421 INFO  (qtp3809424-12393) [n:127.0.0.1:39831_solr c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2 ] o.a.s.s.ZkIndexSchemaReader Retrieved schema version 0 from ZooKeeper
   [junit4]   2> 489422 INFO  (qtp3809424-12393) [n:127.0.0.1:39831_solr c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2 ] o.a.s.s.IndexSchema [.system_shard1_replica_n2] Schema name=_system collection or core
   [junit4]   2> 489422 INFO  (qtp1635489-12394) [n:127.0.0.1:32963_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for shard shard1: total=2 found=1 timeoutin=9998ms
   [junit4]   2> 489424 INFO  (qtp3809424-12393) [n:127.0.0.1:39831_solr c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2 ] o.a.s.s.IndexSchema Loaded schema _system collection or core/1.1 with uniqueid field id
   [junit4]   2> 489424 INFO  (qtp3809424-12393) [n:127.0.0.1:39831_solr c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2 ] o.a.s.s.ZkIndexSchemaReader Finished refreshing schema in 2 ms
   [junit4]   2> 489424 INFO  (qtp3809424-12393) [n:127.0.0.1:39831_solr c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 489424 INFO  (qtp3809424-12393) [n:127.0.0.1:39831_solr c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1656884560997122048
   [junit4]   2> 489424 INFO  (qtp22331058-12395) [n:127.0.0.1:40093_solr c:.system s:shard1 r:core_node6 x:.system_shard1_replica_p4 ] o.a.s.c.ZkController .system_shard1_replica_p4 starting background replication from leader
   [junit4]   2> 489425 INFO  (qtp22331058-12395) [n:127.0.0.1:40093_solr c:.system s:shard1 r:core_node6 x:.system_shard1_replica_p4 ] o.a.s.c.ReplicateFromLeader Will start replication from leader with poll interval: 00:00:01
   [junit4]   2> 489426 INFO  (searcherExecutor-2861-thread-1-processing-n:127.0.0.1:39831_solr x:.system_shard1_replica_n2 c:.system s:shard1 r:core_node5) [n:127.0.0.1:39831_solr c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2 ] o.a.s.c.SolrCore [.system_shard1_replica_n2] Registered new searcher Searcher@16c3488[.system_shard1_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 489427 INFO  (qtp3809424-12393) [n:127.0.0.1:39831_solr c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/.system/terms/shard1 to Terms{values={core_node3=0, core_node5=0}, version=1}
   [junit4]   2> 489427 INFO  (qtp3809424-12393) [n:127.0.0.1:39831_solr c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/.system/leaders/shard1
   [junit4]   2> 489427 INFO  (qtp22331058-12395) [n:127.0.0.1:40093_solr c:.system s:shard1 r:core_node6 x:.system_shard1_replica_p4 ] o.a.s.h.ReplicationHandler Poll scheduled at an interval of 1000ms
   [junit4]   2> 489427 INFO  (qtp22331058-12395) [n:127.0.0.1:40093_solr c:.system s:shard1 r:core_node6 x:.system_shard1_replica_p4 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 489923 INFO  (qtp1635489-12394) [n:127.0.0.1:32963_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 489923 INFO  (qtp1635489-12394) [n:127.0.0.1:32963_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 489923 INFO  (qtp1635489-12394) [n:127.0.0.1:32963_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:32963/solr/.system_shard1_replica_n1/
   [junit4]   2> 489923 INFO  (qtp1635489-12394) [n:127.0.0.1:32963_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.u.PeerSync PeerSync: core=.system_shard1_replica_n1 url=http://127.0.0.1:32963/solr START replicas=[http://127.0.0.1:39831/solr/.system_shard1_replica_n2/] nUpdates=100
   [junit4]   2> 489923 INFO  (qtp1635489-12394) [n:127.0.0.1:32963_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.u.PeerSync PeerSync: core=.system_shard1_replica_n1 url=http://127.0.0.1:32963/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 489926 INFO  (qtp3809424-12409) [n:127.0.0.1:39831_solr c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2 ] o.a.s.c.S.Request [.system_shard1_replica_n2]  webapp=/solr path=/get params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 489927 INFO  (qtp1635489-12394) [n:127.0.0.1:32963_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 489927 INFO  (qtp1635489-12394) [n:127.0.0.1:32963_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 489927 INFO  (qtp1635489-12394) [n:127.0.0.1:32963_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/.system/leaders/shard1/leader after winning as /collections/.system/leader_elect/shard1/election/72083255375495179-core_node3-n_0000000000
   [junit4]   2> 489931 INFO  (qtp1635489-12394) [n:127.0.0.1:32963_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:32963/solr/.system_shard1_replica_n1/ shard1
   [junit4]   2> 490033 INFO  (zkCallback-3177-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/.system/state.json] for collection [.system] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 490034 INFO  (qtp1635489-12394) [n:127.0.0.1:32963_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 490036 INFO  (zkCallback-3165-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/.system/state.json] for collection [.system] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 490038 INFO  (indexFetcher-2875-thread-1) [     ] o.a.s.h.IndexFetcher Replica core_node3 is leader but it's state is down, skipping replication
   [junit4]   2> 490040 INFO  (qtp1635489-12394) [n:127.0.0.1:32963_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node3&collection.configName=.system&newCollection=true&name=.system_shard1_replica_n1&action=CREATE&numShards=1&collection=.system&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1695
   [junit4]   2> 490139 INFO  (zkCallback-3177-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/.system/state.json] for collection [.system] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 490139 INFO  (zkCallback-3177-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/.system/state.json] for collection [.system] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 490430 INFO  (qtp22331058-12395) [n:127.0.0.1:40093_solr c:.system s:shard1 r:core_node6 x:.system_shard1_replica_p4 ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node6&collection.configName=.system&newCollection=true&name=.system_shard1_replica_p4&action=CREATE&numShards=1&collection=.system&shard=shard1&wt=javabin&version=2&replicaType=PULL} status=0 QTime=2084
   [junit4]   2> 490438 INFO  (qtp3809424-12393) [n:127.0.0.1:39831_solr c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2 ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node5&collection.configName=.system&newCollection=true&name=.system_shard1_replica_n2&action=CREATE&numShards=1&collection=.system&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=2093
   [junit4]   2> 490439 INFO  (qtp3809424-12386) [n:127.0.0.1:39831_solr     ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 45 seconds. Check all shard replicas
   [junit4]   2> 490549 INFO  (zkCallback-3169-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/.system/state.json] for collection [.system] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 490549 INFO  (zkCallback-3169-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/.system/state.json] for collection [.system] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 490549 INFO  (zkCallback-3165-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/.system/state.json] for collection [.system] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 490549 INFO  (qtp3809424-12386) [n:127.0.0.1:39831_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={pullReplicas=1&name=.system&nrtReplicas=2&action=CREATE&numShards=1&tlogReplicas=0&wt=javabin&version=2} status=0 QTime=2513
   [junit4]   2> 490554 INFO  (qtp3809424-12409) [n:127.0.0.1:39831_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> 490558 INFO  (qtp1635489-12394) [n:127.0.0.1:32963_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> 490560 INFO  (qtp22331058-12395) [n:127.0.0.1:40093_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> 490561 INFO  (zkCallback-3165-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/.system/state.json] for collection [.system] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 490561 INFO  (zkCallback-3177-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/.system/state.json] for collection [.system] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 490561 INFO  (zkCallback-3177-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/.system/state.json] for collection [.system] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 490666 INFO  (SUITE-TestSimClusterStateProvider-seed#[2D461D8398957160]-worker) [     ] o.a.s.c.a.s.SimDistribStateManager - copying 101 resources...
   [junit4]   2> 490748 INFO  (indexFetcher-2875-thread-1) [     ] o.a.s.h.IndexFetcher Last replication failed, so I'll force replication
   [junit4]   2> 490748 INFO  (indexFetcher-2875-thread-1) [     ] o.a.s.h.IndexFetcher Updated masterUrl to http://127.0.0.1:32963/solr/.system_shard1_replica_n1/
   [junit4]   2> 490749 INFO  (qtp1635489-12394) [n:127.0.0.1:32963_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.c.S.Request [.system_shard1_replica_n1]  webapp=/solr path=/replication params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0 QTime=0
   [junit4]   2> 490749 INFO  (indexFetcher-2875-thread-1) [     ] o.a.s.h.IndexFetcher Master's generation: 1
   [junit4]   2> 490749 INFO  (indexFetcher-2875-thread-1) [     ] o.a.s.h.IndexFetcher Master's version: 0
   [junit4]   2> 490749 INFO  (indexFetcher-2875-thread-1) [     ] o.a.s.h.IndexFetcher Slave's generation: 1
   [junit4]   2> 490749 INFO  (indexFetcher-2875-thread-1) [     ] o.a.s.h.IndexFetcher Slave's version: 0
   [junit4]   2> 490749 INFO  (indexFetcher-2875-thread-1) [     ] o.a.s.h.IndexFetcher New index in Master. Deleting mine...
   [junit4]   2> 490751 INFO  (indexFetcher-2875-thread-1) [     ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 490751 INFO  (indexFetcher-2875-thread-1) [     ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@171278e commitCommandVersion:0
   [junit4]   2> 490754 INFO  (indexFetcher-2875-thread-1) [     ] o.a.s.s.SolrIndexSearcher Opening [Searcher@328299[.system_shard1_replica_p4] main]
   [junit4]   2> 490754 INFO  (indexFetcher-2875-thread-1) [     ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 490756 INFO  (searcherExecutor-2860-thread-1) [     ] o.a.s.c.SolrCore [.system_shard1_replica_p4] Registered new searcher Searcher@328299[.system_shard1_replica_p4] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 490785 WARN  (SUITE-TestSimClusterStateProvider-seed#[2D461D8398957160]-worker) [     ] o.a.s.c.a.s.SimUtils V2 action SET_CLUSTER_PROPERTY_OBJ has no equivalent V1 action
   [junit4]   2> 490785 WARN  (SUITE-TestSimClusterStateProvider-seed#[2D461D8398957160]-worker) [     ] o.a.s.c.a.s.SimUtils V2 action GET_NODES has no equivalent V1 action
   [junit4]   2> 490820 INFO  (qtp3809424-12393) [n:127.0.0.1:39831_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={wt=javabin&version=2&key=solr.node:CONTAINER.fs.coreRoot.spins} status=0 QTime=1
   [junit4]   2> 490824 INFO  (qtp3809424-12386) [n:127.0.0.1:39831_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName,os.systemLoadAverage,memory.heap.usage&wt=javabin&version=2&group=solr.jvm,solr.node,solr.core} status=0 QTime=3
   [junit4]   2> 490832 INFO  (qtp3809424-12409) [n:127.0.0.1:39831_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={wt=javabin&version=2&key=solr.core..system.shard1.replica_n2:SEARCHER.searcher.indexCommitSize&key=solr.core..system.shard1.replica_n2:INDEX.sizeInBytes&key=solr.core..system.shard1.replica_n2:SEARCHER.searcher.maxDoc&key=solr.core..system.shard1.replica_n2:SEARCHER.searcher.numDocs&key=solr.core..system.shard1.replica_n2:UPDATE./update.requests&key=solr.core..system.shard1.replica_n2:QUERY./select.requests} status=0 QTime=1
   [junit4]   2> 490850 INFO  (qtp1635489-12394) [n:127.0.0.1:32963_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={wt=javabin&version=2&key=solr.node:CONTAINER.fs.coreRoot.spins} status=0 QTime=1
   [junit4]   2> 490853 INFO  (qtp1635489-12394) [n:127.0.0.1:32963_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName,os.systemLoadAverage,memory.heap.usage&wt=javabin&version=2&group=solr.jvm,solr.node,solr.core} status=0 QTime=1
   [junit4]   2> 490854 INFO  (qtp1635489-12394) [n:127.0.0.1:32963_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={wt=javabin&version=2&key=solr.core..system.shard1.replica_n1:SEARCHER.searcher.maxDoc&key=solr.core..system.shard1.replica_n1:SEARCHER.searcher.numDocs&key=solr.core..system.shard1.replica_n1:SEARCHER.searcher.indexCommitSize&key=solr.core..system.shard1.replica_n1:QUERY./select.requests&key=solr.core..system.shard1.replica_n1:UPDATE./update.requests&key=solr.core..system.shard1.replica_n1:INDEX.sizeInBytes} status=0 QTime=0
   [junit4]   2> 490860 INFO  (qtp22331058-12395) [n:127.0.0.1:40093_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={wt=javabin&version=2&key=solr.node:CONTAINER.fs.coreRoot.spins} status=0 QTime=1
   [junit4]   2> 490910 INFO  (qtp22331058-12395) [n:127.0.0.1:40093_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName,os.systemLoadAverage,memory.heap.usage&wt=javabin&version=2&group=solr.jvm,solr.node,solr.core} status=0 QTime=41
   [junit4]   2> 490912 INFO  (qtp22331058-12395) [n:127.0.0.1:40093_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={wt=javabin&version=2&key=solr.core..system.shard1.replica_p4:INDEX.sizeInBytes&key=solr.core..system.shard1.replica_p4:SEARCHER.searcher.indexCommitSize&key=solr.core..system.shard1.replica_p4:SEARCHER.searcher.maxDoc&key=solr.core..system.shard1.replica_p4:UPDATE./update.requests&key=solr.core..system.shard1.replica_p4:QUERY./select.requests&key=solr.core..system.shard1.replica_p4:SEARCHER.searcher.numDocs} status=0 QTime=0
   [junit4]   2> 490917 INFO  (Simulated OverseerAutoScalingTriggerThread) [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 491026 INFO  (jetty-closer-3191-thread-1) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=7107193
   [junit4]   2> 491027 INFO  (jetty-closer-3191-thread-1) [     ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:40093_solr
   [junit4]   2> 491027 INFO  (jetty-closer-3191-thread-2) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=750230
   [junit4]   2> 491027 INFO  (jetty-closer-3191-thread-1) [     ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 491027 INFO  (jetty-closer-3191-thread-1) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:40093_solr as DOWN
   [junit4]   2> 491027 INFO  (jetty-closer-3191-thread-2) [     ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:39831_solr
   [junit4]   2> 491029 INFO  (jetty-closer-3191-thread-2) [     ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 491029 INFO  (jetty-closer-3191-thread-2) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:39831_solr as DOWN
   [junit4]   2> 491037 INFO  (jetty-closer-3191-thread-3) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=23144380
   [junit4]   2> 491037 INFO  (jetty-closer-3191-thread-3) [     ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:32963_solr
   [junit4]   2> 491037 INFO  (jetty-closer-3191-thread-3) [     ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 491037 INFO  (jetty-closer-3191-thread-3) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:32963_solr as DOWN
   [junit4]   2> 491045 INFO  (coreCloseExecutor-2880-thread-1) [n:127.0.0.1:40093_solr c:.system s:shard1 r:core_node6 x:.system_shard1_replica_p4 ] o.a.s.c.SolrCore [.system_shard1_replica_p4]  CLOSING SolrCore org.apache.solr.core.SolrCore@d13c68
   [junit4]   2> 491045 INFO  (coreCloseExecutor-2880-thread-1) [n:127.0.0.1:40093_solr c:.system s:shard1 r:core_node6 x:.system_shard1_replica_p4 ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core..system.shard1.replica_p4, tag=SolrCore@d13c68
   [junit4]   2> 491045 INFO  (coreCloseExecutor-2880-thread-1) [n:127.0.0.1:40093_solr c:.system s:shard1 r:core_node6 x:.system_shard1_replica_p4 ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@982a83: rootName = solr_40093, domain = solr.core..system.shard1.replica_p4, service url = null, agent id = null] for registry solr.core..system.shard1.replica_p4 / com.codahale.metrics.MetricRegistry@e99b15
   [junit4]   2> 491054 INFO  (coreCloseExecutor-2880-thread-1) [n:127.0.0.1:40093_solr c:.system s:shard1 r:core_node6 x:.system_shard1_replica_p4 ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection..system.shard1.leader, tag=SolrCore@d13c68
   [junit4]   2> 491059 INFO  (coreCloseExecutor-2881-thread-1) [n:127.0.0.1:39831_solr c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2 ] o.a.s.c.SolrCore [.system_shard1_replica_n2]  CLOSING SolrCore org.apache.solr.core.SolrCore@1f8d3d0
   [junit4]   2> 491059 INFO  (coreCloseExecutor-2881-thread-1) [n:127.0.0.1:39831_solr c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2 ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core..system.shard1.replica_n2, tag=SolrCore@1f8d3d0
   [junit4]   2> 491059 INFO  (coreCloseExecutor-2881-thread-1) [n:127.0.0.1:39831_solr c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2 ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@1ed8f37: rootName = solr_39831, domain = solr.core..system.shard1.replica_n2, service url = null, agent id = null] for registry solr.core..system.shard1.replica_n2 / com.codahale.metrics.MetricRegistry@8adaee
   [junit4]   2> 491061 INFO  (coreCloseExecutor-2880-thread-1) [n:127.0.0.1:40093_solr c:.system s:shard1 r:core_node6 x:.system_shard1_replica_p4 ] o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter.close()  ... SKIPPED (unnecessary).
   [junit4]   2> 491063 INFO  (coreCloseExecutor-2882-thread-1) [n:127.0.0.1:32963_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.c.SolrCore [.system_shard1_replica_n1]  CLOSING SolrCore org.apache.solr.core.SolrCore@4d4302
   [junit4]   2> 491063 INFO  (coreCloseExecutor-2882-thread-1) [n:127.0.0.1:32963_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core..system.shard1.replica_n1, tag=SolrCore@4d4302
   [junit4]   2> 491064 INFO  (coreCloseExecutor-2882-thread-1) [n:127.0.0.1:32963_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@1de848f: rootName = solr_32963, domain = solr.core..system.shard1.replica_n1, service url = null, agent id = null] for registry solr.core..system.shard1.replica_n1 / com.codahale.metrics.MetricRegistry@6db02d
   [junit4]   2> 491065 INFO  (jetty-closer-3191-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 491066 INFO  (jetty-closer-3191-thread-1) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@1d6121a: rootName = solr_40093, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@743e65
   [junit4]   2> 491073 INFO  (coreCloseExecutor-2881-thread-1) [n:127.0.0.1:39831_solr c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2 ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection..system.shard1.leader, tag=SolrCore@1f8d3d0
   [junit4]   2> 491074 INFO  (coreCloseExecutor-2881-thread-1) [n:127.0.0.1:39831_solr c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2 ] o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter.close()  ... SKIPPED (unnecessary).
   [junit4]   2> 491077 INFO  (jetty-closer-3191-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 491077 INFO  (jetty-closer-3191-thread-1) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@6f693c: rootName = solr_40093, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@a62c2a
   [junit4]   2> 491079 INFO  (jetty-closer-3191-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 491079 INFO  (jetty-closer-3191-thread-1) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@6d2224: rootName = solr_40093, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@78955a
   [junit4]   2> 491079 INFO  (jetty-closer-3191-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 491080 INFO  (coreCloseExecutor-2882-thread-1) [n:127.0.0.1:32963_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection..system.shard1.leader, tag=SolrCore@4d4302
   [junit4]   2> 491085 INFO  (coreCloseExecutor-2882-thread-1) [n:127.0.0.1:32963_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter.close()  ... SKIPPED (unnecessary).
   [junit4]   2> 491091 INFO  (jetty-closer-3191-thread-2) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 491091 INFO  (jetty-closer-3191-thread-2) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@972b2f: rootName = solr_39831, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@11c384e
   [junit4]   2> 491095 INFO  (jetty-closer-3191-thread-2) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 491096 INFO  (jetty-closer-3191-thread-2) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@927b78: rootName = solr_39831, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@a62c2a
   [junit4]   2> 491097 INFO  (jetty-closer-3191-thread-3) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 491097 INFO  (jetty-closer-3191-thread-3) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@c997d: rootName = solr_32963, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@b56b0b
   [junit4]   2> 491098 INFO  (zkCallback-3169-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 491099 INFO  (jetty-closer-3191-thread-2) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 491099 INFO  (jetty-closer-3191-thread-2) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@124da01: rootName = solr_39831, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@78955a
   [junit4]   2> 491099 INFO  (jetty-closer-3191-thread-2) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 491099 INFO  (zkCallback-3177-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 491103 INFO  (jetty-closer-3191-thread-3) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 491103 INFO  (jetty-closer-3191-thread-3) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@12cfd24: rootName = solr_32963, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@a62c2a
   [junit4]   2> 491105 INFO  (jetty-closer-3191-thread-3) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 491105 INFO  (jetty-closer-3191-thread-3) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@f7490e: rootName = solr_32963, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@78955a
   [junit4]   2> 491105 INFO  (jetty-closer-3191-thread-3) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 491113 INFO  (closeThreadPool-3202-thread-2) [     ] o.a.s.c.Overseer Overseer (id=72083255375495178-127.0.0.1:39831_solr-n_0000000000) closing
   [junit4]   2> 491122 INFO  (OverseerStateUpdate-72083255375495178-127.0.0.1:39831_solr-n_0000000000) [n:127.0.0.1:39831_solr     ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:39831_solr
   [junit4]   2> 491164 INFO  (OverseerAutoScalingTriggerThread-72083255375495178-127.0.0.1:39831_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 491164 INFO  (zkCallback-3169-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 491172 INFO  (closeThreadPool-3202-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72083255375495178-127.0.0.1:39831_solr-n_0000000000) closing
   [junit4]   2> 491201 INFO  (jetty-closer-3191-thread-1) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@19358e8{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:0}
   [junit4]   2> 491202 INFO  (jetty-closer-3191-thread-1) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@1f6ad9c{/solr,null,UNAVAILABLE}
   [junit4]   2> 491204 INFO  (jetty-closer-3191-thread-1) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 491301 INFO  (jetty-closer-3191-thread-2) [     ] o.a.s.c.Overseer Overseer (id=72083255375495178-127.0.0.1:39831_solr-n_0000000000) closing
   [junit4]   2> 491305 INFO  (jetty-closer-3191-thread-2) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@fdc9a7{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:0}
   [junit4]   2> 491309 INFO  (jetty-closer-3191-thread-2) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@107786c{/solr,null,UNAVAILABLE}
   [junit4]   2> 491310 INFO  (jetty-closer-3191-thread-2) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 491404 INFO  (jetty-closer-3191-thread-3) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@df0fd2{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:0}
   [junit4]   2> 491406 INFO  (jetty-closer-3191-thread-3) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@160092b{/solr,null,UNAVAILABLE}
   [junit4]   2> 491406 INFO  (jetty-closer-3191-thread-3) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 491407 INFO  (SUITE-TestSimClusterStateProvider-seed#[2D461D8398957160]-worker) [     ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 491613 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> 	7	/solr/collections/.system/terms/shard1
   [junit4]   2> 	4	/solr/aliases.json
   [junit4]   2> 	4	/solr/clusterprops.json
   [junit4]   2> 	3	/solr/configs/.system
   [junit4]   2> 	3	/solr/packages.json
   [junit4]   2> 	3	/solr/security.json
   [junit4]   2> 	3	/solr/configs/.system/managed-schema
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	23	/solr/collections/.system/state.json
   [junit4]   2> 	4	/solr/clusterstate.json
   [junit4]   2> 	2	/solr/overseer_elect/election/72083255375495178-127.0.0.1:39831_solr-n_0000000000
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	23	/solr/overseer/queue
   [junit4]   2> 	12	/solr/live_nodes
   [junit4]   2> 	8	/solr/collections
   [junit4]   2> 	5	/solr/overseer/collection-queue-work
   [junit4]   2> 
   [junit4]   2> 491616 INFO  (SUITE-TestSimClusterStateProvider-seed#[2D461D8398957160]-worker) [     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:32825
   [junit4]   2> 491616 INFO  (SUITE-TestSimClus

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

x:collection1_shard1_1_replica_n0 ] o.a.s.c.RecoveryStrategy Attempting to PeerSync from [http://127.0.0.1:45375/collection1_shard1_1_replica_n16/] - recoveringAfterStartup=[true]
   [junit4]   2> 538629 WARN  (recoveryExecutor-2952-thread-1-processing-n:127.0.0.1:44403_ x:collection1_shard1_1_replica_n0 c:collection1 s:shard1_1 r:core_node20) [n:127.0.0.1:44403_ c:collection1 s:shard1_1 r:core_node20 x:collection1_shard1_1_replica_n0 ] o.a.s.u.PeerSyncWithLeader no frame of reference to tell if we've missed updates
   [junit4]   2> 538629 INFO  (recoveryExecutor-2952-thread-1-processing-n:127.0.0.1:44403_ x:collection1_shard1_1_replica_n0 c:collection1 s:shard1_1 r:core_node20) [n:127.0.0.1:44403_ c:collection1 s:shard1_1 r:core_node20 x:collection1_shard1_1_replica_n0 ] o.a.s.c.RecoveryStrategy PeerSync Recovery was not successful - trying replication.
   [junit4]   2> 538629 INFO  (recoveryExecutor-2952-thread-1-processing-n:127.0.0.1:44403_ x:collection1_shard1_1_replica_n0 c:collection1 s:shard1_1 r:core_node20) [n:127.0.0.1:44403_ c:collection1 s:shard1_1 r:core_node20 x:collection1_shard1_1_replica_n0 ] o.a.s.c.RecoveryStrategy RecoveryStrategy has been closed
   [junit4]   2> 538629 INFO  (recoveryExecutor-2952-thread-1-processing-n:127.0.0.1:44403_ x:collection1_shard1_1_replica_n0 c:collection1 s:shard1_1 r:core_node20) [n:127.0.0.1:44403_ c:collection1 s:shard1_1 r:core_node20 x:collection1_shard1_1_replica_n0 ] o.a.s.c.RecoveryStrategy Finished recovery process, successful=[false]
   [junit4]   2> 538629 INFO  (recoveryExecutor-2952-thread-1-processing-n:127.0.0.1:44403_ x:collection1_shard1_1_replica_n0 c:collection1 s:shard1_1 r:core_node20) [n:127.0.0.1:44403_ c:collection1 s:shard1_1 r:core_node20 x:collection1_shard1_1_replica_n0 ] o.a.s.c.SolrCore [collection1_shard1_1_replica_n0]  CLOSING SolrCore org.apache.solr.core.SolrCore@131e682
   [junit4]   2> 538629 INFO  (recoveryExecutor-2952-thread-1-processing-n:127.0.0.1:44403_ x:collection1_shard1_1_replica_n0 c:collection1 s:shard1_1 r:core_node20) [n:127.0.0.1:44403_ c:collection1 s:shard1_1 r:core_node20 x:collection1_shard1_1_replica_n0 ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1.shard1_1.replica_n0, tag=SolrCore@131e682
   [junit4]   2> 538629 INFO  (recoveryExecutor-2952-thread-1-processing-n:127.0.0.1:44403_ x:collection1_shard1_1_replica_n0 c:collection1 s:shard1_1 r:core_node20) [n:127.0.0.1:44403_ c:collection1 s:shard1_1 r:core_node20 x:collection1_shard1_1_replica_n0 ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@18e3b8e: rootName = null, domain = solr.core.collection1.shard1_1.replica_n0, service url = null, agent id = null] for registry solr.core.collection1.shard1_1.replica_n0 / com.codahale.metrics.MetricRegistry@1f221f1
   [junit4]   2> 538638 INFO  (recoveryExecutor-2952-thread-1-processing-n:127.0.0.1:44403_ x:collection1_shard1_1_replica_n0 c:collection1 s:shard1_1 r:core_node20) [n:127.0.0.1:44403_ c:collection1 s:shard1_1 r:core_node20 x:collection1_shard1_1_replica_n0 ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.collection1.shard1_1.leader, tag=SolrCore@131e682
   [junit4]   2> 538638 WARN  (recoveryExecutor-2952-thread-1-processing-n:127.0.0.1:44403_ x:collection1_shard1_1_replica_n0 c:collection1 s:shard1_1 r:core_node20) [n:127.0.0.1:44403_ c:collection1 s:shard1_1 r:core_node20 x:collection1_shard1_1_replica_n0 ] o.a.s.c.RecoveryStrategy Stopping recovery for core=[collection1_shard1_1_replica_n0] coreNodeName=[core_node20]
   [junit4]   2> 538638 INFO  (recoveryExecutor-2952-thread-1-processing-n:127.0.0.1:44403_ x:collection1_shard1_1_replica_n0 c:collection1 s:shard1_1 r:core_node20) [n:127.0.0.1:44403_ c:collection1 s:shard1_1 r:core_node20 x:collection1_shard1_1_replica_n0 ] o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter.close()  ... SKIPPED (unnecessary).
   [junit4]   2> 538645 INFO  (closeThreadPool-3050-thread-2) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@9ba9df{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:0}
   [junit4]   2> 538645 INFO  (closeThreadPool-3050-thread-2) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@14b2e90{/,null,UNAVAILABLE}
   [junit4]   2> 538645 INFO  (closeThreadPool-3050-thread-2) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 538646 INFO  (TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[2D461D8398957160]) [     ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 538855 WARN  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	27	/solr/collections/collection1/state.json
   [junit4]   2> 	12	/solr/collections/collection1/terms/shard1_1
   [junit4]   2> 	11	/solr/collections/collection1/terms/shard1_0
   [junit4]   2> 	7	/solr/aliases.json
   [junit4]   2> 	5	/solr/packages.json
   [junit4]   2> 	5	/solr/security.json
   [junit4]   2> 	5	/solr/configs/conf1
   [junit4]   2> 	5	/solr/collections/collection1/terms/shard1
   [junit4]   2> 	5	/solr/collections/collection1/terms/shard2
   [junit4]   2> 	4	/solr/collections/collection1/collectionprops.json
   [junit4]   2> 	2	/solr/collections/control_collection/terms/shard1
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	176	/solr/clusterstate.json
   [junit4]   2> 	9	/solr/collections/control_collection/state.json
   [junit4]   2> 	7	/solr/clusterprops.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	81	/solr/overseer/queue
   [junit4]   2> 	30	/solr/live_nodes
   [junit4]   2> 	24	/solr/overseer/collection-queue-work
   [junit4]   2> 	7	/solr/collections
   [junit4]   2> 
   [junit4]   2> 538857 INFO  (TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[2D461D8398957160]) [     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:37121
   [junit4]   2> 538857 INFO  (TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[2D461D8398957160]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:37121
   [junit4]   2> 538857 INFO  (TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[2D461D8398957160]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 37121
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.api.collections.ShardSplitTest_2D461D8398957160-001
   [junit4]   2> Jan 27, 2020 12:31:40 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): {rnd_b=PostingsFormat(name=LuceneVarGapDocFreqInterval), a_t=Lucene84, _root_=Lucene84, foo_s=Lucene84, id=PostingsFormat(name=LuceneVarGapDocFreqInterval)}, docValues:{rnd_b=DocValuesFormat(name=Lucene80), _version_=DocValuesFormat(name=Asserting), a_t=DocValuesFormat(name=Asserting), _root_=DocValuesFormat(name=Asserting), a_i=DocValuesFormat(name=Lucene80), id=DocValuesFormat(name=Lucene80), foo_s=DocValuesFormat(name=Asserting)}, maxPointsInLeafNode=356, maxMBSortInHeap=7.630088283136926, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@1dc7c82), locale=es-ES, timezone=Asia/Qyzylorda
   [junit4]   2> NOTE: Linux 5.3.0-26-generic i386/Oracle Corporation 1.8.0_201 (32-bit)/cpus=16,threads=1,free=128367696,total=390856704
   [junit4]   2> NOTE: All tests run in this JVM: [TestStressThreadBackup, TestAuthorizationFramework, ReplaceNodeTest, TestBlendedInfixSuggestions, TestSerializedLuceneMatchVersion, TestGeoJSONResponseWriter, AnalysisErrorHandlingTest, TestDynamicLoading, TestIndexingPerformance, TestManagedSchemaAPI, TestMiniSolrCloudClusterSSL, TestLocalFSCloudBackupRestore, BadIndexSchemaTest, SaslZkACLProviderTest, TestReqParamsAPI, DeleteLastCustomShardedReplicaTest, ComputePlanActionTest, SuggesterFSTTest, DistribDocExpirationUpdateProcessorTest, ShardSplitTest]
   [junit4] Completed [333/897 (2!)] on J1 in 177.89s, 11 tests, 1 error, 3 skipped <<< FAILURES!

[...truncated 49826 lines...]
[repro] Jenkins log URL: https://jenkins.thetaphi.de/job/Lucene-Solr-8.x-Linux/1923/consoleText

[repro] Revision: 4bf883ddb8a4b372de35373a32bb9dc97018668f

[repro] Ant options: "-Dargs=-server -XX:+UseParallelGC"
[repro] Repro line:  ant test  -Dtestcase=TestSimClusterStateProvider -Dtests.seed=2D461D8398957160 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=sq -Dtests.timezone=Atlantic/Faeroe -Dtests.asserts=true -Dtests.file.encoding=UTF-8

[repro] Repro line:  ant test  -Dtestcase=ShardSplitTest -Dtests.method=testSplitShardWithRuleLink -Dtests.seed=2D461D8398957160 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=es-ES -Dtests.timezone=Asia/Qyzylorda -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]       ShardSplitTest
[repro]       TestSimClusterStateProvider
[repro] ant compile-test

[...truncated 3602 lines...]
[repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=10 -Dtests.class="*.ShardSplitTest|*.TestSimClusterStateProvider" -Dtests.showOutput=onerror "-Dargs=-server -XX:+UseParallelGC" -Dtests.seed=2D461D8398957160 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=es-ES -Dtests.timezone=Asia/Qyzylorda -Dtests.asserts=true -Dtests.file.encoding=UTF-8

[...truncated 169 lines...]
[repro] Failures w/original seeds:
[repro]   0/5 failed: org.apache.solr.cloud.api.collections.ShardSplitTest
[repro]   0/5 failed: org.apache.solr.cloud.autoscaling.sim.TestSimClusterStateProvider
[repro] Exiting with code 0

[...truncated 43 lines...]