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/08 10:47:20 UTC

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

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

2 tests failed.
FAILED:  org.apache.solr.client.solrj.io.stream.StreamExpressionTest.testTriangularDistribution

Error Message:
expected:<29.472125871044508> but was:<30.0>

Stack Trace:
java.lang.AssertionError: expected:<29.472125871044508> but was:<30.0>
	at __randomizedtesting.SeedInfo.seed([8CDE49F4522D3D58:182576C46AEBC249]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.failNotEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:443)
	at org.junit.Assert.assertEquals(Assert.java:512)
	at org.apache.solr.client.solrj.io.stream.StreamExpressionTest.testTriangularDistribution(StreamExpressionTest.java:7888)
	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.AutoAddReplicasPlanActionTest.testSimple

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

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: https://127.0.0.1:35929/solr
	at __randomizedtesting.SeedInfo.seed([8A507364E30DA295:B2E3579AC4FE7644]: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 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)
Caused by: org.apache.http.NoHttpResponseException: 127.0.0.1:35929 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)
	... 48 more




Build Log:
[...truncated 13474 lines...]
   [junit4] Suite: org.apache.solr.cloud.autoscaling.AutoAddReplicasPlanActionTest
   [junit4]   2> 1973233 INFO  (SUITE-AutoAddReplicasPlanActionTest-seed#[8A507364E30DA295]-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/J2/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_8A507364E30DA295-001/init-core-data-001
   [junit4]   2> 1973234 WARN  (SUITE-AutoAddReplicasPlanActionTest-seed#[8A507364E30DA295]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=150 numCloses=150
   [junit4]   2> 1973234 INFO  (SUITE-AutoAddReplicasPlanActionTest-seed#[8A507364E30DA295]-worker) [    ] o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 1973235 INFO  (SUITE-AutoAddReplicasPlanActionTest-seed#[8A507364E30DA295]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 1973236 INFO  (SUITE-AutoAddReplicasPlanActionTest-seed#[8A507364E30DA295]-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.AutoAddReplicasPlanActionTest_8A507364E30DA295-001/tempDir-001
   [junit4]   2> 1973236 INFO  (SUITE-AutoAddReplicasPlanActionTest-seed#[8A507364E30DA295]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1973236 INFO  (Thread-5053) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1973236 INFO  (Thread-5053) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1973238 ERROR (Thread-5053) [    ] 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> 1973336 INFO  (SUITE-AutoAddReplicasPlanActionTest-seed#[8A507364E30DA295]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:44481
   [junit4]   2> 1973339 INFO  (zkConnectionManagerCallback-4826-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1973345 INFO  (jetty-launcher-4823-thread-3) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 1973345 INFO  (jetty-launcher-4823-thread-2) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 1973345 INFO  (jetty-launcher-4823-thread-1) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 1973346 INFO  (jetty-launcher-4823-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@61e3d947{/solr,null,AVAILABLE}
   [junit4]   2> 1973347 INFO  (jetty-launcher-4823-thread-3) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@2aced6cf{/solr,null,AVAILABLE}
   [junit4]   2> 1973347 INFO  (jetty-launcher-4823-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@55e030{/solr,null,AVAILABLE}
   [junit4]   2> 1973350 INFO  (jetty-launcher-4823-thread-3) [    ] o.e.j.s.AbstractConnector Started ServerConnector@50a907da{SSL,[ssl, http/1.1]}{127.0.0.1:35929}
   [junit4]   2> 1973350 INFO  (jetty-launcher-4823-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@23c60380{SSL,[ssl, http/1.1]}{127.0.0.1:45613}
   [junit4]   2> 1973350 INFO  (jetty-launcher-4823-thread-3) [    ] o.e.j.s.Server Started @1974683ms
   [junit4]   2> 1973350 INFO  (jetty-launcher-4823-thread-1) [    ] o.e.j.s.Server Started @1974683ms
   [junit4]   2> 1973350 INFO  (jetty-launcher-4823-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=35929}
   [junit4]   2> 1973350 INFO  (jetty-launcher-4823-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=45613}
   [junit4]   2> 1973350 ERROR (jetty-launcher-4823-thread-3) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1973350 ERROR (jetty-launcher-4823-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1973350 INFO  (jetty-launcher-4823-thread-3) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.0.0
   [junit4]   2> 1973351 INFO  (jetty-launcher-4823-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.0.0
   [junit4]   2> 1973351 INFO  (jetty-launcher-4823-thread-3) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1973351 INFO  (jetty-launcher-4823-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1973351 INFO  (jetty-launcher-4823-thread-3) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1973351 INFO  (jetty-launcher-4823-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1973351 INFO  (jetty-launcher-4823-thread-3) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-01-08T10:23:07.422Z
   [junit4]   2> 1973351 INFO  (jetty-launcher-4823-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-01-08T10:23:07.422Z
   [junit4]   2> 1973355 INFO  (jetty-launcher-4823-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@3469887f{SSL,[ssl, http/1.1]}{127.0.0.1:39031}
   [junit4]   2> 1973355 INFO  (jetty-launcher-4823-thread-2) [    ] o.e.j.s.Server Started @1974688ms
   [junit4]   2> 1973355 INFO  (jetty-launcher-4823-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=39031}
   [junit4]   2> 1973355 ERROR (jetty-launcher-4823-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1973355 INFO  (jetty-launcher-4823-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.0.0
   [junit4]   2> 1973356 INFO  (jetty-launcher-4823-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1973356 INFO  (jetty-launcher-4823-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1973356 INFO  (jetty-launcher-4823-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-01-08T10:23:07.427Z
   [junit4]   2> 1973356 INFO  (zkConnectionManagerCallback-4830-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1973356 INFO  (zkConnectionManagerCallback-4828-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1973357 INFO  (jetty-launcher-4823-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1973357 INFO  (jetty-launcher-4823-thread-3) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1973360 INFO  (zkConnectionManagerCallback-4832-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1973360 INFO  (jetty-launcher-4823-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1973364 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 0x160d54b902c0002, 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> 1973367 INFO  (jetty-launcher-4823-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44481/solr
   [junit4]   2> 1973368 INFO  (jetty-launcher-4823-thread-3) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44481/solr
   [junit4]   2> 1973369 INFO  (zkConnectionManagerCallback-4837-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1973369 INFO  (jetty-launcher-4823-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44481/solr
   [junit4]   2> 1973369 INFO  (zkConnectionManagerCallback-4841-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1973370 INFO  (zkConnectionManagerCallback-4844-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1973373 INFO  (zkConnectionManagerCallback-4846-thread-1-processing-n:127.0.0.1:45613_solr) [n:127.0.0.1:45613_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1973375 INFO  (zkConnectionManagerCallback-4848-thread-1-processing-n:127.0.0.1:39031_solr) [n:127.0.0.1:39031_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1973377 INFO  (zkConnectionManagerCallback-4850-thread-1-processing-n:127.0.0.1:35929_solr) [n:127.0.0.1:35929_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1973406 INFO  (jetty-launcher-4823-thread-1) [n:127.0.0.1:45613_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1973406 INFO  (jetty-launcher-4823-thread-3) [n:127.0.0.1:35929_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1973406 INFO  (jetty-launcher-4823-thread-2) [n:127.0.0.1:39031_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1973406 INFO  (jetty-launcher-4823-thread-1) [n:127.0.0.1:45613_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:45613_solr
   [junit4]   2> 1973407 INFO  (jetty-launcher-4823-thread-3) [n:127.0.0.1:35929_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:35929_solr
   [junit4]   2> 1973407 INFO  (jetty-launcher-4823-thread-2) [n:127.0.0.1:39031_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:39031_solr
   [junit4]   2> 1973407 INFO  (jetty-launcher-4823-thread-1) [n:127.0.0.1:45613_solr    ] o.a.s.c.Overseer Overseer (id=99313712320217095-127.0.0.1:45613_solr-n_0000000000) starting
   [junit4]   2> 1973407 INFO  (zkCallback-4849-thread-1-processing-n:127.0.0.1:35929_solr) [n:127.0.0.1:35929_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1973407 INFO  (zkCallback-4845-thread-1-processing-n:127.0.0.1:45613_solr) [n:127.0.0.1:45613_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1973407 INFO  (zkCallback-4847-thread-1-processing-n:127.0.0.1:39031_solr) [n:127.0.0.1:39031_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1973413 INFO  (jetty-launcher-4823-thread-1) [n:127.0.0.1:45613_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:45613_solr
   [junit4]   2> 1973413 INFO  (zkCallback-4847-thread-1-processing-n:127.0.0.1:39031_solr) [n:127.0.0.1:39031_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1973413 INFO  (zkCallback-4845-thread-1-processing-n:127.0.0.1:45613_solr) [n:127.0.0.1:45613_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1973413 INFO  (zkCallback-4849-thread-1-processing-n:127.0.0.1:35929_solr) [n:127.0.0.1:35929_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1973453 INFO  (jetty-launcher-4823-thread-2) [n:127.0.0.1:39031_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39031.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7e0122f2
   [junit4]   2> 1973456 INFO  (jetty-launcher-4823-thread-3) [n:127.0.0.1:35929_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35929.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7e0122f2
   [junit4]   2> 1973457 INFO  (jetty-launcher-4823-thread-1) [n:127.0.0.1:45613_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45613.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7e0122f2
   [junit4]   2> 1973460 INFO  (jetty-launcher-4823-thread-2) [n:127.0.0.1:39031_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39031.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7e0122f2
   [junit4]   2> 1973460 INFO  (jetty-launcher-4823-thread-2) [n:127.0.0.1:39031_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39031.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7e0122f2
   [junit4]   2> 1973460 INFO  (jetty-launcher-4823-thread-2) [n:127.0.0.1:39031_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.AutoAddReplicasPlanActionTest_8A507364E30DA295-001/tempDir-001/node2/.
   [junit4]   2> 1973464 INFO  (jetty-launcher-4823-thread-3) [n:127.0.0.1:35929_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35929.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7e0122f2
   [junit4]   2> 1973464 INFO  (jetty-launcher-4823-thread-3) [n:127.0.0.1:35929_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35929.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7e0122f2
   [junit4]   2> 1973464 INFO  (jetty-launcher-4823-thread-1) [n:127.0.0.1:45613_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45613.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7e0122f2
   [junit4]   2> 1973464 INFO  (jetty-launcher-4823-thread-1) [n:127.0.0.1:45613_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45613.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7e0122f2
   [junit4]   2> 1973465 INFO  (jetty-launcher-4823-thread-3) [n:127.0.0.1:35929_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.AutoAddReplicasPlanActionTest_8A507364E30DA295-001/tempDir-001/node3/.
   [junit4]   2> 1973465 INFO  (jetty-launcher-4823-thread-1) [n:127.0.0.1:45613_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.AutoAddReplicasPlanActionTest_8A507364E30DA295-001/tempDir-001/node1/.
   [junit4]   2> 1973516 INFO  (zkConnectionManagerCallback-4858-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1973518 INFO  (zkConnectionManagerCallback-4862-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1973518 INFO  (SUITE-AutoAddReplicasPlanActionTest-seed#[8A507364E30DA295]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 1973518 INFO  (SUITE-AutoAddReplicasPlanActionTest-seed#[8A507364E30DA295]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:44481/solr ready
   [junit4]   2> 1973531 INFO  (TEST-AutoAddReplicasPlanActionTest.testSimple-seed#[8A507364E30DA295]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testSimple
   [junit4]   2> 1973551 INFO  (qtp1043747223-21940) [n:127.0.0.1:39031_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:35929_solr,127.0.0.1:39031_solr&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1973552 INFO  (OverseerThreadFactory-9697-thread-1-processing-n:127.0.0.1:45613_solr) [n:127.0.0.1:45613_solr    ] o.a.s.c.CreateCollectionCmd Create collection testSimple1
   [junit4]   2> 1973655 INFO  (OverseerStateUpdate-99313712320217095-127.0.0.1:45613_solr-n_0000000000) [n:127.0.0.1:45613_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":"https://127.0.0.1:35929/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1973656 INFO  (OverseerStateUpdate-99313712320217095-127.0.0.1:45613_solr-n_0000000000) [n:127.0.0.1:45613_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":"https://127.0.0.1:39031/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1973657 INFO  (OverseerStateUpdate-99313712320217095-127.0.0.1:45613_solr-n_0000000000) [n:127.0.0.1:45613_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":"https://127.0.0.1:35929/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1973658 INFO  (OverseerStateUpdate-99313712320217095-127.0.0.1:45613_solr-n_0000000000) [n:127.0.0.1:45613_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":"https://127.0.0.1:39031/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1973862 INFO  (qtp1043747223-21948) [n:127.0.0.1:39031_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> 1973862 INFO  (qtp1043747223-21948) [n:127.0.0.1:39031_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1973866 INFO  (qtp1043747223-22032) [n:127.0.0.1:39031_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> 1973883 INFO  (qtp1095102616-21960) [n:127.0.0.1:35929_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> 1973883 INFO  (qtp1095102616-21960) [n:127.0.0.1:35929_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1973886 INFO  (qtp1095102616-21939) [n:127.0.0.1:35929_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> 1973987 INFO  (zkCallback-4847-thread-1-processing-n:127.0.0.1:39031_solr) [n:127.0.0.1:39031_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> 1973987 INFO  (zkCallback-4849-thread-1-processing-n:127.0.0.1:35929_solr) [n:127.0.0.1:35929_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> 1973987 INFO  (zkCallback-4847-thread-2-processing-n:127.0.0.1:39031_solr) [n:127.0.0.1:39031_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> 1973988 INFO  (zkCallback-4849-thread-2-processing-n:127.0.0.1:35929_solr) [n:127.0.0.1:35929_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> 1974873 INFO  (qtp1043747223-21948) [n:127.0.0.1:39031_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> 1974873 INFO  (qtp1043747223-22032) [n:127.0.0.1:39031_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> 1974880 INFO  (qtp1043747223-22032) [n:127.0.0.1:39031_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> 1974880 INFO  (qtp1043747223-21948) [n:127.0.0.1:39031_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> 1974882 INFO  (qtp1043747223-22032) [n:127.0.0.1:39031_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> 1974882 INFO  (qtp1043747223-21948) [n:127.0.0.1:39031_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> 1974882 INFO  (qtp1043747223-22032) [n:127.0.0.1:39031_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> 1974882 INFO  (qtp1043747223-21948) [n:127.0.0.1:39031_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> 1974883 INFO  (qtp1043747223-22032) [n:127.0.0.1:39031_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39031.solr.core.testSimple1.shard1.replica_n2' (registry 'solr.core.testSimple1.shard1.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7e0122f2
   [junit4]   2> 1974883 INFO  (qtp1043747223-21948) [n:127.0.0.1:39031_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39031.solr.core.testSimple1.shard2.replica_n6' (registry 'solr.core.testSimple1.shard2.replica_n6') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7e0122f2
   [junit4]   2> 1974883 INFO  (qtp1043747223-22032) [n:127.0.0.1:39031_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1974883 INFO  (qtp1043747223-21948) [n:127.0.0.1:39031_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1974883 INFO  (qtp1043747223-22032) [n:127.0.0.1:39031_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.AutoAddReplicasPlanActionTest_8A507364E30DA295-001/tempDir-001/node2/testSimple1_shard1_replica_n2], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_8A507364E30DA295-001/tempDir-001/node2/./testSimple1_shard1_replica_n2/data/]
   [junit4]   2> 1974883 INFO  (qtp1043747223-21948) [n:127.0.0.1:39031_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.AutoAddReplicasPlanActionTest_8A507364E30DA295-001/tempDir-001/node2/testSimple1_shard2_replica_n6], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_8A507364E30DA295-001/tempDir-001/node2/./testSimple1_shard2_replica_n6/data/]
   [junit4]   2> 1974894 INFO  (qtp1095102616-21939) [n:127.0.0.1:35929_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> 1974907 INFO  (qtp1095102616-21960) [n:127.0.0.1:35929_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> 1974912 INFO  (qtp1095102616-21960) [n:127.0.0.1:35929_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> 1974912 INFO  (qtp1095102616-21939) [n:127.0.0.1:35929_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> 1974913 INFO  (qtp1095102616-21960) [n:127.0.0.1:35929_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> 1974913 INFO  (qtp1095102616-21960) [n:127.0.0.1:35929_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> 1974913 INFO  (qtp1095102616-21960) [n:127.0.0.1:35929_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35929.solr.core.testSimple1.shard2.replica_n4' (registry 'solr.core.testSimple1.shard2.replica_n4') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7e0122f2
   [junit4]   2> 1974913 INFO  (qtp1095102616-21960) [n:127.0.0.1:35929_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1974914 INFO  (qtp1095102616-21960) [n:127.0.0.1:35929_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.AutoAddReplicasPlanActionTest_8A507364E30DA295-001/tempDir-001/node3/testSimple1_shard2_replica_n4], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_8A507364E30DA295-001/tempDir-001/node3/./testSimple1_shard2_replica_n4/data/]
   [junit4]   2> 1974914 INFO  (qtp1095102616-21939) [n:127.0.0.1:35929_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> 1974914 INFO  (qtp1095102616-21939) [n:127.0.0.1:35929_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> 1974914 INFO  (qtp1095102616-21939) [n:127.0.0.1:35929_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35929.solr.core.testSimple1.shard1.replica_n1' (registry 'solr.core.testSimple1.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7e0122f2
   [junit4]   2> 1974914 INFO  (qtp1095102616-21939) [n:127.0.0.1:35929_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1974914 INFO  (qtp1095102616-21939) [n:127.0.0.1:35929_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.AutoAddReplicasPlanActionTest_8A507364E30DA295-001/tempDir-001/node3/testSimple1_shard1_replica_n1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_8A507364E30DA295-001/tempDir-001/node3/./testSimple1_shard1_replica_n1/data/]
   [junit4]   2> 1974930 INFO  (qtp1043747223-21948) [n:127.0.0.1:39031_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> 1974930 INFO  (qtp1043747223-21948) [n:127.0.0.1:39031_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> 1974931 INFO  (qtp1043747223-21948) [n:127.0.0.1:39031_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1974931 INFO  (qtp1043747223-21948) [n:127.0.0.1:39031_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1974931 INFO  (qtp1043747223-22032) [n:127.0.0.1:39031_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1974931 INFO  (qtp1043747223-22032) [n:127.0.0.1:39031_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1974932 INFO  (qtp1043747223-21948) [n:127.0.0.1:39031_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.s.SolrIndexSearcher Opening [Searcher@1059bd6b[testSimple1_shard2_replica_n6] main]
   [junit4]   2> 1974932 INFO  (qtp1043747223-22032) [n:127.0.0.1:39031_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1974932 INFO  (qtp1043747223-22032) [n:127.0.0.1:39031_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1974932 INFO  (qtp1043747223-21948) [n:127.0.0.1:39031_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> 1974932 INFO  (qtp1043747223-21948) [n:127.0.0.1:39031_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> 1974933 INFO  (qtp1043747223-22032) [n:127.0.0.1:39031_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.s.SolrIndexSearcher Opening [Searcher@38a6d876[testSimple1_shard1_replica_n2] main]
   [junit4]   2> 1974933 INFO  (qtp1043747223-21948) [n:127.0.0.1:39031_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> 1974933 INFO  (qtp1043747223-22032) [n:127.0.0.1:39031_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 1974933 INFO  (qtp1043747223-22032) [n:127.0.0.1:39031_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1974933 INFO  (searcherExecutor-9705-thread-1-processing-n:127.0.0.1:39031_solr x:testSimple1_shard2_replica_n6 s:shard2 c:testSimple1 r:core_node8) [n:127.0.0.1:39031_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@1059bd6b[testSimple1_shard2_replica_n6] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1974934 INFO  (qtp1043747223-21948) [n:127.0.0.1:39031_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 1589019398902906880
   [junit4]   2> 1974934 INFO  (qtp1043747223-22032) [n:127.0.0.1:39031_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1974934 INFO  (searcherExecutor-9704-thread-1-processing-n:127.0.0.1:39031_solr x:testSimple1_shard1_replica_n2 s:shard1 c:testSimple1 r:core_node5) [n:127.0.0.1:39031_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.c.SolrCore [testSimple1_shard1_replica_n2] Registered new searcher Searcher@38a6d876[testSimple1_shard1_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1974934 INFO  (qtp1043747223-22032) [n:127.0.0.1:39031_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1589019398902906880
   [junit4]   2> 1974936 INFO  (qtp1043747223-21948) [n:127.0.0.1:39031_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for shard shard2: total=2 found=1 timeoutin=9999ms
   [junit4]   2> 1974936 INFO  (qtp1043747223-22032) [n:127.0.0.1:39031_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for shard shard1: total=2 found=1 timeoutin=9999ms
   [junit4]   2> 1974938 INFO  (qtp1095102616-21960) [n:127.0.0.1:35929_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1974938 INFO  (qtp1095102616-21960) [n:127.0.0.1:35929_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1974938 INFO  (qtp1095102616-21960) [n:127.0.0.1:35929_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1974939 INFO  (qtp1095102616-21960) [n:127.0.0.1:35929_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1974939 INFO  (qtp1095102616-21939) [n:127.0.0.1:35929_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> 1974939 INFO  (qtp1095102616-21939) [n:127.0.0.1:35929_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> 1974939 INFO  (qtp1095102616-21960) [n:127.0.0.1:35929_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.s.SolrIndexSearcher Opening [Searcher@66daa721[testSimple1_shard2_replica_n4] main]
   [junit4]   2> 1974939 INFO  (qtp1095102616-21939) [n:127.0.0.1:35929_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1974939 INFO  (qtp1095102616-21939) [n:127.0.0.1:35929_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1974940 INFO  (qtp1095102616-21960) [n:127.0.0.1:35929_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 1974940 INFO  (qtp1095102616-21960) [n:127.0.0.1:35929_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1974940 INFO  (qtp1095102616-21960) [n:127.0.0.1:35929_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1974940 INFO  (qtp1095102616-21939) [n:127.0.0.1:35929_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@26ccbc7c[testSimple1_shard1_replica_n1] main]
   [junit4]   2> 1974941 INFO  (qtp1095102616-21939) [n:127.0.0.1:35929_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> 1974941 INFO  (searcherExecutor-9706-thread-1-processing-n:127.0.0.1:35929_solr x:testSimple1_shard2_replica_n4 s:shard2 c:testSimple1 r:core_node7) [n:127.0.0.1:35929_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.c.SolrCore [testSimple1_shard2_replica_n4] Registered new searcher Searcher@66daa721[testSimple1_shard2_replica_n4] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1974941 INFO  (qtp1095102616-21939) [n:127.0.0.1:35929_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> 1974941 INFO  (qtp1095102616-21960) [n:127.0.0.1:35929_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1589019398910246912
   [junit4]   2> 1974941 INFO  (qtp1095102616-21939) [n:127.0.0.1:35929_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> 1974941 INFO  (searcherExecutor-9707-thread-1-processing-n:127.0.0.1:35929_solr x:testSimple1_shard1_replica_n1 s:shard1 c:testSimple1 r:core_node3) [n:127.0.0.1:35929_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@26ccbc7c[testSimple1_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1974942 INFO  (qtp1095102616-21939) [n:127.0.0.1:35929_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 1589019398911295488
   [junit4]   2> 1975037 INFO  (zkCallback-4849-thread-1-processing-n:127.0.0.1:35929_solr) [n:127.0.0.1:35929_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> 1975037 INFO  (zkCallback-4849-thread-2-processing-n:127.0.0.1:35929_solr) [n:127.0.0.1:35929_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> 1975037 INFO  (zkCallback-4847-thread-1-processing-n:127.0.0.1:39031_solr) [n:127.0.0.1:39031_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> 1975037 INFO  (zkCallback-4847-thread-2-processing-n:127.0.0.1:39031_solr) [n:127.0.0.1:39031_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> 1975436 INFO  (qtp1043747223-21948) [n:127.0.0.1:39031_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1975437 INFO  (qtp1043747223-21948) [n:127.0.0.1:39031_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1975437 INFO  (qtp1043747223-21948) [n:127.0.0.1:39031_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:39031/solr/testSimple1_shard2_replica_n6/
   [junit4]   2> 1975437 INFO  (qtp1043747223-22032) [n:127.0.0.1:39031_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1975437 INFO  (qtp1043747223-22032) [n:127.0.0.1:39031_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1975437 INFO  (qtp1043747223-22032) [n:127.0.0.1:39031_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:39031/solr/testSimple1_shard1_replica_n2/
   [junit4]   2> 1975437 INFO  (qtp1043747223-21948) [n:127.0.0.1:39031_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.u.PeerSync PeerSync: core=testSimple1_shard2_replica_n6 url=https://127.0.0.1:39031/solr START replicas=[https://127.0.0.1:35929/solr/testSimple1_shard2_replica_n4/] nUpdates=100
   [junit4]   2> 1975437 INFO  (qtp1043747223-22032) [n:127.0.0.1:39031_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.u.PeerSync PeerSync: core=testSimple1_shard1_replica_n2 url=https://127.0.0.1:39031/solr START replicas=[https://127.0.0.1:35929/solr/testSimple1_shard1_replica_n1/] nUpdates=100
   [junit4]   2> 1975441 INFO  (qtp1095102616-22052) [n:127.0.0.1:35929_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.c.S.Request [testSimple1_shard1_replica_n1]  webapp=/solr path=/get params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1975441 INFO  (qtp1095102616-22050) [n:127.0.0.1:35929_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.c.S.Request [testSimple1_shard2_replica_n4]  webapp=/solr path=/get params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1975738 INFO  (qtp1043747223-21948) [n:127.0.0.1:39031_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.u.PeerSync PeerSync: core=testSimple1_shard2_replica_n6 url=https://127.0.0.1:39031/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 1975738 INFO  (qtp1043747223-22032) [n:127.0.0.1:39031_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.u.PeerSync PeerSync: core=testSimple1_shard1_replica_n2 url=https://127.0.0.1:39031/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 1975738 INFO  (qtp1043747223-21948) [n:127.0.0.1:39031_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 1975738 INFO  (qtp1043747223-22032) [n:127.0.0.1:39031_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 1975738 INFO  (qtp1043747223-22032) [n:127.0.0.1:39031_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 1975738 INFO  (qtp1043747223-21948) [n:127.0.0.1:39031_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] 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> 1975738 INFO  (qtp1043747223-22032) [n:127.0.0.1:39031_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 1975738 INFO  (qtp1043747223-21948) [n:127.0.0.1:39031_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 1975742 INFO  (qtp1043747223-21948) [n:127.0.0.1:39031_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:39031/solr/testSimple1_shard2_replica_n6/ shard2
   [junit4]   2> 1975742 INFO  (qtp1043747223-22032) [n:127.0.0.1:39031_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:39031/solr/testSimple1_shard1_replica_n2/ shard1
   [junit4]   2> 1975843 INFO  (zkCallback-4847-thread-2-processing-n:127.0.0.1:39031_solr) [n:127.0.0.1:39031_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> 1975843 INFO  (zkCallback-4849-thread-2-processing-n:127.0.0.1:35929_solr) [n:127.0.0.1:35929_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> 1975843 INFO  (zkCallback-4847-thread-1-processing-n:127.0.0.1:39031_solr) [n:127.0.0.1:39031_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> 1975843 INFO  (zkCallback-4849-thread-1-processing-n:127.0.0.1:35929_solr) [n:127.0.0.1:35929_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> 1975892 INFO  (qtp1043747223-21948) [n:127.0.0.1:39031_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1975892 INFO  (qtp1043747223-22032) [n:127.0.0.1:39031_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1975901 INFO  (qtp1043747223-21948) [n:127.0.0.1:39031_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node8&collection.configName=conf&newCollection=true&name=testSimple1_shard2_replica_n6&action=CREATE&numShards=2&collection=testSimple1&shard=shard2&wt=javabin&version=2&replicaType=NRT} status=0 QTime=2039
   [junit4]   2> 1975901 INFO  (qtp1043747223-22032) [n:127.0.0.1:39031_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={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} status=0 QTime=2035
   [junit4]   2> 1975945 INFO  (qtp1095102616-21939) [n:127.0.0.1:35929_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=testSimple1_shard1_replica_n1&action=CREATE&numShards=2&collection=testSimple1&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=2059
   [junit4]   2> 1975950 INFO  (qtp1095102616-21960) [n:127.0.0.1:35929_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={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} status=0 QTime=2066
   [junit4]   2> 1975953 INFO  (qtp1043747223-21940) [n:127.0.0.1:39031_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> 1976046 INFO  (zkCallback-4849-thread-2-processing-n:127.0.0.1:35929_solr) [n:127.0.0.1:35929_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> 1976046 INFO  (zkCallback-4847-thread-2-processing-n:127.0.0.1:39031_solr) [n:127.0.0.1:39031_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> 1976046 INFO  (zkCallback-4849-thread-1-processing-n:127.0.0.1:35929_solr) [n:127.0.0.1:35929_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> 1976046 INFO  (zkCallback-4847-thread-1-processing-n:127.0.0.1:39031_solr) [n:127.0.0.1:39031_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> 1976953 INFO  (qtp1043747223-21940) [n:127.0.0.1:39031_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=2&collection.configName=conf&maxShardsPerNode=2&autoAddReplicas=true&name=testSimple1&nrtReplicas=2&action=CREATE&numShards=2&createNodeSet=127.0.0.1:35929_solr,127.0.0.1:39031_solr&wt=javabin&version=2} status=0 QTime=3401
   [junit4]   2> 1976954 INFO  (qtp1043747223-21946) [n:127.0.0.1:39031_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=2&collection.configName=conf&maxShardsPerNode=1&autoAddReplicas=false&name=testSimple2&nrtReplicas=2&action=CREATE&numShards=1&createNodeSet=127.0.0.1:39031_solr,127.0.0.1:45613_solr&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1976956 INFO  (OverseerThreadFactory-9697-thread-2-processing-n:127.0.0.1:45613_solr) [n:127.0.0.1:45613_solr    ] o.a.s.c.CreateCollectionCmd Create collection testSimple2
   [junit4]   2> 1976957 INFO  (OverseerCollectionConfigSetProcessor-99313712320217095-127.0.0.1:45613_solr-n_0000000000) [n:127.0.0.1:45613_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> 1977164 INFO  (OverseerStateUpdate-99313712320217095-127.0.0.1:45613_solr-n_0000000000) [n:127.0.0.1:45613_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testSimple2",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testSimple2_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:39031/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1977165 INFO  (OverseerStateUpdate-99313712320217095-127.0.0.1:45613_solr-n_0000000000) [n:127.0.0.1:45613_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testSimple2",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testSimple2_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:45613/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1977367 INFO  (qtp1043747223-21947) [n:127.0.0.1:39031_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=testSimple2_shard1_replica_n1&action=CREATE&numShards=1&collection=testSimple2&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1977403 INFO  (qtp497303393-21949) [n:127.0.0.1:45613_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=testSimple2_shard1_replica_n2&action=CREATE&numShards=1&collection=testSimple2&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1977403 INFO  (qtp497303393-21949) [n:127.0.0.1:45613_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1977508 INFO  (zkCallback-4847-thread-1-processing-n:127.0.0.1:39031_solr) [n:127.0.0.1:39031_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple2/state.json] for collection [testSimple2] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1977508 INFO  (zkCallback-4845-thread-1-processing-n:127.0.0.1:45613_solr) [n:127.0.0.1:45613_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple2/state.json] for collection [testSimple2] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1977508 INFO  (zkCallback-4845-thread-2-processing-n:127.0.0.1:45613_solr) [n:127.0.0.1:45613_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple2/state.json] for collection [testSimple2] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1977508 INFO  (zkCallback-4847-thread-2-processing-n:127.0.0.1:39031_solr) [n:127.0.0.1:39031_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple2/state.json] for collection [testSimple2] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1978391 INFO  (qtp1043747223-21947) [n:127.0.0.1:39031_solr c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1978395 INFO  (qtp1043747223-21947) [n:127.0.0.1:39031_solr c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] o.a.s.s.IndexSchema [testSimple2_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 1978396 INFO  (qtp1043747223-21947) [n:127.0.0.1:39031_solr c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1978396 INFO  (qtp1043747223-21947) [n:127.0.0.1:39031_solr c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'testSimple2_shard1_replica_n1' using configuration from collection testSimple2, trusted=true
   [junit4]   2> 1978396 INFO  (qtp1043747223-21947) [n:127.0.0.1:39031_solr c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39031.solr.core.testSimple2.shard1.replica_n1' (registry 'solr.core.testSimple2.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7e0122f2
   [junit4]   2> 1978396 INFO  (qtp1043747223-21947) [n:127.0.0.1:39031_solr c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1978396 INFO  (qtp1043747223-21947) [n:127.0.0.1:39031_solr c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] o.a.s.c.SolrCore [[testSimple2_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_8A507364E30DA295-001/tempDir-001/node2/testSimple2_shard1_replica_n1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_8A507364E30DA295-001/tempDir-001/node2/./testSimple2_shard1_replica_n1/data/]
   [junit4]   2> 1978411 INFO  (qtp497303393-21949) [n:127.0.0.1:45613_solr c:testSimple2 s:shard1 r:core_node4 x:testSimple2_shard1_replica_n2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1978415 INFO  (qtp497303393-21949) [n:127.0.0.1:45613_solr c:testSimple2 s:shard1 r:core_node4 x:testSimple2_shard1_replica_n2] o.a.s.s.IndexSchema [testSimple2_shard1_replica_n2] Schema name=minimal
   [junit4]   2> 1978416 INFO  (qtp497303393-21949) [n:127.0.0.1:45613_solr c:testSimple2 s:shard1 r:core_node4 x:testSimple2_shard1_replica_n2] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1978416 INFO  (qtp497303393-21949) [n:127.0.0.1:45613_solr c:testSimple2 s:shard1 r:core_node4 x:testSimple2_shard1_replica_n2] o.a.s.c.CoreContainer Creating SolrCore 'testSimple2_shard1_replica_n2' using configuration from collection testSimple2, trusted=true
   [junit4]   2> 1978416 INFO  (qtp497303393-21949) [n:127.0.0.1:45613_solr c:testSimple2 s:shard1 r:core_node4 x:testSimple2_shard1_replica_n2] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45613.solr.core.testSimple2.shard1.replica_n2' (registry 'solr.core.testSimple2.shard1.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7e0122f2
   [junit4]   2> 1978416 INFO  (qtp497303393-21949) [n:127.0.0.1:45613_solr c:testSimple2 s:shard1 r:core_node4 x:testSimple2_shard1_replica_n2] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1978416 INFO  (qtp497303393-21949) [n:127.0.0.1:45613_solr c:testSimple2 s:shard1 r:core_node4 x:testSimple2_shard1_replica_n2] o.a.s.c.SolrCore [[testSimple2_shard1_replica_n2] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_8A507364E30DA295-001/tempDir-001/node1/testSimple2_shard1_replica_n2], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_8A507364E30DA295-001/tempDir-001/node1/./testSimple2_shard1_replica_n2/data/]
   [junit4]   2> 1978420 INFO  (qtp1043747223-21947) [n:127.0.0.1:39031_solr c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1978420 INFO  (qtp1043747223-21947) [n:127.0.0.1:39031_solr c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1978421 INFO  (qtp1043747223-21947) [n:127.0.0.1:39031_solr c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1978421 INFO  (qtp1043747223-21947) [n:127.0.0.1:39031_solr c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1978421 INFO  (qtp1043747223-21947) [n:127.0.0.1:39031_solr c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@55515fb9[testSimple2_shard1_replica_n1] main]
   [junit4]   2> 1978422 INFO  (qtp1043747223-21947) [n:127.0.0.1:39031_solr c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 1978423 INFO  (qtp1043747223-21947) [n:127.0.0.1:39031_solr c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1978423 INFO  (qtp1043747223-21947) [n:127.0.0.1:39031_solr c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1978424 INFO  (searcherExecutor-9724-thread-1-processing-n:127.0.0.1:39031_solr x:testSimple2_shard1_replica_n1 s:shard1 c:testSimple2 r:core_node3) [n:127.0.0.1:39031_solr c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] o.a.s.c.SolrCore [testSimple2_shard1_replica_n1] Registered new searcher Searcher@55515fb9[testSimple2_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1978424 INFO  (qtp1043747223-21947) [n:127.0.0.1:39031_solr c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1589019402562437120
   [junit4]   2> 1978426 INFO  (qtp1043747223-21947) [n:127.0.0.1:39031_solr c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for shard shard1: total=2 found=1 timeoutin=9999ms
   [junit4]   2> 1978440 INFO  (qtp497303393-21949) [n:127.0.0.1:45613_solr c:testSimple2 s:shard1 r:core_node4 x:testSimple2_shard1_replica_n2] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1978440 INFO  (qtp497303393-21949) [n:127.0.0.1:45613_solr c:testSimple2 s:shard1 r:core_node4 x:testSimple2_shard1_replica_n2] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1978441 INFO  (qtp497303393-21949) [n:127.0.0.1:45613_solr c:testSimple2 s:shard1 r:core_node4 x:testSimple2_shard1_replica_n2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1978441 INFO  (qtp497303393-21949) [n:127.0.0.1:45613_solr c:testSimple2 s:shard1 r:core_node4 x:testSimple2_shard1_replica_n2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1978442 INFO  (qtp497303393-21949) [n:127.0.0.1:45613_solr c:testSimple2 s:shard1 r:core_node4 x:testSimple2_shard1_replica_n2] o.a.s.s.SolrIndexSearcher Opening [Searcher@76b16d63[testSimple2_shard1_replica_n2] main]
   [junit4]   2> 1978443 INFO  (qtp497303393-21949) [n:127.0.0.1:45613_solr c:testSimple2 s:shard1 r:core_node4 x:testSimple2_shard1_replica_n2] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 1978443 INFO  (qtp497303393-21949) [n:127.0.0.1:45613_solr c:testSimple2 s:shard1 r:core_node4 x:testSimple2_shard1_replica_n2] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1978443 INFO  (qtp497303393-21949) [n:127.0.0.1:45613_solr c:testSimple2 s:shard1 r:core_node4 x:testSimple2_shard1_replica_n2] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1978444 INFO  (searcherExecutor-9726-thread-1-processing-n:127.0.0.1:45613_solr x:testSimple2_shard1_replica_n2 s:shard1 c:testSimple2 r:core_node4) [n:127.0.0.1:45613_solr c:testSimple2 s:shard1 r:core_node4 x:testSimple2_shard1_replica_n2] o.a.s.c.SolrCore [testSimple2_shard1_replica_n2] Registered new searcher Searcher@76b16d63[testSimple2_shard1_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1978444 INFO  (qtp497303393-21949) [n:127.0.0.1:45613_solr c:testSimple2 s:shard1 r:core_node4 x:testSimple2_shard1_replica_n2] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1589019402583408640
   [junit4]   2> 1978528 INFO  (zkCallback-4845-thread-2-processing-n:127.0.0.1:45613_solr) [n:127.0.0.1:45613_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple2/state.json] for collection [testSimple2] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1978528 INFO  (zkCallback-4847-thread-1-processing-n:127.0.0.1:39031_solr) [n:127.0.0.1:39031_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple2/state.json] for collection [testSimple2] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1978528 INFO  (zkCallback-4847-thread-2-processing-n:127.0.0.1:39031_solr) [n:127.0.0.1:39031_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple2/state.json] for collection [testSimple2] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1978528 INFO  (zkCallback-4845-thread-1-processing-n:127.0.0.1:45613_solr) [n:127.0.0.1:45613_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple2/state.json] for collection [testSimple2] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1978927 INFO  (qtp1043747223-21947) [n:127.0.0.1:39031_solr c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1978927 INFO  (qtp1043747223-21947) [n:127.0.0.1:39031_solr c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1978927 INFO  (qtp1043747223-21947) [n:127.0.0.1:39031_solr c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:39031/solr/testSimple2_shard1_replica_n1/
   [junit4]   2> 1978928 INFO  (qtp1043747223-21947) [n:127.0.0.1:39031_solr c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] o.a.s.u.PeerSync PeerSync: core=testSimple2_shard1_replica_n1 url=https://127.0.0.1:39031/solr START replicas=[https://127.0.0.1:45613/solr/testSimple2_shard1_replica_n2/] nUpdates=100
   [junit4]   2> 1978931 INFO  (qtp497303393-21953) [n:127.0.0.1:45613_solr c:testSimple2 s:shard1 r:core_node4 x:testSimple2_shard1_replica_n2] o.a.s.c.S.Request [testSimple2_shard1_replica_n2]  webapp=/solr path=/get params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1979228 INFO  (qtp1043747223-21947) [n:127.0.0.1:39031_solr c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] o.a.s.u.PeerSync PeerSync: core=testSimple2_shard1_replica_n1 url=https://127.0.0.1:39031/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 1979228 INFO  (qtp1043747223-21947) [n:127.0.0.1:39031_solr c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 1979228 INFO  (qtp1043747223-21947) [n:127.0.0.1:39031_solr c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] 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> 1979228 INFO  (qtp1043747223-21947) [n:127.0.0.1:39031_solr c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 1979232 INFO  (qtp1043747223-21947) [n:127.0.0.1:39031_solr c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:39031/solr/testSimple2_shard1_replica_n1/ shard1
   [junit4]   2> 1979333 INFO  (zkCallback-4845-thread-1-processing-n:127.0.0.1:45613_solr) [n:127.0.0.1:45613_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple2/state.json] for collection [testSimple2] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1979333 INFO  (zkCallback-4847-thread-1-processing-n:127.0.0.1:39031_solr) [n:127.0.0.1:39031_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple2/state.json] for collection [testSimple2] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1979333 INFO  (zkCallback-4847-thread-2-processing-n:127.0.0.1:39031_solr) [n:127.0.0.1:39031_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple2/state.json] for collection [testSimple2] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1979333 INFO  (zkCallback-4845-thread-2-processing-n:127.0.0.1:45613_solr) [n:127.0.0.1:45613_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple2/state.json] for collection [testSimple2] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1979383 INFO  (qtp1043747223-21947) [n:127.0.0.1:39031_solr c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1979391 INFO  (qtp1043747223-21947) [n:127.0.0.1:39031_solr c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=testSimple2_shard1_replica_n1&action=CREATE&numShards=1&collection=testSimple2&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=2024
   [junit4]   2> 1979449 INFO  (qtp497303393-21949) [n:127.0.0.1:45613_solr c:testSimple2 s:shard1 r:core_node4 x:testSimple2_shard1_replica_n2] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=testSimple2_shard1_replica_n2&action=CREATE&numShards=1&collection=testSimple2&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=2046
   [junit4]   2> 1979451 INFO  (qtp1043747223-21946) [n:127.0.0.1:39031_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> 1979550 INFO  (zkCallback-4845-thread-2-processing-n:127.0.0.1:45613_solr) [n:127.0.0.1:45613_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple2/state.json] for collection [testSimple2] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1979550 INFO  (zkCallback-4847-thread-1-processing-n:127.0.0.1:39031_solr) [n:127.0.0.1:39031_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple2/state.json] for collection [testSimple2] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1979550 INFO  (zkCallback-4847-thread-2-processing-n:127.0.0.1:39031_solr) [n:127.0.0.1:39031_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple2/state.json] for collection [testSimple2] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1979550 INFO  (zkCallback-4845-thread-1-processing-n:127.0.0.1:45613_solr) [n:127.0.0.1:45613_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple2/state.json] for collection [testSimple2] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1980451 INFO  (qtp1043747223-21946) [n:127.0.0.1:39031_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=2&collection.configName=conf&maxShardsPerNode=1&autoAddReplicas=false&name=testSimple2&nrtReplicas=2&action=CREATE&numShards=1&createNodeSet=127.0.0.1:39031_solr,127.0.0.1:45613_solr&wt=javabin&version=2} status=0 QTime=3497
   [junit4]   2> 1980452 INFO  (qtp1043747223-21943) [n:127.0.0.1:39031_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=1&collection.configName=conf&maxShardsPerNode=3&autoAddReplicas=false&name=testSimple3&nrtReplicas=1&action=CREATE&numShards=3&createNodeSet=127.0.0.1:35929_solr&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1980453 INFO  (OverseerThreadFactory-9697-thread-3-processing-n:127.0.0.1:45613_solr) [n:127.0.0.1:45613_solr    ] o.a.s.c.CreateCollectionCmd Create collection testSimple3
   [junit4]   2> 1980453 INFO  (OverseerCollectionConfigSetProcessor-99313712320217095-127.0.0.1:45613_solr-n_0000000000) [n:127.0.0.1:45613_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> 1980658 INFO  (OverseerStateUpdate-99313712320217095-127.0.0.1:45613_solr-n_0000000000) [n:127.0.0.1:45613_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testSimple3",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testSimple3_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:35929/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1980660 INFO  (OverseerStateUpdate-99313712320217095-127.0.0.1:45613_solr-n_0000000000) [n:127.0.0.1:45613_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testSimple3",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"testSimple3_shard2_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:35929/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1980661 INFO  (OverseerStateUpdate-99313712320217095-127.0.0.1:45613_solr-n_0000000000) [n:127.0.0.1:45613_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testSimple3",
   [junit4]   2>   "shard":"shard3",
   [junit4]   2>   "core":"testSimple3_shard3_replica_n4",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:35929/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1980864 INFO  (qtp1095102616-21941) [n:127.0.0.1:35929_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node5&collection.configName=conf&newCollection=true&name=testSimple3_shard2_replica_n2&action=CREATE&numShards=3&collection=testSimple3&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1980864 INFO  (qtp1095102616-22052) [n:127.0.0.1:35929_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=testSimple3_shard1_replica_n1&action=CREATE&numShards=3&collection=testSimple3&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1980864 INFO  (qtp1095102616-22050)

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

n1_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1.shard1.replica_n1, tag=1997092424
   [junit4]   2> 144161 INFO  (coreCloseExecutor-692-thread-1) [n:127.0.0.1:44429_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@cc49aa: rootName = solr_44429, domain = solr.core.collection1.shard1.replica_n1, service url = null, agent id = null] for registry solr.core.collection1.shard1.replica_n1 / com.codahale.metrics.MetricRegistry@d336928
   [junit4]   2> 144161 INFO  (jetty-closer-117-thread-1) [    ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:44535_solr
   [junit4]   2> 144162 INFO  (zkCallback-144-thread-3-processing-n:127.0.0.1:33113_solr) [n:127.0.0.1:33113_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 144162 INFO  (zkCallback-150-thread-1-processing-n:127.0.0.1:44429_solr) [n:127.0.0.1:44429_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 144162 INFO  (jetty-closer-117-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 144162 INFO  (zkCallback-148-thread-3-processing-n:127.0.0.1:44535_solr) [n:127.0.0.1:44535_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 144162 INFO  (zkCallback-1851-thread-1-processing-n:127.0.0.1:44535_solr x:collection1_shard2_replica_n2 s:shard2 c:collection1 r:core_node4) [n:127.0.0.1:44535_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (1)
   [junit4]   2> 144163 INFO  (jetty-closer-117-thread-4) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 144163 INFO  (jetty-closer-117-thread-4) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@48fad124: rootName = solr_33113, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@50381f34
   [junit4]   2> 144164 INFO  (jetty-closer-117-thread-3) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@37857d86{/solr,null,UNAVAILABLE}
   [junit4]   2> 144168 INFO  (coreCloseExecutor-694-thread-1) [n:127.0.0.1:44535_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] o.a.s.c.SolrCore [collection1_shard2_replica_n2]  CLOSING SolrCore org.apache.solr.core.SolrCore@4fa402d5
   [junit4]   2> 144168 INFO  (coreCloseExecutor-694-thread-1) [n:127.0.0.1:44535_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1.shard2.replica_n2, tag=1336148693
   [junit4]   2> 144168 INFO  (coreCloseExecutor-694-thread-1) [n:127.0.0.1:44535_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@1a586fa4: rootName = solr_44535, domain = solr.core.collection1.shard2.replica_n2, service url = null, agent id = null] for registry solr.core.collection1.shard2.replica_n2 / com.codahale.metrics.MetricRegistry@260f3aff
   [junit4]   2> 144168 INFO  (jetty-closer-117-thread-4) [    ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:33113_solr
   [junit4]   2> 144168 INFO  (jetty-closer-117-thread-4) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 144169 INFO  (zkCallback-150-thread-1-processing-n:127.0.0.1:44429_solr) [n:127.0.0.1:44429_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (0)
   [junit4]   2> 144169 INFO  (zkCallback-148-thread-3-processing-n:127.0.0.1:44535_solr) [n:127.0.0.1:44535_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (0)
   [junit4]   2> 144169 INFO  (zkCallback-1851-thread-1-processing-n:127.0.0.1:44535_solr x:collection1_shard2_replica_n2 s:shard2 c:collection1 r:core_node4) [n:127.0.0.1:44535_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (0)
   [junit4]   2> 144169 INFO  (zkCallback-144-thread-3-processing-n:127.0.0.1:33113_solr) [n:127.0.0.1:33113_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (0)
   [junit4]   2> 144170 INFO  (jetty-closer-117-thread-4) [    ] o.a.s.c.Overseer Overseer (id=99313756721053705-127.0.0.1:33113_solr-n_0000000000) closing
   [junit4]   2> 144170 INFO  (OverseerStateUpdate-99313756721053705-127.0.0.1:33113_solr-n_0000000000) [n:127.0.0.1:33113_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:33113_solr
   [junit4]   2> 144170 WARN  (OverseerAutoScalingTriggerThread-99313756721053705-127.0.0.1:33113_solr-n_0000000000) [n:127.0.0.1:33113_solr    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 144172 INFO  (zkCallback-150-thread-1-processing-n:127.0.0.1:44429_solr) [n:127.0.0.1:44429_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:44429_solr
   [junit4]   2> 144172 INFO  (jetty-closer-117-thread-4) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@712d0c5f{/solr,null,UNAVAILABLE}
   [junit4]   2> 144173 INFO  (coreCloseExecutor-692-thread-1) [n:127.0.0.1:44429_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.collection1.shard1.leader, tag=1997092424
   [junit4]   2> 144175 INFO  (zkCallback-148-thread-3-processing-n:127.0.0.1:44535_solr) [n:127.0.0.1:44535_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:44535_solr
   [junit4]   2> 144175 INFO  (jetty-closer-117-thread-2) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@25ffd735{/solr,null,UNAVAILABLE}
   [junit4]   2> 144176 INFO  (coreCloseExecutor-694-thread-1) [n:127.0.0.1:44535_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.collection1.shard2.leader, tag=1336148693
   [junit4]   2> 144177 INFO  (jetty-closer-117-thread-1) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@f39e50b{/solr,null,UNAVAILABLE}
   [junit4]   2> 144178 ERROR (SUITE-StreamExpressionTest-seed#[8CDE49F4522D3D58]-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> 144179 INFO  (SUITE-StreamExpressionTest-seed#[8CDE49F4522D3D58]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:43241 43241
   [junit4]   2> 147334 INFO  (Thread-375) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:43241 43241
   [junit4]   2> 147335 WARN  (Thread-375) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	100	/solr/aliases.json
   [junit4]   2> 	100	/solr/clusterprops.json
   [junit4]   2> 	12	/solr/configs/conf
   [junit4]   2> 	7	/solr/configs/ml
   [junit4]   2> 	4	/solr/security.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	100	/solr/clusterstate.json
   [junit4]   2> 	40	/solr/collections/destinationCollection/state.json
   [junit4]   2> 	28	/solr/collections/parallelDestinationCollection1/state.json
   [junit4]   2> 	20	/solr/collections/parallelDestinationCollection/state.json
   [junit4]   2> 	12	/solr/collections/collection1/state.json
   [junit4]   2> 	10	/solr/collections/mainCorpus1/state.json
   [junit4]   2> 	10	/solr/collections/destination/state.json
   [junit4]   2> 	10	/solr/collections/destination1/state.json
   [junit4]   2> 	10	/solr/collections/workQueue1/state.json
   [junit4]   2> 	10	/solr/collections/workQueue/state.json
   [junit4]   2> 	10	/solr/collections/uknownCollection/state.json
   [junit4]   2> 	10	/solr/collections/modelCollection/state.json
   [junit4]   2> 	10	/solr/collections/checkpointCollection/state.json
   [junit4]   2> 	10	/solr/collections/mainCorpus/state.json
   [junit4]   2> 	2	/solr/overseer_elect/election/99313756721053705-127.0.0.1:33113_solr-n_0000000000
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	100	/solr/live_nodes
   [junit4]   2> 	100	/solr/collections
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.io.stream.StreamExpressionTest_8CDE49F4522D3D58-001
   [junit4]   2> NOTE: test params are: codec=Lucene70, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@72b97218), locale=de-AT, timezone=Pacific/Guam
   [junit4]   2> NOTE: Linux 4.10.0-40-generic amd64/Oracle Corporation 1.8.0_144 (64-bit)/cpus=8,threads=1,free=234263584,total=484966400
   [junit4]   2> NOTE: All tests run in this JVM: [NotEvaluatorTest, TestToleratedUpdateError, ArcSineEvaluatorTest, SchemaTest, AndEvaluatorTest, TestNamedListCodec, ReverseEvaluatorTest, TestXMLEscaping, SolrSchemalessExampleTest, EmpiricalDistributionEvaluatorTest, TermsResponseTest, AscEvaluatorTest, SolrExampleStreamingTest, TestSpellCheckResponse, StreamExpressionParserTest, NaturalLogEvaluatorTest, TestPathTrie, CloudSolrClientCacheTest, StreamExpressionTest]
   [junit4] Completed [135/146 (1!)] on J0 in 118.36s, 148 tests, 1 failure <<< FAILURES!

[...truncated 47165 lines...]