Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Solaris/1654/
Java: 64bit/jdk1.8.0 -XX:-UseCompressedOops -XX:+UseParallelGC

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

Error Message:


Stack Trace:
java.lang.AssertionError
        at 
__randomizedtesting.SeedInfo.seed([4E2A232F88A7D786:52786264357C77DE]:0)
        at org.junit.Assert.fail(Assert.java:92)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at org.junit.Assert.assertTrue(Assert.java:54)
        at 
org.apache.solr.cloud.AliasIntegrationTest.checkFooAndBarMeta(AliasIntegrationTest.java:283)
        at 
org.apache.solr.cloud.AliasIntegrationTest.testModifyMetadataCAR(AliasIntegrationTest.java:262)
        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.autoscaling.ComputePlanActionTest.testNodeWithMultipleReplicasLost

Error Message:
The operations computed by ComputePlanAction should not be null 
SolrClientNodeStateProvider.DEBUG{AFTER_ACTION=[compute_plan, null], 
BEFORE_ACTION=[compute_plan, null]}

Stack Trace:
java.lang.AssertionError: The operations computed by ComputePlanAction should 
not be null SolrClientNodeStateProvider.DEBUG{AFTER_ACTION=[compute_plan, 
null], BEFORE_ACTION=[compute_plan, null]}
        at 
__randomizedtesting.SeedInfo.seed([4E2A232F88A7D786:7EEAC2AD00D536DA]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at org.junit.Assert.assertNotNull(Assert.java:526)
        at 
org.apache.solr.cloud.autoscaling.ComputePlanActionTest.testNodeWithMultipleReplicasLost(ComputePlanActionTest.java:291)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java: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)




Build Log:
[...truncated 13392 lines...]
   [junit4] Suite: org.apache.solr.cloud.AliasIntegrationTest
   [junit4]   2> Creating dataDir: 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.AliasIntegrationTest_4E2A232F88A7D786-001/init-core-data-001
   [junit4]   2> 2916566 WARN  
