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

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

Error Message:


Stack Trace:
java.lang.NullPointerException
        at 
org.apache.solr.cloud.SolrCloudTestCase.waitForState(SolrCloudTestCase.java:269)
        at 
org.apache.solr.cloud.AliasIntegrationTest.testDeleteOneOfTwoCollectionsAliased(AliasIntegrationTest.java:419)
        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:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        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:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)


FAILED:  
org.apache.solr.cloud.api.collections.ShardSplitTest.testSplitStaticIndexReplication

Error Message:
Shard shard1_0 replicas do not have same number of documents expected:<44> but 
was:<0>

Stack Trace:
java.lang.AssertionError: Shard shard1_0 replicas do not have same number of 
documents expected:<44> but was:<0>
        at 
__randomizedtesting.SeedInfo.seed([D70FBF26A8CEFE25:9D452B263966D120]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.failNotEquals(Assert.java:647)
        at org.junit.Assert.assertEquals(Assert.java:128)
        at org.junit.Assert.assertEquals(Assert.java:472)
        at 
org.apache.solr.cloud.api.collections.ShardSplitTest.assertConsistentReplicas(ShardSplitTest.java:247)
        at 
org.apache.solr.cloud.api.collections.ShardSplitTest.testSplitStaticIndexReplication(ShardSplitTest.java:221)
        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:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:993)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
        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:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        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 1872 lines...]
   [junit4] JVM J0: stdout was not empty, see: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/build/core/test/temp/junit4-J0-20180401_031352_8693767234647090686040.sysout
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] codec: FastCompressingStoredFields, pf: FSTOrd50, dvf: Asserting
   [junit4] <<< JVM J0: EOF ----

[...truncated 10476 lines...]
   [junit4] Suite: org.apache.solr.cloud.AliasIntegrationTest
   [junit4]   2> 560381 INFO  
