You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Policeman Jenkins Server <je...@thetaphi.de> on 2019/05/13 13:04:18 UTC

[JENKINS-EA] Lucene-Solr-master-Linux (64bit/jdk-13-ea+shipilev-fastdebug) - Build # 24073 - Unstable!

Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/24073/
Java: 64bit/jdk-13-ea+shipilev-fastdebug -XX:+UseCompressedOops -XX:+UseSerialGC

2 tests failed.
FAILED:  org.apache.solr.cloud.AliasIntegrationTest.testClusterStateProviderAPI

Error Message:
should be a routed alias

Stack Trace:
java.lang.AssertionError: should be a routed alias
	at __randomizedtesting.SeedInfo.seed([AB2E83A2DD08E661:B4F91F8EAE031F2A]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.solr.cloud.AliasIntegrationTest.testClusterStateProviderAPI(AliasIntegrationTest.java:302)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:567)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at 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.base/java.lang.Thread.run(Thread.java:830)


FAILED:  org.apache.solr.metrics.rrd.SolrRrdBackendFactoryTest.testBasic

Error Message:
{} expected:<1> but was:<0>

Stack Trace:
java.lang.AssertionError: {} expected:<1> but was:<0>
	at __randomizedtesting.SeedInfo.seed([AB2E83A2DD08E661:D49EB702D4604F]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.failNotEquals(Assert.java:834)
	at org.junit.Assert.assertEquals(Assert.java:645)
	at org.apache.solr.metrics.rrd.SolrRrdBackendFactoryTest.testBasic(SolrRrdBackendFactoryTest.java:94)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:567)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at 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.base/java.lang.Thread.run(Thread.java:830)