(SUITE-AliasIntegrationTest-seed#[4E2A232F88A7D786]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=4 numCloses=4
   [junit4]   2> 2916567 INFO  
(SUITE-AliasIntegrationTest-seed#[4E2A232F88A7D786]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 2916568 INFO  
(SUITE-AliasIntegrationTest-seed#[4E2A232F88A7D786]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 2916568 INFO  
(SUITE-AliasIntegrationTest-seed#[4E2A232F88A7D786]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 2916569 INFO  
(SUITE-AliasIntegrationTest-seed#[4E2A232F88A7D786]-worker) [    ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.AliasIntegrationTest_4E2A232F88A7D786-001/tempDir-001
   [junit4]   2> 2916569 INFO  
(SUITE-AliasIntegrationTest-seed#[4E2A232F88A7D786]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 2916569 INFO  (Thread-10677) [    ] o.a.s.c.ZkTestServer 
client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2916570 INFO  (Thread-10677) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 2916578 ERROR (Thread-10677) [    ] 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> 2916669 INFO  
(SUITE-AliasIntegrationTest-seed#[4E2A232F88A7D786]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:46197
   [junit4]   2> 2916672 INFO  (zkConnectionManagerCallback-5297-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2916679 INFO  (jetty-launcher-5294-thread-1) [    ] 
o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 
2017-11-21T15:27:37-06:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 2916679 INFO  (jetty-launcher-5294-thread-2) [    ] 
o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 
2017-11-21T15:27:37-06:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 2916681 INFO  (jetty-launcher-5294-thread-1) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2916681 INFO  (jetty-launcher-5294-thread-1) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2916681 INFO  (jetty-launcher-5294-thread-2) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2916681 INFO  (jetty-launcher-5294-thread-1) [    ] 
o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 2916681 INFO  (jetty-launcher-5294-thread-2) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2916681 INFO  (jetty-launcher-5294-thread-2) [    ] 
o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 2916682 INFO  (jetty-launcher-5294-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@5552102b{/solr,null,AVAILABLE}
   [junit4]   2> 2916682 INFO  (jetty-launcher-5294-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@14e2666{/solr,null,AVAILABLE}
   [junit4]   2> 2916682 INFO  (jetty-launcher-5294-thread-1) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@4d7c5952{HTTP/1.1,[http/1.1]}{127.0.0.1:55413}
   [junit4]   2> 2916682 INFO  (jetty-launcher-5294-thread-1) [    ] 
o.e.j.s.Server Started @2922353ms
   [junit4]   2> 2916682 INFO  (jetty-launcher-5294-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=55413}
   [junit4]   2> 2916682 ERROR (jetty-launcher-5294-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2916683 INFO  (jetty-launcher-5294-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.0.0
   [junit4]   2> 2916683 INFO  (jetty-launcher-5294-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2916683 INFO  (jetty-launcher-5294-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2916683 INFO  (jetty-launcher-5294-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-02-01T01:51:29.489Z
   [junit4]   2> 2916691 INFO  (jetty-launcher-5294-thread-2) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@42c26550{HTTP/1.1,[http/1.1]}{127.0.0.1:60090}
   [junit4]   2> 2916691 INFO  (jetty-launcher-5294-thread-2) [    ] 
o.e.j.s.Server Started @2922362ms
   [junit4]   2> 2916691 INFO  (jetty-launcher-5294-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=60090}
   [junit4]   2> 2916691 ERROR (jetty-launcher-5294-thread-2) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2916692 INFO  (jetty-launcher-5294-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.0.0
   [junit4]   2> 2916692 INFO  (jetty-launcher-5294-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2916692 INFO  (jetty-launcher-5294-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2916692 INFO  (jetty-launcher-5294-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-02-01T01:51:29.498Z
   [junit4]   2> 2916693 INFO  (zkConnectionManagerCallback-5299-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2916694 INFO  (jetty-launcher-5294-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2916695 INFO  (zkConnectionManagerCallback-5301-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2916695 INFO  (jetty-launcher-5294-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2916703 INFO  (jetty-launcher-5294-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:46197/solr
   [junit4]   2> 2916705 INFO  (zkConnectionManagerCallback-5305-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2916709 INFO  (jetty-launcher-5294-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:46197/solr
   [junit4]   2> 2916713 INFO  
(zkConnectionManagerCallback-5308-thread-1-processing-n:127.0.0.1:55413_solr) 
[n:127.0.0.1:55413_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2916714 INFO  (zkConnectionManagerCallback-5311-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2916722 INFO  
(zkConnectionManagerCallback-5313-thread-1-processing-n:127.0.0.1:60090_solr) 
[n:127.0.0.1:60090_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2916976 INFO  (jetty-launcher-5294-thread-2) 
[n:127.0.0.1:60090_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2916977 INFO  (jetty-launcher-5294-thread-2) 
[n:127.0.0.1:60090_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:60090_solr
   [junit4]   2> 2916979 INFO  (jetty-launcher-5294-thread-2) 
[n:127.0.0.1:60090_solr    ] o.a.s.c.Overseer Overseer 
(id=72120835591831558-127.0.0.1:60090_solr-n_0000000000) starting
   [junit4]   2> 2916982 INFO  (jetty-launcher-5294-thread-1) 
[n:127.0.0.1:55413_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2916983 INFO  (jetty-launcher-5294-thread-1) 
[n:127.0.0.1:55413_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:55413_solr
   [junit4]   2> 2916986 INFO  
(zkCallback-5307-thread-1-processing-n:127.0.0.1:55413_solr) 
[n:127.0.0.1:55413_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 2916987 INFO  
(zkCallback-5312-thread-1-processing-n:127.0.0.1:60090_solr) 
[n:127.0.0.1:60090_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 2917003 INFO  (jetty-launcher-5294-thread-2) 
[n:127.0.0.1:60090_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:60090_solr
   [junit4]   2> 2917010 INFO  
(zkCallback-5312-thread-1-processing-n:127.0.0.1:60090_solr) 
[n:127.0.0.1:60090_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 2917011 INFO  
(zkCallback-5307-thread-1-processing-n:127.0.0.1:55413_solr) 
[n:127.0.0.1:55413_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 2917134 INFO  (jetty-launcher-5294-thread-1) 
[n:127.0.0.1:55413_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_55413.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@35295516
   [junit4]   2> 2917144 INFO  (jetty-launcher-5294-thread-1) 
[n:127.0.0.1:55413_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_55413.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@35295516
   [junit4]   2> 2917144 INFO  (jetty-launcher-5294-thread-1) 
[n:127.0.0.1:55413_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_55413.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@35295516
   [junit4]   2> 2917145 INFO  (jetty-launcher-5294-thread-1) 
[n:127.0.0.1:55413_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.AliasIntegrationTest_4E2A232F88A7D786-001/tempDir-001/node1/.
   [junit4]   2> 2917195 INFO  (jetty-launcher-5294-thread-2) 
[n:127.0.0.1:60090_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_60090.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@35295516
   [junit4]   2> 2917203 INFO  (jetty-launcher-5294-thread-2) 
[n:127.0.0.1:60090_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_60090.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@35295516
   [junit4]   2> 2917203 INFO  (jetty-launcher-5294-thread-2) 
[n:127.0.0.1:60090_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_60090.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@35295516
   [junit4]   2> 2917203 INFO  (jetty-launcher-5294-thread-2) 
[n:127.0.0.1:60090_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.AliasIntegrationTest_4E2A232F88A7D786-001/tempDir-001/node2/.
   [junit4]   2> 2917226 INFO  (zkConnectionManagerCallback-5319-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2917230 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 
0x1003984925b0007, likely client has closed socket
   [junit4]   2> 2917235 INFO  (zkConnectionManagerCallback-5323-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2917236 INFO  
(SUITE-AliasIntegrationTest-seed#[4E2A232F88A7D786]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 2917238 INFO  
(SUITE-AliasIntegrationTest-seed#[4E2A232F88A7D786]-worker) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:46197/solr ready
   [junit4]   2> 2917268 INFO  
(TEST-AliasIntegrationTest.testDeleteOneOfTwoCollectionsAliased-seed#[4E2A232F88A7D786])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testDeleteOneOfTwoCollectionsAliased
   [junit4]   2> 2917271 INFO  (qtp1568047632-30263) [n:127.0.0.1:55413_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> 2917275 INFO  
(OverseerThreadFactory-11224-thread-1-processing-n:127.0.0.1:60090_solr) 
[n:127.0.0.1:60090_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection 
collection_one
   [junit4]   2> 2917388 INFO  
(OverseerStateUpdate-72120835591831558-127.0.0.1:60090_solr-n_0000000000) 
[n:127.0.0.1:60090_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"collection_one",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"collection_one_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:60090/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2917392 INFO  
(OverseerStateUpdate-72120835591831558-127.0.0.1:60090_solr-n_0000000000) 
[n:127.0.0.1:60090_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"collection_one",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"collection_one_shard2_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:55413/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2917594 INFO  (qtp54581607-30266) [n:127.0.0.1:60090_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=collection_one_shard1_replica_n1&action=CREATE&numShards=2&collection=collection_one&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 2917595 INFO  (qtp1568047632-30262) [n:127.0.0.1:55413_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_n2&action=CREATE&numShards=2&collection=collection_one&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 2917595 INFO  (qtp54581607-30266) [n:127.0.0.1:60090_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 2917595 INFO  (qtp1568047632-30262) [n:127.0.0.1:55413_solr    
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 
2147483647 transient cores
   [junit4]   2> 2917702 INFO  
(zkCallback-5307-thread-1-processing-n:127.0.0.1:55413_solr) 
[n:127.0.0.1:55413_solr    ] 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> 2917702 INFO  
(zkCallback-5307-thread-2-processing-n:127.0.0.1:55413_solr) 
[n:127.0.0.1:55413_solr    ] 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> 2917702 INFO  
(zkCallback-5312-thread-1-processing-n:127.0.0.1:60090_solr) 
[n:127.0.0.1:60090_solr    ] 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> 2917703 INFO  
(zkCallback-5312-thread-2-processing-n:127.0.0.1:60090_solr) 
[n:127.0.0.1:60090_solr    ] 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> 2918610 INFO  (qtp1568047632-30262) [n:127.0.0.1:55413_solr 
c:collection_one s:shard2 r:core_node4 x:collection_one_shard2_replica_n2] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 2918610 INFO  (qtp54581607-30266) [n:127.0.0.1:60090_solr 
c:collection_one s:shard1 r:core_node3 x:collection_one_shard1_replica_n1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 2918626 INFO  (qtp1568047632-30262) [n:127.0.0.1:55413_solr 
c:collection_one s:shard2 r:core_node4 x:collection_one_shard2_replica_n2] 
o.a.s.s.IndexSchema [collection_one_shard2_replica_n2] Schema name=minimal
   [junit4]   2> 2918627 INFO  (qtp54581607-30266) [n:127.0.0.1:60090_solr 
c:collection_one s:shard1 r:core_node3 x:collection_one_shard1_replica_n1] 
o.a.s.s.IndexSchema [collection_one_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 2918629 INFO  (qtp1568047632-30262) [n:127.0.0.1:55413_solr 
c:collection_one s:shard2 r:core_node4 x:collection_one_shard2_replica_n2] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 2918629 INFO  (qtp1568047632-30262) [n:127.0.0.1:55413_solr 
c:collection_one s:shard2 r:core_node4 x:collection_one_shard2_replica_n2] 
o.a.s.c.CoreContainer Creating SolrCore 'collection_one_shard2_replica_n2' 
using configuration from collection collection_one, trusted=true
   [junit4]   2> 2918629 INFO  (qtp1568047632-30262) [n:127.0.0.1:55413_solr 
c:collection_one s:shard2 r:core_node4 x:collection_one_shard2_replica_n2] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_55413.solr.core.collection_one.shard2.replica_n2' (registry 
'solr.core.collection_one.shard2.replica_n2') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@35295516
   [junit4]   2> 2918629 INFO  (qtp1568047632-30262) [n:127.0.0.1:55413_solr 
c:collection_one s:shard2 r:core_node4 x:collection_one_shard2_replica_n2] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2918629 INFO  (qtp1568047632-30262) [n:127.0.0.1:55413_solr 
c:collection_one s:shard2 r:core_node4 x:collection_one_shard2_replica_n2] 
o.a.s.c.SolrCore [[collection_one_shard2_replica_n2] ] Opening new SolrCore at 
[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.AliasIntegrationTest_4E2A232F88A7D786-001/tempDir-001/node1/collection_one_shard2_replica_n2],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.AliasIntegrationTest_4E2A232F88A7D786-001/tempDir-001/node1/./collection_one_shard2_replica_n2/data/]
   [junit4]   2> 2918629 INFO  (qtp54581607-30266) [n:127.0.0.1:60090_solr 
c:collection_one s:shard1 r:core_node3 x:collection_one_shard1_replica_n1] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 2918629 INFO  (qtp54581607-30266) [n:127.0.0.1:60090_solr 
c:collection_one s:shard1 r:core_node3 x:collection_one_shard1_replica_n1] 
o.a.s.c.CoreContainer Creating SolrCore 'collection_one_shard1_replica_n1' 
using configuration from collection collection_one, trusted=true
   [junit4]   2> 2918630 INFO  (qtp54581607-30266) [n:127.0.0.1:60090_solr 
c:collection_one s:shard1 r:core_node3 x:collection_one_shard1_replica_n1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_60090.solr.core.collection_one.shard1.replica_n1' (registry 
'solr.core.collection_one.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@35295516
   [junit4]   2> 2918630 INFO  (qtp54581607-30266) [n:127.0.0.1:60090_solr 
c:collection_one s:shard1 r:core_node3 x:collection_one_shard1_replica_n1] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2918630 INFO  (qtp54581607-30266) [n:127.0.0.1:60090_solr 
c:collection_one s:shard1 r:core_node3 x:collection_one_shard1_replica_n1] 
o.a.s.c.SolrCore [[collection_one_shard1_replica_n1] ] Opening new SolrCore at 
[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.AliasIntegrationTest_4E2A232F88A7D786-001/tempDir-001/node2/collection_one_shard1_replica_n1],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.AliasIntegrationTest_4E2A232F88A7D786-001/tempDir-001/node2/./collection_one_shard1_replica_n1/data/]
   [junit4]   2> 2918676 INFO  (qtp54581607-30266) [n:127.0.0.1:60090_solr 
c:collection_one s:shard1 r:core_node3 x:collection_one_shard1_replica_n1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 2918676 INFO  (qtp54581607-30266) [n:127.0.0.1:60090_solr 
c:collection_one s:shard1 r:core_node3 x:collection_one_shard1_replica_n1] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2918676 INFO  (qtp1568047632-30262) [n:127.0.0.1:55413_solr 
c:collection_one s:shard2 r:core_node4 x:collection_one_shard2_replica_n2] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 2918676 INFO  (qtp1568047632-30262) [n:127.0.0.1:55413_solr 
c:collection_one s:shard2 r:core_node4 x:collection_one_shard2_replica_n2] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2918677 INFO  (qtp54581607-30266) [n:127.0.0.1:60090_solr 
c:collection_one s:shard1 r:core_node3 x:collection_one_shard1_replica_n1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2918677 INFO  (qtp54581607-30266) [n:127.0.0.1:60090_solr 
c:collection_one s:shard1 r:core_node3 x:collection_one_shard1_replica_n1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2918677 INFO  (qtp1568047632-30262) [n:127.0.0.1:55413_solr 
c:collection_one s:shard2 r:core_node4 x:collection_one_shard2_replica_n2] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2918677 INFO  (qtp1568047632-30262) [n:127.0.0.1:55413_solr 
c:collection_one s:shard2 r:core_node4 x:collection_one_shard2_replica_n2] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2918678 INFO  (qtp54581607-30266) [n:127.0.0.1:60090_solr 
c:collection_one s:shard1 r:core_node3 x:collection_one_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@77315beb[collection_one_shard1_replica_n1] main]
   [junit4]   2> 2918678 INFO  (qtp1568047632-30262) [n:127.0.0.1:55413_solr 
c:collection_one s:shard2 r:core_node4 x:collection_one_shard2_replica_n2] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@757346f9[collection_one_shard2_replica_n2] main]
   [junit4]   2> 2918679 INFO  (qtp54581607-30266) [n:127.0.0.1:60090_solr 
c:collection_one s:shard1 r:core_node3 x:collection_one_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 2918679 INFO  (qtp1568047632-30262) [n:127.0.0.1:55413_solr 
c:collection_one s:shard2 r:core_node4 x:collection_one_shard2_replica_n2] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 2918680 INFO  (qtp1568047632-30262) [n:127.0.0.1:55413_solr 
c:collection_one s:shard2 r:core_node4 x:collection_one_shard2_replica_n2] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 2918680 INFO  (qtp54581607-30266) [n:127.0.0.1:60090_solr 
c:collection_one s:shard1 r:core_node3 x:collection_one_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 2918680 INFO  (qtp1568047632-30262) [n:127.0.0.1:55413_solr 
c:collection_one s:shard2 r:core_node4 x:collection_one_shard2_replica_n2] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2918680 INFO  (qtp54581607-30266) [n:127.0.0.1:60090_solr 
c:collection_one s:shard1 r:core_node3 x:collection_one_shard1_replica_n1] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2918681 INFO  
(searcherExecutor-11229-thread-1-processing-n:127.0.0.1:55413_solr 
x:collection_one_shard2_replica_n2 s:shard2 c:collection_one r:core_node4) 
[n:127.0.0.1:55413_solr c:collection_one s:shard2 r:core_node4 
x:collection_one_shard2_replica_n2] o.a.s.c.SolrCore 
[collection_one_shard2_replica_n2] Registered new searcher 
Searcher@757346f9[collection_one_shard2_replica_n2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2918681 INFO  
(searcherExecutor-11230-thread-1-processing-n:127.0.0.1:60090_solr 
x:collection_one_shard1_replica_n1 s:shard1 c:collection_one r:core_node3) 
[n:127.0.0.1:60090_solr c:collection_one s:shard1 r:core_node3 
x:collection_one_shard1_replica_n1] o.a.s.c.SolrCore 
[collection_one_shard1_replica_n1] Registered new searcher 
Searcher@77315beb[collection_one_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2918681 INFO  (qtp1568047632-30262) [n:127.0.0.1:55413_solr 
c:collection_one s:shard2 r:core_node4 x:collection_one_shard2_replica_n2] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1591161537415872512
   [junit4]   2> 2918681 INFO  (qtp54581607-30266) [n:127.0.0.1:60090_solr 
c:collection_one s:shard1 r:core_node3 x:collection_one_shard1_replica_n1] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1591161537415872512
   [junit4]   2> 2918690 INFO  (qtp1568047632-30262) [n:127.0.0.1:55413_solr 
c:collection_one s:shard2 r:core_node4 x:collection_one_shard2_replica_n2] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 2918691 INFO  (qtp1568047632-30262) [n:127.0.0.1:55413_solr 
c:collection_one s:shard2 r:core_node4 x:collection_one_shard2_replica_n2] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 2918691 INFO  (qtp1568047632-30262) [n:127.0.0.1:55413_solr 
c:collection_one s:shard2 r:core_node4 x:collection_one_shard2_replica_n2] 
o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:55413/solr/collection_one_shard2_replica_n2/
   [junit4]   2> 2918691 INFO  (qtp1568047632-30262) [n:127.0.0.1:55413_solr 
c:collection_one s:shard2 r:core_node4 x:collection_one_shard2_replica_n2] 
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 2918691 INFO  (qtp54581607-30266) [n:127.0.0.1:60090_solr 
c:collection_one s:shard1 r:core_node3 x:collection_one_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 2918691 INFO  (qtp54581607-30266) [n:127.0.0.1:60090_solr 
c:collection_one s:shard1 r:core_node3 x:collection_one_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 2918691 INFO  (qtp54581607-30266) [n:127.0.0.1:60090_solr 
c:collection_one s:shard1 r:core_node3 x:collection_one_shard1_replica_n1] 
o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:60090/solr/collection_one_shard1_replica_n1/
   [junit4]   2> 2918691 INFO  (qtp1568047632-30262) [n:127.0.0.1:55413_solr 
c:collection_one s:shard2 r:core_node4 x:collection_one_shard2_replica_n2] 
o.a.s.c.SyncStrategy 
http://127.0.0.1:55413/solr/collection_one_shard2_replica_n2/ has no replicas
   [junit4]   2> 2918691 INFO  (qtp1568047632-30262) [n:127.0.0.1:55413_solr 
c:collection_one s:shard2 r:core_node4 x:collection_one_shard2_replica_n2] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 2918691 INFO  (qtp54581607-30266) [n:127.0.0.1:60090_solr 
c:collection_one s:shard1 r:core_node3 x:collection_one_shard1_replica_n1] 
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 2918691 INFO  (qtp54581607-30266) [n:127.0.0.1:60090_solr 
c:collection_one s:shard1 r:core_node3 x:collection_one_shard1_replica_n1] 
o.a.s.c.SyncStrategy 
http://127.0.0.1:60090/solr/collection_one_shard1_replica_n1/ has no replicas
   [junit4]   2> 2918691 INFO  (qtp54581607-30266) [n:127.0.0.1:60090_solr 
c:collection_one s:shard1 r:core_node3 x:collection_one_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 2918697 INFO  (qtp54581607-30266) [n:127.0.0.1:60090_solr 
c:collection_one s:shard1 r:core_node3 x:collection_one_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:60090/solr/collection_one_shard1_replica_n1/ shard1
   [junit4]   2> 2918698 INFO  (qtp1568047632-30262) [n:127.0.0.1:55413_solr 
c:collection_one s:shard2 r:core_node4 x:collection_one_shard2_replica_n2] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:55413/solr/collection_one_shard2_replica_n2/ shard2
   [junit4]   2> 2918799 INFO  
(zkCallback-5312-thread-2-processing-n:127.0.0.1:60090_solr) 
[n:127.0.0.1:60090_solr    ] 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> 2918799 INFO  
(zkCallback-5312-thread-3-processing-n:127.0.0.1:60090_solr) 
[n:127.0.0.1:60090_solr    ] 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> 2918799 INFO  
(zkCallback-5307-thread-2-processing-n:127.0.0.1:55413_solr) 
[n:127.0.0.1:55413_solr    ] 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> 2918799 INFO  
(zkCallback-5307-thread-1-processing-n:127.0.0.1:55413_solr) 
[n:127.0.0.1:55413_solr    ] 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> 2918848 INFO  (qtp54581607-30266) [n:127.0.0.1:60090_solr 
c:collection_one s:shard1 r:core_node3 x:collection_one_shard1_replica_n1] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 2918849 INFO  (qtp1568047632-30262) [n:127.0.0.1:55413_solr 
c:collection_one s:shard2 r:core_node4 x:collection_one_shard2_replica_n2] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 2918850 INFO  (qtp54581607-30266) [n:127.0.0.1:60090_solr 
c:collection_one s:shard1 r:core_node3 x:collection_one_shard1_replica_n1] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=collection_one_shard1_replica_n1&action=CREATE&numShards=2&collection=collection_one&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=1255
   [junit4]   2> 2918852 INFO  (qtp1568047632-30262) [n:127.0.0.1:55413_solr 
c:collection_one s:shard2 r:core_node4 x:collection_one_shard2_replica_n2] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=collection_one_shard2_replica_n2&action=CREATE&numShards=2&collection=collection_one&shard=shard2&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=1257
   [junit4]   2> 2918855 INFO  (qtp1568047632-30263) [n:127.0.0.1:55413_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> 2918953 INFO  
(zkCallback-5312-thread-3-processing-n:127.0.0.1:60090_solr) 
[n:127.0.0.1:60090_solr    ] 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> 2918953 INFO  
(zkCallback-5312-thread-2-processing-n:127.0.0.1:60090_solr) 
[n:127.0.0.1:60090_solr    ] 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> 2918953 INFO  
(zkCallback-5307-thread-1-processing-n:127.0.0.1:55413_solr) 
[n:127.0.0.1:55413_solr    ] 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> 2918953 INFO  
(zkCallback-5307-thread-2-processing-n:127.0.0.1:55413_solr) 
[n:127.0.0.1:55413_solr    ] 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> 2919278 INFO  
(OverseerCollectionConfigSetProcessor-72120835591831558-127.0.0.1:60090_solr-n_0000000000)
 [n:127.0.0.1:60090_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000000 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 2919856 INFO  (qtp1568047632-30263) [n:127.0.0.1:55413_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=2585
   [junit4]   2> 2919857 INFO  (qtp1568047632-30260) [n:127.0.0.1:55413_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> 2919860 INFO  
(OverseerThreadFactory-11224-thread-2-processing-n:127.0.0.1:60090_solr) 
[n:127.0.0.1:60090_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection 
collection_two
   [junit4]   2> 2920087 INFO  
(OverseerStateUpdate-72120835591831558-127.0.0.1:60090_solr-n_0000000000) 
[n:127.0.0.1:60090_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"collection_two",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"collection_two_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:60090/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2920288 INFO  (qtp54581607-30257) [n:127.0.0.1:60090_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> 2920394 INFO  
(zkCallback-5312-thread-2-processing-n:127.0.0.1:60090_solr) 
[n:127.0.0.1:60090_solr    ] 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> 2920394 INFO  
(zkCallback-5312-thread-3-processing-n:127.0.0.1:60090_solr) 
[n:127.0.0.1:60090_solr    ] 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> 2921305 INFO  (qtp54581607-30257) [n:127.0.0.1:60090_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> 2921325 INFO  (qtp54581607-30257) [n:127.0.0.1:60090_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> 2921328 INFO  (qtp54581607-30257) [n:127.0.0.1:60090_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> 2921328 INFO  (qtp54581607-30257) [n:127.0.0.1:60090_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> 2921328 INFO  (qtp54581607-30257) [n:127.0.0.1:60090_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_60090.solr.core.collection_two.shard1.replica_n1' (registry 
'solr.core.collection_two.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@35295516
   [junit4]   2> 2921329 INFO  (qtp54581607-30257) [n:127.0.0.1:60090_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> 2921329 INFO  (qtp54581607-30257) [n:127.0.0.1:60090_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 
[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.AliasIntegrationTest_4E2A232F88A7D786-001/tempDir-001/node2/collection_two_shard1_replica_n1],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.AliasIntegrationTest_4E2A232F88A7D786-001/tempDir-001/node2/./collection_two_shard1_replica_n1/data/]
   [junit4]   2> 2921373 INFO  (qtp54581607-30257) [n:127.0.0.1:60090_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> 2921373 INFO  (qtp54581607-30257) [n:127.0.0.1:60090_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> 2921374 INFO  (qtp54581607-30257) [n:127.0.0.1:60090_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> 2921374 INFO  (qtp54581607-30257) [n:127.0.0.1:60090_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> 2921375 INFO  (qtp54581607-30257) [n:127.0.0.1:60090_solr 
c:collection_two s:shard1 r:core_node2 x:collection_two_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@14838e3[collection_two_shard1_replica_n1] main]
   [junit4]   2> 2921376 INFO  (qtp54581607-30257) [n:127.0.0.1:60090_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> 2921377 INFO  (qtp54581607-30257) [n:127.0.0.1:60090_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> 2921377 INFO  (qtp54581607-30257) [n:127.0.0.1:60090_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> 2921377 INFO  (qtp54581607-30257) [n:127.0.0.1:60090_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 1591161540242833408
   [junit4]   2> 2921378 INFO  
(searcherExecutor-11239-thread-1-processing-n:127.0.0.1:60090_solr 
x:collection_two_shard1_replica_n1 s:shard1 c:collection_two r:core_node2) 
[n:127.0.0.1:60090_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@14838e3[collection_two_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2921386 INFO  (qtp54581607-30257) [n:127.0.0.1:60090_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> 2921386 INFO  (qtp54581607-30257) [n:127.0.0.1:60090_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> 2921386 INFO  (qtp54581607-30257) [n:127.0.0.1:60090_solr 
c:collection_two s:shard1 r:core_node2 x:collection_two_shard1_replica_n1] 
o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:60090/solr/collection_two_shard1_replica_n1/
   [junit4]   2> 2921386 INFO  (qtp54581607-30257) [n:127.0.0.1:60090_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> 2921386 INFO  (qtp54581607-30257) [n:127.0.0.1:60090_solr 
c:collection_two s:shard1 r:core_node2 x:collection_two_shard1_replica_n1] 
o.a.s.c.SyncStrategy 
http://127.0.0.1:60090/solr/collection_two_shard1_replica_n1/ has no replicas
   [junit4]   2> 2921386 INFO  (qtp54581607-30257) [n:127.0.0.1:60090_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> 2921390 INFO  (qtp54581607-30257) [n:127.0.0.1:60090_solr 
c:collection_two s:shard1 r:core_node2 x:collection_two_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:60090/solr/collection_two_shard1_replica_n1/ shard1
   [junit4]   2> 2921493 INFO  
(zkCallback-5312-thread-3-processing-n:127.0.0.1:60090_solr) 
[n:127.0.0.1:60090_solr    ] 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> 2921493 INFO  
(zkCallback-5312-thread-2-processing-n:127.0.0.1:60090_solr) 
[n:127.0.0.1:60090_solr    ] 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> 2921542 INFO  (qtp54581607-30257) [n:127.0.0.1:60090_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> 2921545 INFO  (qtp54581607-30257) [n:127.0.0.1:60090_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=1257
   [junit4]   2> 2921548 INFO  (qtp1568047632-30260) [n:127.0.0.1:55413_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> 2921646 INFO  
(zkCallback-5312-thread-3-processing-n:127.0.0.1:60090_solr) 
[n:127.0.0.1:60090_solr    ] 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> 2921646 INFO  
(zkCallback-5312-thread-2-processing-n:127.0.0.1:60090_solr) 
[n:127.0.0.1:60090_solr    ] 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> 2921861 INFO  
(OverseerCollectionConfigSetProcessor-72120835591831558-127.0.0.1:60090_solr-n_0000000000)
 [n:127.0.0.1:60090_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000002 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 2922550 INFO  (qtp1568047632-30260) [n:127.0.0.1:55413_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=2693
   [junit4]   2> 2922554 INFO  (qtp54581607-30257) [n:127.0.0.1:60090_solr 
c:collection_one s:shard1 r:core_node3 x:collection_one_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection_one_shard1_replica_n1]  
webapp=/solr path=/update 
params={_stateVer_=collection_one:4&wt=javabin&version=2}{add=[1 
(1591161541477007360)]} 0 0
   [junit4]   2> 2922557 INFO  (qtp1568047632-30260) [n:127.0.0.1:55413_solr 
c:collection_one s:shard2 r:core_node4 x:collection_one_shard2_replica_n2] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1591161541480153088,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2922557 INFO  (qtp1568047632-30260) [n:127.0.0.1:55413_solr 
c:collection_one s:shard2 r:core_node4 x:collection_one_shard2_replica_n2] 
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 2922557 INFO  (qtp1568047632-30260) [n:127.0.0.1:55413_solr 
c:collection_one s:shard2 r:core_node4 x:collection_one_shard2_replica_n2] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2922557 INFO  (qtp54581607-30256) [n:127.0.0.1:60090_solr 
c:collection_one s:shard1 r:core_node3 x:collection_one_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1591161541480153088,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2922557 INFO  (qtp54581607-30256) [n:127.0.0.1:60090_solr 
c:collection_one s:shard1 r:core_node3 x:collection_one_shard1_replica_n1] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@c39c1bb 
commitCommandVersion:1591161541480153088
   [junit4]   2> 2922557 INFO  (qtp1568047632-30260) [n:127.0.0.1:55413_solr 
c:collection_one s:shard2 r:core_node4 x:collection_one_shard2_replica_n2] 
o.a.s.u.p.LogUpdateProcessorFactory [collection_one_shard2_replica_n2]  
webapp=/solr path=/update 
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:60090/solr/collection_one_shard1_replica_n1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 0
   [junit4]   2> 2922559 INFO  (qtp54581607-30256) [n:127.0.0.1:60090_solr 
c:collection_one s:shard1 r:core_node3 x:collection_one_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@72d91135[collection_one_shard1_replica_n1] main]
   [junit4]   2> 2922559 INFO  (qtp54581607-30256) [n:127.0.0.1:60090_solr 
c:collection_one s:shard1 r:core_node3 x:collection_one_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2922560 INFO  
(searcherExecutor-11230-thread-1-processing-n:127.0.0.1:60090_solr 
x:collection_one_shard1_replica_n1 s:shard1 c:collection_one r:core_node3) 
[n:127.0.0.1:60090_solr c:collection_one s:shard1 r:core_node3 
x:collection_one_shard1_replica_n1] o.a.s.c.SolrCore 
[collection_one_shard1_replica_n1] Registered new searcher 
Searcher@72d91135[collection_one_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.0.0):C1)))}
   [junit4]   2> 2922560 INFO  (qtp54581607-30256) [n:127.0.0.1:60090_solr 
c:collection_one s:shard1 r:core_node3 x:collection_one_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection_one_shard1_replica_n1]  
webapp=/solr path=/update 
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:60090/solr/collection_one_shard1_replica_n1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 3
   [junit4]   2> 2922561 INFO  (qtp54581607-30254) [n:127.0.0.1:60090_solr 
c:collection_one s:shard1 r:core_node3 x:collection_one_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection_one_shard1_replica_n1]  
webapp=/solr path=/update 
params={_stateVer_=collection_one:4&commit=true&wt=javabin&version=2}{commit=} 
0 5
   [junit4]   2> 2922563 INFO  (qtp54581607-30257) [n:127.0.0.1:60090_solr 
c:collection_two s:shard1 r:core_node2 x:collection_two_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection_two_shard1_replica_n1]  
webapp=/solr path=/update 
params={_stateVer_=collection_two:4&wt=javabin&version=2}{add=[10 
(1591161541485395968), 11 (1591161541485395969)]} 0 0
   [junit4]   2> 2922563 INFO  (qtp54581607-30254) [n:127.0.0.1:60090_solr 
c:collection_two s:shard1 r:core_node2 x:collection_two_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1591161541486444544,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2922563 INFO  (qtp54581607-30254) [n:127.0.0.1:60090_solr 
c:collection_two s:shard1 r:core_node2 x:collection_two_shard1_replica_n1] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@40f1c5d5 
commitCommandVersion:1591161541486444544
   [junit4]   2> 2922565 INFO  (qtp54581607-30254) [n:127.0.0.1:60090_solr 
c:collection_two s:shard1 r:core_node2 x:collection_two_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@62d2edd1[collection_two_shard1_replica_n1] main]
   [junit4]   2> 2922565 INFO  (qtp54581607-30254) [n:127.0.0.1:60090_solr 
c:collection_two s:shard1 r:core_node2 x:collection_two_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2922566 INFO  
(searcherExecutor-11239-thread-1-processing-n:127.0.0.1:60090_solr 
x:collection_two_shard1_replica_n1 s:shard1 c:collection_two r:core_node2) 
[n:127.0.0.1:60090_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@62d2edd1[collection_two_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.0.0):C2)))}
   [junit4]   2> 2922566 INFO  (qtp54581607-30254) [n:127.0.0.1:60090_solr 
c:collection_two s:shard1 r:core_node2 x:collection_two_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection_two_shard1_replica_n1]  
webapp=/solr path=/update 
params={_stateVer_=collection_two:4&commit=true&wt=javabin&version=2}{commit=} 
0 2
   [junit4]   2> 2922567 INFO  (qtp1568047632-30262) [n:127.0.0.1:55413_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :createalias with 
params 
collections=collection_one,collection_two&name=collection_alias_pair&action=CREATEALIAS&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 2922675 INFO  (qtp1568047632-30262) [n:127.0.0.1:55413_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={collections=collection_one,collection_two&name=collection_alias_pair&action=CREATEALIAS&wt=javabin&version=2}
 status=0 QTime=108
   [junit4]   2> 2922677 INFO  (qtp54581607-30254) [n:127.0.0.1:60090_solr 
c:collection_one s:shard1 r:core_node3 x:collection_one_shard1_replica_n1] 
o.a.s.c.S.Request [collection_one_shard1_replica_n1]  webapp=/solr path=/select 
params={df=text&distrib=false&_stateVer_=collection_one:4|collection_two:4&fl=id&fl=score&shards.purpose=4&start=0&fsv=true&collection=collection_one,collection_two&shard.url=http://127.0.0.1:60090/solr/collection_one_shard1_replica_n1/&rows=10&version=2&q=*:*&NOW=1517449895482&isShard=true&wt=javabin}
 hits=1 status=0 QTime=0
   [junit4]   2> 2922679 INFO  (qtp54581607-30256) [n:127.0.0.1:60090_solr 
c:collection_two s:shard1 r:core_node2 x:collection_two_shard1_replica_n1] 
o.a.s.c.S.Request [collection_two_shard1_replica_n1]  webapp=/solr path=/select 
params={df=text&distrib=false&_stateVer_=collection_one:4|collection_two:4&fl=id&fl=score&shards.purpose=4&start=0&fsv=true&collection=collection_one,collection_two&shard.url=http://127.0.0.1:60090/solr/collection_two_shard1_replica_n1/&rows=10&version=2&q=*:*&NOW=1517449895482&isShard=true&wt=javabin}
 hits=2 status=0 QTime=0
   [junit4]   2> 2922680 INFO  (qtp1568047632-30260) [n:127.0.0.1:55413_solr 
c:collection_one s:shard2 r:core_node4 x:collection_one_shard2_replica_n2] 
o.a.s.c.S.Request [collection_one_shard2_replica_n2]  webapp=/solr path=/select 
params={df=text&distrib=false&_stateVer_=collection_one:4|collection_two:4&fl=id&fl=score&shards.purpose=4&start=0&fsv=true&collection=collection_one,collection_two&shard.url=http://127.0.0.1:55413/solr/collection_one_shard2_replica_n2/&rows=10&version=2&q=*:*&NOW=1517449895482&isShard=true&wt=javabin}
 hits=0 status=0 QTime=1
   [junit4]   2> 2922681 INFO  (qtp54581607-30254) [n:127.0.0.1:60090_solr 
c:collection_one s:shard1 r:core_node3 x:collection_one_shard1_replica_n1] 
o.a.s.c.S.Request [collection_one_shard1_replica_n1]  webapp=/solr path=/select 
params={q=*:*&df=text&distrib=false&_stateVer_=collection_one:4|collection_two:4&shards.purpose=64&NOW=1517449895482&ids=1&isShard=true&collection=collection_one,collection_two&shard.url=http://127.0.0.1:60090/solr/collection_one_shard1_replica_n1/&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 2922681 INFO  (qtp54581607-30256) [n:127.0.0.1:60090_solr 
c:collection_two s:shard1 r:core_node2 x:collection_two_shard1_replica_n1] 
o.a.s.c.S.Request [collection_two_shard1_replica_n1]  webapp=/solr path=/select 
params={q=*:*&df=text&distrib=false&_stateVer_=collection_one:4|collection_two:4&shards.purpose=64&NOW=1517449895482&ids=11,10&isShard=true&collection=collection_one,collection_two&shard.url=http://127.0.0.1:60090/solr/collection_two_shard1_replica_n1/&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 2922682 INFO  (qtp54581607-30257) [n:127.0.0.1:60090_solr 
c:collection_one s:shard1 r:core_node3 x:collection_one_shard1_replica_n1] 
o.a.s.c.S.Request [collection_one_shard1_replica_n1]  webapp=/solr path=/select 
params={q=*:*&_stateVer_=collection_one:4|collection_two:4&wt=javabin&version=2}
 hits=3 status=0 QTime=5
   [junit4]   2> 2922682 INFO  (qtp1568047632-30262) [n:127.0.0.1:55413_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :delete with params 
async=d8ba827c-6c89-45f9-bcf5-f3d3e5a9e6f7&name=collection_one&action=DELETE&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 2922684 INFO  (qtp1568047632-30262) [n:127.0.0.1:55413_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={async=d8ba827c-6c89-45f9-bcf5-f3d3e5a9e6f7&name=collection_one&action=DELETE&wt=javabin&version=2}
 status=0 QTime=2
   [junit4]   2> 2922685 INFO  (qtp1568047632-30260) [n:127.0.0.1:55413_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with 
params 
requestid=d8ba827c-6c89-45f9-bcf5-f3d3e5a9e6f7&action=REQUESTSTATUS&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 2922687 INFO  (qtp1568047632-30260) [n:127.0.0.1:55413_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={requestid=d8ba827c-6c89-45f9-bcf5-f3d3e5a9e6f7&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=2
   [junit4]   2> 2922689 INFO  
(OverseerCollectionConfigSetProcessor-72120835591831558-127.0.0.1:60090_solr-n_0000000000)
 [n:127.0.0.1:60090_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000004 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 2922691 ERROR 
(OverseerThreadFactory-11224-thread-4-processing-n:127.0.0.1:60090_solr) 
[n:127.0.0.1:60090_solr    ] o.a.s.c.a.c.OverseerCollectionMessageHandler 
Collection: collection_one operation: delete 
failed:org.apache.solr.common.SolrException: Collection : collection_one is 
part of alias collection_alias_pair remove or modify the alias before removing 
this collection.
   [junit4]   2>        at 
org.apache.solr.cloud.api.collections.DeleteCollectionCmd.call(DeleteCollectionCmd.java:71)
   [junit4]   2>        at 
org.apache.solr.cloud.api.collections.OverseerCollectionMessageHandler.processMessage(OverseerCollectionMessageHandler.java:254)
   [junit4]   2>        at 
org.apache.solr.cloud.OverseerTaskProcessor$Runner.run(OverseerTaskProcessor.java:469)
   [junit4]   2>        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188)
   [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> 2922698 INFO  
(OverseerThreadFactory-11224-thread-4-processing-n:127.0.0.1:60090_solr) 
[n:127.0.0.1:60090_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000006 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 2923688 INFO  (qtp1568047632-30262) [n:127.0.0.1:55413_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with 
params 
requestid=d8ba827c-6c89-45f9-bcf5-f3d3e5a9e6f7&action=REQUESTSTATUS&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 2923690 INFO  (qtp1568047632-30262) [n:127.0.0.1:55413_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={requestid=d8ba827c-6c89-45f9-bcf5-f3d3e5a9e6f7&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=2
   [junit4]   2> 2923691 INFO  (qtp1568047632-30260) [n:127.0.0.1:55413_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :deletestatus with 
params 
requestid=d8ba827c-6c89-45f9-bcf5-f3d3e5a9e6f7&action=DELETESTATUS&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 2923692 INFO  (qtp1568047632-30260) [n:127.0.0.1:55413_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={requestid=d8ba827c-6c89-45f9-bcf5-f3d3e5a9e6f7&action=DELETESTATUS&wt=javabin&version=2}
 status=0 QTime=1
   [junit4]   2> 2923692 INFO  (qtp1568047632-30262) [n:127.0.0.1:55413_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :createalias with 
params 
collections=collection_two&name=collection_alias_pair&action=CREATEALIAS&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 2923697 INFO  
(OverseerCollectionConfigSetProcessor-72120835591831558-127.0.0.1:60090_solr-n_0000000000)
 [n:127.0.0.1:60090_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000006 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 2923800 INFO  (qtp1568047632-30262) [n:127.0.0.1:55413_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={collections=collection_two&name=collection_alias_pair&action=CREATEALIAS&wt=javabin&version=2}
 status=0 QTime=107
   [junit4]   2> 2923800 INFO  (qtp1568047632-30260) [n:127.0.0.1:55413_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :delete with params 
async=30f2bb0e-ca8d-4831-bebb-69c8fbc42e7a&name=collection_one&action=DELETE&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 2923802 INFO  (qtp1568047632-30260) [n:127.0.0.1:55413_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={async=30f2bb0e-ca8d-4831-bebb-69c8fbc42e7a&name=collection_one&action=DELETE&wt=javabin&version=2}
 status=0 QTime=1
   [junit4]   2> 2923803 INFO  (qtp1568047632-30262) [n:127.0.0.1:55413_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with 
params 
requestid=30f2bb0e-ca8d-4831-bebb-69c8fbc42e7a&action=REQUESTSTATUS&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 2923805 INFO  (qtp1568047632-30262) [n:127.0.0.1:55413_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={requestid=30f2bb0e-ca8d-4831-bebb-69c8fbc42e7a&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=1
   [junit4]   2> 2923805 INFO  
(OverseerCollectionConfigSetProcessor-72120835591831558-127.0.0.1:60090_solr-n_0000000000)
 [n:127.0.0.1:60090_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000007 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 2923806 INFO  
(OverseerThreadFactory-11224-thread-5-processing-n:127.0.0.1:60090_solr) 
[n:127.0.0.1:60090_solr    ] o.a.s.c.a.c.OverseerCollectionMessageHandler 
Executing Collection Cmd : 
action=UNLOAD&deleteInstanceDir=true&deleteDataDir=true
   [junit4]   2> 2923806 INFO  (qtp1568047632-30260) [n:127.0.0.1:55413_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={deleteInstanceDir=true&core=collection_one_shard2_replica_n2&async=30f2bb0e-ca8d-4831-bebb-69c8fbc42e7a964996762109468&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 2923807 INFO  
(parallelCoreAdminExecutor-11225-thread-1-processing-n:127.0.0.1:55413_solr 
30f2bb0e-ca8d-4831-bebb-69c8fbc42e7a964996762109468 UNLOAD) 
[n:127.0.0.1:55413_solr    ] o.a.s.m.SolrMetricManager Closing metric reporters 
for registry=solr.core.collection_one.shard2.replica_n2, tag=null
   [junit4]   2> 2923807 INFO  
(parallelCoreAdminExecutor-11225-thread-1-processing-n:127.0.0.1:55413_solr 
30f2bb0e-ca8d-4831-bebb-69c8fbc42e7a964996762109468 UNLOAD) 
[n:127.0.0.1:55413_solr    ] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@58dddeed: rootName = 
solr_55413, domain = solr.core.collection_one.shard2.replica_n2, service url = 
null, agent id = null] for registry solr.core.collection_one.shard2.replica_n2 
/ com.codahale.metrics.MetricRegistry@26a51f7e
   [junit4]   2> 2923809 INFO  (qtp54581607-30254) [n:127.0.0.1:60090_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={deleteInstanceDir=true&core=collection_one_shard1_replica_n1&async=30f2bb0e-ca8d-4831-bebb-69c8fbc42e7a964996762068706&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 2923810 INFO  
(parallelCoreAdminExecutor-11227-thread-1-processing-n:127.0.0.1:60090_solr 
30f2bb0e-ca8d-4831-bebb-69c8fbc42e7a964996762068706 UNLOAD) 
[n:127.0.0.1:60090_solr    ] o.a.s.m.SolrMetricManager Closing metric reporters 
for registry=solr.core.collection_one.shard1.replica_n1, tag=null
   [junit4]   2> 2923810 INFO  
(parallelCoreAdminExecutor-11227-thread-1-processing-n:127.0.0.1:60090_solr 
30f2bb0e-ca8d-4831-bebb-69c8fbc42e7a964996762068706 UNLOAD) 
[n:127.0.0.1:60090_solr    ] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@ba1508: rootName = 
solr_60090, domain = solr.core.collection_one.shard1.replica_n1, service url = 
null, agent id = null] for registry solr.core.collection_one.shard1.replica_n1 
/ com.codahale.metrics.MetricRegistry@75868d86
   [junit4]   2> 2923811 INFO  (qtp1568047632-30262) [n:127.0.0.1:55413_solr    
] o.a.s.h.a.CoreAdminOperation Checking request status for : 
30f2bb0e-ca8d-4831-bebb-69c8fbc42e7a964996762109468
   [junit4]   2> 2923811 INFO  (qtp1568047632-30262) [n:127.0.0.1:55413_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&requestid=30f2bb0e-ca8d-4831-bebb-69c8fbc42e7a964996762109468&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 2923819 INFO  
(parallelCoreAdminExecutor-11225-thread-1-processing-n:127.0.0.1:55413_solr 
30f2bb0e-ca8d-4831-bebb-69c8fbc42e7a964996762109468 UNLOAD) 
[n:127.0.0.1:55413_solr    ] o.a.s.c.SolrCore 
[collection_one_shard2_replica_n2]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@360a2e69
   [junit4]   2> 2923819 INFO  
(parallelCoreAdminExecutor-11225-thread-1-processing-n:127.0.0.1:55413_solr 
30f2bb0e-ca8d-4831-bebb-69c8fbc42e7a964996762109468 UNLOAD) 
[n:127.0.0.1:55413_solr    ] o.a.s.m.SolrMetricManager Closing metric reporters 
for registry=solr.core.collection_one.shard2.replica_n2, tag=906636905
   [junit4]   2> 2923819 INFO  
(parallelCoreAdminExecutor-11225-thread-1-processing-n:127.0.0.1:55413_solr 
30f2bb0e-ca8d-4831-bebb-69c8fbc42e7a964996762109468 UNLOAD) 
[n:127.0.0.1:55413_solr    ] o.a.s.m.SolrMetricManager Closing metric reporters 
for registry=solr.collection.collection_one.shard2.leader, tag=906636905
   [junit4]   2> 2923821 INFO  
(parallelCoreAdminExecutor-11227-thread-1-processing-n:127.0.0.1:60090_solr 
30f2bb0e-ca8d-4831-bebb-69c8fbc42e7a964996762068706 UNLOAD) 
[n:127.0.0.1:60090_solr    ] o.a.s.c.SolrCore 
[collection_one_shard1_replica_n1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@4f32097b
   [junit4]   2> 2923821 INFO  
(parallelCoreAdminExecutor-11227-thread-1-processing-n:127.0.0.1:60090_solr 
30f2bb0e-ca8d-4831-bebb-69c8fbc42e7a964996762068706 UNLOAD) 
[n:127.0.0.1:60090_solr    ] o.a.s.m.SolrMetricManager Closing metric reporters 
for registry=solr.core.collection_one.shard1.replica_n1, tag=1328679291
   [junit4]   2> 2923821 INFO  
(parallelCoreAdminExecutor-11227-thread-1-processing-n:127.0.0.1:60090_solr 
30f2bb0e-ca8d-4831-bebb-69c8fbc42e7a964996762068706 UNLOAD) 
[n:127.0.0.1:60090_solr    ] o.a.s.m.SolrMetricManager Closing metric reporters 
for registry=solr.collection.collection_one.shard1.leader, tag=1328679291
   [junit4]   2> 2923824 INFO  
(zkCallback-5312-thread-2-processing-n:127.0.0.1:60090_solr) 
[n:127.0.0.1:60090_solr    ] 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> 2924806 INFO  (qtp1568047632-30260) [n:127.0.0.1:55413_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with 
params 
requestid=30f2bb0e-ca8d-4831-bebb-69c8fbc42e7a&action=REQUESTSTATUS&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 2924807 INFO  (qtp1568047632-30260) [n:127.0.0.1:55413_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={requestid=30f2bb0e-ca8d-4831-bebb-69c8fbc42e7a&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 2924813 INFO  (qtp1568047632-30262) [n:127.0.0.1:55413_solr    
] o.a.s.h.a.CoreAdminOperation Checking request status for : 
30f2bb0e-ca8d-4831-bebb-69c8fbc42e7a964996762109468
   [junit4]   2> 2924813 INFO  (qtp1568047632-30262) [n:127.0.0.1:55413_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&requestid=30f2bb0e-ca8d-4831-bebb-69c8fbc42e7a964996762109468&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 2924813 INFO  (qtp54581607-30257) [n:127.0.0.1:60090_solr    ] 
o.a.s.h.a.CoreAdminOperation Checking request status for : 
30f2bb0e-ca8d-4831-bebb-69c8fbc42e7a964996762068706
   [junit4]   2> 2924813 INFO  (qtp54581607-30257) [n:127.0.0.1:60090_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&requestid=30f2bb0e-ca8d-4831-bebb-69c8fbc42e7a964996762068706&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 2925542 INFO  
(OverseerThreadFactory-11224-thread-5-processing-n:127.0.0.1:60090_solr) 
[n:127.0.0.1:60090_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000009 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 2925808 INFO  (qtp1568047632-30260) [n:127.0.0.1:55413_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with 
params 
requestid=30f2bb0e-ca8d-4831-bebb-69c8fbc42e7a&action=REQUESTSTATUS&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 2925810 INFO  
(OverseerCollectionConfigSetProcessor-72120835591831558-127.0.0.1:60090_solr-n_0000000000)
 [n:127.0.0.1:60090_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000009 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 2925811 INFO  (qtp1568047632-30260) [n:127.0.0.1:55413_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={requestid=30f2bb0e-ca8d-4831-bebb-69c8fbc42e7a&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=2
   [junit4]   2> 2925811 INFO  (qtp1568047632-30262) [n:127.0.0.1:55413_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :deletestatus with 
params 
requestid=30f2bb0e-ca8d-4831-bebb-69c8fbc42e7a&action=DELETESTATUS&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 2925814 INFO  (qtp1568047632-30262) [n:127.0.0.1:55413_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={requestid=30f2bb0e-ca8d-4831-bebb-69c8fbc42e7a&action=DELETESTATUS&wt=javabin&version=2}
 status=0 QTime=2
   [junit4]   2> 2925815 INFO  (qtp54581607-30254) [n:127.0.0.1:60090_solr 
c:collection_two s:shard1 r:core_node2 x:collection_two_shard1_replica_n1] 
o.a.s.c.S.Request [collection_two_shard1_replica_n1]  webapp=/solr path=/select 
params={q=*:*&_stateVer_=collection_two:4&wt=javabin&version=2} hits=2 status=0 
QTime=0
   [junit4]   2> 2925839 ERROR 
(TEST-AliasIntegrationTest.testDeleteOneOfTwoCollectionsAliased-seed#[4E2A232F88A7D786])
 [    ] o.a.s.c.s.i.CloudSolrClient Request to collection [collection_one] 
failed due to (404) 
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at http://127.0.0.1:55413/solr/collection_one: Expected mime type 
application/octet-stream but got text/html. <html>
   [junit4]   2> <head>
   [junit4]   2> <meta http-equiv="Content-Type" 
content="text/html;charset=utf-8"/>
   [junit4]   2> <title>Error 404 Can not find: 
/solr/collection_one/select</title>
   [junit4]   2> </head>
   [junit4]   2> <body><h2>HTTP ERROR 404</h2>
   [junit4]   2> <p>Problem accessing /solr/collection_one/select. Reason:
   [junit4]   2> <pre>    Can not find: 
/solr/collection_one/select</pre></p><hr><a 
href="http://eclipse.org/jetty";>Powered by Jetty:// 9.4.8.v20171121</a><hr/>
   [junit4]   2> 
   [junit4]   2> </body>
   [junit4]   2> </html>
   [junit4]   2> , retry? 0
   [junit4]   2> 2925840 INFO  (qtp1568047632-30262) [n:127.0.0.1:55413_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :deletealias with 
params 
async=0e844645-fc2d-49bc-a8c6-3d70cb7b03fb&name=collection_alias_pair&action=DELETEALIAS&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 2925843 INFO  (qtp1568047632-30262) [n:127.0.0.1:55413_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={async=0e844645-fc2d-49bc-a8c6-3d70cb7b03fb&name=collection_alias_pair&action=DELETEALIAS&wt=javabin&version=2}
 status=0 QTime=2
   [junit4]   2> 2925844 INFO  (qtp1568047632-30260) [n:127.0.0.1:55413_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with 
params 
requestid=0e844645-fc2d-49bc-a8c6-3d70cb7b03fb&action=REQUESTSTATUS&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 2925846 INFO  (qtp1568047632-30260) [n:127.0.0.1:55413_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={requestid=0e844645-fc2d-49bc-a8c6-3d70cb7b03fb&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=2
   [junit4]   2> 2925862 INFO  
(OverseerThreadFactory-11224-thread-5-processing-n:127.0.0.1:60090_solr) 
[n:127.0.0.1:60090_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000010 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 2926850 INFO  (qtp1568047632-30262) [n:127.0.0.1:55413_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with 
params 
requestid=0e844645-fc2d-49bc-a8c6-3d70cb7b03fb&action=REQUESTSTATUS&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 2926852 INFO  (qtp1568047632-30262) [n:127.0.0.1:55413_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={requestid=0e844645-fc2d-49bc-a8c6-3d70cb7b03fb&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=1
   [junit4]   2> 2926852 INFO  (qtp1568047632-30260) [n:127.0.0.1:55413_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :deletestatus with 
params 
requestid=0e844645-fc2d-49bc-a8c6-3d70cb7b03fb&action=DELETESTATUS&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 2926853 INFO  (qtp1568047632-30260) [n:127.0.0.1:55413_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={requestid=0e844645-fc2d-49bc-a8c6-3d70cb7b03fb&action=DELETESTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 2926854 INFO  (qtp1568047632-30262) [n:127.0.0.1:55413_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :delete with params 
async=c0c6cbd9-c664-4bf8-9626-9f794032cc20&name=collection_two&action=DELETE&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 2926856 INFO  (qtp1568047632-30262) [n:127.0.0.1:55413_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={async=c0c6cbd9-c664-4bf8-9626-9f794032cc20&name=collection_two&action=DELETE&wt=javabin&version=2}
 status=0 QTime=2
   [junit4]   2> 2926856 INFO  (qtp1568047632-30260) [n:127.0.0.1:55413_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with 
params 
requestid=c0c6cbd9-c664-4bf8-9626-9f794032cc20&action=REQUESTSTATUS&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 2926859 INFO  (qtp1568047632-30260) [n:127.0.0.1:55413_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={requestid=c0c6cbd9-c664-4bf8-9626-9f794032cc20&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=2
   [junit4]   2> 2926860 INFO  
(OverseerThreadFactory-11224-thread-5-processing-n:127.0.0.1:60090_solr) 
[n:127.0.0.1:60090_solr    ] o.a.s.c.a.c.OverseerCollectionMessageHandler 
Executing Collection Cmd : 
action=UNLOAD&deleteInstanceDir=true&deleteDataDir=true
   [junit4]   2> 2926860 INFO  
(OverseerCollectionConfigSetProcessor-72120835591831558-127.0.0.1:60090_solr-n_0000000000)
 [n:127.0.0.1:60090_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000010 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 2926861 INFO  (qtp54581607-30254) [n:127.0.0.1:60090_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={deleteInstanceDir=true&core=collection_two_shard1_replica_n1&async=c0c6cbd9-c664-4bf8-9626-9f794032cc20964999817113776&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 2926861 INFO  
(parallelCoreAdminExecutor-11227-thread-2-processing-n:127.0.0.1:60090_solr 
c0c6cbd9-c664-4bf8-9626-9f794032cc20964999817113776 UNLOAD) 
[n:127.0.0.1:60090_solr    ] o.a.s.m.SolrMetricManager Closing metric reporters 
for registry=solr.core.collection_two.shard1.replica_n1, tag=null
   [junit4]   2> 2926861 INFO  
(parallelCoreAdminExecutor-11227-thread-2-processing-n:127.0.0.1:60090_solr 
c0c6cbd9-c664-4bf8-9626-9f794032cc20964999817113776 UNLOAD) 
[n:127.0.0.1:60090_solr    ] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@1b7397c: rootName = 
solr_60090, domain = solr.core.collection_two.shard1.replica_n1, service url = 
null, agent id = null] for registry solr.core.collection_two.shard1.replica_n1 
/ com.codahale.metrics.MetricRegistry@6cca4d1a
   [junit4]   2> 2926861 INFO  (qtp54581607-30257) [n:127.0.0.1:60090_solr    ] 
o.a.s.h.a.CoreAdminOperation Checking request status for : 
c0c6cbd9-c664-4bf8-9626-9f794032cc20964999817113776
   [junit4]   2> 2926862 INFO  (qtp54581607-30257) [n:127.0.0.1:60090_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&requestid=c0c6cbd9-c664-4bf8-9626-9f794032cc20964999817113776&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 2926869 INFO  
(parallelCoreAdminExecutor-11227-thread-2-processing-n:127.0.0.1:60090_solr 
c0c6cbd9-c664-4bf8-9626-9f794032cc20964999817113776 UNLOAD) 
[n:127.0.0.1:60090_solr    ] o.a.s.c.SolrCore 
[collection_two_shard1_replica_n1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@75ba1f34
   [junit4]   2> 2926869 INFO  
(parallelCoreAdminExecutor-11227-thread-2-processing-n:127.0.0.1:60090_solr 
c0c6cbd9-c664-4bf8-9626-9f794032cc20964999817113776 UNLOAD) 
[n:127.0.0.1:60090_solr    ] o.a.s.m.SolrMetricManager Closing metric reporters 
for registry=solr.core.collection_two.shard1.replica_n1, tag=1975131956
   [junit4]   2> 2926869 INFO  
(parallelCoreAdminExecutor-11227-thread-2-processing-n:127.0.0.1:60090_solr 
c0c6cbd9-c664-4bf8-9626-9f794032cc20964999817113776 UNLOAD) 
[n:127.0.0.1:60090_solr    ] o.a.s.m.SolrMetricManager Closing metric reporters 
for registry=solr.collection.collection_two.shard1.leader, tag=1975131956
   [junit4]   2> 2927862 INFO  (qtp1568047632-30262) [n:127.0.0.1:55413_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with 
params 
requestid=c0c6cbd9-c664-4bf8-9626-9f794032cc20&action=REQUESTSTATUS&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 2927863 INFO  (qtp1568047632-30262) [n:127.0.0.1:55413_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={requestid=c0c6cbd9-c664-4bf8-9626-9f794032cc20&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=1
   [junit4]   2> 2927863 INFO  (qtp54581607-30254) [n:127.0.0.1:60090_solr    ] 
o.a.s.h.a.CoreAdminOperation Checking request status for : 
c0c6cbd9-c664-4bf8-9626-9f794032cc20964999817113776
   [junit4]   2> 2927863 INFO  (qtp54581607-30254) [n:127.0.0.1:60090_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&requestid=c0c6cbd9-c664-4bf8-9626-9f794032cc20964999817113776&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 2928595 INFO  
(OverseerThreadFactory-11224-thread-5-processing-n:127.0.0.1:60090_solr) 
[n:127.0.0.1:60090_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000011 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 2928868 INFO  (qtp1568047632-30260) [n:127.0.0.1:55413_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with 
params 
requestid=c0c6cbd9-c664-4bf8-9626-9f794032cc20&action=REQUESTSTATUS&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 2928869 INFO  (qtp1568047632-30260) [n:127.0.0.1:55413_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={requestid=c0c6cbd9-c664-4bf8-9626-9f794032cc20&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=1
   [junit4]   2> 2928870 INFO  (qtp1568047632-30262) [n:127.0.0.1:55413_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :deletestatus with 
params 
requestid=c0c6cbd9-c664-4bf8-9626-9f794032cc20&action=DELETESTATUS&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 2928871 INFO  (qtp1568047632-30262) [n:127.0.0.1:55413_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={requestid=c0c6cbd9-c664-4bf8-9626-9f794032cc20&action=DELETESTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 2928872 INFO  
(TEST-AliasIntegrationTest.testDeleteOneOfTwoCollectionsAliased-seed#[4E2A232F88A7D786])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending 

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

e.json
   [junit4]   2>        15      /solr/clusterprops.json
   [junit4]   2>        15      /solr/clusterstate.json
   [junit4]   2>        8       /solr/collections/testNodeAdded/state.json
   [junit4]   2>        5       
/solr/overseer_elect/election/72120891755200515-127.0.0.1:53081_solr-n_0000000000
   [junit4]   2>        3       /solr/autoscaling.json
   [junit4]   2>        2       
/solr/overseer_elect/election/72120891755200541-127.0.0.1:37028_solr-n_0000000007
   [junit4]   2>        2       
/solr/collections/testNodeWithMultipleReplicasLost/leader_elect/shard1/election/72120891755200544-core_node3-n_0000000000
   [junit4]   2>        2       
/solr/overseer_elect/election/72120891755200534-127.0.0.1:40601_solr-n_0000000005
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        57      /solr/live_nodes
   [junit4]   2>        48      /solr/collections
   [junit4]   2>        3       /solr/overseer/queue
   [junit4]   2>        3       /solr/autoscaling/events/.auto_add_replicas
   [junit4]   2>        3       /solr/overseer/collection-queue-work
   [junit4]   2>        3       /solr/overseer/queue-work
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.ComputePlanActionTest_4E2A232F88A7D786-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {}, 
docValues:{}, maxPointsInLeafNode=473, maxMBSortInHeap=7.512353619362809, 
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@38c1553),
 locale=ar-JO, timezone=Brazil/Acre
   [junit4]   2> NOTE: SunOS 5.11 amd64/Oracle Corporation 1.8.0_152 
(64-bit)/cpus=3,threads=1,free=129498272,total=522190848
   [junit4]   2> NOTE: All tests run in this JVM: [TestSolrCoreParser, 
DistributedFacetPivotWhiteBoxTest, SpatialRPTFieldTypeTest, TestNumericTerms32, 
FacetPivotSmallTest, TestManagedResourceStorage, 
ChaosMonkeySafeLeaderWithPullReplicasTest, 
DistributedQueryComponentOptimizationTest, JavabinLoaderTest, 
TestManagedStopFilterFactory, TestSolrCloudWithHadoopAuthPlugin, 
SolrCoreMetricManagerTest, ClusterStateUpdateTest, CheckHdfsIndexTest, 
SaslZkACLProviderTest, JSONWriterTest, AutoscalingHistoryHandlerTest, 
RankQueryTest, TestSegmentSorting, TestFileDictionaryLookup, 
HttpSolrCallGetCoreTest, DOMUtilTest, DocValuesMultiTest, 
TestWordDelimiterFilterFactory, IndexSchemaTest, TestDynamicLoading, 
TestDeleteCollectionOnDownNodes, TimeZoneUtilsTest, TestBlobHandler, 
TestObjectReleaseTracker, DistributedIntervalFacetingTest, 
SolrCoreCheckLockOnStartupTest, TestNumericRangeQuery32, 
DisMaxRequestHandlerTest, TestSolrCloudWithDelegationTokens, 
HdfsBasicDistributedZk2Test, TestExceedMaxTermLength, TestSortByMinMaxFunction, 
TestLargeCluster, TestAuthorizationFramework, TestLRUStatsCache, 
XsltUpdateRequestHandlerTest, DeleteStatusTest, TestXmlQParserPlugin, 
HdfsNNFailoverTest, ZkShardTermsTest, TestRawTransformer, 
BasicDistributedZk2Test, SliceStateTest, TestExecutePlanAction, 
TestIntervalFaceting, UpdateRequestProcessorFactoryTest, TestRestoreCore, 
SortByFunctionTest, TestCustomSort, TestRuleBasedAuthorizationPlugin, 
TestConfig, SubstringBytesRefFilterTest, CdcrBootstrapTest, HdfsSyncSliceTest, 
TestSchemaSimilarityResource, TestDocumentBuilder, 
DeleteLastCustomShardedReplicaTest, UUIDFieldTest, TestRequestForwarding, 
TestCloudManagedSchema, TestStressReorder, TestNoOpRegenerator, 
CurrencyFieldTypeTest, LoggingHandlerTest, TestQueryWrapperFilter, 
TestValueSourceCache, ConcurrentCreateRoutedAliasTest, 
ConcurrentDeleteAndCreateCollectionTest, TestConfigsApi, 
RegexBoostProcessorTest, TestLuceneIndexBackCompat, BasicFunctionalityTest, 
SpellCheckComponentTest, TestRandomRequestDistribution, TestDocTermOrds, 
TestConfigSetsAPI, TestDynamicFieldCollectionResource, TestFilteredDocIdSet, 
TestUninvertingReader, TestCloudJSONFacetJoinDomain, ActionThrottleTest, 
TestNodeLostTrigger, ChaosMonkeySafeLeaderTest, TestHashPartitioner, 
OverseerCollectionConfigSetProcessorTest, TestExportWriter, TestDocSet, 
TestDFRSimilarityFactory, TestCorePropertiesReload, DistanceFunctionTest, 
DefaultValueUpdateProcessorTest, TestExpandComponent, TestBinaryResponseWriter, 
TestSerializedLuceneMatchVersion, TestMissingGroups, BaseCdcrDistributedZkTest, 
TestLMJelinekMercerSimilarityFactory, TestConfigSetProperties, BitVectorTest, 
TestBulkSchemaAPI, DocValuesMissingTest, TestCoreDiscovery, 
TemplateUpdateProcessorTest, TestLMDirichletSimilarityFactory, SuggesterTest, 
CoreAdminRequestStatusTest, CleanupOldIndexTest, TestAddFieldRealTimeGet, 
LargeFieldTest, ConnectionManagerTest, TestTlogReplica, TestRecoveryHdfs, 
TestNRTOpen, TestSolrCloudWithSecureImpersonation, 
ManagedSchemaRoundRobinCloudTest, CollectionsAPIAsyncDistributedZkTest, 
BadIndexSchemaTest, SoftAutoCommitTest, NumberUtilsTest, 
AnalyticsMergeStrategyTest, TestConfigSetsAPIZkFailure, TestUpdate, 
FileBasedSpellCheckerTest, RecoveryAfterSoftCommitTest, TestApiFramework, 
PropertiesRequestHandlerTest, AsyncCallRequestStatusResponseTest, 
OutOfBoxZkACLAndCredentialsProvidersTest, BadComponentTest, 
HdfsCollectionsAPIDistributedZkTest, DistributedQueueTest, InfoHandlerTest, 
TestFastWriter, TestLegacyFieldReuse, ShowFileRequestHandlerTest, 
TestStressRecovery, TestCloudPseudoReturnFields, ZkSolrClientTest, 
TestCSVLoader, TestBadConfig, CollectionStateFormat2Test, TestComponentsName, 
TestMiniSolrCloudClusterSSL, V2ApiIntegrationTest, TestScoreJoinQPNoScore, 
TestSearchPerf, TestSearcherReuse, OverseerTaskQueueTest, 
CSVRequestHandlerTest, TestDFISimilarityFactory, LegacyCloudClusterPropTest, 
TestCoreBackup, SolrCmdDistributorTest, TermVectorComponentTest, 
TestCloudNestedDocsSort, TestLeaderInitiatedRecoveryThread, 
MoveReplicaHDFSTest, ReplaceNodeNoTargetTest, AnalysisErrorHandlingTest, 
CdcrReplicationHandlerTest, SimpleFacetsTest, TestMacroExpander, UtilsToolTest, 
TestExtendedDismaxParser, TestSolrIndexConfig, 
VMParamsZkACLAndCredentialsProvidersTest, TestReversedWildcardFilterFactory, 
TestSolr4Spatial, TestSolrConfigHandlerConcurrent, 
BigEndianAscendingWordDeserializerTest, DistributedFacetPivotLargeTest, 
TestManagedSchema, SolrSlf4jReporterTest, CloneFieldUpdateProcessorFactoryTest, 
EchoParamsTest, LeaderElectionContextKeyTest, SyncSliceTest, 
TestStressInPlaceUpdates, CircularListTest, NoCacheHeaderTest, 
BlockDirectoryTest, SuggestComponentTest, TestCodecSupport, JvmMetricsTest, 
TestPrepRecovery, DistributedSpellCheckComponentTest, OpenCloseCoreStressTest, 
OverseerTest, LeaderElectionIntegrationTest, ShardRoutingTest, BasicZkTest, 
FullSolrCloudDistribCmdsTest, TestRandomFaceting, TestRandomDVFaceting, 
TestDistributedSearch, TestDistributedGrouping, TestRecovery, 
TermVectorComponentDistributedTest, ZkControllerTest, TestRealTimeGet, 
TestJoin, TestStressVersions, DistributedTermsComponentTest, TestRangeQuery, 
SolrCoreTest, StatsComponentTest, TestGroupingSearch, PeerSyncTest, TestSort, 
TestFiltering, TestFunctionQuery, DirectUpdateHandlerTest, HighlighterTest, 
DistributedQueryElevationComponentTest, SolrIndexSplitterTest, 
SimplePostToolTest, SpellCheckCollatorTest, SuggesterFSTTest, 
CoreAdminHandlerTest, TestFoldingMultitermQuery, DocValuesTest, 
TestStressLucene, TestTrie, SuggesterWFSTTest, PolyFieldTest, 
WordBreakSolrSpellCheckerTest, FieldMutatingUpdateProcessorTest, 
TestAtomicUpdateErrorCases, DirectUpdateHandlerOptimizeTest, 
TestRemoteStreaming, TestSolrDeletionPolicy1, SolrInfoBeanTest, 
DebugComponentTest, CacheHeaderTest, IndexBasedSpellCheckerTest, 
LukeRequestHandlerTest, TestWriterPerf, DirectSolrSpellCheckerTest, 
DocumentAnalysisRequestHandlerTest, TestQueryTypes, PrimitiveFieldTypeTest, 
TestOmitPositions, TermsComponentTest, RequestHandlersTest, 
DocumentBuilderTest, PathHierarchyTokenizerFactoryTest, 
TestIndexingPerformance, MoreLikeThisHandlerTest, RequiredFieldsTest, 
FieldAnalysisRequestHandlerTest, TestSolrQueryParser, 
IndexSchemaRuntimeFieldTest, SolrPluginUtilsTest, TestCollationField, 
ReturnFieldsTest, QueryParsingTest, TestAnalyzedSuggestions, JsonLoaderTest, 
TestPartialUpdateDeduplication, TestPHPSerializedResponseWriter, 
PingRequestHandlerTest, HighlighterConfigTest, SOLR749Test, 
TestQuerySenderListener, UpdateParamsTest, AlternateDirectoryTest, 
ResponseLogComponentTest, SolrIndexConfigTest, TestMergePolicyConfig, 
TestSolrDeletionPolicy2, SampleTest, MinimalSchemaTest, 
TestFuzzyAnalyzedSuggestions, ExternalFileFieldSortTest, 
TestSolrCoreProperties, DirectSolrConnectionTest, NotRequiredUniqueKeyTest, 
TestLuceneMatchVersion, TestPhraseSuggestions, SpellPossibilityIteratorTest, 
TestCharFilters, SynonymTokenizerTest, TestPerFieldSimilarity, 
TestIBSimilarityFactory, ResourceLoaderTest, TestFastOutputStream, 
ScriptEngineTest, OpenExchangeRatesOrgProviderTest, URLClassifyProcessorTest, 
PluginInfoTest, TestFastLRUCache, ChaosMonkeyNothingIsSafeTest, 
PreAnalyzedFieldTest, TestSystemIdResolver, PrimUtilsTest, 
SpellingQueryConverterTest, RAMDirectoryFactoryTest, ClusterStateTest, 
TestLRUCache, SystemInfoHandlerTest, DistributedMLTComponentTest, TestRTGBase, 
SolrTestCaseJ4Test, TestCrossCoreJoin, TestCursorMarkWithoutUniqueKey, 
TestDistributedMissingSort, TestSimpleTrackingShardHandler, TestTolerantSearch, 
TestEmbeddedSolrServerConstructors, TestJettySolrRunner, AddReplicaTest, 
AliasIntegrationTest, DeleteInactiveReplicaTest, 
DistribDocExpirationUpdateProcessorTest, DocValuesNotIndexedTest, 
HealthCheckHandlerTest, HttpPartitionTest, 
LeaderInitiatedRecoveryOnShardRestartTest, MigrateRouteKeyTest, 
MoveReplicaHDFSFailoverTest, PeerSyncReplicationTest, SolrXmlInZkTest, 
TestAuthenticationFramework, TestCloudPivotFacet, TestClusterProperties, 
TestConfigSetsAPIExclusivity, TestDistribDocBasedVersion, 
TestLeaderElectionWithEmptyReplica, TestRebalanceLeaders, 
TestShortCircuitedRequests, TestStressLiveNodes, 
TestTolerantUpdateProcessorRandomCloud, AssignTest, 
SimpleCollectionCreateDeleteTest, TestHdfsCloudBackupRestore, 
TestRequestStatusCollectionAPI, ComputePlanActionTest]
   [junit4] Completed [577/774 (2!)] on J1 in 51.60s, 4 tests, 1 failure <<< 
FAILURES!

[...truncated 48731 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to