Build: https://builds.apache.org/job/Lucene-Solr-Tests-master/3529/

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

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

Stack Trace:
java.lang.AssertionError: {} expected:<2> but was:<0>
        at 
__randomizedtesting.SeedInfo.seed([EBC0A47D2CABCC7E:F41738515FA03535]: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:303)
        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:566)
        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:834)


FAILED:  org.apache.solr.client.solrj.TestLBHttpSolrClient.testReliability

Error Message:
No live SolrServers available to handle this request

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: No live SolrServers available 
to handle this request
        at 
__randomizedtesting.SeedInfo.seed([990678BBB97523A2:58CEA5FD1813F20B]:0)
        at 
org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:669)
        at 
org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:581)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
        at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:987)
        at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:1002)
        at 
org.apache.solr.client.solrj.TestLBHttpSolrClient.testReliability(TestLBHttpSolrClient.java:221)
        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:566)
        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:834)
Caused by: org.apache.solr.client.solrj.SolrServerException: Timeout occurred 
while waiting response from server at: http://127.0.0.1:39107/solr/collection1
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:667)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:262)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:245)
        at 
org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:605)
        ... 43 more
Caused by: java.net.SocketTimeoutException: Read timed out
        at java.base/java.net.SocketInputStream.socketRead0(Native Method)
        at 
java.base/java.net.SocketInputStream.socketRead(SocketInputStream.java:115)
        at java.base/java.net.SocketInputStream.read(SocketInputStream.java:168)
        at java.base/java.net.SocketInputStream.read(SocketInputStream.java:140)
        at 
org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:137)
        at 
org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:153)
        at 
org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:282)
        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138)
        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
        at 
org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)
        at 
org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163)
        at 
org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:165)
        at 
org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)
        at 
org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
        at 
org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
        at 
org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185)
        at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
        at 
org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
        at 
org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:555)
        ... 46 more




Build Log:
[...truncated 14258 lines...]
   [junit4] Suite: org.apache.solr.cloud.AliasIntegrationTest
   [junit4]   2> 1902473 INFO  