Build Log:
[...truncated 13109 lines...]
   [junit4] Suite: org.apache.solr.cloud.AliasIntegrationTest
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.AliasIntegrationTest_AB2E83A2DD08E661-001/init-core-data-001
   [junit4]   2> 629425 INFO  (SUITE-AliasIntegrationTest-seed#[AB2E83A2DD08E661]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 629426 WARN  (SUITE-AliasIntegrationTest-seed#[AB2E83A2DD08E661]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=5 numCloses=5
   [junit4]   2> 629426 INFO  (SUITE-AliasIntegrationTest-seed#[AB2E83A2DD08E661]-worker) [    ] o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 629427 INFO  (SUITE-AliasIntegrationTest-seed#[AB2E83A2DD08E661]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason="", value=0.0/0.0, ssl=0.0/0.0, clientAuth=0.0/0.0)
   [junit4]   2> 629427 INFO  (SUITE-AliasIntegrationTest-seed#[AB2E83A2DD08E661]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.AliasIntegrationTest_AB2E83A2DD08E661-001/tempDir-001
   [junit4]   2> 629428 INFO  (SUITE-AliasIntegrationTest-seed#[AB2E83A2DD08E661]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 629431 INFO  (ZkTestServer Run Thread) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 629431 INFO  (ZkTestServer Run Thread) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 629531 INFO  (SUITE-AliasIntegrationTest-seed#[AB2E83A2DD08E661]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:40595
   [junit4]   2> 629531 INFO  (SUITE-AliasIntegrationTest-seed#[AB2E83A2DD08E661]-worker) [    ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:40595
   [junit4]   2> 629531 INFO  (SUITE-AliasIntegrationTest-seed#[AB2E83A2DD08E661]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 40595
   [junit4]   2> 629535 INFO  (zkConnectionManagerCallback-4949-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 629542 INFO  (zkConnectionManagerCallback-4951-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 629552 INFO  (zkConnectionManagerCallback-4953-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 629556 WARN  (jetty-launcher-4954-thread-1) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 629556 WARN  (jetty-launcher-4954-thread-2) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 629557 INFO  (jetty-launcher-4954-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 629557 INFO  (jetty-launcher-4954-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 629557 INFO  (jetty-launcher-4954-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 629557 INFO  (jetty-launcher-4954-thread-2) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 13-testing+0-builds.shipilev.net-openjdk-jdk-b845-20190430-jdk-1318
   [junit4]   2> 629557 INFO  (jetty-launcher-4954-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 629557 INFO  (jetty-launcher-4954-thread-1) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 13-testing+0-builds.shipilev.net-openjdk-jdk-b845-20190430-jdk-1318
   [junit4]   2> 629584 INFO  (jetty-launcher-4954-thread-2) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 629584 INFO  (jetty-launcher-4954-thread-2) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 629584 INFO  (jetty-launcher-4954-thread-2) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 629584 INFO  (jetty-launcher-4954-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 629584 INFO  (jetty-launcher-4954-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 629584 INFO  (jetty-launcher-4954-thread-1) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 629584 INFO  (jetty-launcher-4954-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@62c5489b{/solr,null,AVAILABLE}
   [junit4]   2> 629584 INFO  (jetty-launcher-4954-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@2f04df5f{/solr,null,AVAILABLE}
   [junit4]   2> 629585 INFO  (jetty-launcher-4954-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@4b555620{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:34791}
   [junit4]   2> 629585 INFO  (jetty-launcher-4954-thread-2) [    ] o.e.j.s.Server Started @629889ms
   [junit4]   2> 629585 INFO  (jetty-launcher-4954-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@5441ba0{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:38337}
   [junit4]   2> 629585 INFO  (jetty-launcher-4954-thread-1) [    ] o.e.j.s.Server Started @629889ms
   [junit4]   2> 629585 INFO  (jetty-launcher-4954-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=38337}
   [junit4]   2> 629585 INFO  (jetty-launcher-4954-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=34791}
   [junit4]   2> 629585 ERROR (jetty-launcher-4954-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 629585 INFO  (jetty-launcher-4954-thread-2) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 629585 INFO  (jetty-launcher-4954-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 9.0.0
   [junit4]   2> 629585 INFO  (jetty-launcher-4954-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 629585 INFO  (jetty-launcher-4954-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 629585 INFO  (jetty-launcher-4954-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-05-13T11:49:14.993918Z
   [junit4]   2> 629587 ERROR (jetty-launcher-4954-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 629587 INFO  (jetty-launcher-4954-thread-1) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 629587 INFO  (jetty-launcher-4954-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 9.0.0
   [junit4]   2> 629587 INFO  (jetty-launcher-4954-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 629587 INFO  (jetty-launcher-4954-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 629587 INFO  (jetty-launcher-4954-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-05-13T11:49:14.995472Z
   [junit4]   2> 629589 INFO  (zkConnectionManagerCallback-4956-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 629590 INFO  (jetty-launcher-4954-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 629592 INFO  (zkConnectionManagerCallback-4958-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 629593 INFO  (jetty-launcher-4954-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 629710 INFO  (jetty-launcher-4954-thread-1) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 629712 WARN  (jetty-launcher-4954-thread-1) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@c9c1991[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 629715 WARN  (jetty-launcher-4954-thread-1) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@7749f53d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 629716 INFO  (jetty-launcher-4954-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40595/solr
   [junit4]   2> 629731 INFO  (zkConnectionManagerCallback-4966-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 629749 INFO  (jetty-launcher-4954-thread-2) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 629750 WARN  (jetty-launcher-4954-thread-2) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@29f342ea[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 629753 WARN  (jetty-launcher-4954-thread-2) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@3bd1ce16[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 629771 INFO  (jetty-launcher-4954-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40595/solr
   [junit4]   2> 629779 INFO  (zkConnectionManagerCallback-4972-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 629780 INFO  (zkConnectionManagerCallback-4974-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 629783 INFO  (zkConnectionManagerCallback-4976-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 630025 INFO  (jetty-launcher-4954-thread-1) [n:127.0.0.1:38337_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:38337_solr
   [junit4]   2> 630026 INFO  (jetty-launcher-4954-thread-1) [n:127.0.0.1:38337_solr    ] o.a.s.c.Overseer Overseer (id=72243945006628871-127.0.0.1:38337_solr-n_0000000000) starting
   [junit4]   2> 630052 INFO  (zkConnectionManagerCallback-4985-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 630058 INFO  (jetty-launcher-4954-thread-1) [n:127.0.0.1:38337_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:40595/solr ready
   [junit4]   2> 630064 INFO  (OverseerStateUpdate-72243945006628871-127.0.0.1:38337_solr-n_0000000000) [n:127.0.0.1:38337_solr    ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:38337_solr
   [junit4]   2> 630077 INFO  (jetty-launcher-4954-thread-2) [n:127.0.0.1:34791_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:34791_solr
   [junit4]   2> 630080 INFO  (jetty-launcher-4954-thread-1) [n:127.0.0.1:38337_solr    ] o.a.s.c.ZkController Publish node=127.0.0.1:38337_solr as DOWN
   [junit4]   2> 630080 INFO  (zkCallback-4971-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 630080 INFO  (zkCallback-4984-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 630081 INFO  (jetty-launcher-4954-thread-1) [n:127.0.0.1:38337_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 630081 INFO  (jetty-launcher-4954-thread-1) [n:127.0.0.1:38337_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:38337_solr
   [junit4]   2> 630083 INFO  (zkCallback-4971-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 630083 INFO  (zkCallback-4984-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 630090 INFO  (zkCallback-4975-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 630120 INFO  (zkConnectionManagerCallback-4990-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 630121 INFO  (jetty-launcher-4954-thread-2) [n:127.0.0.1:34791_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 630121 INFO  (jetty-launcher-4954-thread-2) [n:127.0.0.1:34791_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:40595/solr ready
   [junit4]   2> 630123 INFO  (jetty-launcher-4954-thread-1) [n:127.0.0.1:38337_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 630143 INFO  (jetty-launcher-4954-thread-2) [n:127.0.0.1:34791_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 630167 INFO  (jetty-launcher-4954-thread-1) [n:127.0.0.1:38337_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38337.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5624dc7
   [junit4]   2> 630196 INFO  (jetty-launcher-4954-thread-2) [n:127.0.0.1:34791_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34791.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5624dc7
   [junit4]   2> 630219 INFO  (jetty-launcher-4954-thread-1) [n:127.0.0.1:38337_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38337.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5624dc7
   [junit4]   2> 630219 INFO  (jetty-launcher-4954-thread-1) [n:127.0.0.1:38337_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38337.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5624dc7
   [junit4]   2> 630222 INFO  (jetty-launcher-4954-thread-1) [n:127.0.0.1:38337_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.AliasIntegrationTest_AB2E83A2DD08E661-001/tempDir-001/node1/.
   [junit4]   2> 630224 INFO  (jetty-launcher-4954-thread-2) [n:127.0.0.1:34791_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34791.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5624dc7
   [junit4]   2> 630225 INFO  (jetty-launcher-4954-thread-2) [n:127.0.0.1:34791_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34791.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5624dc7
   [junit4]   2> 630227 INFO  (jetty-launcher-4954-thread-2) [n:127.0.0.1:34791_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.AliasIntegrationTest_AB2E83A2DD08E661-001/tempDir-001/node2/.
   [junit4]   2> 630359 INFO  (zkConnectionManagerCallback-4997-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 630360 INFO  (SUITE-AliasIntegrationTest-seed#[AB2E83A2DD08E661]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 630360 INFO  (SUITE-AliasIntegrationTest-seed#[AB2E83A2DD08E661]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:40595/solr ready
   [junit4]   2> 630390 INFO  (TEST-AliasIntegrationTest.testDeleteAliasWithExistingCollectionName-seed#[AB2E83A2DD08E661]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testDeleteAliasWithExistingCollectionName
   [junit4]   2> 630520 INFO  (qtp1627832870-11257) [n:127.0.0.1:38337_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterstatus with params action=CLUSTERSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 630539 INFO  (qtp1627832870-11257) [n:127.0.0.1:38337_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=CLUSTERSTATUS&wt=javabin&version=2} status=0 QTime=18
   [junit4]   2> 630553 INFO  (qtp766560089-11258) [n:127.0.0.1:34791_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params collection.configName=conf&name=collection_old&nrtReplicas=1&action=CREATE&numShards=2&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 630556 INFO  (OverseerThreadFactory-3464-thread-1-processing-n:127.0.0.1:38337_solr) [n:127.0.0.1:38337_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection collection_old
   [junit4]   2> 630668 INFO  (OverseerStateUpdate-72243945006628871-127.0.0.1:38337_solr-n_0000000000) [n:127.0.0.1:38337_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"collection_old",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"collection_old_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:38337/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 630672 INFO  (OverseerStateUpdate-72243945006628871-127.0.0.1:38337_solr-n_0000000000) [n:127.0.0.1:38337_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"collection_old",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"collection_old_shard2_replica_n3",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:34791/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 630781 INFO  (qtp1627832870-11259) [n:127.0.0.1:38337_solr    x:collection_old_shard1_replica_n1] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node2&collection.configName=conf&newCollection=true&name=collection_old_shard1_replica_n1&action=CREATE&numShards=2&collection=collection_old&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 630782 INFO  (qtp766560089-11256) [n:127.0.0.1:34791_solr    x:collection_old_shard2_replica_n3] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=collection_old_shard2_replica_n3&action=CREATE&numShards=2&collection=collection_old&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 630783 INFO  (qtp766560089-11256) [n:127.0.0.1:34791_solr    x:collection_old_shard2_replica_n3] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 631821 INFO  (qtp766560089-11256) [n:127.0.0.1:34791_solr c:collection_old s:shard2 r:core_node4 x:collection_old_shard2_replica_n3] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 631823 INFO  (qtp1627832870-11259) [n:127.0.0.1:38337_solr c:collection_old s:shard1 r:core_node2 x:collection_old_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 631846 INFO  (qtp766560089-11256) [n:127.0.0.1:34791_solr c:collection_old s:shard2 r:core_node4 x:collection_old_shard2_replica_n3] o.a.s.s.IndexSchema [collection_old_shard2_replica_n3] Schema name=minimal
   [junit4]   2> 631847 INFO  (qtp1627832870-11259) [n:127.0.0.1:38337_solr c:collection_old s:shard1 r:core_node2 x:collection_old_shard1_replica_n1] o.a.s.s.IndexSchema [collection_old_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 632025 INFO  (qtp1627832870-11259) [n:127.0.0.1:38337_solr c:collection_old s:shard1 r:core_node2 x:collection_old_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 632025 INFO  (qtp1627832870-11259) [n:127.0.0.1:38337_solr c:collection_old s:shard1 r:core_node2 x:collection_old_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'collection_old_shard1_replica_n1' using configuration from collection collection_old, trusted=true
   [junit4]   2> 632026 INFO  (qtp1627832870-11259) [n:127.0.0.1:38337_solr c:collection_old s:shard1 r:core_node2 x:collection_old_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38337.solr.core.collection_old.shard1.replica_n1' (registry 'solr.core.collection_old.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5624dc7
   [junit4]   2> 632026 INFO  (qtp1627832870-11259) [n:127.0.0.1:38337_solr c:collection_old s:shard1 r:core_node2 x:collection_old_shard1_replica_n1] o.a.s.c.SolrCore [[collection_old_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.AliasIntegrationTest_AB2E83A2DD08E661-001/tempDir-001/node1/collection_old_shard1_replica_n1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.AliasIntegrationTest_AB2E83A2DD08E661-001/tempDir-001/node1/./collection_old_shard1_replica_n1/data/]
   [junit4]   2> 632026 INFO  (qtp766560089-11256) [n:127.0.0.1:34791_solr c:collection_old s:shard2 r:core_node4 x:collection_old_shard2_replica_n3] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 632026 INFO  (qtp766560089-11256) [n:127.0.0.1:34791_solr c:collection_old s:shard2 r:core_node4 x:collection_old_shard2_replica_n3] o.a.s.c.CoreContainer Creating SolrCore 'collection_old_shard2_replica_n3' using configuration from collection collection_old, trusted=true
   [junit4]   2> 632027 INFO  (qtp766560089-11256) [n:127.0.0.1:34791_solr c:collection_old s:shard2 r:core_node4 x:collection_old_shard2_replica_n3] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34791.solr.core.collection_old.shard2.replica_n3' (registry 'solr.core.collection_old.shard2.replica_n3') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5624dc7
   [junit4]   2> 632027 INFO  (qtp766560089-11256) [n:127.0.0.1:34791_solr c:collection_old s:shard2 r:core_node4 x:collection_old_shard2_replica_n3] o.a.s.c.SolrCore [[collection_old_shard2_replica_n3] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.AliasIntegrationTest_AB2E83A2DD08E661-001/tempDir-001/node2/collection_old_shard2_replica_n3], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.AliasIntegrationTest_AB2E83A2DD08E661-001/tempDir-001/node2/./collection_old_shard2_replica_n3/data/]
   [junit4]   2> 632123 INFO  (qtp1627832870-11259) [n:127.0.0.1:38337_solr c:collection_old s:shard1 r:core_node2 x:collection_old_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 632123 INFO  (qtp1627832870-11259) [n:127.0.0.1:38337_solr c:collection_old s:shard1 r:core_node2 x:collection_old_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 632125 INFO  (qtp1627832870-11259) [n:127.0.0.1:38337_solr c:collection_old s:shard1 r:core_node2 x:collection_old_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 632125 INFO  (qtp1627832870-11259) [n:127.0.0.1:38337_solr c:collection_old s:shard1 r:core_node2 x:collection_old_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 632128 INFO  (qtp1627832870-11259) [n:127.0.0.1:38337_solr c:collection_old s:shard1 r:core_node2 x:collection_old_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@1304c49[collection_old_shard1_replica_n1] main]
   [junit4]   2> 632130 INFO  (qtp766560089-11256) [n:127.0.0.1:34791_solr c:collection_old s:shard2 r:core_node4 x:collection_old_shard2_replica_n3] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 632130 INFO  (qtp1627832870-11259) [n:127.0.0.1:38337_solr c:collection_old s:shard1 r:core_node2 x:collection_old_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 632130 INFO  (qtp766560089-11256) [n:127.0.0.1:34791_solr c:collection_old s:shard2 r:core_node4 x:collection_old_shard2_replica_n3] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 632130 INFO  (qtp1627832870-11259) [n:127.0.0.1:38337_solr c:collection_old s:shard1 r:core_node2 x:collection_old_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 632132 INFO  (qtp1627832870-11259) [n:127.0.0.1:38337_solr c:collection_old s:shard1 r:core_node2 x:collection_old_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 632132 INFO  (qtp1627832870-11259) [n:127.0.0.1:38337_solr c:collection_old s:shard1 r:core_node2 x:collection_old_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1633417332040663040
   [junit4]   2> 632132 INFO  (qtp766560089-11256) [n:127.0.0.1:34791_solr c:collection_old s:shard2 r:core_node4 x:collection_old_shard2_replica_n3] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 632132 INFO  (qtp766560089-11256) [n:127.0.0.1:34791_solr c:collection_old s:shard2 r:core_node4 x:collection_old_shard2_replica_n3] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 632136 INFO  (searcherExecutor-3473-thread-1-processing-n:127.0.0.1:38337_solr x:collection_old_shard1_replica_n1 c:collection_old s:shard1 r:core_node2) [n:127.0.0.1:38337_solr c:collection_old s:shard1 r:core_node2 x:collection_old_shard1_replica_n1] o.a.s.c.SolrCore [collection_old_shard1_replica_n1] Registered new searcher Searcher@1304c49[collection_old_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 632137 INFO  (qtp766560089-11256) [n:127.0.0.1:34791_solr c:collection_old s:shard2 r:core_node4 x:collection_old_shard2_replica_n3] o.a.s.s.SolrIndexSearcher Opening [Searcher@6ea441de[collection_old_shard2_replica_n3] main]
   [junit4]   2> 632139 INFO  (qtp766560089-11256) [n:127.0.0.1:34791_solr c:collection_old s:shard2 r:core_node4 x:collection_old_shard2_replica_n3] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 632139 INFO  (qtp766560089-11256) [n:127.0.0.1:34791_solr c:collection_old s:shard2 r:core_node4 x:collection_old_shard2_replica_n3] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 632141 INFO  (qtp766560089-11256) [n:127.0.0.1:34791_solr c:collection_old s:shard2 r:core_node4 x:collection_old_shard2_replica_n3] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 632141 INFO  (qtp1627832870-11259) [n:127.0.0.1:38337_solr c:collection_old s:shard1 r:core_node2 x:collection_old_shard1_replica_n1] o.a.s.c.ZkShardTerms Successful update of terms at /collections/collection_old/terms/shard1 to Terms{values={core_node2=0}, version=0}
   [junit4]   2> 632141 INFO  (qtp766560089-11256) [n:127.0.0.1:34791_solr c:collection_old s:shard2 r:core_node4 x:collection_old_shard2_replica_n3] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1633417332050100224
   [junit4]   2> 632141 INFO  (qtp1627832870-11259) [n:127.0.0.1:38337_solr c:collection_old s:shard1 r:core_node2 x:collection_old_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/collection_old/leaders/shard1
   [junit4]   2> 632145 INFO  (qtp1627832870-11259) [n:127.0.0.1:38337_solr c:collection_old s:shard1 r:core_node2 x:collection_old_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 632145 INFO  (qtp1627832870-11259) [n:127.0.0.1:38337_solr c:collection_old s:shard1 r:core_node2 x:collection_old_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 632145 INFO  (qtp1627832870-11259) [n:127.0.0.1:38337_solr c:collection_old s:shard1 r:core_node2 x:collection_old_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:38337/solr/collection_old_shard1_replica_n1/
   [junit4]   2> 632146 INFO  (qtp1627832870-11259) [n:127.0.0.1:38337_solr c:collection_old s:shard1 r:core_node2 x:collection_old_shard1_replica_n1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 632146 INFO  (searcherExecutor-3474-thread-1-processing-n:127.0.0.1:34791_solr x:collection_old_shard2_replica_n3 c:collection_old s:shard2 r:core_node4) [n:127.0.0.1:34791_solr c:collection_old s:shard2 r:core_node4 x:collection_old_shard2_replica_n3] o.a.s.c.SolrCore [collection_old_shard2_replica_n3] Registered new searcher Searcher@6ea441de[collection_old_shard2_replica_n3] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 632146 INFO  (qtp1627832870-11259) [n:127.0.0.1:38337_solr c:collection_old s:shard1 r:core_node2 x:collection_old_shard1_replica_n1] o.a.s.c.SyncStrategy http://127.0.0.1:38337/solr/collection_old_shard1_replica_n1/ has no replicas
   [junit4]   2> 632146 INFO  (qtp1627832870-11259) [n:127.0.0.1:38337_solr c:collection_old s:shard1 r:core_node2 x:collection_old_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/collection_old/leaders/shard1/leader after winning as /collections/collection_old/leader_elect/shard1/election/72243945006628871-core_node2-n_0000000000
   [junit4]   2> 632148 INFO  (qtp1627832870-11259) [n:127.0.0.1:38337_solr c:collection_old s:shard1 r:core_node2 x:collection_old_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:38337/solr/collection_old_shard1_replica_n1/ shard1
   [junit4]   2> 632151 INFO  (qtp766560089-11256) [n:127.0.0.1:34791_solr c:collection_old s:shard2 r:core_node4 x:collection_old_shard2_replica_n3] o.a.s.c.ZkShardTerms Successful update of terms at /collections/collection_old/terms/shard2 to Terms{values={core_node4=0}, version=0}
   [junit4]   2> 632151 INFO  (qtp766560089-11256) [n:127.0.0.1:34791_solr c:collection_old s:shard2 r:core_node4 x:collection_old_shard2_replica_n3] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/collection_old/leaders/shard2
   [junit4]   2> 632155 INFO  (qtp766560089-11256) [n:127.0.0.1:34791_solr c:collection_old s:shard2 r:core_node4 x:collection_old_shard2_replica_n3] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 632155 INFO  (qtp766560089-11256) [n:127.0.0.1:34791_solr c:collection_old s:shard2 r:core_node4 x:collection_old_shard2_replica_n3] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 632155 INFO  (qtp766560089-11256) [n:127.0.0.1:34791_solr c:collection_old s:shard2 r:core_node4 x:collection_old_shard2_replica_n3] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:34791/solr/collection_old_shard2_replica_n3/
   [junit4]   2> 632155 INFO  (qtp766560089-11256) [n:127.0.0.1:34791_solr c:collection_old s:shard2 r:core_node4 x:collection_old_shard2_replica_n3] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 632155 INFO  (qtp766560089-11256) [n:127.0.0.1:34791_solr c:collection_old s:shard2 r:core_node4 x:collection_old_shard2_replica_n3] o.a.s.c.SyncStrategy http://127.0.0.1:34791/solr/collection_old_shard2_replica_n3/ has no replicas
   [junit4]   2> 632155 INFO  (qtp766560089-11256) [n:127.0.0.1:34791_solr c:collection_old s:shard2 r:core_node4 x:collection_old_shard2_replica_n3] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/collection_old/leaders/shard2/leader after winning as /collections/collection_old/leader_elect/shard2/election/72243945006628872-core_node4-n_0000000000
   [junit4]   2> 632157 INFO  (qtp766560089-11256) [n:127.0.0.1:34791_solr c:collection_old s:shard2 r:core_node4 x:collection_old_shard2_replica_n3] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:34791/solr/collection_old_shard2_replica_n3/ shard2
   [junit4]   2> 632275 INFO  (zkCallback-4971-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection_old/state.json] for collection [collection_old] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 632276 INFO  (zkCallback-4971-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection_old/state.json] for collection [collection_old] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 632276 INFO  (zkCallback-4975-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection_old/state.json] for collection [collection_old] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 632277 INFO  (qtp766560089-11256) [n:127.0.0.1:34791_solr c:collection_old s:shard2 r:core_node4 x:collection_old_shard2_replica_n3] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 632278 INFO  (qtp1627832870-11259) [n:127.0.0.1:38337_solr c:collection_old s:shard1 r:core_node2 x:collection_old_shard1_replica_n1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 632287 INFO  (zkCallback-4975-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection_old/state.json] for collection [collection_old] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 632318 INFO  (qtp766560089-11256) [n:127.0.0.1:34791_solr c:collection_old s:shard2 r:core_node4 x:collection_old_shard2_replica_n3] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=collection_old_shard2_replica_n3&action=CREATE&numShards=2&collection=collection_old&shard=shard2&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1536
   [junit4]   2> 632318 INFO  (qtp1627832870-11259) [n:127.0.0.1:38337_solr c:collection_old s:shard1 r:core_node2 x:collection_old_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node2&collection.configName=conf&newCollection=true&name=collection_old_shard1_replica_n1&action=CREATE&numShards=2&collection=collection_old&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1538
   [junit4]   2> 632323 INFO  (qtp766560089-11258) [n:127.0.0.1:34791_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> 632382 INFO  (zkCallback-4975-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection_old/state.json] for collection [collection_old] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 632382 INFO  (zkCallback-4975-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection_old/state.json] for collection [collection_old] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 632383 INFO  (qtp766560089-11258) [n:127.0.0.1:34791_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collection.configName=conf&name=collection_old&nrtReplicas=1&action=CREATE&numShards=2&wt=javabin&version=2} status=0 QTime=1829
   [junit4]   2> 632383 INFO  (zkCallback-4971-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection_old/state.json] for collection [collection_old] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 632383 INFO  (zkCallback-4971-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection_old/state.json] for collection [collection_old] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 632384 INFO  (qtp766560089-11260) [n:127.0.0.1:34791_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params collection.configName=conf&name=collection_new&nrtReplicas=1&action=CREATE&numShards=1&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 632387 INFO  (zkCallback-4975-thread-3) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection_old/state.json] for collection [collection_old] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 632399 INFO  (zkCallback-4971-thread-3) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection_old/state.json] for collection [collection_old] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 632409 INFO  (OverseerCollectionConfigSetProcessor-72243945006628871-127.0.0.1:38337_solr-n_0000000000) [n:127.0.0.1:38337_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000000 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 632411 INFO  (OverseerThreadFactory-3464-thread-2-processing-n:127.0.0.1:38337_solr) [n:127.0.0.1:38337_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection collection_new
   [junit4]   2> 632621 INFO  (OverseerStateUpdate-72243945006628871-127.0.0.1:38337_solr-n_0000000000) [n:127.0.0.1:38337_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"collection_new",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"collection_new_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:34791/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 632824 INFO  (qtp766560089-11256) [n:127.0.0.1:34791_solr    x:collection_new_shard1_replica_n1] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node2&collection.configName=conf&newCollection=true&name=collection_new_shard1_replica_n1&action=CREATE&numShards=1&collection=collection_new&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 633838 INFO  (qtp766560089-11256) [n:127.0.0.1:34791_solr c:collection_new s:shard1 r:core_node2 x:collection_new_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 633848 INFO  (qtp766560089-11256) [n:127.0.0.1:34791_solr c:collection_new s:shard1 r:core_node2 x:collection_new_shard1_replica_n1] o.a.s.s.IndexSchema [collection_new_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 633850 INFO  (qtp766560089-11256) [n:127.0.0.1:34791_solr c:collection_new s:shard1 r:core_node2 x:collection_new_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 633850 INFO  (qtp766560089-11256) [n:127.0.0.1:34791_solr c:collection_new s:shard1 r:core_node2 x:collection_new_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'collection_new_shard1_replica_n1' using configuration from collection collection_new, trusted=true
   [junit4]   2> 633850 INFO  (qtp766560089-11256) [n:127.0.0.1:34791_solr c:collection_new s:shard1 r:core_node2 x:collection_new_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34791.solr.core.collection_new.shard1.replica_n1' (registry 'solr.core.collection_new.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5624dc7
   [junit4]   2> 633851 INFO  (qtp766560089-11256) [n:127.0.0.1:34791_solr c:collection_new s:shard1 r:core_node2 x:collection_new_shard1_replica_n1] o.a.s.c.SolrCore [[collection_new_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.AliasIntegrationTest_AB2E83A2DD08E661-001/tempDir-001/node2/collection_new_shard1_replica_n1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.AliasIntegrationTest_AB2E83A2DD08E661-001/tempDir-001/node2/./collection_new_shard1_replica_n1/data/]
   [junit4]   2> 633916 INFO  (qtp766560089-11256) [n:127.0.0.1:34791_solr c:collection_new s:shard1 r:core_node2 x:collection_new_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 633916 INFO  (qtp766560089-11256) [n:127.0.0.1:34791_solr c:collection_new s:shard1 r:core_node2 x:collection_new_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 633918 INFO  (qtp766560089-11256) [n:127.0.0.1:34791_solr c:collection_new s:shard1 r:core_node2 x:collection_new_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 633918 INFO  (qtp766560089-11256) [n:127.0.0.1:34791_solr c:collection_new s:shard1 r:core_node2 x:collection_new_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 633920 INFO  (qtp766560089-11256) [n:127.0.0.1:34791_solr c:collection_new s:shard1 r:core_node2 x:collection_new_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@4e0a6cb[collection_new_shard1_replica_n1] main]
   [junit4]   2> 633921 INFO  (qtp766560089-11256) [n:127.0.0.1:34791_solr c:collection_new s:shard1 r:core_node2 x:collection_new_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 633921 INFO  (qtp766560089-11256) [n:127.0.0.1:34791_solr c:collection_new s:shard1 r:core_node2 x:collection_new_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 633922 INFO  (qtp766560089-11256) [n:127.0.0.1:34791_solr c:collection_new s:shard1 r:core_node2 x:collection_new_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 633922 INFO  (qtp766560089-11256) [n:127.0.0.1:34791_solr c:collection_new s:shard1 r:core_node2 x:collection_new_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1633417333917614080
   [junit4]   2> 633925 INFO  (searcherExecutor-3483-thread-1-processing-n:127.0.0.1:34791_solr x:collection_new_shard1_replica_n1 c:collection_new s:shard1 r:core_node2) [n:127.0.0.1:34791_solr c:collection_new s:shard1 r:core_node2 x:collection_new_shard1_replica_n1] o.a.s.c.SolrCore [collection_new_shard1_replica_n1] Registered new searcher Searcher@4e0a6cb[collection_new_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 633930 INFO  (qtp766560089-11256) [n:127.0.0.1:34791_solr c:collection_new s:shard1 r:core_node2 x:collection_new_shard1_replica_n1] o.a.s.c.ZkShardTerms Successful update of terms at /collections/collection_new/terms/shard1 to Terms{values={core_node2=0}, version=0}
   [junit4]   2> 633930 INFO  (qtp766560089-11256) [n:127.0.0.1:34791_solr c:collection_new s:shard1 r:core_node2 x:collection_new_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/collection_new/leaders/shard1
   [junit4]   2> 633943 INFO  (qtp766560089-11256) [n:127.0.0.1:34791_solr c:collection_new s:shard1 r:core_node2 x:collection_new_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 633944 INFO  (qtp766560089-11256) [n:127.0.0.1:34791_solr c:collection_new s:shard1 r:core_node2 x:collection_new_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 633944 INFO  (qtp766560089-11256) [n:127.0.0.1:34791_solr c:collection_new s:shard1 r:core_node2 x:collection_new_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:34791/solr/collection_new_shard1_replica_n1/
   [junit4]   2> 633944 INFO  (qtp766560089-11256) [n:127.0.0.1:34791_solr c:collection_new s:shard1 r:core_node2 x:collection_new_shard1_replica_n1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 633944 INFO  (qtp766560089-11256) [n:127.0.0.1:34791_solr c:collection_new s:shard1 r:core_node2 x:collection_new_shard1_replica_n1] o.a.s.c.SyncStrategy http://127.0.0.1:34791/solr/collection_new_shard1_replica_n1/ has no replicas
   [junit4]   2> 633944 INFO  (qtp766560089-11256) [n:127.0.0.1:34791_solr c:collection_new s:shard1 r:core_node2 x:collection_new_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/collection_new/leaders/shard1/leader after winning as /collections/collection_new/leader_elect/shard1/election/72243945006628872-core_node2-n_0000000000
   [junit4]   2> 633946 INFO  (qtp766560089-11256) [n:127.0.0.1:34791_solr c:collection_new s:shard1 r:core_node2 x:collection_new_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:34791/solr/collection_new_shard1_replica_n1/ shard1
   [junit4]   2> 634047 INFO  (zkCallback-4975-thread-3) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection_new/state.json] for collection [collection_new] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 634047 INFO  (zkCallback-4975-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection_new/state.json] for collection [collection_new] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 634049 INFO  (qtp766560089-11256) [n:127.0.0.1:34791_solr c:collection_new s:shard1 r:core_node2 x:collection_new_shard1_replica_n1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 634122 INFO  (qtp766560089-11256) [n:127.0.0.1:34791_solr c:collection_new s:shard1 r:core_node2 x:collection_new_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node2&collection.configName=conf&newCollection=true&name=collection_new_shard1_replica_n1&action=CREATE&numShards=1&collection=collection_new&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1299
   [junit4]   2> 634128 INFO  (qtp766560089-11260) [n:127.0.0.1:34791_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> 634153 INFO  (zkCallback-4975-thread-3) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection_new/state.json] for collection [collection_new] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 634153 INFO  (zkCallback-4975-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection_new/state.json] for collection [collection_new] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 634153 INFO  (zkCallback-4975-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection_new/state.json] for collection [collection_new] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 634153 INFO  (qtp766560089-11260) [n:127.0.0.1:34791_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collection.configName=conf&name=collection_new&nrtReplicas=1&action=CREATE&numShards=1&wt=javabin&version=2} status=0 QTime=1769
   [junit4]   2> 634173 INFO  (TEST-AliasIntegrationTest.testDeleteAliasWithExistingCollectionName-seed#[AB2E83A2DD08E661]) [    ] o.a.s.c.SolrCloudTestCase active replica count: 2 expected replica count: 2
   [junit4]   2> 634173 INFO  (watches-4994-thread-1) [    ] o.a.s.c.SolrCloudTestCase active replica count: 2 expected replica count: 2
   [junit4]   2> 634173 INFO  (TEST-AliasIntegrationTest.testDeleteAliasWithExistingCollectionName-seed#[AB2E83A2DD08E661]) [    ] o.a.s.c.SolrCloudTestCase active replica count: 1 expected replica count: 1
   [junit4]   2> 634173 INFO  (watches-4994-thread-1) [    ] o.a.s.c.SolrCloudTestCase active replica count: 1 expected replica count: 1
   [junit4]   2> 634180 INFO  (qtp766560089-11258) [n:127.0.0.1:34791_solr c:collection_old s:shard2 r:core_node4 x:collection_old_shard2_replica_n3] o.a.s.c.ZkShardTerms Successful update of terms at /collections/collection_old/terms/shard2 to Terms{values={core_node4=1}, version=1}
   [junit4]   2> 634180 INFO  (qtp1627832870-11261) [n:127.0.0.1:38337_solr c:collection_old s:shard1 r:core_node2 x:collection_old_shard1_replica_n1] o.a.s.c.ZkShardTerms Successful update of terms at /collections/collection_old/terms/shard1 to Terms{values={core_node2=1}, version=1}
   [junit4]   2> 634180 INFO  (qtp1627832870-11261) [n:127.0.0.1:38337_solr c:collection_old s:shard1 r:core_node2 x:collection_old_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [collection_old_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=collection_old:4&wt=javabin&version=2}{add=[8 (1633417334183952384)]} 0 4
   [junit4]   2> 634180 INFO  (qtp766560089-11258) [n:127.0.0.1:34791_solr c:collection_old s:shard2 r:core_node4 x:collection_old_shard2_replica_n3] o.a.s.u.p.LogUpdateProcessorFactory [collection_old_shard2_replica_n3]  webapp=/solr path=/update params={_stateVer_=collection_old:4&wt=javabin&version=2}{add=[6 (1633417334183952384), 7 (1633417334188146688)]} 0 5
   [junit4]   2> 634193 INFO  (qtp1627832870-11261) [n:127.0.0.1:38337_solr c:collection_old s:shard1 r:core_node2 x:collection_old_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1633417334201778176,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 634193 INFO  (qtp1627832870-11261) [n:127.0.0.1:38337_solr c:collection_old s:shard1 r:core_node2 x:collection_old_shard1_replica_n1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@2c098f17 commitCommandVersion:1633417334201778176
   [junit4]   2> 634202 INFO  (qtp1627832870-11261) [n:127.0.0.1:38337_solr c:collection_old s:shard1 r:core_node2 x:collection_old_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@155573ad[collection_old_shard1_replica_n1] main]
   [junit4]   2> 634202 INFO  (qtp1627832870-11261) [n:127.0.0.1:38337_solr c:collection_old s:shard1 r:core_node2 x:collection_old_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 634204 INFO  (searcherExecutor-3473-thread-1-processing-n:127.0.0.1:38337_solr x:collection_old_shard1_replica_n1 c:collection_old s:shard1 r:core_node2) [n:127.0.0.1:38337_solr c:collection_old s:shard1 r:core_node2 x:collection_old_shard1_replica_n1] o.a.s.c.SolrCore [collection_old_shard1_replica_n1] Registered new searcher Searcher@155573ad[collection_old_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(9.0.0):C1:[diagnostics={timestamp=1557748159604, java.version=13-testing, java.vm.version=13-testing+0-builds.shipilev.net-openjdk-jdk-b845-20190430-jdk-1318, lucene.version=9.0.0, source=flush, os.arch=amd64, java.runtime.version=13-testing+0-builds.shipilev.net-openjdk-jdk-b845-20190430-jdk-1318, os.version=4.18.0-17-generic, os=Linux, java.vendor=Aleksey Shipilev}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])))}
   [junit4]   2> 634204 INFO  (qtp1627832870-11261) [n:127.0.0.1:38337_solr c:collection_old s:shard1 r:core_node2 x:collection_old_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [collection_old_shard1_replica_n1]  webapp=/solr path=/update params={update.distrib=TOLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:34791/solr/collection_old_shard2_replica_n3/&commit_end_point=leaders&wt=javabin&version=2&expungeDeletes=false}{commit=} 0 12
   [junit4]   2> 634206 INFO  (qtp766560089-11256) [n:127.0.0.1:34791_solr c:collection_old s:shard2 r:core_node4 x:collection_old_shard2_replica_n3] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1633417334215409664,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 634206 INFO  (qtp766560089-11256) [n:127.0.0.1:34791_solr c:collection_old s:shard2 r:core_node4 x:collection_old_shard2_replica_n3] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@3f550ef6 commitCommandVersion:1633417334215409664
   [junit4]   2> 634212 INFO  (qtp766560089-11256) [n:127.0.0.1:34791_solr c:collection_old s:shard2 r:core_node4 x:collection_old_shard2_replica_n3] o.a.s.s.SolrIndexSearcher Opening [Searcher@48c8a85f[collection_old_shard2_replica_n3] main]
   [junit4]   2> 634212 INFO  (qtp766560089-11256) [n:127.0.0.1:34791_solr c:collection_old s:shard2 r:core_node4 x:collection_old_shard2_replica_n3] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 634215 INFO  (searcherExecutor-3474-thread-1-processing-n:127.0.0.1:34791_solr x:collection_old_shard2_replica_n3 c:collection_old s:shard2 r:core_node4) [n:127.0.0.1:34791_solr c:collection_old s:shard2 r:core_node4 x:collection_old_shard2_replica_n3] o.a.s.c.SolrCore [collection_old_shard2_replica_n3] Registered new searcher Searcher@48c8a85f[collection_old_shard2_replica_n3] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(9.0.0):C2:[diagnostics={timestamp=1557748159617, java.version=13-testing, java.vm.version=13-testing+0-builds.shipilev.net-openjdk-jdk-b845-20190430-jdk-1318, lucene.version=9.0.0, source=flush, os.arch=amd64, java.runtime.version=13-testing+0-builds.shipilev.net-openjdk-jdk-b845-20190430-jdk-1318, os.version=4.18.0-17-generic, os=Linux, java.vendor=Aleksey Shipilev}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])))}
   [junit4]   2> 634215 INFO  (qtp766560089-11256) [n:127.0.0.1:34791_solr c:collection_old s:shard2 r:core_node4 x:collection_old_shard2_replica_n3] o.a.s.u.p.LogUpdateProcessorFactory [collection_old_shard2_replica_n3]  webapp=/solr path=/update params={_stateVer_=collection_old:4&commit=true&wt=javabin&version=2}{commit=} 0 34
   [junit4]   2> 634220 INFO  (qtp766560089-11260) [n:127.0.0.1:34791_solr c:collection_new s:shard1 r:core_node2 x:collection_new_shard1_replica_n1] o.a.s.c.ZkShardTerms Successful update of terms at /collections/collection_new/terms/shard1 to Terms{values={core_node2=1}, version=1}
   [junit4]   2> 634220 INFO  (qtp766560089-11260) [n:127.0.0.1:34791_solr c:collection_new s:shard1 r:core_node2 x:collection_new_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [collection_new_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=collection_new:4&wt=javabin&version=2}{add=[1 (1633417334226944000)]} 0 3
   [junit4]   2> 634222 INFO  (qtp766560089-11258) [n:127.0.0.1:34791_solr c:collection_new s:shard1 r:core_node2 x:collection_new_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1633417334232186880,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 634222 INFO  (qtp766560089-11258) [n:127.0.0.1:34791_solr c:collection_new s:shard1 r:core_node2 x:collection_new_shard1_replica_n1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@7e3663bd commitCommandVersion:1633417334232186880
   [junit4]   2> 634231 INFO  (qtp766560089-11258) [n:127.0.0.1:34791_solr c:collection_new s:shard1 r:core_node2 x:collection_new_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@5f10d9e6[collection_new_shard1_replica_n1] main]
   [junit4]   2> 634231 INFO  (qtp766560089-11258) [n:127.0.0.1:34791_solr c:collection_new s:shard1 r:core_node2 x:collection_new_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 634234 INFO  (searcherExecutor-3483-thread-1-processing-n:127.0.0.1:34791_solr x:collection_new_shard1_replica_n1 c:collection_new s:shard1 r:core_node2) [n:127.0.0.1:34791_solr c:collection_new s:shard1 r:core_node2 x:collection_new_shard1_replica_n1] o.a.s.c.SolrCore [collection_new_shard1_replica_n1] Registered new searcher Searcher@5f10d9e6[collection_new_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(9.0.0):C1:[diagnostics={timestamp=1557748159634, java.version=13-testing, java.vm.version=13-testing+0-builds.shipilev.net-openjdk-jdk-b845-20190430-jdk-1318, lucene.version=9.0.0, source=flush, os.arch=amd64, java.runtime.version=13-testing+0-builds.shipilev.net-openjdk-jdk-b845-20190430-jdk-1318, os.version=4.18.0-17-generic, os=Linux, java.vendor=Aleksey Shipilev}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])))}
   [junit4]   2> 634234 INFO  (qtp766560089-11258) [n:127.0.0.1:34791_solr c:collection_new s:shard1 r:core_node2 x:collection_new_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [collection_new_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=collection_new:4&commit=true&wt=javabin&version=2}{commit=} 0 12
   [junit4]   2> 634253 INFO  (qtp766560089-11260) [n:127.0.0.1:34791_solr c:collection_old s:shard2 r:core_node4 x:collection_old_shard2_replica_n3] o.a.s.c.S.Request [collection_old_shard2_replica_n3]  webapp=/solr path=/select params={df=text&distrib=false&_stateVer_=collection_old:4&fl=id&fl=score&shards.purpose=4&start=0&fsv=true&shard.url=http://127.0.0.1:34791/solr/collection_old_shard2_replica_n3/&rows=10&version=2&q=*:*&NOW=1557748159643&isShard=true&wt=javabin} hits=2 status=0 QTime=0
   [junit4]   2> 634260 INFO  (qtp1627832870-11261) [n:127.0.0.1:38337_solr c:collection_old s:shard1 r:core_node2 x:collection_old_shard1_replica_n1] o.a.s.c.S.Request [collection_old_shard1_replica_n1]  webapp=/solr path=/select params={df=text&distrib=false&_stateVer_=collection_old:4&fl=id&fl=score&shards.purpose=4&start=0&fsv=true&shard.url=http://127.0.0.1:38337/solr/collection_old_shard1_replica_n1/&rows=10&version=2&q=*:*&NOW=1557748159643&isShard=true&wt=javabin} hits=1 status=0 QTime=0
   [junit4]   2> 634264 INFO  (qtp1627832870-11259) [n:127.0.0.1:38337_solr c:collection_old s:shard1 r:core_node2 x:collection_old_shard1_replica_n1] o.a.s.c.S.Request [collection_old_shard1_replica_n1]  webapp=/solr path=/select params={q=*:*&df=text&distrib=false&_stateVer_=collection_old:4&shards.purpose=64&NOW=1557748159643&ids=8&isShard=true&shard.url=http://127.0.0.1:38337/solr/collection_old_shard1_replica_n1/&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 634268 INFO  (qtp766560089-11258) [n:127.0.0.1:34791_solr c:collection_old s:shard2 r:core_node4 x:collection_old_shard2_replica_n3] o.a.s.c.S.Request [collection_old_shard2_replica_n3]  webapp=/solr path=/select params={q=*:*&df=text&distrib=false&_stateVer_=collection_old:4&shards.purpose=64&NOW=1557748159643&ids=6,7&isShard=true&shard.url=http://127.0.0.1:34791/solr/collection_old_shard2_replica_n3/&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 634270 INFO  (qtp766560089-11256) [n:127.0.0.1:34791_solr c:collection_old s:shard2 r:core_node4 x:collection_old_shard2_replica_n3] o.a.s.c.S.Request [collection_old_shard2_replica_n3]  webapp=/solr path=/select params={q=*:*&_stateVer_=collection_old:4&wt=javabin&version=2} hits=3 status=0 QTime=34
   [junit4]   2> 634299 INFO  (qtp766560089-11260) [n:127.0.0.1:34791_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :createalias with params collections=collection_old&name=collection_old_reserve&action=CREATEALIAS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 634360 INFO  (OverseerCollectionConfigSetProcessor-72243945006628871-127.0.0.1:38337_solr-n_0000000000) [n:127.0.0.1:38337_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000002 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 634546 INFO  (qtp766560089-11260) [n:127.0.0.1:34791_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collections=collection_old&name=collection_old_reserve&action=CREATEALIAS&wt=javabin&version=2} status=0 QTime=246
   [junit4]   2> 634547 INFO  (qtp766560089-11258) [n:127.0.0.1:34791_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :createalias with params collections=collection_new&name=collection_old&action=CREATEALIAS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 634549 INFO  (OverseerCollectionConfigSetProcessor-72243945006628871-127.0.0.1:38337_solr-n_0000000000) [n:127.0.0.1:38337_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000004 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 634654 INFO  (qtp766560089-11258) [n:127.0.0.1:34791_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collections=collection_new&name=collection_old&action=CREATEALIAS&wt=javabin&version=2} status=0 QTime=107
   [junit4]   2> 634656 INFO  (qtp766560089-11256) [n:127.0.0.1:34791_solr c:collection_new s:shard1 r:core_node2 x:collection_new_shard1_replica_n1] o.a.s.c.S.Request [collection_new_shard1_replica_n1]  webapp=/solr path=/select params={q=*:*&_stateVer_=collection_old:4&wt=javabin&version=2} hits=1 status=0 QTime=0
   [junit4]   2> 634657 INFO  (qtp766560089-11260) [n:127.0.0.1:34791_solr c:collection_new s:shard1 r:core_node2 x:collection_new_shard1_replica_n1] o.a.s.c.S.Request [collection_new_shard1_replica_n1]  webapp=/solr path=/select params={q=*:*&_stateVer_=collection_new:4&wt=javabin&version=2} hits=1 status=0 QTime=0
   [junit4]   2> 634659 INFO  (qtp766560089-11258) [n:127.0.0.1:34791_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :delete with params async=981f887c-dd5d-42e8-96fe-2679a640ca38&name=collection_old&action=DELETE&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 634662 INFO  (qtp766560089-11258) [n:127.0.0.1:34791_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={async=981f887c-dd5d-42e8-96fe-2679a640ca38&name=collection_old&action=DELETE&wt=javabin&version=2} status=0 QTime=2
   [junit4]   2> 634664 INFO  (qtp766560089-11256) [n:127.0.0.1:34791_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with params requestid=981f887c-dd5d-42e8-96fe-2679a640ca38&action=REQUESTSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 634665 INFO  (qtp766560089-11256) [n:127.0.0.1:34791_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={requestid=981f887c-dd5d-42e8-96fe-2679a640ca38&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 634668 INFO  (OverseerCollectionConfigSetProcessor-72243945006628871-127.0.0.1:38337_solr-n_0000000000) [n:127.0.0.1:38337_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000006 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 634670 ERROR (OverseerThreadFactory-3464-thread-5-processing-n:127.0.0.1:38337_solr) [n:127.0.0.1:38337_solr    ] o.a.s.c.a.c.OverseerCollectionMessageHandler Collection: collection_old operation: delete failed:org.apache.solr.common.SolrException: Collection : collection_old is part of aliases: [collection_old, collection_new, collection_old_reserve], remove or modify the aliases before removing this collection.
   [junit4]   2> 	at org.apache.solr.cloud.api.collections.DeleteCollectionCmd.checkAliasReference(DeleteCollectionCmd.java:189)
   [junit4]   2> 	at org.apache.solr.cloud.api.collections.DeleteCollectionCmd.call(DeleteCollectionCmd.java:78)
   [junit4]   2> 	at org.apache.solr.cloud.api.collections.OverseerCollectionMessageHandler.processMessage(OverseerCollectionMessageHandler.java:264)
   [junit4]   2> 	at org.apache.solr.cloud.OverseerTaskProcessor$Runner.run(OverseerTaskProcessor.java:505)
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209)
   [junit4]   2> 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
   [junit4]   2> 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:830)
   [junit4]   2> 
   [junit4]   2> 635086 INFO  (OverseerThreadFactory-3464-thread-5-processing-n:127.0.0.1:38337_solr) [n:127.0.0.1:38337_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000008 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 635667 INFO  (qtp766560089-11260) [n:127.0.0.1:34791_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with params requestid=981f887c-dd5d-42e8-96fe-2679a640ca38&action=REQUESTSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 635669 INFO  (qtp766560089-11260) [n:127.0.0.1:34791_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={requestid=981f887c-dd5d-42e8-96fe-2679a640ca38&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=2
   [junit4]   2> 635669 INFO  (qtp766560089-11258) [n:127.0.0.1:34791_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :deletestatus with params requestid=981f887c-dd5d-42e8-96fe-2679a640ca38&action=DELETESTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 635671 INFO  (qtp766560089-11258) [n:127.0.0.1:34791_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={requestid=981f887c-dd5d-42e8-96fe-2679a640ca38&action=DELETESTATUS&wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 635672 INFO  (qtp766560089-11256) [n:127.0.0.1:34791_solr c:collection_new s:shard1 r:core_node2 x:collection_new_shard1_replica_n1] o.a.s.c.S.Request [collection_new_shard1_replica_n1]  webapp=/solr path=/select params={q=*:*&_stateVer_=collection_old:4&wt=javabin&version=2} hits=1 status=0 QTime=0
   [junit4]   2> 635692 INFO  (qtp766560089-11260) [n:127.0.0.1:34791_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :deletealias with params async=02084d91-2142-4150-a31b-6b068ef38215&name=collection_old_reserve&action=DELETEALIAS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 635694 INFO  (qtp766560089-11260) [n:127.0.0.1:34791_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={async=02084d91-2142-4150-a31b-6b068ef38215&name=collection_old_reserve&action=DELETEALIAS&wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 635695 INFO  (qtp766560089-11258) [n:127.0.0.1:34791_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with params requestid=02084d91-2142-4150-a31b-6b068ef38215&action=REQUESTSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 635696 INFO  (qtp766560089-11258) [n:127.0.0.1:34791_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={requestid=02084d91-2142-4150-a31b-6b068ef38215&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 635698 INFO  (OverseerCollectionConfigSetProcessor-72243945006628871-127.0.0.1:38337_solr-n_0000000000) [n:127.0.0.1:38337_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000008 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 635729 INFO  (OverseerThreadFactory-3464-thread-5-processing-n:127.0.0.1:38337_solr) [n:127.0.0.1:38337_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000009 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 636697 INFO  (qtp766560089-11256) [n:127.0.0.1:34791_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with params requestid=02084d91-2142-4150-a31b-6b068ef38215&action=REQUESTSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 636698 INFO  (qtp766560089-11256) [n:127.0.0.1:34791_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={requestid=02084d91-2142-4150-a31b-6b068ef38215&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 636699 INFO  (qtp766560089-11260) [n:127.0.0.1:34791_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :deletestatus with params requestid=02084d91-2142-4150-a31b-6b068ef38215&action=DELETESTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 636699 INFO  (qtp766560089-11260) [n:127.0.0.1:34791_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={requestid=02084d91-2142-4150-a31b-6b068ef38215&action=DELETESTATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 636700 INFO  (qtp766560089-11258) [n:127.0.0.1:34791_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :deletealias with params async=bb9b4c9e-e140-4c73-b8b4-0d4f2b5f60d9&name=collection_old&action=DELETEALIAS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 636702 INFO  (qtp766560089-11258) [n:127.0.0.1:34791_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={async=bb9b4c9e-e140-4c73-b8b4-0d4f2b5f60d9&name=collection_old&action=DELETEALIAS&wt=javabin&version=2} status=0 QTime=2
   [junit4]   2> 636703 INFO  (qtp766560089-11256) [n:127.0.0.1:34791_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with params requestid=bb9b4c9e-e140-4c73-b8b4-0d4f2b5f60d9&action=REQUESTSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 636703 INFO  (qtp766560089-11256) [n:127.0.0.1:34791_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={requestid=bb9b4c9e-e140-4c73-b8b4-0d4f2b5f60d9&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 636704 INFO  (OverseerCollectionConfigSetProcessor-72243945006628871-127.0.0.1:38337_solr-n_0000000000) [n:127.0.0.1:38337_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000009 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 636708 INFO  (OverseerThreadFactory-3464-thread-5-processing-n:127.0.0.1:38337_solr) [n:127.0.0.1:38337_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000010 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 637704 INFO  (qtp766560089-11260) [n:127.0.0.1:34791_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with params requestid=bb9b4c9e-e140-4c73-b8b4-0d4f2b5f60d9&action=REQUESTSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 637705 INFO  (qtp766560089-11260) [n:127.0.0.1:34791_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={requestid=bb9b4c9e-e140-4c73-b8b4-0d4f2b5f60d9&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 637706 INFO  (qtp766560089-11258) [n:127.0.0.1:34791_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :deletestatus with params requestid=bb9b4c9e-e140-4c73-b8b4-0d4f2b5f60d9&action=DELETESTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 637706 INFO  (qtp766560089-11258) [n:127.0.0.1:34791_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={requestid=bb9b4c9e-e140-4c73-b8b4-0d4f2b5f60d9&action=DELETESTATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 637707 INFO  (qtp766560089-11256) [n:127.0.0.1:34791_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :delete with params async=605e2f3b-4594-49e4-b063-5afdf328f0c9&name=collection_new&action=DELETE&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 637709 INFO  (qtp766560089-11256) [n:127.0.0.1:34791_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={async=605e2f3b-4594-49e4-b063-5afdf328f0c9&name=collection_new&action=DELETE&wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 637710 INFO  (qtp766560089-11260) [n:127.0.0.1:34791_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with params requestid=605e2f3b-4594-49e4-b063-5afdf328f0c9&action=REQUESTSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 637711 INFO  (OverseerCollectionConfigSetProcessor-72243945006628871-127.0.0.1:38337_solr-n_0000000000) [n:127.0.0.1:38337_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000010 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 637711 INFO  (qtp766560089-11260) [n:127.0.0.1:34791_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={requestid=605e2f3b-4594-49e4-b063-5afdf328f0c9&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 637711 INFO  (OverseerThreadFactory-3464-thread-5-processing-n:127.0.0.1:38337_solr) [n:127.0.0.1:38337_solr    ] o.a.s.c.a.c.OverseerCollectionMessageHandler Executing Collection Cmd=action=UNLOAD&deleteInstanceDir=true&deleteDataDir=true&deleteMetricsHistory=true, asyncId=605e2f3b-4594-49e4-b063-5afdf328f0c9
   [junit4]   2> 637713 INFO  (qtp766560089-11258) [n:127.0.0.1:34791_solr    x:collection_new_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={deleteInstanceDir=true&deleteMetricsHistory=true&core=collection_new_shard1_replica_n1&async=605e2f3b-4594-49e4-b063-5afdf328f0c92843498388251451&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 637714 INFO  (parallelCoreAdminExecutor-3468-thread-1-processing-n:127.0.0.1:34791_solr x:collection_new_shard1_replica_n1 605e2f3b-4594-49e4-b063-5afdf328f0c92843498388251451 UNLOAD) [n:127.0.0.1:34791_solr    x:collection_new_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection_new.shard1.replica_n1, tag=null
   [junit4]   2> 637714 INFO  (parallelCoreAdminExecutor-3468-thread-1-processing-n:127.0.0.1:34791_solr x:collection_new_shard1_replica_n1 605e2f3b-4594-49e4-b063-5afdf328f0c92843498388251451 UNLOAD) [n:127.0.0.1:34791_solr    x:collection_new_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@660f1172: rootName = solr_34791, domain = solr.core.collection_new.shard1.replica_n1, service url = null, agent id = null] for registry solr.core.collection_new.shard1.replica_n1 / com.codahale.metrics.MetricRegistry@349ce95c
   [junit4]   2> 637716 INFO  (qtp766560089-11258) [n:127.0.0.1:34791_solr    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 605e2f3b-4594-49e4-b063-5afdf328f0c92843498388251451
   [junit4]   2> 637716 INFO  (qtp766560089-11258) [n:127.0.0.1:34791_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&requestid=605e2f3b-4594-49e4-b063-5afdf328f0c92843498388251451&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 637731 INFO  (parallelCoreAdminExecutor-3468-thread-1-processing-n:127.0.0.1:34791_solr x:collection_new_shard1_replica_n1 605e2f3b-4594-49e4-b063-5afdf328f0c92843498388251451 UNLOAD) [n:127.0.0.1:34791_solr    x:collection_new_shard1_replica_n1] o.a.s.c.SolrCore [collection_new_shard1_replica_n1]  CLOSING SolrCore org.apache.solr.core.SolrCore@3f0e55ec
   [junit4]   2> 637731 INFO  (parallelCoreAdminExecutor-3468-thread-1-processing-n:127.0.0.1:34791_solr x:collection_new_shard1_replica_n1 605e2f3b-4594-49e4-b063-5afdf328f0c92843498388251451 UNLOAD) [n:127.0.0.1:34791_solr    x:collection_new_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection_new.shard1.replica_n1, tag=3f0e55ec
   [junit4]   2> 637731 INFO  (parallelCoreAdminExecutor-3468-thread-1-processing-n:127.0.0.1:34791_solr x:collection_new_shard1_replica_n1 605e2f3b-4594-49e4-b063-5afdf328f0c92843498388251451 UNLOAD) [n:127.0.0.1:34791_solr    x:collection_new_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.collection_new.shard1.leader, tag=3f0e55ec
   [junit4]   2> 637735 INFO  (parallelCoreAdminExecutor-3468-thread-1-processing-n:127.0.0.1:34791_solr x:collection_new_shard1_replica_n1 605e2f3b-4594-49e4-b063-5afdf328f0c92843498388251451 UNLOAD) [n:127.0.0.1:34791_solr    x:collection_new_shard1_replica_n1] o.a.s.c.ZkShardTerms Successful update of terms at /collections/collection_new/terms/shard1 to Terms{values={}, version=2}
   [junit4]   2> 637738 INFO  (zkCallback-4975-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection_new/state.json] for collection [collection_new] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 637738 INFO  (zkCallback-4975-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection_new/state.json] for collection [collection_new] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 637738 INFO  (zkCallback-4975-thread-3) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection_new/state.json] for collection [collection_new] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 638712 INFO  (qtp766560089-11256) [n:127.0.0.1:34791_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with params requestid=605e2f3b-4594-49e4-b063-5afdf328f0c9&action=REQUESTSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 638713 INFO  (qtp766560089-11256) [n:127.0.0.1:34791_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={requestid=605e2f3b-4594-49e4-b063-5afdf328f0c9&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 638718 INFO  (qtp766560089-11260) [n:127.0.0.1:34791_solr    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 605e2f3b-4594-49e4-b063-5afdf328f0c92843498388251451
   [junit4]   2> 638718 INFO  (qtp766560089-11260) [n:127.0.0.1:34791_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&requestid=605e2f3b-4594-49e4-b063-5afdf328f0c92843498388251451&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 638821 INFO  (zkCallback-4971-thread-3) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDeleted path:/collections/collection_new/state.json] for collection [collection_new] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 638826 INFO  (OverseerThreadFactory-3464-thread-5-processing-n:127.0.0.1:38337_solr) [n:127.0.0.1:38337_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000011 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 639712 INFO  (OverseerCollectionConfigSetProcessor-72243945006628871-127.0.0.1:38337_solr-n_0000000000) [n:127.0.0.1:38337_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000011 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 639714 INFO  (qtp766560089-11258) [n:127.0.0.1:34791_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with params requestid=605e2f3b-4594-49e4-b063-5afdf328f0c9&action=REQUESTSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4] 

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

acheHeaderTest, TaggingAttributeTest, TestFilteredDocIdSet, TestImpersonationWithHadoopAuth, TestGeoJSONResponseWriter, DistributedUpdateProcessorTest, TestBlobHandler, SpellCheckComponentTest, TestAtomicUpdateErrorCases, SpatialFilterTest, EnumFieldTest, TestSolrCloudWithDelegationTokens, TestSearchPerf, SolrMetricManagerTest, TestDynamicLoading, ExplicitHLLTest, JsonLoaderTest, AliasIntegrationTest]
   [junit4] Completed [171/856 (1!)] on J1 in 52.56s, 9 tests, 1 failure <<< FAILURES!

[...truncated 1770 lines...]
   [junit4] Suite: org.apache.solr.metrics.rrd.SolrRrdBackendFactoryTest
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.metrics.rrd.SolrRrdBackendFactoryTest_AB2E83A2DD08E661-001/init-core-data-001
   [junit4]   2> 2739042 DEBUG (TEST-SolrRrdBackendFactoryTest.testBasic-seed#[AB2E83A2DD08E661]) [    ] o.a.s.m.r.SolrRrdBackendFactory Created 1430788376
   [junit4]   2> 2739062 DEBUG (SolrRrdBackendFactory-11386-thread-1) [    ] o.a.s.m.r.SolrRrdBackendFactory -- maybe sync backends: [foo]
   [junit4]   2> 2739062 DEBUG (SolrRrdBackendFactory-11386-thread-1) [    ] o.a.s.m.r.SolrRrdBackendFactory -- syncing [foo]
   [junit4]   2> 2739123 DEBUG (TEST-SolrRrdBackendFactoryTest.testBasic-seed#[AB2E83A2DD08E661]) [    ] o.a.s.m.r.SolrRrdBackendFactory Closing 1430788376
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=SolrRrdBackendFactoryTest -Dtests.method=testBasic -Dtests.seed=AB2E83A2DD08E661 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=tg-TJ -Dtests.timezone=Asia/Chongqing -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] FAILURE 0.14s J2 | SolrRrdBackendFactoryTest.testBasic <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: {} expected:<1> but was:<0>
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([AB2E83A2DD08E661:D49EB702D4604F]:0)
   [junit4]    > 	at org.apache.solr.metrics.rrd.SolrRrdBackendFactoryTest.testBasic(SolrRrdBackendFactoryTest.java:94)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]    > 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]    > 	at java.base/java.lang.reflect.Method.invoke(Method.java:567)
   [junit4]    > 	at java.base/java.lang.Thread.run(Thread.java:830)
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.metrics.rrd.SolrRrdBackendFactoryTest_AB2E83A2DD08E661-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene80): {}, docValues:{}, maxPointsInLeafNode=1560, maxMBSortInHeap=6.564487796528628, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@231ae19a), locale=tg-TJ, timezone=Asia/Chongqing
   [junit4]   2> NOTE: Linux 4.18.0-17-generic amd64/Aleksey Shipilev 13-testing (64-bit)/cpus=8,threads=1,free=349634344,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [TestCoreContainer, ZkStateWriterTest, VersionInfoTest, ConcurrentDeleteAndCreateCollectionTest, TestConfigSetImmutable, TestDistributedGrouping, TestDownShardTolerantSearch, TestLMJelinekMercerSimilarityFactory, ActionThrottleTest, SolrIndexMetricsTest, TestWithCollection, TestSolrCLIRunExample, MoveReplicaTest, TestSolrFieldCacheBean, TestSimLargeCluster, SolrPluginUtilsTest, TestEmbeddedSolrServerSchemaAPI, TestUtils, TestOrdValues, TestSubQueryTransformerDistrib, TestPushWriter, TestManagedSchema, Tagger2Test, SplitShardTest, TestFieldResource, TolerantUpdateProcessorTest, PeerSyncTest, CoreMergeIndexesAdminHandlerTest, TestDynamicFieldCollectionResource, TestSolrConfigHandlerConcurrent, TestChildDocTransformerHierarchy, TestFastLRUCache, CdcrReplicationHandlerTest, DateFieldTest, TestObjectReleaseTracker, SearchRateTriggerIntegrationTest, TestSolrCoreSnapshots, TestComplexPhraseQParserPlugin, ReplicaListTransformerTest, BasicZkTest, TestMergePolicyConfig, TestSimExecutePlanAction, ResponseHeaderTest, XmlInterpolationTest, TestFiltering, TestSolrCloudWithHadoopAuthPlugin, TestGraphMLResponseWriter, DocExpirationUpdateProcessorFactoryTest, TestCSVLoader, StatsComponentTest, TestExceedMaxTermLength, TestAddFieldRealTimeGet, ExternalFileFieldSortTest, TestSolrCloudWithKerberosAlt, TestSearcherReuse, SolrMetricReporterTest, TestDynamicURP, FullHLLTest, MoreLikeThisHandlerTest, AssignBackwardCompatibilityTest, TestCodecSupport, TestPolicyCloud, JavabinLoaderTest, ConfigureRecoveryStrategyTest, BJQParserTest, SolrJmxReporterCloudTest, TestSimComputePlanAction, TestReplicaProperties, RulesTest, TestCSVResponseWriter, BasicAuthStandaloneTest, StatsReloadRaceTest, DistanceUnitsTest, TestStressVersions, ChangedSchemaMergeTest, TestRealTimeGet, TestExactSharedStatsCache, TestDistributedStatsComponentCardinality, CloneFieldUpdateProcessorFactoryTest, TestDocumentBuilder, V2StandaloneTest, TestPivotHelperCode, OverseerTest, NestedShardedAtomicUpdateTest, TestCollectionsAPIViaSolrCloudCluster, TestManagedStopFilterFactory, TestSha256AuthenticationProvider, TestNumericTerms64, DistributedExpandComponentTest, TestRetrieveFieldsOptimizer, ConvertedLegacyTest, TestJoin, AnalyticsQueryTest, TestDFRSimilarityFactory, ExecutePlanActionTest, SSLMigrationTest, TestReplicationHandlerDiskOverFlow, BadCopyFieldTest, TestLuceneIndexBackCompat, TestFieldCacheSort, ShardRoutingTest, SuggesterFSTTest, TestSolrDeletionPolicy2, TestCloudInspectUtil, TestBlendedInfixSuggestions, CollectionTooManyReplicasTest, TestCloudSearcherWarming, TestUnifiedSolrHighlighter, DocValuesMultiTest, ScheduledMaintenanceTriggerTest, TestIndexingPerformance, OutputWriterTest, TestTolerantUpdateProcessorCloud, CoreAdminHandlerTest, ClassificationUpdateProcessorFactoryTest, TestSort, JSONWriterTest, TestAuthenticationFramework, MultiDestinationAuditLoggerTest, QueryResultKeyTest, ResponseBuilderTest, CdcrBidirectionalTest, TestReload, SuggesterWFSTTest, TestCustomStream, DistributedQueryComponentOptimizationTest, LoggingHandlerTest, SignificantTermsQParserPluginTest, LeaderElectionTest, SpellCheckCollatorTest, MetricsHistoryIntegrationTest, AssignTest, DirectUpdateHandlerTest, TransactionLogTest, TestHashQParserPlugin, SortByFunctionTest, SolrCLIZkUtilsTest, TestXIncludeConfig, PreAnalyzedUpdateProcessorTest, AuditLoggerIntegrationTest, CursorPagingTest, DisMaxRequestHandlerTest, DistributedIntervalFacetingTest, SolrInfoBeanTest, SolrTestCaseJ4Test, TestCrossCoreJoin, TestDistributedMissingSort, TestRandomDVFaceting, TestRandomFaceting, ProtectedTermFilterFactoryTest, TestLuceneMatchVersion, TestJettySolrRunner, ChaosMonkeyNothingIsSafeTest, CleanupOldIndexTest, CollectionPropsTest, CreateCollectionCleanupTest, DeleteInactiveReplicaTest, DeleteNodeTest, DeleteShardTest, DeleteStatusTest, DistribCursorPagingTest, DistribDocExpirationUpdateProcessorTest, HttpPartitionTest, LeaderFailureAfterFreshStartTest, OverseerStatusTest, RecoveryZkTest, RemoteQueryErrorTest, ReplaceNodeNoTargetTest, ReplaceNodeTest, RestartWhileUpdatingTest, SyncSliceTest, TestCloudPseudoReturnFields, TestClusterProperties, TestConfigSetsAPI, TestLockTree, TestMiniSolrCloudClusterSSL, TestPrepRecovery, TestRebalanceLeaders, TestShortCircuitedRequests, TestStressCloudBlindAtomicUpdates, ZkCLITest, HdfsCollectionsAPIDistributedZkTest, ShardSplitTest, TestInfoStreamLogging, TestNRTOpen, BinaryUpdateRequestHandlerTest, DocumentAnalysisRequestHandlerTest, TestCoreBackup, TestReplicationHandler, PropertiesRequestHandlerTest, SystemInfoHandlerTest, TestApiFramework, TestCollectionAPIs, ZookeeperStatusHandlerTest, CustomTermsComponentTest, DistributedFacetPivotLargeTest, DistributedFacetPivotWhiteBoxTest, DistributedMLTComponentTest, DistributedSuggestComponentTest, SearchHandlerTest, TestTrackingShardHandlerFactory, FastVectorHighlighterTest, HighlighterTest, TestLegacyField, TestLegacyTerms, TestNumericRangeQuery32, TestNumericTokenStream, JvmMetricsTest, MetricsConfigTest, SolrMetricsIntegrationTest, SolrJmxReporterTest, SolrSlf4jReporterTest, SolrRrdBackendFactoryTest]
   [junit4] Completed [676/856 (2!)] on J2 in 1.58s, 1 test, 1 failure <<< FAILURES!

[...truncated 43728 lines...]
[repro] Jenkins log URL: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/24073/consoleText

[repro] Revision: b592002d409c6289189324707de6b9979e61a670

[repro] Ant options: "-Dargs=-XX:+UseCompressedOops -XX:+UseSerialGC"
[repro] Repro line:  ant test  -Dtestcase=AliasIntegrationTest -Dtests.method=testClusterStateProviderAPI -Dtests.seed=AB2E83A2DD08E661 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=yo -Dtests.timezone=Africa/Bamako -Dtests.asserts=true -Dtests.file.encoding=US-ASCII

[repro] Repro line:  ant test  -Dtestcase=SolrRrdBackendFactoryTest -Dtests.method=testBasic -Dtests.seed=AB2E83A2DD08E661 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=tg-TJ -Dtests.timezone=Asia/Chongqing -Dtests.asserts=true -Dtests.file.encoding=US-ASCII

[repro] ant clean

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

[...truncated 3309 lines...]
[repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=10 -Dtests.class="*.AliasIntegrationTest|*.SolrRrdBackendFactoryTest" -Dtests.showOutput=onerror "-Dargs=-XX:+UseCompressedOops -XX:+UseSerialGC" -Dtests.seed=AB2E83A2DD08E661 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=yo -Dtests.timezone=Africa/Bamako -Dtests.asserts=true -Dtests.file.encoding=US-ASCII

[...truncated 135 lines...]
[repro] Failures:
[repro]   0/5 failed: org.apache.solr.cloud.AliasIntegrationTest
[repro]   0/5 failed: org.apache.solr.metrics.rrd.SolrRrdBackendFactoryTest
[repro] Exiting with code 0

[...truncated 43 lines...]