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 2017/11/20 15:01:48 UTC

[JENKINS] Lucene-Solr-master-MacOSX (64bit/jdk-9) - Build # 4301 - Unstable!

Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-MacOSX/4301/
Java: 64bit/jdk-9 -XX:+UseCompressedOops -XX:+UseSerialGC

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

Error Message:
IOException occured when talking to server at: http://127.0.0.1:52450/solr

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:52450/solr
	at __randomizedtesting.SeedInfo.seed([544E4B4C47C52FA9:6CFD6FB26036FB78]: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:1103)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:883)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:816)
	at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1219)
	at org.apache.solr.cloud.autoscaling.AutoAddReplicasPlanActionTest.testSimple(AutoAddReplicasPlanActionTest.java:108)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:844)
Caused by: org.apache.http.NoHttpResponseException: 127.0.0.1:52450 failed to respond
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:141)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)
	at org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163)
	at org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:165)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:111)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:542)
	... 47 more


FAILED:  org.apache.solr.handler.TestReplicationHandler.doTestIndexAndConfigReplication

Error Message:
Index 0 out-of-bounds for length 0

Stack Trace:
java.lang.IndexOutOfBoundsException: Index 0 out-of-bounds for length 0
	at __randomizedtesting.SeedInfo.seed([544E4B4C47C52FA9:4006101964C292B7]:0)
	at java.base/jdk.internal.util.Preconditions.outOfBounds(Preconditions.java:64)
	at java.base/jdk.internal.util.Preconditions.outOfBoundsCheckIndex(Preconditions.java:70)
	at java.base/jdk.internal.util.Preconditions.checkIndex(Preconditions.java:248)
	at java.base/java.util.Objects.checkIndex(Objects.java:372)
	at java.base/java.util.ArrayList.get(ArrayList.java:439)
	at org.apache.solr.handler.TestReplicationHandler.doTestIndexAndConfigReplication(TestReplicationHandler.java:561)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:844)




