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

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

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

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


FAILED:  
org.apache.solr.client.solrj.io.stream.StreamDecoratorTest.testParallelCommitStream

Error Message:
expected:<5> but was:<2>

Stack Trace:
java.lang.AssertionError: expected:<5> but was:<2>
        at 
__randomizedtesting.SeedInfo.seed([A3A02DBC3849537C:834A4FBCA408BE30]: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.junit.Assert.assertEquals(Assert.java:631)
        at 
org.apache.solr.client.solrj.io.stream.StreamDecoratorTest.testParallelCommitStream(StreamDecoratorTest.java:3309)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 14305 lines...]
   [junit4] Suite: org.apache.solr.cloud.AliasIntegrationTest
   [junit4]   2> 1695519 INFO  
(SUITE-AliasIntegrationTest-seed#[99DE26CD3333109C]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: 
/export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.AliasIntegrationTest_99DE26CD3333109C-001/init-core-data-001
   [junit4]   2> 1695520 WARN  
(SUITE-AliasIntegrationTest-seed#[99DE26CD3333109C]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=45 numCloses=45
   [junit4]   2> 1695520 INFO  
(SUITE-AliasIntegrationTest-seed#[99DE26CD3333109C]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 1695521 INFO  
(SUITE-AliasIntegrationTest-seed#[99DE26CD3333109C]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 1695521 INFO  
(SUITE-AliasIntegrationTest-seed#[99DE26CD3333109C]-worker) [    ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in 
/export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.AliasIntegrationTest_99DE26CD3333109C-001/tempDir-001
   [junit4]   2> 1695521 INFO  
(SUITE-AliasIntegrationTest-seed#[99DE26CD3333109C]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1695522 INFO  (ZkTestServer Run Thread) [    ] 
o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1695522 INFO  (ZkTestServer Run Thread) [    ] 
o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1695622 INFO  
(SUITE-AliasIntegrationTest-seed#[99DE26CD3333109C]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:53314
   [junit4]   2> 1695622 INFO  
(SUITE-AliasIntegrationTest-seed#[99DE26CD3333109C]-worker) [    ] 
o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:53314
   [junit4]   2> 1695622 INFO  
(SUITE-AliasIntegrationTest-seed#[99DE26CD3333109C]-worker) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1 53314
   [junit4]   2> 1695631 INFO  (zkConnectionManagerCallback-11612-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1695635 INFO  (zkConnectionManagerCallback-11614-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1695637 INFO  (zkConnectionManagerCallback-11616-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1695639 WARN  (jetty-launcher-11617-thread-1) [    ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 1695639 WARN  (jetty-launcher-11617-thread-2) [    ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 1695639 INFO  (jetty-launcher-11617-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 1695639 INFO  (jetty-launcher-11617-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 1695639 INFO  (jetty-launcher-11617-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1695639 INFO  (jetty-launcher-11617-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1695639 INFO  (jetty-launcher-11617-thread-1) [    ] 
o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: 
c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_201-b09
   [junit4]   2> 1695639 INFO  (jetty-launcher-11617-thread-2) [    ] 
o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: 
c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_201-b09
   [junit4]   2> 1695640 INFO  (jetty-launcher-11617-thread-1) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1695640 INFO  (jetty-launcher-11617-thread-1) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1695640 INFO  (jetty-launcher-11617-thread-1) [    ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1695641 INFO  (jetty-launcher-11617-thread-2) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1695641 INFO  (jetty-launcher-11617-thread-2) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1695641 INFO  (jetty-launcher-11617-thread-2) [    ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1695641 INFO  (jetty-launcher-11617-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@6be31768{/solr,null,AVAILABLE}
   [junit4]   2> 1695641 INFO  (jetty-launcher-11617-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@c56da6e{/solr,null,AVAILABLE}
   [junit4]   2> 1695642 INFO  (jetty-launcher-11617-thread-1) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@18990b0{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:58451}
   [junit4]   2> 1695642 INFO  (jetty-launcher-11617-thread-1) [    ] 
o.e.j.s.Server Started @1696952ms
   [junit4]   2> 1695642 INFO  (jetty-launcher-11617-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=58451}
   [junit4]   2> 1695642 ERROR (jetty-launcher-11617-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1695642 INFO  (jetty-launcher-11617-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1695643 INFO  (jetty-launcher-11617-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.1.0
   [junit4]   2> 1695643 INFO  (jetty-launcher-11617-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1695643 INFO  (jetty-launcher-11617-thread-2) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@d87cc15{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:38390}
   [junit4]   2> 1695643 INFO  (jetty-launcher-11617-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1695643 INFO  (jetty-launcher-11617-thread-2) [    ] 
o.e.j.s.Server Started @1696953ms
   [junit4]   2> 1695643 INFO  (jetty-launcher-11617-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-05-01T04:50:57.562Z
   [junit4]   2> 1695643 INFO  (jetty-launcher-11617-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=38390}
   [junit4]   2> 1695643 ERROR (jetty-launcher-11617-thread-2) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1695643 INFO  (jetty-launcher-11617-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1695643 INFO  (jetty-launcher-11617-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.1.0
   [junit4]   2> 1695643 INFO  (jetty-launcher-11617-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1695643 INFO  (jetty-launcher-11617-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1695643 INFO  (jetty-launcher-11617-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-05-01T04:50:57.562Z
   [junit4]   2> 1695645 INFO  (zkConnectionManagerCallback-11619-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1695645 INFO  (zkConnectionManagerCallback-11621-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1695646 INFO  (jetty-launcher-11617-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1695646 INFO  (jetty-launcher-11617-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1696365 INFO  (jetty-launcher-11617-thread-2) [    ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1696367 WARN  (jetty-launcher-11617-thread-2) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@7cd3eee2[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1696370 WARN  (jetty-launcher-11617-thread-2) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@1cb63f05[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1696371 INFO  (jetty-launcher-11617-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:53314/solr
   [junit4]   2> 1696373 INFO  (zkConnectionManagerCallback-11629-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1696376 INFO  (zkConnectionManagerCallback-11631-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1696474 INFO  (jetty-launcher-11617-thread-2) 
[n:127.0.0.1:38390_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:38390_solr
   [junit4]   2> 1696475 INFO  (jetty-launcher-11617-thread-2) 
[n:127.0.0.1:38390_solr    ] o.a.s.c.Overseer Overseer 
(id=72062300913008646-127.0.0.1:38390_solr-n_0000000000) starting
   [junit4]   2> 1696482 INFO  (zkConnectionManagerCallback-11638-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1696484 INFO  (jetty-launcher-11617-thread-2) 
[n:127.0.0.1:38390_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:53314/solr ready
   [junit4]   2> 1696486 INFO  
(OverseerStateUpdate-72062300913008646-127.0.0.1:38390_solr-n_0000000000) 
[n:127.0.0.1:38390_solr    ] o.a.s.c.Overseer Starting to work on the main 
queue : 127.0.0.1:38390_solr
   [junit4]   2> 1696486 INFO  (jetty-launcher-11617-thread-2) 
[n:127.0.0.1:38390_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:38390_solr
   [junit4]   2> 1696487 INFO  (zkCallback-11637-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1696488 INFO  
(OverseerStateUpdate-72062300913008646-127.0.0.1:38390_solr-n_0000000000) 
[n:127.0.0.1:38390_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 1696514 INFO  (jetty-launcher-11617-thread-2) 
[n:127.0.0.1:38390_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 1696540 INFO  (jetty-launcher-11617-thread-2) 
[n:127.0.0.1:38390_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_38390.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@67926fa6
   [junit4]   2> 1696548 INFO  (jetty-launcher-11617-thread-2) 
[n:127.0.0.1:38390_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_38390.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@67926fa6
   [junit4]   2> 1696548 INFO  (jetty-launcher-11617-thread-2) 
[n:127.0.0.1:38390_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_38390.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@67926fa6
   [junit4]   2> 1696549 INFO  (jetty-launcher-11617-thread-2) 
[n:127.0.0.1:38390_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.AliasIntegrationTest_99DE26CD3333109C-001/tempDir-001/node2/.
   [junit4]   2> 1697221 INFO  (jetty-launcher-11617-thread-1) [    ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1697222 WARN  (jetty-launcher-11617-thread-1) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@5b1dc11c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1697225 WARN  (jetty-launcher-11617-thread-1) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@4976e258[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1697225 INFO  (jetty-launcher-11617-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:53314/solr
   [junit4]   2> 1697227 INFO  (zkConnectionManagerCallback-11645-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1697230 INFO  (zkConnectionManagerCallback-11647-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1697238 INFO  (jetty-launcher-11617-thread-1) 
[n:127.0.0.1:58451_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 1697247 INFO  (jetty-launcher-11617-thread-1) 
[n:127.0.0.1:58451_solr    ] o.a.s.c.ZkController Publish 
node=127.0.0.1:58451_solr as DOWN
   [junit4]   2> 1697248 INFO  (jetty-launcher-11617-thread-1) 
[n:127.0.0.1:58451_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 1697248 INFO  (jetty-launcher-11617-thread-1) 
[n:127.0.0.1:58451_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:58451_solr
   [junit4]   2> 1697249 INFO  (zkCallback-11637-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1697250 INFO  (zkCallback-11630-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1697251 INFO  (zkCallback-11646-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1697278 INFO  (zkConnectionManagerCallback-11654-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1697279 INFO  (jetty-launcher-11617-thread-1) 
[n:127.0.0.1:58451_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 1697281 INFO  (jetty-launcher-11617-thread-1) 
[n:127.0.0.1:58451_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:53314/solr ready
   [junit4]   2> 1697282 INFO  (jetty-launcher-11617-thread-1) 
[n:127.0.0.1:58451_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 1697298 INFO  (jetty-launcher-11617-thread-1) 
[n:127.0.0.1:58451_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_58451.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@67926fa6
   [junit4]   2> 1697304 INFO  (jetty-launcher-11617-thread-1) 
[n:127.0.0.1:58451_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_58451.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@67926fa6
   [junit4]   2> 1697304 INFO  (jetty-launcher-11617-thread-1) 
[n:127.0.0.1:58451_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_58451.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@67926fa6
   [junit4]   2> 1697305 INFO  (jetty-launcher-11617-thread-1) 
[n:127.0.0.1:58451_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.AliasIntegrationTest_99DE26CD3333109C-001/tempDir-001/node1/.
   [junit4]   2> 1697327 INFO  (zkConnectionManagerCallback-11660-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1697329 INFO  
(SUITE-AliasIntegrationTest-seed#[99DE26CD3333109C]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1697331 INFO  
(SUITE-AliasIntegrationTest-seed#[99DE26CD3333109C]-worker) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:53314/solr ready
   [junit4]   2> 1697362 INFO  
(TEST-AliasIntegrationTest.testProperties-seed#[99DE26CD3333109C]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testProperties
   [junit4]   2> 1697364 INFO  (qtp487063341-32224) [n:127.0.0.1:38390_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> 1697369 INFO  
(OverseerThreadFactory-10562-thread-1-processing-n:127.0.0.1:38390_solr) 
[n:127.0.0.1:38390_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection 
collection1meta
   [junit4]   2> 1697481 INFO  
(OverseerStateUpdate-72062300913008646-127.0.0.1:38390_solr-n_0000000000) 
[n:127.0.0.1:38390_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:38390/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1697485 INFO  
(OverseerStateUpdate-72062300913008646-127.0.0.1:38390_solr-n_0000000000) 
[n:127.0.0.1:38390_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:58451/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1697690 INFO  (qtp487063341-32225) [n:127.0.0.1:38390_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> 1697690 INFO  (qtp1465984399-32215) [n:127.0.0.1:58451_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> 1697690 INFO  (qtp487063341-32225) [n:127.0.0.1:38390_solr    
x:collection1meta_shard1_replica_n1] o.a.s.c.TransientSolrCoreCacheDefault 
Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1698706 INFO  (qtp487063341-32225) [n:127.0.0.1:38390_solr 
c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.1.0
   [junit4]   2> 1698706 INFO  (qtp1465984399-32215) [n:127.0.0.1:58451_solr 
c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.1.0
   [junit4]   2> 1698731 INFO  (qtp1465984399-32215) [n:127.0.0.1:58451_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> 1698731 INFO  (qtp487063341-32225) [n:127.0.0.1:38390_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> 1698733 INFO  (qtp1465984399-32215) [n:127.0.0.1:58451_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> 1698733 INFO  (qtp487063341-32225) [n:127.0.0.1:38390_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> 1698733 INFO  (qtp487063341-32225) [n:127.0.0.1:38390_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> 1698733 INFO  (qtp1465984399-32215) [n:127.0.0.1:58451_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> 1698736 INFO  (qtp1465984399-32215) [n:127.0.0.1:58451_solr 
c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_58451.solr.core.collection1meta.shard2.replica_n2' (registry 
'solr.core.collection1meta.shard2.replica_n2') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@67926fa6
   [junit4]   2> 1698736 INFO  (qtp487063341-32225) [n:127.0.0.1:38390_solr 
c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_38390.solr.core.collection1meta.shard1.replica_n1' (registry 
'solr.core.collection1meta.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@67926fa6
   [junit4]   2> 1698736 INFO  (qtp487063341-32225) [n:127.0.0.1:38390_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 
[/export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.AliasIntegrationTest_99DE26CD3333109C-001/tempDir-001/node2/collection1meta_shard1_replica_n1],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.AliasIntegrationTest_99DE26CD3333109C-001/tempDir-001/node2/./collection1meta_shard1_replica_n1/data/]
   [junit4]   2> 1698736 INFO  (qtp1465984399-32215) [n:127.0.0.1:58451_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 
[/export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.AliasIntegrationTest_99DE26CD3333109C-001/tempDir-001/node1/collection1meta_shard2_replica_n2],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.AliasIntegrationTest_99DE26CD3333109C-001/tempDir-001/node1/./collection1meta_shard2_replica_n2/data/]
   [junit4]   2> 1698795 INFO  (qtp487063341-32225) [n:127.0.0.1:38390_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> 1698795 INFO  (qtp487063341-32225) [n:127.0.0.1:38390_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> 1698796 INFO  (qtp487063341-32225) [n:127.0.0.1:38390_solr 
c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1698796 INFO  (qtp487063341-32225) [n:127.0.0.1:38390_solr 
c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1698797 INFO  (qtp487063341-32225) [n:127.0.0.1:38390_solr 
c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@4d7622da[collection1meta_shard1_replica_n1] main]
   [junit4]   2> 1698798 INFO  (qtp487063341-32225) [n:127.0.0.1:38390_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> 1698798 INFO  (qtp487063341-32225) [n:127.0.0.1:38390_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> 1698799 INFO  (qtp1465984399-32215) [n:127.0.0.1:58451_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> 1698799 INFO  (qtp1465984399-32215) [n:127.0.0.1:58451_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> 1698799 INFO  (qtp487063341-32225) [n:127.0.0.1:38390_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> 1698799 INFO  (qtp487063341-32225) [n:127.0.0.1:38390_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 1632303852518637568
   [junit4]   2> 1698800 INFO  (qtp1465984399-32215) [n:127.0.0.1:58451_solr 
c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1698800 INFO  (qtp1465984399-32215) [n:127.0.0.1:58451_solr 
c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1698800 INFO  (qtp1465984399-32215) [n:127.0.0.1:58451_solr 
c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@3b1a6e34[collection1meta_shard2_replica_n2] main]
   [junit4]   2> 1698802 INFO  
(searcherExecutor-10574-thread-1-processing-n:127.0.0.1:38390_solr 
x:collection1meta_shard1_replica_n1 c:collection1meta s:shard1 r:core_node3) 
[n:127.0.0.1:38390_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@4d7622da[collection1meta_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1698803 INFO  (qtp1465984399-32215) [n:127.0.0.1:58451_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> 1698803 INFO  (qtp1465984399-32215) [n:127.0.0.1:58451_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> 1698804 INFO  (qtp1465984399-32215) [n:127.0.0.1:58451_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> 1698804 INFO  (qtp1465984399-32215) [n:127.0.0.1:58451_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 1632303852523880448
   [junit4]   2> 1698807 INFO  (qtp487063341-32225) [n:127.0.0.1:38390_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> 1698807 INFO  (qtp487063341-32225) [n:127.0.0.1:38390_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> 1698809 INFO  
(searcherExecutor-10575-thread-1-processing-n:127.0.0.1:58451_solr 
x:collection1meta_shard2_replica_n2 c:collection1meta s:shard2 r:core_node4) 
[n:127.0.0.1:58451_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@3b1a6e34[collection1meta_shard2_replica_n2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1698813 INFO  (qtp1465984399-32215) [n:127.0.0.1:58451_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> 1698813 INFO  (qtp1465984399-32215) [n:127.0.0.1:58451_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> 1698814 INFO  (qtp487063341-32225) [n:127.0.0.1:38390_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> 1698814 INFO  (qtp487063341-32225) [n:127.0.0.1:38390_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> 1698814 INFO  (qtp487063341-32225) [n:127.0.0.1:38390_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:38390/solr/collection1meta_shard1_replica_n1/
   [junit4]   2> 1698815 INFO  (qtp487063341-32225) [n:127.0.0.1:38390_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> 1698815 INFO  (qtp487063341-32225) [n:127.0.0.1:38390_solr 
c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1] 
o.a.s.c.SyncStrategy 
http://127.0.0.1:38390/solr/collection1meta_shard1_replica_n1/ has no replicas
   [junit4]   2> 1698815 INFO  (qtp487063341-32225) [n:127.0.0.1:38390_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/72062300913008646-core_node3-n_0000000000
   [junit4]   2> 1698818 INFO  (qtp487063341-32225) [n:127.0.0.1:38390_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:38390/solr/collection1meta_shard1_replica_n1/ shard1
   [junit4]   2> 1698819 INFO  (qtp1465984399-32215) [n:127.0.0.1:58451_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> 1698820 INFO  (qtp1465984399-32215) [n:127.0.0.1:58451_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> 1698820 INFO  (qtp1465984399-32215) [n:127.0.0.1:58451_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:58451/solr/collection1meta_shard2_replica_n2/
   [junit4]   2> 1698820 INFO  (qtp1465984399-32215) [n:127.0.0.1:58451_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> 1698821 INFO  (qtp1465984399-32215) [n:127.0.0.1:58451_solr 
c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2] 
o.a.s.c.SyncStrategy 
http://127.0.0.1:58451/solr/collection1meta_shard2_replica_n2/ has no replicas
   [junit4]   2> 1698821 INFO  (qtp1465984399-32215) [n:127.0.0.1:58451_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/72062300913008649-core_node4-n_0000000000
   [junit4]   2> 1698823 INFO  (qtp1465984399-32215) [n:127.0.0.1:58451_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:58451/solr/collection1meta_shard2_replica_n2/ shard2
   [junit4]   2> 1698927 INFO  (zkCallback-11646-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> 1698927 INFO  (zkCallback-11630-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> 1698927 INFO  (zkCallback-11646-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> 1698928 INFO  (zkCallback-11630-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> 1698930 INFO  (qtp487063341-32225) [n:127.0.0.1:38390_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> 1698931 INFO  (qtp1465984399-32215) [n:127.0.0.1:58451_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> 1698935 INFO  (qtp487063341-32225) [n:127.0.0.1:38390_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=1245
   [junit4]   2> 1698935 INFO  (qtp1465984399-32215) [n:127.0.0.1:58451_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=1246
   [junit4]   2> 1698939 INFO  (qtp487063341-32224) [n:127.0.0.1:38390_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> 1699035 INFO  (zkCallback-11630-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> 1699035 INFO  (zkCallback-11630-thread-3) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1meta/state.json] for collection [collection1meta] 
has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1699035 INFO  (zkCallback-11646-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> 1699036 INFO  (zkCallback-11646-thread-3) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1meta/state.json] for collection [collection1meta] 
has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1699036 INFO  (zkCallback-11630-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> 1699036 INFO  (zkCallback-11646-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> 1699038 INFO  (qtp487063341-32224) [n:127.0.0.1:38390_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=1674
   [junit4]   2> 1699039 INFO  (qtp487063341-32227) [n:127.0.0.1:38390_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> 1699043 INFO  
(OverseerThreadFactory-10562-thread-2-processing-n:127.0.0.1:38390_solr) 
[n:127.0.0.1:38390_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection 
collection2meta
   [junit4]   2> 1699044 INFO  
(OverseerCollectionConfigSetProcessor-72062300913008646-127.0.0.1:38390_solr-n_0000000000)
 [n:127.0.0.1:38390_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> 1699259 INFO  
(OverseerStateUpdate-72062300913008646-127.0.0.1:38390_solr-n_0000000000) 
[n:127.0.0.1:38390_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:38390/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1699461 INFO  (qtp487063341-32226) [n:127.0.0.1:38390_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> 1700480 INFO  (qtp487063341-32226) [n:127.0.0.1:38390_solr 
c:collection2meta s:shard1 r:core_node2 x:collection2meta_shard1_replica_n1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.1.0
   [junit4]   2> 1700510 INFO  (qtp487063341-32226) [n:127.0.0.1:38390_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> 1700512 INFO  (qtp487063341-32226) [n:127.0.0.1:38390_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> 1700512 INFO  (qtp487063341-32226) [n:127.0.0.1:38390_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> 1700512 INFO  (qtp487063341-32226) [n:127.0.0.1:38390_solr 
c:collection2meta s:shard1 r:core_node2 x:collection2meta_shard1_replica_n1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_38390.solr.core.collection2meta.shard1.replica_n1' (registry 
'solr.core.collection2meta.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@67926fa6
   [junit4]   2> 1700513 INFO  (qtp487063341-32226) [n:127.0.0.1:38390_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 
[/export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.AliasIntegrationTest_99DE26CD3333109C-001/tempDir-001/node2/collection2meta_shard1_replica_n1],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.AliasIntegrationTest_99DE26CD3333109C-001/tempDir-001/node2/./collection2meta_shard1_replica_n1/data/]
   [junit4]   2> 1700574 INFO  (qtp487063341-32226) [n:127.0.0.1:38390_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> 1700574 INFO  (qtp487063341-32226) [n:127.0.0.1:38390_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> 1700584 INFO  (qtp487063341-32226) [n:127.0.0.1:38390_solr 
c:collection2meta s:shard1 r:core_node2 x:collection2meta_shard1_replica_n1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1700584 INFO  (qtp487063341-32226) [n:127.0.0.1:38390_solr 
c:collection2meta s:shard1 r:core_node2 x:collection2meta_shard1_replica_n1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1700585 INFO  (qtp487063341-32226) [n:127.0.0.1:38390_solr 
c:collection2meta s:shard1 r:core_node2 x:collection2meta_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@7900563e[collection2meta_shard1_replica_n1] main]
   [junit4]   2> 1700586 INFO  (qtp487063341-32226) [n:127.0.0.1:38390_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> 1700587 INFO  (qtp487063341-32226) [n:127.0.0.1:38390_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> 1700587 INFO  (qtp487063341-32226) [n:127.0.0.1:38390_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> 1700587 INFO  (qtp487063341-32226) [n:127.0.0.1:38390_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 1632303854393491456
   [junit4]   2> 1700594 INFO  (qtp487063341-32226) [n:127.0.0.1:38390_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> 1700594 INFO  (qtp487063341-32226) [n:127.0.0.1:38390_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> 1700595 INFO  
(searcherExecutor-10584-thread-1-processing-n:127.0.0.1:38390_solr 
x:collection2meta_shard1_replica_n1 c:collection2meta s:shard1 r:core_node2) 
[n:127.0.0.1:38390_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@7900563e[collection2meta_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1700600 INFO  (qtp487063341-32226) [n:127.0.0.1:38390_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> 1700600 INFO  (qtp487063341-32226) [n:127.0.0.1:38390_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> 1700600 INFO  (qtp487063341-32226) [n:127.0.0.1:38390_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:38390/solr/collection2meta_shard1_replica_n1/
   [junit4]   2> 1700605 INFO  (qtp487063341-32226) [n:127.0.0.1:38390_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> 1700605 INFO  (qtp487063341-32226) [n:127.0.0.1:38390_solr 
c:collection2meta s:shard1 r:core_node2 x:collection2meta_shard1_replica_n1] 
o.a.s.c.SyncStrategy 
http://127.0.0.1:38390/solr/collection2meta_shard1_replica_n1/ has no replicas
   [junit4]   2> 1700605 INFO  (qtp487063341-32226) [n:127.0.0.1:38390_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/72062300913008646-core_node2-n_0000000000
   [junit4]   2> 1700608 INFO  (qtp487063341-32226) [n:127.0.0.1:38390_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:38390/solr/collection2meta_shard1_replica_n1/ shard1
   [junit4]   2> 1700710 INFO  (zkCallback-11630-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> 1700710 INFO  (zkCallback-11630-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> 1700710 INFO  (qtp487063341-32226) [n:127.0.0.1:38390_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> 1700712 INFO  (qtp487063341-32226) [n:127.0.0.1:38390_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=1251
   [junit4]   2> 1700715 INFO  (qtp487063341-32227) [n:127.0.0.1:38390_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> 1700813 INFO  (zkCallback-11630-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> 1700813 INFO  (zkCallback-11630-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> 1700814 INFO  (zkCallback-11630-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> 1700814 INFO  (qtp487063341-32227) [n:127.0.0.1:38390_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=1776
   [junit4]   2> 1700816 INFO  
(TEST-AliasIntegrationTest.testProperties-seed#[99DE26CD3333109C]) [    ] 
o.a.s.c.SolrCloudTestCase active replica count: 2 expected replica count: 2
   [junit4]   2> 1700816 INFO  (watches-11657-thread-1) [    ] 
o.a.s.c.SolrCloudTestCase active replica count: 2 expected replica count: 2
   [junit4]   2> 1700817 INFO  
(TEST-AliasIntegrationTest.testProperties-seed#[99DE26CD3333109C]) [    ] 
o.a.s.c.SolrCloudTestCase active replica count: 1 expected replica count: 1
   [junit4]   2> 1700835 INFO  (zkConnectionManagerCallback-11666-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1700840 INFO  
(TEST-AliasIntegrationTest.testProperties-seed#[99DE26CD3333109C]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1700846 INFO  
(TEST-AliasIntegrationTest.testProperties-seed#[99DE26CD3333109C]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testProperties
   [junit4]   2> 1700847 INFO  
(TEST-AliasIntegrationTest.testProperties-seed#[99DE26CD3333109C]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1700850 INFO  (qtp487063341-32222) [n:127.0.0.1:38390_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> 1700853 INFO  
(OverseerCollectionConfigSetProcessor-72062300913008646-127.0.0.1:38390_solr-n_0000000000)
 [n:127.0.0.1:38390_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> 1700854 INFO  
(OverseerThreadFactory-10562-thread-3-processing-n:127.0.0.1:38390_solr) 
[n:127.0.0.1:38390_solr    ] o.a.s.c.a.c.OverseerCollectionMessageHandler 
Executing Collection 
Cmd=action=UNLOAD&deleteInstanceDir=true&deleteDataDir=true&deleteMetricsHistory=true,
 asyncId=null
   [junit4]   2> 1700855 INFO  (qtp487063341-32221) [n:127.0.0.1:38390_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> 1700855 INFO  (qtp487063341-32221) [n:127.0.0.1:38390_solr    
x:collection2meta_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@3318cc97: rootName = 
solr_38390, 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@318f42a0
   [junit4]   2> 1700869 INFO  (qtp487063341-32221) [n:127.0.0.1:38390_solr    
x:collection2meta_shard1_replica_n1] o.a.s.c.SolrCore 
[collection2meta_shard1_replica_n1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@3bba6bfa
   [junit4]   2> 1700869 INFO  (qtp487063341-32221) [n:127.0.0.1:38390_solr    
x:collection2meta_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.core.collection2meta.shard1.replica_n1, tag=3bba6bfa
   [junit4]   2> 1700869 INFO  (qtp487063341-32221) [n:127.0.0.1:38390_solr    
x:collection2meta_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.collection.collection2meta.shard1.leader, 
tag=3bba6bfa
   [junit4]   2> 1700872 INFO  (qtp487063341-32221) [n:127.0.0.1:38390_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> 1700874 INFO  (qtp487063341-32221) [n:127.0.0.1:38390_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=19
   [junit4]   2> 1700977 INFO  (zkCallback-11630-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> 1700977 INFO  (zkCallback-11630-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> 1700977 INFO  (zkCallback-11630-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> 1700990 INFO  (qtp487063341-32222) [n:127.0.0.1:38390_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> 1700991 INFO  (qtp487063341-32225) [n:127.0.0.1:38390_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> 1700993 INFO  
(OverseerCollectionConfigSetProcessor-72062300913008646-127.0.0.1:38390_solr-n_0000000000)
 [n:127.0.0.1:38390_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> 1700994 INFO  
(OverseerThreadFactory-10562-thread-4-processing-n:127.0.0.1:38390_solr) 
[n:127.0.0.1:38390_solr    ] o.a.s.c.a.c.OverseerCollectionMessageHandler 
Executing Collection 
Cmd=action=UNLOAD&deleteInstanceDir=true&deleteDataDir=true&deleteMetricsHistory=true,
 asyncId=null
   [junit4]   2> 1700994 INFO  (qtp1465984399-32216) [n:127.0.0.1:58451_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> 1700995 INFO  (qtp1465984399-32216) [n:127.0.0.1:58451_solr    
x:collection1meta_shard2_replica_n2] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@77ec6545: rootName = 
solr_58451, 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@2f3b45ca
   [junit4]   2> 1701005 INFO  (qtp487063341-32224) [n:127.0.0.1:38390_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> 1701005 INFO  (qtp487063341-32224) [n:127.0.0.1:38390_solr    
x:collection1meta_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@3d4e866a: rootName = 
solr_38390, 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@4fee646e
   [junit4]   2> 1701008 INFO  (qtp1465984399-32216) [n:127.0.0.1:58451_solr    
x:collection1meta_shard2_replica_n2] o.a.s.c.SolrCore 
[collection1meta_shard2_replica_n2]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@4434ef1
   [junit4]   2> 1701008 INFO  (qtp1465984399-32216) [n:127.0.0.1:58451_solr    
x:collection1meta_shard2_replica_n2] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.core.collection1meta.shard2.replica_n2, tag=4434ef1
   [junit4]   2> 1701008 INFO  (qtp1465984399-32216) [n:127.0.0.1:58451_solr    
x:collection1meta_shard2_replica_n2] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.collection.collection1meta.shard2.leader, 
tag=4434ef1
   [junit4]   2> 1701017 INFO  (qtp1465984399-32216) [n:127.0.0.1:58451_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> 1701018 INFO  (qtp1465984399-32216) [n:127.0.0.1:58451_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=24
   [junit4]   2> 1701022 INFO  (qtp487063341-32224) [n:127.0.0.1:38390_solr    
x:collection1meta_shard1_replica_n1] o.a.s.c.SolrCore 
[collection1meta_shard1_replica_n1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@134de7d3
   [junit4]   2> 1701022 INFO  (qtp487063341-32224) [n:127.0.0.1:38390_solr    
x:collection1meta_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.core.collection1meta.shard1.replica_n1, tag=134de7d3
   [junit4]   2> 1701022 INFO  (qtp487063341-32224) [n:127.0.0.1:38390_solr    
x:collection1meta_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.collection.collection1meta.shard1.leader, 
tag=134de7d3
   [junit4]   2> 1701025 INFO  (qtp487063341-32224) [n:127.0.0.1:38390_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> 1701026 INFO  (qtp487063341-32224) [n:127.0.0.1:38390_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=21
   [junit4]   2> 1701130 INFO  (zkCallback-11646-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> 1701130 INFO  (zkCallback-11646-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> 1701130 INFO  (zkCallback-11646-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> 1701130 INFO  (zkCallback-11630-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> 1701130 INFO  (zkCallback-11630-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> 1701130 INFO  (zkCallback-11630-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> 1701147 INFO  (qtp487063341-32225) [n:127.0.0.1:38390_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={name=collection1meta&action=DELETE&wt=javabin&version=2} status=0 
QTime=156
   [junit4]   2> 1701181 INFO  
(TEST-AliasIntegrationTest.testModifyPropertiesV1-seed#[99DE26CD3333109C]) [    
] o.a.s.SolrTestCaseJ4 ###Starting testModifyPropertiesV1
   [junit4]   2> 1701183 INFO  (qtp487063341-32226) [n:127.0.0.1:38390_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> 1701186 INFO  
(OverseerThreadFactory-10562-thread-5-processing-n:127.0.0.1:38390_solr) 
[n:127.0.0.1:38390_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection 
collection1meta
   [junit4]   2> 1701186 INFO  
(OverseerCollectionConfigSetProcessor-72062300913008646-127.0.0.1:38390_solr-n_0000000000)
 [n:127.0.0.1:38390_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> 1701396 INFO  
(OverseerStateUpdate-72062300913008646-127.0.0.1:38390_solr-n_0000000000) 
[n:127.0.0.1:38390_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:58451/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1701399 INFO  
(OverseerStateUpdate-72062300913008646-127.0.0.1:38390_solr-n_0000000000) 
[n:127.0.0.1:38390_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:38390/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1701602 INFO  (qtp487063341-32227) [n:127.0.0.1:38390_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> 1701602 INFO  (qtp1465984399-32217) [n:127.0.0.1:58451_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> 1702615 INFO  (qtp487063341-32227) [n:127.0.0.1:38390_solr 
c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.1.0
   [junit4]   2> 1702615 INFO  (qtp1465984399-32217) [n:127.0.0.1:58451_solr 
c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.1.0
   [junit4]   2> 1702622 INFO  (qtp487063341-32227) [n:127.0.0.1:38390_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> 1702623 INFO  (qtp1465984399-32217) [n:127.0.0.1:58451_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> 1702624 INFO  (qtp487063341-32227) [n:127.0.0.1:38390_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> 1702624 INFO  (qtp487063341-32227) [n:127.0.0.1:38390_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> 1702624 INFO  (qtp487063341-32227) [n:127.0.0.1:38390_solr 
c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_38390.solr.core.collection1meta.shard2.replica_n2' (registry 
'solr.core.collection1meta.shard2.replica_n2') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@67926fa6
   [junit4]   2> 1702624 INFO  (qtp487063341-32227) [n:127.0.0.1:38390_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 
[/export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.AliasIntegrationTest_99DE26CD3333109C-001/tempDir-001/node2/collection1meta_shard2_replica_n2],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.AliasIntegrationTest_99DE26CD3333109C-001/tempDir-001/node2/./collection1meta_shard2_replica_n2/data/]
   [junit4]   2> 1702626 INFO  (qtp1465984399-32217) [n:127.0.0.1:58451_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> 1702626 INFO  (qtp1465984399-32217) [n:127.0.0.1:58451_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> 1702626 INFO  (qtp1465984399-32217) [n:127.0.0.1:58451_solr 
c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_58451.solr.core.collection1meta.shard1.replica_n1' (registry 
'solr.core.collection1meta.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@67926fa6
   [junit4]   2> 1702626 INFO  (qtp1465984399-32217) [n:127.0.0.1:58451_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 
[/export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.AliasIntegrationTest_99DE26CD3333109C-001/tempDir-001/node1/collection1meta_shard1_replica_n1],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.AliasIntegrationTest_99DE26CD3333109C-001/tempDir-001/node1/./collection1meta_shard1_replica_n1/data/]
   [junit4]   2> 1702709 INFO  (qtp1465984399-32217) [n:127.0.0.1:58451_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> 1702709 INFO  (qtp1465984399-32217) [n:127.0.0.1:58451_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> 1702709 INFO  (qtp487063341-32227) [n:127.0.0.1:38390_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> 1702709 INFO  (qtp487063341-32227) [n:127.0.0.1:38390_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> 1702711 INFO  (qtp1465984399-32217) [n:127.0.0.1:58451_solr 
c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1702711 INFO  (qtp1465984399-32217) [n:127.0.0.1:58451_solr 
c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1702711 INFO  (qtp487063341-32227) [n:127.0.0.1:38390_solr 
c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1702711 INFO  (qtp487063341-32227) [n:127.0.0.1:38390_solr 
c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1702712 INFO  (qtp1465984399-32217) [n:127.0.0.1:58451_solr 
c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@37353144[collection1meta_shard1_replica_n1] main]
   [junit4]   2> 1702712 INFO  (qtp487063341-32227) [n:127.0.0.1:38390_solr 
c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@3b494de6[collection1meta_shard2_replica_n2] main]
   [junit4]   2> 1702713 INFO  (qtp1465984399-32217) [n:127.0.0.1:58451_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> 1702714 INFO  (qtp1465984399-32217) [n:127.0.0.1:58451_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> 1702714 INFO  (qtp487063341-32227) [n:127.0.0.1:38390_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> 1702714 INFO  (qtp1465984399-32217) [n:127.0.0.1:58451_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> 1702714 INFO  (qtp1465984399-32217) [n:127.0.0.1:58451_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 1632303856623812608
   [junit4]   2> 1702715 INFO  (qtp487063341-32227) [n:127.0.0.1:38390_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> 1702715 INFO  (qtp487063341-32227) [n:127.0.0.1:38390_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> 1702715 INFO  (qtp487063341-32227) [n:127.0.0.1:38390_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 1632303856624861184
   [junit4]   2> 1702717 INFO  
(searcherExecutor-10590-thread-1-processing-n:127.0.0.1:58451_solr 
x:collection1meta_shard1_replica_n1 c:collection1meta s:shard1 r:core_node3) 
[n:127.0.0.1:58451_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@37353144[collection1meta_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1702718 INFO  
(searcherExecutor-10589-thread-1-processing-n:127.0.0.1:38390_solr 
x:collection1meta_shard2_replica_n2 c:collection1meta s:shard2 r:core_node4) 
[n:127.0.0.1:38390_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@3b494de6[collection1meta_shard2_replica_n2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1702722 INFO  (qtp487063341-32227) [n:127.0.0.1:38390_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> 1702722 INFO  (qtp487063341-32227) [n:127.0.0.1:38390_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> 1702723 INFO  (qtp1465984399-32217) [n:127.0.0.1:58451_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> 1702723 INFO  (qtp1465984399-32217) [n:127.0.0.1:58451_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> 1702726 INFO  (qtp487063341-32227) [n:127.0.0.1:38390_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> 1702726 INFO  (qtp487063341-32227) [n:127.0.0.1:38390_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> 1702726 INFO  (qtp487063341-32227) [n:127.0.0.1:38390_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:38390/solr/collection1meta_shard2_replica_n2/
   [junit4]   2> 1702727 INFO  (qtp487063341-32227) [n:127.0.0.1:38390_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> 1702727 INFO  (qtp487063341-32227) [n:127.0.0.1:38390_solr 
c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2] 
o.a.s.c.SyncStrategy 
http://127.0.0.1:38390/solr/collection1meta_shard2_replica_n2/ has no replicas
   [junit4]   2> 1702727 INFO  (qtp487063341-32227) [n:127.0.0.1:38390_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/72062300913008646-core_node4-n_0000000000
   [junit4]   2> 1702729 INFO  (qtp1465984399-32217) [n:127.0.0.1:58451_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> 1702729 INFO  (qtp1465984399-32217) [n:127.0.0.1:58451_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> 1702729 INFO  (qtp1465984399-32217) [n:127.0.0.1:58451_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:58451/solr/collection1meta_shard1_replica_n1/
   [junit4]   2> 1702729 INFO  (qtp1465984399-32217) [n:127.0.0.1:58451_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> 1702730 INFO  (qtp1465984399-32217) [n:127.0.0.1:58451_solr 
c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1] 
o.a.s.c.SyncStrategy 
http://127.0.0.1:58451/solr/collection1meta_shard1_replica_n1/ has no replicas
   [junit4]   2> 1702730 INFO  (qtp1465984399-32217) [n:127.0.0.1:58451_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/72062300913008649-core_node3-n_0000000000
   [junit4]   2> 1702730 INFO  (qtp487063341-32227) [n:127.0.0.1:38390_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:38390/solr/collection1meta_shard2_replica_n2/ shard2
   [junit4]   2> 1702735 INFO  (qtp1465984399-32217) [n:127.0.0.1:58451_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:58451/solr/collection1meta_shard1_replica_n1/ shard1
   [junit4]   2> 1702837 INFO  (zkCallback-11630-thread-3) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1meta/state.json] for collection [collection1meta] 
has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1702837 INFO  (zkCallback-11646-thread-3) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1meta/state.json] for collection [collection1meta] 
has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1702837 INFO  (zkCallback-11630-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> 1702837 INFO  (zkCallback-11646-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> 1702839 INFO  (qtp1465984399-32217) [n:127.0.0.1:58451_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> 1702839 INFO  (qtp487063341-32227) [n:127.0.0.1:38390_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> 1702842 INFO  (qtp1465984399-32217) [n:127.0.0.1:58451_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=1240
   [junit4]   2> 1702842 INFO  (qtp487063341-32227) [n:127.0.0.1:38390_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=1241
   [junit4]   2> 1702845 INFO  (qtp487063341-32226) [n:127.0.0.1:38390_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> 1702943 INFO  (zkCallback-11630-thread-3) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1meta/state.json] for collection [collection1meta] 
has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1702943 INFO  (zkCallback-11630-thre

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

 2> 238401 INFO  (zkCallback-3226-thread-1) [    ] o.a.s.c.c.ZkStateReader 
Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 238407 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 
0x100046685ac0009, likely client has closed socket
   [junit4]   2> 238411 INFO  (jetty-closer-4393-thread-1) [    ] 
o.a.s.c.Overseer Overseer 
(id=72062432413745160-127.0.0.1:45401_solr-n_0000000000) closing
   [junit4]   2> 238411 INFO  
(OverseerStateUpdate-72062432413745160-127.0.0.1:45401_solr-n_0000000000) 
[n:127.0.0.1:45401_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 
127.0.0.1:45401_solr
   [junit4]   2> 238414 INFO  
(OverseerAutoScalingTriggerThread-72062432413745160-127.0.0.1:45401_solr-n_0000000000)
 [    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we 
are closed, exiting.
   [junit4]   2> 238421 INFO  (jetty-closer-4393-thread-2) [    ] 
o.e.j.s.AbstractConnector Stopped ServerConnector@298c0164{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:0}
   [junit4]   2> 238422 INFO  (jetty-closer-4393-thread-2) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@1d7195b1{/solr,null,UNAVAILABLE}
   [junit4]   2> 238422 INFO  (jetty-closer-4393-thread-2) [    ] 
o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 238429 INFO  (closeThreadPool-4409-thread-1) [    ] 
o.a.s.c.Overseer Overseer 
(id=72062432413745160-127.0.0.1:45401_solr-n_0000000000) closing
   [junit4]   2> 238429 INFO  (closeThreadPool-4409-thread-2) [    ] 
o.a.s.c.Overseer Overseer 
(id=72062432413745160-127.0.0.1:45401_solr-n_0000000000) closing
   [junit4]   2> 238437 INFO  (jetty-closer-4393-thread-1) [    ] 
o.e.j.s.AbstractConnector Stopped ServerConnector@47b98e32{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:0}
   [junit4]   2> 238437 INFO  (jetty-closer-4393-thread-1) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@4dde9bf8{/solr,null,UNAVAILABLE}
   [junit4]   2> 238437 INFO  (jetty-closer-4393-thread-1) [    ] 
o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 238439 INFO  
(SUITE-StreamDecoratorTest-seed#[A3A02DBC3849537C]-worker) [    ] 
o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 238442 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 
0x100046685ac0000, likely client has closed socket
   [junit4]   2> 238444 WARN  (ZkTestServer Run Thread) [    ] 
o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        73      /solr/aliases.json
   [junit4]   2>        73      /solr/clusterprops.json
   [junit4]   2>        10      /solr/configs/conf
   [junit4]   2>        9       
/solr/collections/parallelDestinationCollection1/terms/shard2
   [junit4]   2>        9       
/solr/collections/parallelDestinationCollection1/terms/shard1
   [junit4]   2>        7       
/solr/collections/parallelDestinationCollection/terms/shard1
   [junit4]   2>        7       
/solr/collections/parallelDestinationCollection/terms/shard2
   [junit4]   2>        6       
/solr/collections/destinationCollection/terms/shard2
   [junit4]   2>        6       
/solr/collections/destinationCollection/terms/shard1
   [junit4]   2>        5       
/solr/collections/parallelDestinationCollection/state.json
   [junit4]   2>        5       
/solr/collections/destinationCollection/state.json
   [junit4]   2>        4       /solr/collections/workQueue1/terms/shard2
   [junit4]   2>        4       /solr/collections/workQueue1/terms/shard1
   [junit4]   2>        4       /solr/collections/mainCorpus1/terms/shard2
   [junit4]   2>        4       /solr/collections/modelCollection/terms/shard1
   [junit4]   2>        4       /solr/configs/ml
   [junit4]   2>        4       /solr/collections/uknownCollection/state.json
   [junit4]   2>        4       /solr/collections/mainCorpus/terms/shard2
   [junit4]   2>        4       /solr/security.json
   [junit4]   2>        4       /solr/collections/workQueue/terms/shard2
   [junit4]   2>        3       /solr/collections/destination1/terms/shard1
   [junit4]   2>        3       /solr/collections/destination1/state.json
   [junit4]   2>        3       /solr/collections/destination1/terms/shard2
   [junit4]   2>        3       
/solr/collections/checkpointCollection/state.json
   [junit4]   2>        3       /solr/collections/mainCorpus/state.json
   [junit4]   2>        3       /solr/collections/mainCorpus1/terms/shard1
   [junit4]   2>        3       /solr/collections/modelCollection/terms/shard2
   [junit4]   2>        3       /solr/collections/destination/state.json
   [junit4]   2>        3       /solr/collections/destination/terms/shard2
   [junit4]   2>        3       /solr/collections/destination/terms/shard1
   [junit4]   2>        3       
/solr/collections/checkpointCollection/terms/shard2
   [junit4]   2>        3       
/solr/collections/checkpointCollection/terms/shard1
   [junit4]   2>        3       /solr/collections/workQueue1/state.json
   [junit4]   2>        3       
/solr/collections/parallelDestinationCollection1/state.json
   [junit4]   2>        3       /solr/collections/mainCorpus/terms/shard1
   [junit4]   2>        3       /solr/collections/collection1/terms/shard1
   [junit4]   2>        3       /solr/collections/collection1/terms/shard2
   [junit4]   2>        3       /solr/collections/uknownCollection/terms/shard2
   [junit4]   2>        3       /solr/collections/uknownCollection/terms/shard1
   [junit4]   2>        3       /solr/collections/workQueue/terms/shard1
   [junit4]   2>        2       /solr/collections/mainCorpus1/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        73      /solr/clusterstate.json
   [junit4]   2>        41      
/solr/collections/parallelDestinationCollection1/state.json
   [junit4]   2>        28      
/solr/collections/parallelDestinationCollection/state.json
   [junit4]   2>        28      
/solr/collections/destinationCollection/state.json
   [junit4]   2>        18      /solr/collections/collection1/state.json
   [junit4]   2>        16      /solr/collections/modelCollection/state.json
   [junit4]   2>        15      /solr/collections/workQueue/state.json
   [junit4]   2>        15      /solr/collections/uknownCollection/state.json
   [junit4]   2>        14      /solr/collections/destination/state.json
   [junit4]   2>        14      /solr/collections/destination1/state.json
   [junit4]   2>        13      /solr/collections/mainCorpus1/state.json
   [junit4]   2>        13      /solr/collections/workQueue1/state.json
   [junit4]   2>        13      
/solr/collections/checkpointCollection/state.json
   [junit4]   2>        13      /solr/collections/mainCorpus/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        73      /solr/live_nodes
   [junit4]   2>        73      /solr/collections
   [junit4]   2> 
   [junit4]   2> 238458 INFO  
(SUITE-StreamDecoratorTest-seed#[A3A02DBC3849537C]-worker) [    ] 
o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:56185
   [junit4]   2> 238458 INFO  
(SUITE-StreamDecoratorTest-seed#[A3A02DBC3849537C]-worker) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1 56185
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.io.stream.StreamDecoratorTest_A3A02DBC3849537C-001
   [junit4]   2> May 01, 2019 5:25:39 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene80), 
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@52236554),
 locale=fi-FI, timezone=Asia/Damascus
   [junit4]   2> NOTE: SunOS 5.11 amd64/Oracle Corporation 1.8.0_201 
(64-bit)/cpus=3,threads=1,free=66504416,total=269451264
   [junit4]   2> NOTE: All tests run in this JVM: 
[JsonRequestApiHeatmapFacetingTest, TestJavaBinCodec, TermsResponseTest, 
TestXMLEscaping, HyperbolicSineEvaluatorTest, TestDocumentObjectBinder, 
CloudSolrClientBuilderTest, SolrExampleEmbeddedTest, AnlysisResponseBaseTest, 
CloudSolrClientMultiConstructorTest, TestLang, SolrQueryTest, 
SubtractEvaluatorTest, HttpClientUtilTest, TestDelegationTokenRequest, 
TestDelegationTokenResponse, HttpSolrClientSSLAuthConPoolTest, FacetFieldTest, 
NoOpResponseParserTest, EmpiricalDistributionEvaluatorTest, 
RecursiveEvaluatorTest, SolrExampleXMLHttp2Test, NotEvaluatorTest, 
DirectJsonQueryRequestFacetingIntegrationTest, JdbcTest, 
LargeVolumeBinaryJettyTest, UsingSolrJRefGuideExamplesTest, 
CloudHttp2SolrClientTest, TestBatchUpdate, TestLBHttpSolrClient, 
CloudHttp2SolrClientBadInputTest, CosineEvaluatorTest, 
GreaterThanEvaluatorTest, TestSuggesterResponse, SolrExampleXMLTest, 
ReverseEvaluatorTest, TestV1toV2ApiMapper, AddEvaluatorTest, 
SolrExampleStreamingBinaryHttp2Test, SolrPingTest, TestNamedListCodec, 
StreamDecoratorTest]
   [junit4] Completed [124/193 (1!)] on J0 in 78.27s, 49 tests, 1 failure <<< 
FAILURES!

[...truncated 8108 lines...]
BUILD FAILED
/export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/build.xml:634: The 
following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/build.xml:128: Found 1 
violations in source files (File uses Mockito but has no assumeWorkingMockito() 
call).

Total time: 99 minutes 30 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Setting 
ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
[WARNINGS] Skipping publisher since build result is FAILURE
Recording test results
Setting 
ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
Setting 
ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting 
ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting 
ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting 
ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting 
ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting 
ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to