(SUITE-AliasIntegrationTest-seed#[D70FBF26A8CEFE25]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.AliasIntegrationTest_D70FBF26A8CEFE25-001/init-core-data-001
   [junit4]   2> 560382 WARN  
(SUITE-AliasIntegrationTest-seed#[D70FBF26A8CEFE25]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=1 numCloses=1
   [junit4]   2> 560486 INFO  
(SUITE-AliasIntegrationTest-seed#[D70FBF26A8CEFE25]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 560488 INFO  
(SUITE-AliasIntegrationTest-seed#[D70FBF26A8CEFE25]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via: 
@org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 560490 INFO  
(SUITE-AliasIntegrationTest-seed#[D70FBF26A8CEFE25]-worker) [    ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.AliasIntegrationTest_D70FBF26A8CEFE25-001/tempDir-001
   [junit4]   2> 560490 INFO  
(SUITE-AliasIntegrationTest-seed#[D70FBF26A8CEFE25]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 560523 INFO  (Thread-396) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 560523 INFO  (Thread-396) [    ] o.a.s.c.ZkTestServer Starting 
server
   [junit4]   2> 560572 ERROR (Thread-396) [    ] o.a.z.s.ZooKeeperServer 
ZKShutdownHandler is not registered, so ZooKeeper server won't take any action 
on ERROR or SHUTDOWN server state changes
   [junit4]   2> 560673 INFO  
(SUITE-AliasIntegrationTest-seed#[D70FBF26A8CEFE25]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:39944
   [junit4]   2> 560884 INFO  (zkConnectionManagerCallback-327-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 561051 INFO  (jetty-launcher-324-thread-1) [    ] 
o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 
2017-11-21T10:27:37-11:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 561264 INFO  (jetty-launcher-324-thread-2) [    ] 
o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 
2017-11-21T10:27:37-11:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 561264 INFO  (jetty-launcher-324-thread-1) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 561264 INFO  (jetty-launcher-324-thread-1) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 561264 INFO  (jetty-launcher-324-thread-1) [    ] 
o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 561303 INFO  (jetty-launcher-324-thread-2) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 561303 INFO  (jetty-launcher-324-thread-2) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 561303 INFO  (jetty-launcher-324-thread-2) [    ] 
o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 561303 INFO  (jetty-launcher-324-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@37f83320{/solr,null,AVAILABLE}
   [junit4]   2> 561304 INFO  (jetty-launcher-324-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@55b0b573{/solr,null,AVAILABLE}
   [junit4]   2> 561352 INFO  (jetty-launcher-324-thread-2) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@7f362451{SSL,[ssl, 
http/1.1]}{127.0.0.1:38007}
   [junit4]   2> 561352 INFO  (jetty-launcher-324-thread-2) [    ] 
o.e.j.s.Server Started @561487ms
   [junit4]   2> 561352 INFO  (jetty-launcher-324-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=38007}
   [junit4]   2> 561352 ERROR (jetty-launcher-324-thread-2) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 561352 INFO  (jetty-launcher-324-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 561352 INFO  (jetty-launcher-324-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.0.0
   [junit4]   2> 561353 INFO  (jetty-launcher-324-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 561353 INFO  (jetty-launcher-324-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 561353 INFO  (jetty-launcher-324-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-04-01T04:56:34.885Z
   [junit4]   2> 561372 INFO  (jetty-launcher-324-thread-1) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@5ae181a9{SSL,[ssl, 
http/1.1]}{127.0.0.1:36480}
   [junit4]   2> 561372 INFO  (jetty-launcher-324-thread-1) [    ] 
o.e.j.s.Server Started @561507ms
   [junit4]   2> 561372 INFO  (jetty-launcher-324-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=36480}
   [junit4]   2> 561372 ERROR (jetty-launcher-324-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 561372 INFO  (jetty-launcher-324-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 561372 INFO  (jetty-launcher-324-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.0.0
   [junit4]   2> 561372 INFO  (jetty-launcher-324-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 561372 INFO  (jetty-launcher-324-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 561372 INFO  (jetty-launcher-324-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-04-01T04:56:34.904Z
   [junit4]   2> 561496 INFO  (zkConnectionManagerCallback-331-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 561563 INFO  (jetty-launcher-324-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 561584 INFO  (zkConnectionManagerCallback-329-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 561674 INFO  (jetty-launcher-324-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 561682 INFO  (jetty-launcher-324-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39944/solr
   [junit4]   2> 561757 INFO  (zkConnectionManagerCallback-335-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 561791 INFO  (jetty-launcher-324-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39944/solr
   [junit4]   2> 561828 INFO  (zkConnectionManagerCallback-339-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 561847 INFO  (zkConnectionManagerCallback-341-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 561900 INFO  (zkConnectionManagerCallback-343-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 562756 INFO  (jetty-launcher-324-thread-1) 
[n:127.0.0.1:36480_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 562774 INFO  (jetty-launcher-324-thread-1) 
[n:127.0.0.1:36480_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:36480_solr
   [junit4]   2> 562774 INFO  (jetty-launcher-324-thread-1) 
[n:127.0.0.1:36480_solr    ] o.a.s.c.Overseer Overseer 
(id=72378457966575621-127.0.0.1:36480_solr-n_0000000000) starting
   [junit4]   2> 562812 INFO  (jetty-launcher-324-thread-2) 
[n:127.0.0.1:38007_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 562900 INFO  (jetty-launcher-324-thread-2) 
[n:127.0.0.1:38007_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:38007_solr
   [junit4]   2> 563240 INFO  (zkCallback-340-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 563241 INFO  (zkCallback-342-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 563260 INFO  (zkConnectionManagerCallback-349-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 563387 INFO  (jetty-launcher-324-thread-1) 
[n:127.0.0.1:36480_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 563388 INFO  (jetty-launcher-324-thread-1) 
[n:127.0.0.1:36480_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:39944/solr ready
   [junit4]   2> 563597 INFO  (jetty-launcher-324-thread-1) 
[n:127.0.0.1:36480_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 563597 INFO  (jetty-launcher-324-thread-1) 
[n:127.0.0.1:36480_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:36480_solr
   [junit4]   2> 563695 INFO  (zkCallback-340-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 563695 INFO  (zkCallback-342-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 563987 INFO  (zkCallback-348-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 564109 INFO  (jetty-launcher-324-thread-2) 
[n:127.0.0.1:38007_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_38007.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@75075b4d
   [junit4]   2> 564164 INFO  (jetty-launcher-324-thread-2) 
[n:127.0.0.1:38007_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_38007.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@75075b4d
   [junit4]   2> 564164 INFO  (jetty-launcher-324-thread-2) 
[n:127.0.0.1:38007_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_38007.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@75075b4d
   [junit4]   2> 564165 INFO  (jetty-launcher-324-thread-2) 
[n:127.0.0.1:38007_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.AliasIntegrationTest_D70FBF26A8CEFE25-001/tempDir-001/node2/.
   [junit4]   2> 564365 INFO  (zkConnectionManagerCallback-353-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 564511 INFO  (jetty-launcher-324-thread-2) 
[n:127.0.0.1:38007_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 564544 INFO  (jetty-launcher-324-thread-2) 
[n:127.0.0.1:38007_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:39944/solr ready
   [junit4]   2> 565074 INFO  (jetty-launcher-324-thread-1) 
[n:127.0.0.1:36480_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_36480.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@75075b4d
   [junit4]   2> 565212 INFO  (jetty-launcher-324-thread-1) 
[n:127.0.0.1:36480_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_36480.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@75075b4d
   [junit4]   2> 565212 INFO  (jetty-launcher-324-thread-1) 
[n:127.0.0.1:36480_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_36480.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@75075b4d
   [junit4]   2> 565213 INFO  (jetty-launcher-324-thread-1) 
[n:127.0.0.1:36480_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.AliasIntegrationTest_D70FBF26A8CEFE25-001/tempDir-001/node1/.
   [junit4]   2> 565551 INFO  (zkConnectionManagerCallback-355-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 565677 INFO  (zkConnectionManagerCallback-359-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 565743 INFO  
(SUITE-AliasIntegrationTest-seed#[D70FBF26A8CEFE25]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 565743 INFO  
(SUITE-AliasIntegrationTest-seed#[D70FBF26A8CEFE25]-worker) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:39944/solr ready
   [junit4]   2> 565994 INFO  
(TEST-AliasIntegrationTest.testDeleteOneOfTwoCollectionsAliased-seed#[D70FBF26A8CEFE25])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testDeleteOneOfTwoCollectionsAliased
   [junit4]   2> 566342 INFO  (qtp1071728522-1570) [n:127.0.0.1:36480_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
replicationFactor=1&collection.configName=conf&name=collection_one&nrtReplicas=1&action=CREATE&numShards=2&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 566389 INFO  (OverseerThreadFactory-537-thread-1) [    ] 
o.a.s.c.a.c.CreateCollectionCmd Create collection collection_one
   [junit4]   2> 566526 INFO  
(OverseerStateUpdate-72378457966575621-127.0.0.1:36480_solr-n_0000000000) [    
] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"collection_one",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"collection_one_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:38007/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 566563 INFO  
(OverseerStateUpdate-72378457966575621-127.0.0.1:36480_solr-n_0000000000) [    
] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"collection_one",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"collection_one_shard2_replica_n3",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:36480/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 567617 INFO  (qtp332883383-1578) [n:127.0.0.1:38007_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node2&collection.configName=conf&newCollection=true&name=collection_one_shard1_replica_n1&action=CREATE&numShards=2&collection=collection_one&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 567618 INFO  (qtp332883383-1578) [n:127.0.0.1:38007_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 567653 INFO  (qtp1071728522-1566) [n:127.0.0.1:36480_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=collection_one_shard2_replica_n3&action=CREATE&numShards=2&collection=collection_one&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 567799 INFO  (zkCallback-342-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection_one/state.json] for collection [collection_one] 
has occurred - updating... (live nodes size: [2])
   [junit4]   2> 567799 INFO  (zkCallback-340-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection_one/state.json] for collection [collection_one] 
has occurred - updating... (live nodes size: [2])
   [junit4]   2> 567818 INFO  (zkCallback-342-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection_one/state.json] for collection [collection_one] 
has occurred - updating... (live nodes size: [2])
   [junit4]   2> 567819 INFO  (zkCallback-340-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection_one/state.json] for collection [collection_one] 
has occurred - updating... (live nodes size: [2])
   [junit4]   2> 568803 INFO  (qtp1071728522-1566) [n:127.0.0.1:36480_solr 
c:collection_one s:shard2 r:core_node4 x:collection_one_shard2_replica_n3] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 574011 WARN  
(jetty-launcher-324-thread-1-SendThread(127.0.0.1:39944)) [    ] 
o.a.z.ClientCnxn Client session timed out, have not heard from server in 7415ms 
for sessionid 0x10123d2f47d0007
   [junit4]   2> 574011 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 
0x10123d2f47d0007, likely client has closed socket
   [junit4]   2> 574011 WARN  
(jetty-launcher-324-thread-2-SendThread(127.0.0.1:39944)) [    ] 
o.a.z.ClientCnxn Client session timed out, have not heard from server in 7561ms 
for sessionid 0x10123d2f47d0008
   [junit4]   2> 574016 WARN  
(SUITE-AliasIntegrationTest-seed#[D70FBF26A8CEFE25]-worker-SendThread(127.0.0.1:39944))
 [    ] o.a.z.ClientCnxn Client session timed out, have not heard from server 
in 7583ms for sessionid 0x10123d2f47d000a
   [junit4]   2> 574043 INFO  (qtp332883383-1578) [n:127.0.0.1:38007_solr 
c:collection_one s:shard1 r:core_node2 x:collection_one_shard1_replica_n1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 574053 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 
0x10123d2f47d000a, likely client has closed socket
   [junit4]   2> 574053 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 
0x10123d2f47d0008, likely client has closed socket
   [junit4]   2> 574076 INFO  (qtp1071728522-1566) [n:127.0.0.1:36480_solr 
c:collection_one s:shard2 r:core_node4 x:collection_one_shard2_replica_n3] 
o.a.s.s.IndexSchema [collection_one_shard2_replica_n3] Schema name=minimal
   [junit4]   2> 574116 INFO  (qtp332883383-1578) [n:127.0.0.1:38007_solr 
c:collection_one s:shard1 r:core_node2 x:collection_one_shard1_replica_n1] 
o.a.s.s.IndexSchema [collection_one_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 574127 INFO  (qtp1071728522-1566) [n:127.0.0.1:36480_solr 
c:collection_one s:shard2 r:core_node4 x:collection_one_shard2_replica_n3] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 574127 INFO  (qtp1071728522-1566) [n:127.0.0.1:36480_solr 
c:collection_one s:shard2 r:core_node4 x:collection_one_shard2_replica_n3] 
o.a.s.c.CoreContainer Creating SolrCore 'collection_one_shard2_replica_n3' 
using configuration from collection collection_one, trusted=true
   [junit4]   2> 574128 INFO  (qtp1071728522-1566) [n:127.0.0.1:36480_solr 
c:collection_one s:shard2 r:core_node4 x:collection_one_shard2_replica_n3] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_36480.solr.core.collection_one.shard2.replica_n3' (registry 
'solr.core.collection_one.shard2.replica_n3') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@75075b4d
   [junit4]   2> 574128 INFO  (qtp1071728522-1566) [n:127.0.0.1:36480_solr 
c:collection_one s:shard2 r:core_node4 x:collection_one_shard2_replica_n3] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 574128 INFO  (qtp1071728522-1566) [n:127.0.0.1:36480_solr 
c:collection_one s:shard2 r:core_node4 x:collection_one_shard2_replica_n3] 
o.a.s.c.SolrCore [[collection_one_shard2_replica_n3] ] Opening new SolrCore at 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.AliasIntegrationTest_D70FBF26A8CEFE25-001/tempDir-001/node1/collection_one_shard2_replica_n3],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.AliasIntegrationTest_D70FBF26A8CEFE25-001/tempDir-001/node1/./collection_one_shard2_replica_n3/data/]
   [junit4]   2> 574162 WARN  (zkConnectionManagerCallback-349-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@2d43e6f name: 
ZooKeeperConnection Watcher:127.0.0.1:39944/solr got event WatchedEvent 
state:Disconnected type:None path:null path: null type: None
   [junit4]   2> 574163 WARN  (zkConnectionManagerCallback-349-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has disconnected
   [junit4]   2> 574163 WARN  (zkConnectionManagerCallback-359-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@5613c04e name: 
ZooKeeperConnection Watcher:127.0.0.1:39944/solr got event WatchedEvent 
state:Disconnected type:None path:null path: null type: None
   [junit4]   2> 574163 WARN  (zkConnectionManagerCallback-359-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has disconnected
   [junit4]   2> 574163 INFO  (qtp332883383-1578) [n:127.0.0.1:38007_solr 
c:collection_one s:shard1 r:core_node2 x:collection_one_shard1_replica_n1] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 574163 INFO  (qtp332883383-1578) [n:127.0.0.1:38007_solr 
c:collection_one s:shard1 r:core_node2 x:collection_one_shard1_replica_n1] 
o.a.s.c.CoreContainer Creating SolrCore 'collection_one_shard1_replica_n1' 
using configuration from collection collection_one, trusted=true
   [junit4]   2> 574164 INFO  (qtp332883383-1578) [n:127.0.0.1:38007_solr 
c:collection_one s:shard1 r:core_node2 x:collection_one_shard1_replica_n1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_38007.solr.core.collection_one.shard1.replica_n1' (registry 
'solr.core.collection_one.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@75075b4d
   [junit4]   2> 574164 INFO  (qtp332883383-1578) [n:127.0.0.1:38007_solr 
c:collection_one s:shard1 r:core_node2 x:collection_one_shard1_replica_n1] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 574164 INFO  (qtp332883383-1578) [n:127.0.0.1:38007_solr 
c:collection_one s:shard1 r:core_node2 x:collection_one_shard1_replica_n1] 
o.a.s.c.SolrCore [[collection_one_shard1_replica_n1] ] Opening new SolrCore at 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.AliasIntegrationTest_D70FBF26A8CEFE25-001/tempDir-001/node2/collection_one_shard1_replica_n1],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.AliasIntegrationTest_D70FBF26A8CEFE25-001/tempDir-001/node2/./collection_one_shard1_replica_n1/data/]
   [junit4]   2> 574199 WARN  (zkConnectionManagerCallback-353-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@465d7ec1 name: 
ZooKeeperConnection Watcher:127.0.0.1:39944/solr got event WatchedEvent 
state:Disconnected type:None path:null path: null type: None
   [junit4]   2> 574199 WARN  (zkConnectionManagerCallback-353-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has disconnected
   [junit4]   2> 574841 INFO  (qtp1071728522-1566) [n:127.0.0.1:36480_solr 
c:collection_one s:shard2 r:core_node4 x:collection_one_shard2_replica_n3] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 574841 INFO  (qtp1071728522-1566) [n:127.0.0.1:36480_solr 
c:collection_one s:shard2 r:core_node4 x:collection_one_shard2_replica_n3] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 574842 INFO  (qtp1071728522-1566) [n:127.0.0.1:36480_solr 
c:collection_one s:shard2 r:core_node4 x:collection_one_shard2_replica_n3] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 574842 INFO  (qtp1071728522-1566) [n:127.0.0.1:36480_solr 
c:collection_one s:shard2 r:core_node4 x:collection_one_shard2_replica_n3] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 574844 INFO  (qtp1071728522-1566) [n:127.0.0.1:36480_solr 
c:collection_one s:shard2 r:core_node4 x:collection_one_shard2_replica_n3] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@6849f234[collection_one_shard2_replica_n3] main]
   [junit4]   2> 574853 INFO  (qtp332883383-1578) [n:127.0.0.1:38007_solr 
c:collection_one s:shard1 r:core_node2 x:collection_one_shard1_replica_n1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 574853 INFO  (qtp332883383-1578) [n:127.0.0.1:38007_solr 
c:collection_one s:shard1 r:core_node2 x:collection_one_shard1_replica_n1] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 574854 INFO  (qtp332883383-1578) [n:127.0.0.1:38007_solr 
c:collection_one s:shard1 r:core_node2 x:collection_one_shard1_replica_n1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 574854 INFO  (qtp332883383-1578) [n:127.0.0.1:38007_solr 
c:collection_one s:shard1 r:core_node2 x:collection_one_shard1_replica_n1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 574856 INFO  (qtp332883383-1578) [n:127.0.0.1:38007_solr 
c:collection_one s:shard1 r:core_node2 x:collection_one_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@3e354c8d[collection_one_shard1_replica_n1] main]
   [junit4]   2> 574858 INFO  (qtp1071728522-1566) [n:127.0.0.1:36480_solr 
c:collection_one s:shard2 r:core_node4 x:collection_one_shard2_replica_n3] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 574858 INFO  (qtp332883383-1578) [n:127.0.0.1:38007_solr 
c:collection_one s:shard1 r:core_node2 x:collection_one_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 574859 INFO  (qtp1071728522-1566) [n:127.0.0.1:36480_solr 
c:collection_one s:shard2 r:core_node4 x:collection_one_shard2_replica_n3] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 574859 INFO  (qtp1071728522-1566) [n:127.0.0.1:36480_solr 
c:collection_one s:shard2 r:core_node4 x:collection_one_shard2_replica_n3] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 574860 INFO  (qtp1071728522-1566) [n:127.0.0.1:36480_solr 
c:collection_one s:shard2 r:core_node4 x:collection_one_shard2_replica_n3] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1596518415353249792
   [junit4]   2> 574897 INFO  (qtp332883383-1578) [n:127.0.0.1:38007_solr 
c:collection_one s:shard1 r:core_node2 x:collection_one_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 574897 INFO  
(searcherExecutor-542-thread-1-processing-n:127.0.0.1:36480_solr 
x:collection_one_shard2_replica_n3 c:collection_one s:shard2 r:core_node4) 
[n:127.0.0.1:36480_solr c:collection_one s:shard2 r:core_node4 
x:collection_one_shard2_replica_n3] o.a.s.c.SolrCore 
[collection_one_shard2_replica_n3] Registered new searcher 
Searcher@6849f234[collection_one_shard2_replica_n3] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 574930 INFO  (qtp1071728522-1566) [n:127.0.0.1:36480_solr 
c:collection_one s:shard2 r:core_node4 x:collection_one_shard2_replica_n3] 
o.a.s.c.ZkShardTerms Successful update of terms at 
/collections/collection_one/terms/shard2 to Terms{values={core_node4=0}, 
version=0}
   [junit4]   2> 574930 INFO  (qtp332883383-1578) [n:127.0.0.1:38007_solr 
c:collection_one s:shard1 r:core_node2 x:collection_one_shard1_replica_n1] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 574931 INFO  (qtp332883383-1578) [n:127.0.0.1:38007_solr 
c:collection_one s:shard1 r:core_node2 x:collection_one_shard1_replica_n1] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1596518415427698688
   [junit4]   2> 574999 INFO  (qtp332883383-1578) [n:127.0.0.1:38007_solr 
c:collection_one s:shard1 r:core_node2 x:collection_one_shard1_replica_n1] 
o.a.s.c.ZkShardTerms Successful update of terms at 
/collections/collection_one/terms/shard1 to Terms{values={core_node2=0}, 
version=0}
   [junit4]   2> 575000 INFO  
(searcherExecutor-543-thread-1-processing-n:127.0.0.1:38007_solr 
x:collection_one_shard1_replica_n1 c:collection_one s:shard1 r:core_node2) 
[n:127.0.0.1:38007_solr c:collection_one s:shard1 r:core_node2 
x:collection_one_shard1_replica_n1] o.a.s.c.SolrCore 
[collection_one_shard1_replica_n1] Registered new searcher 
Searcher@3e354c8d[collection_one_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 575025 INFO  (qtp1071728522-1566) [n:127.0.0.1:36480_solr 
c:collection_one s:shard2 r:core_node4 x:collection_one_shard2_replica_n3] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 575026 INFO  (qtp1071728522-1566) [n:127.0.0.1:36480_solr 
c:collection_one s:shard2 r:core_node4 x:collection_one_shard2_replica_n3] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 575026 INFO  (qtp1071728522-1566) [n:127.0.0.1:36480_solr 
c:collection_one s:shard2 r:core_node4 x:collection_one_shard2_replica_n3] 
o.a.s.c.SyncStrategy Sync replicas to 
https://127.0.0.1:36480/solr/collection_one_shard2_replica_n3/
   [junit4]   2> 575026 INFO  (qtp1071728522-1566) [n:127.0.0.1:36480_solr 
c:collection_one s:shard2 r:core_node4 x:collection_one_shard2_replica_n3] 
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 575026 INFO  (qtp1071728522-1566) [n:127.0.0.1:36480_solr 
c:collection_one s:shard2 r:core_node4 x:collection_one_shard2_replica_n3] 
o.a.s.c.SyncStrategy 
https://127.0.0.1:36480/solr/collection_one_shard2_replica_n3/ has no replicas
   [junit4]   2> 575026 INFO  (qtp1071728522-1566) [n:127.0.0.1:36480_solr 
c:collection_one s:shard2 r:core_node4 x:collection_one_shard2_replica_n3] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 575042 INFO  (qtp1071728522-1566) [n:127.0.0.1:36480_solr 
c:collection_one s:shard2 r:core_node4 x:collection_one_shard2_replica_n3] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
https://127.0.0.1:36480/solr/collection_one_shard2_replica_n3/ shard2
   [junit4]   2> 575043 INFO  (zkCallback-342-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection_one/state.json] for collection [collection_one] 
has occurred - updating... (live nodes size: [2])
   [junit4]   2> 575043 INFO  (zkCallback-342-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection_one/state.json] for collection [collection_one] 
has occurred - updating... (live nodes size: [2])
   [junit4]   2> 575060 INFO  (zkCallback-340-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection_one/state.json] for collection [collection_one] 
has occurred - updating... (live nodes size: [2])
   [junit4]   2> 575062 INFO  (zkCallback-340-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection_one/state.json] for collection [collection_one] 
has occurred - updating... (live nodes size: [2])
   [junit4]   2> 575097 INFO  (qtp1071728522-1566) [n:127.0.0.1:36480_solr 
c:collection_one s:shard2 r:core_node4 x:collection_one_shard2_replica_n3] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 575099 INFO  (qtp332883383-1578) [n:127.0.0.1:38007_solr 
c:collection_one s:shard1 r:core_node2 x:collection_one_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 575099 INFO  (qtp332883383-1578) [n:127.0.0.1:38007_solr 
c:collection_one s:shard1 r:core_node2 x:collection_one_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 575099 INFO  (qtp332883383-1578) [n:127.0.0.1:38007_solr 
c:collection_one s:shard1 r:core_node2 x:collection_one_shard1_replica_n1] 
o.a.s.c.SyncStrategy Sync replicas to 
https://127.0.0.1:38007/solr/collection_one_shard1_replica_n1/
   [junit4]   2> 575099 INFO  (qtp332883383-1578) [n:127.0.0.1:38007_solr 
c:collection_one s:shard1 r:core_node2 x:collection_one_shard1_replica_n1] 
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 575099 INFO  (qtp332883383-1578) [n:127.0.0.1:38007_solr 
c:collection_one s:shard1 r:core_node2 x:collection_one_shard1_replica_n1] 
o.a.s.c.SyncStrategy 
https://127.0.0.1:38007/solr/collection_one_shard1_replica_n1/ has no replicas
   [junit4]   2> 575099 INFO  (qtp332883383-1578) [n:127.0.0.1:38007_solr 
c:collection_one s:shard1 r:core_node2 x:collection_one_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 575116 INFO  (qtp332883383-1578) [n:127.0.0.1:38007_solr 
c:collection_one s:shard1 r:core_node2 x:collection_one_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
https://127.0.0.1:38007/solr/collection_one_shard1_replica_n1/ shard1
   [junit4]   2> 575134 INFO  (qtp1071728522-1566) [n:127.0.0.1:36480_solr 
c:collection_one s:shard2 r:core_node4 x:collection_one_shard2_replica_n3] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=collection_one_shard2_replica_n3&action=CREATE&numShards=2&collection=collection_one&shard=shard2&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=7480
   [junit4]   2> 575223 INFO  (zkCallback-342-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection_one/state.json] for collection [collection_one] 
has occurred - updating... (live nodes size: [2])
   [junit4]   2> 575224 INFO  (zkCallback-340-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection_one/state.json] for collection [collection_one] 
has occurred - updating... (live nodes size: [2])
   [junit4]   2> 575224 INFO  (zkCallback-340-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection_one/state.json] for collection [collection_one] 
has occurred - updating... (live nodes size: [2])
   [junit4]   2> 575239 INFO  (zkCallback-342-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection_one/state.json] for collection [collection_one] 
has occurred - updating... (live nodes size: [2])
   [junit4]   2> 575243 INFO  (qtp332883383-1578) [n:127.0.0.1:38007_solr 
c:collection_one s:shard1 r:core_node2 x:collection_one_shard1_replica_n1] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 575255 INFO  (qtp332883383-1578) [n:127.0.0.1:38007_solr 
c:collection_one s:shard1 r:core_node2 x:collection_one_shard1_replica_n1] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node2&collection.configName=conf&newCollection=true&name=collection_one_shard1_replica_n1&action=CREATE&numShards=2&collection=collection_one&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=7637
   [junit4]   2> 575370 INFO  (zkCallback-342-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection_one/state.json] for collection [collection_one] 
has occurred - updating... (live nodes size: [2])
   [junit4]   2> 575385 INFO  (zkCallback-342-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection_one/state.json] for collection [collection_one] 
has occurred - updating... (live nodes size: [2])
   [junit4]   2> 575385 INFO  (zkCallback-340-thread-3) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection_one/state.json] for collection [collection_one] 
has occurred - updating... (live nodes size: [2])
   [junit4]   2> 575385 INFO  (zkCallback-340-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection_one/state.json] for collection [collection_one] 
has occurred - updating... (live nodes size: [2])
   [junit4]   2> 575386 INFO  (zkConnectionManagerCallback-349-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 575406 INFO  (qtp1071728522-1570) [n:127.0.0.1:36480_solr    ] 
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
30 seconds. Check all shard replicas
   [junit4]   2> 575923 INFO  (zkConnectionManagerCallback-359-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 576027 INFO  (zkConnectionManagerCallback-353-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 576117 INFO  
(OverseerCollectionConfigSetProcessor-72378457966575621-127.0.0.1:36480_solr-n_0000000000)
 [    ] 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> 576406 INFO  (qtp1071728522-1570) [n:127.0.0.1:36480_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={replicationFactor=1&collection.configName=conf&name=collection_one&nrtReplicas=1&action=CREATE&numShards=2&wt=javabin&version=2}
 status=0 QTime=10064
   [junit4]   2> 576528 INFO  (qtp1071728522-1568) [n:127.0.0.1:36480_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
replicationFactor=1&collection.configName=conf&name=collection_two&nrtReplicas=1&action=CREATE&numShards=1&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 576580 INFO  (OverseerThreadFactory-537-thread-2) [    ] 
o.a.s.c.a.c.CreateCollectionCmd Create collection collection_two
   [junit4]   2> 576924 INFO  
(OverseerStateUpdate-72378457966575621-127.0.0.1:36480_solr-n_0000000000) [    
] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"collection_two",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"collection_two_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:38007/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 577125 INFO  (qtp332883383-1576) [n:127.0.0.1:38007_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node2&collection.configName=conf&newCollection=true&name=collection_two_shard1_replica_n1&action=CREATE&numShards=1&collection=collection_two&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 577257 INFO  (zkCallback-342-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection_two/state.json] for collection [collection_two] 
has occurred - updating... (live nodes size: [2])
   [junit4]   2> 577257 INFO  (zkCallback-342-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection_two/state.json] for collection [collection_two] 
has occurred - updating... (live nodes size: [2])
   [junit4]   2> 578186 INFO  (qtp332883383-1576) [n:127.0.0.1:38007_solr 
c:collection_two s:shard1 r:core_node2 x:collection_two_shard1_replica_n1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 578258 INFO  (qtp332883383-1576) [n:127.0.0.1:38007_solr 
c:collection_two s:shard1 r:core_node2 x:collection_two_shard1_replica_n1] 
o.a.s.s.IndexSchema [collection_two_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 578260 INFO  (qtp332883383-1576) [n:127.0.0.1:38007_solr 
c:collection_two s:shard1 r:core_node2 x:collection_two_shard1_replica_n1] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 578260 INFO  (qtp332883383-1576) [n:127.0.0.1:38007_solr 
c:collection_two s:shard1 r:core_node2 x:collection_two_shard1_replica_n1] 
o.a.s.c.CoreContainer Creating SolrCore 'collection_two_shard1_replica_n1' 
using configuration from collection collection_two, trusted=true
   [junit4]   2> 578278 INFO  (qtp332883383-1576) [n:127.0.0.1:38007_solr 
c:collection_two s:shard1 r:core_node2 x:collection_two_shard1_replica_n1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_38007.solr.core.collection_two.shard1.replica_n1' (registry 
'solr.core.collection_two.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@75075b4d
   [junit4]   2> 578278 INFO  (qtp332883383-1576) [n:127.0.0.1:38007_solr 
c:collection_two s:shard1 r:core_node2 x:collection_two_shard1_replica_n1] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 578278 INFO  (qtp332883383-1576) [n:127.0.0.1:38007_solr 
c:collection_two s:shard1 r:core_node2 x:collection_two_shard1_replica_n1] 
o.a.s.c.SolrCore [[collection_two_shard1_replica_n1] ] Opening new SolrCore at 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.AliasIntegrationTest_D70FBF26A8CEFE25-001/tempDir-001/node2/collection_two_shard1_replica_n1],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.AliasIntegrationTest_D70FBF26A8CEFE25-001/tempDir-001/node2/./collection_two_shard1_replica_n1/data/]
   [junit4]   2> 597945 WARN  
(jetty-launcher-324-thread-1-SendThread(127.0.0.1:39944)) [    ] 
o.a.z.ClientCnxn Client session timed out, have not heard from server in 
21003ms for sessionid 0x10123d2f47d0007
   [junit4]   2> 597945 WARN  
(SUITE-AliasIntegrationTest-seed#[D70FBF26A8CEFE25]-worker-SendThread(127.0.0.1:39944))
 [    ] o.a.z.ClientCnxn Client session timed out, have not heard from server 
in 21329ms for sessionid 0x10123d2f47d000a
   [junit4]   2> 597945 WARN  
(jetty-launcher-324-thread-2-SendThread(127.0.0.1:39944)) [    ] 
o.a.z.ClientCnxn Client session timed out, have not heard from server in 
21343ms for sessionid 0x10123d2f47d0008
   [junit4]   2> 597945 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 
0x10123d2f47d000a, likely client has closed socket
   [junit4]   2> 597945 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 
0x10123d2f47d0007, likely client has closed socket
   [junit4]   2> 597946 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 
0x10123d2f47d0008, likely client has closed socket
   [junit4]   2> 598014 INFO  (qtp332883383-1576) [n:127.0.0.1:38007_solr 
c:collection_two s:shard1 r:core_node2 x:collection_two_shard1_replica_n1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 598014 INFO  (qtp332883383-1576) [n:127.0.0.1:38007_solr 
c:collection_two s:shard1 r:core_node2 x:collection_two_shard1_replica_n1] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 598015 INFO  (qtp332883383-1576) [n:127.0.0.1:38007_solr 
c:collection_two s:shard1 r:core_node2 x:collection_two_shard1_replica_n1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 598015 INFO  (qtp332883383-1576) [n:127.0.0.1:38007_solr 
c:collection_two s:shard1 r:core_node2 x:collection_two_shard1_replica_n1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 598030 INFO  (qtp332883383-1576) [n:127.0.0.1:38007_solr 
c:collection_two s:shard1 r:core_node2 x:collection_two_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@7bd09379[collection_two_shard1_replica_n1] main]
   [junit4]   2> 598032 INFO  (qtp332883383-1576) [n:127.0.0.1:38007_solr 
c:collection_two s:shard1 r:core_node2 x:collection_two_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 598032 INFO  (qtp332883383-1576) [n:127.0.0.1:38007_solr 
c:collection_two s:shard1 r:core_node2 x:collection_two_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 598033 INFO  (qtp332883383-1576) [n:127.0.0.1:38007_solr 
c:collection_two s:shard1 r:core_node2 x:collection_two_shard1_replica_n1] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 598033 INFO  (qtp332883383-1576) [n:127.0.0.1:38007_solr 
c:collection_two s:shard1 r:core_node2 x:collection_two_shard1_replica_n1] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1596518439651901440
   [junit4]   2> 598128 WARN  (zkConnectionManagerCallback-353-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@465d7ec1 name: 
ZooKeeperConnection Watcher:127.0.0.1:39944/solr got event WatchedEvent 
state:Disconnected type:None path:null path: null type: None
   [junit4]   2> 598128 WARN  (zkConnectionManagerCallback-353-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has disconnected
   [junit4]   2> 598128 WARN  (zkConnectionManagerCallback-359-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@5613c04e name: 
ZooKeeperConnection Watcher:127.0.0.1:39944/solr got event WatchedEvent 
state:Disconnected type:None path:null path: null type: None
   [junit4]   2> 598128 WARN  (zkConnectionManagerCallback-359-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has disconnected
   [junit4]   2> 598185 INFO  
(searcherExecutor-552-thread-1-processing-n:127.0.0.1:38007_solr 
x:collection_two_shard1_replica_n1 c:collection_two s:shard1 r:core_node2) 
[n:127.0.0.1:38007_solr c:collection_two s:shard1 r:core_node2 
x:collection_two_shard1_replica_n1] o.a.s.c.SolrCore 
[collection_two_shard1_replica_n1] Registered new searcher 
Searcher@7bd09379[collection_two_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 598197 WARN  (zkConnectionManagerCallback-349-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@2d43e6f name: 
ZooKeeperConnection Watcher:127.0.0.1:39944/solr got event WatchedEvent 
state:Disconnected type:None path:null path: null type: None
   [junit4]   2> 598197 WARN  (zkConnectionManagerCallback-349-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has disconnected
   [junit4]   2> 598199 INFO  (qtp332883383-1576) [n:127.0.0.1:38007_solr 
c:collection_two s:shard1 r:core_node2 x:collection_two_shard1_replica_n1] 
o.a.s.c.ZkShardTerms Successful update of terms at 
/collections/collection_two/terms/shard1 to Terms{values={core_node2=0}, 
version=0}
   [junit4]   2> 598215 INFO  (qtp332883383-1576) [n:127.0.0.1:38007_solr 
c:collection_two s:shard1 r:core_node2 x:collection_two_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 598215 INFO  (qtp332883383-1576) [n:127.0.0.1:38007_solr 
c:collection_two s:shard1 r:core_node2 x:collection_two_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 598215 INFO  (qtp332883383-1576) [n:127.0.0.1:38007_solr 
c:collection_two s:shard1 r:core_node2 x:collection_two_shard1_replica_n1] 
o.a.s.c.SyncStrategy Sync replicas to 
https://127.0.0.1:38007/solr/collection_two_shard1_replica_n1/
   [junit4]   2> 598215 INFO  (qtp332883383-1576) [n:127.0.0.1:38007_solr 
c:collection_two s:shard1 r:core_node2 x:collection_two_shard1_replica_n1] 
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 598215 INFO  (qtp332883383-1576) [n:127.0.0.1:38007_solr 
c:collection_two s:shard1 r:core_node2 x:collection_two_shard1_replica_n1] 
o.a.s.c.SyncStrategy 
https://127.0.0.1:38007/solr/collection_two_shard1_replica_n1/ has no replicas
   [junit4]   2> 598215 INFO  (qtp332883383-1576) [n:127.0.0.1:38007_solr 
c:collection_two s:shard1 r:core_node2 x:collection_two_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 598271 INFO  (qtp332883383-1576) [n:127.0.0.1:38007_solr 
c:collection_two s:shard1 r:core_node2 x:collection_two_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
https://127.0.0.1:38007/solr/collection_two_shard1_replica_n1/ shard1
   [junit4]   2> 598343 INFO  (zkCallback-342-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection_two/state.json] for collection [collection_two] 
has occurred - updating... (live nodes size: [2])
   [junit4]   2> 598343 INFO  (zkCallback-342-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection_two/state.json] for collection [collection_two] 
has occurred - updating... (live nodes size: [2])
   [junit4]   2> 598379 INFO  (qtp332883383-1576) [n:127.0.0.1:38007_solr 
c:collection_two s:shard1 r:core_node2 x:collection_two_shard1_replica_n1] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 598381 INFO  (qtp332883383-1576) [n:127.0.0.1:38007_solr 
c:collection_two s:shard1 r:core_node2 x:collection_two_shard1_replica_n1] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node2&collection.configName=conf&newCollection=true&name=collection_two_shard1_replica_n1&action=CREATE&numShards=1&collection=collection_two&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=21256
   [junit4]   2> 598417 INFO  (qtp1071728522-1568) [n:127.0.0.1:36480_solr    ] 
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
30 seconds. Check all shard replicas
   [junit4]   2> 598543 INFO  (zkCallback-342-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection_two/state.json] for collection [collection_two] 
has occurred - updating... (live nodes size: [2])
   [junit4]   2> 598543 INFO  (zkCallback-342-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection_two/state.json] for collection [collection_two] 
has occurred - updating... (live nodes size: [2])
   [junit4]   2> 599241 WARN  
(jetty-launcher-324-thread-2-SendThread(127.0.0.1:39944)) [    ] 
o.a.z.ClientCnxn Unable to reconnect to ZooKeeper service, session 
0x10123d2f47d0008 has expired
   [junit4]   2> 599242 WARN  (zkConnectionManagerCallback-353-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@465d7ec1 name: 
ZooKeeperConnection Watcher:127.0.0.1:39944/solr got event WatchedEvent 
state:Expired type:None path:null path: null type: None
   [junit4]   2> 599242 WARN  (zkConnectionManagerCallback-353-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Our previous ZooKeeper session was expired. 
Attempting to reconnect to recover relationship with ZooKeeper...
   [junit4]   2> 599243 WARN  (zkConnectionManagerCallback-353-thread-1) [    ] 
o.a.s.c.c.DefaultConnectionStrategy Connection expired - starting a new one...
   [junit4]   2> 599290 INFO  
(zkConnectionManagerCallback-353-thread-1-EventThread) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 599290 INFO  (zkConnectionManagerCallback-353-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Connection with ZooKeeper reestablished.
   [junit4]   2> 599389 WARN  
(jetty-launcher-324-thread-1-SendThread(127.0.0.1:39944)) [    ] 
o.a.z.ClientCnxn Unable to reconnect to ZooKeeper service, session 
0x10123d2f47d0007 has expired
   [junit4]   2> 599389 WARN  (zkConnectionManagerCallback-349-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@2d43e6f name: 
ZooKeeperConnection Watcher:127.0.0.1:39944/solr got event WatchedEvent 
state:Expired type:None path:null path: null type: None
   [junit4]   2> 599389 WARN  (zkConnectionManagerCallback-349-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Our previous ZooKeeper session was expired. 
Attempting to reconnect to recover relationship with ZooKeeper...
   [junit4]   2> 599389 WARN  (zkConnectionManagerCallback-349-thread-1) [    ] 
o.a.s.c.c.DefaultConnectionStrategy Connection expired - starting a new one...
   [junit4]   2> 599390 INFO  (zkConnectionManagerCallback-353-thread-1) [    ] 
o.a.s.c.c.DefaultConnectionStrategy Reconnected to ZooKeeper
   [junit4]   2> 599390 INFO  (zkConnectionManagerCallback-353-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient Connected:true
   [junit4]   2> 599448 INFO  
(zkConnectionManagerCallback-349-thread-1-EventThread) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 599448 INFO  (zkConnectionManagerCallback-349-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Connection with ZooKeeper reestablished.
   [junit4]   2> 599477 INFO  (qtp1071728522-1568) [n:127.0.0.1:36480_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={replicationFactor=1&collection.configName=conf&name=collection_two&nrtReplicas=1&action=CREATE&numShards=1&wt=javabin&version=2}
 status=0 QTime=22948
   [junit4]   2> 599553 INFO  (zkConnectionManagerCallback-349-thread-1) [    ] 
o.a.s.c.c.DefaultConnectionStrategy Reconnected to ZooKeeper
   [junit4]   2> 599553 INFO  (zkConnectionManagerCallback-349-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient Connected:true
   [junit4]   2> 599990 INFO  
(OverseerCollectionConfigSetProcessor-72378457966575621-127.0.0.1:36480_solr-n_0000000000)
 [    ] 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> 600054 WARN  
(SUITE-AliasIntegrationTest-seed#[D70FBF26A8CEFE25]-worker-SendThread(127.0.0.1:39944))
 [    ] o.a.z.ClientCnxn Unable to reconnect to ZooKeeper service, session 
0x10123d2f47d000a has expired
   [junit4]   2> 600055 WARN  (zkConnectionManagerCallback-359-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@5613c04e name: 
ZooKeeperConnection Watcher:127.0.0.1:39944/solr got event WatchedEvent 
state:Expired type:None path:null path: null type: None
   [junit4]   2> 600055 WARN  (zkConnectionManagerCallback-359-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Our previous ZooKeeper session was expired. 
Attempting to reconnect to recover relationship with ZooKeeper...
   [junit4]   2> 600055 WARN  (zkConnectionManagerCallback-359-thread-1) [    ] 
o.a.s.c.c.DefaultConnectionStrategy Connection expired - starting a new one...
   [junit4]   2> 600163 WARN  
(TEST-AliasIntegrationTest.testDeleteOneOfTwoCollectionsAliased-seed#[D70FBF26A8CEFE25])
 [    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk 
to ZK: [KeeperErrorCode = Session expired for 
/collections/collection_one/state.json]
   [junit4]   2> 600163 INFO  
(TEST-AliasIntegrationTest.testDeleteOneOfTwoCollectionsAliased-seed#[D70FBF26A8CEFE25])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testDeleteOneOfTwoCollectionsAliased
   [junit4]   2> 600165 INFO  (qtp1071728522-1570) [n:127.0.0.1:36480_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :listaliases with params 
action=LISTALIASES&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 600166 INFO  (qtp1071728522-1570) [n:127.0.0.1:36480_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={action=LISTALIASES&wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=AliasIntegrationTest 
-Dtests.method=testDeleteOneOfTwoCollectionsAliased 
-Dtests.seed=D70FBF26A8CEFE25 -Dtests.multiplier=2 -Dtests.slow=true 
-Dtests.locale=de-LU -Dtests.timezone=Australia/ACT -Dtests.asserts=true 
-Dtests.file.encoding=US-ASCII
   [junit4] ERROR   34.4s J0 | 
AliasIntegrationTest.testDeleteOneOfTwoCollectionsAliased <<<
   [junit4]    > Throwable #1: java.lang.NullPointerException
   [junit4]    >        at 
org.apache.solr.cloud.SolrCloudTestCase.waitForState(SolrCloudTestCase.java:269)
   [junit4]    >        at 
org.apache.solr.cloud.AliasIntegrationTest.testDeleteOneOfTwoCollectionsAliased(AliasIntegrationTest.java:419)
   [junit4]    >        at java.lang.Thread.run(Thread.java:748)Throwable #2: 
org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = 
Session expired for /clusterstate.json
   [junit4]    >        at 
org.apache.zookeeper.KeeperException.create(KeeperException.java:130)
   [junit4]    >        at 
org.apache.zookeeper.KeeperException.create(KeeperException.java:54)
   [junit4]    >        at 
org.apache.zookeeper.ZooKeeper.exists(ZooKeeper.java:1105)
   [junit4]    >        at 
org.apache.solr.common.cloud.SolrZkClient.lambda$exists$3(SolrZkClient.java:316)
   [junit4]    >        at 
org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
   [junit4]    >        at 
org.apache.solr.common.cloud.SolrZkClient.exists(SolrZkClient.java:316)
   [junit4]    >        at 
org.apache.solr.common.cloud.ZkStateReader.createClusterStateWatchersAndUpdate(ZkStateReader.java:433)
   [junit4]    >        at 
org.apache.solr.cloud.MiniSolrCloudCluster.deleteAllCollections(MiniSolrCloudCluster.java:449)
   [junit4]    >        at 
org.apache.solr.cloud.AliasIntegrationTest.tearDown(AliasIntegrationTest.java:92)
   [junit4]    >        at java.lang.Thread.run(Thread.java:748)
   [junit4] IGNOR/A 0.00s J0 | AliasIntegrationTest.testProperties
   [junit4]    > Assumption #1: 'badapple' test group is disabled 
(@BadApple(bugUrl=https://issues.apache.org/jira/browse/SOLR-12028))
   [junit4]   2> 600269 INFO  
(zkConnectionManagerCallback-359-thread-1-EventThread) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 600269 INFO  (zkConnectionManagerCallback-359-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Connection with ZooKeeper reestablished.
   [junit4]   2> 600343 INFO  (zkConnectionManagerCallback-359-thread-1) [    ] 
o.a.s.c.c.DefaultConnectionStrategy Reconnected to ZooKeeper
   [junit4]   2> 600343 INFO  (zkConnectionManagerCallback-359-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient Connected:true
   [junit4]   2> 600615 INFO  
(TEST-AliasIntegrationTest.testModifyPropertiesV2-seed#[D70FBF26A8CEFE25]) [    
] o.a.s.SolrTestCaseJ4 ###Starting testModifyPropertiesV2
   [junit4]   2> 600638 INFO  (qtp1071728522-1568) [n:127.0.0.1:36480_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
replicationFactor=1&collection.configName=conf&name=collection1meta&nrtReplicas=1&action=CREATE&numShards=2&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 600688 INFO  (OverseerThreadFactory-537-thread-3) [    ] 
o.a.s.c.a.c.CreateCollectionCmd Create collection collection1meta
   [junit4]   2> 600857 INFO  
(OverseerStateUpdate-72378457966575621-127.0.0.1:36480_solr-n_0000000000) [    
] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"collection1meta",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"collection1meta_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:38007/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 600873 INFO  
(OverseerStateUpdate-72378457966575621-127.0.0.1:36480_solr-n_0000000000) [    
] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"collection1meta",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"collection1meta_shard2_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:36480/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 601200 INFO  (qtp332883383-1578) [n:127.0.0.1:38007_solr    ] 
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> 601335 INFO  (qtp1071728522-1567) [n:127.0.0.1:36480_solr    ] 
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> 601492 INFO  (zkCallback-340-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> 601492 INFO  (zkCallback-340-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> 601500 INFO  (zkCallback-342-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> 601500 INFO  (zkCallback-342-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> 602388 INFO  (qtp332883383-1578) [n:127.0.0.1:38007_solr 
c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 602448 INFO  (qtp1071728522-1567) [n:127.0.0.1:36480_solr 
c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 602496 INFO  (qtp332883383-1578) [n:127.0.0.1:38007_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> 602498 INFO  (qtp332883383-1578) [n:127.0.0.1:38007_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> 602498 INFO  (qtp332883383-1578) [n:127.0.0.1:38007_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> 602499 INFO  (qtp332883383-1578) [n:127.0.0.1:38007_solr 
c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_38007.solr.core.collection1meta.shard1.replica_n1' (registry 
'solr.core.collection1meta.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@75075b4d
   [junit4]   2> 602499 INFO  (qtp332883383-1578) [n:127.0.0.1:38007_solr 
c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 602499 INFO  (qtp332883383-1578) [n:127.0.0.1:38007_solr 
c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1] 
o.a.s.c.SolrCore [[collection1meta_shard1_replica_n1] ] Opening new SolrCore at 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.AliasIntegrationTest_D70FBF26A8CEFE25-001/tempDir-001/node2/collection1meta_shard1_replica_n1],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.AliasIntegrationTest_D70FBF26A8CEFE25-001/tempDir-001/node2/./collection1meta_shard1_replica_n1/data/]
   [junit4]   2> 602518 INFO  (qtp1071728522-1567) [n:127.0.0.1:36480_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> 602553 INFO  (qtp1071728522-1567) [n:127.0.0.1:36480_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> 602553 INFO  (qtp1071728522-1567) [n:127.0.0.1:36480_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> 602553 INFO  (qtp1071728522-1567) [n:127.0.0.1:36480_solr 
c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_36480.solr.core.collection1meta.shard2.replica_n2' (registry 
'solr.core.collection1meta.shard2.replica_n2') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@75075b4d
   [junit4]   2> 602554 INFO  (qtp1071728522-1567) [n:127.0.0.1:36480_solr 
c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 602554 INFO  (qtp1071728522-1567) [n:127.0.0.1:36480_solr 
c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2] 
o.a.s.c.SolrCore [[collection1meta_shard2_replica_n2] ] Opening new SolrCore at 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.AliasIntegrationTest_D70FBF26A8CEFE25-001/tempDir-001/node1/collection1meta_shard2_replica_n2],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.AliasIntegrationTest_D70FBF26A8CEFE25-001/tempDir-001/node1/./collection1meta_shard2_replica_n2/data/]
   [junit4]   2> 603188 INFO  (qtp1071728522-1567) [n:127.0.0.1:36480_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> 603188 INFO  (qtp1071728522-1567) [n:127.0.0.1:36480_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> 603203 INFO  (qtp1071728522-1567) [n:127.0.0.1:36480_solr 
c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 603203 INFO  (qtp1071728522-1567) [n:127.0.0.1:36480_solr 
c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 603204 INFO  (qtp1071728522-1567) [n:127.0.0.1:36480_solr 
c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@674a5e63[collection1meta_shard2_replica_n2] main]
   [junit4]   2> 603206 INFO  (qtp1071728522-1567) [n:127.0.0.1:36480_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> 603239 INFO  (qtp1071728522-1567) [n:127.0.0.1:36480_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> 603239 INFO  (qtp1071728522-1567) [n:127.0.0.1:36480_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> 603240 INFO  (qtp1071728522-1567) [n:127.0.0.1:36480_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 1596518445111836672
   [junit4]   2> 603276 INFO  
(searcherExecutor-558-thread-1-processing-n:127.0.0.1:36480_solr 
x:collection1meta_shard2_replica_n2 c:collection1meta s:shard2 r:core_node4) 
[n:127.0.0.1:36480_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@674a5e63[collection1meta_shard2_replica_n2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 603279 INFO  (qtp1071728522-1567) [n:127.0.0.1:36480_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> 603314 INFO  (qtp1071728522-1567) [n:127.0.0.1:36480_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> 603314 INFO  (qtp1071728522-1567) [n:127.0.0.1:36480_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> 603314 INFO  (qtp1071728522-1567) [n:127.0.0.1:36480_solr 
c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2] 
o.a.s.c.SyncStrategy Sync replicas to 
https://127.0.0.1:36480/solr/collection1meta_shard2_replica_n2/
   [junit4]   2> 603314 INFO  (qtp1071728522-1567) [n:127.0.0.1:36480_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> 603314 INFO  (qtp1071728522-1567) [n:127.0.0.1:36480_solr 
c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2] 
o.a.s.c.SyncStrategy 
https://127.0.0.1:36480/solr/collection1meta_shard2_replica_n2/ has no replicas
   [junit4]   2> 603314 INFO  (qtp1071728522-1567) [n:127.0.0.1:36480_solr 
c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 603351 INFO  (qtp1071728522-1567) [n:127.0.0.1:36480_solr 
c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
https://127.0.0.1:36480/solr/collection1meta_shard2_replica_n2/ shard2
   [junit4]   2> 603369 INFO  (qtp332883383-1578) [n:127.0.0.1:38007_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> 603369 INFO  (qtp332883383-1578) [n:127.0.0.1:38007_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> 603370 INFO  (qtp332883383-1578) [n:127.0.0.1:38007_solr 
c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 603370 INFO  (qtp332883383-1578) [n:127.0.0.1:38007_solr 
c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 603372 INFO  (qtp332883383-1578) [n:127.0.0.1:38007_solr 
c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@703388b7[collection1meta_shard1_replica_n1] main]
   [junit4]   2> 603386 INFO  (qtp332883383-1578) [n:127.0.0.1:38007_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> 603386 INFO  (qtp332883383-1578) [n:127.0.0.1:38007_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> 603387 INFO  (qtp332883383-1578) [n:127.0.0.1:38007_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> 603387 INFO  (qtp332883383-1578) [n:127.0.0.1:38007_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 1596518445265977344
   [junit4]   2> 603460 INFO  (zkCallback-340-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> 603461 INFO  (zkCallback-340-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> 603483 INFO  
(searcherExecutor-557-thread-1-processing-n:127.0.0.1:38007_solr 
x:collection1meta_shard1_replica_n1 c:collection1meta s:shard1 r:core_node3) 
[n:127.0.0.1:38007_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@703388b7[collection1meta_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 603486 INFO  (zkCallback-342-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> 603486 INFO  (zkCallback-342-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> 603497 INFO  (qtp332883383-1578) [n:127.0.0.1:38007_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> 603515 INFO  (qtp1071728522-1567) [n:127.0.0.1:36480_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> 603554 INFO  (qtp1071728522-1567) [n:127.0.0.1:36480_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=2219
   [junit4]   2> 603555 INFO  (qtp332883383-1578) [n:127.0.0.1:38007_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> 603588 INFO  (qtp332883383-1578) [n:127.0.0.1:38007_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> 603588 INFO  (qtp332883383-1578) [n:127.0.0.1:38007_solr 
c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1] 
o.a.s.c.SyncStrategy Sync replicas to 
https://127.0.0.1:38007/solr/collection1meta_shard1_replica_n1/
   [junit4]   2> 603588 INFO  (qtp332883383-1578) [n:127.0.0.1:38007_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> 603588 INFO  (qtp332883383-1578) [n:127.0.0.1:38007_solr 
c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1] 
o.a.s.c.SyncStrategy 
https://127.0.0.1:38007/solr/collection1meta_shard1_replica_n1/ has no replicas
   [junit4]   2> 603588 INFO  (qtp332883383-1578) [n:127.0.0.1:38007_solr 
c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 603599 INFO  (qtp332883383-1578) [n:127.0.0.1:38007_solr 
c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
https://127.0.0.1:38007/solr/collection1meta_shard1_replica_n1/ shard1
   [junit4]   2> 603779 INFO  (zkCallback-342-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> 603787 INFO  (zkCallback-342-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> 603787 INFO  (zkCallback-340-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> 603787 INFO  (zkCallback-340-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> 603815 INFO  (qtp332883383-1578) [n:127.0.0.1:38007_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> 603817 INFO  (qtp332883383-1578) [n:127.0.0.1:38007_solr 
c:collection1meta s:shard1 

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

7)={
   [junit4]   2>   "pullReplicas":"0",
   [junit4]   2>   "replicationFactor":"1",
   [junit4]   2>   "shards":{
   [junit4]   2>     "shard1":{
   [junit4]   2>       "range":"80000000-ffffffff",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "replicas":{
   [junit4]   2>         "core_node44":{
   [junit4]   2>           "core":"collection1_shard1_replica_t43",
   [junit4]   2>           "base_url":"http://127.0.0.1:43358";,
   [junit4]   2>           "node_name":"127.0.0.1:43358_",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "type":"TLOG"},
   [junit4]   2>         "core_node48":{
   [junit4]   2>           "core":"collection1_shard1_replica_t47",
   [junit4]   2>           "base_url":"http://127.0.0.1:45818";,
   [junit4]   2>           "node_name":"127.0.0.1:45818_",
   [junit4]   2>           "state":"active",
   [junit4]   2>           "type":"TLOG"}}},
   [junit4]   2>     "shard2":{
   [junit4]   2>       "range":"0-7fffffff",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "replicas":{
   [junit4]   2>         "core_node42":{
   [junit4]   2>           "core":"collection1_shard2_replica_t41",
   [junit4]   2>           "base_url":"http://127.0.0.1:39915";,
   [junit4]   2>           "node_name":"127.0.0.1:39915_",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "type":"TLOG"},
   [junit4]   2>         "core_node46":{
   [junit4]   2>           "core":"collection1_shard2_replica_t45",
   [junit4]   2>           "base_url":"http://127.0.0.1:40751";,
   [junit4]   2>           "node_name":"127.0.0.1:40751_",
   [junit4]   2>           "state":"active",
   [junit4]   2>           "type":"TLOG",
   [junit4]   2>           "leader":"true"}}}},
   [junit4]   2>   "router":{"name":"compositeId"},
   [junit4]   2>   "maxShardsPerNode":"1",
   [junit4]   2>   "autoAddReplicas":"false",
   [junit4]   2>   "nrtReplicas":"1",
   [junit4]   2>   "tlogReplicas":"0"} with live_nodes=[]
   [junit4]   2>        at 
org.apache.solr.common.cloud.ZkStateReader.getLeaderRetry(ZkStateReader.java:804)
   [junit4]   2>        at 
org.apache.solr.common.cloud.ZkStateReader.getLeaderRetry(ZkStateReader.java:788)
   [junit4]   2>        at 
org.apache.solr.handler.IndexFetcher.getLeaderReplica(IndexFetcher.java:688)
   [junit4]   2>        at 
org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:382)
   [junit4]   2>        at 
org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:347)
   [junit4]   2>        at 
org.apache.solr.handler.ReplicationHandler.doFetch(ReplicationHandler.java:420)
   [junit4]   2>        at 
org.apache.solr.handler.ReplicationHandler.lambda$setupPolling$12(ReplicationHandler.java:1159)
   [junit4]   2>        at 
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
   [junit4]   2>        at 
java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308)
   [junit4]   2>        at 
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180)
   [junit4]   2>        at 
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294)
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 
   [junit4]   2> 4068177 WARN  (Thread-4372) [    ] o.a.s.c.ZkTestServer Watch 
limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        12      /solr/aliases.json
   [junit4]   2>        9       /solr/collections/collection1/terms/shard1
   [junit4]   2>        9       /solr/collections/collection1/terms/shard2
   [junit4]   2>        8       
/solr/collections/shardSplitWithRule/terms/shard1_0
   [junit4]   2>        8       
/solr/collections/shardSplitWithRule/terms/shard1_1
   [junit4]   2>        5       /solr/security.json
   [junit4]   2>        5       
/solr/collections/shardSplitWithRule/terms/shard1
   [junit4]   2>        5       /solr/configs/conf1
   [junit4]   2>        2       
/solr/collections/control_collection/terms/shard1
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        63      /solr/collections/shardSplitWithRule/state.json
   [junit4]   2>        12      /solr/clusterprops.json
   [junit4]   2>        12      /solr/clusterstate.json
   [junit4]   2>        4       /solr/collections/collection1/state.json
   [junit4]   2>        4       /solr/autoscaling.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        12      /solr/live_nodes
   [junit4]   2>        12      /solr/collections
   [junit4]   2>        4       /solr/overseer/queue
   [junit4]   2>        4       /solr/autoscaling/events/.scheduled_maintenance
   [junit4]   2>        4       /solr/autoscaling/events/.auto_add_replicas
   [junit4]   2>        4       /solr/overseer/collection-queue-work
   [junit4]   2>        4       /solr/overseer/queue-work
   [junit4]   2> 
   [junit4] IGNOR/A 0.00s J0 | ShardSplitTest.testSplitAfterFailedSplit
   [junit4]    > Assumption #1: 'badapple' test group is disabled 
(@BadApple(bugUrl=https://issues.apache.org/jira/browse/SOLR-12028))
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.api.collections.ShardSplitTest_D70FBF26A8CEFE25-001
   [junit4]   2> Apr 01, 2018 5:55:01 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(Lucene70), 
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@67b0ff07),
 locale=ro, timezone=Africa/Conakry
   [junit4]   2> NOTE: Linux 4.4.0-112-generic amd64/Oracle Corporation 
1.8.0_152 (64-bit)/cpus=4,threads=1,free=253262912,total=526909440
   [junit4]   2> NOTE: All tests run in this JVM: [SolrShardReporterTest, 
UpdateParamsTest, TestPKIAuthenticationPlugin, RequestHandlersTest, 
TestDeleteCollectionOnDownNodes, SolrMetricManagerTest, 
DistributedFacetSimpleRefinementLongTailTest, TestChildDocTransformer, 
ZkNodePropsTest, TestCrossCoreJoin, HdfsNNFailoverTest, TestDocTermOrds, 
TestSolrXml, TestPolicyCloud, LeaderFailureAfterFreshStartTest, 
DebugComponentTest, LargeFieldTest, BadIndexSchemaTest, 
TestNumericRangeQuery64, AliasIntegrationTest, TestSmileRequest, 
HighlighterMaxOffsetTest, ParsingFieldUpdateProcessorsTest, 
TestHdfsBackupRestoreCore, FieldAnalysisRequestHandlerTest, TestDocSet, 
BigEndianAscendingWordSerializerTest, HttpTriggerListenerTest, NodeMutatorTest, 
TestLMDirichletSimilarityFactory, NodeAddedTriggerIntegrationTest, 
BaseCdcrDistributedZkTest, TestDefaultStatsCache, FullHLLTest, 
TestGroupingSearch, TestComplexPhraseLeadingWildcard, MigrateRouteKeyTest, 
TestDynamicFieldCollectionResource, CloneFieldUpdateProcessorFactoryTest, 
TestShardHandlerFactory, SpellingQueryConverterTest, 
TestDistributedStatsComponentCardinality, ConfigSetsAPITest, 
HttpPartitionOnCommitTest, TestExtendedDismaxParser, V2ApiIntegrationTest, 
TestMaxScoreQueryParser, BinaryUpdateRequestHandlerTest, 
TestMiniSolrCloudClusterSSL, TestConfig, IndexBasedSpellCheckerTest, 
FullSolrCloudDistribCmdsTest, StatsReloadRaceTest, 
DistributedTermsComponentTest, TestNonDefinedSimilarityFactory, 
DefaultValueUpdateProcessorTest, TestWordDelimiterFilterFactory, 
TestInPlaceUpdatesStandalone, HdfsCollectionsAPIDistributedZkTest, 
TestComponentsName, DistributedFacetPivotLargeTest, StatsComponentTest, 
TestDistributedSearch, TestPhraseSuggestions, 
ChaosMonkeyNothingIsSafeWithPullReplicasTest, SparseHLLTest, 
TestHighFrequencyDictionaryFactory, TestScoreJoinQPScore, 
TestPayloadScoreQParserPlugin, UtilsToolTest, TestCSVResponseWriter, 
OpenCloseCoreStressTest, TestNoOpRegenerator, TestCloudDeleteByQuery, 
TestRandomFaceting, ZkFailoverTest, TestExportWriter, CleanupOldIndexTest, 
CachingDirectoryFactoryTest, TestOmitPositions, PropertiesRequestHandlerTest, 
JvmMetricsTest, SolrIndexSplitterTest, BasicDistributedZkTest, 
CoreAdminCreateDiscoverTest, SimpleFacetsTest, ZkCLITest, TestMacroExpander, 
CollectionsAPIDistributedZkTest, TestPullReplica, TestJoin, TestNumericTerms64, 
TestPolicyCloud, TestSolrFieldCacheBean, TestLocalFSCloudBackupRestore, 
SolrXmlInZkTest, TestCloudPivotFacet, TestRTimerTree, MoveReplicaHDFSTest, 
XmlUpdateRequestHandlerTest, TestZkAclsWithHadoopAuth, CollectionReloadTest, 
ShardRoutingTest, TestHashPartitioner, TestLegacyTerms, SolrPluginUtilsTest, 
TestDelegationWithHadoopAuth, CurrencyFieldTypeTest, 
PeerSyncWithIndexFingerprintCachingTest, TestTrieFacet, TestPivotHelperCode, 
TestSolrCloudWithKerberosAlt, ExternalFileFieldSortTest, 
TolerantUpdateProcessorTest, BlockJoinFacetRandomTest, 
TestConfigSetsAPIExclusivity, TestSolrConfigHandlerCloud, 
BasicAuthStandaloneTest, TestCloudNestedDocsSort, ChaosMonkeyNothingIsSafeTest, 
TestSolrQueryParser, TestRestoreCore, 
AddSchemaFieldsUpdateProcessorFactoryTest, TestFieldSortValues, 
ZkSolrClientTest, CoreMergeIndexesAdminHandlerTest, TestSchemaManager, 
AutoAddReplicasIntegrationTest, TestRandomRequestDistribution, TestBinaryField, 
SolrCoreCheckLockOnStartupTest, ActionThrottleTest, 
AsyncCallRequestStatusResponseTest, ConcurrentCreateRoutedAliasTest, 
DeleteInactiveReplicaTest, DeleteReplicaTest, MoveReplicaTest, 
OverriddenZkACLAndCredentialsProvidersTest, 
OverseerCollectionConfigSetProcessorTest, OverseerStatusTest, 
RecoveryAfterSoftCommitTest, ReplaceNodeTest, SharedFSAutoReplicaFailoverTest, 
SolrCLIZkUtilsTest, TestCloudSearcherWarming, TestDistribDocBasedVersion, 
TestRandomFlRTGCloud, TestRequestForwarding, TestSSLRandomization, 
TestSegmentSorting, TestSizeLimitedDistributedMap, 
TestSolrCloudWithSecureImpersonation, TestStressInPlaceUpdates, 
CollectionTooManyReplicasTest, ShardSplitTest]
   [junit4] Completed [597/795 (2!)] on J0 in 150.67s, 5 tests, 1 failure, 3 
skipped <<< FAILURES!

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

Reply via email to