Build: https://jenkins.thetaphi.de/job/Lucene-Solr-8.0-Linux/212/
Java: 64bit/jdk-12-ea+shipilev-fastdebug -XX:-UseCompressedOops 
-XX:+UseParallelGC

3 tests failed.
FAILED:  
org.apache.solr.cloud.CollectionsAPISolrJTest.testCreateCollWithDefaultClusterPropertiesNewFormat

Error Message:
expected:<[2]> but was:<[null]>

Stack Trace:
org.junit.ComparisonFailure: expected:<[2]> but was:<[null]>
        at 
__randomizedtesting.SeedInfo.seed([D1BDBF0AFB2954D1:BCB559EB4E7E5E5D]:0)
        at org.junit.Assert.assertEquals(Assert.java:115)
        at org.junit.Assert.assertEquals(Assert.java:144)
        at 
org.apache.solr.cloud.CollectionsAPISolrJTest.testCreateCollWithDefaultClusterPropertiesNewFormat(CollectionsAPISolrJTest.java:222)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:567)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.base/java.lang.Thread.run(Thread.java:835)


FAILED:  
org.apache.solr.cloud.autoscaling.sim.TestSimLargeCluster.testSearchRate

Error Message:
The trigger did not fire at all

Stack Trace:
java.lang.AssertionError: The trigger did not fire at all
        at 
__randomizedtesting.SeedInfo.seed([D1BDBF0AFB2954D1:8CF5A18334EFF29E]:0)
        at org.junit.Assert.fail(Assert.java:88)
        at org.junit.Assert.assertTrue(Assert.java:41)
        at 
org.apache.solr.cloud.autoscaling.sim.TestSimLargeCluster.testSearchRate(TestSimLargeCluster.java:682)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:567)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.base/java.lang.Thread.run(Thread.java:835)


FAILED:  
org.apache.solr.cloud.autoscaling.sim.TestSimTriggerIntegration.testSearchRate

Error Message:
The trigger did not start in time

Stack Trace:
java.lang.AssertionError: The trigger did not start in time
        at 
__randomizedtesting.SeedInfo.seed([D1BDBF0AFB2954D1:8CF5A18334EFF29E]:0)
        at org.junit.Assert.fail(Assert.java:88)
        at org.junit.Assert.assertTrue(Assert.java:41)
        at 
org.apache.solr.cloud.autoscaling.sim.TestSimTriggerIntegration.testSearchRate(TestSimTriggerIntegration.java:1369)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:567)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.base/java.lang.Thread.run(Thread.java:835)




Build Log:
[...truncated 14255 lines...]
   [junit4] Suite: org.apache.solr.cloud.CollectionsAPISolrJTest
   [junit4]   2> Creating dataDir: 
/home/jenkins/workspace/Lucene-Solr-8.0-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPISolrJTest_D1BDBF0AFB2954D1-001/init-core-data-001
   [junit4]   2> 1786605 INFO  
