You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Policeman Jenkins Server <je...@thetaphi.de> on 2019/03/03 20:27:37 UTC

[JENKINS-EA] Lucene-Solr-7.x-Linux (64bit/jdk-12-ea+shipilev-fastdebug) - Build # 3602 - Unstable!

Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Linux/3602/
Java: 64bit/jdk-12-ea+shipilev-fastdebug -XX:+UseCompressedOops -XX:+UseSerialGC

2 tests failed.
FAILED:  org.apache.solr.cloud.api.collections.CollectionsAPIAsyncDistributedZkTest.testAsyncRequests

Error Message:
No live SolrServers available to handle this request:[http://127.0.0.1:36023/solr/testAsyncOperations]

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[http://127.0.0.1:36023/solr/testAsyncOperations]
	at __randomizedtesting.SeedInfo.seed([230AD3B0100A218C:C74EEF07B6A26F53]:0)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:463)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1110)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:884)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:817)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
	at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:983)
	at org.apache.solr.cloud.api.collections.CollectionsAPIAsyncDistributedZkTest.testAsyncRequests(CollectionsAPIAsyncDistributedZkTest.java:155)
	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)
Caused by: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:36023/solr/testAsyncOperations: no servers hosting shard: shard2
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:643)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:484)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:414)
	... 44 more


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([230AD3B0100A218C:7E42CD39DFCC87C3]: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)




