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 2018/01/27 03:56:51 UTC

[JENKINS-EA] Lucene-Solr-master-Linux (64bit/jdk-10-ea+41) - Build # 21354 - Unstable!

Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/21354/
Java: 64bit/jdk-10-ea+41 -XX:-UseCompressedOops -XX:+UseSerialGC

2 tests failed.
FAILED:  org.apache.solr.cloud.autoscaling.AutoAddReplicasPlanActionTest.testSimple

Error Message:
IOException occured when talking to server at: https://127.0.0.1:38683/solr

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: https://127.0.0.1:38683/solr
	at __randomizedtesting.SeedInfo.seed([317D0C661A6851EB:9CE28983D9B853A]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:657)
	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:483)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1104)
	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.SolrClient.request(SolrClient.java:1219)
	at org.apache.solr.cloud.autoscaling.AutoAddReplicasPlanActionTest.testSimple(AutoAddReplicasPlanActionTest.java:110)
	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:564)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at 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:844)
Caused by: org.apache.http.NoHttpResponseException: 127.0.0.1:38683 failed to respond
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:141)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)
	at org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163)
	at org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:165)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:111)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:542)
	... 47 more


FAILED:  org.apache.solr.cloud.autoscaling.TriggerIntegrationTest.testCooldown

Error Message:


Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([317D0C661A6851EB:C3618264C22419]:0)
	at org.junit.Assert.fail(Assert.java:92)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.junit.Assert.assertTrue(Assert.java:54)
	at org.apache.solr.cloud.autoscaling.TriggerIntegrationTest.testCooldown(TriggerIntegrationTest.java:1177)
	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:564)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at 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:844)




Build Log:
[...truncated 12529 lines...]
   [junit4] Suite: org.apache.solr.cloud.autoscaling.TriggerIntegrationTest
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.TriggerIntegrationTest_317D0C661A6851EB-001/init-core-data-001
   [junit4]   2> 1326405 WARN  (SUITE-TriggerIntegrationTest-seed#[317D0C661A6851EB]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=4620 numCloses=4620
   [junit4]   2> 1326405 INFO  (SUITE-TriggerIntegrationTest-seed#[317D0C661A6851EB]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 1326406 INFO  (SUITE-TriggerIntegrationTest-seed#[317D0C661A6851EB]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason="", ssl=0.0/0.0, value=0.0/0.0, clientAuth=0.0/0.0)
   [junit4]   2> 1326406 INFO  (SUITE-TriggerIntegrationTest-seed#[317D0C661A6851EB]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 1326406 INFO  (SUITE-TriggerIntegrationTest-seed#[317D0C661A6851EB]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.TriggerIntegrationTest_317D0C661A6851EB-001/tempDir-001
   [junit4]   2> 1326406 INFO  (SUITE-TriggerIntegrationTest-seed#[317D0C661A6851EB]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1326406 INFO  (Thread-4097) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1326406 INFO  (Thread-4097) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1326410 ERROR (Thread-4097) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 1326506 INFO  (SUITE-TriggerIntegrationTest-seed#[317D0C661A6851EB]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:35575
   [junit4]   2> 1326508 INFO  (zkConnectionManagerCallback-1943-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1326509 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x161359c519f0000, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 1326510 INFO  (jetty-launcher-1940-thread-2) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-22T00:27:37+03:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 1326510 INFO  (jetty-launcher-1940-thread-1) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-22T00:27:37+03:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 1326511 INFO  (jetty-launcher-1940-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1326511 INFO  (jetty-launcher-1940-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1326511 INFO  (jetty-launcher-1940-thread-1) [    ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 1326511 INFO  (jetty-launcher-1940-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@722c1603{/solr,null,AVAILABLE}
   [junit4]   2> 1326517 INFO  (jetty-launcher-1940-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@3af8954b{HTTP/1.1,[http/1.1]}{127.0.0.1:46837}
   [junit4]   2> 1326517 INFO  (jetty-launcher-1940-thread-1) [    ] o.e.j.s.Server Started @1328282ms
   [junit4]   2> 1326517 INFO  (jetty-launcher-1940-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=46837}
   [junit4]   2> 1326517 ERROR (jetty-launcher-1940-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1326517 INFO  (jetty-launcher-1940-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.0.0
   [junit4]   2> 1326517 INFO  (jetty-launcher-1940-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1326517 INFO  (jetty-launcher-1940-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1326518 INFO  (jetty-launcher-1940-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-01-27T03:14:52.556003Z
   [junit4]   2> 1326521 INFO  (jetty-launcher-1940-thread-2) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1326521 INFO  (jetty-launcher-1940-thread-2) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1326521 INFO  (jetty-launcher-1940-thread-2) [    ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 1326523 INFO  (zkConnectionManagerCallback-1945-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1326523 INFO  (jetty-launcher-1940-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1326531 INFO  (jetty-launcher-1940-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@3bef55fa{/solr,null,AVAILABLE}
   [junit4]   2> 1326532 INFO  (jetty-launcher-1940-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@65bdaf56{HTTP/1.1,[http/1.1]}{127.0.0.1:44695}
   [junit4]   2> 1326532 INFO  (jetty-launcher-1940-thread-2) [    ] o.e.j.s.Server Started @1328296ms
   [junit4]   2> 1326532 INFO  (jetty-launcher-1940-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=44695}
   [junit4]   2> 1326532 ERROR (jetty-launcher-1940-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1326532 INFO  (jetty-launcher-1940-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.0.0
   [junit4]   2> 1326532 INFO  (jetty-launcher-1940-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1326532 INFO  (jetty-launcher-1940-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1326532 INFO  (jetty-launcher-1940-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-01-27T03:14:52.570510Z
   [junit4]   2> 1326535 INFO  (jetty-launcher-1940-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35575/solr
   [junit4]   2> 1326547 INFO  (zkConnectionManagerCallback-1947-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1326547 INFO  (zkConnectionManagerCallback-1951-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1326548 INFO  (jetty-launcher-1940-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1326561 INFO  (zkConnectionManagerCallback-1953-thread-1-processing-n:127.0.0.1:46837_solr) [n:127.0.0.1:46837_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1326565 INFO  (jetty-launcher-1940-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35575/solr
   [junit4]   2> 1326577 INFO  (zkConnectionManagerCallback-1958-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1326600 INFO  (zkConnectionManagerCallback-1960-thread-1-processing-n:127.0.0.1:44695_solr) [n:127.0.0.1:44695_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1326604 INFO  (jetty-launcher-1940-thread-2) [n:127.0.0.1:44695_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1326604 INFO  (jetty-launcher-1940-thread-2) [n:127.0.0.1:44695_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:44695_solr
   [junit4]   2> 1326604 INFO  (jetty-launcher-1940-thread-2) [n:127.0.0.1:44695_solr    ] o.a.s.c.Overseer Overseer (id=99419612279406598-127.0.0.1:44695_solr-n_0000000000) starting
   [junit4]   2> 1326606 INFO  (jetty-launcher-1940-thread-1) [n:127.0.0.1:46837_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1326606 INFO  (jetty-launcher-1940-thread-1) [n:127.0.0.1:46837_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:46837_solr
   [junit4]   2> 1326609 INFO  (zkCallback-1952-thread-1-processing-n:127.0.0.1:46837_solr) [n:127.0.0.1:46837_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1326610 INFO  (zkCallback-1959-thread-1-processing-n:127.0.0.1:44695_solr) [n:127.0.0.1:44695_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1326617 DEBUG (OverseerAutoScalingTriggerThread-99419612279406598-127.0.0.1:44695_solr-n_0000000000) [n:127.0.0.1:44695_solr    ] o.a.s.c.a.OverseerTriggerThread Adding .autoAddReplicas trigger
   [junit4]   2> 1326618 DEBUG (OverseerAutoScalingTriggerThread-99419612279406598-127.0.0.1:44695_solr-n_0000000000) [n:127.0.0.1:44695_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 1
   [junit4]   2> 1326618 INFO  (jetty-launcher-1940-thread-2) [n:127.0.0.1:44695_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:44695_solr
   [junit4]   2> 1326618 DEBUG (OverseerAutoScalingTriggerThread-99419612279406598-127.0.0.1:44695_solr-n_0000000000) [n:127.0.0.1:44695_solr    ] o.a.s.c.a.NodeLostTrigger Initial livenodes: [127.0.0.1:46837_solr]
   [junit4]   2> 1326618 DEBUG (OverseerAutoScalingTriggerThread-99419612279406598-127.0.0.1:44695_solr-n_0000000000) [n:127.0.0.1:44695_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion -1
   [junit4]   2> 1326618 DEBUG (OverseerAutoScalingTriggerThread-99419612279406598-127.0.0.1:44695_solr-n_0000000000) [n:127.0.0.1:44695_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 1
   [junit4]   2> 1326618 INFO  (zkCallback-1952-thread-1-processing-n:127.0.0.1:46837_solr) [n:127.0.0.1:46837_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1326618 INFO  (zkCallback-1959-thread-1-processing-n:127.0.0.1:44695_solr) [n:127.0.0.1:44695_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1326622 DEBUG (OverseerAutoScalingTriggerThread-99419612279406598-127.0.0.1:44695_solr-n_0000000000) [n:127.0.0.1:44695_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 1326622 DEBUG (OverseerAutoScalingTriggerThread-99419612279406598-127.0.0.1:44695_solr-n_0000000000) [n:127.0.0.1:44695_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion 1
   [junit4]   2> 1326622 DEBUG (ScheduledTrigger-4017-thread-1) [n:127.0.0.1:44695_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 1326653 INFO  (jetty-launcher-1940-thread-1) [n:127.0.0.1:46837_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_46837.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@796a6d19
   [junit4]   2> 1326659 INFO  (jetty-launcher-1940-thread-2) [n:127.0.0.1:44695_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44695.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@796a6d19
   [junit4]   2> 1326660 INFO  (jetty-launcher-1940-thread-1) [n:127.0.0.1:46837_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_46837.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@796a6d19
   [junit4]   2> 1326660 INFO  (jetty-launcher-1940-thread-1) [n:127.0.0.1:46837_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_46837.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@796a6d19
   [junit4]   2> 1326661 INFO  (jetty-launcher-1940-thread-1) [n:127.0.0.1:46837_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.TriggerIntegrationTest_317D0C661A6851EB-001/tempDir-001/node1/.
   [junit4]   2> 1326667 INFO  (jetty-launcher-1940-thread-2) [n:127.0.0.1:44695_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44695.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@796a6d19
   [junit4]   2> 1326667 INFO  (jetty-launcher-1940-thread-2) [n:127.0.0.1:44695_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44695.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@796a6d19
   [junit4]   2> 1326668 INFO  (jetty-launcher-1940-thread-2) [n:127.0.0.1:44695_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.TriggerIntegrationTest_317D0C661A6851EB-001/tempDir-001/node2/.
   [junit4]   2> 1326697 INFO  (zkConnectionManagerCallback-1965-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1326705 INFO  (zkConnectionManagerCallback-1969-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1326706 INFO  (SUITE-TriggerIntegrationTest-seed#[317D0C661A6851EB]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1326706 INFO  (SUITE-TriggerIntegrationTest-seed#[317D0C661A6851EB]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:35575/solr ready
   [junit4]   2> 1326724 INFO  (TEST-TriggerIntegrationTest.testTriggerThrottling-seed#[317D0C661A6851EB]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testTriggerThrottling
   [junit4]   2> 1326725 INFO  (TEST-TriggerIntegrationTest.testTriggerThrottling-seed#[317D0C661A6851EB]) [    ] o.a.s.c.a.TriggerIntegrationTest /autoscaling.json reset, new znode version 2
   [junit4]   2> 1326725 DEBUG (zkCallback-1959-thread-1-processing-n:127.0.0.1:44695_solr) [n:127.0.0.1:44695_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 2
   [junit4]   2> 1326725 DEBUG (OverseerAutoScalingTriggerThread-99419612279406598-127.0.0.1:44695_solr-n_0000000000) [n:127.0.0.1:44695_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 2
   [junit4]   2> 1326726 DEBUG (OverseerAutoScalingTriggerThread-99419612279406598-127.0.0.1:44695_solr-n_0000000000) [n:127.0.0.1:44695_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeLost markers
   [junit4]   2> 1326726 DEBUG (OverseerAutoScalingTriggerThread-99419612279406598-127.0.0.1:44695_solr-n_0000000000) [n:127.0.0.1:44695_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 1326729 DEBUG (OverseerAutoScalingTriggerThread-99419612279406598-127.0.0.1:44695_solr-n_0000000000) [n:127.0.0.1:44695_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 2, lastZnodeVersion 2
   [junit4]   2> 1326731 INFO  (qtp1917373363-11728) [n:127.0.0.1:44695_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 1326737 INFO  (qtp1311566342-11789) [n:127.0.0.1:46837_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 1326738 DEBUG (qtp1311566342-11730) [n:127.0.0.1:46837_solr    ] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 1326738 INFO  (qtp1311566342-11730) [n:127.0.0.1:46837_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/autoscaling params={wt=javabin&version=2} status=0 QTime=8
   [junit4]   2> 1326738 DEBUG (zkCallback-1959-thread-1-processing-n:127.0.0.1:44695_solr) [n:127.0.0.1:44695_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 3
   [junit4]   2> 1326740 INFO  (qtp1917373363-11741) [n:127.0.0.1:44695_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 1326740 DEBUG (zkCallback-1959-thread-1-processing-n:127.0.0.1:44695_solr) [n:127.0.0.1:44695_solr    ] o.a.s.c.a.NodeAddedTrigger Initial livenodes: [127.0.0.1:44695_solr, 127.0.0.1:46837_solr]
   [junit4]   2> 1326740 DEBUG (zkCallback-1959-thread-1-processing-n:127.0.0.1:44695_solr) [n:127.0.0.1:44695_solr    ] o.a.s.c.a.NodeAddedTrigger NodeAddedTrigger node_added_trigger1 instantiated with properties: {event=nodeAdded, waitFor=0, actions=[{name=test, class=org.apache.solr.cloud.autoscaling.TriggerIntegrationTest$ThrottlingTesterAction}], enabled=true}
   [junit4]   2> 1326740 DEBUG (OverseerAutoScalingTriggerThread-99419612279406598-127.0.0.1:44695_solr-n_0000000000) [n:127.0.0.1:44695_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 3
   [junit4]   2> 1326741 INFO  (qtp1311566342-11736) [n:127.0.0.1:46837_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 1326741 DEBUG (qtp1311566342-11734) [n:127.0.0.1:46837_solr    ] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 1326749 INFO  (qtp1311566342-11734) [n:127.0.0.1:46837_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/autoscaling params={wt=javabin&version=2} status=0 QTime=10
   [junit4]   2> 1326749 DEBUG (zkCallback-1959-thread-1-processing-n:127.0.0.1:44695_solr) [n:127.0.0.1:44695_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 4
   [junit4]   2> 1326750 DEBUG (zkCallback-1959-thread-1-processing-n:127.0.0.1:44695_solr) [n:127.0.0.1:44695_solr    ] o.a.s.c.a.NodeAddedTrigger Initial livenodes: [127.0.0.1:44695_solr, 127.0.0.1:46837_solr]
   [junit4]   2> 1326750 DEBUG (zkCallback-1959-thread-1-processing-n:127.0.0.1:44695_solr) [n:127.0.0.1:44695_solr    ] o.a.s.c.a.NodeAddedTrigger NodeAddedTrigger node_added_trigger2 instantiated with properties: {event=nodeAdded, waitFor=0, actions=[{name=test, class=org.apache.solr.cloud.autoscaling.TriggerIntegrationTest$ThrottlingTesterAction}], enabled=true}
   [junit4]   2> 1326750 DEBUG (zkCallback-1959-thread-1-processing-n:127.0.0.1:44695_solr) [n:127.0.0.1:44695_solr    ] o.a.s.c.a.NodeAddedTrigger Initial livenodes: [127.0.0.1:44695_solr, 127.0.0.1:46837_solr]
   [junit4]   2> 1326750 DEBUG (zkCallback-1959-thread-1-processing-n:127.0.0.1:44695_solr) [n:127.0.0.1:44695_solr    ] o.a.s.c.a.NodeAddedTrigger NodeAddedTrigger node_added_trigger1 instantiated with properties: {event=nodeAdded, waitFor=0, actions=[{name=test, class=org.apache.solr.cloud.autoscaling.TriggerIntegrationTest$ThrottlingTesterAction}], enabled=true}
   [junit4]   2> 1326750 INFO  (OverseerAutoScalingTriggerThread-99419612279406598-127.0.0.1:44695_solr-n_0000000000) [n:127.0.0.1:44695_solr    ] o.a.s.c.a.TriggerIntegrationTest TestTriggerAction init
   [junit4]   2> 1326751 DEBUG (ScheduledTrigger-4017-thread-1) [n:127.0.0.1:44695_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger1
   [junit4]   2> 1326751 DEBUG (ScheduledTrigger-4017-thread-1) [n:127.0.0.1:44695_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 2
   [junit4]   2> 1326753 DEBUG (OverseerAutoScalingTriggerThread-99419612279406598-127.0.0.1:44695_solr-n_0000000000) [n:127.0.0.1:44695_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeLost markers
   [junit4]   2> 1326753 DEBUG (OverseerAutoScalingTriggerThread-99419612279406598-127.0.0.1:44695_solr-n_0000000000) [n:127.0.0.1:44695_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 4, lastZnodeVersion 3
   [junit4]   2> 1326753 DEBUG (OverseerAutoScalingTriggerThread-99419612279406598-127.0.0.1:44695_solr-n_0000000000) [n:127.0.0.1:44695_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 4
   [junit4]   2> 1326754 INFO  (OverseerAutoScalingTriggerThread-99419612279406598-127.0.0.1:44695_solr-n_0000000000) [n:127.0.0.1:44695_solr    ] o.a.s.c.a.TriggerIntegrationTest TestTriggerAction init
   [junit4]   2> 1326754 DEBUG (OverseerAutoScalingTriggerThread-99419612279406598-127.0.0.1:44695_solr-n_0000000000) [n:127.0.0.1:44695_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeLost markers
   [junit4]   2> 1326755 DEBUG (ScheduledTrigger-4017-thread-2) [n:127.0.0.1:44695_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger2
   [junit4]   2> 1326755 INFO  (TEST-TriggerIntegrationTest.testTriggerThrottling-seed#[317D0C661A6851EB]) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-22T00:27:37+03:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 1326755 DEBUG (ScheduledTrigger-4017-thread-2) [n:127.0.0.1:44695_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 2
   [junit4]   2> 1326755 DEBUG (OverseerAutoScalingTriggerThread-99419612279406598-127.0.0.1:44695_solr-n_0000000000) [n:127.0.0.1:44695_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 4, lastZnodeVersion 4
   [junit4]   2> 1326757 INFO  (TEST-TriggerIntegrationTest.testTriggerThrottling-seed#[317D0C661A6851EB]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1326758 INFO  (TEST-TriggerIntegrationTest.testTriggerThrottling-seed#[317D0C661A6851EB]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1326758 INFO  (TEST-TriggerIntegrationTest.testTriggerThrottling-seed#[317D0C661A6851EB]) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 1326758 INFO  (TEST-TriggerIntegrationTest.testTriggerThrottling-seed#[317D0C661A6851EB]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@5819c83b{/solr,null,AVAILABLE}
   [junit4]   2> 1326758 INFO  (TEST-TriggerIntegrationTest.testTriggerThrottling-seed#[317D0C661A6851EB]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@308fd9de{HTTP/1.1,[http/1.1]}{127.0.0.1:38773}
   [junit4]   2> 1326758 INFO  (TEST-TriggerIntegrationTest.testTriggerThrottling-seed#[317D0C661A6851EB]) [    ] o.e.j.s.Server Started @1328523ms
   [junit4]   2> 1326758 INFO  (TEST-TriggerIntegrationTest.testTriggerThrottling-seed#[317D0C661A6851EB]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=38773}
   [junit4]   2> 1326759 ERROR (TEST-TriggerIntegrationTest.testTriggerThrottling-seed#[317D0C661A6851EB]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1326759 INFO  (TEST-TriggerIntegrationTest.testTriggerThrottling-seed#[317D0C661A6851EB]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.0.0
   [junit4]   2> 1326759 INFO  (TEST-TriggerIntegrationTest.testTriggerThrottling-seed#[317D0C661A6851EB]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1326759 INFO  (TEST-TriggerIntegrationTest.testTriggerThrottling-seed#[317D0C661A6851EB]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1326759 INFO  (TEST-TriggerIntegrationTest.testTriggerThrottling-seed#[317D0C661A6851EB]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-01-27T03:14:52.797320Z
   [junit4]   2> 1326761 INFO  (zkConnectionManagerCallback-1971-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1326761 INFO  (TEST-TriggerIntegrationTest.testTriggerThrottling-seed#[317D0C661A6851EB]) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1326767 INFO  (TEST-TriggerIntegrationTest.testTriggerThrottling-seed#[317D0C661A6851EB]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35575/solr
   [junit4]   2> 1326773 INFO  (zkConnectionManagerCallback-1975-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1326781 INFO  (zkConnectionManagerCallback-1977-thread-1-processing-n:127.0.0.1:38773_solr) [n:127.0.0.1:38773_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1326784 INFO  (TEST-TriggerIntegrationTest.testTriggerThrottling-seed#[317D0C661A6851EB]) [n:127.0.0.1:38773_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1326785 INFO  (TEST-TriggerIntegrationTest.testTriggerThrottling-seed#[317D0C661A6851EB]) [n:127.0.0.1:38773_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1326786 INFO  (TEST-TriggerIntegrationTest.testTriggerThrottling-seed#[317D0C661A6851EB]) [n:127.0.0.1:38773_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:38773_solr
   [junit4]   2> 1326789 INFO  (zkCallback-1959-thread-1-processing-n:127.0.0.1:44695_solr) [n:127.0.0.1:44695_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1326789 INFO  (zkCallback-1952-thread-1-processing-n:127.0.0.1:46837_solr) [n:127.0.0.1:46837_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1326797 INFO  (zkCallback-1976-thread-1-processing-n:127.0.0.1:38773_solr) [n:127.0.0.1:38773_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1326801 INFO  (zkCallback-1968-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1326853 INFO  (TEST-TriggerIntegrationTest.testTriggerThrottling-seed#[317D0C661A6851EB]) [n:127.0.0.1:38773_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38773.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@796a6d19
   [junit4]   2> 1326863 INFO  (TEST-TriggerIntegrationTest.testTriggerThrottling-seed#[317D0C661A6851EB]) [n:127.0.0.1:38773_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38773.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@796a6d19
   [junit4]   2> 1326864 INFO  (TEST-TriggerIntegrationTest.testTriggerThrottling-seed#[317D0C661A6851EB]) [n:127.0.0.1:38773_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38773.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@796a6d19
   [junit4]   2> 1326865 INFO  (TEST-TriggerIntegrationTest.testTriggerThrottling-seed#[317D0C661A6851EB]) [n:127.0.0.1:38773_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.TriggerIntegrationTest_317D0C661A6851EB-001/tempDir-001/node3/.
   [junit4]   2> 1327752 DEBUG (ScheduledTrigger-4017-thread-3) [n:127.0.0.1:44695_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger1
   [junit4]   2> 1327752 DEBUG (ScheduledTrigger-4017-thread-3) [n:127.0.0.1:44695_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 3
   [junit4]   2> 1327752 DEBUG (ScheduledTrigger-4017-thread-3) [n:127.0.0.1:44695_solr    ] o.a.s.c.a.NodeAddedTrigger Tracking new node: 127.0.0.1:38773_solr at time 316678119048617
   [junit4]   2> 1327752 DEBUG (ScheduledTrigger-4017-thread-3) [n:127.0.0.1:44695_solr    ] o.a.s.c.a.NodeAddedTrigger NodeAddedTrigger node_added_trigger1 firing registered processor for nodes: [127.0.0.1:38773_solr] added at times [316678119048617], now=316678119156850
   [junit4]   2> 1327752 DEBUG (ScheduledTrigger-4017-thread-3) [n:127.0.0.1:44695_solr    ] o.a.s.c.a.ScheduledTriggers ++++++++ Cooldown inactive - processing event: {
   [junit4]   2>   "id":"120045ecb45a9T9yo4z6fw5dkg14j8a26sxjhd7",
   [junit4]   2>   "source":"node_added_trigger1",
   [junit4]   2>   "eventTime":316678119048617,
   [junit4]   2>   "eventType":"NODEADDED",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[316678119048617],
   [junit4]   2>     "nodeNames":["127.0.0.1:38773_solr"]}}
   [junit4]   2> 1327753 DEBUG (ScheduledTrigger-4017-thread-3) [n:127.0.0.1:44695_solr    ] o.a.s.c.a.ScheduledTriggers Pausing all triggers: [node_added_trigger2, node_added_trigger1]
   [junit4]   2> 1327753 INFO  (ScheduledTrigger-4017-thread-3) [n:127.0.0.1:44695_solr    ] o.a.s.c.a.SystemLogListener Collection .system does not exist, disabling logging.
   [junit4]   2> 1327753 DEBUG (AutoscalingActionExecutor-4018-thread-1-processing-n:127.0.0.1:44695_solr) [n:127.0.0.1:44695_solr    ] o.a.s.c.a.ScheduledTriggers -- processing actions for {
   [junit4]   2>   "id":"120045ecb45a9T9yo4z6fw5dkg14j8a26sxjhd7",
   [junit4]   2>   "source":"node_added_trigger1",
   [junit4]   2>   "eventTime":316678119048617,
   [junit4]   2>   "eventType":"NODEADDED",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[316678119048617],
   [junit4]   2>     "_enqueue_time_":316678119742765,
   [junit4]   2>     "nodeNames":["127.0.0.1:38773_solr"]}}
   [junit4]   2> 1327753 INFO  (AutoscalingActionExecutor-4018-thread-1-processing-n:127.0.0.1:44695_solr) [n:127.0.0.1:44695_solr    ] o.a.s.c.a.TriggerIntegrationTest action executed from node_added_trigger1
   [junit4]   2> 1327754 DEBUG (AutoscalingActionExecutor-4018-thread-1-processing-n:127.0.0.1:44695_solr) [n:127.0.0.1:44695_solr    ] o.a.s.c.a.ScheduledTriggers Resuming trigger: node_added_trigger2 after 5000ms
   [junit4]   2> 1327754 DEBUG (AutoscalingActionExecutor-4018-thread-1-processing-n:127.0.0.1:44695_solr) [n:127.0.0.1:44695_solr    ] o.a.s.c.a.ScheduledTriggers Resuming trigger: node_added_trigger1 after 5000ms
   [junit4]   2> 1327754 DEBUG (AutoscalingActionExecutor-4018-thread-1-processing-n:127.0.0.1:44695_solr) [n:127.0.0.1:44695_solr    ] o.a.s.c.a.ScheduledTriggers -- processing took 0 ms for event id=120045ecb45a9T9yo4z6fw5dkg14j8a26sxjhd7
   [junit4]   2> 1332755 DEBUG (ScheduledTrigger-4017-thread-4) [n:127.0.0.1:44695_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger1
   [junit4]   2> 1332755 DEBUG (ScheduledTrigger-4017-thread-1) [n:127.0.0.1:44695_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger2
   [junit4]   2> 1332755 DEBUG (ScheduledTrigger-4017-thread-4) [n:127.0.0.1:44695_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 3
   [junit4]   2> 1332755 DEBUG (ScheduledTrigger-4017-thread-1) [n:127.0.0.1:44695_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 3
   [junit4]   2> 1332755 DEBUG (ScheduledTrigger-4017-thread-1) [n:127.0.0.1:44695_solr    ] o.a.s.c.a.NodeAddedTrigger Tracking new node: 127.0.0.1:38773_solr at time 316683122245655
   [junit4]   2> 1332755 DEBUG (ScheduledTrigger-4017-thread-1) [n:127.0.0.1:44695_solr    ] o.a.s.c.a.NodeAddedTrigger NodeAddedTrigger node_added_trigger2 firing registered processor for nodes: [127.0.0.1:38773_solr] added at times [316683122245655], now=316683122291282
   [junit4]   2> 1332755 DEBUG (ScheduledTrigger-4017-thread-1) [n:127.0.0.1:44695_solr    ] o.a.s.c.a.ScheduledTriggers ++++++++ Cooldown inactive - processing event: {
   [junit4]   2>   "id":"1200589020017T9yo4z6fw5dkg14j8a26sxjhd9",
   [junit4]   2>   "source":"node_added_trigger2",
   [junit4]   2>   "eventTime":316683122245655,
   [junit4]   2>   "eventType":"NODEADDED",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[316683122245655],
   [junit4]   2>     "nodeNames":["127.0.0.1:38773_solr"]}}
   [junit4]   2> 1332755 DEBUG (ScheduledTrigger-4017-thread-1) [n:127.0.0.1:44695_solr    ] o.a.s.c.a.ScheduledTriggers Pausing all triggers: [node_added_trigger2, node_added_trigger1]
   [junit4]   2> 1332756 INFO  (ScheduledTrigger-4017-thread-1) [n:127.0.0.1:44695_solr    ] o.a.s.c.a.SystemLogListener Collection .system does not exist, disabling logging.
   [junit4]   2> 1332756 DEBUG (AutoscalingActionExecutor-4018-thread-1-processing-n:127.0.0.1:44695_solr) [n:127.0.0.1:44695_solr    ] o.a.s.c.a.ScheduledTriggers -- processing actions for {
   [junit4]   2>   "id":"1200589020017T9yo4z6fw5dkg14j8a26sxjhd9",
   [junit4]   2>   "source":"node_added_trigger2",
   [junit4]   2>   "eventTime":316683122245655,
   [junit4]   2>   "eventType":"NODEADDED",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[316683122245655],
   [junit4]   2>     "_enqueue_time_":316683122510319,
   [junit4]   2>     "nodeNames":["127.0.0.1:38773_solr"]}}
   [junit4]   2> 1332757 INFO  (AutoscalingActionExecutor-4018-thread-1-processing-n:127.0.0.1:44695_solr) [n:127.0.0.1:44695_solr    ] o.a.s.c.a.TriggerIntegrationTest last action at 1517022893791000000 current time = 1517022898794000000
   [junit4]   2> real diff: 5003000000
   [junit4]   2>  min diff: 4998000000
   [junit4]   2> 1332757 INFO  (AutoscalingActionExecutor-4018-thread-1-processing-n:127.0.0.1:44695_solr) [n:127.0.0.1:44695_solr    ] o.a.s.c.a.TriggerIntegrationTest action executed from node_added_trigger2
   [junit4]   2> 1332758 DEBUG (AutoscalingActionExecutor-4018-thread-1-processing-n:127.0.0.1:44695_solr) [n:127.0.0.1:44695_solr    ] o.a.s.c.a.ScheduledTriggers Resuming trigger: node_added_trigger2 after 5000ms
   [junit4]   2> 1332758 DEBUG (AutoscalingActionExecutor-4018-thread-1-processing-n:127.0.0.1:44695_solr) [n:127.0.0.1:44695_solr    ] o.a.s.c.a.ScheduledTriggers Resuming trigger: node_added_trigger1 after 5000ms
   [junit4]   2> 1332758 DEBUG (AutoscalingActionExecutor-4018-thread-1-processing-n:127.0.0.1:44695_solr) [n:127.0.0.1:44695_solr    ] o.a.s.c.a.ScheduledTriggers -- processing took 1 ms for event id=1200589020017T9yo4z6fw5dkg14j8a26sxjhd9
   [junit4]   2> 1332760 INFO  (qtp486932277-11795) [n:127.0.0.1:38773_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 1332794 INFO  (qtp1917373363-11822) [n:127.0.0.1:44695_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 1332795 INFO  (qtp1311566342-11734) [n:127.0.0.1:46837_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 1332795 DEBUG (qtp1917373363-11739) [n:127.0.0.1:44695_solr    ] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 1332796 DEBUG (zkCallback-1959-thread-1-processing-n:127.0.0.1:44695_solr) [n:127.0.0.1:44695_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 5
   [junit4]   2> 1332796 DEBUG (zkCallback-1959-thread-1-processing-n:127.0.0.1:44695_solr) [n:127.0.0.1:44695_solr    ] o.a.s.c.a.NodeAddedTrigger Initial livenodes: [127.0.0.1:38773_solr, 127.0.0.1:44695_solr, 127.0.0.1:46837_solr]
   [junit4]   2> 1332796 DEBUG (zkCallback-1959-thread-1-processing-n:127.0.0.1:44695_solr) [n:127.0.0.1:44695_solr    ] o.a.s.c.a.NodeAddedTrigger NodeAddedTrigger node_added_trigger2 instantiated with properties: {event=nodeAdded, waitFor=0, actions=[{name=test, class=org.apache.solr.cloud.autoscaling.TriggerIntegrationTest$ThrottlingTesterAction}], enabled=true}
   [junit4]   2> 1332797 DEBUG (zkCallback-1959-thread-1-processing-n:127.0.0.1:44695_solr) [n:127.0.0.1:44695_solr    ] o.a.s.c.a.NodeLostTrigger Initial livenodes: [127.0.0.1:38773_solr, 127.0.0.1:44695_solr, 127.0.0.1:46837_solr]
   [junit4]   2> 1332797 DEBUG (zkCallback-1959-thread-1-processing-n:127.0.0.1:44695_solr) [n:127.0.0.1:44695_solr    ] o.a.s.c.a.NodeAddedTrigger Initial livenodes: [127.0.0.1:38773_solr, 127.0.0.1:44695_solr, 127.0.0.1:46837_solr]
   [junit4]   2> 1332797 DEBUG (zkCallback-1959-thread-1-processing-n:127.0.0.1:44695_solr) [n:127.0.0.1:44695_solr    ] o.a.s.c.a.NodeAddedTrigger NodeAddedTrigger node_added_trigger1 instantiated with properties: {event=nodeAdded, waitFor=0, actions=[{name=test, class=org.apache.solr.cloud.autoscaling.TriggerIntegrationTest$ThrottlingTesterAction}], enabled=true}
   [junit4]   2> 1332797 DEBUG (OverseerAutoScalingTriggerThread-99419612279406598-127.0.0.1:44695_solr-n_0000000000) [n:127.0.0.1:44695_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 5
   [junit4]   2> 1332798 INFO  (OverseerAutoScalingTriggerThread-99419612279406598-127.0.0.1:44695_solr-n_0000000000) [n:127.0.0.1:44695_solr    ] o.a.s.c.a.TriggerIntegrationTest TestTriggerAction init
   [junit4]   2> 1332798 DEBUG (OverseerAutoScalingTriggerThread-99419612279406598-127.0.0.1:44695_solr-n_0000000000) [n:127.0.0.1:44695_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 5, lastZnodeVersion 5
   [junit4]   2> 1332798 INFO  (qtp1917373363-11739) [n:127.0.0.1:44695_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/autoscaling params={wt=javabin&version=2} status=0 QTime=40
   [junit4]   2> 1332801 INFO  (qtp486932277-11800) [n:127.0.0.1:38773_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 1332802 DEBUG (ScheduledTrigger-4017-thread-4) [n:127.0.0.1:44695_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger1 with currently live nodes: 3
   [junit4]   2> 1332803 INFO  (qtp1917373363-11739) [n:127.0.0.1:44695_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 1332804 INFO  (qtp1311566342-11734) [n:127.0.0.1:46837_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 1332804 DEBUG (qtp486932277-11801) [n:127.0.0.1:38773_solr    ] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 1332805 DEBUG (zkCallback-1959-thread-1-processing-n:127.0.0.1:44695_solr) [n:127.0.0.1:44695_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 6
   [junit4]   2> 1332805 DEBUG (zkCallback-1959-thread-1-processing-n:127.0.0.1:44695_solr) [n:127.0.0.1:44695_solr    ] o.a.s.c.a.NodeAddedTrigger Initial livenodes: [127.0.0.1:38773_solr, 127.0.0.1:44695_solr, 127.0.0.1:46837_solr]
   [junit4]   2> 1332805 DEBUG (zkCallback-1959-thread-1-processing-n:127.0.0.1:44695_solr) [n:127.0.0.1:44695_solr    ] o.a.s.c.a.NodeAddedTrigger NodeAddedTrigger node_added_trigger2 instantiated with properties: {event=nodeAdded, waitFor=0, actions=[{name=test, class=org.apache.solr.cloud.autoscaling.TriggerIntegrationTest$ThrottlingTesterAction}], enabled=true}
   [junit4]   2> 1332805 DEBUG (zkCallback-1959-thread-1-processing-n:127.0.0.1:44695_solr) [n:127.0.0.1:44695_solr    ] o.a.s.c.a.NodeLostTrigger Initial livenodes: [127.0.0.1:38773_solr, 127.0.0.1:44695_solr, 127.0.0.1:46837_solr]
   [junit4]   2> 1332805 DEBUG (zkCallback-1959-thread-1-processing-n:127.0.0.1:44695_solr) [n:127.0.0.1:44695_solr    ] o.a.s.c.a.NodeAddedTrigger Initial livenodes: [127.0.0.1:38773_solr, 127.0.0.1:44695_solr, 127.0.0.1:46837_solr]
   [junit4]   2> 1332806 DEBUG (zkCallback-1959-thread-1-processing-n:127.0.0.1:44695_solr) [n:127.0.0.1:44695_solr    ] o.a.s.c.a.NodeAddedTrigger NodeAddedTrigger node_added_trigger1 instantiated with properties: {event=nodeAdded, waitFor=0, actions=[{name=test, class=org.apache.solr.cloud.autoscaling.TriggerIntegrationTest$ThrottlingTesterAction}], enabled=true}
   [junit4]   2> 1332806 DEBUG (zkCallback-1959-thread-1-processing-n:127.0.0.1:44695_solr) [n:127.0.0.1:44695_solr    ] o.a.s.c.a.NodeLostTrigger Initial livenodes: [127.0.0.1:38773_solr, 127.0.0.1:44695_solr, 127.0.0.1:46837_solr]
   [junit4]   2> 1332806 DEBUG (OverseerAutoScalingTriggerThread-99419612279406598-127.0.0.1:44695_solr-n_0000000000) [n:127.0.0.1:44695_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 6
   [junit4]   2> 1332807 INFO  (OverseerAutoScalingTriggerThread-99419612279406598-127.0.0.1:44695_solr-n_0000000000) [n:127.0.0.1:44695_solr    ] o.a.s.c.a.TriggerIntegrationTest TestTriggerAction init
   [junit4]   2> 1332807 INFO  (qtp486932277-11801) [n:127.0.0.1:38773_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/autoscaling params={wt=javabin&version=2} status=0 QTime=7
   [junit4]   2> 1332808 DEBUG (OverseerAutoScalingTriggerThread-99419612279406598-127.0.0.1:44695_solr-n_0000000000) [n:127.0.0.1:44695_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 6, lastZnodeVersion 6
   [junit4]   2> 1332808 INFO  (TEST-TriggerIntegrationTest.testTriggerThrottling-seed#[317D0C661A6851EB]) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@308fd9de{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 1332808 INFO  (TEST-TriggerIntegrationTest.testTriggerThrottling-seed#[317D0C661A6851EB]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1645352067
   [junit4]   2> 1332809 INFO  (TEST-TriggerIntegrationTest.testTriggerThrottling-seed#[317D0C661A6851EB]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 1332809 INFO  (TEST-TriggerIntegrationTest.testTriggerThrottling-seed#[317D0C661A6851EB]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@542e01c5: rootName = solr_38773, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@4b063f87
   [junit4]   2> 1332816 INFO  (TEST-TriggerIntegrationTest.testTriggerThrottling-seed#[317D0C661A6851EB]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 1332816 INFO  (TEST-TriggerIntegrationTest.testTriggerThrottling-seed#[317D0C661A6851EB]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@53f6376d: rootName = solr_38773, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@2115509a
   [junit4]   2> 1332817 DEBUG (ScheduledTrigger-4017-thread-1) [n:127.0.0.1:44695_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger2 with currently live nodes: 3
   [junit4]   2> 1332822 INFO  (TEST-TriggerIntegrationTest.testTriggerThrottling-seed#[317D0C661A6851EB]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 1332822 INFO  (TEST-TriggerIntegrationTest.testTriggerThrottling-seed#[317D0C661A6851EB]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@2f44df1a: rootName = solr_38773, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@6c80a67b
   [junit4]   2> 1332823 INFO  (TEST-TriggerIntegrationTest.testTriggerThrottling-seed#[317D0C661A6851EB]) [    ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:38773_solr
   [junit4]   2> 1332834 INFO  (zkCallback-1968-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 1332834 INFO  (zkCallback-1952-thread-1-processing-n:127.0.0.1:46837_solr) [n:127.0.0.1:46837_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 1332834 INFO  (zkCallback-1959-thread-1-processing-n:127.0.0.1:44695_solr) [n:127.0.0.1:44695_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 1332835 INFO  (zkCallback-1976-thread-1-processing-n:127.0.0.1:38773_solr) [n:127.0.0.1:38773_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 1332849 INFO  (TEST-TriggerIntegrationTest.testTriggerThrottling-seed#[317D0C661A6851EB]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 1332850 INFO  (TEST-TriggerIntegrationTest.testTriggerThrottling-seed#[317D0C661A6851EB]) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1332851 INFO  (TEST-TriggerIntegrationTest.testTriggerThrottling-seed#[317D0C661A6851EB]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@5819c83b{/solr,null,UNAVAILABLE}
   [junit4]   2> 1332851 INFO  (TEST-TriggerIntegrationTest.testTriggerThrottling-seed#[317D0C661A6851EB]) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 1333803 DEBUG (ScheduledTrigger-4017-thread-3) [n:127.0.0.1:44695_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger1 with currently live nodes: 2
   [junit4]   2> 1333804 DEBUG (ScheduledTrigger-4017-thread-3) [n:127.0.0.1:44695_solr    ] o.a.s.c.a.NodeLostTrigger Tracking lost node: 127.0.0.1:38773_solr
   [junit4]   2> 1333804 DEBUG (ScheduledTrigger-4017-thread-3) [n:127.0.0.1:44695_solr    ] o.a.s.c.a.NodeLostTrigger NodeLostTrigger firing registered processor for lost nodes: [127.0.0.1:38773_solr]
   [junit4]   2> 1333804 DEBUG (ScheduledTrigger-4017-thread-3) [n:127.0.0.1:44695_solr    ] o.a.s.c.a.ScheduledTriggers ++++++++ Cooldown inactive - processing event: {
   [junit4]   2>   "id":"12005c77fce94T9yo4z6fw5dkg14j8a26sxjhdb",
   [junit4]   2>   "source":"node_lost_trigger1",
   [junit4]   2>   "eventTime":316684170677908,
   [junit4]   2>   "eventType":"NODELOST",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[316684170677908],
   [junit4]   2>     "nodeNames":["127.0.0.1:38773_solr"]}}
   [junit4]   2> 1333804 DEBUG (ScheduledTrigger-4017-thread-3) [n:127.0.0.1:44695_solr    ] o.a.s.c.a.ScheduledTriggers Pausing all triggers: [node_lost_trigger2, node_added_trigger2, node_lost_trigger1, node_added_trigger1]
   [junit4]   2> 1333805 INFO  (ScheduledTrigger-4017-thread-3) [n:127.0.0.1:44695_solr    ] o.a.s.c.a.SystemLogListener Collection .system does not exist, disabling logging.
   [junit4]   2> 1333805 DEBUG (AutoscalingActionExecutor-4018-thread-1-processing-n:127.0.0.1:44695_solr) [n:127.0.0.1:44695_solr    ] o.a.s.c.a.ScheduledTriggers -- processing actions for {
   [junit4]   2>   "id":"12005c77fce94T9yo4z6fw5dkg14j8a26sxjhdb",
   [junit4]   2>   "source":"node_lost_trigger1",
   [junit4]   2>   "eventTime":316684170677908,
   [junit4]   2>   "eventType":"NODELOST",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[316684170677908],
   [junit4]   2>     "_enqueue_time_":316684171015440,
   [junit4]   2>     "nodeNames":["127.0.0.1:38773_solr"]}}
   [junit4]   2> 1333805 INFO  (AutoscalingActionExecutor-4018-thread-1-processing-n:127.0.0.1:44695_solr) [n:127.0.0.1:44695_solr    ] o.a.s.c.a.TriggerIntegrationTest action executed from node_lost_trigger1
   [junit4]   2> 1333806 DEBUG (AutoscalingActionExecutor-4018-thread-1-processing-n:127.0.0.1:44695_solr) [n:127.0.0.1:44695_solr    ] o.a.s.c.a.ScheduledTriggers Resuming trigger: node_lost_trigger2 after 5000ms
   [junit4]   2> 1333806 DEBUG (AutoscalingActionExecutor-4018-thread-1-processing-n:127.0.0.1:44695_solr) [n:127.0.0.1:44695_solr    ] o.a.s.c.a.ScheduledTriggers Resuming trigger: node_added_trigger2 after 5000ms
   [junit4]   2> 1333806 DEBUG (AutoscalingActionExecutor-4018-thread-1-processing-n:127.0.0.1:44695_solr) [n:127.0.0.1:44695_solr    ] o.a.s.c.a.ScheduledTriggers Resuming trigger: node_lost_trigger1 after 5000ms
   [junit4]   2> 1333806 DEBUG (AutoscalingActionExecutor-4018-thread-1-processing-n:127.0.0.1:44695_solr) [n:127.0.0.1:44695_solr    ] o.a.s.c.a.ScheduledTriggers Resuming trigger: node_added_trigger1 after 5000ms
   [junit4]   2> 1333806 DEBUG (AutoscalingActionExecutor-4018-thread-1-processing-n:127.0.0.1:44695_solr) [n:127.0.0.1:44695_solr    ] o.a.s.c.a.ScheduledTriggers -- processing took 1 ms for event id=12005c77fce94T9yo4z6fw5dkg14j8a26sxjhdb
   [junit4]   2> 1338806 DEBUG (ScheduledTrigger-4017-thread-2) [n:127.0.0.1:44695_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger2
   [junit4]   2> 1338806 DEBUG (ScheduledTrigger-4017-thread-1) [n:127.0.0.1:44695_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger2 with currently live nodes: 2
   [junit4]   2> 1338806 DEBUG (ScheduledTrigger-4017-thread-3) [n:127.0.0.1:44695_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger1 with currently live nodes: 2
   [junit4]   2> 1338806 DEBUG (ScheduledTrigger-4017-thread-1) [n:127.0.0.1:44695_solr    ] o.a.s.c.a.NodeLostTrigger Tracking lost node: 127.0.0.1:38773_solr
   [junit4]   2> 1338807 DEBUG (ScheduledTrigger-4017-thread-3) [n:127.0.0.1:44695_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger1
   [junit4]   2> 1338807 DEBUG (ScheduledTrigger-4017-thread-1) [n:127.0.0.1:44695_solr    ] o.a.s.c.a.NodeLostTrigger NodeLostTrigger firing registered processor for lost nodes: [127.0.0.1:38773_solr]
   [junit4]   2> 1338807 DEBUG (ScheduledTrigger-4017-thread-3) [n:127.0.0.1:44695_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 2
   [junit4]   2> 1338807 DEBUG (ScheduledTrigger-4017-thread-1) [n:127.0.0.1:44695_solr    ] o.a.s.c.a.ScheduledTriggers ++++++++ Cooldown inactive - processing event: {
   [junit4]   2>   "id":"12006f1b32cafT9yo4z6fw5dkg14j8a26sxjhdd",
   [junit4]   2>   "source":"node_lost_trigger2",
   [junit4]   2>   "eventTime":316689173654703,
   [junit4]   2>   "eventType":"NODELOST",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[316689173654703],
   [junit4]   2>     "nodeNames":["127.0.0.1:38773_solr"]}}
   [junit4]   2> 1338807 DEBUG (ScheduledTrigger-4017-thread-1) [n:127.0.0.1:44695_solr    ] o.a.s.c.a.ScheduledTriggers Pausing all triggers: [node_lost_trigger2, node_added_trigger2, node_lost_trigger1, node_added_trigger1]
   [junit4]   2> 1338806 DEBUG (ScheduledTrigger-4017-thread-2) [n:127.0.0.1:44695_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 2
   [junit4]   2> 1338807 INFO  (ScheduledTrigger-4017-thread-1) [n:127.0.0.1:44695_solr    ] o.a.s.c.a.SystemLogListener Collection .system does not exist, disabling logging.
   [junit4]   2> 1338807 DEBUG (AutoscalingActionExecutor-4018-thread-1-processing-n:127.0.0.1:44695_solr) [n:127.0.0.1:44695_solr    ] o.a.s.c.a.ScheduledTriggers -- processing actions for {
   [junit4]   2>   "id":"12006f1b32cafT9yo4z6fw5dkg14j8a26sxjhdd",
   [junit4]   2>   "source":"node_lost_trigger2",
   [junit4]   2>   "eventTime":316689173654703,
   [junit4]   2>   "eventType":"NODELOST",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[316689173654703],
   [junit4]   2>     "_enqueue_time_":316689173878479,
   [junit4]   2>     "nodeNames":["127.0.0.1:38773_solr"]}}
   [junit4]   2> 1338807 INFO  (AutoscalingActionExecutor-4018-thread-1-processing-n:127.0.0.1:44695_solr) [n:127.0.0.1:44695_solr    ] o.a.s.c.a.TriggerIntegrationTest last action at 1517022899843000000 current time = 1517022904845000000
   [junit4]   2> real diff: 5002000000
   [junit4]   2>  min diff: 4998000000
   [junit4]   2> 1338807 INFO  (AutoscalingActionExecutor-4018-thread-1-processing-n:127.0.0.1:44695_solr) [n:127.0.0.1:44695_solr    ] o.a.s.c.a.TriggerIntegrationTest action executed from node_lost_trigger2
   [junit4]   2> 1338808 INFO  (TEST-TriggerIntegrationTest.testTriggerThrottling-seed#[317D0C661A6851EB]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testTriggerThrottling
   [junit4]   2> 1338808 DEBUG (AutoscalingActionExecutor-4018-thread-1-processing-n:127.0.0.1:44695_solr) [n:127.0.0.1:44695_solr    ] o.a.s.c.a.ScheduledTriggers Resuming trigger: node_lost_trigger2 after 5000ms
   [junit4]   2> 1338808 DEBUG (AutoscalingActionExecutor-4018-thread-1-processing-n:127.0.0.1:44695_solr) [n:127.0.0.1:44695_solr    ] o.a.s.c.a.ScheduledTriggers Resuming trigger: node_added_trigger2 after 5000ms
   [junit4]   2> 1338808 DEBUG (AutoscalingActionExecutor-4018-thread-1-processing-n:127.0.0.1:44695_solr) [n:127.0.0.1:44695_solr    ] o.a.s.c.a.ScheduledTriggers Resuming trigger: node_lost_trigger1 after 5000ms
   [junit4]   2> 1338808 DEBUG (AutoscalingActionExecutor-4018-thread-1-processing-n:127.0.0.1:44695_solr) [n:127.0.0.1:44695_solr    ] o.a.s.c.a.ScheduledTriggers Resuming trigger: node_added_trigger1 after 5000ms
   [junit4]   2> 1338808 DEBUG (AutoscalingActionExecutor-4018-thread-1-processing-n:127.0.0.1:44695_solr) [n:127.0.0.1:44695_solr    ] o.a.s.c.a.ScheduledTriggers -- processing took 1 ms for event id=12006f1b32cafT9yo4z6fw5dkg14j8a26sxjhdd
   [junit4]   2> 1338818 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[317D0C661A6851EB]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testContinueTriggersOnOverseerRestart
   [junit4]   2> 1338818 DEBUG (zkCallback-1959-thread-1-processing-n:127.0.0.1:44695_solr) [n:127.0.0.1:44695_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 7
   [junit4]   2> 1338818 DEBUG (OverseerAutoScalingTriggerThread-99419612279406598-127.0.0.1:44695_solr-n_0000000000) [n:127.0.0.1:44695_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 7
   [junit4]   2> 1338818 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[317D0C661A6851EB]) [    ] o.a.s.c.a.TriggerIntegrationTest /autoscaling.json reset, new znode version 7
   [junit4]   2> 1338822 DEBUG (OverseerAutoScalingTriggerThread-99419612279406598-127.0.0.1:44695_solr-n_0000000000) [n:127.0.0.1:44695_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeLost markers
   [junit4]   2> 1338822 DEBUG (OverseerAutoScalingTriggerThread-99419612279406598-127.0.0.1:44695_solr-n_0000000000) [n:127.0.0.1:44695_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 1338822 DEBUG (OverseerAutoScalingTriggerThread-99419612279406598-127.0.0.1:44695_solr-n_0000000000) [n:127.0.0.1:44695_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 7, lastZnodeVersion 7
   [junit4]   2> 1338823 INFO  (qtp1917373363-11741) [n:127.0.0.1:44695_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :overseerstatus with params action=OVERSEERSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1338831 INFO  (qtp1917373363-11741) [n:127.0.0.1:44695_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=OVERSEERSTATUS&wt=javabin&version=2} status=0 QTime=7
   [junit4]   2> 1338834 INFO  (qtp1917373363-11744) [n:127.0.0.1:44695_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 1338836 INFO  (qtp1311566342-11790) [n:127.0.0.1:46837_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 1338836 DEBUG (qtp1917373363-11739) [n:127.0.0.1:44695_solr    ] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 1338838 INFO  (qtp1917373363-11739) [n:127.0.0.1:44695_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/autoscaling params={wt=javabin&version=2} status=0 QTime=6
   [junit4]   2> 1338838 INFO  (OverseerCollectionConfigSetProcessor-99419612279406598-127.0.0.1:44695_solr-n_0000000000) [n:127.0.0.1:44695_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> 1338839 DEBUG (zkCallback-1959-thread-1-processing-n:127.0.0.1:44695_solr) [n:127.0.0.1:44695_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 8
   [junit4]   2> 1338839 DEBUG (zkCallback-1959-thread-1-processing-n:127.0.0.1:44695_solr) [n:127.0.0.1:44695_solr    ] o.a.s.c.a.NodeAddedTrigger Initial livenodes: [127.0.0.1:44695_solr, 127.0.0.1:46837_solr]
   [junit4]   2> 1338840 DEBUG (zkCallback-1959-thread-1-processing-n:127.0.0.1:44695_solr) [n:127.0.0.1:44695_solr    ] o.a.s.c.a.NodeAddedTrigger NodeAddedTrigger node_added_triggerCTOOR instantiated with properties: {event=nodeAdded, waitFor=1, actions=[{name=test, class=org.apache.solr.cloud.autoscaling.TriggerIntegrationTest$TestTriggerAction}], enabled=true}
   [junit4]   2> 1338840 DEBUG (OverseerAutoScalingTriggerThread-99419612279406598-127.0.0.1:44695_solr-n_0000000000) [n:127.0.0.1:44695_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 8
   [junit4]   2> 1338841 INFO  (OverseerAutoScalingTriggerThread-99419612279406598-127.0.0.1:44695_solr-n_0000000000) [n:127.0.0.1:44695_solr    ] o.a.s.c.a.TriggerIntegrationTest TestTriggerAction init
   [junit4]   2> 1338841 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[317D0C661A6851EB]) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@65bdaf56{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 1338842 DEBUG (OverseerAutoScalingTriggerThread-99419612279406598-127.0.0.1:44695_solr-n_0000000000) [n:127.0.0.1:44695_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeLost markers
   [junit4]   2> 1338842 DEBUG (OverseerAutoScalingTriggerThread-99419612279406598-127.0.0.1:44695_solr-n_0000000000) [n:127.0.0.1:44695_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 8, lastZnodeVersion 8
   [junit4]   2> 1338842 DEBUG (ScheduledTrigger-4017-thread-3) [n:127.0.0.1:44695_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_triggerCTOOR
   [junit4]   2> 1338843 DEBUG (ScheduledTrigger-4017-thread-3) [n:127.0.0.1:44695_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 2
   [junit4]   2> 1338848 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[317D0C661A6851EB]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1598941381
   [junit4]   2> 1338849 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[317D0C661A6851EB]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 1338849 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[317D0C661A6851EB]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@40564d0a: rootName = solr_44695, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@332bee91
   [junit4]   2> 1338858 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[317D0C661A6851EB]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 1338858 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[317D0C661A6851EB]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@26e01714: rootName = solr_44695, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@2115509a
   [junit4]   2> 1338873 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[317D0C661A6851EB]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 1338873 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[317D0C661A6851EB]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@10474986: rootName = solr_44695, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@6c80a67b
   [junit4]   2> 1338874 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[317D0C661A6851EB]) [    ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:44695_solr
   [junit4]   2> 1338875 INFO  (zkCallback-1968-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 1338875 INFO  (zkCallback-1952-thread-1-processing-n:127.0.0.1:46837_solr) [n:127.0.0.1:46837_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 1338876 INFO  (zkCallback-1959-thread-2-processing-n:127.0.0.1:44695_solr) [n:127.0.0.1:44695_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 1338876 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[317D0C661A6851EB]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 1338876 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[317D0C661A6851EB]) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1338877 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[317D0C661A6851EB]) [    ] o.a.s.c.Overseer Overseer (id=99419612279406598-127.0.0.1:44695_solr-n_0000000000) closing
   [junit4]   2> 1338877 INFO  (OverseerStateUpdate-99419612279406598-127.0.0.1:44695_solr-n_0000000000) [n:127.0.0.1:44695_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:44695_solr
   [junit4]   2> 1338878 WARN  (OverseerAutoScalingTriggerThread-99419612279406598-127.0.0.1:44695_solr-n_0000000000) [n:127.0.0.1:44695_solr    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 1338878 DEBUG (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[317D0C661A6851EB]) [    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread has been closed explicitly
   [junit4]   2> 1338883 INFO  (zkCallback-1952-thread-1-processing-n:127.0.0.1:46837_solr) [n:127.0.0.1:46837_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:46837_solr
   [junit4]   2> 1338883 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[317D0C661A6851EB]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@3bef55fa{/solr,null,UNAVAILABLE}
   [junit4]   2> 1338884 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[317D0C661A6851EB]) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 1338885 INFO  (zkCallback-1952-thread-1-processing-n:127.0.0.1:46837_solr) [n:127.0.0.1:46837_solr    ] o.a.s.c.Overseer Overseer (id=99419612279406596-127.0.0.1:46837_solr-n_0000000001) starting
   [junit4]   2> 1338888 DEBUG (OverseerAutoScalingTriggerThread-99419612279406596-127.0.0.1:46837_solr-n_0000000001) [n:127.0.0.1:46837_solr    ] o.a.s.c.a.OverseerTriggerThread Adding .autoAddReplicas trigger
   [junit4]   2> 1338889 DEBUG (OverseerAutoScalingTriggerThread-99419612279406596-127.0.0.1:46837_solr-n_0000000001) [n:127.0.0.1:46837_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 9
   [junit4]   2> 1338890 DEBUG (OverseerAutoScalingTriggerThread-99419612279406596-127.0.0.1:46837_solr-n_0000000001) [n:127.0.0.1:46837_solr    ] o.a.s.c.a.NodeAddedTrigger Initial livenodes: [127.0.0.1:46837_solr]
   [junit4]   2> 1338890 DEBUG (OverseerAutoScalingTriggerThread-99419612279406596-127.0.0.1:46837_solr-n_0000000001) [n:127.0.0.1:46837_solr    ] o.a.s.c.a.NodeAddedTrigger NodeAddedTrigger node_added_triggerCTOOR instantiated with properties: {event=nodeAdded, waitFor=1, actions=[{name=test, class=org.apache.solr.cloud.autoscaling.TriggerIntegrationTest$TestTriggerAction}], enabled=true}
   [junit4]   2> 1338890 DEBUG (OverseerAutoScalingTriggerThread-99419612279406596-127.0.0.1:46837_solr-n_0000000001) [n:127.0.0.1:46837_solr    ] o.a.s.c.a.NodeLostTrigger Initial livenodes: [127.0.0.1:46837_solr]
   [junit4]   2> 1338890 DEBUG (OverseerAutoScalingTriggerThread-99419612279406596-127.0.0.1:46837_solr-n_0000000001) [n:127.0.0.1:46837_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 9, lastZnodeVersion -1
   [junit4]   2> 1338890 DEBUG (OverseerAutoScalingTriggerThread-99419612279406596-127.0.0.1:46837_solr-n_0000000001) [n:127.0.0.1:46837_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 9
   [junit4]   2> 1338890 INFO  (OverseerAutoScalingTriggerThread-99419612279406596-127.0.0.1:46837_solr-n_0000000001) [n:127.0.0.1:46837_solr    ] o.a.s.c.a.TriggerIntegrationTest TestTriggerAction init
   [junit4]   2> 1338891 DEBUG (ScheduledTrigger-4033-thread-1) [n:127.0.0.1:46837_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_triggerCTOOR
   [junit4]   2> 1338891 DEBUG (ScheduledTrigger-4033-thread-1) [n:127.0.0.1:46837_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 1
   [junit4]   2> 1338895 DEBUG (ScheduledTrigger-4033-thread-1) [n:127.0.0.1:46837_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1
   [junit4]   2> 1338897 DEBUG (OverseerAutoScalingTriggerThread-99419612279406596-127.0.0.1:46837_solr-n_0000000001) [n:127.0.0.1:46837_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 9, lastZnodeVersion 9
   [junit4]   2> 1339892 DEBUG (ScheduledTrigger-4033-thread-2) [n:127.0.0.1:46837_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_triggerCTOOR
   [junit4]   2> 1339892 DEBUG (ScheduledTrigger-4033-thread-2) [n:127.0.0.1:46837_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 1
   [junit4]   2> 1339896 DEBUG (ScheduledTrigger-4033-thread-3) [n:127.0.0.1:46837_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1
   [junit4]   2> 1340893 DEBUG (ScheduledTrigger-4033-thread-1) [n:127.0.0.1:46837_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_triggerCTOOR
   [junit4]   2> 1340893 DEBUG (ScheduledTrigger-4033-thread-1) [n:127.0.0.1:46837_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 1
   [junit4]   2> 1340897 DEBUG (ScheduledTrigger-4033-thread-4) [n:127.0.0.1:46837_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1
   [junit4]   2> 1341893 DEBUG (ScheduledTrigger-4033-thread-2) [n:127.0.0.1:46837_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_triggerCTOOR
   [junit4]   2> 1341893 DEBUG (ScheduledTrigger-4033-thread-2) [n:127.0.0.1:46837_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 1
   [junit4]   2> 1341897 DEBUG (ScheduledTrigger-4033-thread-3) [n:127.0.0.1:46837_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1
   [junit4]   2> 1342893 DEBUG (ScheduledTrigger-4033-thread-1) [n:127.0.0.1:46837_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_triggerCTOOR
   [junit4]   2> 1342893 DEBUG (ScheduledTrigger-4033-thread-1) [n:127.0.0.1:46837_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 1
   [junit4]   2> 1342897 DEBUG (ScheduledTrigger-4033-thread-4) [n:127.0.0.1:46837_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1
   [junit4]   2> 1343893 DEBUG (ScheduledTrigger-4033-thread-2) [n:127.0.0.1:46837_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_triggerCTOOR
   [junit4]   2> 1343893 DEBUG (ScheduledTrigger-4033-thread-2) [n:127.0.0.1:46837_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 1
   [junit4]   2> 1343897 DEBUG (ScheduledTrigger-4033-thread-3) [n:127.0.0.1:46837_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1
   [junit4]   2> 1344894 DEBUG (ScheduledTrigger-4033-thread-3) [n:127.0.0.1:46837_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_triggerCTOOR
   [junit4]   2> 1344894 DEBUG (ScheduledTrigger-4033-thread-3) [n:127.0.0.1:46837_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 1
   [junit4]   2> 1344897 DEBUG (ScheduledTrigger-4033-thread-4) [n:127.0.0.1:46837_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1
   [junit4]   2> 1345894 DEBUG (ScheduledTrigger-4033-thread-2) [n:127.0.0.1:46837_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_triggerCTOOR
   [junit4]   2> 1345894 DEBUG (ScheduledTrigger-4033-thread-2) [n:127.0.0.1:46837_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 1
   [junit4]   2> 1345898 DEBUG (ScheduledTrigger-4033-thread-1) [n:127.0.0.1:46837_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1
   [junit4]   2> 1346894 DEBUG (ScheduledTrigger-4033-thread-3) [n:127.0.0.1:46837_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_triggerCTOOR
   [junit4]   2> 1346894 DEBUG (ScheduledTrigger-4033-thread-3) [n:127.0.0.1:46837_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 1
   [junit4]   2> 1346898 DEBUG (ScheduledTrigger-4033-thread-4) [n:127.0.0.1:46837_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1
   [junit4]   2> 1347894 DEBUG (ScheduledTrigger-4033-thread-2) [n:127.0.0.1:46837_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_triggerCTOOR
   [junit4]   2> 1347894 DEBUG (ScheduledTrigger-4033-thread-2) [n:127.0.0.1:46837_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 1
   [junit4]   2> 1347898 DEBUG (ScheduledTrigger-4033-thread-1) [n:127.0.0.1:46837_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1
   [junit4]   2> 1348885 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[317D0C661A6851EB]) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-22T00:27:37+03:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 1348887 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[317D0C661A6851EB]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1348888 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[317D0C661A6851EB]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1348888 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[317D0C661A6851EB]) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 1348888 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[317D0C661A6851EB]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@5e2f4fd5{/solr,null,AVAILABLE}
   [junit4]   2> 1348888 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[317D0C661A6851EB]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@53312140{HTTP/1.1,[http/1.1]}{127.0.0.1:34283}
   [junit4]   2> 1348888 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[317D0C661A6851EB]) [    ] o.e.j.s.Server Started @1350653ms
   [junit4]   2> 1348888 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[317D0C661A6851EB]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=34283}
   [junit4]   2> 1348889 ERROR (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[317D0C661A6851EB]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1348889 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[317D0C661A6851EB]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.0.0
   [junit4]   2> 1348889 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[317D0C661A6851EB]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1348889 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[317D0C661A6851EB]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1348889 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[317D0C661A6851EB]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-01-27T03:15:14.927470Z
   [junit4]   2> 1348894 DEBUG (ScheduledTrigger-4033-thread-3) [n:127.0.0.1:46837_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_triggerCTOOR
   [junit4]   2> 1348894 DEBUG (ScheduledTrigger-4033-thread-3) [n:127.0.0.1:46837_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 1
   [junit4]   2> 1348898 DEBUG (ScheduledTrigger-4033-thread-4) [n:127.0.0.1:46837_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1
   [junit4]   2> 1348907 INFO  (zkConnectionManagerCallback-1981-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1348908 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[317D0C661A6851EB]) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1348930 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[317D0C661A6851EB]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35575/solr
   [junit4]   2> 1348931 INFO  (zkConnectionManagerCallback-1985-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1348941 INFO  (zkConnectionManagerCallback-1987-thread-1-processing-n:127.0.0.1:34283_solr) [n:127.0.0.1:34283_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1348944 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[317D0C661A6851EB]) [n:127.0.0.1:34283_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1348945 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[317D0C661A6851EB]) [n:127.0.0.1:34283_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1348946 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[317D0C661A6851EB]) [n:127.0.0.1:34283_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:34283_solr
   [junit4]   2> 1348946 INFO  (zkCallback-1968-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1348946 INFO  (zkCallback-1952-thread-1-processing-n:127.0.0.1:46837_solr) [n:127.0.0.1:46837_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1348955 INFO  (zkCallback-1986-thread-1-processing-n:127.0.0.1:34283_solr) [n:127.0.0.1:34283_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1348988 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[317D0C661A6851EB]) [n:127.0.0.1:34283_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34283.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@796a6d19
   [junit4]   2> 1348998 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[317D0C661A6851EB]) [n:127.0.0.1:34283_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34283.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@796a6d19
   [junit4]   2> 1348999 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[317D0C661A6851EB]) [n:127.0.0.1:34283_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34283.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@796a6d19
   [junit4]   2> 1349000 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[317D0C661A6851EB]) [n:127.0.0.1:34283_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.TriggerIntegrationTest_317D0C661A6851EB-001/tempDir-001/node4/.
   [junit4]   2> 1349895 DEBUG (ScheduledTrigger-4033-thread-2) [n:127.0.0.1:46837_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_triggerCTOOR
   [junit4]   2> 1349895 DEBUG (ScheduledTrigger-4033-thread-2) [n:127.0.0.1:46837_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 2
   [junit4]   2> 1349895 DEBUG (ScheduledTrigger-4033-thread-2) [n:127.0.0.1:46837_solr    ] o.a.s.c.a.NodeAddedTrigger Tracking new node: 127.0.0.1:34283_solr at time 316700261820167
   [junit4]   2> 1349898 DEBUG (ScheduledTrigger-4033-thread-1) [n:127.0.0.1:46837_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 1350895 DEBUG (ScheduledTrigger-4033-thread-3) [n:127.0.0.1:46837_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_triggerCTOOR
   [junit4]   2> 1350895 DEBUG (ScheduledTrigger-4033-thread-3) [n:127.0.0.1:46837_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 2
   [junit4]   2> 1350895 DEBUG (ScheduledTrigger-4033-thread-3) [n:127.0.0.1:46837_solr    ] o.a.s.c.a.NodeAddedTrigger NodeAddedTrigger node_added_triggerCTOOR firing registered processor for nodes: [127.0.0.1:34283_solr] added at times [316700261820167], now=316701262479004
   [

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

@5635dcde
   [junit4]   2> 2633359 INFO  (coreCloseExecutor-5674-thread-2) [n:127.0.0.1:40335_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.testSimple1.shard1.leader, tag=1045734299
   [junit4]   2> 2633359 INFO  (coreCloseExecutor-5674-thread-1) [n:127.0.0.1:40335_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.testSimple1.shard2.leader, tag=727265511
   [junit4]   2> 2633359 INFO  (coreCloseExecutor-5674-thread-3) [n:127.0.0.1:40335_solr c:testSimple2 s:shard1 r:core_node4 x:testSimple2_shard1_replica_n2] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.testSimple2.shard1.leader, tag=2121570264
   [junit4]   2> 2633361 INFO  (zkCallback-4684-thread-3-processing-n:127.0.0.1:38683_solr) [n:127.0.0.1:38683_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:38683_solr
   [junit4]   2> 2633361 INFO  (coreCloseExecutor-5673-thread-5) [n:127.0.0.1:38683_solr c:testSimple3 s:shard3 r:core_node6 x:testSimple3_shard3_replica_n4] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.testSimple3.shard3.replica_n4, tag=831466461
   [junit4]   2> 2633361 INFO  (jetty-closer-4639-thread-2) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@ced7727{/solr,null,UNAVAILABLE}
   [junit4]   2> 2633361 INFO  (coreCloseExecutor-5673-thread-5) [n:127.0.0.1:38683_solr c:testSimple3 s:shard3 r:core_node6 x:testSimple3_shard3_replica_n4] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@e534e0b: rootName = solr_38683, domain = solr.core.testSimple3.shard3.replica_n4, service url = null, agent id = null] for registry solr.core.testSimple3.shard3.replica_n4 / com.codahale.metrics.MetricRegistry@71073128
   [junit4]   2> 2633361 INFO  (jetty-closer-4639-thread-2) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 2633368 INFO  (coreCloseExecutor-5673-thread-5) [n:127.0.0.1:38683_solr c:testSimple3 s:shard3 r:core_node6 x:testSimple3_shard3_replica_n4] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.testSimple3.shard3.leader, tag=831466461
   [junit4]   2> 2633368 INFO  (coreCloseExecutor-5673-thread-1) [n:127.0.0.1:38683_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.testSimple1.shard2.leader, tag=2091720038
   [junit4]   2> 2633368 INFO  (coreCloseExecutor-5673-thread-2) [n:127.0.0.1:38683_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.testSimple1.shard1.leader, tag=525896759
   [junit4]   2> 2633368 INFO  (coreCloseExecutor-5673-thread-3) [n:127.0.0.1:38683_solr c:testSimple3 s:shard1 r:core_node3 x:testSimple3_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.testSimple3.shard1.leader, tag=1783826394
   [junit4]   2> 2633368 INFO  (coreCloseExecutor-5673-thread-4) [n:127.0.0.1:38683_solr c:testSimple3 s:shard2 r:core_node5 x:testSimple3_shard2_replica_n2] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.testSimple3.shard2.leader, tag=1728858036
   [junit4]   2> 2633370 INFO  (jetty-closer-4639-thread-1) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@663b10a1{/solr,null,UNAVAILABLE}
   [junit4]   2> 2633370 INFO  (jetty-closer-4639-thread-1) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 2633370 ERROR (SUITE-AutoAddReplicasPlanActionTest-seed#[317D0C661A6851EB]-worker) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 2633371 INFO  (SUITE-AutoAddReplicasPlanActionTest-seed#[317D0C661A6851EB]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:46317 46317
   [junit4]   2> 2638622 INFO  (Thread-4316) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:46317 46317
   [junit4]   2> 2638622 WARN  (Thread-4316) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	5	/solr/aliases.json
   [junit4]   2> 	4	/solr/security.json
   [junit4]   2> 	4	/solr/configs/conf
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	18	/solr/collections/testSimple1/state.json
   [junit4]   2> 	12	/solr/collections/testSimple2/state.json
   [junit4]   2> 	9	/solr/collections/testSimple3/state.json
   [junit4]   2> 	5	/solr/clusterstate.json
   [junit4]   2> 	5	/solr/clusterprops.json
   [junit4]   2> 	2	/solr/collections/testSimple1/leader_elect/shard1/election/99419697126375432-core_node3-n_0000000000
   [junit4]   2> 	2	/solr/collections/testSimple1/leader_elect/shard2/election/99419697126375432-core_node7-n_0000000000
   [junit4]   2> 	2	/solr/overseer_elect/election/99419697126375432-127.0.0.1:40335_solr-n_0000000001
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	5	/solr/live_nodes
   [junit4]   2> 	5	/solr/collections
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_317D0C661A6851EB-001
   [junit4]   2> NOTE: test params are: codec=CheapBastard, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@79b94f80), locale=bm, timezone=Europe/Skopje
   [junit4]   2> NOTE: Linux 4.13.0-31-generic amd64/Oracle Corporation 10-ea (64-bit)/cpus=8,threads=1,free=155825808,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [BasicDistributedZkTest, PluginInfoTest, AnalyticsQueryTest, TestSolrFieldCacheBean, HdfsBasicDistributedZk2Test, ActionThrottleTest, TestPointFields, TestComponentsName, TestOmitPositions, TestLegacyFieldCache, BadIndexSchemaTest, ConcurrentCreateRoutedAliasTest, JSONWriterTest, TestSolrQueryResponse, HighlighterConfigTest, TestFieldCollectionResource, TestHashPartitioner, TestStressLucene, CdcrUpdateLogTest, ShardRoutingTest, DistributedVersionInfoTest, RequestLoggingTest, TestRequestStatusCollectionAPI, CustomCollectionTest, TestFieldTypeResource, DistributedQueryElevationComponentTest, UUIDFieldTest, SolrIndexConfigTest, TestDistributedSearch, HttpSolrCallGetCoreTest, BJQParserTest, TestSQLHandler, TestClassicSimilarityFactory, SolrCoreMetricManagerTest, TestCrossCoreJoin, MissingSegmentRecoveryTest, TestDeleteCollectionOnDownNodes, TestFileDictionaryLookup, CoreAdminRequestStatusTest, TestCSVLoader, TestLeaderInitiatedRecoveryThread, AutoScalingHandlerTest, TestPerFieldSimilarityWithDefaultOverride, StatsComponentTest, SolrCoreCheckLockOnStartupTest, TestCloudDeleteByQuery, TestManagedResourceStorage, RestartWhileUpdatingTest, TestSchemaSimilarityResource, SolrIndexMetricsTest, CdcrBidirectionalTest, TestCustomDocTransformer, TestImpersonationWithHadoopAuth, ZkSolrClientTest, RequestHandlersTest, TestPhraseSuggestions, TestIBSimilarityFactory, TestMaxTokenLenTokenizer, TestInitParams, DistributedFacetSimpleRefinementLongTailTest, TestCollationField, DistributedFacetExistsSmallTest, SolrIndexSplitterTest, TestLRUStatsCache, TestConfigSetsAPIExclusivity, UUIDUpdateProcessorFallbackTest, TestSolrXml, TestMaxScoreQueryParser, HdfsAutoAddReplicasIntegrationTest, V2StandaloneTest, TestNumericRangeQuery32, ZkNodePropsTest, TestConfigOverlay, SpellingQueryConverterTest, AssignBackwardCompatibilityTest, TestHighlightDedupGrouping, TestConfig, CustomHighlightComponentTest, HdfsWriteToMultipleCollectionsTest, SortSpecParsingTest, PreAnalyzedUpdateProcessorTest, TestTolerantUpdateProcessorRandomCloud, TestJoin, DistributedQueryComponentCustomSortTest, TestSubQueryTransformerCrossCore, TestReloadDeadlock, DebugComponentTest, TestRemoteStreaming, TestNodeAddedTrigger, MBeansHandlerTest, RemoteQueryErrorTest, FullSolrCloudDistribCmdsTest, SimpleCollectionCreateDeleteTest, TestGroupingSearch, TestHdfsUpdateLog, TestIndexingPerformance, OutOfBoxZkACLAndCredentialsProvidersTest, TestUniqueKeyFieldResource, RAMDirectoryFactoryTest, TestSolrDeletionPolicy1, DocExpirationUpdateProcessorFactoryTest, SolrCloudExampleTest, TestRebalanceLeaders, FieldAnalysisRequestHandlerTest, CreateCollectionCleanupTest, DocValuesMissingTest, TestReplicationHandlerBackup, TestCopyFieldCollectionResource, TestDocumentBuilder, TestFastOutputStream, UpdateParamsTest, SolrMetricsIntegrationTest, SolrRequestParserTest, TestUninvertingReader, ExternalFileFieldSortTest, HdfsThreadLeakTest, HLLSerializationTest, NodeAddedTriggerTest, FacetPivotSmallTest, TestLuceneMatchVersion, UpdateLogTest, LargeFieldTest, TestRawResponseWriter, TestNoOpRegenerator, IndexBasedSpellCheckerTest, NodeMutatorTest, OverseerModifyCollectionTest, OverseerRolesTest, PeerSyncReplicationTest, ReplicationFactorTest, SaslZkACLProviderTest, SharedFSAutoReplicaFailoverTest, TestCloudInspectUtil, TestCloudJSONFacetJoinDomain, TestDistribDocBasedVersion, TestDownShardTolerantSearch, TestOnReconnectListenerSupport, TestRandomFlRTGCloud, TestSegmentSorting, TestShortCircuitedRequests, TestSizeLimitedDistributedMap, TestSolrCloudWithDelegationTokens, TestSolrCloudWithSecureImpersonation, TestStressCloudBlindAtomicUpdates, VMParamsZkACLAndCredentialsProvidersTest, AssignTest, CollectionsAPIAsyncDistributedZkTest, ConcurrentDeleteAndCreateCollectionTest, HdfsCollectionsAPIDistributedZkTest, TestHdfsCloudBackupRestore, AutoAddReplicasPlanActionTest]
   [junit4] Completed [573/770 (2!)] on J0 in 17.61s, 1 test, 1 error <<< FAILURES!

[...truncated 41592 lines...]

[JENKINS-EA] Lucene-Solr-master-Linux (64bit/jdk-10-ea+41) - Build # 21362 - Still Unstable!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/21362/
Java: 64bit/jdk-10-ea+41 -XX:-UseCompressedOops -XX:+UseParallelGC

3 tests failed.
FAILED:  org.apache.solr.cloud.api.collections.CollectionsAPIDistributedZkTest.testCollectionsAPI

Error Message:
Error from server at https://127.0.0.1:43495/solr/awhollynewcollection_0_shard1_replica_n6: ClusterState says we are the leader (https://127.0.0.1:43495/solr/awhollynewcollection_0_shard1_replica_n6), but locally we don't think so. Request came from null

Stack Trace:
org.apache.solr.client.solrj.impl.CloudSolrClient$RouteException: Error from server at https://127.0.0.1:43495/solr/awhollynewcollection_0_shard1_replica_n6: ClusterState says we are the leader (https://127.0.0.1:43495/solr/awhollynewcollection_0_shard1_replica_n6), but locally we don't think so. Request came from null
	at __randomizedtesting.SeedInfo.seed([47888F234334DAF3:FFDFB974507F566]:0)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:550)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1013)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:884)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:946)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:946)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:946)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:946)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:946)
	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.request.UpdateRequest.commit(UpdateRequest.java:233)
	at org.apache.solr.cloud.api.collections.CollectionsAPIDistributedZkTest.testCollectionsAPI(CollectionsAPIDistributedZkTest.java:463)
	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:564)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at 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:844)
Caused by: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at https://127.0.0.1:43495/solr/awhollynewcollection_0_shard1_replica_n6: ClusterState says we are the leader (https://127.0.0.1:43495/solr/awhollynewcollection_0_shard1_replica_n6), but locally we don't think so. Request came from null
	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:483)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.lambda$directUpdate$0(CloudSolrClient.java:527)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1135)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	... 1 more


FAILED:  org.apache.solr.cloud.autoscaling.TriggerIntegrationTest.testNodeLostTriggerRestoreState

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([47888F234334DAF3:6C775A78D94CCF23]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.apache.solr.cloud.autoscaling.TriggerIntegrationTest.testNodeLostTriggerRestoreState(TriggerIntegrationTest.java:368)
	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:564)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at 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:844)


FAILED:  org.apache.solr.cloud.autoscaling.TriggerIntegrationTest.testListeners

Error Message:


Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([47888F234334DAF3:AA481833FE58472A]:0)
	at org.junit.Assert.fail(Assert.java:92)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.junit.Assert.assertTrue(Assert.java:54)
	at org.apache.solr.cloud.autoscaling.TriggerIntegrationTest.testListeners(TriggerIntegrationTest.java:1053)
	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:564)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at 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:844)




Build Log:
[...truncated 12648 lines...]
   [junit4] Suite: org.apache.solr.cloud.api.collections.CollectionsAPIDistributedZkTest
   [junit4]   2> 981844 INFO  (SUITE-CollectionsAPIDistributedZkTest-seed#[47888F234334DAF3]-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-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.api.collections.CollectionsAPIDistributedZkTest_47888F234334DAF3-001/init-core-data-001
   [junit4]   2> 981845 WARN  (SUITE-CollectionsAPIDistributedZkTest-seed#[47888F234334DAF3]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=4 numCloses=4
   [junit4]   2> 981845 INFO  (SUITE-CollectionsAPIDistributedZkTest-seed#[47888F234334DAF3]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 981845 INFO  (SUITE-CollectionsAPIDistributedZkTest-seed#[47888F234334DAF3]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason="", value=0.0/0.0, ssl=0.0/0.0, clientAuth=0.0/0.0)
   [junit4]   2> 981846 INFO  (SUITE-CollectionsAPIDistributedZkTest-seed#[47888F234334DAF3]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.api.collections.CollectionsAPIDistributedZkTest_47888F234334DAF3-001/tempDir-001
   [junit4]   2> 981846 INFO  (SUITE-CollectionsAPIDistributedZkTest-seed#[47888F234334DAF3]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 981846 INFO  (Thread-5547) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 981846 INFO  (Thread-5547) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 981848 ERROR (Thread-5547) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 981946 INFO  (SUITE-CollectionsAPIDistributedZkTest-seed#[47888F234334DAF3]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:46187
   [junit4]   2> 981949 INFO  (zkConnectionManagerCallback-1940-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 981952 INFO  (jetty-launcher-1937-thread-1) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-22T08:27:37+11:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 981952 INFO  (jetty-launcher-1937-thread-2) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-22T08:27:37+11:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 981952 INFO  (jetty-launcher-1937-thread-3) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-22T08:27:37+11:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 981952 INFO  (jetty-launcher-1937-thread-4) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-22T08:27:37+11:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 981953 INFO  (jetty-launcher-1937-thread-3) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 981953 INFO  (jetty-launcher-1937-thread-3) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 981953 INFO  (jetty-launcher-1937-thread-3) [    ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 981953 INFO  (jetty-launcher-1937-thread-4) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 981953 INFO  (jetty-launcher-1937-thread-4) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 981953 INFO  (jetty-launcher-1937-thread-4) [    ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 981953 INFO  (jetty-launcher-1937-thread-3) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@208fe3bf{/solr,null,AVAILABLE}
   [junit4]   2> 981954 INFO  (jetty-launcher-1937-thread-2) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 981954 INFO  (jetty-launcher-1937-thread-2) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 981954 INFO  (jetty-launcher-1937-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 981954 INFO  (jetty-launcher-1937-thread-2) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 981954 INFO  (jetty-launcher-1937-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 981954 INFO  (jetty-launcher-1937-thread-4) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@61518dcd{/solr,null,AVAILABLE}
   [junit4]   2> 981954 INFO  (jetty-launcher-1937-thread-1) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 981954 INFO  (jetty-launcher-1937-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@5a084045{/solr,null,AVAILABLE}
   [junit4]   2> 981955 INFO  (jetty-launcher-1937-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@7cca951e{/solr,null,AVAILABLE}
   [junit4]   2> 981955 INFO  (jetty-launcher-1937-thread-3) [    ] o.e.j.s.AbstractConnector Started ServerConnector@76768403{SSL,[ssl, http/1.1]}{127.0.0.1:40105}
   [junit4]   2> 981955 INFO  (jetty-launcher-1937-thread-3) [    ] o.e.j.s.Server Started @984007ms
   [junit4]   2> 981955 INFO  (jetty-launcher-1937-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=40105}
   [junit4]   2> 981955 ERROR (jetty-launcher-1937-thread-3) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 981955 INFO  (jetty-launcher-1937-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@9f826b4{SSL,[ssl, http/1.1]}{127.0.0.1:34243}
   [junit4]   2> 981955 INFO  (jetty-launcher-1937-thread-3) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 981955 INFO  (jetty-launcher-1937-thread-1) [    ] o.e.j.s.Server Started @984007ms
   [junit4]   2> 981955 INFO  (jetty-launcher-1937-thread-3) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 981955 INFO  (jetty-launcher-1937-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=34243}
   [junit4]   2> 981955 INFO  (jetty-launcher-1937-thread-3) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 981955 INFO  (jetty-launcher-1937-thread-3) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-01-28T07:09:48.341584Z
   [junit4]   2> 981955 ERROR (jetty-launcher-1937-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 981955 INFO  (jetty-launcher-1937-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 981955 INFO  (jetty-launcher-1937-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 981955 INFO  (jetty-launcher-1937-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 981955 INFO  (jetty-launcher-1937-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-01-28T07:09:48.341779Z
   [junit4]   2> 981955 INFO  (jetty-launcher-1937-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@7db3dd81{SSL,[ssl, http/1.1]}{127.0.0.1:37777}
   [junit4]   2> 981956 INFO  (jetty-launcher-1937-thread-2) [    ] o.e.j.s.Server Started @984008ms
   [junit4]   2> 981956 INFO  (jetty-launcher-1937-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=37777}
   [junit4]   2> 981956 ERROR (jetty-launcher-1937-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 981956 INFO  (jetty-launcher-1937-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 981956 INFO  (jetty-launcher-1937-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 981956 INFO  (jetty-launcher-1937-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 981956 INFO  (jetty-launcher-1937-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-01-28T07:09:48.342287Z
   [junit4]   2> 981956 INFO  (zkConnectionManagerCallback-1942-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 981956 INFO  (jetty-launcher-1937-thread-4) [    ] o.e.j.s.AbstractConnector Started ServerConnector@7abd1815{SSL,[ssl, http/1.1]}{127.0.0.1:43495}
   [junit4]   2> 981956 INFO  (zkConnectionManagerCallback-1944-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 981956 INFO  (jetty-launcher-1937-thread-4) [    ] o.e.j.s.Server Started @984008ms
   [junit4]   2> 981956 INFO  (jetty-launcher-1937-thread-4) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=43495}
   [junit4]   2> 981956 ERROR (jetty-launcher-1937-thread-4) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 981956 INFO  (jetty-launcher-1937-thread-3) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 981956 INFO  (jetty-launcher-1937-thread-4) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 981956 INFO  (jetty-launcher-1937-thread-4) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 981956 INFO  (jetty-launcher-1937-thread-4) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 981956 INFO  (jetty-launcher-1937-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 981956 INFO  (jetty-launcher-1937-thread-4) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-01-28T07:09:48.342963Z
   [junit4]   2> 981957 INFO  (zkConnectionManagerCallback-1946-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 981957 INFO  (jetty-launcher-1937-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 981958 INFO  (jetty-launcher-1937-thread-1) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 981958 INFO  (jetty-launcher-1937-thread-3) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 981958 INFO  (jetty-launcher-1937-thread-1) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 981958 INFO  (jetty-launcher-1937-thread-3) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 981958 INFO  (jetty-launcher-1937-thread-2) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 981958 INFO  (jetty-launcher-1937-thread-2) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 981961 INFO  (zkConnectionManagerCallback-1948-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 981961 INFO  (jetty-launcher-1937-thread-4) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 981963 INFO  (jetty-launcher-1937-thread-4) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 981963 INFO  (jetty-launcher-1937-thread-4) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 981963 INFO  (jetty-launcher-1937-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:46187/solr
   [junit4]   2> 981964 INFO  (zkConnectionManagerCallback-1953-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 981965 INFO  (jetty-launcher-1937-thread-4) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:46187/solr
   [junit4]   2> 981966 INFO  (jetty-launcher-1937-thread-3) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:46187/solr
   [junit4]   2> 981969 INFO  (jetty-launcher-1937-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:46187/solr
   [junit4]   2> 981975 INFO  (zkConnectionManagerCallback-1958-thread-1-processing-n:127.0.0.1:34243_solr) [n:127.0.0.1:34243_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 981975 INFO  (zkConnectionManagerCallback-1960-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 981989 INFO  (zkConnectionManagerCallback-1963-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 982004 INFO  (zkConnectionManagerCallback-1966-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 982004 INFO  (zkConnectionManagerCallback-1968-thread-1-processing-n:127.0.0.1:43495_solr) [n:127.0.0.1:43495_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 982008 INFO  (jetty-launcher-1937-thread-4) [n:127.0.0.1:43495_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 982009 INFO  (jetty-launcher-1937-thread-4) [n:127.0.0.1:43495_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:43495_solr
   [junit4]   2> 982009 INFO  (jetty-launcher-1937-thread-4) [n:127.0.0.1:43495_solr    ] o.a.s.c.Overseer Overseer (id=99426198371237898-127.0.0.1:43495_solr-n_0000000000) starting
   [junit4]   2> 982011 INFO  (zkConnectionManagerCallback-1971-thread-1-processing-n:127.0.0.1:40105_solr) [n:127.0.0.1:40105_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 982013 INFO  (zkConnectionManagerCallback-1973-thread-1-processing-n:127.0.0.1:37777_solr) [n:127.0.0.1:37777_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 982014 INFO  (jetty-launcher-1937-thread-4) [n:127.0.0.1:43495_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:43495_solr
   [junit4]   2> 982015 INFO  (OverseerStateUpdate-99426198371237898-127.0.0.1:43495_solr-n_0000000000) [n:127.0.0.1:43495_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 982018 INFO  (jetty-launcher-1937-thread-3) [n:127.0.0.1:40105_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 982019 INFO  (jetty-launcher-1937-thread-2) [n:127.0.0.1:37777_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 982020 INFO  (jetty-launcher-1937-thread-3) [n:127.0.0.1:40105_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 982021 INFO  (jetty-launcher-1937-thread-2) [n:127.0.0.1:37777_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 982023 INFO  (jetty-launcher-1937-thread-3) [n:127.0.0.1:40105_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:40105_solr
   [junit4]   2> 982023 INFO  (jetty-launcher-1937-thread-2) [n:127.0.0.1:37777_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:37777_solr
   [junit4]   2> 982029 INFO  (zkCallback-1967-thread-1-processing-n:127.0.0.1:43495_solr) [n:127.0.0.1:43495_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (3)
   [junit4]   2> 982035 INFO  (jetty-launcher-1937-thread-1) [n:127.0.0.1:34243_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 982037 INFO  (jetty-launcher-1937-thread-1) [n:127.0.0.1:34243_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 982038 INFO  (jetty-launcher-1937-thread-1) [n:127.0.0.1:34243_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:34243_solr
   [junit4]   2> 982039 INFO  (zkCallback-1967-thread-2-processing-n:127.0.0.1:43495_solr) [n:127.0.0.1:43495_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 982040 INFO  (jetty-launcher-1937-thread-4) [n:127.0.0.1:43495_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@342523bc
   [junit4]   2> 982045 INFO  (jetty-launcher-1937-thread-4) [n:127.0.0.1:43495_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@342523bc
   [junit4]   2> 982045 INFO  (jetty-launcher-1937-thread-4) [n:127.0.0.1:43495_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@342523bc
   [junit4]   2> 982046 INFO  (jetty-launcher-1937-thread-4) [n:127.0.0.1:43495_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.api.collections.CollectionsAPIDistributedZkTest_47888F234334DAF3-001/tempDir-001/node4
   [junit4]   2> 982049 INFO  (zkCallback-1970-thread-1-processing-n:127.0.0.1:40105_solr) [n:127.0.0.1:40105_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (3)
   [junit4]   2> 982049 INFO  (zkCallback-1972-thread-1-processing-n:127.0.0.1:37777_solr) [n:127.0.0.1:37777_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (4)
   [junit4]   2> 982049 INFO  (zkCallback-1970-thread-2-processing-n:127.0.0.1:40105_solr) [n:127.0.0.1:40105_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 982053 INFO  (zkCallback-1957-thread-1-processing-n:127.0.0.1:34243_solr) [n:127.0.0.1:34243_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 982060 INFO  (jetty-launcher-1937-thread-2) [n:127.0.0.1:37777_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@342523bc
   [junit4]   2> 982068 INFO  (jetty-launcher-1937-thread-2) [n:127.0.0.1:37777_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@342523bc
   [junit4]   2> 982068 INFO  (jetty-launcher-1937-thread-2) [n:127.0.0.1:37777_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@342523bc
   [junit4]   2> 982069 INFO  (jetty-launcher-1937-thread-2) [n:127.0.0.1:37777_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.api.collections.CollectionsAPIDistributedZkTest_47888F234334DAF3-001/tempDir-001/node2
   [junit4]   2> 982082 INFO  (jetty-launcher-1937-thread-1) [n:127.0.0.1:34243_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@342523bc
   [junit4]   2> 982089 INFO  (jetty-launcher-1937-thread-1) [n:127.0.0.1:34243_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@342523bc
   [junit4]   2> 982090 INFO  (jetty-launcher-1937-thread-1) [n:127.0.0.1:34243_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@342523bc
   [junit4]   2> 982091 INFO  (jetty-launcher-1937-thread-1) [n:127.0.0.1:34243_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.api.collections.CollectionsAPIDistributedZkTest_47888F234334DAF3-001/tempDir-001/node1
   [junit4]   2> 982101 INFO  (jetty-launcher-1937-thread-3) [n:127.0.0.1:40105_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@342523bc
   [junit4]   2> 982115 WARN  (jetty-launcher-1937-thread-1) [n:127.0.0.1:34243_solr    ] o.a.s.m.r.j.JmxMetricsReporter Unable to register gauge
   [junit4]   2> javax.management.InstanceNotFoundException: solr:dom1=jvm,name0=memory,name1=non-heap,name=usage
   [junit4]   2> 	at java.management/com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getMBean(DefaultMBeanServerInterceptor.java:1083)
   [junit4]   2> 	at java.management/com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.exclusiveUnregisterMBean(DefaultMBeanServerInterceptor.java:423)
   [junit4]   2> 	at java.management/com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.unregisterMBean(DefaultMBeanServerInterceptor.java:411)
   [junit4]   2> 	at java.management/com.sun.jmx.mbeanserver.JmxMBeanServer.unregisterMBean(JmxMBeanServer.java:546)
   [junit4]   2> 	at org.apache.solr.metrics.reporters.jmx.JmxMetricsReporter$JmxListener.registerMBean(JmxMetricsReporter.java:530)
   [junit4]   2> 	at org.apache.solr.metrics.reporters.jmx.JmxMetricsReporter$JmxListener.onGaugeAdded(JmxMetricsReporter.java:565)
   [junit4]   2> 	at com.codahale.metrics.MetricRegistry.notifyListenerOfAddedMetric(MetricRegistry.java:454)
   [junit4]   2> 	at com.codahale.metrics.MetricRegistry.onMetricAdded(MetricRegistry.java:448)
   [junit4]   2> 	at com.codahale.metrics.MetricRegistry.register(MetricRegistry.java:89)
   [junit4]   2> 	at org.apache.solr.metrics.SolrMetricManager.registerAll(SolrMetricManager.java:523)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.setupJvmMetrics(SolrDispatchFilter.java:214)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.init(SolrDispatchFilter.java:186)
   [junit4]   2> 	at org.eclipse.jetty.servlet.FilterHolder.initialize(FilterHolder.java:139)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.initialize(ServletHandler.java:741)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.updateMappings(ServletHandler.java:1474)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.setFilterMappings(ServletHandler.java:1537)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.addFilterMapping(ServletHandler.java:1183)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.addFilterWithMapping(ServletHandler.java:1020)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletContextHandler.addFilter(ServletContextHandler.java:447)
   [junit4]   2> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner$1.lifeCycleStarted(JettySolrRunner.java:306)
   [junit4]   2> 	at org.eclipse.jetty.util.component.AbstractLifeCycle.setStarted(AbstractLifeCycle.java:179)
   [junit4]   2> 	at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:69)
   [junit4]   2> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner.start(JettySolrRunner.java:394)
   [junit4]   2> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner.start(JettySolrRunner.java:367)
   [junit4]   2> 	at org.apache.solr.cloud.MiniSolrCloudCluster.startJettySolrRunner(MiniSolrCloudCluster.java:384)
   [junit4]   2> 	at org.apache.solr.cloud.MiniSolrCloudCluster.lambda$new$0(MiniSolrCloudCluster.java:247)
   [junit4]   2> 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188)
   [junit4]   2> 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1135)
   [junit4]   2> 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 982116 INFO  (jetty-launcher-1937-thread-3) [n:127.0.0.1:40105_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@342523bc
   [junit4]   2> 982117 INFO  (jetty-launcher-1937-thread-3) [n:127.0.0.1:40105_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@342523bc
   [junit4]   2> 982118 INFO  (jetty-launcher-1937-thread-3) [n:127.0.0.1:40105_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.api.collections.CollectionsAPIDistributedZkTest_47888F234334DAF3-001/tempDir-001/node3
   [junit4]   2> 982156 INFO  (zkConnectionManagerCallback-1982-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 982161 INFO  (zkConnectionManagerCallback-1986-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 982162 INFO  (SUITE-CollectionsAPIDistributedZkTest-seed#[47888F234334DAF3]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 982162 INFO  (SUITE-CollectionsAPIDistributedZkTest-seed#[47888F234334DAF3]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:46187/solr ready
   [junit4]   2> 982174 INFO  (TEST-CollectionsAPIDistributedZkTest.testZeroNumShards-seed#[47888F234334DAF3]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testZeroNumShards
   [junit4]   2> 982175 INFO  (TEST-CollectionsAPIDistributedZkTest.testZeroNumShards-seed#[47888F234334DAF3]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 982190 INFO  (qtp693360854-12748) [n:127.0.0.1:34243_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=10&collection.configName=conf&name=acollection&action=CREATE&numShards=0&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 982193 INFO  (OverseerThreadFactory-4557-thread-1-processing-n:127.0.0.1:43495_solr) [n:127.0.0.1:43495_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection acollection
   [junit4]   2> 982193 ERROR (OverseerThreadFactory-4557-thread-1-processing-n:127.0.0.1:43495_solr) [n:127.0.0.1:43495_solr    ] o.a.s.c.a.c.OverseerCollectionMessageHandler Collection: acollection operation: create failed:org.apache.solr.common.SolrException: numShards must be > 0
   [junit4]   2> 	at org.apache.solr.cloud.api.collections.CreateCollectionCmd.buildReplicaPositions(CreateCollectionCmd.java:285)
   [junit4]   2> 	at org.apache.solr.cloud.api.collections.CreateCollectionCmd.call(CreateCollectionCmd.java:121)
   [junit4]   2> 	at org.apache.solr.cloud.api.collections.OverseerCollectionMessageHandler.processMessage(OverseerCollectionMessageHandler.java:252)
   [junit4]   2> 	at org.apache.solr.cloud.OverseerTaskProcessor$Runner.run(OverseerTaskProcessor.java:469)
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188)
   [junit4]   2> 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1135)
   [junit4]   2> 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 
   [junit4]   2> 982195 INFO  (qtp693360854-12748) [n:127.0.0.1:34243_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=10&collection.configName=conf&name=acollection&action=CREATE&numShards=0&wt=javabin&version=2} status=400 QTime=4
   [junit4]   2> 982195 INFO  (TEST-CollectionsAPIDistributedZkTest.testZeroNumShards-seed#[47888F234334DAF3]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testZeroNumShards
   [junit4]   2> 982210 INFO  (TEST-CollectionsAPIDistributedZkTest.testCreateShouldFailOnExistingCore-seed#[47888F234334DAF3]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testCreateShouldFailOnExistingCore
   [junit4]   2> 982210 INFO  (TEST-CollectionsAPIDistributedZkTest.testCreateShouldFailOnExistingCore-seed#[47888F234334DAF3]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 982211 INFO  (qtp693360854-12756) [n:127.0.0.1:34243_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=1&collection.configName=conf&name=halfcollectionblocker&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 982217 INFO  (OverseerThreadFactory-4557-thread-2-processing-n:127.0.0.1:43495_solr) [n:127.0.0.1:43495_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection halfcollectionblocker
   [junit4]   2> 982217 INFO  (OverseerCollectionConfigSetProcessor-99426198371237898-127.0.0.1:43495_solr-n_0000000000) [n:127.0.0.1:43495_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> 982217 WARN  (OverseerThreadFactory-4557-thread-2-processing-n:127.0.0.1:43495_solr) [n:127.0.0.1:43495_solr    ] o.a.s.c.a.c.CreateCollectionCmd It is unusual to create a collection (halfcollectionblocker) without cores.
   [junit4]   2> 982320 INFO  (qtp693360854-12756) [n:127.0.0.1:34243_solr    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 982320 INFO  (qtp693360854-12756) [n:127.0.0.1:34243_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=1&collection.configName=conf&name=halfcollectionblocker&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=&wt=javabin&version=2} status=0 QTime=109
   [junit4]   2> 982321 INFO  (qtp693360854-12748) [n:127.0.0.1:34243_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:43495_solr&name=halfcollection_shard1_replica_n1&action=ADDREPLICA&collection=halfcollectionblocker&shard=shard1&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 982322 INFO  (OverseerCollectionConfigSetProcessor-99426198371237898-127.0.0.1:43495_solr-n_0000000000) [n:127.0.0.1:43495_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000002 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 982322 INFO  (OverseerThreadFactory-4557-thread-3-processing-n:127.0.0.1:43495_solr) [n:127.0.0.1:43495_solr    ] o.a.s.c.a.c.AddReplicaCmd Node Identified 127.0.0.1:43495_solr for creating new replica
   [junit4]   2> 982323 INFO  (OverseerStateUpdate-99426198371237898-127.0.0.1:43495_solr-n_0000000000) [n:127.0.0.1:43495_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"addreplica",
   [junit4]   2>   "collection":"halfcollectionblocker",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"halfcollection_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:43495/solr",
   [junit4]   2>   "node_name":"127.0.0.1:43495_solr",
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 982547 INFO  (qtp668179350-12745) [n:127.0.0.1:43495_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node21&collection.configName=conf&name=halfcollection_shard1_replica_n1&action=CREATE&collection=halfcollectionblocker&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 982548 INFO  (qtp668179350-12745) [n:127.0.0.1:43495_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 982571 INFO  (qtp668179350-12745) [n:127.0.0.1:43495_solr c:halfcollectionblocker s:shard1 r:core_node21 x:halfcollection_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 982577 INFO  (qtp668179350-12745) [n:127.0.0.1:43495_solr c:halfcollectionblocker s:shard1 r:core_node21 x:halfcollection_shard1_replica_n1] o.a.s.s.IndexSchema [halfcollection_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 982580 INFO  (qtp668179350-12745) [n:127.0.0.1:43495_solr c:halfcollectionblocker s:shard1 r:core_node21 x:halfcollection_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 982580 INFO  (qtp668179350-12745) [n:127.0.0.1:43495_solr c:halfcollectionblocker s:shard1 r:core_node21 x:halfcollection_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'halfcollection_shard1_replica_n1' using configuration from collection halfcollectionblocker, trusted=true
   [junit4]   2> 982581 INFO  (qtp668179350-12745) [n:127.0.0.1:43495_solr c:halfcollectionblocker s:shard1 r:core_node21 x:halfcollection_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.halfcollectionblocker.shard1.core_node21' (registry 'solr.core.halfcollectionblocker.shard1.core_node21') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@342523bc
   [junit4]   2> 982582 INFO  (qtp668179350-12745) [n:127.0.0.1:43495_solr c:halfcollectionblocker s:shard1 r:core_node21 x:halfcollection_shard1_replica_n1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 982582 INFO  (qtp668179350-12745) [n:127.0.0.1:43495_solr c:halfcollectionblocker s:shard1 r:core_node21 x:halfcollection_shard1_replica_n1] o.a.s.c.SolrCore [[halfcollection_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.api.collections.CollectionsAPIDistributedZkTest_47888F234334DAF3-001/tempDir-001/node4/halfcollection_shard1_replica_n1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.api.collections.CollectionsAPIDistributedZkTest_47888F234334DAF3-001/tempDir-001/node4/halfcollection_shard1_replica_n1/data/]
   [junit4]   2> 982666 INFO  (zkCallback-1967-thread-2-processing-n:127.0.0.1:43495_solr) [n:127.0.0.1:43495_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/halfcollectionblocker/state.json] for collection [halfcollectionblocker] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 982666 INFO  (zkCallback-1967-thread-1-processing-n:127.0.0.1:43495_solr) [n:127.0.0.1:43495_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/halfcollectionblocker/state.json] for collection [halfcollectionblocker] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 982692 INFO  (qtp668179350-12745) [n:127.0.0.1:43495_solr c:halfcollectionblocker s:shard1 r:core_node21 x:halfcollection_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 982692 INFO  (qtp668179350-12745) [n:127.0.0.1:43495_solr c:halfcollectionblocker s:shard1 r:core_node21 x:halfcollection_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 982693 INFO  (qtp668179350-12745) [n:127.0.0.1:43495_solr c:halfcollectionblocker s:shard1 r:core_node21 x:halfcollection_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 982694 INFO  (qtp668179350-12745) [n:127.0.0.1:43495_solr c:halfcollectionblocker s:shard1 r:core_node21 x:halfcollection_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 982694 INFO  (qtp668179350-12745) [n:127.0.0.1:43495_solr c:halfcollectionblocker s:shard1 r:core_node21 x:halfcollection_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@25dfa09d[halfcollection_shard1_replica_n1] main]
   [junit4]   2> 982695 INFO  (qtp668179350-12745) [n:127.0.0.1:43495_solr c:halfcollectionblocker s:shard1 r:core_node21 x:halfcollection_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 982695 INFO  (qtp668179350-12745) [n:127.0.0.1:43495_solr c:halfcollectionblocker s:shard1 r:core_node21 x:halfcollection_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 982696 INFO  (qtp668179350-12745) [n:127.0.0.1:43495_solr c:halfcollectionblocker s:shard1 r:core_node21 x:halfcollection_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 982696 INFO  (searcherExecutor-4566-thread-1-processing-n:127.0.0.1:43495_solr x:halfcollection_shard1_replica_n1 s:shard1 c:halfcollectionblocker r:core_node21) [n:127.0.0.1:43495_solr c:halfcollectionblocker s:shard1 r:core_node21 x:halfcollection_shard1_replica_n1] o.a.s.c.SolrCore [halfcollection_shard1_replica_n1] Registered new searcher Searcher@25dfa09d[halfcollection_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 982696 INFO  (qtp668179350-12745) [n:127.0.0.1:43495_solr c:halfcollectionblocker s:shard1 r:core_node21 x:halfcollection_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1590819174830047232
   [junit4]   2> 982701 INFO  (qtp668179350-12745) [n:127.0.0.1:43495_solr c:halfcollectionblocker s:shard1 r:core_node21 x:halfcollection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 982701 INFO  (qtp668179350-12745) [n:127.0.0.1:43495_solr c:halfcollectionblocker s:shard1 r:core_node21 x:halfcollection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 982701 INFO  (qtp668179350-12745) [n:127.0.0.1:43495_solr c:halfcollectionblocker s:shard1 r:core_node21 x:halfcollection_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:43495/solr/halfcollection_shard1_replica_n1/
   [junit4]   2> 982701 INFO  (qtp668179350-12745) [n:127.0.0.1:43495_solr c:halfcollectionblocker s:shard1 r:core_node21 x:halfcollection_shard1_replica_n1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 982701 INFO  (qtp668179350-12745) [n:127.0.0.1:43495_solr c:halfcollectionblocker s:shard1 r:core_node21 x:halfcollection_shard1_replica_n1] o.a.s.c.SyncStrategy https://127.0.0.1:43495/solr/halfcollection_shard1_replica_n1/ has no replicas
   [junit4]   2> 982701 INFO  (qtp668179350-12745) [n:127.0.0.1:43495_solr c:halfcollectionblocker s:shard1 r:core_node21 x:halfcollection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 982703 INFO  (qtp668179350-12745) [n:127.0.0.1:43495_solr c:halfcollectionblocker s:shard1 r:core_node21 x:halfcollection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:43495/solr/halfcollection_shard1_replica_n1/ shard1
   [junit4]   2> 982804 INFO  (zkCallback-1967-thread-3-processing-n:127.0.0.1:43495_solr) [n:127.0.0.1:43495_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/halfcollectionblocker/state.json] for collection [halfcollectionblocker] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 982804 INFO  (zkCallback-1967-thread-2-processing-n:127.0.0.1:43495_solr) [n:127.0.0.1:43495_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/halfcollectionblocker/state.json] for collection [halfcollectionblocker] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 982854 INFO  (qtp668179350-12745) [n:127.0.0.1:43495_solr c:halfcollectionblocker s:shard1 r:core_node21 x:halfcollection_shard1_replica_n1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 982856 INFO  (qtp668179350-12745) [n:127.0.0.1:43495_solr c:halfcollectionblocker s:shard1 r:core_node21 x:halfcollection_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node21&collection.configName=conf&name=halfcollection_shard1_replica_n1&action=CREATE&collection=halfcollectionblocker&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=308
   [junit4]   2> 982859 INFO  (qtp693360854-12748) [n:127.0.0.1:34243_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={node=127.0.0.1:43495_solr&name=halfcollection_shard1_replica_n1&action=ADDREPLICA&collection=halfcollectionblocker&shard=shard1&type=NRT&wt=javabin&version=2} status=0 QTime=538
   [junit4]   2> 982860 INFO  (qtp693360854-12756) [n:127.0.0.1:34243_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=1&collection.configName=conf&name=halfcollectionblocker2&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 982865 INFO  (OverseerThreadFactory-4557-thread-4-processing-n:127.0.0.1:43495_solr) [n:127.0.0.1:43495_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection halfcollectionblocker2
   [junit4]   2> 982866 INFO  (OverseerCollectionConfigSetProcessor-99426198371237898-127.0.0.1:43495_solr-n_0000000000) [n:127.0.0.1:43495_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000004 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 982866 WARN  (OverseerThreadFactory-4557-thread-4-processing-n:127.0.0.1:43495_solr) [n:127.0.0.1:43495_solr    ] o.a.s.c.a.c.CreateCollectionCmd It is unusual to create a collection (halfcollectionblocker2) without cores.
   [junit4]   2> 982971 INFO  (zkCallback-1967-thread-2-processing-n:127.0.0.1:43495_solr) [n:127.0.0.1:43495_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/halfcollectionblocker/state.json] for collection [halfcollectionblocker] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 982971 INFO  (zkCallback-1967-thread-3-processing-n:127.0.0.1:43495_solr) [n:127.0.0.1:43495_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/halfcollectionblocker/state.json] for collection [halfcollectionblocker] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 983072 INFO  (qtp693360854-12756) [n:127.0.0.1:34243_solr    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 983072 INFO  (qtp693360854-12756) [n:127.0.0.1:34243_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=1&collection.configName=conf&name=halfcollectionblocker2&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=&wt=javabin&version=2} status=0 QTime=212
   [junit4]   2> 983073 INFO  (qtp693360854-12748) [n:127.0.0.1:34243_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:37777_solr&name=halfcollection_shard1_replica_n1&action=ADDREPLICA&collection=halfcollectionblocker2&shard=shard1&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 983077 INFO  (OverseerCollectionConfigSetProcessor-99426198371237898-127.0.0.1:43495_solr-n_0000000000) [n:127.0.0.1:43495_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000006 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 983079 INFO  (OverseerThreadFactory-4557-thread-5-processing-n:127.0.0.1:43495_solr) [n:127.0.0.1:43495_solr    ] o.a.s.c.a.c.AddReplicaCmd Node Identified 127.0.0.1:37777_solr for creating new replica
   [junit4]   2> 983083 INFO  (OverseerStateUpdate-99426198371237898-127.0.0.1:43495_solr-n_0000000000) [n:127.0.0.1:43495_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"addreplica",
   [junit4]   2>   "collection":"halfcollectionblocker2",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"halfcollection_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:37777/solr",
   [junit4]   2>   "node_name":"127.0.0.1:37777_solr",
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 983310 INFO  (qtp1722477196-12755) [n:127.0.0.1:37777_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node21&collection.configName=conf&name=halfcollection_shard1_replica_n1&action=CREATE&collection=halfcollectionblocker2&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 983311 INFO  (qtp1722477196-12755) [n:127.0.0.1:37777_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 983320 INFO  (qtp1722477196-12755) [n:127.0.0.1:37777_solr c:halfcollectionblocker2 s:shard1 r:core_node21 x:halfcollection_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 983342 INFO  (qtp1722477196-12755) [n:127.0.0.1:37777_solr c:halfcollectionblocker2 s:shard1 r:core_node21 x:halfcollection_shard1_replica_n1] o.a.s.s.IndexSchema [halfcollection_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 983344 INFO  (qtp1722477196-12755) [n:127.0.0.1:37777_solr c:halfcollectionblocker2 s:shard1 r:core_node21 x:halfcollection_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 983344 INFO  (qtp1722477196-12755) [n:127.0.0.1:37777_solr c:halfcollectionblocker2 s:shard1 r:core_node21 x:halfcollection_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'halfcollection_shard1_replica_n1' using configuration from collection halfcollectionblocker2, trusted=true
   [junit4]   2> 983344 INFO  (qtp1722477196-12755) [n:127.0.0.1:37777_solr c:halfcollectionblocker2 s:shard1 r:core_node21 x:halfcollection_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.halfcollectionblocker2.shard1.core_node21' (registry 'solr.core.halfcollectionblocker2.shard1.core_node21') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@342523bc
   [junit4]   2> 983344 INFO  (qtp1722477196-12755) [n:127.0.0.1:37777_solr c:halfcollectionblocker2 s:shard1 r:core_node21 x:halfcollection_shard1_replica_n1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 983344 INFO  (qtp1722477196-12755) [n:127.0.0.1:37777_solr c:halfcollectionblocker2 s:shard1 r:core_node21 x:halfcollection_shard1_replica_n1] o.a.s.c.SolrCore [[halfcollection_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.api.collections.CollectionsAPIDistributedZkTest_47888F234334DAF3-001/tempDir-001/node2/halfcollection_shard1_replica_n1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.api.collections.CollectionsAPIDistributedZkTest_47888F234334DAF3-001/tempDir-001/node2/halfcollection_shard1_replica_n1/data/]
   [junit4]   2> 983413 INFO  (qtp1722477196-12755) [n:127.0.0.1:37777_solr c:halfcollectionblocker2 s:shard1 r:core_node21 x:halfcollection_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 983413 INFO  (qtp1722477196-12755) [n:127.0.0.1:37777_solr c:halfcollectionblocker2 s:shard1 r:core_node21 x:halfcollection_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 983415 INFO  (zkCallback-1972-thread-1-processing-n:127.0.0.1:37777_solr) [n:127.0.0.1:37777_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/halfcollectionblocker2/state.json] for collection [halfcollectionblocker2] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 983416 INFO  (qtp1722477196-12755) [n:127.0.0.1:37777_solr c:halfcollectionblocker2 s:shard1 r:core_node21 x:halfcollection_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 983416 INFO  (qtp1722477196-12755) [n:127.0.0.1:37777_solr c:halfcollectionblocker2 s:shard1 r:core_node21 x:halfcollection_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 983418 INFO  (qtp1722477196-12755) [n:127.0.0.1:37777_solr c:halfcollectionblocker2 s:shard1 r:core_node21 x:halfcollection_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@2e50255a[halfcollection_shard1_replica_n1] main]
   [junit4]   2> 983419 INFO  (qtp1722477196-12755) [n:127.0.0.1:37777_solr c:halfcollectionblocker2 s:shard1 r:core_node21 x:halfcollection_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 983419 INFO  (qtp1722477196-12755) [n:127.0.0.1:37777_solr c:halfcollectionblocker2 s:shard1 r:core_node21 x:halfcollection_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 983420 INFO  (qtp1722477196-12755) [n:127.0.0.1:37777_solr c:halfcollectionblocker2 s:shard1 r:core_node21 x:halfcollection_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 983421 INFO  (searcherExecutor-4571-thread-1-processing-n:127.0.0.1:37777_solr x:halfcollection_shard1_replica_n1 s:shard1 c:halfcollectionblocker2 r:core_node21) [n:127.0.0.1:37777_solr c:halfcollectionblocker2 s:shard1 r:core_node21 x:halfcollection_shard1_replica_n1] o.a.s.c.SolrCore [halfcollection_shard1_replica_n1] Registered new searcher Searcher@2e50255a[halfcollection_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 983421 INFO  (qtp1722477196-12755) [n:127.0.0.1:37777_solr c:halfcollectionblocker2 s:shard1 r:core_node21 x:halfcollection_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1590819175590264832
   [junit4]   2> 983421 INFO  (zkCallback-1972-thread-2-processing-n:127.0.0.1:37777_solr) [n:127.0.0.1:37777_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/halfcollectionblocker2/state.json] for collection [halfcollectionblocker2] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 983427 INFO  (qtp1722477196-12755) [n:127.0.0.1:37777_solr c:halfcollectionblocker2 s:shard1 r:core_node21 x:halfcollection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 983428 INFO  (qtp1722477196-12755) [n:127.0.0.1:37777_solr c:halfcollectionblocker2 s:shard1 r:core_node21 x:halfcollection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 983428 INFO  (qtp1722477196-12755) [n:127.0.0.1:37777_solr c:halfcollectionblocker2 s:shard1 r:core_node21 x:halfcollection_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:37777/solr/halfcollection_shard1_replica_n1/
   [junit4]   2> 983428 INFO  (qtp1722477196-12755) [n:127.0.0.1:37777_solr c:halfcollectionblocker2 s:shard1 r:core_node21 x:halfcollection_shard1_replica_n1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 983428 INFO  (qtp1722477196-12755) [n:127.0.0.1:37777_solr c:halfcollectionblocker2 s:shard1 r:core_node21 x:halfcollection_shard1_replica_n1] o.a.s.c.SyncStrategy https://127.0.0.1:37777/solr/halfcollection_shard1_replica_n1/ has no replicas
   [junit4]   2> 983428 INFO  (qtp1722477196-12755) [n:127.0.0.1:37777_solr c:halfcollectionblocker2 s:shard1 r:core_node21 x:halfcollection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 983430 INFO  (qtp1722477196-12755) [n:127.0.0.1:37777_solr c:halfcollectionblocker2 s:shard1 r:core_node21 x:halfcollection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:37777/solr/halfcollection_shard1_replica_n1/ shard1
   [junit4]   2> 983532 INFO  (zkCallback-1972-thread-2-processing-n:127.0.0.1:37777_solr) [n:127.0.0.1:37777_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/halfcollectionblocker2/state.json] for collection [halfcollectionblocker2] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 983532 INFO  (zkCallback-1972-thread-1-processing-n:127.0.0.1:37777_solr) [n:127.0.0.1:37777_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/halfcollectionblocker2/state.json] for collection [halfcollectionblocker2] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 983581 INFO  (qtp1722477196-12755) [n:127.0.0.1:37777_solr c:halfcollectionblocker2 s:shard1 r:core_node21 x:halfcollection_shard1_replica_n1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 983624 INFO  (qtp1722477196-12755) [n:127.0.0.1:37777_solr c:halfcollectionblocker2 s:shard1 r:core_node21 x:halfcollection_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node21&collection.configName=conf&name=halfcollection_shard1_replica_n1&action=CREATE&collection=halfcollectionblocker2&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=314
   [junit4]   2> 983627 INFO  (qtp693360854-12748) [n:127.0.0.1:34243_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={node=127.0.0.1:37777_solr&name=halfcollection_shard1_replica_n1&action=ADDREPLICA&collection=halfcollectionblocker2&shard=shard1&type=NRT&wt=javabin&version=2} status=0 QTime=553
   [junit4]   2> 983627 INFO  (qtp693360854-12756) [n:127.0.0.1:34243_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=1&collection.configName=conf&name=halfcollection&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=127.0.0.1:43495_solr,127.0.0.1:37777_solr&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 983628 INFO  (OverseerThreadFactory-4557-thread-5-processing-n:127.0.0.1:43495_solr) [n:127.0.0.1:43495_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection halfcollection
   [junit4]   2> 983628 INFO  (OverseerCollectionConfigSetProcessor-99426198371237898-127.0.0.1:43495_solr-n_0000000000) [n:127.0.0.1:43495_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000008 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 983738 INFO  (zkCallback-1972-thread-2-processing-n:127.0.0.1:37777_solr) [n:127.0.0.1:37777_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/halfcollectionblocker2/state.json] for collection [halfcollectionblocker2] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 983738 INFO  (zkCallback-1972-thread-1-processing-n:127.0.0.1:37777_solr) [n:127.0.0.1:37777_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/halfcollectionblocker2/state.json] for collection [halfcollectionblocker2] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 983834 INFO  (OverseerStateUpdate-99426198371237898-127.0.0.1:43495_solr-n_0000000000) [n:127.0.0.1:43495_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"halfcollection",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"halfcollection_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:37777/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 983837 INFO  (OverseerStateUpdate-99426198371237898-127.0.0.1:43495_solr-n_0000000000) [n:127.0.0.1:43495_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"halfcollection",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"halfcollection_shard2_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:43495/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 984053 INFO  (qtp1722477196-12751) [n:127.0.0.1:37777_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=halfcollection_shard1_replica_n1&action=CREATE&numShards=2&collection=halfcollection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 984054 INFO  (qtp668179350-12749) [n:127.0.0.1:43495_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=halfcollection_shard2_replica_n2&action=CREATE&numShards=2&collection=halfcollection&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 984054 WARN  (qtp1722477196-12751) [n:127.0.0.1:37777_solr    ] o.a.s.c.CoreContainer Creating a core with existing name is not allowed
   [junit4]   2> 984054 ERROR (qtp1722477196-12751) [n:127.0.0.1:37777_solr    ] o.a.s.h.RequestHandlerBase org.apache.solr.common.SolrException: Core with name 'halfcollection_shard1_replica_n1' already exists.
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:932)
   [junit4]   2> 	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:91)
   [junit4]   2> 	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:384)
   [junit4]   2> 	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:389)
   [junit4]   2> 	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:174)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:177)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:736)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:717)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:498)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:380)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:326)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1637)
   [junit4]   2> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:139)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1637)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:533)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:188)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1595)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:188)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1253)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:168)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:473)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1564)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:166)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1155)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:455)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:530)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:347)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:256)
   [junit4]   2> 	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:279)
   [junit4]   2> 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:102)
   [junit4]   2> 	at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:289)
   [junit4]   2> 	at org.eclipse.jetty.io.ssl.SslConnection$3.succeeded(SslConnection.java:149)
   [junit4]   2> 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:102)
   [junit4]   2> 	at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:124)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:247)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:140)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:131)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:382)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 
   [junit4]   2> 984055 INFO  (qtp1722477196-12751) [n:127.0.0.1:37777_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=halfcollection_shard1_replica_n1&action=CREATE&numShards=2&collection=halfcollection&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=500 QTime=1
   [junit4]   2> 984055 ERROR (qtp1722477196-12751) [n:127.0.0.1:37777_solr    ] o.a.s.s.HttpSolrCall null:org.apache.solr.common.SolrException: Core with name 'halfcollection_shard1_replica_n1' already exists.
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:932)
   [junit4]   2> 	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:91)
   [junit4]   2> 	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:384)
   [junit4]   2> 	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:389)
   [junit4]   2> 	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:174)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:177)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:736)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:717)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:498)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:380)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:326)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1637)
   [junit4]   2> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:139)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1637)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:533)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:188)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1595)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:188)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1253)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:168)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:473)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1564)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:166)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1155)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:455)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:530)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:347)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:256)
   [junit4]   2> 	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:279)
   [junit4]   2> 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:102)
   [junit4]   2> 	at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:289)
   [junit4]   2> 	at org.eclipse.jetty.io.ssl.SslConnection$3.succeeded(SslConnection.java:149)
   [junit4]   2> 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:102)
   [junit4]   2> 	at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:124)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:247)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:140)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:131)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:382)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 
   [junit4]   2> 984055 ERROR (OverseerThreadFactory-4557-thread-5-processing-n:127.0.0.1:43495_solr) [n:127.0.0.1:43495_solr    ] o.a.s.c.a.c.OverseerCollectionMessageHandler Error from shard: https://127.0.0.1:37777/solr
   [junit4]   2> org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at https://127.0.0.1:37777/solr: Core with name 'halfcollection_shard1_replica_n1' already exists.
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:643)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
   [junit4]   2> 	at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1219)
   [junit4]   2> 	at org.apache.solr.handler.component.HttpShardHandler.lambda$submit$0(HttpShardHandler.java:172)
   [junit4]   2> 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
   [junit4]   2> 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:514)
   [junit4]   2> 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
   [junit4]   2> 	at com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:176)
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188)
   [junit4]   2> 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1135)
   [junit4]   2> 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 984164 INFO  (zkCallback-1967-thread-3-processing-n:127.0.0.1:43495_solr) [n:127.0.0.1:43495_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/halfcollection/state.json] for collection [halfcollection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 984164 INFO  (zkCallback-1967-thread-2-processing-n:127.0.0.1:43495_solr) [n:127.0.0.1:43495_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/halfcollection/state.json] for collection [halfcollection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 985068 INFO  (qtp668179350-12749) [n:127.0.0.1:43495_solr c:halfcollection s:shard2 r:core_node4 x:halfcollection_shard2_replica_n2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 985071 INFO  (qtp668179350-12749) [n:127.0.0.1:43495_solr c:halfcollection s:shard2 r:core_node4 x:halfcollection_shard2_replica_n2] o.a.s.s.IndexSchema [halfcollection_shard2_replica_n2] Schema name=minimal
   [junit4]   2> 985073 INFO  (qtp668179350-12749) [n:127.0.0.1:43495_solr c:halfcollection s:shard2 r:core_node4 x:halfcollection_shard2_replica_n2] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 985073 INFO  (qtp668179350-12749) [n:127.0.0.1:43495_solr c:halfcollection s:shard2 r:core_node4 x:halfcollection_shard2_replica_n2] o.a.s.c.CoreContainer Creating SolrCore 'halfcollection_shard2_replica_n2' using configuration from collection halfcollection, trusted=true
   [junit4]   2> 985073 INFO  (qtp668179350-12749) [n:127.0.0.1:43495_solr c:halfcollection s:shard2 r:core_node4 x:halfcollection_shard2_replica_n2] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.halfcollection.shard2.replica_n2' (registry 'solr.core.halfcollection.shard2.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@342523bc
   [junit4]   2> 985073 INFO  (qtp668179350-12749) [n:127.0.0.1:43495_solr c:halfcollection s:shard2 r:core_node4 x:halfcollection_shard2_replica_n2] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 985073 INFO  (qtp668179350-12749) [n:127.0.0.1:43495_solr c:halfcollection s:shard2 r:core_node4 x:halfcollection_shard2_replica_n2] o.a.s.c.SolrCore [[halfcollection_shard2_replica_n2] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.api.collections.CollectionsAPIDistributedZkTest_47888F234334DAF3-001/tempDir-001/node4/halfcollection_shard2_replica_n2], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.api.collections.CollectionsAPIDistributedZkTest_47888F234334DAF3-001/tempDir-001/node4/halfcollection_shard2_replica_n2/data/]
   [junit4]   2> 985106 INFO  (qtp668179350-12749) [n:127.0.0.1:43495_solr c:halfcollection s:shard2 r:core_node4 x:halfcollection_shard2_replica_n2] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 985106 INFO  (qtp668179350-12749) [n:127.0.0.1:43495_solr c:halfcollection s:shard2 r:core_node4 x:halfcollection_shard2_replica_n2] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 985107 INFO  (qtp668179350-12749) [n:127.0.0.1:43495_solr c:halfcollection s:shard2 r:core_node4 x:halfcollection_shard2_replica_n2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 985107 INFO  (qtp668179350-12749) [n:127.0.0.1:43495_solr c:halfcollection s:shard2 r:core_node4 x:halfcollection_shard2_replica_n2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 985108 INFO  (qtp668179350-12749) [n:127.0.0.1:43495_solr c:halfcollection s:shard2 r:core_node4 x:halfcollection_shard2_replica_n2] o.a.s.s.SolrIndexSearcher Opening [Searcher@2a5283b8[halfcollection_shard2_replica_n2] main]
   [junit4]   2> 985109 INFO  (qtp668179350-12749) [n:127.0.0.1:43495_solr c:halfcollection s:shard2 r:core_node4 x:halfcollection_shard2_replica_n2] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 985109 INFO  (qtp668179350-12749) [n:127.0.0.1:43495_solr c:halfcollection s:shard2 r:core_node4 x:halfcol

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

atcher.process(ZkStateReader.java:1085)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$1.lambda$process$1(SolrZkClient.java:268)
   [junit4]   2> 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:514)
   [junit4]   2> 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188)
   [junit4]   2> 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1135)
   [junit4]   2> 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 3338278 INFO  (jetty-closer-5880-thread-9) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@4bbbda5e{/solr,null,UNAVAILABLE}
   [junit4]   2> 3338278 INFO  (jetty-closer-5880-thread-9) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 3338279 ERROR (SUITE-TriggerIntegrationTest-seed#[47888F234334DAF3]-worker) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 3338279 INFO  (SUITE-TriggerIntegrationTest-seed#[47888F234334DAF3]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:45091 45091
   [junit4]   2> 3338391 INFO  (Thread-9358) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:45091 45091
   [junit4]   2> 3338391 WARN  (Thread-9358) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	21	/solr/aliases.json
   [junit4]   2> 	20	/solr/security.json
   [junit4]   2> 	8	/solr/configs/conf
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	97	/solr/collections/collection1/state.json
   [junit4]   2> 	37	/solr/collections/testMetricTrigger/state.json
   [junit4]   2> 	21	/solr/clusterprops.json
   [junit4]   2> 	21	/solr/clusterstate.json
   [junit4]   2> 	6	/solr/autoscaling.json
   [junit4]   2> 	4	/solr/overseer_elect/election/99426339510222874-127.0.0.1:34149_solr-n_0000000007
   [junit4]   2> 	2	/solr/collections/collection1/leader_elect/shard1/election/99426339510222871-core_node6-n_0000000002
   [junit4]   2> 	2	/solr/overseer_elect/election/99426339510222862-127.0.0.1:38243_solr-n_0000000003
   [junit4]   2> 	2	/solr/overseer_elect/election/99426339510222886-127.0.0.1:44143_solr-n_0000000011
   [junit4]   2> 	2	/solr/collections/collection1/leader_elect/shard1/election/99426339510222862-core_node8-n_0000000003
   [junit4]   2> 	2	/solr/collections/collection1/leader_elect/shard1/election/99426339510222874-core_node4-n_0000000000
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	21	/solr/live_nodes
   [junit4]   2> 	21	/solr/collections
   [junit4]   2> 	6	/solr/overseer/queue-work
   [junit4]   2> 	6	/solr/autoscaling/events/.auto_add_replicas
   [junit4]   2> 	6	/solr/overseer/queue
   [junit4]   2> 	6	/solr/overseer/collection-queue-work
   [junit4]   2> 	2	/solr/autoscaling/events/node_lost_triggerMR
   [junit4]   2> 	2	/solr/autoscaling/events/node_added_triggerCTOOR
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.TriggerIntegrationTest_47888F234334DAF3-001
   [junit4]   2> Jan 28, 2018 7:49:04 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {id=PostingsFormat(name=Asserting), x_s=Lucene50(blocksize=128)}, docValues:{_version_=DocValuesFormat(name=Lucene70)}, maxPointsInLeafNode=1458, maxMBSortInHeap=6.665252006510016, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@6f45d88c), locale=uk, timezone=Atlantic/Cape_Verde
   [junit4]   2> NOTE: Linux 4.13.0-31-generic amd64/Oracle Corporation 10-ea (64-bit)/cpus=8,threads=1,free=204662264,total=492830720
   [junit4]   2> NOTE: All tests run in this JVM: [TestCharFilters, SolrCoreTest, TestTlogReplica, SpatialHeatmapFacetsTest, SolrInfoBeanTest, DistributedFacetPivotSmallTest, TestPivotHelperCode, HdfsBasicDistributedZkTest, ComputePlanActionTest, DistributedQueryComponentOptimizationTest, SchemaApiFailureTest, TestSolr4Spatial, AtomicUpdatesTest, TestCursorMarkWithoutUniqueKey, TestLegacyTerms, UninvertDocValuesMergePolicyTest, PrimUtilsTest, SolrMetricManagerTest, TestManagedSchemaAPI, TestLRUCache, DocValuesNotIndexedTest, AddBlockUpdateTest, TestLocalFSCloudBackupRestore, PrimitiveFieldTypeTest, TestBulkSchemaConcurrent, TestUtilizeNode, ReplaceNodeTest, TestFastLRUCache, TestSolrCloudWithDelegationTokens, ResponseHeaderTest, TestQueryUtils, OverseerTest, TestCollationFieldDocValues, CdcrBootstrapTest, TestPolicyCloud, MoveReplicaHDFSFailoverTest, TestPostingsSolrHighlighter, ClassificationUpdateProcessorTest, FieldMutatingUpdateProcessorTest, StatsReloadRaceTest, TestRandomFlRTGCloud, ZkStateWriterTest, TestCollectionAPI, TestUseDocValuesAsStored2, CollectionReloadTest, DeleteStatusTest, TestJettySolrRunner, TestFoldingMultitermQuery, TestSha256AuthenticationProvider, TestCoreBackup, IgnoreCommitOptimizeUpdateProcessorFactoryTest, SOLR749Test, CdcrRequestHandlerTest, BlockDirectoryTest, TestSchemaVersionResource, TestSolr4Spatial2, SmileWriterTest, VersionInfoTest, DistribJoinFromCollectionTest, TestDocBasedVersionConstraints, StressHdfsTest, TestTestInjection, HLLUtilTest, DistributedFacetPivotLargeTest, TestSimpleTrackingShardHandler, TestMissingGroups, TestPrepRecovery, TestDistributedGrouping, TestSchemaNameResource, TestRecovery, HdfsRestartWhileUpdatingTest, SoftAutoCommitTest, TestNodeLostTrigger, TestSubQueryTransformerDistrib, DeleteNodeTest, BasicAuthIntegrationTest, TestExactSharedStatsCache, TestEmbeddedSolrServerAdminHandler, TestSearchPerf, TestComputePlanAction, TestSimpleTextCodec, LegacyCloudClusterPropTest, TestDistributedStatsComponentCardinality, TestRestManager, DistributedIntervalFacetingTest, TestOverriddenPrefixQueryForCustomFieldType, CollectionsAPIDistributedZkTest, SystemInfoHandlerTest, BigEndianAscendingWordDeserializerTest, TestScoreJoinQPNoScore, QueryElevationComponentTest, SliceStateTest, VMParamsZkACLAndCredentialsProvidersTest, TestCorePropertiesReload, ExplicitHLLTest, ConfigSetsAPITest, TestRequestForwarding, CollectionStateFormat2Test, TestSystemIdResolver, TestManagedStopFilterFactory, TestAddFieldRealTimeGet, TestSchemaManager, HighlighterMaxOffsetTest, TestShortCircuitedRequests, TestSolrCloudWithHadoopAuthPlugin, TestSolrJ, TestSolrIndexConfig, AlternateDirectoryTest, RequiredFieldsTest, TestXIncludeConfig, DistributedMLTComponentTest, TestSQLHandlerNonCloud, TestLegacyField, QueryEqualityTest, TestNumericTerms32, CoreMergeIndexesAdminHandlerTest, BadComponentTest, CloudMLTQParserTest, TestSolrCloudSnapshots, QueryParsingTest, AsyncCallRequestStatusResponseTest, SolrShardReporterTest, TestDFISimilarityFactory, InfixSuggestersTest, SchemaVersionSpecificBehaviorTest, TestFieldCacheVsDocValues, ChaosMonkeySafeLeaderTest, UnloadDistributedZkTest, SyncSliceTest, OpenCloseCoreStressTest, LeaderElectionIntegrationTest, FullSolrCloudDistribCmdsTest, LeaderElectionTest, TestZkChroot, ShardRoutingCustomTest, TestHashPartitioner, TestRealTimeGet, TestStressReorder, TestJoin, TestStressVersions, SolrCmdDistributorTest, ConvertedLegacyTest, TestSort, TestFiltering, HighlighterTest, ShowFileRequestHandlerTest, SimplePostToolTest, TestCoreDiscovery, SuggesterFSTTest, CoreAdminHandlerTest, TestTrie, SuggesterWFSTTest, PolyFieldTest, TestPseudoReturnFields, DirectUpdateHandlerOptimizeTest, StatelessScriptUpdateProcessorFactoryTest, XsltUpdateRequestHandlerTest, TestSurroundQueryParser, TestWriterPerf, DirectSolrSpellCheckerTest, TestOmitPositions, TermsComponentTest, TermVectorComponentTest, TestSolrQueryParser, LoggingHandlerTest, TestJmxIntegration, ReturnFieldsTest, UniqFieldsUpdateProcessorFactoryTest, JsonLoaderTest, TestPartialUpdateDeduplication, CSVRequestHandlerTest, TestLFUCache, SynonymTokenizerTest, TestDFRSimilarityFactory, TestPerFieldSimilarity, TimeZoneUtilsTest, TestFastOutputStream, ChaosMonkeyNothingIsSafeTest, ChaosMonkeyNothingIsSafeWithPullReplicasTest, ConcurrentCreateRoutedAliasTest, ConnectionManagerTest, DeleteInactiveReplicaTest, DistributedQueueTest, HttpPartitionTest, MoveReplicaTest, NodeMutatorTest, OverriddenZkACLAndCredentialsProvidersTest, OverseerCollectionConfigSetProcessorTest, OverseerModifyCollectionTest, OverseerRolesTest, PeerSyncReplicationTest, RecoveryAfterSoftCommitTest, RemoteQueryErrorTest, ReplicationFactorTest, RestartWhileUpdatingTest, RollingRestartTest, SaslZkACLProviderTest, SharedFSAutoReplicaFailoverTest, SolrCLIZkUtilsTest, SolrCloudExampleTest, SolrXmlInZkTest, TestAuthenticationFramework, TestCloudDeleteByQuery, TestCloudInspectUtil, TestCloudPivotFacet, TestCloudPseudoReturnFields, TestCloudSearcherWarming, TestClusterProperties, TestConfigSetsAPIExclusivity, TestConfigSetsAPIZkFailure, TestDeleteCollectionOnDownNodes, TestDistribDocBasedVersion, TestDownShardTolerantSearch, TestExclusionRuleCollectionAccess, TestLeaderElectionWithEmptyReplica, TestLeaderElectionZkExpiry, TestLeaderInitiatedRecoveryThread, TestLockTree, TestMiniSolrCloudClusterSSL, TestSSLRandomization, TestStressCloudBlindAtomicUpdates, TestStressInPlaceUpdates, CollectionTooManyReplicasTest, CollectionsAPIAsyncDistributedZkTest, HdfsCollectionsAPIDistributedZkTest, ShardSplitTest, TriggerIntegrationTest]
   [junit4] Completed [630/770 (2!)] on J1 in 203.20s, 14 tests, 2 failures <<< FAILURES!

[...truncated 41353 lines...]

[JENKINS] Lucene-Solr-master-Linux (32bit/jdk1.8.0_144) - Build # 21361 - Still Unstable!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/21361/
Java: 32bit/jdk1.8.0_144 -server -XX:+UseConcMarkSweepGC

4 tests failed.
FAILED:  org.apache.solr.cloud.TestUtilizeNode.test

Error Message:
no replica should be present in  127.0.0.1:39217_solr

Stack Trace:
java.lang.AssertionError: no replica should be present in  127.0.0.1:39217_solr
	at __randomizedtesting.SeedInfo.seed([9F4FE8CCAF6AF3:88CB70326253070B]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.apache.solr.cloud.TestUtilizeNode.test(TestUtilizeNode.java:99)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest.testSimple

Error Message:
Waiting for collection testSimple1 null Live Nodes: [127.0.0.1:34381_solr, 127.0.0.1:36127_solr] Last available state: DocCollection(testSimple1//collections/testSimple1/state.json/15)={   "pullReplicas":"0",   "replicationFactor":"2",   "shards":{     "shard1":{       "range":"80000000-ffffffff",       "state":"active",       "replicas":{         "core_node3":{           "dataDir":"hdfs://localhost.localdomain:34079/data/testSimple1/core_node3/data/",           "base_url":"https://127.0.0.1:34381/solr",           "node_name":"127.0.0.1:34381_solr",           "type":"NRT",           "ulogDir":"hdfs://localhost.localdomain:34079/data/testSimple1/core_node3/data/tlog",           "core":"testSimple1_shard1_replica_n1",           "shared_storage":"true",           "state":"active"},         "core_node5":{           "dataDir":"hdfs://localhost.localdomain:34079/data/testSimple1/core_node5/data/",           "base_url":"https://127.0.0.1:34381/solr",           "node_name":"127.0.0.1:34381_solr",           "type":"NRT",           "ulogDir":"hdfs://localhost.localdomain:34079/data/testSimple1/core_node5/data/tlog",           "core":"testSimple1_shard1_replica_n2",           "shared_storage":"true",           "state":"active",           "leader":"true"}}},     "shard2":{       "range":"0-7fffffff",       "state":"active",       "replicas":{         "core_node6":{           "dataDir":"hdfs://localhost.localdomain:34079/data/testSimple1/core_node6/data/",           "base_url":"https://127.0.0.1:37043/solr",           "node_name":"127.0.0.1:37043_solr",           "type":"NRT",           "ulogDir":"hdfs://localhost.localdomain:34079/data/testSimple1/core_node6/data/tlog",           "core":"testSimple1_shard2_replica_n4",           "shared_storage":"true",           "state":"down"},         "core_node8":{           "dataDir":"hdfs://localhost.localdomain:34079/data/testSimple1/core_node8/data/",           "base_url":"https://127.0.0.1:34381/solr",           "node_name":"127.0.0.1:34381_solr",           "type":"NRT",           "ulogDir":"hdfs://localhost.localdomain:34079/data/testSimple1/core_node8/data/tlog",           "core":"testSimple1_shard2_replica_n7",           "shared_storage":"true",           "state":"active",           "leader":"true"}}}},   "router":{"name":"compositeId"},   "maxShardsPerNode":"2",   "autoAddReplicas":"true",   "nrtReplicas":"2",   "tlogReplicas":"0"}

Stack Trace:
java.lang.AssertionError: Waiting for collection testSimple1
null
Live Nodes: [127.0.0.1:34381_solr, 127.0.0.1:36127_solr]
Last available state: DocCollection(testSimple1//collections/testSimple1/state.json/15)={
  "pullReplicas":"0",
  "replicationFactor":"2",
  "shards":{
    "shard1":{
      "range":"80000000-ffffffff",
      "state":"active",
      "replicas":{
        "core_node3":{
          "dataDir":"hdfs://localhost.localdomain:34079/data/testSimple1/core_node3/data/",
          "base_url":"https://127.0.0.1:34381/solr",
          "node_name":"127.0.0.1:34381_solr",
          "type":"NRT",
          "ulogDir":"hdfs://localhost.localdomain:34079/data/testSimple1/core_node3/data/tlog",
          "core":"testSimple1_shard1_replica_n1",
          "shared_storage":"true",
          "state":"active"},
        "core_node5":{
          "dataDir":"hdfs://localhost.localdomain:34079/data/testSimple1/core_node5/data/",
          "base_url":"https://127.0.0.1:34381/solr",
          "node_name":"127.0.0.1:34381_solr",
          "type":"NRT",
          "ulogDir":"hdfs://localhost.localdomain:34079/data/testSimple1/core_node5/data/tlog",
          "core":"testSimple1_shard1_replica_n2",
          "shared_storage":"true",
          "state":"active",
          "leader":"true"}}},
    "shard2":{
      "range":"0-7fffffff",
      "state":"active",
      "replicas":{
        "core_node6":{
          "dataDir":"hdfs://localhost.localdomain:34079/data/testSimple1/core_node6/data/",
          "base_url":"https://127.0.0.1:37043/solr",
          "node_name":"127.0.0.1:37043_solr",
          "type":"NRT",
          "ulogDir":"hdfs://localhost.localdomain:34079/data/testSimple1/core_node6/data/tlog",
          "core":"testSimple1_shard2_replica_n4",
          "shared_storage":"true",
          "state":"down"},
        "core_node8":{
          "dataDir":"hdfs://localhost.localdomain:34079/data/testSimple1/core_node8/data/",
          "base_url":"https://127.0.0.1:34381/solr",
          "node_name":"127.0.0.1:34381_solr",
          "type":"NRT",
          "ulogDir":"hdfs://localhost.localdomain:34079/data/testSimple1/core_node8/data/tlog",
          "core":"testSimple1_shard2_replica_n7",
          "shared_storage":"true",
          "state":"active",
          "leader":"true"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"2",
  "autoAddReplicas":"true",
  "nrtReplicas":"2",
  "tlogReplicas":"0"}
	at __randomizedtesting.SeedInfo.seed([9F4FE8CCAF6AF3:382C6B16EB5CBE22]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.cloud.SolrCloudTestCase.waitForState(SolrCloudTestCase.java:269)
	at org.apache.solr.cloud.autoscaling.AutoAddReplicasIntegrationTest.testSimple(AutoAddReplicasIntegrationTest.java:103)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.cloud.autoscaling.TriggerIntegrationTest.testListeners

Error Message:


Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([9F4FE8CCAF6AF3:ED5FD8F871C3F72A]:0)
	at org.junit.Assert.fail(Assert.java:92)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.junit.Assert.assertTrue(Assert.java:54)
	at org.apache.solr.cloud.autoscaling.TriggerIntegrationTest.testListeners(TriggerIntegrationTest.java:1053)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.handler.admin.AutoscalingHistoryHandlerTest.testHistory

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

Stack Trace:
java.lang.AssertionError: expected:<5> but was:<0>
	at __randomizedtesting.SeedInfo.seed([9F4FE8CCAF6AF3:6D63EB1576E795F4]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.failNotEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:128)
	at org.junit.Assert.assertEquals(Assert.java:472)
	at org.junit.Assert.assertEquals(Assert.java:456)
	at org.apache.solr.handler.admin.AutoscalingHistoryHandlerTest.testHistory(AutoscalingHistoryHandlerTest.java:244)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 11689 lines...]
   [junit4] Suite: org.apache.solr.handler.admin.AutoscalingHistoryHandlerTest
   [junit4]   2> 38129 INFO  (SUITE-AutoscalingHistoryHandlerTest-seed#[9F4FE8CCAF6AF3]-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-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_9F4FE8CCAF6AF3-001/init-core-data-001
   [junit4]   2> 38130 WARN  (SUITE-AutoscalingHistoryHandlerTest-seed#[9F4FE8CCAF6AF3]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=5 numCloses=5
   [junit4]   2> 38131 INFO  (SUITE-AutoscalingHistoryHandlerTest-seed#[9F4FE8CCAF6AF3]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 38133 INFO  (SUITE-AutoscalingHistoryHandlerTest-seed#[9F4FE8CCAF6AF3]-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> 38133 INFO  (SUITE-AutoscalingHistoryHandlerTest-seed#[9F4FE8CCAF6AF3]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 3 servers in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_9F4FE8CCAF6AF3-001/tempDir-001
   [junit4]   2> 38133 INFO  (SUITE-AutoscalingHistoryHandlerTest-seed#[9F4FE8CCAF6AF3]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 38135 INFO  (Thread-53) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 38135 INFO  (Thread-53) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 38137 ERROR (Thread-53) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 38235 INFO  (SUITE-AutoscalingHistoryHandlerTest-seed#[9F4FE8CCAF6AF3]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:35351
   [junit4]   2> 38237 INFO  (zkConnectionManagerCallback-61-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 38241 INFO  (jetty-launcher-58-thread-2) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T19:27:37-02:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 38241 INFO  (jetty-launcher-58-thread-1) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T19:27:37-02:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 38245 INFO  (jetty-launcher-58-thread-3) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T19:27:37-02:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 38245 INFO  (jetty-launcher-58-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 38245 INFO  (jetty-launcher-58-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 38245 INFO  (jetty-launcher-58-thread-1) [    ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 38248 INFO  (jetty-launcher-58-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@c2c04e{/solr,null,AVAILABLE}
   [junit4]   2> 38253 INFO  (jetty-launcher-58-thread-3) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 38253 INFO  (jetty-launcher-58-thread-3) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 38253 INFO  (jetty-launcher-58-thread-3) [    ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 38253 INFO  (jetty-launcher-58-thread-3) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1c27cd8{/solr,null,AVAILABLE}
   [junit4]   2> 38253 INFO  (jetty-launcher-58-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@938463{HTTP/1.1,[http/1.1]}{127.0.0.1:34245}
   [junit4]   2> 38253 INFO  (jetty-launcher-58-thread-1) [    ] o.e.j.s.Server Started @39915ms
   [junit4]   2> 38253 INFO  (jetty-launcher-58-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=34245}
   [junit4]   2> 38254 ERROR (jetty-launcher-58-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 38254 INFO  (jetty-launcher-58-thread-3) [    ] o.e.j.s.AbstractConnector Started ServerConnector@1c1480d{HTTP/1.1,[http/1.1]}{127.0.0.1:41827}
   [junit4]   2> 38254 INFO  (jetty-launcher-58-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.0.0
   [junit4]   2> 38254 INFO  (jetty-launcher-58-thread-3) [    ] o.e.j.s.Server Started @39916ms
   [junit4]   2> 38254 INFO  (jetty-launcher-58-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 38254 INFO  (jetty-launcher-58-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=41827}
   [junit4]   2> 38254 INFO  (jetty-launcher-58-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 38254 INFO  (jetty-launcher-58-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-01-28T02:57:33.374Z
   [junit4]   2> 38254 ERROR (jetty-launcher-58-thread-3) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 38254 INFO  (jetty-launcher-58-thread-3) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.0.0
   [junit4]   2> 38254 INFO  (jetty-launcher-58-thread-3) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 38254 INFO  (jetty-launcher-58-thread-3) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 38254 INFO  (jetty-launcher-58-thread-3) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-01-28T02:57:33.374Z
   [junit4]   2> 38255 INFO  (jetty-launcher-58-thread-2) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 38255 INFO  (jetty-launcher-58-thread-2) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 38255 INFO  (jetty-launcher-58-thread-2) [    ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 38259 INFO  (zkConnectionManagerCallback-63-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 38259 INFO  (jetty-launcher-58-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@180ef9c{/solr,null,AVAILABLE}
   [junit4]   2> 38260 INFO  (jetty-launcher-58-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@65f155{HTTP/1.1,[http/1.1]}{127.0.0.1:34381}
   [junit4]   2> 38260 INFO  (jetty-launcher-58-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 38260 INFO  (jetty-launcher-58-thread-2) [    ] o.e.j.s.Server Started @39922ms
   [junit4]   2> 38260 INFO  (jetty-launcher-58-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=34381}
   [junit4]   2> 38260 ERROR (jetty-launcher-58-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 38260 INFO  (jetty-launcher-58-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.0.0
   [junit4]   2> 38260 INFO  (jetty-launcher-58-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 38260 INFO  (jetty-launcher-58-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 38260 INFO  (jetty-launcher-58-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-01-28T02:57:33.380Z
   [junit4]   2> 38263 INFO  (zkConnectionManagerCallback-65-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 38265 INFO  (jetty-launcher-58-thread-3) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 38275 INFO  (zkConnectionManagerCallback-67-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 38275 INFO  (jetty-launcher-58-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 38296 INFO  (jetty-launcher-58-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35351/solr
   [junit4]   2> 38299 INFO  (jetty-launcher-58-thread-3) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35351/solr
   [junit4]   2> 38305 INFO  (jetty-launcher-58-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35351/solr
   [junit4]   2> 38306 INFO  (zkConnectionManagerCallback-72-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 38306 INFO  (zkConnectionManagerCallback-75-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 38319 INFO  (zkConnectionManagerCallback-79-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 38323 INFO  (zkConnectionManagerCallback-81-thread-1-processing-n:127.0.0.1:41827_solr) [n:127.0.0.1:41827_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 38326 INFO  (zkConnectionManagerCallback-83-thread-1-processing-n:127.0.0.1:34381_solr) [n:127.0.0.1:34381_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 38343 INFO  (zkConnectionManagerCallback-85-thread-1-processing-n:127.0.0.1:34245_solr) [n:127.0.0.1:34245_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 38369 INFO  (jetty-launcher-58-thread-3) [n:127.0.0.1:41827_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 38369 INFO  (jetty-launcher-58-thread-3) [n:127.0.0.1:41827_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:41827_solr
   [junit4]   2> 38370 INFO  (jetty-launcher-58-thread-3) [n:127.0.0.1:41827_solr    ] o.a.s.c.Overseer Overseer (id=99425206485385223-127.0.0.1:41827_solr-n_0000000000) starting
   [junit4]   2> 38388 DEBUG (OverseerStateUpdate-99425206485385223-127.0.0.1:41827_solr-n_0000000000) [n:127.0.0.1:41827_solr    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 38402 DEBUG (OverseerAutoScalingTriggerThread-99425206485385223-127.0.0.1:41827_solr-n_0000000000) [n:127.0.0.1:41827_solr    ] o.a.s.c.a.OverseerTriggerThread Adding .autoAddReplicas trigger
   [junit4]   2> 38403 DEBUG (OverseerAutoScalingTriggerThread-99425206485385223-127.0.0.1:41827_solr-n_0000000000) [n:127.0.0.1:41827_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 1
   [junit4]   2> 38405 INFO  (jetty-launcher-58-thread-3) [n:127.0.0.1:41827_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:41827_solr
   [junit4]   2> 38405 DEBUG (OverseerAutoScalingTriggerThread-99425206485385223-127.0.0.1:41827_solr-n_0000000000) [n:127.0.0.1:41827_solr    ] o.a.s.c.a.NodeLostTrigger Initial livenodes: []
   [junit4]   2> 38405 DEBUG (OverseerAutoScalingTriggerThread-99425206485385223-127.0.0.1:41827_solr-n_0000000000) [n:127.0.0.1:41827_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion -1
   [junit4]   2> 38405 DEBUG (OverseerAutoScalingTriggerThread-99425206485385223-127.0.0.1:41827_solr-n_0000000000) [n:127.0.0.1:41827_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 1
   [junit4]   2> 38419 INFO  (zkCallback-80-thread-1-processing-n:127.0.0.1:41827_solr) [n:127.0.0.1:41827_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 38426 DEBUG (OverseerAutoScalingTriggerThread-99425206485385223-127.0.0.1:41827_solr-n_0000000000) [n:127.0.0.1:41827_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 38426 DEBUG (OverseerAutoScalingTriggerThread-99425206485385223-127.0.0.1:41827_solr-n_0000000000) [n:127.0.0.1:41827_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion 1
   [junit4]   2> 38426 DEBUG (ScheduledTrigger-162-thread-1) [n:127.0.0.1:41827_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1
   [junit4]   2> 38428 INFO  (jetty-launcher-58-thread-1) [n:127.0.0.1:34245_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 38430 INFO  (jetty-launcher-58-thread-1) [n:127.0.0.1:34245_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 38436 INFO  (jetty-launcher-58-thread-1) [n:127.0.0.1:34245_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:34245_solr
   [junit4]   2> 38440 DEBUG (OverseerStateUpdate-99425206485385223-127.0.0.1:41827_solr-n_0000000000) [n:127.0.0.1:41827_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:34245_solr"} current state version: 0
   [junit4]   2> 38440 DEBUG (OverseerStateUpdate-99425206485385223-127.0.0.1:41827_solr-n_0000000000) [n:127.0.0.1:41827_solr    ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:34245_solr
   [junit4]   2> 38440 INFO  (zkCallback-80-thread-1-processing-n:127.0.0.1:41827_solr) [n:127.0.0.1:41827_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 38450 INFO  (jetty-launcher-58-thread-2) [n:127.0.0.1:34381_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 38452 INFO  (jetty-launcher-58-thread-2) [n:127.0.0.1:34381_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 38468 INFO  (jetty-launcher-58-thread-2) [n:127.0.0.1:34381_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:34381_solr
   [junit4]   2> 38469 DEBUG (OverseerStateUpdate-99425206485385223-127.0.0.1:41827_solr-n_0000000000) [n:127.0.0.1:41827_solr    ] o.a.s.c.Overseer processMessage: queueSize: 2, message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:34381_solr"} current state version: 0
   [junit4]   2> 38469 DEBUG (OverseerStateUpdate-99425206485385223-127.0.0.1:41827_solr-n_0000000000) [n:127.0.0.1:41827_solr    ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:34381_solr
   [junit4]   2> 38479 INFO  (zkCallback-84-thread-1-processing-n:127.0.0.1:34245_solr) [n:127.0.0.1:34245_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 38491 INFO  (zkCallback-80-thread-1-processing-n:127.0.0.1:41827_solr) [n:127.0.0.1:41827_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 38493 INFO  (zkCallback-84-thread-1-processing-n:127.0.0.1:34245_solr) [n:127.0.0.1:34245_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 38507 INFO  (zkCallback-82-thread-1-processing-n:127.0.0.1:34381_solr) [n:127.0.0.1:34381_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 38543 INFO  (jetty-launcher-58-thread-3) [n:127.0.0.1:41827_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_41827.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1a0c2c
   [junit4]   2> 38579 INFO  (jetty-launcher-58-thread-3) [n:127.0.0.1:41827_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_41827.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1a0c2c
   [junit4]   2> 38579 INFO  (jetty-launcher-58-thread-3) [n:127.0.0.1:41827_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_41827.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1a0c2c
   [junit4]   2> 38580 INFO  (jetty-launcher-58-thread-3) [n:127.0.0.1:41827_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_9F4FE8CCAF6AF3-001/tempDir-001/node3/.
   [junit4]   2> 38625 INFO  (jetty-launcher-58-thread-1) [n:127.0.0.1:34245_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34245.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1a0c2c
   [junit4]   2> 38633 INFO  (jetty-launcher-58-thread-1) [n:127.0.0.1:34245_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34245.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1a0c2c
   [junit4]   2> 38633 INFO  (jetty-launcher-58-thread-1) [n:127.0.0.1:34245_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34245.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1a0c2c
   [junit4]   2> 38635 INFO  (jetty-launcher-58-thread-1) [n:127.0.0.1:34245_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_9F4FE8CCAF6AF3-001/tempDir-001/node1/.
   [junit4]   2> 38665 INFO  (jetty-launcher-58-thread-2) [n:127.0.0.1:34381_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34381.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1a0c2c
   [junit4]   2> 38679 INFO  (jetty-launcher-58-thread-2) [n:127.0.0.1:34381_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34381.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1a0c2c
   [junit4]   2> 38679 INFO  (jetty-launcher-58-thread-2) [n:127.0.0.1:34381_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34381.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1a0c2c
   [junit4]   2> 38683 INFO  (jetty-launcher-58-thread-2) [n:127.0.0.1:34381_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_9F4FE8CCAF6AF3-001/tempDir-001/node2/.
   [junit4]   2> 38775 INFO  (zkConnectionManagerCallback-93-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 38810 INFO  (zkConnectionManagerCallback-97-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 38812 INFO  (SUITE-AutoscalingHistoryHandlerTest-seed#[9F4FE8CCAF6AF3]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 38812 INFO  (SUITE-AutoscalingHistoryHandlerTest-seed#[9F4FE8CCAF6AF3]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:35351/solr ready
   [junit4]   2> 38829 INFO  (qtp16736056-288) [n:127.0.0.1:34381_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=3&name=AutoscalingHistoryHandlerTest_collection&nrtReplicas=3&action=CREATE&numShards=1&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 38838 INFO  (OverseerThreadFactory-164-thread-1-processing-n:127.0.0.1:41827_solr) [n:127.0.0.1:41827_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection AutoscalingHistoryHandlerTest_collection
   [junit4]   2> 38839 INFO  (OverseerThreadFactory-164-thread-1-processing-n:127.0.0.1:41827_solr) [n:127.0.0.1:41827_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/protwords.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/protwords.txt
   [junit4]   2> 38840 INFO  (OverseerThreadFactory-164-thread-1-processing-n:127.0.0.1:41827_solr) [n:127.0.0.1:41827_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/managed-schema to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/managed-schema
   [junit4]   2> 38841 INFO  (OverseerThreadFactory-164-thread-1-processing-n:127.0.0.1:41827_solr) [n:127.0.0.1:41827_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/solrconfig.xml to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/solrconfig.xml
   [junit4]   2> 38842 INFO  (OverseerThreadFactory-164-thread-1-processing-n:127.0.0.1:41827_solr) [n:127.0.0.1:41827_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/synonyms.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/synonyms.txt
   [junit4]   2> 38843 INFO  (OverseerThreadFactory-164-thread-1-processing-n:127.0.0.1:41827_solr) [n:127.0.0.1:41827_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/stopwords.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/stopwords.txt
   [junit4]   2> 38845 INFO  (OverseerThreadFactory-164-thread-1-processing-n:127.0.0.1:41827_solr) [n:127.0.0.1:41827_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_it.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/contractions_it.txt
   [junit4]   2> 38846 INFO  (OverseerThreadFactory-164-thread-1-processing-n:127.0.0.1:41827_solr) [n:127.0.0.1:41827_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stemdict_nl.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stemdict_nl.txt
   [junit4]   2> 38847 INFO  (OverseerThreadFactory-164-thread-1-processing-n:127.0.0.1:41827_solr) [n:127.0.0.1:41827_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hy.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_hy.txt
   [junit4]   2> 38848 INFO  (OverseerThreadFactory-164-thread-1-processing-n:127.0.0.1:41827_solr) [n:127.0.0.1:41827_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_no.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_no.txt
   [junit4]   2> 38849 INFO  (OverseerThreadFactory-164-thread-1-processing-n:127.0.0.1:41827_solr) [n:127.0.0.1:41827_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_ca.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/contractions_ca.txt
   [junit4]   2> 38850 INFO  (OverseerThreadFactory-164-thread-1-processing-n:127.0.0.1:41827_solr) [n:127.0.0.1:41827_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_id.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_id.txt
   [junit4]   2> 38851 INFO  (OverseerThreadFactory-164-thread-1-processing-n:127.0.0.1:41827_solr) [n:127.0.0.1:41827_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ga.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_ga.txt
   [junit4]   2> 38852 INFO  (OverseerThreadFactory-164-thread-1-processing-n:127.0.0.1:41827_solr) [n:127.0.0.1:41827_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hi.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_hi.txt
   [junit4]   2> 38854 INFO  (OverseerThreadFactory-164-thread-1-processing-n:127.0.0.1:41827_solr) [n:127.0.0.1:41827_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_da.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_da.txt
   [junit4]   2> 38854 INFO  (OverseerThreadFactory-164-thread-1-processing-n:127.0.0.1:41827_solr) [n:127.0.0.1:41827_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ja.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_ja.txt
   [junit4]   2> 38855 INFO  (OverseerThreadFactory-164-thread-1-processing-n:127.0.0.1:41827_solr) [n:127.0.0.1:41827_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_pt.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_pt.txt
   [junit4]   2> 38858 INFO  (OverseerThreadFactory-164-thread-1-processing-n:127.0.0.1:41827_solr) [n:127.0.0.1:41827_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hu.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_hu.txt
   [junit4]   2> 38861 INFO  (OverseerThreadFactory-164-thread-1-processing-n:127.0.0.1:41827_solr) [n:127.0.0.1:41827_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_el.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_el.txt
   [junit4]   2> 38861 INFO  (OverseerThreadFactory-164-thread-1-processing-n:127.0.0.1:41827_solr) [n:127.0.0.1:41827_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ru.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_ru.txt
   [junit4]   2> 38863 INFO  (OverseerThreadFactory-164-thread-1-processing-n:127.0.0.1:41827_solr) [n:127.0.0.1:41827_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_tr.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_tr.txt
   [junit4]   2> 38863 INFO  (OverseerThreadFactory-164-thread-1-processing-n:127.0.0.1:41827_solr) [n:127.0.0.1:41827_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ar.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_ar.txt
   [junit4]   2> 38865 INFO  (OverseerThreadFactory-164-thread-1-processing-n:127.0.0.1:41827_solr) [n:127.0.0.1:41827_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/userdict_ja.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/userdict_ja.txt
   [junit4]   2> 38866 INFO  (OverseerThreadFactory-164-thread-1-processing-n:127.0.0.1:41827_solr) [n:127.0.0.1:41827_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_eu.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_eu.txt
   [junit4]   2> 38872 INFO  (OverseerThreadFactory-164-thread-1-processing-n:127.0.0.1:41827_solr) [n:127.0.0.1:41827_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_it.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_it.txt
   [junit4]   2> 38873 INFO  (OverseerThreadFactory-164-thread-1-processing-n:127.0.0.1:41827_solr) [n:127.0.0.1:41827_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_cz.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_cz.txt
   [junit4]   2> 38874 INFO  (OverseerThreadFactory-164-thread-1-processing-n:127.0.0.1:41827_solr) [n:127.0.0.1:41827_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stoptags_ja.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stoptags_ja.txt
   [junit4]   2> 38875 INFO  (OverseerThreadFactory-164-thread-1-processing-n:127.0.0.1:41827_solr) [n:127.0.0.1:41827_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_fr.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/contractions_fr.txt
   [junit4]   2> 38876 INFO  (OverseerThreadFactory-164-thread-1-processing-n:127.0.0.1:41827_solr) [n:127.0.0.1:41827_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_de.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_de.txt
   [junit4]   2> 38878 INFO  (OverseerThreadFactory-164-thread-1-processing-n:127.0.0.1:41827_solr) [n:127.0.0.1:41827_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_fa.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_fa.txt
   [junit4]   2> 38879 INFO  (OverseerThreadFactory-164-thread-1-processing-n:127.0.0.1:41827_solr) [n:127.0.0.1:41827_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_ga.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/contractions_ga.txt
   [junit4]   2> 38880 INFO  (OverseerThreadFactory-164-thread-1-processing-n:127.0.0.1:41827_solr) [n:127.0.0.1:41827_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ca.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_ca.txt
   [junit4]   2> 38881 INFO  (OverseerThreadFactory-164-thread-1-processing-n:127.0.0.1:41827_solr) [n:127.0.0.1:41827_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_nl.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_nl.txt
   [junit4]   2> 38882 INFO  (OverseerThreadFactory-164-thread-1-processing-n:127.0.0.1:41827_solr) [n:127.0.0.1:41827_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_bg.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_bg.txt
   [junit4]   2> 38882 INFO  (OverseerThreadFactory-164-thread-1-processing-n:127.0.0.1:41827_solr) [n:127.0.0.1:41827_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_lv.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_lv.txt
   [junit4]   2> 38884 INFO  (OverseerThreadFactory-164-thread-1-processing-n:127.0.0.1:41827_solr) [n:127.0.0.1:41827_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_en.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_en.txt
   [junit4]   2> 38885 INFO  (OverseerThreadFactory-164-thread-1-processing-n:127.0.0.1:41827_solr) [n:127.0.0.1:41827_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_es.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_es.txt
   [junit4]   2> 38886 INFO  (OverseerThreadFactory-164-thread-1-processing-n:127.0.0.1:41827_solr) [n:127.0.0.1:41827_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_th.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_th.txt
   [junit4]   2> 38887 INFO  (OverseerThreadFactory-164-thread-1-processing-n:127.0.0.1:41827_solr) [n:127.0.0.1:41827_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ro.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_ro.txt
   [junit4]   2> 38887 INFO  (OverseerThreadFactory-164-thread-1-processing-n:127.0.0.1:41827_solr) [n:127.0.0.1:41827_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_fr.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_fr.txt
   [junit4]   2> 38888 INFO  (OverseerThreadFactory-164-thread-1-processing-n:127.0.0.1:41827_solr) [n:127.0.0.1:41827_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_sv.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_sv.txt
   [junit4]   2> 38889 INFO  (OverseerThreadFactory-164-thread-1-processing-n:127.0.0.1:41827_solr) [n:127.0.0.1:41827_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_fi.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_fi.txt
   [junit4]   2> 38890 INFO  (OverseerThreadFactory-164-thread-1-processing-n:127.0.0.1:41827_solr) [n:127.0.0.1:41827_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/hyphenations_ga.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/hyphenations_ga.txt
   [junit4]   2> 38890 INFO  (OverseerThreadFactory-164-thread-1-processing-n:127.0.0.1:41827_solr) [n:127.0.0.1:41827_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_gl.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_gl.txt
   [junit4]   2> 38891 INFO  (OverseerThreadFactory-164-thread-1-processing-n:127.0.0.1:41827_solr) [n:127.0.0.1:41827_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/params.json to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/params.json
   [junit4]   2> 38910 DEBUG (OverseerStateUpdate-99425206485385223-127.0.0.1:41827_solr-n_0000000000) [n:127.0.0.1:41827_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "name":"AutoscalingHistoryHandlerTest_collection",
   [junit4]   2>   "fromApi":"true",
   [junit4]   2>   "replicationFactor":"3",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "nrtReplicas":"3",
   [junit4]   2>   "stateFormat":"2",
   [junit4]   2>   "operation":"create"} current state version: 0
   [junit4]   2> 38910 DEBUG (OverseerStateUpdate-99425206485385223-127.0.0.1:41827_solr-n_0000000000) [n:127.0.0.1:41827_solr    ] o.a.s.c.o.ClusterStateMutator building a new cName: AutoscalingHistoryHandlerTest_collection
   [junit4]   2> 38910 DEBUG (OverseerStateUpdate-99425206485385223-127.0.0.1:41827_solr-n_0000000000) [n:127.0.0.1:41827_solr    ] o.a.s.c.o.ZkStateWriter going to create_collection /collections/AutoscalingHistoryHandlerTest_collection/state.json
   [junit4]   2> 39017 DEBUG (OverseerStateUpdate-99425206485385223-127.0.0.1:41827_solr-n_0000000000) [n:127.0.0.1:41827_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"AutoscalingHistoryHandlerTest_collection",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:41827/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} current state version: 0
   [junit4]   2> 39017 INFO  (OverseerStateUpdate-99425206485385223-127.0.0.1:41827_solr-n_0000000000) [n:127.0.0.1:41827_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"AutoscalingHistoryHandlerTest_collection",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:41827/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 39018 DEBUG (OverseerStateUpdate-99425206485385223-127.0.0.1:41827_solr-n_0000000000) [n:127.0.0.1:41827_solr    ] o.a.s.c.o.SliceMutator Old Slice: shard1:{
   [junit4]   2>   "range":"80000000-7fffffff",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "replicas":{}}
   [junit4]   2> 39018 DEBUG (OverseerStateUpdate-99425206485385223-127.0.0.1:41827_solr-n_0000000000) [n:127.0.0.1:41827_solr    ] o.a.s.c.o.SliceMutator New Slice: shard1:{
   [junit4]   2>   "range":"80000000-7fffffff",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "replicas":{"core_node3":{
   [junit4]   2>       "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n1",
   [junit4]   2>       "base_url":"http://127.0.0.1:41827/solr",
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":null,
   [junit4]   2>       "type":"NRT"}}}
   [junit4]   2> 39019 DEBUG (OverseerStateUpdate-99425206485385223-127.0.0.1:41827_solr-n_0000000000) [n:127.0.0.1:41827_solr    ] o.a.s.c.Overseer processMessage: queueSize: 2, message = {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"AutoscalingHistoryHandlerTest_collection",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:34381/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} current state version: 0
   [junit4]   2> 39019 INFO  (OverseerStateUpdate-99425206485385223-127.0.0.1:41827_solr-n_0000000000) [n:127.0.0.1:41827_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"AutoscalingHistoryHandlerTest_collection",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:34381/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 39019 DEBUG (OverseerStateUpdate-99425206485385223-127.0.0.1:41827_solr-n_0000000000) [n:127.0.0.1:41827_solr    ] o.a.s.c.o.SliceMutator Old Slice: shard1:{
   [junit4]   2>   "range":"80000000-7fffffff",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "replicas":{"core_node3":{
   [junit4]   2>       "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n1",
   [junit4]   2>       "base_url":"http://127.0.0.1:41827/solr",
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":null,
   [junit4]   2>       "type":"NRT"}}}
   [junit4]   2> 39019 DEBUG (OverseerStateUpdate-99425206485385223-127.0.0.1:41827_solr-n_0000000000) [n:127.0.0.1:41827_solr    ] o.a.s.c.o.SliceMutator New Slice: shard1:{
   [junit4]   2>   "range":"80000000-7fffffff",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "replicas":{
   [junit4]   2>     "core_node3":{
   [junit4]   2>       "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n1",
   [junit4]   2>       "base_url":"http://127.0.0.1:41827/solr",
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":null,
   [junit4]   2>       "type":"NRT"},
   [junit4]   2>     "core_node5":{
   [junit4]   2>       "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n2",
   [junit4]   2>       "base_url":"http://127.0.0.1:34381/solr",
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":null,
   [junit4]   2>       "type":"NRT"}}}
   [junit4]   2> 39020 DEBUG (OverseerStateUpdate-99425206485385223-127.0.0.1:41827_solr-n_0000000000) [n:127.0.0.1:41827_solr    ] o.a.s.c.Overseer processMessage: queueSize: 3, message = {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"AutoscalingHistoryHandlerTest_collection",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n4",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:34245/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} current state version: 0
   [junit4]   2> 39020 INFO  (OverseerStateUpdate-99425206485385223-127.0.0.1:41827_solr-n_0000000000) [n:127.0.0.1:41827_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"AutoscalingHistoryHandlerTest_collection",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n4",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:34245/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 39023 DEBUG (OverseerStateUpdate-99425206485385223-127.0.0.1:41827_solr-n_0000000000) [n:127.0.0.1:41827_solr    ] o.a.s.c.o.SliceMutator Old Slice: shard1:{
   [junit4]   2>   "range":"80000000-7fffffff",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "replicas":{
   [junit4]   2>     "core_node3":{
   [junit4]   2>       "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n1",
   [junit4]   2>       "base_url":"http://127.0.0.1:41827/solr",
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":null,
   [junit4]   2>       "type":"NRT"},
   [junit4]   2>     "core_node5":{
   [junit4]   2>       "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n2",
   [junit4]   2>       "base_url":"http://127.0.0.1:34381/solr",
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":null,
   [junit4]   2>       "type":"NRT"}}}
   [junit4]   2> 39023 DEBUG (OverseerStateUpdate-99425206485385223-127.0.0.1:41827_solr-n_0000000000) [n:127.0.0.1:41827_solr    ] o.a.s.c.o.SliceMutator New Slice: shard1:{
   [junit4]   2>   "range":"80000000-7fffffff",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "replicas":{
   [junit4]   2>     "core_node3":{
   [junit4]   2>       "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n1",
   [junit4]   2>       "base_url":"http://127.0.0.1:41827/solr",
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":null,
   [junit4]   2>       "type":"NRT"},
   [junit4]   2>     "core_node5":{
   [junit4]   2>       "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n2",
   [junit4]   2>       "base_url":"http://127.0.0.1:34381/solr",
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":null,
   [junit4]   2>       "type":"NRT"},
   [junit4]   2>     "core_node6":{
   [junit4]   2>       "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n4",
   [junit4]   2>       "base_url":"http://127.0.0.1:34245/solr",
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":null,
   [junit4]   2>       "type":"NRT"}}}
   [junit4]   2> 39124 DEBUG (OverseerStateUpdate-99425206485385223-127.0.0.1:41827_solr-n_0000000000) [n:127.0.0.1:41827_solr    ] o.a.s.c.o.ZkStateWriter going to update_collection /collections/AutoscalingHistoryHandlerTest_collection/state.json version: 0
   [junit4]   2> 39224 INFO  (qtp16736056-301) [n:127.0.0.1:34381_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node5&collection.configName=AutoscalingHistoryHandlerTest_collection.AUTOCREATED&newCollection=true&name=AutoscalingHistoryHandlerTest_collection_shard1_replica_n2&action=CREATE&numShards=1&collection=AutoscalingHistoryHandlerTest_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 39224 INFO  (qtp856224-286) [n:127.0.0.1:34245_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node6&collection.configName=AutoscalingHistoryHandlerTest_collection.AUTOCREATED&newCollection=true&name=AutoscalingHistoryHandlerTest_collection_shard1_replica_n4&action=CREATE&numShards=1&collection=AutoscalingHistoryHandlerTest_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 39224 INFO  (qtp16736056-301) [n:127.0.0.1:34381_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 39224 INFO  (qtp856224-286) [n:127.0.0.1:34245_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 39225 INFO  (qtp19402411-302) [n:127.0.0.1:41827_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node3&collection.configName=AutoscalingHistoryHandlerTest_collection.AUTOCREATED&newCollection=true&name=AutoscalingHistoryHandlerTest_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=AutoscalingHistoryHandlerTest_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 39226 INFO  (qtp19402411-302) [n:127.0.0.1:41827_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 39236 DEBUG (OverseerStateUpdate-99425206485385223-127.0.0.1:41827_solr-n_0000000000) [n:127.0.0.1:41827_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n4",
   [junit4]   2>   "core_node_name":"core_node6",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:34245/solr",
   [junit4]   2>   "node_name":"127.0.0.1:34245_solr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"AutoscalingHistoryHandlerTest_collection",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 39236 DEBUG (OverseerStateUpdate-99425206485385223-127.0.0.1:41827_solr-n_0000000000) [n:127.0.0.1:41827_solr    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 message={
   [junit4]   2>   "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n4",
   [junit4]   2>   "core_node_name":"core_node6",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:34245/solr",
   [junit4]   2>   "node_name":"127.0.0.1:34245_solr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"AutoscalingHistoryHandlerTest_collection",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 39236 DEBUG (OverseerStateUpdate-99425206485385223-127.0.0.1:41827_solr-n_0000000000) [n:127.0.0.1:41827_solr    ] o.a.s.c.o.ReplicaMutator Will update state for replica: core_node6:{"core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n4","base_url":"http://127.0.0.1:34245/solr","node_name":"127.0.0.1:34245_solr","state":"down","type":"NRT"}
   [junit4]   2> 39236 DEBUG (OverseerStateUpdate-99425206485385223-127.0.0.1:41827_solr-n_0000000000) [n:127.0.0.1:41827_solr    ] o.a.s.c.o.ReplicaMutator Collection is now: DocCollection(AutoscalingHistoryHandlerTest_collection//collections/AutoscalingHistoryHandlerTest_collection/state.json/1)={
   [junit4]   2>   "pullReplicas":"0",
   [junit4]   2>   "replicationFactor":"3",
   [junit4]   2>   "router":{"name":"compositeId"},
   [junit4]   2>   "maxShardsPerNode":"1",
   [junit4]   2>   "autoAddReplicas":"false",
   [junit4]   2>   "nrtReplicas":"3",
   [junit4]   2>   "tlogReplicas":"0",
   [junit4]   2>   "shards":{"shard1":{
   [junit4]   2>       "range":"80000000-7fffffff",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "replicas":{
   [junit4]   2>         "core_node3":{
   [junit4]   2>           "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n1",
   [junit4]   2>           "base_url":"http://127.0.0.1:41827/solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "node_name":null,
   [junit4]   2>           "type":"NRT"},
   [junit4]   2>         "core_node5":{
   [junit4]   2>           "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n2",
   [junit4]   2>           "base_url":"http://127.0.0.1:34381/solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "node_name":null,
   [junit4]   2>           "type":"NRT"},
   [junit4]   2>         "core_node6":{
   [junit4]   2>           "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n4",
   [junit4]   2>           "base_url":"http://127.0.0.1:34245/solr",
   [junit4]   2>           "node_name":"127.0.0.1:34245_solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "type":"NRT"}}}}}
   [junit4]   2> 39239 DEBUG (OverseerStateUpdate-99425206485385223-127.0.0.1:41827_solr-n_0000000000) [n:127.0.0.1:41827_solr    ] o.a.s.c.Overseer processMessage: queueSize: 3, message = {
   [junit4]   2>   "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n1",
   [junit4]   2>   "core_node_name":"core_node3",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:41827/solr",
   [junit4]   2>   "node_name":"127.0.0.1:41827_solr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"AutoscalingHistoryHandlerTest_collection",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 39239 DEBUG (OverseerStateUpdate-99425206485385223-127.0.0.1:41827_solr-n_0000000000) [n:127.0.0.1:41827_solr    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 message={
   [junit4]   2>   "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n1",
   [junit4]   2>   "core_node_name":"core_node3",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:41827/solr",
   [junit4]   2>   "node_name":"127.0.0.1:41827_solr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"AutoscalingHistoryHandlerTest_collection",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 39240 DEBUG (OverseerStateUpdate-99425206485385223-127.0.0.1:41827_solr-n_0000000000) [n:127.0.0.1:41827_solr    ] o.a.s.c.o.ReplicaMutator Will update state for replica: core_node3:{"core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n1","base_url":"http://127.0.0.1:41827/solr","node_name":"127.0.0.1:41827_solr","state":"down","type":"NRT"}
   [junit4]   2> 39240 DEBUG (OverseerStateUpdate-99425206485385223-127.0.0.1:41827_solr-n_0000000000) [n:127.0.0.1:41827_solr    ] o.a.s.c.o.ReplicaMutator Collection is now: DocCollection(AutoscalingHistoryHandlerTest_collection//collections/AutoscalingHistoryHandlerTest_collection/state.json/1)={
   [junit4]   2>   "pullReplicas":"0",
   [junit4]   2>   "replicationFactor":"3",
   [junit4]   2>   "router":{"name":"compositeId"},
   [junit4]   2>   "maxShardsPerNode":"1",
   [junit4]   2>   "autoAddReplicas":"false",
   [junit4]   2>   "nrtReplicas":"3",
   [junit4]   2>   "tlogReplicas":"0",
   [junit4]   2>   "shards":{"shard1":{
   [junit4]   2>       "range":"80000000-7fffffff",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "replicas":{
   [junit4]   2>         "core_node3":{
   [junit4]   2>           "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n1",
   [junit4]   2>           "base_url":"http://127.0.0.1:41827/solr",
   [junit4]   2>           "node_name":"127.0.0.1:41827_solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "type":"NRT"},
   [junit4]   2>         "core_node5":{
   [junit4]   2>           "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n2",
   [junit4]   2>           "base_url":"http://127.0.0.1:34381/solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "node_name":null,
   [junit4]   2>           "type":"NRT"},
   [junit4]   2>         "core_node6":{
   [junit4]   2>           "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n4",
   [junit4]   2>           "base_url":"http://127.0.0.1:34245/solr",
   [junit4]   2>           "node_name":"127.0.0.1:34245_solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "type":"NRT"}}}}}
   [junit4]   2> 39240 DEBUG (OverseerStateUpdate-99425206485385223-127.0.0.1:41827_solr-n_0000000000) [n:127.0.0.1:41827_solr    ] o.a.s.c.Overseer processMessage: queueSize: 3, message = {
   [junit4]   2>   "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n2",
   [junit4]   2>   "core_node_name":"core_node5",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:34381/solr",
   [junit4]   2>   "node_name":"127.0.0.1:34381_solr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"AutoscalingHistoryHandlerTest_collection",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 39240 DEBUG (OverseerStateUpdate-99425206485385223-127.0.0.1:41827_solr-n_0000000000) [n:127.0.0.1:41827_solr    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 message={
   [junit4]   2>   "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n2",
   [junit4]   2>   "core_node_name":"core_node5",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:34381/solr",
   [junit4]   2>   "node_name":"127.0.0.1:34381_solr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"AutoscalingHistoryHandlerTest_collection",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 39240 DEBUG (OverseerStateUpdate-99425206485385223-127.0.0.1:41827_solr-n_0000000000) [n:127.0.0.1:41827_solr    ] o.a.s.c.o.ReplicaMutator Will update state for replica: core_node5:{"core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n2","base_url":"http://127.0.0.1:34381/solr","node_name":"127.0.0.1:34381_solr","state":"down","type":"NRT"}
   [junit4]   2> 39240 DEBUG (OverseerStateUpdate-99425206485385223-127.0.0.1:41827_solr-n_0000000000) [n:127.0.0.1:41827_solr    ] o.a.s.c.o.ReplicaMutator Collection is now: DocCollection(AutoscalingHistoryHandlerTest_collection//collections/AutoscalingHistoryHandlerTest_collection/state.json/1)={
   [junit4]   2>   "pullReplicas":"0",
   [junit4]   2>   "replicationFactor":"3",
   [junit4]   2>   "router":{"name":"compositeId"},
   [junit4]   2>   "maxShardsPerNode":"1",
   [junit4]   2>   "autoAddReplicas":"false",
   [junit4]   2>   "nrtReplicas":"3",
   [junit4]   2>   "tlogReplicas":"0",
   [junit4]   2>   "shards":{"shard1":{
   [junit4]   2>       "range":"80000000-7fffffff",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "replicas":{
   [junit4]   2>         "core_node3":{
   [junit4]   2>           "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n1",
   [junit4]   2>           "base_url":"http://127.0.0.1:41827/solr",
   [junit4]   2>           "node_name":"127.0.0.1:41827_solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "type":"NRT"},
   [junit4]   2>         "core_node5":{
   [junit4]   2>           "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n2",
   [junit4]   2>           "base_url":"http://127.0.0.1:34381/solr",
   [junit4]   2>           "node_name":"127.0.0.1:34381_solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "type":"NRT"},
   [junit4]   2>         "core_node6":{
   [junit4]   2>           "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n4",
   [junit4]   2>           "base_url":"http://127.0.0.1:34245/solr",
   [junit4]   2>           "node_name":"127.0.0.1:34245_solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "type":"NRT"}}}}}
   [junit4]   2> 39341 DEBUG (OverseerStateUpdate-99425206485385223-127.0.0.1:41827_solr-n_0000000000) [n:127.0.0.1:41827_solr    ] o.a.s.c.o.ZkStateWriter going to update_collection /collections/AutoscalingHistoryHandlerTest_collection/state.json version: 1
   [junit4]   2> 39341 INFO  (zkCallback-84-thread-1-processing-n:127.0.0.1:34245_solr) [n:127.0.0.1:34245_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/AutoscalingHistoryHandlerTest_collection/state.json] for collection [AutoscalingHistoryHandlerTest_collection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 39341 INFO  (zkCallback-82-thread-1-processing-n:127.0.0.1:34381_solr) [n:127.0.0.1:34381_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/AutoscalingHistoryHandlerTest_collection/state.json] for collection [AutoscalingHistoryHandlerTest_collection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 39341 INFO  (zkCallback-80-thread-1-processing-n:127.0.0.1:41827_solr) [n:127.0.0.1:41827_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/AutoscalingHistoryHandlerTest_collection/state.json] for collection [AutoscalingHistoryHandlerTest_collection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 39341 INFO  (zkCallback-84-thread-2-processing-n:127.0.0.1:34245_solr) [n:127.0.0.1:34245_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/AutoscalingHistoryHandlerTest_collection/state.json] for collection [AutoscalingHistoryHandlerTest_collection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 39341 INFO  (zkCallback-80-thread-2-processing-n:127.0.0.1:41827_solr) [n:127.0.0.1:41827_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/AutoscalingHistoryHandlerTest_collection/state.json] for collection [AutoscalingHistoryHandlerTest_collection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 39341 INFO  (zkCallback-82-thread-2-processing-n:127.0.0.1:34381_solr) [n:127.0.0.1:34381_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/AutoscalingHistoryHandlerTest_collection/state.json] for collection [AutoscalingHistoryHandlerTest_collection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 39430 DEBUG (ScheduledTrigger-162-thread-1) [n:127.0.0.1:41827_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 3
   [junit4]   2> 40251 INFO  (qtp19402411-302) [n:127.0.0.1:41827_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node3 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n1] o.a.s.c.RequestParams conf resource params.json loaded . version : 0 
   [junit4]   2> 40251 INFO  (qtp16736056-301) [n:127.0.0.1:34381_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node5 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n2] o.a.s.c.RequestParams conf resource params.json loaded . version : 0 
   [junit4]   2> 40252 INFO  (qtp856224-286) [n:127.0.0.1:34245_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node6 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n4] o.a.s.c.RequestParams conf resource params.json loaded . version : 0 
   [junit4]   2> 40253 INFO  (qtp19402411-302) [n:127.0.0.1:41827_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node3 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n1] o.a.s.c.RequestParams request params refreshed to version 0
   [junit4]   2> 40253 INFO  (qtp16736056-301) [n:127.0.0.1:34381_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node5 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n2] o.a.s.c.RequestParams request params refreshed to version 0
   [junit4]   2> 40253 INFO  (qtp856224-286) [n:127.0.0.1:34245_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node6 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n4] o.a.s.c.RequestParams request params refreshed to version 0
   [junit4]   2> 40254 WARN  (qtp19402411-302) [n:127.0.0.1:41827_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node3 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_9F4FE8CCAF6AF3-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n1/../../../../contrib/extraction/lib filtered by .*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_9F4FE8CCAF6AF3-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n1/../../../../contrib/extraction/lib
   [junit4]   2> 40254 WARN  (qtp19402411-302) [n:127.0.0.1:41827_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node3 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_9F4FE8CCAF6AF3-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n1/../../../../dist filtered by solr-cell-\d.*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_9F4FE8CCAF6AF3-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n1/../../../../dist
   [junit4]   2> 40254 WARN  (qtp19402411-302) [n:127.0.0.1:41827_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node3 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_9F4FE8CCAF6AF3-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n1/../../../../contrib/clustering/lib filtered by .*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_9F4FE8CCAF6AF3-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n1/../../../../contrib/clustering/lib
   [junit4]   2> 40255 WARN  (qtp19402411-302) [n:127.0.0.1:41827_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node3 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_9F4FE8CCAF6AF3-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n1/../../../../dist filtered by solr-clustering-\d.*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_9F4FE8CCAF6AF3-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n1/../../../../dist
   [junit4]   2> 40255 WARN  (qtp19402411-302) [n:127.0.0.1:41827_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node3 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_9F4FE8CCAF6AF3-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n1/../../../../contrib/langid/lib filtered by .*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_9F4FE8CCAF6AF3-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n1/../../../../contrib/langid/lib
   [junit4]   2> 40254 WARN  (qtp856224-286) [n:127.0.0.1:34245_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node6 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n4] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_9F4FE8CCAF6AF3-001/tempDir-001/node1/AutoscalingHistoryHandlerTest_collection_shard1_replica_n4/../../../../contrib/extraction/lib filtered by .*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_9F4FE8CCAF6AF3-001/tempDir-001/node1/AutoscalingHistoryHandlerTest_collection_shard1_replica_n4/../../../../contrib/extraction/lib
   [junit4]   2> 40255 WARN  (qtp19402411-302) [n:127.0.0.1:41827_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node3 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_9F4FE8CCAF6AF3-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n1/../../../../dist filtered by solr-langid-\d.*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_9F4FE8CCAF6AF3-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n1/../../../../dist
   [junit4]   2> 40263 WARN  (qtp856224-286) [n:127.0.0.1:34245_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node6 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n4] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_9F4FE8CCAF6AF3-001/tempDir-001/node1/AutoscalingHistoryHandlerTest_collection_shard1_replica_n4/../../../../dist filtered by solr-cell-\d.*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_9F4FE8CCAF6AF3-001/tempDir-001/node1/AutoscalingHistoryHandlerTest_collection_shard1_replica_n4/../../../../dist
   [junit4]   2> 40263 WARN  (qtp19402411-302) [n:127.0.0.1:41827_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node3 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_9F4FE8CCAF6AF3-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n1/../../../../contrib/velocity/lib filtered by .*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_9F4FE8CCAF6AF3-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n1/../../../../contrib/velocity/lib
   [junit4]   2> 40264 WARN  (qtp19402411-302) [n:127.0.0.1:41827_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node3 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_9F4FE8CCAF6AF3-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n1/../../../../dist filtered by solr-velocity-\d.*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_9F4FE8CCAF6AF3-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n1/../../../../dist
   [junit4]   2> 40254 WARN  (qtp16736056-301) [n:127.0.0.1:34381_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node5 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n2] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.

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

,UNAVAILABLE}
   [junit4]   2> 3254669 INFO  (zkCallback-9486-thread-4-processing-n:127.0.0.1:40969_solr) [n:127.0.0.1:40969_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:40969_solr
   [junit4]   2> 3254670 INFO  (jetty-closer-9401-thread-1) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 3254670 INFO  (coreCloseExecutor-6696-thread-1) [n:127.0.0.1:36543_solr c:testMetricTrigger s:shard1 r:core_node6 x:testMetricTrigger_shard1_replica_n5] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.testMetricTrigger.shard1.leader, tag=13602561
   [junit4]   2> 3254671 INFO  (jetty-closer-9401-thread-6) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@c174a0{/solr,null,UNAVAILABLE}
   [junit4]   2> 3254671 INFO  (jetty-closer-9401-thread-6) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 3254677 INFO  (coreCloseExecutor-6697-thread-1) [n:127.0.0.1:46333_solr c:testMetricTrigger s:shard1 r:core_node8 x:testMetricTrigger_shard1_replica_n7] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.testMetricTrigger.shard1.leader, tag=110688
   [junit4]   2> 3254677 INFO  (coreCloseExecutor-6699-thread-2) [n:127.0.0.1:40969_solr c:collection1 s:shard1 r:core_node14 x:collection1_shard1_replica_n13] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.collection1.shard1.leader, tag=9582552
   [junit4]   2> 3254677 INFO  (coreCloseExecutor-6699-thread-1) [n:127.0.0.1:40969_solr c:collection1 s:shard1 r:core_node12 x:collection1_shard1_replica_n11] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1.shard1.replica_n11, tag=8167752
   [junit4]   2> 3254677 INFO  (coreCloseExecutor-6699-thread-1) [n:127.0.0.1:40969_solr c:collection1 s:shard1 r:core_node12 x:collection1_shard1_replica_n11] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@19fbffc: rootName = solr_40969, domain = solr.core.collection1.shard1.replica_n11, service url = null, agent id = null] for registry solr.core.collection1.shard1.replica_n11 / com.codahale.metrics.MetricRegistry@1e7ef3a
   [junit4]   2> 3254678 INFO  (jetty-closer-9401-thread-5) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@37e515{/solr,null,UNAVAILABLE}
   [junit4]   2> 3254678 INFO  (jetty-closer-9401-thread-5) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 3254683 INFO  (coreCloseExecutor-6699-thread-1) [n:127.0.0.1:40969_solr c:collection1 s:shard1 r:core_node12 x:collection1_shard1_replica_n11] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.collection1.shard1.leader, tag=8167752
   [junit4]   2> 3254684 INFO  (jetty-closer-9401-thread-3) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@1f8b6f0{/solr,null,UNAVAILABLE}
   [junit4]   2> 3254684 INFO  (jetty-closer-9401-thread-3) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 3254685 ERROR (SUITE-TriggerIntegrationTest-seed#[9F4FE8CCAF6AF3]-worker) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 3254685 INFO  (SUITE-TriggerIntegrationTest-seed#[9F4FE8CCAF6AF3]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:37669 37669
   [junit4]   2> 3258887 INFO  (Thread-5362) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:37669 37669
   [junit4]   2> 3258888 WARN  (Thread-5362) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	21	/solr/clusterprops.json
   [junit4]   2> 	21	/solr/aliases.json
   [junit4]   2> 	20	/solr/security.json
   [junit4]   2> 	8	/solr/configs/conf
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	131	/solr/collections/collection1/state.json
   [junit4]   2> 	34	/solr/collections/testMetricTrigger/state.json
   [junit4]   2> 	21	/solr/clusterstate.json
   [junit4]   2> 	6	/solr/autoscaling.json
   [junit4]   2> 	4	/solr/overseer_elect/election/99425403632353325-127.0.0.1:40001_solr-n_0000000013
   [junit4]   2> 	3	/solr/overseer_elect/election/99425403632353315-127.0.0.1:36543_solr-n_0000000010
   [junit4]   2> 	2	/solr/overseer_elect/election/99425403632353306-127.0.0.1:40969_solr-n_0000000007
   [junit4]   2> 	2	/solr/collections/collection1/leader_elect/shard1/election/99425403632353297-core_node3-n_0000000000
   [junit4]   2> 	2	/solr/overseer_elect/election/99425403632353300-127.0.0.1:39637_solr-n_0000000005
   [junit4]   2> 	2	/solr/collections/collection1/leader_elect/shard1/election/99425403632353300-core_node8-n_0000000003
   [junit4]   2> 	2	/solr/overseer_elect/election/99425403632353337-127.0.0.1:33247_solr-n_0000000017
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	21	/solr/live_nodes
   [junit4]   2> 	21	/solr/collections
   [junit4]   2> 	6	/solr/overseer/queue-work
   [junit4]   2> 	6	/solr/autoscaling/events/.auto_add_replicas
   [junit4]   2> 	6	/solr/overseer/queue
   [junit4]   2> 	6	/solr/overseer/collection-queue-work
   [junit4]   2> 	2	/solr/autoscaling/events/node_lost_triggerMR
   [junit4]   2> 	2	/solr/autoscaling/events/node_added_triggerCTOOR
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.TriggerIntegrationTest_9F4FE8CCAF6AF3-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {id=PostingsFormat(name=MockRandom), x_s=PostingsFormat(name=LuceneVarGapFixedInterval)}, docValues:{_version_=DocValuesFormat(name=Lucene70)}, maxPointsInLeafNode=1119, maxMBSortInHeap=5.8812571913473635, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@9c5b73), locale=it-CH, timezone=SystemV/PST8
   [junit4]   2> NOTE: Linux 4.13.0-31-generic i386/Oracle Corporation 1.8.0_144 (32-bit)/cpus=8,threads=1,free=173931888,total=429735936
   [junit4]   2> NOTE: All tests run in this JVM: [UpdateParamsTest, SolrIndexMetricsTest, PluginInfoTest, TestRandomFaceting, TestHashPartitioner, TestConfigReload, TestSolrFieldCacheBean, TestCopyFieldCollectionResource, MoveReplicaTest, UUIDFieldTest, TestShardHandlerFactory, FieldAnalysisRequestHandlerTest, TestConfigSetsAPIExclusivity, TestRawResponseWriter, TestImpersonationWithHadoopAuth, SolrIndexConfigTest, SolrCloudExampleTest, SortSpecParsingTest, LargeFieldTest, TestPseudoReturnFields, TestWordDelimiterFilterFactory, TestHashQParserPlugin, TestNestedDocsSort, TestLegacyFieldCache, TestBinaryField, TestDistributedSearch, CloudExitableDirectoryReaderTest, TestDeleteCollectionOnDownNodes, TestTolerantUpdateProcessorRandomCloud, HdfsAutoAddReplicasIntegrationTest, TestFileDictionaryLookup, TestStressLucene, TestFieldCollectionResource, DistribDocExpirationUpdateProcessorTest, TestFieldSortValues, AtomicUpdateProcessorFactoryTest, HdfsWriteToMultipleCollectionsTest, HighlighterConfigTest, EchoParamsTest, TestSimDistributedQueue, TestSort, TestWriterPerf, CoreAdminRequestStatusTest, CursorPagingTest, HLLSerializationTest, ZkSolrClientTest, TestLuceneMatchVersion, CreateCollectionCleanupTest, SaslZkACLProviderTest, HdfsBasicDistributedZk2Test, SuggestComponentTest, DistributedTermsComponentTest, TestSolrCloudWithSecureImpersonation, DistributedFacetExistsSmallTest, TestSQLHandler, RequestLoggingTest, RequestHandlersTest, OpenExchangeRatesOrgProviderTest, TestComponentsName, TestRequestStatusCollectionAPI, CheckHdfsIndexTest, TestStressLiveNodes, TestRemoteStreaming, JavabinLoaderTest, TestHighlightDedupGrouping, ChaosMonkeyNothingIsSafeTest, DeleteLastCustomShardedReplicaTest, IndexBasedSpellCheckerTest, FacetPivotSmallTest, SolrIndexSplitterTest, TestExtendedDismaxParser, TestNoOpRegenerator, TestIBSimilarityFactory, MetricUtilsTest, TestUninvertingReader, TestSubQueryTransformerCrossCore, TestPerFieldSimilarityWithDefaultOverride, TestComplexPhraseLeadingWildcard, TestConfig, SynonymTokenizerTest, TestFastOutputStream, ClassificationUpdateProcessorIntegrationTest, MetricsHandlerTest, JSONWriterTest, PKIAuthenticationIntegrationTest, LeaderFailoverAfterPartitionTest, AssignTest, TestGraphMLResponseWriter, OverseerModifyCollectionTest, TestPointFields, TestDocumentBuilder, TestJoin, BitVectorTest, TestCustomDocTransformer, TestClassicSimilarityFactory, TestSmileRequest, BJQParserTest, TestLegacyNumericUtils, StatsComponentTest, TestLuceneIndexBackCompat, ShufflingReplicaListTransformerTest, TestUniqueKeyFieldResource, XmlUpdateRequestHandlerTest, RemoteQueryErrorTest, TestSlowCompositeReaderWrapper, FullSolrCloudDistribCmdsTest, DefaultValueUpdateProcessorTest, ZkStateReaderTest, TestCollationField, CustomCollectionTest, CollectionsAPIAsyncDistributedZkTest, CoreSorterTest, SuggesterWFSTTest, SolrCoreMetricManagerTest, ChangedSchemaMergeTest, TestMergePolicyConfig, OverseerTaskQueueTest, HdfsThreadLeakTest, CdcrReplicationHandlerTest, TestNamedUpdateProcessors, HdfsDirectoryFactoryTest, SpellCheckCollatorTest, HealthCheckHandlerTest, SimpleFacetsTest, SpatialRPTFieldTypeTest, BasicDistributedZkTest, TestPullReplicaErrorHandling, TestRebalanceLeaders, TestSegmentSorting, TestSkipOverseerOperations, TestTolerantUpdateProcessorCloud, VMParamsZkACLAndCredentialsProvidersTest, SimpleCollectionCreateDeleteTest, TestHdfsCloudBackupRestore, TestLocalFSCloudBackupRestore, AutoAddReplicasIntegrationTest, AutoAddReplicasPlanActionTest, AutoScalingHandlerTest, HttpTriggerListenerTest, MetricTriggerTest, NodeAddedTriggerTest, SearchRateTriggerTest, SystemLogListenerTest, TestPolicyCloud, TriggerIntegrationTest]
   [junit4] Completed [617/770 (4!)] on J0 in 212.69s, 14 tests, 1 failure <<< FAILURES!

[...truncated 44426 lines...]

[JENKINS-EA] Lucene-Solr-master-Linux (64bit/jdk-10-ea+41) - Build # 21360 - Still Unstable!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/21360/
Java: 64bit/jdk-10-ea+41 -XX:-UseCompressedOops -XX:+UseSerialGC

1 tests failed.
FAILED:  org.apache.solr.handler.admin.AutoscalingHistoryHandlerTest.testHistory

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

Stack Trace:
java.lang.AssertionError: expected:<5> but was:<0>
	at __randomizedtesting.SeedInfo.seed([E5BB6E796A0C8833:8847CA84D0447734]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.failNotEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:128)
	at org.junit.Assert.assertEquals(Assert.java:472)
	at org.junit.Assert.assertEquals(Assert.java:456)
	at org.apache.solr.handler.admin.AutoscalingHistoryHandlerTest.testHistory(AutoscalingHistoryHandlerTest.java:274)
	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:564)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at 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:844)




Build Log:
[...truncated 11991 lines...]
   [junit4] Suite: org.apache.solr.handler.admin.AutoscalingHistoryHandlerTest
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_E5BB6E796A0C8833-001/init-core-data-001
   [junit4]   2> 381859 WARN  (SUITE-AutoscalingHistoryHandlerTest-seed#[E5BB6E796A0C8833]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=18 numCloses=18
   [junit4]   2> 381859 INFO  (SUITE-AutoscalingHistoryHandlerTest-seed#[E5BB6E796A0C8833]-worker) [    ] o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 381859 INFO  (SUITE-AutoscalingHistoryHandlerTest-seed#[E5BB6E796A0C8833]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason="", ssl=0.0/0.0, value=0.0/0.0, clientAuth=0.0/0.0)
   [junit4]   2> 381860 INFO  (SUITE-AutoscalingHistoryHandlerTest-seed#[E5BB6E796A0C8833]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 381860 INFO  (SUITE-AutoscalingHistoryHandlerTest-seed#[E5BB6E796A0C8833]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 3 servers in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_E5BB6E796A0C8833-001/tempDir-001
   [junit4]   2> 381860 INFO  (SUITE-AutoscalingHistoryHandlerTest-seed#[E5BB6E796A0C8833]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 381860 INFO  (Thread-695) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 381860 INFO  (Thread-695) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 381861 ERROR (Thread-695) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 381960 INFO  (SUITE-AutoscalingHistoryHandlerTest-seed#[E5BB6E796A0C8833]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:38673
   [junit4]   2> 381962 INFO  (zkConnectionManagerCallback-530-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 381967 INFO  (jetty-launcher-527-thread-1) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T14:27:37-07:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 381967 INFO  (jetty-launcher-527-thread-2) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T14:27:37-07:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 381967 INFO  (jetty-launcher-527-thread-3) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T14:27:37-07:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 381968 INFO  (jetty-launcher-527-thread-3) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 381968 INFO  (jetty-launcher-527-thread-3) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 381968 INFO  (jetty-launcher-527-thread-3) [    ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 381968 INFO  (jetty-launcher-527-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 381968 INFO  (jetty-launcher-527-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 381968 INFO  (jetty-launcher-527-thread-1) [    ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 381969 INFO  (jetty-launcher-527-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@584ca1e6{/solr,null,AVAILABLE}
   [junit4]   2> 381969 INFO  (jetty-launcher-527-thread-3) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@99e47df{/solr,null,AVAILABLE}
   [junit4]   2> 381970 INFO  (jetty-launcher-527-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@5372aff{SSL,[ssl, http/1.1]}{127.0.0.1:36619}
   [junit4]   2> 381970 INFO  (jetty-launcher-527-thread-1) [    ] o.e.j.s.Server Started @383693ms
   [junit4]   2> 381970 INFO  (jetty-launcher-527-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=36619}
   [junit4]   2> 381970 ERROR (jetty-launcher-527-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 381970 INFO  (jetty-launcher-527-thread-3) [    ] o.e.j.s.AbstractConnector Started ServerConnector@3da99a1b{SSL,[ssl, http/1.1]}{127.0.0.1:45863}
   [junit4]   2> 381970 INFO  (jetty-launcher-527-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 381970 INFO  (jetty-launcher-527-thread-3) [    ] o.e.j.s.Server Started @383693ms
   [junit4]   2> 381970 INFO  (jetty-launcher-527-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 381970 INFO  (jetty-launcher-527-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=45863}
   [junit4]   2> 381970 INFO  (jetty-launcher-527-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 381970 INFO  (jetty-launcher-527-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-01-27T23:59:10.831518Z
   [junit4]   2> 381970 ERROR (jetty-launcher-527-thread-3) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 381970 INFO  (jetty-launcher-527-thread-3) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 381970 INFO  (jetty-launcher-527-thread-3) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 381970 INFO  (jetty-launcher-527-thread-3) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 381970 INFO  (jetty-launcher-527-thread-3) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-01-27T23:59:10.831786Z
   [junit4]   2> 381984 INFO  (jetty-launcher-527-thread-2) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 381984 INFO  (jetty-launcher-527-thread-2) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 381984 INFO  (jetty-launcher-527-thread-2) [    ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 381985 INFO  (zkConnectionManagerCallback-534-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 381986 INFO  (jetty-launcher-527-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@3d7bf76c{/solr,null,AVAILABLE}
   [junit4]   2> 381986 INFO  (jetty-launcher-527-thread-3) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 381986 INFO  (zkConnectionManagerCallback-532-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 381986 INFO  (jetty-launcher-527-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 381986 INFO  (jetty-launcher-527-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@16b32201{SSL,[ssl, http/1.1]}{127.0.0.1:43215}
   [junit4]   2> 381986 INFO  (jetty-launcher-527-thread-2) [    ] o.e.j.s.Server Started @383709ms
   [junit4]   2> 381986 INFO  (jetty-launcher-527-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=43215}
   [junit4]   2> 381987 ERROR (jetty-launcher-527-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 381987 INFO  (jetty-launcher-527-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 381987 INFO  (jetty-launcher-527-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 381987 INFO  (jetty-launcher-527-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 381987 INFO  (jetty-launcher-527-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-01-27T23:59:10.848231Z
   [junit4]   2> 381996 INFO  (jetty-launcher-527-thread-3) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38673/solr
   [junit4]   2> 381998 INFO  (zkConnectionManagerCallback-536-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 382001 INFO  (jetty-launcher-527-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 382001 INFO  (jetty-launcher-527-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38673/solr
   [junit4]   2> 382003 INFO  (zkConnectionManagerCallback-541-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 382003 INFO  (zkConnectionManagerCallback-544-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 382005 INFO  (zkConnectionManagerCallback-546-thread-1-processing-n:127.0.0.1:45863_solr) [n:127.0.0.1:45863_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 382005 INFO  (zkConnectionManagerCallback-548-thread-1-processing-n:127.0.0.1:36619_solr) [n:127.0.0.1:36619_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 382018 INFO  (jetty-launcher-527-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38673/solr
   [junit4]   2> 382022 INFO  (zkConnectionManagerCallback-554-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 382024 INFO  (zkConnectionManagerCallback-556-thread-1-processing-n:127.0.0.1:43215_solr) [n:127.0.0.1:43215_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 382029 INFO  (jetty-launcher-527-thread-2) [n:127.0.0.1:43215_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 382029 INFO  (jetty-launcher-527-thread-2) [n:127.0.0.1:43215_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:43215_solr
   [junit4]   2> 382030 INFO  (jetty-launcher-527-thread-2) [n:127.0.0.1:43215_solr    ] o.a.s.c.Overseer Overseer (id=99424505084117001-127.0.0.1:43215_solr-n_0000000000) starting
   [junit4]   2> 382035 DEBUG (OverseerStateUpdate-99424505084117001-127.0.0.1:43215_solr-n_0000000000) [n:127.0.0.1:43215_solr    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 382043 INFO  (jetty-launcher-527-thread-2) [n:127.0.0.1:43215_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:43215_solr
   [junit4]   2> 382043 DEBUG (OverseerAutoScalingTriggerThread-99424505084117001-127.0.0.1:43215_solr-n_0000000000) [n:127.0.0.1:43215_solr    ] o.a.s.c.a.OverseerTriggerThread Adding .autoAddReplicas trigger
   [junit4]   2> 382045 INFO  (jetty-launcher-527-thread-3) [n:127.0.0.1:45863_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 382046 INFO  (jetty-launcher-527-thread-3) [n:127.0.0.1:45863_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 382046 DEBUG (OverseerAutoScalingTriggerThread-99424505084117001-127.0.0.1:43215_solr-n_0000000000) [n:127.0.0.1:43215_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 1
   [junit4]   2> 382047 DEBUG (OverseerAutoScalingTriggerThread-99424505084117001-127.0.0.1:43215_solr-n_0000000000) [n:127.0.0.1:43215_solr    ] o.a.s.c.a.NodeLostTrigger Initial livenodes: []
   [junit4]   2> 382047 DEBUG (OverseerAutoScalingTriggerThread-99424505084117001-127.0.0.1:43215_solr-n_0000000000) [n:127.0.0.1:43215_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion -1
   [junit4]   2> 382047 DEBUG (OverseerAutoScalingTriggerThread-99424505084117001-127.0.0.1:43215_solr-n_0000000000) [n:127.0.0.1:43215_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 1
   [junit4]   2> 382047 INFO  (jetty-launcher-527-thread-3) [n:127.0.0.1:45863_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:45863_solr
   [junit4]   2> 382047 INFO  (jetty-launcher-527-thread-1) [n:127.0.0.1:36619_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 382051 INFO  (jetty-launcher-527-thread-1) [n:127.0.0.1:36619_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 382052 INFO  (jetty-launcher-527-thread-1) [n:127.0.0.1:36619_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:36619_solr
   [junit4]   2> 382058 INFO  (zkCallback-555-thread-1-processing-n:127.0.0.1:43215_solr) [n:127.0.0.1:43215_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 382063 DEBUG (OverseerAutoScalingTriggerThread-99424505084117001-127.0.0.1:43215_solr-n_0000000000) [n:127.0.0.1:43215_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 382077 INFO  (zkCallback-545-thread-1-processing-n:127.0.0.1:45863_solr) [n:127.0.0.1:45863_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (3)
   [junit4]   2> 382077 DEBUG (OverseerAutoScalingTriggerThread-99424505084117001-127.0.0.1:43215_solr-n_0000000000) [n:127.0.0.1:43215_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion 1
   [junit4]   2> 382077 INFO  (zkCallback-547-thread-1-processing-n:127.0.0.1:36619_solr) [n:127.0.0.1:36619_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (3)
   [junit4]   2> 382078 DEBUG (ScheduledTrigger-1291-thread-1) [n:127.0.0.1:43215_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 3
   [junit4]   2> 382079 DEBUG (OverseerStateUpdate-99424505084117001-127.0.0.1:43215_solr-n_0000000000) [n:127.0.0.1:43215_solr    ] o.a.s.c.Overseer processMessage: queueSize: 2, message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:45863_solr"} current state version: 0
   [junit4]   2> 382079 DEBUG (OverseerStateUpdate-99424505084117001-127.0.0.1:43215_solr-n_0000000000) [n:127.0.0.1:43215_solr    ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:45863_solr
   [junit4]   2> 382079 DEBUG (OverseerStateUpdate-99424505084117001-127.0.0.1:43215_solr-n_0000000000) [n:127.0.0.1:43215_solr    ] o.a.s.c.Overseer processMessage: queueSize: 2, message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:36619_solr"} current state version: 0
   [junit4]   2> 382079 DEBUG (OverseerStateUpdate-99424505084117001-127.0.0.1:43215_solr-n_0000000000) [n:127.0.0.1:43215_solr    ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:36619_solr
   [junit4]   2> 382096 INFO  (jetty-launcher-527-thread-2) [n:127.0.0.1:43215_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43215.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5a105acd
   [junit4]   2> 382098 INFO  (jetty-launcher-527-thread-3) [n:127.0.0.1:45863_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45863.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5a105acd
   [junit4]   2> 382104 INFO  (jetty-launcher-527-thread-2) [n:127.0.0.1:43215_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43215.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5a105acd
   [junit4]   2> 382104 INFO  (jetty-launcher-527-thread-2) [n:127.0.0.1:43215_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43215.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5a105acd
   [junit4]   2> 382104 INFO  (jetty-launcher-527-thread-3) [n:127.0.0.1:45863_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45863.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5a105acd
   [junit4]   2> 382104 INFO  (jetty-launcher-527-thread-3) [n:127.0.0.1:45863_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45863.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5a105acd
   [junit4]   2> 382105 INFO  (jetty-launcher-527-thread-3) [n:127.0.0.1:45863_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_E5BB6E796A0C8833-001/tempDir-001/node3/.
   [junit4]   2> 382105 INFO  (jetty-launcher-527-thread-2) [n:127.0.0.1:43215_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_E5BB6E796A0C8833-001/tempDir-001/node2/.
   [junit4]   2> 382105 INFO  (jetty-launcher-527-thread-1) [n:127.0.0.1:36619_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36619.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5a105acd
   [junit4]   2> 382114 INFO  (jetty-launcher-527-thread-1) [n:127.0.0.1:36619_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36619.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5a105acd
   [junit4]   2> 382115 INFO  (jetty-launcher-527-thread-1) [n:127.0.0.1:36619_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36619.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5a105acd
   [junit4]   2> 382116 INFO  (jetty-launcher-527-thread-1) [n:127.0.0.1:36619_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_E5BB6E796A0C8833-001/tempDir-001/node1/.
   [junit4]   2> 382178 INFO  (zkConnectionManagerCallback-562-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 382180 INFO  (zkConnectionManagerCallback-566-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 382180 INFO  (SUITE-AutoscalingHistoryHandlerTest-seed#[E5BB6E796A0C8833]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 382181 INFO  (SUITE-AutoscalingHistoryHandlerTest-seed#[E5BB6E796A0C8833]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:38673/solr ready
   [junit4]   2> 382190 INFO  (qtp19051702-3062) [n:127.0.0.1:36619_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=3&name=AutoscalingHistoryHandlerTest_collection&nrtReplicas=3&action=CREATE&numShards=1&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 382191 INFO  (OverseerThreadFactory-1293-thread-1-processing-n:127.0.0.1:43215_solr) [n:127.0.0.1:43215_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection AutoscalingHistoryHandlerTest_collection
   [junit4]   2> 382191 INFO  (OverseerThreadFactory-1293-thread-1-processing-n:127.0.0.1:43215_solr) [n:127.0.0.1:43215_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/protwords.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/protwords.txt
   [junit4]   2> 382192 INFO  (OverseerThreadFactory-1293-thread-1-processing-n:127.0.0.1:43215_solr) [n:127.0.0.1:43215_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/managed-schema to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/managed-schema
   [junit4]   2> 382192 INFO  (OverseerThreadFactory-1293-thread-1-processing-n:127.0.0.1:43215_solr) [n:127.0.0.1:43215_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/solrconfig.xml to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/solrconfig.xml
   [junit4]   2> 382193 INFO  (OverseerThreadFactory-1293-thread-1-processing-n:127.0.0.1:43215_solr) [n:127.0.0.1:43215_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/synonyms.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/synonyms.txt
   [junit4]   2> 382193 INFO  (OverseerThreadFactory-1293-thread-1-processing-n:127.0.0.1:43215_solr) [n:127.0.0.1:43215_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/stopwords.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/stopwords.txt
   [junit4]   2> 382194 INFO  (OverseerThreadFactory-1293-thread-1-processing-n:127.0.0.1:43215_solr) [n:127.0.0.1:43215_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_it.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/contractions_it.txt
   [junit4]   2> 382194 INFO  (OverseerThreadFactory-1293-thread-1-processing-n:127.0.0.1:43215_solr) [n:127.0.0.1:43215_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stemdict_nl.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stemdict_nl.txt
   [junit4]   2> 382195 INFO  (OverseerThreadFactory-1293-thread-1-processing-n:127.0.0.1:43215_solr) [n:127.0.0.1:43215_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hy.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_hy.txt
   [junit4]   2> 382195 INFO  (OverseerThreadFactory-1293-thread-1-processing-n:127.0.0.1:43215_solr) [n:127.0.0.1:43215_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_no.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_no.txt
   [junit4]   2> 382196 INFO  (OverseerThreadFactory-1293-thread-1-processing-n:127.0.0.1:43215_solr) [n:127.0.0.1:43215_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_ca.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/contractions_ca.txt
   [junit4]   2> 382196 INFO  (OverseerThreadFactory-1293-thread-1-processing-n:127.0.0.1:43215_solr) [n:127.0.0.1:43215_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_id.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_id.txt
   [junit4]   2> 382197 INFO  (OverseerThreadFactory-1293-thread-1-processing-n:127.0.0.1:43215_solr) [n:127.0.0.1:43215_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ga.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_ga.txt
   [junit4]   2> 382197 INFO  (OverseerThreadFactory-1293-thread-1-processing-n:127.0.0.1:43215_solr) [n:127.0.0.1:43215_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hi.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_hi.txt
   [junit4]   2> 382198 INFO  (OverseerThreadFactory-1293-thread-1-processing-n:127.0.0.1:43215_solr) [n:127.0.0.1:43215_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_da.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_da.txt
   [junit4]   2> 382198 INFO  (OverseerThreadFactory-1293-thread-1-processing-n:127.0.0.1:43215_solr) [n:127.0.0.1:43215_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ja.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_ja.txt
   [junit4]   2> 382199 INFO  (OverseerThreadFactory-1293-thread-1-processing-n:127.0.0.1:43215_solr) [n:127.0.0.1:43215_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_pt.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_pt.txt
   [junit4]   2> 382199 INFO  (OverseerThreadFactory-1293-thread-1-processing-n:127.0.0.1:43215_solr) [n:127.0.0.1:43215_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hu.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_hu.txt
   [junit4]   2> 382200 INFO  (OverseerThreadFactory-1293-thread-1-processing-n:127.0.0.1:43215_solr) [n:127.0.0.1:43215_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_el.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_el.txt
   [junit4]   2> 382200 INFO  (OverseerThreadFactory-1293-thread-1-processing-n:127.0.0.1:43215_solr) [n:127.0.0.1:43215_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ru.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_ru.txt
   [junit4]   2> 382201 INFO  (OverseerThreadFactory-1293-thread-1-processing-n:127.0.0.1:43215_solr) [n:127.0.0.1:43215_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_tr.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_tr.txt
   [junit4]   2> 382201 INFO  (OverseerThreadFactory-1293-thread-1-processing-n:127.0.0.1:43215_solr) [n:127.0.0.1:43215_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ar.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_ar.txt
   [junit4]   2> 382202 INFO  (OverseerThreadFactory-1293-thread-1-processing-n:127.0.0.1:43215_solr) [n:127.0.0.1:43215_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/userdict_ja.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/userdict_ja.txt
   [junit4]   2> 382202 INFO  (OverseerThreadFactory-1293-thread-1-processing-n:127.0.0.1:43215_solr) [n:127.0.0.1:43215_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_eu.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_eu.txt
   [junit4]   2> 382202 INFO  (OverseerThreadFactory-1293-thread-1-processing-n:127.0.0.1:43215_solr) [n:127.0.0.1:43215_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_it.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_it.txt
   [junit4]   2> 382203 INFO  (OverseerThreadFactory-1293-thread-1-processing-n:127.0.0.1:43215_solr) [n:127.0.0.1:43215_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_cz.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_cz.txt
   [junit4]   2> 382203 INFO  (OverseerThreadFactory-1293-thread-1-processing-n:127.0.0.1:43215_solr) [n:127.0.0.1:43215_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stoptags_ja.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stoptags_ja.txt
   [junit4]   2> 382204 INFO  (OverseerThreadFactory-1293-thread-1-processing-n:127.0.0.1:43215_solr) [n:127.0.0.1:43215_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_fr.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/contractions_fr.txt
   [junit4]   2> 382204 INFO  (OverseerThreadFactory-1293-thread-1-processing-n:127.0.0.1:43215_solr) [n:127.0.0.1:43215_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_de.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_de.txt
   [junit4]   2> 382205 INFO  (OverseerThreadFactory-1293-thread-1-processing-n:127.0.0.1:43215_solr) [n:127.0.0.1:43215_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_fa.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_fa.txt
   [junit4]   2> 382205 INFO  (OverseerThreadFactory-1293-thread-1-processing-n:127.0.0.1:43215_solr) [n:127.0.0.1:43215_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_ga.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/contractions_ga.txt
   [junit4]   2> 382205 INFO  (OverseerThreadFactory-1293-thread-1-processing-n:127.0.0.1:43215_solr) [n:127.0.0.1:43215_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ca.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_ca.txt
   [junit4]   2> 382206 INFO  (OverseerThreadFactory-1293-thread-1-processing-n:127.0.0.1:43215_solr) [n:127.0.0.1:43215_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_nl.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_nl.txt
   [junit4]   2> 382206 INFO  (OverseerThreadFactory-1293-thread-1-processing-n:127.0.0.1:43215_solr) [n:127.0.0.1:43215_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_bg.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_bg.txt
   [junit4]   2> 382207 INFO  (OverseerThreadFactory-1293-thread-1-processing-n:127.0.0.1:43215_solr) [n:127.0.0.1:43215_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_lv.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_lv.txt
   [junit4]   2> 382207 INFO  (OverseerThreadFactory-1293-thread-1-processing-n:127.0.0.1:43215_solr) [n:127.0.0.1:43215_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_en.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_en.txt
   [junit4]   2> 382208 INFO  (OverseerThreadFactory-1293-thread-1-processing-n:127.0.0.1:43215_solr) [n:127.0.0.1:43215_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_es.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_es.txt
   [junit4]   2> 382208 INFO  (OverseerThreadFactory-1293-thread-1-processing-n:127.0.0.1:43215_solr) [n:127.0.0.1:43215_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_th.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_th.txt
   [junit4]   2> 382209 INFO  (OverseerThreadFactory-1293-thread-1-processing-n:127.0.0.1:43215_solr) [n:127.0.0.1:43215_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ro.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_ro.txt
   [junit4]   2> 382209 INFO  (OverseerThreadFactory-1293-thread-1-processing-n:127.0.0.1:43215_solr) [n:127.0.0.1:43215_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_fr.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_fr.txt
   [junit4]   2> 382210 INFO  (OverseerThreadFactory-1293-thread-1-processing-n:127.0.0.1:43215_solr) [n:127.0.0.1:43215_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_sv.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_sv.txt
   [junit4]   2> 382210 INFO  (OverseerThreadFactory-1293-thread-1-processing-n:127.0.0.1:43215_solr) [n:127.0.0.1:43215_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_fi.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_fi.txt
   [junit4]   2> 382211 INFO  (OverseerThreadFactory-1293-thread-1-processing-n:127.0.0.1:43215_solr) [n:127.0.0.1:43215_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/hyphenations_ga.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/hyphenations_ga.txt
   [junit4]   2> 382211 INFO  (OverseerThreadFactory-1293-thread-1-processing-n:127.0.0.1:43215_solr) [n:127.0.0.1:43215_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_gl.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_gl.txt
   [junit4]   2> 382211 INFO  (OverseerThreadFactory-1293-thread-1-processing-n:127.0.0.1:43215_solr) [n:127.0.0.1:43215_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/params.json to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/params.json
   [junit4]   2> 382213 DEBUG (OverseerStateUpdate-99424505084117001-127.0.0.1:43215_solr-n_0000000000) [n:127.0.0.1:43215_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "name":"AutoscalingHistoryHandlerTest_collection",
   [junit4]   2>   "fromApi":"true",
   [junit4]   2>   "replicationFactor":"3",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "nrtReplicas":"3",
   [junit4]   2>   "stateFormat":"2",
   [junit4]   2>   "operation":"create"} current state version: 0
   [junit4]   2> 382213 DEBUG (OverseerStateUpdate-99424505084117001-127.0.0.1:43215_solr-n_0000000000) [n:127.0.0.1:43215_solr    ] o.a.s.c.o.ClusterStateMutator building a new cName: AutoscalingHistoryHandlerTest_collection
   [junit4]   2> 382213 DEBUG (OverseerStateUpdate-99424505084117001-127.0.0.1:43215_solr-n_0000000000) [n:127.0.0.1:43215_solr    ] o.a.s.c.o.ZkStateWriter going to create_collection /collections/AutoscalingHistoryHandlerTest_collection/state.json
   [junit4]   2> 382315 DEBUG (OverseerStateUpdate-99424505084117001-127.0.0.1:43215_solr-n_0000000000) [n:127.0.0.1:43215_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"AutoscalingHistoryHandlerTest_collection",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:36619/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} current state version: 0
   [junit4]   2> 382315 INFO  (OverseerStateUpdate-99424505084117001-127.0.0.1:43215_solr-n_0000000000) [n:127.0.0.1:43215_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"AutoscalingHistoryHandlerTest_collection",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:36619/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 382316 DEBUG (OverseerStateUpdate-99424505084117001-127.0.0.1:43215_solr-n_0000000000) [n:127.0.0.1:43215_solr    ] o.a.s.c.o.SliceMutator Old Slice: shard1:{
   [junit4]   2>   "range":"80000000-7fffffff",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "replicas":{}}
   [junit4]   2> 382316 DEBUG (OverseerStateUpdate-99424505084117001-127.0.0.1:43215_solr-n_0000000000) [n:127.0.0.1:43215_solr    ] o.a.s.c.o.SliceMutator New Slice: shard1:{
   [junit4]   2>   "range":"80000000-7fffffff",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "replicas":{"core_node3":{
   [junit4]   2>       "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n1",
   [junit4]   2>       "base_url":"https://127.0.0.1:36619/solr",
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":null,
   [junit4]   2>       "type":"NRT"}}}
   [junit4]   2> 382316 DEBUG (OverseerStateUpdate-99424505084117001-127.0.0.1:43215_solr-n_0000000000) [n:127.0.0.1:43215_solr    ] o.a.s.c.Overseer processMessage: queueSize: 2, message = {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"AutoscalingHistoryHandlerTest_collection",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:43215/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} current state version: 0
   [junit4]   2> 382316 INFO  (OverseerStateUpdate-99424505084117001-127.0.0.1:43215_solr-n_0000000000) [n:127.0.0.1:43215_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"AutoscalingHistoryHandlerTest_collection",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:43215/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 382317 DEBUG (OverseerStateUpdate-99424505084117001-127.0.0.1:43215_solr-n_0000000000) [n:127.0.0.1:43215_solr    ] o.a.s.c.o.SliceMutator Old Slice: shard1:{
   [junit4]   2>   "range":"80000000-7fffffff",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "replicas":{"core_node3":{
   [junit4]   2>       "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n1",
   [junit4]   2>       "base_url":"https://127.0.0.1:36619/solr",
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":null,
   [junit4]   2>       "type":"NRT"}}}
   [junit4]   2> 382317 DEBUG (OverseerStateUpdate-99424505084117001-127.0.0.1:43215_solr-n_0000000000) [n:127.0.0.1:43215_solr    ] o.a.s.c.o.SliceMutator New Slice: shard1:{
   [junit4]   2>   "range":"80000000-7fffffff",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "replicas":{
   [junit4]   2>     "core_node3":{
   [junit4]   2>       "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n1",
   [junit4]   2>       "base_url":"https://127.0.0.1:36619/solr",
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":null,
   [junit4]   2>       "type":"NRT"},
   [junit4]   2>     "core_node5":{
   [junit4]   2>       "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n2",
   [junit4]   2>       "base_url":"https://127.0.0.1:43215/solr",
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":null,
   [junit4]   2>       "type":"NRT"}}}
   [junit4]   2> 382317 DEBUG (OverseerStateUpdate-99424505084117001-127.0.0.1:43215_solr-n_0000000000) [n:127.0.0.1:43215_solr    ] o.a.s.c.Overseer processMessage: queueSize: 3, message = {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"AutoscalingHistoryHandlerTest_collection",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n4",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:45863/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} current state version: 0
   [junit4]   2> 382317 INFO  (OverseerStateUpdate-99424505084117001-127.0.0.1:43215_solr-n_0000000000) [n:127.0.0.1:43215_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"AutoscalingHistoryHandlerTest_collection",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n4",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:45863/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 382317 DEBUG (OverseerStateUpdate-99424505084117001-127.0.0.1:43215_solr-n_0000000000) [n:127.0.0.1:43215_solr    ] o.a.s.c.o.SliceMutator Old Slice: shard1:{
   [junit4]   2>   "range":"80000000-7fffffff",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "replicas":{
   [junit4]   2>     "core_node3":{
   [junit4]   2>       "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n1",
   [junit4]   2>       "base_url":"https://127.0.0.1:36619/solr",
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":null,
   [junit4]   2>       "type":"NRT"},
   [junit4]   2>     "core_node5":{
   [junit4]   2>       "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n2",
   [junit4]   2>       "base_url":"https://127.0.0.1:43215/solr",
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":null,
   [junit4]   2>       "type":"NRT"}}}
   [junit4]   2> 382317 DEBUG (OverseerStateUpdate-99424505084117001-127.0.0.1:43215_solr-n_0000000000) [n:127.0.0.1:43215_solr    ] o.a.s.c.o.SliceMutator New Slice: shard1:{
   [junit4]   2>   "range":"80000000-7fffffff",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "replicas":{
   [junit4]   2>     "core_node3":{
   [junit4]   2>       "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n1",
   [junit4]   2>       "base_url":"https://127.0.0.1:36619/solr",
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":null,
   [junit4]   2>       "type":"NRT"},
   [junit4]   2>     "core_node5":{
   [junit4]   2>       "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n2",
   [junit4]   2>       "base_url":"https://127.0.0.1:43215/solr",
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":null,
   [junit4]   2>       "type":"NRT"},
   [junit4]   2>     "core_node6":{
   [junit4]   2>       "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n4",
   [junit4]   2>       "base_url":"https://127.0.0.1:45863/solr",
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":null,
   [junit4]   2>       "type":"NRT"}}}
   [junit4]   2> 382418 DEBUG (OverseerStateUpdate-99424505084117001-127.0.0.1:43215_solr-n_0000000000) [n:127.0.0.1:43215_solr    ] o.a.s.c.o.ZkStateWriter going to update_collection /collections/AutoscalingHistoryHandlerTest_collection/state.json version: 0
   [junit4]   2> 382529 INFO  (qtp19051702-3045) [n:127.0.0.1:36619_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node3&collection.configName=AutoscalingHistoryHandlerTest_collection.AUTOCREATED&newCollection=true&name=AutoscalingHistoryHandlerTest_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=AutoscalingHistoryHandlerTest_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 382529 INFO  (qtp19051702-3045) [n:127.0.0.1:36619_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 382529 INFO  (qtp745855763-3072) [n:127.0.0.1:43215_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node5&collection.configName=AutoscalingHistoryHandlerTest_collection.AUTOCREATED&newCollection=true&name=AutoscalingHistoryHandlerTest_collection_shard1_replica_n2&action=CREATE&numShards=1&collection=AutoscalingHistoryHandlerTest_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 382530 INFO  (qtp745855763-3072) [n:127.0.0.1:43215_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 382531 DEBUG (OverseerStateUpdate-99424505084117001-127.0.0.1:43215_solr-n_0000000000) [n:127.0.0.1:43215_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n1",
   [junit4]   2>   "core_node_name":"core_node3",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:36619/solr",
   [junit4]   2>   "node_name":"127.0.0.1:36619_solr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"AutoscalingHistoryHandlerTest_collection",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 382531 DEBUG (OverseerStateUpdate-99424505084117001-127.0.0.1:43215_solr-n_0000000000) [n:127.0.0.1:43215_solr    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 message={
   [junit4]   2>   "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n1",
   [junit4]   2>   "core_node_name":"core_node3",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:36619/solr",
   [junit4]   2>   "node_name":"127.0.0.1:36619_solr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"AutoscalingHistoryHandlerTest_collection",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 382531 DEBUG (OverseerStateUpdate-99424505084117001-127.0.0.1:43215_solr-n_0000000000) [n:127.0.0.1:43215_solr    ] o.a.s.c.o.ReplicaMutator Will update state for replica: core_node3:{"core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n1","base_url":"https://127.0.0.1:36619/solr","node_name":"127.0.0.1:36619_solr","state":"down","type":"NRT"}
   [junit4]   2> 382531 DEBUG (OverseerStateUpdate-99424505084117001-127.0.0.1:43215_solr-n_0000000000) [n:127.0.0.1:43215_solr    ] o.a.s.c.o.ReplicaMutator Collection is now: DocCollection(AutoscalingHistoryHandlerTest_collection//collections/AutoscalingHistoryHandlerTest_collection/state.json/1)={
   [junit4]   2>   "pullReplicas":"0",
   [junit4]   2>   "replicationFactor":"3",
   [junit4]   2>   "router":{"name":"compositeId"},
   [junit4]   2>   "maxShardsPerNode":"1",
   [junit4]   2>   "autoAddReplicas":"false",
   [junit4]   2>   "nrtReplicas":"3",
   [junit4]   2>   "tlogReplicas":"0",
   [junit4]   2>   "shards":{"shard1":{
   [junit4]   2>       "range":"80000000-7fffffff",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "replicas":{
   [junit4]   2>         "core_node3":{
   [junit4]   2>           "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n1",
   [junit4]   2>           "base_url":"https://127.0.0.1:36619/solr",
   [junit4]   2>           "node_name":"127.0.0.1:36619_solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "type":"NRT"},
   [junit4]   2>         "core_node5":{
   [junit4]   2>           "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n2",
   [junit4]   2>           "base_url":"https://127.0.0.1:43215/solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "node_name":null,
   [junit4]   2>           "type":"NRT"},
   [junit4]   2>         "core_node6":{
   [junit4]   2>           "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n4",
   [junit4]   2>           "base_url":"https://127.0.0.1:45863/solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "node_name":null,
   [junit4]   2>           "type":"NRT"}}}}}
   [junit4]   2> 382532 DEBUG (OverseerStateUpdate-99424505084117001-127.0.0.1:43215_solr-n_0000000000) [n:127.0.0.1:43215_solr    ] o.a.s.c.Overseer processMessage: queueSize: 2, message = {
   [junit4]   2>   "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n2",
   [junit4]   2>   "core_node_name":"core_node5",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:43215/solr",
   [junit4]   2>   "node_name":"127.0.0.1:43215_solr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"AutoscalingHistoryHandlerTest_collection",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 382532 DEBUG (OverseerStateUpdate-99424505084117001-127.0.0.1:43215_solr-n_0000000000) [n:127.0.0.1:43215_solr    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 message={
   [junit4]   2>   "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n2",
   [junit4]   2>   "core_node_name":"core_node5",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:43215/solr",
   [junit4]   2>   "node_name":"127.0.0.1:43215_solr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"AutoscalingHistoryHandlerTest_collection",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 382532 DEBUG (OverseerStateUpdate-99424505084117001-127.0.0.1:43215_solr-n_0000000000) [n:127.0.0.1:43215_solr    ] o.a.s.c.o.ReplicaMutator Will update state for replica: core_node5:{"core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n2","base_url":"https://127.0.0.1:43215/solr","node_name":"127.0.0.1:43215_solr","state":"down","type":"NRT"}
   [junit4]   2> 382532 DEBUG (OverseerStateUpdate-99424505084117001-127.0.0.1:43215_solr-n_0000000000) [n:127.0.0.1:43215_solr    ] o.a.s.c.o.ReplicaMutator Collection is now: DocCollection(AutoscalingHistoryHandlerTest_collection//collections/AutoscalingHistoryHandlerTest_collection/state.json/1)={
   [junit4]   2>   "pullReplicas":"0",
   [junit4]   2>   "replicationFactor":"3",
   [junit4]   2>   "router":{"name":"compositeId"},
   [junit4]   2>   "maxShardsPerNode":"1",
   [junit4]   2>   "autoAddReplicas":"false",
   [junit4]   2>   "nrtReplicas":"3",
   [junit4]   2>   "tlogReplicas":"0",
   [junit4]   2>   "shards":{"shard1":{
   [junit4]   2>       "range":"80000000-7fffffff",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "replicas":{
   [junit4]   2>         "core_node3":{
   [junit4]   2>           "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n1",
   [junit4]   2>           "base_url":"https://127.0.0.1:36619/solr",
   [junit4]   2>           "node_name":"127.0.0.1:36619_solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "type":"NRT"},
   [junit4]   2>         "core_node5":{
   [junit4]   2>           "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n2",
   [junit4]   2>           "base_url":"https://127.0.0.1:43215/solr",
   [junit4]   2>           "node_name":"127.0.0.1:43215_solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "type":"NRT"},
   [junit4]   2>         "core_node6":{
   [junit4]   2>           "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n4",
   [junit4]   2>           "base_url":"https://127.0.0.1:45863/solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "node_name":null,
   [junit4]   2>           "type":"NRT"}}}}}
   [junit4]   2> 382536 INFO  (qtp2141151393-3058) [n:127.0.0.1:45863_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node6&collection.configName=AutoscalingHistoryHandlerTest_collection.AUTOCREATED&newCollection=true&name=AutoscalingHistoryHandlerTest_collection_shard1_replica_n4&action=CREATE&numShards=1&collection=AutoscalingHistoryHandlerTest_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 382537 INFO  (qtp2141151393-3058) [n:127.0.0.1:45863_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 382538 DEBUG (OverseerStateUpdate-99424505084117001-127.0.0.1:43215_solr-n_0000000000) [n:127.0.0.1:43215_solr    ] o.a.s.c.Overseer processMessage: queueSize: 3, message = {
   [junit4]   2>   "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n4",
   [junit4]   2>   "core_node_name":"core_node6",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:45863/solr",
   [junit4]   2>   "node_name":"127.0.0.1:45863_solr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"AutoscalingHistoryHandlerTest_collection",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 382538 DEBUG (OverseerStateUpdate-99424505084117001-127.0.0.1:43215_solr-n_0000000000) [n:127.0.0.1:43215_solr    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 message={
   [junit4]   2>   "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n4",
   [junit4]   2>   "core_node_name":"core_node6",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:45863/solr",
   [junit4]   2>   "node_name":"127.0.0.1:45863_solr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"AutoscalingHistoryHandlerTest_collection",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 382538 DEBUG (OverseerStateUpdate-99424505084117001-127.0.0.1:43215_solr-n_0000000000) [n:127.0.0.1:43215_solr    ] o.a.s.c.o.ReplicaMutator Will update state for replica: core_node6:{"core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n4","base_url":"https://127.0.0.1:45863/solr","node_name":"127.0.0.1:45863_solr","state":"down","type":"NRT"}
   [junit4]   2> 382538 DEBUG (OverseerStateUpdate-99424505084117001-127.0.0.1:43215_solr-n_0000000000) [n:127.0.0.1:43215_solr    ] o.a.s.c.o.ReplicaMutator Collection is now: DocCollection(AutoscalingHistoryHandlerTest_collection//collections/AutoscalingHistoryHandlerTest_collection/state.json/1)={
   [junit4]   2>   "pullReplicas":"0",
   [junit4]   2>   "replicationFactor":"3",
   [junit4]   2>   "router":{"name":"compositeId"},
   [junit4]   2>   "maxShardsPerNode":"1",
   [junit4]   2>   "autoAddReplicas":"false",
   [junit4]   2>   "nrtReplicas":"3",
   [junit4]   2>   "tlogReplicas":"0",
   [junit4]   2>   "shards":{"shard1":{
   [junit4]   2>       "range":"80000000-7fffffff",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "replicas":{
   [junit4]   2>         "core_node3":{
   [junit4]   2>           "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n1",
   [junit4]   2>           "base_url":"https://127.0.0.1:36619/solr",
   [junit4]   2>           "node_name":"127.0.0.1:36619_solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "type":"NRT"},
   [junit4]   2>         "core_node5":{
   [junit4]   2>           "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n2",
   [junit4]   2>           "base_url":"https://127.0.0.1:43215/solr",
   [junit4]   2>           "node_name":"127.0.0.1:43215_solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "type":"NRT"},
   [junit4]   2>         "core_node6":{
   [junit4]   2>           "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n4",
   [junit4]   2>           "base_url":"https://127.0.0.1:45863/solr",
   [junit4]   2>           "node_name":"127.0.0.1:45863_solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "type":"NRT"}}}}}
   [junit4]   2> 382639 DEBUG (OverseerStateUpdate-99424505084117001-127.0.0.1:43215_solr-n_0000000000) [n:127.0.0.1:43215_solr    ] o.a.s.c.o.ZkStateWriter going to update_collection /collections/AutoscalingHistoryHandlerTest_collection/state.json version: 1
   [junit4]   2> 382639 INFO  (zkCallback-555-thread-1-processing-n:127.0.0.1:43215_solr) [n:127.0.0.1:43215_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/AutoscalingHistoryHandlerTest_collection/state.json] for collection [AutoscalingHistoryHandlerTest_collection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 382639 INFO  (zkCallback-547-thread-1-processing-n:127.0.0.1:36619_solr) [n:127.0.0.1:36619_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/AutoscalingHistoryHandlerTest_collection/state.json] for collection [AutoscalingHistoryHandlerTest_collection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 382639 INFO  (zkCallback-545-thread-1-processing-n:127.0.0.1:45863_solr) [n:127.0.0.1:45863_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/AutoscalingHistoryHandlerTest_collection/state.json] for collection [AutoscalingHistoryHandlerTest_collection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 382639 INFO  (zkCallback-545-thread-2-processing-n:127.0.0.1:45863_solr) [n:127.0.0.1:45863_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/AutoscalingHistoryHandlerTest_collection/state.json] for collection [AutoscalingHistoryHandlerTest_collection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 382639 INFO  (zkCallback-555-thread-2-processing-n:127.0.0.1:43215_solr) [n:127.0.0.1:43215_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/AutoscalingHistoryHandlerTest_collection/state.json] for collection [AutoscalingHistoryHandlerTest_collection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 382639 INFO  (zkCallback-547-thread-2-processing-n:127.0.0.1:36619_solr) [n:127.0.0.1:36619_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/AutoscalingHistoryHandlerTest_collection/state.json] for collection [AutoscalingHistoryHandlerTest_collection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 383079 DEBUG (ScheduledTrigger-1291-thread-1) [n:127.0.0.1:43215_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 3
   [junit4]   2> 383536 INFO  (qtp19051702-3045) [n:127.0.0.1:36619_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node3 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n1] o.a.s.c.RequestParams conf resource params.json loaded . version : 0 
   [junit4]   2> 383536 INFO  (qtp19051702-3045) [n:127.0.0.1:36619_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node3 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n1] o.a.s.c.RequestParams request params refreshed to version 0
   [junit4]   2> 383537 WARN  (qtp19051702-3045) [n:127.0.0.1:36619_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node3 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_E5BB6E796A0C8833-001/tempDir-001/node1/AutoscalingHistoryHandlerTest_collection_shard1_replica_n1/../../../../contrib/extraction/lib filtered by .*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_E5BB6E796A0C8833-001/tempDir-001/node1/AutoscalingHistoryHandlerTest_collection_shard1_replica_n1/../../../../contrib/extraction/lib
   [junit4]   2> 383537 WARN  (qtp19051702-3045) [n:127.0.0.1:36619_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node3 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_E5BB6E796A0C8833-001/tempDir-001/node1/AutoscalingHistoryHandlerTest_collection_shard1_replica_n1/../../../../dist filtered by solr-cell-\d.*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_E5BB6E796A0C8833-001/tempDir-001/node1/AutoscalingHistoryHandlerTest_collection_shard1_replica_n1/../../../../dist
   [junit4]   2> 383537 WARN  (qtp19051702-3045) [n:127.0.0.1:36619_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node3 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_E5BB6E796A0C8833-001/tempDir-001/node1/AutoscalingHistoryHandlerTest_collection_shard1_replica_n1/../../../../contrib/clustering/lib filtered by .*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_E5BB6E796A0C8833-001/tempDir-001/node1/AutoscalingHistoryHandlerTest_collection_shard1_replica_n1/../../../../contrib/clustering/lib
   [junit4]   2> 383537 WARN  (qtp19051702-3045) [n:127.0.0.1:36619_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node3 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_E5BB6E796A0C8833-001/tempDir-001/node1/AutoscalingHistoryHandlerTest_collection_shard1_replica_n1/../../../../dist filtered by solr-clustering-\d.*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_E5BB6E796A0C8833-001/tempDir-001/node1/AutoscalingHistoryHandlerTest_collection_shard1_replica_n1/../../../../dist
   [junit4]   2> 383537 WARN  (qtp19051702-3045) [n:127.0.0.1:36619_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node3 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_E5BB6E796A0C8833-001/tempDir-001/node1/AutoscalingHistoryHandlerTest_collection_shard1_replica_n1/../../../../contrib/langid/lib filtered by .*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_E5BB6E796A0C8833-001/tempDir-001/node1/AutoscalingHistoryHandlerTest_collection_shard1_replica_n1/../../../../contrib/langid/lib
   [junit4]   2> 383538 WARN  (qtp19051702-3045) [n:127.0.0.1:36619_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node3 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_E5BB6E796A0C8833-001/tempDir-001/node1/AutoscalingHistoryHandlerTest_collection_shard1_replica_n1/../../../../dist filtered by solr-langid-\d.*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_E5BB6E796A0C8833-001/tempDir-001/node1/AutoscalingHistoryHandlerTest_collection_shard1_replica_n1/../../../../dist
   [junit4]   2> 383538 WARN  (qtp19051702-3045) [n:127.0.0.1:36619_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node3 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_E5BB6E796A0C8833-001/tempDir-001/node1/AutoscalingHistoryHandlerTest_collection_shard1_replica_n1/../../../../contrib/velocity/lib filtered by .*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_E5BB6E796A0C8833-001/tempDir-001/node1/AutoscalingHistoryHandlerTest_collection_shard1_replica_n1/../../../../contrib/velocity/lib
   [junit4]   2> 383538 WARN  (qtp19051702-3045) [n:127.0.0.1:36619_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node3 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_E5BB6E796A0C8833-001/tempDir-001/node1/AutoscalingHistoryHandlerTest_collection_shard1_replica_n1/../../../../dist filtered by solr-velocity-\d.*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_E5BB6E796A0C8833-001/tempDir-001/node1/AutoscalingHistoryHandlerTest_collection_shard1_replica_n1/../../../../dist
   [junit4]   2> 383549 INFO  (qtp745855763-3072) [n:127.0.0.1:43215_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node5 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n2] o.a.s.c.RequestParams conf resource params.json loaded . version : 0 
   [junit4]   2> 383549 INFO  (qtp745855763-3072) [n:127.0.0.1:43215_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node5 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n2] o.a.s.c.RequestParams request params refreshed to version 0
   [junit4]   2> 383549 WARN  (qtp745855763-3072) [n:127.0.0.1:43215_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node5 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n2] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_E5BB6E796A0C8833-001/tempDir-001/node2/AutoscalingHistoryHandlerTest_collection_shard1_replica_n2/../../../../contrib/extraction/lib filtered by .*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_E5BB6E796A0C8833-001/tempDir-001/node2/AutoscalingHistoryHandlerTest_collection_shard1_replica_n2/../../../../contrib/extraction/lib
   [junit4]   2> 383550 WARN  (qtp745855763-3072) [n:127.0.0.1:43215_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node5 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n2] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_E5BB6E796A0C8833-001/tempDir-001/node2/AutoscalingHistoryHandlerTest_collection_shard1_replica_n2/../../../../dist filtered by solr-cell-\d.*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_E5BB6E796A0C8833-001/tempDir-001/node2/AutoscalingHistoryHandlerTest_collection_shard1_replica_n2/../../../../dist
   [junit4]   2> 383551 WARN  (qtp745855763-3072) [n:127.0.0.1:43215_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node5 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n2] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_E5BB6E796A0C8833-001/tempDir-001/node2/AutoscalingHistoryHandlerTest_collection_shard1_replica_n2/../../../../contrib/clustering/lib filtered by .*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_E5BB6E796A0C8833-001/tempDir-001/node2/AutoscalingHistoryHandlerTest_collection_shard1_replica_n2/../../../../contrib/clustering/lib
   [junit4]   2> 383551 WARN  (qtp745855763-3072) [n:127.0.0.1:43215_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node5 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n2] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_E5BB6E796A0C8833-001/tempDir-001/node2/AutoscalingHistoryHandlerTest_collection_shard1_replica_n2/../../../../dist filtered by solr-clustering-\d.*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_E5BB6E796A0C8833-001/tempDir-001/node2/AutoscalingHistoryHandlerTest_collection_shard1_replica_n2/../../../../dist
   [junit4]   2> 383551 WARN  (qtp745855763-3072) [n:127.0.0.1:43215_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node5 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n2] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_E5BB6E796A0C8833-001/tempDir-001/node2/AutoscalingHistoryHandlerTest_collection_shard1_replica_n2/../../../../contrib/langid/lib filtered by .*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_E5BB6E796A0C8833-001/tempDir-001/node2/AutoscalingHistoryHandlerTest_collection_shard1_replica_n2/../../../../contrib/langid/lib
   [junit4]   2> 383551 WARN  (qtp745855763-3072) [n:127.0.0.1:43215_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node5 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n2] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_E5BB6E796A0C8833-001/tempDir-001/node2/AutoscalingHistoryHandlerTest_collection_shard1_replica_n2/../../../../dist filtered by solr-langid-\d.*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_E5BB6E796A0C8833-001/tempDir-001/node2/AutoscalingHistoryHandlerTest_collection_shard1_replica_n2/../../../../dist
   [junit4]   2> 383551 WARN  (qtp745855763-3072) [n:127.0.0.1:43215_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node5 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n2] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_E5BB6E796A0C8833-001/tempDir-001/node2/AutoscalingHistoryHandlerTest_collection_shard1_replica_n2/../../../../contrib/velocity/lib filtered by .*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_E5BB6E796A0C8833-001/tempDir-001/node2/AutoscalingHistoryHandlerTest_collection_shard1_replica_n2/../../../../contrib/velocity/lib
   [junit4]   2> 383551 WARN  (qtp745855763-3072) [n:127.0.0.1:43215_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node5 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n2] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_E5BB6E796A0C8833-001/tempDir-001/node2/AutoscalingHistoryHandlerTest_collection_shard1_replica_n2/../../../../dist filtered by solr-velocity-\d.*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_E5BB6E796A0C8833-001/tempDir-001/node2/AutoscalingHistoryHandlerTest_collection_shard1_replica_n2/../../../../dist
   [junit4]   2> 383553 INFO  (qtp19051702-3045) [n:127.0.0.1:36619_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node3 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 383556 INFO  (qtp2141151393-3058) [n:127.0.0.1:45863_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node6 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n4] o.a.s.c.RequestParams conf resource params.json loaded . version : 0 
   [junit4]   2> 383556 INFO  (qtp2141151393-3058) [n:127.0.0.1:45863_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node6 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n4] o.a.s.c.RequestParams request params refreshed to version 0
   [junit4]   2> 383557 WARN  (qtp2141151393-3058) [n:127.0.0.1:45863_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node6 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n4] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_E5BB6E796A0C8833-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n4/../../../../contrib/extraction/lib filtered by .*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_E5BB6E796A0C8833-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n4/../../../../contrib/extraction/lib
   [junit4]   2> 383557 WARN  (qtp2141151393-3058) [n:127.0.0.1:45863_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node6 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n4] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_E5BB6E796A0C8833-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n4/../../../../dist filtered by solr-cell-\d.*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_E5BB6E796A0C8833-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n4/../../../../dist
   [junit4]   2> 383557 WARN  (qtp2141151393-3058) [n:127.0.0.1:45863_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node6 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n4] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_E5BB6E796A0C8833-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n4/../../../../contrib/clustering/lib filtered by .*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_E5BB6E796A0C8833-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n4/../../../../contrib/clustering/lib
   [junit4]   2> 383557 WARN  (qtp2141151393-3058) [n:127.0.0.1:45863_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node6 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n4] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_E5BB6E796A0C8833-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n4/../../../../dist filtered by solr-clustering-\d.*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_E5BB6E796A0C8833-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n4/../../../../dist
   [junit4]   2> 383558 WARN  (qtp2141151393-3058) [n:127.0.0.1:45863_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node6 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n4] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_E5BB6E796A0C8833-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n4/../../../../contrib/langid/lib filtered by .*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_E5BB6E796A0C8833-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n4/../../../../contrib/langid/lib
   [junit4]   2> 383558 WARN  (qtp2141151393-3058) [n:127.0.0.1:45863_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node6 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n4] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_E5BB6E796A0C8833-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n4/../../../../dist filtered by solr-langid-\d.*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_E5BB6E796A0C8833-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n4/../../../../dist
   [junit4]   2> 383558 WARN  (qtp2141151393-3058) [n:127.0.0.1:45863_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node6 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n4] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_E5BB6E796A0C8833-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n4/../../../../contrib/velocity/lib filtered by .*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_E5BB6E796A0C8833-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n4/../../../../contrib/velocity/lib
   [junit4]   2> 383558 INFO  (qtp745855763-3072) [n:127.0.0.1:43215_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node5 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 383558 WARN  (qtp2141151393-3058) [n:127.0.0.1:45863_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node6 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n4] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_E5BB6E796A0C8833-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n4/../../../../dist filtered by solr-velocity-\d.*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_E5BB6E796A0C8833-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n4/../../../../dist
   [junit4]   2> 383565 INFO  (qtp2141151393-3058) [n:127.0.0.1:45863_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node6 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n4] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 383574 INFO  (qtp19051702-3045) [n:127.0.0.1:36619_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node3 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n1] o.a.s.s.IndexSchema [AutoscalingHistoryHandlerTest_collection_shard1_replica_n1] Schema name=default-config
   [junit4]   2> 383592 INFO  (qtp745855763-3072) [n:127.0.0.1:43215_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node5 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n2] o.a.s.s.IndexSchema [AutoscalingHistoryHandlerTest_collection_shard1_replica_n2] Schema name=default-config
   [junit4]   2> 383608 INFO  (qtp2141151393-3058) [n:127.0.0.1:45863_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node6 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n4] o.a.s.s.IndexSchema [AutoscalingHistoryHandlerTest_collection_shard1_replica_n4] Schema name=default-config
   [junit4]   2> 383828 INFO  (qtp745855763-3072) [n:127.0.0.1:43215_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node5 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n2] o.a.s.s.IndexSchema Loaded schema default-config/1.6 with uniqueid field id
   [junit4]   2> 383828 INFO  (qtp19051702-3045) [n:127.0.0.1:36619_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node3 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema default-config/1.6 with uniqueid field id
   [junit4]   2> 383828 INFO  (qtp2141151393-3058) [n:127.0.0.1:45863_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node6 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n4] o.a.s.s.IndexSchema Loaded schema default-config/1.6 with uniqueid field id
   [junit4]   2> 383856 INFO  (qtp745855763-3072) [n:127.0.0.1:43215_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node5 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n2] o.a.s.c.CoreContainer Creating SolrCore 'AutoscalingHistoryHandlerTest_collection_shard1_replica_n2' using configuration from collection AutoscalingHistoryHandlerTest_collection, trusted=true
   [junit4]   2> 383856 INFO  (qtp745855763-3072) [n:127.0.0.1:43215_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node5 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n2] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43215.solr.core.AutoscalingHistoryHandlerTest_collection.shard1.replica_n2' (registry 'solr.core.AutoscalingHistoryHandlerTest_collection.shard1.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5a105acd
   [junit4]   2> 383857 INFO  (qtp745855763-3072) [n:127.0.0.1:43215_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node5 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n2] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 383857 INFO  (qtp745855763-3072) [n:127.0.0.1:43215_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node5 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n2] o.a.s.c.SolrCore [[AutoscalingHistoryHandlerTest_collection_shard1_replica_n2] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_E5BB6E796A0C8833-001/tempDir-001/node2/AutoscalingHistoryHandlerTest_collection_shard1_replica_n2], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_E5BB6E796A0C8833-001/tempDir-001/node2/./AutoscalingHistoryHandlerTest_collection_shard1_replica_n2/data/]
   [junit4]   2> 383862 INFO  (qtp2141151393-3058) [n:127.0.0.1:45863_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node6 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n4] o.a.s.c.CoreContainer Creating SolrCore 'AutoscalingHistoryHandlerTest_collection_shard1_replica_n4' using configuration from collection AutoscalingHistoryHandlerTest_collection, trusted=true
   [junit4]   2> 383862 INFO  (qtp2141151393-3058) [n:127.0.0.1:45863_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node6 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n4] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45863.solr.core.AutoscalingHistoryHandlerTest_collection.shard1.replica_n4' (registry 'solr.core.AutoscalingHistoryHandlerTest_collection.shard1.replica_n4') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5a105acd
   [junit4]   2> 383863 INFO  (qtp2141151393-3058) [n:127.0.0.1:45863_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node6 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n4] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 383863 INFO  (qtp2141151393-3058) [n:127.0.0.1:45863_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node6 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n4] o.a.s.c.SolrCore [[AutoscalingHistoryHandlerTest_collection_shard1_replica_n4] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_E5BB6E796A0C8833-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n4], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_E5BB6E796A0C8833-001/tempDir-001/node3/./AutoscalingHistoryHandlerTest_collection_shard1_replica_n4/data/]
   [junit4]   2> 383863 INFO  (qtp19051702-3045) [n:127.0.0.1:36619_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node3 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'AutoscalingHistoryHandlerTest_collection_shard1_replica_n1' using configuration from collection AutoscalingHistoryHandlerTest_collection, trusted

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

4]   2> 417768 INFO  (zkCallback-573-thread-4-processing-n:127.0.0.1:40773_solr) [n:127.0.0.1:40773_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (0)
   [junit4]   2> 417768 INFO  (zkCallback-555-thread-1-processing-n:127.0.0.1:43215_solr) [n:127.0.0.1:43215_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (0)
   [junit4]   2> 417775 INFO  (coreCloseExecutor-1355-thread-1) [n:127.0.0.1:45863_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node6 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n4] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.AutoscalingHistoryHandlerTest_collection.shard1.leader, tag=541900302
   [junit4]   2> 417775 INFO  (coreCloseExecutor-1355-thread-2) [n:127.0.0.1:45863_solr c:.system s:shard1 r:core_node6 x:.system_shard1_replica_n4] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core..system.shard1.replica_n4, tag=1934760117
   [junit4]   2> 417775 INFO  (coreCloseExecutor-1355-thread-2) [n:127.0.0.1:45863_solr c:.system s:shard1 r:core_node6 x:.system_shard1_replica_n4] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@2086d5fc: rootName = solr_45863, domain = solr.core..system.shard1.replica_n4, service url = null, agent id = null] for registry solr.core..system.shard1.replica_n4 / com.codahale.metrics.MetricRegistry@56fa4fd2
   [junit4]   2> 417777 INFO  (coreCloseExecutor-1356-thread-2) [n:127.0.0.1:43215_solr c:.system s:shard1 r:core_node10 x:.system_shard1_replica_n9] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core..system.shard1.replica_n9, tag=1132381353
   [junit4]   2> 417777 INFO  (coreCloseExecutor-1356-thread-2) [n:127.0.0.1:43215_solr c:.system s:shard1 r:core_node10 x:.system_shard1_replica_n9] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@1ece9e01: rootName = solr_43215, domain = solr.core..system.shard1.replica_n9, service url = null, agent id = null] for registry solr.core..system.shard1.replica_n9 / com.codahale.metrics.MetricRegistry@6d8f9f15
   [junit4]   2> 417777 INFO  (coreCloseExecutor-1357-thread-2) [n:127.0.0.1:40773_solr c:.system s:shard1 r:core_node8 x:.system_shard1_replica_n7] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core..system.shard1.replica_n7, tag=659009710
   [junit4]   2> 417777 INFO  (coreCloseExecutor-1357-thread-2) [n:127.0.0.1:40773_solr c:.system s:shard1 r:core_node8 x:.system_shard1_replica_n7] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@25378f6d: rootName = solr_40773, domain = solr.core..system.shard1.replica_n7, service url = null, agent id = null] for registry solr.core..system.shard1.replica_n7 / com.codahale.metrics.MetricRegistry@52e99ac0
   [junit4]   2> 417784 INFO  (coreCloseExecutor-1355-thread-2) [n:127.0.0.1:45863_solr c:.system s:shard1 r:core_node6 x:.system_shard1_replica_n4] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection..system.shard1.leader, tag=1934760117
   [junit4]   2> 417785 INFO  (coreCloseExecutor-1357-thread-1) [n:127.0.0.1:40773_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node8 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n7] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.AutoscalingHistoryHandlerTest_collection.shard1.leader, tag=1018998722
   [junit4]   2> 417785 INFO  (coreCloseExecutor-1357-thread-2) [n:127.0.0.1:40773_solr c:.system s:shard1 r:core_node8 x:.system_shard1_replica_n7] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection..system.shard1.leader, tag=659009710
   [junit4]   2> 417786 INFO  (coreCloseExecutor-1356-thread-1) [n:127.0.0.1:43215_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node5 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n2] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.AutoscalingHistoryHandlerTest_collection.shard1.leader, tag=556130808
   [junit4]   2> 417787 INFO  (coreCloseExecutor-1356-thread-2) [n:127.0.0.1:43215_solr c:.system s:shard1 r:core_node10 x:.system_shard1_replica_n9] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection..system.shard1.leader, tag=1132381353
   [junit4]   2> 417788 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x1613a0f83820006, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 417788 INFO  (jetty-closer-528-thread-2) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@99e47df{/solr,null,UNAVAILABLE}
   [junit4]   2> 417788 INFO  (jetty-closer-528-thread-2) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 417789 WARN  (zkCallback-555-thread-2-processing-n:127.0.0.1:43215_solr) [n:127.0.0.1:43215_solr    ] o.a.s.c.LeaderElector Our node is no longer in line to be leader
   [junit4]   2> 417789 INFO  (jetty-closer-528-thread-1) [    ] o.a.s.c.Overseer Overseer (id=99424505084117001-127.0.0.1:43215_solr-n_0000000000) closing
   [junit4]   2> 417790 INFO  (OverseerStateUpdate-99424505084117001-127.0.0.1:43215_solr-n_0000000000) [n:127.0.0.1:43215_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:43215_solr
   [junit4]   2> 417790 DEBUG (jetty-closer-528-thread-1) [    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread has been closed explicitly
   [junit4]   2> 417790 WARN  (OverseerAutoScalingTriggerThread-99424505084117001-127.0.0.1:43215_solr-n_0000000000) [n:127.0.0.1:43215_solr    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 417791 INFO  (jetty-closer-528-thread-1) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@3d7bf76c{/solr,null,UNAVAILABLE}
   [junit4]   2> 417791 INFO  (jetty-closer-528-thread-1) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 419289 INFO  (jetty-closer-528-thread-3) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@39d076bb{/solr,null,UNAVAILABLE}
   [junit4]   2> 419289 INFO  (jetty-closer-528-thread-3) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 419290 ERROR (SUITE-AutoscalingHistoryHandlerTest-seed#[E5BB6E796A0C8833]-worker) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 419290 INFO  (SUITE-AutoscalingHistoryHandlerTest-seed#[E5BB6E796A0C8833]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:38673 38673
   [junit4]   2> 425151 INFO  (Thread-695) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:38673 38673
   [junit4]   2> 425152 WARN  (Thread-695) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	13	/solr/aliases.json
   [junit4]   2> 	5	/solr/configs/.system
   [junit4]   2> 	5	/solr/configs/.system/managed-schema
   [junit4]   2> 	4	/solr/security.json
   [junit4]   2> 	4	/solr/configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/managed-schema
   [junit4]   2> 	4	/solr/configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	56	/solr/collections/.system/state.json
   [junit4]   2> 	43	/solr/collections/AutoscalingHistoryHandlerTest_collection/state.json
   [junit4]   2> 	13	/solr/clusterprops.json
   [junit4]   2> 	13	/solr/clusterstate.json
   [junit4]   2> 	2	/solr/overseer_elect/election/99424505084116998-127.0.0.1:45863_solr-n_0000000001
   [junit4]   2> 	2	/solr/collections/AutoscalingHistoryHandlerTest_collection/leader_elect/shard1/election/99424505084117001-core_node5-n_0000000001
   [junit4]   2> 	2	/solr/collections/.system/leader_elect/shard1/election/99424505084116998-core_node6-n_0000000001
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	13	/solr/live_nodes
   [junit4]   2> 	13	/solr/collections
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_E5BB6E796A0C8833-001
   [junit4]   2> NOTE: test params are: codec=CheapBastard, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@3cbc58cc), locale=fr-CH, timezone=Jamaica
   [junit4]   2> NOTE: Linux 4.13.0-31-generic amd64/Oracle Corporation 10-ea (64-bit)/cpus=8,threads=1,free=79728496,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [TestSolr4Spatial, TestBM25SimilarityFactory, StatsReloadRaceTest, SolrXmlInZkTest, DistributedIntervalFacetingTest, TestLockTree, IndexSchemaTest, CollectionsAPIDistributedZkTest, GraphQueryTest, EnumFieldTest, MultiThreadedOCPTest, TestCloudInspectUtil, TestDistribDocBasedVersion, TestFilteredDocIdSet, TestSubQueryTransformerDistrib, TestFieldCacheReopen, TestTestInjection, TestDistributedStatsComponentCardinality, AtomicUpdatesTest, TestCloudPseudoReturnFields, TestTriggerIntegration, TestStressRecovery, TestDistributedGrouping, ResourceLoaderTest, DocValuesNotIndexedTest, TestJsonFacetRefinement, BlockJoinFacetDistribTest, AutoscalingHistoryHandlerTest]
   [junit4] Completed [103/770 (1!)] on J1 in 43.30s, 1 test, 1 failure <<< FAILURES!

[...truncated 43140 lines...]

[JENKINS] Lucene-Solr-master-Linux (64bit/jdk1.8.0_144) - Build # 21359 - Still Unstable!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/21359/
Java: 64bit/jdk1.8.0_144 -XX:-UseCompressedOops -XX:+UseG1GC

1 tests failed.
FAILED:  org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.test

Error Message:
Expected 2 of 3 replicas to be active but only found 1; [core_node4:{"core":"c8n_1x3_lf_shard1_replica_t1","base_url":"http://127.0.0.1:45541/gjo","node_name":"127.0.0.1:45541_gjo","state":"active","type":"TLOG","leader":"true"}]; clusterState: DocCollection(c8n_1x3_lf//collections/c8n_1x3_lf/state.json/16)={   "pullReplicas":"0",   "replicationFactor":"1",   "shards":{"shard1":{       "range":"80000000-7fffffff",       "state":"active",       "replicas":{         "core_node4":{           "core":"c8n_1x3_lf_shard1_replica_t1",           "base_url":"http://127.0.0.1:45541/gjo",           "node_name":"127.0.0.1:45541_gjo",           "state":"active",           "type":"TLOG",           "leader":"true"},         "core_node5":{           "core":"c8n_1x3_lf_shard1_replica_t2",           "base_url":"http://127.0.0.1:41651/gjo",           "node_name":"127.0.0.1:41651_gjo",           "state":"down",           "type":"TLOG"},         "core_node6":{           "state":"down",           "base_url":"http://127.0.0.1:37895/gjo",           "core":"c8n_1x3_lf_shard1_replica_t3",           "node_name":"127.0.0.1:37895_gjo",           "type":"TLOG"}}}},   "router":{"name":"compositeId"},   "maxShardsPerNode":"1",   "autoAddReplicas":"false",   "nrtReplicas":"0",   "tlogReplicas":"3"}

Stack Trace:
java.lang.AssertionError: Expected 2 of 3 replicas to be active but only found 1; [core_node4:{"core":"c8n_1x3_lf_shard1_replica_t1","base_url":"http://127.0.0.1:45541/gjo","node_name":"127.0.0.1:45541_gjo","state":"active","type":"TLOG","leader":"true"}]; clusterState: DocCollection(c8n_1x3_lf//collections/c8n_1x3_lf/state.json/16)={
  "pullReplicas":"0",
  "replicationFactor":"1",
  "shards":{"shard1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{
        "core_node4":{
          "core":"c8n_1x3_lf_shard1_replica_t1",
          "base_url":"http://127.0.0.1:45541/gjo",
          "node_name":"127.0.0.1:45541_gjo",
          "state":"active",
          "type":"TLOG",
          "leader":"true"},
        "core_node5":{
          "core":"c8n_1x3_lf_shard1_replica_t2",
          "base_url":"http://127.0.0.1:41651/gjo",
          "node_name":"127.0.0.1:41651_gjo",
          "state":"down",
          "type":"TLOG"},
        "core_node6":{
          "state":"down",
          "base_url":"http://127.0.0.1:37895/gjo",
          "core":"c8n_1x3_lf_shard1_replica_t3",
          "node_name":"127.0.0.1:37895_gjo",
          "type":"TLOG"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"1",
  "autoAddReplicas":"false",
  "nrtReplicas":"0",
  "tlogReplicas":"3"}
	at __randomizedtesting.SeedInfo.seed([38E75FB9AFFB5E5D:B0B36063010733A5]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.testRf3WithLeaderFailover(LeaderFailoverAfterPartitionTest.java:169)
	at org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.test(LeaderFailoverAfterPartitionTest.java:56)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:993)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 11824 lines...]
   [junit4] Suite: org.apache.solr.cloud.LeaderFailoverAfterPartitionTest
   [junit4]   2> 112689 INFO  (SUITE-LeaderFailoverAfterPartitionTest-seed#[38E75FB9AFFB5E5D]-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-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_38E75FB9AFFB5E5D-001/init-core-data-001
   [junit4]   2> 112689 WARN  (SUITE-LeaderFailoverAfterPartitionTest-seed#[38E75FB9AFFB5E5D]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=130 numCloses=130
   [junit4]   2> 112690 INFO  (SUITE-LeaderFailoverAfterPartitionTest-seed#[38E75FB9AFFB5E5D]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 112690 INFO  (SUITE-LeaderFailoverAfterPartitionTest-seed#[38E75FB9AFFB5E5D]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl=https://issues.apache.org/jira/browse/SOLR-5776)
   [junit4]   2> 112691 INFO  (SUITE-LeaderFailoverAfterPartitionTest-seed#[38E75FB9AFFB5E5D]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /gjo/
   [junit4]   2> 112692 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 112692 INFO  (Thread-242) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 112692 INFO  (Thread-242) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 112693 ERROR (Thread-242) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 112792 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [    ] o.a.s.c.ZkTestServer start zk server on port:43853
   [junit4]   2> 112794 INFO  (zkConnectionManagerCallback-214-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 112797 INFO  (zkConnectionManagerCallback-216-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 112800 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 112800 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 112801 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 112801 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 112802 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 112802 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 112803 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 112803 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 112803 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 112804 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 112804 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 112805 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [    ] o.a.s.c.AbstractFullDistribZkTestBase Will use TLOG replicas unless explicitly asked otherwise
   [junit4]   2> 112869 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T22:27:37+01:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 112870 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 112870 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 112870 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [    ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 112870 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@10d64b07{/gjo,null,AVAILABLE}
   [junit4]   2> 112872 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@45f0b426{HTTP/1.1,[http/1.1]}{127.0.0.1:42461}
   [junit4]   2> 112872 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [    ] o.e.j.s.Server Started @114763ms
   [junit4]   2> 112872 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_38E75FB9AFFB5E5D-001/tempDir-001/control/data, replicaType=NRT, hostContext=/gjo, hostPort=37895, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_38E75FB9AFFB5E5D-001/control-001/cores}
   [junit4]   2> 112872 ERROR (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 112872 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.0.0
   [junit4]   2> 112872 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 112872 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 112872 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-01-27T19:59:49.139Z
   [junit4]   2> 112874 INFO  (zkConnectionManagerCallback-218-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 112874 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 112875 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_38E75FB9AFFB5E5D-001/control-001/solr.xml
   [junit4]   2> 112879 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 112879 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 112880 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@751ab9bd, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 112883 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43853/solr
   [junit4]   2> 112885 INFO  (zkConnectionManagerCallback-222-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 112889 INFO  (zkConnectionManagerCallback-224-thread-1-processing-n:127.0.0.1:37895_gjo) [n:127.0.0.1:37895_gjo    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 112918 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [n:127.0.0.1:37895_gjo    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 112918 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [n:127.0.0.1:37895_gjo    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:37895_gjo
   [junit4]   2> 112918 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [n:127.0.0.1:37895_gjo    ] o.a.s.c.Overseer Overseer (id=99423563871617028-127.0.0.1:37895_gjo-n_0000000000) starting
   [junit4]   2> 112921 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [n:127.0.0.1:37895_gjo    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:37895_gjo
   [junit4]   2> 112922 INFO  (zkCallback-223-thread-1-processing-n:127.0.0.1:37895_gjo) [n:127.0.0.1:37895_gjo    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 112966 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [n:127.0.0.1:37895_gjo    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@751ab9bd
   [junit4]   2> 112974 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [n:127.0.0.1:37895_gjo    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@751ab9bd
   [junit4]   2> 112975 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [n:127.0.0.1:37895_gjo    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@751ab9bd
   [junit4]   2> 112976 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [n:127.0.0.1:37895_gjo    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_38E75FB9AFFB5E5D-001/control-001/cores
   [junit4]   2> 112990 INFO  (zkConnectionManagerCallback-230-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 112991 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 112992 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:43853/solr ready
   [junit4]   2> 112992 INFO  (SocketProxy-Acceptor-37895) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=54686,localport=37895], receiveBufferSize:531000
   [junit4]   2> 112993 INFO  (SocketProxy-Acceptor-37895) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=42461,localport=34438], receiveBufferSize=530904
   [junit4]   2> 112995 INFO  (qtp1891344788-1065) [n:127.0.0.1:37895_gjo    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=1&collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:37895_gjo&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 112996 INFO  (OverseerThreadFactory-432-thread-1-processing-n:127.0.0.1:37895_gjo) [n:127.0.0.1:37895_gjo    ] o.a.s.c.a.c.CreateCollectionCmd Create collection control_collection
   [junit4]   2> 113102 INFO  (SocketProxy-Acceptor-37895) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=54690,localport=37895], receiveBufferSize:531000
   [junit4]   2> 113102 INFO  (SocketProxy-Acceptor-37895) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=42461,localport=34442], receiveBufferSize=530904
   [junit4]   2> 113103 INFO  (qtp1891344788-1071) [n:127.0.0.1:37895_gjo    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 113104 INFO  (qtp1891344788-1071) [n:127.0.0.1:37895_gjo    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 113209 INFO  (zkCallback-223-thread-1-processing-n:127.0.0.1:37895_gjo) [n:127.0.0.1:37895_gjo    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 114145 INFO  (qtp1891344788-1071) [n:127.0.0.1:37895_gjo c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 114164 INFO  (qtp1891344788-1071) [n:127.0.0.1:37895_gjo c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.IndexSchema [control_collection_shard1_replica_n1] Schema name=test
   [junit4]   2> 114239 INFO  (qtp1891344788-1071) [n:127.0.0.1:37895_gjo c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 114255 INFO  (qtp1891344788-1071) [n:127.0.0.1:37895_gjo c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'control_collection_shard1_replica_n1' using configuration from collection control_collection, trusted=true
   [junit4]   2> 114256 INFO  (qtp1891344788-1071) [n:127.0.0.1:37895_gjo c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.control_collection.shard1.replica_n1' (registry 'solr.core.control_collection.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@751ab9bd
   [junit4]   2> 114256 INFO  (qtp1891344788-1071) [n:127.0.0.1:37895_gjo c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 114256 INFO  (qtp1891344788-1071) [n:127.0.0.1:37895_gjo c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrCore [[control_collection_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_38E75FB9AFFB5E5D-001/control-001/cores/control_collection_shard1_replica_n1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_38E75FB9AFFB5E5D-001/control-001/cores/control_collection_shard1_replica_n1/data/]
   [junit4]   2> 114258 INFO  (qtp1891344788-1071) [n:127.0.0.1:37895_gjo c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1983381575, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 114260 WARN  (qtp1891344788-1071) [n:127.0.0.1:37895_gjo c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 114291 INFO  (qtp1891344788-1071) [n:127.0.0.1:37895_gjo c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 114291 INFO  (qtp1891344788-1071) [n:127.0.0.1:37895_gjo c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 114293 INFO  (qtp1891344788-1071) [n:127.0.0.1:37895_gjo c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 114293 INFO  (qtp1891344788-1071) [n:127.0.0.1:37895_gjo c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 114294 INFO  (qtp1891344788-1071) [n:127.0.0.1:37895_gjo c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1307911005, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 114295 INFO  (qtp1891344788-1071) [n:127.0.0.1:37895_gjo c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@57cd8ad8[control_collection_shard1_replica_n1] main]
   [junit4]   2> 114296 INFO  (qtp1891344788-1071) [n:127.0.0.1:37895_gjo c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 114296 INFO  (qtp1891344788-1071) [n:127.0.0.1:37895_gjo c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 114297 INFO  (qtp1891344788-1071) [n:127.0.0.1:37895_gjo c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 114298 INFO  (searcherExecutor-435-thread-1-processing-n:127.0.0.1:37895_gjo x:control_collection_shard1_replica_n1 s:shard1 c:control_collection) [n:127.0.0.1:37895_gjo c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrCore [control_collection_shard1_replica_n1] Registered new searcher Searcher@57cd8ad8[control_collection_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 114298 INFO  (qtp1891344788-1071) [n:127.0.0.1:37895_gjo c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1590777023629885440
   [junit4]   2> 114302 INFO  (qtp1891344788-1071) [n:127.0.0.1:37895_gjo c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 114302 INFO  (qtp1891344788-1071) [n:127.0.0.1:37895_gjo c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 114302 INFO  (qtp1891344788-1071) [n:127.0.0.1:37895_gjo c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:37895/gjo/control_collection_shard1_replica_n1/
   [junit4]   2> 114302 INFO  (qtp1891344788-1071) [n:127.0.0.1:37895_gjo c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 114302 INFO  (qtp1891344788-1071) [n:127.0.0.1:37895_gjo c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SyncStrategy http://127.0.0.1:37895/gjo/control_collection_shard1_replica_n1/ has no replicas
   [junit4]   2> 114302 INFO  (qtp1891344788-1071) [n:127.0.0.1:37895_gjo c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 114304 INFO  (qtp1891344788-1071) [n:127.0.0.1:37895_gjo c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:37895/gjo/control_collection_shard1_replica_n1/ shard1
   [junit4]   2> 114405 INFO  (zkCallback-223-thread-2-processing-n:127.0.0.1:37895_gjo) [n:127.0.0.1:37895_gjo    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 114455 INFO  (qtp1891344788-1071) [n:127.0.0.1:37895_gjo c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 114525 INFO  (qtp1891344788-1071) [n:127.0.0.1:37895_gjo c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1422
   [junit4]   2> 114529 INFO  (qtp1891344788-1065) [n:127.0.0.1:37895_gjo    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 114557 INFO  (zkCallback-223-thread-2-processing-n:127.0.0.1:37895_gjo) [n:127.0.0.1:37895_gjo    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 114998 INFO  (OverseerCollectionConfigSetProcessor-99423563871617028-127.0.0.1:37895_gjo-n_0000000000) [n:127.0.0.1:37895_gjo    ] 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> 115529 INFO  (qtp1891344788-1065) [n:127.0.0.1:37895_gjo    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=1&collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:37895_gjo&wt=javabin&version=2} status=0 QTime=2534
   [junit4]   2> 115534 INFO  (zkConnectionManagerCallback-234-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 115534 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 115535 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:43853/solr ready
   [junit4]   2> 115535 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [    ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 115535 INFO  (SocketProxy-Acceptor-37895) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=54724,localport=37895], receiveBufferSize:531000
   [junit4]   2> 115536 INFO  (SocketProxy-Acceptor-37895) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=42461,localport=34476], receiveBufferSize=530904
   [junit4]   2> 115536 INFO  (qtp1891344788-1071) [n:127.0.0.1:37895_gjo    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=1&collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=2&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 115537 INFO  (OverseerThreadFactory-432-thread-2-processing-n:127.0.0.1:37895_gjo) [n:127.0.0.1:37895_gjo    ] o.a.s.c.a.c.CreateCollectionCmd Create collection collection1
   [junit4]   2> 115538 WARN  (OverseerThreadFactory-432-thread-2-processing-n:127.0.0.1:37895_gjo) [n:127.0.0.1:37895_gjo    ] o.a.s.c.a.c.CreateCollectionCmd It is unusual to create a collection (collection1) without cores.
   [junit4]   2> 115742 INFO  (qtp1891344788-1071) [n:127.0.0.1:37895_gjo    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 115743 INFO  (qtp1891344788-1071) [n:127.0.0.1:37895_gjo    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=1&collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=2&wt=javabin&version=2} status=0 QTime=206
   [junit4]   2> 115819 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_38E75FB9AFFB5E5D-001/shard-1-001 of type TLOG
   [junit4]   2> 115819 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T22:27:37+01:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 115821 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 115821 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 115821 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 115821 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@2cc4ecad{/gjo,null,AVAILABLE}
   [junit4]   2> 115821 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@6204df5f{HTTP/1.1,[http/1.1]}{127.0.0.1:41835}
   [junit4]   2> 115821 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [    ] o.e.j.s.Server Started @117713ms
   [junit4]   2> 115821 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_38E75FB9AFFB5E5D-001/tempDir-001/jetty1, replicaType=TLOG, solrconfig=solrconfig.xml, hostContext=/gjo, hostPort=44319, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_38E75FB9AFFB5E5D-001/shard-1-001/cores}
   [junit4]   2> 115821 ERROR (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 115822 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.0.0
   [junit4]   2> 115822 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 115822 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 115822 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-01-27T19:59:52.089Z
   [junit4]   2> 115824 INFO  (zkConnectionManagerCallback-236-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 115825 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 115825 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_38E75FB9AFFB5E5D-001/shard-1-001/solr.xml
   [junit4]   2> 115828 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 115828 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 115828 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@751ab9bd, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 115830 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43853/solr
   [junit4]   2> 115832 INFO  (zkConnectionManagerCallback-240-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 115834 INFO  (zkConnectionManagerCallback-242-thread-1-processing-n:127.0.0.1:44319_gjo) [n:127.0.0.1:44319_gjo    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 115837 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [n:127.0.0.1:44319_gjo    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 115837 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [n:127.0.0.1:44319_gjo    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 115838 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [n:127.0.0.1:44319_gjo    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:44319_gjo
   [junit4]   2> 115839 INFO  (zkCallback-223-thread-2-processing-n:127.0.0.1:37895_gjo) [n:127.0.0.1:37895_gjo    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 115839 INFO  (zkCallback-241-thread-1-processing-n:127.0.0.1:44319_gjo) [n:127.0.0.1:44319_gjo    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 115839 INFO  (zkCallback-233-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 115895 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [n:127.0.0.1:44319_gjo    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@751ab9bd
   [junit4]   2> 115901 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [n:127.0.0.1:44319_gjo    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@751ab9bd
   [junit4]   2> 115901 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [n:127.0.0.1:44319_gjo    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@751ab9bd
   [junit4]   2> 115903 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [n:127.0.0.1:44319_gjo    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_38E75FB9AFFB5E5D-001/shard-1-001/cores
   [junit4]   2> 115919 INFO  (qtp1891344788-1105) [n:127.0.0.1:37895_gjo    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:44319_gjo&action=ADDREPLICA&collection=collection1&shard=shard2&type=TLOG&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 115921 INFO  (OverseerCollectionConfigSetProcessor-99423563871617028-127.0.0.1:37895_gjo-n_0000000000) [n:127.0.0.1:37895_gjo    ] 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> 115921 INFO  (OverseerThreadFactory-432-thread-3-processing-n:127.0.0.1:37895_gjo) [n:127.0.0.1:37895_gjo    ] o.a.s.c.a.c.AddReplicaCmd Node Identified 127.0.0.1:44319_gjo for creating new replica
   [junit4]   2> 115922 INFO  (SocketProxy-Acceptor-44319) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=45158,localport=44319], receiveBufferSize:531000
   [junit4]   2> 115923 INFO  (SocketProxy-Acceptor-44319) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=41835,localport=50688], receiveBufferSize=530904
   [junit4]   2> 115924 INFO  (qtp835730199-1123) [n:127.0.0.1:44319_gjo    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_t41&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=TLOG
   [junit4]   2> 115924 INFO  (qtp835730199-1123) [n:127.0.0.1:44319_gjo    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 116028 INFO  (zkCallback-241-thread-1-processing-n:127.0.0.1:44319_gjo) [n:127.0.0.1:44319_gjo    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 116947 INFO  (qtp835730199-1123) [n:127.0.0.1:44319_gjo c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 116962 INFO  (qtp835730199-1123) [n:127.0.0.1:44319_gjo c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.s.IndexSchema [collection1_shard2_replica_t41] Schema name=test
   [junit4]   2> 117043 INFO  (qtp835730199-1123) [n:127.0.0.1:44319_gjo c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 117061 INFO  (qtp835730199-1123) [n:127.0.0.1:44319_gjo c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard2_replica_t41' using configuration from collection collection1, trusted=true
   [junit4]   2> 117062 INFO  (qtp835730199-1123) [n:127.0.0.1:44319_gjo c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1.shard2.replica_t41' (registry 'solr.core.collection1.shard2.replica_t41') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@751ab9bd
   [junit4]   2> 117062 INFO  (qtp835730199-1123) [n:127.0.0.1:44319_gjo c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 117062 INFO  (qtp835730199-1123) [n:127.0.0.1:44319_gjo c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.SolrCore [[collection1_shard2_replica_t41] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_38E75FB9AFFB5E5D-001/shard-1-001/cores/collection1_shard2_replica_t41], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_38E75FB9AFFB5E5D-001/shard-1-001/cores/collection1_shard2_replica_t41/data/]
   [junit4]   2> 117065 INFO  (qtp835730199-1123) [n:127.0.0.1:44319_gjo c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1983381575, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 117067 WARN  (qtp835730199-1123) [n:127.0.0.1:44319_gjo c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 117106 INFO  (qtp835730199-1123) [n:127.0.0.1:44319_gjo c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 117106 INFO  (qtp835730199-1123) [n:127.0.0.1:44319_gjo c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 117108 INFO  (qtp835730199-1123) [n:127.0.0.1:44319_gjo c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 117108 INFO  (qtp835730199-1123) [n:127.0.0.1:44319_gjo c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 117109 INFO  (qtp835730199-1123) [n:127.0.0.1:44319_gjo c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1307911005, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 117109 INFO  (qtp835730199-1123) [n:127.0.0.1:44319_gjo c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.s.SolrIndexSearcher Opening [Searcher@5f2515aa[collection1_shard2_replica_t41] main]
   [junit4]   2> 117110 INFO  (qtp835730199-1123) [n:127.0.0.1:44319_gjo c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 117110 INFO  (qtp835730199-1123) [n:127.0.0.1:44319_gjo c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 117111 INFO  (qtp835730199-1123) [n:127.0.0.1:44319_gjo c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 117111 INFO  (qtp835730199-1123) [n:127.0.0.1:44319_gjo c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1590777026579529728
   [junit4]   2> 117112 INFO  (searcherExecutor-446-thread-1-processing-n:127.0.0.1:44319_gjo x:collection1_shard2_replica_t41 s:shard2 c:collection1) [n:127.0.0.1:44319_gjo c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.SolrCore [collection1_shard2_replica_t41] Registered new searcher Searcher@5f2515aa[collection1_shard2_replica_t41] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 117114 INFO  (qtp835730199-1123) [n:127.0.0.1:44319_gjo c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 117114 INFO  (qtp835730199-1123) [n:127.0.0.1:44319_gjo c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 117114 INFO  (qtp835730199-1123) [n:127.0.0.1:44319_gjo c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:44319/gjo/collection1_shard2_replica_t41/
   [junit4]   2> 117114 INFO  (qtp835730199-1123) [n:127.0.0.1:44319_gjo c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 117114 INFO  (qtp835730199-1123) [n:127.0.0.1:44319_gjo c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.SyncStrategy http://127.0.0.1:44319/gjo/collection1_shard2_replica_t41/ has no replicas
   [junit4]   2> 117114 INFO  (qtp835730199-1123) [n:127.0.0.1:44319_gjo c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 117115 INFO  (qtp835730199-1123) [n:127.0.0.1:44319_gjo c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.ZkController collection1_shard2_replica_t41 stopping background replication from leader
   [junit4]   2> 117116 INFO  (qtp835730199-1123) [n:127.0.0.1:44319_gjo c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:44319/gjo/collection1_shard2_replica_t41/ shard2
   [junit4]   2> 117218 INFO  (zkCallback-241-thread-1-processing-n:127.0.0.1:44319_gjo) [n:127.0.0.1:44319_gjo    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 117267 INFO  (qtp835730199-1123) [n:127.0.0.1:44319_gjo c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 117269 INFO  (qtp835730199-1123) [n:127.0.0.1:44319_gjo c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_t41&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=TLOG} status=0 QTime=1344
   [junit4]   2> 117271 INFO  (qtp1891344788-1105) [n:127.0.0.1:37895_gjo    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={node=127.0.0.1:44319_gjo&action=ADDREPLICA&collection=collection1&shard=shard2&type=TLOG&wt=javabin&version=2} status=0 QTime=1351
   [junit4]   2> 117347 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_38E75FB9AFFB5E5D-001/shard-2-001 of type TLOG
   [junit4]   2> 117348 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T22:27:37+01:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 117348 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 117348 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 117348 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [    ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 117349 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@5c8cea26{/gjo,null,AVAILABLE}
   [junit4]   2> 117349 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@4911e594{HTTP/1.1,[http/1.1]}{127.0.0.1:34295}
   [junit4]   2> 117349 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [    ] o.e.j.s.Server Started @119240ms
   [junit4]   2> 117349 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_38E75FB9AFFB5E5D-001/tempDir-001/jetty2, replicaType=TLOG, solrconfig=solrconfig.xml, hostContext=/gjo, hostPort=41651, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_38E75FB9AFFB5E5D-001/shard-2-001/cores}
   [junit4]   2> 117349 ERROR (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 117349 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.0.0
   [junit4]   2> 117350 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 117350 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 117350 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-01-27T19:59:53.617Z
   [junit4]   2> 117351 INFO  (zkConnectionManagerCallback-246-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 117353 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 117353 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_38E75FB9AFFB5E5D-001/shard-2-001/solr.xml
   [junit4]   2> 117356 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 117356 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 117357 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@751ab9bd, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 117361 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43853/solr
   [junit4]   2> 117363 INFO  (zkConnectionManagerCallback-250-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 117365 INFO  (zkConnectionManagerCallback-252-thread-1-processing-n:127.0.0.1:41651_gjo) [n:127.0.0.1:41651_gjo    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 117368 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [n:127.0.0.1:41651_gjo    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 117368 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [n:127.0.0.1:41651_gjo    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 117369 INFO  (zkCallback-241-thread-1-processing-n:127.0.0.1:44319_gjo) [n:127.0.0.1:44319_gjo    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 117369 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [n:127.0.0.1:41651_gjo    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:41651_gjo
   [junit4]   2> 117370 INFO  (zkCallback-241-thread-1-processing-n:127.0.0.1:44319_gjo) [n:127.0.0.1:44319_gjo    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 117370 INFO  (zkCallback-223-thread-2-processing-n:127.0.0.1:37895_gjo) [n:127.0.0.1:37895_gjo    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 117370 INFO  (zkCallback-233-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 117370 INFO  (zkCallback-251-thread-1-processing-n:127.0.0.1:41651_gjo) [n:127.0.0.1:41651_gjo    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 117421 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [n:127.0.0.1:41651_gjo    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@751ab9bd
   [junit4]   2> 117426 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [n:127.0.0.1:41651_gjo    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@751ab9bd
   [junit4]   2> 117427 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [n:127.0.0.1:41651_gjo    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@751ab9bd
   [junit4]   2> 117428 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [n:127.0.0.1:41651_gjo    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_38E75FB9AFFB5E5D-001/shard-2-001/cores
   [junit4]   2> 117450 INFO  (qtp1891344788-1071) [n:127.0.0.1:37895_gjo    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:41651_gjo&action=ADDREPLICA&collection=collection1&shard=shard1&type=TLOG&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 117452 INFO  (OverseerCollectionConfigSetProcessor-99423563871617028-127.0.0.1:37895_gjo-n_0000000000) [n:127.0.0.1:37895_gjo    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000004 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 117452 INFO  (OverseerThreadFactory-432-thread-4-processing-n:127.0.0.1:37895_gjo) [n:127.0.0.1:37895_gjo    ] o.a.s.c.a.c.AddReplicaCmd Node Identified 127.0.0.1:41651_gjo for creating new replica
   [junit4]   2> 117453 INFO  (SocketProxy-Acceptor-41651) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=43742,localport=41651], receiveBufferSize:531000
   [junit4]   2> 117454 INFO  (SocketProxy-Acceptor-41651) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=34295,localport=47858], receiveBufferSize=530904
   [junit4]   2> 117455 INFO  (qtp1700400-1158) [n:127.0.0.1:41651_gjo    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_t43&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=TLOG
   [junit4]   2> 117455 INFO  (qtp1700400-1158) [n:127.0.0.1:41651_gjo    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 117558 INFO  (zkCallback-241-thread-1-processing-n:127.0.0.1:44319_gjo) [n:127.0.0.1:44319_gjo    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 117559 INFO  (zkCallback-251-thread-1-processing-n:127.0.0.1:41651_gjo) [n:127.0.0.1:41651_gjo    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 118468 INFO  (qtp1700400-1158) [n:127.0.0.1:41651_gjo c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 118494 INFO  (qtp1700400-1158) [n:127.0.0.1:41651_gjo c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.s.IndexSchema [collection1_shard1_replica_t43] Schema name=test
   [junit4]   2> 118572 INFO  (qtp1700400-1158) [n:127.0.0.1:41651_gjo c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 118584 INFO  (qtp1700400-1158) [n:127.0.0.1:41651_gjo c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard1_replica_t43' using configuration from collection collection1, trusted=true
   [junit4]   2> 118584 INFO  (qtp1700400-1158) [n:127.0.0.1:41651_gjo c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1.shard1.replica_t43' (registry 'solr.core.collection1.shard1.replica_t43') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@751ab9bd
   [junit4]   2> 118584 INFO  (qtp1700400-1158) [n:127.0.0.1:41651_gjo c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 118584 INFO  (qtp1700400-1158) [n:127.0.0.1:41651_gjo c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.c.SolrCore [[collection1_shard1_replica_t43] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_38E75FB9AFFB5E5D-001/shard-2-001/cores/collection1_shard1_replica_t43], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_38E75FB9AFFB5E5D-001/shard-2-001/cores/collection1_shard1_replica_t43/data/]
   [junit4]   2> 118587 INFO  (qtp1700400-1158) [n:127.0.0.1:41651_gjo c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1983381575, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 118589 WARN  (qtp1700400-1158) [n:127.0.0.1:41651_gjo c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 118629 INFO  (qtp1700400-1158) [n:127.0.0.1:41651_gjo c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 118629 INFO  (qtp1700400-1158) [n:127.0.0.1:41651_gjo c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 118630 INFO  (qtp1700400-1158) [n:127.0.0.1:41651_gjo c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 118630 INFO  (qtp1700400-1158) [n:127.0.0.1:41651_gjo c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 118631 INFO  (qtp1700400-1158) [n:127.0.0.1:41651_gjo c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1307911005, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 118631 INFO  (qtp1700400-1158) [n:127.0.0.1:41651_gjo c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.s.SolrIndexSearcher Opening [Searcher@60e264f1[collection1_shard1_replica_t43] main]
   [junit4]   2> 118632 INFO  (qtp1700400-1158) [n:127.0.0.1:41651_gjo c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 118633 INFO  (qtp1700400-1158) [n:127.0.0.1:41651_gjo c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 118633 INFO  (qtp1700400-1158) [n:127.0.0.1:41651_gjo c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 118634 INFO  (searcherExecutor-457-thread-1-processing-n:127.0.0.1:41651_gjo x:collection1_shard1_replica_t43 s:shard1 c:collection1) [n:127.0.0.1:41651_gjo c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.c.SolrCore [collection1_shard1_replica_t43] Registered new searcher Searcher@60e264f1[collection1_shard1_replica_t43] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 118634 INFO  (qtp1700400-1158) [n:127.0.0.1:41651_gjo c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1590777028176510976
   [junit4]   2> 118637 INFO  (qtp1700400-1158) [n:127.0.0.1:41651_gjo c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 118637 INFO  (qtp1700400-1158) [n:127.0.0.1:41651_gjo c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 118637 INFO  (qtp1700400-1158) [n:127.0.0.1:41651_gjo c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:41651/gjo/collection1_shard1_replica_t43/
   [junit4]   2> 118637 INFO  (qtp1700400-1158) [n:127.0.0.1:41651_gjo c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 118637 INFO  (qtp1700400-1158) [n:127.0.0.1:41651_gjo c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.c.SyncStrategy http://127.0.0.1:41651/gjo/collection1_shard1_replica_t43/ has no replicas
   [junit4]   2> 118637 INFO  (qtp1700400-1158) [n:127.0.0.1:41651_gjo c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 118638 INFO  (qtp1700400-1158) [n:127.0.0.1:41651_gjo c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.c.ZkController collection1_shard1_replica_t43 stopping background replication from leader
   [junit4]   2> 118639 INFO  (qtp1700400-1158) [n:127.0.0.1:41651_gjo c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:41651/gjo/collection1_shard1_replica_t43/ shard1
   [junit4]   2> 118740 INFO  (zkCallback-241-thread-1-processing-n:127.0.0.1:44319_gjo) [n:127.0.0.1:44319_gjo    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 118740 INFO  (zkCallback-251-thread-1-processing-n:127.0.0.1:41651_gjo) [n:127.0.0.1:41651_gjo    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 118789 INFO  (qtp1700400-1158) [n:127.0.0.1:41651_gjo c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 118791 INFO  (qtp1700400-1158) [n:127.0.0.1:41651_gjo c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_t43&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=TLOG} status=0 QTime=1336
   [junit4]   2> 118795 INFO  (qtp1891344788-1071) [n:127.0.0.1:37895_gjo    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={node=127.0.0.1:41651_gjo&action=ADDREPLICA&collection=collection1&shard=shard1&type=TLOG&wt=javabin&version=2} status=0 QTime=1344
   [junit4]   2> 118871 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_38E75FB9AFFB5E5D-001/shard-3-001 of type TLOG
   [junit4]   2> 118872 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T22:27:37+01:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 118873 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 118873 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 118873 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 118873 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@367a242a{/gjo,null,AVAILABLE}
   [junit4]   2> 118873 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@7ce420d3{HTTP/1.1,[http/1.1]}{127.0.0.1:40655}
   [junit4]   2> 118873 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [    ] o.e.j.s.Server Started @120765ms
   [junit4]   2> 118873 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_38E75FB9AFFB5E5D-001/tempDir-001/jetty3, replicaType=TLOG, solrconfig=solrconfig.xml, hostContext=/gjo, hostPort=45541, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_38E75FB9AFFB5E5D-001/shard-3-001/cores}
   [junit4]   2> 118874 ERROR (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 118874 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.0.0
   [junit4]   2> 118874 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 118874 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 118874 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-01-27T19:59:55.141Z
   [junit4]   2> 118876 INFO  (zkConnectionManagerCallback-256-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 118877 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 118877 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_38E75FB9AFFB5E5D-001/shard-3-001/solr.xml
   [junit4]   2> 118880 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 118880 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 118880 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@751ab9bd, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 118882 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43853/solr
   [junit4]   2> 118883 INFO  (zkConnectionManagerCallback-260-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 118886 INFO  (zkConnectionManagerCallback-262-thread-1-processing-n:127.0.0.1:45541_gjo) [n:127.0.0.1:45541_gjo    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 118889 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [n:127.0.0.1:45541_gjo    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 118890 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [n:127.0.0.1:45541_gjo    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 118891 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [n:127.0.0.1:45541_gjo    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:45541_gjo
   [junit4]   2> 118891 INFO  (zkCallback-241-thread-1-processing-n:127.0.0.1:44319_gjo) [n:127.0.0.1:44319_gjo    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 118891 INFO  (zkCallback-251-thread-1-processing-n:127.0.0.1:41651_gjo) [n:127.0.0.1:41651_gjo    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 118891 INFO  (zkCallback-233-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 118891 INFO  (zkCallback-241-thread-2-processing-n:127.0.0.1:44319_gjo) [n:127.0.0.1:44319_gjo    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 118891 INFO  (zkCallback-251-thread-2-processing-n:127.0.0.1:41651_gjo) [n:127.0.0.1:41651_gjo    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 118892 INFO  (zkCallback-223-thread-2-processing-n:127.0.0.1:37895_gjo) [n:127.0.0.1:37895_gjo    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 118892 INFO  (zkCallback-261-thread-1-processing-n:127.0.0.1:45541_gjo) [n:127.0.0.1:45541_gjo    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 118950 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [n:127.0.0.1:45541_gjo    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@751ab9bd
   [junit4]   2> 118955 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [n:127.0.0.1:45541_gjo    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@751ab9bd
   [junit4]   2> 118955 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [n:127.0.0.1:45541_gjo    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@751ab9bd
   [junit4]   2> 118956 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [n:127.0.0.1:45541_gjo    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_38E75FB9AFFB5E5D-001/shard-3-001/cores
   [junit4]   2> 118982 INFO  (qtp1891344788-1105) [n:127.0.0.1:37895_gjo    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:45541_gjo&action=ADDREPLICA&collection=collection1&shard=shard2&type=TLOG&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 118984 INFO  (OverseerCollectionConfigSetProcessor-99423563871617028-127.0.0.1:37895_gjo-n_0000000000) [n:127.0.0.1:37895_gjo    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000006 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 118984 INFO  (OverseerThreadFactory-432-thread-5-processing-n:127.0.0.1:37895_gjo) [n:127.0.0.1:37895_gjo    ] o.a.s.c.a.c.AddReplicaCmd Node Identified 127.0.0.1:45541_gjo for creating new replica
   [junit4]   2> 118986 INFO  (SocketProxy-Acceptor-45541) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=48354,localport=45541], receiveBufferSize:531000
   [junit4]   2> 118986 INFO  (SocketProxy-Acceptor-45541) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=40655,localport=53964], receiveBufferSize=530904
   [junit4]   2> 118987 INFO  (qtp478973826-1193) [n:127.0.0.1:45541_gjo    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_t45&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=TLOG
   [junit4]   2> 118987 INFO  (qtp478973826-1193) [n:127.0.0.1:45541_gjo    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 119090 INFO  (zkCallback-251-thread-2-processing-n:127.0.0.1:41651_gjo) [n:127.0.0.1:41651_gjo    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 119090 INFO  (zkCallback-261-thread-1-processing-n:127.0.0.1:45541_gjo) [n:127.0.0.1:45541_gjo    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 119090 INFO  (zkCallback-241-thread-2-processing-n:127.0.0.1:44319_gjo) [n:127.0.0.1:44319_gjo    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 120027 INFO  (qtp478973826-1193) [n:127.0.0.1:45541_gjo c:collection1 s:shard2  x:collection1_shard2_replica_t45] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 120038 INFO  (qtp478973826-1193) [n:127.0.0.1:45541_gjo c:collection1 s:shard2  x:collection1_shard2_replica_t45] o.a.s.s.IndexSchema [collection1_shard2_replica_t45] Schema name=test
   [junit4]   2> 120125 INFO  (qtp478973826-1193) [n:127.0.0.1:45541_gjo c:collection1 s:shard2  x:collection1_shard2_replica_t45] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 120133 INFO  (qtp478973826-1193) [n:127.0.0.1:45541_gjo c:collection1 s:shard2  x:collection1_shard2_replica_t45] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard2_replica_t45' using configuration from collection collection1, trusted=true
   [junit4]   2> 120134 INFO  (qtp478973826-1193) [n:127.0.0.1:45541_gjo c:collection1 s:shard2  x:collection1_shard2_replica_t45] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1.shard2.replica_t45' (registry 'solr.core.collection1.shard2.replica_t45') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@751ab9bd
   [junit4]   2> 120134 INFO  (qtp478973826-1193) [n:127.0.0.1:45541_gjo c:collection1 s:shard2  x:collection1_shard2_replica_t45] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 120134 INFO  (qtp478973826-1193) [n:127.0.0.1:45541_gjo c:collection1 s:shard2  x:collection1_shard2_replica_t45] o.a.s.c.SolrCore [[collection1_shard2_replica_t45] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_38E75FB9AFFB5E5D-001/shard-3-001/cores/collection1_shard2_replica_t45], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_38E75FB9AFFB5E5D-001/shard-3-001/cores/collection1_shard2_replica_t45/data/]
   [junit4]   2> 120136 INFO  (qtp478973826-1193) [n:127.0.0.1:45541_gjo c:collection1 s:shard2  x:collection1_shard2_replica_t45] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1983381575, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 120137 WARN  (qtp478973826-1193) [n:127.0.0.1:45541_gjo c:collection1 s:shard2  x:collection1_shard2_replica_t45] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 120162 INFO  (qtp478973826-1193) [n:127.0.0.1:45541_gjo c:collection1 s:shard2  x:collection1_shard2_replica_t45] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 120162 INFO  (qtp478973826-1193) [n:127.0.0.1:45541_gjo c:collection1 s:shard2  x:collection1_shard2_replica_t45] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 120163 INFO  (qtp478973826-1193) [n:127.0.0.1:45541_gjo c:collection1 s:shard2  x:collection1_shard2_replica_t45] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 120163 INFO  (qtp478973826-1193) [n:127.0.0.1:45541_gjo c:collection1 s:shard2  x:collection1_shard2_replica_t45] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 120164 INFO  (qtp478973826-1193) [n:127.0.0.1:45541_gjo c:collection1 s:shard2  x:collection1_shard2_replica_t45] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1307911005, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 120164 INFO  (qtp478973826-1193) [n:127.0.0.1:45541_gjo c:collection1 s:shard2  x:collection1_shard2_replica_t45] o.a.s.s.SolrIndexSearcher Opening [Searcher@53c6fb2f[collection1_shard2_replica_t45] main]
   [junit4]   2> 120165 INFO  (qtp478973826-1193) [n:127.0.0.1:45541_gjo c:collection1 s:shard2  x:collection1_shard2_replica_t45] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 120165 INFO  (qtp478973826-1193) [n:127.0.0.1:45541_gjo c:collection1 s:shard2  x:collection1_shard2_replica_t45] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 120166 INFO  (qtp478973826-1193) [n:127.0.0.1:45541_gjo c:collection1 s:shard2  x:collection1_shard2_replica_t45] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 120167 INFO  (searcherExecutor-468-thread-1-processing-n:127.0.0.1:45541_gjo x:collection1_shard2_replica_t45 s:shard2 c:collection1) [n:127.0.0.1:45541_gjo c:collection1 s:shard2  x:collection1_shard2_replica_t45] o.a.s.c.SolrCore [collection1_shard2_replica_t45] Registered new searcher Searcher@53c6fb2f[collection1_shard2_replica_t45] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 120167 INFO  (qtp478973826-1193) [n:127.0.0.1:45541_gjo c:collection1 s:shard2  x:collection1_shard2_replica_t45] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1590777029783977984
   [junit4]   2> 120170 INFO  (qtp478973826-1193) [n:127.0.0.1:45541_gjo c:collection1 s:shard2  x:collection1_shard2_replica_t45] o.a.s.c.ZkController Core needs to recover:collection1_shard2_replica_t45
   [junit4]   2> 120171 INFO  (updateExecutor-257-thread-1-processing-n:127.0.0.1:45541_gjo x:collection1_shard2_replica_t45 s:shard2 c:collection1) [n:127.0.0.1:45541_gjo c:collection1 s:shard2 r:core_node46 x:collection1_shard2_replica_t45] o.a.s.u.DefaultSolrCoreState Running recovery
   [junit4]   2> 120171 INFO  (recoveryExecutor-258-thread-1-processing-n:127.0.0.1:45541_gjo x:collection1_shard2_replica_t45 s:shard2 c:collection1 r:core_node46) [n:127.0.0.1:45541_gjo c:collection1 s:shard2 r:core_node46 x:collection1_shard2_replica_t45] o.a.s.c.RecoveryStrategy Starting recovery process. recoveringAfterStartup=true
   [junit4]   2> 120171 INFO  (recoveryExecutor-258-thread-1-processing-n:127.0.0.1:45541_gjo x:collection1_shard2_replica_t45 s:shard2 c:collection1 r:core_node46) [n:127.0.0.1:45541_gjo c:collection1 s:shard2 r:core_node46 x:collection1_shard2_replica_t45] o.a.s.c.RecoveryStrategy ###### startupVersions=[[]]
   [junit4]   2> 120171 INFO  (recoveryExecutor-258-thread-1-processing-n:127.0.0.1:45541_gjo x:collection1_shard2_replica_t45 s:shard2 c:collection1 r:core_node46) [n:127.0.0.1:45541_gjo c:collection1 s:shard2 r:core_node46 x:collection1_shard2_replica_t45] o.a.s.c.ZkController collection1_shard2_replica_t45 stopping background replication from leader
   [junit4]   2> 120171 INFO  (recoveryExecutor-258-thread-1-processing-n:127.0.0.1:45541_gjo x:collection1_shard2_replica_t45 s:shard2 c:collection1 r:core_node46) [n:127.0.0.1:45541_gjo c:collection1 s:shard2 r:core_node46 x:collection1_shard2_replica_t45] o.a.s.c.RecoveryStrategy Begin buffering updates. core=[collection1_shard2_replica_t45]
   [junit4]   2> 120171 INFO  (recoveryExecutor-258-thread-1-processing-n:127.0.0.1:45541_gjo x:collection1_shard2_replica_t45 s:shard2 c:collection1 r:core_node46) [n:127.0.0.1:45541_gjo c:collection1 s:shard2 r:core_node46 x:collec

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

d.QueuedThreadPool$2.run(QueuedThreadPool.java:626)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 
   [junit4]   2> 272194 INFO  (qtp478973826-1192) [n:127.0.0.1:45541_gjo    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={nodeName=127.0.0.1:37895_gjo&onlyIfLeaderActive=true&core=c8n_1x3_lf_shard1_replica_t1&coreNodeName=core_node6&action=PREPRECOVERY&checkLive=true&state=recovering&onlyIfLeader=true&wt=javabin&version=2} status=400 QTime=95029
   [junit4]   2> 273881 WARN  (zkCallback-261-thread-3-processing-n:127.0.0.1:45541_gjo) [n:127.0.0.1:45541_gjo c:collection1 s:shard2 r:core_node46 x:collection1_shard2_replica_t45] o.a.s.c.SyncStrategy Closed, skipping sync up.
   [junit4]   2> 273881 INFO  (zkCallback-261-thread-3-processing-n:127.0.0.1:45541_gjo) [n:127.0.0.1:45541_gjo c:collection1 s:shard2 r:core_node46 x:collection1_shard2_replica_t45] o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 273881 INFO  (zkCallback-261-thread-3-processing-n:127.0.0.1:45541_gjo) [n:127.0.0.1:45541_gjo c:collection1 s:shard2 r:core_node46 x:collection1_shard2_replica_t45] o.a.s.c.SolrCore [collection1_shard2_replica_t45]  CLOSING SolrCore org.apache.solr.core.SolrCore@3a326024
   [junit4]   2> 273881 INFO  (zkCallback-261-thread-3-processing-n:127.0.0.1:45541_gjo) [n:127.0.0.1:45541_gjo c:collection1 s:shard2 r:core_node46 x:collection1_shard2_replica_t45] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1.shard2.replica_t45, tag=976379940
   [junit4]   2> 273881 INFO  (zkCallback-261-thread-3-processing-n:127.0.0.1:45541_gjo) [n:127.0.0.1:45541_gjo c:collection1 s:shard2 r:core_node46 x:collection1_shard2_replica_t45] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@43314f21: rootName = null, domain = solr.core.collection1.shard2.replica_t45, service url = null, agent id = null] for registry solr.core.collection1.shard2.replica_t45 / com.codahale.metrics.MetricRegistry@223a54a0
   [junit4]   2> 273894 INFO  (zkCallback-261-thread-3-processing-n:127.0.0.1:45541_gjo) [n:127.0.0.1:45541_gjo c:collection1 s:shard2 r:core_node46 x:collection1_shard2_replica_t45] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.collection1.shard2.leader, tag=976379940
   [junit4]   2> 273898 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@7ce420d3{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 273898 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@367a242a{/gjo,null,UNAVAILABLE}
   [junit4]   2> 273898 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 273898 ERROR (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 273898 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:43853 43853
   [junit4]   2> 275049 INFO  (Thread-242) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:43853 43853
   [junit4]   2> 275050 WARN  (Thread-242) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	6	/solr/aliases.json
   [junit4]   2> 	4	/solr/security.json
   [junit4]   2> 	4	/solr/configs/conf1
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	6	/solr/clusterprops.json
   [junit4]   2> 	6	/solr/clusterstate.json
   [junit4]   2> 	3	/solr/collections/collection1/state.json
   [junit4]   2> 	3	/solr/collections/c8n_1x3_lf/state.json
   [junit4]   2> 	3	/solr/autoscaling.json
   [junit4]   2> 	2	/solr/overseer_elect/election/99423563871617033-127.0.0.1:44319_gjo-n_0000000001
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	6	/solr/live_nodes
   [junit4]   2> 	6	/solr/collections
   [junit4]   2> 	3	/solr/overseer/queue
   [junit4]   2> 	3	/solr/overseer/collection-queue-work
   [junit4]   2> 	3	/solr/overseer/queue-work
   [junit4]   2> 	2	/solr/autoscaling/events/.auto_add_replicas
   [junit4]   2> 
   [junit4]   2> 275050 WARN  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [    ] o.a.s.c.SocketProxy Closing 7 connections to: http://127.0.0.1:45541/gjo, target: http://127.0.0.1:40655/gjo
   [junit4]   2> 275050 WARN  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [    ] o.a.s.c.SocketProxy Closing 0 connections to: http://127.0.0.1:41651/gjo, target: http://127.0.0.1:34295/gjo
   [junit4]   2> 275050 WARN  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [    ] o.a.s.c.SocketProxy Closing 1 connections to: http://127.0.0.1:37895/gjo, target: http://127.0.0.1:42461/gjo
   [junit4]   2> 275050 WARN  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [    ] o.a.s.c.SocketProxy Closing 68 connections to: http://127.0.0.1:44319/gjo, target: http://127.0.0.1:41835/gjo
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=LeaderFailoverAfterPartitionTest -Dtests.method=test -Dtests.seed=38E75FB9AFFB5E5D -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=th -Dtests.timezone=Pacific/Kosrae -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE  162s J0 | LeaderFailoverAfterPartitionTest.test <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Expected 2 of 3 replicas to be active but only found 1; [core_node4:{"core":"c8n_1x3_lf_shard1_replica_t1","base_url":"http://127.0.0.1:45541/gjo","node_name":"127.0.0.1:45541_gjo","state":"active","type":"TLOG","leader":"true"}]; clusterState: DocCollection(c8n_1x3_lf//collections/c8n_1x3_lf/state.json/16)={
   [junit4]    >   "pullReplicas":"0",
   [junit4]    >   "replicationFactor":"1",
   [junit4]    >   "shards":{"shard1":{
   [junit4]    >       "range":"80000000-7fffffff",
   [junit4]    >       "state":"active",
   [junit4]    >       "replicas":{
   [junit4]    >         "core_node4":{
   [junit4]    >           "core":"c8n_1x3_lf_shard1_replica_t1",
   [junit4]    >           "base_url":"http://127.0.0.1:45541/gjo",
   [junit4]    >           "node_name":"127.0.0.1:45541_gjo",
   [junit4]    >           "state":"active",
   [junit4]    >           "type":"TLOG",
   [junit4]    >           "leader":"true"},
   [junit4]    >         "core_node5":{
   [junit4]    >           "core":"c8n_1x3_lf_shard1_replica_t2",
   [junit4]    >           "base_url":"http://127.0.0.1:41651/gjo",
   [junit4]    >           "node_name":"127.0.0.1:41651_gjo",
   [junit4]    >           "state":"down",
   [junit4]    >           "type":"TLOG"},
   [junit4]    >         "core_node6":{
   [junit4]    >           "state":"down",
   [junit4]    >           "base_url":"http://127.0.0.1:37895/gjo",
   [junit4]    >           "core":"c8n_1x3_lf_shard1_replica_t3",
   [junit4]    >           "node_name":"127.0.0.1:37895_gjo",
   [junit4]    >           "type":"TLOG"}}}},
   [junit4]    >   "router":{"name":"compositeId"},
   [junit4]    >   "maxShardsPerNode":"1",
   [junit4]    >   "autoAddReplicas":"false",
   [junit4]    >   "nrtReplicas":"0",
   [junit4]    >   "tlogReplicas":"3"}
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([38E75FB9AFFB5E5D:B0B36063010733A5]:0)
   [junit4]    > 	at org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.testRf3WithLeaderFailover(LeaderFailoverAfterPartitionTest.java:169)
   [junit4]    > 	at org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.test(LeaderFailoverAfterPartitionTest.java:56)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:993)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_38E75FB9AFFB5E5D-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {multiDefault=PostingsFormat(name=Asserting), a_t=PostingsFormat(name=Asserting), id=Lucene50(blocksize=128), text=Lucene50(blocksize=128)}, docValues:{range_facet_l_dv=DocValuesFormat(name=Lucene70), _version_=DocValuesFormat(name=Direct), intDefault=DocValuesFormat(name=Direct), id_i1=DocValuesFormat(name=Direct), range_facet_i_dv=DocValuesFormat(name=Lucene70), intDvoDefault=DocValuesFormat(name=Lucene70), range_facet_l=DocValuesFormat(name=Lucene70), timestamp=DocValuesFormat(name=Lucene70)}, maxPointsInLeafNode=1141, maxMBSortInHeap=7.9561011496567415, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@5dafc72), locale=th, timezone=Pacific/Kosrae
   [junit4]   2> NOTE: Linux 4.13.0-31-generic amd64/Oracle Corporation 1.8.0_144 (64-bit)/cpus=8,threads=1,free=224506880,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [TestSubQueryTransformerCrossCore, TestJoin, SimpleCollectionCreateDeleteTest, TriLevelCompositeIdRoutingTest, TestReplicationHandlerBackup, TestSolrFieldCacheBean, TestConfigSets, FullSolrCloudDistribCmdsTest, TestFastOutputStream, LeaderFailoverAfterPartitionTest]
   [junit4] Completed [57/770 (1!)] on J0 in 162.38s, 1 test, 1 failure <<< FAILURES!

[...truncated 50538 lines...]

[JENKINS] Lucene-Solr-master-Linux (32bit/jdk1.8.0_144) - Build # 21358 - Still Unstable!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/21358/
Java: 32bit/jdk1.8.0_144 -client -XX:+UseG1GC

1 tests failed.
FAILED:  org.apache.solr.cloud.api.collections.ShardSplitTest.testSplitWithChaosMonkey

Error Message:
There are still nodes recoverying - waited for 330 seconds

Stack Trace:
java.lang.AssertionError: There are still nodes recoverying - waited for 330 seconds
	at __randomizedtesting.SeedInfo.seed([8433A5578BB536BB:F147686CAB39D3F]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:185)
	at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:140)
	at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:135)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.waitForRecoveriesToFinish(AbstractFullDistribZkTestBase.java:915)
	at org.apache.solr.cloud.api.collections.ShardSplitTest.testSplitWithChaosMonkey(ShardSplitTest.java:431)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:993)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 12686 lines...]
   [junit4] Suite: org.apache.solr.cloud.api.collections.ShardSplitTest
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.ShardSplitTest_8433A5578BB536BB-001/init-core-data-001
   [junit4]   2> 704230 WARN  (SUITE-ShardSplitTest-seed#[8433A5578BB536BB]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=6 numCloses=6
   [junit4]   2> 704230 INFO  (SUITE-ShardSplitTest-seed#[8433A5578BB536BB]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 704231 INFO  (SUITE-ShardSplitTest-seed#[8433A5578BB536BB]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl=https://issues.apache.org/jira/browse/SOLR-5776)
   [junit4]   2> 704231 INFO  (SUITE-ShardSplitTest-seed#[8433A5578BB536BB]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 704231 INFO  (SUITE-ShardSplitTest-seed#[8433A5578BB536BB]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /e_xwi/
   [junit4]   2> 704233 INFO  (TEST-ShardSplitTest.test-seed#[8433A5578BB536BB]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 704233 INFO  (Thread-2364) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 704233 INFO  (Thread-2364) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 704235 ERROR (Thread-2364) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 704333 INFO  (TEST-ShardSplitTest.test-seed#[8433A5578BB536BB]) [    ] o.a.s.c.ZkTestServer start zk server on port:44167
   [junit4]   2> 704339 INFO  (zkConnectionManagerCallback-1986-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 704345 INFO  (zkConnectionManagerCallback-1988-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 704351 INFO  (TEST-ShardSplitTest.test-seed#[8433A5578BB536BB]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 704353 INFO  (TEST-ShardSplitTest.test-seed#[8433A5578BB536BB]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/schema15.xml to /configs/conf1/schema.xml
   [junit4]   2> 704354 INFO  (TEST-ShardSplitTest.test-seed#[8433A5578BB536BB]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 704355 INFO  (TEST-ShardSplitTest.test-seed#[8433A5578BB536BB]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 704356 INFO  (TEST-ShardSplitTest.test-seed#[8433A5578BB536BB]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 704357 INFO  (TEST-ShardSplitTest.test-seed#[8433A5578BB536BB]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 704358 INFO  (TEST-ShardSplitTest.test-seed#[8433A5578BB536BB]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 704359 INFO  (TEST-ShardSplitTest.test-seed#[8433A5578BB536BB]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 704360 INFO  (TEST-ShardSplitTest.test-seed#[8433A5578BB536BB]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 704361 INFO  (TEST-ShardSplitTest.test-seed#[8433A5578BB536BB]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 704363 INFO  (TEST-ShardSplitTest.test-seed#[8433A5578BB536BB]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 704364 INFO  (TEST-ShardSplitTest.test-seed#[8433A5578BB536BB]) [    ] o.a.s.c.AbstractFullDistribZkTestBase Will use TLOG replicas unless explicitly asked otherwise
   [junit4]   2> 704473 INFO  (TEST-ShardSplitTest.test-seed#[8433A5578BB536BB]) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T17:27:37-04:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 704474 INFO  (TEST-ShardSplitTest.test-seed#[8433A5578BB536BB]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 704474 INFO  (TEST-ShardSplitTest.test-seed#[8433A5578BB536BB]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 704474 INFO  (TEST-ShardSplitTest.test-seed#[8433A5578BB536BB]) [    ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 704474 INFO  (TEST-ShardSplitTest.test-seed#[8433A5578BB536BB]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1286f9a{/e_xwi,null,AVAILABLE}
   [junit4]   2> 704477 INFO  (TEST-ShardSplitTest.test-seed#[8433A5578BB536BB]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@1567813{HTTP/1.1,[http/1.1]}{127.0.0.1:41137}
   [junit4]   2> 704477 INFO  (TEST-ShardSplitTest.test-seed#[8433A5578BB536BB]) [    ] o.e.j.s.Server Started @707136ms
   [junit4]   2> 704477 INFO  (TEST-ShardSplitTest.test-seed#[8433A5578BB536BB]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.ShardSplitTest_8433A5578BB536BB-001/tempDir-001/control/data, replicaType=NRT, hostContext=/e_xwi, hostPort=41137, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.ShardSplitTest_8433A5578BB536BB-001/control-001/cores}
   [junit4]   2> 704477 ERROR (TEST-ShardSplitTest.test-seed#[8433A5578BB536BB]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 704477 INFO  (TEST-ShardSplitTest.test-seed#[8433A5578BB536BB]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 704477 INFO  (TEST-ShardSplitTest.test-seed#[8433A5578BB536BB]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 704477 INFO  (TEST-ShardSplitTest.test-seed#[8433A5578BB536BB]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 704477 INFO  (TEST-ShardSplitTest.test-seed#[8433A5578BB536BB]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-01-27T16:10:55.920Z
   [junit4]   2> 704479 INFO  (zkConnectionManagerCallback-1990-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 704480 INFO  (TEST-ShardSplitTest.test-seed#[8433A5578BB536BB]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 704480 INFO  (TEST-ShardSplitTest.test-seed#[8433A5578BB536BB]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.ShardSplitTest_8433A5578BB536BB-001/control-001/solr.xml
   [junit4]   2> 704484 INFO  (TEST-ShardSplitTest.test-seed#[8433A5578BB536BB]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 704484 INFO  (TEST-ShardSplitTest.test-seed#[8433A5578BB536BB]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 704485 INFO  (TEST-ShardSplitTest.test-seed#[8433A5578BB536BB]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@162ecc8, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 704488 INFO  (TEST-ShardSplitTest.test-seed#[8433A5578BB536BB]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44167/solr
   [junit4]   2> 704490 INFO  (zkConnectionManagerCallback-1994-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 704492 INFO  (zkConnectionManagerCallback-1996-thread-1-processing-n:127.0.0.1:41137_e_xwi) [n:127.0.0.1:41137_e_xwi    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 704539 INFO  (TEST-ShardSplitTest.test-seed#[8433A5578BB536BB]) [n:127.0.0.1:41137_e_xwi    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 704540 INFO  (TEST-ShardSplitTest.test-seed#[8433A5578BB536BB]) [n:127.0.0.1:41137_e_xwi    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:41137_e_xwi
   [junit4]   2> 704540 INFO  (TEST-ShardSplitTest.test-seed#[8433A5578BB536BB]) [n:127.0.0.1:41137_e_xwi    ] o.a.s.c.Overseer Overseer (id=99422663847247876-127.0.0.1:41137_e_xwi-n_0000000000) starting
   [junit4]   2> 704545 INFO  (TEST-ShardSplitTest.test-seed#[8433A5578BB536BB]) [n:127.0.0.1:41137_e_xwi    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:41137_e_xwi
   [junit4]   2> 704549 INFO  (zkCallback-1995-thread-1-processing-n:127.0.0.1:41137_e_xwi) [n:127.0.0.1:41137_e_xwi    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 704691 INFO  (TEST-ShardSplitTest.test-seed#[8433A5578BB536BB]) [n:127.0.0.1:41137_e_xwi    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@162ecc8
   [junit4]   2> 704703 INFO  (TEST-ShardSplitTest.test-seed#[8433A5578BB536BB]) [n:127.0.0.1:41137_e_xwi    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@162ecc8
   [junit4]   2> 704703 INFO  (TEST-ShardSplitTest.test-seed#[8433A5578BB536BB]) [n:127.0.0.1:41137_e_xwi    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@162ecc8
   [junit4]   2> 704705 INFO  (TEST-ShardSplitTest.test-seed#[8433A5578BB536BB]) [n:127.0.0.1:41137_e_xwi    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.ShardSplitTest_8433A5578BB536BB-001/control-001/cores
   [junit4]   2> 704726 INFO  (zkConnectionManagerCallback-2002-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 704727 INFO  (TEST-ShardSplitTest.test-seed#[8433A5578BB536BB]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 704728 INFO  (TEST-ShardSplitTest.test-seed#[8433A5578BB536BB]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:44167/solr ready
   [junit4]   2> 704730 INFO  (qtp18608789-8811) [n:127.0.0.1:41137_e_xwi    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=1&collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:41137_e_xwi&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 704732 INFO  (OverseerThreadFactory-3345-thread-1-processing-n:127.0.0.1:41137_e_xwi) [n:127.0.0.1:41137_e_xwi    ] o.a.s.c.a.c.CreateCollectionCmd Create collection control_collection
   [junit4]   2> 704837 INFO  (qtp18608789-8817) [n:127.0.0.1:41137_e_xwi    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 704838 INFO  (qtp18608789-8817) [n:127.0.0.1:41137_e_xwi    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 704942 INFO  (zkCallback-1995-thread-1-processing-n:127.0.0.1:41137_e_xwi) [n:127.0.0.1:41137_e_xwi    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 705909 INFO  (qtp18608789-8817) [n:127.0.0.1:41137_e_xwi c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 705929 INFO  (qtp18608789-8817) [n:127.0.0.1:41137_e_xwi c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.IndexSchema [control_collection_shard1_replica_n1] Schema name=test
   [junit4]   2> 706001 INFO  (qtp18608789-8817) [n:127.0.0.1:41137_e_xwi c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 706016 INFO  (qtp18608789-8817) [n:127.0.0.1:41137_e_xwi c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'control_collection_shard1_replica_n1' using configuration from collection control_collection, trusted=true
   [junit4]   2> 706017 INFO  (qtp18608789-8817) [n:127.0.0.1:41137_e_xwi c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.control_collection.shard1.replica_n1' (registry 'solr.core.control_collection.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@162ecc8
   [junit4]   2> 706017 INFO  (qtp18608789-8817) [n:127.0.0.1:41137_e_xwi c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 706017 INFO  (qtp18608789-8817) [n:127.0.0.1:41137_e_xwi c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrCore [[control_collection_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.ShardSplitTest_8433A5578BB536BB-001/control-001/cores/control_collection_shard1_replica_n1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.ShardSplitTest_8433A5578BB536BB-001/control-001/cores/control_collection_shard1_replica_n1/data/]
   [junit4]   2> 706022 INFO  (qtp18608789-8817) [n:127.0.0.1:41137_e_xwi c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=10, maxMergeAtOnceExplicit=37, maxMergedSegmentMB=92.236328125, floorSegmentMB=1.6201171875, forceMergeDeletesPctAllowed=20.22970299552167, segmentsPerTier=15.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.7414738347429056
   [junit4]   2> 706043 WARN  (qtp18608789-8817) [n:127.0.0.1:41137_e_xwi c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 706095 INFO  (qtp18608789-8817) [n:127.0.0.1:41137_e_xwi c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 706096 INFO  (qtp18608789-8817) [n:127.0.0.1:41137_e_xwi c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 706097 INFO  (qtp18608789-8817) [n:127.0.0.1:41137_e_xwi c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 706097 INFO  (qtp18608789-8817) [n:127.0.0.1:41137_e_xwi c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 706098 INFO  (qtp18608789-8817) [n:127.0.0.1:41137_e_xwi c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=38726599, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 706099 INFO  (qtp18608789-8817) [n:127.0.0.1:41137_e_xwi c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@11818c7[control_collection_shard1_replica_n1] main]
   [junit4]   2> 706100 INFO  (qtp18608789-8817) [n:127.0.0.1:41137_e_xwi c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 706100 INFO  (qtp18608789-8817) [n:127.0.0.1:41137_e_xwi c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 706101 INFO  (qtp18608789-8817) [n:127.0.0.1:41137_e_xwi c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 706103 INFO  (searcherExecutor-3348-thread-1-processing-n:127.0.0.1:41137_e_xwi x:control_collection_shard1_replica_n1 s:shard1 c:control_collection) [n:127.0.0.1:41137_e_xwi c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrCore [control_collection_shard1_replica_n1] Registered new searcher Searcher@11818c7[control_collection_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 706103 INFO  (qtp18608789-8817) [n:127.0.0.1:41137_e_xwi c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1590762623515754496
   [junit4]   2> 706107 INFO  (qtp18608789-8817) [n:127.0.0.1:41137_e_xwi c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 706107 INFO  (qtp18608789-8817) [n:127.0.0.1:41137_e_xwi c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 706107 INFO  (qtp18608789-8817) [n:127.0.0.1:41137_e_xwi c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:41137/e_xwi/control_collection_shard1_replica_n1/
   [junit4]   2> 706107 INFO  (qtp18608789-8817) [n:127.0.0.1:41137_e_xwi c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 706107 INFO  (qtp18608789-8817) [n:127.0.0.1:41137_e_xwi c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SyncStrategy http://127.0.0.1:41137/e_xwi/control_collection_shard1_replica_n1/ has no replicas
   [junit4]   2> 706107 INFO  (qtp18608789-8817) [n:127.0.0.1:41137_e_xwi c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 706109 INFO  (qtp18608789-8817) [n:127.0.0.1:41137_e_xwi c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:41137/e_xwi/control_collection_shard1_replica_n1/ shard1
   [junit4]   2> 706211 INFO  (zkCallback-1995-thread-2-processing-n:127.0.0.1:41137_e_xwi) [n:127.0.0.1:41137_e_xwi    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 706260 INFO  (qtp18608789-8817) [n:127.0.0.1:41137_e_xwi c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 706262 INFO  (qtp18608789-8817) [n:127.0.0.1:41137_e_xwi c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1424
   [junit4]   2> 706265 INFO  (qtp18608789-8811) [n:127.0.0.1:41137_e_xwi    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 706370 INFO  (zkCallback-1995-thread-2-processing-n:127.0.0.1:41137_e_xwi) [n:127.0.0.1:41137_e_xwi    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 706733 INFO  (OverseerCollectionConfigSetProcessor-99422663847247876-127.0.0.1:41137_e_xwi-n_0000000000) [n:127.0.0.1:41137_e_xwi    ] 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> 707265 INFO  (qtp18608789-8811) [n:127.0.0.1:41137_e_xwi    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=1&collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:41137_e_xwi&wt=javabin&version=2} status=0 QTime=2535
   [junit4]   2> 707266 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x1613862d13d0005, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 707270 INFO  (zkConnectionManagerCallback-2006-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 707271 INFO  (TEST-ShardSplitTest.test-seed#[8433A5578BB536BB]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 707271 INFO  (TEST-ShardSplitTest.test-seed#[8433A5578BB536BB]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:44167/solr ready
   [junit4]   2> 707271 INFO  (TEST-ShardSplitTest.test-seed#[8433A5578BB536BB]) [    ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 707273 INFO  (qtp18608789-8817) [n:127.0.0.1:41137_e_xwi    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=1&collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=2&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 707274 INFO  (OverseerThreadFactory-3345-thread-2-processing-n:127.0.0.1:41137_e_xwi) [n:127.0.0.1:41137_e_xwi    ] o.a.s.c.a.c.CreateCollectionCmd Create collection collection1
   [junit4]   2> 707274 WARN  (OverseerThreadFactory-3345-thread-2-processing-n:127.0.0.1:41137_e_xwi) [n:127.0.0.1:41137_e_xwi    ] o.a.s.c.a.c.CreateCollectionCmd It is unusual to create a collection (collection1) without cores.
   [junit4]   2> 707479 INFO  (qtp18608789-8817) [n:127.0.0.1:41137_e_xwi    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 707479 INFO  (qtp18608789-8817) [n:127.0.0.1:41137_e_xwi    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=1&collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=2&wt=javabin&version=2} status=0 QTime=206
   [junit4]   2> 707555 INFO  (TEST-ShardSplitTest.test-seed#[8433A5578BB536BB]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.ShardSplitTest_8433A5578BB536BB-001/shard-1-001 of type TLOG
   [junit4]   2> 707556 INFO  (TEST-ShardSplitTest.test-seed#[8433A5578BB536BB]) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T17:27:37-04:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 707557 INFO  (TEST-ShardSplitTest.test-seed#[8433A5578BB536BB]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 707557 INFO  (TEST-ShardSplitTest.test-seed#[8433A5578BB536BB]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 707557 INFO  (TEST-ShardSplitTest.test-seed#[8433A5578BB536BB]) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 707557 INFO  (TEST-ShardSplitTest.test-seed#[8433A5578BB536BB]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@19490b0{/e_xwi,null,AVAILABLE}
   [junit4]   2> 707558 INFO  (TEST-ShardSplitTest.test-seed#[8433A5578BB536BB]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@5d5f0d{HTTP/1.1,[http/1.1]}{127.0.0.1:43371}
   [junit4]   2> 707558 INFO  (TEST-ShardSplitTest.test-seed#[8433A5578BB536BB]) [    ] o.e.j.s.Server Started @710217ms
   [junit4]   2> 707558 INFO  (TEST-ShardSplitTest.test-seed#[8433A5578BB536BB]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.ShardSplitTest_8433A5578BB536BB-001/tempDir-001/jetty1, replicaType=TLOG, solrconfig=solrconfig.xml, hostContext=/e_xwi, hostPort=43371, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.ShardSplitTest_8433A5578BB536BB-001/shard-1-001/cores}
   [junit4]   2> 707558 ERROR (TEST-ShardSplitTest.test-seed#[8433A5578BB536BB]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 707558 INFO  (TEST-ShardSplitTest.test-seed#[8433A5578BB536BB]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 707558 INFO  (TEST-ShardSplitTest.test-seed#[8433A5578BB536BB]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 707558 INFO  (TEST-ShardSplitTest.test-seed#[8433A5578BB536BB]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 707558 INFO  (TEST-ShardSplitTest.test-seed#[8433A5578BB536BB]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-01-27T16:10:59.001Z
   [junit4]   2> 707559 INFO  (zkConnectionManagerCallback-2008-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 707560 INFO  (TEST-ShardSplitTest.test-seed#[8433A5578BB536BB]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 707560 INFO  (TEST-ShardSplitTest.test-seed#[8433A5578BB536BB]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.ShardSplitTest_8433A5578BB536BB-001/shard-1-001/solr.xml
   [junit4]   2> 707563 INFO  (TEST-ShardSplitTest.test-seed#[8433A5578BB536BB]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 707563 INFO  (TEST-ShardSplitTest.test-seed#[8433A5578BB536BB]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 707572 INFO  (TEST-ShardSplitTest.test-seed#[8433A5578BB536BB]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@162ecc8, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 707575 INFO  (TEST-ShardSplitTest.test-seed#[8433A5578BB536BB]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44167/solr
   [junit4]   2> 707576 INFO  (zkConnectionManagerCallback-2012-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 707578 INFO  (zkConnectionManagerCallback-2014-thread-1-processing-n:127.0.0.1:43371_e_xwi) [n:127.0.0.1:43371_e_xwi    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 707581 INFO  (TEST-ShardSplitTest.test-seed#[8433A5578BB536BB]) [n:127.0.0.1:43371_e_xwi    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 707582 INFO  (TEST-ShardSplitTest.test-seed#[8433A5578BB536BB]) [n:127.0.0.1:43371_e_xwi    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 707583 INFO  (TEST-ShardSplitTest.test-seed#[8433A5578BB536BB]) [n:127.0.0.1:43371_e_xwi    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:43371_e_xwi
   [junit4]   2> 707583 INFO  (zkCallback-1995-thread-2-processing-n:127.0.0.1:41137_e_xwi) [n:127.0.0.1:41137_e_xwi    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 707584 INFO  (zkCallback-2005-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 707584 INFO  (zkCallback-2013-thread-1-processing-n:127.0.0.1:43371_e_xwi) [n:127.0.0.1:43371_e_xwi    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 707754 INFO  (TEST-ShardSplitTest.test-seed#[8433A5578BB536BB]) [n:127.0.0.1:43371_e_xwi    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@162ecc8
   [junit4]   2> 707766 INFO  (TEST-ShardSplitTest.test-seed#[8433A5578BB536BB]) [n:127.0.0.1:43371_e_xwi    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@162ecc8
   [junit4]   2> 707766 INFO  (TEST-ShardSplitTest.test-seed#[8433A5578BB536BB]) [n:127.0.0.1:43371_e_xwi    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@162ecc8
   [junit4]   2> 707767 INFO  (TEST-ShardSplitTest.test-seed#[8433A5578BB536BB]) [n:127.0.0.1:43371_e_xwi    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.ShardSplitTest_8433A5578BB536BB-001/shard-1-001/cores
   [junit4]   2> 707795 INFO  (qtp18608789-8846) [n:127.0.0.1:41137_e_xwi    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:43371_e_xwi&action=ADDREPLICA&collection=collection1&shard=shard2&type=TLOG&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 707798 INFO  (OverseerCollectionConfigSetProcessor-99422663847247876-127.0.0.1:41137_e_xwi-n_0000000000) [n:127.0.0.1:41137_e_xwi    ] 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> 707798 INFO  (OverseerThreadFactory-3345-thread-3-processing-n:127.0.0.1:41137_e_xwi) [n:127.0.0.1:41137_e_xwi    ] o.a.s.c.a.c.AddReplicaCmd Node Identified 127.0.0.1:43371_e_xwi for creating new replica
   [junit4]   2> 707800 INFO  (qtp4006142-8862) [n:127.0.0.1:43371_e_xwi    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_t41&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=TLOG
   [junit4]   2> 707800 INFO  (qtp4006142-8862) [n:127.0.0.1:43371_e_xwi    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 707903 INFO  (zkCallback-2013-thread-1-processing-n:127.0.0.1:43371_e_xwi) [n:127.0.0.1:43371_e_xwi    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 708839 INFO  (qtp4006142-8862) [n:127.0.0.1:43371_e_xwi c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 708851 INFO  (qtp4006142-8862) [n:127.0.0.1:43371_e_xwi c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.s.IndexSchema [collection1_shard2_replica_t41] Schema name=test
   [junit4]   2> 708922 INFO  (qtp4006142-8862) [n:127.0.0.1:43371_e_xwi c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 708933 INFO  (qtp4006142-8862) [n:127.0.0.1:43371_e_xwi c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard2_replica_t41' using configuration from collection collection1, trusted=true
   [junit4]   2> 708934 INFO  (qtp4006142-8862) [n:127.0.0.1:43371_e_xwi c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1.shard2.replica_t41' (registry 'solr.core.collection1.shard2.replica_t41') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@162ecc8
   [junit4]   2> 708934 INFO  (qtp4006142-8862) [n:127.0.0.1:43371_e_xwi c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 708934 INFO  (qtp4006142-8862) [n:127.0.0.1:43371_e_xwi c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.SolrCore [[collection1_shard2_replica_t41] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.ShardSplitTest_8433A5578BB536BB-001/shard-1-001/cores/collection1_shard2_replica_t41], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.ShardSplitTest_8433A5578BB536BB-001/shard-1-001/cores/collection1_shard2_replica_t41/data/]
   [junit4]   2> 708938 INFO  (qtp4006142-8862) [n:127.0.0.1:43371_e_xwi c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=10, maxMergeAtOnceExplicit=37, maxMergedSegmentMB=92.236328125, floorSegmentMB=1.6201171875, forceMergeDeletesPctAllowed=20.22970299552167, segmentsPerTier=15.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.7414738347429056
   [junit4]   2> 708959 WARN  (qtp4006142-8862) [n:127.0.0.1:43371_e_xwi c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 709005 INFO  (qtp4006142-8862) [n:127.0.0.1:43371_e_xwi c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 709005 INFO  (qtp4006142-8862) [n:127.0.0.1:43371_e_xwi c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 709006 INFO  (qtp4006142-8862) [n:127.0.0.1:43371_e_xwi c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 709006 INFO  (qtp4006142-8862) [n:127.0.0.1:43371_e_xwi c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 709008 INFO  (qtp4006142-8862) [n:127.0.0.1:43371_e_xwi c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=38726599, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 709008 INFO  (qtp4006142-8862) [n:127.0.0.1:43371_e_xwi c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.s.SolrIndexSearcher Opening [Searcher@3942ce[collection1_shard2_replica_t41] main]
   [junit4]   2> 709010 INFO  (qtp4006142-8862) [n:127.0.0.1:43371_e_xwi c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 709010 INFO  (qtp4006142-8862) [n:127.0.0.1:43371_e_xwi c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 709011 INFO  (qtp4006142-8862) [n:127.0.0.1:43371_e_xwi c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 709011 INFO  (qtp4006142-8862) [n:127.0.0.1:43371_e_xwi c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1590762626565013504
   [junit4]   2> 709012 INFO  (searcherExecutor-3359-thread-1-processing-n:127.0.0.1:43371_e_xwi x:collection1_shard2_replica_t41 s:shard2 c:collection1) [n:127.0.0.1:43371_e_xwi c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.SolrCore [collection1_shard2_replica_t41] Registered new searcher Searcher@3942ce[collection1_shard2_replica_t41] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 709014 INFO  (qtp4006142-8862) [n:127.0.0.1:43371_e_xwi c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 709014 INFO  (qtp4006142-8862) [n:127.0.0.1:43371_e_xwi c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 709014 INFO  (qtp4006142-8862) [n:127.0.0.1:43371_e_xwi c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:43371/e_xwi/collection1_shard2_replica_t41/
   [junit4]   2> 709014 INFO  (qtp4006142-8862) [n:127.0.0.1:43371_e_xwi c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 709014 INFO  (qtp4006142-8862) [n:127.0.0.1:43371_e_xwi c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.SyncStrategy http://127.0.0.1:43371/e_xwi/collection1_shard2_replica_t41/ has no replicas
   [junit4]   2> 709014 INFO  (qtp4006142-8862) [n:127.0.0.1:43371_e_xwi c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 709015 INFO  (qtp4006142-8862) [n:127.0.0.1:43371_e_xwi c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.ZkController collection1_shard2_replica_t41 stopping background replication from leader
   [junit4]   2> 709016 INFO  (qtp4006142-8862) [n:127.0.0.1:43371_e_xwi c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:43371/e_xwi/collection1_shard2_replica_t41/ shard2
   [junit4]   2> 709118 INFO  (zkCallback-2013-thread-1-processing-n:127.0.0.1:43371_e_xwi) [n:127.0.0.1:43371_e_xwi    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 709167 INFO  (qtp4006142-8862) [n:127.0.0.1:43371_e_xwi c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 709170 INFO  (qtp4006142-8862) [n:127.0.0.1:43371_e_xwi c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_t41&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=TLOG} status=0 QTime=1370
   [junit4]   2> 709175 INFO  (qtp18608789-8846) [n:127.0.0.1:41137_e_xwi    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={node=127.0.0.1:43371_e_xwi&action=ADDREPLICA&collection=collection1&shard=shard2&type=TLOG&wt=javabin&version=2} status=0 QTime=1379
   [junit4]   2> 709270 INFO  (zkCallback-2013-thread-1-processing-n:127.0.0.1:43371_e_xwi) [n:127.0.0.1:43371_e_xwi    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 709294 INFO  (TEST-ShardSplitTest.test-seed#[8433A5578BB536BB]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.ShardSplitTest_8433A5578BB536BB-001/shard-2-001 of type TLOG
   [junit4]   2> 709295 INFO  (TEST-ShardSplitTest.test-seed#[8433A5578BB536BB]) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T17:27:37-04:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 709296 INFO  (TEST-ShardSplitTest.test-seed#[8433A5578BB536BB]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 709296 INFO  (TEST-ShardSplitTest.test-seed#[8433A5578BB536BB]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 709296 INFO  (TEST-ShardSplitTest.test-seed#[8433A5578BB536BB]) [    ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 709296 INFO  (TEST-ShardSplitTest.test-seed#[8433A5578BB536BB]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@abaec3{/e_xwi,null,AVAILABLE}
   [junit4]   2> 709296 INFO  (TEST-ShardSplitTest.test-seed#[8433A5578BB536BB]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@1b6be57{HTTP/1.1,[http/1.1]}{127.0.0.1:46505}
   [junit4]   2> 709297 INFO  (TEST-ShardSplitTest.test-seed#[8433A5578BB536BB]) [    ] o.e.j.s.Server Started @711956ms
   [junit4]   2> 709297 INFO  (TEST-ShardSplitTest.test-seed#[8433A5578BB536BB]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.ShardSplitTest_8433A5578BB536BB-001/tempDir-001/jetty2, replicaType=TLOG, solrconfig=solrconfig.xml, hostContext=/e_xwi, hostPort=46505, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.ShardSplitTest_8433A5578BB536BB-001/shard-2-001/cores}
   [junit4]   2> 709297 ERROR (TEST-ShardSplitTest.test-seed#[8433A5578BB536BB]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 709297 INFO  (TEST-ShardSplitTest.test-seed#[8433A5578BB536BB]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 709297 INFO  (TEST-ShardSplitTest.test-seed#[8433A5578BB536BB]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 709297 INFO  (TEST-ShardSplitTest.test-seed#[8433A5578BB536BB]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 709298 INFO  (TEST-ShardSplitTest.test-seed#[8433A5578BB536BB]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-01-27T16:11:00.741Z
   [junit4]   2> 709299 INFO  (zkConnectionManagerCallback-2018-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 709300 INFO  (TEST-ShardSplitTest.test-seed#[8433A5578BB536BB]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 709300 INFO  (TEST-ShardSplitTest.test-seed#[8433A5578BB536BB]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.ShardSplitTest_8433A5578BB536BB-001/shard-2-001/solr.xml
   [junit4]   2> 709304 INFO  (TEST-ShardSplitTest.test-seed#[8433A5578BB536BB]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 709305 INFO  (TEST-ShardSplitTest.test-seed#[8433A5578BB536BB]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 709306 INFO  (TEST-ShardSplitTest.test-seed#[8433A5578BB536BB]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@162ecc8, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 709308 INFO  (TEST-ShardSplitTest.test-seed#[8433A5578BB536BB]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44167/solr
   [junit4]   2> 709309 INFO  (zkConnectionManagerCallback-2022-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 709311 INFO  (zkConnectionManagerCallback-2024-thread-1-processing-n:127.0.0.1:46505_e_xwi) [n:127.0.0.1:46505_e_xwi    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 709315 INFO  (TEST-ShardSplitTest.test-seed#[8433A5578BB536BB]) [n:127.0.0.1:46505_e_xwi    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 709315 INFO  (TEST-ShardSplitTest.test-seed#[8433A5578BB536BB]) [n:127.0.0.1:46505_e_xwi    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 709316 INFO  (TEST-ShardSplitTest.test-seed#[8433A5578BB536BB]) [n:127.0.0.1:46505_e_xwi    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:46505_e_xwi
   [junit4]   2> 709317 INFO  (zkCallback-2005-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 709317 INFO  (zkCallback-2013-thread-1-processing-n:127.0.0.1:43371_e_xwi) [n:127.0.0.1:43371_e_xwi    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 709317 INFO  (zkCallback-1995-thread-2-processing-n:127.0.0.1:41137_e_xwi) [n:127.0.0.1:41137_e_xwi    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 709317 INFO  (zkCallback-2023-thread-1-processing-n:127.0.0.1:46505_e_xwi) [n:127.0.0.1:46505_e_xwi    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 709416 INFO  (TEST-ShardSplitTest.test-seed#[8433A5578BB536BB]) [n:127.0.0.1:46505_e_xwi    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@162ecc8
   [junit4]   2> 709427 INFO  (TEST-ShardSplitTest.test-seed#[8433A5578BB536BB]) [n:127.0.0.1:46505_e_xwi    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@162ecc8
   [junit4]   2> 709427 INFO  (TEST-ShardSplitTest.test-seed#[8433A5578BB536BB]) [n:127.0.0.1:46505_e_xwi    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@162ecc8
   [junit4]   2> 709429 INFO  (TEST-ShardSplitTest.test-seed#[8433A5578BB536BB]) [n:127.0.0.1:46505_e_xwi    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.ShardSplitTest_8433A5578BB536BB-001/shard-2-001/cores
   [junit4]   2> 709475 INFO  (qtp18608789-8817) [n:127.0.0.1:41137_e_xwi    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:46505_e_xwi&action=ADDREPLICA&collection=collection1&shard=shard1&type=TLOG&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 709477 INFO  (OverseerCollectionConfigSetProcessor-99422663847247876-127.0.0.1:41137_e_xwi-n_0000000000) [n:127.0.0.1:41137_e_xwi    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000004 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 709478 INFO  (OverseerThreadFactory-3345-thread-4-processing-n:127.0.0.1:41137_e_xwi) [n:127.0.0.1:41137_e_xwi    ] o.a.s.c.a.c.AddReplicaCmd Node Identified 127.0.0.1:46505_e_xwi for creating new replica
   [junit4]   2> 709480 INFO  (qtp31130395-8894) [n:127.0.0.1:46505_e_xwi    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_t43&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=TLOG
   [junit4]   2> 709481 INFO  (qtp31130395-8894) [n:127.0.0.1:46505_e_xwi    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 709584 INFO  (zkCallback-2013-thread-1-processing-n:127.0.0.1:43371_e_xwi) [n:127.0.0.1:43371_e_xwi    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 709584 INFO  (zkCallback-2023-thread-1-processing-n:127.0.0.1:46505_e_xwi) [n:127.0.0.1:46505_e_xwi    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 710542 INFO  (qtp31130395-8894) [n:127.0.0.1:46505_e_xwi c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 710563 INFO  (qtp31130395-8894) [n:127.0.0.1:46505_e_xwi c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.s.IndexSchema [collection1_shard1_replica_t43] Schema name=test
   [junit4]   2> 710620 INFO  (qtp31130395-8894) [n:127.0.0.1:46505_e_xwi c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 710632 INFO  (qtp31130395-8894) [n:127.0.0.1:46505_e_xwi c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard1_replica_t43' using configuration from collection collection1, trusted=true
   [junit4]   2> 710633 INFO  (qtp31130395-8894) [n:127.0.0.1:46505_e_xwi c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1.shard1.replica_t43' (registry 'solr.core.collection1.shard1.replica_t43') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@162ecc8
   [junit4]   2> 710633 INFO  (qtp31130395-8894) [n:127.0.0.1:46505_e_xwi c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 710633 INFO  (qtp31130395-8894) [n:127.0.0.1:46505_e_xwi c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.c.SolrCore [[collection1_shard1_replica_t43] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.ShardSplitTest_8433A5578BB536BB-001/shard-2-001/cores/collection1_shard1_replica_t43], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.ShardSplitTest_8433A5578BB536BB-001/shard-2-001/cores/collection1_shard1_replica_t43/data/]
   [junit4]   2> 710636 INFO  (qtp31130395-8894) [n:127.0.0.1:46505_e_xwi c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=10, maxMergeAtOnceExplicit=37, maxMergedSegmentMB=92.236328125, floorSegmentMB=1.6201171875, forceMergeDeletesPctAllowed=20.22970299552167, segmentsPerTier=15.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.7414738347429056
   [junit4]   2> 710655 WARN  (qtp31130395-8894) [n:127.0.0.1:46505_e_xwi c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 710691 INFO  (qtp31130395-8894) [n:127.0.0.1:46505_e_xwi c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 710691 INFO  (qtp31130395-8894) [n:127.0.0.1:46505_e_xwi c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 710692 INFO  (qtp31130395-8894) [n:127.0.0.1:46505_e_xwi c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 710692 INFO  (qtp31130395-8894) [n:127.0.0.1:46505_e_xwi c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 710694 INFO  (qtp31130395-8894) [n:127.0.0.1:46505_e_xwi c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=38726599, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 710694 INFO  (qtp31130395-8894) [n:127.0.0.1:46505_e_xwi c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.s.SolrIndexSearcher Opening [Searcher@553d70[collection1_shard1_replica_t43] main]
   [junit4]   2> 710696 INFO  (qtp31130395-8894) [n:127.0.0.1:46505_e_xwi c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 710696 INFO  (qtp31130395-8894) [n:127.0.0.1:46505_e_xwi c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 710697 INFO  (qtp31130395-8894) [n:127.0.0.1:46505_e_xwi c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 710698 INFO  (searcherExecutor-3370-thread-1-processing-n:127.0.0.1:46505_e_xwi x:collection1_shard1_replica_t43 s:shard1 c:collection1) [n:127.0.0.1:46505_e_xwi c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.c.SolrCore [collection1_shard1_replica_t43] Registered new searcher Searcher@553d70[collection1_shard1_replica_t43] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 710698 INFO  (qtp31130395-8894) [n:127.0.0.1:46505_e_xwi c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1590762628333961216
   [junit4]   2> 710702 INFO  (qtp31130395-8894) [n:127.0.0.1:46505_e_xwi c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 710702 INFO  (qtp31130395-8894) [n:127.0.0.1:46505_e_xwi c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 710702 INFO  (qtp31130395-8894) [n:127.0.0.1:46505_e_xwi c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:46505/e_xwi/collection1_shard1_replica_t43/
   [junit4]   2> 710702 INFO  (qtp31130395-8894) [n:127.0.0.1:46505_e_xwi c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 710702 INFO  (qtp31130395-8894) [n:127.0.0.1:46505_e_xwi c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.c.SyncStrategy http://127.0.0.1:46505/e_xwi/collection1_shard1_replica_t43/ has no replicas
   [junit4]   2> 710702 INFO  (qtp31130395-8894) [n:127.0.0.1:46505_e_xwi c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 710702 INFO  (qtp31130395-8894) [n:127.0.0.1:46505_e_xwi c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.c.ZkController collection1_shard1_replica_t43 stopping background replication from leader
   [junit4]   2> 710703 INFO  (qtp31130395-8894) [n:127.0.0.1:46505_e_xwi c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:46505/e_xwi/collection1_shard1_replica_t43/ shard1
   [junit4]   2> 710805 INFO  (zkCallback-2013-thread-1-processing-n:127.0.0.1:43371_e_xwi) [n:127.0.0.1:43371_e_xwi    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 710805 INFO  (zkCallback-2023-thread-1-processing-n:127.0.0.1:46505_e_xwi) [n:127.0.0.1:46505_e_xwi    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 710854 INFO  (qtp31130395-8894) [n:127.0.0.1:46505_e_xwi c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 710857 INFO  (qtp31130395-8894) [n:127.0.0.1:46505_e_xwi c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_t43&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=TLOG} status=0 QTime=1377
   [junit4]   2> 710863 INFO  (qtp18608789-8817) [n:127.0.0.1:41137_e_xwi    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={node=127.0.0.1:46505_e_xwi&action=ADDREPLICA&collection=collection1&shard=shard1&type=TLOG&wt=javabin&version=2} status=0 QTime=1387
   [junit4]   2> 710954 INFO  (TEST-ShardSplitTest.test-seed#[8433A5578BB536BB]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.ShardSplitTest_8433A5578BB536BB-001/shard-3-001 of type TLOG
   [junit4]   2> 710954 INFO  (TEST-ShardSplitTest.test-seed#[8433A5578BB536BB]) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T17:27:37-04:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 710955 INFO  (TEST-ShardSplitTest.test-seed#[8433A5578BB536BB]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 710955 INFO  (TEST-ShardSplitTest.test-seed#[8433A5578BB536BB]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 710955 INFO  (TEST-ShardSplitTest.test-seed#[8433A5578BB536BB]) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 710955 INFO  (TEST-ShardSplitTest.test-seed#[8433A5578BB536BB]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1c2fcb4{/e_xwi,null,AVAILABLE}
   [junit4]   2> 710956 INFO  (TEST-ShardSplitTest.test-seed#[8433A5578BB536BB]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@5d11ed{HTTP/1.1,[http/1.1]}{127.0.0.1:45989}
   [junit4]   2> 710956 INFO  (TEST-ShardSplitTest.test-seed#[8433A5578BB536BB]) [    ] o.e.j.s.Server Started @713615ms
   [junit4]   2> 710956 INFO  (TEST-ShardSplitTest.test-seed#[8433A5578BB536BB]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.ShardSplitTest_8433A5578BB536BB-001/tempDir-001/jetty3, replicaType=TLOG, solrconfig=solrconfig.xml, hostContext=/e_xwi, hostPort=45989, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.ShardSplitTest_8433A5578BB536BB-001/shard-3-001/cores}
   [junit4]   2> 710956 ERROR (TEST-ShardSplitTest.test-seed#[8433A5578BB536BB]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 710957 INFO  (TEST-ShardSplitTest.test-seed#[8433A5578BB536BB]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 710957 INFO  (TEST-ShardSplitTest.test-seed#[8433A5578BB536BB]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 710957 INFO  (TEST-ShardSplitTest.test-seed#[8433A5578BB536BB]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 710957 INFO  (TEST-ShardSplitTest.test-seed#[8433A5578BB536BB]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-01-27T16:11:02.400Z
   [junit4]   2> 710957 INFO  (zkCallback-2013-thread-1-processing-n:127.0.0.1:43371_e_xwi) [n:127.0.0.1:43371_e_xwi    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 710957 INFO  (zkCallback-2023-thread-1-processing-n:127.0.0.1:46505_e_xwi) [n:127.0.0.1:46505_e_xwi    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 710958 INFO  (zkConnectionManagerCallback-2028-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 710959 INFO  (TEST-ShardSplitTest.test-seed#[8433A5578BB536BB]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 710959 INFO  (TEST-ShardSplitTest.test-seed#[8433A5578BB536BB]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.ShardSplitTest_8433A5578BB536BB-001/shard-3-001/solr.xml
   [junit4]   2> 710962 INFO  (TEST-ShardSplitTest.test-seed#[8433A5578BB536BB]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 710962 INFO  (TEST-ShardSplitTest.test-seed#[8433A5578BB536BB]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 710963 INFO  (TEST-ShardSplitTest.test-seed#[8433A5578BB536BB]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@162ecc8, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 710966 INFO  (TEST-ShardSplitTest.test-seed#[8433A5578BB536BB]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44167/solr
   [junit4]   2> 710967 INFO  (zkConnectionManagerCallback-2032-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 710969 INFO  (zkConnectionManagerCallback-2034-thread-1-processing-n:127.0.0.1:45989_e_xwi) [n:127.0.0.1:45989_e_xwi    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 710972 INFO  (TEST-ShardSplitTest.test-seed#[8433A5578BB536BB]) [n:127.0.0.1:45989_e_xwi    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 710973 INFO  (TEST-ShardSplitTest.test-seed#[8433A5578BB536BB]) [n:127.0.0.1:45989_e_xwi    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 710975 INFO  (TEST-ShardSplitTest.test-seed#[8433A5578BB536BB]) [n:127.0.0.1:45989_e_xwi    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:45989_e_xwi
   [junit4]   2> 710975 INFO  (zkCallback-2005-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 710975 INFO  (zkCallback-2013-thread-1-processing-n:127.0.0.1:43371_e_xwi) [n:127.0.0.1:43371_e_xwi    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 710975 INFO  (zkCallback-1995-thread-2-processing-n:127.0.0.1:41137_e_xwi) [n:127.0.0.1:41137_e_xwi    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 710975 INFO  (zkCallback-2023-thread-1-processing-n:127.0.0.1:46505_e_xwi) [n:127.0.0.1:46505_e_xwi    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 710976 INFO  (zkCallback-2033-thread-1-processing-n:127.0.0.1:45989_e_xwi) [n:127.0.0.1:45989_e_xwi    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 711124 INFO  (TEST-ShardSplitTest.test-seed#[8433A5578BB536BB]) [n:127.0.0.1:45989_e_xwi    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@162ecc8
   [junit4]   2> 711135 INFO  (TEST-ShardSplitTest.test-seed#[8433A5578BB536BB]) [n:127.0.0.1:45989_e_xwi    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@162ecc8
   [junit4]   2> 711136 INFO  (TEST-ShardSplitTest.test-seed#[8433A5578BB536BB]) [n:127.0.0.1:45989_e_xwi    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@162ecc8
   [junit4]   2> 711137 INFO  (TEST-ShardSplitTest.test-seed#[8433A5578BB536BB]) [n:127.0.0.1:45989_e_xwi    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.ShardSplitTest_8433A5578BB536BB-001/shard-3-001/cores
   [junit4]   2> 711194 INFO  (qtp18608789-8846) [n:127.0.0.1:41137_e_xwi    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:45989_e_xwi&action=ADDREPLICA&collection=collection1&shard=shard2&type=TLOG&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 711196 INFO  (OverseerCollectionConfigSetProcessor-99422663847247876-127.0.0.1:41137_e_xwi-n_0000000000) [n:127.0.0.1:41137_e_xwi    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000006 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 711196 INFO  (OverseerThreadFactory-3345-thread-5-processing-n:127.0.0.1:41137_e_xwi) [n:127.0.0.1:41137_e_xwi    ] o.a.s.c.a.c.AddReplicaCmd Node Identified 127.0.0.1:45989_e_xwi for creating new replica
   [junit4]   2> 711199 INFO  (qtp14533533-8925) [n:127.0.0.1:45989_e_xwi    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_t45&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=TLOG
   [junit4]   2> 711199 INFO  (qtp14533533-8925) [n:127.0.0.1:45989_e_xwi    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 711302 INFO  (zkCallback-2013-thread-1-processing-n:127.0.0.1:43371_e_xwi) [n:127.0.0.1:43371_e_xwi    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 711302 INFO  (zkCallback-2023-thread-1-processing-n:127.0.0.1:46505_e_xwi) [n:127.0.0.1:46505_e_xwi    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 711302 INFO  (zkCallback-2033-thread-1-processing-n:127.0.0.1:45989_e_xwi) [n:127.0.0.1:45989_e_xwi    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 712290 INFO  (qtp14533533-8925) [n:127.0.0.1:45989_e_xwi c:collection1 s:shard2  x:collection1_shard2_replica_t45] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 712302 INFO  (qtp14533533-8925) [n:127.0.0.1:45989_e_xwi c:collection1 s:shard2  x:collection1_shard2_replica_t45] o.a.s.s.IndexSchema [collection1_shard2_replica_t45] Schema name=test
   [junit4]   2> 712366 INFO  (qtp14533533-8925) [n:127.0.0.1:45989_e_xwi c:collection1 s:shard2  x:collection1_shard2_replica_t45] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 712376 INFO  (qtp14533533-8925) [n:127.0.0.1:45989_e_xwi c:collection1 s:shard2  x:collection1_shard2_replica_t45] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard2_replica_t45' using configuration from collection collection1, trusted=true
   [junit4]   2> 712376 INFO  (qtp14533533-8925) [n:127.0.0.1:45989_e_xwi c:collection1 s:shard2  x:collection1_shard2_replica_t45] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1.shard2.replica_t45' (registry 'solr.core.collection1.shard2.replica_t45') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@162ecc8
   [junit4]   2> 712376 INFO  (qtp14533533-8925) [n:127.0.0.1:45989_e_xwi c:collection1 s:shard2  x:collection1_shard2_replica_t45] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 712376 INFO  (qtp14533533-8925) [n:127.0.0.1:45989_e_xwi c:collection1 s:shard2  x:collection1_shard2_replica_t45] o.a.s.c.SolrCore [[collection1_shard2_replica_t45] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.ShardSplitTest_8433A5578BB536BB-001/shard-3-001/cores/collection1_shard2_replica_t45], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.ShardSplitTest_8433A5578BB536BB-001/shard-3-001/cores/collection1_shard2_replica_t45/data/]
   [junit4]   2> 712380 INFO  (qtp14533533-8925) [n:127.0.0.1:45989_e_xwi c:collection1 s:shard2  x:collection1_shard2_replica_t45] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=10, maxMergeAtOnceExplicit=37, maxMergedSegmentMB=92.236328125, floorSegmentMB=1.6201171875, forceMergeDeletesPctAllowed=20.22970299552167, segmentsPerTier=15.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.7414738347429056
   [junit4]   2> 712418 WARN  (qtp14533533-8925) [n:127.0.0.1:45989_e_xwi c:collection1 s:shard2  x:collection1_shard2_replica_t45] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 712455 INFO  (qtp14533533-8925) [n:127.0.0.1:45989_e_xwi c:collection1 s:shard2  x:collection1_shard2_replica_t45] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 712455 INFO  (qtp14533533-8925) [n:127.0.0.1:45989_e_xwi c:collection1 s:shard2  x:collection1_shard2_replica_t45] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 712456 INFO  (qtp14533533-8925) [n:127.0.0.1:45989_e_xwi c:collection1 s:shard2  x:collection1_shard2_replica_t45] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 712456 INFO  (qtp14533533-8925) [n:127.0.0.1:45989_e_xwi c:collection1 s:shard2  x:collection1_shard2_replica_t45] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 712458 INFO  (qtp14533533-8925) [n:127.0.0.1:45989_e_xwi c:collection1 s:shard2  x:collection1_shard2_replica_t45] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=38726599, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 712459 INFO  (qtp14533533-8925) [n:127.0.0.1:45989_e_xwi c:collection1 s:shard2  x:collection1_shard2_replica_t45] o.a.s.s.SolrIndexSearcher Opening [Searcher@16e6054[collection1_shard2_replica_t45] main]
   [junit4]   2> 712460 INFO  (qtp14533533-8925) [n:127.0.0.1:45989_e_xwi c:collection1 s:shard2  x:collection1_shard2_replica_t45] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 712460 INFO  (qtp14533533-8925) [n:127.0.0.1:45989_e_xwi c:collection1 s:shard2  x:collection1_shard2_replica_t45] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 712461 INFO  (qtp14533533-8925) [n:127.0.0.1:45989_e_xwi c:collection1 s:shard2  x:collection1_shard2_replica_t45] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 712462 INFO  (searcherExecutor-3381-thread-1-processing-n:127.0.0.1:45989_e_xwi x:collection1_shard2_replica_t45 s:shard2 c:collection1) [n:127.0.0.1:45989_e_xwi c:collection1 s:shard2  x:collection1_shard2_replica_t45] o.a.s.c.SolrCore [collection1_shard2_replica_t45] Registered new searcher Searcher@16e6054[collection1_shard2_replica_t45] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 712463 INFO  (qtp14533533-8925) [n:127.0.0.1:45989_e_xwi c:collection1 s:shard2  x:collection1_shard2_replica_t45] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1590762630184697856
   [junit4]   2> 712466 INFO  (qtp14533533-8925) [n:127.0.0.1:45989_e_xwi c:collection1 s:shard2  x:collection1_shard2_replica_t45] o.a.s.c.ZkController Core needs to recover:collection1_shard2_replica_t45
   [junit4]   2> 712466 INFO  (updateExecutor-2029-thread-1-processing-n:127.0.0.1:45989_e_xwi x:collection1_shard2_replica_t45 s:shard2 c:collection1) [n:127.0.0.1:45989_e_xwi c:collection1 s:shard2 r:core_node46 x:collection1_shard2_replica_t45] o.a.s.u.DefaultSolrCoreState Running recovery
   [junit4]   2> 712466 INFO  (recoveryExecutor-2030-thread-1-processing-n:127.0.0.1:45989_e_xwi x:collection1_shard2_replica_t45 s:shard2 c:collection1 r:core_node46) [n:127.0.0.1:45989_e_xwi c:collection1 s:shard2 r:core_node46 x:collection1_shard2_replica_t45] o.a.s.c.RecoveryStrategy Starting recovery process. recoveringAfterStartup=true
   [junit4]   2> 712466 INFO  (recoveryExecutor-2030-thread-1-processing-n:127.0.0.1:45989_e_xwi x:collection1_shard2_replica_t45 s:shard2 c:collection1 r:core_node46) [n:127.0.0.1:45989_e_xwi c:collection1 s:shard2 r:core_node46 x:collection1_shard2_replica_t45] o.a.s.c.RecoveryStrategy ###### startupVersions=[[]]
   [junit4]   2> 712466 INFO  (recoveryExecutor-2030-thread-1-processing-n:127.0.0.1:45989_e_xwi x:collection1_shard2_replica_t45 s:shard2 c:collection1 r:core_node46) [n:127.0.0.1:45989_e_xwi c:collection1 s:shard2 r:core_node46 x:collection1_shard2_replica_t45] o.a.s.c.ZkController collection1_shard2_replica_t45 stopping background replication from leader
   [junit4]   2> 712467 INFO  (recoveryExecutor-2030-thread-1-processing-n:127.0.0.1:45989_e_xwi x:collection1_shard2_replica_t45 s:shard2 c:collection1 r:core_node46) [n:127.0.0.1:45989_e_xwi c:collection1 s:shard2 r:core_node46 x:collection1_shard2_replica_t45] o.a.s.c.RecoveryStrategy Begin buffering updates. core=[collection1_shard2_replica_t45]
   [junit4]   2> 712467 INFO  (recoveryExecutor-2030-thread-1-processing-n:127.0.0.1:45989_e_xwi x:collection1_shard2_replica_t45 s:shard2 c:collection1 r:core_node46) [n:127.0.0.1:45989_e_xwi c:collection1 s:shard2 r:core_node46 x:collection1_shard2_replica_t45] o.a.s.u.UpdateLog Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
   [junit4]   2> 712467 INFO  (recoveryExecutor-2030-thread-1-processing-n:127.0.0.1:45989_e_xwi x:collection1_shard2_replica_t45 s:shard2 c:collection1 r:core_node46) [n:127.0.0.1:45989_e_xwi c:collection1 s:shard2 r:core_node46 x:collection1_shard2_replica_t45] o.a.s.c.RecoveryStrategy Publishing state of core [collection1_shard2_replica_t45] as recovering, leader is [http://127.0.0.1:43371/e_xwi/collection1_shard2_replica_t41/] and I am [http://127.0.0.1:45989/e_xwi/collection1_shard2_replica_t45/]
   [junit4]   2> 712467 INFO  (qtp14533533-8925) [n:127.0.0.1:45989_e_xwi c:collection1 s:shard2  x:collection1_shard2_replica_t45] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_t45&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=TLOG} status=0 QTime=1268
   [junit4]   2> 712469 INFO  (qtp18608789-8846) [n:127.0.0.1:41137_e_xwi    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={node=127.0.0.1:45989_e_xwi&action=ADDREPLICA&collection=collection1&shard=shard2&type=TLOG&wt=javabin&version=2} status=0 QTime=1274
   [junit4]   2> 712472 INFO  (recoveryExecutor-2030-thread-1-processing-n:127.0.0.1:45989_e_xwi x:collection1_shard2_replica_t45 s:shard2 c:collection1 r:core_node46) [n:127.0.0.1:45989_e_xwi c:collection1 s:shard2 r:core_node46 x:collection1_shard2_replica_t45] o.a.s.c.RecoveryStrategy Sending prep recovery command to [http://127.0.0.1:43371/e_xwi]; [WaitForState: action=PREPRECOVERY&core=collection1_shard2_replica_t41&nodeName=127.0.0.1:45989_e_xwi&coreNodeName=core_node46&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true]
   [junit4]   2> 712474 INFO  (qtp4006142-8868) [n:127.0.0.1:43371_e_xwi    ] o.a.s.h.a.PrepRecoveryOp Going to wait for coreNodeName: core_node46, state: recovering, checkLive: true, onlyIfLeader: true, onlyIfLeaderActive: true, maxTime: 183 s
   [junit4]   2> 712474 INFO  (qtp4006142-8868) [n:127.0.0.1:43371_e_xwi    ] o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering): collection=collection1, shard=shard2, thisCore=collection1_shard2_replica_t41, leaderDoesNotNeedRecovery=false, isLeader? true, live=true, checkLive=true, currentState=down, localState=active, nodeName=127.0.0.1:45989_e_xwi, coreNodeName=core_node46, onlyIfActiveCheckResult=false, nodeProps: core_node46:{"core":"collection1_shard2_replica_t45","base_url":"http://127.0.0.1:45989/e_xwi","node_name":"127.0.0.1:45989_e_xwi","state":"down","type":"TLOG"}
   [junit4]   2> 712543 INFO  (TEST-ShardSplitTest.test-seed#[8433A5578BB536BB]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 4 in directory /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.ShardSplitTest_8433A5578BB536BB-001/shard-4-001 of type TLOG
   [junit4]   2> 712543 INFO  (TEST-ShardSplitTest.test-seed#[8433A5578BB536BB]) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T17:27:37-04:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 712544 INFO  (TEST-ShardSplitTest.test-seed#[8433A5578BB536BB]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 712544 INFO  (TEST-ShardSplitTest.test-seed#[8433A5578BB536BB]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 712544 INFO  (TEST-ShardSplitTest.test-seed#[8433A5578BB536BB]) [    ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 712544 INFO  (TEST-ShardSplitTest.test-seed#[8433A5578BB536BB]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1ad4e28{/e_xwi,null,AVAILABLE}
   [junit4]   2> 712545 INFO  (TEST-ShardSplitTest.test-seed#[8433A5578BB536BB]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@1eeebd6{HTTP/1.1,[http/1.1]}{127.0.0.1:38979}
   [junit4]   2> 712545 INFO  (TEST-ShardSplitTest.test-seed#[8433A5578BB536BB]) [    ] o.e.j.s.Server Started @715204ms
   [junit4]   2> 712545 INFO  (TEST-ShardSplitTest.test-seed#[8433A5578BB536BB]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.ShardSplitTest_8433A5578BB536BB-001/tempDir-001/jetty4, replicaType=TLOG, solrconfig=solrconfig.xml, hostContext=/e_xwi, hostPort=38979, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.ShardSplitTest_8433A5578BB536BB-001/shard-4-001/cores}
   [junit4]   2> 712545 ERROR (TEST-ShardSplitTest.test-seed#[8433A5578BB536BB]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 712546 INFO  (TEST-ShardSplitTest.test-seed#[8433A5578BB536BB]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 712546 INFO  (TEST-ShardSplitTest.test-seed#[8433A5578BB536BB]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 712546 INFO  (TEST-ShardSplitTest.test-seed#[8433A5578BB536BB]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 712546 INFO  (TEST-ShardSplitTest.test-seed#[8433A5578BB536BB]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-01-27T16:11:03.989Z
   [junit4]   2> 712547 INFO  (zkConnectionManagerCallback-2039-thread-

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

registry=solr.jvm, tag=null
   [junit4]   2> 1606497 INFO  (TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[8433A5578BB536BB]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@1f2773d: rootName = null, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@1319be9
   [junit4]   2> 1606497 INFO  (TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[8433A5578BB536BB]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 1606498 INFO  (TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[8433A5578BB536BB]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@1fc3fd6: rootName = null, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@722ab0
   [junit4]   2> 1606499 INFO  (TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[8433A5578BB536BB]) [    ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:44543_e_xwi
   [junit4]   2> 1606499 INFO  (TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[8433A5578BB536BB]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 1606499 INFO  (zkCallback-2341-thread-6-processing-n:127.0.0.1:44543_e_xwi) [n:127.0.0.1:44543_e_xwi    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (0)
   [junit4]   2> 1606500 INFO  (coreCloseExecutor-4074-thread-1) [n:127.0.0.1:44543_e_xwi c:collection1 s:shard1 r:core_node48 x:collection1_shard1_replica_n47] o.a.s.c.SolrCore [collection1_shard1_replica_n47]  CLOSING SolrCore org.apache.solr.core.SolrCore@19494c0
   [junit4]   2> 1606500 INFO  (coreCloseExecutor-4074-thread-1) [n:127.0.0.1:44543_e_xwi c:collection1 s:shard1 r:core_node48 x:collection1_shard1_replica_n47] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1.shard1.replica_n47, tag=26514624
   [junit4]   2> 1606500 INFO  (coreCloseExecutor-4074-thread-1) [n:127.0.0.1:44543_e_xwi c:collection1 s:shard1 r:core_node48 x:collection1_shard1_replica_n47] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@1fa5abc: rootName = null, domain = solr.core.collection1.shard1.replica_n47, service url = null, agent id = null] for registry solr.core.collection1.shard1.replica_n47 / com.codahale.metrics.MetricRegistry@1a010ca
   [junit4]   2> 1606509 INFO  (coreCloseExecutor-4074-thread-1) [n:127.0.0.1:44543_e_xwi c:collection1 s:shard1 r:core_node48 x:collection1_shard1_replica_n47] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.collection1.shard1.leader, tag=26514624
   [junit4]   2> 1606511 INFO  (TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[8433A5578BB536BB]) [    ] o.a.s.c.Overseer Overseer (id=99422692089528338-127.0.0.1:44543_e_xwi-n_0000000004) closing
   [junit4]   2> 1606511 INFO  (OverseerStateUpdate-99422692089528338-127.0.0.1:44543_e_xwi-n_0000000004) [n:127.0.0.1:44543_e_xwi    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:44543_e_xwi
   [junit4]   2> 1606511 WARN  (OverseerAutoScalingTriggerThread-99422692089528338-127.0.0.1:44543_e_xwi-n_0000000004) [n:127.0.0.1:44543_e_xwi    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 1606514 INFO  (TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[8433A5578BB536BB]) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@1cb03ec{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 1606514 INFO  (TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[8433A5578BB536BB]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@8ad845{/e_xwi,null,UNAVAILABLE}
   [junit4]   2> 1606514 INFO  (TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[8433A5578BB536BB]) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 1606515 ERROR (TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[8433A5578BB536BB]) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 1606515 INFO  (TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[8433A5578BB536BB]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:38439 38439
   [junit4]   2> 1613099 INFO  (Thread-2651) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:38439 38439
   [junit4]   2> 1613099 WARN  (Thread-2651) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	8	/solr/aliases.json
   [junit4]   2> 	6	/solr/security.json
   [junit4]   2> 	6	/solr/collections/collection1/state.json
   [junit4]   2> 	6	/solr/configs/conf1
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	8	/solr/clusterprops.json
   [junit4]   2> 	8	/solr/clusterstate.json
   [junit4]   2> 	4	/solr/autoscaling.json
   [junit4]   2> 	2	/solr/overseer_elect/election/99422692089528329-127.0.0.1:39493_e_xwi-n_0000000001
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	8	/solr/live_nodes
   [junit4]   2> 	8	/solr/collections
   [junit4]   2> 	4	/solr/overseer/queue
   [junit4]   2> 	4	/solr/overseer/collection-queue-work
   [junit4]   2> 	4	/solr/overseer/queue-work
   [junit4]   2> 	3	/solr/autoscaling/events/.auto_add_replicas
   [junit4]   2> 
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=ShardSplitTest -Dtests.method=testSplitWithChaosMonkey -Dtests.seed=8433A5578BB536BB -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=no-NO -Dtests.timezone=America/Sao_Paulo -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] FAILURE  478s J2 | ShardSplitTest.testSplitWithChaosMonkey <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: There are still nodes recoverying - waited for 330 seconds
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([8433A5578BB536BB:F147686CAB39D3F]:0)
   [junit4]    > 	at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:185)
   [junit4]    > 	at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:140)
   [junit4]    > 	at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:135)
   [junit4]    > 	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.waitForRecoveriesToFinish(AbstractFullDistribZkTestBase.java:915)
   [junit4]    > 	at org.apache.solr.cloud.api.collections.ShardSplitTest.testSplitWithChaosMonkey(ShardSplitTest.java:431)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:993)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.ShardSplitTest_8433A5578BB536BB-001
   [junit4]   2> NOTE: test params are: codec=Lucene70, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@2a796f), locale=no-NO, timezone=America/Sao_Paulo
   [junit4]   2> NOTE: Linux 4.13.0-31-generic i386/Oracle Corporation 1.8.0_144 (32-bit)/cpus=8,threads=1,free=90669688,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [ReplicationFactorTest, AutoAddReplicasPlanActionTest, ClusterStateUpdateTest, DistributedSpellCheckComponentTest, LeaderElectionIntegrationTest, TestInPlaceUpdatesStandalone, DeleteReplicaTest, TestMiniSolrCloudClusterSSL, ConjunctionSolrSpellCheckerTest, BufferStoreTest, TestQuerySenderListener, CleanupOldIndexTest, SolrCmdDistributorTest, HdfsSyncSliceTest, TestLeaderElectionZkExpiry, MetricTriggerTest, SuggestComponentContextFilterQueryTest, TestExpandComponent, TemplateUpdateProcessorTest, BlockJoinFacetRandomTest, TestFaceting, SolrCLIZkUtilsTest, ConfigureRecoveryStrategyTest, SolrMetricReporterTest, ResponseLogComponentTest, TestNumericTerms64, ConnectionReuseTest, ClassificationUpdateProcessorFactoryTest, TestAtomicUpdateErrorCases, ReplicaListTransformerTest, TlogReplayBufferedWhileIndexingTest, TestBadConfig, ManagedSchemaRoundRobinCloudTest, TestSSLRandomization, TestStressReorder, TestCoreAdminApis, TestFastWriter, TestLegacyNumericRangeQueryBuilder, ShowFileRequestHandlerTest, StatelessScriptUpdateProcessorFactoryTest, SSLMigrationTest, SparseHLLTest, SecurityConfHandlerTest, TestFieldCacheWithThreads, TestUnifiedSolrHighlighter, NoCacheHeaderTest, DirectSolrSpellCheckerTest, TestTolerantUpdateProcessorCloud, TestCodecSupport, PingRequestHandlerTest, ParsingFieldUpdateProcessorsTest, LeaderElectionContextKeyTest, TestSolrCoreParser, OverseerStatusTest, TestReplicaProperties, TestExactStatsCache, TestHighFrequencyDictionaryFactory, TestIntervalFaceting, URLClassifyProcessorTest, TestLazyCores, TestAuthenticationFramework, TestCryptoKeys, TestHdfsBackupRestoreCore, CoreAdminCreateDiscoverTest, LeaderInitiatedRecoveryOnCommitTest, SimpleMLTQParserTest, TestRandomDVFaceting, NumericFieldsTest, DocValuesTest, TestCollapseQParserPlugin, LeaderElectionTest, TestDFRSimilarityFactory, CoreAdminHandlerTest, DeleteInactiveReplicaTest, UtilsToolTest, TestValueSourceCache, TestConfigSetProperties, TestMultiWordSynonyms, ConnectionManagerTest, TestCollectionsAPIViaSolrCloudCluster, DistanceFunctionTest, DateRangeFieldTest, ShardSplitTest]
   [junit4] Completed [279/770 (1!)] on J2 in 908.91s, 5 tests, 1 failure <<< FAILURES!

[...truncated 45483 lines...]

[JENKINS] Lucene-Solr-master-Linux (64bit/jdk1.8.0_144) - Build # 21357 - Still Unstable!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/21357/
Java: 64bit/jdk1.8.0_144 -XX:-UseCompressedOops -XX:+UseG1GC

1 tests failed.
FAILED:  org.apache.solr.cloud.autoscaling.TriggerIntegrationTest.testMetricTrigger

Error Message:


Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([EF5404D2EDA40974:5558335DB24CDF3B]:0)
	at org.junit.Assert.fail(Assert.java:92)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.junit.Assert.assertNull(Assert.java:551)
	at org.junit.Assert.assertNull(Assert.java:562)
	at org.apache.solr.cloud.autoscaling.TriggerIntegrationTest.testMetricTrigger(TriggerIntegrationTest.java:1575)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 12336 lines...]
   [junit4] Suite: org.apache.solr.cloud.autoscaling.TriggerIntegrationTest
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.TriggerIntegrationTest_EF5404D2EDA40974-001/init-core-data-001
   [junit4]   2> 833898 WARN  (SUITE-TriggerIntegrationTest-seed#[EF5404D2EDA40974]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=5 numCloses=5
   [junit4]   2> 833898 INFO  (SUITE-TriggerIntegrationTest-seed#[EF5404D2EDA40974]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 833899 INFO  (SUITE-TriggerIntegrationTest-seed#[EF5404D2EDA40974]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 833899 INFO  (SUITE-TriggerIntegrationTest-seed#[EF5404D2EDA40974]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 833899 INFO  (SUITE-TriggerIntegrationTest-seed#[EF5404D2EDA40974]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.TriggerIntegrationTest_EF5404D2EDA40974-001/tempDir-001
   [junit4]   2> 833899 INFO  (SUITE-TriggerIntegrationTest-seed#[EF5404D2EDA40974]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 833899 INFO  (Thread-1530) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 833899 INFO  (Thread-1530) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 833901 ERROR (Thread-1530) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 833999 INFO  (SUITE-TriggerIntegrationTest-seed#[EF5404D2EDA40974]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:43231
   [junit4]   2> 834001 INFO  (zkConnectionManagerCallback-1298-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 834002 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x1613787e3bc0000, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 834003 INFO  (jetty-launcher-1295-thread-1) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-22T11:27:37+14:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 834004 INFO  (jetty-launcher-1295-thread-2) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-22T11:27:37+14:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 834015 INFO  (jetty-launcher-1295-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 834015 INFO  (jetty-launcher-1295-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 834015 INFO  (jetty-launcher-1295-thread-1) [    ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 834015 INFO  (jetty-launcher-1295-thread-2) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 834015 INFO  (jetty-launcher-1295-thread-2) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 834015 INFO  (jetty-launcher-1295-thread-2) [    ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 834015 INFO  (jetty-launcher-1295-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@2a1a568c{/solr,null,AVAILABLE}
   [junit4]   2> 834015 INFO  (jetty-launcher-1295-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@31316538{/solr,null,AVAILABLE}
   [junit4]   2> 834016 INFO  (jetty-launcher-1295-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@713e3e13{HTTP/1.1,[http/1.1]}{127.0.0.1:38537}
   [junit4]   2> 834016 INFO  (jetty-launcher-1295-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@3589a196{HTTP/1.1,[http/1.1]}{127.0.0.1:44423}
   [junit4]   2> 834016 INFO  (jetty-launcher-1295-thread-2) [    ] o.e.j.s.Server Started @836357ms
   [junit4]   2> 834016 INFO  (jetty-launcher-1295-thread-1) [    ] o.e.j.s.Server Started @836357ms
   [junit4]   2> 834016 INFO  (jetty-launcher-1295-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=38537}
   [junit4]   2> 834016 INFO  (jetty-launcher-1295-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=44423}
   [junit4]   2> 834016 ERROR (jetty-launcher-1295-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 834016 ERROR (jetty-launcher-1295-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 834016 INFO  (jetty-launcher-1295-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 834016 INFO  (jetty-launcher-1295-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 834016 INFO  (jetty-launcher-1295-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 834016 INFO  (jetty-launcher-1295-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 834016 INFO  (jetty-launcher-1295-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 834016 INFO  (jetty-launcher-1295-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 834016 INFO  (jetty-launcher-1295-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-01-27T12:11:48.144Z
   [junit4]   2> 834016 INFO  (jetty-launcher-1295-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-01-27T12:11:48.144Z
   [junit4]   2> 834020 INFO  (zkConnectionManagerCallback-1302-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 834020 INFO  (zkConnectionManagerCallback-1301-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 834020 INFO  (jetty-launcher-1295-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 834020 INFO  (jetty-launcher-1295-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 834026 INFO  (jetty-launcher-1295-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43231/solr
   [junit4]   2> 834026 INFO  (jetty-launcher-1295-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43231/solr
   [junit4]   2> 834027 INFO  (zkConnectionManagerCallback-1307-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 834027 INFO  (zkConnectionManagerCallback-1310-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 834029 INFO  (zkConnectionManagerCallback-1314-thread-1-processing-n:127.0.0.1:44423_solr) [n:127.0.0.1:44423_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 834029 INFO  (zkConnectionManagerCallback-1312-thread-1-processing-n:127.0.0.1:38537_solr) [n:127.0.0.1:38537_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 834061 INFO  (jetty-launcher-1295-thread-2) [n:127.0.0.1:38537_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 834061 INFO  (jetty-launcher-1295-thread-1) [n:127.0.0.1:44423_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 834062 INFO  (jetty-launcher-1295-thread-2) [n:127.0.0.1:38537_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:38537_solr
   [junit4]   2> 834062 INFO  (jetty-launcher-1295-thread-1) [n:127.0.0.1:44423_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:44423_solr
   [junit4]   2> 834067 INFO  (jetty-launcher-1295-thread-2) [n:127.0.0.1:38537_solr    ] o.a.s.c.Overseer Overseer (id=99421723559723014-127.0.0.1:38537_solr-n_0000000000) starting
   [junit4]   2> 834070 INFO  (zkCallback-1313-thread-1-processing-n:127.0.0.1:44423_solr) [n:127.0.0.1:44423_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 834072 INFO  (zkCallback-1311-thread-1-processing-n:127.0.0.1:38537_solr) [n:127.0.0.1:38537_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 834107 DEBUG (OverseerAutoScalingTriggerThread-99421723559723014-127.0.0.1:38537_solr-n_0000000000) [n:127.0.0.1:38537_solr    ] o.a.s.c.a.OverseerTriggerThread Adding .autoAddReplicas trigger
   [junit4]   2> 834107 INFO  (jetty-launcher-1295-thread-2) [n:127.0.0.1:38537_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:38537_solr
   [junit4]   2> 834108 DEBUG (OverseerAutoScalingTriggerThread-99421723559723014-127.0.0.1:38537_solr-n_0000000000) [n:127.0.0.1:38537_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 1
   [junit4]   2> 834111 INFO  (zkCallback-1311-thread-1-processing-n:127.0.0.1:38537_solr) [n:127.0.0.1:38537_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 834111 INFO  (zkCallback-1313-thread-1-processing-n:127.0.0.1:44423_solr) [n:127.0.0.1:44423_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 834123 DEBUG (OverseerAutoScalingTriggerThread-99421723559723014-127.0.0.1:38537_solr-n_0000000000) [n:127.0.0.1:38537_solr    ] o.a.s.c.a.NodeLostTrigger Initial livenodes: [127.0.0.1:38537_solr, 127.0.0.1:44423_solr]
   [junit4]   2> 834123 DEBUG (OverseerAutoScalingTriggerThread-99421723559723014-127.0.0.1:38537_solr-n_0000000000) [n:127.0.0.1:38537_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion -1
   [junit4]   2> 834123 DEBUG (OverseerAutoScalingTriggerThread-99421723559723014-127.0.0.1:38537_solr-n_0000000000) [n:127.0.0.1:38537_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 1
   [junit4]   2> 834124 INFO  (jetty-launcher-1295-thread-1) [n:127.0.0.1:44423_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44423.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@358aacff
   [junit4]   2> 834130 INFO  (jetty-launcher-1295-thread-1) [n:127.0.0.1:44423_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44423.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@358aacff
   [junit4]   2> 834131 INFO  (jetty-launcher-1295-thread-1) [n:127.0.0.1:44423_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44423.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@358aacff
   [junit4]   2> 834132 INFO  (jetty-launcher-1295-thread-1) [n:127.0.0.1:44423_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.TriggerIntegrationTest_EF5404D2EDA40974-001/tempDir-001/node1/.
   [junit4]   2> 834132 DEBUG (OverseerAutoScalingTriggerThread-99421723559723014-127.0.0.1:38537_solr-n_0000000000) [n:127.0.0.1:38537_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 834139 DEBUG (OverseerAutoScalingTriggerThread-99421723559723014-127.0.0.1:38537_solr-n_0000000000) [n:127.0.0.1:38537_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion 1
   [junit4]   2> 834140 DEBUG (ScheduledTrigger-2259-thread-1) [n:127.0.0.1:38537_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 834269 INFO  (jetty-launcher-1295-thread-2) [n:127.0.0.1:38537_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38537.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@358aacff
   [junit4]   2> 834274 INFO  (jetty-launcher-1295-thread-2) [n:127.0.0.1:38537_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38537.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@358aacff
   [junit4]   2> 834275 INFO  (jetty-launcher-1295-thread-2) [n:127.0.0.1:38537_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38537.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@358aacff
   [junit4]   2> 834276 INFO  (jetty-launcher-1295-thread-2) [n:127.0.0.1:38537_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.TriggerIntegrationTest_EF5404D2EDA40974-001/tempDir-001/node2/.
   [junit4]   2> 834313 INFO  (zkConnectionManagerCallback-1320-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 834317 INFO  (zkConnectionManagerCallback-1324-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 834317 INFO  (SUITE-TriggerIntegrationTest-seed#[EF5404D2EDA40974]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 834318 INFO  (SUITE-TriggerIntegrationTest-seed#[EF5404D2EDA40974]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:43231/solr ready
   [junit4]   2> 834333 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTriggerRestoreState-seed#[EF5404D2EDA40974]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testNodeAddedTriggerRestoreState
   [junit4]   2> 834335 DEBUG (zkCallback-1311-thread-1-processing-n:127.0.0.1:38537_solr) [n:127.0.0.1:38537_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 2
   [junit4]   2> 834335 DEBUG (OverseerAutoScalingTriggerThread-99421723559723014-127.0.0.1:38537_solr-n_0000000000) [n:127.0.0.1:38537_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 2
   [junit4]   2> 834336 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTriggerRestoreState-seed#[EF5404D2EDA40974]) [    ] o.a.s.c.a.TriggerIntegrationTest /autoscaling.json reset, new znode version 2
   [junit4]   2> 834338 DEBUG (OverseerAutoScalingTriggerThread-99421723559723014-127.0.0.1:38537_solr-n_0000000000) [n:127.0.0.1:38537_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeLost markers
   [junit4]   2> 834338 DEBUG (OverseerAutoScalingTriggerThread-99421723559723014-127.0.0.1:38537_solr-n_0000000000) [n:127.0.0.1:38537_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 834338 DEBUG (OverseerAutoScalingTriggerThread-99421723559723014-127.0.0.1:38537_solr-n_0000000000) [n:127.0.0.1:38537_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 2, lastZnodeVersion 2
   [junit4]   2> 834354 INFO  (qtp1335300337-6547) [n:127.0.0.1:38537_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 834357 INFO  (qtp662699437-6602) [n:127.0.0.1:44423_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 834357 DEBUG (qtp662699437-6540) [n:127.0.0.1:44423_solr    ] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 834358 DEBUG (zkCallback-1311-thread-1-processing-n:127.0.0.1:38537_solr) [n:127.0.0.1:38537_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 3
   [junit4]   2> 834361 INFO  (qtp662699437-6540) [n:127.0.0.1:44423_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/autoscaling params={wt=javabin&version=2} status=0 QTime=9
   [junit4]   2> 834362 DEBUG (zkCallback-1311-thread-1-processing-n:127.0.0.1:38537_solr) [n:127.0.0.1:38537_solr    ] o.a.s.c.a.NodeAddedTrigger Initial livenodes: [127.0.0.1:38537_solr, 127.0.0.1:44423_solr]
   [junit4]   2> 834362 DEBUG (zkCallback-1311-thread-1-processing-n:127.0.0.1:38537_solr) [n:127.0.0.1:38537_solr    ] o.a.s.c.a.NodeAddedTrigger NodeAddedTrigger node_added_restore_trigger instantiated with properties: {event=nodeAdded, waitFor=5, actions=[{name=test, class=org.apache.solr.cloud.autoscaling.TriggerIntegrationTest$TestTriggerAction}], enabled=true}
   [junit4]   2> 834362 DEBUG (OverseerAutoScalingTriggerThread-99421723559723014-127.0.0.1:38537_solr-n_0000000000) [n:127.0.0.1:38537_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 3
   [junit4]   2> 834362 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTriggerRestoreState-seed#[EF5404D2EDA40974]) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-22T11:27:37+14:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 834363 INFO  (OverseerAutoScalingTriggerThread-99421723559723014-127.0.0.1:38537_solr-n_0000000000) [n:127.0.0.1:38537_solr    ] o.a.s.c.a.TriggerIntegrationTest TestTriggerAction init
   [junit4]   2> 834367 DEBUG (OverseerAutoScalingTriggerThread-99421723559723014-127.0.0.1:38537_solr-n_0000000000) [n:127.0.0.1:38537_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeLost markers
   [junit4]   2> 834366 DEBUG (ScheduledTrigger-2259-thread-1) [n:127.0.0.1:38537_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_restore_trigger
   [junit4]   2> 834367 DEBUG (ScheduledTrigger-2259-thread-1) [n:127.0.0.1:38537_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 2
   [junit4]   2> 834369 DEBUG (OverseerAutoScalingTriggerThread-99421723559723014-127.0.0.1:38537_solr-n_0000000000) [n:127.0.0.1:38537_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 3, lastZnodeVersion 3
   [junit4]   2> 834391 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTriggerRestoreState-seed#[EF5404D2EDA40974]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 834391 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTriggerRestoreState-seed#[EF5404D2EDA40974]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 834391 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTriggerRestoreState-seed#[EF5404D2EDA40974]) [    ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 834391 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTriggerRestoreState-seed#[EF5404D2EDA40974]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@2bb07665{/solr,null,AVAILABLE}
   [junit4]   2> 834392 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTriggerRestoreState-seed#[EF5404D2EDA40974]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@411182dc{HTTP/1.1,[http/1.1]}{127.0.0.1:36911}
   [junit4]   2> 834392 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTriggerRestoreState-seed#[EF5404D2EDA40974]) [    ] o.e.j.s.Server Started @836733ms
   [junit4]   2> 834392 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTriggerRestoreState-seed#[EF5404D2EDA40974]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=36911}
   [junit4]   2> 834392 ERROR (TEST-TriggerIntegrationTest.testNodeAddedTriggerRestoreState-seed#[EF5404D2EDA40974]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 834392 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTriggerRestoreState-seed#[EF5404D2EDA40974]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 834392 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTriggerRestoreState-seed#[EF5404D2EDA40974]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 834392 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTriggerRestoreState-seed#[EF5404D2EDA40974]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 834392 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTriggerRestoreState-seed#[EF5404D2EDA40974]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-01-27T12:11:48.520Z
   [junit4]   2> 834399 INFO  (zkConnectionManagerCallback-1326-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 834407 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTriggerRestoreState-seed#[EF5404D2EDA40974]) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 834427 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTriggerRestoreState-seed#[EF5404D2EDA40974]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43231/solr
   [junit4]   2> 834429 INFO  (zkConnectionManagerCallback-1330-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 834431 INFO  (zkConnectionManagerCallback-1332-thread-1-processing-n:127.0.0.1:36911_solr) [n:127.0.0.1:36911_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 834433 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTriggerRestoreState-seed#[EF5404D2EDA40974]) [n:127.0.0.1:36911_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 834437 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTriggerRestoreState-seed#[EF5404D2EDA40974]) [n:127.0.0.1:36911_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 834439 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTriggerRestoreState-seed#[EF5404D2EDA40974]) [n:127.0.0.1:36911_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:36911_solr
   [junit4]   2> 834440 INFO  (zkCallback-1313-thread-1-processing-n:127.0.0.1:44423_solr) [n:127.0.0.1:44423_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 834440 INFO  (zkCallback-1311-thread-1-processing-n:127.0.0.1:38537_solr) [n:127.0.0.1:38537_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 834443 INFO  (zkCallback-1323-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 834444 INFO  (zkCallback-1331-thread-1-processing-n:127.0.0.1:36911_solr) [n:127.0.0.1:36911_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 834518 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTriggerRestoreState-seed#[EF5404D2EDA40974]) [n:127.0.0.1:36911_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36911.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@358aacff
   [junit4]   2> 834525 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTriggerRestoreState-seed#[EF5404D2EDA40974]) [n:127.0.0.1:36911_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36911.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@358aacff
   [junit4]   2> 834525 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTriggerRestoreState-seed#[EF5404D2EDA40974]) [n:127.0.0.1:36911_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36911.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@358aacff
   [junit4]   2> 834526 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTriggerRestoreState-seed#[EF5404D2EDA40974]) [n:127.0.0.1:36911_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.TriggerIntegrationTest_EF5404D2EDA40974-001/tempDir-001/node3/.
   [junit4]   2> 835370 DEBUG (ScheduledTrigger-2259-thread-2) [n:127.0.0.1:38537_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_restore_trigger
   [junit4]   2> 835370 DEBUG (ScheduledTrigger-2259-thread-2) [n:127.0.0.1:38537_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 3
   [junit4]   2> 835370 DEBUG (ScheduledTrigger-2259-thread-2) [n:127.0.0.1:38537_solr    ] o.a.s.c.a.NodeAddedTrigger Tracking new node: 127.0.0.1:36911_solr at time 348893827354871
   [junit4]   2> 836072 INFO  (qtp1714290693-6614) [n:127.0.0.1:36911_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 836073 INFO  (qtp1335300337-6554) [n:127.0.0.1:38537_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 836075 INFO  (qtp662699437-6601) [n:127.0.0.1:44423_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 836075 DEBUG (qtp1714290693-6606) [n:127.0.0.1:36911_solr    ] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 836075 INFO  (qtp1714290693-6606) [n:127.0.0.1:36911_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/autoscaling params={wt=javabin&version=2} status=0 QTime=5
   [junit4]   2> 836076 DEBUG (zkCallback-1311-thread-1-processing-n:127.0.0.1:38537_solr) [n:127.0.0.1:38537_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 4
   [junit4]   2> 836076 DEBUG (zkCallback-1311-thread-1-processing-n:127.0.0.1:38537_solr) [n:127.0.0.1:38537_solr    ] o.a.s.c.a.NodeAddedTrigger Initial livenodes: [127.0.0.1:36911_solr, 127.0.0.1:38537_solr, 127.0.0.1:44423_solr]
   [junit4]   2> 836076 DEBUG (zkCallback-1311-thread-1-processing-n:127.0.0.1:38537_solr) [n:127.0.0.1:38537_solr    ] o.a.s.c.a.NodeAddedTrigger NodeAddedTrigger node_added_restore_trigger instantiated with properties: {event=nodeAdded, waitFor=0, actions=[{name=test, class=org.apache.solr.cloud.autoscaling.TriggerIntegrationTest$TestTriggerAction}], enabled=true}
   [junit4]   2> 836076 DEBUG (OverseerAutoScalingTriggerThread-99421723559723014-127.0.0.1:38537_solr-n_0000000000) [n:127.0.0.1:38537_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 4
   [junit4]   2> 836076 INFO  (OverseerAutoScalingTriggerThread-99421723559723014-127.0.0.1:38537_solr-n_0000000000) [n:127.0.0.1:38537_solr    ] o.a.s.c.a.TriggerIntegrationTest TestTriggerAction init
   [junit4]   2> 836076 DEBUG (OverseerAutoScalingTriggerThread-99421723559723014-127.0.0.1:38537_solr-n_0000000000) [n:127.0.0.1:38537_solr    ] o.a.s.c.a.NodeAddedTrigger Adding node from marker path: 127.0.0.1:36911_solr
   [junit4]   2> 836077 DEBUG (OverseerAutoScalingTriggerThread-99421723559723014-127.0.0.1:38537_solr-n_0000000000) [n:127.0.0.1:38537_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeLost markers
   [junit4]   2> 836077 DEBUG (ScheduledTrigger-2259-thread-1) [n:127.0.0.1:38537_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_restore_trigger
   [junit4]   2> 836077 DEBUG (ScheduledTrigger-2259-thread-1) [n:127.0.0.1:38537_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 3
   [junit4]   2> 836077 DEBUG (ScheduledTrigger-2259-thread-1) [n:127.0.0.1:38537_solr    ] o.a.s.c.a.NodeAddedTrigger NodeAddedTrigger node_added_restore_trigger firing registered processor for nodes: [127.0.0.1:36911_solr] added at times [348894533533415], now=348894533869123
   [junit4]   2> 836077 DEBUG (ScheduledTrigger-2259-thread-1) [n:127.0.0.1:38537_solr    ] o.a.s.c.a.ScheduledTriggers ++++++++ Cooldown inactive - processing event: {
   [junit4]   2>   "id":"13d5156bc3ee7T7nfbhpx6oidn61ghcpc5od575",
   [junit4]   2>   "source":"node_added_restore_trigger",
   [junit4]   2>   "eventTime":348894533533415,
   [junit4]   2>   "eventType":"NODEADDED",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[348894533533415],
   [junit4]   2>     "nodeNames":["127.0.0.1:36911_solr"]}}
   [junit4]   2> 836079 DEBUG (ScheduledTrigger-2259-thread-1) [n:127.0.0.1:38537_solr    ] o.a.s.c.a.ScheduledTriggers Pausing all triggers: [node_added_restore_trigger]
   [junit4]   2> 836080 DEBUG (OverseerAutoScalingTriggerThread-99421723559723014-127.0.0.1:38537_solr-n_0000000000) [n:127.0.0.1:38537_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 4, lastZnodeVersion 4
   [junit4]   2> 836081 INFO  (ScheduledTrigger-2259-thread-1) [n:127.0.0.1:38537_solr    ] o.a.s.c.a.SystemLogListener Collection .system does not exist, disabling logging.
   [junit4]   2> 836081 DEBUG (AutoscalingActionExecutor-2260-thread-1-processing-n:127.0.0.1:38537_solr) [n:127.0.0.1:38537_solr    ] o.a.s.c.a.ScheduledTriggers -- processing actions for {
   [junit4]   2>   "id":"13d5156bc3ee7T7nfbhpx6oidn61ghcpc5od575",
   [junit4]   2>   "source":"node_added_restore_trigger",
   [junit4]   2>   "eventTime":348894533533415,
   [junit4]   2>   "eventType":"NODEADDED",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[348894533533415],
   [junit4]   2>     "_enqueue_time_":348894536599734,
   [junit4]   2>     "nodeNames":["127.0.0.1:36911_solr"]}}
   [junit4]   2> 836082 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTriggerRestoreState-seed#[EF5404D2EDA40974]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testNodeAddedTriggerRestoreState
   [junit4]   2> 836085 DEBUG (AutoscalingActionExecutor-2260-thread-1-processing-n:127.0.0.1:38537_solr) [n:127.0.0.1:38537_solr    ] o.a.s.c.a.ScheduledTriggers Resuming trigger: node_added_restore_trigger after 5000ms
   [junit4]   2> 836086 DEBUG (AutoscalingActionExecutor-2260-thread-1-processing-n:127.0.0.1:38537_solr) [n:127.0.0.1:38537_solr    ] o.a.s.c.a.ScheduledTriggers -- processing took 4 ms for event id=13d5156bc3ee7T7nfbhpx6oidn61ghcpc5od575
   [junit4]   2> 836101 INFO  (TEST-TriggerIntegrationTest.testNodeLostTriggerRestoreState-seed#[EF5404D2EDA40974]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testNodeLostTriggerRestoreState
   [junit4]   2> 836101 INFO  (TEST-TriggerIntegrationTest.testNodeLostTriggerRestoreState-seed#[EF5404D2EDA40974]) [    ] o.a.s.c.a.TriggerIntegrationTest /autoscaling.json reset, new znode version 5
   [junit4]   2> 836101 DEBUG (zkCallback-1311-thread-1-processing-n:127.0.0.1:38537_solr) [n:127.0.0.1:38537_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 5
   [junit4]   2> 836102 DEBUG (OverseerAutoScalingTriggerThread-99421723559723014-127.0.0.1:38537_solr-n_0000000000) [n:127.0.0.1:38537_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 5
   [junit4]   2> 836102 DEBUG (OverseerAutoScalingTriggerThread-99421723559723014-127.0.0.1:38537_solr-n_0000000000) [n:127.0.0.1:38537_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeLost markers
   [junit4]   2> 836102 DEBUG (OverseerAutoScalingTriggerThread-99421723559723014-127.0.0.1:38537_solr-n_0000000000) [n:127.0.0.1:38537_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 836103 DEBUG (OverseerAutoScalingTriggerThread-99421723559723014-127.0.0.1:38537_solr-n_0000000000) [n:127.0.0.1:38537_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 5, lastZnodeVersion 5
   [junit4]   2> 836104 INFO  (TEST-TriggerIntegrationTest.testNodeLostTriggerRestoreState-seed#[EF5404D2EDA40974]) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-22T11:27:37+14:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 836104 INFO  (TEST-TriggerIntegrationTest.testNodeLostTriggerRestoreState-seed#[EF5404D2EDA40974]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 836105 INFO  (TEST-TriggerIntegrationTest.testNodeLostTriggerRestoreState-seed#[EF5404D2EDA40974]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 836105 INFO  (TEST-TriggerIntegrationTest.testNodeLostTriggerRestoreState-seed#[EF5404D2EDA40974]) [    ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 836105 INFO  (TEST-TriggerIntegrationTest.testNodeLostTriggerRestoreState-seed#[EF5404D2EDA40974]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@33d7cc36{/solr,null,AVAILABLE}
   [junit4]   2> 836105 INFO  (TEST-TriggerIntegrationTest.testNodeLostTriggerRestoreState-seed#[EF5404D2EDA40974]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@7282364d{HTTP/1.1,[http/1.1]}{127.0.0.1:38607}
   [junit4]   2> 836105 INFO  (TEST-TriggerIntegrationTest.testNodeLostTriggerRestoreState-seed#[EF5404D2EDA40974]) [    ] o.e.j.s.Server Started @838446ms
   [junit4]   2> 836105 INFO  (TEST-TriggerIntegrationTest.testNodeLostTriggerRestoreState-seed#[EF5404D2EDA40974]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=38607}
   [junit4]   2> 836106 ERROR (TEST-TriggerIntegrationTest.testNodeLostTriggerRestoreState-seed#[EF5404D2EDA40974]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 836106 INFO  (TEST-TriggerIntegrationTest.testNodeLostTriggerRestoreState-seed#[EF5404D2EDA40974]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 836106 INFO  (TEST-TriggerIntegrationTest.testNodeLostTriggerRestoreState-seed#[EF5404D2EDA40974]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 836106 INFO  (TEST-TriggerIntegrationTest.testNodeLostTriggerRestoreState-seed#[EF5404D2EDA40974]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 836106 INFO  (TEST-TriggerIntegrationTest.testNodeLostTriggerRestoreState-seed#[EF5404D2EDA40974]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-01-27T12:11:50.234Z
   [junit4]   2> 836107 INFO  (zkConnectionManagerCallback-1336-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 836108 INFO  (TEST-TriggerIntegrationTest.testNodeLostTriggerRestoreState-seed#[EF5404D2EDA40974]) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 836115 INFO  (TEST-TriggerIntegrationTest.testNodeLostTriggerRestoreState-seed#[EF5404D2EDA40974]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43231/solr
   [junit4]   2> 836129 INFO  (zkConnectionManagerCallback-1340-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 836131 INFO  (zkConnectionManagerCallback-1342-thread-1-processing-n:127.0.0.1:38607_solr) [n:127.0.0.1:38607_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 836134 INFO  (TEST-TriggerIntegrationTest.testNodeLostTriggerRestoreState-seed#[EF5404D2EDA40974]) [n:127.0.0.1:38607_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 836135 INFO  (TEST-TriggerIntegrationTest.testNodeLostTriggerRestoreState-seed#[EF5404D2EDA40974]) [n:127.0.0.1:38607_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 836137 INFO  (TEST-TriggerIntegrationTest.testNodeLostTriggerRestoreState-seed#[EF5404D2EDA40974]) [n:127.0.0.1:38607_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:38607_solr
   [junit4]   2> 836138 INFO  (zkCallback-1331-thread-1-processing-n:127.0.0.1:36911_solr) [n:127.0.0.1:36911_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 836138 INFO  (zkCallback-1323-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 836138 INFO  (zkCallback-1313-thread-1-processing-n:127.0.0.1:44423_solr) [n:127.0.0.1:44423_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 836139 INFO  (zkCallback-1311-thread-1-processing-n:127.0.0.1:38537_solr) [n:127.0.0.1:38537_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 836143 INFO  (zkCallback-1341-thread-1-processing-n:127.0.0.1:38607_solr) [n:127.0.0.1:38607_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 836203 INFO  (TEST-TriggerIntegrationTest.testNodeLostTriggerRestoreState-seed#[EF5404D2EDA40974]) [n:127.0.0.1:38607_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38607.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@358aacff
   [junit4]   2> 836209 INFO  (TEST-TriggerIntegrationTest.testNodeLostTriggerRestoreState-seed#[EF5404D2EDA40974]) [n:127.0.0.1:38607_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38607.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@358aacff
   [junit4]   2> 836209 INFO  (TEST-TriggerIntegrationTest.testNodeLostTriggerRestoreState-seed#[EF5404D2EDA40974]) [n:127.0.0.1:38607_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38607.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@358aacff
   [junit4]   2> 836210 INFO  (TEST-TriggerIntegrationTest.testNodeLostTriggerRestoreState-seed#[EF5404D2EDA40974]) [n:127.0.0.1:38607_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.TriggerIntegrationTest_EF5404D2EDA40974-001/tempDir-001/node4/.
   [junit4]   2> 836254 INFO  (qtp1714290693-6614) [n:127.0.0.1:36911_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 836255 INFO  (qtp1335300337-6552) [n:127.0.0.1:38537_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 836257 INFO  (qtp2085465415-6638) [n:127.0.0.1:38607_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 836258 INFO  (qtp662699437-6549) [n:127.0.0.1:44423_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 836258 DEBUG (qtp662699437-6544) [n:127.0.0.1:44423_solr    ] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 836258 INFO  (qtp662699437-6544) [n:127.0.0.1:44423_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/autoscaling params={wt=javabin&version=2} status=0 QTime=6
   [junit4]   2> 836258 DEBUG (zkCallback-1311-thread-1-processing-n:127.0.0.1:38537_solr) [n:127.0.0.1:38537_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 6
   [junit4]   2> 836259 DEBUG (zkCallback-1311-thread-1-processing-n:127.0.0.1:38537_solr) [n:127.0.0.1:38537_solr    ] o.a.s.c.a.NodeLostTrigger Initial livenodes: [127.0.0.1:38607_solr, 127.0.0.1:36911_solr, 127.0.0.1:38537_solr, 127.0.0.1:44423_solr]
   [junit4]   2> 836259 DEBUG (OverseerAutoScalingTriggerThread-99421723559723014-127.0.0.1:38537_solr-n_0000000000) [n:127.0.0.1:38537_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 6
   [junit4]   2> 836259 INFO  (TEST-TriggerIntegrationTest.testNodeLostTriggerRestoreState-seed#[EF5404D2EDA40974]) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@7282364d{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 836259 INFO  (TEST-TriggerIntegrationTest.testNodeLostTriggerRestoreState-seed#[EF5404D2EDA40974]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=45850338
   [junit4]   2> 836259 INFO  (TEST-TriggerIntegrationTest.testNodeLostTriggerRestoreState-seed#[EF5404D2EDA40974]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 836259 INFO  (TEST-TriggerIntegrationTest.testNodeLostTriggerRestoreState-seed#[EF5404D2EDA40974]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@350e2f17: rootName = solr_38607, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@76db4820
   [junit4]   2> 836260 INFO  (OverseerAutoScalingTriggerThread-99421723559723014-127.0.0.1:38537_solr-n_0000000000) [n:127.0.0.1:38537_solr    ] o.a.s.c.a.TriggerIntegrationTest TestTriggerAction init
   [junit4]   2> 836261 DEBUG (OverseerAutoScalingTriggerThread-99421723559723014-127.0.0.1:38537_solr-n_0000000000) [n:127.0.0.1:38537_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 836262 DEBUG (OverseerAutoScalingTriggerThread-99421723559723014-127.0.0.1:38537_solr-n_0000000000) [n:127.0.0.1:38537_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 6, lastZnodeVersion 6
   [junit4]   2> 836262 DEBUG (ScheduledTrigger-2259-thread-2) [n:127.0.0.1:38537_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_restore_trigger with currently live nodes: 4
   [junit4]   2> 836267 INFO  (TEST-TriggerIntegrationTest.testNodeLostTriggerRestoreState-seed#[EF5404D2EDA40974]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 836267 INFO  (TEST-TriggerIntegrationTest.testNodeLostTriggerRestoreState-seed#[EF5404D2EDA40974]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@206de462: rootName = solr_38607, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@4fbb609f
   [junit4]   2> 836272 INFO  (TEST-TriggerIntegrationTest.testNodeLostTriggerRestoreState-seed#[EF5404D2EDA40974]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 836272 INFO  (TEST-TriggerIntegrationTest.testNodeLostTriggerRestoreState-seed#[EF5404D2EDA40974]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@68ecc3ee: rootName = solr_38607, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@5448ae76
   [junit4]   2> 836273 INFO  (TEST-TriggerIntegrationTest.testNodeLostTriggerRestoreState-seed#[EF5404D2EDA40974]) [    ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:38607_solr
   [junit4]   2> 836273 INFO  (zkCallback-1331-thread-1-processing-n:127.0.0.1:36911_solr) [n:127.0.0.1:36911_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 836273 INFO  (zkCallback-1323-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 836274 INFO  (zkCallback-1313-thread-1-processing-n:127.0.0.1:44423_solr) [n:127.0.0.1:44423_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 836274 INFO  (TEST-TriggerIntegrationTest.testNodeLostTriggerRestoreState-seed#[EF5404D2EDA40974]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 836274 INFO  (zkCallback-1311-thread-1-processing-n:127.0.0.1:38537_solr) [n:127.0.0.1:38537_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 836274 INFO  (TEST-TriggerIntegrationTest.testNodeLostTriggerRestoreState-seed#[EF5404D2EDA40974]) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 836274 INFO  (zkCallback-1341-thread-1-processing-n:127.0.0.1:38607_solr) [n:127.0.0.1:38607_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 837263 DEBUG (ScheduledTrigger-2259-thread-3) [n:127.0.0.1:38537_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_restore_trigger with currently live nodes: 3
   [junit4]   2> 837263 DEBUG (ScheduledTrigger-2259-thread-3) [n:127.0.0.1:38537_solr    ] o.a.s.c.a.NodeLostTrigger Tracking lost node: 127.0.0.1:38607_solr
   [junit4]   2> 837775 WARN  (zkCallback-1341-thread-1-processing-n:127.0.0.1:38607_solr) [n:127.0.0.1:38607_solr    ] o.a.s.c.ZkController Unable to register nodeLost path for 127.0.0.1:38607_solr
   [junit4]   2> org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /autoscaling/nodeLost/127.0.0.1:38607_solr
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.create(ZooKeeper.java:783)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.lambda$create$7(SolrZkClient.java:364)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.create(SolrZkClient.java:364)
   [junit4]   2> 	at org.apache.solr.cloud.ZkController.lambda$registerLiveNodesListener$2(ZkController.java:879)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkStateReader.lambda$refreshLiveNodes$1(ZkStateReader.java:704)
   [junit4]   2> 	at java.util.concurrent.ConcurrentHashMap$KeySetView.forEach(ConcurrentHashMap.java:4649)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkStateReader.refreshLiveNodes(ZkStateReader.java:703)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkStateReader.access$900(ZkStateReader.java:72)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkStateReader$LiveNodeWatcher.refreshAndWatch(ZkStateReader.java:1090)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkStateReader$LiveNodeWatcher.process(ZkStateReader.java:1085)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$1.lambda$process$1(SolrZkClient.java:268)
   [junit4]   2> 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
   [junit4]   2> 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 837776 INFO  (TEST-TriggerIntegrationTest.testNodeLostTriggerRestoreState-seed#[EF5404D2EDA40974]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@33d7cc36{/solr,null,UNAVAILABLE}
   [junit4]   2> 837776 INFO  (TEST-TriggerIntegrationTest.testNodeLostTriggerRestoreState-seed#[EF5404D2EDA40974]) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 838264 DEBUG (ScheduledTrigger-2259-thread-3) [n:127.0.0.1:38537_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_restore_trigger with currently live nodes: 3
   [junit4]   2> 839264 DEBUG (ScheduledTrigger-2259-thread-3) [n:127.0.0.1:38537_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_restore_trigger with currently live nodes: 3
   [junit4]   2> 839281 INFO  (qtp1714290693-6613) [n:127.0.0.1:36911_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 839283 INFO  (qtp1335300337-6548) [n:127.0.0.1:38537_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 839284 INFO  (qtp662699437-6546) [n:127.0.0.1:44423_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 839285 DEBUG (qtp1714290693-6611) [n:127.0.0.1:36911_solr    ] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 839285 INFO  (qtp1714290693-6611) [n:127.0.0.1:36911_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/autoscaling params={wt=javabin&version=2} status=0 QTime=6
   [junit4]   2> 839285 DEBUG (zkCallback-1311-thread-1-processing-n:127.0.0.1:38537_solr) [n:127.0.0.1:38537_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 7
   [junit4]   2> 839285 DEBUG (zkCallback-1311-thread-1-processing-n:127.0.0.1:38537_solr) [n:127.0.0.1:38537_solr    ] o.a.s.c.a.NodeLostTrigger Initial livenodes: [127.0.0.1:36911_solr, 127.0.0.1:38537_solr, 127.0.0.1:44423_solr]
   [junit4]   2> 839285 DEBUG (OverseerAutoScalingTriggerThread-99421723559723014-127.0.0.1:38537_solr-n_0000000000) [n:127.0.0.1:38537_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 7
   [junit4]   2> 839286 INFO  (OverseerAutoScalingTriggerThread-99421723559723014-127.0.0.1:38537_solr-n_0000000000) [n:127.0.0.1:38537_solr    ] o.a.s.c.a.TriggerIntegrationTest TestTriggerAction init
   [junit4]   2> 839286 DEBUG (OverseerAutoScalingTriggerThread-99421723559723014-127.0.0.1:38537_solr-n_0000000000) [n:127.0.0.1:38537_solr    ] o.a.s.c.a.NodeLostTrigger Adding lost node from marker path: 127.0.0.1:38607_solr
   [junit4]   2> 839286 DEBUG (OverseerAutoScalingTriggerThread-99421723559723014-127.0.0.1:38537_solr-n_0000000000) [n:127.0.0.1:38537_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 839286 DEBUG (ScheduledTrigger-2259-thread-1) [n:127.0.0.1:38537_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_restore_trigger with currently live nodes: 3
   [junit4]   2> 839286 DEBUG (ScheduledTrigger-2259-thread-1) [n:127.0.0.1:38537_solr    ] o.a.s.c.a.NodeLostTrigger NodeLostTrigger firing registered processor for lost nodes: [127.0.0.1:38607_solr]
   [junit4]   2> 839286 DEBUG (OverseerAutoScalingTriggerThread-99421723559723014-127.0.0.1:38537_solr-n_0000000000) [n:127.0.0.1:38537_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 7, lastZnodeVersion 7
   [junit4]   2> 839286 DEBUG (ScheduledTrigger-2259-thread-1) [n:127.0.0.1:38537_solr    ] o.a.s.c.a.ScheduledTriggers ++++++++ Cooldown inactive - processing event: {
   [junit4]   2>   "id":"13d521609390fT7nfbhpx6oidn61ghcpc5od577",
   [junit4]   2>   "source":"node_lost_restore_trigger",
   [junit4]   2>   "eventTime":348897743026447,
   [junit4]   2>   "eventType":"NODELOST",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[348897743026447],
   [junit4]   2>     "nodeNames":["127.0.0.1:38607_solr"]}}
   [junit4]   2> 839286 DEBUG (ScheduledTrigger-2259-thread-1) [n:127.0.0.1:38537_solr    ] o.a.s.c.a.ScheduledTriggers Pausing all triggers: [node_lost_restore_trigger]
   [junit4]   2> 839287 INFO  (ScheduledTrigger-2259-thread-1) [n:127.0.0.1:38537_solr    ] o.a.s.c.a.SystemLogListener Collection .system does not exist, disabling logging.
   [junit4]   2> 839287 DEBUG (AutoscalingActionExecutor-2260-thread-1-processing-n:127.0.0.1:38537_solr) [n:127.0.0.1:38537_solr    ] o.a.s.c.a.ScheduledTriggers -- processing actions for {
   [junit4]   2>   "id":"13d521609390fT7nfbhpx6oidn61ghcpc5od577",
   [junit4]   2>   "source":"node_lost_restore_trigger",
   [junit4]   2>   "eventTime":348897743026447,
   [junit4]   2>   "eventType":"NODELOST",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[348897743026447],
   [junit4]   2>     "_enqueue_time_":348897743493732,
   [junit4]   2>     "nodeNames":["127.0.0.1:38607_solr"]}}
   [junit4]   2> 839287 INFO  (TEST-TriggerIntegrationTest.testNodeLostTriggerRestoreState-seed#[EF5404D2EDA40974]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testNodeLostTriggerRestoreState
   [junit4]   2> 839287 DEBUG (AutoscalingActionExecutor-2260-thread-1-processing-n:127.0.0.1:38537_solr) [n:127.0.0.1:38537_solr    ] o.a.s.c.a.ScheduledTriggers Resuming trigger: node_lost_restore_trigger after 5000ms
   [junit4]   2> 839287 DEBUG (AutoscalingActionExecutor-2260-thread-1-processing-n:127.0.0.1:38537_solr) [n:127.0.0.1:38537_solr    ] o.a.s.c.a.ScheduledTriggers -- processing took 0 ms for event id=13d521609390fT7nfbhpx6oidn61ghcpc5od577
   [junit4]   2> 839300 INFO  (TEST-TriggerIntegrationTest.testEventQueue-seed#[EF5404D2EDA40974]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testEventQueue
   [junit4]   2> 839300 INFO  (TEST-TriggerIntegrationTest.testEventQueue-seed#[EF5404D2EDA40974]) [    ] o.a.s.c.a.TriggerIntegrationTest /autoscaling.json reset, new znode version 8
   [junit4]   2> 839300 DEBUG (zkCallback-1311-thread-1-processing-n:127.0.0.1:38537_solr) [n:127.0.0.1:38537_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 8
   [junit4]   2> 839300 DEBUG (OverseerAutoScalingTriggerThread-99421723559723014-127.0.0.1:38537_solr-n_0000000000) [n:127.0.0.1:38537_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 8
   [junit4]   2> 839301 DEBUG (OverseerAutoScalingTriggerThread-99421723559723014-127.0.0.1:38537_solr-n_0000000000) [n:127.0.0.1:38537_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeLost markers
   [junit4]   2> 839301 DEBUG (OverseerAutoScalingTriggerThread-99421723559723014-127.0.0.1:38537_solr-n_0000000000) [n:127.0.0.1:38537_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 839301 DEBUG (OverseerAutoScalingTriggerThread-99421723559723014-127.0.0.1:38537_solr-n_0000000000) [n:127.0.0.1:38537_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 8, lastZnodeVersion 8
   [junit4]   2> 839302 INFO  (qtp1714290693-6614) [n:127.0.0.1:36911_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :overseerstatus with params action=OVERSEERSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 839305 INFO  (qtp1714290693-6614) [n:127.0.0.1:36911_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=OVERSEERSTATUS&wt=javabin&version=2} status=0 QTime=3
   [junit4]   2> 839307 INFO  (qtp1714290693-6633) [n:127.0.0.1:36911_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 839307 INFO  (qtp1335300337-6552) [n:127.0.0.1:38537_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 839308 INFO  (qtp662699437-6544) [n:127.0.0.1:44423_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 839308 DEBUG (qtp1714290693-6611) [n:127.0.0.1:36911_solr    ] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 839308 INFO  (qtp1714290693-6611) [n:127.0.0.1:36911_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/autoscaling params={wt=javabin&version=2} status=0 QTime=2
   [junit4]   2> 839309 DEBUG (zkCallback-1311-thread-1-processing-n:127.0.0.1:38537_solr) [n:127.0.0.1:38537_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 9
   [junit4]   2> 839309 INFO  (zkCallback-1311-thread-1-processing-n:127.0.0.1:38537_solr) [n:127.0.0.1:38537_solr    ] o.a.s.c.a.TriggerIntegrationTest TestEventQueueAction instantiated
   [junit4]   2> 839309 DEBUG (zkCallback-1311-thread-1-processing-n:127.0.0.1:38537_solr) [n:127.0.0.1:38537_solr    ] o.a.s.c.a.NodeAddedTrigger Initial livenodes: [127.0.0.1:36911_solr, 127.0.0.1:38537_solr, 127.0.0.1:44423_solr]
   [junit4]   2> 839309 DEBUG (zkCallback-1311-thread-1-processing-n:127.0.0.1:38537_solr) [n:127.0.0.1:38537_solr    ] o.a.s.c.a.NodeAddedTrigger NodeAddedTrigger node_added_triggerEQ instantiated with properties: {event=nodeAdded, waitFor=1, actions=[{name=test, class=org.apache.solr.cloud.autoscaling.TriggerIntegrationTest$TestEventQueueAction}], enabled=true}
   [junit4]   2> 839309 DEBUG (OverseerAutoScalingTriggerThread-99421723559723014-127.0.0.1:38537_solr-n_0000000000) [n:127.0.0.1:38537_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 9
   [junit4]   2> 839309 DEBUG (OverseerAutoScalingTriggerThread-99421723559723014-127.0.0.1:38537_solr-n_0000000000) [n:127.0.0.1:38537_solr    ] o.a.s.c.a.TriggerIntegrationTest TestTriggerAction init
   [junit4]   2> 839310 DEBUG (OverseerAutoScalingTriggerThread-99421723559723014-127.0.0.1:38537_solr-n_0000000000) [n:127.0.0.1:38537_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeLost markers
   [junit4]   2> 839310 DEBUG (OverseerAutoScalingTriggerThread-99421723559723014-127.0.0.1:38537_solr-n_0000000000) [n:127.0.0.1:38537_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 9, lastZnodeVersion 9
   [junit4]   2> 839310 DEBUG (ScheduledTrigger-2259-thread-3) [n:127.0.0.1:38537_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_triggerEQ
   [junit4]   2> 839310 DEBUG (ScheduledTrigger-2259-thread-3) [n:127.0.0.1:38537_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 3
   [junit4]   2> 839310 INFO  (TEST-TriggerIntegrationTest.testEventQueue-seed#[EF5404D2EDA40974]) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-22T11:27:37+14:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 839313 INFO  (TEST-TriggerIntegrationTest.testEventQueue-seed#[EF5404D2EDA40974]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 839313 INFO  (TEST-TriggerIntegrationTest.testEventQueue-seed#[EF5404D2EDA40974]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 839313 INFO  (TEST-TriggerIntegrationTest.testEventQueue-seed#[EF5404D2EDA40974]) [    ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 839313 INFO  (TEST-TriggerIntegrationTest.testEventQueue-seed#[EF5404D2EDA40974]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@3c692da9{/solr,null,AVAILABLE}
   [junit4]   2> 839314 INFO  (TEST-TriggerIntegrationTest.testEventQueue-seed#[EF5404D2EDA40974]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@5a97d668{HTTP/1.1,[http/1.1]}{127.0.0.1:45915}
   [junit4]   2> 839314 INFO  (TEST-TriggerIntegrationTest.testEventQueue-seed#[EF5404D2EDA40974]) [    ] o.e.j.s.Server Started @841655ms
   [junit4]   2> 839314 INFO  (TEST-TriggerIntegrationTest.testEventQueue-seed#[EF5404D2EDA40974]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=45915}
   [junit4]   2> 839314 ERROR (TEST-TriggerIntegrationTest.testEventQueue-seed#[EF5404D2EDA40974]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 839314 INFO  (TEST-TriggerIntegrationTest.testEventQueue-seed#[EF5404D2EDA40974]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 839314 INFO  (TEST-TriggerIntegrationTest.testEventQueue-seed#[EF5404D2EDA40974]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 839314 INFO  (TEST-TriggerIntegrationTest.testEventQueue-seed#[EF5404D2EDA40974]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 839314 INFO  (TEST-TriggerIntegrationTest.testEventQueue-seed#[EF5404D2EDA40974]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-01-27T12:11:53.442Z
   [junit4]   2> 839315 INFO  (zkConnectionManagerCallback-1346-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 839316 INFO  (TEST-TriggerIntegrationTest.testEventQueue-seed#[EF5404D2EDA40974]) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 839321 INFO  (TEST-TriggerIntegrationTest.testEventQueue-seed#[EF5404D2EDA40974]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43231/solr
   [junit4]   2> 839321 INFO  (zkConnectionManagerCallback-1350-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 839323 INFO  (zkConnectionManagerCallback-1352-thread-1-processing-n:127.0.0.1:45915_solr) [n:127.0.0.1:45915_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 839325 INFO  (TEST-TriggerIntegrationTest.testEventQueue-seed#[EF5404D2EDA40974]) [n:127.0.0.1:45915_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 839326 INFO  (TEST-TriggerIntegrationTest.testEventQueue-seed#[EF5404D2EDA40974]) [n:127.0.0.1:45915_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 839327 INFO  (TEST-TriggerIntegrationTest.testEventQueue-seed#[EF5404D2EDA40974]) [n:127.0.0.1:45915_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:45915_solr
   [junit4]   2> 839327 INFO  (zkCallback-1331-thread-1-processing-n:127.0.0.1:36911_solr) [n:127.0.0.1:36911_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 839327 INFO  (zkCallback-1313-thread-1-processing-n:127.0.0.1:44423_solr) [n:127.0.0.1:44423_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 839327 INFO  (zkCallback-1323-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 839327 INFO  (zkCallback-1311-thread-1-processing-n:127.0.0.1:38537_solr) [n:127.0.0.1:38537_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 839328 INFO  (zkCallback-1351-thread-1-processing-n:127.0.0.1:45915_solr) [n:127.0.0.1:45915_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 839379 INFO  (TEST-TriggerIntegrationTest.testEventQueue-seed#[EF5404D2EDA40974]) [n:127.0.0.1:45915_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45915.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@358aacff
   [junit4]   2> 839385 INFO  (TEST-TriggerIntegrationTest.testEventQueue-seed#[EF5404D2EDA40974]) [n:127.0.0.1:45915_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45915.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@358aacff
   [junit4]   2> 839385 INFO  (TEST-TriggerIntegrationTest.testEventQueue-seed#[EF5404D2EDA40974]) [n:127.0.0.1:45915_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45915.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@358aacff
   [junit4]   2> 839386 INFO  (TEST-TriggerIntegrationTest.testEventQueue-seed#[EF5404D2EDA40974]) [n:127.0.0.1:45915_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.TriggerIntegrationTest_EF5404D2EDA40974-001/tempDir-001/node5/.
   [junit4]   2> 840310 DEBUG (ScheduledTrigger-2259-thread-3) [n:127.0.0.1:38537_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_triggerEQ
   [junit4]   2> 840310 DEBUG (ScheduledTrigger-2259-thread-3) [n:127.0.0.1:38537_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 4
   [junit4]   2> 840310 DEBUG (ScheduledTrigger-2259-thread-3) [n:127.0.0.1:38537_solr    ] o.a.s.c.a.NodeAddedTrigger Tracking new node: 127.0.0.1:45915_solr at time 348898767610945
   [junit4]   2> 841303 INFO  (OverseerCollectionConfigSetProcessor-99421723559723014-127.0.0.1:38537_solr-n_0000000000) [n:127.0.0.1:38537_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> 841311 DEBUG (ScheduledTrigger-2259-thread-3) [n:127.0.0.1:38537_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_triggerEQ
   [junit4]   2> 841311 DEBUG (ScheduledTrigger-2259-thread-3) [n:127.0.0.1:38537_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 4
   [junit4]   2> 841311 DEBUG (ScheduledTrigger-2259-thread-3) [n:127.0.0.1:38537_solr    ] o.a.s.c.a.NodeAddedTrigger NodeAddedTrigger node_added_triggerEQ firing registered processor for nodes: [127.0.0.1:45915_solr] added at times [348898767610945], now=348899768389158
   [junit4]   2> 841311 DEBUG (ScheduledTrigger-2259-thread-3) [n:127.0.0.1:38537_solr    ] o.a.s.c.a.ScheduledTriggers ++++++++ Cooldown inactive - processing event: {
   [junit4]   2>   "id":"13d52531b2441T7nfbhpx6oidn61ghcpc5od579",
   [junit4]   2>   "source":"node_added_triggerEQ",
   [junit4]   2>   "eventTime":348898767610945,
   [junit4]   2>   "eventType":"NODEADDED",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[348898767610945],
   [junit4]   2>     "nodeNames":["127.0.0.1:45915_solr"]}}
   [junit4]   2> 841311 DEBUG (ScheduledTrigger-2259-thread-3) [n:127.0.0.1:38537_solr    ] o.a.s.c.a.ScheduledTriggers Pausing all triggers: [node_added_triggerEQ]
   [junit4]   2> 841312 INFO  (ScheduledTrigger-2259-thread-3) [n:127.0.0.1:38537_solr    ] o.a.s.c.a.SystemLogListener Collection .system does not exist, disabling logging.
   [junit4]   2> 841312 DEBUG (AutoscalingActionExecutor-2260-thread-1-processing-n:127.0.0.1:38537_solr) [n:127.0.0.1:38537_solr    ] o.a.s.c.a.ScheduledTriggers -- processing actions for {
   [junit4]   2>   "id":"13d52531b2441T7nfbhpx6oidn61ghcpc5od579",
   [junit4]   2>   "source":"node_added_triggerEQ",
   [junit4]   2>   "eventTime":348898767610945,
   [junit4]   2>   "eventType":"NODEADDED",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[348898767610945],
   [junit4]   2>     "_enqueue_time_":348899768537986,
   [junit4]   2>     "nodeNames":["127.0.0.1:45915_solr"]}}
   [junit4]   2> 841313 INFO  (AutoscalingActionExecutor-2260-thread-1-processing-n:127.0.0.1:38537_solr) [n:127.0.0.1:38537_solr    ] o.a.s.c.a.TriggerIntegrationTest -- event: {
   [junit4]   2>   "id":"13d52531b2441T7nfbhpx6oidn61ghcpc5od579",
   [junit4]   2>   "source":"node_added_triggerEQ",
   [junit4]   2>   "eventTime":348898767610945,
   [junit4]   2>   "eventType":"NODEADDED",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[348898767610945],
   [junit4]   2>     "_enqueue_time_":348899768537986,
   [junit4]   2>     "nodeNames":["127.0.0.1:45915_solr"]}}
   [junit4]   2> 841313 INFO  (TEST-TriggerIntegrationTest.testEventQueue-seed#[EF5404D2EDA40974]) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@713e3e13{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 841314 INFO  (TEST-TriggerIntegrationTest.testEventQueue-seed#[EF5404D2EDA40974]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=672204301
   [junit4]   2> 841314 INFO  (TEST-TriggerIntegrationTest.testEventQueue-seed#[EF5404D2EDA40974]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 841314 INFO  (TEST-TriggerIntegrationTest.testEventQueue-seed#[EF5404D2EDA40974]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@68a8752f: rootName = solr_38537, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@1fc1961f
   [junit4]   2> 841318 INFO  (TEST-TriggerIntegrationTest.testEventQueue-seed#[EF5404D2EDA40974]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 841318 INFO  (TEST-TriggerIntegrationTest.testEventQueue-seed#[EF5404D2EDA40974]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@1d18e646: rootName = solr_38537, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@4fbb609f
   [junit4]   2> 841321 INFO  (TEST-TriggerIntegrationTest.testEventQueue-seed#[EF5404D2EDA40974]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 841321 INFO  (TEST-TriggerIntegrationTest.testEventQueue-seed#[EF5404D2EDA40974]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@6e9c80fe: rootName = solr_38537, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@5448ae76
   [junit4]   2> 841322 INFO  (TEST-TriggerIntegrationTest.testEventQueue-seed#[EF5404D2EDA40974]) [    ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:38537_solr
   [junit4]   2> 841322 INFO  (TEST-TriggerIntegrationTest.testEventQueue-seed#[EF5404D2EDA40974]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 841322 INFO  (zkCallback-1323-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 841322 INFO  (zkCallback-1331-thread-1-processing-n:127.0.0.1:36911_solr) [n:127.0.0.1:36911_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 841322 INFO  (zkCallback-1351-thread-1-processing-n:127.0.0.1:45915_solr) [n:127.0.0.1:45915_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 841322 INFO  (zkCallback-1311-thread-1-processing-n:127.0.0.1:38537_solr) [n:127.0.0.1:38537_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 841322 INFO  (zkCallback-1313-thread-1-processing-n:127.0.0.1:44423_solr) [n:127.0.0.1:44423_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 841322 INFO  (TEST-TriggerIntegrationTest.testEventQueue-seed#[EF5404D2EDA40974]) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 841322 INFO  (TEST-TriggerIntegrationTest.testEventQueue-seed#[EF5404D2EDA40974]) [    ] o.a.s.c.Overseer Overseer (id=99421723559723014-127.0.0.1:38537_solr-n_0000000000) closing
   [junit4]   2> 841322 INFO  (OverseerStateUpdate-99421723559723014-127.0.0.1:38537_solr-n_0000000000) [n:127.0.0.1:38537_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:38537_solr
   [junit4]   2> 841322 WARN  (OverseerAutoScalingTriggerThread-99421723559723014-127.0.0.1:38537_solr-n_0000000000) [n:127.0.0.1:38537_solr    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 841323 DEBUG (TEST-TriggerIntegrationTest.testEventQueue-seed#[EF5404D2EDA40974]) [    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread has been closed explicitly
   [junit4]   2> 841323 WARN  (AutoscalingActionExecutor-2260-thread-1-processing-n:127.0.0.1:38537_solr) [n:127.0.0.1:38537_solr    ] o.a.s.c.a.ScheduledTriggers Exception executing actions
   [junit4]   2> org.apache.lucene.store.AlreadyClosedException: ScheduledTrigger node_added_triggerEQ has been closed.
   [junit4]   2> 	at org.apache.solr.cloud.autoscaling.ScheduledTriggers$ScheduledTrigger.dequeue(ScheduledTriggers.java:525)
   [junit4]   2> 	at org.apache.solr.cloud.autoscaling.ScheduledTriggers.lambda$null$3(ScheduledTriggers.java:309)
   [junit4]   2> 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
   [junit4]   2> 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 841323 DEBUG (AutoscalingActionExecutor-2260-thread-1-processing-n:127.0.0.1:38537_solr) [n:127.0.0.1:38537_solr    ] o.a.s.c.a.ScheduledTriggers -- processing took 10 ms for event id=13d52531b2441T7nfbhpx6oidn61ghcpc5od579
   [junit4]   2> 841323 INFO  (TEST-TriggerIntegrationTest.testEventQueue-seed#[EF5404D2EDA40974]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@2a1a568c{/solr,null,UNAVAILABLE}
   [junit4]   2> 841323 INFO  (zkCallback-1313-thread-1-processing-n:127.0.0.1:44423_solr) [n:127.0.0.1:44423_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:44423_solr
   [junit4]   2> 841324 INFO  (TEST-TriggerIntegrationTest.testEventQueue-seed#[EF5404D2EDA40974]) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 841324 INFO  (zkCallback-1313-thread-1-processing-n:127.0.0.1:44423_solr) [n:127.0.0.1:44423_solr    ] o.a.s.c.Overseer Overseer (id=99421723559723013-127.0.0.1:44423_solr-n_0000000001) starting
   [junit4]   2> 841326 DEBUG (OverseerAutoScalingTriggerThread-99421723559723013-127.0.0.1:44423_solr-n_0000000001) [n:127.0.0.1:44423_solr    ] o.a.s.c.a.OverseerTriggerThread Adding .autoAddReplicas trigger
   [junit4]   2> 841326 DEBUG (OverseerAutoScalingTriggerThread-99421723559723013-127.0.0.1:44423_solr-n_0000000001) [n:127.0.0.1:44423_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 10
   [junit4]   2> 841326 INFO  (OverseerAutoScalingTriggerThread-99421723559723013-127.0.0.1:44423_solr-n_0000000001) [n:127.0.0.1:44423_solr    ] o.a.s.c.a.TriggerIntegrationTest TestEventQueueAction instantiated
   [junit4]   2> 841326 DEBUG (OverseerAutoScalingTriggerThread-99421723559723013-127.0.0.1:44423_solr-n_0000000001) [n:127.0.0.1:44423_solr    ] o.a.s.c.a.NodeAddedTrigger Initial livenodes: [127.0.0.1:45915_solr, 127.0.0.1:36911_solr, 127.0.0.1:44423_solr]
   [junit4]   2> 841327 DEBUG (OverseerAutoScalingTriggerThread-99421723559723013-127.0.0.1:44423_solr-n_0000000001) [n:127.0.0.1:44423_solr    ] o.a.s.c.a.NodeAddedTrigger NodeAddedTrigger node_added_triggerEQ instantiated with properties: {event=nodeAdded, waitFor=1, actions=[{name=test, class=org.apache.solr.cloud.autoscaling.TriggerIntegrationTest$TestEventQueueAction}], enabled=true}
   [junit4]   2> 841327 DEBUG (OverseerAutoScalingTriggerThread-99421723559723013-127.0.0.1:44423_solr-n_0000000001) [n:127.0.0.1:44423_solr    ] o.a.s.c.a.NodeLostTrigger Initial livenodes: [127.0.0.1:45915_solr, 127.0.0.1:36911_solr, 127.0.0.1:44423_solr]
   [junit4]   2> 841327 DEBUG (OverseerAutoScalingTriggerThread-99421723559723013-127.0.0.1:44423_solr-n_0000000001) [n:127.0.0.1:44423_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 10, lastZnodeVersion -1
   [junit4]   2> 841327 DEBUG (OverseerAutoScalingTriggerThread-99421723559723013-127.0.0.1:44423_solr-n_0000000001) [n:127.0.0.1:44423_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 10
   [junit4]   2> 841328 DEBUG (OverseerAutoScalingTriggerThread-99421723559723013-127.0.0.1:44423_solr-n_0000000001) [n:127.0.0.1:44423_solr    ] o.a.s.c.a.TriggerIntegrationTest TestTriggerAction init
   [junit4]   2> 841328 DEBUG (ScheduledTrigger-2287-thread-1) [n:127.0.0.1:44423_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 3
   [junit4]   2> 841328 DEBUG (OverseerAutoScalingTriggerThread-99421723559723013-127.0.0.1:44423_solr-n_0000000001) [n:127.0.0.1:44423_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 10, lastZnodeVersion 10
   [junit4]   2> 841328 DEBUG (ScheduledTrigger-2287-thread-2) [n:127.0.0.1:44423_solr    ] o.a.s.c.a.ScheduledTriggers ++++++++ Cooldown inactive - processing event: {
   [junit4]   2>   "id":"13d52531b2441T7nfbhpx6oidn61ghcpc5od579",
   [junit4]   2>   "source":"node_added_triggerEQ",
   [junit4]   2>   "eventTime":348898767610945,
   [junit4]   2>   "eventType":"NODEADDED",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[348898767610945],
   [junit4]   2>     "_dequeue_time_":348899785154985,
   [junit4]   2>     "_enqueue_time_":348899768537986,
   [junit4]   2>     "nodeNames":["127.0.0.1:45915_solr"],
   [junit4]   2>     "replaying":true}}
   [junit4]   2> 841328 DEBUG (ScheduledTrigger-2287-thread-2) [n:127.0.0.1:44423_solr    ] o.a.s.c.a.ScheduledTriggers Pausing all triggers: [.auto_add_replicas, node_added_triggerEQ]
   [junit4]   2> 841329 INFO  (ScheduledTrigger-2287-thread-2) [n:127.0.0.1:44423_solr    ] o.a.s.c.a.SystemLogListener Collection .system does not exist, disabling logging.
   [junit4]   2> 841329 DEBUG (AutoscalingActionExecutor-2288-thread-1-processing-n:127.0.0.1:44423_solr) [n:127.0.0.1:44423_solr    ] o.a.s.c.a.ScheduledTriggers -- processing actions for {
   [junit4]   2>   "id":"13d52531b2441T7nfbhpx6oidn61ghcpc5od579",
   [junit4]   2>   "source":"node_added_triggerEQ",
   [junit4]   2>   "eventTime":348898767610945,
   [junit4]   2>   "eventType":"NODEADDED",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[348898767610945],
   [junit4]   2>     "_dequeue_time_":348899785154985,
   [junit4]   2>     "_enqueue_time_":348899768537986,
   [junit4]   2>     "nodeNames":["127.0.0.1:45915_solr"],
   [junit4]   2>     "replaying":true}}
   [junit4]   2> 841329 INFO  (AutoscalingActionExecutor-2288-thread-1-processing-n:127.0.0.1:44423_solr) [n:127.0.0.1:44423_solr    ] o.a.s.c.a.TriggerIntegrationTest -- event: {
   [junit4]   2>   "id":"13d52531b2441T7nfbhpx6oidn61ghcpc5od579",
   [junit4]   2>   "source":"node_added_triggerEQ",
   [junit4]   2>   "eventTime":348898767610945,
   [junit4]   2>   "eventType":"NODEADDED",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[348898767610945],
   [junit4]   2>     "_dequeue_time_":348899785154985,
   [junit4]   2>     "_enqueue_time_":348899768537986,
   [junit4]   2>     "nodeNames":["127.0.0.1:45915_solr"],
   [junit4]   2>     "replaying":true}}
   [junit4]   2> 841329 DEBUG (ScheduledTrigger-2287-thread-2) [n:127.0.0.1:44423_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_triggerEQ
   [junit4]   2> 841329 DEBUG (ScheduledTrigger-2287-thread-2) [n:127.0.0.1:44423_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 3
   [junit4]   2> 841330 DEBUG (AutoscalingActionExecutor-2288-thread-1-processing-n:127.0.0.1:44423_solr) [n:127.0.0.1:44423_solr    ] o.a.s.c.a.ScheduledTriggers Resuming trigger: .auto_add_replicas after 5000ms
   [junit4]   2> 841330 DEBUG (AutoscalingActionExecutor-2288-thread-1-processing-n:127.0.0.1:44423_solr) [n:127.0.0.1:44423_solr    ] o.a.s.c.a.ScheduledTriggers Resuming trigger: node_added_triggerEQ after 5000ms
   [junit4]   2> 841330 DEBUG (AutoscalingActionExecutor-2288-thread-1-processing-n:127.0.0.1:44423_solr) [n:127.0.0.1:44423_solr    ] o.a.s.c.a.ScheduledTriggers -- processing took 1 ms for event id=13d52531b2441T7nfbhpx6oidn61ghcpc5od579
   [junit4]   2> 846324 INFO  (TEST-TriggerIntegrationTest.testEventQueue-seed#[EF5404D2EDA40974]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testEventQueue
   [junit4]   2> 846330 DEBUG (ScheduledTrigger-2287-thread-1) [n:127.0.0.1:44423_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 3
   [junit4]   2> 846330 DEBUG (ScheduledTrigger-2287-thread-3) [n:127.0.0.1:44423_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_triggerEQ
   [junit4]   2> 846331 DEBUG (ScheduledTrigger-2287-thread-3) [n:127.0.0.1:44423_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 3
   [junit4]   2> 846339 INFO  (TEST-TriggerIntegrationTest.testSetProperties-seed#[EF5404D2EDA40974]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testSetProperties
   [junit4]   2> 846340 INFO  (TEST-TriggerIntegrationTest.testSetProperties-seed#[EF5404D2EDA40974]) [    ] o.a.s.c.a.TriggerIntegrationTest /autoscaling.json reset, new znode version 11
   [junit4]   2> 846340 DEBUG (zkCallback-1313-thread-1-processing-n:127.0.0.1:44423_solr) [n:127.0.0.1:44423_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 11
   [junit4]   2> 846340 DEBUG (OverseerAutoScalingTriggerThread-99421723559723013-127.0.0.1:44423_solr-n_0000000001) [n:127.0.0.1:44423_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 11
   [junit4]   2> 846341 DEBUG (OverseerAutoScalingTriggerThread-99421723559723013-127.0.0.1:44423_solr-n_0000000001) [n:127.0.0.1:44423_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeLost markers
   [junit4]   2> 846341 DEBUG (OverseerAutoScalingTriggerThread-99421723559723013-127.0.0.1:44423_solr-n_0000000001) [n:127.0.0.1:44423_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 846341 DEBUG (OverseerAutoScalingTriggerThread-99421723559723013-127.0.0.1:44423_solr-n_0000000001) [n:127.0.0.1:44423_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 11, lastZnodeVersion 11
   [junit4]   2> 847343 DEBUG (TEST-TriggerIntegrationTest.testSetProperties-seed#[EF5404D2EDA40974]) [    ] o.a.s.c.a.ScheduledTriggers Changing value of autoscaling property: triggerScheduleDelaySeconds from: 1 to: 4
   [junit4]   2> 855345 DEBUG (TEST-TriggerIntegrationTest.testSetProperties-seed#[EF5404D2EDA40974]) [    ] o.a.s.c.a.ScheduledTriggers Changing value of autoscaling property: triggerScheduleDelaySeconds from: 4 to: 1
   [junit4]   2> 865348 DEBUG (TEST-TriggerIntegrationTest.testSetProperties-seed#[EF5404D2EDA40974]) [    ] o.a.s.c.a.ScheduledTriggers Changing value of autoscaling property: triggerCorePoolSize from: 4 to: 6
   [junit4]   2> 875352 INFO  (TEST-TriggerIntegrationTest.testSetProperties-seed#[EF5404D2EDA40974]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testSetProperties
   [junit4]   2> 875362 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTrigger-seed#[EF5404D2EDA40974]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testNodeAddedTrigger
   [junit4]   2> 875362 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTrigger-seed#[EF5404D2EDA40974]) [    ] o.a.s.c.a.TriggerIntegrationTest /autoscaling.json reset, new znode version 12
   [junit4]   2> 875363 DEBUG (zkCallback-1313-thread-1-processing-n:127.0.0.1:44423_solr) [n:127.0.0.1:44423_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 12
   [junit4]   2> 875363 DEBUG (OverseerAutoScalingTriggerThread-99421723559723013-127.0.0.1:44423_solr-n_0000000001) [n:127.0.0.1:44423_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 12
   [junit4]   2> 875363 DEBUG (OverseerAutoScalingTriggerThread-99421723559723013-127.0.0.1:44423_solr-n_0000000001) [n:127.0.0.1:44423_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeLost markers
   [junit4]   2> 875363 DEBUG (OverseerAutoScalingTriggerThread-99421723559723013-127.0.0.1:44423_solr-n_0000000001) [n:127.0.0.1:44423_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 875363 DEBUG (OverseerAutoScalingTriggerThread-99421723559723013-127.0.0.1:44423_solr-n_0000000001) [n:127.0.0.1:44423_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 12, lastZnodeVersion 12
   [junit4]   2> 875366 INFO  (qtp1714290693-6613) [n:127.0.0.1:36911_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 875368 INFO  (qtp662699437-6546) [n:127.0.0.1:44423_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 875369 INFO  (qtp833908056-6665) [n:127.0.0.1:45915_solr    ] o.a.s

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

eplica_n1] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@4876738e: rootName = solr_43157, domain = solr.core.testMetricTrigger.shard1.replica_n1, service url = null, agent id = null] for registry solr.core.testMetricTrigger.shard1.replica_n1 / com.codahale.metrics.MetricRegistry@38f8e066
   [junit4]   2> 1025883 INFO  (zkCallback-1431-thread-3-processing-n:127.0.0.1:41439_solr) [n:127.0.0.1:41439_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (11) -> (0)
   [junit4]   2> 1025887 INFO  (jetty-closer-1296-thread-4) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@65241b83{/solr,null,UNAVAILABLE}
   [junit4]   2> 1025887 INFO  (jetty-closer-1296-thread-9) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@65a029d2{/solr,null,UNAVAILABLE}
   [junit4]   2> 1025888 INFO  (jetty-closer-1296-thread-6) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@583bada8{/solr,null,UNAVAILABLE}
   [junit4]   2> 1025888 INFO  (jetty-closer-1296-thread-9) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 1025888 INFO  (jetty-closer-1296-thread-4) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 1025888 INFO  (jetty-closer-1296-thread-8) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 1025889 INFO  (jetty-closer-1296-thread-6) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 1025895 INFO  (coreCloseExecutor-2459-thread-1) [n:127.0.0.1:39187_solr c:collection1 s:shard1 r:core_node6 x:collection1_shard1_replica_n5] o.a.s.c.SolrCore [collection1_shard1_replica_n5]  CLOSING SolrCore org.apache.solr.core.SolrCore@1ea96612
   [junit4]   2> 1025895 INFO  (coreCloseExecutor-2459-thread-1) [n:127.0.0.1:39187_solr c:collection1 s:shard1 r:core_node6 x:collection1_shard1_replica_n5] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1.shard1.replica_n5, tag=514418194
   [junit4]   2> 1025895 INFO  (coreCloseExecutor-2459-thread-1) [n:127.0.0.1:39187_solr c:collection1 s:shard1 r:core_node6 x:collection1_shard1_replica_n5] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@7b2b613: rootName = solr_39187, domain = solr.core.collection1.shard1.replica_n5, service url = null, agent id = null] for registry solr.core.collection1.shard1.replica_n5 / com.codahale.metrics.MetricRegistry@54586763
   [junit4]   2> 1025899 INFO  (zkCallback-1371-thread-4-processing-n:127.0.0.1:43157_solr) [n:127.0.0.1:43157_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (10) -> (0)
   [junit4]   2> 1025903 INFO  (coreCloseExecutor-2458-thread-1) [n:127.0.0.1:41439_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.collection1.shard1.leader, tag=1194109886
   [junit4]   2> 1025913 INFO  (jetty-closer-1296-thread-11) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@2b4ce695{/solr,null,UNAVAILABLE}
   [junit4]   2> 1025913 INFO  (coreCloseExecutor-2448-thread-2) [n:127.0.0.1:43067_solr c:testMetricTrigger s:shard2 r:core_node4 x:testMetricTrigger_shard2_replica_n2] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.testMetricTrigger.shard2.leader, tag=543920703
   [junit4]   2> 1025914 INFO  (coreCloseExecutor-2457-thread-1) [n:127.0.0.1:43157_solr c:testMetricTrigger s:shard1 r:core_node3 x:testMetricTrigger_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.testMetricTrigger.shard1.leader, tag=925291836
   [junit4]   2> 1025918 INFO  (jetty-closer-1296-thread-11) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 1025923 INFO  (coreCloseExecutor-2459-thread-1) [n:127.0.0.1:39187_solr c:collection1 s:shard1 r:core_node6 x:collection1_shard1_replica_n5] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.collection1.shard1.leader, tag=514418194
   [junit4]   2> 1025928 INFO  (jetty-closer-1296-thread-7) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@34ed3b52{/solr,null,UNAVAILABLE}
   [junit4]   2> 1025929 INFO  (jetty-closer-1296-thread-5) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@119d9b07{/solr,null,UNAVAILABLE}
   [junit4]   2> 1025929 INFO  (jetty-closer-1296-thread-7) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 1025929 INFO  (jetty-closer-1296-thread-5) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 1025931 INFO  (jetty-closer-1296-thread-1) [    ] o.a.s.c.Overseer Overseer (id=99421723559723031-127.0.0.1:43157_solr-n_0000000006) closing
   [junit4]   2> 1025931 INFO  (OverseerStateUpdate-99421723559723031-127.0.0.1:43157_solr-n_0000000006) [n:127.0.0.1:43157_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:43157_solr
   [junit4]   2> 1025931 WARN  (OverseerAutoScalingTriggerThread-99421723559723031-127.0.0.1:43157_solr-n_0000000006) [n:127.0.0.1:43157_solr    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 1025932 DEBUG (jetty-closer-1296-thread-1) [    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread has been closed explicitly
   [junit4]   2> 1025933 INFO  (jetty-closer-1296-thread-2) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@1fb8cbf5{/solr,null,UNAVAILABLE}
   [junit4]   2> 1025933 INFO  (jetty-closer-1296-thread-2) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 1025934 INFO  (jetty-closer-1296-thread-1) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@1332e491{/solr,null,UNAVAILABLE}
   [junit4]   2> 1025934 INFO  (jetty-closer-1296-thread-1) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 1025940 ERROR (SUITE-TriggerIntegrationTest-seed#[EF5404D2EDA40974]-worker) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 1025940 INFO  (SUITE-TriggerIntegrationTest-seed#[EF5404D2EDA40974]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:43231 43231
   [junit4]   2> 1031052 INFO  (Thread-1530) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:43231 43231
   [junit4]   2> 1031052 WARN  (Thread-1530) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	22	/solr/clusterprops.json
   [junit4]   2> 	22	/solr/aliases.json
   [junit4]   2> 	21	/solr/security.json
   [junit4]   2> 	6	/solr/configs/conf
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	64	/solr/collections/collection1/state.json
   [junit4]   2> 	22	/solr/clusterstate.json
   [junit4]   2> 	13	/solr/collections/testMetricTrigger/state.json
   [junit4]   2> 	6	/solr/autoscaling.json
   [junit4]   2> 	3	/solr/overseer_elect/election/99421723559723049-127.0.0.1:41439_solr-n_0000000012
   [junit4]   2> 	3	/solr/overseer_elect/election/99421723559723034-127.0.0.1:39187_solr-n_0000000007
   [junit4]   2> 	3	/solr/overseer_elect/election/99421723559723064-127.0.0.1:36055_solr-n_0000000017
   [junit4]   2> 	2	/solr/overseer_elect/election/99421723559723019-127.0.0.1:36911_solr-n_0000000002
   [junit4]   2> 	2	/solr/overseer_elect/election/99421723559723058-127.0.0.1:33607_solr-n_0000000015
   [junit4]   2> 	2	/solr/overseer_elect/election/99421723559723043-127.0.0.1:43067_solr-n_0000000010
   [junit4]   2> 	2	/solr/collections/collection1/leader_elect/shard1/election/99421723559723034-core_node6-n_0000000002
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	22	/solr/live_nodes
   [junit4]   2> 	22	/solr/collections
   [junit4]   2> 	6	/solr/overseer/queue-work
   [junit4]   2> 	6	/solr/autoscaling/events/.auto_add_replicas
   [junit4]   2> 	6	/solr/overseer/queue
   [junit4]   2> 	6	/solr/overseer/collection-queue-work
   [junit4]   2> 	2	/solr/autoscaling/events/node_lost_triggerMR
   [junit4]   2> 	2	/solr/autoscaling/events/node_added_triggerCTOOR
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.TriggerIntegrationTest_EF5404D2EDA40974-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {id=FSTOrd50, x_s=PostingsFormat(name=Direct)}, docValues:{}, maxPointsInLeafNode=1866, maxMBSortInHeap=6.287361949327676, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@63c75cf3), locale=hi, timezone=Asia/Rangoon
   [junit4]   2> NOTE: Linux 4.13.0-31-generic amd64/Oracle Corporation 1.8.0_144 (64-bit)/cpus=8,threads=1,free=85002120,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [ConnectionReuseTest, AnalyticsMergeStrategyTest, TestJmxIntegration, TestQuerySenderListener, TestCollectionsAPIViaSolrCloudCluster, SimpleMLTQParserTest, TestMiniSolrCloudClusterSSL, TestDistribStateManager, ConvertedLegacyTest, TestMultiWordSynonyms, TestCloudNestedDocsSort, DateRangeFieldTest, NumberUtilsTest, TestPKIAuthenticationPlugin, DistributedFacetPivotLongTailTest, TestSolrCoreParser, BasicDistributedZk2Test, RegexBytesRefFilterTest, StatelessScriptUpdateProcessorFactoryTest, TestBadConfig, BlobRepositoryCloudTest, ShardSplitTest, TestExactStatsCache, ManagedSchemaRoundRobinCloudTest, DocValuesMultiTest, TestManagedSchemaThreadSafety, TestHdfsBackupRestoreCore, BaseCdcrDistributedZkTest, SpatialFilterTest, TestSolrDeletionPolicy2, MoreLikeThisHandlerTest, TestCloudRecovery, WrapperMergePolicyFactoryTest, CleanupOldIndexTest, TriggerIntegrationTest]
   [junit4] Completed [212/770 (1!)] on J2 in 197.23s, 14 tests, 1 failure <<< FAILURES!

[...truncated 49962 lines...]

[JENKINS-EA] Lucene-Solr-master-Linux (64bit/jdk-10-ea+41) - Build # 21356 - Still Unstable!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/21356/
Java: 64bit/jdk-10-ea+41 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC

2 tests failed.
FAILED:  org.apache.solr.cloud.autoscaling.AutoAddReplicasIntegrationTest.testSimple

Error Message:
Waiting for collection testSimple2 null Live Nodes: [127.0.0.1:36445_solr, 127.0.0.1:39123_solr] Last available state: DocCollection(testSimple2//collections/testSimple2/state.json/20)={   "pullReplicas":"0",   "replicationFactor":"2",   "shards":{     "shard1":{       "range":"80000000-ffffffff",       "state":"active",       "replicas":{         "core_node3":{           "core":"testSimple2_shard1_replica_n1",           "base_url":"http://127.0.0.1:39123/solr",           "node_name":"127.0.0.1:39123_solr",           "state":"active",           "type":"NRT",           "leader":"true"},         "core_node5":{           "core":"testSimple2_shard1_replica_n2",           "base_url":"http://127.0.0.1:39647/solr",           "node_name":"127.0.0.1:39647_solr",           "state":"down",           "type":"NRT"}}},     "shard2":{       "range":"0-7fffffff",       "state":"active",       "replicas":{         "core_node7":{           "core":"testSimple2_shard2_replica_n4",           "base_url":"http://127.0.0.1:39123/solr",           "node_name":"127.0.0.1:39123_solr",           "state":"active",           "type":"NRT",           "leader":"true"},         "core_node8":{           "core":"testSimple2_shard2_replica_n6",           "base_url":"http://127.0.0.1:39647/solr",           "node_name":"127.0.0.1:39647_solr",           "state":"down",           "type":"NRT"}}}},   "router":{"name":"compositeId"},   "maxShardsPerNode":"2",   "autoAddReplicas":"true",   "nrtReplicas":"2",   "tlogReplicas":"0"}

Stack Trace:
java.lang.AssertionError: Waiting for collection testSimple2
null
Live Nodes: [127.0.0.1:36445_solr, 127.0.0.1:39123_solr]
Last available state: DocCollection(testSimple2//collections/testSimple2/state.json/20)={
  "pullReplicas":"0",
  "replicationFactor":"2",
  "shards":{
    "shard1":{
      "range":"80000000-ffffffff",
      "state":"active",
      "replicas":{
        "core_node3":{
          "core":"testSimple2_shard1_replica_n1",
          "base_url":"http://127.0.0.1:39123/solr",
          "node_name":"127.0.0.1:39123_solr",
          "state":"active",
          "type":"NRT",
          "leader":"true"},
        "core_node5":{
          "core":"testSimple2_shard1_replica_n2",
          "base_url":"http://127.0.0.1:39647/solr",
          "node_name":"127.0.0.1:39647_solr",
          "state":"down",
          "type":"NRT"}}},
    "shard2":{
      "range":"0-7fffffff",
      "state":"active",
      "replicas":{
        "core_node7":{
          "core":"testSimple2_shard2_replica_n4",
          "base_url":"http://127.0.0.1:39123/solr",
          "node_name":"127.0.0.1:39123_solr",
          "state":"active",
          "type":"NRT",
          "leader":"true"},
        "core_node8":{
          "core":"testSimple2_shard2_replica_n6",
          "base_url":"http://127.0.0.1:39647/solr",
          "node_name":"127.0.0.1:39647_solr",
          "state":"down",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"2",
  "autoAddReplicas":"true",
  "nrtReplicas":"2",
  "tlogReplicas":"0"}
	at __randomizedtesting.SeedInfo.seed([3B608D6D217649DE:3D3A99306859D0F]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.cloud.SolrCloudTestCase.waitForState(SolrCloudTestCase.java:269)
	at org.apache.solr.cloud.autoscaling.AutoAddReplicasIntegrationTest.testSimple(AutoAddReplicasIntegrationTest.java:126)
	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:564)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at 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:844)


FAILED:  org.apache.solr.handler.admin.AutoscalingHistoryHandlerTest.testHistory

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

Stack Trace:
java.lang.AssertionError: expected:<5> but was:<0>
	at __randomizedtesting.SeedInfo.seed([3B608D6D217649DE:569C29909B3EB6D9]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.failNotEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:128)
	at org.junit.Assert.assertEquals(Assert.java:472)
	at org.junit.Assert.assertEquals(Assert.java:456)
	at org.apache.solr.handler.admin.AutoscalingHistoryHandlerTest.testHistory(AutoscalingHistoryHandlerTest.java:274)
	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:564)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at 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:844)




Build Log:
[...truncated 1782 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/core/test/temp/junit4-J0-20180127_083120_26814251328544817764426.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/core/test/temp/junit4-J1-20180127_083120_26712672734948250675545.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/core/test/temp/junit4-J2-20180127_083120_268927889526380407535.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 267 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/test-framework/test/temp/junit4-J0-20180127_083922_00313376472948643510171.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 26 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/test-framework/test/temp/junit4-J2-20180127_083922_0034631831877608229248.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 9 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/test-framework/test/temp/junit4-J1-20180127_083922_0048367973520058798667.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 1057 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/common/test/temp/junit4-J2-20180127_084100_44810111263456067594836.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/common/test/temp/junit4-J1-20180127_084100_44916140763851818201532.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/common/test/temp/junit4-J0-20180127_084100_4461206502769885868153.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 228 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/icu/test/temp/junit4-J0-20180127_084254_8194411592571088219474.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/icu/test/temp/junit4-J2-20180127_084254_8195499255658466814082.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/icu/test/temp/junit4-J1-20180127_084254_8199467870229017347845.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 246 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/kuromoji/test/temp/junit4-J0-20180127_084310_19813177086659268401630.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/kuromoji/test/temp/junit4-J2-20180127_084310_198777342905450063226.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 9 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/kuromoji/test/temp/junit4-J1-20180127_084310_19814601322429395381206.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 154 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/morfologik/test/temp/junit4-J1-20180127_084340_0711187609797960273651.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/morfologik/test/temp/junit4-J0-20180127_084340_07117755773715674835507.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/morfologik/test/temp/junit4-J2-20180127_084340_07114049314965122883774.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 158 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/opennlp/test/temp/junit4-J1-20180127_084344_95615231989814901077606.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/opennlp/test/temp/junit4-J2-20180127_084344_9566055992448001597173.syserr
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/opennlp/test/temp/junit4-J0-20180127_084344_9569886512773649977566.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 171 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/phonetic/test/temp/junit4-J2-20180127_084347_7931689443323374817797.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/phonetic/test/temp/junit4-J0-20180127_084347_7932684872943925347835.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/phonetic/test/temp/junit4-J1-20180127_084347_79310136646001595262768.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 153 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/smartcn/test/temp/junit4-J0-20180127_084358_8483744309071475828898.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/smartcn/test/temp/junit4-J1-20180127_084358_8485097776681614708386.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 154 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/stempel/test/temp/junit4-J1-20180127_084408_63014875097590275165371.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/stempel/test/temp/junit4-J2-20180127_084408_6307376454913798129552.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/stempel/test/temp/junit4-J0-20180127_084408_6307454779247791229489.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 169 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/uima/test/temp/junit4-J0-20180127_084411_60813796122122998173979.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 153 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/backward-codecs/test/temp/junit4-J2-20180127_084421_1306403959330811508430.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/backward-codecs/test/temp/junit4-J1-20180127_084421_13012838153144947163587.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 19 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/backward-codecs/test/temp/junit4-J0-20180127_084421_13011535270824625046690.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 1293 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/benchmark/test/temp/junit4-J1-20180127_084441_8327756367900607860628.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/benchmark/test/temp/junit4-J2-20180127_084441_83210054464617440620829.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/benchmark/test/temp/junit4-J0-20180127_084441_83210343307671190305500.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 230 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/classification/test/temp/junit4-J0-20180127_084450_44417787733550127244638.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/classification/test/temp/junit4-J1-20180127_084450_44414683534237513042313.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/classification/test/temp/junit4-J2-20180127_084450_44415341874722111949300.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 248 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/codecs/test/temp/junit4-J1-20180127_084505_18011456626906955906075.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 9 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/codecs/test/temp/junit4-J2-20180127_084505_18017991375899264773421.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 9 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/codecs/test/temp/junit4-J0-20180127_084505_1805125729815128733271.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 211 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/demo/test/temp/junit4-J2-20180127_084810_52313382219036213463944.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/demo/test/temp/junit4-J1-20180127_084810_52312061669640112912306.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/demo/test/temp/junit4-J0-20180127_084810_523713438687954461872.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 173 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/expressions/test/temp/junit4-J1-20180127_084813_310964443307033659004.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/expressions/test/temp/junit4-J2-20180127_084813_3109521954508166151225.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/expressions/test/temp/junit4-J0-20180127_084813_31014848735556126041038.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 226 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/facet/test/temp/junit4-J0-20180127_084819_5155633422546707881850.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/facet/test/temp/junit4-J1-20180127_084819_5158930686583659076667.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/facet/test/temp/junit4-J2-20180127_084819_51614938355148187401926.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 176 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/grouping/test/temp/junit4-J2-20180127_084849_5005333378822837149320.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 9 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/grouping/test/temp/junit4-J1-20180127_084849_50016901661096870574016.syserr
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/grouping/test/temp/junit4-J0-20180127_084849_50017402038247782827303.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 240 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/highlighter/test/temp/junit4-J1-20180127_084858_31217182700857591174558.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/highlighter/test/temp/junit4-J2-20180127_084858_3128779070049845362098.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 9 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/highlighter/test/temp/junit4-J0-20180127_084858_31216682291860340667677.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 160 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/join/test/temp/junit4-J2-20180127_084921_52610982748242365824678.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/join/test/temp/junit4-J0-20180127_084921_52615953672284145395009.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/join/test/temp/junit4-J1-20180127_084921_52618034699391802332439.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 149 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/memory/test/temp/junit4-J0-20180127_084949_4132549199779153890179.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/memory/test/temp/junit4-J1-20180127_084949_4137565900545698347262.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 172 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/misc/test/temp/junit4-J2-20180127_085001_14215518562779365339714.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 5 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/misc/test/temp/junit4-J1-20180127_085001_1425819403107314216144.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 9 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/misc/test/temp/junit4-J0-20180127_085001_1427137555483758482556.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 301 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/queries/test/temp/junit4-J0-20180127_085020_231601498921265653969.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/queries/test/temp/junit4-J1-20180127_085020_23113199338180507198951.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/queries/test/temp/junit4-J2-20180127_085020_2314010083838668174317.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 224 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/queryparser/test/temp/junit4-J2-20180127_085028_6831691222432482801904.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/queryparser/test/temp/junit4-J0-20180127_085028_68315704240553685578293.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/queryparser/test/temp/junit4-J1-20180127_085028_6838706750388627948101.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 207 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/replicator/test/temp/junit4-J1-20180127_085037_4202986157526836418174.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/replicator/test/temp/junit4-J2-20180127_085037_42017262962746477700356.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/replicator/test/temp/junit4-J0-20180127_085037_4205460542712045835860.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 200 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/sandbox/test/temp/junit4-J1-20180127_085050_12114951582186897870514.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 5 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/sandbox/test/temp/junit4-J2-20180127_085050_1213141918338248970872.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 21 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/sandbox/test/temp/junit4-J0-20180127_085050_1213312129067906863325.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 317 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/spatial-extras/test/temp/junit4-J2-20180127_085145_7347544160914537507006.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/spatial-extras/test/temp/junit4-J0-20180127_085145_7344220474630605295128.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/spatial-extras/test/temp/junit4-J1-20180127_085145_7343043349948366390000.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 148 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/spatial/test/temp/junit4-J0-20180127_085203_7042377806456631948202.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 178 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/spatial3d/test/temp/junit4-J2-20180127_085205_4143881854896239979227.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/spatial3d/test/temp/junit4-J0-20180127_085205_4145717935531757095262.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 5 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/spatial3d/test/temp/junit4-J1-20180127_085205_41418068618859700972349.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 250 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/suggest/test/temp/junit4-J1-20180127_085310_7932561017848442350801.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/suggest/test/temp/junit4-J0-20180127_085310_79317797845223301381170.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/suggest/test/temp/junit4-J2-20180127_085310_7934774816814082034077.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3493 lines...]
   [junit4] Suite: org.apache.solr.cloud.autoscaling.AutoAddReplicasIntegrationTest
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.AutoAddReplicasIntegrationTest_3B608D6D217649DE-001/init-core-data-001
   [junit4]   2> 2660433 WARN  (SUITE-AutoAddReplicasIntegrationTest-seed#[3B608D6D217649DE]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=50 numCloses=50
   [junit4]   2> 2660433 INFO  (SUITE-AutoAddReplicasIntegrationTest-seed#[3B608D6D217649DE]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 2660434 INFO  (SUITE-AutoAddReplicasIntegrationTest-seed#[3B608D6D217649DE]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason="", ssl=0.0/0.0, value=0.0/0.0, clientAuth=0.0/0.0)
   [junit4]   2> 2660434 INFO  (SUITE-AutoAddReplicasIntegrationTest-seed#[3B608D6D217649DE]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 2660434 INFO  (SUITE-AutoAddReplicasIntegrationTest-seed#[3B608D6D217649DE]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 3 servers in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.AutoAddReplicasIntegrationTest_3B608D6D217649DE-001/tempDir-001
   [junit4]   2> 2660434 INFO  (SUITE-AutoAddReplicasIntegrationTest-seed#[3B608D6D217649DE]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 2660434 INFO  (Thread-6097) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2660434 INFO  (Thread-6097) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 2660435 ERROR (Thread-6097) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 2660534 INFO  (SUITE-AutoAddReplicasIntegrationTest-seed#[3B608D6D217649DE]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:46735
   [junit4]   2> 2660536 INFO  (zkConnectionManagerCallback-3867-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2660541 INFO  (jetty-launcher-3864-thread-1) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-22T09:27:37+12:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 2660541 INFO  (jetty-launcher-3864-thread-3) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-22T09:27:37+12:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 2660541 INFO  (jetty-launcher-3864-thread-2) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-22T09:27:37+12:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 2660542 INFO  (jetty-launcher-3864-thread-3) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2660542 INFO  (jetty-launcher-3864-thread-3) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2660542 INFO  (jetty-launcher-3864-thread-3) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 2660542 INFO  (jetty-launcher-3864-thread-3) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@3749627e{/solr,null,AVAILABLE}
   [junit4]   2> 2660543 INFO  (jetty-launcher-3864-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2660543 INFO  (jetty-launcher-3864-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2660543 INFO  (jetty-launcher-3864-thread-1) [    ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 2660543 INFO  (jetty-launcher-3864-thread-2) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2660543 INFO  (jetty-launcher-3864-thread-2) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2660543 INFO  (jetty-launcher-3864-thread-2) [    ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 2660543 INFO  (jetty-launcher-3864-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@615e9399{/solr,null,AVAILABLE}
   [junit4]   2> 2660544 INFO  (jetty-launcher-3864-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@2950de4c{/solr,null,AVAILABLE}
   [junit4]   2> 2660545 INFO  (jetty-launcher-3864-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@2d20e89{HTTP/1.1,[http/1.1]}{127.0.0.1:39123}
   [junit4]   2> 2660545 INFO  (jetty-launcher-3864-thread-3) [    ] o.e.j.s.AbstractConnector Started ServerConnector@36d8619a{HTTP/1.1,[http/1.1]}{127.0.0.1:36445}
   [junit4]   2> 2660545 INFO  (jetty-launcher-3864-thread-2) [    ] o.e.j.s.Server Started @2662697ms
   [junit4]   2> 2660545 INFO  (jetty-launcher-3864-thread-3) [    ] o.e.j.s.Server Started @2662697ms
   [junit4]   2> 2660545 INFO  (jetty-launcher-3864-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=39123}
   [junit4]   2> 2660545 INFO  (jetty-launcher-3864-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=36445}
   [junit4]   2> 2660545 INFO  (jetty-launcher-3864-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@410bfd69{HTTP/1.1,[http/1.1]}{127.0.0.1:39647}
   [junit4]   2> 2660545 ERROR (jetty-launcher-3864-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2660545 ERROR (jetty-launcher-3864-thread-3) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2660546 INFO  (jetty-launcher-3864-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 2660546 INFO  (jetty-launcher-3864-thread-3) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 2660546 INFO  (jetty-launcher-3864-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2660546 INFO  (jetty-launcher-3864-thread-3) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2660546 INFO  (jetty-launcher-3864-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2660546 INFO  (jetty-launcher-3864-thread-3) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2660546 INFO  (jetty-launcher-3864-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-01-27T09:38:41.470519Z
   [junit4]   2> 2660546 INFO  (jetty-launcher-3864-thread-3) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-01-27T09:38:41.470582Z
   [junit4]   2> 2660545 INFO  (jetty-launcher-3864-thread-1) [    ] o.e.j.s.Server Started @2662697ms
   [junit4]   2> 2660546 INFO  (jetty-launcher-3864-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=39647}
   [junit4]   2> 2660547 ERROR (jetty-launcher-3864-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2660547 INFO  (jetty-launcher-3864-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 2660547 INFO  (jetty-launcher-3864-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2660547 INFO  (jetty-launcher-3864-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2660547 INFO  (jetty-launcher-3864-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-01-27T09:38:41.471584Z
   [junit4]   2> 2660548 INFO  (zkConnectionManagerCallback-3869-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2660548 INFO  (zkConnectionManagerCallback-3871-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2660548 INFO  (jetty-launcher-3864-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2660549 INFO  (jetty-launcher-3864-thread-3) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2660549 INFO  (zkConnectionManagerCallback-3873-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2660549 INFO  (jetty-launcher-3864-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2660557 INFO  (jetty-launcher-3864-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:46735/solr
   [junit4]   2> 2660558 INFO  (jetty-launcher-3864-thread-3) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:46735/solr
   [junit4]   2> 2660558 INFO  (jetty-launcher-3864-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:46735/solr
   [junit4]   2> 2660559 INFO  (zkConnectionManagerCallback-3879-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2660560 INFO  (zkConnectionManagerCallback-3883-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2660560 INFO  (zkConnectionManagerCallback-3885-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2660561 INFO  (zkConnectionManagerCallback-3887-thread-1-processing-n:127.0.0.1:39123_solr) [n:127.0.0.1:39123_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2660562 INFO  (zkConnectionManagerCallback-3889-thread-1-processing-n:127.0.0.1:36445_solr) [n:127.0.0.1:36445_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2660562 INFO  (zkConnectionManagerCallback-3891-thread-1-processing-n:127.0.0.1:39647_solr) [n:127.0.0.1:39647_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2660627 INFO  (jetty-launcher-3864-thread-3) [n:127.0.0.1:36445_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2660627 INFO  (jetty-launcher-3864-thread-1) [n:127.0.0.1:39647_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2660627 INFO  (jetty-launcher-3864-thread-2) [n:127.0.0.1:39123_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2660627 INFO  (jetty-launcher-3864-thread-3) [n:127.0.0.1:36445_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:36445_solr
   [junit4]   2> 2660627 INFO  (jetty-launcher-3864-thread-1) [n:127.0.0.1:39647_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:39647_solr
   [junit4]   2> 2660627 INFO  (jetty-launcher-3864-thread-2) [n:127.0.0.1:39123_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:39123_solr
   [junit4]   2> 2660627 INFO  (jetty-launcher-3864-thread-3) [n:127.0.0.1:36445_solr    ] o.a.s.c.Overseer Overseer (id=99421121502183432-127.0.0.1:36445_solr-n_0000000000) starting
   [junit4]   2> 2660628 INFO  (zkCallback-3890-thread-1-processing-n:127.0.0.1:39647_solr) [n:127.0.0.1:39647_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 2660628 INFO  (zkCallback-3886-thread-1-processing-n:127.0.0.1:39123_solr) [n:127.0.0.1:39123_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 2660628 INFO  (zkCallback-3888-thread-1-processing-n:127.0.0.1:36445_solr) [n:127.0.0.1:36445_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 2660630 DEBUG (OverseerAutoScalingTriggerThread-99421121502183432-127.0.0.1:36445_solr-n_0000000000) [n:127.0.0.1:36445_solr    ] o.a.s.c.a.OverseerTriggerThread Adding .autoAddReplicas trigger
   [junit4]   2> 2660630 INFO  (jetty-launcher-3864-thread-3) [n:127.0.0.1:36445_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:36445_solr
   [junit4]   2> 2660630 DEBUG (OverseerAutoScalingTriggerThread-99421121502183432-127.0.0.1:36445_solr-n_0000000000) [n:127.0.0.1:36445_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 1
   [junit4]   2> 2660631 DEBUG (OverseerAutoScalingTriggerThread-99421121502183432-127.0.0.1:36445_solr-n_0000000000) [n:127.0.0.1:36445_solr    ] o.a.s.c.a.NodeLostTrigger Initial livenodes: [127.0.0.1:39123_solr, 127.0.0.1:39647_solr]
   [junit4]   2> 2660631 DEBUG (OverseerAutoScalingTriggerThread-99421121502183432-127.0.0.1:36445_solr-n_0000000000) [n:127.0.0.1:36445_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion -1
   [junit4]   2> 2660631 INFO  (zkCallback-3890-thread-1-processing-n:127.0.0.1:39647_solr) [n:127.0.0.1:39647_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2660631 DEBUG (OverseerAutoScalingTriggerThread-99421121502183432-127.0.0.1:36445_solr-n_0000000000) [n:127.0.0.1:36445_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 1
   [junit4]   2> 2660631 INFO  (zkCallback-3886-thread-1-processing-n:127.0.0.1:39123_solr) [n:127.0.0.1:39123_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2660631 INFO  (zkCallback-3888-thread-1-processing-n:127.0.0.1:36445_solr) [n:127.0.0.1:36445_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2660632 DEBUG (OverseerAutoScalingTriggerThread-99421121502183432-127.0.0.1:36445_solr-n_0000000000) [n:127.0.0.1:36445_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 2660632 DEBUG (OverseerAutoScalingTriggerThread-99421121502183432-127.0.0.1:36445_solr-n_0000000000) [n:127.0.0.1:36445_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion 1
   [junit4]   2> 2660632 DEBUG (ScheduledTrigger-6887-thread-1) [n:127.0.0.1:36445_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 3
   [junit4]   2> 2660656 INFO  (jetty-launcher-3864-thread-3) [n:127.0.0.1:36445_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36445.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6aff470c
   [junit4]   2> 2660661 INFO  (jetty-launcher-3864-thread-3) [n:127.0.0.1:36445_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36445.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6aff470c
   [junit4]   2> 2660661 INFO  (jetty-launcher-3864-thread-3) [n:127.0.0.1:36445_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36445.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6aff470c
   [junit4]   2> 2660662 INFO  (jetty-launcher-3864-thread-3) [n:127.0.0.1:36445_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.AutoAddReplicasIntegrationTest_3B608D6D217649DE-001/tempDir-001/node3/.
   [junit4]   2> 2660669 INFO  (jetty-launcher-3864-thread-1) [n:127.0.0.1:39647_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39647.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6aff470c
   [junit4]   2> 2660675 INFO  (jetty-launcher-3864-thread-2) [n:127.0.0.1:39123_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39123.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6aff470c
   [junit4]   2> 2660676 INFO  (jetty-launcher-3864-thread-1) [n:127.0.0.1:39647_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39647.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6aff470c
   [junit4]   2> 2660676 INFO  (jetty-launcher-3864-thread-1) [n:127.0.0.1:39647_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39647.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6aff470c
   [junit4]   2> 2660676 INFO  (jetty-launcher-3864-thread-1) [n:127.0.0.1:39647_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.AutoAddReplicasIntegrationTest_3B608D6D217649DE-001/tempDir-001/node1/.
   [junit4]   2> 2660680 INFO  (jetty-launcher-3864-thread-2) [n:127.0.0.1:39123_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39123.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6aff470c
   [junit4]   2> 2660680 INFO  (jetty-launcher-3864-thread-2) [n:127.0.0.1:39123_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39123.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6aff470c
   [junit4]   2> 2660680 INFO  (jetty-launcher-3864-thread-2) [n:127.0.0.1:39123_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.AutoAddReplicasIntegrationTest_3B608D6D217649DE-001/tempDir-001/node2/.
   [junit4]   2> 2660717 INFO  (zkConnectionManagerCallback-3899-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2660719 INFO  (zkConnectionManagerCallback-3903-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2660720 INFO  (SUITE-AutoAddReplicasIntegrationTest-seed#[3B608D6D217649DE]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 2660720 INFO  (SUITE-AutoAddReplicasIntegrationTest-seed#[3B608D6D217649DE]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:46735/solr ready
   [junit4]   2> 2660727 INFO  (TEST-AutoAddReplicasIntegrationTest.testSimple-seed#[3B608D6D217649DE]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testSimple
   [junit4]   2> 2660728 INFO  (qtp61024098-22115) [n:127.0.0.1:39123_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=2&collection.configName=conf&maxShardsPerNode=2&autoAddReplicas=true&name=testSimple1&nrtReplicas=2&action=CREATE&numShards=2&createNodeSet=127.0.0.1:36445_solr,127.0.0.1:39647_solr&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2660729 INFO  (OverseerThreadFactory-6889-thread-1-processing-n:127.0.0.1:36445_solr) [n:127.0.0.1:36445_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection testSimple1
   [junit4]   2> 2660834 INFO  (OverseerStateUpdate-99421121502183432-127.0.0.1:36445_solr-n_0000000000) [n:127.0.0.1:36445_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testSimple1",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testSimple1_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:39647/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2660835 INFO  (OverseerStateUpdate-99421121502183432-127.0.0.1:36445_solr-n_0000000000) [n:127.0.0.1:36445_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testSimple1",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testSimple1_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:36445/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2660837 INFO  (OverseerStateUpdate-99421121502183432-127.0.0.1:36445_solr-n_0000000000) [n:127.0.0.1:36445_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testSimple1",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"testSimple1_shard2_replica_n4",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:39647/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2660838 INFO  (OverseerStateUpdate-99421121502183432-127.0.0.1:36445_solr-n_0000000000) [n:127.0.0.1:36445_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testSimple1",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"testSimple1_shard2_replica_n6",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:36445/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2661041 INFO  (qtp698044345-22112) [n:127.0.0.1:39647_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=testSimple1_shard1_replica_n1&action=CREATE&numShards=2&collection=testSimple1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 2661042 INFO  (qtp1240612957-22114) [n:127.0.0.1:36445_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node5&collection.configName=conf&newCollection=true&name=testSimple1_shard1_replica_n2&action=CREATE&numShards=2&collection=testSimple1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 2661042 INFO  (qtp698044345-22112) [n:127.0.0.1:39647_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 2661042 INFO  (qtp1240612957-22114) [n:127.0.0.1:36445_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 2661042 INFO  (qtp698044345-22117) [n:127.0.0.1:39647_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node7&collection.configName=conf&newCollection=true&name=testSimple1_shard2_replica_n4&action=CREATE&numShards=2&collection=testSimple1&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 2661042 INFO  (qtp1240612957-22205) [n:127.0.0.1:36445_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node8&collection.configName=conf&newCollection=true&name=testSimple1_shard2_replica_n6&action=CREATE&numShards=2&collection=testSimple1&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 2661146 INFO  (zkCallback-3890-thread-1-processing-n:127.0.0.1:39647_solr) [n:127.0.0.1:39647_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 2661146 INFO  (zkCallback-3888-thread-1-processing-n:127.0.0.1:36445_solr) [n:127.0.0.1:36445_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 2661146 INFO  (zkCallback-3888-thread-2-processing-n:127.0.0.1:36445_solr) [n:127.0.0.1:36445_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 2661146 INFO  (zkCallback-3890-thread-2-processing-n:127.0.0.1:39647_solr) [n:127.0.0.1:39647_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 2661147 INFO  (zkCallback-3888-thread-3-processing-n:127.0.0.1:36445_solr) [n:127.0.0.1:36445_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 2661632 DEBUG (ScheduledTrigger-6887-thread-1) [n:127.0.0.1:36445_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 3
   [junit4]   2> 2662052 INFO  (qtp698044345-22112) [n:127.0.0.1:39647_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 2662052 INFO  (qtp1240612957-22205) [n:127.0.0.1:36445_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 2662052 INFO  (qtp698044345-22117) [n:127.0.0.1:39647_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 2662052 INFO  (qtp1240612957-22114) [n:127.0.0.1:36445_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 2662058 INFO  (qtp698044345-22112) [n:127.0.0.1:39647_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.s.IndexSchema [testSimple1_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 2662058 INFO  (qtp1240612957-22205) [n:127.0.0.1:36445_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.s.IndexSchema [testSimple1_shard2_replica_n6] Schema name=minimal
   [junit4]   2> 2662060 INFO  (qtp698044345-22117) [n:127.0.0.1:39647_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.s.IndexSchema [testSimple1_shard2_replica_n4] Schema name=minimal
   [junit4]   2> 2662060 INFO  (qtp698044345-22112) [n:127.0.0.1:39647_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 2662060 INFO  (qtp1240612957-22205) [n:127.0.0.1:36445_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 2662061 INFO  (qtp698044345-22112) [n:127.0.0.1:39647_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'testSimple1_shard1_replica_n1' using configuration from collection testSimple1, trusted=true
   [junit4]   2> 2662061 INFO  (qtp1240612957-22205) [n:127.0.0.1:36445_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.c.CoreContainer Creating SolrCore 'testSimple1_shard2_replica_n6' using configuration from collection testSimple1, trusted=true
   [junit4]   2> 2662060 INFO  (qtp1240612957-22114) [n:127.0.0.1:36445_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.s.IndexSchema [testSimple1_shard1_replica_n2] Schema name=minimal
   [junit4]   2> 2662061 INFO  (qtp1240612957-22205) [n:127.0.0.1:36445_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36445.solr.core.testSimple1.shard2.replica_n6' (registry 'solr.core.testSimple1.shard2.replica_n6') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6aff470c
   [junit4]   2> 2662061 INFO  (qtp698044345-22112) [n:127.0.0.1:39647_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39647.solr.core.testSimple1.shard1.replica_n1' (registry 'solr.core.testSimple1.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6aff470c
   [junit4]   2> 2662062 INFO  (qtp1240612957-22205) [n:127.0.0.1:36445_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2662062 INFO  (qtp698044345-22112) [n:127.0.0.1:39647_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2662062 INFO  (qtp1240612957-22205) [n:127.0.0.1:36445_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.c.SolrCore [[testSimple1_shard2_replica_n6] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.AutoAddReplicasIntegrationTest_3B608D6D217649DE-001/tempDir-001/node3/testSimple1_shard2_replica_n6], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.AutoAddReplicasIntegrationTest_3B608D6D217649DE-001/tempDir-001/node3/./testSimple1_shard2_replica_n6/data/]
   [junit4]   2> 2662062 INFO  (qtp698044345-22112) [n:127.0.0.1:39647_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.c.SolrCore [[testSimple1_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.AutoAddReplicasIntegrationTest_3B608D6D217649DE-001/tempDir-001/node1/testSimple1_shard1_replica_n1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.AutoAddReplicasIntegrationTest_3B608D6D217649DE-001/tempDir-001/node1/./testSimple1_shard1_replica_n1/data/]
   [junit4]   2> 2662066 INFO  (qtp698044345-22117) [n:127.0.0.1:39647_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 2662067 INFO  (qtp698044345-22117) [n:127.0.0.1:39647_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.c.CoreContainer Creating SolrCore 'testSimple1_shard2_replica_n4' using configuration from collection testSimple1, trusted=true
   [junit4]   2> 2662067 INFO  (qtp1240612957-22114) [n:127.0.0.1:36445_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 2662067 INFO  (qtp1240612957-22114) [n:127.0.0.1:36445_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.c.CoreContainer Creating SolrCore 'testSimple1_shard1_replica_n2' using configuration from collection testSimple1, trusted=true
   [junit4]   2> 2662067 INFO  (qtp698044345-22117) [n:127.0.0.1:39647_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39647.solr.core.testSimple1.shard2.replica_n4' (registry 'solr.core.testSimple1.shard2.replica_n4') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6aff470c
   [junit4]   2> 2662067 INFO  (qtp1240612957-22114) [n:127.0.0.1:36445_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36445.solr.core.testSimple1.shard1.replica_n2' (registry 'solr.core.testSimple1.shard1.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6aff470c
   [junit4]   2> 2662067 INFO  (qtp698044345-22117) [n:127.0.0.1:39647_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2662068 INFO  (qtp1240612957-22114) [n:127.0.0.1:36445_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2662068 INFO  (qtp698044345-22117) [n:127.0.0.1:39647_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.c.SolrCore [[testSimple1_shard2_replica_n4] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.AutoAddReplicasIntegrationTest_3B608D6D217649DE-001/tempDir-001/node1/testSimple1_shard2_replica_n4], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.AutoAddReplicasIntegrationTest_3B608D6D217649DE-001/tempDir-001/node1/./testSimple1_shard2_replica_n4/data/]
   [junit4]   2> 2662068 INFO  (qtp1240612957-22114) [n:127.0.0.1:36445_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.c.SolrCore [[testSimple1_shard1_replica_n2] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.AutoAddReplicasIntegrationTest_3B608D6D217649DE-001/tempDir-001/node3/testSimple1_shard1_replica_n2], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.AutoAddReplicasIntegrationTest_3B608D6D217649DE-001/tempDir-001/node3/./testSimple1_shard1_replica_n2/data/]
   [junit4]   2> 2662111 INFO  (qtp1240612957-22205) [n:127.0.0.1:36445_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2662111 INFO  (qtp1240612957-22205) [n:127.0.0.1:36445_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2662111 INFO  (qtp698044345-22112) [n:127.0.0.1:39647_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2662111 INFO  (qtp698044345-22112) [n:127.0.0.1:39647_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2662112 INFO  (qtp1240612957-22205) [n:127.0.0.1:36445_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2662112 INFO  (qtp1240612957-22205) [n:127.0.0.1:36445_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2662112 INFO  (qtp698044345-22112) [n:127.0.0.1:39647_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2662112 INFO  (qtp698044345-22112) [n:127.0.0.1:39647_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2662113 INFO  (qtp698044345-22112) [n:127.0.0.1:39647_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@19c58352[testSimple1_shard1_replica_n1] main]
   [junit4]   2> 2662113 INFO  (qtp1240612957-22205) [n:127.0.0.1:36445_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.s.SolrIndexSearcher Opening [Searcher@289ddef2[testSimple1_shard2_replica_n6] main]
   [junit4]   2> 2662114 INFO  (qtp698044345-22112) [n:127.0.0.1:39647_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 2662114 INFO  (qtp1240612957-22205) [n:127.0.0.1:36445_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 2662114 INFO  (qtp698044345-22112) [n:127.0.0.1:39647_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 2662114 INFO  (qtp1240612957-22205) [n:127.0.0.1:36445_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 2662114 INFO  (qtp698044345-22112) [n:127.0.0.1:39647_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2662114 INFO  (qtp1240612957-22205) [n:127.0.0.1:36445_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2662115 INFO  (searcherExecutor-6897-thread-1-processing-n:127.0.0.1:36445_solr x:testSimple1_shard2_replica_n6 s:shard2 c:testSimple1 r:core_node8) [n:127.0.0.1:36445_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.c.SolrCore [testSimple1_shard2_replica_n6] Registered new searcher Searcher@289ddef2[testSimple1_shard2_replica_n6] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2662115 INFO  (qtp1240612957-22205) [n:127.0.0.1:36445_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1590737945796542464
   [junit4]   2> 2662115 INFO  (searcherExecutor-6896-thread-1-processing-n:127.0.0.1:39647_solr x:testSimple1_shard1_replica_n1 s:shard1 c:testSimple1 r:core_node3) [n:127.0.0.1:39647_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.c.SolrCore [testSimple1_shard1_replica_n1] Registered new searcher Searcher@19c58352[testSimple1_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2662115 INFO  (qtp698044345-22112) [n:127.0.0.1:39647_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1590737945796542464
   [junit4]   2> 2662118 INFO  (qtp698044345-22112) [n:127.0.0.1:39647_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for shard sha

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

ncMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-analytics/test/temp/junit4-J0-20180127_095428_2611731198165769907785.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 553 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-clustering/test/temp/junit4-J2-20180127_095516_89812145006735305824373.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-clustering/test/temp/junit4-J1-20180127_095516_8972493799521989772734.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-clustering/test/temp/junit4-J0-20180127_095516_89716924085207898215762.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 1260 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-dataimporthandler-extras/test/temp/junit4-J1-20180127_095531_05113147959422032599286.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-dataimporthandler-extras/test/temp/junit4-J0-20180127_095531_0513907681155754621898.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 644 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-dataimporthandler/test/temp/junit4-J1-20180127_095538_05014374885639732138397.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-dataimporthandler/test/temp/junit4-J2-20180127_095538_05110330055026880274501.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-dataimporthandler/test/temp/junit4-J0-20180127_095538_0505283282400628454347.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 558 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-cell/test/temp/junit4-J0-20180127_095559_7511700046201619981821.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-cell/test/temp/junit4-J2-20180127_095559_751854673216832433988.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-cell/test/temp/junit4-J1-20180127_095559_75112536490959662417579.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 567 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-langid/test/temp/junit4-J2-20180127_095609_6322165755318766638522.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-langid/test/temp/junit4-J1-20180127_095609_63218301245497904326793.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-langid/test/temp/junit4-J0-20180127_095609_6329288226916902400440.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 647 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-ltr/test/temp/junit4-J0-20180127_095617_03113664207781482713397.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-ltr/test/temp/junit4-J2-20180127_095617_03210494987978671255458.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 12 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-ltr/test/temp/junit4-J1-20180127_095617_03113533392897944978946.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 596 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-uima/test/temp/junit4-J1-20180127_095640_6806219074072401753278.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-uima/test/temp/junit4-J0-20180127_095640_6803885580693904418904.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 548 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-velocity/test/temp/junit4-J0-20180127_095650_72617812586645720316890.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 32270 lines...]

[JENKINS] Lucene-Solr-master-Linux (64bit/jdk-9.0.1) - Build # 21355 - Still Unstable!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/21355/
Java: 64bit/jdk-9.0.1 -XX:-UseCompressedOops -XX:+UseSerialGC

3 tests failed.
FAILED:  org.apache.solr.cloud.MoveReplicaHDFSTest.testFailedMove

Error Message:
No live SolrServers available to handle this request:[http://127.0.0.1:44409/solr/MoveReplicaHDFSTest_failed_coll_true, http://127.0.0.1:35875/solr/MoveReplicaHDFSTest_failed_coll_true]

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[http://127.0.0.1:44409/solr/MoveReplicaHDFSTest_failed_coll_true, http://127.0.0.1:35875/solr/MoveReplicaHDFSTest_failed_coll_true]
	at __randomizedtesting.SeedInfo.seed([DA3283F84AD85003:70FF500AFD0B85D3]:0)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:462)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1104)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:884)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:991)
	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:942)
	at org.apache.solr.cloud.MoveReplicaTest.testFailedMove(MoveReplicaTest.java:309)
	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:564)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at 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:844)
Caused by: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:44409/solr/MoveReplicaHDFSTest_failed_coll_true: no servers hosting shard: shard1
	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:483)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:436)
	... 45 more


FAILED:  org.apache.solr.cloud.autoscaling.TriggerIntegrationTest.testEventFromRestoredState

Error Message:


Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([DA3283F84AD85003:DA04373863D5F469]:0)
	at org.junit.Assert.fail(Assert.java:92)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.junit.Assert.assertTrue(Assert.java:54)
	at org.apache.solr.cloud.autoscaling.TriggerIntegrationTest.testEventFromRestoredState(TriggerIntegrationTest.java:760)
	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:564)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at 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:844)


FAILED:  org.apache.solr.cloud.autoscaling.TriggerIntegrationTest.testMetricTrigger

Error Message:


Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([DA3283F84AD85003:603EB4771530864C]:0)
	at org.junit.Assert.fail(Assert.java:92)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.junit.Assert.assertNull(Assert.java:551)
	at org.junit.Assert.assertNull(Assert.java:562)
	at org.apache.solr.cloud.autoscaling.TriggerIntegrationTest.testMetricTrigger(TriggerIntegrationTest.java:1575)
	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:564)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at 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:844)




Build Log:
[...truncated 12411 lines...]
   [junit4] Suite: org.apache.solr.cloud.MoveReplicaHDFSTest
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.MoveReplicaHDFSTest_DA3283F84AD85003-001/init-core-data-001
   [junit4]   2> 795532 INFO  (SUITE-MoveReplicaHDFSTest-seed#[DA3283F84AD85003]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 795533 INFO  (SUITE-MoveReplicaHDFSTest-seed#[DA3283F84AD85003]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason="", ssl=0.0/0.0, value=0.0/0.0, clientAuth=0.0/0.0)
   [junit4]   2> 795533 INFO  (SUITE-MoveReplicaHDFSTest-seed#[DA3283F84AD85003]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 795533 INFO  (SUITE-MoveReplicaHDFSTest-seed#[DA3283F84AD85003]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.MoveReplicaHDFSTest_DA3283F84AD85003-001/tempDir-001
   [junit4]   2> 795533 INFO  (SUITE-MoveReplicaHDFSTest-seed#[DA3283F84AD85003]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 795533 INFO  (Thread-3723) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 795534 INFO  (Thread-3723) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 795535 ERROR (Thread-3723) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 795633 INFO  (SUITE-MoveReplicaHDFSTest-seed#[DA3283F84AD85003]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:44867
   [junit4]   2> 795635 INFO  (zkConnectionManagerCallback-1639-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 795637 INFO  (jetty-launcher-1636-thread-1) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T15:27:37-06:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 795637 INFO  (jetty-launcher-1636-thread-3) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T15:27:37-06:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 795637 INFO  (jetty-launcher-1636-thread-2) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T15:27:37-06:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 795637 INFO  (jetty-launcher-1636-thread-4) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T15:27:37-06:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 795637 INFO  (jetty-launcher-1636-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 795637 INFO  (jetty-launcher-1636-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 795637 INFO  (jetty-launcher-1636-thread-1) [    ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 795637 INFO  (jetty-launcher-1636-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@573b1d66{/solr,null,AVAILABLE}
   [junit4]   2> 795638 INFO  (jetty-launcher-1636-thread-4) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 795638 INFO  (jetty-launcher-1636-thread-3) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 795638 INFO  (jetty-launcher-1636-thread-4) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 795638 INFO  (jetty-launcher-1636-thread-2) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 795638 INFO  (jetty-launcher-1636-thread-4) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 795638 INFO  (jetty-launcher-1636-thread-2) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 795638 INFO  (jetty-launcher-1636-thread-3) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 795638 INFO  (jetty-launcher-1636-thread-2) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 795638 INFO  (jetty-launcher-1636-thread-3) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 795638 INFO  (jetty-launcher-1636-thread-4) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@19d1a1fe{/solr,null,AVAILABLE}
   [junit4]   2> 795638 INFO  (jetty-launcher-1636-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@53885fa4{/solr,null,AVAILABLE}
   [junit4]   2> 795638 INFO  (jetty-launcher-1636-thread-3) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@7515c25a{/solr,null,AVAILABLE}
   [junit4]   2> 795639 INFO  (jetty-launcher-1636-thread-3) [    ] o.e.j.s.AbstractConnector Started ServerConnector@4caa1519{HTTP/1.1,[http/1.1]}{127.0.0.1:36005}
   [junit4]   2> 795639 INFO  (jetty-launcher-1636-thread-4) [    ] o.e.j.s.AbstractConnector Started ServerConnector@6bd24620{HTTP/1.1,[http/1.1]}{127.0.0.1:40409}
   [junit4]   2> 795640 INFO  (jetty-launcher-1636-thread-3) [    ] o.e.j.s.Server Started @797114ms
   [junit4]   2> 795640 INFO  (jetty-launcher-1636-thread-4) [    ] o.e.j.s.Server Started @797114ms
   [junit4]   2> 795639 INFO  (jetty-launcher-1636-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@60b2522f{HTTP/1.1,[http/1.1]}{127.0.0.1:44409}
   [junit4]   2> 795640 INFO  (jetty-launcher-1636-thread-4) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=40409}
   [junit4]   2> 795640 INFO  (jetty-launcher-1636-thread-2) [    ] o.e.j.s.Server Started @797114ms
   [junit4]   2> 795639 INFO  (jetty-launcher-1636-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@7637df{HTTP/1.1,[http/1.1]}{127.0.0.1:38321}
   [junit4]   2> 795640 INFO  (jetty-launcher-1636-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=44409}
   [junit4]   2> 795640 INFO  (jetty-launcher-1636-thread-1) [    ] o.e.j.s.Server Started @797114ms
   [junit4]   2> 795640 INFO  (jetty-launcher-1636-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=36005}
   [junit4]   2> 795640 INFO  (jetty-launcher-1636-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=38321}
   [junit4]   2> 795640 ERROR (jetty-launcher-1636-thread-4) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 795640 ERROR (jetty-launcher-1636-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 795640 INFO  (jetty-launcher-1636-thread-4) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.0.0
   [junit4]   2> 795640 INFO  (jetty-launcher-1636-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.0.0
   [junit4]   2> 795640 INFO  (jetty-launcher-1636-thread-4) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 795640 INFO  (jetty-launcher-1636-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 795640 INFO  (jetty-launcher-1636-thread-4) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 795640 INFO  (jetty-launcher-1636-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 795640 INFO  (jetty-launcher-1636-thread-4) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-01-27T06:04:22.460501Z
   [junit4]   2> 795640 INFO  (jetty-launcher-1636-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-01-27T06:04:22.460519Z
   [junit4]   2> 795640 ERROR (jetty-launcher-1636-thread-3) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 795640 ERROR (jetty-launcher-1636-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 795640 INFO  (jetty-launcher-1636-thread-3) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.0.0
   [junit4]   2> 795640 INFO  (jetty-launcher-1636-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.0.0
   [junit4]   2> 795640 INFO  (jetty-launcher-1636-thread-3) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 795640 INFO  (jetty-launcher-1636-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 795640 INFO  (jetty-launcher-1636-thread-3) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 795640 INFO  (jetty-launcher-1636-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 795640 INFO  (jetty-launcher-1636-thread-3) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-01-27T06:04:22.460758Z
   [junit4]   2> 795640 INFO  (jetty-launcher-1636-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-01-27T06:04:22.460779Z
   [junit4]   2> 795641 INFO  (zkConnectionManagerCallback-1647-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 795641 INFO  (zkConnectionManagerCallback-1643-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 795641 INFO  (zkConnectionManagerCallback-1645-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 795641 INFO  (zkConnectionManagerCallback-1642-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 795641 INFO  (jetty-launcher-1636-thread-4) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 795641 INFO  (jetty-launcher-1636-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 795642 INFO  (jetty-launcher-1636-thread-3) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 795642 INFO  (jetty-launcher-1636-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 795656 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x16136377fd20002, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 795657 INFO  (jetty-launcher-1636-thread-4) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44867/solr
   [junit4]   2> 795657 INFO  (jetty-launcher-1636-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44867/solr
   [junit4]   2> 795657 INFO  (jetty-launcher-1636-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44867/solr
   [junit4]   2> 795657 INFO  (jetty-launcher-1636-thread-3) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44867/solr
   [junit4]   2> 795663 INFO  (zkConnectionManagerCallback-1655-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 795667 INFO  (zkConnectionManagerCallback-1663-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 795667 INFO  (zkConnectionManagerCallback-1658-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 795667 INFO  (zkConnectionManagerCallback-1661-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 795667 DEBUG (jetty-launcher-1636-thread-4) [n:127.0.0.1:40409_solr    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$400/626461221@5450df93
   [junit4]   2> 795667 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x16136377fd20007, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 795667 DEBUG (jetty-launcher-1636-thread-3) [n:127.0.0.1:36005_solr    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$400/626461221@60e34cc3
   [junit4]   2> 795667 DEBUG (jetty-launcher-1636-thread-1) [n:127.0.0.1:38321_solr    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$400/626461221@4f3f95a1
   [junit4]   2> 795667 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x16136377fd20006, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 795667 DEBUG (jetty-launcher-1636-thread-2) [n:127.0.0.1:44409_solr    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$400/626461221@518faa09
   [junit4]   2> 795668 INFO  (zkConnectionManagerCallback-1665-thread-1-processing-n:127.0.0.1:40409_solr) [n:127.0.0.1:40409_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 795668 INFO  (zkConnectionManagerCallback-1667-thread-1-processing-n:127.0.0.1:36005_solr) [n:127.0.0.1:36005_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 795668 INFO  (zkConnectionManagerCallback-1671-thread-1-processing-n:127.0.0.1:44409_solr) [n:127.0.0.1:44409_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 795668 INFO  (zkConnectionManagerCallback-1669-thread-1-processing-n:127.0.0.1:38321_solr) [n:127.0.0.1:38321_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 795703 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/clusterprops.json
   [junit4]   2> 795703 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 795704 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/clusterstate.json
   [junit4]   2> 795704 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/clusterprops.json
   [junit4]   2> 795704 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/collections
   [junit4]   2> 795704 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/clusterprops.json
   [junit4]   2> 795704 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 795704 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/aliases.json
   [junit4]   2> 795704 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 795704 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/clusterstate.json
   [junit4]   2> 795704 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/clusterstate.json
   [junit4]   2> 795704 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/collections
   [junit4]   2> 795704 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/clusterprops.json
   [junit4]   2> 795704 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/security.json
   [junit4]   2> 795704 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/collections
   [junit4]   2> 795704 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/aliases.json
   [junit4]   2> 795704 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 795704 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/aliases.json
   [junit4]   2> 795704 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/clusterstate.json
   [junit4]   2> 795704 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/security.json
   [junit4]   2> 795704 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/collections
   [junit4]   2> 795704 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/security.json
   [junit4]   2> 795704 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/aliases.json
   [junit4]   2> 795705 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/security.json
   [junit4]   2> 795705 INFO  (jetty-launcher-1636-thread-3) [n:127.0.0.1:36005_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 795705 INFO  (jetty-launcher-1636-thread-4) [n:127.0.0.1:40409_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 795705 INFO  (jetty-launcher-1636-thread-2) [n:127.0.0.1:44409_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 795705 INFO  (jetty-launcher-1636-thread-1) [n:127.0.0.1:38321_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 795705 DEBUG (jetty-launcher-1636-thread-4) [n:127.0.0.1:40409_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/99420278774431753-127.0.0.1:40409_solr-n_0000000000
   [junit4]   2> 795705 DEBUG (jetty-launcher-1636-thread-1) [n:127.0.0.1:38321_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/99420278774431756-127.0.0.1:38321_solr-n_0000000001
   [junit4]   2> 795705 DEBUG (jetty-launcher-1636-thread-2) [n:127.0.0.1:44409_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/99420278774431755-127.0.0.1:44409_solr-n_0000000002
   [junit4]   2> 795705 DEBUG (jetty-launcher-1636-thread-3) [n:127.0.0.1:36005_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/99420278774431754-127.0.0.1:36005_solr-n_0000000003
   [junit4]   2> 795706 INFO  (jetty-launcher-1636-thread-4) [n:127.0.0.1:40409_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:40409_solr
   [junit4]   2> 795706 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/overseer_elect/election/99420278774431753-127.0.0.1:40409_solr-n_0000000000
   [junit4]   2> 795706 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/overseer_elect/election/99420278774431756-127.0.0.1:38321_solr-n_0000000001
   [junit4]   2> 795706 DEBUG (jetty-launcher-1636-thread-1) [n:127.0.0.1:38321_solr    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/99420278774431753-127.0.0.1:40409_solr-n_0000000000 to know if I could be the leader
   [junit4]   2> 795706 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/overseer_elect/election/99420278774431755-127.0.0.1:44409_solr-n_0000000002
   [junit4]   2> 795706 DEBUG (jetty-launcher-1636-thread-2) [n:127.0.0.1:44409_solr    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/99420278774431756-127.0.0.1:38321_solr-n_0000000001 to know if I could be the leader
   [junit4]   2> 795706 DEBUG (jetty-launcher-1636-thread-3) [n:127.0.0.1:36005_solr    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/99420278774431755-127.0.0.1:44409_solr-n_0000000002 to know if I could be the leader
   [junit4]   2> 795706 INFO  (jetty-launcher-1636-thread-1) [n:127.0.0.1:38321_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:38321_solr
   [junit4]   2> 795706 INFO  (jetty-launcher-1636-thread-2) [n:127.0.0.1:44409_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:44409_solr
   [junit4]   2> 795706 INFO  (jetty-launcher-1636-thread-3) [n:127.0.0.1:36005_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:36005_solr
   [junit4]   2> 795706 INFO  (jetty-launcher-1636-thread-4) [n:127.0.0.1:40409_solr    ] o.a.s.c.Overseer Overseer (id=99420278774431753-127.0.0.1:40409_solr-n_0000000000) starting
   [junit4]   2> 795706 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes
   [junit4]   2> 795706 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes
   [junit4]   2> 795706 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes
   [junit4]   2> 795706 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes
   [junit4]   2> 795706 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 795706 INFO  (zkCallback-1668-thread-1-processing-n:127.0.0.1:38321_solr) [n:127.0.0.1:38321_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 795707 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 795707 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 795707 INFO  (zkCallback-1664-thread-1-processing-n:127.0.0.1:40409_solr) [n:127.0.0.1:40409_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 795707 INFO  (zkCallback-1666-thread-1-processing-n:127.0.0.1:36005_solr) [n:127.0.0.1:36005_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 795711 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 795711 INFO  (zkCallback-1670-thread-1-processing-n:127.0.0.1:44409_solr) [n:127.0.0.1:44409_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 795723 DEBUG (OverseerCollectionConfigSetProcessor-99420278774431753-127.0.0.1:40409_solr-n_0000000000) [n:127.0.0.1:40409_solr    ] o.a.s.c.OverseerTaskProcessor Process current queue of overseer operations
   [junit4]   2> 795723 DEBUG (OverseerStateUpdate-99420278774431753-127.0.0.1:40409_solr-n_0000000000) [n:127.0.0.1:40409_solr    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 795723 DEBUG (jetty-launcher-1636-thread-4) [n:127.0.0.1:40409_solr    ] o.a.s.c.ZkController Publish node=127.0.0.1:40409_solr as DOWN
   [junit4]   2> 795724 DEBUG (OverseerAutoScalingTriggerThread-99420278774431753-127.0.0.1:40409_solr-n_0000000000) [n:127.0.0.1:40409_solr    ] o.a.s.c.a.OverseerTriggerThread Adding .autoAddReplicas trigger
   [junit4]   2> 795724 DEBUG (OverseerCollectionConfigSetProcessor-99420278774431753-127.0.0.1:40409_solr-n_0000000000) [n:127.0.0.1:40409_solr    ] o.a.s.c.OverseerTaskProcessor Cleaning up work-queue. #Running tasks: 0
   [junit4]   2> 795724 DEBUG (OverseerCollectionConfigSetProcessor-99420278774431753-127.0.0.1:40409_solr-n_0000000000) [n:127.0.0.1:40409_solr    ] o.a.s.c.OverseerTaskProcessor RunningTasks: []
   [junit4]   2> 795724 DEBUG (OverseerCollectionConfigSetProcessor-99420278774431753-127.0.0.1:40409_solr-n_0000000000) [n:127.0.0.1:40409_solr    ] o.a.s.c.OverseerTaskProcessor BlockedTasks: []
   [junit4]   2> 795724 DEBUG (OverseerCollectionConfigSetProcessor-99420278774431753-127.0.0.1:40409_solr-n_0000000000) [n:127.0.0.1:40409_solr    ] o.a.s.c.OverseerTaskProcessor CompletedTasks: []
   [junit4]   2> 795724 DEBUG (OverseerCollectionConfigSetProcessor-99420278774431753-127.0.0.1:40409_solr-n_0000000000) [n:127.0.0.1:40409_solr    ] o.a.s.c.OverseerTaskProcessor RunningZKTasks: []
   [junit4]   2> 795724 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/autoscaling.json
   [junit4]   2> 795724 INFO  (jetty-launcher-1636-thread-4) [n:127.0.0.1:40409_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:40409_solr
   [junit4]   2> 795724 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/overseer/queue-work
   [junit4]   2> 795724 DEBUG (OverseerCollectionConfigSetProcessor-99420278774431753-127.0.0.1:40409_solr-n_0000000000) [n:127.0.0.1:40409_solr    ] o.a.s.c.OverseerTaskQueue Peeking for top 100 elements. ExcludeSet: []
   [junit4]   2> 795724 DEBUG (OverseerAutoScalingTriggerThread-99420278774431753-127.0.0.1:40409_solr-n_0000000000) [n:127.0.0.1:40409_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 1
   [junit4]   2> 795724 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/overseer/collection-queue-work
   [junit4]   2> 795724 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes
   [junit4]   2> 795724 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes
   [junit4]   2> 795724 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes
   [junit4]   2> 795724 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes
   [junit4]   2> 795727 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/overseer/queue
   [junit4]   2> 795727 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 795727 DEBUG (OverseerAutoScalingTriggerThread-99420278774431753-127.0.0.1:40409_solr-n_0000000000) [n:127.0.0.1:40409_solr    ] o.a.s.c.a.NodeLostTrigger Initial livenodes: [127.0.0.1:36005_solr, 127.0.0.1:38321_solr, 127.0.0.1:44409_solr]
   [junit4]   2> 795727 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 795727 DEBUG (OverseerAutoScalingTriggerThread-99420278774431753-127.0.0.1:40409_solr-n_0000000000) [n:127.0.0.1:40409_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion -1
   [junit4]   2> 795727 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 795727 DEBUG (OverseerAutoScalingTriggerThread-99420278774431753-127.0.0.1:40409_solr-n_0000000000) [n:127.0.0.1:40409_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 1
   [junit4]   2> 795727 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 795727 INFO  (zkCallback-1670-thread-1-processing-n:127.0.0.1:44409_solr) [n:127.0.0.1:44409_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 795727 INFO  (zkCallback-1666-thread-1-processing-n:127.0.0.1:36005_solr) [n:127.0.0.1:36005_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 795727 INFO  (zkCallback-1664-thread-1-processing-n:127.0.0.1:40409_solr) [n:127.0.0.1:40409_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 795727 DEBUG (OverseerStateUpdate-99420278774431753-127.0.0.1:40409_solr-n_0000000000) [n:127.0.0.1:40409_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:40409_solr"} current state version: 0
   [junit4]   2> 795727 INFO  (zkCallback-1668-thread-1-processing-n:127.0.0.1:38321_solr) [n:127.0.0.1:38321_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 795727 DEBUG (OverseerStateUpdate-99420278774431753-127.0.0.1:40409_solr-n_0000000000) [n:127.0.0.1:40409_solr    ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:40409_solr
   [junit4]   2> 795734 DEBUG (OverseerAutoScalingTriggerThread-99420278774431753-127.0.0.1:40409_solr-n_0000000000) [n:127.0.0.1:40409_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 795734 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/autoscaling/events/.auto_add_replicas
   [junit4]   2> 795734 DEBUG (OverseerAutoScalingTriggerThread-99420278774431753-127.0.0.1:40409_solr-n_0000000000) [n:127.0.0.1:40409_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion 1
   [junit4]   2> 795734 DEBUG (ScheduledTrigger-3352-thread-1) [n:127.0.0.1:40409_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 4
   [junit4]   2> 795742 INFO  (jetty-launcher-1636-thread-1) [n:127.0.0.1:38321_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38321.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3347ea23
   [junit4]   2> 795744 INFO  (jetty-launcher-1636-thread-2) [n:127.0.0.1:44409_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44409.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3347ea23
   [junit4]   2> 795747 INFO  (jetty-launcher-1636-thread-1) [n:127.0.0.1:38321_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38321.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3347ea23
   [junit4]   2> 795747 INFO  (jetty-launcher-1636-thread-1) [n:127.0.0.1:38321_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38321.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3347ea23
   [junit4]   2> 795747 INFO  (jetty-launcher-1636-thread-1) [n:127.0.0.1:38321_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.MoveReplicaHDFSTest_DA3283F84AD85003-001/tempDir-001/node1/.
   [junit4]   2> 795749 INFO  (jetty-launcher-1636-thread-2) [n:127.0.0.1:44409_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44409.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3347ea23
   [junit4]   2> 795749 INFO  (jetty-launcher-1636-thread-2) [n:127.0.0.1:44409_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44409.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3347ea23
   [junit4]   2> 795750 INFO  (jetty-launcher-1636-thread-2) [n:127.0.0.1:44409_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.MoveReplicaHDFSTest_DA3283F84AD85003-001/tempDir-001/node2/.
   [junit4]   2> 795750 INFO  (jetty-launcher-1636-thread-3) [n:127.0.0.1:36005_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36005.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3347ea23
   [junit4]   2> 795757 INFO  (jetty-launcher-1636-thread-3) [n:127.0.0.1:36005_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36005.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3347ea23
   [junit4]   2> 795757 INFO  (jetty-launcher-1636-thread-3) [n:127.0.0.1:36005_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36005.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3347ea23
   [junit4]   2> 795758 INFO  (jetty-launcher-1636-thread-3) [n:127.0.0.1:36005_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.MoveReplicaHDFSTest_DA3283F84AD85003-001/tempDir-001/node3/.
   [junit4]   2> 795783 INFO  (jetty-launcher-1636-thread-4) [n:127.0.0.1:40409_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40409.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3347ea23
   [junit4]   2> 795788 INFO  (jetty-launcher-1636-thread-4) [n:127.0.0.1:40409_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40409.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3347ea23
   [junit4]   2> 795788 INFO  (jetty-launcher-1636-thread-4) [n:127.0.0.1:40409_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40409.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3347ea23
   [junit4]   2> 795788 INFO  (jetty-launcher-1636-thread-4) [n:127.0.0.1:40409_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.MoveReplicaHDFSTest_DA3283F84AD85003-001/tempDir-001/node4/.
   [junit4]   2> 795828 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/overseer/queue
   [junit4]   2> 795828 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/overseer/queue
   [junit4]   2> 795837 INFO  (zkConnectionManagerCallback-1681-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 795840 INFO  (zkConnectionManagerCallback-1685-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 795841 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/clusterprops.json
   [junit4]   2> 795841 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 795841 INFO  (SUITE-MoveReplicaHDFSTest-seed#[DA3283F84AD85003]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 795841 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/clusterstate.json
   [junit4]   2> 795841 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/collections
   [junit4]   2> 795841 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/aliases.json
   [junit4]   2> 795842 INFO  (SUITE-MoveReplicaHDFSTest-seed#[DA3283F84AD85003]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:44867/solr ready
   [junit4]   2> 795845 INFO  (qtp868831421-9665) [n:127.0.0.1:36005_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :overseerstatus with params action=OVERSEERSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 795845 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/overseer/collection-queue-work
   [junit4]   2> 795845 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/overseer/collection-queue-work/qnr-0000000000
   [junit4]   2> 795845 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/overseer/collection-queue-work
   [junit4]   2> 795845 DEBUG (OverseerCollectionConfigSetProcessor-99420278774431753-127.0.0.1:40409_solr-n_0000000000) [n:127.0.0.1:40409_solr    ] o.a.s.c.ZkDistributedQueue Found child node with improper name: qnr-0000000000
   [junit4]   2> 795845 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/overseer/collection-queue-work
   [junit4]   2> 795846 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/overseer/collection-queue-work
   [junit4]   2> 795846 DEBUG (OverseerCollectionConfigSetProcessor-99420278774431753-127.0.0.1:40409_solr-n_0000000000) [n:127.0.0.1:40409_solr    ] o.a.s.c.ZkDistributedQueue Found child node with improper name: qnr-0000000000
   [junit4]   2> 795846 DEBUG (OverseerCollectionConfigSetProcessor-99420278774431753-127.0.0.1:40409_solr-n_0000000000) [n:127.0.0.1:40409_solr    ] o.a.s.c.OverseerTaskQueue Returning topN elements: [/overseer/collection-queue-work/qn-0000000000, ]
   [junit4]   2> 795846 DEBUG (OverseerCollectionConfigSetProcessor-99420278774431753-127.0.0.1:40409_solr-n_0000000000) [n:127.0.0.1:40409_solr    ] o.a.s.c.OverseerTaskProcessor Got 1 tasks from work-queue : [[org.apache.solr.cloud.OverseerTaskQueue$QueueEvent@2e684ecf]]
   [junit4]   2> 795846 DEBUG (OverseerCollectionConfigSetProcessor-99420278774431753-127.0.0.1:40409_solr-n_0000000000) [n:127.0.0.1:40409_solr    ] o.a.s.c.OverseerTaskProcessor Marked task [/overseer/collection-queue-work/qn-0000000000] as running
   [junit4]   2> 795846 DEBUG (OverseerCollectionConfigSetProcessor-99420278774431753-127.0.0.1:40409_solr-n_0000000000) [n:127.0.0.1:40409_solr    ] o.a.s.c.OverseerTaskProcessor Overseer Collection Message Handler: Get the message id:/overseer/collection-queue-work/qn-0000000000 message:{"operation":"overseerstatus"}
   [junit4]   2> 795846 DEBUG (OverseerThreadFactory-3354-thread-1-processing-n:127.0.0.1:40409_solr) [n:127.0.0.1:40409_solr    ] o.a.s.c.OverseerTaskProcessor Runner processing /overseer/collection-queue-work/qn-0000000000
   [junit4]   2> 795847 DEBUG (OverseerCollectionConfigSetProcessor-99420278774431753-127.0.0.1:40409_solr-n_0000000000) [n:127.0.0.1:40409_solr    ] o.a.s.c.OverseerTaskProcessor Cleaning up work-queue. #Running tasks: 1
   [junit4]   2> 795847 DEBUG (OverseerThreadFactory-3354-thread-1-processing-n:127.0.0.1:40409_solr) [n:127.0.0.1:40409_solr    ] o.a.s.c.a.c.OverseerCollectionMessageHandler OverseerCollectionMessageHandler.processMessage : overseerstatus , {"operation":"overseerstatus"}
   [junit4]   2> 795847 DEBUG (OverseerCollectionConfigSetProcessor-99420278774431753-127.0.0.1:40409_solr-n_0000000000) [n:127.0.0.1:40409_solr    ] o.a.s.c.OverseerTaskProcessor RunningTasks: [/overseer/collection-queue-work/qn-0000000000]
   [junit4]   2> 795847 DEBUG (OverseerCollectionConfigSetProcessor-99420278774431753-127.0.0.1:40409_solr-n_0000000000) [n:127.0.0.1:40409_solr    ] o.a.s.c.OverseerTaskProcessor BlockedTasks: []
   [junit4]   2> 795847 DEBUG (OverseerCollectionConfigSetProcessor-99420278774431753-127.0.0.1:40409_solr-n_0000000000) [n:127.0.0.1:40409_solr    ] o.a.s.c.OverseerTaskProcessor CompletedTasks: []
   [junit4]   2> 795847 DEBUG (OverseerCollectionConfigSetProcessor-99420278774431753-127.0.0.1:40409_solr-n_0000000000) [n:127.0.0.1:40409_solr    ] o.a.s.c.OverseerTaskProcessor RunningZKTasks: [/overseer/collection-queue-work/qn-0000000000]
   [junit4]   2> 795847 DEBUG (OverseerCollectionConfigSetProcessor-99420278774431753-127.0.0.1:40409_solr-n_0000000000) [n:127.0.0.1:40409_solr    ] o.a.s.c.OverseerTaskQueue Peeking for top 99 elements. ExcludeSet: [/overseer/collection-queue-work/qn-0000000000],[]
   [junit4]   2> 795847 DEBUG (OverseerThreadFactory-3354-thread-1-processing-n:127.0.0.1:40409_solr) [n:127.0.0.1:40409_solr    ] o.a.s.c.OverseerTaskProcessor Completed task:[/overseer/collection-queue-work/qn-0000000000]
   [junit4]   2> 795847 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: data: /solr/overseer/collection-queue-work/qnr-0000000000
   [junit4]   2> 795848 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/overseer/collection-queue-work
   [junit4]   2> 795848 DEBUG (zkCallback-1666-thread-1-processing-n:127.0.0.1:36005_solr) [n:127.0.0.1:36005_solr    ] o.a.s.c.OverseerTaskQueue NodeDataChanged fired on path /overseer/collection-queue-work/qnr-0000000000 state SyncConnected latchEventType null
   [junit4]   2> 795848 DEBUG (OverseerThreadFactory-3354-thread-1-processing-n:127.0.0.1:40409_solr) [n:127.0.0.1:40409_solr    ] o.a.s.c.OverseerTaskProcessor Marked task [/overseer/collection-queue-work/qn-0000000000] as completed.
   [junit4]   2> 795848 DEBUG (OverseerThreadFactory-3354-thread-1-processing-n:127.0.0.1:40409_solr) [n:127.0.0.1:40409_solr    ] o.a.s.c.OverseerTaskProcessor RunningTasks: []
   [junit4]   2> 795848 DEBUG (OverseerThreadFactory-3354-thread-1-processing-n:127.0.0.1:40409_solr) [n:127.0.0.1:40409_solr    ] o.a.s.c.OverseerTaskProcessor BlockedTasks: []
   [junit4]   2> 795848 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/overseer/collection-queue-work
   [junit4]   2> 795848 DEBUG (OverseerThreadFactory-3354-thread-1-processing-n:127.0.0.1:40409_solr) [n:127.0.0.1:40409_solr    ] o.a.s.c.OverseerTaskProcessor CompletedTasks: [/overseer/collection-queue-work/qn-0000000000]
   [junit4]   2> 795848 DEBUG (OverseerThreadFactory-3354-thread-1-processing-n:127.0.0.1:40409_solr) [n:127.0.0.1:40409_solr    ] o.a.s.c.OverseerTaskProcessor RunningZKTasks: [/overseer/collection-queue-work/qn-0000000000]
   [junit4]   2> 795848 DEBUG (OverseerCollectionConfigSetProcessor-99420278774431753-127.0.0.1:40409_solr-n_0000000000) [n:127.0.0.1:40409_solr    ] o.a.s.c.ZkDistributedQueue Found child node with improper name: qnr-0000000000
   [junit4]   2> 795848 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/overseer/collection-queue-work
   [junit4]   2> 795848 DEBUG (OverseerThreadFactory-3354-thread-1-processing-n:127.0.0.1:40409_solr) [n:127.0.0.1:40409_solr    ] o.a.s.c.OverseerTaskProcessor Overseer Collection Message Handler: Message id:/overseer/collection-queue-work/qn-0000000000 complete, response:{leader=127.0.0.1:40409_solr,overseer_queue_size=0,overseer_work_queue_size=0,overseer_collection_queue_size=2,overseer_operations={am_i_leader={requests=3,errors=0,avgRequestsPerSecond=24.223165504584525,5minRateRequestsPerSecond=0.0,15minRateRequestsPerSecond=0.0,avgTimePerRequest=0.1770193333333333,medianRequestTime=0.193475,75thPcRequestTime=0.202251,95thPcRequestTime=0.202251,99thPcRequestTime=0.202251,999thPcRequestTime=0.202251},downnode={requests=1,errors=0,avgRequestsPerSecond=8.362571811285722,5minRateRequestsPerSecond=0.0,15minRateRequestsPerSecond=0.0,avgTimePerRequest=0.050913,medianRequestTime=0.050913,75thPcRequestTime=0.050913,95thPcRequestTime=0.050913,99thPcRequestTime=0.050913,999thPcRequestTime=0.050913}},collection_operations={am_i_leader={requests=3,errors=0,avgRequestsPerSecond=24.246711256907485,5minRateRequestsPerSecond=0.0,15minRateRequestsPerSecond=0.0,avgTimePerRequest=0.15383466666666665,medianRequestTime=0.161375,75thPcRequestTime=0.191268,95thPcRequestTime=0.191268,99thPcRequestTime=0.191268,999thPcRequestTime=0.191268},overseerstatus={requests=0,errors=0,avgRequestsPerSecond=0.0,5minRateRequestsPerSecond=0.0,15minRateRequestsPerSecond=0.0,avgTimePerRequest=0.0,medianRequestTime=0.0,75thPcRequestTime=0.0,95thPcRequestTime=0.0,99thPcRequestTime=0.0,999thPcRequestTime=0.0}},overseer_queue={},overseer_internal_queue={peek={avgRequestsPerSecond=8.130750864841545,5minRateRequestsPerSecond=0.0,15minRateRequestsPerSecond=0.0,avgTimePerRequest=0.25891,medianRequestTime=0.25891,75thPcRequestTime=0.25891,95thPcRequestTime=0.25891,99thPcRequestTime=0.25891,999thPcRequestTime=0.25891}},collection_queue={peektopn_wait2000={avgRequestsPerSecond=8.143088792793927,5minRateRequestsPerSecond=0.0,15minRateRequestsPerSecond=0.0,avgTimePerRequest=121.774177,medianRequestTime=121.774177,75thPcRequestTime=121.774177,95thPcRequestTime=121.774177,99thPcRequestTime=121.774177,999thPcRequestTime=121.774177}}}
   [junit4]   2> 795848 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/overseer/collection-queue-work
   [junit4]   2> 795848 INFO  (qtp868831421-9665) [n:127.0.0.1:36005_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=OVERSEERSTATUS&wt=javabin&version=2} status=0 QTime=3
   [junit4]   1> Formatting using clusterid: testClusterID
   [junit4]   2> 795913 WARN  (SUITE-MoveReplicaHDFSTest-seed#[DA3283F84AD85003]-worker) [    ] o.a.h.m.i.MetricsConfig Cannot locate configuration: tried hadoop-metrics2-namenode.properties,hadoop-metrics2.properties
   [junit4]   2> 795919 WARN  (SUITE-MoveReplicaHDFSTest-seed#[DA3283F84AD85003]-worker) [    ] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 795920 INFO  (SUITE-MoveReplicaHDFSTest-seed#[DA3283F84AD85003]-worker) [    ] o.m.log jetty-6.1.x
   [junit4]   2> 795925 INFO  (SUITE-MoveReplicaHDFSTest-seed#[DA3283F84AD85003]-worker) [    ] o.m.log Extract jar:file:/home/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.7.4-tests.jar!/webapps/hdfs to ./temp/Jetty_localhost_localdomain_45231_hdfs____ss637t/webapp
   [junit4]   2> 796002 INFO  (SUITE-MoveReplicaHDFSTest-seed#[DA3283F84AD85003]-worker) [    ] o.m.log Started HttpServer2$SelectChannelConnectorWithSafeStartup@localhost.localdomain:45231
   [junit4]   2> 796046 WARN  (SUITE-MoveReplicaHDFSTest-seed#[DA3283F84AD85003]-worker) [    ] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 796047 INFO  (SUITE-MoveReplicaHDFSTest-seed#[DA3283F84AD85003]-worker) [    ] o.m.log jetty-6.1.x
   [junit4]   2> 796049 INFO  (SUITE-MoveReplicaHDFSTest-seed#[DA3283F84AD85003]-worker) [    ] o.m.log Extract jar:file:/home/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.7.4-tests.jar!/webapps/datanode to ./temp/Jetty_localhost_37325_datanode____.yj5kqv/webapp
   [junit4]   2> 796108 INFO  (SUITE-MoveReplicaHDFSTest-seed#[DA3283F84AD85003]-worker) [    ] o.m.log Started HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:37325
   [junit4]   2> 796126 WARN  (SUITE-MoveReplicaHDFSTest-seed#[DA3283F84AD85003]-worker) [    ] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 796127 INFO  (SUITE-MoveReplicaHDFSTest-seed#[DA3283F84AD85003]-worker) [    ] o.m.log jetty-6.1.x
   [junit4]   2> 796129 INFO  (SUITE-MoveReplicaHDFSTest-seed#[DA3283F84AD85003]-worker) [    ] o.m.log Extract jar:file:/home/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.7.4-tests.jar!/webapps/datanode to ./temp/Jetty_localhost_39747_datanode____lvsm2j/webapp
   [junit4]   2> 796205 INFO  (SUITE-MoveReplicaHDFSTest-seed#[DA3283F84AD85003]-worker) [    ] o.m.log Started HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:39747
   [junit4]   2> 796208 ERROR (DataNode: [[[DISK]file:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.MoveReplicaHDFSTest_DA3283F84AD85003-001/tempDir-002/hdfsBaseDir/data/data1/, [DISK]file:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.MoveReplicaHDFSTest_DA3283F84AD85003-001/tempDir-002/hdfsBaseDir/data/data2/]]  heartbeating to localhost.localdomain/127.0.0.1:39383) [    ] o.a.h.h.s.d.DirectoryScanner dfs.datanode.directoryscan.throttle.limit.ms.per.sec set to value below 1 ms/sec. Assuming default value of 1000
   [junit4]   2> 796212 INFO  (Block report processor) [    ] BlockStateChange BLOCK* processReport 0x1294414d61e59: from storage DS-e8554951-5e06-44cd-b7da-82eb17610408 node DatanodeRegistration(127.0.0.1:37133, datanodeUuid=c22677f3-debe-4e07-af0d-0da20aef4756, infoPort=34439, infoSecurePort=0, ipcPort=45253, storageInfo=lv=-56;cid=testClusterID;nsid=1152164462;c=0), blocks: 0, hasStaleStorage: true, processing time: 0 msecs
   [junit4]   2> 796212 INFO  (Block report processor) [    ] BlockStateChange BLOCK* processReport 0x1294414d61e59: from storage DS-73828d0b-66fe-4639-8af3-188e46b6569d node DatanodeRegistration(127.0.0.1:37133, datanodeUuid=c22677f3-debe-4e07-af0d-0da20aef4756, infoPort=34439, infoSecurePort=0, ipcPort=45253, storageInfo=lv=-56;cid=testClusterID;nsid=1152164462;c=0), blocks: 0, hasStaleStorage: false, processing time: 0 msecs
   [junit4]   2> 796295 ERROR (DataNode: [[[DISK]file:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.MoveReplicaHDFSTest_DA3283F84AD85003-001/tempDir-002/hdfsBaseDir/data/data3/, [DISK]file:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.MoveReplicaHDFSTest_DA3283F84AD85003-001/tempDir-002/hdfsBaseDir/data/data4/]]  heartbeating to localhost.localdomain/127.0.0.1:39383) [    ] o.a.h.h.s.d.DirectoryScanner dfs.datanode.directoryscan.throttle.limit.ms.per.sec set to value below 1 ms/sec. Assuming default value of 1000
   [junit4]   2> 796299 INFO  (Block report processor) [    ] BlockStateChange BLOCK* processReport 0x129441a054e27: from storage DS-5f61172d-393e-4e63-bb5c-cc5e644cf740 node DatanodeRegistration(127.0.0.1:39903, datanodeUuid=a95f5645-8e5f-451b-b39a-8a651631fe63, infoPort=44095, infoSecurePort=0, ipcPort=38381, storageInfo=lv=-56;cid=testClusterID;nsid=1152164462;c=0), blocks: 0, hasStaleStorage: true, processing time: 0 msecs
   [junit4]   2> 796299 INFO  (Block report processor) [    ] BlockStateChange BLOCK* processReport 0x129441a054e27: from storage DS-deb59bf4-6a94-4703-937e-db66b722e046 node DatanodeRegistration(127.0.0.1:39903, datanodeUuid=a95f5645-8e5f-451b-b39a-8a651631fe63, infoPort=44095, infoSecurePort=0, ipcPort=38381, storageInfo=lv=-56;cid=testClusterID;nsid=1152164462;c=0), blocks: 0, hasStaleStorage: false, processing time: 0 msecs
   [junit4]   2> 796377 INFO  (TEST-MoveReplicaHDFSTest.testNormalFailedMove-seed#[DA3283F84AD85003]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testNormalFailedMove
   [junit4]   2> 796378 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/clusterprops.json
   [junit4]   2> 796378 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 796378 INFO  (TEST-MoveReplicaHDFSTest.testNormalFailedMove-seed#[DA3283F84AD85003]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 796378 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/clusterstate.json
   [junit4]   2> 796378 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/collections
   [junit4]   2> 796378 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/aliases.json
   [junit4]   2> 796379 INFO  (TEST-MoveReplicaHDFSTest.testNormalFailedMove-seed#[DA3283F84AD85003]) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T15:27:37-06:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 796380 INFO  (TEST-MoveReplicaHDFSTest.testNormalFailedMove-seed#[DA3283F84AD85003]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 796380 INFO  (TEST-MoveReplicaHDFSTest.testNormalFailedMove-seed#[DA3283F84AD85003]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 796380 INFO  (TEST-MoveReplicaHDFSTest.testNormalFailedMove-seed#[DA3283F84AD85003]) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 796380 INFO  (TEST-MoveReplicaHDFSTest.testNormalFailedMove-seed#[DA3283F84AD85003]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@7b1480c{/solr,null,AVAILABLE}
   [junit4]   2> 796380 INFO  (TEST-MoveReplicaHDFSTest.testNormalFailedMove-seed#[DA3283F84AD85003]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@6d5b0196{HTTP/1.1,[http/1.1]}{127.0.0.1:35875}
   [junit4]   2> 796380 INFO  (TEST-MoveReplicaHDFSTest.testNormalFailedMove-seed#[DA3283F84AD85003]) [    ] o.e.j.s.Server Started @797855ms
   [junit4]   2> 796380 INFO  (TEST-MoveReplicaHDFSTest.testNormalFailedMove-seed#[DA3283F84AD85003]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=35875}
   [junit4]   2> 796381 ERROR (TEST-MoveReplicaHDFSTest.testNormalFailedMove-seed#[DA3283F84AD85003]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 796381 INFO  (TEST-MoveReplicaHDFSTest.testNormalFailedMove-seed#[DA3283F84AD85003]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.0.0
   [junit4]   2> 796381 INFO  (TEST-MoveReplicaHDFSTest.testNormalFailedMove-seed#[DA3283F84AD85003]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 796381 INFO  (TEST-MoveReplicaHDFSTest.testNormalFailedMove-seed#[DA3283F84AD85003]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 796381 INFO  (TEST-MoveReplicaHDFSTest.testNormalFailedMove-seed#[DA3283F84AD85003]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-01-27T06:04:23.201280Z
   [junit4]   2> 796386 INFO  (zkConnectionManagerCallback-1688-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 796386 INFO  (TEST-MoveReplicaHDFSTest.testNormalFailedMove-seed#[DA3283F84AD85003]) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 796391 INFO  (TEST-MoveReplicaHDFSTest.testNormalFailedMove-seed#[DA3283F84AD85003]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44867/solr
   [junit4]   2> 796392 INFO  (zkConnectionManagerCallback-1692-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 796393 DEBUG (TEST-MoveReplicaHDFSTest.testNormalFailedMove-seed#[DA3283F84AD85003]) [n:127.0.0.1:35875_solr    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$400/626461221@823505f
   [junit4]   2> 796394 INFO  (zkConnectionManagerCallback-1694-thread-1-processing-n:127.0.0.1:35875_solr) [n:127.0.0.1:35875_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 796396 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/clusterprops.json
   [junit4]   2> 796396 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 796396 INFO  (TEST-MoveReplicaHDFSTest.testNormalFailedMove-seed#[DA3283F84AD85003]) [n:127.0.0.1:35875_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 796396 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/clusterstate.json
   [junit4]   2> 796397 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/collections
   [junit4]   2> 796397 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/aliases.json
   [junit4]   2> 796397 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/security.json
   [junit4]   2> 796397 INFO  (TEST-MoveReplicaHDFSTest.testNormalFailedMove-seed#[DA3283F84AD85003]) [n:127.0.0.1:35875_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 796398 DEBUG (TEST-MoveReplicaHDFSTest.testNormalFailedMove-seed#[DA3283F84AD85003]) [n:127.0.0.1:35875_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/99420278774431761-127.0.0.1:35875_solr-n_0000000004
   [junit4]   2> 796398 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/overseer_elect/election/99420278774431754-127.0.0.1:36005_solr-n_0000000003
   [junit4]   2> 796398 DEBUG (TEST-MoveReplicaHDFSTest.testNormalFailedMove-seed#[DA3283F84AD85003]) [n:127.0.0.1:35875_solr    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/99420278774431754-127.0.0.1:36005_solr-n_0000000003 to know if I could be the leader
   [junit4]   2> 796398 DEBUG (TEST-MoveReplicaHDFSTest.testNormalFailedMove-seed#[DA3283F84AD85003]) [n:127.0.0.1:35875_solr    ] o.a.s.c.ZkController Publish node=127.0.0.1:35875_solr as DOWN
   [junit4]   2> 796398 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/overseer/queue
   [junit4]   2> 796398 INFO  (TEST-MoveReplicaHDFSTest.testNormalFailedMove-seed#[DA3283F84AD85003]) [n:127.0.0.1:35875_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:35875_solr
   [junit4]   2> 796399 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/overseer/queue
   [junit4]   2> 796399 DEBUG (OverseerStateUpdate-99420278774431753-127.0.0.1:40409_solr-n_0000000000) [n:127.0.0.1:40409_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:35875_solr"} current state version: 0
   [junit4]   2> 796399 DEBUG (OverseerStateUpdate-99420278774431753-127.0.0.1:40409_solr-n_0000000000) [n:127.0.0.1:40409_solr    ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:35875_solr
   [junit4]   2> 796399 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes
   [junit4]   2> 796399 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes
   [junit4]   2> 796399 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes
   [junit4]   2> 796399 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes
   [junit4]   2> 796399 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes
   [junit4]   2> 796399 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes
   [junit4]   2> 796399 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 796399 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 796399 INFO  (zkCallback-1668-thread-1-processing-n:127.0.0.1:38321_solr) [n:127.0.0.1:38321_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 796399 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 796399 INFO  (zkCallback-1666-thread-1-processing-n:127.0.0.1:36005_solr) [n:127.0.0.1:36005_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 796399 INFO  (zkCallback-1670-thread-1-processing-n:127.0.0.1:44409_solr) [n:127.0.0.1:44409_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 796399 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 796399 INFO  (zkCallback-1664-thread-1-processing-n:127.0.0.1:40409_solr) [n:127.0.0.1:40409_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 796403 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 796403 INFO  (zkCallback-1684-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 796405 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 796405 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 796405 INFO  (zkCallback-1693-thread-1-processing-n:127.0.0.1:35875_solr) [n:127.0.0.1:35875_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 796405 INFO  (zkCallback-1684-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 796434 INFO  (TEST-MoveReplicaHDFSTest.testNormalFailedMove-seed#[DA3283F84AD85003]) [n:127.0.0.1:35875_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35875.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3347ea23
   [junit4]   2> 796439 INFO  (TEST-MoveReplicaHDFSTest.testNormalFailedMove-seed#[DA3283F84AD85003]) [n:127.0.0.1:35875_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35875.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3347ea23
   [junit4]   2> 796440 INFO  (TEST-MoveReplicaHDFSTest.testNormalFailedMove-seed#[DA3283F84AD85003]) [n:127.0.0.1:35875_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35875.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3347ea23
   [junit4]   2> 796440 INFO  (TEST-MoveReplicaHDFSTest.testNormalFailedMove-seed#[DA3283F84AD85003]) [n:127.0.0.1:35875_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.MoveReplicaHDFSTest_DA3283F84AD85003-001/tempDir-001/node5/.
   [junit4]   2> 796473 INFO  (zkConnectionManagerCallback-1698-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 796475 INFO  (qtp1966811557-9958) [n:127.0.0.1:35875_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=2&collection.configName=conf1&autoAddReplicas=false&name=MoveReplicaHDFSTest_failed_coll_false&nrtReplicas=2&action=CREATE&numShards=2&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 796476 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/overseer/collection-queue-work
   [junit4]   2> 796476 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/overseer/collection-queue-work/qnr-0000000002
   [junit4]   2> 796476 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/overseer/collection-queue-work
   [junit4]   2> 796476 DEBUG (OverseerCollectionConfigSetProcessor-99420278774431753-127.0.0.1:40409_solr-n_0000000000) [n:127.0.0.1:40409_solr    ] o.a.s.c.ZkDistributedQueue Found child node with improper name: qnr-0000000002
   [junit4]   2> 796476 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/overseer/collection-queue-work
   [junit4]   2> 796476 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/overseer/collection-queue-work
   [junit4]   2> 796476 DEBUG (OverseerCollectionConfigSetProcessor-99420278774431753-127.0.0.1:40409_solr-n_0000000000) [n:127.0.0.1:40409_solr    ] o.a.s.c.ZkDistributedQueue Found child node with improper name: qnr-0000000002
   [junit4]   2> 796476 DEBUG (OverseerCollectionConfigSetProcessor-99420278774431753-127.0.0.1:40409_solr-n_0000000000) [n:127.0.0.1:40409_solr    ] o.a.s.c.OverseerTaskQueue Returning topN elements: [/overseer/collection-queue-work/qn-0000000002, ]
   [junit4]   2> 796476 DEBUG (OverseerCollectionConfigSetProcessor-99420278774431753-127.0.0.1:40409_solr-n_0000000000) [n:127.0.0.1:40409_solr    ] o.a.s.c.OverseerTaskProcessor Got 1 tasks from work-queue : [[org.apache.solr.cloud.OverseerTaskQueue$QueueEvent@2e684ed1]]
   [junit4]   2> 796476 DEBUG (OverseerCollectionConfigSetProcessor-99420278774431753-127.0.0.1:40409_solr-n_0000000000) [n:127.0.0.1:40409_solr    ] o.a.s.c.OverseerTaskProcessor Marked task [/overseer/collection-queue-work/qn-0000000002] as running
   [junit4]   2> 796477 DEBUG (OverseerCollectionConfigSetProcessor-99420278774431753-127.0.0.1:40409_solr-n_0000000000) [n:127.0.0.1:40409_solr    ] o.a.s.c.OverseerTaskProcessor Overseer Collection Message Handler: Get the message id:/overseer/collection-queue-work/qn-0000000002 message:{
   [junit4]   2>   "name":"MoveReplicaHDFSTest_failed_coll_false",
   [junit4]   2>   "fromApi":"true",
   [junit4]   2>   "replicationFactor":"2",
   [junit4]   2>   "collection.configName":"conf1",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "autoAddReplicas":"false",
   [junit4]   2>   "nrtReplicas":"2",
   [junit4]   2>   "stateFormat":"2",
   [junit4]   2>   "operation":"create"}
   [junit4]   2> 796477 DEBUG (OverseerThreadFactory-3354-thread-2-processing-n:127.0.0.1:40409_solr) [n:127.0.0.1:40409_solr    ] o.a.s.c.OverseerTaskProcessor Runner processing /overseer/collection-queue-work/qn-0000000002
   [junit4]   2> 796477 DEBUG (OverseerThreadFactory-3354-thread-2-processing-n:127.0.0.1:40409_solr) [n:127.0.0.1:40409_solr    ] o.a.s.c.a.c.OverseerCollectionMessageHandler OverseerCollectionMessageHandler.processMessage : create , {
   [junit4]   2>   "name":"MoveReplicaHDFSTest_failed_coll_false",
   [junit4]   2>   "fromApi":"true",
   [junit4]   2>   "replicationFactor":"2",
   [junit4]   2>   "collection.configName":"conf1",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "autoAddReplicas":"false",
   [junit4]   2>   "nrtReplicas":"2",
   [junit4]   2>   "stateFormat":"2",
   [junit4]   2>   "operation":"create"}
   [junit4]   2> 796477 INFO  (OverseerThreadFactory-3354-thread-2-processing-n:127.0.0.1:40409_solr) [n:127.0.0.1:40409_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection MoveReplicaHDFSTest_failed_coll_false
   [junit4]   2> 796477 DEBUG (OverseerCollectionConfigSetProcessor-99420278774431753-127.0.0.1:40409_solr-n_0000000000) [n:127.0.0.1:40409_solr    ] o.a.s.c.OverseerTaskProcessor Cleaning up work-queue. #Running tasks: 1
   [junit4]   2> 796477 INFO  (OverseerCollectionConfigSetProcessor-99420278774431753-127.0.0.1:40409_solr-n_0000000000) [n:127.0.0.1:40409_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> 796477 DEBUG (OverseerCollectionConfigSetProcessor-99420278774431753-127.0.0.1:40409_solr-n_0000000000) [n:127.0.0.1:40409_solr    ] o.a.s.c.OverseerTaskProcessor RunningTasks: [/overseer/collection-queue-work/qn-0000000002]
   [junit4]   2> 796477 DEBUG (OverseerCollectionConfigSetProcessor-99420278774431753-127.0.0.1:40409_solr-n_0000000000) [n:127.0.0.1:40409_solr    ] o.a.s.c.OverseerTaskProcessor BlockedTasks: []
   [junit4]   2> 796477 DEBUG (OverseerThreadFactory-3354-thread-2-processing-n:127.0.0.1:40409_solr) [n:127.0.0.1:40409_solr    ] o.a.s.c.a.c.Assign Identify nodes using default
   [junit4]   2> 796477 DEBUG (OverseerCollectionConfigSetProcessor-99420278774431753-127.0.0.1:40409_solr-n_0000000000) [n:127.0.0.1:40409_solr    ] o.a.s.c.OverseerTaskProcessor CompletedTasks: []
   [junit4]   2> 796477 DEBUG (OverseerCollectionConfigSetProcessor-99420278774431753-127.0.0.1:40409_solr-n_0000000000) [n:127.0.0.1:40409_solr    ] o.a.s.c.OverseerTaskProcessor RunningZKTasks: [/overseer/collection-queue-work/qn-0000000002]
   [junit4]   2> 796477 DEBUG (OverseerThreadFactory-3354-thread-2-processing-n:127.0.0.1:40409_solr) [n:127.0.0.1:40409_solr    ] o.a.s.c.a.c.OverseerCollectionMessageHandler creating collections conf node /collections/MoveReplicaHDFSTest_failed_coll_false 
   [junit4]   2> 796477 DEBUG (OverseerCollectionConfigSetProcessor-99420278774431753-127.0.0.1:40409_solr-n_0000000000) [n:127.0.0.1:40409_solr    ] o.a.s.c.OverseerTaskQueue Peeking for top 99 elements. ExcludeSet: [/overseer/collection-queue-work/qn-0000000002],[]
   [junit4]   2> 796478 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/collections
   [junit4]   2> 796478 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/collections
   [junit4]   2> 796478 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/collections
   [junit4]   2> 796478 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/collections
   [junit4]   2> 796478 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/collections
   [junit4]   2> 796478 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/collections
   [junit4]   2> 796478 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/collections
   [junit4]   2> 796478 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/collections
   [junit4]   2> 796478 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/collections
   [junit4]   2> 796478 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/collections
   [junit4]   2> 796478 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/collections
   [junit4]   2> 796478 DEBUG (OverseerThreadFactory-3354-thread-2-processing-n:127.0.0.1:40409_solr) [n:127.0.0.1:40409_solr    ] o.a.s.c.a.c.CreateCollectionCmd Check for collection zkNode:MoveReplicaHDFSTest_failed_coll_false
   [junit4]   2> 796478 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/collections
   [junit4]   2> 796478 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/collections
   [junit4]   2> 796478 DEBUG (OverseerThreadFactory-3354-thread-2-processing-n:127.0.0.1:40409_solr) [n:127.0.0.1:40409_solr    ] o.a.s.c.a.c.CreateCollectionCmd Collection zkNode exists
   [junit4]   2> 796478 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/overseer/queue
   [junit4]   2> 796478 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/overseer/queue
   [junit4]   2> 796479 DEBUG (OverseerStateUpdate-99420278774431753-127.0.0.1:40409_solr-n_0000000000) [n:127.0.0.1:40409_solr    ] o.a.s.c.Overseer processMessage: queueSize: 2, message = {
   [junit4]   2>   "name":"MoveReplicaHDFSTest_failed_coll_false",
   [junit4]   2>   "fromApi":"true",
   [junit4]   2>   "replicationFactor":"2",
   [junit4]   2>   "collection.configName":"conf1",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "autoAddReplicas":"false",
   [junit4]   2>   "nrtReplicas":"2",
   [junit4]   2>   "stateFormat":"2",
   [junit4]   2>   "operation":"create"} current state version: 0
   [junit4]   2> 796479 DEBUG (OverseerStateUpdate-99420278774431753-127.0.0.1:40409_solr-n_0000000000) [n:127.0.0.1:40409_solr    ] o.a.s.c.o.ClusterStateMutator building a new cName: MoveReplicaHDFSTest_failed_coll_false
   [junit4]   2> 796479 DEBUG (OverseerStateUpdate-99420278774431753-127.0.0.1:40409_solr-n_0000000000) [n:127.0.0.1:40409_solr    ] o.a.s.c.o.ZkStateWriter going to create_collection /collections/MoveReplicaHDFSTest_failed_coll_false/state.json
   [junit4]   2> 796479 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/overseer/queue
   [junit4]   2> 796479 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/overseer/queue
   [junit4]   2> 796579 DEBUG (OverseerThreadFactory-3354-thread-2-processing-n:127.0.0.1:40409_solr) [n:127.0.0.1:40409_solr    ] o.a.s.c.a.c.CreateCollectionCmd Creating SolrCores for new collection MoveReplicaHDFSTest_failed_coll_false, shardNames [shard1, shard2] , message : {
   [junit4]   2>   "name":"MoveReplicaHDFSTest_failed_coll_false",
   [junit4]   2>   "fromApi":"true",
   [junit4]   2>   "replicationFactor":"2",
   [junit4]   2>   "collection.configName":"conf1",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "autoAddReplicas":"false",
   [junit4]   2>   "nrtReplicas":"2",
   [junit4]   2>   "stateFormat":"2",
   [junit4]   2>   "operation":"create"}
   [junit4]   2> 796582 DEBUG (OverseerThreadFactory-3354-thread-2-processing-n:127.0.0.1:40409_solr) [n:127.0.0.1:40409_solr    ] o.a.s.c.a.c.CreateCollectionCmd Creating core MoveReplicaHDFSTest_failed_coll_false_shard1_replica_n1 as part of shard shard1 of collection MoveReplicaHDFSTest_failed_coll_false on 127.0.0.1:35875_solr
   [junit4]   2> 796583 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/overseer/queue
   [junit4]   2> 796584 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/overseer/queue
   [junit4]   2> 796584 DEBUG (OverseerStateUpdate-99420278774431753-127.0.0.1:40409_solr-n_0000000000) [n:127.0.0.1:40409_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"MoveReplicaHDFSTest_failed_coll_false",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"MoveReplicaHDFSTest_failed_coll_false_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:35875/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} current state version: 0
   [junit4]   2> 796584 INFO  (OverseerStateUpdate-99420278774431753-127.0.0.1:40409_solr-n_0000000000) [n:127.0.0.1:40409_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"MoveReplicaHDFSTest_failed_coll_false",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"MoveReplicaHDFSTest_failed_coll_false_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:35875/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 796584 DEBUG (OverseerThreadFactory-3354-thread-2-processing-n:127.0.0.1:40409_solr) [n:127.0.0.1:40409_solr    ] o.a.s.c.a.c.CreateCollectionCmd Creating core MoveReplicaHDFSTest_failed_coll_false_shard1_replica_n2 as part of shard shard1 of collection MoveReplicaHDFSTest_failed_coll_false on 127.0.0.1:40409_solr
   [junit4]   2> 796585 DEBUG (OverseerStateUpdate-99420278774431753-127.0.0.1:40409_solr-n_0000000000) [n:127.0.0.1:40409_solr    ] o.a.s.c.o.SliceMutator Old Slice: shard1:{
   [junit4]   2>   "range":"80000000-ffffffff",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "replicas":{}}
   [junit4]   2> 796585 DEBUG (OverseerStateUpdate-99420278774431753-127.0.0.1:40409_solr-n_0000000000) [n:127.0.0.1:40409_solr    ] o.a.s.c.o.SliceMutator New Slice: shard1:{
   [junit4]   2>   "range":"80000000-ffffffff",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "replicas":{"core_node3":{
   [junit4]   2>       "core":"MoveReplicaHDFSTest_failed_coll_false_shard1_replica_n1",
   [junit4]   2>       "base_url":"http://127.0.0.1:35875/solr",
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":null,
   [junit4]   2>       "type":"NRT"}}}
   [junit4]   2> 796585 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/overseer/queue
   [junit4]   2> 796586 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/overseer/queue
   [junit4]   2> 796586 DEBUG (OverseerStateUpdate-99420278774431753-127.0.0.1:40409_solr-n_0000000000) [n:127.0.0.1:40409_solr    ] o.a.s.c.Overseer processMessage: queueSize: 2, message = {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"MoveReplicaHDFSTest_failed_coll_false",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"MoveReplicaHDFSTest_failed_coll_false_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:40409/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} current state version: 0
   [junit4]   2> 796586 INFO  (OverseerStateUpdate-99420278774431753-127.0.0.1:40409_solr-n_0000000

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

icTrigger_shard2_replica_n2] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.testMetricTrigger.shard2.leader, tag=322391667
   [junit4]   2> 3313248 INFO  (coreCloseExecutor-7842-thread-1) [n:127.0.0.1:44725_solr c:testMetricTrigger s:shard1 r:core_node3 x:testMetricTrigger_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.testMetricTrigger.shard1.leader, tag=1532616215
   [junit4]   2> 3313249 INFO  (jetty-closer-3723-thread-8) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@7993d45d{/solr,null,UNAVAILABLE}
   [junit4]   2> 3313250 INFO  (jetty-closer-3723-thread-8) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 3313250 INFO  (jetty-closer-3723-thread-5) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@1bac4466{/solr,null,UNAVAILABLE}
   [junit4]   2> 3313250 INFO  (jetty-closer-3723-thread-5) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 3313251 INFO  (coreCloseExecutor-7834-thread-1) [n:127.0.0.1:33839_solr c:collection1 s:shard1 r:core_node6 x:collection1_shard1_replica_n5] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.collection1.shard1.leader, tag=2134913502
   [junit4]   2> 3313251 INFO  (coreCloseExecutor-7834-thread-2) [n:127.0.0.1:33839_solr c:collection1 s:shard1 r:core_node16 x:collection1_shard1_replica_n15] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.collection1.shard1.leader, tag=1576541844
   [junit4]   2> 3313252 INFO  (jetty-closer-3723-thread-1) [    ] o.a.s.c.Overseer Overseer (id=99420432572022807-127.0.0.1:33839_solr-n_0000000006) closing
   [junit4]   2> 3313252 INFO  (OverseerStateUpdate-99420432572022807-127.0.0.1:33839_solr-n_0000000006) [n:127.0.0.1:33839_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:33839_solr
   [junit4]   2> 3313252 WARN  (OverseerAutoScalingTriggerThread-99420432572022807-127.0.0.1:33839_solr-n_0000000006) [n:127.0.0.1:33839_solr    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 3313252 DEBUG (jetty-closer-3723-thread-1) [    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread has been closed explicitly
   [junit4]   2> 3313253 INFO  (jetty-closer-3723-thread-1) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@aa69338{/solr,null,UNAVAILABLE}
   [junit4]   2> 3313253 INFO  (jetty-closer-3723-thread-1) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 3314739 WARN  (zkCallback-3936-thread-2-processing-n:127.0.0.1:39171_solr) [n:127.0.0.1:39171_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 3314740 INFO  (jetty-closer-3723-thread-13) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@260f4e7f{/solr,null,UNAVAILABLE}
   [junit4]   2> 3314740 INFO  (jetty-closer-3723-thread-13) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 3314741 ERROR (SUITE-TriggerIntegrationTest-seed#[DA3283F84AD85003]-worker) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 3314742 INFO  (SUITE-TriggerIntegrationTest-seed#[DA3283F84AD85003]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:46351 46351
   [junit4]   2> 3320526 INFO  (Thread-8173) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:46351 46351
   [junit4]   2> 3320527 WARN  (Thread-8173) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	21	/solr/aliases.json
   [junit4]   2> 	20	/solr/security.json
   [junit4]   2> 	7	/solr/configs/conf
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	104	/solr/collections/collection1/state.json
   [junit4]   2> 	21	/solr/clusterprops.json
   [junit4]   2> 	21	/solr/clusterstate.json
   [junit4]   2> 	11	/solr/collections/testMetricTrigger/state.json
   [junit4]   2> 	5	/solr/autoscaling.json
   [junit4]   2> 	3	/solr/overseer_elect/election/99420432572022810-127.0.0.1:43883_solr-n_0000000007
   [junit4]   2> 	3	/solr/overseer_elect/election/99420432572022831-127.0.0.1:35753_solr-n_0000000014
   [junit4]   2> 	3	/solr/collections/collection1/leader_elect/shard1/election/99420432572022807-core_node6-n_0000000002
   [junit4]   2> 	3	/solr/overseer_elect/election/99420432572022795-127.0.0.1:34897_solr-n_0000000002
   [junit4]   2> 	2	/solr/collections/collection1/leader_elect/shard1/election/99420432572022810-core_node10-n_0000000004
   [junit4]   2> 	2	/solr/overseer_elect/election/99420432572022828-127.0.0.1:44725_solr-n_0000000013
   [junit4]   2> 	2	/solr/overseer_elect/election/99420432572022807-127.0.0.1:33839_solr-n_0000000006
   [junit4]   2> 	2	/solr/overseer_elect/election/99420432572022819-127.0.0.1:45995_solr-n_0000000010
   [junit4]   2> 	2	/solr/overseer_elect/election/99420432572022822-127.0.0.1:46651_solr-n_0000000011
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	21	/solr/live_nodes
   [junit4]   2> 	21	/solr/collections
   [junit4]   2> 	5	/solr/overseer/queue-work
   [junit4]   2> 	5	/solr/autoscaling/events/.auto_add_replicas
   [junit4]   2> 	5	/solr/overseer/queue
   [junit4]   2> 	5	/solr/overseer/collection-queue-work
   [junit4]   2> 	2	/solr/autoscaling/events/node_lost_triggerMR
   [junit4]   2> 	2	/solr/autoscaling/events/node_added_triggerCTOOR
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.TriggerIntegrationTest_DA3283F84AD85003-001
   [junit4]   2> NOTE: test params are: codec=Lucene70, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@32974a72), locale=fr-CF, timezone=Libya
   [junit4]   2> NOTE: Linux 4.13.0-31-generic amd64/Oracle Corporation 9.0.1 (64-bit)/cpus=8,threads=1,free=196649320,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [ChangedSchemaMergeTest, TestIndexSearcher, TestRandomFaceting, TestRebalanceLeaders, SolrIndexMetricsTest, SolrIndexConfigTest, TestManagedSchema, DocExpirationUpdateProcessorFactoryTest, MissingSegmentRecoveryTest, TestHashQParserPlugin, StatsComponentTest, TestSolrXml, TestCSVResponseWriter, FacetPivotSmallTest, CheckHdfsIndexTest, SolrCoreCheckLockOnStartupTest, TestHttpShardHandlerFactory, TestStressLucene, SuggestComponentTest, BlockJoinFacetSimpleTest, OpenCloseCoreStressTest, TestReplicationHandlerBackup, TestSimDistributedQueue, HealthCheckHandlerTest, TestFieldCollectionResource, ExternalFileFieldSortTest, TestRequestStatusCollectionAPI, TestEmbeddedSolrServerSchemaAPI, ConcurrentCreateRoutedAliasTest, RestartWhileUpdatingTest, SimpleFacetsTest, TestWriterPerf, SolrCoreMetricManagerTest, TestIBSimilarityFactory, TermVectorComponentDistributedTest, TestMaxTokenLenTokenizer, DeleteShardTest, TestDistribIDF, TestCopyFieldCollectionResource, TestConfig, RAMDirectoryFactoryTest, AtomicUpdateProcessorFactoryTest, TestCloudPivotFacet, TestImpersonationWithHadoopAuth, TestFieldSortValues, BinaryUpdateRequestHandlerTest, TestLegacyFieldCache, HdfsAutoAddReplicasIntegrationTest, SolrRequestParserTest, ChaosMonkeyNothingIsSafeTest, AutoScalingHandlerTest, TestCloudSchemaless, SegmentsInfoRequestHandlerTest, BasicDistributedZkTest, TestTrieFacet, OverseerTaskQueueTest, TestFileDictionaryLookup, SolrCloudExampleTest, HdfsWriteToMultipleCollectionsTest, MBeansHandlerTest, JSONWriterTest, TestMergePolicyConfig, TestJoin, UUIDFieldTest, SolrCloudReportersTest, FieldAnalysisRequestHandlerTest, AnalyticsQueryTest, SpellingQueryConverterTest, HdfsThreadLeakTest, TestLeaderInitiatedRecoveryThread, TestLMDirichletSimilarityFactory, TestPayloadScoreQParserPlugin, PKIAuthenticationIntegrationTest, ClassificationUpdateProcessorIntegrationTest, HLLSerializationTest, TestIndexingPerformance, TestExecutePlanAction, TestLuceneMatchVersion, DebugComponentTest, BJQParserTest, LeaderFailoverAfterPartitionTest, TestSlowCompositeReaderWrapper, TestTolerantUpdateProcessorRandomCloud, FullSolrCloudDistribCmdsTest, SolrMetricsIntegrationTest, DistributedFacetPivotSmallAdvancedTest, CreateCollectionCleanupTest, TestHdfsUpdateLog, JavabinLoaderTest, CloudExitableDirectoryReaderTest, HdfsChaosMonkeySafeLeaderTest, SpatialRPTFieldTypeTest, TestSolrCloudWithSecureImpersonation, ShufflingReplicaListTransformerTest, TestSolrCLIRunExample, ZkStateReaderTest, CollectionsAPIAsyncDistributedZkTest, HdfsDirectoryTest, TestCollationField, RequestLoggingTest, TestSolrQueryParser, AssignTest, TestFieldCache, AssignBackwardCompatibilityTest, SystemLogListenerTest, TestDynamicLoading, OutOfBoxZkACLAndCredentialsProvidersTest, TestNumericRangeQuery32, RequestHandlersTest, CustomHighlightComponentTest, RuleEngineTest, SimpleCollectionCreateDeleteTest, TestManagedResourceStorage, CdcrBidirectionalTest, TestFieldTypeResource, SpellCheckCollatorWithCollapseTest, DistributedFacetExistsSmallTest, TestSmileRequest, SolrJmxReporterCloudTest, MetricsHandlerTest, TestSolrConfigHandlerConcurrent, UUIDUpdateProcessorFallbackTest, DocValuesMissingTest, TestCollectionAPIs, TestSolrFieldCacheBean, TestExclusionRuleCollectionAccess, TestLeaderElectionWithEmptyReplica, TestMiniSolrCloudClusterSSL, TestPullReplicaErrorHandling, TestSegmentSorting, TestSkipOverseerOperations, TestTlogReplica, CollectionReloadTest, CustomCollectionTest, TestCollectionAPI, TestReplicaProperties, AutoAddReplicasPlanActionTest, NodeAddedTriggerTest, TestPolicyCloud, TriggerIntegrationTest]
   [junit4] Completed [616/770 (2!)] on J0 in 178.20s, 14 tests, 2 failures <<< FAILURES!

[...truncated 41428 lines...]