(SUITE-AliasIntegrationTest-seed#[EBC0A47D2CABCC7E]-worker) [     ] 
o.a.s.SolrTestCaseJ4 Created dataDir: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.AliasIntegrationTest_EBC0A47D2CABCC7E-001/data-dir-143-001
   [junit4]   2> 1902474 INFO  
(SUITE-AliasIntegrationTest-seed#[EBC0A47D2CABCC7E]-worker) [     ] 
o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) 
w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 1902474 INFO  
(SUITE-AliasIntegrationTest-seed#[EBC0A47D2CABCC7E]-worker) [     ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason="", ssl=0.0/0.0, value=0.0/0.0, 
clientAuth=0.0/0.0)
   [junit4]   2> 1902474 INFO  
(SUITE-AliasIntegrationTest-seed#[EBC0A47D2CABCC7E]-worker) [     ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 1902475 INFO  
(SUITE-AliasIntegrationTest-seed#[EBC0A47D2CABCC7E]-worker) [     ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.AliasIntegrationTest_EBC0A47D2CABCC7E-001/tempDir-001
   [junit4]   2> 1902475 INFO  
(SUITE-AliasIntegrationTest-seed#[EBC0A47D2CABCC7E]-worker) [     ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1902475 INFO  (ZkTestServer Run Thread) [     ] 
o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1902475 INFO  (ZkTestServer Run Thread) [     ] 
o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1902576 INFO  
(SUITE-AliasIntegrationTest-seed#[EBC0A47D2CABCC7E]-worker) [     ] 
o.a.s.c.ZkTestServer start zk server on port:40899
   [junit4]   2> 1902576 INFO  
(SUITE-AliasIntegrationTest-seed#[EBC0A47D2CABCC7E]-worker) [     ] 
o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:40899
   [junit4]   2> 1902576 INFO  
(SUITE-AliasIntegrationTest-seed#[EBC0A47D2CABCC7E]-worker) [     ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1 40899
   [junit4]   2> 1902578 INFO  
(SUITE-AliasIntegrationTest-seed#[EBC0A47D2CABCC7E]-worker) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1902584 INFO  (zkConnectionManagerCallback-6160-thread-1) [    
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1902585 INFO  
(SUITE-AliasIntegrationTest-seed#[EBC0A47D2CABCC7E]-worker) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1902588 INFO  
(SUITE-AliasIntegrationTest-seed#[EBC0A47D2CABCC7E]-worker) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1902590 INFO  (zkConnectionManagerCallback-6162-thread-1) [    
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1902590 INFO  
(SUITE-AliasIntegrationTest-seed#[EBC0A47D2CABCC7E]-worker) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1902591 INFO  
(SUITE-AliasIntegrationTest-seed#[EBC0A47D2CABCC7E]-worker) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1902594 INFO  (zkConnectionManagerCallback-6164-thread-1) [    
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1902594 INFO  
(SUITE-AliasIntegrationTest-seed#[EBC0A47D2CABCC7E]-worker) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1902697 WARN  (jetty-launcher-6165-thread-1) [     ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 1902697 INFO  (jetty-launcher-6165-thread-1) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 1902697 INFO  (jetty-launcher-6165-thread-1) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1902698 INFO  (jetty-launcher-6165-thread-1) [     ] 
o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: 
afcf563148970e98786327af5e07c261fda175d3; jvm 11.0.1+13-LTS
   [junit4]   2> 1902698 WARN  (jetty-launcher-6165-thread-2) [     ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 1902698 INFO  (jetty-launcher-6165-thread-2) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 1902698 INFO  (jetty-launcher-6165-thread-2) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1902698 INFO  (jetty-launcher-6165-thread-2) [     ] 
o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: 
afcf563148970e98786327af5e07c261fda175d3; jvm 11.0.1+13-LTS
   [junit4]   2> 1902702 INFO  (jetty-launcher-6165-thread-1) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1902702 INFO  (jetty-launcher-6165-thread-1) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1902702 INFO  (jetty-launcher-6165-thread-1) [     ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1902702 INFO  (jetty-launcher-6165-thread-2) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1902702 INFO  (jetty-launcher-6165-thread-2) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1902702 INFO  (jetty-launcher-6165-thread-2) [     ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1902702 INFO  (jetty-launcher-6165-thread-2) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@13b04a13{/solr,null,AVAILABLE}
   [junit4]   2> 1902703 INFO  (jetty-launcher-6165-thread-1) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@794be3f9{/solr,null,AVAILABLE}
   [junit4]   2> 1902703 INFO  (jetty-launcher-6165-thread-2) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@7b099827{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:42781}
   [junit4]   2> 1902703 INFO  (jetty-launcher-6165-thread-2) [     ] 
o.e.j.s.Server Started @1903023ms
   [junit4]   2> 1902703 INFO  (jetty-launcher-6165-thread-2) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=42781}
   [junit4]   2> 1902703 INFO  (jetty-launcher-6165-thread-1) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@7d381c4{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:38891}
   [junit4]   2> 1902703 INFO  (jetty-launcher-6165-thread-1) [     ] 
o.e.j.s.Server Started @1903024ms
   [junit4]   2> 1902704 INFO  (jetty-launcher-6165-thread-1) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=38891}
   [junit4]   2> 1902704 ERROR (jetty-launcher-6165-thread-2) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1902704 INFO  (jetty-launcher-6165-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1902704 INFO  (jetty-launcher-6165-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
9.0.0
   [junit4]   2> 1902704 INFO  (jetty-launcher-6165-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1902704 INFO  (jetty-launcher-6165-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1902704 INFO  (jetty-launcher-6165-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-08-10T10:35:34.485169Z
   [junit4]   2> 1902704 ERROR (jetty-launcher-6165-thread-1) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1902704 INFO  (jetty-launcher-6165-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1902704 INFO  (jetty-launcher-6165-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
9.0.0
   [junit4]   2> 1902704 INFO  (jetty-launcher-6165-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1902704 INFO  (jetty-launcher-6165-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1902704 INFO  (jetty-launcher-6165-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-08-10T10:35:34.485315Z
   [junit4]   2> 1902705 INFO  (jetty-launcher-6165-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1902706 INFO  (jetty-launcher-6165-thread-2) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1902707 INFO  (zkConnectionManagerCallback-6167-thread-1) [    
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1902707 INFO  (jetty-launcher-6165-thread-2) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1902707 INFO  (zkConnectionManagerCallback-6169-thread-1) [    
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1902707 INFO  (jetty-launcher-6165-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1902708 INFO  (jetty-launcher-6165-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1902708 INFO  (jetty-launcher-6165-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1902992 INFO  (jetty-launcher-6165-thread-1) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1902993 WARN  (jetty-launcher-6165-thread-1) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@36447a47[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1902993 WARN  (jetty-launcher-6165-thread-1) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@36447a47[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1902996 WARN  (jetty-launcher-6165-thread-1) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@94db74c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1902996 WARN  (jetty-launcher-6165-thread-1) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@94db74c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1902997 INFO  (jetty-launcher-6165-thread-1) [     ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40899/solr
   [junit4]   2> 1902998 INFO  (jetty-launcher-6165-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1903000 INFO  (zkConnectionManagerCallback-6177-thread-1) [    
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1903000 INFO  (jetty-launcher-6165-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1903118 INFO  (jetty-launcher-6165-thread-1) 
[n:127.0.0.1:38891_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 1903121 INFO  (zkConnectionManagerCallback-6179-thread-1) [    
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1903122 INFO  (jetty-launcher-6165-thread-1) 
[n:127.0.0.1:38891_solr     ] o.a.s.c.c.ConnectionManager Client is connected 
to ZooKeeper
   [junit4]   2> 1903135 INFO  (jetty-launcher-6165-thread-2) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1903136 WARN  (jetty-launcher-6165-thread-2) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@252ba5c8[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1903136 WARN  (jetty-launcher-6165-thread-2) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@252ba5c8[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1903141 WARN  (jetty-launcher-6165-thread-2) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@1728739b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1903141 WARN  (jetty-launcher-6165-thread-2) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@1728739b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1903143 INFO  (jetty-launcher-6165-thread-2) [     ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40899/solr
   [junit4]   2> 1903144 INFO  (jetty-launcher-6165-thread-2) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1903145 INFO  (zkConnectionManagerCallback-6187-thread-1) [    
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1903145 INFO  (jetty-launcher-6165-thread-2) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1903248 INFO  (jetty-launcher-6165-thread-2) 
[n:127.0.0.1:42781_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 1903250 INFO  (zkConnectionManagerCallback-6189-thread-1) [    
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1903250 INFO  (jetty-launcher-6165-thread-2) 
[n:127.0.0.1:42781_solr     ] o.a.s.c.c.ConnectionManager Client is connected 
to ZooKeeper
   [junit4]   2> 1903261 INFO  (jetty-launcher-6165-thread-1) 
[n:127.0.0.1:38891_solr     ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:38891_solr
   [junit4]   2> 1903263 INFO  (jetty-launcher-6165-thread-1) 
[n:127.0.0.1:38891_solr     ] o.a.s.c.Overseer Overseer 
(id=75188296939995142-127.0.0.1:38891_solr-n_0000000000) starting
   [junit4]   2> 1903281 INFO  (jetty-launcher-6165-thread-2) 
[n:127.0.0.1:42781_solr     ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:42781_solr
   [junit4]   2> 1903287 INFO  (zkCallback-6188-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1903288 INFO  (zkCallback-6178-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1903289 INFO  (jetty-launcher-6165-thread-2) 
[n:127.0.0.1:42781_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 1903289 INFO  (jetty-launcher-6165-thread-1) 
[n:127.0.0.1:38891_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 1903290 INFO  (zkConnectionManagerCallback-6196-thread-1) [    
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1903290 INFO  (jetty-launcher-6165-thread-2) 
[n:127.0.0.1:42781_solr     ] o.a.s.c.c.ConnectionManager Client is connected 
to ZooKeeper
   [junit4]   2> 1903294 INFO  (zkConnectionManagerCallback-6201-thread-1) [    
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1903294 INFO  (jetty-launcher-6165-thread-1) 
[n:127.0.0.1:38891_solr     ] o.a.s.c.c.ConnectionManager Client is connected 
to ZooKeeper
   [junit4]   2> 1903295 INFO  (jetty-launcher-6165-thread-2) 
[n:127.0.0.1:42781_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 1903296 INFO  (jetty-launcher-6165-thread-1) 
[n:127.0.0.1:38891_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 1903297 INFO  (jetty-launcher-6165-thread-2) 
[n:127.0.0.1:42781_solr     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:40899/solr ready
   [junit4]   2> 1903297 INFO  (jetty-launcher-6165-thread-2) 
[n:127.0.0.1:42781_solr     ] o.a.s.c.LibListener clusterprops.json changed , 
version -1
   [junit4]   2> 1903299 INFO  (jetty-launcher-6165-thread-1) 
[n:127.0.0.1:38891_solr     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:40899/solr ready
   [junit4]   2> 1903302 INFO  
(OverseerStateUpdate-75188296939995142-127.0.0.1:38891_solr-n_0000000000) 
[n:127.0.0.1:38891_solr     ] o.a.s.c.Overseer Starting to work on the main 
queue : 127.0.0.1:38891_solr
   [junit4]   2> 1903302 INFO  (jetty-launcher-6165-thread-1) 
[n:127.0.0.1:38891_solr     ] o.a.s.c.ZkController Publish 
node=127.0.0.1:38891_solr as DOWN
   [junit4]   2> 1903303 INFO  (jetty-launcher-6165-thread-1) 
[n:127.0.0.1:38891_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 1903303 INFO  (jetty-launcher-6165-thread-1) 
[n:127.0.0.1:38891_solr     ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:38891_solr
   [junit4]   2> 1903305 INFO  (zkCallback-6188-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1903306 INFO  (zkCallback-6178-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1903306 INFO  (jetty-launcher-6165-thread-1) 
[n:127.0.0.1:38891_solr     ] o.a.s.c.LibListener clusterprops.json changed , 
version -1
   [junit4]   2> 1903319 INFO  (zkCallback-6200-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1903320 INFO  (zkCallback-6195-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1903338 INFO  (jetty-launcher-6165-thread-1) 
[n:127.0.0.1:38891_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 1903338 INFO  (jetty-launcher-6165-thread-2) 
[n:127.0.0.1:42781_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 1903373 INFO  (jetty-launcher-6165-thread-2) 
[n:127.0.0.1:42781_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_42781.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7cb345fd
   [junit4]   2> 1903385 INFO  (jetty-launcher-6165-thread-1) 
[n:127.0.0.1:38891_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_38891.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7cb345fd
   [junit4]   2> 1903387 INFO  (jetty-launcher-6165-thread-2) 
[n:127.0.0.1:42781_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_42781.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7cb345fd
   [junit4]   2> 1903397 INFO  (jetty-launcher-6165-thread-1) 
[n:127.0.0.1:38891_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_38891.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7cb345fd
   [junit4]   2> 1903397 INFO  (jetty-launcher-6165-thread-1) 
[n:127.0.0.1:38891_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_38891.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7cb345fd
   [junit4]   2> 1903398 INFO  (jetty-launcher-6165-thread-1) 
[n:127.0.0.1:38891_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.AliasIntegrationTest_EBC0A47D2CABCC7E-001/tempDir-001/node1/.
   [junit4]   2> 1903413 INFO  (jetty-launcher-6165-thread-2) 
[n:127.0.0.1:42781_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_42781.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7cb345fd
   [junit4]   2> 1903414 INFO  (jetty-launcher-6165-thread-2) 
[n:127.0.0.1:42781_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.AliasIntegrationTest_EBC0A47D2CABCC7E-001/tempDir-001/node2/.
   [junit4]   2> 1903463 INFO  
(SUITE-AliasIntegrationTest-seed#[EBC0A47D2CABCC7E]-worker) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1903465 INFO  (zkConnectionManagerCallback-6208-thread-1) [    
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1903465 INFO  
(SUITE-AliasIntegrationTest-seed#[EBC0A47D2CABCC7E]-worker) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1903468 INFO  
(SUITE-AliasIntegrationTest-seed#[EBC0A47D2CABCC7E]-worker) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1903470 INFO  
(SUITE-AliasIntegrationTest-seed#[EBC0A47D2CABCC7E]-worker) [     ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:40899/solr ready
   [junit4]   2> 1903524 INFO  
(TEST-AliasIntegrationTest.testProperties-seed#[EBC0A47D2CABCC7E]) [     ] 
o.a.s.SolrTestCaseJ4 ###Starting testProperties
   [junit4]   2> 1903528 INFO  (qtp152333974-16663) [n:127.0.0.1:38891_solr     
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
collection.configName=conf&name=collection1meta&nrtReplicas=1&action=CREATE&numShards=2&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1903533 INFO  
(OverseerThreadFactory-5201-thread-1-processing-n:127.0.0.1:38891_solr) 
[n:127.0.0.1:38891_solr     ] o.a.s.c.a.c.CreateCollectionCmd Create collection 
collection1meta
   [junit4]   2> 1903664 INFO  
(OverseerStateUpdate-75188296939995142-127.0.0.1:38891_solr-n_0000000000) 
[n:127.0.0.1:38891_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"collection1meta",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"collection1meta_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:42781/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1903668 INFO  
(OverseerStateUpdate-75188296939995142-127.0.0.1:38891_solr-n_0000000000) 
[n:127.0.0.1:38891_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"collection1meta",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"collection1meta_shard2_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:38891/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1903873 INFO  (qtp1976465646-16664) [n:127.0.0.1:42781_solr    
x:collection1meta_shard1_replica_n1 ] o.a.s.h.a.CoreAdminOperation core create 
command 
qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=collection1meta_shard1_replica_n1&action=CREATE&numShards=2&collection=collection1meta&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1903873 INFO  (qtp152333974-16667) [n:127.0.0.1:38891_solr    
x:collection1meta_shard2_replica_n2 ] o.a.s.h.a.CoreAdminOperation core create 
command 
qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=collection1meta_shard2_replica_n2&action=CREATE&numShards=2&collection=collection1meta&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1903873 INFO  (qtp1976465646-16664) [n:127.0.0.1:42781_solr    
x:collection1meta_shard1_replica_n1 ] o.a.s.c.TransientSolrCoreCacheDefault 
Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1904889 INFO  (qtp152333974-16667) [n:127.0.0.1:38891_solr 
c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2 ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 1904890 INFO  (qtp1976465646-16664) [n:127.0.0.1:42781_solr 
c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1 ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 1904905 INFO  (qtp1976465646-16664) [n:127.0.0.1:42781_solr 
c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1 ] 
o.a.s.s.IndexSchema [collection1meta_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 1904907 INFO  (qtp1976465646-16664) [n:127.0.0.1:42781_solr 
c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1 ] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1904907 INFO  (qtp1976465646-16664) [n:127.0.0.1:42781_solr 
c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1 ] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1meta_shard1_replica_n1' 
using configuration from collection collection1meta, trusted=true
   [junit4]   2> 1904907 INFO  (qtp1976465646-16664) [n:127.0.0.1:42781_solr 
c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1 ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_42781.solr.core.collection1meta.shard1.replica_n1' (registry 
'solr.core.collection1meta.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7cb345fd
   [junit4]   2> 1904908 INFO  (qtp1976465646-16664) [n:127.0.0.1:42781_solr 
c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1 ] 
o.a.s.c.SolrCore [[collection1meta_shard1_replica_n1] ] Opening new SolrCore at 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.AliasIntegrationTest_EBC0A47D2CABCC7E-001/tempDir-001/node2/collection1meta_shard1_replica_n1],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.AliasIntegrationTest_EBC0A47D2CABCC7E-001/tempDir-001/node2/./collection1meta_shard1_replica_n1/data/]
   [junit4]   2> 1904911 INFO  (qtp152333974-16667) [n:127.0.0.1:38891_solr 
c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2 ] 
o.a.s.s.IndexSchema [collection1meta_shard2_replica_n2] Schema name=minimal
   [junit4]   2> 1904913 INFO  (qtp152333974-16667) [n:127.0.0.1:38891_solr 
c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2 ] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1904913 INFO  (qtp152333974-16667) [n:127.0.0.1:38891_solr 
c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2 ] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1meta_shard2_replica_n2' 
using configuration from collection collection1meta, trusted=true
   [junit4]   2> 1904913 INFO  (qtp152333974-16667) [n:127.0.0.1:38891_solr 
c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2 ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_38891.solr.core.collection1meta.shard2.replica_n2' (registry 
'solr.core.collection1meta.shard2.replica_n2') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7cb345fd
   [junit4]   2> 1904913 INFO  (qtp152333974-16667) [n:127.0.0.1:38891_solr 
c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2 ] 
o.a.s.c.SolrCore [[collection1meta_shard2_replica_n2] ] Opening new SolrCore at 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.AliasIntegrationTest_EBC0A47D2CABCC7E-001/tempDir-001/node1/collection1meta_shard2_replica_n2],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.AliasIntegrationTest_EBC0A47D2CABCC7E-001/tempDir-001/node1/./collection1meta_shard2_replica_n2/data/]
   [junit4]   2> 1905005 INFO  (qtp152333974-16667) [n:127.0.0.1:38891_solr 
c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2 ] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1905005 INFO  (qtp152333974-16667) [n:127.0.0.1:38891_solr 
c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2 ] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1905012 INFO  (qtp152333974-16667) [n:127.0.0.1:38891_solr 
c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2 ] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1905014 INFO  (qtp152333974-16667) [n:127.0.0.1:38891_solr 
c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2 ] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1905021 INFO  (qtp152333974-16667) [n:127.0.0.1:38891_solr 
c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2 ] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@1ddcdaf3[collection1meta_shard2_replica_n2] main]
   [junit4]   2> 1905027 INFO  (qtp152333974-16667) [n:127.0.0.1:38891_solr 
c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2 ] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 1905028 INFO  (qtp152333974-16667) [n:127.0.0.1:38891_solr 
c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2 ] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1905029 INFO  (qtp152333974-16667) [n:127.0.0.1:38891_solr 
c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2 ] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1905030 INFO  (qtp152333974-16667) [n:127.0.0.1:38891_solr 
c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2 ] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1641475826579931136
   [junit4]   2> 1905042 INFO  
(searcherExecutor-5211-thread-1-processing-n:127.0.0.1:38891_solr 
x:collection1meta_shard2_replica_n2 c:collection1meta s:shard2 r:core_node4) 
[n:127.0.0.1:38891_solr c:collection1meta s:shard2 r:core_node4 
x:collection1meta_shard2_replica_n2 ] o.a.s.c.SolrCore 
[collection1meta_shard2_replica_n2] Registered new searcher 
Searcher@1ddcdaf3[collection1meta_shard2_replica_n2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1905045 INFO  (qtp1976465646-16664) [n:127.0.0.1:42781_solr 
c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1 ] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1905045 INFO  (qtp1976465646-16664) [n:127.0.0.1:42781_solr 
c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1 ] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1905049 INFO  (qtp1976465646-16664) [n:127.0.0.1:42781_solr 
c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1 ] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1905049 INFO  (qtp1976465646-16664) [n:127.0.0.1:42781_solr 
c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1 ] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1905051 INFO  (qtp152333974-16667) [n:127.0.0.1:38891_solr 
c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2 ] 
o.a.s.c.ZkShardTerms Successful update of terms at 
/collections/collection1meta/terms/shard2 to Terms{values={core_node4=0}, 
version=0}
   [junit4]   2> 1905051 INFO  (qtp152333974-16667) [n:127.0.0.1:38891_solr 
c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2 ] 
o.a.s.c.ShardLeaderElectionContextBase make sure parent is created 
/collections/collection1meta/leaders/shard2
   [junit4]   2> 1905053 INFO  (qtp1976465646-16664) [n:127.0.0.1:42781_solr 
c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1 ] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@700b74cc[collection1meta_shard1_replica_n1] main]
   [junit4]   2> 1905056 INFO  (qtp1976465646-16664) [n:127.0.0.1:42781_solr 
c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1 ] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 1905057 INFO  (qtp1976465646-16664) [n:127.0.0.1:42781_solr 
c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1 ] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1905058 INFO  (qtp152333974-16667) [n:127.0.0.1:38891_solr 
c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2 ] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1905058 INFO  (qtp152333974-16667) [n:127.0.0.1:38891_solr 
c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2 ] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1905058 INFO  (qtp152333974-16667) [n:127.0.0.1:38891_solr 
c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2 ] 
o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:38891/solr/collection1meta_shard2_replica_n2/
   [junit4]   2> 1905058 INFO  (qtp152333974-16667) [n:127.0.0.1:38891_solr 
c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2 ] 
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1905059 INFO  (qtp1976465646-16664) [n:127.0.0.1:42781_solr 
c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1 ] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1905059 INFO  (qtp152333974-16667) [n:127.0.0.1:38891_solr 
c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2 ] 
o.a.s.c.SyncStrategy 
http://127.0.0.1:38891/solr/collection1meta_shard2_replica_n2/ has no replicas
   [junit4]   2> 1905059 INFO  (qtp152333974-16667) [n:127.0.0.1:38891_solr 
c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2 ] 
o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node 
/collections/collection1meta/leaders/shard2/leader after winning as 
/collections/collection1meta/leader_elect/shard2/election/75188296939995142-core_node4-n_0000000000
   [junit4]   2> 1905059 INFO  (qtp1976465646-16664) [n:127.0.0.1:42781_solr 
c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1 ] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1641475826610339840
   [junit4]   2> 1905064 INFO  
(searcherExecutor-5210-thread-1-processing-n:127.0.0.1:42781_solr 
x:collection1meta_shard1_replica_n1 c:collection1meta s:shard1 r:core_node3) 
[n:127.0.0.1:42781_solr c:collection1meta s:shard1 r:core_node3 
x:collection1meta_shard1_replica_n1 ] o.a.s.c.SolrCore 
[collection1meta_shard1_replica_n1] Registered new searcher 
Searcher@700b74cc[collection1meta_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1905064 INFO  (qtp152333974-16667) [n:127.0.0.1:38891_solr 
c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2 ] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:38891/solr/collection1meta_shard2_replica_n2/ shard2
   [junit4]   2> 1905072 INFO  (qtp1976465646-16664) [n:127.0.0.1:42781_solr 
c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1 ] 
o.a.s.c.ZkShardTerms Successful update of terms at 
/collections/collection1meta/terms/shard1 to Terms{values={core_node3=0}, 
version=0}
   [junit4]   2> 1905072 INFO  (qtp1976465646-16664) [n:127.0.0.1:42781_solr 
c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1 ] 
o.a.s.c.ShardLeaderElectionContextBase make sure parent is created 
/collections/collection1meta/leaders/shard1
   [junit4]   2> 1905084 INFO  (qtp1976465646-16664) [n:127.0.0.1:42781_solr 
c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1 ] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1905084 INFO  (qtp1976465646-16664) [n:127.0.0.1:42781_solr 
c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1 ] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1905084 INFO  (qtp1976465646-16664) [n:127.0.0.1:42781_solr 
c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1 ] 
o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:42781/solr/collection1meta_shard1_replica_n1/
   [junit4]   2> 1905085 INFO  (qtp1976465646-16664) [n:127.0.0.1:42781_solr 
c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1 ] 
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1905086 INFO  (qtp1976465646-16664) [n:127.0.0.1:42781_solr 
c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1 ] 
o.a.s.c.SyncStrategy 
http://127.0.0.1:42781/solr/collection1meta_shard1_replica_n1/ has no replicas
   [junit4]   2> 1905086 INFO  (qtp1976465646-16664) [n:127.0.0.1:42781_solr 
c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1 ] 
o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node 
/collections/collection1meta/leaders/shard1/leader after winning as 
/collections/collection1meta/leader_elect/shard1/election/75188296939995144-core_node3-n_0000000000
   [junit4]   2> 1905094 INFO  (qtp1976465646-16664) [n:127.0.0.1:42781_solr 
c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1 ] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:42781/solr/collection1meta_shard1_replica_n1/ shard1
   [junit4]   2> 1905195 INFO  (zkCallback-6188-thread-1) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1meta/state.json] for collection [collection1meta] 
has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1905195 INFO  (zkCallback-6178-thread-1) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1meta/state.json] for collection [collection1meta] 
has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1905196 INFO  (qtp1976465646-16664) [n:127.0.0.1:42781_solr 
c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1 ] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1905197 INFO  (qtp152333974-16667) [n:127.0.0.1:38891_solr 
c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2 ] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1905202 INFO  (qtp1976465646-16664) [n:127.0.0.1:42781_solr 
c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1 ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=collection1meta_shard1_replica_n1&action=CREATE&numShards=2&collection=collection1meta&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=1330
   [junit4]   2> 1905204 INFO  (qtp152333974-16667) [n:127.0.0.1:38891_solr 
c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2 ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=collection1meta_shard2_replica_n2&action=CREATE&numShards=2&collection=collection1meta&shard=shard2&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=1331
   [junit4]   2> 1905216 INFO  (qtp152333974-16663) [n:127.0.0.1:38891_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> 1905308 INFO  (zkCallback-6178-thread-2) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1meta/state.json] for collection [collection1meta] 
has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1905308 INFO  (zkCallback-6188-thread-2) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1meta/state.json] for collection [collection1meta] 
has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1905308 INFO  (zkCallback-6178-thread-1) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1meta/state.json] for collection [collection1meta] 
has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1905308 INFO  (zkCallback-6188-thread-1) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1meta/state.json] for collection [collection1meta] 
has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1905308 INFO  (qtp152333974-16663) [n:127.0.0.1:38891_solr     
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={collection.configName=conf&name=collection1meta&nrtReplicas=1&action=CREATE&numShards=2&wt=javabin&version=2}
 status=0 QTime=1780
   [junit4]   2> 1905309 INFO  (qtp152333974-16669) [n:127.0.0.1:38891_solr     
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
collection.configName=conf&name=collection2meta&nrtReplicas=1&action=CREATE&numShards=1&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1905317 INFO  
(OverseerCollectionConfigSetProcessor-75188296939995142-127.0.0.1:38891_solr-n_0000000000)
 [n:127.0.0.1:38891_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> 1905317 INFO  
(OverseerThreadFactory-5201-thread-2-processing-n:127.0.0.1:38891_solr) 
[n:127.0.0.1:38891_solr     ] o.a.s.c.a.c.CreateCollectionCmd Create collection 
collection2meta
   [junit4]   2> 1905543 INFO  
(OverseerStateUpdate-75188296939995142-127.0.0.1:38891_solr-n_0000000000) 
[n:127.0.0.1:38891_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"collection2meta",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"collection2meta_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:42781/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1905746 INFO  (qtp1976465646-16666) [n:127.0.0.1:42781_solr    
x:collection2meta_shard1_replica_n1 ] o.a.s.h.a.CoreAdminOperation core create 
command 
qt=/admin/cores&coreNodeName=core_node2&collection.configName=conf&newCollection=true&name=collection2meta_shard1_replica_n1&action=CREATE&numShards=1&collection=collection2meta&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1906755 INFO  (qtp1976465646-16666) [n:127.0.0.1:42781_solr 
c:collection2meta s:shard1 r:core_node2 x:collection2meta_shard1_replica_n1 ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 1906801 INFO  (qtp1976465646-16666) [n:127.0.0.1:42781_solr 
c:collection2meta s:shard1 r:core_node2 x:collection2meta_shard1_replica_n1 ] 
o.a.s.s.IndexSchema [collection2meta_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 1906805 INFO  (qtp1976465646-16666) [n:127.0.0.1:42781_solr 
c:collection2meta s:shard1 r:core_node2 x:collection2meta_shard1_replica_n1 ] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1906805 INFO  (qtp1976465646-16666) [n:127.0.0.1:42781_solr 
c:collection2meta s:shard1 r:core_node2 x:collection2meta_shard1_replica_n1 ] 
o.a.s.c.CoreContainer Creating SolrCore 'collection2meta_shard1_replica_n1' 
using configuration from collection collection2meta, trusted=true
   [junit4]   2> 1906806 INFO  (qtp1976465646-16666) [n:127.0.0.1:42781_solr 
c:collection2meta s:shard1 r:core_node2 x:collection2meta_shard1_replica_n1 ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_42781.solr.core.collection2meta.shard1.replica_n1' (registry 
'solr.core.collection2meta.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7cb345fd
   [junit4]   2> 1906806 INFO  (qtp1976465646-16666) [n:127.0.0.1:42781_solr 
c:collection2meta s:shard1 r:core_node2 x:collection2meta_shard1_replica_n1 ] 
o.a.s.c.SolrCore [[collection2meta_shard1_replica_n1] ] Opening new SolrCore at 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.AliasIntegrationTest_EBC0A47D2CABCC7E-001/tempDir-001/node2/collection2meta_shard1_replica_n1],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.AliasIntegrationTest_EBC0A47D2CABCC7E-001/tempDir-001/node2/./collection2meta_shard1_replica_n1/data/]
   [junit4]   2> 1906918 INFO  (qtp1976465646-16666) [n:127.0.0.1:42781_solr 
c:collection2meta s:shard1 r:core_node2 x:collection2meta_shard1_replica_n1 ] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1906918 INFO  (qtp1976465646-16666) [n:127.0.0.1:42781_solr 
c:collection2meta s:shard1 r:core_node2 x:collection2meta_shard1_replica_n1 ] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1906920 INFO  (qtp1976465646-16666) [n:127.0.0.1:42781_solr 
c:collection2meta s:shard1 r:core_node2 x:collection2meta_shard1_replica_n1 ] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1906920 INFO  (qtp1976465646-16666) [n:127.0.0.1:42781_solr 
c:collection2meta s:shard1 r:core_node2 x:collection2meta_shard1_replica_n1 ] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1906930 INFO  (qtp1976465646-16666) [n:127.0.0.1:42781_solr 
c:collection2meta s:shard1 r:core_node2 x:collection2meta_shard1_replica_n1 ] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@52bacac5[collection2meta_shard1_replica_n1] main]
   [junit4]   2> 1906933 INFO  (qtp1976465646-16666) [n:127.0.0.1:42781_solr 
c:collection2meta s:shard1 r:core_node2 x:collection2meta_shard1_replica_n1 ] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 1906934 INFO  (qtp1976465646-16666) [n:127.0.0.1:42781_solr 
c:collection2meta s:shard1 r:core_node2 x:collection2meta_shard1_replica_n1 ] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1906934 INFO  (qtp1976465646-16666) [n:127.0.0.1:42781_solr 
c:collection2meta s:shard1 r:core_node2 x:collection2meta_shard1_replica_n1 ] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1906934 INFO  (qtp1976465646-16666) [n:127.0.0.1:42781_solr 
c:collection2meta s:shard1 r:core_node2 x:collection2meta_shard1_replica_n1 ] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1641475828576419840
   [junit4]   2> 1906946 INFO  
(searcherExecutor-5220-thread-1-processing-n:127.0.0.1:42781_solr 
x:collection2meta_shard1_replica_n1 c:collection2meta s:shard1 r:core_node2) 
[n:127.0.0.1:42781_solr c:collection2meta s:shard1 r:core_node2 
x:collection2meta_shard1_replica_n1 ] o.a.s.c.SolrCore 
[collection2meta_shard1_replica_n1] Registered new searcher 
Searcher@52bacac5[collection2meta_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1906949 INFO  (qtp1976465646-16666) [n:127.0.0.1:42781_solr 
c:collection2meta s:shard1 r:core_node2 x:collection2meta_shard1_replica_n1 ] 
o.a.s.c.ZkShardTerms Successful update of terms at 
/collections/collection2meta/terms/shard1 to Terms{values={core_node2=0}, 
version=0}
   [junit4]   2> 1906949 INFO  (qtp1976465646-16666) [n:127.0.0.1:42781_solr 
c:collection2meta s:shard1 r:core_node2 x:collection2meta_shard1_replica_n1 ] 
o.a.s.c.ShardLeaderElectionContextBase make sure parent is created 
/collections/collection2meta/leaders/shard1
   [junit4]   2> 1906952 INFO  (qtp1976465646-16666) [n:127.0.0.1:42781_solr 
c:collection2meta s:shard1 r:core_node2 x:collection2meta_shard1_replica_n1 ] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1906952 INFO  (qtp1976465646-16666) [n:127.0.0.1:42781_solr 
c:collection2meta s:shard1 r:core_node2 x:collection2meta_shard1_replica_n1 ] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1906952 INFO  (qtp1976465646-16666) [n:127.0.0.1:42781_solr 
c:collection2meta s:shard1 r:core_node2 x:collection2meta_shard1_replica_n1 ] 
o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:42781/solr/collection2meta_shard1_replica_n1/
   [junit4]   2> 1906952 INFO  (qtp1976465646-16666) [n:127.0.0.1:42781_solr 
c:collection2meta s:shard1 r:core_node2 x:collection2meta_shard1_replica_n1 ] 
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1906952 INFO  (qtp1976465646-16666) [n:127.0.0.1:42781_solr 
c:collection2meta s:shard1 r:core_node2 x:collection2meta_shard1_replica_n1 ] 
o.a.s.c.SyncStrategy 
http://127.0.0.1:42781/solr/collection2meta_shard1_replica_n1/ has no replicas
   [junit4]   2> 1906953 INFO  (qtp1976465646-16666) [n:127.0.0.1:42781_solr 
c:collection2meta s:shard1 r:core_node2 x:collection2meta_shard1_replica_n1 ] 
o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node 
/collections/collection2meta/leaders/shard1/leader after winning as 
/collections/collection2meta/leader_elect/shard1/election/75188296939995144-core_node2-n_0000000000
   [junit4]   2> 1906954 INFO  (qtp1976465646-16666) [n:127.0.0.1:42781_solr 
c:collection2meta s:shard1 r:core_node2 x:collection2meta_shard1_replica_n1 ] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:42781/solr/collection2meta_shard1_replica_n1/ shard1
   [junit4]   2> 1907056 INFO  (zkCallback-6188-thread-1) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection2meta/state.json] for collection [collection2meta] 
has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1907056 INFO  (zkCallback-6188-thread-2) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection2meta/state.json] for collection [collection2meta] 
has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1907060 INFO  (qtp1976465646-16666) [n:127.0.0.1:42781_solr 
c:collection2meta s:shard1 r:core_node2 x:collection2meta_shard1_replica_n1 ] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1907070 ERROR (qtp1976465646-16666) [n:127.0.0.1:42781_solr 
c:collection2meta s:shard1 r:core_node2 x:collection2meta_shard1_replica_n1 ] 
o.a.s.c.c.ZkStateReader Collection collection2meta is not lazy or watched!
   [junit4]   2> 1907071 INFO  (qtp1976465646-16666) [n:127.0.0.1:42781_solr 
c:collection2meta s:shard1 r:core_node2 x:collection2meta_shard1_replica_n1 ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node2&collection.configName=conf&newCollection=true&name=collection2meta_shard1_replica_n1&action=CREATE&numShards=1&collection=collection2meta&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=1325
   [junit4]   2> 1907073 INFO  (qtp152333974-16669) [n:127.0.0.1:38891_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> 1907167 INFO  (zkCallback-6188-thread-2) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection2meta/state.json] for collection [collection2meta] 
has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1907167 INFO  (zkCallback-6188-thread-1) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection2meta/state.json] for collection [collection2meta] 
has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1907167 INFO  (zkCallback-6178-thread-1) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection2meta/state.json] for collection [collection2meta] 
has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1907168 INFO  (qtp152333974-16669) [n:127.0.0.1:38891_solr     
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={collection.configName=conf&name=collection2meta&nrtReplicas=1&action=CREATE&numShards=1&wt=javabin&version=2}
 status=0 QTime=1858
   [junit4]   2> 1907170 INFO  (zkCallback-6188-thread-3) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection2meta/state.json] for collection [collection2meta] 
has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1907180 INFO  
(TEST-AliasIntegrationTest.testProperties-seed#[EBC0A47D2CABCC7E]) [     ] 
o.a.s.c.SolrCloudTestCase active replica count: 2 expected replica count: 2
   [junit4]   2> 1907180 INFO  (watches-6205-thread-1) [     ] 
o.a.s.c.SolrCloudTestCase active replica count: 2 expected replica count: 2
   [junit4]   2> 1907180 INFO  
(TEST-AliasIntegrationTest.testProperties-seed#[EBC0A47D2CABCC7E]) [     ] 
o.a.s.c.SolrCloudTestCase active replica count: 2 expected replica count: 2
   [junit4]   2> 1907181 INFO  
(TEST-AliasIntegrationTest.testProperties-seed#[EBC0A47D2CABCC7E]) [     ] 
o.a.s.c.SolrCloudTestCase active replica count: 2 expected replica count: 2
   [junit4]   2> 1907182 INFO  
(TEST-AliasIntegrationTest.testProperties-seed#[EBC0A47D2CABCC7E]) [     ] 
o.a.s.c.SolrCloudTestCase active replica count: 1 expected replica count: 1
   [junit4]   2> 1907182 INFO  (watches-6205-thread-1) [     ] 
o.a.s.c.SolrCloudTestCase active replica count: 1 expected replica count: 1
   [junit4]   2> 1907182 INFO  
(TEST-AliasIntegrationTest.testProperties-seed#[EBC0A47D2CABCC7E]) [     ] 
o.a.s.c.SolrCloudTestCase active replica count: 1 expected replica count: 1
   [junit4]   2> 1907183 INFO  
(TEST-AliasIntegrationTest.testProperties-seed#[EBC0A47D2CABCC7E]) [     ] 
o.a.s.c.SolrCloudTestCase active replica count: 1 expected replica count: 1
   [junit4]   2> 1907204 INFO  
(TEST-AliasIntegrationTest.testProperties-seed#[EBC0A47D2CABCC7E]) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1907216 INFO  (zkConnectionManagerCallback-6214-thread-1) [    
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1907216 INFO  
(TEST-AliasIntegrationTest.testProperties-seed#[EBC0A47D2CABCC7E]) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1907236 INFO  
(TEST-AliasIntegrationTest.testProperties-seed#[EBC0A47D2CABCC7E]) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1907319 INFO  
(OverseerCollectionConfigSetProcessor-75188296939995142-127.0.0.1:38891_solr-n_0000000000)
 [n:127.0.0.1:38891_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> 1907339 INFO  
(TEST-AliasIntegrationTest.testProperties-seed#[EBC0A47D2CABCC7E]) [     ] 
o.a.s.SolrTestCaseJ4 ###Ending testProperties
   [junit4]   2> 1907340 INFO  
(TEST-AliasIntegrationTest.testProperties-seed#[EBC0A47D2CABCC7E]) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1907343 INFO  (qtp152333974-16659) [n:127.0.0.1:38891_solr     
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :delete with params 
name=collection2meta&action=DELETE&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1907347 INFO  
(OverseerThreadFactory-5201-thread-3-processing-n:127.0.0.1:38891_solr) 
[n:127.0.0.1:38891_solr     ] o.a.s.c.a.c.OverseerCollectionMessageHandler 
Executing Collection 
Cmd=action=UNLOAD&deleteInstanceDir=true&deleteDataDir=true&deleteMetricsHistory=true,
 asyncId=null
   [junit4]   2> 1907349 INFO  (qtp1976465646-16668) [n:127.0.0.1:42781_solr    
x:collection2meta_shard1_replica_n1 ] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.core.collection2meta.shard1.replica_n1, tag=null
   [junit4]   2> 1907349 INFO  (qtp1976465646-16668) [n:127.0.0.1:42781_solr    
x:collection2meta_shard1_replica_n1 ] o.a.s.m.r.SolrJmxReporter Closing 
reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@3dc43dd5: rootName 
= solr_42781, domain = solr.core.collection2meta.shard1.replica_n1, service url 
= null, agent id = null] for registry 
solr.core.collection2meta.shard1.replica_n1 / 
com.codahale.metrics.MetricRegistry@52626eed
   [junit4]   2> 1907360 INFO  (qtp1976465646-16668) [n:127.0.0.1:42781_solr    
x:collection2meta_shard1_replica_n1 ] o.a.s.c.SolrCore 
[collection2meta_shard1_replica_n1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@600baad1
   [junit4]   2> 1907360 INFO  (qtp1976465646-16668) [n:127.0.0.1:42781_solr    
x:collection2meta_shard1_replica_n1 ] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.core.collection2meta.shard1.replica_n1, tag=600baad1
   [junit4]   2> 1907360 INFO  (qtp1976465646-16668) [n:127.0.0.1:42781_solr    
x:collection2meta_shard1_replica_n1 ] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.collection.collection2meta.shard1.leader, 
tag=600baad1
   [junit4]   2> 1907366 INFO  (qtp1976465646-16668) [n:127.0.0.1:42781_solr    
x:collection2meta_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Successful update of 
terms at /collections/collection2meta/terms/shard1 to Terms{values={}, 
version=1}
   [junit4]   2> 1907367 INFO  (qtp1976465646-16668) [n:127.0.0.1:42781_solr    
x:collection2meta_shard1_replica_n1 ] o.a.s.s.HttpSolrCall [admin] webapp=null 
path=/admin/cores 
params={deleteInstanceDir=true&deleteMetricsHistory=true&core=collection2meta_shard1_replica_n1&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2}
 status=0 QTime=18
   [junit4]   2> 1907470 INFO  (zkCallback-6188-thread-3) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDeleted 
path:/collections/collection2meta/state.json] for collection [collection2meta] 
has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1907470 INFO  (zkCallback-6178-thread-1) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDeleted 
path:/collections/collection2meta/state.json] for collection [collection2meta] 
has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1907470 INFO  (zkCallback-6178-thread-3) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDeleted 
path:/collections/collection2meta/state.json] for collection [collection2meta] 
has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1907470 INFO  (zkCallback-6188-thread-1) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDeleted 
path:/collections/collection2meta/state.json] for collection [collection2meta] 
has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1907470 INFO  (zkCallback-6188-thread-2) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDeleted 
path:/collections/collection2meta/state.json] for collection [collection2meta] 
has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1907483 INFO  (qtp152333974-16659) [n:127.0.0.1:38891_solr     
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={name=collection2meta&action=DELETE&wt=javabin&version=2} status=0 
QTime=140
   [junit4]   2> 1907484 INFO  (qtp152333974-16665) [n:127.0.0.1:38891_solr     
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :delete with params 
name=collection1meta&action=DELETE&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1907488 INFO  
(OverseerThreadFactory-5201-thread-4-processing-n:127.0.0.1:38891_solr) 
[n:127.0.0.1:38891_solr     ] o.a.s.c.a.c.OverseerCollectionMessageHandler 
Executing Collection 
Cmd=action=UNLOAD&deleteInstanceDir=true&deleteDataDir=true&deleteMetricsHistory=true,
 asyncId=null
   [junit4]   2> 1907488 INFO  
(OverseerCollectionConfigSetProcessor-75188296939995142-127.0.0.1:38891_solr-n_0000000000)
 [n:127.0.0.1:38891_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> 1907489 INFO  (qtp152333974-16667) [n:127.0.0.1:38891_solr    
x:collection1meta_shard2_replica_n2 ] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.core.collection1meta.shard2.replica_n2, tag=null
   [junit4]   2> 1907489 INFO  (qtp1976465646-16670) [n:127.0.0.1:42781_solr    
x:collection1meta_shard1_replica_n1 ] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.core.collection1meta.shard1.replica_n1, tag=null
   [junit4]   2> 1907489 INFO  (qtp152333974-16667) [n:127.0.0.1:38891_solr    
x:collection1meta_shard2_replica_n2 ] o.a.s.m.r.SolrJmxReporter Closing 
reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@3ac48018: rootName 
= solr_38891, domain = solr.core.collection1meta.shard2.replica_n2, service url 
= null, agent id = null] for registry 
solr.core.collection1meta.shard2.replica_n2 / 
com.codahale.metrics.MetricRegistry@66021f62
   [junit4]   2> 1907489 INFO  (qtp1976465646-16670) [n:127.0.0.1:42781_solr    
x:collection1meta_shard1_replica_n1 ] o.a.s.m.r.SolrJmxReporter Closing 
reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@6e2a890d: rootName 
= solr_42781, domain = solr.core.collection1meta.shard1.replica_n1, service url 
= null, agent id = null] for registry 
solr.core.collection1meta.shard1.replica_n1 / 
com.codahale.metrics.MetricRegistry@5a2f5a35
   [junit4]   2> 1907503 INFO  (qtp152333974-16667) [n:127.0.0.1:38891_solr    
x:collection1meta_shard2_replica_n2 ] o.a.s.c.SolrCore 
[collection1meta_shard2_replica_n2]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@432ec1dd
   [junit4]   2> 1907503 INFO  (qtp152333974-16667) [n:127.0.0.1:38891_solr    
x:collection1meta_shard2_replica_n2 ] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.core.collection1meta.shard2.replica_n2, tag=432ec1dd
   [junit4]   2> 1907503 INFO  (qtp152333974-16667) [n:127.0.0.1:38891_solr    
x:collection1meta_shard2_replica_n2 ] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.collection.collection1meta.shard2.leader, 
tag=432ec1dd
   [junit4]   2> 1907506 INFO  (qtp152333974-16667) [n:127.0.0.1:38891_solr    
x:collection1meta_shard2_replica_n2 ] o.a.s.c.ZkShardTerms Successful update of 
terms at /collections/collection1meta/terms/shard2 to Terms{values={}, 
version=1}
   [junit4]   2> 1907508 INFO  (qtp152333974-16667) [n:127.0.0.1:38891_solr    
x:collection1meta_shard2_replica_n2 ] o.a.s.s.HttpSolrCall [admin] webapp=null 
path=/admin/cores 
params={deleteInstanceDir=true&deleteMetricsHistory=true&core=collection1meta_shard2_replica_n2&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2}
 status=0 QTime=19
   [junit4]   2> 1907508 INFO  (qtp1976465646-16670) [n:127.0.0.1:42781_solr    
x:collection1meta_shard1_replica_n1 ] o.a.s.c.SolrCore 
[collection1meta_shard1_replica_n1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@3316f38e
   [junit4]   2> 1907508 INFO  (qtp1976465646-16670) [n:127.0.0.1:42781_solr    
x:collection1meta_shard1_replica_n1 ] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.core.collection1meta.shard1.replica_n1, tag=3316f38e
   [junit4]   2> 1907508 INFO  (qtp1976465646-16670) [n:127.0.0.1:42781_solr    
x:collection1meta_shard1_replica_n1 ] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.collection.collection1meta.shard1.leader, 
tag=3316f38e
   [junit4]   2> 1907515 INFO  (qtp1976465646-16670) [n:127.0.0.1:42781_solr    
x:collection1meta_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Successful update of 
terms at /collections/collection1meta/terms/shard1 to Terms{values={}, 
version=1}
   [junit4]   2> 1907519 INFO  (qtp1976465646-16670) [n:127.0.0.1:42781_solr    
x:collection1meta_shard1_replica_n1 ] o.a.s.s.HttpSolrCall [admin] webapp=null 
path=/admin/cores 
params={deleteInstanceDir=true&deleteMetricsHistory=true&core=collection1meta_shard1_replica_n1&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2}
 status=0 QTime=30
   [junit4]   2> 1907622 INFO  (zkCallback-6188-thread-2) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDeleted 
path:/collections/collection1meta/state.json] for collection [collection1meta] 
has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1907622 INFO  (zkCallback-6188-thread-1) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDeleted 
path:/collections/collection1meta/state.json] for collection [collection1meta] 
has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1907622 INFO  (zkCallback-6178-thread-3) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDeleted 
path:/collections/collection1meta/state.json] for collection [collection1meta] 
has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1907622 INFO  (zkCallback-6178-thread-1) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDeleted 
path:/collections/collection1meta/state.json] for collection [collection1meta] 
has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1907633 INFO  (qtp152333974-16665) [n:127.0.0.1:38891_solr     
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={name=collection1meta&action=DELETE&wt=javabin&version=2} status=0 
QTime=149
   [junit4]   2> 1907665 INFO  
(TEST-AliasIntegrationTest.testModifyPropertiesCAR-seed#[EBC0A47D2CABCC7E]) [   
  ] o.a.s.SolrTestCaseJ4 ###Starting testModifyPropertiesCAR
   [junit4]   2> 1907667 INFO  (qtp152333974-16663) [n:127.0.0.1:38891_solr     
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
collection.configName=conf&name=collection1meta&nrtReplicas=1&action=CREATE&numShards=2&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1907670 INFO  
(OverseerThreadFactory-5201-thread-5-processing-n:127.0.0.1:38891_solr) 
[n:127.0.0.1:38891_solr     ] o.a.s.c.a.c.CreateCollectionCmd Create collection 
collection1meta
   [junit4]   2> 1907670 INFO  
(OverseerCollectionConfigSetProcessor-75188296939995142-127.0.0.1:38891_solr-n_0000000000)
 [n:127.0.0.1:38891_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> 1907878 INFO  
(OverseerStateUpdate-75188296939995142-127.0.0.1:38891_solr-n_0000000000) 
[n:127.0.0.1:38891_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"collection1meta",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"collection1meta_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:38891/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1907881 INFO  
(OverseerStateUpdate-75188296939995142-127.0.0.1:38891_solr-n_0000000000) 
[n:127.0.0.1:38891_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"collection1meta",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"collection1meta_shard2_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:42781/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1908083 INFO  (qtp152333974-16669) [n:127.0.0.1:38891_solr    
x:collection1meta_shard1_replica_n1 ] o.a.s.h.a.CoreAdminOperation core create 
command 
qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=collection1meta_shard1_replica_n1&action=CREATE&numShards=2&collection=collection1meta&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1908084 INFO  (qtp1976465646-16662) [n:127.0.0.1:42781_solr    
x:collection1meta_shard2_replica_n2 ] o.a.s.h.a.CoreAdminOperation core create 
command 
qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=collection1meta_shard2_replica_n2&action=CREATE&numShards=2&collection=collection1meta&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1909092 INFO  (qtp152333974-16669) [n:127.0.0.1:38891_solr 
c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1 ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 1909098 INFO  (qtp1976465646-16662) [n:127.0.0.1:42781_solr 
c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2 ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 1909099 INFO  (qtp152333974-16669) [n:127.0.0.1:38891_solr 
c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1 ] 
o.a.s.s.IndexSchema [collection1meta_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 1909101 INFO  (qtp152333974-16669) [n:127.0.0.1:38891_solr 
c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1 ] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1909101 INFO  (qtp152333974-16669) [n:127.0.0.1:38891_solr 
c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1 ] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1meta_shard1_replica_n1' 
using configuration from collection collection1meta, trusted=true
   [junit4]   2> 1909102 INFO  (qtp152333974-16669) [n:127.0.0.1:38891_solr 
c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1 ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_38891.solr.core.collection1meta.shard1.replica_n1' (registry 
'solr.core.collection1meta.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7cb345fd
   [junit4]   2> 1909102 INFO  (qtp152333974-16669) [n:127.0.0.1:38891_solr 
c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1 ] 
o.a.s.c.SolrCore [[collection1meta_shard1_replica_n1] ] Opening new SolrCore at 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.AliasIntegrationTest_EBC0A47D2CABCC7E-001/tempDir-001/node1/collection1meta_shard1_replica_n1],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.AliasIntegrationTest_EBC0A47D2CABCC7E-001/tempDir-001/node1/./collection1meta_shard1_replica_n1/data/]
   [junit4]   2> 1909115 INFO  (qtp1976465646-16662) [n:127.0.0.1:42781_solr 
c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2 ] 
o.a.s.s.IndexSchema [collection1meta_shard2_replica_n2] Schema name=minimal
   [junit4]   2> 1909117 INFO  (qtp1976465646-16662) [n:127.0.0.1:42781_solr 
c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2 ] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1909117 INFO  (qtp1976465646-16662) [n:127.0.0.1:42781_solr 
c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2 ] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1meta_shard2_replica_n2' 
using configuration from collection collection1meta, trusted=true
   [junit4]   2> 1909117 INFO  (qtp1976465646-16662) [n:127.0.0.1:42781_solr 
c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2 ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_42781.solr.core.collection1meta.shard2.replica_n2' (registry 
'solr.core.collection1meta.shard2.replica_n2') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7cb345fd
   [junit4]   2> 1909118 INFO  (qtp1976465646-16662) [n:127.0.0.1:42781_solr 
c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2 ] 
o.a.s.c.SolrCore [[collection1meta_shard2_replica_n2] ] Opening new SolrCore at 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.AliasIntegrationTest_EBC0A47D2CABCC7E-001/tempDir-001/node2/collection1meta_shard2_replica_n2],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.AliasIntegrationTest_EBC0A47D2CABCC7E-001/tempDir-001/node2/./collection1meta_shard2_replica_n2/data/]
   [junit4]   2> 1909210 INFO  (qtp1976465646-16662) [n:127.0.0.1:42781_solr 
c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2 ] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1909210 INFO  (qtp1976465646-16662) [n:127.0.0.1:42781_solr 
c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2 ] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1909211 INFO  (qtp1976465646-16662) [n:127.0.0.1:42781_solr 
c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2 ] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1909211 INFO  (qtp1976465646-16662) [n:127.0.0.1:42781_solr 
c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2 ] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1909213 INFO  (qtp1976465646-16662) [n:127.0.0.1:42781_solr 
c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2 ] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@28355c2f[collection1meta_shard2_replica_n2] main]
   [junit4]   2> 1909213 INFO  (qtp152333974-16669) [n:127.0.0.1:38891_solr 
c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1 ] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1909213 INFO  (qtp152333974-16669) [n:127.0.0.1:38891_solr 
c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1 ] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1909214 INFO  (qtp1976465646-16662) [n:127.0.0.1:42781_solr 
c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2 ] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 1909214 INFO  (qtp1976465646-16662) [n:127.0.0.1:42781_solr 
c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2 ] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1909215 INFO  (qtp1976465646-16662) [n:127.0.0.1:42781_solr 
c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2 ] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1909215 INFO  (qtp1976465646-16662) [n:127.0.0.1:42781_solr 
c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2 ] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1641475830968221696
   [junit4]   2> 1909215 INFO  (qtp152333974-16669) [n:127.0.0.1:38891_solr 
c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1 ] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1909215 INFO  (qtp152333974-16669) [n:127.0.0.1:38891_solr 
c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1 ] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1909216 INFO  (qtp152333974-16669) [n:127.0.0.1:38891_solr 
c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1 ] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@256afd8f[collection1meta_shard1_replica_n1] main]
   [junit4]   2> 1909218 INFO  
(searcherExecutor-5226-thread-1-processing-n:127.0.0.1:42781_solr 
x:collection1meta_shard2_replica_n2 c:collection1meta s:shard2 r:core_node4) 
[n:127.0.0.1:42781_solr c:collection1meta s:shard2 r:core_node4 
x:collection1meta_shard2_replica_n2 ] o.a.s.c.SolrCore 
[collection1meta_shard2_replica_n2] Registered new searcher 
Searcher@28355c2f[collection1meta_shard2_replica_n2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1909218 INFO  (qtp152333974-16669) [n:127.0.0.1:38891_solr 
c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1 ] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 1909218 INFO  (qtp152333974-16669) [n:127.0.0.1:38891_solr 
c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1 ] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1909219 INFO  (qtp152333974-16669) [n:127.0.0.1:38891_solr 
c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1 ] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1909219 INFO  (qtp152333974-16669) [n:127.0.0.1:38891_solr 
c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1 ] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1641475830972416000
   [junit4]   2> 1909220 INFO  (qtp1976465646-16662) [n:127.0.0.1:42781_solr 
c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2 ] 
o.a.s.c.ZkShardTerms Successful update of te

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

Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

jar-checksums:
    [mkdir] Created dir: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/null972937227
     [copy] Copying 249 files to 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/null972937227
   [delete] Deleting directory 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/null972937227

check-working-copy:
[ivy:cachepath] :: resolving dependencies :: 
#;work...@lucene2-us-west.apache.org
[ivy:cachepath]         confs: [default]
[ivy:cachepath]         found 
org.eclipse.jgit#org.eclipse.jgit;5.3.0.201903130848-r in public
[ivy:cachepath]         found com.jcraft#jsch;0.1.54 in public
[ivy:cachepath]         found com.jcraft#jzlib;1.1.1 in public
[ivy:cachepath]         found com.googlecode.javaewah#JavaEWAH;1.1.6 in public
[ivy:cachepath]         found org.slf4j#slf4j-api;1.7.2 in public
[ivy:cachepath]         found org.bouncycastle#bcpg-jdk15on;1.60 in public
[ivy:cachepath]         found org.bouncycastle#bcprov-jdk15on;1.60 in public
[ivy:cachepath]         found org.bouncycastle#bcpkix-jdk15on;1.60 in public
[ivy:cachepath]         found org.slf4j#slf4j-nop;1.7.2 in public
[ivy:cachepath] :: resolution report :: resolve 22ms :: artifacts dl 1ms
        ---------------------------------------------------------------------
        |                  |            modules            ||   artifacts   |
        |       conf       | number| search|dwnlded|evicted|| number|dwnlded|
        ---------------------------------------------------------------------
        |      default     |   9   |   0   |   0   |   0   ||   9   |   0   |
        ---------------------------------------------------------------------
[wc-checker] Initializing working copy...
[wc-checker] Checking working copy status...

-jenkins-base:

BUILD SUCCESSFUL
Total time: 172 minutes 28 seconds
Archiving artifacts
java.lang.InterruptedException: no matches found within 10000
        at hudson.FilePath$ValidateAntFileMask.hasMatch(FilePath.java:2847)
        at hudson.FilePath$ValidateAntFileMask.invoke(FilePath.java:2726)
        at hudson.FilePath$ValidateAntFileMask.invoke(FilePath.java:2707)
        at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3086)
Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to lucene2
                at 
hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)
                at 
hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
                at hudson.remoting.Channel.call(Channel.java:955)
                at hudson.FilePath.act(FilePath.java:1072)
                at hudson.FilePath.act(FilePath.java:1061)
                at hudson.FilePath.validateAntFileMask(FilePath.java:2705)
                at 
hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:243)
                at 
hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81)
                at 
hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
                at 
hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
                at 
hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
                at hudson.model.Build$BuildExecution.post2(Build.java:186)
                at 
hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
                at hudson.model.Run.execute(Run.java:1835)
                at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
                at 
hudson.model.ResourceController.execute(ResourceController.java:97)
                at hudson.model.Executor.run(Executor.java:429)
Caused: hudson.FilePath$TunneledInterruptedException
        at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3088)
        at hudson.remoting.UserRequest.perform(UserRequest.java:212)
        at hudson.remoting.UserRequest.perform(UserRequest.java:54)
        at hudson.remoting.Request$2.run(Request.java:369)
        at 
hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
        at java.util.concurrent.FutureTask.run(FutureTask.java:266)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
        at java.lang.Thread.run(Thread.java:748)
Caused: java.lang.InterruptedException: java.lang.InterruptedException: no 
matches found within 10000
        at hudson.FilePath.act(FilePath.java:1074)
        at hudson.FilePath.act(FilePath.java:1061)
        at hudson.FilePath.validateAntFileMask(FilePath.java:2705)
        at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:243)
        at 
hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81)
        at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
        at 
hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
        at 
hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
        at hudson.model.Build$BuildExecution.post2(Build.java:186)
        at 
hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
        at hudson.model.Run.execute(Run.java:1835)
        at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
        at hudson.model.ResourceController.execute(ResourceController.java:97)
        at hudson.model.Executor.run(Executor.java:429)
No artifacts found that match the file pattern 
"**/*.events,heapdumps/**,**/hs_err_pid*". Configuration error?
Recording test results
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
Email was triggered for: Unstable (Test Failures)
Sending email for trigger: Unstable (Test Failures)
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to