Build Log:
[...truncated 12460 lines...]
   [junit4] Suite: org.apache.solr.cloud.autoscaling.AutoAddReplicasPlanActionTest
   [junit4]   2> Creating dataDir: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_544E4B4C47C52FA9-001/init-core-data-001
   [junit4]   2> 1082101 WARN  (SUITE-AutoAddReplicasPlanActionTest-seed#[544E4B4C47C52FA9]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=16 numCloses=16
   [junit4]   2> 1082101 INFO  (SUITE-AutoAddReplicasPlanActionTest-seed#[544E4B4C47C52FA9]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 1082101 INFO  (SUITE-AutoAddReplicasPlanActionTest-seed#[544E4B4C47C52FA9]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason="", value=0.0/0.0, ssl=0.0/0.0, clientAuth=0.0/0.0) w/ MAC_OS_X supressed clientAuth
   [junit4]   2> 1082101 INFO  (SUITE-AutoAddReplicasPlanActionTest-seed#[544E4B4C47C52FA9]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 1082101 INFO  (SUITE-AutoAddReplicasPlanActionTest-seed#[544E4B4C47C52FA9]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 3 servers in /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_544E4B4C47C52FA9-001/tempDir-001
   [junit4]   2> 1082102 INFO  (SUITE-AutoAddReplicasPlanActionTest-seed#[544E4B4C47C52FA9]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1082102 INFO  (Thread-2092) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1082102 INFO  (Thread-2092) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1082104 ERROR (Thread-2092) [    ] 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> 1082212 INFO  (SUITE-AutoAddReplicasPlanActionTest-seed#[544E4B4C47C52FA9]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:52448
   [junit4]   2> 1082255 INFO  (jetty-launcher-1924-thread-2) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 1082255 INFO  (jetty-launcher-1924-thread-1) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 1082255 INFO  (jetty-launcher-1924-thread-3) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 1082260 INFO  (jetty-launcher-1924-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@6a052c63{/solr,null,AVAILABLE}
   [junit4]   2> 1082262 INFO  (jetty-launcher-1924-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@49c89bf2{HTTP/1.1,[http/1.1]}{127.0.0.1:52450}
   [junit4]   2> 1082262 INFO  (jetty-launcher-1924-thread-2) [    ] o.e.j.s.Server Started @1083934ms
   [junit4]   2> 1082262 INFO  (jetty-launcher-1924-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=52450}
   [junit4]   2> 1082262 ERROR (jetty-launcher-1924-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1082262 INFO  (jetty-launcher-1924-thread-3) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@2255c400{/solr,null,AVAILABLE}
   [junit4]   2> 1082263 INFO  (jetty-launcher-1924-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 1082263 INFO  (jetty-launcher-1924-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1082263 INFO  (jetty-launcher-1924-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1082263 INFO  (jetty-launcher-1924-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-11-20T14:06:22.452323Z
   [junit4]   2> 1082263 INFO  (jetty-launcher-1924-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@4044467e{/solr,null,AVAILABLE}
   [junit4]   2> 1082263 INFO  (jetty-launcher-1924-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@2fb76c0{HTTP/1.1,[http/1.1]}{127.0.0.1:52452}
   [junit4]   2> 1082263 INFO  (jetty-launcher-1924-thread-1) [    ] o.e.j.s.Server Started @1083935ms
   [junit4]   2> 1082263 INFO  (jetty-launcher-1924-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=52452}
   [junit4]   2> 1082264 ERROR (jetty-launcher-1924-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1082264 INFO  (jetty-launcher-1924-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 1082264 INFO  (jetty-launcher-1924-thread-3) [    ] o.e.j.s.AbstractConnector Started ServerConnector@3a442533{HTTP/1.1,[http/1.1]}{127.0.0.1:52451}
   [junit4]   2> 1082264 INFO  (jetty-launcher-1924-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1082264 INFO  (jetty-launcher-1924-thread-3) [    ] o.e.j.s.Server Started @1083936ms
   [junit4]   2> 1082264 INFO  (jetty-launcher-1924-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1082264 INFO  (jetty-launcher-1924-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=52451}
   [junit4]   2> 1082264 INFO  (jetty-launcher-1924-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-11-20T14:06:22.453949Z
   [junit4]   2> 1082265 ERROR (jetty-launcher-1924-thread-3) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1082265 INFO  (jetty-launcher-1924-thread-3) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 1082265 INFO  (jetty-launcher-1924-thread-3) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1082265 INFO  (jetty-launcher-1924-thread-3) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1082265 INFO  (jetty-launcher-1924-thread-3) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-11-20T14:06:22.454924Z
   [junit4]   2> 1082270 INFO  (jetty-launcher-1924-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1082270 INFO  (jetty-launcher-1924-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1082271 INFO  (jetty-launcher-1924-thread-3) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1082277 INFO  (jetty-launcher-1924-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:52448/solr
   [junit4]   2> 1082277 INFO  (jetty-launcher-1924-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:52448/solr
   [junit4]   2> 1082277 INFO  (jetty-launcher-1924-thread-3) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:52448/solr
   [junit4]   2> 1082424 INFO  (jetty-launcher-1924-thread-2) [    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1082424 INFO  (jetty-launcher-1924-thread-1) [    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1082424 INFO  (jetty-launcher-1924-thread-3) [    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1082425 INFO  (jetty-launcher-1924-thread-2) [    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:52450_solr
   [junit4]   2> 1082426 INFO  (jetty-launcher-1924-thread-3) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:52451_solr
   [junit4]   2> 1082426 INFO  (jetty-launcher-1924-thread-1) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:52452_solr
   [junit4]   2> 1082427 INFO  (jetty-launcher-1924-thread-2) [    ] o.a.s.c.Overseer Overseer (id=99037136964354055-127.0.0.1:52450_solr-n_0000000000) starting
   [junit4]   2> 1082428 INFO  (zkCallback-1940-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1082428 INFO  (zkCallback-1941-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1082428 INFO  (zkCallback-1939-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1082446 INFO  (jetty-launcher-1924-thread-2) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:52450_solr
   [junit4]   2> 1082458 INFO  (zkCallback-1941-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1082458 INFO  (zkCallback-1939-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1082458 INFO  (zkCallback-1940-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1082502 INFO  (jetty-launcher-1924-thread-3) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_52451.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7d9b9116
   [junit4]   2> 1082503 INFO  (jetty-launcher-1924-thread-1) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_52452.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7d9b9116
   [junit4]   2> 1082540 INFO  (jetty-launcher-1924-thread-2) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_52450.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7d9b9116
   [junit4]   2> 1082550 INFO  (jetty-launcher-1924-thread-3) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_52451.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7d9b9116
   [junit4]   2> 1082551 INFO  (jetty-launcher-1924-thread-1) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_52452.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7d9b9116
   [junit4]   2> 1082551 INFO  (jetty-launcher-1924-thread-3) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_52451.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7d9b9116
   [junit4]   2> 1082552 INFO  (jetty-launcher-1924-thread-1) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_52452.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7d9b9116
   [junit4]   2> 1082554 INFO  (jetty-launcher-1924-thread-3) [    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_544E4B4C47C52FA9-001/tempDir-001/node3/.
   [junit4]   2> 1082555 INFO  (jetty-launcher-1924-thread-1) [    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_544E4B4C47C52FA9-001/tempDir-001/node1/.
   [junit4]   2> 1082559 INFO  (jetty-launcher-1924-thread-2) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_52450.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7d9b9116
   [junit4]   2> 1082560 INFO  (jetty-launcher-1924-thread-2) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_52450.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7d9b9116
   [junit4]   2> 1082561 INFO  (jetty-launcher-1924-thread-2) [    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_544E4B4C47C52FA9-001/tempDir-001/node2/.
   [junit4]   2> 1082627 INFO  (SUITE-AutoAddReplicasPlanActionTest-seed#[544E4B4C47C52FA9]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 1082628 INFO  (SUITE-AutoAddReplicasPlanActionTest-seed#[544E4B4C47C52FA9]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:52448/solr ready
   [junit4]   2> 1082647 INFO  (TEST-AutoAddReplicasPlanActionTest.testSimple-seed#[544E4B4C47C52FA9]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testSimple
   [junit4]   2> 1082651 INFO  (qtp1652720939-11443) [    ] 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:52450_solr,127.0.0.1:52451_solr&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1082654 INFO  (OverseerThreadFactory-4442-thread-1) [    ] o.a.s.c.CreateCollectionCmd Create collection testSimple1
   [junit4]   2> 1082767 INFO  (OverseerStateUpdate-99037136964354055-127.0.0.1:52450_solr-n_0000000000) [    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testSimple1",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testSimple1_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:52451/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1082770 INFO  (OverseerStateUpdate-99037136964354055-127.0.0.1:52450_solr-n_0000000000) [    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testSimple1",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testSimple1_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:52450/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1082773 INFO  (OverseerStateUpdate-99037136964354055-127.0.0.1:52450_solr-n_0000000000) [    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testSimple1",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"testSimple1_shard2_replica_n4",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:52451/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1082787 INFO  (OverseerStateUpdate-99037136964354055-127.0.0.1:52450_solr-n_0000000000) [    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testSimple1",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"testSimple1_shard2_replica_n6",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:52450/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1083002 INFO  (qtp1652720939-11444) [    ] 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> 1083002 INFO  (qtp971733548-11424) [    ] 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> 1083003 INFO  (qtp1652720939-11444) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1083003 INFO  (qtp971733548-11424) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1083003 INFO  (qtp1652720939-11446) [    ] 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> 1083006 INFO  (qtp971733548-11426) [    ] 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> 1083132 INFO  (zkCallback-1939-thread-1) [    ] 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> 1083132 INFO  (zkCallback-1940-thread-1) [    ] 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> 1083132 INFO  (zkCallback-1940-thread-2) [    ] 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> 1083133 INFO  (zkCallback-1939-thread-2) [    ] 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> 1084044 INFO  (qtp971733548-11426) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1084044 INFO  (qtp1652720939-11446) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1084044 INFO  (qtp1652720939-11444) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1084050 INFO  (qtp971733548-11424) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1084052 INFO  (qtp971733548-11426) [    ] o.a.s.s.IndexSchema [testSimple1_shard2_replica_n6] Schema name=minimal
   [junit4]   2> 1084052 INFO  (qtp1652720939-11446) [    ] o.a.s.s.IndexSchema [testSimple1_shard2_replica_n4] Schema name=minimal
   [junit4]   2> 1084054 INFO  (qtp971733548-11426) [    ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1084054 INFO  (qtp1652720939-11446) [    ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1084054 INFO  (qtp971733548-11426) [    ] o.a.s.c.CoreContainer Creating SolrCore 'testSimple1_shard2_replica_n6' using configuration from collection testSimple1, trusted=true
   [junit4]   2> 1084054 INFO  (qtp1652720939-11446) [    ] o.a.s.c.CoreContainer Creating SolrCore 'testSimple1_shard2_replica_n4' using configuration from collection testSimple1, trusted=true
   [junit4]   2> 1084055 INFO  (qtp971733548-11426) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_52450.solr.core.testSimple1.shard2.replica_n6' (registry 'solr.core.testSimple1.shard2.replica_n6') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7d9b9116
   [junit4]   2> 1084055 INFO  (qtp1652720939-11446) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_52451.solr.core.testSimple1.shard2.replica_n4' (registry 'solr.core.testSimple1.shard2.replica_n4') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7d9b9116
   [junit4]   2> 1084055 INFO  (qtp971733548-11426) [    ] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1084055 INFO  (qtp971733548-11426) [    ] o.a.s.c.SolrCore [[testSimple1_shard2_replica_n6] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_544E4B4C47C52FA9-001/tempDir-001/node2/testSimple1_shard2_replica_n6], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_544E4B4C47C52FA9-001/tempDir-001/node2/./testSimple1_shard2_replica_n6/data/]
   [junit4]   2> 1084055 INFO  (qtp1652720939-11444) [    ] o.a.s.s.IndexSchema [testSimple1_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 1084055 INFO  (qtp1652720939-11446) [    ] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1084056 INFO  (qtp1652720939-11446) [    ] o.a.s.c.SolrCore [[testSimple1_shard2_replica_n4] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_544E4B4C47C52FA9-001/tempDir-001/node3/testSimple1_shard2_replica_n4], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_544E4B4C47C52FA9-001/tempDir-001/node3/./testSimple1_shard2_replica_n4/data/]
   [junit4]   2> 1084071 INFO  (qtp1652720939-11444) [    ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1084071 INFO  (qtp1652720939-11444) [    ] o.a.s.c.CoreContainer Creating SolrCore 'testSimple1_shard1_replica_n1' using configuration from collection testSimple1, trusted=true
   [junit4]   2> 1084071 INFO  (qtp1652720939-11444) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_52451.solr.core.testSimple1.shard1.replica_n1' (registry 'solr.core.testSimple1.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7d9b9116
   [junit4]   2> 1084071 INFO  (qtp1652720939-11444) [    ] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1084071 INFO  (qtp1652720939-11444) [    ] o.a.s.c.SolrCore [[testSimple1_shard1_replica_n1] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_544E4B4C47C52FA9-001/tempDir-001/node3/testSimple1_shard1_replica_n1], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_544E4B4C47C52FA9-001/tempDir-001/node3/./testSimple1_shard1_replica_n1/data/]
   [junit4]   2> 1084073 INFO  (qtp971733548-11424) [    ] o.a.s.s.IndexSchema [testSimple1_shard1_replica_n2] Schema name=minimal
   [junit4]   2> 1084074 INFO  (qtp971733548-11424) [    ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1084074 INFO  (qtp971733548-11424) [    ] o.a.s.c.CoreContainer Creating SolrCore 'testSimple1_shard1_replica_n2' using configuration from collection testSimple1, trusted=true
   [junit4]   2> 1084075 INFO  (qtp971733548-11424) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_52450.solr.core.testSimple1.shard1.replica_n2' (registry 'solr.core.testSimple1.shard1.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7d9b9116
   [junit4]   2> 1084075 INFO  (qtp971733548-11424) [    ] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1084075 INFO  (qtp971733548-11424) [    ] o.a.s.c.SolrCore [[testSimple1_shard1_replica_n2] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_544E4B4C47C52FA9-001/tempDir-001/node2/testSimple1_shard1_replica_n2], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_544E4B4C47C52FA9-001/tempDir-001/node2/./testSimple1_shard1_replica_n2/data/]
   [junit4]   2> 1084124 INFO  (qtp971733548-11426) [    ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1084124 INFO  (qtp971733548-11426) [    ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1084142 INFO  (qtp971733548-11426) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1084142 INFO  (qtp971733548-11426) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1084146 INFO  (qtp1652720939-11446) [    ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1084146 INFO  (qtp1652720939-11446) [    ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1084147 INFO  (qtp1652720939-11446) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1084147 INFO  (qtp1652720939-11446) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1084149 INFO  (qtp1652720939-11444) [    ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1084149 INFO  (qtp1652720939-11444) [    ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1084150 INFO  (qtp1652720939-11444) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1084150 INFO  (qtp1652720939-11444) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1084152 INFO  (qtp971733548-11426) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@7ad80742[testSimple1_shard2_replica_n6] main]
   [junit4]   2> 1084152 INFO  (qtp1652720939-11446) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@146c975d[testSimple1_shard2_replica_n4] main]
   [junit4]   2> 1084153 INFO  (qtp971733548-11426) [    ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 1084153 INFO  (qtp1652720939-11446) [    ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 1084153 INFO  (qtp971733548-11426) [    ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1084154 INFO  (qtp1652720939-11446) [    ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1084154 INFO  (qtp971733548-11426) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1084154 INFO  (qtp1652720939-11446) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1084154 INFO  (qtp971733548-11426) [    ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1584594193579245568
   [junit4]   2> 1084154 INFO  (qtp1652720939-11446) [    ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1584594193579245568
   [junit4]   2> 1084158 INFO  (searcherExecutor-4449-thread-1) [    ] o.a.s.c.SolrCore [testSimple1_shard2_replica_n6] Registered new searcher Searcher@7ad80742[testSimple1_shard2_replica_n6] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1084158 INFO  (searcherExecutor-4450-thread-1) [    ] o.a.s.c.SolrCore [testSimple1_shard2_replica_n4] Registered new searcher Searcher@146c975d[testSimple1_shard2_replica_n4] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1084158 INFO  (qtp1652720939-11444) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@1c77c4[testSimple1_shard1_replica_n1] main]
   [junit4]   2> 1084158 INFO  (qtp971733548-11424) [    ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1084158 INFO  (qtp971733548-11424) [    ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1084160 INFO  (qtp1652720939-11444) [    ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 1084160 INFO  (qtp971733548-11424) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1084160 INFO  (qtp971733548-11424) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1084160 INFO  (qtp1652720939-11444) [    ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1084161 INFO  (qtp1652720939-11444) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1084161 INFO  (qtp1652720939-11444) [    ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1584594193586585600
   [junit4]   2> 1084162 INFO  (searcherExecutor-4451-thread-1) [    ] o.a.s.c.SolrCore [testSimple1_shard1_replica_n1] Registered new searcher Searcher@1c77c4[testSimple1_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1084162 INFO  (qtp1652720939-11446) [    ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1084162 INFO  (qtp1652720939-11446) [    ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1084163 INFO  (qtp1652720939-11446) [    ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:52451/solr/testSimple1_shard2_replica_n4/
   [junit4]   2> 1084163 INFO  (qtp1652720939-11446) [    ] o.a.s.u.PeerSync PeerSync: core=testSimple1_shard2_replica_n4 url=http://127.0.0.1:52451/solr START replicas=[http://127.0.0.1:52450/solr/testSimple1_shard2_replica_n6/] nUpdates=100
   [junit4]   2> 1084163 INFO  (qtp971733548-11424) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@276a77fb[testSimple1_shard1_replica_n2] main]
   [junit4]   2> 1084164 INFO  (qtp971733548-11430) [    ] o.a.s.c.S.Request [testSimple1_shard2_replica_n6]  webapp=/solr path=/get params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1084164 INFO  (qtp971733548-11424) [    ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 1084165 INFO  (qtp971733548-11424) [    ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1084166 INFO  (qtp971733548-11424) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1084166 INFO  (qtp971733548-11424) [    ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1584594193591828480
   [junit4]   2> 1084166 INFO  (searcherExecutor-4452-thread-1) [    ] o.a.s.c.SolrCore [testSimple1_shard1_replica_n2] Registered new searcher Searcher@276a77fb[testSimple1_shard1_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1084167 INFO  (qtp1652720939-11444) [    ] o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for shard shard1: total=2 found=1 timeoutin=9999ms
   [junit4]   2> 1084280 INFO  (zkCallback-1939-thread-2) [    ] 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> 1084280 INFO  (zkCallback-1939-thread-3) [    ] 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> 1084280 INFO  (zkCallback-1940-thread-1) [    ] 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> 1084280 INFO  (zkCallback-1940-thread-2) [    ] 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> 1084473 INFO  (qtp1652720939-11446) [    ] o.a.s.u.PeerSync PeerSync: core=testSimple1_shard2_replica_n4 url=http://127.0.0.1:52451/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 1084473 INFO  (qtp1652720939-11446) [    ] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 1084473 INFO  (qtp1652720939-11446) [    ] 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> 1084474 INFO  (qtp1652720939-11446) [    ] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 1084486 INFO  (qtp1652720939-11446) [    ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:52451/solr/testSimple1_shard2_replica_n4/ shard2
   [junit4]   2> 1084590 INFO  (zkCallback-1939-thread-3) [    ] 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> 1084590 INFO  (zkCallback-1940-thread-1) [    ] 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> 1084590 INFO  (zkCallback-1940-thread-2) [    ] 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> 1084590 INFO  (zkCallback-1939-thread-2) [    ] 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> 1084608 INFO  (qtp1652720939-11446) [    ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1084613 INFO  (qtp1652720939-11446) [    ] 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=1610
   [junit4]   2> 1084676 INFO  (qtp1652720939-11444) [    ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1084676 INFO  (qtp1652720939-11444) [    ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1084676 INFO  (qtp1652720939-11444) [    ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:52451/solr/testSimple1_shard1_replica_n1/
   [junit4]   2> 1084676 INFO  (qtp1652720939-11444) [    ] o.a.s.u.PeerSync PeerSync: core=testSimple1_shard1_replica_n1 url=http://127.0.0.1:52451/solr START replicas=[http://127.0.0.1:52450/solr/testSimple1_shard1_replica_n2/] nUpdates=100
   [junit4]   2> 1084678 INFO  (qtp971733548-11432) [    ] o.a.s.c.S.Request [testSimple1_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> 1084715 INFO  (zkCallback-1939-thread-2) [    ] 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> 1084715 INFO  (zkCallback-1940-thread-2) [    ] 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> 1084715 INFO  (zkCallback-1939-thread-3) [    ] 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> 1084715 INFO  (zkCallback-1940-thread-1) [    ] 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> 1084986 INFO  (qtp1652720939-11444) [    ] o.a.s.u.PeerSync PeerSync: core=testSimple1_shard1_replica_n1 url=http://127.0.0.1:52451/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 1084986 INFO  (qtp1652720939-11444) [    ] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 1084986 INFO  (qtp1652720939-11444) [    ] 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> 1084986 INFO  (qtp1652720939-11444) [    ] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 1084997 INFO  (qtp1652720939-11444) [    ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:52451/solr/testSimple1_shard1_replica_n1/ shard1
   [junit4]   2> 1085110 INFO  (zkCallback-1940-thread-1) [    ] 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> 1085110 INFO  (zkCallback-1939-thread-3) [    ] 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> 1085110 INFO  (zkCallback-1940-thread-2) [    ] 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> 1085110 INFO  (zkCallback-1939-thread-2) [    ] 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> 1085168 INFO  (qtp1652720939-11444) [    ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1085173 INFO  (qtp1652720939-11444) [    ] 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=2170
   [junit4]   2> 1085177 INFO  (qtp971733548-11426) [    ] 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=2171
   [junit4]   2> 1085180 INFO  (qtp971733548-11424) [    ] 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=2178
   [junit4]   2> 1085186 INFO  (qtp1652720939-11443) [    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 1085293 INFO  (zkCallback-1939-thread-2) [    ] 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> 1085293 INFO  (zkCallback-1940-thread-1) [    ] 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> 1085293 INFO  (zkCallback-1939-thread-3) [    ] 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> 1085293 INFO  (zkCallback-1940-thread-2) [    ] 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> 1086195 INFO  (qtp1652720939-11443) [    ] 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:52450_solr,127.0.0.1:52451_solr&wt=javabin&version=2} status=0 QTime=3544
   [junit4]   2> 1086197 INFO  (qtp1652720939-11447) [    ] 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:52451_solr,127.0.0.1:52452_solr&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1086202 INFO  (OverseerThreadFactory-4442-thread-2) [    ] o.a.s.c.CreateCollectionCmd Create collection testSimple2
   [junit4]   2> 1086204 INFO  (OverseerCollectionConfigSetProcessor-99037136964354055-127.0.0.1:52450_solr-n_0000000000) [    ] 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> 1086447 INFO  (OverseerStateUpdate-99037136964354055-127.0.0.1:52450_solr-n_0000000000) [    ] 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":"http://127.0.0.1:52452/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1086455 INFO  (OverseerStateUpdate-99037136964354055-127.0.0.1:52450_solr-n_0000000000) [    ] 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":"http://127.0.0.1:52451/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1086668 INFO  (qtp1652720939-11448) [    ] 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> 1086671 INFO  (qtp291777237-11435) [    ] 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> 1086672 INFO  (qtp291777237-11435) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1086792 INFO  (zkCallback-1941-thread-1) [    ] 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> 1086793 INFO  (zkCallback-1940-thread-1) [    ] 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> 1086793 INFO  (zkCallback-1940-thread-2) [    ] 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> 1086793 INFO  (zkCallback-1941-thread-2) [    ] 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> 1087699 INFO  (qtp291777237-11435) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1087699 INFO  (qtp1652720939-11448) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1087706 INFO  (qtp1652720939-11448) [    ] o.a.s.s.IndexSchema [testSimple2_shard1_replica_n2] Schema name=minimal
   [junit4]   2> 1087706 INFO  (qtp291777237-11435) [    ] o.a.s.s.IndexSchema [testSimple2_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 1087709 INFO  (qtp1652720939-11448) [    ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1087709 INFO  (qtp1652720939-11448) [    ] o.a.s.c.CoreContainer Creating SolrCore 'testSimple2_shard1_replica_n2' using configuration from collection testSimple2, trusted=true
   [junit4]   2> 1087709 INFO  (qtp291777237-11435) [    ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1087709 INFO  (qtp291777237-11435) [    ] o.a.s.c.CoreContainer Creating SolrCore 'testSimple2_shard1_replica_n1' using configuration from collection testSimple2, trusted=true
   [junit4]   2> 1087710 INFO  (qtp1652720939-11448) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_52451.solr.core.testSimple2.shard1.replica_n2' (registry 'solr.core.testSimple2.shard1.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7d9b9116
   [junit4]   2> 1087710 INFO  (qtp1652720939-11448) [    ] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1087710 INFO  (qtp1652720939-11448) [    ] o.a.s.c.SolrCore [[testSimple2_shard1_replica_n2] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_544E4B4C47C52FA9-001/tempDir-001/node3/testSimple2_shard1_replica_n2], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_544E4B4C47C52FA9-001/tempDir-001/node3/./testSimple2_shard1_replica_n2/data/]
   [junit4]   2> 1087711 INFO  (qtp291777237-11435) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_52452.solr.core.testSimple2.shard1.replica_n1' (registry 'solr.core.testSimple2.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7d9b9116
   [junit4]   2> 1087712 INFO  (qtp291777237-11435) [    ] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1087712 INFO  (qtp291777237-11435) [    ] o.a.s.c.SolrCore [[testSimple2_shard1_replica_n1] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_544E4B4C47C52FA9-001/tempDir-001/node1/testSimple2_shard1_replica_n1], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_544E4B4C47C52FA9-001/tempDir-001/node1/./testSimple2_shard1_replica_n1/data/]
   [junit4]   2> 1087786 INFO  (qtp1652720939-11448) [    ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1087786 INFO  (qtp1652720939-11448) [    ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1087787 INFO  (qtp1652720939-11448) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1087787 INFO  (qtp1652720939-11448) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1087788 INFO  (qtp1652720939-11448) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@74f2f00a[testSimple2_shard1_replica_n2] main]
   [junit4]   2> 1087789 INFO  (qtp291777237-11435) [    ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1087789 INFO  (qtp291777237-11435) [    ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1087790 INFO  (qtp1652720939-11448) [    ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 1087790 INFO  (qtp1652720939-11448) [    ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1087790 INFO  (qtp291777237-11435) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1087790 INFO  (qtp291777237-11435) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1087790 INFO  (qtp1652720939-11448) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1087791 INFO  (qtp1652720939-11448) [    ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1584594197392916480
   [junit4]   2> 1087791 INFO  (searcherExecutor-4469-thread-1) [    ] o.a.s.c.SolrCore [testSimple2_shard1_replica_n2] Registered new searcher Searcher@74f2f00a[testSimple2_shard1_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1087791 INFO  (qtp291777237-11435) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@4f3d3922[testSimple2_shard1_replica_n1] main]
   [junit4]   2> 1087792 INFO  (qtp291777237-11435) [    ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 1087793 INFO  (qtp291777237-11435) [    ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1087793 INFO  (qtp291777237-11435) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1087794 INFO  (searcherExecutor-4470-thread-1) [    ] o.a.s.c.SolrCore [testSimple2_shard1_replica_n1] Registered new searcher Searcher@4f3d3922[testSimple2_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1087794 INFO  (qtp291777237-11435) [    ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1584594197396062208
   [junit4]   2> 1087798 INFO  (qtp1652720939-11448) [    ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1087798 INFO  (qtp1652720939-11448) [    ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1087798 INFO  (qtp1652720939-11448) [    ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:52451/solr/testSimple2_shard1_replica_n2/
   [junit4]   2> 1087798 INFO  (qtp1652720939-11448) [    ] o.a.s.u.PeerSync PeerSync: core=testSimple2_shard1_replica_n2 url=http://127.0.0.1:52451/solr START replicas=[http://127.0.0.1:52452/solr/testSimple2_shard1_replica_n1/] nUpdates=100
   [junit4]   2> 1087800 INFO  (qtp291777237-11437) [    ] o.a.s.c.S.Request [testSimple2_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> 1087900 INFO  (zkCallback-1941-thread-2) [    ] 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> 1087900 INFO  (zkCallback-1941-thread-1) [    ] 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> 1087900 INFO  (zkCallback-1940-thread-1) [    ] 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> 1087900 INFO  (zkCallback-1940-thread-2) [    ] 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> 1088109 INFO  (qtp1652720939-11448) [    ] o.a.s.u.PeerSync PeerSync: core=testSimple2_shard1_replica_n2 url=http://127.0.0.1:52451/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 1088109 INFO  (qtp1652720939-11448) [    ] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 1088109 INFO  (qtp1652720939-11448) [    ] 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> 1088109 INFO  (qtp1652720939-11448) [    ] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 1088121 INFO  (qtp1652720939-11448) [    ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:52451/solr/testSimple2_shard1_replica_n2/ shard1
   [junit4]   2> 1088235 INFO  (zkCallback-1941-thread-2) [    ] 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> 1088235 INFO  (zkCallback-1940-thread-2) [    ] 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> 1088235 INFO  (zkCallback-1940-thread-1) [    ] 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> 1088235 INFO  (zkCallback-1941-thread-1) [    ] 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> 1088294 INFO  (qtp1652720939-11448) [    ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1088298 INFO  (qtp1652720939-11448) [    ] 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=1630
   [junit4]   2> 1088403 INFO  (zkCallback-1940-thread-2) [    ] 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> 1088403 INFO  (zkCallback-1941-thread-1) [    ] 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> 1088403 INFO  (zkCallback-1941-thread-2) [    ] 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> 1088403 INFO  (zkCallback-1940-thread-1) [    ] 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> 1088811 INFO  (qtp291777237-11435) [    ] 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=2139
   [junit4]   2> 1088816 INFO  (qtp1652720939-11447) [    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 1088923 INFO  (zkCallback-1941-thread-2) [    ] 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> 1088923 INFO  (zkCallback-1940-thread-1) [    ] 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> 1088923 INFO  (zkCallback-1940-thread-2) [    ] 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> 1088923 INFO  (zkCallback-1941-thread-1) [    ] 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> 1089822 INFO  (qtp1652720939-11447) [    ] 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:52451_solr,127.0.0.1:52452_solr&wt=javabin&version=2} status=0 QTime=3625
   [junit4]   2> 1089823 INFO  (qtp1652720939-11449) [    ] 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:52450_solr&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1089829 INFO  (OverseerThreadFactory-4442-thread-3) [    ] o.a.s.c.CreateCollectionCmd Create collection testSimple3
   [junit4]   2> 1089831 INFO  (OverseerCollectionConfigSetProcessor-99037136964354055-127.0.0.1:52450_solr-n_0000000000) [    ] 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> 1090058 INFO  (OverseerStateUpdate-99037136964354055-127.0.0.1:52450_solr-n_0000000000) [    ] 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":"http://127.0.0.1:52450/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1090066 INFO  (OverseerStateUpdate-99037136964354055-127.0.0.1:52450_solr-n_0000000000) [    ] 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":"http://127.0.0.1:52450/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1090074 INFO  (OverseerStateUpdate-99037136964354055-127.0.0.1:52450_solr-n_0000000000) [    ] 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":"http://127.0.0.1:52450/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1090298 INFO  (qtp971733548-11433) [    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node6&collection.configName=conf&newCollection=true&name=testSimple3_shard3_replica_n4&action=CREATE&numShards=3&collection=testSimple3&shard=shard3&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1090299 INFO  (qtp971733548-11428) [    ] 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> 1090299 INFO  (qtp971733548-11429) [    ] 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> 1090426 INFO  (zkCallback-1939-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple3/state.json] for collection [testSimple3] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1090426 INFO  (zkCallback-1939-thread-3) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple3/state.json] for collection [testSimple3] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1091337 INFO  (qtp971733548-11429) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1091338 INFO  (qtp971733548-11428) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1091339 INFO  (qtp971733548-11433) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1091379 INFO  (qtp971733548-11428) [    ] o.a.s.s.IndexSchema [testSimple3_shard2_replica_n2] Schema name=minimal
   [junit4]   2> 1091380 INFO  (qtp971733548-11429) [    ] o.a.s.s.IndexSchema [testSimple3_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 1091380 INFO  (qtp971733548-11433) [    ] o.a.s.s.IndexSchema [testSimple3_shard3_replica_n4] Schema name=minimal
   [junit4]   2> 1091380 INFO  (qtp971733548-11428) [    ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1091380 INFO  (qtp971733548-11428) [    ] o.a.s.c.CoreContainer Creating SolrCore 'testSimple3_shard2_replica_n2' using configuration from collection testSimple3, trusted=true
   [junit4]   2> 1091381 INFO  (qtp971733548-11428) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_52450.solr.core.testSimple3.shard2.replica_n2' (registry 'solr.core.testSimple3.shard2.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7d9b9116
   [junit4]   2> 1091381 INFO  (qtp971733548-11429) [    ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1091381 INFO  (qtp971733548-11428) [    ] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1091381 INFO  (qtp971733548-11429) [    ] o.a.s.c.CoreContainer Creating SolrCore 'testSimple3_shard1_replica_n1' using configuration from collection testSimple3, trusted=true
   [junit4]   2> 1091381 INFO  (qtp971733548-11428) [    ] o.a.s.c.SolrCore [[testSimple3_shard2_replica_n2] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_544E4B4C47C52FA9-001/tempDir-001/node2/testSimple3_shard2_replica_n2], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_544E4B4C47C52FA9-001/tempDir-001/node2/./testSimple3_shard2_replica_n2/data/]
   [junit4]   2> 1091381 INFO  (qtp971733548-11433) [    ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1091381 INFO  (qtp971733548-11433) [    ] o.a.s.c.CoreContainer Creating SolrCore 'testSimple3_shard3_replica_n4' using configuration from collection testSimple3, trusted=true
   [junit4]   2> 1091382 INFO  (qtp971733548-11429) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_52450.solr.core.testSimple3.shard1.replica_n1' (registry 'solr.core.testSimple3.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7d9b9116
   [junit4]   2> 1091382 INFO  (qtp971733548-11433) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_52450.solr.core.testSimple3.shard3.replica_n4' (registry 'solr.core.testSimple3.shard3.replica_n4') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7d9b9116
   [junit4]   2> 1091382 INFO  (qtp971733548-11429) [    ] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1091382 INFO  (qtp971733548-11433) [    ] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1091382 INFO  (qtp971733548-11429) [    ] o.a.s.c.SolrCore [[testSimple3_shard1_replica_n1] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_544E4B4C47C52FA9-001/tempDir-001/node2/testSimple3_shard1_replica_n1], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_544E4B4C47C52FA9-001/tempDir-001/node2/./testSimple3_shard1_replica_n1/data/]
   [junit4]   2> 1091382 INFO  (qtp971733548-11433) [    ] o.a.s.c.SolrCore [[testSimple3_shard3_replica_n4] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_544E4B4C47C52FA9-001/tempDir-001/node2/testSimple3_shard3_replica_n4], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_544E4B4C47C52FA9-001/tempDir-001/node2/./testSimple3_shard3_replica_n4/data/]
   [junit4]   2> 1091424 INFO  (qtp971733548-11429) [    ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1091424 INFO  (qtp971733548-11429) [    ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1091424 INFO  (qtp971733548-11428) [    ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1091424 INFO  (qtp971733548-11428) [    ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1091425 INFO  (qtp971733548-11429) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1091425 INFO  (qtp971733548-11429) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1091425 INFO  (qtp971733548-11428) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1091425 INFO  (qtp971733548-11428) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1091427 INFO  (qtp971733548-11429) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@5f1e154f[testSimple3_shard1_replica_n1] main]
   [junit4]   2> 1091427 INFO  (qtp971733548-11428) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@21fe0ef2[testSimple3_shard2_replica_n2] main]
   [junit4]   2> 1091427 INFO  (qtp971733548-11433) [    ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1091427 INFO  (qtp971733548-11433) [    ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1091428 INFO  (qtp971733548-11433) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1091428 INFO  (qtp971733548-11429) [    ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 1091428 INFO  (qtp971733548-11433) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1091428 INFO  (qtp971733548-11428) [    ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 1091429 INFO  (qtp971733548-11429) [    ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1091429 INFO  (qtp971733548-11428) [    ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1091429 INFO  (qtp971733548-11429) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1091429 INFO  (qtp971733548-11428) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1091429 INFO  (qtp971733548-11433) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@2661274e[testSimple3_shard3_replica_n4] main]
   [junit4]   2> 1091429 INFO  (qtp971733548-11428) [    ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1584594201207635968
   [junit4]   2> 1091430 INFO  (searcherExecutor-4480-thread-1) [    ] o.a.s.c.SolrCore [testSimple3_shard1_replica_n1] Registered new searcher Searcher@5f1e154f[testSimple3_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1091429 INFO  (qtp971733548-11429) [    ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1584594201207635968
   [junit4]   2> 1091430 INFO  (searcherExecutor-4479-thread-1) [    ] o.a.s.c.SolrCore [testSimple3_shard2_replica_n2] Registered new searcher Searcher@21fe0ef2[testSimple3_shard2_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1091432 INFO  (qtp971733548-11433) [    ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 1091450 INFO  (qtp971733548-11433) [    ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1091451 INFO  (qtp971733548-11433) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1091451 INFO  (qtp971733548-11433) [    ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1584594201230704640
   [junit4]   2> 1091452 INFO  (searcherExecutor-4481-thread-1) [    ] o.a.s.c.SolrCore [testSimple3_shard3_replica_n4] Registered new searcher Searcher@2661274e[testSimple3_shard3_replica_n4] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1091453 INFO  (qtp971733548-11428) [    ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1091453 INFO  (qtp971733548-11428) [    ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1091453 INFO  (qtp971733548-11428) [    ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:52450/solr/testSimple3_shard2_replica_n2/
   [junit4]   2> 1091453 INFO  (qtp971733548-11428) [    ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1091453 INFO  (qtp971733548-11428) [    ] o.a.s.c.SyncStrategy http://127.0.0.1:52450/solr/testSimple3_shard2_replica_n2/ has no replicas
   [junit4]   2> 1091454 INFO  (qtp971733548-11428) [    ] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 1091454 INFO  (qtp971733548-11429) [    ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1091454 INFO  (qtp971733548-11429) [    ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1091454 INFO  (qtp971733548-11429) [    ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:52450/solr/testSimple3_shard1_replica_n1/
   [junit4]   2> 1091454 INFO  (qtp971733548-11429) [    ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1091454 INFO  (qtp971733548-11429) [    ] o.a.s.c.SyncStrategy http://127.0.0.1:52450/solr/testSimple3_shard1_replica_n1/ has no replicas
   [junit4]   2> 1091454 INFO  (qtp971733548-11429) [    ] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 1091457 INFO  (qtp971733548-11433) [    ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1091457 INFO  (qtp971733548-11433) [    ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1091457 INFO  (qtp971733548-11433) [    ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:52450/solr/testSimple3_shard3_replica_n4/
   [junit4]   2> 1091457 INFO  (qtp971733548-11433) [    ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1091457 INFO  (qtp971733548-11433) [    ] o.a.s.c.SyncStrategy http://127.0.0.1:52450/solr/testSimple3_shard3_replica_n4/ has no replicas
   [junit4]   2> 1091457 INFO  (qtp971733548-11433) [    ] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 1091460 INFO  (qtp971733548-11428) [    ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:52450/solr/testSimple3_shard2_replica_n2/ shard2
   [junit4]   2> 1091460 INFO  (qtp971733548-11429) [    ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:52450/solr/testSimple3_shard1_replica_n1/ shard1
   [junit4]   2> 1091463 INFO  (qtp971733548-11433) [    ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:52450/solr/testSimple3_shard3_replica_n4/ shard3
   [junit4]   2> 1091575 INFO  (zkCallback-1939-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple3/state.json] for collection [testSimple3] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1091575 INFO  (zkCallback-1939-thread-3) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple3/state.json] for collection [testSimple3] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1091622 INFO  (qtp971733548-11429) [    ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1091622 INFO  (qtp971733548-11428) [    ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1091624 INFO  (qtp971733548-11429) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={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} status=0 QTime=1325
   [junit4]   2> 1091625 INFO  (qtp971733548-11428) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={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} status=0 QTime=1326
   [junit4]   2> 1091625 INFO  (qtp971733548-11433) [    ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1091627 INFO  (qtp971733548-11433) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node6&collection.configName=conf&newCollection=true&name=testSimple3_shard3_replica_n4&action=CREATE&numShards=3&collection=testSimple3&shard=shard3&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1329
   [junit4]   2> 1091630 INFO  (qtp1652720939-11449) [    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 109173

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

FA9]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@20da13dd: rootName = null, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@547ba50
   [junit4]   2> 2180743 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[544E4B4C47C52FA9]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 2180743 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[544E4B4C47C52FA9]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@32d2994a: rootName = null, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@1782e20
   [junit4]   2> 2180744 INFO  (coreCloseExecutor-7081-thread-1) [    ] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@1b253585
   [junit4]   2> 2180744 INFO  (coreCloseExecutor-7081-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1, tag=455423365
   [junit4]   2> 2180745 INFO  (coreCloseExecutor-7081-thread-1) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@67509197: rootName = null, domain = solr.core.collection1, service url = null, agent id = null] for registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@7737ec26
   [junit4]   2> 2180761 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[544E4B4C47C52FA9]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@29a18f9e{/solr,null,UNAVAILABLE}
   [junit4]   2> 2180763 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[544E4B4C47C52FA9]) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@5751485e{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 2180764 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[544E4B4C47C52FA9]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=39734207
   [junit4]   2> 2180764 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[544E4B4C47C52FA9]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 2180764 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[544E4B4C47C52FA9]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@b72119c: rootName = null, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@4ef1af6c
   [junit4]   2> 2180778 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[544E4B4C47C52FA9]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 2180778 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[544E4B4C47C52FA9]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@6c0d22c9: rootName = null, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@547ba50
   [junit4]   2> 2180789 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[544E4B4C47C52FA9]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 2180790 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[544E4B4C47C52FA9]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@3a3b583e: rootName = null, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@1782e20
   [junit4]   2> 2180791 INFO  (coreCloseExecutor-7083-thread-1) [    ] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@cdab3a7
   [junit4]   2> 2180791 INFO  (coreCloseExecutor-7083-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1, tag=215659431
   [junit4]   2> 2180791 INFO  (coreCloseExecutor-7083-thread-1) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@4dc771ab: rootName = null, domain = solr.core.collection1, service url = null, agent id = null] for registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@52be03cb
   [junit4]   2> 2180795 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterCoreReload-seed#[544E4B4C47C52FA9]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@714fb21b{/solr,null,UNAVAILABLE}
   [junit4]   2> NOTE: leaving temporary files on disk at: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_544E4B4C47C52FA9-001
   [junit4]   2> NOTE: test params are: codec=CheapBastard, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@4f81b610), locale=az-Latn, timezone=IST
   [junit4]   2> NOTE: Mac OS X 10.11.6 x86_64/Oracle Corporation 9 (64-bit)/cpus=3,threads=1,free=165474056,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [FieldMutatingUpdateProcessorTest, SaslZkACLProviderTest, SolrXmlInZkTest, TestDistribIDF, V2StandaloneTest, TestComplexPhraseLeadingWildcard, TestJsonFacets, CopyFieldTest, TestNamedUpdateProcessors, DistributedQueueTest, TestPivotHelperCode, TestTrie, TestElisionMultitermQuery, UninvertDocValuesMergePolicyTest, TestFunctionQuery, TestSolrQueryParser, HdfsAutoAddReplicasIntegrationTest, MoreLikeThisHandlerTest, DistributedQueryComponentOptimizationTest, SampleTest, TestNumericRangeQuery32, LukeRequestHandlerTest, LeaderElectionIntegrationTest, TestBlendedInfixSuggestions, TestDistributedGrouping, DOMUtilTest, TestInfoStreamLogging, TestSolrCloudSnapshots, TestZkChroot, TestSolrJ, TestDynamicLoading, TestManagedSchemaAPI, SchemaVersionSpecificBehaviorTest, SimplePostToolTest, TestExpandComponent, TestHdfsCloudBackupRestore, HealthCheckHandlerTest, TestMissingGroups, TestFieldCache, TestTolerantUpdateProcessorRandomCloud, DocumentAnalysisRequestHandlerTest, TestHalfAndHalfDocValues, BasicAuthIntegrationTest, HdfsWriteToMultipleCollectionsTest, TestGraphMLResponseWriter, CloudMLTQParserTest, TestExportWriter, TestHdfsUpdateLog, LeaderFailureAfterFreshStartTest, TolerantUpdateProcessorTest, LeaderInitiatedRecoveryOnShardRestartTest, TestCloudSchemaless, TestSolrCloudWithSecureImpersonation, DistributedIntervalFacetingTest, TestOrdValues, TestStressVersions, TestXmlQParserPlugin, TestMacroExpander, TestReload, CdcrUpdateLogTest, TestFilteredDocIdSet, TestNonDefinedSimilarityFactory, CoreAdminHandlerTest, SecurityConfHandlerTest, TestSuggestSpellingConverter, TestSmileRequest, BasicFunctionalityTest, TestStressReorder, AddBlockUpdateTest, TestDocBasedVersionConstraints, CachingDirectoryFactoryTest, SolrIndexSplitterTest, FacetPivotSmallTest, TestPerFieldSimilarity, BigEndianAscendingWordSerializerTest, CustomCollectionTest, ParsingFieldUpdateProcessorsTest, TestHashQParserPlugin, TestCustomSort, DistributedFacetPivotLargeTest, LargeFieldTest, TestImpersonationWithHadoopAuth, TestFastLRUCache, SparseHLLTest, TestRTimerTree, OpenCloseCoreStressTest, BlockCacheTest, SuggestComponentTest, TestTrieFacet, TestCollectionAPI, TestSegmentSorting, CollectionsAPIDistributedZkTest, ComputePlanActionTest, TestMaxTokenLenTokenizer, TestRawTransformer, JavabinLoaderTest, SpellingQueryConverterTest, TestQueryWrapperFilter, TestJettySolrRunner, EchoParamsTest, TestSha256AuthenticationProvider, TestSolrCloudWithDelegationTokens, CoreAdminCreateDiscoverTest, TestFaceting, TestClusterStateMutator, TestManagedSynonymGraphFilterFactory, TestEmbeddedSolrServerConstructors, TestNRTOpen, TestSubQueryTransformerDistrib, UpdateParamsTest, TestSizeLimitedDistributedMap, SearchHandlerTest, PingRequestHandlerTest, TestFoldingMultitermQuery, TestDocumentBuilder, OverseerModifyCollectionTest, SolrJmxReporterCloudTest, TestPushWriter, TestStandardQParsers, CdcrBootstrapTest, RuleEngineTest, SystemInfoHandlerTest, HdfsTlogReplayBufferedWhileIndexingTest, CacheHeaderTest, TestStressLucene, RequestLoggingTest, TestRTGBase, AliasIntegrationTest, CoreMergeIndexesAdminHandlerTest, OverriddenZkACLAndCredentialsProvidersTest, SoftAutoCommitTest, ReplicationFactorTest, CurrencyFieldTypeTest, TestAddFieldRealTimeGet, TestSerializedLuceneMatchVersion, TestBM25SimilarityFactory, BooleanFieldTest, TestPrepRecovery, AnalysisAfterCoreReloadTest, SolrMetricReporterTest, CoreSorterTest, TestConfig, SearchRateTriggerTest, ZkStateWriterTest, MetricsHandlerTest, AssignTest, TestExtendedDismaxParser, ActionThrottleTest, TestPartialUpdateDeduplication, VersionInfoTest, AutoAddReplicasPlanActionTest, TestSearchPerf, TestDeleteCollectionOnDownNodes, TestPKIAuthenticationPlugin, TestSolrDeletionPolicy1, NodeMutatorTest, TestFastWriter, BufferStoreTest, TestScoreJoinQPScore, TestValueSourceCache, ConcurrentDeleteAndCreateCollectionTest, SharedFSAutoReplicaFailoverTest, FullSolrCloudDistribCmdsTest, RemoteQueryErrorTest, TestLegacyFieldReuse, MoveReplicaHDFSFailoverTest, TestQueryTypes, TestSubQueryTransformer, StatelessScriptUpdateProcessorFactoryTest, TestCloudPseudoReturnFields, BlockJoinFacetRandomTest, CdcrReplicationHandlerTest, GraphQueryTest, PeerSyncWithIndexFingerprintCachingTest, DocValuesMissingTest, ClassificationUpdateProcessorTest, TestCharFilters, DocValuesNotIndexedTest, TestLocalFSCloudBackupRestore, BJQParserTest, ConnectionManagerTest, BasicDistributedZkTest, ChaosMonkeySafeLeaderTest, BasicDistributedZk2Test, UnloadDistributedZkTest, SyncSliceTest, OverseerTest, ShardRoutingTest, BasicZkTest, TestReplicationHandler]
   [junit4] Completed [387/750 (2!)] on J1 in 80.73s, 16 tests, 1 error, 1 skipped <<< FAILURES!

[...truncated 41271 lines...]

[JENKINS] Lucene-Solr-master-MacOSX (64bit/jdk-9) - Build # 4302 - Still Unstable!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-MacOSX/4302/
Java: 64bit/jdk-9 -XX:+UseCompressedOops -XX:+UseParallelGC

1 tests failed.
FAILED:  org.apache.solr.cloud.CollectionsAPIDistributedZkTest.testCollectionsAPI

Error Message:
Error from server at http://127.0.0.1:60708/solr/awhollynewcollection_0: No registered leader was found after waiting for 4000ms , collection: awhollynewcollection_0 slice: shard3 saw state=DocCollection(awhollynewcollection_0//collections/awhollynewcollection_0/state.json/6)={   "pullReplicas":"0",   "replicationFactor":"3",   "shards":{     "shard1":{       "range":"80000000-bfffffff",       "state":"active",       "replicas":{         "core_node3":{           "core":"awhollynewcollection_0_shard1_replica_n1",           "base_url":"http://127.0.0.1:60709/solr",           "node_name":"127.0.0.1:60709_solr",           "state":"active",           "type":"NRT"},         "core_node5":{           "core":"awhollynewcollection_0_shard1_replica_n2",           "base_url":"http://127.0.0.1:60708/solr",           "node_name":"127.0.0.1:60708_solr",           "state":"active",           "type":"NRT"},         "core_node7":{           "core":"awhollynewcollection_0_shard1_replica_n4",           "base_url":"http://127.0.0.1:60707/solr",           "node_name":"127.0.0.1:60707_solr",           "state":"active",           "type":"NRT",           "leader":"true"}}},     "shard2":{       "range":"c0000000-ffffffff",       "state":"active",       "replicas":{         "core_node9":{           "core":"awhollynewcollection_0_shard2_replica_n6",           "base_url":"http://127.0.0.1:60711/solr",           "node_name":"127.0.0.1:60711_solr",           "state":"down",           "type":"NRT"},         "core_node11":{           "core":"awhollynewcollection_0_shard2_replica_n8",           "base_url":"http://127.0.0.1:60709/solr",           "node_name":"127.0.0.1:60709_solr",           "state":"active",           "type":"NRT"},         "core_node13":{           "core":"awhollynewcollection_0_shard2_replica_n10",           "base_url":"http://127.0.0.1:60708/solr",           "node_name":"127.0.0.1:60708_solr",           "state":"active",           "type":"NRT",           "leader":"true"}}},     "shard3":{       "range":"0-3fffffff",       "state":"active",       "replicas":{         "core_node15":{           "core":"awhollynewcollection_0_shard3_replica_n12",           "base_url":"http://127.0.0.1:60707/solr",           "node_name":"127.0.0.1:60707_solr",           "state":"active",           "type":"NRT"},         "core_node17":{           "core":"awhollynewcollection_0_shard3_replica_n14",           "base_url":"http://127.0.0.1:60711/solr",           "node_name":"127.0.0.1:60711_solr",           "state":"down",           "type":"NRT"},         "core_node19":{           "core":"awhollynewcollection_0_shard3_replica_n16",           "base_url":"http://127.0.0.1:60709/solr",           "node_name":"127.0.0.1:60709_solr",           "state":"active",           "type":"NRT"}}},     "shard4":{       "range":"40000000-7fffffff",       "state":"active",       "replicas":{         "core_node21":{           "core":"awhollynewcollection_0_shard4_replica_n18",           "base_url":"http://127.0.0.1:60708/solr",           "node_name":"127.0.0.1:60708_solr",           "state":"active",           "type":"NRT"},         "core_node23":{           "core":"awhollynewcollection_0_shard4_replica_n20",           "base_url":"http://127.0.0.1:60707/solr",           "node_name":"127.0.0.1:60707_solr",           "state":"active",           "type":"NRT",           "leader":"true"},         "core_node24":{           "core":"awhollynewcollection_0_shard4_replica_n22",           "base_url":"http://127.0.0.1:60711/solr",           "node_name":"127.0.0.1:60711_solr",           "state":"down",           "type":"NRT"}}}},   "router":{"name":"compositeId"},   "maxShardsPerNode":"4",   "autoAddReplicas":"false",   "nrtReplicas":"3",   "tlogReplicas":"0"} with live_nodes=[127.0.0.1:60709_solr, 127.0.0.1:60707_solr, 127.0.0.1:60711_solr, 127.0.0.1:60708_solr]

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:60708/solr/awhollynewcollection_0: No registered leader was found after waiting for 4000ms , collection: awhollynewcollection_0 slice: shard3 saw state=DocCollection(awhollynewcollection_0//collections/awhollynewcollection_0/state.json/6)={
  "pullReplicas":"0",
  "replicationFactor":"3",
  "shards":{
    "shard1":{
      "range":"80000000-bfffffff",
      "state":"active",
      "replicas":{
        "core_node3":{
          "core":"awhollynewcollection_0_shard1_replica_n1",
          "base_url":"http://127.0.0.1:60709/solr",
          "node_name":"127.0.0.1:60709_solr",
          "state":"active",
          "type":"NRT"},
        "core_node5":{
          "core":"awhollynewcollection_0_shard1_replica_n2",
          "base_url":"http://127.0.0.1:60708/solr",
          "node_name":"127.0.0.1:60708_solr",
          "state":"active",
          "type":"NRT"},
        "core_node7":{
          "core":"awhollynewcollection_0_shard1_replica_n4",
          "base_url":"http://127.0.0.1:60707/solr",
          "node_name":"127.0.0.1:60707_solr",
          "state":"active",
          "type":"NRT",
          "leader":"true"}}},
    "shard2":{
      "range":"c0000000-ffffffff",
      "state":"active",
      "replicas":{
        "core_node9":{
          "core":"awhollynewcollection_0_shard2_replica_n6",
          "base_url":"http://127.0.0.1:60711/solr",
          "node_name":"127.0.0.1:60711_solr",
          "state":"down",
          "type":"NRT"},
        "core_node11":{
          "core":"awhollynewcollection_0_shard2_replica_n8",
          "base_url":"http://127.0.0.1:60709/solr",
          "node_name":"127.0.0.1:60709_solr",
          "state":"active",
          "type":"NRT"},
        "core_node13":{
          "core":"awhollynewcollection_0_shard2_replica_n10",
          "base_url":"http://127.0.0.1:60708/solr",
          "node_name":"127.0.0.1:60708_solr",
          "state":"active",
          "type":"NRT",
          "leader":"true"}}},
    "shard3":{
      "range":"0-3fffffff",
      "state":"active",
      "replicas":{
        "core_node15":{
          "core":"awhollynewcollection_0_shard3_replica_n12",
          "base_url":"http://127.0.0.1:60707/solr",
          "node_name":"127.0.0.1:60707_solr",
          "state":"active",
          "type":"NRT"},
        "core_node17":{
          "core":"awhollynewcollection_0_shard3_replica_n14",
          "base_url":"http://127.0.0.1:60711/solr",
          "node_name":"127.0.0.1:60711_solr",
          "state":"down",
          "type":"NRT"},
        "core_node19":{
          "core":"awhollynewcollection_0_shard3_replica_n16",
          "base_url":"http://127.0.0.1:60709/solr",
          "node_name":"127.0.0.1:60709_solr",
          "state":"active",
          "type":"NRT"}}},
    "shard4":{
      "range":"40000000-7fffffff",
      "state":"active",
      "replicas":{
        "core_node21":{
          "core":"awhollynewcollection_0_shard4_replica_n18",
          "base_url":"http://127.0.0.1:60708/solr",
          "node_name":"127.0.0.1:60708_solr",
          "state":"active",
          "type":"NRT"},
        "core_node23":{
          "core":"awhollynewcollection_0_shard4_replica_n20",
          "base_url":"http://127.0.0.1:60707/solr",
          "node_name":"127.0.0.1:60707_solr",
          "state":"active",
          "type":"NRT",
          "leader":"true"},
        "core_node24":{
          "core":"awhollynewcollection_0_shard4_replica_n22",
          "base_url":"http://127.0.0.1:60711/solr",
          "node_name":"127.0.0.1:60711_solr",
          "state":"down",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"4",
  "autoAddReplicas":"false",
  "nrtReplicas":"3",
  "tlogReplicas":"0"} with live_nodes=[127.0.0.1:60709_solr, 127.0.0.1:60707_solr, 127.0.0.1:60711_solr, 127.0.0.1:60708_solr]
	at __randomizedtesting.SeedInfo.seed([4BD65C73663B3E48:3A328C7600811DD]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:643)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1103)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:883)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:816)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
	at org.apache.solr.client.solrj.request.UpdateRequest.commit(UpdateRequest.java:233)
	at org.apache.solr.cloud.CollectionsAPIDistributedZkTest.testCollectionsAPI(CollectionsAPIDistributedZkTest.java:460)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:844)




Build Log:
[...truncated 11701 lines...]
   [junit4] Suite: org.apache.solr.cloud.CollectionsAPIDistributedZkTest
   [junit4]   2> Creating dataDir: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_4BD65C73663B3E48-001/init-core-data-001
   [junit4]   2> 179829 INFO  (SUITE-CollectionsAPIDistributedZkTest-seed#[4BD65C73663B3E48]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 179829 INFO  (SUITE-CollectionsAPIDistributedZkTest-seed#[4BD65C73663B3E48]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason="", value=0.0/0.0, ssl=0.0/0.0, clientAuth=0.0/0.0) w/ MAC_OS_X supressed clientAuth
   [junit4]   2> 179829 INFO  (SUITE-CollectionsAPIDistributedZkTest-seed#[4BD65C73663B3E48]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 179831 INFO  (SUITE-CollectionsAPIDistributedZkTest-seed#[4BD65C73663B3E48]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_4BD65C73663B3E48-001/tempDir-001
   [junit4]   2> 179831 INFO  (SUITE-CollectionsAPIDistributedZkTest-seed#[4BD65C73663B3E48]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 179831 INFO  (Thread-578) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 179831 INFO  (Thread-578) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 179833 ERROR (Thread-578) [    ] 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> 179932 INFO  (SUITE-CollectionsAPIDistributedZkTest-seed#[4BD65C73663B3E48]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:60705
   [junit4]   2> 179960 INFO  (jetty-launcher-331-thread-1) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 179961 INFO  (jetty-launcher-331-thread-2) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 179961 INFO  (jetty-launcher-331-thread-3) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 179963 INFO  (jetty-launcher-331-thread-4) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 179963 INFO  (jetty-launcher-331-thread-3) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1cc90623{/solr,null,AVAILABLE}
   [junit4]   2> 179964 INFO  (jetty-launcher-331-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@4c1a3130{/solr,null,AVAILABLE}
   [junit4]   2> 179965 INFO  (jetty-launcher-331-thread-3) [    ] o.e.j.s.AbstractConnector Started ServerConnector@7a3594b{HTTP/1.1,[http/1.1]}{127.0.0.1:60707}
   [junit4]   2> 179965 INFO  (jetty-launcher-331-thread-3) [    ] o.e.j.s.Server Started @182194ms
   [junit4]   2> 179965 INFO  (jetty-launcher-331-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=60707}
   [junit4]   2> 179966 ERROR (jetty-launcher-331-thread-3) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 179966 INFO  (jetty-launcher-331-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@7862fb3d{/solr,null,AVAILABLE}
   [junit4]   2> 179966 INFO  (jetty-launcher-331-thread-3) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 179966 INFO  (jetty-launcher-331-thread-3) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 179966 INFO  (jetty-launcher-331-thread-3) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 179966 INFO  (jetty-launcher-331-thread-3) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-11-21T00:43:29.624420Z
   [junit4]   2> 179967 INFO  (jetty-launcher-331-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@5dd154ca{HTTP/1.1,[http/1.1]}{127.0.0.1:60708}
   [junit4]   2> 179967 INFO  (jetty-launcher-331-thread-2) [    ] o.e.j.s.Server Started @182195ms
   [junit4]   2> 179967 INFO  (jetty-launcher-331-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=60708}
   [junit4]   2> 179967 INFO  (jetty-launcher-331-thread-4) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@cc3adc1{/solr,null,AVAILABLE}
   [junit4]   2> 179967 INFO  (jetty-launcher-331-thread-4) [    ] o.e.j.s.AbstractConnector Started ServerConnector@1f8bf6c9{HTTP/1.1,[http/1.1]}{127.0.0.1:60711}
   [junit4]   2> 179967 INFO  (jetty-launcher-331-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@7c178a79{HTTP/1.1,[http/1.1]}{127.0.0.1:60709}
   [junit4]   2> 179968 INFO  (jetty-launcher-331-thread-1) [    ] o.e.j.s.Server Started @182196ms
   [junit4]   2> 179968 INFO  (jetty-launcher-331-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=60709}
   [junit4]   2> 179968 ERROR (jetty-launcher-331-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 179968 ERROR (jetty-launcher-331-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 179967 INFO  (jetty-launcher-331-thread-4) [    ] o.e.j.s.Server Started @182196ms
   [junit4]   2> 179968 INFO  (jetty-launcher-331-thread-4) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=60711}
   [junit4]   2> 179969 ERROR (jetty-launcher-331-thread-4) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 179969 INFO  (jetty-launcher-331-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 179969 INFO  (jetty-launcher-331-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 179969 INFO  (jetty-launcher-331-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 179969 INFO  (jetty-launcher-331-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-11-21T00:43:29.627266Z
   [junit4]   2> 179969 INFO  (jetty-launcher-331-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 179969 INFO  (jetty-launcher-331-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 179969 INFO  (jetty-launcher-331-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 179969 INFO  (jetty-launcher-331-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-11-21T00:43:29.627777Z
   [junit4]   2> 179969 INFO  (jetty-launcher-331-thread-4) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 179969 INFO  (jetty-launcher-331-thread-4) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 179970 INFO  (jetty-launcher-331-thread-4) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 179970 INFO  (jetty-launcher-331-thread-4) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-11-21T00:43:29.628036Z
   [junit4]   2> 179974 INFO  (jetty-launcher-331-thread-3) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 179975 INFO  (jetty-launcher-331-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 179976 INFO  (jetty-launcher-331-thread-4) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 179977 INFO  (jetty-launcher-331-thread-3) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 179977 INFO  (jetty-launcher-331-thread-3) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 179978 INFO  (jetty-launcher-331-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 179978 INFO  (jetty-launcher-331-thread-2) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 179978 INFO  (jetty-launcher-331-thread-2) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 179979 INFO  (jetty-launcher-331-thread-4) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 179979 INFO  (jetty-launcher-331-thread-4) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 179979 INFO  (jetty-launcher-331-thread-1) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 179979 INFO  (jetty-launcher-331-thread-1) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 179988 INFO  (jetty-launcher-331-thread-3) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:60705/solr
   [junit4]   2> 179992 INFO  (jetty-launcher-331-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:60705/solr
   [junit4]   2> 179995 INFO  (jetty-launcher-331-thread-4) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:60705/solr
   [junit4]   2> 180000 INFO  (jetty-launcher-331-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:60705/solr
   [junit4]   2> 180048 INFO  (jetty-launcher-331-thread-1) [    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 180048 INFO  (jetty-launcher-331-thread-1) [    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:60709_solr
   [junit4]   2> 180050 INFO  (jetty-launcher-331-thread-1) [    ] o.a.s.c.Overseer Overseer (id=99039642222002188-127.0.0.1:60709_solr-n_0000000000) starting
   [junit4]   2> 180059 INFO  (jetty-launcher-331-thread-2) [    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 180062 INFO  (jetty-launcher-331-thread-1) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:60709_solr
   [junit4]   2> 180065 INFO  (zkCallback-351-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 180066 INFO  (OverseerStateUpdate-99039642222002188-127.0.0.1:60709_solr-n_0000000000) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 180078 INFO  (zkCallback-352-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 180081 INFO  (jetty-launcher-331-thread-3) [    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 180083 INFO  (jetty-launcher-331-thread-2) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:60708_solr
   [junit4]   2> 180085 INFO  (zkCallback-351-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 180085 INFO  (zkCallback-352-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 180085 INFO  (zkCallback-353-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 180096 INFO  (jetty-launcher-331-thread-3) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:60707_solr
   [junit4]   2> 180099 INFO  (zkCallback-353-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 180099 INFO  (zkCallback-351-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 180099 INFO  (zkCallback-352-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 180106 INFO  (jetty-launcher-331-thread-1) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3662ade9
   [junit4]   2> 180113 INFO  (jetty-launcher-331-thread-1) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3662ade9
   [junit4]   2> 180113 INFO  (jetty-launcher-331-thread-1) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3662ade9
   [junit4]   2> 180114 INFO  (jetty-launcher-331-thread-1) [    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_4BD65C73663B3E48-001/tempDir-001/node1
   [junit4]   2> 180160 INFO  (jetty-launcher-331-thread-4) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 180163 INFO  (jetty-launcher-331-thread-4) [    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 180166 INFO  (jetty-launcher-331-thread-4) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:60711_solr
   [junit4]   2> 180167 INFO  (zkCallback-352-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 180168 INFO  (zkCallback-351-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 180168 INFO  (zkCallback-353-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 180169 INFO  (zkCallback-350-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 180175 INFO  (jetty-launcher-331-thread-3) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3662ade9
   [junit4]   2> 180184 INFO  (jetty-launcher-331-thread-2) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3662ade9
   [junit4]   2> 180185 INFO  (jetty-launcher-331-thread-3) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3662ade9
   [junit4]   2> 180185 INFO  (jetty-launcher-331-thread-3) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3662ade9
   [junit4]   2> 180186 INFO  (jetty-launcher-331-thread-3) [    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_4BD65C73663B3E48-001/tempDir-001/node3
   [junit4]   2> 180196 INFO  (jetty-launcher-331-thread-2) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3662ade9
   [junit4]   2> 180196 INFO  (jetty-launcher-331-thread-2) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3662ade9
   [junit4]   2> 180205 INFO  (jetty-launcher-331-thread-2) [    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_4BD65C73663B3E48-001/tempDir-001/node2
   [junit4]   2> 180211 INFO  (jetty-launcher-331-thread-4) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3662ade9
   [junit4]   2> 180221 INFO  (jetty-launcher-331-thread-4) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3662ade9
   [junit4]   2> 180221 INFO  (jetty-launcher-331-thread-4) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3662ade9
   [junit4]   2> 180222 INFO  (jetty-launcher-331-thread-4) [    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_4BD65C73663B3E48-001/tempDir-001/node4
   [junit4]   2> 180293 INFO  (SUITE-CollectionsAPIDistributedZkTest-seed#[4BD65C73663B3E48]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 180295 INFO  (SUITE-CollectionsAPIDistributedZkTest-seed#[4BD65C73663B3E48]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:60705/solr ready
   [junit4]   2> 180325 INFO  (TEST-CollectionsAPIDistributedZkTest.testNoConfigSetExist-seed#[4BD65C73663B3E48]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testNoConfigSetExist
   [junit4]   2> 180327 INFO  (TEST-CollectionsAPIDistributedZkTest.testNoConfigSetExist-seed#[4BD65C73663B3E48]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 180333 INFO  (qtp868673066-2055) [    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=1&collection.configName=conf123&name=noconfig&nrtReplicas=1&action=CREATE&numShards=1&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 180335 INFO  (OverseerThreadFactory-953-thread-1) [    ] o.a.s.c.CreateCollectionCmd Create collection noconfig
   [junit4]   2> 180336 ERROR (OverseerThreadFactory-953-thread-1) [    ] o.a.s.c.OverseerCollectionMessageHandler Collection: noconfig operation: create failed:org.apache.solr.common.SolrException: Can not find the specified config set: conf123
   [junit4]   2> 	at org.apache.solr.cloud.OverseerCollectionMessageHandler.validateConfigOrThrowSolrException(OverseerCollectionMessageHandler.java:751)
   [junit4]   2> 	at org.apache.solr.cloud.CreateCollectionCmd.call(CreateCollectionCmd.java:105)
   [junit4]   2> 	at org.apache.solr.cloud.OverseerCollectionMessageHandler.processMessage(OverseerCollectionMessageHandler.java:231)
   [junit4]   2> 	at org.apache.solr.cloud.OverseerTaskProcessor$Runner.run(OverseerTaskProcessor.java:464)
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188)
   [junit4]   2> 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
   [junit4]   2> 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 
   [junit4]   2> 180350 INFO  (qtp868673066-2055) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=1&collection.configName=conf123&name=noconfig&nrtReplicas=1&action=CREATE&numShards=1&wt=javabin&version=2} status=400 QTime=16
   [junit4]   2> 181356 INFO  (qtp868673066-2056) [    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params action=LIST&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 181356 INFO  (qtp868673066-2056) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=LIST&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 181357 INFO  (TEST-CollectionsAPIDistributedZkTest.testNoConfigSetExist-seed#[4BD65C73663B3E48]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testNoConfigSetExist
   [junit4]   2> 181412 INFO  (TEST-CollectionsAPIDistributedZkTest.deletePartiallyCreatedCollection-seed#[4BD65C73663B3E48]) [    ] o.a.s.SolrTestCaseJ4 ###Starting deletePartiallyCreatedCollection
   [junit4]   2> 181413 INFO  (TEST-CollectionsAPIDistributedZkTest.deletePartiallyCreatedCollection-seed#[4BD65C73663B3E48]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 181415 INFO  (qtp868673066-2057) [    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=1&collection.configName=conf&name=halfdeletedcollection&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 181418 INFO  (OverseerThreadFactory-953-thread-2) [    ] o.a.s.c.CreateCollectionCmd Create collection halfdeletedcollection
   [junit4]   2> 181419 INFO  (OverseerCollectionConfigSetProcessor-99039642222002188-127.0.0.1:60709_solr-n_0000000000) [    ] 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> 181419 WARN  (OverseerThreadFactory-953-thread-2) [    ] o.a.s.c.CreateCollectionCmd It is unusual to create a collection (halfdeletedcollection) without cores.
   [junit4]   2> 181532 INFO  (qtp868673066-2057) [    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 181533 INFO  (qtp868673066-2057) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=1&collection.configName=conf&name=halfdeletedcollection&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&wt=javabin&version=2} status=0 QTime=117
   [junit4]   2> 181534 INFO  (qtp868673066-2059) [    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params dataDir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_4BD65C73663B3E48-001/tempDir-002&action=ADDREPLICA&collection=halfdeletedcollection&shard=shard1&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 181542 INFO  (OverseerCollectionConfigSetProcessor-99039642222002188-127.0.0.1:60709_solr-n_0000000000) [    ] 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> 181547 INFO  (OverseerThreadFactory-953-thread-3) [    ] o.a.s.c.AddReplicaCmd Node Identified 127.0.0.1:60709_solr for creating new replica
   [junit4]   2> 181555 INFO  (OverseerStateUpdate-99039642222002188-127.0.0.1:60709_solr-n_0000000000) [    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"addreplica",
   [junit4]   2>   "collection":"halfdeletedcollection",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"halfdeletedcollection_shard1_replica_n41",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:60709/solr",
   [junit4]   2>   "node_name":"127.0.0.1:60709_solr",
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 181761 INFO  (qtp868673066-2061) [    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node42&dataDir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_4BD65C73663B3E48-001/tempDir-002&collection.configName=conf&name=halfdeletedcollection_shard1_replica_n41&action=CREATE&collection=halfdeletedcollection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 181762 INFO  (qtp868673066-2061) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 181777 INFO  (qtp868673066-2061) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 181782 INFO  (qtp868673066-2061) [    ] o.a.s.s.IndexSchema [halfdeletedcollection_shard1_replica_n41] Schema name=minimal
   [junit4]   2> 181783 INFO  (qtp868673066-2061) [    ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 181783 INFO  (qtp868673066-2061) [    ] o.a.s.c.CoreContainer Creating SolrCore 'halfdeletedcollection_shard1_replica_n41' using configuration from collection halfdeletedcollection, trusted=true
   [junit4]   2> 181784 INFO  (qtp868673066-2061) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.halfdeletedcollection.shard1.replica_n41' (registry 'solr.core.halfdeletedcollection.shard1.replica_n41') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3662ade9
   [junit4]   2> 181784 INFO  (qtp868673066-2061) [    ] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 181784 INFO  (qtp868673066-2061) [    ] o.a.s.c.SolrCore [[halfdeletedcollection_shard1_replica_n41] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_4BD65C73663B3E48-001/tempDir-001/node1/halfdeletedcollection_shard1_replica_n41], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_4BD65C73663B3E48-001/tempDir-002/]
   [junit4]   2> 181870 INFO  (zkCallback-353-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/halfdeletedcollection/state.json] for collection [halfdeletedcollection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 181871 INFO  (zkCallback-353-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/halfdeletedcollection/state.json] for collection [halfdeletedcollection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 181898 INFO  (qtp868673066-2061) [    ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 181898 INFO  (qtp868673066-2061) [    ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 181898 INFO  (qtp868673066-2061) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 181898 INFO  (qtp868673066-2061) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 181921 INFO  (qtp868673066-2061) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@5106689a[halfdeletedcollection_shard1_replica_n41] main]
   [junit4]   2> 181923 INFO  (qtp868673066-2061) [    ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 181924 INFO  (qtp868673066-2061) [    ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 181924 INFO  (qtp868673066-2061) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 181925 INFO  (qtp868673066-2061) [    ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1584634277745655808
   [junit4]   2> 181925 INFO  (searcherExecutor-962-thread-1) [    ] o.a.s.c.SolrCore [halfdeletedcollection_shard1_replica_n41] Registered new searcher Searcher@5106689a[halfdeletedcollection_shard1_replica_n41] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 181932 INFO  (qtp868673066-2061) [    ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 181932 INFO  (qtp868673066-2061) [    ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 181932 INFO  (qtp868673066-2061) [    ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:60709/solr/halfdeletedcollection_shard1_replica_n41/
   [junit4]   2> 181932 INFO  (qtp868673066-2061) [    ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 181932 INFO  (qtp868673066-2061) [    ] o.a.s.c.SyncStrategy http://127.0.0.1:60709/solr/halfdeletedcollection_shard1_replica_n41/ has no replicas
   [junit4]   2> 181932 INFO  (qtp868673066-2061) [    ] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 181939 INFO  (qtp868673066-2061) [    ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:60709/solr/halfdeletedcollection_shard1_replica_n41/ shard1
   [junit4]   2> 182046 INFO  (zkCallback-353-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/halfdeletedcollection/state.json] for collection [halfdeletedcollection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 182046 INFO  (zkCallback-353-thread-3) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/halfdeletedcollection/state.json] for collection [halfdeletedcollection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 182067 INFO  (qtp868673066-2061) [    ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 182070 INFO  (qtp868673066-2061) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node42&dataDir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_4BD65C73663B3E48-001/tempDir-002&collection.configName=conf&name=halfdeletedcollection_shard1_replica_n41&action=CREATE&collection=halfdeletedcollection&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=310
   [junit4]   2> 182074 INFO  (qtp868673066-2059) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={dataDir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_4BD65C73663B3E48-001/tempDir-002&action=ADDREPLICA&collection=halfdeletedcollection&shard=shard1&type=NRT&wt=javabin&version=2} status=0 QTime=539
   [junit4]   2> 182075 INFO  (qtp868673066-2034) [    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :delete with params name=halfdeletedcollection&action=DELETE&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 182078 INFO  (OverseerThreadFactory-953-thread-4) [    ] o.a.s.c.OverseerCollectionMessageHandler Executing Collection Cmd : action=UNLOAD&deleteInstanceDir=true&deleteDataDir=true
   [junit4]   2> 182079 INFO  (OverseerCollectionConfigSetProcessor-99039642222002188-127.0.0.1:60709_solr-n_0000000000) [    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000004 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 182080 INFO  (qtp868673066-2055) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.halfdeletedcollection.shard1.replica_n41, tag=null
   [junit4]   2> 182080 INFO  (qtp868673066-2055) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@6d1446d: rootName = null, domain = solr.core.halfdeletedcollection.shard1.replica_n41, service url = null, agent id = null] for registry solr.core.halfdeletedcollection.shard1.replica_n41 / com.codahale.metrics.MetricRegistry@3c3df979
   [junit4]   2> 182095 INFO  (qtp868673066-2055) [    ] o.a.s.c.SolrCore [halfdeletedcollection_shard1_replica_n41]  CLOSING SolrCore org.apache.solr.core.SolrCore@6ec92462
   [junit4]   2> 182096 INFO  (qtp868673066-2055) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.halfdeletedcollection.shard1.replica_n41, tag=1858675810
   [junit4]   2> 182096 INFO  (qtp868673066-2055) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.halfdeletedcollection.shard1.leader, tag=1858675810
   [junit4]   2> 182106 INFO  (qtp868673066-2055) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={deleteInstanceDir=true&core=halfdeletedcollection_shard1_replica_n41&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2} status=0 QTime=26
   [junit4]   2> 182816 INFO  (qtp868673066-2034) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={name=halfdeletedcollection&action=DELETE&wt=javabin&version=2} status=0 QTime=741
   [junit4]   2> 182817 INFO  (qtp868673066-2056) [    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params action=LIST&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 182817 INFO  (qtp868673066-2056) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=LIST&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 182818 INFO  (qtp868673066-2057) [    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=1&collection.configName=conf&name=halfdeletedcollection&nrtReplicas=1&action=CREATE&numShards=2&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 182824 INFO  (OverseerThreadFactory-953-thread-5) [    ] o.a.s.c.CreateCollectionCmd Create collection halfdeletedcollection
   [junit4]   2> 182825 INFO  (OverseerCollectionConfigSetProcessor-99039642222002188-127.0.0.1:60709_solr-n_0000000000) [    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000006 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 183048 INFO  (OverseerStateUpdate-99039642222002188-127.0.0.1:60709_solr-n_0000000000) [    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"halfdeletedcollection",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"halfdeletedcollection_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:60708/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 183052 INFO  (OverseerStateUpdate-99039642222002188-127.0.0.1:60709_solr-n_0000000000) [    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"halfdeletedcollection",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"halfdeletedcollection_shard2_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:60711/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 183282 INFO  (qtp1467251262-2030) [    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=halfdeletedcollection_shard1_replica_n1&action=CREATE&numShards=2&collection=halfdeletedcollection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 183282 INFO  (qtp1467251262-2030) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 183283 INFO  (qtp710730956-2048) [    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=halfdeletedcollection_shard2_replica_n2&action=CREATE&numShards=2&collection=halfdeletedcollection&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 183283 INFO  (qtp710730956-2048) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 183399 INFO  (zkCallback-351-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/halfdeletedcollection/state.json] for collection [halfdeletedcollection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 183399 INFO  (zkCallback-350-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/halfdeletedcollection/state.json] for collection [halfdeletedcollection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 183400 INFO  (zkCallback-351-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/halfdeletedcollection/state.json] for collection [halfdeletedcollection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 183400 INFO  (zkCallback-350-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/halfdeletedcollection/state.json] for collection [halfdeletedcollection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 184316 INFO  (qtp1467251262-2030) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 184316 INFO  (qtp710730956-2048) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 184321 INFO  (qtp710730956-2048) [    ] o.a.s.s.IndexSchema [halfdeletedcollection_shard2_replica_n2] Schema name=minimal
   [junit4]   2> 184323 INFO  (qtp710730956-2048) [    ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 184323 INFO  (qtp710730956-2048) [    ] o.a.s.c.CoreContainer Creating SolrCore 'halfdeletedcollection_shard2_replica_n2' using configuration from collection halfdeletedcollection, trusted=true
   [junit4]   2> 184321 INFO  (qtp1467251262-2030) [    ] o.a.s.s.IndexSchema [halfdeletedcollection_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 184323 INFO  (qtp710730956-2048) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.halfdeletedcollection.shard2.replica_n2' (registry 'solr.core.halfdeletedcollection.shard2.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3662ade9
   [junit4]   2> 184323 INFO  (qtp710730956-2048) [    ] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 184323 INFO  (qtp710730956-2048) [    ] o.a.s.c.SolrCore [[halfdeletedcollection_shard2_replica_n2] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_4BD65C73663B3E48-001/tempDir-001/node4/halfdeletedcollection_shard2_replica_n2], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_4BD65C73663B3E48-001/tempDir-001/node4/halfdeletedcollection_shard2_replica_n2/data/]
   [junit4]   2> 184323 INFO  (qtp1467251262-2030) [    ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 184323 INFO  (qtp1467251262-2030) [    ] o.a.s.c.CoreContainer Creating SolrCore 'halfdeletedcollection_shard1_replica_n1' using configuration from collection halfdeletedcollection, trusted=true
   [junit4]   2> 184323 INFO  (qtp1467251262-2030) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.halfdeletedcollection.shard1.replica_n1' (registry 'solr.core.halfdeletedcollection.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3662ade9
   [junit4]   2> 184323 INFO  (qtp1467251262-2030) [    ] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 184323 INFO  (qtp1467251262-2030) [    ] o.a.s.c.SolrCore [[halfdeletedcollection_shard1_replica_n1] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_4BD65C73663B3E48-001/tempDir-001/node2/halfdeletedcollection_shard1_replica_n1], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_4BD65C73663B3E48-001/tempDir-001/node2/halfdeletedcollection_shard1_replica_n1/data/]
   [junit4]   2> 184392 INFO  (qtp1467251262-2030) [    ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 184392 INFO  (qtp710730956-2048) [    ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 184392 INFO  (qtp710730956-2048) [    ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 184392 INFO  (qtp1467251262-2030) [    ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 184394 INFO  (qtp710730956-2048) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 184394 INFO  (qtp710730956-2048) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 184395 INFO  (qtp1467251262-2030) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 184395 INFO  (qtp1467251262-2030) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 184395 INFO  (qtp710730956-2048) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@3d85b2e5[halfdeletedcollection_shard2_replica_n2] main]
   [junit4]   2> 184395 INFO  (qtp1467251262-2030) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@6a4fa9b9[halfdeletedcollection_shard1_replica_n1] main]
   [junit4]   2> 184395 INFO  (qtp710730956-2048) [    ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 184395 INFO  (qtp710730956-2048) [    ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 184400 INFO  (qtp1467251262-2030) [    ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 184400 INFO  (qtp710730956-2048) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 184400 INFO  (qtp1467251262-2030) [    ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 184401 INFO  (searcherExecutor-967-thread-1) [    ] o.a.s.c.SolrCore [halfdeletedcollection_shard2_replica_n2] Registered new searcher Searcher@3d85b2e5[halfdeletedcollection_shard2_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 184401 INFO  (qtp710730956-2048) [    ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1584634280341929984
   [junit4]   2> 184401 INFO  (qtp1467251262-2030) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 184401 INFO  (searcherExecutor-968-thread-1) [    ] o.a.s.c.SolrCore [halfdeletedcollection_shard1_replica_n1] Registered new searcher Searcher@6a4fa9b9[halfdeletedcollection_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 184402 INFO  (qtp1467251262-2030) [    ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1584634280342978560
   [junit4]   2> 184407 INFO  (qtp1467251262-2030) [    ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 184407 INFO  (qtp710730956-2048) [    ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 184407 INFO  (qtp710730956-2048) [    ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 184407 INFO  (qtp1467251262-2030) [    ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 184407 INFO  (qtp710730956-2048) [    ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:60711/solr/halfdeletedcollection_shard2_replica_n2/
   [junit4]   2> 184407 INFO  (qtp1467251262-2030) [    ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:60708/solr/halfdeletedcollection_shard1_replica_n1/
   [junit4]   2> 184407 INFO  (qtp710730956-2048) [    ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 184407 INFO  (qtp1467251262-2030) [    ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 184407 INFO  (qtp710730956-2048) [    ] o.a.s.c.SyncStrategy http://127.0.0.1:60711/solr/halfdeletedcollection_shard2_replica_n2/ has no replicas
   [junit4]   2> 184407 INFO  (qtp1467251262-2030) [    ] o.a.s.c.SyncStrategy http://127.0.0.1:60708/solr/halfdeletedcollection_shard1_replica_n1/ has no replicas
   [junit4]   2> 184407 INFO  (qtp710730956-2048) [    ] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 184407 INFO  (qtp1467251262-2030) [    ] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 184412 INFO  (qtp710730956-2048) [    ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:60711/solr/halfdeletedcollection_shard2_replica_n2/ shard2
   [junit4]   2> 184412 INFO  (qtp1467251262-2030) [    ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:60708/solr/halfdeletedcollection_shard1_replica_n1/ shard1
   [junit4]   2> 184524 INFO  (zkCallback-350-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/halfdeletedcollection/state.json] for collection [halfdeletedcollection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 184524 INFO  (zkCallback-350-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/halfdeletedcollection/state.json] for collection [halfdeletedcollection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 184525 INFO  (zkCallback-351-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/halfdeletedcollection/state.json] for collection [halfdeletedcollection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 184525 INFO  (zkCallback-351-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/halfdeletedcollection/state.json] for collection [halfdeletedcollection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 184581 INFO  (qtp1467251262-2030) [    ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 184581 INFO  (qtp710730956-2048) [    ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 184584 INFO  (qtp1467251262-2030) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=halfdeletedcollection_shard1_replica_n1&action=CREATE&numShards=2&collection=halfdeletedcollection&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1302
   [junit4]   2> 184584 INFO  (qtp710730956-2048) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=halfdeletedcollection_shard2_replica_n2&action=CREATE&numShards=2&collection=halfdeletedcollection&shard=shard2&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1301
   [junit4]   2> 184587 INFO  (qtp868673066-2057) [    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 184696 INFO  (zkCallback-351-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/halfdeletedcollection/state.json] for collection [halfdeletedcollection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 184696 INFO  (zkCallback-351-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/halfdeletedcollection/state.json] for collection [halfdeletedcollection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 184696 INFO  (zkCallback-350-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/halfdeletedcollection/state.json] for collection [halfdeletedcollection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 184696 INFO  (zkCallback-350-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/halfdeletedcollection/state.json] for collection [halfdeletedcollection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 184838 INFO  (OverseerCollectionConfigSetProcessor-99039642222002188-127.0.0.1:60709_solr-n_0000000000) [    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000008 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 185600 INFO  (qtp868673066-2057) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=1&collection.configName=conf&name=halfdeletedcollection&nrtReplicas=1&action=CREATE&numShards=2&wt=javabin&version=2} status=0 QTime=2781
   [junit4]   2> 185601 INFO  (qtp868673066-2060) [    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params action=LIST&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 185602 INFO  (qtp868673066-2060) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=LIST&wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 185603 INFO  (TEST-CollectionsAPIDistributedZkTest.deletePartiallyCreatedCollection-seed#[4BD65C73663B3E48]) [    ] o.a.s.SolrTestCaseJ4 ###Ending deletePartiallyCreatedCollection
   [junit4]   2> 185645 INFO  (TEST-CollectionsAPIDistributedZkTest.testCreationAndDeletion-seed#[4BD65C73663B3E48]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testCreationAndDeletion
   [junit4]   2> 185648 INFO  (TEST-CollectionsAPIDistributedZkTest.testCreationAndDeletion-seed#[4BD65C73663B3E48]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 185650 INFO  (qtp868673066-2061) [    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :delete with params name=halfdeletedcollection&action=DELETE&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 185654 INFO  (OverseerThreadFactory-953-thread-5) [    ] o.a.s.c.OverseerCollectionMessageHandler Executing Collection Cmd : action=UNLOAD&deleteInstanceDir=true&deleteDataDir=true
   [junit4]   2> 185655 INFO  (qtp1467251262-2031) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.halfdeletedcollection.shard1.replica_n1, tag=null
   [junit4]   2> 185655 INFO  (qtp1467251262-2031) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@32a7dec1: rootName = null, domain = solr.core.halfdeletedcollection.shard1.replica_n1, service url = null, agent id = null] for registry solr.core.halfdeletedcollection.shard1.replica_n1 / com.codahale.metrics.MetricRegistry@4d7284d8
   [junit4]   2> 185655 INFO  (qtp710730956-2050) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.halfdeletedcollection.shard2.replica_n2, tag=null
   [junit4]   2> 185656 INFO  (qtp710730956-2050) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@7894ab26: rootName = null, domain = solr.core.halfdeletedcollection.shard2.replica_n2, service url = null, agent id = null] for registry solr.core.halfdeletedcollection.shard2.replica_n2 / com.codahale.metrics.MetricRegistry@518a6934
   [junit4]   2> 185665 INFO  (qtp1467251262-2031) [    ] o.a.s.c.SolrCore [halfdeletedcollection_shard1_replica_n1]  CLOSING SolrCore org.apache.solr.core.SolrCore@7e2f58c9
   [junit4]   2> 185665 INFO  (qtp1467251262-2031) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.halfdeletedcollection.shard1.replica_n1, tag=2117032137
   [junit4]   2> 185665 INFO  (qtp1467251262-2031) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.halfdeletedcollection.shard1.leader, tag=2117032137
   [junit4]   2> 185666 INFO  (qtp710730956-2050) [    ] o.a.s.c.SolrCore [halfdeletedcollection_shard2_replica_n2]  CLOSING SolrCore org.apache.solr.core.SolrCore@4c6cbffe
   [junit4]   2> 185666 INFO  (qtp710730956-2050) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.halfdeletedcollection.shard2.replica_n2, tag=1282195454
   [junit4]   2> 185666 INFO  (qtp710730956-2050) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.halfdeletedcollection.shard2.leader, tag=1282195454
   [junit4]   2> 185671 INFO  (qtp710730956-2050) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={deleteInstanceDir=true&core=halfdeletedcollection_shard2_replica_n2&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2} status=0 QTime=15
   [junit4]   2> 185671 INFO  (qtp1467251262-2031) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={deleteInstanceDir=true&core=halfdeletedcollection_shard1_replica_n1&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2} status=0 QTime=15
   [junit4]   2> 186410 INFO  (qtp868673066-2061) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={name=halfdeletedcollection&action=DELETE&wt=javabin&version=2} status=0 QTime=760
   [junit4]   2> 186412 INFO  (qtp868673066-2059) [    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=1&collection.configName=conf&name=created_and_deleted&nrtReplicas=1&action=CREATE&numShards=1&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 186417 INFO  (OverseerThreadFactory-953-thread-5) [    ] o.a.s.c.CreateCollectionCmd Create collection created_and_deleted
   [junit4]   2> 186419 INFO  (OverseerCollectionConfigSetProcessor-99039642222002188-127.0.0.1:60709_solr-n_0000000000) [    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000010 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 186647 INFO  (OverseerStateUpdate-99039642222002188-127.0.0.1:60709_solr-n_0000000000) [    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"created_and_deleted",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"created_and_deleted_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:60707/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 186856 INFO  (qtp2015180784-2040) [    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node2&collection.configName=conf&newCollection=true&name=created_and_deleted_shard1_replica_n1&action=CREATE&numShards=1&collection=created_and_deleted&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 186856 INFO  (qtp2015180784-2040) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 186972 INFO  (zkCallback-352-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/created_and_deleted/state.json] for collection [created_and_deleted] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 186972 INFO  (zkCallback-352-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/created_and_deleted/state.json] for collection [created_and_deleted] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 187880 INFO  (qtp2015180784-2040) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 187889 INFO  (qtp2015180784-2040) [    ] o.a.s.s.IndexSchema [created_and_deleted_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 187891 INFO  (qtp2015180784-2040) [    ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 187891 INFO  (qtp2015180784-2040) [    ] o.a.s.c.CoreContainer Creating SolrCore 'created_and_deleted_shard1_replica_n1' using configuration from collection created_and_deleted, trusted=true
   [junit4]   2> 187892 INFO  (qtp2015180784-2040) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.created_and_deleted.shard1.replica_n1' (registry 'solr.core.created_and_deleted.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3662ade9
   [junit4]   2> 187892 INFO  (qtp2015180784-2040) [    ] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 187892 INFO  (qtp2015180784-2040) [    ] o.a.s.c.SolrCore [[created_and_deleted_shard1_replica_n1] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_4BD65C73663B3E48-001/tempDir-001/node3/created_and_deleted_shard1_replica_n1], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_4BD65C73663B3E48-001/tempDir-001/node3/created_and_deleted_shard1_replica_n1/data/]
   [junit4]   2> 187941 INFO  (qtp2015180784-2040) [    ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 187941 INFO  (qtp2015180784-2040) [    ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 187942 INFO  (qtp2015180784-2040) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 187942 INFO  (qtp2015180784-2040) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 187943 INFO  (qtp2015180784-2040) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@38efbb77[created_and_deleted_shard1_replica_n1] main]
   [junit4]   2> 187944 INFO  (qtp2015180784-2040) [    ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 187945 INFO  (qtp2015180784-2040) [    ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 187945 INFO  (qtp2015180784-2040) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 187945 INFO  (qtp2015180784-2040) [    ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1584634284058083328
   [junit4]   2> 187946 INFO  (searcherExecutor-977-thread-1) [    ] o.a.s.c.SolrCore [created_and_deleted_shard1_replica_n1] Registered new searcher Searcher@38efbb77[created_and_deleted_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 187951 INFO  (qtp2015180784-2040) [    ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 187951 INFO  (qtp2015180784-2040) [    ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 187951 INFO  (qtp2015180784-2040) [    ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:60707/solr/created_and_deleted_shard1_replica_n1/
   [junit4]   2> 187951 INFO  (qtp2015180784-2040) [    ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 187951 INFO  (qtp2015180784-2040) [    ] o.a.s.c.SyncStrategy http://127.0.0.1:60707/solr/created_and_deleted_shard1_replica_n1/ has no replicas
   [junit4]   2> 187951 INFO  (qtp2015180784-2040) [    ] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 187956 INFO  (qtp2015180784-2040) [    ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:60707/solr/created_and_deleted_shard1_replica_n1/ shard1
   [junit4]   2> 188062 INFO  (zkCallback-352-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/created_and_deleted/state.json] for collection [created_and_deleted] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 188063 INFO  (zkCallback-352-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/created_and_deleted/state.json] for collection [created_and_deleted] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 188075 INFO  (qtp2015180784-2040) [    ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 188079 INFO  (qtp2015180784-2040) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node2&collection.configName=conf&newCollection=true&name=created_and_deleted_shard1_replica_n1&action=CREATE&numShards=1&collection=created_and_deleted&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1223
   [junit4]   2> 188085 INFO  (qtp868673066-2059) [    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 188191 INFO  (zkCallback-352-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/created_and_deleted/state.json] for collection [created_and_deleted] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 188191 INFO  (zkCallback-352-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/created_and_deleted/state.json] for collection [created_and_deleted] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 188422 INFO  (OverseerCollectionConfigSetProcessor-99039642222002188-127.0.0.1:60709_solr-n_0000000000) [    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000012 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 189097 INFO  (qtp868673066-2059) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=1&collection.configName=conf&name=created_and_deleted&nrtReplicas=1&action=CREATE&numShards=1&wt=javabin&version=2} status=0 QTime=2685
   [junit4]   2> 189098 INFO  (qtp868673066-2055) [    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params action=LIST&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 189099 INFO  (qtp868673066-2055) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=LIST&wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 189100 INFO  (qtp868673066-2034) [    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :delete with params name=created_and_deleted&action=DELETE&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 189109 INFO  (OverseerThreadFactory-953-thread-5) [    ] o.a.s.c.OverseerCollectionMessageHandler Executing Collection Cmd : action=UNLOAD&deleteInstanceDir=true&deleteDataDir=true
   [junit4]   2> 189112 INFO  (qtp2015180784-2041) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.created_and_deleted.shard1.replica_n1, tag=null
   [junit4]   2> 189112 INFO  (qtp2015180784-2041) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@4f94bb65: rootName = null, domain = solr.core.created_and_deleted.shard1.replica_n1, service url = null, agent id = null] for registry solr.core.created_and_deleted.shard1.replica_n1 / com.codahale.metrics.MetricRegistry@18e568a
   [junit4]   2> 189134 INFO  (qtp2015180784-2041) [    ] o.a.s.c.SolrCore [created_and_deleted_shard1_replica_n1]  CLOSING SolrCore org.apache.solr.core.SolrCore@252bf681
   [junit4]   2> 189134 INFO  (qtp2015180784-2041) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.created_and_deleted.shard1.replica_n1, tag=623638145
   [junit4]   2> 189134 INFO  (qtp2015180784-2041) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.created_and_deleted.shard1.leader, tag=623638145
   [junit4]   2> 189140 INFO  (qtp2015180784-2041) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={deleteInstanceDir=true&core=created_and_deleted_shard1_replica_n1&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2} status=0 QTime=28
   [junit4]   2> 189881 INFO  (qtp868673066-2034) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={name=created_and_deleted&action=DELETE&wt=javabin&version=2} status=0 QTime=780
   [junit4]   2> 189883 INFO  (qtp868673066-2056) [    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params action=LIST&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 189883 INFO  (qtp868673066-2056) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=LIST&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 189884 INFO  (TEST-CollectionsAPIDistributedZkTest.testCreationAndDeletion-seed#[4BD65C73663B3E48]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testCreationAndDeletion
   [junit4]   2> 189933 INFO  (TEST-CollectionsAPIDistributedZkTest.testCreateShouldFailOnExistingCore-seed#[4BD65C73663B3E48]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testCreateShouldFailOnExistingCore
   [junit4]   2> 189935 INFO  (TEST-CollectionsAPIDistributedZkTest.testCreateShouldFailOnExistingCore-seed#[4BD65C73663B3E48]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 189937 INFO  (qtp868673066-2057) [    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=1&collection.configName=conf&name=halfcollectionblocker&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 189939 INFO  (OverseerThreadFactory-953-thread-5) [    ] o.a.s.c.CreateCollectionCmd Create collection halfcollectionblocker
   [junit4]   2> 189940 INFO  (OverseerCollectionConfigSetProcessor-99039642222002188-127.0.0.1:60709_solr-n_0000000000) [    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000014 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 189940 WARN  (OverseerThreadFactory-953-thread-5) [    ] o.a.s.c.CreateCollectionCmd It is unusual to create a collection (halfcollectionblocker) without cores.
   [junit4]   2> 190173 INFO  (qtp868673066-2057) [    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 190174 INFO  (qtp868673066-2057) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=1&collection.configName=conf&name=halfcollectionblocker&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=&wt=javabin&version=2} status=0 QTime=236
   [junit4]   2> 190175 INFO  (qtp868673066-2060) [    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:60709_solr&name=halfcollection_shard1_replica_n1&action=ADDREPLICA&collection=halfcollectionblocker&shard=shard1&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 190182 INFO  (OverseerCollectionConfigSetProcessor-99039642222002188-127.0.0.1:60709_solr-n_0000000000) [    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000016 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 190184 INFO  (OverseerThreadFactory-953-thread-5) [    ] o.a.s.c.AddReplicaCmd Node Identified 127.0.0.1:60709_solr for creating new replica
   [junit4]   2> 190189 INFO  (OverseerStateUpdate-99039642222002188-127.0.0.1:60709_solr-n_0000000000) [    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"addreplica",
   [junit4]   2>   "collection":"halfcollectionblocker",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"halfcollection_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:60709/solr",
   [junit4]   2>   "node_name":"127.0.0.1:60709_solr",
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 190414 INFO  (qtp868673066-2061) [    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node21&collection.configName=conf&name=halfcollection_shard1_replica_n1&action=CREATE&collection=halfcollectionblocker&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 190431 INFO  (qtp868673066-2061) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 190449 INFO  (qtp868673066-2061) [    ] o.a.s.s.IndexSchema [halfcollection_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 190450 INFO  (qtp868673066-2061) [    ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 190450 INFO  (qtp868673066-2061) [    ] o.a.s.c.CoreContainer Creating SolrCore 'halfcollection_shard1_replica_n1' using configuration from collection halfcollectionblocker, trusted=true
   [junit4]   2> 190451 INFO  (qtp868673066-2061) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.halfcollectionblocker.shard1.core_node21' (registry 'solr.core.halfcollectionblocker.shard1.core_node21') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3662ade9
   [junit4]   2> 190451 INFO  (qtp868673066-2061) [    ] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 190451 INFO  (qtp868673066-2061) [    ] o.a.s.c.SolrCore [[halfcollection_shard1_replica_n1] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_4BD65C73663B3E48-001/tempDir-001/node1/halfcollection_shard1_replica_n1], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_4BD65C73663B3E48-001/tempDir-001/node1/halfcollection_shard1_replica_n1/data/]
   [junit4]   2> 190489 INFO  (qtp868673066-2061) [    ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 190489 INFO  (qtp868673066-2061) [    ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 190491 INFO  (qtp868673066-2061) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 190491 INFO  (qtp868673066-2061) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 190492 INFO  (qtp868673066-2061) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@7507eb2[halfcollection_shard1_replica_n1] main]
   [junit4]   2> 190493 INFO  (qtp868673066-2061) [    ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 190494 INFO  (qtp868673066-2061) [    ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 190494 INFO  (qtp868673066-2061) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 190495 INFO  (qtp868673066-2061) [    ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1584634286731952128
   [junit4]   2> 190495 INFO  (searcherExecutor-982-thread-1) [    ] o.a.s.c.SolrCore [halfcollection_shard1_replica_n1] Registered new searcher Searcher@7507eb2[halfcollection_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 190501 INFO  (qtp868673066-2061) [    ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 190501 INFO  (qtp868673066-2061) [    ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 190501 INFO  (qtp868673066-2061) [    ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:60709/solr/halfcollection_shard1_replica_n1/
   [junit4]   2> 190501 INFO  (qtp868673066-2061) [    ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 190501 INFO  (qtp868673066-2061) [    ] o.a.s.c.SyncStrategy http://127.0.0.1:60709/solr/halfcollection_shard1_replica_n1/ has no replicas
   [junit4]   2> 190501 INFO  (qtp868673066-2061) [    ] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 190507 INFO  (qtp868673066-2061) [    ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:60709/solr/halfcollection_shard1_replica_n1/ shard1
   [junit4]   2> 190622 INFO  (zkCallback-353-thread-3) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/halfcollectionblocker/state.json] for collection [halfcollectionblocker] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 190622 INFO  (zkCallback-353-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/halfcollectionblocker/state.json] for collection [halfcollectionblocker] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 190660 INFO  (qtp868673066-2061) [    ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 190663 INFO  (qtp868673066-2061) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node21&collection.configName=conf&name=halfcollection_shard1_replica_n1&action=CREATE&collection=halfcollectionblocker&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=249
   [junit4]   2> 190669 INFO  (qtp868673066-2060) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={node=127.0.0.1:60709_solr&name=halfcollection_shard1_replica_n1&action=ADDREPLICA&collection=halfcollectionblocker&shard=shard1&type=NRT&wt=javabin&version=2} status=0 QTime=493
   [junit4]   2> 190670 INFO  (qtp868673066-2059) [    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=1&collection.configName=conf&name=halfcollectionblocker2&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 190671 INFO  (OverseerThreadFactory-953-thread-5) [    ] o.a.s.c.CreateCollectionCmd Create collection halfcollectionblocker2
   [junit4]   2> 190676 INFO  (OverseerCollectionConfigSetProcessor-99039642222002188-127.0.0.1:60709_solr-n_0000000000) [    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000018 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 190676 WARN  (OverseerThreadFactory-953-thread-5) [    ] o.a.s.c.CreateCollectionCmd It is unusual to create a collection (halfcollectionblocker2) without cores.
   [junit4]   2> 190798 INFO  (zkCallback-353-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/halfcollectionblocker/state.json] for collection [halfcollectionblocker] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 190798 INFO  (zkCallback-353-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/halfcollectionblocker/state.json] for collection [halfcollectionblocker] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 190911 INFO  (qtp868673066-2059) [    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 190912 INFO  (qtp868673066-2059) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=1&collection.configName=conf&name=halfcollectionblocker2&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=&wt=javabin&version=2} status=0 QTime=242
   [junit4]   2> 190914 INFO  (qtp868673066-2055) [    ] o.a.s.h.a.CollectionsHandler Invoked Coll

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

o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/nodes_used_collection/state.json] for collection [nodes_used_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 268554 INFO  (zkCallback-353-thread-4) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/nodes_used_collection/state.json] for collection [nodes_used_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 268554 INFO  (zkCallback-353-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/nodes_used_collection/state.json] for collection [nodes_used_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 268554 INFO  (zkCallback-352-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/nodes_used_collection/state.json] for collection [nodes_used_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 268557 INFO  (jetty-closer-332-thread-3) [    ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:60711_solr
   [junit4]   2> 268558 INFO  (jetty-closer-332-thread-3) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 268559 INFO  (zkCallback-351-thread-6) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (0)
   [junit4]   2> 268559 INFO  (zkCallback-352-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (0)
   [junit4]   2> 268559 INFO  (zkCallback-385-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (0)
   [junit4]   2> 268559 INFO  (zkCallback-353-thread-3) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (0)
   [junit4]   2> 268559 INFO  (coreCloseExecutor-1199-thread-1) [    ] o.a.s.c.SolrCore [nodes_used_collection_shard1_replica_n1]  CLOSING SolrCore org.apache.solr.core.SolrCore@7b8ec985
   [junit4]   2> 268559 INFO  (coreCloseExecutor-1199-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.nodes_used_collection.shard1.replica_n1, tag=2072955269
   [junit4]   2> 268559 INFO  (coreCloseExecutor-1199-thread-1) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@7985fe7a: rootName = null, domain = solr.core.nodes_used_collection.shard1.replica_n1, service url = null, agent id = null] for registry solr.core.nodes_used_collection.shard1.replica_n1 / com.codahale.metrics.MetricRegistry@387d59de
   [junit4]   2> 268576 INFO  (OverseerCollectionConfigSetProcessor-99039642222002188-127.0.0.1:60709_solr-n_0000000000) [    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000080 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 268598 INFO  (coreCloseExecutor-1196-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.nodes_used_collection.shard2.leader, tag=524801719
   [junit4]   2> 268600 INFO  (jetty-closer-332-thread-2) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@1cc90623{/solr,null,UNAVAILABLE}
   [junit4]   2> 268611 INFO  (coreCloseExecutor-1197-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.nodes_used_collection.shard1.leader, tag=2132500376
   [junit4]   2> 268612 INFO  (coreCloseExecutor-1198-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.nodes_used_collection.shard2.leader, tag=677731819
   [junit4]   2> 268615 INFO  (jetty-closer-332-thread-4) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@4c1a3130{/solr,null,UNAVAILABLE}
   [junit4]   2> 268616 INFO  (coreCloseExecutor-1199-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.nodes_used_collection.shard1.leader, tag=2072955269
   [junit4]   2> 268618 INFO  (jetty-closer-332-thread-1) [    ] o.a.s.c.Overseer Overseer (id=99039642222002188-127.0.0.1:60709_solr-n_0000000000) closing
   [junit4]   2> 268618 INFO  (OverseerStateUpdate-99039642222002188-127.0.0.1:60709_solr-n_0000000000) [    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:60709_solr
   [junit4]   2> 268619 WARN  (OverseerAutoScalingTriggerThread-99039642222002188-127.0.0.1:60709_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 268621 INFO  (zkCallback-385-thread-2) [    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:60711_solr
   [junit4]   2> 268622 INFO  (jetty-closer-332-thread-1) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@7862fb3d{/solr,null,UNAVAILABLE}
   [junit4]   2> 268624 INFO  (jetty-closer-332-thread-3) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@6bab91f5{/solr,null,UNAVAILABLE}
   [junit4]   2> 268626 ERROR (SUITE-CollectionsAPIDistributedZkTest-seed#[4BD65C73663B3E48]-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> 268629 INFO  (SUITE-CollectionsAPIDistributedZkTest-seed#[4BD65C73663B3E48]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:60705 60705
   [junit4]   2> 268643 INFO  (Thread-578) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:60705 60705
   [junit4]   2> 268768 WARN  (Thread-578) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	25	/solr/aliases.json
   [junit4]   2> 	25	/solr/clusterprops.json
   [junit4]   2> 	22	/solr/configs/conf
   [junit4]   2> 	6	/solr/configs/conf2
   [junit4]   2> 	5	/solr/security.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	60	/solr/collections/awhollynewcollection_0/state.json
   [junit4]   2> 	44	/solr/collections/addReplicaColl/state.json
   [junit4]   2> 	28	/solr/collections/nodes_used_collection/state.json
   [junit4]   2> 	25	/solr/clusterstate.json
   [junit4]   2> 	24	/solr/collections/reloaded_collection/state.json
   [junit4]   2> 	15	/solr/collections/acollectionafterbaddelete/state.json
   [junit4]   2> 	14	/solr/collections/halfdeletedcollection/state.json
   [junit4]   2> 	10	/solr/collections/onlyinzk/state.json
   [junit4]   2> 	5	/solr/collections/created_and_deleted/state.json
   [junit4]   2> 	5	/solr/collections/withconfigset2/state.json
   [junit4]   2> 	4	/solr/collections/halfcollectionblocker/state.json
   [junit4]   2> 	4	/solr/collections/halfcollection/state.json
   [junit4]   2> 	4	/solr/collections/halfcollectionblocker2/state.json
   [junit4]   2> 	2	/solr/collections/awhollynewcollection_0/leader_elect/shard4/election/99039642222002187-core_node21-n_0000000001
   [junit4]   2> 	2	/solr/overseer_elect/election/99039642222002187-127.0.0.1:60708_solr-n_0000000001
   [junit4]   2> 	2	/solr/overseer_elect/election/99039642222002188-127.0.0.1:60709_solr-n_0000000000
   [junit4]   2> 	2	/solr/collections/awhollynewcollection_0/leader_elect/shard3/election/99039642222002186-core_node15-n_0000000001
   [junit4]   2> 	2	/solr/collections/awhollynewcollection_0/leader_elect/shard2/election/99039642222002188-core_node11-n_0000000001
   [junit4]   2> 	2	/solr/overseer_elect/election/99039642222002186-127.0.0.1:60707_solr-n_0000000002
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	328	/solr/collections
   [junit4]   2> 	55	/solr/live_nodes
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_4BD65C73663B3E48-001
   [junit4]   2> Nov 21, 2017 12:44:58 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=FastCompressingStoredFields(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=FAST, chunkSize=6, maxDocsPerChunk=8, blockSize=110), termVectorsFormat=CompressingTermVectorsFormat(compressionMode=FAST, chunkSize=6, blockSize=110)), sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@45fd56f5), locale=es-EA, timezone=Australia/Sydney
   [junit4]   2> NOTE: Mac OS X 10.11.6 x86_64/Oracle Corporation 9 (64-bit)/cpus=3,threads=1,free=131951592,total=317194240
   [junit4]   2> NOTE: All tests run in this JVM: [CollectionsAPIAsyncDistributedZkTest, TestXmlQParserPlugin, TestValueSourceCache, TestLeaderElectionZkExpiry, ChaosMonkeySafeLeaderTest, IndexSchemaRuntimeFieldTest, TestBinaryResponseWriter, SolrCoreCheckLockOnStartupTest, TestAnalyzedSuggestions, TestCloudDeleteByQuery, OpenExchangeRatesOrgProviderTest, DistributedQueryComponentOptimizationTest, HdfsTlogReplayBufferedWhileIndexingTest, MBeansHandlerTest, LoggingHandlerTest, SpatialHeatmapFacetsTest, TestSolrCloudWithDelegationTokens, GraphQueryTest, TestSolrCoreParser, TestLuceneMatchVersion, TestFastWriter, SolrGangliaReporterTest, TestCoreAdminApis, TestFieldTypeCollectionResource, HLLSerializationTest, SolrMetricReporterTest, TestJettySolrRunner, DirectSolrSpellCheckerTest, TestFieldCollectionResource, TestDownShardTolerantSearch, CachingDirectoryFactoryTest, TestClusterStateMutator, CollectionsAPIDistributedZkTest]
   [junit4] Completed [66/750 (1!)] on J1 in 89.72s, 19 tests, 1 error <<< FAILURES!

[...truncated 42379 lines...]