(SUITE-CollectionsAPISolrJTest-seed#[D1BDBF0AFB2954D1]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 1786606 INFO  
(SUITE-CollectionsAPISolrJTest-seed#[D1BDBF0AFB2954D1]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via: 
@org.apache.solr.util.RandomizeSSL(reason="", value=0.0/0.0, ssl=0.0/0.0, 
clientAuth=0.0/0.0)
   [junit4]   2> 1786606 INFO  
(SUITE-CollectionsAPISolrJTest-seed#[D1BDBF0AFB2954D1]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 1786608 INFO  
(TEST-CollectionsAPISolrJTest.testAddAndDeleteReplicaProp-seed#[D1BDBF0AFB2954D1])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testAddAndDeleteReplicaProp
   [junit4]   2> 1786609 INFO  
(TEST-CollectionsAPISolrJTest.testAddAndDeleteReplicaProp-seed#[D1BDBF0AFB2954D1])
 [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in 
/home/jenkins/workspace/Lucene-Solr-8.0-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPISolrJTest_D1BDBF0AFB2954D1-001/tempDir-001
   [junit4]   2> 1786609 INFO  
(TEST-CollectionsAPISolrJTest.testAddAndDeleteReplicaProp-seed#[D1BDBF0AFB2954D1])
 [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1786614 INFO  (ZkTestServer Run Thread) [    ] 
o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1786614 INFO  (ZkTestServer Run Thread) [    ] 
o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1786714 INFO  
(TEST-CollectionsAPISolrJTest.testAddAndDeleteReplicaProp-seed#[D1BDBF0AFB2954D1])
 [    ] o.a.s.c.ZkTestServer start zk server on port:45243
   [junit4]   2> 1786714 INFO  
(TEST-CollectionsAPISolrJTest.testAddAndDeleteReplicaProp-seed#[D1BDBF0AFB2954D1])
 [    ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:45243
   [junit4]   2> 1786714 INFO  
(TEST-CollectionsAPISolrJTest.testAddAndDeleteReplicaProp-seed#[D1BDBF0AFB2954D1])
 [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 45243
   [junit4]   2> 1786730 INFO  (zkConnectionManagerCallback-7048-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1786733 INFO  (zkConnectionManagerCallback-7050-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1786737 INFO  (zkConnectionManagerCallback-7052-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1786755 WARN  (jetty-launcher-7053-thread-2) [    ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 1786755 WARN  (jetty-launcher-7053-thread-1) [    ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 1786756 INFO  (jetty-launcher-7053-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 1786756 INFO  (jetty-launcher-7053-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1786756 INFO  (jetty-launcher-7053-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 1786756 INFO  (jetty-launcher-7053-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1786756 INFO  (jetty-launcher-7053-thread-1) [    ] 
o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: 
c4550056e785fb5665914545889f21dc136ad9e6; jvm 
12-testing+0-builds.shipilev.net-openjdk-jdk12-b109-20190215-jdk-1229
   [junit4]   2> 1786756 INFO  (jetty-launcher-7053-thread-2) [    ] 
o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: 
c4550056e785fb5665914545889f21dc136ad9e6; jvm 
12-testing+0-builds.shipilev.net-openjdk-jdk12-b109-20190215-jdk-1229
   [junit4]   2> 1786758 WARN  (jetty-launcher-7053-thread-3) [    ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 1786758 INFO  (jetty-launcher-7053-thread-3) [    ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 1786758 INFO  (jetty-launcher-7053-thread-3) [    ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1786758 INFO  (jetty-launcher-7053-thread-3) [    ] 
o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: 
c4550056e785fb5665914545889f21dc136ad9e6; jvm 
12-testing+0-builds.shipilev.net-openjdk-jdk12-b109-20190215-jdk-1229
   [junit4]   2> 1786762 WARN  (jetty-launcher-7053-thread-4) [    ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 1786764 INFO  (jetty-launcher-7053-thread-4) [    ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 1786764 INFO  (jetty-launcher-7053-thread-4) [    ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1786764 INFO  (jetty-launcher-7053-thread-4) [    ] 
o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: 
c4550056e785fb5665914545889f21dc136ad9e6; jvm 
12-testing+0-builds.shipilev.net-openjdk-jdk12-b109-20190215-jdk-1229
   [junit4]   2> 1786768 INFO  (jetty-launcher-7053-thread-2) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1786768 INFO  (jetty-launcher-7053-thread-2) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1786768 INFO  (jetty-launcher-7053-thread-2) [    ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1786771 INFO  (jetty-launcher-7053-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@54030d1a{/solr,null,AVAILABLE}
   [junit4]   2> 1786773 INFO  (jetty-launcher-7053-thread-3) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1786773 INFO  (jetty-launcher-7053-thread-3) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1786773 INFO  (jetty-launcher-7053-thread-3) [    ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1786774 INFO  (jetty-launcher-7053-thread-3) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@3b2ce073{/solr,null,AVAILABLE}
   [junit4]   2> 1786777 INFO  (jetty-launcher-7053-thread-4) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1786777 INFO  (jetty-launcher-7053-thread-4) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1786777 INFO  (jetty-launcher-7053-thread-4) [    ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1786782 INFO  (jetty-launcher-7053-thread-4) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@5b7113ca{/solr,null,AVAILABLE}
   [junit4]   2> 1786782 INFO  (jetty-launcher-7053-thread-1) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1786782 INFO  (jetty-launcher-7053-thread-1) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1786782 INFO  (jetty-launcher-7053-thread-1) [    ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1786783 INFO  (jetty-launcher-7053-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@11cf94eb{/solr,null,AVAILABLE}
   [junit4]   2> 1786810 INFO  (jetty-launcher-7053-thread-1) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@43f82bbb{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:43207}
   [junit4]   2> 1786810 INFO  (jetty-launcher-7053-thread-3) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@4a4cf277{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:39467}
   [junit4]   2> 1786810 INFO  (jetty-launcher-7053-thread-3) [    ] 
o.e.j.s.Server Started @1787098ms
   [junit4]   2> 1786810 INFO  (jetty-launcher-7053-thread-1) [    ] 
o.e.j.s.Server Started @1787098ms
   [junit4]   2> 1786810 INFO  (jetty-launcher-7053-thread-3) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=39467}
   [junit4]   2> 1786810 INFO  (jetty-launcher-7053-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=43207}
   [junit4]   2> 1786810 ERROR (jetty-launcher-7053-thread-3) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1786810 INFO  (jetty-launcher-7053-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1786810 INFO  (jetty-launcher-7053-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.0.0
   [junit4]   2> 1786810 INFO  (jetty-launcher-7053-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1786810 INFO  (jetty-launcher-7053-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1786810 INFO  (jetty-launcher-7053-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-02-25T02:55:23.983951Z
   [junit4]   2> 1786811 INFO  (jetty-launcher-7053-thread-4) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@6d57e4fa{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:36749}
   [junit4]   2> 1786811 INFO  (jetty-launcher-7053-thread-4) [    ] 
o.e.j.s.Server Started @1787099ms
   [junit4]   2> 1786811 INFO  (jetty-launcher-7053-thread-4) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=36749}
   [junit4]   2> 1786811 ERROR (jetty-launcher-7053-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1786811 INFO  (jetty-launcher-7053-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1786811 ERROR (jetty-launcher-7053-thread-4) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1786811 INFO  (jetty-launcher-7053-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1786811 INFO  (jetty-launcher-7053-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.0.0
   [junit4]   2> 1786811 INFO  (jetty-launcher-7053-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.0.0
   [junit4]   2> 1786812 INFO  (jetty-launcher-7053-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1786812 INFO  (jetty-launcher-7053-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1786812 INFO  (jetty-launcher-7053-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1786812 INFO  (jetty-launcher-7053-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1786812 INFO  (jetty-launcher-7053-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-02-25T02:55:23.985088Z
   [junit4]   2> 1786812 INFO  (jetty-launcher-7053-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-02-25T02:55:23.985104Z
   [junit4]   2> 1786812 INFO  (jetty-launcher-7053-thread-2) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@26498897{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:44595}
   [junit4]   2> 1786812 INFO  (jetty-launcher-7053-thread-2) [    ] 
o.e.j.s.Server Started @1787100ms
   [junit4]   2> 1786812 INFO  (jetty-launcher-7053-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=44595}
   [junit4]   2> 1786812 ERROR (jetty-launcher-7053-thread-2) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1786812 INFO  (jetty-launcher-7053-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1786813 INFO  (jetty-launcher-7053-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.0.0
   [junit4]   2> 1786813 INFO  (jetty-launcher-7053-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1786813 INFO  (jetty-launcher-7053-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1786813 INFO  (jetty-launcher-7053-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-02-25T02:55:23.986173Z
   [junit4]   2> 1786918 INFO  (zkConnectionManagerCallback-7061-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1786919 INFO  (jetty-launcher-7053-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1786926 INFO  (zkConnectionManagerCallback-7059-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1786926 INFO  (jetty-launcher-7053-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1786939 INFO  (zkConnectionManagerCallback-7055-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1786940 INFO  (jetty-launcher-7053-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1786979 INFO  (zkConnectionManagerCallback-7057-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1786986 INFO  (jetty-launcher-7053-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1787044 INFO  (jetty-launcher-7053-thread-3) [    ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1787058 WARN  (jetty-launcher-7053-thread-3) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@1cdf81df[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1787087 WARN  (jetty-launcher-7053-thread-3) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@5807e3e8[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1787088 INFO  (jetty-launcher-7053-thread-3) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45243/solr
   [junit4]   2> 1787115 INFO  (jetty-launcher-7053-thread-2) [    ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1787130 INFO  (zkConnectionManagerCallback-7067-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1787135 WARN  (jetty-launcher-7053-thread-2) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@4fad77b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1787158 INFO  (zkConnectionManagerCallback-7070-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1787193 WARN  (jetty-launcher-7053-thread-2) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@726b9839[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1787194 INFO  (jetty-launcher-7053-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45243/solr
   [junit4]   2> 1787242 INFO  (zkConnectionManagerCallback-7077-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1787248 INFO  (jetty-launcher-7053-thread-3) 
[n:127.0.0.1:39467_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:39467_solr
   [junit4]   2> 1787249 INFO  (jetty-launcher-7053-thread-3) 
[n:127.0.0.1:39467_solr    ] o.a.s.c.Overseer Overseer 
(id=72099399533461512-127.0.0.1:39467_solr-n_0000000000) starting
   [junit4]   2> 1787266 INFO  (jetty-launcher-7053-thread-4) [    ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1787267 INFO  (zkConnectionManagerCallback-7082-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1787269 INFO  (jetty-launcher-7053-thread-3) 
[n:127.0.0.1:39467_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:45243/solr ready
   [junit4]   2> 1787287 INFO  
(OverseerStateUpdate-72099399533461512-127.0.0.1:39467_solr-n_0000000000) 
[n:127.0.0.1:39467_solr    ] o.a.s.c.Overseer Starting to work on the main 
queue : 127.0.0.1:39467_solr
   [junit4]   2> 1787290 WARN  (jetty-launcher-7053-thread-4) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@5aef5003[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1787292 INFO  (jetty-launcher-7053-thread-3) 
[n:127.0.0.1:39467_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:39467_solr
   [junit4]   2> 1787295 INFO  (jetty-launcher-7053-thread-1) [    ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1787348 INFO  (zkConnectionManagerCallback-7084-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1787349 WARN  (jetty-launcher-7053-thread-4) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@3b197a12[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1787350 INFO  (jetty-launcher-7053-thread-4) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45243/solr
   [junit4]   2> 1787353 INFO  (jetty-launcher-7053-thread-2) 
[n:127.0.0.1:44595_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 1787354 INFO  (zkConnectionManagerCallback-7091-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1787362 WARN  (jetty-launcher-7053-thread-1) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@450d2286[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1787378 INFO  (zkCallback-7069-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1787378 INFO  (zkCallback-7081-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1787385 INFO  (jetty-launcher-7053-thread-2) 
[n:127.0.0.1:44595_solr    ] o.a.s.c.ZkController Publish 
node=127.0.0.1:44595_solr as DOWN
   [junit4]   2> 1787386 INFO  (jetty-launcher-7053-thread-2) 
[n:127.0.0.1:44595_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 1787386 INFO  (jetty-launcher-7053-thread-2) 
[n:127.0.0.1:44595_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:44595_solr
   [junit4]   2> 1787387 INFO  (zkCallback-7069-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1787387 INFO  (zkCallback-7081-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1787396 INFO  (zkConnectionManagerCallback-7095-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1787396 INFO  (jetty-launcher-7053-thread-3) 
[n:127.0.0.1:39467_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 1787397 INFO  (zkCallback-7083-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1787400 INFO  (jetty-launcher-7053-thread-4) 
[n:127.0.0.1:36749_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 1787403 INFO  (jetty-launcher-7053-thread-4) 
[n:127.0.0.1:36749_solr    ] o.a.s.c.ZkController Publish 
node=127.0.0.1:36749_solr as DOWN
   [junit4]   2> 1787404 INFO  (jetty-launcher-7053-thread-4) 
[n:127.0.0.1:36749_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 1787404 INFO  (jetty-launcher-7053-thread-4) 
[n:127.0.0.1:36749_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:36749_solr
   [junit4]   2> 1787404 INFO  (zkCallback-7081-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1787404 INFO  (zkCallback-7083-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1787404 INFO  (zkCallback-7094-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1787413 INFO  (zkCallback-7069-thread-2) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1787419 WARN  (jetty-launcher-7053-thread-1) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@6b427903[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1787420 INFO  (jetty-launcher-7053-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45243/solr
   [junit4]   2> 1787424 INFO  (zkConnectionManagerCallback-7104-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1787426 INFO  (jetty-launcher-7053-thread-2) 
[n:127.0.0.1:44595_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 1787427 INFO  (jetty-launcher-7053-thread-2) 
[n:127.0.0.1:44595_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:45243/solr ready
   [junit4]   2> 1787437 INFO  (zkConnectionManagerCallback-7113-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1787437 INFO  (jetty-launcher-7053-thread-3) 
[n:127.0.0.1:39467_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_39467.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7e45f643
   [junit4]   2> 1787439 INFO  (jetty-launcher-7053-thread-4) 
[n:127.0.0.1:36749_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 1787439 INFO  (jetty-launcher-7053-thread-4) 
[n:127.0.0.1:36749_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:45243/solr ready
   [junit4]   2> 1787444 INFO  (zkConnectionManagerCallback-7108-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1787450 INFO  (jetty-launcher-7053-thread-4) 
[n:127.0.0.1:36749_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 1787453 INFO  (jetty-launcher-7053-thread-2) 
[n:127.0.0.1:44595_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 1787456 INFO  (zkConnectionManagerCallback-7117-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1787468 INFO  (jetty-launcher-7053-thread-1) 
[n:127.0.0.1:43207_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 1787469 INFO  (jetty-launcher-7053-thread-3) 
[n:127.0.0.1:39467_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_39467.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7e45f643
   [junit4]   2> 1787470 INFO  (jetty-launcher-7053-thread-3) 
[n:127.0.0.1:39467_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_39467.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7e45f643
   [junit4]   2> 1787471 INFO  (jetty-launcher-7053-thread-1) 
[n:127.0.0.1:43207_solr    ] o.a.s.c.ZkController Publish 
node=127.0.0.1:43207_solr as DOWN
   [junit4]   2> 1787472 INFO  (jetty-launcher-7053-thread-1) 
[n:127.0.0.1:43207_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 1787472 INFO  (jetty-launcher-7053-thread-1) 
[n:127.0.0.1:43207_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:43207_solr
   [junit4]   2> 1787473 INFO  (zkCallback-7094-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1787473 INFO  (zkCallback-7081-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1787473 INFO  (zkCallback-7069-thread-2) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1787473 INFO  (jetty-launcher-7053-thread-3) 
[n:127.0.0.1:39467_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-8.0-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPISolrJTest_D1BDBF0AFB2954D1-001/tempDir-001/node3/.
   [junit4]   2> 1787478 INFO  (zkCallback-7083-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1787478 INFO  (zkCallback-7116-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1787482 INFO  (zkCallback-7112-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1787487 INFO  (zkCallback-7103-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1787494 INFO  (jetty-launcher-7053-thread-4) 
[n:127.0.0.1:36749_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_36749.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7e45f643
   [junit4]   2> 1787495 INFO  (zkConnectionManagerCallback-7124-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1787496 INFO  (jetty-launcher-7053-thread-1) 
[n:127.0.0.1:43207_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (4)
   [junit4]   2> 1787497 INFO  (jetty-launcher-7053-thread-1) 
[n:127.0.0.1:43207_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:45243/solr ready
   [junit4]   2> 1787500 INFO  (jetty-launcher-7053-thread-2) 
[n:127.0.0.1:44595_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_44595.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7e45f643
   [junit4]   2> 1787501 INFO  (jetty-launcher-7053-thread-1) 
[n:127.0.0.1:43207_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 1787526 INFO  (jetty-launcher-7053-thread-4) 
[n:127.0.0.1:36749_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_36749.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7e45f643
   [junit4]   2> 1787526 INFO  (jetty-launcher-7053-thread-4) 
[n:127.0.0.1:36749_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_36749.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7e45f643
   [junit4]   2> 1787531 INFO  (jetty-launcher-7053-thread-4) 
[n:127.0.0.1:36749_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-8.0-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPISolrJTest_D1BDBF0AFB2954D1-001/tempDir-001/node4/.
   [junit4]   2> 1787539 INFO  (jetty-launcher-7053-thread-2) 
[n:127.0.0.1:44595_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_44595.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7e45f643
   [junit4]   2> 1787539 INFO  (jetty-launcher-7053-thread-2) 
[n:127.0.0.1:44595_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_44595.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7e45f643
   [junit4]   2> 1787541 INFO  (jetty-launcher-7053-thread-2) 
[n:127.0.0.1:44595_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-8.0-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPISolrJTest_D1BDBF0AFB2954D1-001/tempDir-001/node2/.
   [junit4]   2> 1787544 INFO  (jetty-launcher-7053-thread-1) 
[n:127.0.0.1:43207_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_43207.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7e45f643
   [junit4]   2> 1787572 INFO  (jetty-launcher-7053-thread-1) 
[n:127.0.0.1:43207_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_43207.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7e45f643
   [junit4]   2> 1787572 INFO  (jetty-launcher-7053-thread-1) 
[n:127.0.0.1:43207_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_43207.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7e45f643
   [junit4]   2> 1787574 INFO  (jetty-launcher-7053-thread-1) 
[n:127.0.0.1:43207_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-8.0-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPISolrJTest_D1BDBF0AFB2954D1-001/tempDir-001/node1/.
   [junit4]   2> 1787955 INFO  (zkConnectionManagerCallback-7130-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1787957 INFO  
(TEST-CollectionsAPISolrJTest.testAddAndDeleteReplicaProp-seed#[D1BDBF0AFB2954D1])
 [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 1787957 INFO  
(TEST-CollectionsAPISolrJTest.testAddAndDeleteReplicaProp-seed#[D1BDBF0AFB2954D1])
 [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 
127.0.0.1:45243/solr ready
   [junit4]   2> 1787996 INFO  (qtp637843923-20082) [n:127.0.0.1:39467_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterprop with 
params name=legacyCloud&action=CLUSTERPROP&wt=javabin&version=2 and 
sendToOCPQueue=true
   [junit4]   2> 1787996 INFO  (qtp637843923-20082) [n:127.0.0.1:39467_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={name=legacyCloud&action=CLUSTERPROP&wt=javabin&version=2} status=0 
QTime=0
   [junit4]   2> 1788000 INFO  (qtp637843923-20084) [n:127.0.0.1:39467_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
collection.configName=conf&name=replicaProperties&nrtReplicas=2&action=CREATE&numShards=2&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1788010 INFO  
(OverseerThreadFactory-6914-thread-1-processing-n:127.0.0.1:39467_solr) 
[n:127.0.0.1:39467_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection 
replicaProperties
   [junit4]   2> 1788115 INFO  
(OverseerStateUpdate-72099399533461512-127.0.0.1:39467_solr-n_0000000000) 
[n:127.0.0.1:39467_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"replicaProperties",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"replicaProperties_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:44595/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1788117 INFO  
(OverseerStateUpdate-72099399533461512-127.0.0.1:39467_solr-n_0000000000) 
[n:127.0.0.1:39467_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"replicaProperties",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"replicaProperties_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:43207/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1788119 INFO  
(OverseerStateUpdate-72099399533461512-127.0.0.1:39467_solr-n_0000000000) 
[n:127.0.0.1:39467_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"replicaProperties",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"replicaProperties_shard2_replica_n5",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:39467/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1788121 INFO  
(OverseerStateUpdate-72099399533461512-127.0.0.1:39467_solr-n_0000000000) 
[n:127.0.0.1:39467_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"replicaProperties",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"replicaProperties_shard2_replica_n6",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:36749/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1788327 INFO  (qtp1053053889-20089) [n:127.0.0.1:43207_solr    
x:replicaProperties_shard1_replica_n2] o.a.s.h.a.CoreAdminOperation core create 
command 
qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=replicaProperties_shard1_replica_n2&action=CREATE&numShards=2&collection=replicaProperties&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1788328 INFO  (qtp637843923-20082) [n:127.0.0.1:39467_solr    
x:replicaProperties_shard2_replica_n5] o.a.s.h.a.CoreAdminOperation core create 
command 
qt=/admin/cores&coreNodeName=core_node7&collection.configName=conf&newCollection=true&name=replicaProperties_shard2_replica_n5&action=CREATE&numShards=2&collection=replicaProperties&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1788328 INFO  (qtp637843923-20082) [n:127.0.0.1:39467_solr    
x:replicaProperties_shard2_replica_n5] o.a.s.c.TransientSolrCoreCacheDefault 
Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1788343 INFO  (qtp1324280620-20091) [n:127.0.0.1:36749_solr    
x:replicaProperties_shard2_replica_n6] o.a.s.h.a.CoreAdminOperation core create 
command 
qt=/admin/cores&coreNodeName=core_node8&collection.configName=conf&newCollection=true&name=replicaProperties_shard2_replica_n6&action=CREATE&numShards=2&collection=replicaProperties&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1788356 INFO  (qtp1165240566-20077) [n:127.0.0.1:44595_solr    
x:replicaProperties_shard1_replica_n1] o.a.s.h.a.CoreAdminOperation core create 
command 
qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=replicaProperties_shard1_replica_n1&action=CREATE&numShards=2&collection=replicaProperties&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1789365 INFO  (qtp637843923-20082) [n:127.0.0.1:39467_solr 
c:replicaProperties s:shard2 r:core_node7 
x:replicaProperties_shard2_replica_n5] o.a.s.c.SolrConfig Using Lucene 
MatchVersion: 8.0.0
   [junit4]   2> 1789373 INFO  (qtp637843923-20082) [n:127.0.0.1:39467_solr 
c:replicaProperties s:shard2 r:core_node7 
x:replicaProperties_shard2_replica_n5] o.a.s.s.IndexSchema 
[replicaProperties_shard2_replica_n5] Schema name=minimal
   [junit4]   2> 1789376 INFO  (qtp637843923-20082) [n:127.0.0.1:39467_solr 
c:replicaProperties s:shard2 r:core_node7 
x:replicaProperties_shard2_replica_n5] o.a.s.s.IndexSchema Loaded schema 
minimal/1.1 with uniqueid field id
   [junit4]   2> 1789376 INFO  (qtp637843923-20082) [n:127.0.0.1:39467_solr 
c:replicaProperties s:shard2 r:core_node7 
x:replicaProperties_shard2_replica_n5] o.a.s.c.CoreContainer Creating SolrCore 
'replicaProperties_shard2_replica_n5' using configuration from collection 
replicaProperties, trusted=true
   [junit4]   2> 1789376 INFO  (qtp637843923-20082) [n:127.0.0.1:39467_solr 
c:replicaProperties s:shard2 r:core_node7 
x:replicaProperties_shard2_replica_n5] o.a.s.m.r.SolrJmxReporter JMX monitoring 
for 'solr_39467.solr.core.replicaProperties.shard2.replica_n5' (registry 
'solr.core.replicaProperties.shard2.replica_n5') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7e45f643
   [junit4]   2> 1789376 INFO  (qtp1053053889-20089) [n:127.0.0.1:43207_solr 
c:replicaProperties s:shard1 r:core_node4 
x:replicaProperties_shard1_replica_n2] o.a.s.c.SolrConfig Using Lucene 
MatchVersion: 8.0.0
   [junit4]   2> 1789378 INFO  (qtp1324280620-20091) [n:127.0.0.1:36749_solr 
c:replicaProperties s:shard2 r:core_node8 
x:replicaProperties_shard2_replica_n6] o.a.s.c.SolrConfig Using Lucene 
MatchVersion: 8.0.0
   [junit4]   2> 1789378 INFO  (qtp637843923-20082) [n:127.0.0.1:39467_solr 
c:replicaProperties s:shard2 r:core_node7 
x:replicaProperties_shard2_replica_n5] o.a.s.c.SolrCore 
[[replicaProperties_shard2_replica_n5] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-8.0-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPISolrJTest_D1BDBF0AFB2954D1-001/tempDir-001/node3/replicaProperties_shard2_replica_n5],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-8.0-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPISolrJTest_D1BDBF0AFB2954D1-001/tempDir-001/node3/./replicaProperties_shard2_replica_n5/data/]
   [junit4]   2> 1789440 INFO  (qtp1324280620-20091) [n:127.0.0.1:36749_solr 
c:replicaProperties s:shard2 r:core_node8 
x:replicaProperties_shard2_replica_n6] o.a.s.s.IndexSchema 
[replicaProperties_shard2_replica_n6] Schema name=minimal
   [junit4]   2> 1789440 INFO  (qtp1053053889-20089) [n:127.0.0.1:43207_solr 
c:replicaProperties s:shard1 r:core_node4 
x:replicaProperties_shard1_replica_n2] o.a.s.s.IndexSchema 
[replicaProperties_shard1_replica_n2] Schema name=minimal
   [junit4]   2> 1789442 INFO  (qtp1324280620-20091) [n:127.0.0.1:36749_solr 
c:replicaProperties s:shard2 r:core_node8 
x:replicaProperties_shard2_replica_n6] o.a.s.s.IndexSchema Loaded schema 
minimal/1.1 with uniqueid field id
   [junit4]   2> 1789442 INFO  (qtp1324280620-20091) [n:127.0.0.1:36749_solr 
c:replicaProperties s:shard2 r:core_node8 
x:replicaProperties_shard2_replica_n6] o.a.s.c.CoreContainer Creating SolrCore 
'replicaProperties_shard2_replica_n6' using configuration from collection 
replicaProperties, trusted=true
   [junit4]   2> 1789443 INFO  (qtp1053053889-20089) [n:127.0.0.1:43207_solr 
c:replicaProperties s:shard1 r:core_node4 
x:replicaProperties_shard1_replica_n2] o.a.s.s.IndexSchema Loaded schema 
minimal/1.1 with uniqueid field id
   [junit4]   2> 1789443 INFO  (qtp1053053889-20089) [n:127.0.0.1:43207_solr 
c:replicaProperties s:shard1 r:core_node4 
x:replicaProperties_shard1_replica_n2] o.a.s.c.CoreContainer Creating SolrCore 
'replicaProperties_shard1_replica_n2' using configuration from collection 
replicaProperties, trusted=true
   [junit4]   2> 1789443 INFO  (qtp1324280620-20091) [n:127.0.0.1:36749_solr 
c:replicaProperties s:shard2 r:core_node8 
x:replicaProperties_shard2_replica_n6] o.a.s.m.r.SolrJmxReporter JMX monitoring 
for 'solr_36749.solr.core.replicaProperties.shard2.replica_n6' (registry 
'solr.core.replicaProperties.shard2.replica_n6') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7e45f643
   [junit4]   2> 1789443 INFO  (qtp1053053889-20089) [n:127.0.0.1:43207_solr 
c:replicaProperties s:shard1 r:core_node4 
x:replicaProperties_shard1_replica_n2] o.a.s.m.r.SolrJmxReporter JMX monitoring 
for 'solr_43207.solr.core.replicaProperties.shard1.replica_n2' (registry 
'solr.core.replicaProperties.shard1.replica_n2') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7e45f643
   [junit4]   2> 1789443 INFO  (qtp1324280620-20091) [n:127.0.0.1:36749_solr 
c:replicaProperties s:shard2 r:core_node8 
x:replicaProperties_shard2_replica_n6] o.a.s.c.SolrCore 
[[replicaProperties_shard2_replica_n6] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-8.0-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPISolrJTest_D1BDBF0AFB2954D1-001/tempDir-001/node4/replicaProperties_shard2_replica_n6],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-8.0-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPISolrJTest_D1BDBF0AFB2954D1-001/tempDir-001/node4/./replicaProperties_shard2_replica_n6/data/]
   [junit4]   2> 1789443 INFO  (qtp1053053889-20089) [n:127.0.0.1:43207_solr 
c:replicaProperties s:shard1 r:core_node4 
x:replicaProperties_shard1_replica_n2] o.a.s.c.SolrCore 
[[replicaProperties_shard1_replica_n2] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-8.0-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPISolrJTest_D1BDBF0AFB2954D1-001/tempDir-001/node1/replicaProperties_shard1_replica_n2],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-8.0-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPISolrJTest_D1BDBF0AFB2954D1-001/tempDir-001/node1/./replicaProperties_shard1_replica_n2/data/]
   [junit4]   2> 1789445 INFO  (qtp1165240566-20077) [n:127.0.0.1:44595_solr 
c:replicaProperties s:shard1 r:core_node3 
x:replicaProperties_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene 
MatchVersion: 8.0.0
   [junit4]   2> 1789453 INFO  (qtp1165240566-20077) [n:127.0.0.1:44595_solr 
c:replicaProperties s:shard1 r:core_node3 
x:replicaProperties_shard1_replica_n1] o.a.s.s.IndexSchema 
[replicaProperties_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 1789455 INFO  (qtp1165240566-20077) [n:127.0.0.1:44595_solr 
c:replicaProperties s:shard1 r:core_node3 
x:replicaProperties_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema 
minimal/1.1 with uniqueid field id
   [junit4]   2> 1789455 INFO  (qtp1165240566-20077) [n:127.0.0.1:44595_solr 
c:replicaProperties s:shard1 r:core_node3 
x:replicaProperties_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 
'replicaProperties_shard1_replica_n1' using configuration from collection 
replicaProperties, trusted=true
   [junit4]   2> 1789455 INFO  (qtp1165240566-20077) [n:127.0.0.1:44595_solr 
c:replicaProperties s:shard1 r:core_node3 
x:replicaProperties_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring 
for 'solr_44595.solr.core.replicaProperties.shard1.replica_n1' (registry 
'solr.core.replicaProperties.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7e45f643
   [junit4]   2> 1789456 INFO  (qtp1165240566-20077) [n:127.0.0.1:44595_solr 
c:replicaProperties s:shard1 r:core_node3 
x:replicaProperties_shard1_replica_n1] o.a.s.c.SolrCore 
[[replicaProperties_shard1_replica_n1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-8.0-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPISolrJTest_D1BDBF0AFB2954D1-001/tempDir-001/node2/replicaProperties_shard1_replica_n1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-8.0-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPISolrJTest_D1BDBF0AFB2954D1-001/tempDir-001/node2/./replicaProperties_shard1_replica_n1/data/]
   [junit4]   2> 1789598 INFO  (qtp1053053889-20089) [n:127.0.0.1:43207_solr 
c:replicaProperties s:shard1 r:core_node4 
x:replicaProperties_shard1_replica_n2] o.a.s.u.UpdateHandler Using UpdateLog 
implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1789598 INFO  (qtp1053053889-20089) [n:127.0.0.1:43207_solr 
c:replicaProperties s:shard1 r:core_node4 
x:replicaProperties_shard1_replica_n2] o.a.s.u.UpdateLog Initializing 
UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1789601 INFO  (qtp1053053889-20089) [n:127.0.0.1:43207_solr 
c:replicaProperties s:shard1 r:core_node4 
x:replicaProperties_shard1_replica_n2] o.a.s.u.CommitTracker Hard AutoCommit: 
disabled
   [junit4]   2> 1789601 INFO  (qtp1053053889-20089) [n:127.0.0.1:43207_solr 
c:replicaProperties s:shard1 r:core_node4 
x:replicaProperties_shard1_replica_n2] o.a.s.u.CommitTracker Soft AutoCommit: 
disabled
   [junit4]   2> 1789602 INFO  (qtp637843923-20082) [n:127.0.0.1:39467_solr 
c:replicaProperties s:shard2 r:core_node7 
x:replicaProperties_shard2_replica_n5] o.a.s.u.UpdateHandler Using UpdateLog 
implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1789602 INFO  (qtp637843923-20082) [n:127.0.0.1:39467_solr 
c:replicaProperties s:shard2 r:core_node7 
x:replicaProperties_shard2_replica_n5] o.a.s.u.UpdateLog Initializing 
UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1789604 INFO  (qtp1053053889-20089) [n:127.0.0.1:43207_solr 
c:replicaProperties s:shard1 r:core_node4 
x:replicaProperties_shard1_replica_n2] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@2601c724[replicaProperties_shard1_replica_n2] main]
   [junit4]   2> 1789605 INFO  (qtp637843923-20082) [n:127.0.0.1:39467_solr 
c:replicaProperties s:shard2 r:core_node7 
x:replicaProperties_shard2_replica_n5] o.a.s.u.CommitTracker Hard AutoCommit: 
disabled
   [junit4]   2> 1789605 INFO  (qtp637843923-20082) [n:127.0.0.1:39467_solr 
c:replicaProperties s:shard2 r:core_node7 
x:replicaProperties_shard2_replica_n5] o.a.s.u.CommitTracker Soft AutoCommit: 
disabled
   [junit4]   2> 1789606 INFO  (qtp1165240566-20077) [n:127.0.0.1:44595_solr 
c:replicaProperties s:shard1 r:core_node3 
x:replicaProperties_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog 
implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1789606 INFO  (qtp1165240566-20077) [n:127.0.0.1:44595_solr 
c:replicaProperties s:shard1 r:core_node3 
x:replicaProperties_shard1_replica_n1] o.a.s.u.UpdateLog Initializing 
UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1789606 INFO  (qtp1053053889-20089) [n:127.0.0.1:43207_solr 
c:replicaProperties s:shard1 r:core_node4 
x:replicaProperties_shard1_replica_n2] o.a.s.r.ManagedResourceStorage 
Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 1789606 INFO  (qtp1053053889-20089) [n:127.0.0.1:43207_solr 
c:replicaProperties s:shard1 r:core_node4 
x:replicaProperties_shard1_replica_n2] o.a.s.r.ManagedResourceStorage Loaded 
null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1789607 INFO  (qtp1053053889-20089) [n:127.0.0.1:43207_solr 
c:replicaProperties s:shard1 r:core_node4 
x:replicaProperties_shard1_replica_n2] o.a.s.h.ReplicationHandler Commits will 
be reserved for 10000ms.
   [junit4]   2> 1789607 INFO  (qtp1053053889-20089) [n:127.0.0.1:43207_solr 
c:replicaProperties s:shard1 r:core_node4 
x:replicaProperties_shard1_replica_n2] o.a.s.u.UpdateLog Could not find max 
version in index or recent updates, using new clock 1626407778941665280
   [junit4]   2> 1789608 INFO  (qtp637843923-20082) [n:127.0.0.1:39467_solr 
c:replicaProperties s:shard2 r:core_node7 
x:replicaProperties_shard2_replica_n5] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@517bbf54[replicaProperties_shard2_replica_n5] main]
   [junit4]   2> 1789609 INFO  (qtp1324280620-20091) [n:127.0.0.1:36749_solr 
c:replicaProperties s:shard2 r:core_node8 
x:replicaProperties_shard2_replica_n6] o.a.s.u.UpdateHandler Using UpdateLog 
implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1789609 INFO  (qtp1324280620-20091) [n:127.0.0.1:36749_solr 
c:replicaProperties s:shard2 r:core_node8 
x:replicaProperties_shard2_replica_n6] o.a.s.u.UpdateLog Initializing 
UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1789609 INFO  (qtp637843923-20082) [n:127.0.0.1:39467_solr 
c:replicaProperties s:shard2 r:core_node7 
x:replicaProperties_shard2_replica_n5] o.a.s.r.ManagedResourceStorage 
Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 1789610 INFO  (qtp637843923-20082) [n:127.0.0.1:39467_solr 
c:replicaProperties s:shard2 r:core_node7 
x:replicaProperties_shard2_replica_n5] o.a.s.r.ManagedResourceStorage Loaded 
null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1789611 INFO  (qtp637843923-20082) [n:127.0.0.1:39467_solr 
c:replicaProperties s:shard2 r:core_node7 
x:replicaProperties_shard2_replica_n5] o.a.s.h.ReplicationHandler Commits will 
be reserved for 10000ms.
   [junit4]   2> 1789611 INFO  (qtp637843923-20082) [n:127.0.0.1:39467_solr 
c:replicaProperties s:shard2 r:core_node7 
x:replicaProperties_shard2_replica_n5] o.a.s.u.UpdateLog Could not find max 
version in index or recent updates, using new clock 1626407778945859584
   [junit4]   2> 1789611 INFO  
(searcherExecutor-6933-thread-1-processing-n:127.0.0.1:43207_solr 
x:replicaProperties_shard1_replica_n2 c:replicaProperties s:shard1 
r:core_node4) [n:127.0.0.1:43207_solr c:replicaProperties s:shard1 r:core_node4 
x:replicaProperties_shard1_replica_n2] o.a.s.c.SolrCore 
[replicaProperties_shard1_replica_n2] Registered new searcher 
Searcher@2601c724[replicaProperties_shard1_replica_n2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1789613 INFO  (qtp1324280620-20091) [n:127.0.0.1:36749_solr 
c:replicaProperties s:shard2 r:core_node8 
x:replicaProperties_shard2_replica_n6] o.a.s.u.CommitTracker Hard AutoCommit: 
disabled
   [junit4]   2> 1789613 INFO  (qtp1324280620-20091) [n:127.0.0.1:36749_solr 
c:replicaProperties s:shard2 r:core_node8 
x:replicaProperties_shard2_replica_n6] o.a.s.u.CommitTracker Soft AutoCommit: 
disabled
   [junit4]   2> 1789615 INFO  
(searcherExecutor-6931-thread-1-processing-n:127.0.0.1:39467_solr 
x:replicaProperties_shard2_replica_n5 c:replicaProperties s:shard2 
r:core_node7) [n:127.0.0.1:39467_solr c:replicaProperties s:shard2 r:core_node7 
x:replicaProperties_shard2_replica_n5] o.a.s.c.SolrCore 
[replicaProperties_shard2_replica_n5] Registered new searcher 
Searcher@517bbf54[replicaProperties_shard2_replica_n5] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1789615 INFO  (qtp1324280620-20091) [n:127.0.0.1:36749_solr 
c:replicaProperties s:shard2 r:core_node8 
x:replicaProperties_shard2_replica_n6] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@b047f67[replicaProperties_shard2_replica_n6] main]
   [junit4]   2> 1789616 INFO  (qtp1053053889-20089) [n:127.0.0.1:43207_solr 
c:replicaProperties s:shard1 r:core_node4 
x:replicaProperties_shard1_replica_n2] o.a.s.c.ZkShardTerms Successful update 
of terms at /collections/replicaProperties/terms/shard1 to 
Terms{values={core_node4=0}, version=0}
   [junit4]   2> 1789616 INFO  (qtp1053053889-20089) [n:127.0.0.1:43207_solr 
c:replicaProperties s:shard1 r:core_node4 
x:replicaProperties_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContextBase 
make sure parent is created /collections/replicaProperties/leaders/shard1
   [junit4]   2> 1789616 INFO  (qtp1324280620-20091) [n:127.0.0.1:36749_solr 
c:replicaProperties s:shard2 r:core_node8 
x:replicaProperties_shard2_replica_n6] o.a.s.r.ManagedResourceStorage 
Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 1789617 INFO  (qtp1324280620-20091) [n:127.0.0.1:36749_solr 
c:replicaProperties s:shard2 r:core_node8 
x:replicaProperties_shard2_replica_n6] o.a.s.r.ManagedResourceStorage Loaded 
null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1789617 INFO  (qtp637843923-20082) [n:127.0.0.1:39467_solr 
c:replicaProperties s:shard2 r:core_node7 
x:replicaProperties_shard2_replica_n5] o.a.s.c.ZkShardTerms Successful update 
of terms at /collections/replicaProperties/terms/shard2 to 
Terms{values={core_node7=0}, version=0}
   [junit4]   2> 1789617 INFO  (qtp637843923-20082) [n:127.0.0.1:39467_solr 
c:replicaProperties s:shard2 r:core_node7 
x:replicaProperties_shard2_replica_n5] o.a.s.c.ShardLeaderElectionContextBase 
make sure parent is created /collections/replicaProperties/leaders/shard2
   [junit4]   2> 1789618 INFO  (qtp1324280620-20091) [n:127.0.0.1:36749_solr 
c:replicaProperties s:shard2 r:core_node8 
x:replicaProperties_shard2_replica_n6] o.a.s.h.ReplicationHandler Commits will 
be reserved for 10000ms.
   [junit4]   2> 1789618 INFO  (qtp1324280620-20091) [n:127.0.0.1:36749_solr 
c:replicaProperties s:shard2 r:core_node8 
x:replicaProperties_shard2_replica_n6] o.a.s.u.UpdateLog Could not find max 
version in index or recent updates, using new clock 1626407778953199616
   [junit4]   2> 1789618 INFO  (qtp1165240566-20077) [n:127.0.0.1:44595_solr 
c:replicaProperties s:shard1 r:core_node3 
x:replicaProperties_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: 
disabled
   [junit4]   2> 1789618 INFO  (qtp1165240566-20077) [n:127.0.0.1:44595_solr 
c:replicaProperties s:shard1 r:core_node3 
x:replicaProperties_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: 
disabled
   [junit4]   2> 1789620 INFO  (qtp637843923-20082) [n:127.0.0.1:39467_solr 
c:replicaProperties s:shard2 r:core_node7 
x:replicaProperties_shard2_replica_n5] o.a.s.c.ShardLeaderElectionContext 
Waiting until we see more replicas up for shard shard2: total=2 found=1 
timeoutin=9999ms
   [junit4]   2> 1789620 INFO  (qtp1165240566-20077) [n:127.0.0.1:44595_solr 
c:replicaProperties s:shard1 r:core_node3 
x:replicaProperties_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@2e0310d2[replicaProperties_shard1_replica_n1] main]
   [junit4]   2> 1789621 INFO  (qtp1165240566-20077) [n:127.0.0.1:44595_solr 
c:replicaProperties s:shard1 r:core_node3 
x:replicaProperties_shard1_replica_n1] o.a.s.r.ManagedResourceStorage 
Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 1789622 INFO  
(searcherExecutor-6932-thread-1-processing-n:127.0.0.1:36749_solr 
x:replicaProperties_shard2_replica_n6 c:replicaProperties s:shard2 
r:core_node8) [n:127.0.0.1:36749_solr c:replicaProperties s:shard2 r:core_node8 
x:replicaProperties_shard2_replica_n6] o.a.s.c.SolrCore 
[replicaProperties_shard2_replica_n6] Registered new searcher 
Searcher@b047f67[replicaProperties_shard2_replica_n6] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1789622 INFO  (qtp1053053889-20089) [n:127.0.0.1:43207_solr 
c:replicaProperties s:shard1 r:core_node4 
x:replicaProperties_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext 
Waiting until we see more replicas up for shard shard1: total=2 found=1 
timeoutin=9999ms
   [junit4]   2> 1789626 INFO  (qtp1165240566-20077) [n:127.0.0.1:44595_solr 
c:replicaProperties s:shard1 r:core_node3 
x:replicaProperties_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded 
null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1789627 INFO  (qtp1324280620-20091) [n:127.0.0.1:36749_solr 
c:replicaProperties s:shard2 r:core_node8 
x:replicaProperties_shard2_replica_n6] o.a.s.c.ZkShardTerms Successful update 
of terms at /collections/replicaProperties/terms/shard2 to 
Terms{values={core_node7=0, core_node8=0}, version=1}
   [junit4]   2> 1789627 INFO  (qtp1324280620-20091) [n:127.0.0.1:36749_solr 
c:replicaProperties s:shard2 r:core_node8 
x:replicaProperties_shard2_replica_n6] o.a.s.c.ShardLeaderElectionContextBase 
make sure parent is created /collections/replicaProperties/leaders/shard2
   [junit4]   2> 1789627 INFO  (qtp1165240566-20077) [n:127.0.0.1:44595_solr 
c:replicaProperties s:shard1 r:core_node3 
x:replicaProperties_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will 
be reserved for 10000ms.
   [junit4]   2> 1789627 INFO  (qtp1165240566-20077) [n:127.0.0.1:44595_solr 
c:replicaProperties s:shard1 r:core_node3 
x:replicaProperties_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max 
version in index or recent updates, using new clock 1626407778962636800
   [junit4]   2> 1789630 INFO  
(searcherExecutor-6934-thread-1-processing-n:127.0.0.1:44595_solr 
x:replicaProperties_shard1_replica_n1 c:replicaProperties s:shard1 
r:core_node3) [n:127.0.0.1:44595_solr c:replicaProperties s:shard1 r:core_node3 
x:replicaProperties_shard1_replica_n1] o.a.s.c.SolrCore 
[replicaProperties_shard1_replica_n1] Registered new searcher 
Searcher@2e0310d2[replicaProperties_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1789633 INFO  (qtp1165240566-20077) [n:127.0.0.1:44595_solr 
c:replicaProperties s:shard1 r:core_node3 
x:replicaProperties_shard1_replica_n1] o.a.s.c.ZkShardTerms Successful update 
of terms at /collections/replicaProperties/terms/shard1 to 
Terms{values={core_node3=0, core_node4=0}, version=1}
   [junit4]   2> 1789633 INFO  (qtp1165240566-20077) [n:127.0.0.1:44595_solr 
c:replicaProperties s:shard1 r:core_node3 
x:replicaProperties_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContextBase 
make sure parent is created /collections/replicaProperties/leaders/shard1
   [junit4]   2> 1790121 INFO  (qtp637843923-20082) [n:127.0.0.1:39467_solr 
c:replicaProperties s:shard2 r:core_node7 
x:replicaProperties_shard2_replica_n5] o.a.s.c.ShardLeaderElectionContext 
Enough replicas found to continue.
   [junit4]   2> 1790121 INFO  (qtp637843923-20082) [n:127.0.0.1:39467_solr 
c:replicaProperties s:shard2 r:core_node7 
x:replicaProperties_shard2_replica_n5] o.a.s.c.ShardLeaderElectionContext I may 
be the new leader - try and sync
   [junit4]   2> 1790121 INFO  (qtp637843923-20082) [n:127.0.0.1:39467_solr 
c:replicaProperties s:shard2 r:core_node7 
x:replicaProperties_shard2_replica_n5] o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:39467/solr/replicaProperties_shard2_replica_n5/
   [junit4]   2> 1790122 INFO  (qtp637843923-20082) [n:127.0.0.1:39467_solr 
c:replicaProperties s:shard2 r:core_node7 
x:replicaProperties_shard2_replica_n5] o.a.s.u.PeerSync PeerSync: 
core=replicaProperties_shard2_replica_n5 url=http://127.0.0.1:39467/solr START 
replicas=[http://127.0.0.1:36749/solr/replicaProperties_shard2_replica_n6/] 
nUpdates=100
   [junit4]   2> 1790122 INFO  (qtp637843923-20082) [n:127.0.0.1:39467_solr 
c:replicaProperties s:shard2 r:core_node7 
x:replicaProperties_shard2_replica_n5] o.a.s.u.PeerSync PeerSync: 
core=replicaProperties_shard2_replica_n5 url=http://127.0.0.1:39467/solr DONE.  
We have no versions.  sync failed.
   [junit4]   2> 1790123 INFO  (qtp1053053889-20089) [n:127.0.0.1:43207_solr 
c:replicaProperties s:shard1 r:core_node4 
x:replicaProperties_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext 
Enough replicas found to continue.
   [junit4]   2> 1790123 INFO  (qtp1053053889-20089) [n:127.0.0.1:43207_solr 
c:replicaProperties s:shard1 r:core_node4 
x:replicaProperties_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext I may 
be the new leader - try and sync
   [junit4]   2> 1790123 INFO  (qtp1324280620-20090) [n:127.0.0.1:36749_solr 
c:replicaProperties s:shard2 r:core_node8 
x:replicaProperties_shard2_replica_n6] o.a.s.c.S.Request 
[replicaProperties_shard2_replica_n6]  webapp=/solr path=/get 
params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 1790123 INFO  (qtp1053053889-20089) [n:127.0.0.1:43207_solr 
c:replicaProperties s:shard1 r:core_node4 
x:replicaProperties_shard1_replica_n2] o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:43207/solr/replicaProperties_shard1_replica_n2/
   [junit4]   2> 1790124 INFO  (qtp637843923-20082) [n:127.0.0.1:39467_solr 
c:replicaProperties s:shard2 r:core_node7 
x:replicaProperties_shard2_replica_n5] o.a.s.c.SyncStrategy Leader's attempt to 
sync with shard failed, moving to the next candidate
   [junit4]   2> 1790124 INFO  (qtp637843923-20082) [n:127.0.0.1:39467_solr 
c:replicaProperties s:shard2 r:core_node7 
x:replicaProperties_shard2_replica_n5] o.a.s.c.ShardLeaderElectionContext We 
failed sync, but we have no versions - we can't sync in that case - we were 
active before, so become leader anyway
   [junit4]   2> 1790124 INFO  (qtp637843923-20082) [n:127.0.0.1:39467_solr 
c:replicaProperties s:shard2 r:core_node7 
x:replicaProperties_shard2_replica_n5] o.a.s.c.ShardLeaderElectionContextBase 
Creating leader registration node 
/collections/replicaProperties/leaders/shard2/leader after winning as 
/collections/replicaProperties/leader_elect/shard2/election/72099399533461512-core_node7-n_0000000000
   [junit4]   2> 1790124 INFO  (qtp1053053889-20089) [n:127.0.0.1:43207_solr 
c:replicaProperties s:shard1 r:core_node4 
x:replicaProperties_shard1_replica_n2] o.a.s.u.PeerSync PeerSync: 
core=replicaProperties_shard1_replica_n2 url=http://127.0.0.1:43207/solr START 
replicas=[http://127.0.0.1:44595/solr/replicaProperties_shard1_replica_n1/] 
nUpdates=100
   [junit4]   2> 1790232 INFO  (qtp1053053889-20089) [n:127.0.0.1:43207_solr 
c:replicaProperties s:shard1 r:core_node4 
x:replicaProperties_shard1_replica_n2] o.a.s.u.PeerSync PeerSync: 
core=replicaProperties_shard1_replica_n2 url=http://127.0.0.1:43207/solr DONE.  
We have no versions.  sync failed.
   [junit4]   2> 1790232 INFO  (qtp637843923-20082) [n:127.0.0.1:39467_solr 
c:replicaProperties s:shard2 r:core_node7 
x:replicaProperties_shard2_replica_n5] o.a.s.c.ShardLeaderElectionContext I am 
the new leader: 
http://127.0.0.1:39467/solr/replicaProperties_shard2_replica_n5/ shard2
   [junit4]   2> 1790234 INFO  (qtp1165240566-20076) [n:127.0.0.1:44595_solr 
c:replicaProperties s:shard1 r:core_node3 
x:replicaProperties_shard1_replica_n1] o.a.s.c.S.Request 
[replicaProperties_shard1_replica_n1]  webapp=/solr path=/get 
params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2}
 status=0 QTime=1
   [junit4]   2> 1790234 INFO  (qtp1053053889-20089) [n:127.0.0.1:43207_solr 
c:replicaProperties s:shard1 r:core_node4 
x:replicaProperties_shard1_replica_n2] o.a.s.c.SyncStrategy Leader's attempt to 
sync with shard failed, moving to the next candidate
   [junit4]   2> 1790234 INFO  (qtp1053053889-20089) [n:127.0.0.1:43207_solr 
c:replicaProperties s:shard1 r:core_node4 
x:replicaProperties_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext We 
failed sync, but we have no versions - we can't sync in that case - we were 
active before, so become leader anyway
   [junit4]   2> 1790234 INFO  (qtp1053053889-20089) [n:127.0.0.1:43207_solr 
c:replicaProperties s:shard1 r:core_node4 
x:replicaProperties_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContextBase 
Creating leader registration node 
/collections/replicaProperties/leaders/shard1/leader after winning as 
/collections/replicaProperties/leader_elect/shard1/election/72099399533461521-core_node4-n_0000000000
   [junit4]   2> 1790236 INFO  (qtp1053053889-20089) [n:127.0.0.1:43207_solr 
c:replicaProperties s:shard1 r:core_node4 
x:replicaProperties_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext I am 
the new leader: 
http://127.0.0.1:43207/solr/replicaProperties_shard1_replica_n2/ shard1
   [junit4]   2> 1790349 INFO  (zkCallback-7069-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/replicaProperties/state.json] for collection 
[replicaProperties] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1790350 INFO  (qtp637843923-20082) [n:127.0.0.1:39467_solr 
c:replicaProperties s:shard2 r:core_node7 
x:replicaProperties_shard2_replica_n5] o.a.s.c.ZkController I am the leader, no 
recovery necessary
   [junit4]   2> 1790353 INFO  (zkCallback-7116-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/replicaProperties/state.json] for collection 
[replicaProperties] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1790358 INFO  (qtp1053053889-20089) [n:127.0.0.1:43207_solr 
c:replicaProperties s:shard1 r:core_node4 
x:replicaProperties_shard1_replica_n2] o.a.s.c.ZkController I am the leader, no 
recovery necessary
   [junit4]   2> 1790460 INFO  (zkCallback-7116-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/replicaProperties/state.json] for collection 
[replicaProperties] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1790460 INFO  (zkCallback-7069-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/replicaProperties/state.json] for collection 
[replicaProperties] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1790460 INFO  (zkCallback-7069-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/replicaProperties/state.json] for collection 
[replicaProperties] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1790460 INFO  (zkCallback-7116-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/replicaProperties/state.json] for collection 
[replicaProperties] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1790464 INFO  (qtp1053053889-20089) [n:127.0.0.1:43207_solr 
c:replicaProperties s:shard1 r:core_node4 
x:replicaProperties_shard1_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=replicaProperties_shard1_replica_n2&action=CREATE&numShards=2&collection=replicaProperties&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=2137
   [junit4]   2> 1790464 INFO  (qtp637843923-20082) [n:127.0.0.1:39467_solr 
c:replicaProperties s:shard2 r:core_node7 
x:replicaProperties_shard2_replica_n5] o.a.s.s.HttpSolrCall [admin] webapp=null 
path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node7&collection.configName=conf&newCollection=true&name=replicaProperties_shard2_replica_n5&action=CREATE&numShards=2&collection=replicaProperties&shard=shard2&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=2136
   [junit4]   2> 1790631 INFO  (qtp1324280620-20091) [n:127.0.0.1:36749_solr 
c:replicaProperties s:shard2 r:core_node8 
x:replicaProperties_shard2_replica_n6] o.a.s.s.HttpSolrCall [admin] webapp=null 
path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node8&collection.configName=conf&newCollection=true&name=replicaProperties_shard2_replica_n6&action=CREATE&numShards=2&collection=replicaProperties&shard=shard2&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=2288
   [junit4]   2> 1790642 INFO  (qtp1165240566-20077) [n:127.0.0.1:44595_solr 
c:replicaProperties s:shard1 r:core_node3 
x:replicaProperties_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=replicaProperties_shard1_replica_n1&action=CREATE&numShards=2&collection=replicaProperties&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=2286
   [junit4]   2> 1790645 INFO  (qtp637843923-20084) [n:127.0.0.1:39467_solr    
] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
45 seconds. Check all shard replicas
   [junit4]   2> 1790737 INFO  (zkCallback-7069-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/replicaProperties/state.json] for collection 
[replicaProperties] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1790737 INFO  (zkCallback-7116-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/replicaProperties/state.json] for collection 
[replicaProperties] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1790737 INFO  (zkCallback-7094-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/replicaProperties/state.json] for collection 
[replicaProperties] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1790737 INFO  (zkCallback-7116-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/replicaProperties/state.json] for collection 
[replicaProperties] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1790737 INFO  (zkCallback-7083-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/replicaProperties/state.json] for collection 
[replicaProperties] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1790737 INFO  (zkCallback-7069-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/replicaProperties/state.json] for collection 
[replicaProperties] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1790737 INFO  (zkCallback-7094-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/replicaProperties/state.json] for collection 
[replicaProperties] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1790738 INFO  (qtp637843923-20084) [n:127.0.0.1:39467_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={collection.configName=conf&name=replicaProperties&nrtReplicas=2&action=CREATE&numShards=2&wt=javabin&version=2}
 status=0 QTime=2737
   [junit4]   2> 1790738 INFO  (zkCallback-7083-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/replicaProperties/state.json] for collection 
[replicaProperties] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1790803 INFO  (qtp637843923-20081) [n:127.0.0.1:39467_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplicaprop with 
params 
replica=core_node4&property.value=true&property=preferredleader&action=ADDREPLICAPROP&collection=replicaProperties&shard=shard1&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1790805 INFO  
(OverseerCollectionConfigSetProcessor-72099399533461512-127.0.0.1:39467_solr-n_0000000000)
 [n:127.0.0.1:39467_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> 1790805 INFO  
(OverseerStateUpdate-72099399533461512-127.0.0.1:39467_solr-n_0000000000) 
[n:127.0.0.1:39467_solr    ] o.a.s.c.o.ReplicaMutator Setting property 
property.preferredleader with value true for collection replicaProperties
   [junit4]   2> 1790806 INFO  (qtp637843923-20081) [n:127.0.0.1:39467_solr 
c:replicaProperties   ] o.a.s.s.HttpSolrCall [admin] webapp=null 
path=/admin/collections 
params={replica=core_node4&property.value=true&property=preferredleader&action=ADDREPLICAPROP&collection=replicaProperties&shard=shard1&wt=javabin&version=2}
 status=0 QTime=3
   [junit4]   2> 1790906 INFO  (zkCallback-7094-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/replicaProperties/state.json] for collection 
[replicaProperties] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1790906 INFO  (zkCallback-7094-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/replicaProperties/state.json] for collection 
[replicaProperties] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1790906 INFO  (zkCallback-7116-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/replicaProperties/state.json] for collection 
[replicaProperties] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1790906 INFO  (zkCallback-7116-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/replicaProperties/state.json] for collection 
[replicaProperties] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1790906 INFO  (zkCallback-7083-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/replicaProperties/state.json] for collection 
[replicaProperties] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1790906 INFO  (zkCallback-7083-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/replicaProperties/state.json] for collection 
[replicaProperties] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1790907 INFO  (zkCallback-7069-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/replicaProperties/state.json] for collection 
[replicaProperties] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1790907 INFO  (zkCallback-7069-thread-3) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/replicaProperties/state.json] for collection 
[replicaProperties] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1790909 INFO  (zkCallback-7129-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/replicaProperties/state.json] for collection 
[replicaProperties] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1790909 INFO  (zkCallback-7129-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/replicaProperties/state.json] for collection 
[replicaProperties] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1790941 INFO  (qtp637843923-20082) [n:127.0.0.1:39467_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :deletereplicaprop 
with params 
replica=core_node4&property=property.preferredleader&action=DELETEREPLICAPROP&collection=replicaProperties&shard=shard1&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1790943 INFO  
(OverseerStateUpdate-72099399533461512-127.0.0.1:39467_solr-n_0000000000) 
[n:127.0.0.1:39467_solr    ] o.a.s.c.o.ReplicaMutator Deleting property 
property.preferredleader for collection: replicaProperties slice: shard1 
replica: core_node4
   [junit4]   2> 1790944 INFO  (qtp637843923-20082) [n:127.0.0.1:39467_solr 
c:replicaProperties   ] o.a.s.s.HttpSolrCall [admin] webapp=null 
path=/admin/collections 
params={replica=core_node4&property=property.preferredleader&action=DELETEREPLICAPROP&collection=replicaProperties&shard=shard1&wt=javabin&version=2}
 status=0 QTime=3
   [junit4]   2> 1791044 INFO  (zkCallback-7129-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/replicaProperties/state.json] for collection 
[replicaProperties] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1791044 INFO  (zkCallback-7083-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/replicaProperties/state.json] for collection 
[replicaProperties] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1791044 INFO  (zkCallback-7116-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/replicaProperties/state.json] for collection 
[replicaProperties] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1791044 INFO  (zkCallback-7094-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/replicaProperties/state.json] for collection 
[replicaProperties] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1791044 INFO  (zkCallback-7129-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/replicaProperties/state.json] for collection 
[replicaProperties] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1791044 INFO  (zkCallback-7116-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/replicaProperties/state.json] for collection 
[replicaProperties] has occurred - updating... (live nodes size: [4])
   [junit4]

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

["127.0.0.1:10061_solr"],
   [junit4]   2>     "replaying":true}}
   [junit4]   2> 2337068 DEBUG (AutoscalingActionExecutor-10580-thread-1) [    
] o.a.s.c.a.ScheduledTriggers Resuming trigger: .auto_add_replicas after 100ms
   [junit4]   2> 2337068 DEBUG (AutoscalingActionExecutor-10580-thread-1) [    
] o.a.s.c.a.ScheduledTriggers Resuming trigger: node_added_trigger1 after 100ms
   [junit4]   2> 2337068 DEBUG (AutoscalingActionExecutor-10580-thread-1) [    
] o.a.s.c.a.ScheduledTriggers -- processing took 77 ms for event 
id=29ada9679c0d1Tapdd3hlujey1pohynhswwgpkq
   [junit4]   2> 2337165 WARN  (Simulated OverseerAutoScalingTriggerThread) [   
 ] o.a.s.c.a.OverseerTriggerThread Interrupted
   [junit4]   2> java.lang.InterruptedException: null
   [junit4]   2>        at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.reportInterruptAfterWait(AbstractQueuedSynchronizer.java:2056)
 ~[?:?]
   [junit4]   2>        at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2090)
 ~[?:?]
   [junit4]   2>        at 
org.apache.solr.cloud.autoscaling.OverseerTriggerThread.run(OverseerTriggerThread.java:201)
 [java/:?]
   [junit4]   2>        at java.lang.Thread.run(Thread.java:835) [?:?]
   [junit4]   2> 2337166 DEBUG 
(TEST-TestSimTriggerIntegration.testEventQueue-seed#[D1BDBF0AFB2954D1]) [    ] 
o.a.s.c.a.ScheduledTriggers Shutting down scheduled thread pool executor now
   [junit4]   2> 2337166 DEBUG 
(TEST-TestSimTriggerIntegration.testEventQueue-seed#[D1BDBF0AFB2954D1]) [    ] 
o.a.s.c.a.ScheduledTriggers Shutting down action executor now
   [junit4]   2> 2337166 DEBUG 
(TEST-TestSimTriggerIntegration.testEventQueue-seed#[D1BDBF0AFB2954D1]) [    ] 
o.a.s.c.a.ScheduledTriggers Awaiting termination for action executor
   [junit4]   2> 2337166 DEBUG 
(TEST-TestSimTriggerIntegration.testEventQueue-seed#[D1BDBF0AFB2954D1]) [    ] 
o.a.s.c.a.ScheduledTriggers Awaiting termination for scheduled thread pool 
executor
   [junit4]   2> 2337166 DEBUG 
(TEST-TestSimTriggerIntegration.testEventQueue-seed#[D1BDBF0AFB2954D1]) [    ] 
o.a.s.c.a.ScheduledTriggers ScheduledTriggers closed completely
   [junit4]   2> 2337166 DEBUG 
(TEST-TestSimTriggerIntegration.testEventQueue-seed#[D1BDBF0AFB2954D1]) [    ] 
o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread has been closed explicitly
   [junit4]   2> 2337167 INFO  
(TEST-TestSimTriggerIntegration.testEventQueue-seed#[D1BDBF0AFB2954D1]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testEventQueue
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/workspace/Lucene-Solr-8.0-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.sim.TestSimTriggerIntegration_D1BDBF0AFB2954D1-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene80), 
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@102ff484),
 locale=wo, timezone=America/Indiana/Vevay
   [junit4]   2> NOTE: Linux 4.18.0-15-generic amd64/Aleksey Shipilev 
12-testing (64-bit)/cpus=8,threads=1,free=177538528,total=489160704
   [junit4]   2> NOTE: All tests run in this JVM: [BasicDistributedZk2Test, 
ZkFailoverTest, TestMissingGroups, TestTrieFacet, TestHighlightDedupGrouping, 
TestChildDocTransformer, SpatialHeatmapFacetsTest, UpdateLogTest, 
TestBinaryField, TestManagedSynonymGraphFilterFactory, 
TestDocBasedVersionConstraints, TestFieldTypeResource, TestUtilizeNode, 
TestConfigOverlay, VMParamsZkACLAndCredentialsProvidersTest, 
TestTolerantSearch, TestDocTermOrds, FullSolrCloudDistribCmdsTest, 
TestLRUStatsCache, TestReplicationHandlerBackup, SolrSlf4jReporterTest, 
SyncSliceTest, IndexSchemaTest, TestSlowCompositeReaderWrapper, 
TestConfigSetsAPI, TestTrackingShardHandlerFactory, TestSolrQueryParser, 
HdfsTlogReplayBufferedWhileIndexingTest, 
TestOverriddenPrefixQueryForCustomFieldType, TestMacros, 
MetricsHistoryIntegrationTest, TestCopyFieldCollectionResource, 
BufferStoreTest, SimpleMLTQParserTest, CreateCollectionCleanupTest, 
RequiredFieldsTest, TestSolrCloudSnapshots, CurrencyFieldTypeTest, 
SolrIndexConfigTest, PreAnalyzedFieldManagedSchemaCloudTest, 
TestNestedUpdateProcessor, TestStressUserVersions, 
SearchRateTriggerIntegrationTest, SolrCoreCheckLockOnStartupTest, 
StressHdfsTest, SaslZkACLProviderTest, TestSimExecutePlanAction, 
RequestHandlersTest, CollectionPropsTest, AliasIntegrationTest, 
TestSubQueryTransformerCrossCore, TestConfigSets, 
TestSolrConfigHandlerConcurrent, UUIDUpdateProcessorFallbackTest, 
SolrInfoBeanTest, TestCloudDeleteByQuery, CircularListTest, 
BlockJoinFacetRandomTest, TestPrepRecovery, HttpPartitionTest, 
TestStressCloudBlindAtomicUpdates, TestJsonFacetsWithNestedObjects, 
TestShortCircuitedRequests, TestCloudNestedDocsSort, 
DistributedTermsComponentTest, EnumFieldTest, CoreAdminHandlerTest, 
ZkSolrClientTest, TestScoreJoinQPScore, AutoAddReplicasPlanActionTest, 
TestCloudSchemaless, JsonLoaderTest, TestCursorMarkWithoutUniqueKey, 
TestCloudPivotFacet, ZkStateWriterTest, TestDynamicLoading, 
TestFreeTextSuggestions, NumericFieldsTest, TestRequestForwarding, 
TestQuerySenderListener, TestRawTransformer, ReturnFieldsTest, 
RegexBoostProcessorTest, TestHashPartitioner, TriggerIntegrationTest, 
ExitableDirectoryReaderTest, SpellPossibilityIteratorTest, 
ConjunctionSolrSpellCheckerTest, TestUseDocValuesAsStored, 
TestReRankQParserPlugin, RootFieldTest, HdfsBasicDistributedZkTest, 
TestImpersonationWithHadoopAuth, TestLegacyNumericRangeQueryBuilder, 
EmbeddedSolrNoSerializeTest, DistributedVersionInfoTest, TestFieldCacheReopen, 
SuggestComponentContextFilterQueryTest, TestCustomSort, 
DistributedQueryElevationComponentTest, 
IgnoreLargeDocumentProcessorFactoryTest, TestTlogReplica, 
TestPseudoReturnFields, NodeLostTriggerTest, TestObjectReleaseTracker, 
TestManagedSchemaThreadSafety, DistanceUnitsTest, RestartWhileUpdatingTest, 
DeleteLastCustomShardedReplicaTest, HighlighterTest, CSVRequestHandlerTest, 
DistributedFacetExistsSmallTest, BigEndianAscendingWordSerializerTest, 
TestManagedResourceStorage, ConnectionReuseTest, IndexBasedSpellCheckerTest, 
LeaderTragicEventTest, OutOfBoxZkACLAndCredentialsProvidersTest, 
TestGeoJSONResponseWriter, TestNonDefinedSimilarityFactory, PluginInfoTest, 
TestInitQParser, DistributedMLTComponentTest, TestInPlaceUpdatesDistrib, 
TestReplicaProperties, MoveReplicaHDFSFailoverTest, TestUtils, CursorMarkTest, 
PeerSyncWithIndexFingerprintCachingTest, 
ClassificationUpdateProcessorFactoryTest, TestStressLucene, 
MultiSolrCloudTestCaseTest, MetricsHistoryHandlerTest, 
SubstringBytesRefFilterTest, SolrCloudExampleTest, TestLuceneMatchVersion, 
TestLMDirichletSimilarityFactory, OverseerModifyCollectionTest, 
AnalysisAfterCoreReloadTest, BasicFunctionalityTest, ConvertedLegacyTest, 
CursorPagingTest, DisMaxRequestHandlerTest, DistributedIntervalFacetingTest, 
TestDistributedMissingSort, TestDocumentBuilder, TestRandomDVFaceting, 
TestRandomFaceting, PathHierarchyTokenizerFactoryTest, 
ProtectedTermFilterFactoryTest, TestCharFilters, TokenizerChainTest, 
TestLuceneIndexBackCompat, ChaosMonkeyNothingIsSafeWithPullReplicasTest, 
ChaosMonkeySafeLeaderWithPullReplicasTest, ClusterStateTest, 
CollectionsAPISolrJTest, LeaderElectionIntegrationTest, OverseerStatusTest, 
OverseerTaskQueueTest, PeerSyncReplicationTest, TestCryptoKeys, 
TestDistributedMap, TestDownShardTolerantSearch, TestLockTree, 
TestMiniSolrCloudClusterSSL, TestPullReplicaErrorHandling, 
TestSkipOverseerOperations, TestSolrCloudWithKerberosAlt, TestZkChroot, 
TlogReplayBufferedWhileIndexingTest, TriLevelCompositeIdRoutingTest, 
CollectionReloadTest, CollectionsAPIDistributedZkTest, TestCollectionAPI, 
TestHdfsCloudBackupRestore, ComputePlanActionTest, MetricTriggerTest, 
RestoreTriggerStateTest, ScheduledTriggerIntegrationTest, 
SystemLogListenerTest, TriggerCooldownIntegrationTest, TestSimNodeLostTrigger, 
TestSimTriggerIntegration]
   [junit4] Completed [539/840 (3!)] on J1 in 4.28s, 11 tests, 1 failure <<< 
FAILURES!

[...truncated 43432 lines...]
[repro] Jenkins log URL: 
https://jenkins.thetaphi.de/job/Lucene-Solr-8.0-Linux/212/consoleText

[repro] Revision: 00a702443c9cb1edb2431757e3b0909067109161

[repro] Ant options: "-Dargs=-XX:-UseCompressedOops -XX:+UseParallelGC"
[repro] Repro line:  ant test  -Dtestcase=CollectionsAPISolrJTest 
-Dtests.method=testCreateCollWithDefaultClusterPropertiesNewFormat 
-Dtests.seed=D1BDBF0AFB2954D1 -Dtests.multiplier=3 -Dtests.slow=true 
-Dtests.locale=or -Dtests.timezone=Europe/Zagreb -Dtests.asserts=true 
-Dtests.file.encoding=US-ASCII

[repro] Repro line:  ant test  -Dtestcase=TestSimLargeCluster 
-Dtests.method=testSearchRate -Dtests.seed=D1BDBF0AFB2954D1 
-Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=lt-LT 
-Dtests.timezone=America/Managua -Dtests.asserts=true 
-Dtests.file.encoding=US-ASCII

[repro] Repro line:  ant test  -Dtestcase=TestSimTriggerIntegration 
-Dtests.method=testSearchRate -Dtests.seed=D1BDBF0AFB2954D1 
-Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=wo 
-Dtests.timezone=America/Indiana/Vevay -Dtests.asserts=true 
-Dtests.file.encoding=US-ASCII

[repro] ant clean

[...truncated 6 lines...]
[repro] Test suites by module:
[repro]    solr/core
[repro]       TestSimTriggerIntegration
[repro]       TestSimLargeCluster
[repro]       CollectionsAPISolrJTest
[repro] ant compile-test

[...truncated 3577 lines...]
[repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=15 
-Dtests.class="*.TestSimTriggerIntegration|*.TestSimLargeCluster|*.CollectionsAPISolrJTest"
 -Dtests.showOutput=onerror "-Dargs=-XX:-UseCompressedOops -XX:+UseParallelGC" 
-Dtests.seed=D1BDBF0AFB2954D1 -Dtests.multiplier=3 -Dtests.slow=true 
-Dtests.locale=wo -Dtests.timezone=America/Indiana/Vevay -Dtests.asserts=true 
-Dtests.file.encoding=US-ASCII

[...truncated 270 lines...]
[repro] Failures:
[repro]   0/5 failed: org.apache.solr.cloud.CollectionsAPISolrJTest
[repro]   0/5 failed: org.apache.solr.cloud.autoscaling.sim.TestSimLargeCluster
[repro]   0/5 failed: 
org.apache.solr.cloud.autoscaling.sim.TestSimTriggerIntegration
[repro] Exiting with code 0

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

Reply via email to