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

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

Error Message:
[testClusterStateProviderAPI] expected:<2> but was:<1>

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


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

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

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




Build Log:
[...truncated 13597 lines...]
   [junit4] Suite: org.apache.solr.cloud.AliasIntegrationTest
   [junit4]   2> Creating dataDir: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.AliasIntegrationTest_E0FF6D5E45626FE6-001/init-core-data-001
   [junit4]   2> 1621483 WARN  
(SUITE-AliasIntegrationTest-seed#[E0FF6D5E45626FE6]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=1 numCloses=1
   [junit4]   2> 1621483 INFO  
(SUITE-AliasIntegrationTest-seed#[E0FF6D5E45626FE6]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) 
w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 1621484 INFO  
(SUITE-AliasIntegrationTest-seed#[E0FF6D5E45626FE6]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via: 
@org.apache.solr.util.RandomizeSSL(reason="", value=0.0/0.0, ssl=0.0/0.0, 
clientAuth=0.0/0.0)
   [junit4]   2> 1621484 INFO  
(SUITE-AliasIntegrationTest-seed#[E0FF6D5E45626FE6]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 1621485 INFO  
(SUITE-AliasIntegrationTest-seed#[E0FF6D5E45626FE6]-worker) [    ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.AliasIntegrationTest_E0FF6D5E45626FE6-001/tempDir-001
   [junit4]   2> 1621485 INFO  
(SUITE-AliasIntegrationTest-seed#[E0FF6D5E45626FE6]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1621487 INFO  (ZkTestServer Run Thread) [    ] 
o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1621487 INFO  (ZkTestServer Run Thread) [    ] 
o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1621587 INFO  
(SUITE-AliasIntegrationTest-seed#[E0FF6D5E45626FE6]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:42555
   [junit4]   2> 1621587 INFO  
(SUITE-AliasIntegrationTest-seed#[E0FF6D5E45626FE6]-worker) [    ] 
o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:42555
   [junit4]   2> 1621588 INFO  
(SUITE-AliasIntegrationTest-seed#[E0FF6D5E45626FE6]-worker) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1 42555
   [junit4]   2> 1621604 INFO  (zkConnectionManagerCallback-4603-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1621612 INFO  (zkConnectionManagerCallback-4605-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1621619 INFO  (zkConnectionManagerCallback-4607-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1621622 WARN  (jetty-launcher-4608-thread-1) [    ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 1621622 INFO  (jetty-launcher-4608-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 1621622 INFO  (jetty-launcher-4608-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1621622 INFO  (jetty-launcher-4608-thread-1) [    ] 
o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: 
c4550056e785fb5665914545889f21dc136ad9e6; jvm 
13-testing+0-builds.shipilev.net-openjdk-jdk-b845-20190430-jdk-1318
   [junit4]   2> 1621626 WARN  (jetty-launcher-4608-thread-2) [    ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 1621627 INFO  (jetty-launcher-4608-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 1621627 INFO  (jetty-launcher-4608-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1621627 INFO  (jetty-launcher-4608-thread-2) [    ] 
o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: 
c4550056e785fb5665914545889f21dc136ad9e6; jvm 
13-testing+0-builds.shipilev.net-openjdk-jdk-b845-20190430-jdk-1318
   [junit4]   2> 1621659 INFO  (jetty-launcher-4608-thread-1) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1621659 INFO  (jetty-launcher-4608-thread-1) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1621659 INFO  (jetty-launcher-4608-thread-1) [    ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1621663 INFO  (jetty-launcher-4608-thread-2) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1621663 INFO  (jetty-launcher-4608-thread-2) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1621663 INFO  (jetty-launcher-4608-thread-2) [    ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1621663 INFO  (jetty-launcher-4608-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@675e6052{/solr,null,AVAILABLE}
   [junit4]   2> 1621664 INFO  (jetty-launcher-4608-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@70acf051{/solr,null,AVAILABLE}
   [junit4]   2> 1621664 INFO  (jetty-launcher-4608-thread-1) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@14e475bd{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:45409}
   [junit4]   2> 1621664 INFO  (jetty-launcher-4608-thread-1) [    ] 
o.e.j.s.Server Started @1621721ms
   [junit4]   2> 1621664 INFO  (jetty-launcher-4608-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=45409}
   [junit4]   2> 1621665 ERROR (jetty-launcher-4608-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1621665 INFO  (jetty-launcher-4608-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1621665 INFO  (jetty-launcher-4608-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
9.0.0
   [junit4]   2> 1621665 INFO  (jetty-launcher-4608-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1621665 INFO  (jetty-launcher-4608-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1621665 INFO  (jetty-launcher-4608-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-06-01T23:30:34.133541Z
   [junit4]   2> 1621666 INFO  (jetty-launcher-4608-thread-2) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@6e8908c6{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:38841}
   [junit4]   2> 1621666 INFO  (jetty-launcher-4608-thread-2) [    ] 
o.e.j.s.Server Started @1621722ms
   [junit4]   2> 1621666 INFO  (jetty-launcher-4608-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=38841}
   [junit4]   2> 1621666 ERROR (jetty-launcher-4608-thread-2) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1621666 INFO  (jetty-launcher-4608-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1621666 INFO  (jetty-launcher-4608-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
9.0.0
   [junit4]   2> 1621666 INFO  (jetty-launcher-4608-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1621666 INFO  (jetty-launcher-4608-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1621666 INFO  (jetty-launcher-4608-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-06-01T23:30:34.134844Z
   [junit4]   2> 1621679 INFO  (zkConnectionManagerCallback-4610-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1621680 INFO  (jetty-launcher-4608-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1621683 INFO  (zkConnectionManagerCallback-4612-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1621686 INFO  (jetty-launcher-4608-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1621716 INFO  (jetty-launcher-4608-thread-1) [    ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1621724 WARN  (jetty-launcher-4608-thread-1) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@26296425[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1621748 WARN  (jetty-launcher-4608-thread-1) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@46dd14af[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1621750 INFO  (jetty-launcher-4608-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42555/solr
   [junit4]   2> 1621771 INFO  (zkConnectionManagerCallback-4620-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1621783 INFO  (zkConnectionManagerCallback-4622-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1621812 INFO  (jetty-launcher-4608-thread-2) [    ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1621816 WARN  (jetty-launcher-4608-thread-2) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@621e8234[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1621836 WARN  (jetty-launcher-4608-thread-2) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@61c7e9ae[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1621837 INFO  (jetty-launcher-4608-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42555/solr
   [junit4]   2> 1621860 INFO  (zkConnectionManagerCallback-4630-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1621870 INFO  (jetty-launcher-4608-thread-1) 
[n:127.0.0.1:45409_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:45409_solr
   [junit4]   2> 1621871 INFO  (jetty-launcher-4608-thread-1) 
[n:127.0.0.1:45409_solr    ] o.a.s.c.Overseer Overseer 
(id=72354286600257542-127.0.0.1:45409_solr-n_0000000000) starting
   [junit4]   2> 1621895 INFO  (zkConnectionManagerCallback-4632-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1621897 INFO  (zkConnectionManagerCallback-4637-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1621901 INFO  (jetty-launcher-4608-thread-1) 
[n:127.0.0.1:45409_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:42555/solr ready
   [junit4]   2> 1621904 INFO  
(OverseerStateUpdate-72354286600257542-127.0.0.1:45409_solr-n_0000000000) 
[n:127.0.0.1:45409_solr    ] o.a.s.c.Overseer Starting to work on the main 
queue : 127.0.0.1:45409_solr
   [junit4]   2> 1621904 INFO  (jetty-launcher-4608-thread-2) 
[n:127.0.0.1:38841_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:38841_solr
   [junit4]   2> 1621912 INFO  (zkCallback-4636-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1621916 INFO  (zkCallback-4621-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1621920 INFO  (zkCallback-4631-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1621929 INFO  (jetty-launcher-4608-thread-1) 
[n:127.0.0.1:45409_solr    ] o.a.s.c.ZkController Publish 
node=127.0.0.1:45409_solr as DOWN
   [junit4]   2> 1621930 INFO  (jetty-launcher-4608-thread-1) 
[n:127.0.0.1:45409_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 1621930 INFO  (jetty-launcher-4608-thread-1) 
[n:127.0.0.1:45409_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:45409_solr
   [junit4]   2> 1621930 INFO  (zkConnectionManagerCallback-4644-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1621932 INFO  (zkCallback-4636-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1621932 INFO  (zkCallback-4631-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1621932 INFO  (zkCallback-4621-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1621935 INFO  (jetty-launcher-4608-thread-2) 
[n:127.0.0.1:38841_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 1621935 INFO  (jetty-launcher-4608-thread-2) 
[n:127.0.0.1:38841_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:42555/solr ready
   [junit4]   2> 1621955 INFO  (jetty-launcher-4608-thread-2) 
[n:127.0.0.1:38841_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 1621959 INFO  (jetty-launcher-4608-thread-1) 
[n:127.0.0.1:45409_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 1621990 INFO  (jetty-launcher-4608-thread-2) 
[n:127.0.0.1:38841_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_38841.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@364dbb74
   [junit4]   2> 1621998 INFO  (jetty-launcher-4608-thread-1) 
[n:127.0.0.1:45409_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_45409.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@364dbb74
   [junit4]   2> 1622030 INFO  (jetty-launcher-4608-thread-2) 
[n:127.0.0.1:38841_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_38841.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@364dbb74
   [junit4]   2> 1622031 INFO  (jetty-launcher-4608-thread-2) 
[n:127.0.0.1:38841_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_38841.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@364dbb74
   [junit4]   2> 1622033 INFO  (jetty-launcher-4608-thread-1) 
[n:127.0.0.1:45409_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_45409.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@364dbb74
   [junit4]   2> 1622033 INFO  (jetty-launcher-4608-thread-1) 
[n:127.0.0.1:45409_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_45409.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@364dbb74
   [junit4]   2> 1622033 INFO  (jetty-launcher-4608-thread-2) 
[n:127.0.0.1:38841_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.AliasIntegrationTest_E0FF6D5E45626FE6-001/tempDir-001/node2/.
   [junit4]   2> 1622035 INFO  (jetty-launcher-4608-thread-1) 
[n:127.0.0.1:45409_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.AliasIntegrationTest_E0FF6D5E45626FE6-001/tempDir-001/node1/.
   [junit4]   2> 1622132 INFO  (zkConnectionManagerCallback-4651-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1622134 INFO  
(SUITE-AliasIntegrationTest-seed#[E0FF6D5E45626FE6]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1622134 INFO  
(SUITE-AliasIntegrationTest-seed#[E0FF6D5E45626FE6]-worker) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:42555/solr ready
   [junit4]   2> 1622150 INFO  
(TEST-AliasIntegrationTest.testDeleteOneOfTwoCollectionsAliased-seed#[E0FF6D5E45626FE6])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testDeleteOneOfTwoCollectionsAliased
   [junit4]   2> 1622153 INFO  (qtp1609778068-12794) [n:127.0.0.1:45409_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
collection.configName=conf&name=collection_one&nrtReplicas=1&action=CREATE&numShards=2&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1622160 INFO  
(OverseerThreadFactory-4938-thread-1-processing-n:127.0.0.1:45409_solr) 
[n:127.0.0.1:45409_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection 
collection_one
   [junit4]   2> 1622264 INFO  
(OverseerStateUpdate-72354286600257542-127.0.0.1:45409_solr-n_0000000000) 
[n:127.0.0.1:45409_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"collection_one",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"collection_one_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:45409/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1622265 INFO  
(OverseerStateUpdate-72354286600257542-127.0.0.1:45409_solr-n_0000000000) 
[n:127.0.0.1:45409_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"collection_one",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"collection_one_shard2_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:38841/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1622478 INFO  (qtp1609778068-12792) [n:127.0.0.1:45409_solr    
x:collection_one_shard1_replica_n1] o.a.s.h.a.CoreAdminOperation core create 
command 
qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=collection_one_shard1_replica_n1&action=CREATE&numShards=2&collection=collection_one&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1622504 INFO  (qtp1379689063-12795) [n:127.0.0.1:38841_solr    
x:collection_one_shard2_replica_n2] o.a.s.h.a.CoreAdminOperation core create 
command 
qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=collection_one_shard2_replica_n2&action=CREATE&numShards=2&collection=collection_one&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1622505 INFO  (qtp1379689063-12795) [n:127.0.0.1:38841_solr    
x:collection_one_shard2_replica_n2] o.a.s.c.TransientSolrCoreCacheDefault 
Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1623505 INFO  (qtp1609778068-12792) [n:127.0.0.1:45409_solr 
c:collection_one s:shard1 r:core_node3 x:collection_one_shard1_replica_n1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 1623514 INFO  (qtp1609778068-12792) [n:127.0.0.1:45409_solr 
c:collection_one s:shard1 r:core_node3 x:collection_one_shard1_replica_n1] 
o.a.s.s.IndexSchema [collection_one_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 1623516 INFO  (qtp1609778068-12792) [n:127.0.0.1:45409_solr 
c:collection_one s:shard1 r:core_node3 x:collection_one_shard1_replica_n1] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1623516 INFO  (qtp1609778068-12792) [n:127.0.0.1:45409_solr 
c:collection_one s:shard1 r:core_node3 x:collection_one_shard1_replica_n1] 
o.a.s.c.CoreContainer Creating SolrCore 'collection_one_shard1_replica_n1' 
using configuration from collection collection_one, trusted=true
   [junit4]   2> 1623516 INFO  (qtp1609778068-12792) [n:127.0.0.1:45409_solr 
c:collection_one s:shard1 r:core_node3 x:collection_one_shard1_replica_n1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_45409.solr.core.collection_one.shard1.replica_n1' (registry 
'solr.core.collection_one.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@364dbb74
   [junit4]   2> 1623517 INFO  (qtp1609778068-12792) [n:127.0.0.1:45409_solr 
c:collection_one s:shard1 r:core_node3 x:collection_one_shard1_replica_n1] 
o.a.s.c.SolrCore [[collection_one_shard1_replica_n1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.AliasIntegrationTest_E0FF6D5E45626FE6-001/tempDir-001/node1/collection_one_shard1_replica_n1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.AliasIntegrationTest_E0FF6D5E45626FE6-001/tempDir-001/node1/./collection_one_shard1_replica_n1/data/]
   [junit4]   2> 1623523 INFO  (qtp1379689063-12795) [n:127.0.0.1:38841_solr 
c:collection_one s:shard2 r:core_node4 x:collection_one_shard2_replica_n2] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 1623578 INFO  (qtp1379689063-12795) [n:127.0.0.1:38841_solr 
c:collection_one s:shard2 r:core_node4 x:collection_one_shard2_replica_n2] 
o.a.s.s.IndexSchema [collection_one_shard2_replica_n2] Schema name=minimal
   [junit4]   2> 1623581 INFO  (qtp1379689063-12795) [n:127.0.0.1:38841_solr 
c:collection_one s:shard2 r:core_node4 x:collection_one_shard2_replica_n2] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1623581 INFO  (qtp1379689063-12795) [n:127.0.0.1:38841_solr 
c:collection_one s:shard2 r:core_node4 x:collection_one_shard2_replica_n2] 
o.a.s.c.CoreContainer Creating SolrCore 'collection_one_shard2_replica_n2' 
using configuration from collection collection_one, trusted=true
   [junit4]   2> 1623581 INFO  (qtp1379689063-12795) [n:127.0.0.1:38841_solr 
c:collection_one s:shard2 r:core_node4 x:collection_one_shard2_replica_n2] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_38841.solr.core.collection_one.shard2.replica_n2' (registry 
'solr.core.collection_one.shard2.replica_n2') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@364dbb74
   [junit4]   2> 1623581 INFO  (qtp1379689063-12795) [n:127.0.0.1:38841_solr 
c:collection_one s:shard2 r:core_node4 x:collection_one_shard2_replica_n2] 
o.a.s.c.SolrCore [[collection_one_shard2_replica_n2] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.AliasIntegrationTest_E0FF6D5E45626FE6-001/tempDir-001/node2/collection_one_shard2_replica_n2],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.AliasIntegrationTest_E0FF6D5E45626FE6-001/tempDir-001/node2/./collection_one_shard2_replica_n2/data/]
   [junit4]   2> 1623640 INFO  (qtp1609778068-12792) [n:127.0.0.1:45409_solr 
c:collection_one s:shard1 r:core_node3 x:collection_one_shard1_replica_n1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1623640 INFO  (qtp1609778068-12792) [n:127.0.0.1:45409_solr 
c:collection_one s:shard1 r:core_node3 x:collection_one_shard1_replica_n1] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1623648 INFO  (qtp1609778068-12792) [n:127.0.0.1:45409_solr 
c:collection_one s:shard1 r:core_node3 x:collection_one_shard1_replica_n1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1623648 INFO  (qtp1609778068-12792) [n:127.0.0.1:45409_solr 
c:collection_one s:shard1 r:core_node3 x:collection_one_shard1_replica_n1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1623651 INFO  (qtp1609778068-12792) [n:127.0.0.1:45409_solr 
c:collection_one s:shard1 r:core_node3 x:collection_one_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@649c80ac[collection_one_shard1_replica_n1] main]
   [junit4]   2> 1623653 INFO  (qtp1609778068-12792) [n:127.0.0.1:45409_solr 
c:collection_one s:shard1 r:core_node3 x:collection_one_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 1623653 INFO  (qtp1609778068-12792) [n:127.0.0.1:45409_solr 
c:collection_one s:shard1 r:core_node3 x:collection_one_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1623654 INFO  (qtp1609778068-12792) [n:127.0.0.1:45409_solr 
c:collection_one s:shard1 r:core_node3 x:collection_one_shard1_replica_n1] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1623654 INFO  (qtp1609778068-12792) [n:127.0.0.1:45409_solr 
c:collection_one s:shard1 r:core_node3 x:collection_one_shard1_replica_n1] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1635182796993462272
   [junit4]   2> 1623657 INFO  
(searcherExecutor-4947-thread-1-processing-n:127.0.0.1:45409_solr 
x:collection_one_shard1_replica_n1 c:collection_one s:shard1 r:core_node3) 
[n:127.0.0.1:45409_solr c:collection_one s:shard1 r:core_node3 
x:collection_one_shard1_replica_n1] o.a.s.c.SolrCore 
[collection_one_shard1_replica_n1] Registered new searcher 
Searcher@649c80ac[collection_one_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1623660 INFO  (qtp1609778068-12792) [n:127.0.0.1:45409_solr 
c:collection_one s:shard1 r:core_node3 x:collection_one_shard1_replica_n1] 
o.a.s.c.ZkShardTerms Successful update of terms at 
/collections/collection_one/terms/shard1 to Terms{values={core_node3=0}, 
version=0}
   [junit4]   2> 1623660 INFO  (qtp1609778068-12792) [n:127.0.0.1:45409_solr 
c:collection_one s:shard1 r:core_node3 x:collection_one_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContextBase make sure parent is created 
/collections/collection_one/leaders/shard1
   [junit4]   2> 1623662 INFO  (qtp1609778068-12792) [n:127.0.0.1:45409_solr 
c:collection_one s:shard1 r:core_node3 x:collection_one_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1623662 INFO  (qtp1609778068-12792) [n:127.0.0.1:45409_solr 
c:collection_one s:shard1 r:core_node3 x:collection_one_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1623662 INFO  (qtp1609778068-12792) [n:127.0.0.1:45409_solr 
c:collection_one s:shard1 r:core_node3 x:collection_one_shard1_replica_n1] 
o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:45409/solr/collection_one_shard1_replica_n1/
   [junit4]   2> 1623663 INFO  (qtp1609778068-12792) [n:127.0.0.1:45409_solr 
c:collection_one s:shard1 r:core_node3 x:collection_one_shard1_replica_n1] 
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1623663 INFO  (qtp1609778068-12792) [n:127.0.0.1:45409_solr 
c:collection_one s:shard1 r:core_node3 x:collection_one_shard1_replica_n1] 
o.a.s.c.SyncStrategy 
http://127.0.0.1:45409/solr/collection_one_shard1_replica_n1/ has no replicas
   [junit4]   2> 1623663 INFO  (qtp1609778068-12792) [n:127.0.0.1:45409_solr 
c:collection_one s:shard1 r:core_node3 x:collection_one_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node 
/collections/collection_one/leaders/shard1/leader after winning as 
/collections/collection_one/leader_elect/shard1/election/72354286600257542-core_node3-n_0000000000
   [junit4]   2> 1623664 INFO  (qtp1609778068-12792) [n:127.0.0.1:45409_solr 
c:collection_one s:shard1 r:core_node3 x:collection_one_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:45409/solr/collection_one_shard1_replica_n1/ shard1
   [junit4]   2> 1623673 INFO  (qtp1379689063-12795) [n:127.0.0.1:38841_solr 
c:collection_one s:shard2 r:core_node4 x:collection_one_shard2_replica_n2] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1623673 INFO  (qtp1379689063-12795) [n:127.0.0.1:38841_solr 
c:collection_one s:shard2 r:core_node4 x:collection_one_shard2_replica_n2] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1623675 INFO  (qtp1379689063-12795) [n:127.0.0.1:38841_solr 
c:collection_one s:shard2 r:core_node4 x:collection_one_shard2_replica_n2] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1623675 INFO  (qtp1379689063-12795) [n:127.0.0.1:38841_solr 
c:collection_one s:shard2 r:core_node4 x:collection_one_shard2_replica_n2] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1623678 INFO  (qtp1379689063-12795) [n:127.0.0.1:38841_solr 
c:collection_one s:shard2 r:core_node4 x:collection_one_shard2_replica_n2] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@6cd4ee[collection_one_shard2_replica_n2] main]
   [junit4]   2> 1623679 INFO  (qtp1379689063-12795) [n:127.0.0.1:38841_solr 
c:collection_one s:shard2 r:core_node4 x:collection_one_shard2_replica_n2] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 1623679 INFO  (qtp1379689063-12795) [n:127.0.0.1:38841_solr 
c:collection_one s:shard2 r:core_node4 x:collection_one_shard2_replica_n2] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1623680 INFO  (qtp1379689063-12795) [n:127.0.0.1:38841_solr 
c:collection_one s:shard2 r:core_node4 x:collection_one_shard2_replica_n2] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1623680 INFO  (qtp1379689063-12795) [n:127.0.0.1:38841_solr 
c:collection_one s:shard2 r:core_node4 x:collection_one_shard2_replica_n2] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1635182797020725248
   [junit4]   2> 1623683 INFO  
(searcherExecutor-4948-thread-1-processing-n:127.0.0.1:38841_solr 
x:collection_one_shard2_replica_n2 c:collection_one s:shard2 r:core_node4) 
[n:127.0.0.1:38841_solr c:collection_one s:shard2 r:core_node4 
x:collection_one_shard2_replica_n2] o.a.s.c.SolrCore 
[collection_one_shard2_replica_n2] Registered new searcher 
Searcher@6cd4ee[collection_one_shard2_replica_n2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1623685 INFO  (qtp1379689063-12795) [n:127.0.0.1:38841_solr 
c:collection_one s:shard2 r:core_node4 x:collection_one_shard2_replica_n2] 
o.a.s.c.ZkShardTerms Successful update of terms at 
/collections/collection_one/terms/shard2 to Terms{values={core_node4=0}, 
version=0}
   [junit4]   2> 1623685 INFO  (qtp1379689063-12795) [n:127.0.0.1:38841_solr 
c:collection_one s:shard2 r:core_node4 x:collection_one_shard2_replica_n2] 
o.a.s.c.ShardLeaderElectionContextBase make sure parent is created 
/collections/collection_one/leaders/shard2
   [junit4]   2> 1623688 INFO  (qtp1379689063-12795) [n:127.0.0.1:38841_solr 
c:collection_one s:shard2 r:core_node4 x:collection_one_shard2_replica_n2] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1623688 INFO  (qtp1379689063-12795) [n:127.0.0.1:38841_solr 
c:collection_one s:shard2 r:core_node4 x:collection_one_shard2_replica_n2] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1623688 INFO  (qtp1379689063-12795) [n:127.0.0.1:38841_solr 
c:collection_one s:shard2 r:core_node4 x:collection_one_shard2_replica_n2] 
o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:38841/solr/collection_one_shard2_replica_n2/
   [junit4]   2> 1623688 INFO  (qtp1379689063-12795) [n:127.0.0.1:38841_solr 
c:collection_one s:shard2 r:core_node4 x:collection_one_shard2_replica_n2] 
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1623688 INFO  (qtp1379689063-12795) [n:127.0.0.1:38841_solr 
c:collection_one s:shard2 r:core_node4 x:collection_one_shard2_replica_n2] 
o.a.s.c.SyncStrategy 
http://127.0.0.1:38841/solr/collection_one_shard2_replica_n2/ has no replicas
   [junit4]   2> 1623688 INFO  (qtp1379689063-12795) [n:127.0.0.1:38841_solr 
c:collection_one s:shard2 r:core_node4 x:collection_one_shard2_replica_n2] 
o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node 
/collections/collection_one/leaders/shard2/leader after winning as 
/collections/collection_one/leader_elect/shard2/election/72354286600257544-core_node4-n_0000000000
   [junit4]   2> 1623689 INFO  (qtp1379689063-12795) [n:127.0.0.1:38841_solr 
c:collection_one s:shard2 r:core_node4 x:collection_one_shard2_replica_n2] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:38841/solr/collection_one_shard2_replica_n2/ shard2
   [junit4]   2> 1623790 INFO  (zkCallback-4631-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection_one/state.json] for collection [collection_one] 
has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1623790 INFO  (zkCallback-4621-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection_one/state.json] for collection [collection_one] 
has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1623791 INFO  (qtp1609778068-12792) [n:127.0.0.1:45409_solr 
c:collection_one s:shard1 r:core_node3 x:collection_one_shard1_replica_n1] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1623791 INFO  (qtp1379689063-12795) [n:127.0.0.1:38841_solr 
c:collection_one s:shard2 r:core_node4 x:collection_one_shard2_replica_n2] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1623795 INFO  (zkCallback-4631-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection_one/state.json] for collection [collection_one] 
has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1623826 INFO  (qtp1379689063-12795) [n:127.0.0.1:38841_solr 
c:collection_one s:shard2 r:core_node4 x:collection_one_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=collection_one_shard2_replica_n2&action=CREATE&numShards=2&collection=collection_one&shard=shard2&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=1323
   [junit4]   2> 1623831 INFO  (qtp1609778068-12792) [n:127.0.0.1:45409_solr 
c:collection_one s:shard1 r:core_node3 x:collection_one_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=collection_one_shard1_replica_n1&action=CREATE&numShards=2&collection=collection_one&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=1354
   [junit4]   2> 1623834 INFO  (qtp1609778068-12794) [n:127.0.0.1:45409_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> 1623895 INFO  (zkCallback-4631-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection_one/state.json] for collection [collection_one] 
has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1623895 INFO  (zkCallback-4621-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection_one/state.json] for collection [collection_one] 
has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1623895 INFO  (zkCallback-4631-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection_one/state.json] for collection [collection_one] 
has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1623895 INFO  (zkCallback-4621-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection_one/state.json] for collection [collection_one] 
has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1623895 INFO  (zkCallback-4631-thread-3) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection_one/state.json] for collection [collection_one] 
has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1623895 INFO  (qtp1609778068-12794) [n:127.0.0.1:45409_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={collection.configName=conf&name=collection_one&nrtReplicas=1&action=CREATE&numShards=2&wt=javabin&version=2}
 status=0 QTime=1742
   [junit4]   2> 1623896 INFO  (qtp1609778068-12796) [n:127.0.0.1:45409_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
collection.configName=conf&name=collection_two&nrtReplicas=1&action=CREATE&numShards=1&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1623898 INFO  
(OverseerThreadFactory-4938-thread-2-processing-n:127.0.0.1:45409_solr) 
[n:127.0.0.1:45409_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection 
collection_two
   [junit4]   2> 1623898 INFO  
(OverseerCollectionConfigSetProcessor-72354286600257542-127.0.0.1:45409_solr-n_0000000000)
 [n:127.0.0.1:45409_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> 1624103 INFO  
(OverseerStateUpdate-72354286600257542-127.0.0.1:45409_solr-n_0000000000) 
[n:127.0.0.1:45409_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"collection_two",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"collection_two_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:38841/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1624305 INFO  (qtp1379689063-12797) [n:127.0.0.1:38841_solr    
x:collection_two_shard1_replica_n1] o.a.s.h.a.CoreAdminOperation core create 
command 
qt=/admin/cores&coreNodeName=core_node2&collection.configName=conf&newCollection=true&name=collection_two_shard1_replica_n1&action=CREATE&numShards=1&collection=collection_two&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1625322 INFO  (qtp1379689063-12797) [n:127.0.0.1:38841_solr 
c:collection_two s:shard1 r:core_node2 x:collection_two_shard1_replica_n1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 1625335 INFO  (qtp1379689063-12797) [n:127.0.0.1:38841_solr 
c:collection_two s:shard1 r:core_node2 x:collection_two_shard1_replica_n1] 
o.a.s.s.IndexSchema [collection_two_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 1625338 INFO  (qtp1379689063-12797) [n:127.0.0.1:38841_solr 
c:collection_two s:shard1 r:core_node2 x:collection_two_shard1_replica_n1] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1625338 INFO  (qtp1379689063-12797) [n:127.0.0.1:38841_solr 
c:collection_two s:shard1 r:core_node2 x:collection_two_shard1_replica_n1] 
o.a.s.c.CoreContainer Creating SolrCore 'collection_two_shard1_replica_n1' 
using configuration from collection collection_two, trusted=true
   [junit4]   2> 1625339 INFO  (qtp1379689063-12797) [n:127.0.0.1:38841_solr 
c:collection_two s:shard1 r:core_node2 x:collection_two_shard1_replica_n1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_38841.solr.core.collection_two.shard1.replica_n1' (registry 
'solr.core.collection_two.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@364dbb74
   [junit4]   2> 1625340 INFO  (qtp1379689063-12797) [n:127.0.0.1:38841_solr 
c:collection_two s:shard1 r:core_node2 x:collection_two_shard1_replica_n1] 
o.a.s.c.SolrCore [[collection_two_shard1_replica_n1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.AliasIntegrationTest_E0FF6D5E45626FE6-001/tempDir-001/node2/collection_two_shard1_replica_n1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.AliasIntegrationTest_E0FF6D5E45626FE6-001/tempDir-001/node2/./collection_two_shard1_replica_n1/data/]
   [junit4]   2> 1625425 INFO  (qtp1379689063-12797) [n:127.0.0.1:38841_solr 
c:collection_two s:shard1 r:core_node2 x:collection_two_shard1_replica_n1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1625425 INFO  (qtp1379689063-12797) [n:127.0.0.1:38841_solr 
c:collection_two s:shard1 r:core_node2 x:collection_two_shard1_replica_n1] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1625427 INFO  (qtp1379689063-12797) [n:127.0.0.1:38841_solr 
c:collection_two s:shard1 r:core_node2 x:collection_two_shard1_replica_n1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1625427 INFO  (qtp1379689063-12797) [n:127.0.0.1:38841_solr 
c:collection_two s:shard1 r:core_node2 x:collection_two_shard1_replica_n1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1625429 INFO  (qtp1379689063-12797) [n:127.0.0.1:38841_solr 
c:collection_two s:shard1 r:core_node2 x:collection_two_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@b2b6355[collection_two_shard1_replica_n1] main]
   [junit4]   2> 1625430 INFO  (qtp1379689063-12797) [n:127.0.0.1:38841_solr 
c:collection_two s:shard1 r:core_node2 x:collection_two_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 1625430 INFO  (qtp1379689063-12797) [n:127.0.0.1:38841_solr 
c:collection_two s:shard1 r:core_node2 x:collection_two_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1625431 INFO  (qtp1379689063-12797) [n:127.0.0.1:38841_solr 
c:collection_two s:shard1 r:core_node2 x:collection_two_shard1_replica_n1] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1625431 INFO  (qtp1379689063-12797) [n:127.0.0.1:38841_solr 
c:collection_two s:shard1 r:core_node2 x:collection_two_shard1_replica_n1] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1635182798856781824
   [junit4]   2> 1625437 INFO  
(searcherExecutor-4957-thread-1-processing-n:127.0.0.1:38841_solr 
x:collection_two_shard1_replica_n1 c:collection_two s:shard1 r:core_node2) 
[n:127.0.0.1:38841_solr c:collection_two s:shard1 r:core_node2 
x:collection_two_shard1_replica_n1] o.a.s.c.SolrCore 
[collection_two_shard1_replica_n1] Registered new searcher 
Searcher@b2b6355[collection_two_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1625455 INFO  (qtp1379689063-12797) [n:127.0.0.1:38841_solr 
c:collection_two s:shard1 r:core_node2 x:collection_two_shard1_replica_n1] 
o.a.s.c.ZkShardTerms Successful update of terms at 
/collections/collection_two/terms/shard1 to Terms{values={core_node2=0}, 
version=0}
   [junit4]   2> 1625455 INFO  (qtp1379689063-12797) [n:127.0.0.1:38841_solr 
c:collection_two s:shard1 r:core_node2 x:collection_two_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContextBase make sure parent is created 
/collections/collection_two/leaders/shard1
   [junit4]   2> 1625457 INFO  (qtp1379689063-12797) [n:127.0.0.1:38841_solr 
c:collection_two s:shard1 r:core_node2 x:collection_two_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1625458 INFO  (qtp1379689063-12797) [n:127.0.0.1:38841_solr 
c:collection_two s:shard1 r:core_node2 x:collection_two_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1625458 INFO  (qtp1379689063-12797) [n:127.0.0.1:38841_solr 
c:collection_two s:shard1 r:core_node2 x:collection_two_shard1_replica_n1] 
o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:38841/solr/collection_two_shard1_replica_n1/
   [junit4]   2> 1625458 INFO  (qtp1379689063-12797) [n:127.0.0.1:38841_solr 
c:collection_two s:shard1 r:core_node2 x:collection_two_shard1_replica_n1] 
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1625458 INFO  (qtp1379689063-12797) [n:127.0.0.1:38841_solr 
c:collection_two s:shard1 r:core_node2 x:collection_two_shard1_replica_n1] 
o.a.s.c.SyncStrategy 
http://127.0.0.1:38841/solr/collection_two_shard1_replica_n1/ has no replicas
   [junit4]   2> 1625458 INFO  (qtp1379689063-12797) [n:127.0.0.1:38841_solr 
c:collection_two s:shard1 r:core_node2 x:collection_two_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node 
/collections/collection_two/leaders/shard1/leader after winning as 
/collections/collection_two/leader_elect/shard1/election/72354286600257544-core_node2-n_0000000000
   [junit4]   2> 1625460 INFO  (qtp1379689063-12797) [n:127.0.0.1:38841_solr 
c:collection_two s:shard1 r:core_node2 x:collection_two_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:38841/solr/collection_two_shard1_replica_n1/ shard1
   [junit4]   2> 1625561 INFO  (zkCallback-4631-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection_two/state.json] for collection [collection_two] 
has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1625561 INFO  (zkCallback-4631-thread-3) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection_two/state.json] for collection [collection_two] 
has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1625562 INFO  (qtp1379689063-12797) [n:127.0.0.1:38841_solr 
c:collection_two s:shard1 r:core_node2 x:collection_two_shard1_replica_n1] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1625564 INFO  (qtp1379689063-12797) [n:127.0.0.1:38841_solr 
c:collection_two s:shard1 r:core_node2 x:collection_two_shard1_replica_n1] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node2&collection.configName=conf&newCollection=true&name=collection_two_shard1_replica_n1&action=CREATE&numShards=1&collection=collection_two&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=1259
   [junit4]   2> 1625566 INFO  (qtp1609778068-12796) [n:127.0.0.1:45409_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> 1625664 INFO  (zkCallback-4631-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection_two/state.json] for collection [collection_two] 
has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1625664 INFO  (zkCallback-4631-thread-3) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection_two/state.json] for collection [collection_two] 
has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1625664 INFO  (zkCallback-4621-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection_two/state.json] for collection [collection_two] 
has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1625664 INFO  (zkCallback-4631-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection_two/state.json] for collection [collection_two] 
has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1625665 INFO  (qtp1609778068-12796) [n:127.0.0.1:45409_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={collection.configName=conf&name=collection_two&nrtReplicas=1&action=CREATE&numShards=1&wt=javabin&version=2}
 status=0 QTime=1768
   [junit4]   2> 1625680 INFO  (watches-4648-thread-1) [    ] 
o.a.s.c.SolrCloudTestCase active replica count: 2 expected replica count: 2
   [junit4]   2> 1625680 INFO  
(TEST-AliasIntegrationTest.testDeleteOneOfTwoCollectionsAliased-seed#[E0FF6D5E45626FE6])
 [    ] o.a.s.c.SolrCloudTestCase active replica count: 2 expected replica 
count: 2
   [junit4]   2> 1625680 INFO  
(TEST-AliasIntegrationTest.testDeleteOneOfTwoCollectionsAliased-seed#[E0FF6D5E45626FE6])
 [    ] o.a.s.c.SolrCloudTestCase active replica count: 1 expected replica 
count: 1
   [junit4]   2> 1625680 INFO  (watches-4648-thread-1) [    ] 
o.a.s.c.SolrCloudTestCase active replica count: 1 expected replica count: 1
   [junit4]   2> 1625705 INFO  (qtp1609778068-12792) [n:127.0.0.1:45409_solr 
c:collection_one s:shard1 r:core_node3 x:collection_one_shard1_replica_n1] 
o.a.s.c.ZkShardTerms Successful update of terms at 
/collections/collection_one/terms/shard1 to Terms{values={core_node3=1}, 
version=1}
   [junit4]   2> 1625705 INFO  (qtp1609778068-12792) [n:127.0.0.1:45409_solr 
c:collection_one s:shard1 r:core_node3 x:collection_one_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection_one_shard1_replica_n1]  
webapp=/solr path=/update 
params={_stateVer_=collection_one:4&wt=javabin&version=2}{add=[1 
(1635182799140945920)]} 0 3
   [junit4]   2> 1625747 INFO  (qtp1379689063-12797) [n:127.0.0.1:38841_solr 
c:collection_one s:shard2 r:core_node4 x:collection_one_shard2_replica_n2] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1635182799188131840,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1625747 INFO  (qtp1379689063-12797) [n:127.0.0.1:38841_solr 
c:collection_one s:shard2 r:core_node4 x:collection_one_shard2_replica_n2] 
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 1625748 INFO  (qtp1379689063-12797) [n:127.0.0.1:38841_solr 
c:collection_one s:shard2 r:core_node4 x:collection_one_shard2_replica_n2] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1625748 INFO  (qtp1379689063-12797) [n:127.0.0.1:38841_solr 
c:collection_one s:shard2 r:core_node4 x:collection_one_shard2_replica_n2] 
o.a.s.u.p.LogUpdateProcessorFactory [collection_one_shard2_replica_n2]  
webapp=/solr path=/update 
params={update.distrib=TOLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:45409/solr/collection_one_shard1_replica_n1/&commit_end_point=leaders&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 1
   [junit4]   2> 1625748 INFO  (qtp1609778068-12794) [n:127.0.0.1:45409_solr 
c:collection_one s:shard1 r:core_node3 x:collection_one_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1635182799189180416,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1625749 INFO  (qtp1609778068-12794) [n:127.0.0.1:45409_solr 
c:collection_one s:shard1 r:core_node3 x:collection_one_shard1_replica_n1] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@4d4cec94 
commitCommandVersion:1635182799189180416
   [junit4]   2> 1625754 INFO  (qtp1609778068-12794) [n:127.0.0.1:45409_solr 
c:collection_one s:shard1 r:core_node3 x:collection_one_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@5d869d24[collection_one_shard1_replica_n1] main]
   [junit4]   2> 1625755 INFO  (qtp1609778068-12794) [n:127.0.0.1:45409_solr 
c:collection_one s:shard1 r:core_node3 x:collection_one_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1625757 INFO  
(searcherExecutor-4947-thread-1-processing-n:127.0.0.1:45409_solr 
x:collection_one_shard1_replica_n1 c:collection_one s:shard1 r:core_node3) 
[n:127.0.0.1:45409_solr c:collection_one s:shard1 r:core_node3 
x:collection_one_shard1_replica_n1] o.a.s.c.SolrCore 
[collection_one_shard1_replica_n1] Registered new searcher 
Searcher@5d869d24[collection_one_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(9.0.0):C1:[diagnostics={java.version=13-testing,
 
java.vm.version=13-testing+0-builds.shipilev.net-openjdk-jdk-b845-20190430-jdk-1318,
 lucene.version=9.0.0, source=flush, os.arch=amd64, 
java.runtime.version=13-testing+0-builds.shipilev.net-openjdk-jdk-b845-20190430-jdk-1318,
 os.version=4.18.0-17-generic, os=Linux, java.vendor=Aleksey Shipilev, 
timestamp=1559431838219}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])))}
   [junit4]   2> 1625757 INFO  (qtp1609778068-12794) [n:127.0.0.1:45409_solr 
c:collection_one s:shard1 r:core_node3 x:collection_one_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection_one_shard1_replica_n1]  
webapp=/solr path=/update 
params={_stateVer_=collection_one:4&commit=true&wt=javabin&version=2}{commit=} 
0 51
   [junit4]   2> 1625761 INFO  (qtp1379689063-12795) [n:127.0.0.1:38841_solr 
c:collection_two s:shard1 r:core_node2 x:collection_two_shard1_replica_n1] 
o.a.s.c.ZkShardTerms Successful update of terms at 
/collections/collection_two/terms/shard1 to Terms{values={core_node2=1}, 
version=1}
   [junit4]   2> 1625761 INFO  (qtp1379689063-12795) [n:127.0.0.1:38841_solr 
c:collection_two s:shard1 r:core_node2 x:collection_two_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection_two_shard1_replica_n1]  
webapp=/solr path=/update 
params={_stateVer_=collection_two:4&wt=javabin&version=2}{add=[10 
(1635182799200714752), 11 (1635182799201763328)]} 0 1
   [junit4]   2> 1625762 INFO  (qtp1379689063-12797) [n:127.0.0.1:38841_solr 
c:collection_two s:shard1 r:core_node2 x:collection_two_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1635182799203860480,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1625762 INFO  (qtp1379689063-12797) [n:127.0.0.1:38841_solr 
c:collection_two s:shard1 r:core_node2 x:collection_two_shard1_replica_n1] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@456dfc8f 
commitCommandVersion:1635182799203860480
   [junit4]   2> 1625768 INFO  (qtp1379689063-12797) [n:127.0.0.1:38841_solr 
c:collection_two s:shard1 r:core_node2 x:collection_two_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@7c16ea79[collection_two_shard1_replica_n1] main]
   [junit4]   2> 1625769 INFO  (qtp1379689063-12797) [n:127.0.0.1:38841_solr 
c:collection_two s:shard1 r:core_node2 x:collection_two_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1625770 INFO  
(searcherExecutor-4957-thread-1-processing-n:127.0.0.1:38841_solr 
x:collection_two_shard1_replica_n1 c:collection_two s:shard1 r:core_node2) 
[n:127.0.0.1:38841_solr c:collection_two s:shard1 r:core_node2 
x:collection_two_shard1_replica_n1] o.a.s.c.SolrCore 
[collection_two_shard1_replica_n1] Registered new searcher 
Searcher@7c16ea79[collection_two_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(9.0.0):C2:[diagnostics={java.version=13-testing,
 
java.vm.version=13-testing+0-builds.shipilev.net-openjdk-jdk-b845-20190430-jdk-1318,
 lucene.version=9.0.0, source=flush, os.arch=amd64, 
java.runtime.version=13-testing+0-builds.shipilev.net-openjdk-jdk-b845-20190430-jdk-1318,
 os.version=4.18.0-17-generic, os=Linux, java.vendor=Aleksey Shipilev, 
timestamp=1559431838233}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])))}
   [junit4]   2> 1625770 INFO  (qtp1379689063-12797) [n:127.0.0.1:38841_solr 
c:collection_two s:shard1 r:core_node2 x:collection_two_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection_two_shard1_replica_n1]  
webapp=/solr path=/update 
params={_stateVer_=collection_two:4&commit=true&wt=javabin&version=2}{commit=} 
0 9
   [junit4]   2> 1625796 INFO  (qtp1609778068-12796) [n:127.0.0.1:45409_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :createalias with 
params 
collections=collection_one,collection_two&name=collection_alias_pair&action=CREATEALIAS&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1625798 INFO  
(OverseerCollectionConfigSetProcessor-72354286600257542-127.0.0.1:45409_solr-n_0000000000)
 [n:127.0.0.1:45409_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> 1625957 INFO  (qtp1609778068-12796) [n:127.0.0.1:45409_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={collections=collection_one,collection_two&name=collection_alias_pair&action=CREATEALIAS&wt=javabin&version=2}
 status=0 QTime=160
   [junit4]   2> 1625994 INFO  (qtp1379689063-12797) [n:127.0.0.1:38841_solr 
c:collection_one s:shard2 r:core_node4 x:collection_one_shard2_replica_n2] 
o.a.s.c.S.Request [collection_one_shard2_replica_n2]  webapp=/solr path=/select 
params={df=text&distrib=false&_stateVer_=collection_one:4|collection_two:4&fl=id&fl=score&shards.purpose=4&start=0&fsv=true&collection=collection_one,collection_two&shard.url=http://127.0.0.1:38841/solr/collection_one_shard2_replica_n2/&rows=10&version=2&q=*:*&NOW=1559431838426&isShard=true&wt=javabin}
 hits=0 status=0 QTime=0
   [junit4]   2> 1625994 INFO  (qtp1379689063-12793) [n:127.0.0.1:38841_solr 
c:collection_two s:shard1 r:core_node2 x:collection_two_shard1_replica_n1] 
o.a.s.c.S.Request [collection_two_shard1_replica_n1]  webapp=/solr path=/select 
params={df=text&distrib=false&_stateVer_=collection_one:4|collection_two:4&fl=id&fl=score&shards.purpose=4&start=0&fsv=true&collection=collection_one,collection_two&shard.url=http://127.0.0.1:38841/solr/collection_two_shard1_replica_n1/&rows=10&version=2&q=*:*&NOW=1559431838426&isShard=true&wt=javabin}
 hits=2 status=0 QTime=1
   [junit4]   2> 1625996 INFO  (qtp1609778068-12794) [n:127.0.0.1:45409_solr 
c:collection_one s:shard1 r:core_node3 x:collection_one_shard1_replica_n1] 
o.a.s.c.S.Request [collection_one_shard1_replica_n1]  webapp=/solr path=/select 
params={df=text&distrib=false&_stateVer_=collection_one:4|collection_two:4&fl=id&fl=score&shards.purpose=4&start=0&fsv=true&collection=collection_one,collection_two&shard.url=http://127.0.0.1:45409/solr/collection_one_shard1_replica_n1/&rows=10&version=2&q=*:*&NOW=1559431838426&isShard=true&wt=javabin}
 hits=1 status=0 QTime=0
   [junit4]   2> 1625999 INFO  (qtp1379689063-12795) [n:127.0.0.1:38841_solr 
c:collection_two s:shard1 r:core_node2 x:collection_two_shard1_replica_n1] 
o.a.s.c.S.Request [collection_two_shard1_replica_n1]  webapp=/solr path=/select 
params={q=*:*&df=text&distrib=false&_stateVer_=collection_one:4|collection_two:4&shards.purpose=64&NOW=1559431838426&ids=11,10&isShard=true&collection=collection_one,collection_two&shard.url=http://127.0.0.1:38841/solr/collection_two_shard1_replica_n1/&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 1626000 INFO  (qtp1609778068-12796) [n:127.0.0.1:45409_solr 
c:collection_one s:shard1 r:core_node3 x:collection_one_shard1_replica_n1] 
o.a.s.c.S.Request [collection_one_shard1_replica_n1]  webapp=/solr path=/select 
params={q=*:*&df=text&distrib=false&_stateVer_=collection_one:4|collection_two:4&shards.purpose=64&NOW=1559431838426&ids=1&isShard=true&collection=collection_one,collection_two&shard.url=http://127.0.0.1:45409/solr/collection_one_shard1_replica_n1/&wt=javabin&version=2}
 status=0 QTime=2
   [junit4]   2> 1626001 INFO  (qtp1609778068-12792) [n:127.0.0.1:45409_solr 
c:collection_one s:shard1 r:core_node3 x:collection_one_shard1_replica_n1] 
o.a.s.c.S.Request [collection_one_shard1_replica_n1]  webapp=/solr path=/select 
params={q=*:*&_stateVer_=collection_one:4|collection_two:4&wt=javabin&version=2}
 hits=3 status=0 QTime=43
   [junit4]   2> 1626002 INFO  (qtp1609778068-12794) [n:127.0.0.1:45409_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :delete with params 
async=79e67d45-af70-49ab-a172-5f4a555406f2&name=collection_one&action=DELETE&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1626006 INFO  (qtp1609778068-12794) [n:127.0.0.1:45409_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={async=79e67d45-af70-49ab-a172-5f4a555406f2&name=collection_one&action=DELETE&wt=javabin&version=2}
 status=0 QTime=3
   [junit4]   2> 1626006 INFO  (qtp1609778068-12796) [n:127.0.0.1:45409_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with 
params 
requestid=79e67d45-af70-49ab-a172-5f4a555406f2&action=REQUESTSTATUS&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1626008 INFO  (qtp1609778068-12796) [n:127.0.0.1:45409_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={requestid=79e67d45-af70-49ab-a172-5f4a555406f2&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=1
   [junit4]   2> 1626009 INFO  
(OverseerCollectionConfigSetProcessor-72354286600257542-127.0.0.1:45409_solr-n_0000000000)
 [n:127.0.0.1:45409_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> 1626011 ERROR 
(OverseerThreadFactory-4938-thread-4-processing-n:127.0.0.1:45409_solr) 
[n:127.0.0.1:45409_solr    ] o.a.s.c.a.c.OverseerCollectionMessageHandler 
Collection: collection_one operation: delete 
failed:org.apache.solr.common.SolrException: Collection : collection_one is 
part of aliases: [collection_alias_pair], remove or modify the aliases before 
removing this collection.
   [junit4]   2>        at 
org.apache.solr.cloud.api.collections.DeleteCollectionCmd.checkAliasReference(DeleteCollectionCmd.java:201)
   [junit4]   2>        at 
org.apache.solr.cloud.api.collections.DeleteCollectionCmd.call(DeleteCollectionCmd.java:79)
   [junit4]   2>        at 
org.apache.solr.cloud.api.collections.OverseerCollectionMessageHandler.processMessage(OverseerCollectionMessageHandler.java:264)
   [junit4]   2>        at 
org.apache.solr.cloud.OverseerTaskProcessor$Runner.run(OverseerTaskProcessor.java:505)
   [junit4]   2>        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209)
   [junit4]   2>        at 
java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
   [junit4]   2>        at 
java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
   [junit4]   2>        at java.base/java.lang.Thread.run(Thread.java:830)
   [junit4]   2> 
   [junit4]   2> 1626014 INFO  
(OverseerThreadFactory-4938-thread-4-processing-n:127.0.0.1:45409_solr) 
[n:127.0.0.1:45409_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> 1627009 INFO  (qtp1609778068-12792) [n:127.0.0.1:45409_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with 
params 
requestid=79e67d45-af70-49ab-a172-5f4a555406f2&action=REQUESTSTATUS&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1627011 INFO  (qtp1609778068-12792) [n:127.0.0.1:45409_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={requestid=79e67d45-af70-49ab-a172-5f4a555406f2&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=2
   [junit4]   2> 1627012 INFO  (qtp1609778068-12794) [n:127.0.0.1:45409_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :deletestatus with 
params 
requestid=79e67d45-af70-49ab-a172-5f4a555406f2&action=DELETESTATUS&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1627013 INFO  (qtp1609778068-12794) [n:127.0.0.1:45409_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={requestid=79e67d45-af70-49ab-a172-5f4a555406f2&action=DELETESTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 1627014 INFO  (qtp1609778068-12796) [n:127.0.0.1:45409_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :createalias with 
params 
collections=collection_two&name=collection_alias_pair&action=CREATEALIAS&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1627016 INFO  
(OverseerCollectionConfigSetProcessor-72354286600257542-127.0.0.1:45409_solr-n_0000000000)
 [n:127.0.0.1:45409_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> 1627119 INFO  (qtp1609778068-12796) [n:127.0.0.1:45409_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={collections=collection_two&name=collection_alias_pair&action=CREATEALIAS&wt=javabin&version=2}
 status=0 QTime=105
   [junit4]   2> 1627120 INFO  (qtp1609778068-12792) [n:127.0.0.1:45409_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :delete with params 
async=5f68b3d1-2bac-4ddf-95e0-48f42f1b6b2c&name=collection_one&action=DELETE&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1627121 INFO  (qtp1609778068-12792) [n:127.0.0.1:45409_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={async=5f68b3d1-2bac-4ddf-95e0-48f42f1b6b2c&name=collection_one&action=DELETE&wt=javabin&version=2}
 status=0 QTime=1
   [junit4]   2> 1627122 INFO  (qtp1609778068-12794) [n:127.0.0.1:45409_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with 
params 
requestid=5f68b3d1-2bac-4ddf-95e0-48f42f1b6b2c&action=REQUESTSTATUS&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1627122 INFO  (qtp1609778068-12794) [n:127.0.0.1:45409_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={requestid=5f68b3d1-2bac-4ddf-95e0-48f42f1b6b2c&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 1627123 INFO  
(OverseerCollectionConfigSetProcessor-72354286600257542-127.0.0.1:45409_solr-n_0000000000)
 [n:127.0.0.1:45409_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000007 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 1627123 INFO  
(OverseerThreadFactory-4938-thread-5-processing-n:127.0.0.1:45409_solr) 
[n:127.0.0.1:45409_solr    ] o.a.s.c.a.c.OverseerCollectionMessageHandler 
Executing Collection 
Cmd=action=UNLOAD&deleteInstanceDir=true&deleteDataDir=true&deleteMetricsHistory=true,
 asyncId=5f68b3d1-2bac-4ddf-95e0-48f42f1b6b2c
   [junit4]   2> 1627124 INFO  (qtp1379689063-12797) [n:127.0.0.1:38841_solr    
x:collection_one_shard2_replica_n2] o.a.s.s.HttpSolrCall [admin] webapp=null 
path=/admin/cores 
params={deleteInstanceDir=true&deleteMetricsHistory=true&core=collection_one_shard2_replica_n2&async=5f68b3d1-2bac-4ddf-95e0-48f42f1b6b2c4527174860051048&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 1627124 INFO  
(parallelCoreAdminExecutor-4939-thread-1-processing-n:127.0.0.1:38841_solr 
x:collection_one_shard2_replica_n2 
5f68b3d1-2bac-4ddf-95e0-48f42f1b6b2c4527174860051048 UNLOAD) 
[n:127.0.0.1:38841_solr    x:collection_one_shard2_replica_n2] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection_one.shard2.replica_n2, tag=null
   [junit4]   2> 1627124 INFO  
(parallelCoreAdminExecutor-4939-thread-1-processing-n:127.0.0.1:38841_solr 
x:collection_one_shard2_replica_n2 
5f68b3d1-2bac-4ddf-95e0-48f42f1b6b2c4527174860051048 UNLOAD) 
[n:127.0.0.1:38841_solr    x:collection_one_shard2_replica_n2] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@42f9cc8: rootName = 
solr_38841, domain = solr.core.collection_one.shard2.replica_n2, service url = 
null, agent id = null] for registry solr.core.collection_one.shard2.replica_n2 
/ com.codahale.metrics.MetricRegistry@3e375d3a
   [junit4]   2> 1627125 INFO  (qtp1609778068-12796) [n:127.0.0.1:45409_solr    
x:collection_one_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] webapp=null 
path=/admin/cores 
params={deleteInstanceDir=true&deleteMetricsHistory=true&core=collection_one_shard1_replica_n1&async=5f68b3d1-2bac-4ddf-95e0-48f42f1b6b2c4527174859964507&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 1627125 INFO  
(parallelCoreAdminExecutor-4940-thread-1-processing-n:127.0.0.1:45409_solr 
x:collection_one_shard1_replica_n1 
5f68b3d1-2bac-4ddf-95e0-48f42f1b6b2c4527174859964507 UNLOAD) 
[n:127.0.0.1:45409_solr    x:collection_one_shard1_replica_n1] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection_one.shard1.replica_n1, tag=null
   [junit4]   2> 1627126 INFO  
(parallelCoreAdminExecutor-4940-thread-1-processing-n:127.0.0.1:45409_solr 
x:collection_one_shard1_replica_n1 
5f68b3d1-2bac-4ddf-95e0-48f42f1b6b2c4527174859964507 UNLOAD) 
[n:127.0.0.1:45409_solr    x:collection_one_shard1_replica_n1] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@666b072d: rootName = 
solr_45409, domain = solr.core.collection_one.shard1.replica_n1, service url = 
null, agent id = null] for registry solr.core.collection_one.shard1.replica_n1 
/ com.codahale.metrics.MetricRegistry@12ce9caf
   [junit4]   2> 1627126 INFO  (qtp1609778068-12792) [n:127.0.0.1:45409_solr    
] o.a.s.h.a.CoreAdminOperation Checking request status for : 
5f68b3d1-2bac-4ddf-95e0-48f42f1b6b2c4527174859964507
   [junit4]   2> 1627126 INFO  (qtp1609778068-12792) [n:127.0.0.1:45409_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&requestid=5f68b3d1-2bac-4ddf-95e0-48f42f1b6b2c4527174859964507&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 1627141 INFO  
(parallelCoreAdminExecutor-4939-thread-1-processing-n:127.0.0.1:38841_solr 
x:collection_one_shard2_replica_n2 
5f68b3d1-2bac-4ddf-95e0-48f42f1b6b2c4527174860051048 UNLOAD) 
[n:127.0.0.1:38841_solr    x:collection_one_shard2_replica_n2] o.a.s.c.SolrCore 
[collection_one_shard2_replica_n2]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@1b909aae
   [junit4]   2> 1627141 INFO  
(parallelCoreAdminExecutor-4939-thread-1-processing-n:127.0.0.1:38841_solr 
x:collection_one_shard2_replica_n2 
5f68b3d1-2bac-4ddf-95e0-48f42f1b6b2c4527174860051048 UNLOAD) 
[n:127.0.0.1:38841_solr    x:collection_one_shard2_replica_n2] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection_one.shard2.replica_n2, tag=1b909aae
   [junit4]   2> 1627141 INFO  
(parallelCoreAdminExecutor-4939-thread-1-processing-n:127.0.0.1:38841_solr 
x:collection_one_shard2_replica_n2 
5f68b3d1-2bac-4ddf-95e0-48f42f1b6b2c4527174860051048 UNLOAD) 
[n:127.0.0.1:38841_solr    x:collection_one_shard2_replica_n2] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.collection.collection_one.shard2.leader, tag=1b909aae
   [junit4]   2> 1627143 INFO  
(parallelCoreAdminExecutor-4940-thread-1-processing-n:127.0.0.1:45409_solr 
x:collection_one_shard1_replica_n1 
5f68b3d1-2bac-4ddf-95e0-48f42f1b6b2c4527174859964507 UNLOAD) 
[n:127.0.0.1:45409_solr    x:collection_one_shard1_replica_n1] o.a.s.c.SolrCore 
[collection_one_shard1_replica_n1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@51efa879
   [junit4]   2> 1627143 INFO  
(parallelCoreAdminExecutor-4940-thread-1-processing-n:127.0.0.1:45409_solr 
x:collection_one_shard1_replica_n1 
5f68b3d1-2bac-4ddf-95e0-48f42f1b6b2c4527174859964507 UNLOAD) 
[n:127.0.0.1:45409_solr    x:collection_one_shard1_replica_n1] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection_one.shard1.replica_n1, tag=51efa879
   [junit4]   2> 1627143 INFO  
(parallelCoreAdminExecutor-4940-thread-1-processing-n:127.0.0.1:45409_solr 
x:collection_one_shard1_replica_n1 
5f68b3d1-2bac-4ddf-95e0-48f42f1b6b2c4527174859964507 UNLOAD) 
[n:127.0.0.1:45409_solr    x:collection_one_shard1_replica_n1] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.collection.collection_one.shard1.leader, tag=51efa879
   [junit4]   2> 1627144 INFO  
(parallelCoreAdminExecutor-4939-thread-1-processing-n:127.0.0.1:38841_solr 
x:collection_one_shard2_replica_n2 
5f68b3d1-2bac-4ddf-95e0-48f42f1b6b2c4527174860051048 UNLOAD) 
[n:127.0.0.1:38841_solr    x:collection_one_shard2_replica_n2] 
o.a.s.c.ZkShardTerms Successful update of terms at 
/collections/collection_one/terms/shard2 to Terms{values={}, version=1}
   [junit4]   2> 1627146 INFO  
(parallelCoreAdminExecutor-4940-thread-1-processing-n:127.0.0.1:45409_solr 
x:collection_one_shard1_replica_n1 
5f68b3d1-2bac-4ddf-95e0-48f42f1b6b2c4527174859964507 UNLOAD) 
[n:127.0.0.1:45409_solr    x:collection_one_shard1_replica_n1] 
o.a.s.c.ZkShardTerms Successful update of terms at 
/collections/collection_one/terms/shard1 to Terms{values={}, version=2}
   [junit4]   2> 1627248 INFO  (zkCallback-4631-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection_one/state.json] for collection [collection_one] 
has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1627248 INFO  (zkCallback-4631-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection_one/state.json] for collection [collection_one] 
has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1627248 INFO  (zkCallback-4631-thread-3) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection_one/state.json] for collection [collection_one] 
has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1627248 INFO  (zkCallback-4621-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection_one/state.json] for collection [collection_one] 
has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1627248 INFO  (zkCallback-4621-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection_one/state.json] for collection [collection_one] 
has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1628123 INFO  (qtp1609778068-12794) [n:127.0.0.1:45409_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with 
params 
requestid=5f68b3d1-2bac-4ddf-95e0-48f42f1b6b2c&action=REQUESTSTATUS&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1628124 INFO  (qtp1609778068-12794) [n:127.0.0.1:45409_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={requestid=5f68b3d1-2bac-4ddf-95e0-48f42f1b6b2c&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=1
   [junit4]   2> 1628128 INFO  (qtp1609778068-12796) [n:127.0.0.1:45409_solr    
] o.a.s.h.a.CoreAdminOperation Checking request status for : 
5f68b3d1-2bac-4ddf-95e0-48f42f1b6b2c4527174859964507
   [junit4]   2> 1628128 INFO  (qtp1609778068-12796) [n:127.0.0.1:45409_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&requestid=5f68b3d1-2bac-4ddf-95e0-48f42f1b6b2c4527174859964507&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 1628129 INFO  (qtp1379689063-12793) [n:127.0.0.1:38841_solr    
] o.a.s.h.a.CoreAdminOperation Checking request status for : 
5f68b3d1-2bac-4ddf-95e0-48f42f1b6b2c4527174860051048
   [junit4]   2> 1628129 INFO  (qtp1379689063-12793) [n:127.0.0.1:38841_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&requestid=5f68b3d1-2bac-4ddf-95e0-48f42f1b6b2c4527174860051048&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 1628232 INFO  (zkCallback-4621-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDeleted 
path:/collections/collection_one/state.json] for collection [collection_one] 
has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1628232 INFO  (zkCallback-4621-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDeleted 
path:/collections/collection_one/state.json] for collection [collection_one] 
has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1628233 INFO  (zkCallback-4621-thread-3) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDeleted 
path:/collections/collection_one/state.json] for collection [collection_one] 
has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1628240 INFO  
(OverseerThreadFactory-4938-thread-5-processing-n:127.0.0.1:45409_solr) 
[n:127.0.0.1:45409_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000009 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 1629124 INFO  
(OverseerCollectionConfigSetProcessor-72354286600257542-127.0.0.1:45409_solr-n_0000000000)
 [n:127.0.0.1:45409_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000009 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 1629125 INFO  (qtp1609778068-12792) [n:127.0.0.1:45409_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with 
params 
requestid=5f68b3d1-2bac-4ddf-95e0-48f42f1b6b2c&action=REQUESTSTATUS&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1629127 INFO  (qtp1609778068-12792) [n:127.0.0.1:45409_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={requestid=5f68b3d1-2bac-4ddf-95e0-48f42f1b6b2c&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=2
   [junit4]   2> 1629128 INFO  (qtp1609778068-12794) [n:127.0.0.1:45409_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :deletestatus with 
params 
requestid=5f68b3d1-2bac-4ddf-95e0-48f42f1b6b2c&action=DELETESTATUS&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1629130 INFO  (qtp1609778068-12794) [n:127.0.0.1:45409_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={requestid=5f68b3d1-2bac-4ddf-95e0-48f42f1b6b2c&action=DELETESTATUS&wt=javabin&version=2}
 status=0 QTime=2
   [junit4]   2> 1629133 INFO  (qtp1379689063-12795) [n:127.0.0.1:38841_solr 
c:collection_two s:shard1 r:core_node2 x:collection_two_shard1_replica_n1] 
o.a.s.c.S.Request [collection_two_shard1_replica_n1]  webapp=/solr path=/select 
params={q=*:*&_stateVer_=collection_two:4&wt=javabin&version=2} hits=2 status=0 
QTime=0
   [junit4]   2> 1629146 ERROR 
(TEST-AliasIntegrationTest.testDeleteOneOfTwoCollectionsAliased-seed#[E0FF6D5E45626FE6])
 [    ] o.a.s.c.s.i.BaseCloudSolrClient Request to collection [collection_one] 
failed due to (404) 
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at http://127.0.0.1:45409/solr/collection_one: Expected mime type 
application/octet-stream but got text/html. <html>
   [junit4]   2> <head>
   [junit4]   2> <meta http-equiv="Content-Type" 
content="text/html;charset=utf-8"/>
   [junit4]   2> <title>Error 404 Can not find: 
/solr/collection_one/select</title>
   [junit4]   2> </head>
   [junit4]   2> <body><h2>HTTP ERROR 404</h2>
   [junit4]   2> <p>Problem accessing /solr/collection_one/select. Reason:
   [junit4]   2> <pre>    Can not find: 
/solr/collection_one/select</pre></p><hr><a 
href="http://eclipse.org/jetty";>Powered by Jetty:// 9.4.14.v20181114</a><hr/>
   [junit4]   2> 
   [junit4]   2> </body>
   [junit4]   2> </html>
   [junit4]   2> , retry=0 commError=false errorCode=404 
   [junit4]   2> 1629146 INFO  
(TEST-AliasIntegrationTest.testDeleteOneOfTwoCollectionsAliased-seed#[E0FF6D5E45626FE6])
 [    ] o.a.s.c.s.i.BaseCloudSolrClient request was not communication error it 
seems
   [junit4]   2> 1629146 WARN  
(TEST-AliasIntegrationTest.testDeleteOneOfTwoCollectionsAliased-seed#[E0FF6D5E45626FE6])
 [    ] o.a.s.c.s.i.BaseCloudSolrClient Re-trying request to collection(s) 
[collection_one] after stale state error from server.
   [junit4]   2> 1629179 INFO  (qtp1609778068-12792) [n:127.0.0.1:45409_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :deletealias with 
params 
async=3b3dda82-5f92-4e2c-82cd-47dfdfc2295a&name=collection_alias_pair&action=DELETEALIAS&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1629182 INFO  (qtp1609778068-12792) [n:127.0.0.1:45409_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/col

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

ionTest, FullHLLTest, TestEmbeddedSolrServerConstructors, 
AutoAddReplicasIntegrationTest, TestReload, ConfigSetsAPITest, 
TestAuthorizationFramework, ConnectionReuseTest, AliasIntegrationTest]
   [junit4] Completed [328/858 (1!)] on J1 in 51.98s, 9 tests, 1 failure <<< 
FAILURES!

[...truncated 1129 lines...]
   [junit4] Suite: org.apache.solr.metrics.rrd.SolrRrdBackendFactoryTest
   [junit4]   2> Creating dataDir: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.metrics.rrd.SolrRrdBackendFactoryTest_E0FF6D5E45626FE6-001/init-core-data-001
   [junit4]   2> 3581723 DEBUG 
(TEST-SolrRrdBackendFactoryTest.testBasic-seed#[E0FF6D5E45626FE6]) [    ] 
o.a.s.m.r.SolrRrdBackendFactory Created 1488981358
   [junit4]   2> 3581743 DEBUG (SolrRrdBackendFactory-11452-thread-1) [    ] 
o.a.s.m.r.SolrRrdBackendFactory -- maybe sync backends: [foo]
   [junit4]   2> 3581956 DEBUG 
(TEST-SolrRrdBackendFactoryTest.testBasic-seed#[E0FF6D5E45626FE6]) [    ] 
o.a.s.m.r.SolrRrdBackendFactory Closing 1488981358
   [junit4]   2> 3581996 DEBUG (SolrRrdBackendFactory-11452-thread-1) [    ] 
o.a.s.m.r.SolrRrdBackendFactory -- syncing [foo]
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=SolrRrdBackendFactoryTest -Dtests.method=testBasic 
-Dtests.seed=E0FF6D5E45626FE6 -Dtests.multiplier=3 -Dtests.slow=true 
-Dtests.locale=ne-NP -Dtests.timezone=America/St_Thomas -Dtests.asserts=true 
-Dtests.file.encoding=US-ASCII
   [junit4] FAILURE 0.33s J0 | SolrRrdBackendFactoryTest.testBasic <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: {} expected:<1> but 
was:<0>
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([E0FF6D5E45626FE6:4B05704B9ABEE9C8]:0)
   [junit4]    >        at 
org.apache.solr.metrics.rrd.SolrRrdBackendFactoryTest.testBasic(SolrRrdBackendFactoryTest.java:94)
   [junit4]    >        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]    >        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]    >        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]    >        at 
java.base/java.lang.reflect.Method.invoke(Method.java:567)
   [junit4]    >        at java.base/java.lang.Thread.run(Thread.java:830)
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.metrics.rrd.SolrRrdBackendFactoryTest_E0FF6D5E45626FE6-001
   [junit4]   2> Jun 02, 2019 12:03:14 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene80): {}, 
docValues:{}, maxPointsInLeafNode=1933, maxMBSortInHeap=6.778719706029551, 
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@3f30456d),
 locale=ne-NP, timezone=America/St_Thomas
   [junit4]   2> NOTE: Linux 4.18.0-17-generic amd64/Aleksey Shipilev 
13-testing (64-bit)/cpus=8,threads=1,free=148515440,total=387973120
   [junit4]   2> NOTE: All tests run in this JVM: [TestPostingsSolrHighlighter, 
DistanceFunctionTest, SpatialFilterTest, UtilsToolTest, TestIntervalFaceting, 
TestSimpleTextCodec, SecurityConfHandlerTest, TestCustomStream, 
DeleteShardTest, TestUnInvertedFieldException, TestSolrQueryParser, 
TestUniqueKeyFieldResource, NumericFieldsTest, QueryEqualityTest, 
TestSmileRequest, LeaderFailoverAfterPartitionTest, InfixSuggestersTest, 
TaggingAttributeTest, TestStressLiveNodes, ReturnFieldsTest, 
DistributedVersionInfoTest, PathHierarchyTokenizerFactoryTest, 
PreAnalyzedFieldManagedSchemaCloudTest, UpdateParamsTest, TestCoreContainer, 
RandomizedTaggerTest, ZkControllerTest, TestRuleBasedAuthorizationPlugin, 
TestSolrCoreProperties, CreateCollectionCleanupTest, 
TestInPlaceUpdateWithRouteField, TestAnalyzedSuggestions, 
TestReRankQParserPlugin, TestSegmentSorting, 
DistributedQueryComponentOptimizationTest, TestRandomDVFaceting, 
PeerSyncWithIndexFingerprintCachingTest, TestJsonFacetRefinement, 
RequiredFieldsTest, TestSimTriggerIntegration, CursorPagingTest, 
CustomTermsComponentTest, TestSchemaSimilarityResource, 
TestSolrConfigHandlerConcurrent, TestSafeXMLParsing, 
TestImpersonationWithHadoopAuth, ChaosMonkeyNothingIsSafeTest, 
NodeAddedTriggerTest, HighlighterConfigTest, MoveReplicaHDFSFailoverTest, 
NumberUtilsTest, TestSchemaManager, TestNumericRangeQuery64, TestLegacyField, 
TestCrossCoreJoin, TestLegacyTerms, SyncSliceTest, DateMathParserTest, 
TestHttpShardHandlerFactory, OverseerStatusTest, TestSQLHandler, 
DistributedExpandComponentTest, TestHdfsCloudBackupRestore, 
DistributedFacetPivotWhiteBoxTest, SolrIndexConfigTest, 
ScheduledTriggerIntegrationTest, BigEndianAscendingWordDeserializerTest, 
EnumFieldTest, DocValuesMissingTest, 
TestOverriddenPrefixQueryForCustomFieldType, 
ChaosMonkeySafeLeaderWithPullReplicasTest, JvmMetricsTest, 
TestFieldCollectionResource, TestSimDistribStateManager, 
TestMinMaxOnMultiValuedField, TestPseudoReturnFields, HLLUtilTest, 
TestQuerySenderNoQuery, V2StandaloneTest, RootFieldTest, 
CdcrReplicationHandlerTest, TestExclusionRuleCollectionAccess, 
TestReplicationHandlerDiskOverFlow, SampleTest, ResourceLoaderTest, 
TestSkipOverseerOperations, TestTolerantUpdateProcessorRandomCloud, 
MetricTriggerIntegrationTest, AdminHandlersProxyTest, TestLRUStatsCache, 
ExplicitHLLTest, TestEmbeddedSolrServerAdminHandler, 
TestRequestStatusCollectionAPI, TestRecoveryHdfs, 
ConcurrentCreateRoutedAliasTest, TestXIncludeConfig, 
SolrLogAuditLoggerPluginTest, TestJettySolrRunner, AddReplicaTest, 
CdcrBidirectionalTest, TestMacros, TestPHPSerializedResponseWriter, 
ReplaceNodeTest, SimpleCollectionCreateDeleteTest, MaxSizeAutoCommitTest, 
CoreAdminHandlerTest, TestConfigSetImmutable, TestSearchPerf, 
ParsingFieldUpdateProcessorsTest, TestWordDelimiterFilterFactory, 
TestDynamicURP, LeaderVoteWaitTimeoutTest, TriggerSetPropertiesIntegrationTest, 
CacheHeaderTest, TestGroupingSearch, TestSimNodeAddedTrigger, 
ExitableDirectoryReaderTest, SearchRateTriggerTest, TestHdfsBackupRestoreCore, 
TestManagedSchemaThreadSafety, TestScoreJoinQPScore, RollingRestartTest, 
SimpleMLTQParserTest, CategoryRoutedAliasUpdateProcessorTest, 
TermsComponentTest, SpatialHeatmapFacetsTest, TestGraphTermsQParserPlugin, 
TestRebalanceLeaders, TestCSVLoader, TestCloudSchemaless, 
TestSweetSpotSimilarityFactory, TestGeoJSONResponseWriter, 
SpellCheckComponentTest, TestLeaderElectionZkExpiry, RulesTest, 
SuggestComponentTest, CursorMarkTest, ZkShardTermsTest, 
SharedFSAutoReplicaFailoverTest, ReindexCollectionTest, SolrCloudExampleTest, 
TestCloudDeleteByQuery, TestCloudPseudoReturnFields, TestCloudRecovery, 
TestClusterProperties, TestConfigSetsAPI, TestPrepRecovery, 
TestRandomRequestDistribution, TestStressInPlaceUpdates, TestZkChroot, 
TlogReplayBufferedWhileIndexingTest, TriLevelCompositeIdRoutingTest, 
UnloadDistributedZkTest, CollectionReloadTest, CollectionsAPIDistributedZkTest, 
ExecutePlanActionTest, HdfsAutoAddReplicasIntegrationTest, 
HttpTriggerListenerTest, IndexSizeTriggerTest, HdfsBasicDistributedZk2Test, 
HdfsBasicDistributedZkTest, HdfsChaosMonkeyNothingIsSafeTest, 
HdfsChaosMonkeySafeLeaderTest, HdfsNNFailoverTest, HdfsRecoverLeaseTest, 
HdfsRecoveryZkTest, HdfsRestartWhileUpdatingTest, HdfsSyncSliceTest, 
HdfsThreadLeakTest, ZkStateWriterTest, RAMDirectoryFactoryTest, SolrCoreTest, 
TestCodecSupport, TestConfig, TestConfigOverlay, TestInitParams, 
TestJmxIntegration, TestMergePolicyConfig, TestNRTOpen, 
TestQuerySenderListener, TestSolrDeletionPolicy2, TestSolrIndexConfig, 
TestSolrXml, TestSolrCoreSnapshots, PingRequestHandlerTest, InfoHandlerTest, 
LoggingHandlerTest, LukeRequestHandlerTest, MetricsHandlerTest, 
PropertiesRequestHandlerTest, StatsReloadRaceTest, 
DistributedFacetPivotLongTailTest, DistributedFacetPivotSmallTest, 
FacetPivotSmallTest, QueryElevationComponentTest, ReplicaListTransformerTest, 
ResponseLogComponentTest, ShardsWhitelistTest, JavabinLoaderTest, 
EmbeddedSolrNoSerializeTest, UninvertDocValuesMergePolicyTest, 
SolrMetricManagerTest, SolrMetricReporterTest, SolrMetricsIntegrationTest, 
SolrJmxReporterCloudTest, SolrSlf4jReporterTest, SolrCloudReportersTest, 
SolrRrdBackendFactoryTest]
   [junit4] Completed [643/858 (2!)] on J0 in 2.70s, 1 test, 1 failure <<< 
FAILURES!

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

[repro] Revision: b28de243be3144312543fdd7d7bde94de1938478

[repro] Ant options: "-Dargs=-XX:+UseCompressedOops -XX:+UseG1GC"
[repro] Repro line:  ant test  -Dtestcase=AliasIntegrationTest 
-Dtests.method=testClusterStateProviderAPI -Dtests.seed=E0FF6D5E45626FE6 
-Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=luo-KE 
-Dtests.timezone=Pacific/Guam -Dtests.asserts=true 
-Dtests.file.encoding=US-ASCII

[repro] Repro line:  ant test  -Dtestcase=SolrRrdBackendFactoryTest 
-Dtests.method=testBasic -Dtests.seed=E0FF6D5E45626FE6 -Dtests.multiplier=3 
-Dtests.slow=true -Dtests.locale=ne-NP -Dtests.timezone=America/St_Thomas 
-Dtests.asserts=true -Dtests.file.encoding=US-ASCII

[repro] ant clean

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

[...truncated 3310 lines...]
[repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=10 
-Dtests.class="*.AliasIntegrationTest|*.SolrRrdBackendFactoryTest" 
-Dtests.showOutput=onerror "-Dargs=-XX:+UseCompressedOops -XX:+UseG1GC" 
-Dtests.seed=E0FF6D5E45626FE6 -Dtests.multiplier=3 -Dtests.slow=true 
-Dtests.locale=luo-KE -Dtests.timezone=Pacific/Guam -Dtests.asserts=true 
-Dtests.file.encoding=US-ASCII

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

[...truncated 43 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to