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/04/26 16:39:43 UTC

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

Build: https://jenkins.thetaphi.de/job/Lucene-Solr-8.x-Linux/469/
Java: 64bit/jdk1.8.0_201 -XX:-UseCompressedOops -XX:+UseSerialGC

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

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

Stack Trace:
java.lang.AssertionError: {} expected:<2> but was:<0>
	at __randomizedtesting.SeedInfo.seed([720EF51E45440DE:18F7737D975FB995]: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.cloud.AliasIntegrationTest.testClusterStateProviderAPI(AliasIntegrationTest.java:291)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)


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([720EF51E45440DE:18F7737D975FB995]: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 sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 14351 lines...]
   [junit4] Suite: org.apache.solr.cloud.AliasIntegrationTest
   [junit4]   2> 1224588 INFO  (SUITE-AliasIntegrationTest-seed#[720EF51E45440DE]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.AliasIntegrationTest_720EF51E45440DE-001/init-core-data-001
   [junit4]   2> 1224588 WARN  (SUITE-AliasIntegrationTest-seed#[720EF51E45440DE]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=1 numCloses=1
   [junit4]   2> 1224588 INFO  (SUITE-AliasIntegrationTest-seed#[720EF51E45440DE]-worker) [    ] o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 1224590 INFO  (SUITE-AliasIntegrationTest-seed#[720EF51E45440DE]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 1224591 INFO  (SUITE-AliasIntegrationTest-seed#[720EF51E45440DE]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.AliasIntegrationTest_720EF51E45440DE-001/tempDir-001
   [junit4]   2> 1224591 INFO  (SUITE-AliasIntegrationTest-seed#[720EF51E45440DE]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1224591 INFO  (ZkTestServer Run Thread) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1224591 INFO  (ZkTestServer Run Thread) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1224691 INFO  (SUITE-AliasIntegrationTest-seed#[720EF51E45440DE]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:41995
   [junit4]   2> 1224691 INFO  (SUITE-AliasIntegrationTest-seed#[720EF51E45440DE]-worker) [    ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:41995
   [junit4]   2> 1224691 INFO  (SUITE-AliasIntegrationTest-seed#[720EF51E45440DE]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 41995
   [junit4]   2> 1224695 INFO  (zkConnectionManagerCallback-10988-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1224698 INFO  (zkConnectionManagerCallback-10990-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1224699 INFO  (zkConnectionManagerCallback-10992-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1224701 WARN  (jetty-launcher-10993-thread-1) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 1224701 WARN  (jetty-launcher-10993-thread-2) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 1224719 INFO  (jetty-launcher-10993-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 1224719 INFO  (jetty-launcher-10993-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 1224719 INFO  (jetty-launcher-10993-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1224719 INFO  (jetty-launcher-10993-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1224719 INFO  (jetty-launcher-10993-thread-1) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_201-b09
   [junit4]   2> 1224719 INFO  (jetty-launcher-10993-thread-2) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_201-b09
   [junit4]   2> 1224720 INFO  (jetty-launcher-10993-thread-2) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1224720 INFO  (jetty-launcher-10993-thread-2) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1224720 INFO  (jetty-launcher-10993-thread-2) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1224720 INFO  (jetty-launcher-10993-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1224720 INFO  (jetty-launcher-10993-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1224720 INFO  (jetty-launcher-10993-thread-1) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1224720 INFO  (jetty-launcher-10993-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@443b365c{/solr,null,AVAILABLE}
   [junit4]   2> 1224721 INFO  (jetty-launcher-10993-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@677ccf40{/solr,null,AVAILABLE}
   [junit4]   2> 1224722 WARN  (jetty-launcher-10993-thread-2) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@2d8b4fde[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1224722 WARN  (jetty-launcher-10993-thread-1) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@7ce55e33[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1224722 INFO  (jetty-launcher-10993-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@40edf087{SSL,[ssl, http/1.1]}{127.0.0.1:38925}
   [junit4]   2> 1224722 INFO  (jetty-launcher-10993-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@1b8787f2{SSL,[ssl, http/1.1]}{127.0.0.1:40409}
   [junit4]   2> 1224722 INFO  (jetty-launcher-10993-thread-2) [    ] o.e.j.s.Server Started @1224758ms
   [junit4]   2> 1224722 INFO  (jetty-launcher-10993-thread-1) [    ] o.e.j.s.Server Started @1224758ms
   [junit4]   2> 1224722 INFO  (jetty-launcher-10993-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=38925}
   [junit4]   2> 1224722 INFO  (jetty-launcher-10993-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=40409}
   [junit4]   2> 1224723 ERROR (jetty-launcher-10993-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1224723 ERROR (jetty-launcher-10993-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1224723 INFO  (jetty-launcher-10993-thread-1) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1224723 INFO  (jetty-launcher-10993-thread-2) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1224723 INFO  (jetty-launcher-10993-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.1.0
   [junit4]   2> 1224723 INFO  (jetty-launcher-10993-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1224723 INFO  (jetty-launcher-10993-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1224723 INFO  (jetty-launcher-10993-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-04-26T16:03:29.430Z
   [junit4]   2> 1224723 INFO  (jetty-launcher-10993-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.1.0
   [junit4]   2> 1224723 INFO  (jetty-launcher-10993-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1224723 INFO  (jetty-launcher-10993-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1224723 INFO  (jetty-launcher-10993-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-04-26T16:03:29.430Z
   [junit4]   2> 1224725 INFO  (zkConnectionManagerCallback-10995-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1224725 INFO  (jetty-launcher-10993-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1224726 INFO  (zkConnectionManagerCallback-10997-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1224728 INFO  (jetty-launcher-10993-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1224869 INFO  (jetty-launcher-10993-thread-2) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1224869 WARN  (jetty-launcher-10993-thread-2) [    ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 1224878 WARN  (jetty-launcher-10993-thread-2) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@1e973434[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1224885 WARN  (jetty-launcher-10993-thread-2) [    ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 1224895 INFO  (jetty-launcher-10993-thread-1) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1224896 WARN  (jetty-launcher-10993-thread-1) [    ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 1224896 WARN  (jetty-launcher-10993-thread-2) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@97c5bdd[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1224898 INFO  (jetty-launcher-10993-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:41995/solr
   [junit4]   2> 1224905 INFO  (zkConnectionManagerCallback-11006-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1224905 WARN  (jetty-launcher-10993-thread-1) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@1554d5f0[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1224908 INFO  (zkConnectionManagerCallback-11009-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1224913 WARN  (jetty-launcher-10993-thread-1) [    ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 1224913 WARN  (jetty-launcher-10993-thread-1) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@72647513[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1224914 INFO  (jetty-launcher-10993-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:41995/solr
   [junit4]   2> 1224929 INFO  (zkConnectionManagerCallback-11015-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1224931 INFO  (zkConnectionManagerCallback-11017-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1224935 INFO  (jetty-launcher-10993-thread-1) [n:127.0.0.1:40409_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:40409_solr
   [junit4]   2> 1224936 INFO  (jetty-launcher-10993-thread-1) [n:127.0.0.1:40409_solr    ] o.a.s.c.Overseer Overseer (id=72148685445726216-127.0.0.1:40409_solr-n_0000000000) starting
   [junit4]   2> 1224939 INFO  (zkConnectionManagerCallback-11024-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1224940 INFO  (jetty-launcher-10993-thread-1) [n:127.0.0.1:40409_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:41995/solr ready
   [junit4]   2> 1224941 INFO  (OverseerStateUpdate-72148685445726216-127.0.0.1:40409_solr-n_0000000000) [n:127.0.0.1:40409_solr    ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:40409_solr
   [junit4]   2> 1224960 INFO  (jetty-launcher-10993-thread-1) [n:127.0.0.1:40409_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:40409_solr
   [junit4]   2> 1224961 INFO  (zkCallback-11016-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1224962 INFO  (zkCallback-11023-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1224966 INFO  (jetty-launcher-10993-thread-2) [n:127.0.0.1:38925_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1224968 INFO  (jetty-launcher-10993-thread-2) [n:127.0.0.1:38925_solr    ] o.a.s.c.ZkController Publish node=127.0.0.1:38925_solr as DOWN
   [junit4]   2> 1224968 INFO  (jetty-launcher-10993-thread-2) [n:127.0.0.1:38925_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1224968 INFO  (jetty-launcher-10993-thread-2) [n:127.0.0.1:38925_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:38925_solr
   [junit4]   2> 1224969 INFO  (zkCallback-11008-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1224969 INFO  (zkCallback-11023-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1224969 INFO  (zkCallback-11016-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1224975 INFO  (jetty-launcher-10993-thread-1) [n:127.0.0.1:40409_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1224975 INFO  (zkConnectionManagerCallback-11030-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1224976 INFO  (jetty-launcher-10993-thread-2) [n:127.0.0.1:38925_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1224976 INFO  (jetty-launcher-10993-thread-2) [n:127.0.0.1:38925_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:41995/solr ready
   [junit4]   2> 1224980 INFO  (jetty-launcher-10993-thread-2) [n:127.0.0.1:38925_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1225016 INFO  (jetty-launcher-10993-thread-1) [n:127.0.0.1:40409_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40409.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@cd10f4c
   [junit4]   2> 1225018 INFO  (jetty-launcher-10993-thread-2) [n:127.0.0.1:38925_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38925.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@cd10f4c
   [junit4]   2> 1225054 INFO  (jetty-launcher-10993-thread-1) [n:127.0.0.1:40409_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40409.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@cd10f4c
   [junit4]   2> 1225054 INFO  (jetty-launcher-10993-thread-1) [n:127.0.0.1:40409_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40409.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@cd10f4c
   [junit4]   2> 1225055 INFO  (jetty-launcher-10993-thread-1) [n:127.0.0.1:40409_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.AliasIntegrationTest_720EF51E45440DE-001/tempDir-001/node1/.
   [junit4]   2> 1225065 INFO  (jetty-launcher-10993-thread-2) [n:127.0.0.1:38925_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38925.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@cd10f4c
   [junit4]   2> 1225066 INFO  (jetty-launcher-10993-thread-2) [n:127.0.0.1:38925_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38925.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@cd10f4c
   [junit4]   2> 1225067 INFO  (jetty-launcher-10993-thread-2) [n:127.0.0.1:38925_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.AliasIntegrationTest_720EF51E45440DE-001/tempDir-001/node2/.
   [junit4]   2> 1225107 INFO  (zkConnectionManagerCallback-11036-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1225108 INFO  (SUITE-AliasIntegrationTest-seed#[720EF51E45440DE]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1225108 INFO  (SUITE-AliasIntegrationTest-seed#[720EF51E45440DE]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:41995/solr ready
   [junit4]   2> 1225159 INFO  (TEST-AliasIntegrationTest.testModifyPropertiesCAR-seed#[720EF51E45440DE]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testModifyPropertiesCAR
   [junit4]   2> 1225173 INFO  (qtp606566873-26073) [n:127.0.0.1:40409_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params collection.configName=conf&name=collection1meta&nrtReplicas=1&action=CREATE&numShards=2&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1225178 INFO  (OverseerThreadFactory-7751-thread-1-processing-n:127.0.0.1:40409_solr) [n:127.0.0.1:40409_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection collection1meta
   [junit4]   2> 1225284 INFO  (OverseerStateUpdate-72148685445726216-127.0.0.1:40409_solr-n_0000000000) [n:127.0.0.1:40409_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"collection1meta",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"collection1meta_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:38925/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1225286 INFO  (OverseerStateUpdate-72148685445726216-127.0.0.1:40409_solr-n_0000000000) [n:127.0.0.1:40409_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"collection1meta",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"collection1meta_shard2_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:40409/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1225496 INFO  (qtp606566873-26075) [n:127.0.0.1:40409_solr    x:collection1meta_shard2_replica_n2] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=collection1meta_shard2_replica_n2&action=CREATE&numShards=2&collection=collection1meta&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1225496 INFO  (qtp606566873-26075) [n:127.0.0.1:40409_solr    x:collection1meta_shard2_replica_n2] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1225513 INFO  (qtp754611030-26072) [n:127.0.0.1:38925_solr    x:collection1meta_shard1_replica_n1] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=collection1meta_shard1_replica_n1&action=CREATE&numShards=2&collection=collection1meta&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1226513 INFO  (qtp606566873-26075) [n:127.0.0.1:40409_solr c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.1.0
   [junit4]   2> 1226520 INFO  (qtp606566873-26075) [n:127.0.0.1:40409_solr c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2] o.a.s.s.IndexSchema [collection1meta_shard2_replica_n2] Schema name=minimal
   [junit4]   2> 1226523 INFO  (qtp606566873-26075) [n:127.0.0.1:40409_solr c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1226523 INFO  (qtp606566873-26075) [n:127.0.0.1:40409_solr c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2] o.a.s.c.CoreContainer Creating SolrCore 'collection1meta_shard2_replica_n2' using configuration from collection collection1meta, trusted=true
   [junit4]   2> 1226523 INFO  (qtp606566873-26075) [n:127.0.0.1:40409_solr c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40409.solr.core.collection1meta.shard2.replica_n2' (registry 'solr.core.collection1meta.shard2.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@cd10f4c
   [junit4]   2> 1226524 INFO  (qtp606566873-26075) [n:127.0.0.1:40409_solr c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2] o.a.s.c.SolrCore [[collection1meta_shard2_replica_n2] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.AliasIntegrationTest_720EF51E45440DE-001/tempDir-001/node1/collection1meta_shard2_replica_n2], dataDir=[/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.AliasIntegrationTest_720EF51E45440DE-001/tempDir-001/node1/./collection1meta_shard2_replica_n2/data/]
   [junit4]   2> 1226560 INFO  (qtp606566873-26075) [n:127.0.0.1:40409_solr c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1226560 INFO  (qtp606566873-26075) [n:127.0.0.1:40409_solr c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1226561 INFO  (qtp754611030-26072) [n:127.0.0.1:38925_solr c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.1.0
   [junit4]   2> 1226562 INFO  (qtp606566873-26075) [n:127.0.0.1:40409_solr c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1226562 INFO  (qtp606566873-26075) [n:127.0.0.1:40409_solr c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1226589 INFO  (qtp606566873-26075) [n:127.0.0.1:40409_solr c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2] o.a.s.s.SolrIndexSearcher Opening [Searcher@26fe6ab5[collection1meta_shard2_replica_n2] main]
   [junit4]   2> 1226589 INFO  (qtp606566873-26075) [n:127.0.0.1:40409_solr c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 1226590 INFO  (qtp606566873-26075) [n:127.0.0.1:40409_solr c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1226590 INFO  (qtp606566873-26075) [n:127.0.0.1:40409_solr c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1226590 INFO  (qtp606566873-26075) [n:127.0.0.1:40409_solr c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1631893178335363072
   [junit4]   2> 1226592 INFO  (qtp754611030-26072) [n:127.0.0.1:38925_solr c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1] o.a.s.s.IndexSchema [collection1meta_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 1226593 INFO  (searcherExecutor-7760-thread-1-processing-n:127.0.0.1:40409_solr x:collection1meta_shard2_replica_n2 c:collection1meta s:shard2 r:core_node4) [n:127.0.0.1:40409_solr c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2] o.a.s.c.SolrCore [collection1meta_shard2_replica_n2] Registered new searcher Searcher@26fe6ab5[collection1meta_shard2_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1226594 INFO  (qtp754611030-26072) [n:127.0.0.1:38925_solr c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1226594 INFO  (qtp754611030-26072) [n:127.0.0.1:38925_solr c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'collection1meta_shard1_replica_n1' using configuration from collection collection1meta, trusted=true
   [junit4]   2> 1226594 INFO  (qtp754611030-26072) [n:127.0.0.1:38925_solr c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38925.solr.core.collection1meta.shard1.replica_n1' (registry 'solr.core.collection1meta.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@cd10f4c
   [junit4]   2> 1226594 INFO  (qtp754611030-26072) [n:127.0.0.1:38925_solr c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1] o.a.s.c.SolrCore [[collection1meta_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.AliasIntegrationTest_720EF51E45440DE-001/tempDir-001/node2/collection1meta_shard1_replica_n1], dataDir=[/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.AliasIntegrationTest_720EF51E45440DE-001/tempDir-001/node2/./collection1meta_shard1_replica_n1/data/]
   [junit4]   2> 1226595 INFO  (qtp606566873-26075) [n:127.0.0.1:40409_solr c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2] o.a.s.c.ZkShardTerms Successful update of terms at /collections/collection1meta/terms/shard2 to Terms{values={core_node4=0}, version=0}
   [junit4]   2> 1226595 INFO  (qtp606566873-26075) [n:127.0.0.1:40409_solr c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/collection1meta/leaders/shard2
   [junit4]   2> 1226596 INFO  (qtp606566873-26075) [n:127.0.0.1:40409_solr c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1226596 INFO  (qtp606566873-26075) [n:127.0.0.1:40409_solr c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1226596 INFO  (qtp606566873-26075) [n:127.0.0.1:40409_solr c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:40409/solr/collection1meta_shard2_replica_n2/
   [junit4]   2> 1226597 INFO  (qtp606566873-26075) [n:127.0.0.1:40409_solr c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1226597 INFO  (qtp606566873-26075) [n:127.0.0.1:40409_solr c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2] o.a.s.c.SyncStrategy https://127.0.0.1:40409/solr/collection1meta_shard2_replica_n2/ has no replicas
   [junit4]   2> 1226597 INFO  (qtp606566873-26075) [n:127.0.0.1:40409_solr c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/collection1meta/leaders/shard2/leader after winning as /collections/collection1meta/leader_elect/shard2/election/72148685445726216-core_node4-n_0000000000
   [junit4]   2> 1226599 INFO  (qtp606566873-26075) [n:127.0.0.1:40409_solr c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:40409/solr/collection1meta_shard2_replica_n2/ shard2
   [junit4]   2> 1226669 INFO  (qtp754611030-26072) [n:127.0.0.1:38925_solr c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1226669 INFO  (qtp754611030-26072) [n:127.0.0.1:38925_solr c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1226672 INFO  (qtp754611030-26072) [n:127.0.0.1:38925_solr c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1226672 INFO  (qtp754611030-26072) [n:127.0.0.1:38925_solr c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1226672 INFO  (qtp754611030-26072) [n:127.0.0.1:38925_solr c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@712008c2[collection1meta_shard1_replica_n1] main]
   [junit4]   2> 1226673 INFO  (qtp754611030-26072) [n:127.0.0.1:38925_solr c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 1226673 INFO  (qtp754611030-26072) [n:127.0.0.1:38925_solr c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1226674 INFO  (qtp754611030-26072) [n:127.0.0.1:38925_solr c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1226674 INFO  (qtp754611030-26072) [n:127.0.0.1:38925_solr c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1631893178423443456
   [junit4]   2> 1226676 INFO  (searcherExecutor-7765-thread-1-processing-n:127.0.0.1:38925_solr x:collection1meta_shard1_replica_n1 c:collection1meta s:shard1 r:core_node3) [n:127.0.0.1:38925_solr c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1] o.a.s.c.SolrCore [collection1meta_shard1_replica_n1] Registered new searcher Searcher@712008c2[collection1meta_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1226678 INFO  (qtp754611030-26072) [n:127.0.0.1:38925_solr c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1] o.a.s.c.ZkShardTerms Successful update of terms at /collections/collection1meta/terms/shard1 to Terms{values={core_node3=0}, version=0}
   [junit4]   2> 1226678 INFO  (qtp754611030-26072) [n:127.0.0.1:38925_solr c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/collection1meta/leaders/shard1
   [junit4]   2> 1226680 INFO  (qtp754611030-26072) [n:127.0.0.1:38925_solr c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1226680 INFO  (qtp754611030-26072) [n:127.0.0.1:38925_solr c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1226680 INFO  (qtp754611030-26072) [n:127.0.0.1:38925_solr c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:38925/solr/collection1meta_shard1_replica_n1/
   [junit4]   2> 1226680 INFO  (qtp754611030-26072) [n:127.0.0.1:38925_solr c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1226680 INFO  (qtp754611030-26072) [n:127.0.0.1:38925_solr c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1] o.a.s.c.SyncStrategy https://127.0.0.1:38925/solr/collection1meta_shard1_replica_n1/ has no replicas
   [junit4]   2> 1226680 INFO  (qtp754611030-26072) [n:127.0.0.1:38925_solr c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/collection1meta/leaders/shard1/leader after winning as /collections/collection1meta/leader_elect/shard1/election/72148685445726214-core_node3-n_0000000000
   [junit4]   2> 1226681 INFO  (qtp754611030-26072) [n:127.0.0.1:38925_solr c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:38925/solr/collection1meta_shard1_replica_n1/ shard1
   [junit4]   2> 1226782 INFO  (zkCallback-11008-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1meta/state.json] for collection [collection1meta] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1226782 INFO  (zkCallback-11016-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1meta/state.json] for collection [collection1meta] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1226783 INFO  (qtp754611030-26072) [n:127.0.0.1:38925_solr c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1226783 INFO  (qtp606566873-26075) [n:127.0.0.1:40409_solr c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1226785 INFO  (zkCallback-11008-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1meta/state.json] for collection [collection1meta] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1226788 INFO  (zkCallback-11016-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1meta/state.json] for collection [collection1meta] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1226886 INFO  (zkCallback-11008-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1meta/state.json] for collection [collection1meta] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1226886 INFO  (zkCallback-11008-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1meta/state.json] for collection [collection1meta] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1226886 INFO  (zkCallback-11016-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1meta/state.json] for collection [collection1meta] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1226886 INFO  (zkCallback-11016-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1meta/state.json] for collection [collection1meta] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1226886 INFO  (zkCallback-11008-thread-3) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1meta/state.json] for collection [collection1meta] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1226888 INFO  (zkCallback-11016-thread-3) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1meta/state.json] for collection [collection1meta] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1227087 INFO  (qtp606566873-26075) [n:127.0.0.1:40409_solr c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=collection1meta_shard2_replica_n2&action=CREATE&numShards=2&collection=collection1meta&shard=shard2&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1591
   [junit4]   2> 1227087 INFO  (qtp754611030-26072) [n:127.0.0.1:38925_solr c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=collection1meta_shard1_replica_n1&action=CREATE&numShards=2&collection=collection1meta&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1574
   [junit4]   2> 1227089 INFO  (qtp606566873-26073) [n:127.0.0.1:40409_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> 1227089 INFO  (qtp606566873-26073) [n:127.0.0.1:40409_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collection.configName=conf&name=collection1meta&nrtReplicas=1&action=CREATE&numShards=2&wt=javabin&version=2} status=0 QTime=1916
   [junit4]   2> 1227089 INFO  (qtp606566873-26077) [n:127.0.0.1:40409_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params collection.configName=conf&name=collection2meta&nrtReplicas=1&action=CREATE&numShards=1&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1227091 WARN  (OverseerCollectionConfigSetProcessor-72148685445726216-127.0.0.1:40409_solr-n_0000000000) [n:127.0.0.1:40409_solr    ] o.a.s.c.LockTree lock_is_leaked at[collection1meta]
   [junit4]   2> 1227091 INFO  (OverseerCollectionConfigSetProcessor-72148685445726216-127.0.0.1:40409_solr-n_0000000000) [n:127.0.0.1:40409_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> 1227091 INFO  (OverseerThreadFactory-7751-thread-2-processing-n:127.0.0.1:40409_solr) [n:127.0.0.1:40409_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection collection2meta
   [junit4]   2> 1227093 INFO  (OverseerThreadFactory-7751-thread-1-processing-n:127.0.0.1:40409_solr) [n:127.0.0.1:40409_solr    ] o.a.s.c.LockTree Unlocked multiple times : collection1meta
   [junit4]   2> 1227296 INFO  (OverseerStateUpdate-72148685445726216-127.0.0.1:40409_solr-n_0000000000) [n:127.0.0.1:40409_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"collection2meta",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"collection2meta_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:40409/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1227499 INFO  (qtp606566873-26075) [n:127.0.0.1:40409_solr    x:collection2meta_shard1_replica_n1] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node2&collection.configName=conf&newCollection=true&name=collection2meta_shard1_replica_n1&action=CREATE&numShards=1&collection=collection2meta&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1228507 INFO  (qtp606566873-26075) [n:127.0.0.1:40409_solr c:collection2meta s:shard1 r:core_node2 x:collection2meta_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.1.0
   [junit4]   2> 1228516 INFO  (qtp606566873-26075) [n:127.0.0.1:40409_solr c:collection2meta s:shard1 r:core_node2 x:collection2meta_shard1_replica_n1] o.a.s.s.IndexSchema [collection2meta_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 1228518 INFO  (qtp606566873-26075) [n:127.0.0.1:40409_solr c:collection2meta s:shard1 r:core_node2 x:collection2meta_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1228518 INFO  (qtp606566873-26075) [n:127.0.0.1:40409_solr c:collection2meta s:shard1 r:core_node2 x:collection2meta_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'collection2meta_shard1_replica_n1' using configuration from collection collection2meta, trusted=true
   [junit4]   2> 1228519 INFO  (qtp606566873-26075) [n:127.0.0.1:40409_solr c:collection2meta s:shard1 r:core_node2 x:collection2meta_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40409.solr.core.collection2meta.shard1.replica_n1' (registry 'solr.core.collection2meta.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@cd10f4c
   [junit4]   2> 1228519 INFO  (qtp606566873-26075) [n:127.0.0.1:40409_solr c:collection2meta s:shard1 r:core_node2 x:collection2meta_shard1_replica_n1] o.a.s.c.SolrCore [[collection2meta_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.AliasIntegrationTest_720EF51E45440DE-001/tempDir-001/node1/collection2meta_shard1_replica_n1], dataDir=[/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.AliasIntegrationTest_720EF51E45440DE-001/tempDir-001/node1/./collection2meta_shard1_replica_n1/data/]
   [junit4]   2> 1228604 INFO  (qtp606566873-26075) [n:127.0.0.1:40409_solr c:collection2meta s:shard1 r:core_node2 x:collection2meta_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1228604 INFO  (qtp606566873-26075) [n:127.0.0.1:40409_solr c:collection2meta s:shard1 r:core_node2 x:collection2meta_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1228607 INFO  (qtp606566873-26075) [n:127.0.0.1:40409_solr c:collection2meta s:shard1 r:core_node2 x:collection2meta_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1228607 INFO  (qtp606566873-26075) [n:127.0.0.1:40409_solr c:collection2meta s:shard1 r:core_node2 x:collection2meta_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1228608 INFO  (qtp606566873-26075) [n:127.0.0.1:40409_solr c:collection2meta s:shard1 r:core_node2 x:collection2meta_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@13b3f90b[collection2meta_shard1_replica_n1] main]
   [junit4]   2> 1228609 INFO  (qtp606566873-26075) [n:127.0.0.1:40409_solr c:collection2meta s:shard1 r:core_node2 x:collection2meta_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 1228609 INFO  (qtp606566873-26075) [n:127.0.0.1:40409_solr c:collection2meta s:shard1 r:core_node2 x:collection2meta_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1228609 INFO  (qtp606566873-26075) [n:127.0.0.1:40409_solr c:collection2meta s:shard1 r:core_node2 x:collection2meta_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1228609 INFO  (qtp606566873-26075) [n:127.0.0.1:40409_solr c:collection2meta s:shard1 r:core_node2 x:collection2meta_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1631893180452438016
   [junit4]   2> 1228617 INFO  (qtp606566873-26075) [n:127.0.0.1:40409_solr c:collection2meta s:shard1 r:core_node2 x:collection2meta_shard1_replica_n1] o.a.s.c.ZkShardTerms Successful update of terms at /collections/collection2meta/terms/shard1 to Terms{values={core_node2=0}, version=0}
   [junit4]   2> 1228618 INFO  (qtp606566873-26075) [n:127.0.0.1:40409_solr c:collection2meta s:shard1 r:core_node2 x:collection2meta_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/collection2meta/leaders/shard1
   [junit4]   2> 1228619 INFO  (qtp606566873-26075) [n:127.0.0.1:40409_solr c:collection2meta s:shard1 r:core_node2 x:collection2meta_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1228619 INFO  (qtp606566873-26075) [n:127.0.0.1:40409_solr c:collection2meta s:shard1 r:core_node2 x:collection2meta_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1228619 INFO  (qtp606566873-26075) [n:127.0.0.1:40409_solr c:collection2meta s:shard1 r:core_node2 x:collection2meta_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:40409/solr/collection2meta_shard1_replica_n1/
   [junit4]   2> 1228620 INFO  (qtp606566873-26075) [n:127.0.0.1:40409_solr c:collection2meta s:shard1 r:core_node2 x:collection2meta_shard1_replica_n1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1228620 INFO  (qtp606566873-26075) [n:127.0.0.1:40409_solr c:collection2meta s:shard1 r:core_node2 x:collection2meta_shard1_replica_n1] o.a.s.c.SyncStrategy https://127.0.0.1:40409/solr/collection2meta_shard1_replica_n1/ has no replicas
   [junit4]   2> 1228620 INFO  (qtp606566873-26075) [n:127.0.0.1:40409_solr c:collection2meta s:shard1 r:core_node2 x:collection2meta_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/collection2meta/leaders/shard1/leader after winning as /collections/collection2meta/leader_elect/shard1/election/72148685445726216-core_node2-n_0000000000
   [junit4]   2> 1228621 INFO  (qtp606566873-26075) [n:127.0.0.1:40409_solr c:collection2meta s:shard1 r:core_node2 x:collection2meta_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:40409/solr/collection2meta_shard1_replica_n1/ shard1
   [junit4]   2> 1228622 INFO  (searcherExecutor-7770-thread-1-processing-n:127.0.0.1:40409_solr x:collection2meta_shard1_replica_n1 c:collection2meta s:shard1 r:core_node2) [n:127.0.0.1:40409_solr c:collection2meta s:shard1 r:core_node2 x:collection2meta_shard1_replica_n1] o.a.s.c.SolrCore [collection2meta_shard1_replica_n1] Registered new searcher Searcher@13b3f90b[collection2meta_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1228725 INFO  (zkCallback-11016-thread-3) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection2meta/state.json] for collection [collection2meta] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1228725 INFO  (qtp606566873-26075) [n:127.0.0.1:40409_solr c:collection2meta s:shard1 r:core_node2 x:collection2meta_shard1_replica_n1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1228727 INFO  (qtp606566873-26075) [n:127.0.0.1:40409_solr c:collection2meta s:shard1 r:core_node2 x:collection2meta_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=collection2meta_shard1_replica_n1&action=CREATE&numShards=1&collection=collection2meta&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1227
   [junit4]   2> 1228727 INFO  (zkCallback-11016-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection2meta/state.json] for collection [collection2meta] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1228729 INFO  (qtp606566873-26077) [n:127.0.0.1:40409_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> 1228830 INFO  (zkCallback-11016-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection2meta/state.json] for collection [collection2meta] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1228830 INFO  (zkCallback-11016-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection2meta/state.json] for collection [collection2meta] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1228830 INFO  (zkCallback-11016-thread-3) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection2meta/state.json] for collection [collection2meta] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1228830 INFO  (qtp606566873-26077) [n:127.0.0.1:40409_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collection.configName=conf&name=collection2meta&nrtReplicas=1&action=CREATE&numShards=1&wt=javabin&version=2} status=0 QTime=1740
   [junit4]   2> 1228844 INFO  (TEST-AliasIntegrationTest.testModifyPropertiesCAR-seed#[720EF51E45440DE]) [    ] o.a.s.c.SolrCloudTestCase active replica count: 2 expected replica count: 2
   [junit4]   2> 1228844 INFO  (watches-11033-thread-2) [    ] o.a.s.c.SolrCloudTestCase active replica count: 2 expected replica count: 2
   [junit4]   2> 1228845 INFO  (TEST-AliasIntegrationTest.testModifyPropertiesCAR-seed#[720EF51E45440DE]) [    ] o.a.s.c.SolrCloudTestCase active replica count: 1 expected replica count: 1
   [junit4]   2> 1228849 INFO  (qtp606566873-26073) [n:127.0.0.1:40409_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :aliasprop with params name=testModifyPropertiesCAR&action=ALIASPROP&property.foo=baz&property.bar=bam&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1228850 INFO  (OverseerCollectionConfigSetProcessor-72148685445726216-127.0.0.1:40409_solr-n_0000000000) [n:127.0.0.1:40409_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> 1228853 INFO  (qtp606566873-26073) [n:127.0.0.1:40409_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={name=testModifyPropertiesCAR&action=ALIASPROP&property.foo=baz&property.bar=bam&wt=javabin&version=2} status=0 QTime=4
   [junit4]   2> 1228854 INFO  (qtp606566873-26075) [n:127.0.0.1:40409_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :aliasprop with params name=testModifyPropertiesCAR&action=ALIASPROP&property.foo=&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1228855 INFO  (OverseerCollectionConfigSetProcessor-72148685445726216-127.0.0.1:40409_solr-n_0000000000) [n:127.0.0.1:40409_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> 1228869 INFO  (qtp606566873-26075) [n:127.0.0.1:40409_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={name=testModifyPropertiesCAR&action=ALIASPROP&property.foo=&wt=javabin&version=2} status=0 QTime=15
   [junit4]   2> 1228870 INFO  (qtp606566873-26077) [n:127.0.0.1:40409_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :aliasprop with params name=testModifyPropertiesCAR&action=ALIASPROP&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1228871 INFO  (OverseerCollectionConfigSetProcessor-72148685445726216-127.0.0.1:40409_solr-n_0000000000) [n:127.0.0.1:40409_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> 1228872 INFO  (qtp606566873-26077) [n:127.0.0.1:40409_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={name=testModifyPropertiesCAR&action=ALIASPROP&wt=javabin&version=2} status=0 QTime=2
   [junit4]   2> 1228872 INFO  (qtp606566873-26073) [n:127.0.0.1:40409_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :aliasprop with params name=testModifyPropertiesCAR&action=ALIASPROP&property.foo=+&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1228873 INFO  (OverseerCollectionConfigSetProcessor-72148685445726216-127.0.0.1:40409_solr-n_0000000000) [n:127.0.0.1:40409_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> 1228875 INFO  (qtp606566873-26073) [n:127.0.0.1:40409_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={name=testModifyPropertiesCAR&action=ALIASPROP&property.foo=+&wt=javabin&version=2} status=0 QTime=2
   [junit4]   2> 1228875 INFO  (TEST-AliasIntegrationTest.testModifyPropertiesCAR-seed#[720EF51E45440DE]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testModifyPropertiesCAR
   [junit4]   2> 1228875 INFO  (TEST-AliasIntegrationTest.testModifyPropertiesCAR-seed#[720EF51E45440DE]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1228876 INFO  (qtp606566873-26075) [n:127.0.0.1:40409_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :delete with params name=collection2meta&action=DELETE&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1228881 INFO  (OverseerCollectionConfigSetProcessor-72148685445726216-127.0.0.1:40409_solr-n_0000000000) [n:127.0.0.1:40409_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> 1228881 INFO  (OverseerThreadFactory-7751-thread-5-processing-n:127.0.0.1:40409_solr) [n:127.0.0.1:40409_solr    ] o.a.s.c.a.c.OverseerCollectionMessageHandler Executing Collection Cmd=action=UNLOAD&deleteInstanceDir=true&deleteDataDir=true&deleteMetricsHistory=true, asyncId=null
   [junit4]   2> 1228882 INFO  (qtp606566873-26077) [n:127.0.0.1:40409_solr    x:collection2meta_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection2meta.shard1.replica_n1, tag=null
   [junit4]   2> 1228882 INFO  (qtp606566873-26077) [n:127.0.0.1:40409_solr    x:collection2meta_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@606cd4cc: rootName = solr_40409, domain = solr.core.collection2meta.shard1.replica_n1, service url = null, agent id = null] for registry solr.core.collection2meta.shard1.replica_n1 / com.codahale.metrics.MetricRegistry@5b3601c4
   [junit4]   2> 1228899 INFO  (qtp606566873-26077) [n:127.0.0.1:40409_solr    x:collection2meta_shard1_replica_n1] o.a.s.c.SolrCore [collection2meta_shard1_replica_n1]  CLOSING SolrCore org.apache.solr.core.SolrCore@12abd71e
   [junit4]   2> 1228899 INFO  (qtp606566873-26077) [n:127.0.0.1:40409_solr    x:collection2meta_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection2meta.shard1.replica_n1, tag=12abd71e
   [junit4]   2> 1228899 INFO  (qtp606566873-26077) [n:127.0.0.1:40409_solr    x:collection2meta_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.collection2meta.shard1.leader, tag=12abd71e
   [junit4]   2> 1228907 INFO  (qtp606566873-26077) [n:127.0.0.1:40409_solr    x:collection2meta_shard1_replica_n1] o.a.s.c.ZkShardTerms Successful update of terms at /collections/collection2meta/terms/shard1 to Terms{values={}, version=1}
   [junit4]   2> 1228913 INFO  (qtp606566873-26077) [n:127.0.0.1:40409_solr    x:collection2meta_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={deleteInstanceDir=true&deleteMetricsHistory=true&core=collection2meta_shard1_replica_n1&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2} status=0 QTime=32
   [junit4]   2> 1229015 INFO  (zkCallback-11016-thread-3) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDeleted path:/collections/collection2meta/state.json] for collection [collection2meta] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1229015 INFO  (zkCallback-11016-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDeleted path:/collections/collection2meta/state.json] for collection [collection2meta] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1229015 INFO  (zkCallback-11016-thread-4) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDeleted path:/collections/collection2meta/state.json] for collection [collection2meta] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1229019 INFO  (qtp606566873-26075) [n:127.0.0.1:40409_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={name=collection2meta&action=DELETE&wt=javabin&version=2} status=0 QTime=142
   [junit4]   2> 1229019 INFO  (qtp606566873-26073) [n:127.0.0.1:40409_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :delete with params name=collection1meta&action=DELETE&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1229020 INFO  (OverseerThreadFactory-7751-thread-5-processing-n:127.0.0.1:40409_solr) [n:127.0.0.1:40409_solr    ] o.a.s.c.a.c.OverseerCollectionMessageHandler Executing Collection Cmd=action=UNLOAD&deleteInstanceDir=true&deleteDataDir=true&deleteMetricsHistory=true, asyncId=null
   [junit4]   2> 1229022 INFO  (qtp754611030-26074) [n:127.0.0.1:38925_solr    x:collection1meta_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1meta.shard1.replica_n1, tag=null
   [junit4]   2> 1229022 INFO  (qtp606566873-26077) [n:127.0.0.1:40409_solr    x:collection1meta_shard2_replica_n2] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1meta.shard2.replica_n2, tag=null
   [junit4]   2> 1229022 INFO  (qtp606566873-26077) [n:127.0.0.1:40409_solr    x:collection1meta_shard2_replica_n2] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@7d126663: rootName = solr_40409, domain = solr.core.collection1meta.shard2.replica_n2, service url = null, agent id = null] for registry solr.core.collection1meta.shard2.replica_n2 / com.codahale.metrics.MetricRegistry@3c8dd67e
   [junit4]   2> 1229022 INFO  (qtp754611030-26074) [n:127.0.0.1:38925_solr    x:collection1meta_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@50a8bf6b: rootName = solr_38925, domain = solr.core.collection1meta.shard1.replica_n1, service url = null, agent id = null] for registry solr.core.collection1meta.shard1.replica_n1 / com.codahale.metrics.MetricRegistry@41078b96
   [junit4]   2> 1229028 INFO  (OverseerCollectionConfigSetProcessor-72148685445726216-127.0.0.1:40409_solr-n_0000000000) [n:127.0.0.1:40409_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000012 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 1229035 INFO  (qtp754611030-26074) [n:127.0.0.1:38925_solr    x:collection1meta_shard1_replica_n1] o.a.s.c.SolrCore [collection1meta_shard1_replica_n1]  CLOSING SolrCore org.apache.solr.core.SolrCore@3a297bb5
   [junit4]   2> 1229035 INFO  (qtp754611030-26074) [n:127.0.0.1:38925_solr    x:collection1meta_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1meta.shard1.replica_n1, tag=3a297bb5
   [junit4]   2> 1229035 INFO  (qtp754611030-26074) [n:127.0.0.1:38925_solr    x:collection1meta_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.collection1meta.shard1.leader, tag=3a297bb5
   [junit4]   2> 1229036 INFO  (qtp606566873-26077) [n:127.0.0.1:40409_solr    x:collection1meta_shard2_replica_n2] o.a.s.c.SolrCore [collection1meta_shard2_replica_n2]  CLOSING SolrCore org.apache.solr.core.SolrCore@4f05bd86
   [junit4]   2> 1229036 INFO  (qtp606566873-26077) [n:127.0.0.1:40409_solr    x:collection1meta_shard2_replica_n2] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1meta.shard2.replica_n2, tag=4f05bd86
   [junit4]   2> 1229036 INFO  (qtp606566873-26077) [n:127.0.0.1:40409_solr    x:collection1meta_shard2_replica_n2] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.collection1meta.shard2.leader, tag=4f05bd86
   [junit4]   2> 1229037 INFO  (qtp754611030-26074) [n:127.0.0.1:38925_solr    x:collection1meta_shard1_replica_n1] o.a.s.c.ZkShardTerms Successful update of terms at /collections/collection1meta/terms/shard1 to Terms{values={}, version=1}
   [junit4]   2> 1229038 INFO  (qtp606566873-26077) [n:127.0.0.1:40409_solr    x:collection1meta_shard2_replica_n2] o.a.s.c.ZkShardTerms Successful update of terms at /collections/collection1meta/terms/shard2 to Terms{values={}, version=1}
   [junit4]   2> 1229038 INFO  (qtp754611030-26074) [n:127.0.0.1:38925_solr    x:collection1meta_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={deleteInstanceDir=true&deleteMetricsHistory=true&core=collection1meta_shard1_replica_n1&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2} status=0 QTime=16
   [junit4]   2> 1229039 INFO  (qtp606566873-26077) [n:127.0.0.1:40409_solr    x:collection1meta_shard2_replica_n2] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={deleteInstanceDir=true&deleteMetricsHistory=true&core=collection1meta_shard2_replica_n2&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2} status=0 QTime=17
   [junit4]   2> 1229141 INFO  (zkCallback-11008-thread-3) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDeleted path:/collections/collection1meta/state.json] for collection [collection1meta] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1229141 INFO  (zkCallback-11008-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDeleted path:/collections/collection1meta/state.json] for collection [collection1meta] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1229141 INFO  (zkCallback-11008-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDeleted path:/collections/collection1meta/state.json] for collection [collection1meta] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1229142 INFO  (zkCallback-11016-thread-3) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDeleted path:/collections/collection1meta/state.json] for collection [collection1meta] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1229142 INFO  (zkCallback-11016-thread-4) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDeleted path:/collections/collection1meta/state.json] for collection [collection1meta] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1229144 INFO  (zkCallback-11016-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDeleted path:/collections/collection1meta/state.json] for collection [collection1meta] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1229165 INFO  (qtp606566873-26073) [n:127.0.0.1:40409_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={name=collection1meta&action=DELETE&wt=javabin&version=2} status=0 QTime=145
   [junit4]   2> 1229229 INFO  (TEST-AliasIntegrationTest.testModifyPropertiesV1-seed#[720EF51E45440DE]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testModifyPropertiesV1
   [junit4]   2> 1229230 INFO  (qtp606566873-26075) [n:127.0.0.1:40409_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params collection.configName=conf&name=collection1meta&nrtReplicas=1&action=CREATE&numShards=2&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1229232 INFO  (OverseerThreadFactory-7751-thread-5-processing-n:127.0.0.1:40409_solr) [n:127.0.0.1:40409_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection collection1meta
   [junit4]   2> 1229232 INFO  (OverseerCollectionConfigSetProcessor-72148685445726216-127.0.0.1:40409_solr-n_0000000000) [n:127.0.0.1:40409_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000014 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 1229436 INFO  (OverseerStateUpdate-72148685445726216-127.0.0.1:40409_solr-n_0000000000) [n:127.0.0.1:40409_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"collection1meta",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"collection1meta_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:38925/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1229437 INFO  (OverseerStateUpdate-72148685445726216-127.0.0.1:40409_solr-n_0000000000) [n:127.0.0.1:40409_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"collection1meta",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"collection1meta_shard2_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:40409/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1229641 INFO  (qtp754611030-26076) [n:127.0.0.1:38925_solr    x:collection1meta_shard1_replica_n1] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=collection1meta_shard1_replica_n1&action=CREATE&numShards=2&collection=collection1meta&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1229641 INFO  (qtp606566873-26077) [n:127.0.0.1:40409_solr    x:collection1meta_shard2_replica_n2] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=collection1meta_shard2_replica_n2&action=CREATE&numShards=2&collection=collection1meta&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1230656 INFO  (qtp606566873-26077) [n:127.0.0.1:40409_solr c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.1.0
   [junit4]   2> 1230656 INFO  (qtp754611030-26076) [n:127.0.0.1:38925_solr c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.1.0
   [junit4]   2> 1230664 INFO  (qtp606566873-26077) [n:127.0.0.1:40409_solr c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2] o.a.s.s.IndexSchema [collection1meta_shard2_replica_n2] Schema name=minimal
   [junit4]   2> 1230664 INFO  (qtp754611030-26076) [n:127.0.0.1:38925_solr c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1] o.a.s.s.IndexSchema [collection1meta_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 1230694 INFO  (qtp754611030-26076) [n:127.0.0.1:38925_solr c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1230694 INFO  (qtp606566873-26077) [n:127.0.0.1:40409_solr c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1230694 INFO  (qtp606566873-26077) [n:127.0.0.1:40409_solr c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2] o.a.s.c.CoreContainer Creating SolrCore 'collection1meta_shard2_replica_n2' using configuration from collection collection1meta, trusted=true
   [junit4]   2> 1230694 INFO  (qtp754611030-26076) [n:127.0.0.1:38925_solr c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'collection1meta_shard1_replica_n1' using configuration from collection collection1meta, trusted=true
   [junit4]   2> 1230694 INFO  (qtp754611030-26076) [n:127.0.0.1:38925_solr c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38925.solr.core.collection1meta.shard1.replica_n1' (registry 'solr.core.collection1meta.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@cd10f4c
   [junit4]   2> 1230694 INFO  (qtp606566873-26077) [n:127.0.0.1:40409_solr c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40409.solr.core.collection1meta.shard2.replica_n2' (registry 'solr.core.collection1meta.shard2.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@cd10f4c
   [junit4]   2> 1230694 INFO  (qtp754611030-26076) [n:127.0.0.1:38925_solr c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1] o.a.s.c.SolrCore [[collection1meta_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.AliasIntegrationTest_720EF51E45440DE-001/tempDir-001/node2/collection1meta_shard1_replica_n1], dataDir=[/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.AliasIntegrationTest_720EF51E45440DE-001/tempDir-001/node2/./collection1meta_shard1_replica_n1/data/]
   [junit4]   2> 1230694 INFO  (qtp606566873-26077) [n:127.0.0.1:40409_solr c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2] o.a.s.c.SolrCore [[collection1meta_shard2_replica_n2] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.AliasIntegrationTest_720EF51E45440DE-001/tempDir-001/node1/collection1meta_shard2_replica_n2], dataDir=[/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.AliasIntegrationTest_720EF51E45440DE-001/tempDir-001/node1/./collection1meta_shard2_replica_n2/data/]
   [junit4]   2> 1230722 INFO  (qtp754611030-26076) [n:127.0.0.1:38925_solr c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1230722 INFO  (qtp754611030-26076) [n:127.0.0.1:38925_solr c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1230724 INFO  (qtp754611030-26076) [n:127.0.0.1:38925_solr c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1230724 INFO  (qtp754611030-26076) [n:127.0.0.1:38925_solr c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1230724 INFO  (qtp754611030-26076) [n:127.0.0.1:38925_solr c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@7f7eff5a[collection1meta_shard1_replica_n1] main]
   [junit4]   2> 1230725 INFO  (qtp754611030-26076) [n:127.0.0.1:38925_solr c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 1230725 INFO  (qtp754611030-26076) [n:127.0.0.1:38925_solr c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1230725 INFO  (qtp754611030-26076) [n:127.0.0.1:38925_solr c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1230725 INFO  (qtp754611030-26076) [n:127.0.0.1:38925_solr c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1631893182671224832
   [junit4]   2> 1230726 INFO  (qtp606566873-26077) [n:127.0.0.1:40409_solr c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1230726 INFO  (qtp606566873-26077) [n:127.0.0.1:40409_solr c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1230728 INFO  (searcherExecutor-7776-thread-1-processing-n:127.0.0.1:38925_solr x:collection1meta_shard1_replica_n1 c:collection1meta s:shard1 r:core_node3) [n:127.0.0.1:38925_solr c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1] o.a.s.c.SolrCore [collection1meta_shard1_replica_n1] Registered new searcher Searcher@7f7eff5a[collection1meta_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1230729 INFO  (qtp606566873-26077) [n:127.0.0.1:40409_solr c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1230729 INFO  (qtp606566873-26077) [n:127.0.0.1:40409_solr c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1230730 INFO  (qtp606566873-26077) [n:127.0.0.1:40409_solr c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2] o.a.s.s.SolrIndexSearcher Opening [Searcher@599ebf2a[collection1meta_shard2_replica_n2] main]
   [junit4]   2> 1230730 INFO  (qtp606566873-26077) [n:127.0.0.1:40409_solr c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 1230731 INFO  (qtp606566873-26077) [n:127.0.0.1:40409_solr c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1230731 INFO  (qtp606566873-26077) [n:127.0.0.1:40409_solr c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1230731 INFO  (qtp606566873-26077) [n:127.0.0.1:40409_solr c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1631893182677516288
   [junit4]   2> 1230732 INFO  (qtp754611030-26076) [n:127.0.0.1:38925_solr c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1] o.a.s.c.ZkShardTerms Successful update of terms at /collections/collection1meta/terms/shard1 to Terms{values={core_node3=0}, version=0}
   [junit4]   2> 1230732 INFO  (qtp754611030-26076) [n:127.0.0.1:38925_solr c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/collection1meta/leaders/shard1
   [junit4]   2> 1230733 INFO  (searcherExecutor-7775-thread-1-processing-n:127.0.0.1:40409_solr x:collection1meta_shard2_replica_n2 c:collection1meta s:shard2 r:core_node4) [n:127.0.0.1:40409_solr c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2] o.a.s.c.SolrCore [collection1meta_shard2_replica_n2] Registered new searcher Searcher@599ebf2a[collection1meta_shard2_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1230734 INFO  (qtp754611030-26076) [n:127.0.0.1:38925_solr c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1230734 INFO  (qtp754611030-26076) [n:127.0.0.1:38925_solr c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1230734 INFO  (qtp754611030-26076) [n:127.0.0.1:38925_solr c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:38925/solr/collection1meta_shard1_replica_n1/
   [junit4]   2> 1230734 INFO  (qtp606566873-26077) [n:127.0.0.1:40409_solr c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2] o.a.s.c.ZkShardTerms Successful update of terms at /collections/collection1meta/terms/shard2 to Terms{values={core_node4=0}, version=0}
   [junit4]   2> 1230734 INFO  (qtp606566873-26077) [n:127.0.0.1:40409_solr c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/collection1meta/leaders/shard2
   [junit4]   2> 1230734 INFO  (qtp754611030-26076) [n:127.0.0.1:38925_solr c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1230735 INFO  (qtp754611030-26076) [n:127.0.0.1:38925_solr c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1] o.a.s.c.SyncStrategy https://127.0.0.1:38925/solr/collection1meta_shard1_replica_n1/ has no replicas
   [junit4]   2> 1230735 INFO  (qtp754611030-26076) [n:127.0.0.1:38925_solr c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/collection1meta/leaders/shard1/leader after winning as /collections/collection1meta/leader_elect/shard1/election/72148685445726214-core_node3-n_0000000000
   [junit4]   2> 1230736 INFO  (qtp754611030-26076) [n:127.0.0.1:38925_solr c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:38925/solr/collection1meta_shard1_replica_n1/ shard1
   [junit4]   2> 1230736 INFO  (qtp606566873-26077) [n:127.0.0.1:40409_solr c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1230736 INFO  (qtp606566873-26077) [n:127.0.0.1:40409_solr c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1230736 INFO  (qtp606566873-26077) [n:127.0.0.1:40409_solr c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:40409/solr/collection1meta_shard2_replica_n2/
   [junit4]   2>

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

rTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 105348 INFO  (closeThreadPool-281-thread-1) [    ] o.a.s.c.Overseer Overseer (id=72148820900839430-127.0.0.1:36759_solr-n_0000000000) closing
   [junit4]   2> 105349 INFO  (jetty-closer-274-thread-1) [    ] o.a.s.c.Overseer Overseer (id=72148820900839430-127.0.0.1:36759_solr-n_0000000000) closing
   [junit4]   2> 105349 INFO  (zkCallback-185-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 105349 INFO  (zkCallback-178-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 105349 INFO  (zkCallback-178-thread-3) [    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:35933_solr
   [junit4]   2> 105350 INFO  (jetty-closer-274-thread-2) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 105350 INFO  (jetty-closer-274-thread-2) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@4bbdaba9: rootName = solr_35933, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@2c0ad90e
   [junit4]   2> 105350 INFO  (jetty-closer-274-thread-2) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 105355 INFO  (jetty-closer-274-thread-1) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@2b0bb130{SSL,[ssl, http/1.1]}{127.0.0.1:0}
   [junit4]   2> 105355 INFO  (jetty-closer-274-thread-1) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@6b86973b{/solr,null,UNAVAILABLE}
   [junit4]   2> 105355 INFO  (jetty-closer-274-thread-1) [    ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 105357 INFO  (jetty-closer-274-thread-2) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@67e12825{SSL,[ssl, http/1.1]}{127.0.0.1:0}
   [junit4]   2> 105357 INFO  (jetty-closer-274-thread-2) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@4630ae9e{/solr,null,UNAVAILABLE}
   [junit4]   2> 105357 INFO  (jetty-closer-274-thread-2) [    ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 105357 INFO  (SUITE-AliasIntegrationTest-seed#[720EF51E45440DE]-worker) [    ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 105358 WARN  (ZkTestServer Run Thread) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	24	/solr/aliases.json
   [junit4]   2> 	18	/solr/configs/conf
   [junit4]   2> 	11	/solr/collections/collection2meta/terms/shard1
   [junit4]   2> 	11	/solr/collections/collection1meta/terms/shard2
   [junit4]   2> 	11	/solr/collections/collection1meta/terms/shard1
   [junit4]   2> 	7	/solr/collections/collection1meta/state.json
   [junit4]   2> 	4	/solr/collections/collection_new/terms/shard1
   [junit4]   2> 	4	/solr/collections/collection2/terms/shard1
   [junit4]   2> 	4	/solr/collections/collection_two/terms/shard1
   [junit4]   2> 	4	/solr/collections/collection_one/terms/shard1
   [junit4]   2> 	4	/solr/collections/collection1/terms/shard1
   [junit4]   2> 	4	/solr/collections/collection1/terms/shard2
   [junit4]   2> 	3	/solr/collections/collection1/state.json
   [junit4]   2> 	3	/solr/collections/testErrorChecks-collection/state.json
   [junit4]   2> 	3	/solr/collections/collection_old/terms/shard2
   [junit4]   2> 	3	/solr/collections/collection_old/terms/shard1
   [junit4]   2> 	3	/solr/collections/testErrorChecks-collection/terms/shard1
   [junit4]   2> 	3	/solr/collections/testErrorChecks-collection/terms/shard2
   [junit4]   2> 	2	/solr/collections/collection2meta/state.json
   [junit4]   2> 	2	/solr/collections/collection_one/terms/shard2
   [junit4]   2> 	2	/solr/collections/collection_old/state.json
   [junit4]   2> 	2	/solr/collections/collection_one/state.json
   [junit4]   2> 	2	/solr/security.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	520	/solr/aliases.json
   [junit4]   2> 	70	/solr/collections/collection1meta/state.json
   [junit4]   2> 	42	/solr/collections/collection2meta/state.json
   [junit4]   2> 	24	/solr/clusterprops.json
   [junit4]   2> 	24	/solr/clusterstate.json
   [junit4]   2> 	18	/solr/collections/collection_one/state.json
   [junit4]   2> 	18	/solr/collections/collection_old/state.json
   [junit4]   2> 	14	/solr/collections/collection1/state.json
   [junit4]   2> 	14	/solr/collections/testErrorChecks-collection/state.json
   [junit4]   2> 	10	/solr/collections/collection_new/state.json
   [junit4]   2> 	10	/solr/collections/collection_two/state.json
   [junit4]   2> 	8	/solr/collections/collection2/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	144	/solr/collections
   [junit4]   2> 	24	/solr/live_nodes
   [junit4]   2> 
   [junit4]   2> 105361 INFO  (SUITE-AliasIntegrationTest-seed#[720EF51E45440DE]-worker) [    ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:34765
   [junit4]   2> 105361 INFO  (SUITE-AliasIntegrationTest-seed#[720EF51E45440DE]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 34765
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.AliasIntegrationTest_720EF51E45440DE-001
   [junit4]   2> Apr 26, 2019 4:38:44 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene80): {_version_=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))), a_t=BlockTreeOrds(blocksize=128), _root_=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))), id=PostingsFormat(name=MockRandom)}, docValues:{}, maxPointsInLeafNode=455, maxMBSortInHeap=6.4751817460150765, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@392e998c), locale=nl, timezone=Africa/Mogadishu
   [junit4]   2> NOTE: Linux 4.18.0-17-generic amd64/Oracle Corporation 1.8.0_201 (64-bit)/cpus=8,threads=1,free=45131168,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [AliasIntegrationTest, AliasIntegrationTest]
   [junit4] Completed [4/5 (1!)] on J0 in 48.76s, 9 tests, 1 failure <<< FAILURES!
   [junit4] 
   [junit4] Suite: org.apache.solr.cloud.AliasIntegrationTest
   [junit4] OK      3.67s J1 | AliasIntegrationTest.testModifyPropertiesCAR
   [junit4] OK      3.72s J1 | AliasIntegrationTest.testModifyPropertiesV1
   [junit4] OK      3.71s J1 | AliasIntegrationTest.testProperties
   [junit4] OK      3.88s J1 | AliasIntegrationTest.testClusterStateProviderAPI
   [junit4] OK      11.1s J1 | AliasIntegrationTest.testDeleteAliasWithExistingCollectionName
   [junit4] OK      5.40s J1 | AliasIntegrationTest.test
   [junit4] OK      9.76s J1 | AliasIntegrationTest.testDeleteOneOfTwoCollectionsAliased
   [junit4] OK      3.97s J1 | AliasIntegrationTest.testModifyPropertiesV2
   [junit4] OK      2.09s J1 | AliasIntegrationTest.testErrorChecks
   [junit4] Completed [5/5 (1!)] on J1 in 48.89s, 9 tests
   [junit4] 
   [junit4] 
   [junit4] Tests with failures [seed: 720EF51E45440DE]:
   [junit4]   - org.apache.solr.cloud.AliasIntegrationTest.testClusterStateProviderAPI
   [junit4] 
   [junit4] 
   [junit4] JVM J0:     0.48 ..   106.89 =   106.41s
   [junit4] JVM J1:     0.70 ..   107.91 =   107.21s
   [junit4] JVM J2:     0.68 ..    59.08 =    58.41s
   [junit4] Execution time total: 1 minute 47 seconds
   [junit4] Tests summary: 5 suites, 45 tests, 1 failure

BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/lucene/common-build.xml:1573: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/lucene/common-build.xml:1100: There were test failures: 5 suites, 45 tests, 1 failure [seed: 720EF51E45440DE]

Total time: 1 minute 49 seconds

[repro] Setting last failure code to 256

[repro] Failures:
[repro]   1/5 failed: org.apache.solr.cloud.AliasIntegrationTest
[repro] Exiting with code 256
+ mv lucene/build lucene/build.repro
+ mv solr/build solr/build.repro
+ mv lucene/build.orig lucene/build
+ mv solr/build.orig solr/build
Archiving artifacts
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
[WARNINGS] Parsing warnings in console log with parser Java Compiler (javac)
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
No credentials specified
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
<Git Blamer> Using GitBlamer to create author and commit information for all warnings.
<Git Blamer> GIT_COMMIT=0e7e470ada7f779330fe8c7da110b39a5626fa3b, workspace=/home/jenkins/workspace/Lucene-Solr-8.x-Linux
[WARNINGS] Computing warning deltas based on reference build #468
Recording test results
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
Email was triggered for: Unstable (Test Failures)
Sending email for trigger: Unstable (Test Failures)
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2