Build Log:
[...truncated 13590 lines...]
   [junit4] Suite: org.apache.solr.cloud.api.collections.CollectionsAPIAsyncDistributedZkTest
   [junit4]   2> 1103943 INFO  (SUITE-CollectionsAPIAsyncDistributedZkTest-seed#[230AD3B0100A218C]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.CollectionsAPIAsyncDistributedZkTest_230AD3B0100A218C-001/init-core-data-001
   [junit4]   2> 1103944 WARN  (SUITE-CollectionsAPIAsyncDistributedZkTest-seed#[230AD3B0100A218C]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=18 numCloses=18
   [junit4]   2> 1103944 INFO  (SUITE-CollectionsAPIAsyncDistributedZkTest-seed#[230AD3B0100A218C]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 1103945 INFO  (SUITE-CollectionsAPIAsyncDistributedZkTest-seed#[230AD3B0100A218C]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason="", value=0.0/0.0, ssl=0.0/0.0, clientAuth=0.0/0.0)
   [junit4]   2> 1103947 INFO  (TEST-CollectionsAPIAsyncDistributedZkTest.testSolrJAPICalls-seed#[230AD3B0100A218C]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testSolrJAPICalls
   [junit4]   2> 1103948 INFO  (TEST-CollectionsAPIAsyncDistributedZkTest.testSolrJAPICalls-seed#[230AD3B0100A218C]) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.CollectionsAPIAsyncDistributedZkTest_230AD3B0100A218C-001/tempDir-001
   [junit4]   2> 1103948 INFO  (TEST-CollectionsAPIAsyncDistributedZkTest.testSolrJAPICalls-seed#[230AD3B0100A218C]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1103949 INFO  (ZkTestServer Run Thread) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1103949 INFO  (ZkTestServer Run Thread) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1104049 INFO  (TEST-CollectionsAPIAsyncDistributedZkTest.testSolrJAPICalls-seed#[230AD3B0100A218C]) [    ] o.a.s.c.ZkTestServer start zk server on port:41473
   [junit4]   2> 1104049 INFO  (TEST-CollectionsAPIAsyncDistributedZkTest.testSolrJAPICalls-seed#[230AD3B0100A218C]) [    ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:41473
   [junit4]   2> 1104049 INFO  (TEST-CollectionsAPIAsyncDistributedZkTest.testSolrJAPICalls-seed#[230AD3B0100A218C]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 41473
   [junit4]   2> 1104053 INFO  (zkConnectionManagerCallback-3266-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1104057 INFO  (zkConnectionManagerCallback-3268-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1104060 INFO  (zkConnectionManagerCallback-3270-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1104062 WARN  (jetty-launcher-3271-thread-1) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 1104063 INFO  (jetty-launcher-3271-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 1104063 INFO  (jetty-launcher-3271-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1104063 WARN  (jetty-launcher-3271-thread-2) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 1104063 INFO  (jetty-launcher-3271-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> 1104063 INFO  (jetty-launcher-3271-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 1104063 INFO  (jetty-launcher-3271-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1104064 INFO  (jetty-launcher-3271-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> 1104185 INFO  (jetty-launcher-3271-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1104185 INFO  (jetty-launcher-3271-thread-2) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1104185 INFO  (jetty-launcher-3271-thread-2) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1104185 INFO  (jetty-launcher-3271-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1104185 INFO  (jetty-launcher-3271-thread-2) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1104185 INFO  (jetty-launcher-3271-thread-1) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1104186 INFO  (jetty-launcher-3271-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@4e1804ec{/solr,null,AVAILABLE}
   [junit4]   2> 1104186 INFO  (jetty-launcher-3271-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@7b7b970a{/solr,null,AVAILABLE}
   [junit4]   2> 1104215 INFO  (jetty-launcher-3271-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@5c26da70{HTTP/1.1,[http/1.1]}{127.0.0.1:43395}
   [junit4]   2> 1104215 INFO  (jetty-launcher-3271-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@3fbb279e{HTTP/1.1,[http/1.1]}{127.0.0.1:40673}
   [junit4]   2> 1104215 INFO  (jetty-launcher-3271-thread-1) [    ] o.e.j.s.Server Started @1104443ms
   [junit4]   2> 1104215 INFO  (jetty-launcher-3271-thread-2) [    ] o.e.j.s.Server Started @1104443ms
   [junit4]   2> 1104215 INFO  (jetty-launcher-3271-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=40673}
   [junit4]   2> 1104215 INFO  (jetty-launcher-3271-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=43395}
   [junit4]   2> 1104215 ERROR (jetty-launcher-3271-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1104215 INFO  (jetty-launcher-3271-thread-2) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1104215 ERROR (jetty-launcher-3271-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1104215 INFO  (jetty-launcher-3271-thread-1) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1104215 INFO  (jetty-launcher-3271-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.8.0
   [junit4]   2> 1104215 INFO  (jetty-launcher-3271-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.8.0
   [junit4]   2> 1104215 INFO  (jetty-launcher-3271-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1104215 INFO  (jetty-launcher-3271-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1104215 INFO  (jetty-launcher-3271-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1104216 INFO  (jetty-launcher-3271-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-03-03T19:23:18.766002Z
   [junit4]   2> 1104216 INFO  (jetty-launcher-3271-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1104216 INFO  (jetty-launcher-3271-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-03-03T19:23:18.766050Z
   [junit4]   2> 1104221 INFO  (zkConnectionManagerCallback-3275-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1104221 INFO  (zkConnectionManagerCallback-3273-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1104222 INFO  (jetty-launcher-3271-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1104222 INFO  (jetty-launcher-3271-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1104229 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 0x100487437890003, likely client has closed socket
   [junit4]   2> 1104316 INFO  (jetty-launcher-3271-thread-2) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1104322 INFO  (jetty-launcher-3271-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:41473/solr
   [junit4]   2> 1104337 INFO  (zkConnectionManagerCallback-3279-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1104341 INFO  (zkConnectionManagerCallback-3281-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1104417 INFO  (jetty-launcher-3271-thread-1) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1104426 INFO  (jetty-launcher-3271-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:41473/solr
   [junit4]   2> 1104446 INFO  (zkConnectionManagerCallback-3287-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1104446 INFO  (jetty-launcher-3271-thread-2) [n:127.0.0.1:40673_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:40673_solr
   [junit4]   2> 1104448 INFO  (jetty-launcher-3271-thread-2) [n:127.0.0.1:40673_solr    ] o.a.s.c.Overseer Overseer (id=72137258023059462-127.0.0.1:40673_solr-n_0000000000) starting
   [junit4]   2> 1104477 INFO  (zkConnectionManagerCallback-3289-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1104487 INFO  (jetty-launcher-3271-thread-1) [n:127.0.0.1:43395_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:43395_solr
   [junit4]   2> 1104493 INFO  (zkCallback-3280-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1104493 INFO  (zkCallback-3288-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1104507 INFO  (zkConnectionManagerCallback-3294-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1104509 INFO  (jetty-launcher-3271-thread-2) [n:127.0.0.1:40673_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1104510 INFO  (jetty-launcher-3271-thread-2) [n:127.0.0.1:40673_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:41473/solr ready
   [junit4]   2> 1104533 INFO  (OverseerStateUpdate-72137258023059462-127.0.0.1:40673_solr-n_0000000000) [n:127.0.0.1:40673_solr    ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:40673_solr
   [junit4]   2> 1104545 INFO  (jetty-launcher-3271-thread-2) [n:127.0.0.1:40673_solr    ] o.a.s.c.ZkController Publish node=127.0.0.1:40673_solr as DOWN
   [junit4]   2> 1104546 INFO  (zkConnectionManagerCallback-3301-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1104546 INFO  (jetty-launcher-3271-thread-2) [n:127.0.0.1:40673_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1104546 INFO  (jetty-launcher-3271-thread-2) [n:127.0.0.1:40673_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:40673_solr
   [junit4]   2> 1104547 INFO  (zkCallback-3288-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1104547 INFO  (zkCallback-3280-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1104548 INFO  (jetty-launcher-3271-thread-1) [n:127.0.0.1:43395_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1104549 INFO  (jetty-launcher-3271-thread-1) [n:127.0.0.1:43395_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:41473/solr ready
   [junit4]   2> 1104573 INFO  (zkCallback-3293-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1104576 INFO  (jetty-launcher-3271-thread-1) [n:127.0.0.1:43395_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1104588 INFO  (jetty-launcher-3271-thread-2) [n:127.0.0.1:40673_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1104636 INFO  (jetty-launcher-3271-thread-1) [n:127.0.0.1:43395_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43395.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2de247ed
   [junit4]   2> 1104655 INFO  (jetty-launcher-3271-thread-2) [n:127.0.0.1:40673_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40673.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2de247ed
   [junit4]   2> 1104674 INFO  (jetty-launcher-3271-thread-1) [n:127.0.0.1:43395_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43395.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2de247ed
   [junit4]   2> 1104674 INFO  (jetty-launcher-3271-thread-1) [n:127.0.0.1:43395_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43395.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2de247ed
   [junit4]   2> 1104676 INFO  (jetty-launcher-3271-thread-1) [n:127.0.0.1:43395_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.CollectionsAPIAsyncDistributedZkTest_230AD3B0100A218C-001/tempDir-001/node1/.
   [junit4]   2> 1104697 INFO  (jetty-launcher-3271-thread-2) [n:127.0.0.1:40673_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40673.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2de247ed
   [junit4]   2> 1104697 INFO  (jetty-launcher-3271-thread-2) [n:127.0.0.1:40673_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40673.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2de247ed
   [junit4]   2> 1104701 INFO  (jetty-launcher-3271-thread-2) [n:127.0.0.1:40673_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.CollectionsAPIAsyncDistributedZkTest_230AD3B0100A218C-001/tempDir-001/node2/.
   [junit4]   2> 1104849 INFO  (zkConnectionManagerCallback-3308-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1104850 INFO  (TEST-CollectionsAPIAsyncDistributedZkTest.testSolrJAPICalls-seed#[230AD3B0100A218C]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1104851 INFO  (TEST-CollectionsAPIAsyncDistributedZkTest.testSolrJAPICalls-seed#[230AD3B0100A218C]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:41473/solr ready
   [junit4]   2> 1104857 INFO  (qtp1235524918-11931) [n:127.0.0.1:40673_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params async=8397e853-c4b7-4bf0-a1f9-6a0245f8aa60&collection.configName=conf1&name=testasynccollectioncreation&nrtReplicas=1&action=CREATE&numShards=1&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1104860 INFO  (qtp1235524918-11931) [n:127.0.0.1:40673_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={async=8397e853-c4b7-4bf0-a1f9-6a0245f8aa60&collection.configName=conf1&name=testasynccollectioncreation&nrtReplicas=1&action=CREATE&numShards=1&wt=javabin&version=2} status=0 QTime=2
   [junit4]   2> 1104860 INFO  (qtp1235524918-11933) [n:127.0.0.1:40673_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with params requestid=8397e853-c4b7-4bf0-a1f9-6a0245f8aa60&action=REQUESTSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1104862 INFO  (qtp1235524918-11933) [n:127.0.0.1:40673_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={requestid=8397e853-c4b7-4bf0-a1f9-6a0245f8aa60&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 1104862 INFO  (OverseerThreadFactory-4447-thread-1-processing-n:127.0.0.1:40673_solr) [n:127.0.0.1:40673_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection testasynccollectioncreation
   [junit4]   2> 1104968 INFO  (OverseerStateUpdate-72137258023059462-127.0.0.1:40673_solr-n_0000000000) [n:127.0.0.1:40673_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testasynccollectioncreation",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testasynccollectioncreation_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:43395/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1105174 INFO  (qtp1817448117-11930) [n:127.0.0.1:43395_solr    x:testasynccollectioncreation_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&newCollection=true&collection=testasynccollectioncreation&version=2&replicaType=NRT&async=8397e853-c4b7-4bf0-a1f9-6a0245f8aa601215576963327709&coreNodeName=core_node2&name=testasynccollectioncreation_shard1_replica_n1&action=CREATE&numShards=1&shard=shard1&wt=javabin} status=0 QTime=0
   [junit4]   2> 1105174 INFO  (parallelCoreAdminExecutor-4444-thread-1-processing-n:127.0.0.1:43395_solr x:testasynccollectioncreation_shard1_replica_n1 8397e853-c4b7-4bf0-a1f9-6a0245f8aa601215576963327709 CREATE) [n:127.0.0.1:43395_solr    x:testasynccollectioncreation_shard1_replica_n1] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&newCollection=true&collection=testasynccollectioncreation&version=2&replicaType=NRT&async=8397e853-c4b7-4bf0-a1f9-6a0245f8aa601215576963327709&coreNodeName=core_node2&name=testasynccollectioncreation_shard1_replica_n1&action=CREATE&numShards=1&shard=shard1&wt=javabin
   [junit4]   2> 1105175 INFO  (parallelCoreAdminExecutor-4444-thread-1-processing-n:127.0.0.1:43395_solr x:testasynccollectioncreation_shard1_replica_n1 8397e853-c4b7-4bf0-a1f9-6a0245f8aa601215576963327709 CREATE) [n:127.0.0.1:43395_solr    x:testasynccollectioncreation_shard1_replica_n1] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1105176 INFO  (qtp1817448117-11928) [n:127.0.0.1:43395_solr    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 8397e853-c4b7-4bf0-a1f9-6a0245f8aa601215576963327709
   [junit4]   2> 1105176 INFO  (qtp1817448117-11928) [n:127.0.0.1:43395_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&requestid=8397e853-c4b7-4bf0-a1f9-6a0245f8aa601215576963327709&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1105863 INFO  (qtp1235524918-11929) [n:127.0.0.1:40673_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with params requestid=8397e853-c4b7-4bf0-a1f9-6a0245f8aa60&action=REQUESTSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1105864 INFO  (qtp1235524918-11929) [n:127.0.0.1:40673_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={requestid=8397e853-c4b7-4bf0-a1f9-6a0245f8aa60&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1106178 INFO  (qtp1817448117-11930) [n:127.0.0.1:43395_solr    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 8397e853-c4b7-4bf0-a1f9-6a0245f8aa601215576963327709
   [junit4]   2> 1106178 INFO  (qtp1817448117-11930) [n:127.0.0.1:43395_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&requestid=8397e853-c4b7-4bf0-a1f9-6a0245f8aa601215576963327709&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1106339 INFO  (parallelCoreAdminExecutor-4444-thread-1-processing-n:127.0.0.1:43395_solr x:testasynccollectioncreation_shard1_replica_n1 8397e853-c4b7-4bf0-a1f9-6a0245f8aa601215576963327709 CREATE) [n:127.0.0.1:43395_solr c:testasynccollectioncreation s:shard1 r:core_node2 x:testasynccollectioncreation_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.8.0
   [junit4]   2> 1106346 INFO  (parallelCoreAdminExecutor-4444-thread-1-processing-n:127.0.0.1:43395_solr x:testasynccollectioncreation_shard1_replica_n1 8397e853-c4b7-4bf0-a1f9-6a0245f8aa601215576963327709 CREATE) [n:127.0.0.1:43395_solr c:testasynccollectioncreation s:shard1 r:core_node2 x:testasynccollectioncreation_shard1_replica_n1] o.a.s.s.IndexSchema [testasynccollectioncreation_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 1106348 INFO  (parallelCoreAdminExecutor-4444-thread-1-processing-n:127.0.0.1:43395_solr x:testasynccollectioncreation_shard1_replica_n1 8397e853-c4b7-4bf0-a1f9-6a0245f8aa601215576963327709 CREATE) [n:127.0.0.1:43395_solr c:testasynccollectioncreation s:shard1 r:core_node2 x:testasynccollectioncreation_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1106348 INFO  (parallelCoreAdminExecutor-4444-thread-1-processing-n:127.0.0.1:43395_solr x:testasynccollectioncreation_shard1_replica_n1 8397e853-c4b7-4bf0-a1f9-6a0245f8aa601215576963327709 CREATE) [n:127.0.0.1:43395_solr c:testasynccollectioncreation s:shard1 r:core_node2 x:testasynccollectioncreation_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'testasynccollectioncreation_shard1_replica_n1' using configuration from collection testasynccollectioncreation, trusted=true
   [junit4]   2> 1106349 INFO  (parallelCoreAdminExecutor-4444-thread-1-processing-n:127.0.0.1:43395_solr x:testasynccollectioncreation_shard1_replica_n1 8397e853-c4b7-4bf0-a1f9-6a0245f8aa601215576963327709 CREATE) [n:127.0.0.1:43395_solr c:testasynccollectioncreation s:shard1 r:core_node2 x:testasynccollectioncreation_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43395.solr.core.testasynccollectioncreation.shard1.replica_n1' (registry 'solr.core.testasynccollectioncreation.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2de247ed
   [junit4]   2> 1106349 INFO  (parallelCoreAdminExecutor-4444-thread-1-processing-n:127.0.0.1:43395_solr x:testasynccollectioncreation_shard1_replica_n1 8397e853-c4b7-4bf0-a1f9-6a0245f8aa601215576963327709 CREATE) [n:127.0.0.1:43395_solr c:testasynccollectioncreation s:shard1 r:core_node2 x:testasynccollectioncreation_shard1_replica_n1] o.a.s.c.SolrCore [[testasynccollectioncreation_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.CollectionsAPIAsyncDistributedZkTest_230AD3B0100A218C-001/tempDir-001/node1/testasynccollectioncreation_shard1_replica_n1], dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.CollectionsAPIAsyncDistributedZkTest_230AD3B0100A218C-001/tempDir-001/node1/./testasynccollectioncreation_shard1_replica_n1/data/]
   [junit4]   2> 1106438 INFO  (parallelCoreAdminExecutor-4444-thread-1-processing-n:127.0.0.1:43395_solr x:testasynccollectioncreation_shard1_replica_n1 8397e853-c4b7-4bf0-a1f9-6a0245f8aa601215576963327709 CREATE) [n:127.0.0.1:43395_solr c:testasynccollectioncreation s:shard1 r:core_node2 x:testasynccollectioncreation_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1106438 INFO  (parallelCoreAdminExecutor-4444-thread-1-processing-n:127.0.0.1:43395_solr x:testasynccollectioncreation_shard1_replica_n1 8397e853-c4b7-4bf0-a1f9-6a0245f8aa601215576963327709 CREATE) [n:127.0.0.1:43395_solr c:testasynccollectioncreation s:shard1 r:core_node2 x:testasynccollectioncreation_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1106442 INFO  (parallelCoreAdminExecutor-4444-thread-1-processing-n:127.0.0.1:43395_solr x:testasynccollectioncreation_shard1_replica_n1 8397e853-c4b7-4bf0-a1f9-6a0245f8aa601215576963327709 CREATE) [n:127.0.0.1:43395_solr c:testasynccollectioncreation s:shard1 r:core_node2 x:testasynccollectioncreation_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1106442 INFO  (parallelCoreAdminExecutor-4444-thread-1-processing-n:127.0.0.1:43395_solr x:testasynccollectioncreation_shard1_replica_n1 8397e853-c4b7-4bf0-a1f9-6a0245f8aa601215576963327709 CREATE) [n:127.0.0.1:43395_solr c:testasynccollectioncreation s:shard1 r:core_node2 x:testasynccollectioncreation_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1106445 INFO  (parallelCoreAdminExecutor-4444-thread-1-processing-n:127.0.0.1:43395_solr x:testasynccollectioncreation_shard1_replica_n1 8397e853-c4b7-4bf0-a1f9-6a0245f8aa601215576963327709 CREATE) [n:127.0.0.1:43395_solr c:testasynccollectioncreation s:shard1 r:core_node2 x:testasynccollectioncreation_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@4d209812[testasynccollectioncreation_shard1_replica_n1] main]
   [junit4]   2> 1106446 INFO  (parallelCoreAdminExecutor-4444-thread-1-processing-n:127.0.0.1:43395_solr x:testasynccollectioncreation_shard1_replica_n1 8397e853-c4b7-4bf0-a1f9-6a0245f8aa601215576963327709 CREATE) [n:127.0.0.1:43395_solr c:testasynccollectioncreation s:shard1 r:core_node2 x:testasynccollectioncreation_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1106447 INFO  (parallelCoreAdminExecutor-4444-thread-1-processing-n:127.0.0.1:43395_solr x:testasynccollectioncreation_shard1_replica_n1 8397e853-c4b7-4bf0-a1f9-6a0245f8aa601215576963327709 CREATE) [n:127.0.0.1:43395_solr c:testasynccollectioncreation s:shard1 r:core_node2 x:testasynccollectioncreation_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1106449 INFO  (parallelCoreAdminExecutor-4444-thread-1-processing-n:127.0.0.1:43395_solr x:testasynccollectioncreation_shard1_replica_n1 8397e853-c4b7-4bf0-a1f9-6a0245f8aa601215576963327709 CREATE) [n:127.0.0.1:43395_solr c:testasynccollectioncreation s:shard1 r:core_node2 x:testasynccollectioncreation_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1106449 INFO  (parallelCoreAdminExecutor-4444-thread-1-processing-n:127.0.0.1:43395_solr x:testasynccollectioncreation_shard1_replica_n1 8397e853-c4b7-4bf0-a1f9-6a0245f8aa601215576963327709 CREATE) [n:127.0.0.1:43395_solr c:testasynccollectioncreation s:shard1 r:core_node2 x:testasynccollectioncreation_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1627013514263527424
   [junit4]   2> 1106452 INFO  (searcherExecutor-4455-thread-1-processing-x:testasynccollectioncreation_shard1_replica_n1 8397e853-c4b7-4bf0-a1f9-6a0245f8aa601215576963327709 r:core_node2 CREATE n:127.0.0.1:43395_solr c:testasynccollectioncreation s:shard1) [n:127.0.0.1:43395_solr c:testasynccollectioncreation s:shard1 r:core_node2 x:testasynccollectioncreation_shard1_replica_n1] o.a.s.c.SolrCore [testasynccollectioncreation_shard1_replica_n1] Registered new searcher Searcher@4d209812[testasynccollectioncreation_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1106454 INFO  (parallelCoreAdminExecutor-4444-thread-1-processing-n:127.0.0.1:43395_solr x:testasynccollectioncreation_shard1_replica_n1 8397e853-c4b7-4bf0-a1f9-6a0245f8aa601215576963327709 CREATE) [n:127.0.0.1:43395_solr c:testasynccollectioncreation s:shard1 r:core_node2 x:testasynccollectioncreation_shard1_replica_n1] o.a.s.c.ZkShardTerms Successful update of terms at /collections/testasynccollectioncreation/terms/shard1 to Terms{values={core_node2=0}, version=0}
   [junit4]   2> 1106454 INFO  (parallelCoreAdminExecutor-4444-thread-1-processing-n:127.0.0.1:43395_solr x:testasynccollectioncreation_shard1_replica_n1 8397e853-c4b7-4bf0-a1f9-6a0245f8aa601215576963327709 CREATE) [n:127.0.0.1:43395_solr c:testasynccollectioncreation s:shard1 r:core_node2 x:testasynccollectioncreation_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/testasynccollectioncreation/leaders/shard1
   [junit4]   2> 1106456 INFO  (parallelCoreAdminExecutor-4444-thread-1-processing-n:127.0.0.1:43395_solr x:testasynccollectioncreation_shard1_replica_n1 8397e853-c4b7-4bf0-a1f9-6a0245f8aa601215576963327709 CREATE) [n:127.0.0.1:43395_solr c:testasynccollectioncreation s:shard1 r:core_node2 x:testasynccollectioncreation_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1106457 INFO  (parallelCoreAdminExecutor-4444-thread-1-processing-n:127.0.0.1:43395_solr x:testasynccollectioncreation_shard1_replica_n1 8397e853-c4b7-4bf0-a1f9-6a0245f8aa601215576963327709 CREATE) [n:127.0.0.1:43395_solr c:testasynccollectioncreation s:shard1 r:core_node2 x:testasynccollectioncreation_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1106457 INFO  (parallelCoreAdminExecutor-4444-thread-1-processing-n:127.0.0.1:43395_solr x:testasynccollectioncreation_shard1_replica_n1 8397e853-c4b7-4bf0-a1f9-6a0245f8aa601215576963327709 CREATE) [n:127.0.0.1:43395_solr c:testasynccollectioncreation s:shard1 r:core_node2 x:testasynccollectioncreation_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:43395/solr/testasynccollectioncreation_shard1_replica_n1/
   [junit4]   2> 1106457 INFO  (parallelCoreAdminExecutor-4444-thread-1-processing-n:127.0.0.1:43395_solr x:testasynccollectioncreation_shard1_replica_n1 8397e853-c4b7-4bf0-a1f9-6a0245f8aa601215576963327709 CREATE) [n:127.0.0.1:43395_solr c:testasynccollectioncreation s:shard1 r:core_node2 x:testasynccollectioncreation_shard1_replica_n1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1106458 INFO  (parallelCoreAdminExecutor-4444-thread-1-processing-n:127.0.0.1:43395_solr x:testasynccollectioncreation_shard1_replica_n1 8397e853-c4b7-4bf0-a1f9-6a0245f8aa601215576963327709 CREATE) [n:127.0.0.1:43395_solr c:testasynccollectioncreation s:shard1 r:core_node2 x:testasynccollectioncreation_shard1_replica_n1] o.a.s.c.SyncStrategy http://127.0.0.1:43395/solr/testasynccollectioncreation_shard1_replica_n1/ has no replicas
   [junit4]   2> 1106458 INFO  (parallelCoreAdminExecutor-4444-thread-1-processing-n:127.0.0.1:43395_solr x:testasynccollectioncreation_shard1_replica_n1 8397e853-c4b7-4bf0-a1f9-6a0245f8aa601215576963327709 CREATE) [n:127.0.0.1:43395_solr c:testasynccollectioncreation s:shard1 r:core_node2 x:testasynccollectioncreation_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 1106458 INFO  (parallelCoreAdminExecutor-4444-thread-1-processing-n:127.0.0.1:43395_solr x:testasynccollectioncreation_shard1_replica_n1 8397e853-c4b7-4bf0-a1f9-6a0245f8aa601215576963327709 CREATE) [n:127.0.0.1:43395_solr c:testasynccollectioncreation s:shard1 r:core_node2 x:testasynccollectioncreation_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/testasynccollectioncreation/leaders/shard1/leader after winning as /collections/testasynccollectioncreation/leader_elect/shard1/election/72137258023059464-core_node2-n_0000000000
   [junit4]   2> 1106459 INFO  (parallelCoreAdminExecutor-4444-thread-1-processing-n:127.0.0.1:43395_solr x:testasynccollectioncreation_shard1_replica_n1 8397e853-c4b7-4bf0-a1f9-6a0245f8aa601215576963327709 CREATE) [n:127.0.0.1:43395_solr c:testasynccollectioncreation s:shard1 r:core_node2 x:testasynccollectioncreation_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:43395/solr/testasynccollectioncreation_shard1_replica_n1/ shard1
   [junit4]   2> 1106561 INFO  (zkCallback-3288-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testasynccollectioncreation/state.json] for collection [testasynccollectioncreation] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1106561 INFO  (zkCallback-3288-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testasynccollectioncreation/state.json] for collection [testasynccollectioncreation] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1106563 INFO  (parallelCoreAdminExecutor-4444-thread-1-processing-n:127.0.0.1:43395_solr x:testasynccollectioncreation_shard1_replica_n1 8397e853-c4b7-4bf0-a1f9-6a0245f8aa601215576963327709 CREATE) [n:127.0.0.1:43395_solr c:testasynccollectioncreation s:shard1 r:core_node2 x:testasynccollectioncreation_shard1_replica_n1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1106665 INFO  (zkCallback-3288-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testasynccollectioncreation/state.json] for collection [testasynccollectioncreation] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1106665 INFO  (zkCallback-3288-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testasynccollectioncreation/state.json] for collection [testasynccollectioncreation] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1106665 INFO  (zkCallback-3288-thread-3) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testasynccollectioncreation/state.json] for collection [testasynccollectioncreation] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1106864 INFO  (qtp1235524918-11931) [n:127.0.0.1:40673_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with params requestid=8397e853-c4b7-4bf0-a1f9-6a0245f8aa60&action=REQUESTSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1106865 INFO  (qtp1235524918-11931) [n:127.0.0.1:40673_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={requestid=8397e853-c4b7-4bf0-a1f9-6a0245f8aa60&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1107179 INFO  (qtp1817448117-11932) [n:127.0.0.1:43395_solr    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 8397e853-c4b7-4bf0-a1f9-6a0245f8aa601215576963327709
   [junit4]   2> 1107179 INFO  (qtp1817448117-11932) [n:127.0.0.1:43395_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&requestid=8397e853-c4b7-4bf0-a1f9-6a0245f8aa601215576963327709&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1107181 INFO  (OverseerThreadFactory-4447-thread-1-processing-n:127.0.0.1:40673_solr) [n:127.0.0.1:40673_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> 1107866 INFO  (qtp1235524918-11933) [n:127.0.0.1:40673_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with params requestid=8397e853-c4b7-4bf0-a1f9-6a0245f8aa60&action=REQUESTSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1107868 INFO  (qtp1235524918-11933) [n:127.0.0.1:40673_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={requestid=8397e853-c4b7-4bf0-a1f9-6a0245f8aa60&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=2
   [junit4]   2> 1107868 INFO  (qtp1235524918-11929) [n:127.0.0.1:40673_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :deletestatus with params requestid=8397e853-c4b7-4bf0-a1f9-6a0245f8aa60&action=DELETESTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1107869 INFO  (qtp1235524918-11929) [n:127.0.0.1:40673_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={requestid=8397e853-c4b7-4bf0-a1f9-6a0245f8aa60&action=DELETESTATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1107869 INFO  (qtp1235524918-11931) [n:127.0.0.1:40673_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params async=e9faf4a6-73d7-4e68-a7ce-ab11ef23286b&collection.configName=conf1&name=testasynccollectioncreation&nrtReplicas=1&action=CREATE&numShards=1&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1107872 INFO  (qtp1235524918-11931) [n:127.0.0.1:40673_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={async=e9faf4a6-73d7-4e68-a7ce-ab11ef23286b&collection.configName=conf1&name=testasynccollectioncreation&nrtReplicas=1&action=CREATE&numShards=1&wt=javabin&version=2} status=0 QTime=3
   [junit4]   2> 1107873 INFO  (qtp1235524918-11933) [n:127.0.0.1:40673_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with params requestid=e9faf4a6-73d7-4e68-a7ce-ab11ef23286b&action=REQUESTSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1107873 INFO  (qtp1235524918-11933) [n:127.0.0.1:40673_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={requestid=e9faf4a6-73d7-4e68-a7ce-ab11ef23286b&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1107874 INFO  (OverseerThreadFactory-4447-thread-2-processing-n:127.0.0.1:40673_solr) [n:127.0.0.1:40673_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection testasynccollectioncreation
   [junit4]   2> 1107874 INFO  (OverseerCollectionConfigSetProcessor-72137258023059462-127.0.0.1:40673_solr-n_0000000000) [n:127.0.0.1:40673_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> 1107874 ERROR (OverseerThreadFactory-4447-thread-2-processing-n:127.0.0.1:40673_solr) [n:127.0.0.1:40673_solr    ] o.a.s.c.a.c.OverseerCollectionMessageHandler Collection: testasynccollectioncreation operation: create failed:org.apache.solr.common.SolrException: collection already exists: testasynccollectioncreation
   [junit4]   2> 	at org.apache.solr.cloud.api.collections.CreateCollectionCmd.call(CreateCollectionCmd.java:108)
   [junit4]   2> 	at org.apache.solr.cloud.api.collections.OverseerCollectionMessageHandler.processMessage(OverseerCollectionMessageHandler.java:292)
   [junit4]   2> 	at org.apache.solr.cloud.OverseerTaskProcessor$Runner.run(OverseerTaskProcessor.java:496)
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209)
   [junit4]   2> 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
   [junit4]   2> 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:835)
   [junit4]   2> 
   [junit4]   2> 1108052 INFO  (OverseerThreadFactory-4447-thread-2-processing-n:127.0.0.1:40673_solr) [n:127.0.0.1:40673_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000001 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 1108874 INFO  (qtp1235524918-11929) [n:127.0.0.1:40673_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with params requestid=e9faf4a6-73d7-4e68-a7ce-ab11ef23286b&action=REQUESTSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1108877 INFO  (qtp1235524918-11929) [n:127.0.0.1:40673_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={requestid=e9faf4a6-73d7-4e68-a7ce-ab11ef23286b&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=2
   [junit4]   2> 1108877 INFO  (qtp1235524918-11931) [n:127.0.0.1:40673_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :deletestatus with params requestid=e9faf4a6-73d7-4e68-a7ce-ab11ef23286b&action=DELETESTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1108879 INFO  (qtp1235524918-11931) [n:127.0.0.1:40673_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={requestid=e9faf4a6-73d7-4e68-a7ce-ab11ef23286b&action=DELETESTATUS&wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 1108879 INFO  (qtp1235524918-11933) [n:127.0.0.1:40673_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params async=e96692a3-d201-42af-8dc8-e6e4c357d34b&action=ADDREPLICA&collection=testasynccollectioncreation&shard=shard1&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1108882 INFO  (qtp1235524918-11933) [n:127.0.0.1:40673_solr c:testasynccollectioncreation   ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={async=e96692a3-d201-42af-8dc8-e6e4c357d34b&action=ADDREPLICA&collection=testasynccollectioncreation&shard=shard1&type=NRT&wt=javabin&version=2} status=0 QTime=2
   [junit4]   2> 1108882 INFO  (qtp1235524918-11929) [n:127.0.0.1:40673_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with params requestid=e96692a3-d201-42af-8dc8-e6e4c357d34b&action=REQUESTSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1108883 INFO  (qtp1235524918-11929) [n:127.0.0.1:40673_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={requestid=e96692a3-d201-42af-8dc8-e6e4c357d34b&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1108883 INFO  (OverseerCollectionConfigSetProcessor-72137258023059462-127.0.0.1:40673_solr-n_0000000000) [n:127.0.0.1:40673_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000001 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 1108930 INFO  (OverseerThreadFactory-4447-thread-3-processing-n:127.0.0.1:40673_solr) [n:127.0.0.1:40673_solr c:testasynccollectioncreation s:shard1  ] o.a.s.c.a.c.AddReplicaCmd Node Identified 127.0.0.1:40673_solr for creating new replica of shard shard1 for collection testasynccollectioncreation
   [junit4]   2> 1108932 INFO  (OverseerThreadFactory-4447-thread-3-processing-n:127.0.0.1:40673_solr) [n:127.0.0.1:40673_solr c:testasynccollectioncreation s:shard1  ] o.a.s.c.a.c.AddReplicaCmd Returning CreateReplica command.
   [junit4]   2> 1108933 INFO  (OverseerStateUpdate-72137258023059462-127.0.0.1:40673_solr-n_0000000000) [n:127.0.0.1:40673_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"addreplica",
   [junit4]   2>   "collection":"testasynccollectioncreation",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testasynccollectioncreation_shard1_replica_n3",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:40673/solr",
   [junit4]   2>   "node_name":"127.0.0.1:40673_solr",
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 1108933 INFO  (zkCallback-3288-thread-3) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testasynccollectioncreation/state.json] for collection [testasynccollectioncreation] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1108933 INFO  (zkCallback-3288-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testasynccollectioncreation/state.json] for collection [testasynccollectioncreation] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1108933 INFO  (zkCallback-3288-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testasynccollectioncreation/state.json] for collection [testasynccollectioncreation] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1109035 INFO  (qtp1235524918-11933) [n:127.0.0.1:40673_solr    x:testasynccollectioncreation_shard1_replica_n3] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={async=e96692a3-d201-42af-8dc8-e6e4c357d34b1215581029416347&qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf1&name=testasynccollectioncreation_shard1_replica_n3&action=CREATE&collection=testasynccollectioncreation&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=0
   [junit4]   2> 1109035 INFO  (parallelCoreAdminExecutor-4449-thread-1-processing-n:127.0.0.1:40673_solr x:testasynccollectioncreation_shard1_replica_n3 e96692a3-d201-42af-8dc8-e6e4c357d34b1215581029416347 CREATE) [n:127.0.0.1:40673_solr    x:testasynccollectioncreation_shard1_replica_n3] o.a.s.h.a.CoreAdminOperation core create command async=e96692a3-d201-42af-8dc8-e6e4c357d34b1215581029416347&qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf1&name=testasynccollectioncreation_shard1_replica_n3&action=CREATE&collection=testasynccollectioncreation&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1109037 INFO  (qtp1235524918-11929) [n:127.0.0.1:40673_solr    ] o.a.s.h.a.CoreAdminOperation Checking request status for : e96692a3-d201-42af-8dc8-e6e4c357d34b1215581029416347
   [junit4]   2> 1109037 INFO  (qtp1235524918-11929) [n:127.0.0.1:40673_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&requestid=e96692a3-d201-42af-8dc8-e6e4c357d34b1215581029416347&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1109047 INFO  (parallelCoreAdminExecutor-4449-thread-1-processing-n:127.0.0.1:40673_solr x:testasynccollectioncreation_shard1_replica_n3 e96692a3-d201-42af-8dc8-e6e4c357d34b1215581029416347 CREATE) [n:127.0.0.1:40673_solr c:testasynccollectioncreation s:shard1 r:core_node4 x:testasynccollectioncreation_shard1_replica_n3] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.8.0
   [junit4]   2> 1109053 INFO  (parallelCoreAdminExecutor-4449-thread-1-processing-n:127.0.0.1:40673_solr x:testasynccollectioncreation_shard1_replica_n3 e96692a3-d201-42af-8dc8-e6e4c357d34b1215581029416347 CREATE) [n:127.0.0.1:40673_solr c:testasynccollectioncreation s:shard1 r:core_node4 x:testasynccollectioncreation_shard1_replica_n3] o.a.s.s.IndexSchema [testasynccollectioncreation_shard1_replica_n3] Schema name=minimal
   [junit4]   2> 1109055 INFO  (parallelCoreAdminExecutor-4449-thread-1-processing-n:127.0.0.1:40673_solr x:testasynccollectioncreation_shard1_replica_n3 e96692a3-d201-42af-8dc8-e6e4c357d34b1215581029416347 CREATE) [n:127.0.0.1:40673_solr c:testasynccollectioncreation s:shard1 r:core_node4 x:testasynccollectioncreation_shard1_replica_n3] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1109055 INFO  (parallelCoreAdminExecutor-4449-thread-1-processing-n:127.0.0.1:40673_solr x:testasynccollectioncreation_shard1_replica_n3 e96692a3-d201-42af-8dc8-e6e4c357d34b1215581029416347 CREATE) [n:127.0.0.1:40673_solr c:testasynccollectioncreation s:shard1 r:core_node4 x:testasynccollectioncreation_shard1_replica_n3] o.a.s.c.CoreContainer Creating SolrCore 'testasynccollectioncreation_shard1_replica_n3' using configuration from collection testasynccollectioncreation, trusted=true
   [junit4]   2> 1109056 INFO  (parallelCoreAdminExecutor-4449-thread-1-processing-n:127.0.0.1:40673_solr x:testasynccollectioncreation_shard1_replica_n3 e96692a3-d201-42af-8dc8-e6e4c357d34b1215581029416347 CREATE) [n:127.0.0.1:40673_solr c:testasynccollectioncreation s:shard1 r:core_node4 x:testasynccollectioncreation_shard1_replica_n3] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40673.solr.core.testasynccollectioncreation.shard1.replica_n3' (registry 'solr.core.testasynccollectioncreation.shard1.replica_n3') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2de247ed
   [junit4]   2> 1109056 INFO  (parallelCoreAdminExecutor-4449-thread-1-processing-n:127.0.0.1:40673_solr x:testasynccollectioncreation_shard1_replica_n3 e96692a3-d201-42af-8dc8-e6e4c357d34b1215581029416347 CREATE) [n:127.0.0.1:40673_solr c:testasynccollectioncreation s:shard1 r:core_node4 x:testasynccollectioncreation_shard1_replica_n3] o.a.s.c.SolrCore [[testasynccollectioncreation_shard1_replica_n3] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.CollectionsAPIAsyncDistributedZkTest_230AD3B0100A218C-001/tempDir-001/node2/testasynccollectioncreation_shard1_replica_n3], dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.CollectionsAPIAsyncDistributedZkTest_230AD3B0100A218C-001/tempDir-001/node2/./testasynccollectioncreation_shard1_replica_n3/data/]
   [junit4]   2> 1109138 INFO  (parallelCoreAdminExecutor-4449-thread-1-processing-n:127.0.0.1:40673_solr x:testasynccollectioncreation_shard1_replica_n3 e96692a3-d201-42af-8dc8-e6e4c357d34b1215581029416347 CREATE) [n:127.0.0.1:40673_solr c:testasynccollectioncreation s:shard1 r:core_node4 x:testasynccollectioncreation_shard1_replica_n3] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1109138 INFO  (parallelCoreAdminExecutor-4449-thread-1-processing-n:127.0.0.1:40673_solr x:testasynccollectioncreation_shard1_replica_n3 e96692a3-d201-42af-8dc8-e6e4c357d34b1215581029416347 CREATE) [n:127.0.0.1:40673_solr c:testasynccollectioncreation s:shard1 r:core_node4 x:testasynccollectioncreation_shard1_replica_n3] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1109139 INFO  (zkCallback-3288-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testasynccollectioncreation/state.json] for collection [testasynccollectioncreation] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1109139 INFO  (zkCallback-3288-thread-3) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testasynccollectioncreation/state.json] for collection [testasynccollectioncreation] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1109139 INFO  (zkCallback-3288-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testasynccollectioncreation/state.json] for collection [testasynccollectioncreation] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1109318 INFO  (parallelCoreAdminExecutor-4449-thread-1-processing-n:127.0.0.1:40673_solr x:testasynccollectioncreation_shard1_replica_n3 e96692a3-d201-42af-8dc8-e6e4c357d34b1215581029416347 CREATE) [n:127.0.0.1:40673_solr c:testasynccollectioncreation s:shard1 r:core_node4 x:testasynccollectioncreation_shard1_replica_n3] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1109318 INFO  (parallelCoreAdminExecutor-4449-thread-1-processing-n:127.0.0.1:40673_solr x:testasynccollectioncreation_shard1_replica_n3 e96692a3-d201-42af-8dc8-e6e4c357d34b1215581029416347 CREATE) [n:127.0.0.1:40673_solr c:testasynccollectioncreation s:shard1 r:core_node4 x:testasynccollectioncreation_shard1_replica_n3] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1109320 INFO  (parallelCoreAdminExecutor-4449-thread-1-processing-n:127.0.0.1:40673_solr x:testasynccollectioncreation_shard1_replica_n3 e96692a3-d201-42af-8dc8-e6e4c357d34b1215581029416347 CREATE) [n:127.0.0.1:40673_solr c:testasynccollectioncreation s:shard1 r:core_node4 x:testasynccollectioncreation_shard1_replica_n3] o.a.s.s.SolrIndexSearcher Opening [Searcher@7073da13[testasynccollectioncreation_shard1_replica_n3] main]
   [junit4]   2> 1109321 INFO  (parallelCoreAdminExecutor-4449-thread-1-processing-n:127.0.0.1:40673_solr x:testasynccollectioncreation_shard1_replica_n3 e96692a3-d201-42af-8dc8-e6e4c357d34b1215581029416347 CREATE) [n:127.0.0.1:40673_solr c:testasynccollectioncreation s:shard1 r:core_node4 x:testasynccollectioncreation_shard1_replica_n3] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1109321 INFO  (parallelCoreAdminExecutor-4449-thread-1-processing-n:127.0.0.1:40673_solr x:testasynccollectioncreation_shard1_replica_n3 e96692a3-d201-42af-8dc8-e6e4c357d34b1215581029416347 CREATE) [n:127.0.0.1:40673_solr c:testasynccollectioncreation s:shard1 r:core_node4 x:testasynccollectioncreation_shard1_replica_n3] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1109322 INFO  (parallelCoreAdminExecutor-4449-thread-1-processing-n:127.0.0.1:40673_solr x:testasynccollectioncreation_shard1_replica_n3 e96692a3-d201-42af-8dc8-e6e4c357d34b1215581029416347 CREATE) [n:127.0.0.1:40673_solr c:testasynccollectioncreation s:shard1 r:core_node4 x:testasynccollectioncreation_shard1_replica_n3] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1109322 INFO  (parallelCoreAdminExecutor-4449-thread-1-processing-n:127.0.0.1:40673_solr x:testasynccollectioncreation_shard1_replica_n3 e96692a3-d201-42af-8dc8-e6e4c357d34b1215581029416347 CREATE) [n:127.0.0.1:40673_solr c:testasynccollectioncreation s:shard1 r:core_node4 x:testasynccollectioncreation_shard1_replica_n3] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1627013517276086272
   [junit4]   2> 1109326 INFO  (searcherExecutor-4460-thread-1-processing-x:testasynccollectioncreation_shard1_replica_n3 e96692a3-d201-42af-8dc8-e6e4c357d34b1215581029416347 r:core_node4 CREATE n:127.0.0.1:40673_solr c:testasynccollectioncreation s:shard1) [n:127.0.0.1:40673_solr c:testasynccollectioncreation s:shard1 r:core_node4 x:testasynccollectioncreation_shard1_replica_n3] o.a.s.c.SolrCore [testasynccollectioncreation_shard1_replica_n3] Registered new searcher Searcher@7073da13[testasynccollectioncreation_shard1_replica_n3] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1109327 INFO  (parallelCoreAdminExecutor-4449-thread-1-processing-n:127.0.0.1:40673_solr x:testasynccollectioncreation_shard1_replica_n3 e96692a3-d201-42af-8dc8-e6e4c357d34b1215581029416347 CREATE) [n:127.0.0.1:40673_solr c:testasynccollectioncreation s:shard1 r:core_node4 x:testasynccollectioncreation_shard1_replica_n3] o.a.s.c.ZkShardTerms Successful update of terms at /collections/testasynccollectioncreation/terms/shard1 to Terms{values={core_node2=0, core_node4=0}, version=1}
   [junit4]   2> 1109327 INFO  (parallelCoreAdminExecutor-4449-thread-1-processing-n:127.0.0.1:40673_solr x:testasynccollectioncreation_shard1_replica_n3 e96692a3-d201-42af-8dc8-e6e4c357d34b1215581029416347 CREATE) [n:127.0.0.1:40673_solr c:testasynccollectioncreation s:shard1 r:core_node4 x:testasynccollectioncreation_shard1_replica_n3] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/testasynccollectioncreation/leaders/shard1
   [junit4]   2> 1109329 INFO  (parallelCoreAdminExecutor-4449-thread-1-processing-n:127.0.0.1:40673_solr x:testasynccollectioncreation_shard1_replica_n3 e96692a3-d201-42af-8dc8-e6e4c357d34b1215581029416347 CREATE) [n:127.0.0.1:40673_solr c:testasynccollectioncreation s:shard1 r:core_node4 x:testasynccollectioncreation_shard1_replica_n3] o.a.s.c.ZkController Core needs to recover:testasynccollectioncreation_shard1_replica_n3
   [junit4]   2> 1109329 INFO  (updateExecutor-3276-thread-1-processing-x:testasynccollectioncreation_shard1_replica_n3 e96692a3-d201-42af-8dc8-e6e4c357d34b1215581029416347 r:core_node4 CREATE n:127.0.0.1:40673_solr c:testasynccollectioncreation s:shard1) [n:127.0.0.1:40673_solr c:testasynccollectioncreation s:shard1 r:core_node4 x:testasynccollectioncreation_shard1_replica_n3] o.a.s.u.DefaultSolrCoreState Running recovery
   [junit4]   2> 1109330 INFO  (recoveryExecutor-3277-thread-1-processing-x:testasynccollectioncreation_shard1_replica_n3 e96692a3-d201-42af-8dc8-e6e4c357d34b1215581029416347 r:core_node4 CREATE n:127.0.0.1:40673_solr c:testasynccollectioncreation s:shard1) [n:127.0.0.1:40673_solr c:testasynccollectioncreation s:shard1 r:core_node4 x:testasynccollectioncreation_shard1_replica_n3] o.a.s.c.RecoveryStrategy Starting recovery process. recoveringAfterStartup=true
   [junit4]   2> 1109330 INFO  (recoveryExecutor-3277-thread-1-processing-x:testasynccollectioncreation_shard1_replica_n3 e96692a3-d201-42af-8dc8-e6e4c357d34b1215581029416347 r:core_node4 CREATE n:127.0.0.1:40673_solr c:testasynccollectioncreation s:shard1) [n:127.0.0.1:40673_solr c:testasynccollectioncreation s:shard1 r:core_node4 x:testasynccollectioncreation_shard1_replica_n3] o.a.s.c.RecoveryStrategy startupVersions is empty
   [junit4]   2> 1109332 INFO  (qtp1817448117-11930) [n:127.0.0.1:43395_solr c:testasynccollectioncreation s:shard1 r:core_node2 x:testasynccollectioncreation_shard1_replica_n1] o.a.s.c.S.Request [testasynccollectioncreation_shard1_replica_n1]  webapp=/solr path=/admin/ping params={wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 1109332 INFO  (qtp1817448117-11930) [n:127.0.0.1:43395_solr c:testasynccollectioncreation s:shard1 r:core_node2 x:testasynccollectioncreation_shard1_replica_n1] o.a.s.c.S.Request [testasynccollectioncreation_shard1_replica_n1]  webapp=/solr path=/admin/ping params={wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1109332 INFO  (recoveryExecutor-3277-thread-1-processing-x:testasynccollectioncreation_shard1_replica_n3 e96692a3-d201-42af-8dc8-e6e4c357d34b1215581029416347 r:core_node4 CREATE n:127.0.0.1:40673_solr c:testasynccollectioncreation s:shard1) [n:127.0.0.1:40673_solr c:testasynccollectioncreation s:shard1 r:core_node4 x:testasynccollectioncreation_shard1_replica_n3] o.a.s.c.RecoveryStrategy Begin buffering updates. core=[testasynccollectioncreation_shard1_replica_n3]
   [junit4]   2> 1109332 INFO  (recoveryExecutor-3277-thread-1-processing-x:testasynccollectioncreation_shard1_replica_n3 e96692a3-d201-42af-8dc8-e6e4c357d34b1215581029416347 r:core_node4 CREATE n:127.0.0.1:40673_solr c:testasynccollectioncreation s:shard1) [n:127.0.0.1:40673_solr c:testasynccollectioncreation s:shard1 r:core_node4 x:testasynccollectioncreation_shard1_replica_n3] o.a.s.u.UpdateLog Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
   [junit4]   2> 1109333 INFO  (recoveryExecutor-3277-thread-1-processing-x:testasynccollectioncreation_shard1_replica_n3 e96692a3-d201-42af-8dc8-e6e4c357d34b1215581029416347 r:core_node4 CREATE n:127.0.0.1:40673_solr c:testasynccollectioncreation s:shard1) [n:127.0.0.1:40673_solr c:testasynccollectioncreation s:shard1 r:core_node4 x:testasynccollectioncreation_shard1_replica_n3] o.a.s.c.RecoveryStrategy Publishing state of core [testasynccollectioncreation_shard1_replica_n3] as recovering, leader is [http://127.0.0.1:43395/solr/testasynccollectioncreation_shard1_replica_n1/] and I am [http://127.0.0.1:40673/solr/testasynccollectioncreation_shard1_replica_n3/]
   [junit4]   2> 1109334 INFO  (recoveryExecutor-3277-thread-1-processing-x:testasynccollectioncreation_shard1_replica_n3 e96692a3-d201-42af-8dc8-e6e4c357d34b1215581029416347 r:core_node4 CREATE n:127.0.0.1:40673_solr c:testasynccollectioncreation s:shard1) [n:127.0.0.1:40673_solr c:testasynccollectioncreation s:shard1 r:core_node4 x:testasynccollectioncreation_shard1_replica_n3] o.a.s.c.ZkShardTerms Successful update of terms at /collections/testasynccollectioncreation/terms/shard1 to Terms{values={core_node2=0, core_node4_recovering=0, core_node4=0}, version=2}
   [junit4]   2> 1109335 INFO  (recoveryExecutor-3277-thread-1-processing-x:testasynccollectioncreation_shard1_replica_n3 e96692a3-d201-42af-8dc8-e6e4c357d34b1215581029416347 r:core_node4 CREATE n:127.0.0.1:40673_solr c:testasynccollectioncreation s:shard1) [n:127.0.0.1:40673_solr c:testasynccollectioncreation s:shard1 r:core_node4 x:testasynccollectioncreation_shard1_replica_n3] o.a.s.c.RecoveryStrategy Sending prep recovery command to [http://127.0.0.1:43395/solr]; [WaitForState: action=PREPRECOVERY&core=testasynccollectioncreation_shard1_replica_n1&nodeName=127.0.0.1:40673_solr&coreNodeName=core_node4&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true]
   [junit4]   2> 1109335 INFO  (qtp1817448117-11932) [n:127.0.0.1:43395_solr    x:testasynccollectioncreation_shard1_replica_n1] o.a.s.h.a.PrepRecoveryOp Going to wait for coreNodeName: core_node4, state: recovering, checkLive: true, onlyIfLeader: true, onlyIfLeaderActive: true
   [junit4]   2> 1109335 INFO  (qtp1817448117-11932) [n:127.0.0.1:43395_solr    x:testasynccollectioncreation_shard1_replica_n1] o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering): collection=testasynccollectioncreation, shard=shard1, thisCore=testasynccollectioncreation_shard1_replica_n1, leaderDoesNotNeedRecovery=false, isLeader? true, live=true, checkLive=true, currentState=down, localState=active, nodeName=127.0.0.1:40673_solr, coreNodeName=core_node4, onlyIfActiveCheckResult=false, nodeProps: core_node4:{"core":"testasynccollectioncreation_shard1_replica_n3","base_url":"http://127.0.0.1:40673/solr","node_name":"127.0.0.1:40673_solr","state":"down","type":"NRT","force_set_state":"false"}
   [junit4]   2> 1109436 INFO  (zkCallback-3288-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testasynccollectioncreation/state.json] for collection [testasynccollectioncreation] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1109436 INFO  (zkCallback-3288-thread-3) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testasynccollectioncreation/state.json] for collection [testasynccollectioncreation] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1109436 INFO  (zkCallback-3288-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testasynccollectioncreation/state.json] for collection [testasynccollectioncreation] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1109436 INFO  (zkCallback-3280-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testasynccollectioncreation/state.json] for collection [testasynccollectioncreation] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1109436 INFO  (zkCallback-3280-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testasynccollectioncreation/state.json] for collection [testasynccollectioncreation] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1109436 INFO  (zkCallback-3280-thread-3) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testasynccollectioncreation/state.json] for collection [testasynccollectioncreation] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1109436 INFO  (watches-3295-thread-1) [    ] o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering): collection=testasynccollectioncreation, shard=shard1, thisCore=testasynccollectioncreation_shard1_replica_n1, leaderDoesNotNeedRecovery=false, isLeader? true, live=true, checkLive=true, currentState=recovering, localState=active, nodeName=127.0.0.1:40673_solr, coreNodeName=core_node4, onlyIfActiveCheckResult=false, nodeProps: core_node4:{"core":"testasynccollectioncreation_shard1_replica_n3","base_url":"http://127.0.0.1:40673/solr","node_name":"127.0.0.1:40673_solr","state":"recovering","type":"NRT","force_set_state":"false"}
   [junit4]   2> 1109436 INFO  (qtp1817448117-11932) [n:127.0.0.1:43395_solr    x:testasynccollectioncreation_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={nodeName=127.0.0.1:40673_solr&onlyIfLeaderActive=true&core=testasynccollectioncreation_shard1_replica_n1&coreNodeName=core_node4&action=PREPRECOVERY&checkLive=true&state=recovering&onlyIfLeader=true&wt=javabin&version=2} status=0 QTime=101
   [junit4]   2> 1109883 INFO  (qtp1235524918-11931) [n:127.0.0.1:40673_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with params requestid=e96692a3-d201-42af-8dc8-e6e4c357d34b&action=REQUESTSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1109884 INFO  (qtp1235524918-11931) [n:127.0.0.1:40673_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={requestid=e96692a3-d201-42af-8dc8-e6e4c357d34b&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1109937 INFO  (recoveryExecutor-3277-thread-1-processing-x:testasynccollectioncreation_shard1_replica_n3 e96692a3-d201-42af-8dc8-e6e4c357d34b1215581029416347 r:core_node4 CREATE n:127.0.0.1:40673_solr c:testasynccollectioncreation s:shard1) [n:127.0.0.1:40673_solr c:testasynccollectioncreation s:shard1 r:core_node4 x:testasynccollectioncreation_shard1_replica_n3] o.a.s.c.RecoveryStrategy Attempting to PeerSync from [http://127.0.0.1:43395/solr/testasynccollectioncreation_shard1_replica_n1/] - recoveringAfterStartup=[true]
   [junit4]   2> 1109937 WARN  (recoveryExecutor-3277-thread-1-processing-x:testasynccollectioncreation_shard1_replica_n3 e96692a3-d201-42af-8dc8-e6e4c357d34b1215581029416347 r:core_node4 CREATE n:127.0.0.1:40673_solr c:testasynccollectioncreation s:shard1) [n:127.0.0.1:40673_solr c:testasynccollectioncreation s:shard1 r:core_node4 x:testasynccollectioncreation_shard1_replica_n3] o.a.s.u.PeerSyncWithLeader no frame of reference to tell if we've missed updates
   [junit4]   2> 1109938 INFO  (recoveryExecutor-3277-thread-1-processing-x:testasynccollectioncreation_shard1_replica_n3 e96692a3-d201-42af-8dc8-e6e4c357d34b1215581029416347 r:core_node4 CREATE n:127.0.0.1:40673_solr c:testasynccollectioncreation s:shard1) [n:127.0.0.1:40673_solr c:testasynccollectioncreation s:shard1 r:core_node4 x:testasynccollectioncreation_shard1_replica_n3] o.a.s.c.RecoveryStrategy PeerSync Recovery was not successful - trying replication.
   [junit4]   2> 1109938 INFO  (recoveryExecutor-3277-thread-1-processing-x:testasynccollectioncreation_shard1_replica_n3 e96692a3-d201-42af-8dc8-e6e4c357d34b1215581029416347 r:core_node4 CREATE n:127.0.0.1:40673_solr c:testasynccollectioncreation s:shard1) [n:127.0.0.1:40673_solr c:testasynccollectioncreation s:shard1 r:core_node4 x:testasynccollectioncreation_shard1_replica_n3] o.a.s.c.RecoveryStrategy Starting Replication Recovery.
   [junit4]   2> 1109938 INFO  (recoveryExecutor-3277-thread-1-processing-x:testasynccollectioncreation_shard1_replica_n3 e96692a3-d201-42af-8dc8-e6e4c357d34b1215581029416347 r:core_node4 CREATE n:127.0.0.1:40673_solr c:testasynccollectioncreation s:shard1) [n:127.0.0.1:40673_solr c:testasynccollectioncreation s:shard1 r:core_node4 x:testasynccollectioncreation_shard1_replica_n3] o.a.s.c.RecoveryStrategy Attempting to replicate from [http://127.0.0.1:43395/solr/testasynccollectioncreation_shard1_replica_n1/].
   [junit4]   2> 1109939 INFO  (qtp1817448117-11928) [n:127.0.0.1:43395_solr c:testasynccollectioncreation s:shard1 r:core_node2 x:testasynccollectioncreation_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1627013517923057664,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1109941 INFO  (qtp1817448117-11928) [n:127.0.0.1:43395_solr c:testasynccollectioncreation s:shard1 r:core_node2 x:testasynccollectioncreation_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 1109942 INFO  (qtp1817448117-11928) [n:127.0.0.1:43395_solr c:testasynccollectioncreation s:shard1 r:core_node2 x:testasynccollectioncreation_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1109943 INFO  (qtp1235524918-11929) [n:127.0.0.1:40673_solr c:testasynccollectioncreation s:shard1 r:core_node4 x:testasynccollectioncreation_shard1_replica_n3] o.a.s.u.p.DistributedUpdateProcessor Ignoring commit while not ACTIVE - state: BUFFERING replay: false
   [junit4]   2> 1109943 INFO  (qtp1235524918-11929) [n:127.0.0.1:40673_solr c:testasynccollectioncreation s:shard1 r:core_node4 x:testasynccollectioncreation_shard1_replica_n3] o.a.s.u.p.LogUpdateProcessorFactory [testasynccollectioncreation_shard1_replica_n3]  webapp=/solr path=/update params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=false&commit=true&softCommit=false&distrib.from=http://127.0.0.1:43395/solr/testasynccollectioncreation_shard1_replica_n1/&commit_end_point=replicas&wt=javabin&version=2&expungeDeletes=false}{commit=} 0 0
   [junit4]   2> 1109944 INFO  (qtp1817448117-11928) [n:127.0.0.1:43395_solr c:testasynccollectioncreation s:shard1 r:core_node2 x:testasynccollectioncreation_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [testasynccollectioncreation_shard1_replica_n1]  webapp=/solr path=/update params={waitSearcher=true&openSearcher=false&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 5
   [junit4]   2> 1109945 INFO  (qtp1817448117-11930) [n:127.0.0.1:43395_solr c:testasynccollectioncreation s:shard1 r:core_node2 x:testasynccollectioncreation_shard1_replica_n1] o.a.s.c.S.Request [testasynccollectioncreation_shard1_replica_n1]  webapp=/solr path=/replication params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0 QTime=0
   [junit4]   2> 1109945 INFO  (recoveryExecutor-3277-thread-1-processing-x:testasynccollectioncreation_shard1_replica_n3 e96692a3-d201-42af-8dc8-e6e4c357d34b1215581029416347 r:core_node4 CREATE n:127.0.0.1:40673_solr c:testasynccollectioncreation s:shard1) [n:127.0.0.1:40673_solr c:testasynccollectioncreation s:shard1 r:core_node4 x:testasynccollectioncreation_shard1_replica_n3] o.a.s.h.IndexFetcher Master's generation: 1
   [junit4]   2> 1109945 INFO  (recoveryExecutor-3277-thread-1-processing-x:testasynccollectioncreation_shard1_replica_n3 e96692a3-d201-42af-8dc8-e6e4c357d34b1215581029416347 r:core_node4 CREATE n:127.0.0.1:40673_solr c:testasynccollectioncreation s:shard1) [n:127.0.0.1:40673_solr c:testasynccollectioncreation s:shard1 r:core_node4 x:testasynccollectioncreation_shard1_replica_n3] o.a.s.h.IndexFetcher Master's version: 0
   [junit4]   2> 1109945 INFO  (recoveryExecutor-3277-thread-1-processing-x:testasynccollectioncreation_shard1_replica_n3 e96692a3-d201-42af-8dc8-e6e4c357d34b1215581029416347 r:core_node4 CREATE n:127.0.0.1:40673_solr c:testasynccollectioncreation s:shard1) [n:127.0.0.1:40673_solr c:testasynccollectioncreation s:shard1 r:core_node4 x:testasynccollectioncreation_shard1_replica_n3] o.a.s.h.IndexFetcher Slave's generation: 1
   [junit4]   2> 1109945 INFO  (recoveryExecutor-3277-thread-1-processing-x:testasynccollectioncreation_shard1_replica_n3 e96692a3-d201-42af-8dc8-e6e4c357d34b1215581029416347 r:core_node4 CREATE n:127.0.0.1:40673_solr c:testasynccollectioncreation s:shard1) [n:127.0.0.1:40673_solr c:testasynccollectioncreation s:shard1 r:core_node4 x:testasynccollectioncreation_shard1_replica_n3] o.a.s.h.IndexFetcher Slave's version: 0
   [junit4]   2> 1109945 INFO  (recoveryExecutor-3277-thread-1-processing-x:testasynccollectioncreation_shard1_replica_n3 e96692a3-d201-42af-8dc8-e6e4c357d34b1215581029416347 r:core_node4 CREATE n:127.0.0.1:40673_solr c:testasynccollectioncreation s:shard1) [n:127.0.0.1:40673_solr c:testasynccollectioncreation s:shard1 r:core_node4 x:testasynccollectioncreation_shard1_replica_n3] o.a.s.h.IndexFetcher New index in Master. Deleting mine...
   [junit4]   2> 1109948 INFO  (recoveryExecutor-3277-thread-1-processing-x:testasynccollectioncreation_shard1_replica_n3 e96692a3-d201-42af-8dc8-e6e4c357d34b1215581029416347 r:core_node4 CREATE n:127.0.0.1:40673_solr c:testasynccollectioncreation s:shard1) [n:127.0.0.1:40673_solr c:testasynccollectioncreation s:shard1 r:core_node4 x:testasynccollectioncreation_shard1_replica_n3] o.a.s.s.SolrIndexSearcher Opening [Searcher@3fd2680e[testasynccollectioncreation_shard1_replica_n3] main]
   [junit4]   2> 1109952 INFO  (searcherExecutor-4460-thread-1-processing-x:testasynccollectioncreation_shard1_replica_n3 e96692a3-d201-42af-8dc8-e6e4c357d34b1215581029416347 r:core_node4 CREATE n:127.0.0.1:40673_solr c:testasynccollectioncreation s:shard1) [n:127.0.0.1:40673_solr c:testasynccollectioncreation s:shard1 r:core_node4 x:testasynccollectioncreation_shard1_replica_n3] o.a.s.c.SolrCore [testasynccollectioncreation_shard1_replica_n3] Registered new searcher Searcher@3fd2680e[testasynccollectioncreation_shard1_replica_n3] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1109952 INFO  (recoveryExecutor-3277-thread-1-processing-x:testasynccollectioncreation_shard1_replica_n3 e96692a3-d201-42af-8dc8-e6e4c357d34b1215581029416347 r:core_node4 CREATE n:127.0.0.1:40673_solr c:testasynccollectioncreation s:shard1) [n:127.0.0.1:40673_solr c:testasynccollectioncreation s:shard1 r:core_node4 x:testasynccollectioncreation_shard1_replica_n3] o.a.s.c.RecoveryStrategy No replay needed.
   [junit4]   2> 1109952 INFO  (recoveryExecutor-3277-thread-1-processing-x:testasynccollectioncreation_shard1_replica_n3 e96692a3-d201-42af-8dc8-e6e4c357d34b1215581029416347 r:core_node4 CREATE n:127.0.0.1:40673_solr c:testasynccollectioncreation s:shard1) [n:127.0.0.1:40673_solr c:testasynccollectioncreation s:shard1 r:core_node4 x:testasynccollectioncreation_shard1_replica_n3] o.a.s.c.RecoveryStrategy Replication Recovery was successful.
   [junit4]   2> 1109952 INFO  (recoveryExecutor-3277-thread-1-processing-x:testasynccollectioncreation_shard1_replica_n3 e96692a3-d201-42af-8dc8-e6e4c357d34b1215581029416347 r:core_node4 CREATE n:127.0.0.1:40673_solr c:testasynccollectioncreation s:shard1) [n:127.0.0.1:40673_solr c:testasynccollectioncreation s:shard1 r:core_node4 x:testasynccollectioncreation_shard1_replica_n3] o.a.s.c.RecoveryStrategy Registering as Active after recovery.
   [junit4]   2> 1109953 INFO  (recoveryExecutor-3277-thread-1-processing-x:testasynccollectioncreation_shard1_replica_n3 e96692a3-d201-42af-8dc8-e6e4c357d34b1215581029416347 r:core_node4 CREATE n:127.0.0.1:40673_solr c:testasynccollectioncreation s:shard1) [n:127.0.0.1:40673_solr c:testasynccollectioncreation s:shard1 r:core_node4 x:testasynccollectioncreation_shard1_replica_n3] o.a.s.c.ZkShardTerms Successful update of terms at /collections/testasynccollectioncreation/terms/shard1 to Terms{values={core_node2=0, core_node4=0}, version=3}
   [junit4]   2> 1109954 INFO  (recoveryExecutor-3277-thread-1-processing-x:testasynccollectioncreation_shard1_replica_n3 e96692a3-d201-42af-8dc8-e6e4c357d34b1215581029416347 r:core_node4 CREATE n:127.0.0.1:40673_solr c:testasynccollectioncreation s:shard1) [n:127.0.0.1:40673_solr c:testasynccollectioncreation s:shard1 r:core_node4 x:testasynccollectioncreation_shard1_replica_n3] o.a.s.c.RecoveryStrategy Updating version bucket highest from index after successful recovery.
   [junit4]   2> 1109954 INFO  (recoveryExecutor-3277-thread-1-processing-x:testasynccollectioncreation_shard1_replica_n3 e96692a3-d201-42af-8dc8-e6e4c357d34b1215581029416347 r:core_node4 CREATE n:127.0.0.1:40673_solr c:testasynccollectioncreation s:shard1) [n:127.0.0.1:40673_solr c:testasynccollectioncreation s:shard1 r:core_node4 x:testasynccollectioncreation_shard1_replica_n3] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1627013517938786304
   [junit4]   2> 1109955 INFO  (recoveryExecutor-3277-thread-1-processing-x:testasynccollectioncreation_shard1_replica_n3 e96692a3-d201-42af-8dc8-e6e4c357d34b1215581029416347 r:core_node4 CREATE n:127.0.0.1:40673_solr c:testasynccollectioncreation s:shard1) [n:127.0.0.1:40673_solr c:testasynccollectioncreation s:shard1 r:core_node4 x:testasynccollectioncreation_shard1_replica_n3] o.a.s.c.RecoveryStrategy Finished recovery process, successful=[true]
   [junit4]   2> 1110039 INFO  (qtp1235524918-11931) [n:127.0.0.1:40673_solr    ] o.a.s.h.a.CoreAdminOperation Checking request status for : e96692a3-d201-42af-8dc8-e6e4c357d34b1215581029416347
   [junit4]   2> 1110039 INFO  (qtp1235524918-11931) [n:127.0.0.1:40673_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&requestid=e96692a3-d201-42af-8dc8-e6e4c357d34b1215581029416347&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1110041 INFO  (OverseerThreadFactory-4447-thread-3-processing-n:127.0.0.1:40673_solr) [n:127.0.0.1:40673_solr c:testasynccollectioncreation s:shard1  ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000002 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 1110056 INFO  (zkCallback-3288-thread-3) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testasynccollectioncreation/state.json] for collection [testasynccollectioncreation] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1110056 INFO  (zkCallback-3280-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testasynccollectioncreation/state.json] for collection [testasynccollectioncreation] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1110056 INFO  (zkCallback-3288-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testasynccollectioncreation/state.json] for collection [testasynccollectioncreation] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1110056 INFO  (zkCallback-3280-thread-4) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:Syn

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

hread.java:835) [?:?]
   [junit4]   2> Caused by: org.apache.solr.common.SolrException: Unexpected exception while processing event: {
   [junit4]   2>   "id":"452901f261dbbT6btxxjtg6f0og6nty98xpffon",
   [junit4]   2>   "source":"node_added_trigger2",
   [junit4]   2>   "eventTime":1216678858202555,
   [junit4]   2>   "eventType":"NODEADDED",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[
   [junit4]   2>       1216678858202555,
   [junit4]   2>       1216678880946055,
   [junit4]   2>       1216678889921055,
   [junit4]   2>       1216678883362355,
   [junit4]   2>       1216678862391355,
   [junit4]   2>       1216678887099955,
   [junit4]   2>       1216678864693855,
   [junit4]   2>       1216678907169955,
   [junit4]   2>       1216678877089655,
   [junit4]   2>       1216678902592155,
   [junit4]   2>       1216678869316055,
   [junit4]   2>       1216678871698855,
   [junit4]   2>       1216678874700755,
   [junit4]   2>       1216678892201155,
   [junit4]   2>       1216678895697555,
   [junit4]   2>       1216678866932655,
   [junit4]   2>       1216678897838455,
   [junit4]   2>       1216678904871355,
   [junit4]   2>       1216678899988255],
   [junit4]   2>     "preferredOperation":"movereplica",
   [junit4]   2>     "_enqueue_time_":1216684140673055,
   [junit4]   2>     "nodeNames":[
   [junit4]   2>       "127.0.0.1:10218_solr",
   [junit4]   2>       "127.0.0.1:10208_solr",
   [junit4]   2>       "127.0.0.1:10212_solr",
   [junit4]   2>       "127.0.0.1:10205_solr",
   [junit4]   2>       "127.0.0.1:10204_solr",
   [junit4]   2>       "127.0.0.1:10202_solr",
   [junit4]   2>       "127.0.0.1:10220_solr",
   [junit4]   2>       "127.0.0.1:10210_solr",
   [junit4]   2>       "127.0.0.1:10215_solr",
   [junit4]   2>       "127.0.0.1:10207_solr",
   [junit4]   2>       "127.0.0.1:10203_solr",
   [junit4]   2>       "127.0.0.1:10206_solr",
   [junit4]   2>       "127.0.0.1:10217_solr",
   [junit4]   2>       "127.0.0.1:10213_solr",
   [junit4]   2>       "127.0.0.1:10209_solr",
   [junit4]   2>       "127.0.0.1:10219_solr",
   [junit4]   2>       "127.0.0.1:10214_solr",
   [junit4]   2>       "127.0.0.1:10216_solr",
   [junit4]   2>       "127.0.0.1:10211_solr"]}}
   [junit4]   2> 	at org.apache.solr.cloud.autoscaling.ComputePlanAction.process(ComputePlanAction.java:160) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.cloud.autoscaling.ScheduledTriggers.lambda$add$3(ScheduledTriggers.java:325) ~[java/:?]
   [junit4]   2> 	... 6 more
   [junit4]   2> Caused by: java.io.IOException: already closed
   [junit4]   2> 	at org.apache.solr.cloud.autoscaling.sim.SimClusterStateProvider.ensureNotClosed(SimClusterStateProvider.java:2212) ~[test/:?]
   [junit4]   2> 	at org.apache.solr.cloud.autoscaling.sim.SimClusterStateProvider.getClusterState(SimClusterStateProvider.java:2116) ~[test/:?]
   [junit4]   2> 	at org.apache.solr.cloud.autoscaling.ComputePlanAction.process(ComputePlanAction.java:91) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.cloud.autoscaling.ScheduledTriggers.lambda$add$3(ScheduledTriggers.java:325) ~[java/:?]
   [junit4]   2> 	... 6 more
   [junit4]   2> 1390723 DEBUG (AutoscalingActionExecutor-3608-thread-1) [    ] o.a.s.c.a.ScheduledTriggers -- processing took 676 ms for event id=452901f261dbbT6btxxjtg6f0og6nty98xpffon
   [junit4]   2> 1390723 DEBUG (TEST-TestSimLargeCluster.testAddNode-seed#[230AD3B0100A218C]) [    ] o.a.s.c.a.ScheduledTriggers Awaiting termination for scheduled thread pool executor
   [junit4]   2> 1390723 DEBUG (TEST-TestSimLargeCluster.testAddNode-seed#[230AD3B0100A218C]) [    ] o.a.s.c.a.ScheduledTriggers ScheduledTriggers closed completely
   [junit4]   2> 1390723 DEBUG (TEST-TestSimLargeCluster.testAddNode-seed#[230AD3B0100A218C]) [    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread has been closed explicitly
   [junit4]   2> 1390751 INFO  (TEST-TestSimLargeCluster.testAddNode-seed#[230AD3B0100A218C]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testAddNode
   [junit4] IGNOR/A 0.00s J1 | TestSimLargeCluster.testNodeLost
   [junit4]    > Assumption #1: 'badapple' test group is disabled (@BadApple(bugUrl="https://issues.apache.org/jira/browse/SOLR-12028"))
   [junit4] IGNOR/A 0.00s J1 | TestSimLargeCluster.testBasic
   [junit4]    > Assumption #1: 'awaitsfix' test group is disabled (@AwaitsFix(bugUrl="https://issues.apache.org/jira/browse/SOLR-12028"))
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.sim.TestSimLargeCluster_230AD3B0100A218C-001
   [junit4]   2> NOTE: test params are: codec=FastCompressingStoredFields(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=FAST, chunkSize=6540, maxDocsPerChunk=792, blockSize=863), termVectorsFormat=CompressingTermVectorsFormat(compressionMode=FAST, chunkSize=6540, blockSize=863)), sim=RandomSimilarity(queryNorm=true): {}, locale=pt-MZ, timezone=Etc/GMT-9
   [junit4]   2> NOTE: Linux 4.18.0-15-generic amd64/Aleksey Shipilev 12-testing (64-bit)/cpus=8,threads=1,free=217768056,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [SearchRateTriggerIntegrationTest, BigEndianAscendingWordDeserializerTest, PrimitiveFieldTypeTest, HighlighterTest, TestCorePropertiesReload, TestShardHandlerFactory, TestBlendedInfixSuggestions, ReplaceNodeNoTargetTest, CreateRoutedAliasTest, HdfsTlogReplayBufferedWhileIndexingTest, TestUnInvertedFieldException, TestDFISimilarityFactory, ExplicitHLLTest, BasicFunctionalityTest, TestReplicaProperties, TestBinaryResponseWriter, TestSchemaSimilarityResource, TestCloudPivotFacet, TestJsonFacetRefinement, TestCloudDeleteByQuery, SimpleMLTQParserTest, ExitableDirectoryReaderTest, CoreMergeIndexesAdminHandlerTest, PluginInfoTest, DebugComponentTest, DirectUpdateHandlerTest, TestQuerySenderListener, TestInfoStreamLogging, TestPHPSerializedResponseWriter, MetricsHistoryIntegrationTest, TestOverriddenPrefixQueryForCustomFieldType, TestCoreBackup, TestIndexSearcher, SimplePostToolTest, CurrencyRangeFacetCloudTest, TransactionLogTest, AtomicUpdatesTest, TestLockTree, AutoAddReplicasPlanActionTest, TestJsonFacetsWithNestedObjects, TestFieldCacheSort, DirectSolrConnectionTest, SharedFSAutoReplicaFailoverTest, TestSolrXml, SolrCloudExampleTest, PeerSyncWithLeaderAndIndexFingerprintCachingTest, TestFoldingMultitermQuery, SegmentsInfoRequestHandlerTest, ChaosMonkeyNothingIsSafeWithPullReplicasTest, HdfsNNFailoverTest, DocValuesMissingTest, TestRandomFlRTGCloud, RulesTest, TestExpandComponent, TestDownShardTolerantSearch, TestCloudSearcherWarming, DistributedTermsComponentTest, TestPolicyCloud, TestMissingGroups, EnumFieldTest, TestCollapseQParserPlugin, EmbeddedSolrNoSerializeTest, TestPartialUpdateDeduplication, ClassificationUpdateProcessorTest, TestSolrCoreParser, TestReRankQParserPlugin, DeleteStatusTest, NumberUtilsTest, TestSha256AuthenticationProvider, TestDocTermOrdsUninvertLimit, LeaderTragicEventTest, TestShortCircuitedRequests, TestTlogReplica, URLClassifyProcessorTest, UtilsToolTest, CurrencyFieldTypeTest, HdfsDirectoryTest, HLLUtilTest, HdfsBasicDistributedZkTest, CSVRequestHandlerTest, TestLMDirichletSimilarityFactory, ResponseLogComponentTest, ConfigSetsAPITest, SuggesterFSTTest, BasicDistributedZkTest, TestLeaderElectionWithEmptyReplica, V2StandaloneTest, PreAnalyzedUpdateProcessorTest, TestStressLucene, RequestLoggingTest, TestChildDocTransformer, ZkStateWriterTest, VersionInfoTest, CollectionTooManyReplicasTest, ZkFailoverTest, RequestHandlersTest, CdcrWithNodesRestartsTest, HttpPartitionOnCommitTest, DisMaxRequestHandlerTest, TestTrieFacet, TestManagedSchemaAPI, TestCloudNestedDocsSort, TestGeoJSONResponseWriter, PeerSyncTest, TestTestInjection, TestComponentsName, VMParamsZkACLAndCredentialsProvidersTest, SolrCmdDistributorTest, BlockJoinFacetRandomTest, CheckHdfsIndexTest, TestFieldSortValues, TestNumericTerms64, BooleanFieldTest, StressHdfsTest, TestFieldTypeResource, RecoveryAfterSoftCommitTest, TestFieldCollectionResource, SolrMetricReporterTest, SolrIndexSplitterTest, TestSQLHandler, TestRandomFaceting, TestFuzzyAnalyzedSuggestions, AdminHandlersProxyTest, TestSimLargeCluster]
   [junit4] Completed [318/838 (2!)] on J1 in 8.49s, 4 tests, 1 failure, 2 skipped <<< FAILURES!

[...truncated 44214 lines...]
[repro] Jenkins log URL: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Linux/3602/consoleText

[repro] Revision: 76aae1cc1b6c69e7adbd65d39e8e9d0db2ace7f6

[repro] Ant options: "-Dargs=-XX:+UseCompressedOops -XX:+UseSerialGC"
[repro] Repro line:  ant test  -Dtestcase=CollectionsAPIAsyncDistributedZkTest -Dtests.method=testAsyncRequests -Dtests.seed=230AD3B0100A218C -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=rwk -Dtests.timezone=HST -Dtests.asserts=true -Dtests.file.encoding=UTF-8

[repro] Repro line:  ant test  -Dtestcase=TestSimLargeCluster -Dtests.method=testSearchRate -Dtests.seed=230AD3B0100A218C -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=pt-MZ -Dtests.timezone=Etc/GMT-9 -Dtests.asserts=true -Dtests.file.encoding=UTF-8

[repro] ant clean

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

[...truncated 3588 lines...]
[repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=10 -Dtests.class="*.TestSimLargeCluster|*.CollectionsAPIAsyncDistributedZkTest" -Dtests.showOutput=onerror "-Dargs=-XX:+UseCompressedOops -XX:+UseSerialGC" -Dtests.seed=230AD3B0100A218C -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=pt-MZ -Dtests.timezone=Etc/GMT-9 -Dtests.asserts=true -Dtests.file.encoding=UTF-8

[...truncated 130 lines...]
[repro] Failures:
[repro]   0/5 failed: org.apache.solr.cloud.api.collections.CollectionsAPIAsyncDistributedZkTest
[repro]   0/5 failed: org.apache.solr.cloud.autoscaling.sim.TestSimLargeCluster
[repro] Exiting with code 0

[...truncated 43 lines...]

[JENKINS] Lucene-Solr-7.x-Linux (64bit/jdk1.8.0_172) - Build # 3603 - Still Unstable!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Linux/3603/
Java: 64bit/jdk1.8.0_172 -XX:-UseCompressedOops -XX:+UseParallelGC

1 tests failed.
FAILED:  org.apache.solr.cloud.LeaderVoteWaitTimeoutTest.basicTest

Error Message:
Timeout waiting to see state for collection=basicTest :DocCollection(basicTest//collections/basicTest/state.json/5)={   "pullReplicas":"0",   "replicationFactor":"1",   "shards":{"shard1":{       "range":"80000000-7fffffff",       "state":"active",       "replicas":{"core_node2":{           "core":"basicTest_shard1_replica_n1",           "base_url":"http://127.0.0.1:34569/solr",           "node_name":"127.0.0.1:34569_solr",           "state":"down",           "type":"NRT",           "force_set_state":"false",           "leader":"true"}}}},   "router":{"name":"compositeId"},   "maxShardsPerNode":"1",   "autoAddReplicas":"false",   "nrtReplicas":"1",   "tlogReplicas":"0"}

Stack Trace:
java.util.concurrent.TimeoutException: Timeout waiting to see state for collection=basicTest :DocCollection(basicTest//collections/basicTest/state.json/5)={
  "pullReplicas":"0",
  "replicationFactor":"1",
  "shards":{"shard1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{"core_node2":{
          "core":"basicTest_shard1_replica_n1",
          "base_url":"http://127.0.0.1:34569/solr",
          "node_name":"127.0.0.1:34569_solr",
          "state":"down",
          "type":"NRT",
          "force_set_state":"false",
          "leader":"true"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"1",
  "autoAddReplicas":"false",
  "nrtReplicas":"1",
  "tlogReplicas":"0"}
	at __randomizedtesting.SeedInfo.seed([3EB4E2C77D37C4EB:CC40F5A53992C9D8]:0)
	at org.apache.solr.common.cloud.ZkStateReader.waitForState(ZkStateReader.java:1525)
	at org.apache.solr.cloud.LeaderVoteWaitTimeoutTest.basicTest(LeaderVoteWaitTimeoutTest.java:132)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 14246 lines...]
   [junit4] Suite: org.apache.solr.cloud.LeaderVoteWaitTimeoutTest
   [junit4]   2> 1167318 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[3EB4E2C77D37C4EB]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderVoteWaitTimeoutTest_3EB4E2C77D37C4EB-001/init-core-data-001
   [junit4]   2> 1167319 WARN  (SUITE-LeaderVoteWaitTimeoutTest-seed#[3EB4E2C77D37C4EB]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=20 numCloses=20
   [junit4]   2> 1167319 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[3EB4E2C77D37C4EB]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 1167321 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[3EB4E2C77D37C4EB]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 1167347 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3EB4E2C77D37C4EB]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testMostInSyncReplicasCanWinElection
   [junit4]   2> 1167347 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3EB4E2C77D37C4EB]) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderVoteWaitTimeoutTest_3EB4E2C77D37C4EB-001/tempDir-001
   [junit4]   2> 1167347 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3EB4E2C77D37C4EB]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1167359 INFO  (ZkTestServer Run Thread) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1167359 INFO  (ZkTestServer Run Thread) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1167459 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3EB4E2C77D37C4EB]) [    ] o.a.s.c.ZkTestServer start zk server on port:33613
   [junit4]   2> 1167459 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3EB4E2C77D37C4EB]) [    ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:33613
   [junit4]   2> 1167459 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3EB4E2C77D37C4EB]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 33613
   [junit4]   2> 1167463 INFO  (zkConnectionManagerCallback-8595-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1167465 INFO  (zkConnectionManagerCallback-8597-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1167466 INFO  (zkConnectionManagerCallback-8599-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1167470 WARN  (jetty-launcher-8600-thread-1) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 1167470 WARN  (jetty-launcher-8600-thread-2) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 1167470 INFO  (jetty-launcher-8600-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 1167470 INFO  (jetty-launcher-8600-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 1167470 INFO  (jetty-launcher-8600-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1167470 INFO  (jetty-launcher-8600-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1167470 INFO  (jetty-launcher-8600-thread-1) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_172-b11
   [junit4]   2> 1167470 INFO  (jetty-launcher-8600-thread-2) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_172-b11
   [junit4]   2> 1167471 WARN  (jetty-launcher-8600-thread-3) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 1167471 WARN  (jetty-launcher-8600-thread-4) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 1167471 INFO  (jetty-launcher-8600-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 1167471 INFO  (jetty-launcher-8600-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1167471 INFO  (jetty-launcher-8600-thread-3) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_172-b11
   [junit4]   2> 1167471 INFO  (jetty-launcher-8600-thread-4) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 1167471 INFO  (jetty-launcher-8600-thread-4) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1167471 INFO  (jetty-launcher-8600-thread-4) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_172-b11
   [junit4]   2> 1167472 INFO  (jetty-launcher-8600-thread-4) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1167472 INFO  (jetty-launcher-8600-thread-4) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1167472 INFO  (jetty-launcher-8600-thread-4) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1167472 INFO  (jetty-launcher-8600-thread-4) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@34a6229e{/solr,null,AVAILABLE}
   [junit4]   2> 1167472 INFO  (jetty-launcher-8600-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1167472 INFO  (jetty-launcher-8600-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1167472 INFO  (jetty-launcher-8600-thread-1) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1167473 INFO  (jetty-launcher-8600-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@73221176{/solr,null,AVAILABLE}
   [junit4]   2> 1167473 INFO  (jetty-launcher-8600-thread-3) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1167473 INFO  (jetty-launcher-8600-thread-3) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1167473 INFO  (jetty-launcher-8600-thread-3) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1167473 INFO  (jetty-launcher-8600-thread-3) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@4029c55b{/solr,null,AVAILABLE}
   [junit4]   2> 1167474 INFO  (jetty-launcher-8600-thread-2) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1167474 INFO  (jetty-launcher-8600-thread-2) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1167474 INFO  (jetty-launcher-8600-thread-2) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1167475 INFO  (jetty-launcher-8600-thread-4) [    ] o.e.j.s.AbstractConnector Started ServerConnector@1a81a7bb{HTTP/1.1,[http/1.1]}{127.0.0.1:44295}
   [junit4]   2> 1167475 INFO  (jetty-launcher-8600-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@571e371d{/solr,null,AVAILABLE}
   [junit4]   2> 1167475 INFO  (jetty-launcher-8600-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@5bd39297{HTTP/1.1,[http/1.1]}{127.0.0.1:38003}
   [junit4]   2> 1167475 INFO  (jetty-launcher-8600-thread-4) [    ] o.e.j.s.Server Started @1167536ms
   [junit4]   2> 1167475 INFO  (jetty-launcher-8600-thread-3) [    ] o.e.j.s.AbstractConnector Started ServerConnector@6d088bbd{HTTP/1.1,[http/1.1]}{127.0.0.1:33207}
   [junit4]   2> 1167475 INFO  (jetty-launcher-8600-thread-3) [    ] o.e.j.s.Server Started @1167536ms
   [junit4]   2> 1167475 INFO  (jetty-launcher-8600-thread-4) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=44295}
   [junit4]   2> 1167475 INFO  (jetty-launcher-8600-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=33207}
   [junit4]   2> 1167475 ERROR (jetty-launcher-8600-thread-4) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1167475 ERROR (jetty-launcher-8600-thread-3) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1167475 INFO  (jetty-launcher-8600-thread-4) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1167475 INFO  (jetty-launcher-8600-thread-3) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1167475 INFO  (jetty-launcher-8600-thread-3) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.8.0
   [junit4]   2> 1167475 INFO  (jetty-launcher-8600-thread-4) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.8.0
   [junit4]   2> 1167475 INFO  (jetty-launcher-8600-thread-3) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1167475 INFO  (jetty-launcher-8600-thread-4) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1167475 INFO  (jetty-launcher-8600-thread-3) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1167475 INFO  (jetty-launcher-8600-thread-4) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1167475 INFO  (jetty-launcher-8600-thread-3) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-03-04T03:36:27.003Z
   [junit4]   2> 1167475 INFO  (jetty-launcher-8600-thread-4) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-03-04T03:36:27.003Z
   [junit4]   2> 1167475 INFO  (jetty-launcher-8600-thread-1) [    ] o.e.j.s.Server Started @1167536ms
   [junit4]   2> 1167476 INFO  (jetty-launcher-8600-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=38003}
   [junit4]   2> 1167476 ERROR (jetty-launcher-8600-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1167476 INFO  (jetty-launcher-8600-thread-1) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1167476 INFO  (jetty-launcher-8600-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.8.0
   [junit4]   2> 1167476 INFO  (jetty-launcher-8600-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1167476 INFO  (jetty-launcher-8600-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1167476 INFO  (jetty-launcher-8600-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-03-04T03:36:27.004Z
   [junit4]   2> 1167480 INFO  (jetty-launcher-8600-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@657b0a9{HTTP/1.1,[http/1.1]}{127.0.0.1:39877}
   [junit4]   2> 1167480 INFO  (zkConnectionManagerCallback-8604-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1167480 INFO  (jetty-launcher-8600-thread-2) [    ] o.e.j.s.Server Started @1167541ms
   [junit4]   2> 1167480 INFO  (zkConnectionManagerCallback-8606-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1167480 INFO  (jetty-launcher-8600-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=39877}
   [junit4]   2> 1167480 ERROR (jetty-launcher-8600-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1167480 INFO  (jetty-launcher-8600-thread-2) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1167480 INFO  (jetty-launcher-8600-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1167480 INFO  (jetty-launcher-8600-thread-4) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1167480 INFO  (jetty-launcher-8600-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.8.0
   [junit4]   2> 1167480 INFO  (jetty-launcher-8600-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1167480 INFO  (jetty-launcher-8600-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1167480 INFO  (jetty-launcher-8600-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-03-04T03:36:27.008Z
   [junit4]   2> 1167482 INFO  (zkConnectionManagerCallback-8603-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1167483 INFO  (zkConnectionManagerCallback-8608-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1167493 INFO  (jetty-launcher-8600-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1167493 INFO  (jetty-launcher-8600-thread-3) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1167566 INFO  (jetty-launcher-8600-thread-1) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1167618 INFO  (jetty-launcher-8600-thread-2) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1167638 INFO  (jetty-launcher-8600-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33613/solr
   [junit4]   2> 1167639 INFO  (jetty-launcher-8600-thread-4) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1167640 INFO  (jetty-launcher-8600-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33613/solr
   [junit4]   2> 1167643 INFO  (zkConnectionManagerCallback-8613-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1167655 INFO  (zkConnectionManagerCallback-8616-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1167656 INFO  (zkConnectionManagerCallback-8619-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1167664 INFO  (zkConnectionManagerCallback-8621-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1167665 INFO  (jetty-launcher-8600-thread-3) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1167666 INFO  (jetty-launcher-8600-thread-4) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33613/solr
   [junit4]   2> 1167671 INFO  (jetty-launcher-8600-thread-2) [n:127.0.0.1:39877_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:39877_solr
   [junit4]   2> 1167671 INFO  (jetty-launcher-8600-thread-2) [n:127.0.0.1:39877_solr    ] o.a.s.c.Overseer Overseer (id=72139197128376330-127.0.0.1:39877_solr-n_0000000000) starting
   [junit4]   2> 1167672 INFO  (jetty-launcher-8600-thread-3) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33613/solr
   [junit4]   2> 1167679 INFO  (zkConnectionManagerCallback-8627-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1167687 INFO  (zkConnectionManagerCallback-8632-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1167695 INFO  (jetty-launcher-8600-thread-1) [n:127.0.0.1:38003_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:38003_solr
   [junit4]   2> 1167699 INFO  (zkConnectionManagerCallback-8639-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1167701 INFO  (zkConnectionManagerCallback-8637-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1167701 INFO  (zkCallback-8618-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1167701 INFO  (zkCallback-8620-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1167702 INFO  (jetty-launcher-8600-thread-4) [n:127.0.0.1:44295_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1167702 INFO  (jetty-launcher-8600-thread-2) [n:127.0.0.1:39877_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1167702 INFO  (jetty-launcher-8600-thread-2) [n:127.0.0.1:39877_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:33613/solr ready
   [junit4]   2> 1167703 INFO  (jetty-launcher-8600-thread-4) [n:127.0.0.1:44295_solr    ] o.a.s.c.ZkController Publish node=127.0.0.1:44295_solr as DOWN
   [junit4]   2> 1167704 INFO  (jetty-launcher-8600-thread-4) [n:127.0.0.1:44295_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1167704 INFO  (jetty-launcher-8600-thread-4) [n:127.0.0.1:44295_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:44295_solr
   [junit4]   2> 1167706 INFO  (zkCallback-8618-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1167706 INFO  (jetty-launcher-8600-thread-2) [n:127.0.0.1:39877_solr    ] o.a.s.c.ZkController Publish node=127.0.0.1:39877_solr as DOWN
   [junit4]   2> 1167706 INFO  (OverseerStateUpdate-72139197128376330-127.0.0.1:39877_solr-n_0000000000) [n:127.0.0.1:39877_solr    ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:39877_solr
   [junit4]   2> 1167715 INFO  (zkCallback-8620-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1167715 INFO  (jetty-launcher-8600-thread-2) [n:127.0.0.1:39877_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1167715 INFO  (jetty-launcher-8600-thread-2) [n:127.0.0.1:39877_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:39877_solr
   [junit4]   2> 1167716 INFO  (zkCallback-8618-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1167716 INFO  (zkCallback-8620-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1167716 INFO  (zkConnectionManagerCallback-8643-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1167716 INFO  (zkConnectionManagerCallback-8648-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1167716 INFO  (zkCallback-8638-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (3)
   [junit4]   2> 1167717 INFO  (jetty-launcher-8600-thread-1) [n:127.0.0.1:38003_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 1168179 INFO  (zkCallback-8636-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1168182 INFO  (jetty-launcher-8600-thread-1) [n:127.0.0.1:38003_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:33613/solr ready
   [junit4]   2> 1168186 INFO  (jetty-launcher-8600-thread-3) [n:127.0.0.1:33207_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 1168188 INFO  (jetty-launcher-8600-thread-3) [n:127.0.0.1:33207_solr    ] o.a.s.c.ZkController Publish node=127.0.0.1:33207_solr as DOWN
   [junit4]   2> 1168188 INFO  (jetty-launcher-8600-thread-3) [n:127.0.0.1:33207_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1168188 INFO  (jetty-launcher-8600-thread-3) [n:127.0.0.1:33207_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:33207_solr
   [junit4]   2> 1168189 INFO  (zkCallback-8618-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1168191 INFO  (zkCallback-8636-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (4)
   [junit4]   2> 1168202 INFO  (jetty-launcher-8600-thread-1) [n:127.0.0.1:38003_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1168203 INFO  (jetty-launcher-8600-thread-2) [n:127.0.0.1:39877_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1168205 INFO  (zkCallback-8642-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1168206 INFO  (zkCallback-8620-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1168207 INFO  (zkCallback-8647-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1168207 INFO  (zkCallback-8638-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1168207 INFO  (zkConnectionManagerCallback-8655-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1168209 INFO  (jetty-launcher-8600-thread-4) [n:127.0.0.1:44295_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 1168211 INFO  (jetty-launcher-8600-thread-4) [n:127.0.0.1:44295_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:33613/solr ready
   [junit4]   2> 1168220 INFO  (zkConnectionManagerCallback-8662-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1168221 INFO  (jetty-launcher-8600-thread-4) [n:127.0.0.1:44295_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1168240 INFO  (jetty-launcher-8600-thread-3) [n:127.0.0.1:33207_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 1168241 INFO  (jetty-launcher-8600-thread-3) [n:127.0.0.1:33207_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:33613/solr ready
   [junit4]   2> 1168250 INFO  (jetty-launcher-8600-thread-3) [n:127.0.0.1:33207_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1168264 INFO  (jetty-launcher-8600-thread-4) [n:127.0.0.1:44295_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44295.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@592b7407
   [junit4]   2> 1168267 INFO  (jetty-launcher-8600-thread-1) [n:127.0.0.1:38003_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38003.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@592b7407
   [junit4]   2> 1168267 INFO  (jetty-launcher-8600-thread-2) [n:127.0.0.1:39877_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39877.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@592b7407
   [junit4]   2> 1168293 INFO  (jetty-launcher-8600-thread-3) [n:127.0.0.1:33207_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33207.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@592b7407
   [junit4]   2> 1168294 INFO  (jetty-launcher-8600-thread-4) [n:127.0.0.1:44295_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44295.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@592b7407
   [junit4]   2> 1168294 INFO  (jetty-launcher-8600-thread-4) [n:127.0.0.1:44295_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44295.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@592b7407
   [junit4]   2> 1168296 INFO  (jetty-launcher-8600-thread-4) [n:127.0.0.1:44295_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderVoteWaitTimeoutTest_3EB4E2C77D37C4EB-001/tempDir-001/node4/.
   [junit4]   2> 1168299 INFO  (jetty-launcher-8600-thread-1) [n:127.0.0.1:38003_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38003.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@592b7407
   [junit4]   2> 1168299 INFO  (jetty-launcher-8600-thread-1) [n:127.0.0.1:38003_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38003.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@592b7407
   [junit4]   2> 1168300 INFO  (jetty-launcher-8600-thread-2) [n:127.0.0.1:39877_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39877.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@592b7407
   [junit4]   2> 1168300 INFO  (jetty-launcher-8600-thread-2) [n:127.0.0.1:39877_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39877.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@592b7407
   [junit4]   2> 1168300 INFO  (jetty-launcher-8600-thread-1) [n:127.0.0.1:38003_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderVoteWaitTimeoutTest_3EB4E2C77D37C4EB-001/tempDir-001/node1/.
   [junit4]   2> 1168302 INFO  (jetty-launcher-8600-thread-2) [n:127.0.0.1:39877_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderVoteWaitTimeoutTest_3EB4E2C77D37C4EB-001/tempDir-001/node2/.
   [junit4]   2> 1168303 INFO  (jetty-launcher-8600-thread-3) [n:127.0.0.1:33207_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33207.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@592b7407
   [junit4]   2> 1168303 INFO  (jetty-launcher-8600-thread-3) [n:127.0.0.1:33207_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33207.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@592b7407
   [junit4]   2> 1168304 INFO  (jetty-launcher-8600-thread-3) [n:127.0.0.1:33207_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderVoteWaitTimeoutTest_3EB4E2C77D37C4EB-001/tempDir-001/node3/.
   [junit4]   2> 1168464 INFO  (zkConnectionManagerCallback-8669-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1168465 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3EB4E2C77D37C4EB]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 1168465 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3EB4E2C77D37C4EB]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:33613/solr ready
   [junit4]   2> 1168467 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3EB4E2C77D37C4EB]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1971963967
   [junit4]   2> 1168467 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3EB4E2C77D37C4EB]) [    ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:33207_solr
   [junit4]   2> 1168467 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3EB4E2C77D37C4EB]) [    ] o.a.s.c.CoreContainer Publish this node as DOWN...
   [junit4]   2> 1168467 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3EB4E2C77D37C4EB]) [    ] o.a.s.c.ZkController Publish node=127.0.0.1:33207_solr as DOWN
   [junit4]   2> 1168468 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3EB4E2C77D37C4EB]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 1168468 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3EB4E2C77D37C4EB]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@14342df7: rootName = solr_33207, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@2006129c
   [junit4]   2> 1168475 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3EB4E2C77D37C4EB]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 1168475 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3EB4E2C77D37C4EB]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@1c0bcda: rootName = solr_33207, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@5183e745
   [junit4]   2> 1168480 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3EB4E2C77D37C4EB]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 1168480 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3EB4E2C77D37C4EB]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@68be028: rootName = solr_33207, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@580b17fc
   [junit4]   2> 1168480 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3EB4E2C77D37C4EB]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 1168501 INFO  (zkCallback-8638-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1168501 INFO  (zkCallback-8618-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1168501 INFO  (zkCallback-8620-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1168514 INFO  (zkCallback-8647-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1168514 INFO  (zkCallback-8636-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1168516 INFO  (zkCallback-8668-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1168517 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3EB4E2C77D37C4EB]) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@6d088bbd{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 1168517 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3EB4E2C77D37C4EB]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@4029c55b{/solr,null,UNAVAILABLE}
   [junit4]   2> 1168517 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3EB4E2C77D37C4EB]) [    ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1168517 INFO  (zkCallback-8654-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1168527 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3EB4E2C77D37C4EB]) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 1168527 WARN  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3EB4E2C77D37C4EB]) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 1168528 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3EB4E2C77D37C4EB]) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1168528 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3EB4E2C77D37C4EB]) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_172-b11
   [junit4]   2> 1168528 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3EB4E2C77D37C4EB]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1168528 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3EB4E2C77D37C4EB]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1168528 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3EB4E2C77D37C4EB]) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1168529 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3EB4E2C77D37C4EB]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@56fa946{/solr,null,AVAILABLE}
   [junit4]   2> 1168531 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3EB4E2C77D37C4EB]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@a63299d{HTTP/1.1,[http/1.1]}{127.0.0.1:35393}
   [junit4]   2> 1168531 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3EB4E2C77D37C4EB]) [    ] o.e.j.s.Server Started @1168591ms
   [junit4]   2> 1168531 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3EB4E2C77D37C4EB]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=39129}
   [junit4]   2> 1168531 ERROR (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3EB4E2C77D37C4EB]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1168531 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3EB4E2C77D37C4EB]) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1168531 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3EB4E2C77D37C4EB]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.8.0
   [junit4]   2> 1168531 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3EB4E2C77D37C4EB]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1168531 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3EB4E2C77D37C4EB]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1168531 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3EB4E2C77D37C4EB]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-03-04T03:36:28.059Z
   [junit4]   2> 1168539 INFO  (zkConnectionManagerCallback-8674-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1168539 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3EB4E2C77D37C4EB]) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1168714 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3EB4E2C77D37C4EB]) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1168733 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3EB4E2C77D37C4EB]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33613/solr
   [junit4]   2> 1168736 INFO  (zkConnectionManagerCallback-8678-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1168740 INFO  (zkConnectionManagerCallback-8680-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1168743 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3EB4E2C77D37C4EB]) [n:127.0.0.1:39129_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 1168745 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3EB4E2C77D37C4EB]) [n:127.0.0.1:39129_solr    ] o.a.s.c.ZkController Publish node=127.0.0.1:39129_solr as DOWN
   [junit4]   2> 1168745 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3EB4E2C77D37C4EB]) [n:127.0.0.1:39129_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1168745 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3EB4E2C77D37C4EB]) [n:127.0.0.1:39129_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:39129_solr
   [junit4]   2> 1168746 INFO  (zkCallback-8618-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1168746 INFO  (zkCallback-8647-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1168746 INFO  (zkCallback-8638-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1168746 INFO  (zkCallback-8636-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1168746 INFO  (zkCallback-8654-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1168746 INFO  (zkCallback-8620-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1168751 INFO  (zkCallback-8668-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1168751 INFO  (zkCallback-8679-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1168765 INFO  (zkConnectionManagerCallback-8687-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1168766 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3EB4E2C77D37C4EB]) [n:127.0.0.1:39129_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 1168767 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3EB4E2C77D37C4EB]) [n:127.0.0.1:39129_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:33613/solr ready
   [junit4]   2> 1168767 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3EB4E2C77D37C4EB]) [n:127.0.0.1:39129_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1168779 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3EB4E2C77D37C4EB]) [n:127.0.0.1:39129_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39129.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@592b7407
   [junit4]   2> 1168788 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3EB4E2C77D37C4EB]) [n:127.0.0.1:39129_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39129.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@592b7407
   [junit4]   2> 1168788 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3EB4E2C77D37C4EB]) [n:127.0.0.1:39129_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39129.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@592b7407
   [junit4]   2> 1168789 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3EB4E2C77D37C4EB]) [n:127.0.0.1:39129_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderVoteWaitTimeoutTest_3EB4E2C77D37C4EB-001/tempDir-001/node3/.
   [junit4]   2> 1168821 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3EB4E2C77D37C4EB]) [    ] o.a.s.c.LeaderVoteWaitTimeoutTest Adding proxy for URL: http://127.0.0.1:35393/solr. Proxy: http://127.0.0.1:39129/solr
   [junit4]   2> 1168821 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3EB4E2C77D37C4EB]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=6838809
   [junit4]   2> 1168821 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3EB4E2C77D37C4EB]) [    ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:39877_solr
   [junit4]   2> 1168821 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3EB4E2C77D37C4EB]) [    ] o.a.s.c.CoreContainer Publish this node as DOWN...
   [junit4]   2> 1168821 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3EB4E2C77D37C4EB]) [    ] o.a.s.c.ZkController Publish node=127.0.0.1:39877_solr as DOWN
   [junit4]   2> 1168822 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3EB4E2C77D37C4EB]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 1168822 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3EB4E2C77D37C4EB]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@19009a26: rootName = solr_39877, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@2bbd30cb
   [junit4]   2> 1168826 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3EB4E2C77D37C4EB]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 1168826 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3EB4E2C77D37C4EB]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@1954765e: rootName = solr_39877, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@5183e745
   [junit4]   2> 1168835 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3EB4E2C77D37C4EB]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 1168835 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3EB4E2C77D37C4EB]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@632f6189: rootName = solr_39877, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@580b17fc
   [junit4]   2> 1168836 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3EB4E2C77D37C4EB]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 1168839 INFO  (closeThreadPool-8691-thread-2) [    ] o.a.s.c.Overseer Overseer (id=72139197128376330-127.0.0.1:39877_solr-n_0000000000) closing
   [junit4]   2> 1168839 INFO  (OverseerStateUpdate-72139197128376330-127.0.0.1:39877_solr-n_0000000000) [n:127.0.0.1:39877_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:39877_solr
   [junit4]   2> 1168843 INFO  (OverseerAutoScalingTriggerThread-72139197128376330-127.0.0.1:39877_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 1168846 INFO  (zkCallback-8638-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1168846 INFO  (zkCallback-8654-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1168846 INFO  (zkCallback-8618-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1168847 INFO  (zkCallback-8668-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1168847 INFO  (zkCallback-8686-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1168847 INFO  (zkCallback-8647-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1168850 INFO  (zkCallback-8679-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1168850 INFO  (zkCallback-8618-thread-2) [    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:38003_solr
   [junit4]   2> 1168850 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3EB4E2C77D37C4EB]) [    ] o.a.s.c.Overseer Overseer (id=72139197128376330-127.0.0.1:39877_solr-n_0000000000) closing
   [junit4]   2> 1168850 INFO  (closeThreadPool-8691-thread-1) [    ] o.a.s.c.Overseer Overseer (id=72139197128376330-127.0.0.1:39877_solr-n_0000000000) closing
   [junit4]   2> 1168851 INFO  (zkCallback-8618-thread-2) [n:127.0.0.1:38003_solr    ] o.a.s.c.Overseer Overseer (id=72139197128376329-127.0.0.1:38003_solr-n_0000000001) starting
   [junit4]   2> 1168852 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3EB4E2C77D37C4EB]) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@657b0a9{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 1168852 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3EB4E2C77D37C4EB]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@571e371d{/solr,null,UNAVAILABLE}
   [junit4]   2> 1168852 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3EB4E2C77D37C4EB]) [    ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1168852 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3EB4E2C77D37C4EB]) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 1168852 WARN  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3EB4E2C77D37C4EB]) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 1168853 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3EB4E2C77D37C4EB]) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1168853 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3EB4E2C77D37C4EB]) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_172-b11
   [junit4]   2> 1168853 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3EB4E2C77D37C4EB]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1168853 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3EB4E2C77D37C4EB]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1168853 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3EB4E2C77D37C4EB]) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1168854 INFO  (OverseerStateUpdate-72139197128376329-127.0.0.1:38003_solr-n_0000000001) [n:127.0.0.1:38003_solr    ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:38003_solr
   [junit4]   2> 1168855 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3EB4E2C77D37C4EB]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@64aa7d2c{/solr,null,AVAILABLE}
   [junit4]   2> 1168859 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3EB4E2C77D37C4EB]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@38daf225{HTTP/1.1,[http/1.1]}{127.0.0.1:43029}
   [junit4]   2> 1168859 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3EB4E2C77D37C4EB]) [    ] o.e.j.s.Server Started @1168920ms
   [junit4]   2> 1168859 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3EB4E2C77D37C4EB]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=45483}
   [junit4]   2> 1168859 ERROR (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3EB4E2C77D37C4EB]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1168859 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3EB4E2C77D37C4EB]) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1168859 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3EB4E2C77D37C4EB]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.8.0
   [junit4]   2> 1168859 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3EB4E2C77D37C4EB]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1168859 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3EB4E2C77D37C4EB]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1168859 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3EB4E2C77D37C4EB]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-03-04T03:36:28.387Z
   [junit4]   2> 1168884 INFO  (zkConnectionManagerCallback-8693-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1168885 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3EB4E2C77D37C4EB]) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1169118 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3EB4E2C77D37C4EB]) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1169122 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3EB4E2C77D37C4EB]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33613/solr
   [junit4]   2> 1169123 INFO  (zkConnectionManagerCallback-8697-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1169130 INFO  (zkConnectionManagerCallback-8699-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1169132 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3EB4E2C77D37C4EB]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 1169133 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3EB4E2C77D37C4EB]) [    ] o.a.s.c.ZkController Publish node=127.0.0.1:45483_solr as DOWN
   [junit4]   2> 1169133 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3EB4E2C77D37C4EB]) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1169133 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3EB4E2C77D37C4EB]) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:45483_solr
   [junit4]   2> 1169134 INFO  (zkCallback-8668-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1169134 INFO  (zkCallback-8647-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1169134 INFO  (zkCallback-8618-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1169134 INFO  (zkCallback-8638-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1169134 INFO  (zkCallback-8679-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1169134 INFO  (zkCallback-8686-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1169135 INFO  (zkCallback-8654-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1169139 INFO  (zkCallback-8698-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1169150 INFO  (zkConnectionManagerCallback-8706-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1169151 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3EB4E2C77D37C4EB]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 1169151 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3EB4E2C77D37C4EB]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:33613/solr ready
   [junit4]   2> 1169151 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3EB4E2C77D37C4EB]) [    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1169163 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3EB4E2C77D37C4EB]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45483.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@592b7407
   [junit4]   2> 1169169 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3EB4E2C77D37C4EB]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45483.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@592b7407
   [junit4]   2> 1169169 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3EB4E2C77D37C4EB]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45483.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@592b7407
   [junit4]   2> 1169170 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3EB4E2C77D37C4EB]) [    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderVoteWaitTimeoutTest_3EB4E2C77D37C4EB-001/tempDir-001/node2/.
   [junit4]   2> 1169203 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3EB4E2C77D37C4EB]) [    ] o.a.s.c.LeaderVoteWaitTimeoutTest Adding proxy for URL: http://127.0.0.1:43029/solr. Proxy: http://127.0.0.1:45483/solr
   [junit4]   2> 1169203 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3EB4E2C77D37C4EB]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=192201546
   [junit4]   2> 1169203 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3EB4E2C77D37C4EB]) [    ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:44295_solr
   [junit4]   2> 1169203 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3EB4E2C77D37C4EB]) [    ] o.a.s.c.CoreContainer Publish this node as DOWN...
   [junit4]   2> 1169203 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3EB4E2C77D37C4EB]) [    ] o.a.s.c.ZkController Publish node=127.0.0.1:44295_solr as DOWN
   [junit4]   2> 1169205 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3EB4E2C77D37C4EB]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 1169205 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3EB4E2C77D37C4EB]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@701d3ab8: rootName = solr_44295, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@f3dbe90
   [junit4]   2> 1169210 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3EB4E2C77D37C4EB]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 1169210 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3EB4E2C77D37C4EB]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@3a0d4e55: rootName = solr_44295, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@5183e745
   [junit4]   2> 1169212 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3EB4E2C77D37C4EB]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 1169212 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3EB4E2C77D37C4EB]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@6a422662: rootName = solr_44295, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@580b17fc
   [junit4]   2> 1169212 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3EB4E2C77D37C4EB]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 1169218 INFO  (zkCallback-8686-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1169218 INFO  (zkCallback-8668-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1169218 INFO  (zkCallback-8647-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1169218 INFO  (zkCallback-8698-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1169218 INFO  (zkCallback-8705-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1169219 INFO  (zkCallback-8679-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1169221 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 0x1004a37b3380011, likely client has closed socket
   [junit4]   2> 1169221 INFO  (zkCallback-8618-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1169222 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3EB4E2C77D37C4EB]) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@1a81a7bb{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 1169222 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3EB4E2C77D37C4EB]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@34a6229e{/solr,null,UNAVAILABLE}
   [junit4]   2> 1169222 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3EB4E2C77D37C4EB]) [    ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1169222 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3EB4E2C77D37C4EB]) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 1169222 WARN  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3EB4E2C77D37C4EB]) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 1169223 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3EB4E2C77D37C4EB]) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1169223 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3EB4E2C77D37C4EB]) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_172-b11
   [junit4]   2> 1169223 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3EB4E2C77D37C4EB]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1169223 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3EB4E2C77D37C4EB]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1169223 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3EB4E2C77D37C4EB]) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1169223 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3EB4E2C77D37C4EB]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@43a2f2e1{/solr,null,AVAILABLE}
   [junit4]   2> 1169223 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3EB4E2C77D37C4EB]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@46b35a0b{HTTP/1.1,[http/1.1]}{127.0.0.1:43623}
   [junit4]   2> 1169223 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3EB4E2C77D37C4EB]) [    ] o.e.j.s.Server Started @1169284ms
   [junit4]   2> 1169223 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3EB4E2C77D37C4EB]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=36145}
   [junit4]   2> 1169224 ERROR (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3EB4E2C77D37C4EB]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1169224 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3EB4E2C77D37C4EB]) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1169224 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3EB4E2C77D37C4EB]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.8.0
   [junit4]   2> 1169224 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3EB4E2C77D37C4EB]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1169224 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3EB4E2C77D37C4EB]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1169224 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3EB4E2C77D37C4EB]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-03-04T03:36:28.752Z
   [junit4]   2> 1169231 INFO  (zkConnectionManagerCallback-8712-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1169231 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3EB4E2C77D37C4EB]) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1169339 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3EB4E2C77D37C4EB]) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1169342 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3EB4E2C77D37C4EB]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33613/solr
   [junit4]   2> 1169345 INFO  (zkConnectionManagerCallback-8716-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1169347 INFO  (zkConnectionManagerCallback-8718-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1169348 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3EB4E2C77D37C4EB]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 1169350 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3EB4E2C77D37C4EB]) [    ] o.a.s.c.ZkController Publish node=127.0.0.1:36145_solr as DOWN
   [junit4]   2> 1169350 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3EB4E2C77D37C4EB]) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1169350 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3EB4E2C77D37C4EB]) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:36145_solr
   [junit4]   2> 1169351 INFO  (zkCallback-8686-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1169351 INFO  (zkCallback-8668-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1169351 INFO  (zkCallback-8647-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1169351 INFO  (zkCallback-8698-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1169351 INFO  (zkCallback-8679-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1169351 INFO  (zkCallback-8618-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1169355 INFO  (zkCallback-8705-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1169355 INFO  (zkCallback-8717-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1169391 INFO  (zkConnectionManagerCallback-8725-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1169392 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3EB4E2C77D37C4EB]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 1169392 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3EB4E2C77D37C4EB]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:33613/solr ready
   [junit4]   2> 1169403 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3EB4E2C77D37C4EB]) [    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1169420 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3EB4E2C77D37C4EB]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36145.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@592b7407
   [junit4]   2> 1169429 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3EB4E2C77D37C4EB]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36145.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@592b7407
   [junit4]   2> 1169429 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3EB4E2C77D37C4EB]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36145.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@592b7407
   [junit4]   2> 1169431 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3EB4E2C77D37C4EB]) [    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderVoteWaitTimeoutTest_3EB4E2C77D37C4EB-001/tempDir-001/node4/.
   [junit4]   2> 1169490 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3EB4E2C77D37C4EB]) [    ] o.a.s.c.LeaderVoteWaitTimeoutTest Adding proxy for URL: http://127.0.0.1:43623/solr. Proxy: http://127.0.0.1:36145/solr
   [junit4]   2> 1169490 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3EB4E2C77D37C4EB]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=2076766481
   [junit4]   2> 1169490 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3EB4E2C77D37C4EB]) [    ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:38003_solr
   [junit4]   2> 1169491 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3EB4E2C77D37C4EB]) [    ] o.a.s.c.CoreContainer Publish this node as DOWN...
   [junit4]   2> 1169491 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3EB4E2C77D37C4EB]) [    ] o.a.s.c.ZkController Publish node=127.0.0.1:38003_solr as DOWN
   [junit4]   2> 1169491 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3EB4E2C77D37C4EB]) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1169492 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3EB4E2C77D37C4EB]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 1169492 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3EB4E2C77D37C4EB]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@4566a2c4: rootName = solr_38003, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@5fe351de
   [junit4]   2> 1169497 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3EB4E2C77D37C4EB]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 1169497 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3EB4E2C77D37C4EB]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@569aa7a7: rootName = solr_38003, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@5183e745
   [junit4]   2> 1169500 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3EB4E2C77D37C4EB]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 1169500 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3EB4E2C77D37C4EB]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@672d5888: rootName = solr_38003, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@580b17fc
   [junit4]   2> 1169500 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3EB4E2C77D37C4EB]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 1169501 INFO  (closeThreadPool-8729-thread-2) [    ] o.a.s.c.Overseer Overseer (id=72139197128376329-127.0.0.1:38003_solr-n_0000000001) closing
   [junit4]   2> 1169507 INFO  (OverseerStateUpdate-72139197128376329-127.0.0.1:38003_solr-n_0000000001) [n:127.0.0.1:38003_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:38003_solr
   [junit4]   2> 1169507 INFO  (OverseerAutoScalingTriggerThread-72139197128376329-127.0.0.1:38003_solr-n_0000000001) [    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 1169517 INFO  (zkCallback-8686-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1169517 INFO  (zkCallback-8647-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1169517 INFO  (zkCallback-8705-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1169517 INFO  (zkCallback-8698-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1169517 INFO  (zkCallback-8679-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1169517 INFO  (zkCallback-8679-thread-1) [    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:39129_solr
   [junit4]   2> 1169517 INFO  (zkCallback-8668-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1169518 INFO  (zkCallback-8679-thread-1) [n:127.0.0.1:39129_solr    ] o.a.s.c.Overseer Overseer (id=72139197128376342-127.0.0.1:39129_solr-n_0000000004) starting
   [junit4]   2> 1169525 INFO  (zkCallback-8717-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1169525 INFO  (zkCallback-8724-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1169532 INFO  (OverseerStateUpdate-72139197128376342-127.0.0.1:39129_solr-n_0000000004) [n:127.0.0.1:39129_solr    ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:39129_solr
   [junit4]   2> 1169535 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3EB4E2C77D37C4EB]) [    ] o.a.s.c.Overseer Overseer (id=72139197128376329-127.0.0.1:38003_solr-n_0000000001) closing
   [junit4]   2> 1169535 INFO  (closeThreadPool-8729-thread-1) [    ] o.a.s.c.Overseer Overseer (id=72139197128376329-127.0.0.1:38003_solr-n_0000000001) closing
   [junit4]   2> 1169536 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3EB4E2C77D37C4EB]) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@5bd39297{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 1169536 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3EB4E2C77D37C4EB]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@73221176{/solr,null,UNAVAILABLE}
   [junit4]   2> 1169536 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3EB4E2C77D37C4EB]) [    ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1169550 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3EB4E2C77D37C4EB]) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 1169550 WARN  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3EB4E2C77D37C4EB]) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 1169550 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3EB4E2C77D37C4EB]) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1169550 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3EB4E2C77D37C4EB]) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_172-b11
   [junit4]   2> 1169571 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3EB4E2C77D37C4EB]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1169571 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3EB4E2C77D37C4EB]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1169571 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3EB4E2C77D37C4EB]) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1169578 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3EB4E2C77D37C4EB]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@17b1127a{/solr,null,AVAILABLE}
   [junit4]   2> 1169578 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3EB4E2C77D37C4EB]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@2894dea4{HTTP/1.1,[http/1.1]}{127.0.0.1:38781}
   [junit4]   2> 1169578 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3EB4E2C77D37C4EB]) [    ] o.e.j.s.Server Started @1169639ms
   [junit4]   2> 1169578 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3EB4E2C77D37C4EB]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=34457}
   [junit4]   2> 1169578 ERROR (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3EB4E2C77D37C4EB]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1169578 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3EB4E2C77D37C4EB]) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1169578 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3EB4E2C77D37C4EB]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.8.0
   [junit4]   2> 1169579 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3EB4E2C77D37C4EB]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1169579 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3EB4E2C77D37C4EB]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1169579 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3EB4E2C77D37C4EB]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-03-04T03:36:29.107Z
   [junit4]   2> 1169582 INFO  (zkConnectionManagerCallback-8731-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1169583 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3EB4E2C77D37C4EB]) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1169648 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3EB4E2C77D37C4EB]) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1169655 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3EB4E2C77D37C4EB]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33613/solr
   [junit4]   2> 1169670 INFO  (zkConnectionManagerCallback-8735-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1169682 INFO  (zkConnectionManagerCallback-8737-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1169686 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3EB4E2C77D37C4EB]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 1169688 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3EB4E2C77D37C4EB]) [    ] o.a.s.c.ZkController Publish node=127.0.0.1:34457_solr as DOWN
   [junit4]   2> 1169688 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3EB4E2C77D37C4EB]) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1169688 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3EB4E2C77D37C4EB]) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:34457_solr
   [junit4]   2> 1169689 INFO  (zkCallback-8686-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1169689 INFO  (zkCallback-8724-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1169689 INFO  (zkCallback-8717-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1169689 INFO  (zkCallback-8679-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1169689 INFO  (zkCallback-8705-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1169689 INFO  (zkCallback-8668-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1169689 INFO  (zkCallback-8698-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1169699 INFO  (zkCallback-8736-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1169755 INFO  (zkConnectionManagerCallback-8744-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1169756 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3EB4E2C77D37C4EB]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 1169756 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3EB4E2C77D37C4EB]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:33613/solr ready
   [junit4]   2> 1169778 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3EB4E2C77D37C4EB]) [    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1169802 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3EB4E2C77D37C4EB]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34457.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@592b7407
   [junit4]   2> 1169810 INFO  (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[3EB4E2C77D37C4EB]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34457.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@592b7407
   [junit4]   2> 1169810 INFO  (TEST-LeaderVoteWaitTimeoutTest

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

set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/top-level-ivy-settings.xml

resolve:

init:

compile-lucene-core:

compile-codecs:

-check-git-state:

-git-cleanroot:

-copy-git-state:

git-autoclean:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/top-level-ivy-settings.xml

resolve:

common.init:

compile-lucene-core:

init:

-clover.disable:

-clover.load:

-clover.classpath:

-clover.setup:

clover:

compile-core:

-clover.disable:

-clover.load:

-clover.classpath:

-clover.setup:

clover:

common.compile-core:

compile-core:

common.compile-test:
    [mkdir] Created dir: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/classes/test
    [javac] Compiling 938 source files to /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/classes/test
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.
    [javac] Creating empty /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/classes/test/org/apache/solr/cloud/autoscaling/sim/package-info.class
     [copy] Copying 1 file to /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/classes/test

common-solr.compile-test:

compile-test:

BUILD SUCCESSFUL
Total time: 1 minute 10 seconds
[repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=5 -Dtests.class="*.LeaderVoteWaitTimeoutTest" -Dtests.showOutput=onerror "-Dargs=-XX:-UseCompressedOops -XX:+UseParallelGC" -Dtests.seed=3EB4E2C77D37C4EB -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=en-GB -Dtests.timezone=Asia/Yekaterinburg -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
Buildfile: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/build.xml

-clover.disable:

ivy-configure:
[ivy:configure] :: Apache Ivy 2.4.0 - 20141213170938 :: http://ant.apache.org/ivy/ ::
[ivy:configure] :: loading settings :: file = /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/top-level-ivy-settings.xml

install-junit4-taskdef:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

resolve-groovy:
[ivy:cachepath] :: resolving dependencies :: org.codehaus.groovy#groovy-all-caller;working
[ivy:cachepath] 	confs: [default]
[ivy:cachepath] 	found org.codehaus.groovy#groovy-all;2.4.15 in public
[ivy:cachepath] :: resolution report :: resolve 18ms :: artifacts dl 1ms
	---------------------------------------------------------------------
	|                  |            modules            ||   artifacts   |
	|       conf       | number| search|dwnlded|evicted|| number|dwnlded|
	---------------------------------------------------------------------
	|      default     |   1   |   0   |   0   |   0   ||   1   |   0   |
	---------------------------------------------------------------------

-init-totals:

-test:
    [mkdir] Created dir: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test
[junit4:pickseed] Seed property 'tests.seed' already defined: 3EB4E2C77D37C4EB
    [mkdir] Created dir: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/temp
   [junit4] <JUnit4> says ciao! Master seed: 3EB4E2C77D37C4EB
   [junit4] Executing 5 suites with 3 JVMs.
   [junit4] 
   [junit4] Started J2 PID(23526@serv1.sd-datasolutions.de).
   [junit4] Started J0 PID(23527@serv1.sd-datasolutions.de).
   [junit4] Started J1 PID(23525@serv1.sd-datasolutions.de).
   [junit4] Suite: org.apache.solr.cloud.LeaderVoteWaitTimeoutTest
   [junit4] OK      35.5s J0 | LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection
   [junit4] OK      14.0s J0 | LeaderVoteWaitTimeoutTest.basicTest
   [junit4] Completed [1/5] on J0 in 51.88s, 2 tests
   [junit4] 
   [junit4] Suite: org.apache.solr.cloud.LeaderVoteWaitTimeoutTest
   [junit4] OK      35.9s J2 | LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection
   [junit4] OK      13.4s J2 | LeaderVoteWaitTimeoutTest.basicTest
   [junit4] Completed [2/5] on J2 in 51.86s, 2 tests
   [junit4] 
   [junit4] Suite: org.apache.solr.cloud.LeaderVoteWaitTimeoutTest
   [junit4] OK      35.6s J1 | LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection
   [junit4] OK      13.5s J1 | LeaderVoteWaitTimeoutTest.basicTest
   [junit4] Completed [3/5] on J1 in 51.93s, 2 tests
   [junit4] 
   [junit4] Suite: org.apache.solr.cloud.LeaderVoteWaitTimeoutTest
   [junit4] OK      24.5s J0 | LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection
   [junit4] OK      11.8s J0 | LeaderVoteWaitTimeoutTest.basicTest
   [junit4] Completed [4/5] on J0 in 36.53s, 2 tests
   [junit4] 
   [junit4] Suite: org.apache.solr.cloud.LeaderVoteWaitTimeoutTest
   [junit4] OK      24.6s J2 | LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection
   [junit4] OK      11.0s J2 | LeaderVoteWaitTimeoutTest.basicTest
   [junit4] Completed [5/5] on J2 in 36.59s, 2 tests
   [junit4] 
   [junit4] JVM J0:     0.70 ..    90.30 =    89.60s
   [junit4] JVM J1:     0.78 ..    53.54 =    52.76s
   [junit4] JVM J2:     0.55 ..    90.38 =    89.82s
   [junit4] Execution time total: 1 minute 30 seconds
   [junit4] Tests summary: 5 suites, 10 tests
   [junit4] Could not remove temporary path: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2 (java.nio.file.DirectoryNotEmptyException: Remaining files: [/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp])
   [junit4] Could not remove temporary path: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1 (java.nio.file.DirectoryNotEmptyException: Remaining files: [/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp])
   [junit4] Could not remove temporary path: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0 (java.nio.file.DirectoryNotEmptyException: Remaining files: [/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp])
     [echo] 5 slowest tests:
[junit4:tophints] 155.25s | org.apache.solr.cloud.api.collections.ShardSplitTest
[junit4:tophints] 134.12s | org.apache.solr.search.facet.TestJsonFacets
[junit4:tophints] 117.33s | org.apache.solr.update.SoftAutoCommitTest
[junit4:tophints]  83.88s | org.apache.solr.search.TestRangeQuery
[junit4:tophints]  74.27s | org.apache.solr.cloud.LIRRollingUpdatesTest

-check-totals:

test-nocompile:

BUILD SUCCESSFUL
Total time: 1 minute 32 seconds
[repro] Failures:
[repro]   0/5 failed: org.apache.solr.cloud.LeaderVoteWaitTimeoutTest
[repro] Exiting with code 0
+ mv lucene/build lucene/build.repro
+ mv solr/build solr/build.repro
+ mv lucene/build.orig lucene/build
+ mv solr/build.orig solr/build
Archiving artifacts
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
java.lang.InterruptedException: no matches found within 10000
	at hudson.FilePath$ValidateAntFileMask.hasMatch(FilePath.java:2800)
	at hudson.FilePath$ValidateAntFileMask.invoke(FilePath.java:2679)
	at hudson.FilePath$ValidateAntFileMask.invoke(FilePath.java:2660)
	at hudson.FilePath.act(FilePath.java:1073)
	at hudson.FilePath.act(FilePath.java:1056)
	at hudson.FilePath.validateAntFileMask(FilePath.java:2658)
	at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:243)
	at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81)
	at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
	at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
	at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
	at hudson.model.Build$BuildExecution.post2(Build.java:186)
	at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
	at hudson.model.Run.execute(Run.java:1841)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:429)
No artifacts found that match the file pattern "**/*.events,heapdumps/**,**/*_pid*.log". Configuration error?
[WARNINGS] Parsing warnings in console log with parser Java Compiler (javac)
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
No credentials specified
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
<Git Blamer> Using GitBlamer to create author and commit information for all warnings.
<Git Blamer> GIT_COMMIT=76aae1cc1b6c69e7adbd65d39e8e9d0db2ace7f6, workspace=/home/jenkins/workspace/Lucene-Solr-7.x-Linux
[WARNINGS] Computing warning deltas based on reference build #3602
Recording test results
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
Email was triggered for: Unstable (Test Failures)
Sending email for trigger: Unstable (Test Failures)
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2